You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-01 22:29:52 +02:00
Test data update (Jenkins)
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
oint notion CreatePageInDatabase \
|
||||
--token "***" \
|
||||
--base "18182aa7-fc4e-81b5-b9c2-e4e55e9bebd9" \
|
||||
--data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-01-20T20:45:54.0264391Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}"
|
||||
--base "19582aa7-fc4e-8108-adbe-d37bfcecfbfb" \
|
||||
--data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-02-09T17:32:52.2592847Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}"
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
oint notion CreatePageInDatabase ^
|
||||
--token "***" ^
|
||||
--base "18182aa7-fc4e-81b5-b9c2-e4e55e9bebd9" ^
|
||||
--data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-01-20T20:45:54.0264391Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}"
|
||||
--base "19582aa7-fc4e-8108-adbe-d37bfcecfbfb" ^
|
||||
--data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-02-09T17:32:52.2592847Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}"
|
||||
2
docs/ru/cli/notion/DeleteBlock/bash.txt
vendored
2
docs/ru/cli/notion/DeleteBlock/bash.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint notion DeleteBlock \
|
||||
--token "***" \
|
||||
--block "18182aa7-fc4e-81cc-9f61-d1551e0b2521"
|
||||
--block "19582aa7-fc4e-8155-a90c-d72ed07d9593"
|
||||
2
docs/ru/cli/notion/DeleteBlock/bat.txt
vendored
2
docs/ru/cli/notion/DeleteBlock/bat.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint notion DeleteBlock ^
|
||||
--token "***" ^
|
||||
--block "18182aa7-fc4e-81cc-9f61-d1551e0b2521"
|
||||
--block "19582aa7-fc4e-8155-a90c-d72ed07d9593"
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
oint notion EditDatabaseProperties \
|
||||
--token "***" \
|
||||
--base "18182aa7-fc4e-81b5-b9c2-e4e55e9bebd9" \
|
||||
--base "19582aa7-fc4e-8108-adbe-d37bfcecfbfb" \
|
||||
--props "{'Email':'rich_text','Website':null}" \
|
||||
--title "TestTitle" \
|
||||
--description "TestDescription"
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
oint notion EditDatabaseProperties ^
|
||||
--token "***" ^
|
||||
--base "18182aa7-fc4e-81b5-b9c2-e4e55e9bebd9" ^
|
||||
--base "19582aa7-fc4e-8108-adbe-d37bfcecfbfb" ^
|
||||
--props "{'Email':'rich_text','Website':null}" ^
|
||||
--title "TestTitle" ^
|
||||
--description "TestDescription"
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
oint notion EditPageProperties \
|
||||
--token "***" \
|
||||
--page "18182aa7-fc4e-8161-9e53-fc2dae56fb65" \
|
||||
--page "19582aa7-fc4e-81ab-abb0-faf4a3dde273" \
|
||||
--data "{'Active':false,'Email':'vector@mail.ru'}" \
|
||||
--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" \
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
oint notion EditPageProperties ^
|
||||
--token "***" ^
|
||||
--page "18182aa7-fc4e-8161-9e53-fc2dae56fb65" ^
|
||||
--page "19582aa7-fc4e-81ab-abb0-faf4a3dde273" ^
|
||||
--data "{'Active':false,'Email':'vector@mail.ru'}" ^
|
||||
--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" ^
|
||||
|
||||
2
docs/ru/cli/notion/GetDatabase/bash.txt
vendored
2
docs/ru/cli/notion/GetDatabase/bash.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint notion GetDatabase \
|
||||
--token "***" \
|
||||
--base "18182aa7-fc4e-81b5-b9c2-e4e55e9bebd9"
|
||||
--base "19582aa7-fc4e-8108-adbe-d37bfcecfbfb"
|
||||
2
docs/ru/cli/notion/GetDatabase/bat.txt
vendored
2
docs/ru/cli/notion/GetDatabase/bat.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint notion GetDatabase ^
|
||||
--token "***" ^
|
||||
--base "18182aa7-fc4e-81b5-b9c2-e4e55e9bebd9"
|
||||
--base "19582aa7-fc4e-8108-adbe-d37bfcecfbfb"
|
||||
2
docs/ru/cli/notion/GetPage/bash.txt
vendored
2
docs/ru/cli/notion/GetPage/bash.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint notion GetPage \
|
||||
--token "***" \
|
||||
--page "18182aa7-fc4e-8161-9e53-fc2dae56fb65"
|
||||
--page "19582aa7-fc4e-81ab-abb0-faf4a3dde273"
|
||||
2
docs/ru/cli/notion/GetPage/bat.txt
vendored
2
docs/ru/cli/notion/GetPage/bat.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint notion GetPage ^
|
||||
--token "***" ^
|
||||
--page "18182aa7-fc4e-8161-9e53-fc2dae56fb65"
|
||||
--page "19582aa7-fc4e-81ab-abb0-faf4a3dde273"
|
||||
@@ -1,3 +1,3 @@
|
||||
oint notion ReturnChildBlocks \
|
||||
--token "***" \
|
||||
--block "18182aa7-fc4e-81cc-9f61-d1551e0b2521"
|
||||
--block "19582aa7-fc4e-8155-a90c-d72ed07d9593"
|
||||
2
docs/ru/cli/notion/ReturnChildBlocks/bat.txt
vendored
2
docs/ru/cli/notion/ReturnChildBlocks/bat.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint notion ReturnChildBlocks ^
|
||||
--token "***" ^
|
||||
--block "18182aa7-fc4e-81cc-9f61-d1551e0b2521"
|
||||
--block "19582aa7-fc4e-8155-a90c-d72ed07d9593"
|
||||
Reference in New Issue
Block a user