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

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-06-04 20:54:02 +03:00
parent fd748787f3
commit 18d5370a8b
127 changed files with 196 additions and 252 deletions

Binary file not shown.

View File

@@ -1,7 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint airtable CreatePosts \ oint airtable CreatePosts \
--token "***" \ --token "***" \
--base "appd1JtQRWxOoweQg" \ --base "appAKZEZdfm2h5toZ" \
--table "tblh0DeyKd6T8nEUj" \ --table "tbleqwHUvAZrViNke" \
--data "{'Number':10,'String':'Hello'}" --data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]"

View File

@@ -1,7 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint airtable CreatePosts ^ oint airtable CreatePosts ^
--token "***" ^ --token "***" ^
--base "appd1JtQRWxOoweQg" ^ --base "appAKZEZdfm2h5toZ" ^
--table "tblh0DeyKd6T8nEUj" ^ --table "tbleqwHUvAZrViNke" ^
--data "{'Number':10,'String':'Hello'}" --data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]"

View File

@@ -1,2 +1,2 @@
oint airtable GetNumberField \ oint airtable GetNumberField \
--title "7b632a77-a9dd-4cd5-a0ce-794093229b7d" --title "a8de4f70-ac01-4a8a-b6cb-60041fcbf8b8"

View File

@@ -1,2 +1,2 @@
oint airtable GetNumberField ^ oint airtable GetNumberField ^
--title "7b632a77-a9dd-4cd5-a0ce-794093229b7d" --title "a8de4f70-ac01-4a8a-b6cb-60041fcbf8b8"

View File

@@ -1,7 +1,5 @@
oint bitrix24 AddKanbanStage \ oint bitrix24 AddKanbanStage \
--url "b24-ar17wx.bitrix24.by" \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
--title "New stage 2" \ --title "New stage" \
--color "0026FF" \ --color "0026FF" \
--prevstage 2284 \ --prevstage 6
--admin true \
--token "***"

View File

@@ -1,7 +1,5 @@
oint bitrix24 AddKanbanStage ^ oint bitrix24 AddKanbanStage ^
--url "b24-ar17wx.bitrix24.by" ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
--title "New stage 2" ^ --title "New stage" ^
--color "0026FF" ^ --color "0026FF" ^
--prevstage 2284 ^ --prevstage 6
--admin true ^
--token "***"

View File

@@ -1,5 +1,4 @@
oint bitrix24 AddTaskComment \ oint bitrix24 AddTaskComment \
--url "b24-ar17wx.bitrix24.by" \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
--task "6102" \ --task "6168" \
--text "Task uninpossible, don't split up" \ --text "Task impossible, let's split up"
--token "***"

View File

@@ -1,5 +1,4 @@
oint bitrix24 AddTaskComment ^ oint bitrix24 AddTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
--task "6102" ^ --task "6168" ^
--text "Task uninpossible, don't split up" ^ --text "Task impossible, let's split up"
--token "***"

View File

@@ -1,8 +1,4 @@
oint bitrix24 AddTaskTimeAccounting \ oint bitrix24 AddTaskTimeAccounting \
--url "b24-ar17wx.bitrix24.by" \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
--task "6106" \ --task "6172" \
--amount 7200 \ --amount 3600
--user 10 \
--text "Time spent on work" \
--date "2025-04-21T09:35:59.0143619" \
--token "***"

View File

@@ -1,8 +1,4 @@
oint bitrix24 AddTaskTimeAccounting ^ oint bitrix24 AddTaskTimeAccounting ^
--url "b24-ar17wx.bitrix24.by" ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
--task "6106" ^ --task "6172" ^
--amount 7200 ^ --amount 3600
--user 10 ^
--text "Time spent on work" ^
--date "2025-04-21T09:35:59.0143619" ^
--token "***"

View File

@@ -1,6 +1,5 @@
# JSON data can also be passed as a path to a .json file # JSON data can also be passed as a path to a .json file
oint bitrix24 CreateCalendar \ oint bitrix24 CreateCalendar \
--url "b24-ar17wx.bitrix24.by" \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
--fields "{'type':'user','ownerId':1,'name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" \ --fields "{'type':'user','ownerId':1,'name':'new calendar','description':'My new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}"
--token "***"

View File

@@ -1,6 +1,5 @@
:: JSON data can also be passed as a path to a .json file :: JSON data can also be passed as a path to a .json file
oint bitrix24 CreateCalendar ^ oint bitrix24 CreateCalendar ^
--url "b24-ar17wx.bitrix24.by" ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
--fields "{'type':'user','ownerId':1,'name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" ^ --fields "{'type':'user','ownerId':1,'name':'new calendar','description':'My new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}"
--token "***"

