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

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-11-21 11:30:08 +03:00
parent d8f9a4ee3f
commit 4bae5e74a5
1596 changed files with 11906 additions and 9226 deletions

View File

@@ -1,5 +1,5 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Base = "14282aa7-fc4e-8119-a1b2-f4099b7156b1";
Base = "14582aa7-fc4e-8199-828f-c6df57133cc4";
Image_ = "https://api.athenaeum.digital/test_data/picture.jpg"; // URL, Binary Data or Path to file
Image = New Map;

View File

@@ -1,4 +1,4 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Block = "14282aa7-fc4e-818d-80a0-d70aed13b0ff";
Block = "14582aa7-fc4e-81e2-a55e-dcbd27b80d01";
Result = OPI_Notion.DeleteBlock(Token, Block);

View File

@@ -1,5 +1,5 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Base = "14282aa7-fc4e-8119-a1b2-f4099b7156b1";
Base = "14582aa7-fc4e-8199-828f-c6df57133cc4";
Title = "TestTitle";
Description = "TestDescription";

View File

@@ -1,5 +1,5 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Page = "14282aa7-fc4e-8122-b0f7-ec6b36b1a78b";
Page = "14582aa7-fc4e-81ba-a5b4-ea7b309cc4f4";
Icon = "https://api.athenaeum.digital/test_data/picture.jpg";
Cover = "https://api.athenaeum.digital/test_data/picture2.jpg";
Archive = False;

View File

@@ -1,4 +1,4 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Base = "14282aa7-fc4e-8119-a1b2-f4099b7156b1";
Base = "14582aa7-fc4e-8199-828f-c6df57133cc4";
Result = OPI_Notion.GetDatabase(Token, Base);

View File

@@ -1,4 +1,4 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Page = "14282aa7-fc4e-8122-b0f7-ec6b36b1a78b";
Page = "14582aa7-fc4e-81ba-a5b4-ea7b309cc4f4";
Result = OPI_Notion.GetPage(Token, Page);

View File

@@ -1,4 +1,4 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Block = "14282aa7-fc4e-818d-80a0-d70aed13b0ff";
Block = "14582aa7-fc4e-81e2-a55e-dcbd27b80d01";
Result = OPI_Notion.ReturnChildBlocks(Token, Block);