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

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-05 11:21:35 +03:00
parent be817c5596
commit 6268c582ba
718 changed files with 6390 additions and 6261 deletions

View File

@@ -1,6 +1,6 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Base = "178907f7d87441959771e805344339f5";
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 = "";
Block = "11282aa7-fc4e-8108-ad2f-ed75fb53373d";
Result = OPI_Notion.DeleteBlock(Token, Block);

View File

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

View File

@@ -1,7 +1,7 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Page = "5dd94c34-fab0-4bff-986b-7511c0779f77";
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 = "178907f7d87441959771e805344339f5";
Base = "11282aa7-fc4e-810b-ab77-cef5a2a3443e";
Result = OPI_Notion.GetDatabase(Token, Base);

View File

@@ -1,4 +1,4 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Page = "5dd94c34-fab0-4bff-986b-7511c0779f77";
Page = "11282aa7-fc4e-814c-990c-dd3c9c3c2c22";
Result = OPI_Notion.GetPage(Token, Page);

View File

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