View File

@@ -1,6 +1,4 @@
oint bitrix24 CreateDepartment \ oint bitrix24 CreateDepartment \
--url "b24-ar17wx.bitrix24.by" \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
--title "Subordinate department" \ --title "Main department" \
--parentid 2038 \ --parentid 1
--headid 1 \
--token "***"

View File

@@ -1,6 +1,4 @@
oint bitrix24 CreateDepartment ^ oint bitrix24 CreateDepartment ^
--url "b24-ar17wx.bitrix24.by" ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
--title "Subordinate department" ^ --title "Main department" ^
--parentid 2038 ^ --parentid 1
--headid 1 ^
--token "***"

View File

@@ -1,6 +1,5 @@
oint bitrix24 CreatePersonalNotification \ oint bitrix24 CreatePersonalNotification \
--url "b24-ar17wx.bitrix24.by" \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
--user 10 \ --user 1 \
--text "Message text" \ --text "Message text" \
--tag "New" \ --blocks "[{'IMAGE':{'NAME':'Image1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'File1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]"
--token "***"

View File

@@ -1,6 +1,5 @@
oint bitrix24 CreatePersonalNotification ^ oint bitrix24 CreatePersonalNotification ^
--url "b24-ar17wx.bitrix24.by" ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
--user 10 ^ --user 1 ^
--text "Message text" ^ --text "Message text" ^
--tag "New" ^ --blocks "[{'IMAGE':{'NAME':'Image1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'File1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]"
--token "***"

View File

@@ -1,8 +1,8 @@
# JSON data can also be passed as a path to a .json file # JSON data can also be passed as a path to a .json file
oint bitrix24 CreatePost \ oint bitrix24 CreatePost \
--url "b24-ar17wx.bitrix24.by" \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \
--text "Text of post" \ --text "Text of post" \
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'}" \ --files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'}" \
--title "Post title" \ --title "Post title" \
--token "***" --important true

View File

@@ -1,8 +1,8 @@
:: JSON data can also be passed as a path to a .json file :: JSON data can also be passed as a path to a .json file
oint bitrix24 CreatePost ^ oint bitrix24 CreatePost ^
--url "b24-ar17wx.bitrix24.by" ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^
--text "Text of post" ^ --text "Text of post" ^
--files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'}" ^ --files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'}" ^
--title "Post title" ^ --title "Post title" ^
--token "***" --important true

View File

@@ -1,3 +1,2 @@
oint bitrix24 GetCurrentUser \ oint bitrix24 GetCurrentUser \
--url "b24-ar17wx.bitrix24.by" \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--token "***"

View File

@@ -1,3 +1,2 @@
oint bitrix24 GetCurrentUser ^ oint bitrix24 GetCurrentUser ^
--url "b24-ar17wx.bitrix24.by" ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--token "***"

View File

@@ -1,3 +1,2 @@
oint bitrix24 GetLeadsList \ oint bitrix24 GetLeadsList \
--url "b24-ar17wx.bitrix24.by" \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--token "***"

View File

@@ -1,3 +1,2 @@
oint bitrix24 GetLeadsList ^ oint bitrix24 GetLeadsList ^
--url "b24-ar17wx.bitrix24.by" ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--token "***"

View File

@@ -1,3 +1,2 @@
oint bitrix24 GetStoragesList \ oint bitrix24 GetStoragesList \
--url "b24-ar17wx.bitrix24.by" \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--token "***"

View File

@@ -1,3 +1,2 @@
oint bitrix24 GetStoragesList ^ oint bitrix24 GetStoragesList ^
--url "b24-ar17wx.bitrix24.by" ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--token "***"

View File

@@ -1,3 +1,2 @@
oint bitrix24 GetTaskFieldsStructure \ oint bitrix24 GetTaskFieldsStructure \
--url "b24-ar17wx.bitrix24.by" \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--token "***"

View File

@@ -1,3 +1,2 @@
oint bitrix24 GetTaskFieldsStructure ^ oint bitrix24 GetTaskFieldsStructure ^
--url "b24-ar17wx.bitrix24.by" ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--token "***"

View File

@@ -1,3 +1,2 @@
oint bitrix24 GetUserStatus \ oint bitrix24 GetUserStatus \
--url "b24-ar17wx.bitrix24.by" \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--token "***"

View File

@@ -1,3 +1,2 @@
oint bitrix24 GetUserStatus ^ oint bitrix24 GetUserStatus ^
--url "b24-ar17wx.bitrix24.by" ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--token "***"

View File

