1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-06 21:51:35 +03:00
parent 0edf2d4919
commit 145e457291
1085 changed files with 11166 additions and 10249 deletions

View File

@@ -1,6 +1,6 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Base = "11782aa7-fc4e-8167-b90a-c8b2f3c5c72e";
Image_ = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Binary Data or Path to file
Base = "11282aa7-fc4e-810b-ab77-cef5a2a3443e";
Image_ = "https://openyellow.neocities.org/test_data/picture.jpg"; // URL, Binary Data or Path to file
Image = New Map;
Image.Insert("Logo", Image_);

View File

@@ -1,4 +1,4 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Block = "11782aa7-fc4e-8190-8ad2-f18cce6f4c74";
Block = "11282aa7-fc4e-8108-ad2f-ed75fb53373d";
Result = OPI_Notion.DeleteBlock(Token, Block);

View File

@@ -1,5 +1,5 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Base = "11782aa7-fc4e-8167-b90a-c8b2f3c5c72e";
Base = "11282aa7-fc4e-810b-ab77-cef5a2a3443e";
Title = "TestTitle";
Description = "TestDescription";

View File

@@ -1,7 +1,7 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Page = "11782aa7-fc4e-8157-9709-e1b8794297ad";
Icon = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
Cover = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg";
Page = "11282aa7-fc4e-814c-990c-dd3c9c3c2c22";
Icon = "https://openyellow.neocities.org/test_data/picture.jpg";
Cover = "https://openyellow.neocities.org/test_data/picture2.jpg";
Archive = False;
Properties = New Map;

View File

@@ -1,4 +1,4 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Base = "11782aa7-fc4e-8167-b90a-c8b2f3c5c72e";
Base = "11282aa7-fc4e-810b-ab77-cef5a2a3443e";
Result = OPI_Notion.GetDatabase(Token, Base);

View File

@@ -1,4 +1,4 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Page = "11782aa7-fc4e-8157-9709-e1b8794297ad";
Page = "11282aa7-fc4e-814c-990c-dd3c9c3c2c22";
Result = OPI_Notion.GetPage(Token, Page);

View File

@@ -1,4 +1,4 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Block = "11782aa7-fc4e-8190-8ad2-f18cce6f4c74";
Block = "11282aa7-fc4e-8108-ad2f-ed75fb53373d";
Result = OPI_Notion.ReturnChildBlocks(Token, Block);