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

Правки перевода

This commit is contained in:
Anton Titovets
2024-10-02 09:11:59 +03:00
parent 7ca6f1e2be
commit c7d157c76b
617 changed files with 6584 additions and 6643 deletions

View File

@@ -1,5 +1,5 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Base = "11282aa7-fc4e-810b-ab77-cef5a2a3443e";
Base = "178907f7d87441959771e805344339f5";
Image_ = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"; // URL, Binary Data or Path to file
Image = New Map;

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Page = "11282aa7-fc4e-814c-990c-dd3c9c3c2c22";
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";
Archive = False;

View File

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

View File

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

View File

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