@@ -1,3 +1,2 @@
oint bitrix24 ServerTime \ oint bitrix24 ServerTime \
--url "b24-ar17wx.bitrix24.by" \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--token "***"

View File

@@ -1,3 +1,2 @@
oint bitrix24 ServerTime ^ oint bitrix24 ServerTime ^
--url "b24-ar17wx.bitrix24.by" ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***"
--token "***"

View File

@@ -2,6 +2,6 @@
oint cdek CreateOrder \ oint cdek CreateOrder \
--token "***" \ --token "***" \
--order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'13ed2e90-8d97-49c4-8c8e-14f6105156d5','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" \ --order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'641c5ff6-4756-4492-b29d-1f7cdf90d917','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" \
--ostore true \ --ostore true \
--testapi "***" --testapi "***"

View File

@@ -2,6 +2,6 @@
oint cdek CreateOrder ^ oint cdek CreateOrder ^
--token "***" ^ --token "***" ^
--order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'13ed2e90-8d97-49c4-8c8e-14f6105156d5','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" ^ --order "{'from_location':{'code':'44','city':'Moscow','address':'Ave. Leningradsky, 4'},'to_location':{'code':'270','city':'Novosibirsk','address':'st. Bluchera, 32'},'packages':[{'items':[{'payment':{'value':3000},'ware_key':'***','name':'Product','cost':300,'amount':2,'weight':700,'url':'www.item.ru'}],'number':'bar-001','comment':'Packaging','height':10,'length':10,'weight':'4000','width':10}],'recipient':{'phones':[{'number':'+79134637228'}],'name':'Ivaniv Ivan'},'sender':{'name':'Petrov Petr'},'services':[{'code':'SECURE_PACKAGE_A2','parameter':10}],'number':'641c5ff6-4756-4492-b29d-1f7cdf90d917','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" ^
--ostore true ^ --ostore true ^
--testapi "***" --testapi "***"

View File

@@ -1,5 +1,5 @@
oint dropbox AddUsersToFile \ oint dropbox AddUsersToFile \
--token "***" \ --token "***" \
--fileid "kJU6-a-pT48AAAAAAAAABw" \ --fileid "kJU6-a-pT48AAAAAAAAABw" \
--emails "['h5bk6ft62s@privaterelay.appleid.com']" \ --emails "h5bk6ft62s@privaterelay.appleid.com" \
--readonly true --readonly false

View File

@@ -1,5 +1,5 @@
oint dropbox AddUsersToFile ^ oint dropbox AddUsersToFile ^
--token "***" ^ --token "***" ^
--fileid "kJU6-a-pT48AAAAAAAAABw" ^ --fileid "kJU6-a-pT48AAAAAAAAABw" ^
--emails "['h5bk6ft62s@privaterelay.appleid.com']" ^ --emails "h5bk6ft62s@privaterelay.appleid.com" ^
--readonly true --readonly false

View File

@@ -1,3 +1,2 @@
oint dropbox GetAccountInformation \ oint dropbox GetAccountInformation \
--token "***" \ --token "***"
--account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE"

View File

@@ -1,3 +1,2 @@
oint dropbox GetAccountInformation ^ oint dropbox GetAccountInformation ^
--token "***" ^ --token "***"
--account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE"

View File

@@ -1,3 +1,3 @@
oint dropbox GetTagList \ oint dropbox GetTagList \
--token "***" \ --token "***" \
--paths "/New/mydoc.docx" --paths "['/New/Dogs.mp3','/New/mydoc.docx']"

View File

@@ -1,3 +1,3 @@
oint dropbox GetTagList ^ oint dropbox GetTagList ^
--token "***" ^ --token "***" ^
--paths "/New/mydoc.docx" --paths "['/New/Dogs.mp3','/New/mydoc.docx']"

View File

@@ -1,5 +1,5 @@
oint dropbox UploadFile \ oint dropbox UploadFile \
--token "***" \ --token "***" \
--file "C:\Users\Administrator\AppData\Local\Temp\yjj2ylt421s.png" \ --file "C:\Users\Administrator\AppData\Local\Temp\ptti1pk4zwp.png" \
--path "/New/pic.png" \ --path "/New/pic.png" \
--overwrite true --overwrite true

View File

@@ -1,5 +1,5 @@
oint dropbox UploadFile ^ oint dropbox UploadFile ^
--token "***" ^ --token "***" ^
--file "C:\Users\Administrator\AppData\Local\Temp\yjj2ylt421s.png" ^ --file "C:\Users\Administrator\AppData\Local\Temp\ptti1pk4zwp.png" ^
--path "/New/pic.png" ^ --path "/New/pic.png" ^
--overwrite true --overwrite true

View File

@@ -1,3 +1,4 @@
oint gdrive CreateFolder \ oint gdrive CreateFolder \
--token "***" \ --token "***" \
--title "TestFolder" --title "TestFolder" \
--catalog "191iyaa6-2BCNRPOF0F8mQ0TuNWPNesdM"

View File

@@ -1,3 +1,4 @@
oint gdrive CreateFolder ^ oint gdrive CreateFolder ^
--token "***" ^ --token "***" ^
--title "TestFolder" --title "TestFolder" ^
--catalog "191iyaa6-2BCNRPOF0F8mQ0TuNWPNesdM"

View File

@@ -1,4 +1,4 @@
oint gsheets CreateSpreadsheet \ oint gsheets CreateSpreadsheet \
--token "***" \ --token "***" \
--title "Test table (new.)" \ --title "TestTable" \
--sheets "['Sheet1','Sheet2']" --sheets "['Sheet1','Sheet2']"

View File

@@ -1,4 +1,4 @@
oint gsheets CreateSpreadsheet ^ oint gsheets CreateSpreadsheet ^
--token "***" ^ --token "***" ^
--title "Test table (new.)" ^ --title "TestTable" ^
--sheets "['Sheet1','Sheet2']" --sheets "['Sheet1','Sheet2']"

View File

@@ -1,3 +1,2 @@
oint neocities GetSiteData \ oint neocities GetSiteData \
--token "***" \ --token "***"
--sitename "2athenaeum"

View File

@@ -1,3 +1,2 @@
oint neocities GetSiteData ^ oint neocities GetSiteData ^
--token "***" ^ --token "***"
--sitename "2athenaeum"

View File

@@ -2,5 +2,5 @@
oint ollama PullModel \ oint ollama PullModel \
--url "https://api.athenaeum.digital/ollama" \ --url "https://api.athenaeum.digital/ollama" \
--model "bayselonarrend/tinyllama:latest" \ --model "tinyllama" \
--headers "{'Authorization':'***'}" --headers "{'Authorization':'***'}"

View File

@@ -2,5 +2,5 @@
oint ollama PullModel ^ oint ollama PullModel ^
--url "https://api.athenaeum.digital/ollama" ^ --url "https://api.athenaeum.digital/ollama" ^
--model "bayselonarrend/tinyllama:latest" ^ --model "tinyllama" ^
--headers "{'Authorization':'***'}" --headers "{'Authorization':'***'}"

View File

@@ -2,5 +2,5 @@
oint ollama PushBlob \ oint ollama PushBlob \
--url "https://api.athenaeum.digital/ollama" \ --url "https://api.athenaeum.digital/ollama" \
--data "C:\Users\Administrator\AppData\Local\Temp\2fg3tj4bw1o.tmp" \ --data "C:\Users\Administrator\AppData\Local\Temp\43ocjpk2qcp.tmp" \
--headers "{'Authorization':'***'}" --headers "{'Authorization':'***'}"

View File

@@ -2,5 +2,5 @@
oint ollama PushBlob ^ oint ollama PushBlob ^
--url "https://api.athenaeum.digital/ollama" ^ --url "https://api.athenaeum.digital/ollama" ^
--data "C:\Users\Administrator\AppData\Local\Temp\2fg3tj4bw1o.tmp" ^ --data "C:\Users\Administrator\AppData\Local\Temp\43ocjpk2qcp.tmp" ^
--headers "{'Authorization':'***'}" --headers "{'Authorization':'***'}"

View File

@@ -1,3 +1,4 @@
oint ozon GetCategoriesAndProductTypesTree \ oint ozon GetCategoriesAndProductTypesTree \
--clientid "***" \ --clientid "***" \
--apikey "***" --apikey "***" \
--lang "EN"

View File

@@ -1,3 +1,4 @@
oint ozon GetCategoriesAndProductTypesTree ^ oint ozon GetCategoriesAndProductTypesTree ^
--clientid "***" ^ --clientid "***" ^
--apikey "***" --apikey "***" ^
--lang "EN"

View File

@@ -1,4 +1,4 @@
oint slack CreateChannel \ oint slack CreateChannel \
--token "***" \ --token "***" \
--title "testconv885664c6-39b1-4887-8f05-dc06176d1c14" \ --title "testconv30c406eb-1b77-4a8c-b429-1acbacd30a70" \
--private false --private false

View File

@@ -1,4 +1,4 @@
oint slack CreateChannel ^ oint slack CreateChannel ^
--token "***" ^ --token "***" ^
--title "testconv885664c6-39b1-4887-8f05-dc06176d1c14" ^ --title "testconv30c406eb-1b77-4a8c-b429-1acbacd30a70" ^
--private false --private false

View File

@@ -1,2 +1,3 @@
oint slack GetExternalFileList \ oint slack GetExternalFileList \
--token "***" --token "***" \
--channel "C06UFNUTKUL"

View File

@@ -1,2 +1,3 @@
oint slack GetExternalFileList ^ oint slack GetExternalFileList ^
--token "***" --token "***" ^
--channel "C06UFNUTKUL"

View File

@@ -1,2 +1,3 @@
oint slack GetFilesList \ oint slack GetFilesList \
--token "***" --token "***" \
--channel "C06UFNUTKUL"

View File

@@ -1,2 +1,3 @@
oint slack GetFilesList ^ oint slack GetFilesList ^
--token "***" --token "***" ^
--channel "C06UFNUTKUL"

View File

@@ -1,5 +1,4 @@
oint slack SendMessage \ oint slack SendMessage \
--token "***" \ --token "***" \
--channel "C06UFNUTKUL" \ --channel "C06UFNUTKUL" \
--text "Sheduled message" \ --text "TestMessage1"
--date "2025-05-22T09:22:56.3200129"

View File

@@ -1,5 +1,4 @@
oint slack SendMessage ^ oint slack SendMessage ^
--token "***" ^ --token "***" ^
--channel "C06UFNUTKUL" ^ --channel "C06UFNUTKUL" ^
--text "Sheduled message" ^ --text "TestMessage1"
--date "2025-05-22T09:22:56.3200129"

View File

@@ -3,4 +3,4 @@
oint sqlite CreateTable \ oint sqlite CreateTable \
--table "test" \ --table "test" \
--cols "{'id':'INTEGER PRIMARY KEY','name':'TEXT','age':'INTEGER','salary':'REAL','is_active':'BOOLEAN','created_at':'DATETIME','data':'BLOB'}" \ --cols "{'id':'INTEGER PRIMARY KEY','name':'TEXT','age':'INTEGER','salary':'REAL','is_active':'BOOLEAN','created_at':'DATETIME','data':'BLOB'}" \
--db "C:\Users\Administrator\AppData\Local\Temp\jnmm44gh1i5.sqlite" --db "C:\Users\Administrator\AppData\Local\Temp\crjbpkqsq5v.sqlite"

View File

@@ -3,4 +3,4 @@
oint sqlite CreateTable ^ oint sqlite CreateTable ^
--table "test" ^ --table "test" ^
--cols "{'id':'INTEGER PRIMARY KEY','name':'TEXT','age':'INTEGER','salary':'REAL','is_active':'BOOLEAN','created_at':'DATETIME','data':'BLOB'}" ^ --cols "{'id':'INTEGER PRIMARY KEY','name':'TEXT','age':'INTEGER','salary':'REAL','is_active':'BOOLEAN','created_at':'DATETIME','data':'BLOB'}" ^
--db "C:\Users\Administrator\AppData\Local\Temp\jnmm44gh1i5.sqlite" --db "C:\Users\Administrator\AppData\Local\Temp\crjbpkqsq5v.sqlite"

View File

@@ -1,6 +1,3 @@
# JSON data can also be passed as a path to a .json file
oint sqlite ExecuteSQLQuery \ oint sqlite ExecuteSQLQuery \
--sql "SELECT uuid4();" \ --sql "CREATE TABLE test_table (id INTEGER PRIMARY KEY,name TEXT,age INTEGER,salary REAL,is_active BOOLEAN,created_at DATETIME,data BLOB);" \
--db "C:\Users\Administrator\AppData\Local\Temp\erpnp03saux.sqlite" \ --db "C:\Users\Administrator\AppData\Local\Temp\atnsr22gawg.sqlite"
--exts "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/uuid.dll':'sqlite3_uuid_init'}"

View File

@@ -1,6 +1,3 @@
:: JSON data can also be passed as a path to a .json file
oint sqlite ExecuteSQLQuery ^ oint sqlite ExecuteSQLQuery ^
--sql "SELECT uuid4();" ^ --sql "CREATE TABLE test_table (id INTEGER PRIMARY KEY,name TEXT,age INTEGER,salary REAL,is_active BOOLEAN,created_at DATETIME,data BLOB);" ^
--db "C:\Users\Administrator\AppData\Local\Temp\erpnp03saux.sqlite" ^ --db "C:\Users\Administrator\AppData\Local\Temp\atnsr22gawg.sqlite"
--exts "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/uuid.dll':'sqlite3_uuid_init'}"

View File

@@ -1,6 +1,3 @@
# JSON data can also be passed as a path to a .json file
oint tcp ProcessRequest \ oint tcp ProcessRequest \
--address "tcpbin.com:4243" \ --address "45.79.112.203:4242" \
--data "Echo this!\n" \ --data "Echo this!\n"
--tls "{'use_tls':true,'accept_invalid_certs':false}"

View File

@@ -1,6 +1,3 @@
:: JSON data can also be passed as a path to a .json file
oint tcp ProcessRequest ^ oint tcp ProcessRequest ^
--address "tcpbin.com:4243" ^ --address "45.79.112.203:4242" ^
--data "Echo this!\n" ^ --data "Echo this!\n"
--tls "{'use_tls':true,'accept_invalid_certs':false}"

View File

@@ -2,4 +2,4 @@ oint telegram CreateForumThread \
--token "***" \ --token "***" \
--forum "-1001971186208" \ --forum "-1001971186208" \
--icon "5357419403325481346" \ --icon "5357419403325481346" \
--title "TestTopic db07022e-4f21-4c24-bebc-0416221755a5" --title "TestTopic ccc0e426-ceef-4ace-88e1-4ceb0bc52b52"

View File

@@ -2,4 +2,4 @@ oint telegram CreateForumThread ^
--token "***" ^ --token "***" ^
--forum "-1001971186208" ^ --forum "-1001971186208" ^
--icon "5357419403325481346" ^ --icon "5357419403325481346" ^
--title "TestTopic db07022e-4f21-4c24-bebc-0416221755a5" --title "TestTopic ccc0e426-ceef-4ace-88e1-4ceb0bc52b52"

View File

@@ -1,6 +1,6 @@
oint telegram CreateInvitationLink \ oint telegram CreateInvitationLink \
--token "***" \ --token "***" \
--chat "@testsichee" \ --chat "@testsichee" \
--expire "2025-05-22T08:56:52.2696895" \ --expire "2025-06-05T20:42:55.7157491" \
--title "Link 21.05.2025 8:56:52" \ --title "Link 04.06.2025 20:42:55" \
--limit 200 --limit 200

View File

@@ -1,6 +1,6 @@
oint telegram CreateInvitationLink ^ oint telegram CreateInvitationLink ^
--token "***" ^ --token "***" ^
--chat "@testsichee" ^ --chat "@testsichee" ^
--expire "2025-05-22T08:56:52.2696895" ^ --expire "2025-06-05T20:42:55.7157491" ^
--title "Link 21.05.2025 8:56:52" ^ --title "Link 04.06.2025 20:42:55" ^
--limit 200 --limit 200

View File

@@ -1,4 +1,4 @@
oint telegram EditMainForumTopicName \ oint telegram EditMainForumTopicName \
--token "***" \ --token "***" \
--forum "-1001971186208" \ --forum "-1001971186208" \
--title "New main thread name 9e1c7113-b6bb-4657-81f8-3cc87a3cf909" --title "New main thread name 91a4f09b-4314-4846-b43c-14d58ab196fd"

View File

@@ -1,4 +1,4 @@
oint telegram EditMainForumTopicName ^ oint telegram EditMainForumTopicName ^
--token "***" ^ --token "***" ^
--forum "-1001971186208" ^ --forum "-1001971186208" ^
--title "New main thread name 9e1c7113-b6bb-4657-81f8-3cc87a3cf909" --title "New main thread name 91a4f09b-4314-4846-b43c-14d58ab196fd"

View File

@@ -2,4 +2,4 @@ oint telegram ForwardMessage \
--token "***" \ --token "***" \
--from "@testsichee" \ --from "@testsichee" \
--to "461699897" \ --to "461699897" \
--message "17291" --message "17436"

View File

@@ -2,4 +2,4 @@ oint telegram ForwardMessage ^
--token "***" ^ --token "***" ^
--from "@testsichee" ^ --from "@testsichee" ^
--to "461699897" ^ --to "461699897" ^
--message "17291" --message "17436"

View File

@@ -1,4 +1,4 @@
oint telegram PinMessage \ oint telegram PinMessage \
--token "***" \ --token "***" \
--chat "@testsichee" \ --chat "@testsichee" \
--message "17291" --message "17436"

View File

@@ -1,4 +1,4 @@
oint telegram PinMessage ^ oint telegram PinMessage ^
--token "***" ^ --token "***" ^
--chat "@testsichee" ^ --chat "@testsichee" ^
--message "17291" --message "17436"

View File

@@ -1,5 +1,5 @@
oint telegram SendAudio \ oint telegram SendAudio \
--token "***" \ --token "***" \
--chat "@testsichee" \ --chat "461699897" \
--text "Строковое значение" \ --text "Строковое значение" \
--audio "C:\Users\Administrator\AppData\Local\Temp\d34wffstva3.mp3" --audio "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/song.mp3"

View File

@@ -1,5 +1,5 @@
oint telegram SendAudio ^ oint telegram SendAudio ^
--token "***" ^ --token "***" ^
--chat "@testsichee" ^ --chat "461699897" ^
--text "Строковое значение" ^ --text "Строковое значение" ^
--audio "C:\Users\Administrator\AppData\Local\Temp\d34wffstva3.mp3" --audio "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/song.mp3"

View File

@@ -1,6 +1,6 @@
oint telegram SendContact \ oint telegram SendContact \
--token "***" \ --token "***" \
--chat "@testsichee" \ --chat "461699897" \
--surname "Петров" \ --surname "Петров" \
--phone "88005553535" \ --phone "88005553535" \
--name "Петр" --name "Петр"

View File

@@ -1,6 +1,6 @@
oint telegram SendContact ^ oint telegram SendContact ^
--token "***" ^ --token "***" ^
--chat "@testsichee" ^ --chat "461699897" ^
--surname "Петров" ^ --surname "Петров" ^
--phone "88005553535" ^ --phone "88005553535" ^
--name "Петр" --name "Петр"

View File

@@ -1,6 +1,5 @@
oint telegram SendDocument \ oint telegram SendDocument \
--token "***" \ --token "***" \
--chat "@testsichee" \ --chat "461699897" \
--text "Строковое значение" \ --text "Строковое значение" \
--doc "C:\Users\Administrator\AppData\Local\Temp\pg5hyy0cwp1.docx" \ --doc "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx"
--filename "custom.docx"

View File

@@ -1,6 +1,5 @@
oint telegram SendDocument ^ oint telegram SendDocument ^
--token "***" ^ --token "***" ^
--chat "@testsichee" ^ --chat "461699897" ^
--text "Строковое значение" ^ --text "Строковое значение" ^
--doc "C:\Users\Administrator\AppData\Local\Temp\pg5hyy0cwp1.docx" ^ --doc "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx"
--filename "custom.docx"

View File

@@ -1,5 +1,5 @@
oint telegram SendGif \ oint telegram SendGif \
--token "***" \ --token "***" \
--chat "@testsichee" \ --chat "461699897" \
--text "Строковое значение" \ --text "Строковое значение" \
--gif "C:\Users\Administrator\AppData\Local\Temp\31iszadbjs0.gif" --gif "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/animation.gif"

View File

@@ -1,5 +1,5 @@
oint telegram SendGif ^ oint telegram SendGif ^
--token "***" ^ --token "***" ^
--chat "@testsichee" ^ --chat "461699897" ^
--text "Строковое значение" ^ --text "Строковое значение" ^
--gif "C:\Users\Administrator\AppData\Local\Temp\31iszadbjs0.gif" --gif "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/animation.gif"

View File

@@ -1,5 +1,5 @@
oint telegram SendImage \ oint telegram SendImage \
--token "***" \ --token "***" \
--chat "@testsichee" \ --chat "461699897" \
--text "Строковое значение" \ --text "Строковое значение" \
--picture "C:\Users\Administrator\AppData\Local\Temp\3zcajhfe2jd.png" --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"

View File

@@ -1,5 +1,5 @@
oint telegram SendImage ^ oint telegram SendImage ^
--token "***" ^ --token "***" ^
--chat "@testsichee" ^ --chat "461699897" ^
--text "Строковое значение" ^ --text "Строковое значение" ^
--picture "C:\Users\Administrator\AppData\Local\Temp\3zcajhfe2jd.png" --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg"

View File

@@ -1,5 +1,5 @@
oint telegram SendLocation \ oint telegram SendLocation \
--token "***" \ --token "***" \
--chat "@testsichee" \ --chat "461699897" \
--lat "48.87373649724122" \ --lat "48.87373649724122" \
--long "48.87373649724122" --long "48.87373649724122"

View File

@@ -1,5 +1,5 @@
oint telegram SendLocation ^ oint telegram SendLocation ^
--token "***" ^ --token "***" ^
--chat "@testsichee" ^ --chat "461699897" ^
--lat "48.87373649724122" ^ --lat "48.87373649724122" ^
--long "48.87373649724122" --long "48.87373649724122"

View File

@@ -2,6 +2,6 @@
oint telegram SendMediaGroup \ oint telegram SendMediaGroup \
--token "***" \ --token "***" \
--chat "@testsichee" \ --chat "461699897" \
--text "Строковое значение" \ --text "Строковое значение" \
--media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\ywfqphrlmt1.docx':'document'}" --media "{'C:\\Users\\Administrator\\AppData\\Local\\Temp\\keqprgzjtmk.png':'photo','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4':'video'}"

View File

@@ -2,6 +2,6 @@
oint telegram SendMediaGroup ^ oint telegram SendMediaGroup ^
--token "***" ^ --token "***" ^
--chat "@testsichee" ^ --chat "461699897" ^
--text "Строковое значение" ^ --text "Строковое значение" ^
--media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\ywfqphrlmt1.docx':'document'}" --media "{'C:\\Users\\Administrator\\AppData\\Local\\Temp\\keqprgzjtmk.png':'photo','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4':'video'}"

View File

@@ -1,5 +1,5 @@
oint telegram SendPoll \ oint telegram SendPoll \
--token "***" \ --token "***" \
--chat "@testsichee" \ --chat "461699897" \
--question "What's your favorite color?" \ --question "What's your favorite color?" \
--options "['Red','Yellow','Green','Blue']" --options "['Red','Yellow','Green','Blue']"

View File

@@ -1,5 +1,5 @@
oint telegram SendPoll ^ oint telegram SendPoll ^
--token "***" ^ --token "***" ^
--chat "@testsichee" ^ --chat "461699897" ^
--question "What's your favorite color?" ^ --question "What's your favorite color?" ^
--options "['Red','Yellow','Green','Blue']" --options "['Red','Yellow','Green','Blue']"

View File

@@ -1,5 +1,4 @@
oint telegram SendTextMessage \ oint telegram SendTextMessage \
--token "***" \ --token "***" \
--chat "@testsichee" \ --chat "461699897" \
--text "Text %%F0%%9F%%A5%%9D and emoji \(10%%\)" \ --text "Строковое значение"
--parsemode "MarkdownV2"

View File

@@ -1,5 +1,4 @@
oint telegram SendTextMessage ^ oint telegram SendTextMessage ^
--token "***" ^ --token "***" ^
--chat "@testsichee" ^ --chat "461699897" ^
--text "Text %%F0%%9F%%A5%%9D and emoji \(10%%\)" ^ --text "Строковое значение"
--parsemode "MarkdownV2"

View File

@@ -1,5 +1,5 @@
oint telegram SendVideo \ oint telegram SendVideo \
--token "***" \ --token "***" \
--chat "@testsichee" \ --chat "461699897" \
--text "Строковое значение" \ --text "Строковое значение" \
--video "C:\Users\Administrator\AppData\Local\Temp\0uhamfw4kln.mp4" --video "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4"

View File

@@ -1,5 +1,5 @@
oint telegram SendVideo ^ oint telegram SendVideo ^
--token "***" ^ --token "***" ^
--chat "@testsichee" ^ --chat "461699897" ^
--text "Строковое значение" ^ --text "Строковое значение" ^
--video "C:\Users\Administrator\AppData\Local\Temp\0uhamfw4kln.mp4" --video "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4"

View File

@@ -1,5 +1,5 @@
# JSON data can also be passed as a path to a .json file # JSON data can also be passed as a path to a .json file
oint twitter CreateTextTweet \ oint twitter CreateTextTweet \
--text "TestTweet458549b7-0b4a-4d09-bc91-dd659ba002e3" \ --text "TestTweet3f0cab09-2254-4f97-95ca-e9584a439e3d" \
--auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}" --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"

View File

@@ -1,5 +1,5 @@
:: JSON data can also be passed as a path to a .json file :: JSON data can also be passed as a path to a .json file
oint twitter CreateTextTweet ^ oint twitter CreateTextTweet ^
--text "TestTweet458549b7-0b4a-4d09-bc91-dd659ba002e3" ^ --text "TestTweet3f0cab09-2254-4f97-95ca-e9584a439e3d" ^
--auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}" --auth "{'redirect_uri':'https://api.athenaeum.digital/opi/hs/twitter','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}"

View File

@@ -2,7 +2,7 @@
oint vk CreateCompositePost \ oint vk CreateCompositePost \
--text "Post from autotest" \ --text "Post from autotest" \
--objects "['photo657846756_457247373','video-218861756_456240380']" \ --objects "['photo657846756_457247441','video-218861756_456240394']" \
--ad false \ --ad false \
--url "https://github.com/Bayselonarrend/OpenIntegrations" \ --url "https://github.com/Bayselonarrend/OpenIntegrations" \
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"

Some files were not shown because too many files have changed in this diff Show More