diff --git a/data.json.gpg b/data.json.gpg index 13d5b6629d..1e330f4043 100644 Binary files a/data.json.gpg and b/data.json.gpg differ diff --git a/docs/en/cli/airtable/CreatePosts/bash.txt b/docs/en/cli/airtable/CreatePosts/bash.txt index 99183bedf2..72d1e05529 100644 --- a/docs/en/cli/airtable/CreatePosts/bash.txt +++ b/docs/en/cli/airtable/CreatePosts/bash.txt @@ -1,7 +1,5 @@ -# JSON data can also be passed as a path to a .json file - oint airtable CreatePosts \ --token "***" \ - --base "appd1JtQRWxOoweQg" \ - --table "tblh0DeyKd6T8nEUj" \ - --data "{'Number':10,'String':'Hello'}" \ No newline at end of file + --base "appAKZEZdfm2h5toZ" \ + --table "tbleqwHUvAZrViNke" \ + --data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]" \ No newline at end of file diff --git a/docs/en/cli/airtable/CreatePosts/bat.txt b/docs/en/cli/airtable/CreatePosts/bat.txt index 5737385c43..3b8d90e842 100644 --- a/docs/en/cli/airtable/CreatePosts/bat.txt +++ b/docs/en/cli/airtable/CreatePosts/bat.txt @@ -1,7 +1,5 @@ -:: JSON data can also be passed as a path to a .json file - oint airtable CreatePosts ^ --token "***" ^ - --base "appd1JtQRWxOoweQg" ^ - --table "tblh0DeyKd6T8nEUj" ^ - --data "{'Number':10,'String':'Hello'}" \ No newline at end of file + --base "appAKZEZdfm2h5toZ" ^ + --table "tbleqwHUvAZrViNke" ^ + --data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]" \ No newline at end of file diff --git a/docs/en/cli/airtable/GetNumberField/bash.txt b/docs/en/cli/airtable/GetNumberField/bash.txt index b55d290cdb..3eff031051 100644 --- a/docs/en/cli/airtable/GetNumberField/bash.txt +++ b/docs/en/cli/airtable/GetNumberField/bash.txt @@ -1,2 +1,2 @@ oint airtable GetNumberField \ - --title "7b632a77-a9dd-4cd5-a0ce-794093229b7d" \ No newline at end of file + --title "a8de4f70-ac01-4a8a-b6cb-60041fcbf8b8" \ No newline at end of file diff --git a/docs/en/cli/airtable/GetNumberField/bat.txt b/docs/en/cli/airtable/GetNumberField/bat.txt index f1b9f09b68..ed3fcd12ad 100644 --- a/docs/en/cli/airtable/GetNumberField/bat.txt +++ b/docs/en/cli/airtable/GetNumberField/bat.txt @@ -1,2 +1,2 @@ oint airtable GetNumberField ^ - --title "7b632a77-a9dd-4cd5-a0ce-794093229b7d" \ No newline at end of file + --title "a8de4f70-ac01-4a8a-b6cb-60041fcbf8b8" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddKanbanStage/bash.txt b/docs/en/cli/bitrix24/AddKanbanStage/bash.txt index 80fe5b41cf..52015e6df3 100644 --- a/docs/en/cli/bitrix24/AddKanbanStage/bash.txt +++ b/docs/en/cli/bitrix24/AddKanbanStage/bash.txt @@ -1,7 +1,5 @@ oint bitrix24 AddKanbanStage \ - --url "b24-ar17wx.bitrix24.by" \ - --title "New stage 2" \ + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ + --title "New stage" \ --color "0026FF" \ - --prevstage 2284 \ - --admin true \ - --token "***" \ No newline at end of file + --prevstage 6 \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddKanbanStage/bat.txt b/docs/en/cli/bitrix24/AddKanbanStage/bat.txt index 7ac57d27ff..ff4d18b61c 100644 --- a/docs/en/cli/bitrix24/AddKanbanStage/bat.txt +++ b/docs/en/cli/bitrix24/AddKanbanStage/bat.txt @@ -1,7 +1,5 @@ oint bitrix24 AddKanbanStage ^ - --url "b24-ar17wx.bitrix24.by" ^ - --title "New stage 2" ^ + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ + --title "New stage" ^ --color "0026FF" ^ - --prevstage 2284 ^ - --admin true ^ - --token "***" \ No newline at end of file + --prevstage 6 \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddTaskComment/bash.txt b/docs/en/cli/bitrix24/AddTaskComment/bash.txt index 24519eb60c..1fa887a600 100644 --- a/docs/en/cli/bitrix24/AddTaskComment/bash.txt +++ b/docs/en/cli/bitrix24/AddTaskComment/bash.txt @@ -1,5 +1,4 @@ oint bitrix24 AddTaskComment \ - --url "b24-ar17wx.bitrix24.by" \ - --task "6102" \ - --text "Task uninpossible, don't split up" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ + --task "6168" \ + --text "Task impossible, let's split up" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddTaskComment/bat.txt b/docs/en/cli/bitrix24/AddTaskComment/bat.txt index 79d850c2e1..6da32d9bcd 100644 --- a/docs/en/cli/bitrix24/AddTaskComment/bat.txt +++ b/docs/en/cli/bitrix24/AddTaskComment/bat.txt @@ -1,5 +1,4 @@ oint bitrix24 AddTaskComment ^ - --url "b24-ar17wx.bitrix24.by" ^ - --task "6102" ^ - --text "Task uninpossible, don't split up" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ + --task "6168" ^ + --text "Task impossible, let's split up" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt index 344c94d9af..0a10d40157 100644 --- a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt +++ b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt @@ -1,8 +1,4 @@ oint bitrix24 AddTaskTimeAccounting \ - --url "b24-ar17wx.bitrix24.by" \ - --task "6106" \ - --amount 7200 \ - --user 10 \ - --text "Time spent on work" \ - --date "2025-04-21T09:35:59.0143619" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ + --task "6172" \ + --amount 3600 \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt index 04929e35e7..381b170b3c 100644 --- a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt +++ b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt @@ -1,8 +1,4 @@ oint bitrix24 AddTaskTimeAccounting ^ - --url "b24-ar17wx.bitrix24.by" ^ - --task "6106" ^ - --amount 7200 ^ - --user 10 ^ - --text "Time spent on work" ^ - --date "2025-04-21T09:35:59.0143619" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ + --task "6172" ^ + --amount 3600 \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateCalendar/bash.txt b/docs/en/cli/bitrix24/CreateCalendar/bash.txt index 12f5f86b20..fa20979232 100644 --- a/docs/en/cli/bitrix24/CreateCalendar/bash.txt +++ b/docs/en/cli/bitrix24/CreateCalendar/bash.txt @@ -1,6 +1,5 @@ # JSON data can also be passed as a path to a .json file oint bitrix24 CreateCalendar \ - --url "b24-ar17wx.bitrix24.by" \ - --fields "{'type':'user','ownerId':1,'name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ + --fields "{'type':'user','ownerId':1,'name':'new calendar','description':'My new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateCalendar/bat.txt b/docs/en/cli/bitrix24/CreateCalendar/bat.txt index d7185a0035..6ef8923125 100644 --- a/docs/en/cli/bitrix24/CreateCalendar/bat.txt +++ b/docs/en/cli/bitrix24/CreateCalendar/bat.txt @@ -1,6 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint bitrix24 CreateCalendar ^ - --url "b24-ar17wx.bitrix24.by" ^ - --fields "{'type':'user','ownerId':1,'name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ + --fields "{'type':'user','ownerId':1,'name':'new calendar','description':'My new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateDepartment/bash.txt b/docs/en/cli/bitrix24/CreateDepartment/bash.txt index cf9c8a96f9..bdd834011c 100644 --- a/docs/en/cli/bitrix24/CreateDepartment/bash.txt +++ b/docs/en/cli/bitrix24/CreateDepartment/bash.txt @@ -1,6 +1,4 @@ oint bitrix24 CreateDepartment \ - --url "b24-ar17wx.bitrix24.by" \ - --title "Subordinate department" \ - --parentid 2038 \ - --headid 1 \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ + --title "Main department" \ + --parentid 1 \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateDepartment/bat.txt b/docs/en/cli/bitrix24/CreateDepartment/bat.txt index 35c4ad2e05..cdbac85fad 100644 --- a/docs/en/cli/bitrix24/CreateDepartment/bat.txt +++ b/docs/en/cli/bitrix24/CreateDepartment/bat.txt @@ -1,6 +1,4 @@ oint bitrix24 CreateDepartment ^ - --url "b24-ar17wx.bitrix24.by" ^ - --title "Subordinate department" ^ - --parentid 2038 ^ - --headid 1 ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ + --title "Main department" ^ + --parentid 1 \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreatePersonalNotification/bash.txt b/docs/en/cli/bitrix24/CreatePersonalNotification/bash.txt index 6713e4ae7b..908a36de9e 100644 --- a/docs/en/cli/bitrix24/CreatePersonalNotification/bash.txt +++ b/docs/en/cli/bitrix24/CreatePersonalNotification/bash.txt @@ -1,6 +1,5 @@ oint bitrix24 CreatePersonalNotification \ - --url "b24-ar17wx.bitrix24.by" \ - --user 10 \ + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ + --user 1 \ --text "Message text" \ - --tag "New" \ - --token "***" \ No newline at end of file + --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'}}]" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt b/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt index eba1ff07a7..bfb227068a 100644 --- a/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt +++ b/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt @@ -1,6 +1,5 @@ oint bitrix24 CreatePersonalNotification ^ - --url "b24-ar17wx.bitrix24.by" ^ - --user 10 ^ + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ + --user 1 ^ --text "Message text" ^ - --tag "New" ^ - --token "***" \ No newline at end of file + --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'}}]" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreatePost/bash.txt b/docs/en/cli/bitrix24/CreatePost/bash.txt index c00c9f318d..ea418ca9e2 100644 --- a/docs/en/cli/bitrix24/CreatePost/bash.txt +++ b/docs/en/cli/bitrix24/CreatePost/bash.txt @@ -1,8 +1,8 @@ # JSON data can also be passed as a path to a .json file oint bitrix24 CreatePost \ - --url "b24-ar17wx.bitrix24.by" \ + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ --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'}" \ --title "Post title" \ - --token "***" \ No newline at end of file + --important true \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreatePost/bat.txt b/docs/en/cli/bitrix24/CreatePost/bat.txt index 2f56cfb337..db1aaeb0d1 100644 --- a/docs/en/cli/bitrix24/CreatePost/bat.txt +++ b/docs/en/cli/bitrix24/CreatePost/bat.txt @@ -1,8 +1,8 @@ :: JSON data can also be passed as a path to a .json file oint bitrix24 CreatePost ^ - --url "b24-ar17wx.bitrix24.by" ^ + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ --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'}" ^ --title "Post title" ^ - --token "***" \ No newline at end of file + --important true \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetCurrentUser/bash.txt b/docs/en/cli/bitrix24/GetCurrentUser/bash.txt index d7c853cf96..eadf29ad00 100644 --- a/docs/en/cli/bitrix24/GetCurrentUser/bash.txt +++ b/docs/en/cli/bitrix24/GetCurrentUser/bash.txt @@ -1,3 +1,2 @@ oint bitrix24 GetCurrentUser \ - --url "b24-ar17wx.bitrix24.by" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetCurrentUser/bat.txt b/docs/en/cli/bitrix24/GetCurrentUser/bat.txt index e8bc75d842..09ebac732d 100644 --- a/docs/en/cli/bitrix24/GetCurrentUser/bat.txt +++ b/docs/en/cli/bitrix24/GetCurrentUser/bat.txt @@ -1,3 +1,2 @@ oint bitrix24 GetCurrentUser ^ - --url "b24-ar17wx.bitrix24.by" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetLeadsList/bash.txt b/docs/en/cli/bitrix24/GetLeadsList/bash.txt index 6601be7579..64150fbcfa 100644 --- a/docs/en/cli/bitrix24/GetLeadsList/bash.txt +++ b/docs/en/cli/bitrix24/GetLeadsList/bash.txt @@ -1,3 +1,2 @@ oint bitrix24 GetLeadsList \ - --url "b24-ar17wx.bitrix24.by" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetLeadsList/bat.txt b/docs/en/cli/bitrix24/GetLeadsList/bat.txt index 4da5b699b6..45c465624b 100644 --- a/docs/en/cli/bitrix24/GetLeadsList/bat.txt +++ b/docs/en/cli/bitrix24/GetLeadsList/bat.txt @@ -1,3 +1,2 @@ oint bitrix24 GetLeadsList ^ - --url "b24-ar17wx.bitrix24.by" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetStoragesList/bash.txt b/docs/en/cli/bitrix24/GetStoragesList/bash.txt index 02b3d512a1..538b982595 100644 --- a/docs/en/cli/bitrix24/GetStoragesList/bash.txt +++ b/docs/en/cli/bitrix24/GetStoragesList/bash.txt @@ -1,3 +1,2 @@ oint bitrix24 GetStoragesList \ - --url "b24-ar17wx.bitrix24.by" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetStoragesList/bat.txt b/docs/en/cli/bitrix24/GetStoragesList/bat.txt index 2d913768cd..254e91e9d4 100644 --- a/docs/en/cli/bitrix24/GetStoragesList/bat.txt +++ b/docs/en/cli/bitrix24/GetStoragesList/bat.txt @@ -1,3 +1,2 @@ oint bitrix24 GetStoragesList ^ - --url "b24-ar17wx.bitrix24.by" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTaskFieldsStructure/bash.txt b/docs/en/cli/bitrix24/GetTaskFieldsStructure/bash.txt index 778be65c77..41e8a19f36 100644 --- a/docs/en/cli/bitrix24/GetTaskFieldsStructure/bash.txt +++ b/docs/en/cli/bitrix24/GetTaskFieldsStructure/bash.txt @@ -1,3 +1,2 @@ oint bitrix24 GetTaskFieldsStructure \ - --url "b24-ar17wx.bitrix24.by" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTaskFieldsStructure/bat.txt b/docs/en/cli/bitrix24/GetTaskFieldsStructure/bat.txt index 7b507e0756..406fe19cb4 100644 --- a/docs/en/cli/bitrix24/GetTaskFieldsStructure/bat.txt +++ b/docs/en/cli/bitrix24/GetTaskFieldsStructure/bat.txt @@ -1,3 +1,2 @@ oint bitrix24 GetTaskFieldsStructure ^ - --url "b24-ar17wx.bitrix24.by" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUserStatus/bash.txt b/docs/en/cli/bitrix24/GetUserStatus/bash.txt index 3e9ffdcaaa..cfeb0498ca 100644 --- a/docs/en/cli/bitrix24/GetUserStatus/bash.txt +++ b/docs/en/cli/bitrix24/GetUserStatus/bash.txt @@ -1,3 +1,2 @@ oint bitrix24 GetUserStatus \ - --url "b24-ar17wx.bitrix24.by" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUserStatus/bat.txt b/docs/en/cli/bitrix24/GetUserStatus/bat.txt index d38b4507e6..20699f5220 100644 --- a/docs/en/cli/bitrix24/GetUserStatus/bat.txt +++ b/docs/en/cli/bitrix24/GetUserStatus/bat.txt @@ -1,3 +1,2 @@ oint bitrix24 GetUserStatus ^ - --url "b24-ar17wx.bitrix24.by" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ServerTime/bash.txt b/docs/en/cli/bitrix24/ServerTime/bash.txt index 250e2e6a35..8176bcd9f3 100644 --- a/docs/en/cli/bitrix24/ServerTime/bash.txt +++ b/docs/en/cli/bitrix24/ServerTime/bash.txt @@ -1,3 +1,2 @@ oint bitrix24 ServerTime \ - --url "b24-ar17wx.bitrix24.by" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ServerTime/bat.txt b/docs/en/cli/bitrix24/ServerTime/bat.txt index e044c2facc..28e9259bb0 100644 --- a/docs/en/cli/bitrix24/ServerTime/bat.txt +++ b/docs/en/cli/bitrix24/ServerTime/bat.txt @@ -1,3 +1,2 @@ oint bitrix24 ServerTime ^ - --url "b24-ar17wx.bitrix24.by" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateOrder/bash.txt b/docs/en/cli/cdek/CreateOrder/bash.txt index 05cb214a96..f3b44c956d 100644 --- a/docs/en/cli/cdek/CreateOrder/bash.txt +++ b/docs/en/cli/cdek/CreateOrder/bash.txt @@ -2,6 +2,6 @@ oint cdek CreateOrder \ --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 \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateOrder/bat.txt b/docs/en/cli/cdek/CreateOrder/bat.txt index ca722604c8..70d94b847b 100644 --- a/docs/en/cli/cdek/CreateOrder/bat.txt +++ b/docs/en/cli/cdek/CreateOrder/bat.txt @@ -2,6 +2,6 @@ oint cdek CreateOrder ^ --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 ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/dropbox/AddUsersToFile/bash.txt b/docs/en/cli/dropbox/AddUsersToFile/bash.txt index 355f4b33c1..673e307774 100644 --- a/docs/en/cli/dropbox/AddUsersToFile/bash.txt +++ b/docs/en/cli/dropbox/AddUsersToFile/bash.txt @@ -1,5 +1,5 @@ oint dropbox AddUsersToFile \ --token "***" \ --fileid "kJU6-a-pT48AAAAAAAAABw" \ - --emails "['h5bk6ft62s@privaterelay.appleid.com']" \ - --readonly true \ No newline at end of file + --emails "h5bk6ft62s@privaterelay.appleid.com" \ + --readonly false \ No newline at end of file diff --git a/docs/en/cli/dropbox/AddUsersToFile/bat.txt b/docs/en/cli/dropbox/AddUsersToFile/bat.txt index c1876631f7..d48768c61b 100644 --- a/docs/en/cli/dropbox/AddUsersToFile/bat.txt +++ b/docs/en/cli/dropbox/AddUsersToFile/bat.txt @@ -1,5 +1,5 @@ oint dropbox AddUsersToFile ^ --token "***" ^ --fileid "kJU6-a-pT48AAAAAAAAABw" ^ - --emails "['h5bk6ft62s@privaterelay.appleid.com']" ^ - --readonly true \ No newline at end of file + --emails "h5bk6ft62s@privaterelay.appleid.com" ^ + --readonly false \ No newline at end of file diff --git a/docs/en/cli/dropbox/GetAccountInformation/bash.txt b/docs/en/cli/dropbox/GetAccountInformation/bash.txt index 264b28975b..8f556c0340 100644 --- a/docs/en/cli/dropbox/GetAccountInformation/bash.txt +++ b/docs/en/cli/dropbox/GetAccountInformation/bash.txt @@ -1,3 +1,2 @@ oint dropbox GetAccountInformation \ - --token "***" \ - --account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE" \ No newline at end of file + --token "***" \ No newline at end of file diff --git a/docs/en/cli/dropbox/GetAccountInformation/bat.txt b/docs/en/cli/dropbox/GetAccountInformation/bat.txt index ddeb2b8640..5d06fdb227 100644 --- a/docs/en/cli/dropbox/GetAccountInformation/bat.txt +++ b/docs/en/cli/dropbox/GetAccountInformation/bat.txt @@ -1,3 +1,2 @@ oint dropbox GetAccountInformation ^ - --token "***" ^ - --account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE" \ No newline at end of file + --token "***" \ No newline at end of file diff --git a/docs/en/cli/dropbox/GetTagList/bash.txt b/docs/en/cli/dropbox/GetTagList/bash.txt index 15787e990d..c651842ff8 100644 --- a/docs/en/cli/dropbox/GetTagList/bash.txt +++ b/docs/en/cli/dropbox/GetTagList/bash.txt @@ -1,3 +1,3 @@ oint dropbox GetTagList \ --token "***" \ - --paths "/New/mydoc.docx" \ No newline at end of file + --paths "['/New/Dogs.mp3','/New/mydoc.docx']" \ No newline at end of file diff --git a/docs/en/cli/dropbox/GetTagList/bat.txt b/docs/en/cli/dropbox/GetTagList/bat.txt index e9b9b05365..176281759d 100644 --- a/docs/en/cli/dropbox/GetTagList/bat.txt +++ b/docs/en/cli/dropbox/GetTagList/bat.txt @@ -1,3 +1,3 @@ oint dropbox GetTagList ^ --token "***" ^ - --paths "/New/mydoc.docx" \ No newline at end of file + --paths "['/New/Dogs.mp3','/New/mydoc.docx']" \ No newline at end of file diff --git a/docs/en/cli/dropbox/UploadFile/bash.txt b/docs/en/cli/dropbox/UploadFile/bash.txt index 1d7e203d8b..27efa89fbb 100644 --- a/docs/en/cli/dropbox/UploadFile/bash.txt +++ b/docs/en/cli/dropbox/UploadFile/bash.txt @@ -1,5 +1,5 @@ oint dropbox UploadFile \ --token "***" \ - --file "C:\Users\Administrator\AppData\Local\Temp\yjj2ylt421s.png" \ + --file "C:\Users\Administrator\AppData\Local\Temp\ptti1pk4zwp.png" \ --path "/New/pic.png" \ --overwrite true \ No newline at end of file diff --git a/docs/en/cli/dropbox/UploadFile/bat.txt b/docs/en/cli/dropbox/UploadFile/bat.txt index 5a9d53a6ab..6bb45c18a4 100644 --- a/docs/en/cli/dropbox/UploadFile/bat.txt +++ b/docs/en/cli/dropbox/UploadFile/bat.txt @@ -1,5 +1,5 @@ oint dropbox UploadFile ^ --token "***" ^ - --file "C:\Users\Administrator\AppData\Local\Temp\yjj2ylt421s.png" ^ + --file "C:\Users\Administrator\AppData\Local\Temp\ptti1pk4zwp.png" ^ --path "/New/pic.png" ^ --overwrite true \ No newline at end of file diff --git a/docs/en/cli/gdrive/CreateFolder/bash.txt b/docs/en/cli/gdrive/CreateFolder/bash.txt index 950a4c18de..65c787b335 100644 --- a/docs/en/cli/gdrive/CreateFolder/bash.txt +++ b/docs/en/cli/gdrive/CreateFolder/bash.txt @@ -1,3 +1,4 @@ oint gdrive CreateFolder \ --token "***" \ - --title "TestFolder" \ No newline at end of file + --title "TestFolder" \ + --catalog "191iyaa6-2BCNRPOF0F8mQ0TuNWPNesdM" \ No newline at end of file diff --git a/docs/en/cli/gdrive/CreateFolder/bat.txt b/docs/en/cli/gdrive/CreateFolder/bat.txt index 9f3569bb6c..017fd5e4c7 100644 --- a/docs/en/cli/gdrive/CreateFolder/bat.txt +++ b/docs/en/cli/gdrive/CreateFolder/bat.txt @@ -1,3 +1,4 @@ oint gdrive CreateFolder ^ --token "***" ^ - --title "TestFolder" \ No newline at end of file + --title "TestFolder" ^ + --catalog "191iyaa6-2BCNRPOF0F8mQ0TuNWPNesdM" \ No newline at end of file diff --git a/docs/en/cli/gsheets/CreateSpreadsheet/bash.txt b/docs/en/cli/gsheets/CreateSpreadsheet/bash.txt index 23e8376ccd..4cd5146653 100644 --- a/docs/en/cli/gsheets/CreateSpreadsheet/bash.txt +++ b/docs/en/cli/gsheets/CreateSpreadsheet/bash.txt @@ -1,4 +1,4 @@ oint gsheets CreateSpreadsheet \ --token "***" \ - --title "Test table (new.)" \ + --title "TestTable" \ --sheets "['Sheet1','Sheet2']" \ No newline at end of file diff --git a/docs/en/cli/gsheets/CreateSpreadsheet/bat.txt b/docs/en/cli/gsheets/CreateSpreadsheet/bat.txt index 7a081220ef..6a609eccc0 100644 --- a/docs/en/cli/gsheets/CreateSpreadsheet/bat.txt +++ b/docs/en/cli/gsheets/CreateSpreadsheet/bat.txt @@ -1,4 +1,4 @@ oint gsheets CreateSpreadsheet ^ --token "***" ^ - --title "Test table (new.)" ^ + --title "TestTable" ^ --sheets "['Sheet1','Sheet2']" \ No newline at end of file diff --git a/docs/en/cli/neocities/GetSiteData/bash.txt b/docs/en/cli/neocities/GetSiteData/bash.txt index 6abbb5a9d5..fff82e18b8 100644 --- a/docs/en/cli/neocities/GetSiteData/bash.txt +++ b/docs/en/cli/neocities/GetSiteData/bash.txt @@ -1,3 +1,2 @@ oint neocities GetSiteData \ - --token "***" \ - --sitename "2athenaeum" \ No newline at end of file + --token "***" \ No newline at end of file diff --git a/docs/en/cli/neocities/GetSiteData/bat.txt b/docs/en/cli/neocities/GetSiteData/bat.txt index 2944e4f754..c72b333523 100644 --- a/docs/en/cli/neocities/GetSiteData/bat.txt +++ b/docs/en/cli/neocities/GetSiteData/bat.txt @@ -1,3 +1,2 @@ oint neocities GetSiteData ^ - --token "***" ^ - --sitename "2athenaeum" \ No newline at end of file + --token "***" \ No newline at end of file diff --git a/docs/en/cli/ollama/PullModel/bash.txt b/docs/en/cli/ollama/PullModel/bash.txt index 92fa57b834..9d94f11b6c 100644 --- a/docs/en/cli/ollama/PullModel/bash.txt +++ b/docs/en/cli/ollama/PullModel/bash.txt @@ -2,5 +2,5 @@ oint ollama PullModel \ --url "https://api.athenaeum.digital/ollama" \ - --model "bayselonarrend/tinyllama:latest" \ + --model "tinyllama" \ --headers "{'Authorization':'***'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/PullModel/bat.txt b/docs/en/cli/ollama/PullModel/bat.txt index 47cd4d1ea6..7cb3cf42de 100644 --- a/docs/en/cli/ollama/PullModel/bat.txt +++ b/docs/en/cli/ollama/PullModel/bat.txt @@ -2,5 +2,5 @@ oint ollama PullModel ^ --url "https://api.athenaeum.digital/ollama" ^ - --model "bayselonarrend/tinyllama:latest" ^ + --model "tinyllama" ^ --headers "{'Authorization':'***'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/PushBlob/bash.txt b/docs/en/cli/ollama/PushBlob/bash.txt index 3a0f7eb608..2b274e8f5d 100644 --- a/docs/en/cli/ollama/PushBlob/bash.txt +++ b/docs/en/cli/ollama/PushBlob/bash.txt @@ -2,5 +2,5 @@ oint ollama PushBlob \ --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':'***'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/PushBlob/bat.txt b/docs/en/cli/ollama/PushBlob/bat.txt index 12762e1e6f..990c58db07 100644 --- a/docs/en/cli/ollama/PushBlob/bat.txt +++ b/docs/en/cli/ollama/PushBlob/bat.txt @@ -2,5 +2,5 @@ oint ollama PushBlob ^ --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':'***'}" \ No newline at end of file diff --git a/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bash.txt b/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bash.txt index a17d1ed694..291a61059e 100644 --- a/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bash.txt +++ b/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bash.txt @@ -1,3 +1,4 @@ oint ozon GetCategoriesAndProductTypesTree \ --clientid "***" \ - --apikey "***" \ No newline at end of file + --apikey "***" \ + --lang "EN" \ No newline at end of file diff --git a/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bat.txt b/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bat.txt index da2eea644d..2968568c26 100644 --- a/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bat.txt +++ b/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bat.txt @@ -1,3 +1,4 @@ oint ozon GetCategoriesAndProductTypesTree ^ --clientid "***" ^ - --apikey "***" \ No newline at end of file + --apikey "***" ^ + --lang "EN" \ No newline at end of file diff --git a/docs/en/cli/slack/CreateChannel/bash.txt b/docs/en/cli/slack/CreateChannel/bash.txt index 7be1feb1d9..32fd1a14e4 100644 --- a/docs/en/cli/slack/CreateChannel/bash.txt +++ b/docs/en/cli/slack/CreateChannel/bash.txt @@ -1,4 +1,4 @@ oint slack CreateChannel \ --token "***" \ - --title "testconv885664c6-39b1-4887-8f05-dc06176d1c14" \ + --title "testconv30c406eb-1b77-4a8c-b429-1acbacd30a70" \ --private false \ No newline at end of file diff --git a/docs/en/cli/slack/CreateChannel/bat.txt b/docs/en/cli/slack/CreateChannel/bat.txt index 34a5bbcb68..3f134edeac 100644 --- a/docs/en/cli/slack/CreateChannel/bat.txt +++ b/docs/en/cli/slack/CreateChannel/bat.txt @@ -1,4 +1,4 @@ oint slack CreateChannel ^ --token "***" ^ - --title "testconv885664c6-39b1-4887-8f05-dc06176d1c14" ^ + --title "testconv30c406eb-1b77-4a8c-b429-1acbacd30a70" ^ --private false \ No newline at end of file diff --git a/docs/en/cli/slack/GetExternalFileList/bash.txt b/docs/en/cli/slack/GetExternalFileList/bash.txt index 2880370288..39feed06e1 100644 --- a/docs/en/cli/slack/GetExternalFileList/bash.txt +++ b/docs/en/cli/slack/GetExternalFileList/bash.txt @@ -1,2 +1,3 @@ oint slack GetExternalFileList \ - --token "***" \ No newline at end of file + --token "***" \ + --channel "C06UFNUTKUL" \ No newline at end of file diff --git a/docs/en/cli/slack/GetExternalFileList/bat.txt b/docs/en/cli/slack/GetExternalFileList/bat.txt index 984e9f8353..a988990c2d 100644 --- a/docs/en/cli/slack/GetExternalFileList/bat.txt +++ b/docs/en/cli/slack/GetExternalFileList/bat.txt @@ -1,2 +1,3 @@ oint slack GetExternalFileList ^ - --token "***" \ No newline at end of file + --token "***" ^ + --channel "C06UFNUTKUL" \ No newline at end of file diff --git a/docs/en/cli/slack/GetFilesList/bash.txt b/docs/en/cli/slack/GetFilesList/bash.txt index da5618112e..2bab8214ab 100644 --- a/docs/en/cli/slack/GetFilesList/bash.txt +++ b/docs/en/cli/slack/GetFilesList/bash.txt @@ -1,2 +1,3 @@ oint slack GetFilesList \ - --token "***" \ No newline at end of file + --token "***" \ + --channel "C06UFNUTKUL" \ No newline at end of file diff --git a/docs/en/cli/slack/GetFilesList/bat.txt b/docs/en/cli/slack/GetFilesList/bat.txt index 5cfb1ec89d..f0e3d4b9ff 100644 --- a/docs/en/cli/slack/GetFilesList/bat.txt +++ b/docs/en/cli/slack/GetFilesList/bat.txt @@ -1,2 +1,3 @@ oint slack GetFilesList ^ - --token "***" \ No newline at end of file + --token "***" ^ + --channel "C06UFNUTKUL" \ No newline at end of file diff --git a/docs/en/cli/slack/SendMessage/bash.txt b/docs/en/cli/slack/SendMessage/bash.txt index 84f8d8d134..6f98236726 100644 --- a/docs/en/cli/slack/SendMessage/bash.txt +++ b/docs/en/cli/slack/SendMessage/bash.txt @@ -1,5 +1,4 @@ oint slack SendMessage \ --token "***" \ --channel "C06UFNUTKUL" \ - --text "Sheduled message" \ - --date "2025-05-22T09:22:56.3200129" \ No newline at end of file + --text "TestMessage1" \ No newline at end of file diff --git a/docs/en/cli/slack/SendMessage/bat.txt b/docs/en/cli/slack/SendMessage/bat.txt index a1333cead1..7dcc683820 100644 --- a/docs/en/cli/slack/SendMessage/bat.txt +++ b/docs/en/cli/slack/SendMessage/bat.txt @@ -1,5 +1,4 @@ oint slack SendMessage ^ --token "***" ^ --channel "C06UFNUTKUL" ^ - --text "Sheduled message" ^ - --date "2025-05-22T09:22:56.3200129" \ No newline at end of file + --text "TestMessage1" \ No newline at end of file diff --git a/docs/en/cli/sqlite/CreateTable/bash.txt b/docs/en/cli/sqlite/CreateTable/bash.txt index 6d78742834..d50996ace0 100644 --- a/docs/en/cli/sqlite/CreateTable/bash.txt +++ b/docs/en/cli/sqlite/CreateTable/bash.txt @@ -3,4 +3,4 @@ oint sqlite CreateTable \ --table "test" \ --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" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\crjbpkqsq5v.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/CreateTable/bat.txt b/docs/en/cli/sqlite/CreateTable/bat.txt index 13478cc9d5..06cca22de4 100644 --- a/docs/en/cli/sqlite/CreateTable/bat.txt +++ b/docs/en/cli/sqlite/CreateTable/bat.txt @@ -3,4 +3,4 @@ oint sqlite CreateTable ^ --table "test" ^ --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" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\crjbpkqsq5v.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt b/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt index eafbc0a5a4..d0f2ae4a61 100644 --- a/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt +++ b/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt @@ -1,6 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint sqlite ExecuteSQLQuery \ - --sql "SELECT uuid4();" \ - --db "C:\Users\Administrator\AppData\Local\Temp\erpnp03saux.sqlite" \ - --exts "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/uuid.dll':'sqlite3_uuid_init'}" \ No newline at end of file + --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\atnsr22gawg.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt b/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt index 12cb033e65..9fa8e571e5 100644 --- a/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt +++ b/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt @@ -1,6 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint sqlite ExecuteSQLQuery ^ - --sql "SELECT uuid4();" ^ - --db "C:\Users\Administrator\AppData\Local\Temp\erpnp03saux.sqlite" ^ - --exts "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/uuid.dll':'sqlite3_uuid_init'}" \ No newline at end of file + --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\atnsr22gawg.sqlite" \ No newline at end of file diff --git a/docs/en/cli/tcp/ProcessRequest/bash.txt b/docs/en/cli/tcp/ProcessRequest/bash.txt index 7246947c33..18e8ea7ab3 100644 --- a/docs/en/cli/tcp/ProcessRequest/bash.txt +++ b/docs/en/cli/tcp/ProcessRequest/bash.txt @@ -1,6 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint tcp ProcessRequest \ - --address "tcpbin.com:4243" \ - --data "Echo this!\n" \ - --tls "{'use_tls':true,'accept_invalid_certs':false}" \ No newline at end of file + --address "45.79.112.203:4242" \ + --data "Echo this!\n" \ No newline at end of file diff --git a/docs/en/cli/tcp/ProcessRequest/bat.txt b/docs/en/cli/tcp/ProcessRequest/bat.txt index f831ad9cd1..88adde186e 100644 --- a/docs/en/cli/tcp/ProcessRequest/bat.txt +++ b/docs/en/cli/tcp/ProcessRequest/bat.txt @@ -1,6 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint tcp ProcessRequest ^ - --address "tcpbin.com:4243" ^ - --data "Echo this!\n" ^ - --tls "{'use_tls':true,'accept_invalid_certs':false}" \ No newline at end of file + --address "45.79.112.203:4242" ^ + --data "Echo this!\n" \ No newline at end of file diff --git a/docs/en/cli/telegram/CreateForumThread/bash.txt b/docs/en/cli/telegram/CreateForumThread/bash.txt index 0e1bdbe6b9..e1545fa9c7 100644 --- a/docs/en/cli/telegram/CreateForumThread/bash.txt +++ b/docs/en/cli/telegram/CreateForumThread/bash.txt @@ -2,4 +2,4 @@ oint telegram CreateForumThread \ --token "***" \ --forum "-1001971186208" \ --icon "5357419403325481346" \ - --title "TestTopic db07022e-4f21-4c24-bebc-0416221755a5" \ No newline at end of file + --title "TestTopic ccc0e426-ceef-4ace-88e1-4ceb0bc52b52" \ No newline at end of file diff --git a/docs/en/cli/telegram/CreateForumThread/bat.txt b/docs/en/cli/telegram/CreateForumThread/bat.txt index eef83212e3..12f97637cf 100644 --- a/docs/en/cli/telegram/CreateForumThread/bat.txt +++ b/docs/en/cli/telegram/CreateForumThread/bat.txt @@ -2,4 +2,4 @@ oint telegram CreateForumThread ^ --token "***" ^ --forum "-1001971186208" ^ --icon "5357419403325481346" ^ - --title "TestTopic db07022e-4f21-4c24-bebc-0416221755a5" \ No newline at end of file + --title "TestTopic ccc0e426-ceef-4ace-88e1-4ceb0bc52b52" \ No newline at end of file diff --git a/docs/en/cli/telegram/CreateInvitationLink/bash.txt b/docs/en/cli/telegram/CreateInvitationLink/bash.txt index 234656bdb4..d7cbacb8e4 100644 --- a/docs/en/cli/telegram/CreateInvitationLink/bash.txt +++ b/docs/en/cli/telegram/CreateInvitationLink/bash.txt @@ -1,6 +1,6 @@ oint telegram CreateInvitationLink \ --token "***" \ --chat "@testsichee" \ - --expire "2025-05-22T08:56:52.2696895" \ - --title "Link 21.05.2025 8:56:52" \ + --expire "2025-06-05T20:42:55.7157491" \ + --title "Link 04.06.2025 20:42:55" \ --limit 200 \ No newline at end of file diff --git a/docs/en/cli/telegram/CreateInvitationLink/bat.txt b/docs/en/cli/telegram/CreateInvitationLink/bat.txt index 3be2087eaf..dd6c357cf3 100644 --- a/docs/en/cli/telegram/CreateInvitationLink/bat.txt +++ b/docs/en/cli/telegram/CreateInvitationLink/bat.txt @@ -1,6 +1,6 @@ oint telegram CreateInvitationLink ^ --token "***" ^ --chat "@testsichee" ^ - --expire "2025-05-22T08:56:52.2696895" ^ - --title "Link 21.05.2025 8:56:52" ^ + --expire "2025-06-05T20:42:55.7157491" ^ + --title "Link 04.06.2025 20:42:55" ^ --limit 200 \ No newline at end of file diff --git a/docs/en/cli/telegram/EditMainForumTopicName/bash.txt b/docs/en/cli/telegram/EditMainForumTopicName/bash.txt index 8a0af1b830..c5f5782ae1 100644 --- a/docs/en/cli/telegram/EditMainForumTopicName/bash.txt +++ b/docs/en/cli/telegram/EditMainForumTopicName/bash.txt @@ -1,4 +1,4 @@ oint telegram EditMainForumTopicName \ --token "***" \ --forum "-1001971186208" \ - --title "New main thread name 9e1c7113-b6bb-4657-81f8-3cc87a3cf909" \ No newline at end of file + --title "New main thread name 91a4f09b-4314-4846-b43c-14d58ab196fd" \ No newline at end of file diff --git a/docs/en/cli/telegram/EditMainForumTopicName/bat.txt b/docs/en/cli/telegram/EditMainForumTopicName/bat.txt index bd0ffa004f..e3921c5132 100644 --- a/docs/en/cli/telegram/EditMainForumTopicName/bat.txt +++ b/docs/en/cli/telegram/EditMainForumTopicName/bat.txt @@ -1,4 +1,4 @@ oint telegram EditMainForumTopicName ^ --token "***" ^ --forum "-1001971186208" ^ - --title "New main thread name 9e1c7113-b6bb-4657-81f8-3cc87a3cf909" \ No newline at end of file + --title "New main thread name 91a4f09b-4314-4846-b43c-14d58ab196fd" \ No newline at end of file diff --git a/docs/en/cli/telegram/ForwardMessage/bash.txt b/docs/en/cli/telegram/ForwardMessage/bash.txt index fa9b508940..5da0ffdbed 100644 --- a/docs/en/cli/telegram/ForwardMessage/bash.txt +++ b/docs/en/cli/telegram/ForwardMessage/bash.txt @@ -2,4 +2,4 @@ oint telegram ForwardMessage \ --token "***" \ --from "@testsichee" \ --to "461699897" \ - --message "17291" \ No newline at end of file + --message "17436" \ No newline at end of file diff --git a/docs/en/cli/telegram/ForwardMessage/bat.txt b/docs/en/cli/telegram/ForwardMessage/bat.txt index 916313523b..9441d0f987 100644 --- a/docs/en/cli/telegram/ForwardMessage/bat.txt +++ b/docs/en/cli/telegram/ForwardMessage/bat.txt @@ -2,4 +2,4 @@ oint telegram ForwardMessage ^ --token "***" ^ --from "@testsichee" ^ --to "461699897" ^ - --message "17291" \ No newline at end of file + --message "17436" \ No newline at end of file diff --git a/docs/en/cli/telegram/PinMessage/bash.txt b/docs/en/cli/telegram/PinMessage/bash.txt index ba925f81da..9c81386414 100644 --- a/docs/en/cli/telegram/PinMessage/bash.txt +++ b/docs/en/cli/telegram/PinMessage/bash.txt @@ -1,4 +1,4 @@ oint telegram PinMessage \ --token "***" \ --chat "@testsichee" \ - --message "17291" \ No newline at end of file + --message "17436" \ No newline at end of file diff --git a/docs/en/cli/telegram/PinMessage/bat.txt b/docs/en/cli/telegram/PinMessage/bat.txt index 9c06328f2e..a430358ed2 100644 --- a/docs/en/cli/telegram/PinMessage/bat.txt +++ b/docs/en/cli/telegram/PinMessage/bat.txt @@ -1,4 +1,4 @@ oint telegram PinMessage ^ --token "***" ^ --chat "@testsichee" ^ - --message "17291" \ No newline at end of file + --message "17436" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendAudio/bash.txt b/docs/en/cli/telegram/SendAudio/bash.txt index 86d564f397..bb11b8e746 100644 --- a/docs/en/cli/telegram/SendAudio/bash.txt +++ b/docs/en/cli/telegram/SendAudio/bash.txt @@ -1,5 +1,5 @@ oint telegram SendAudio \ --token "***" \ - --chat "@testsichee" \ + --chat "461699897" \ --text "Строковое значение" \ - --audio "C:\Users\Administrator\AppData\Local\Temp\d34wffstva3.mp3" \ No newline at end of file + --audio "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/song.mp3" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendAudio/bat.txt b/docs/en/cli/telegram/SendAudio/bat.txt index 9ad311c136..fc05c4766d 100644 --- a/docs/en/cli/telegram/SendAudio/bat.txt +++ b/docs/en/cli/telegram/SendAudio/bat.txt @@ -1,5 +1,5 @@ oint telegram SendAudio ^ --token "***" ^ - --chat "@testsichee" ^ + --chat "461699897" ^ --text "Строковое значение" ^ - --audio "C:\Users\Administrator\AppData\Local\Temp\d34wffstva3.mp3" \ No newline at end of file + --audio "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/song.mp3" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendContact/bash.txt b/docs/en/cli/telegram/SendContact/bash.txt index 76c9aa2b0e..1e1a24e8e7 100644 --- a/docs/en/cli/telegram/SendContact/bash.txt +++ b/docs/en/cli/telegram/SendContact/bash.txt @@ -1,6 +1,6 @@ oint telegram SendContact \ --token "***" \ - --chat "@testsichee" \ + --chat "461699897" \ --surname "Петров" \ --phone "88005553535" \ --name "Петр" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendContact/bat.txt b/docs/en/cli/telegram/SendContact/bat.txt index e48db0c140..7449598933 100644 --- a/docs/en/cli/telegram/SendContact/bat.txt +++ b/docs/en/cli/telegram/SendContact/bat.txt @@ -1,6 +1,6 @@ oint telegram SendContact ^ --token "***" ^ - --chat "@testsichee" ^ + --chat "461699897" ^ --surname "Петров" ^ --phone "88005553535" ^ --name "Петр" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendDocument/bash.txt b/docs/en/cli/telegram/SendDocument/bash.txt index a6bca2e422..e7f30b85d4 100644 --- a/docs/en/cli/telegram/SendDocument/bash.txt +++ b/docs/en/cli/telegram/SendDocument/bash.txt @@ -1,6 +1,5 @@ oint telegram SendDocument \ --token "***" \ - --chat "@testsichee" \ + --chat "461699897" \ --text "Строковое значение" \ - --doc "C:\Users\Administrator\AppData\Local\Temp\pg5hyy0cwp1.docx" \ - --filename "custom.docx" \ No newline at end of file + --doc "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendDocument/bat.txt b/docs/en/cli/telegram/SendDocument/bat.txt index 3b8deedf33..d755536b1d 100644 --- a/docs/en/cli/telegram/SendDocument/bat.txt +++ b/docs/en/cli/telegram/SendDocument/bat.txt @@ -1,6 +1,5 @@ oint telegram SendDocument ^ --token "***" ^ - --chat "@testsichee" ^ + --chat "461699897" ^ --text "Строковое значение" ^ - --doc "C:\Users\Administrator\AppData\Local\Temp\pg5hyy0cwp1.docx" ^ - --filename "custom.docx" \ No newline at end of file + --doc "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendGif/bash.txt b/docs/en/cli/telegram/SendGif/bash.txt index 779e1c3859..85ea1d9809 100644 --- a/docs/en/cli/telegram/SendGif/bash.txt +++ b/docs/en/cli/telegram/SendGif/bash.txt @@ -1,5 +1,5 @@ oint telegram SendGif \ --token "***" \ - --chat "@testsichee" \ + --chat "461699897" \ --text "Строковое значение" \ - --gif "C:\Users\Administrator\AppData\Local\Temp\31iszadbjs0.gif" \ No newline at end of file + --gif "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/animation.gif" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendGif/bat.txt b/docs/en/cli/telegram/SendGif/bat.txt index c54d074b58..63cf797d0f 100644 --- a/docs/en/cli/telegram/SendGif/bat.txt +++ b/docs/en/cli/telegram/SendGif/bat.txt @@ -1,5 +1,5 @@ oint telegram SendGif ^ --token "***" ^ - --chat "@testsichee" ^ + --chat "461699897" ^ --text "Строковое значение" ^ - --gif "C:\Users\Administrator\AppData\Local\Temp\31iszadbjs0.gif" \ No newline at end of file + --gif "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/animation.gif" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendImage/bash.txt b/docs/en/cli/telegram/SendImage/bash.txt index 0c6a37d6fc..76f8d89336 100644 --- a/docs/en/cli/telegram/SendImage/bash.txt +++ b/docs/en/cli/telegram/SendImage/bash.txt @@ -1,5 +1,5 @@ oint telegram SendImage \ --token "***" \ - --chat "@testsichee" \ + --chat "461699897" \ --text "Строковое значение" \ - --picture "C:\Users\Administrator\AppData\Local\Temp\3zcajhfe2jd.png" \ No newline at end of file + --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendImage/bat.txt b/docs/en/cli/telegram/SendImage/bat.txt index 4ddda08a60..5176b4493a 100644 --- a/docs/en/cli/telegram/SendImage/bat.txt +++ b/docs/en/cli/telegram/SendImage/bat.txt @@ -1,5 +1,5 @@ oint telegram SendImage ^ --token "***" ^ - --chat "@testsichee" ^ + --chat "461699897" ^ --text "Строковое значение" ^ - --picture "C:\Users\Administrator\AppData\Local\Temp\3zcajhfe2jd.png" \ No newline at end of file + --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendLocation/bash.txt b/docs/en/cli/telegram/SendLocation/bash.txt index a665223860..2e577f2b92 100644 --- a/docs/en/cli/telegram/SendLocation/bash.txt +++ b/docs/en/cli/telegram/SendLocation/bash.txt @@ -1,5 +1,5 @@ oint telegram SendLocation \ --token "***" \ - --chat "@testsichee" \ + --chat "461699897" \ --lat "48.87373649724122" \ --long "48.87373649724122" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendLocation/bat.txt b/docs/en/cli/telegram/SendLocation/bat.txt index e09070b9a2..3ca1961b05 100644 --- a/docs/en/cli/telegram/SendLocation/bat.txt +++ b/docs/en/cli/telegram/SendLocation/bat.txt @@ -1,5 +1,5 @@ oint telegram SendLocation ^ --token "***" ^ - --chat "@testsichee" ^ + --chat "461699897" ^ --lat "48.87373649724122" ^ --long "48.87373649724122" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendMediaGroup/bash.txt b/docs/en/cli/telegram/SendMediaGroup/bash.txt index 02c37e602a..69eb3b7dbe 100644 --- a/docs/en/cli/telegram/SendMediaGroup/bash.txt +++ b/docs/en/cli/telegram/SendMediaGroup/bash.txt @@ -2,6 +2,6 @@ oint telegram SendMediaGroup \ --token "***" \ - --chat "@testsichee" \ + --chat "461699897" \ --text "Строковое значение" \ - --media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\ywfqphrlmt1.docx':'document'}" \ No newline at end of file + --media "{'C:\\Users\\Administrator\\AppData\\Local\\Temp\\keqprgzjtmk.png':'photo','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4':'video'}" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendMediaGroup/bat.txt b/docs/en/cli/telegram/SendMediaGroup/bat.txt index 71b7553628..1eb2524839 100644 --- a/docs/en/cli/telegram/SendMediaGroup/bat.txt +++ b/docs/en/cli/telegram/SendMediaGroup/bat.txt @@ -2,6 +2,6 @@ oint telegram SendMediaGroup ^ --token "***" ^ - --chat "@testsichee" ^ + --chat "461699897" ^ --text "Строковое значение" ^ - --media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\ywfqphrlmt1.docx':'document'}" \ No newline at end of file + --media "{'C:\\Users\\Administrator\\AppData\\Local\\Temp\\keqprgzjtmk.png':'photo','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4':'video'}" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendPoll/bash.txt b/docs/en/cli/telegram/SendPoll/bash.txt index 773044e44d..b39ab22d7c 100644 --- a/docs/en/cli/telegram/SendPoll/bash.txt +++ b/docs/en/cli/telegram/SendPoll/bash.txt @@ -1,5 +1,5 @@ oint telegram SendPoll \ --token "***" \ - --chat "@testsichee" \ + --chat "461699897" \ --question "What's your favorite color?" \ --options "['Red','Yellow','Green','Blue']" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendPoll/bat.txt b/docs/en/cli/telegram/SendPoll/bat.txt index 933a3b6a7a..6aa7af7632 100644 --- a/docs/en/cli/telegram/SendPoll/bat.txt +++ b/docs/en/cli/telegram/SendPoll/bat.txt @@ -1,5 +1,5 @@ oint telegram SendPoll ^ --token "***" ^ - --chat "@testsichee" ^ + --chat "461699897" ^ --question "What's your favorite color?" ^ --options "['Red','Yellow','Green','Blue']" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendTextMessage/bash.txt b/docs/en/cli/telegram/SendTextMessage/bash.txt index 8be1ee052f..0935ed8633 100644 --- a/docs/en/cli/telegram/SendTextMessage/bash.txt +++ b/docs/en/cli/telegram/SendTextMessage/bash.txt @@ -1,5 +1,4 @@ oint telegram SendTextMessage \ --token "***" \ - --chat "@testsichee" \ - --text "Text %%F0%%9F%%A5%%9D and emoji \(10%%\)" \ - --parsemode "MarkdownV2" \ No newline at end of file + --chat "461699897" \ + --text "Строковое значение" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendTextMessage/bat.txt b/docs/en/cli/telegram/SendTextMessage/bat.txt index dcb18ae2d3..42f8cbb17b 100644 --- a/docs/en/cli/telegram/SendTextMessage/bat.txt +++ b/docs/en/cli/telegram/SendTextMessage/bat.txt @@ -1,5 +1,4 @@ oint telegram SendTextMessage ^ --token "***" ^ - --chat "@testsichee" ^ - --text "Text %%F0%%9F%%A5%%9D and emoji \(10%%\)" ^ - --parsemode "MarkdownV2" \ No newline at end of file + --chat "461699897" ^ + --text "Строковое значение" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendVideo/bash.txt b/docs/en/cli/telegram/SendVideo/bash.txt index 091f72548e..0014288552 100644 --- a/docs/en/cli/telegram/SendVideo/bash.txt +++ b/docs/en/cli/telegram/SendVideo/bash.txt @@ -1,5 +1,5 @@ oint telegram SendVideo \ --token "***" \ - --chat "@testsichee" \ + --chat "461699897" \ --text "Строковое значение" \ - --video "C:\Users\Administrator\AppData\Local\Temp\0uhamfw4kln.mp4" \ No newline at end of file + --video "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendVideo/bat.txt b/docs/en/cli/telegram/SendVideo/bat.txt index da0085e73c..9798b76ac0 100644 --- a/docs/en/cli/telegram/SendVideo/bat.txt +++ b/docs/en/cli/telegram/SendVideo/bat.txt @@ -1,5 +1,5 @@ oint telegram SendVideo ^ --token "***" ^ - --chat "@testsichee" ^ + --chat "461699897" ^ --text "Строковое значение" ^ - --video "C:\Users\Administrator\AppData\Local\Temp\0uhamfw4kln.mp4" \ No newline at end of file + --video "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" \ No newline at end of file diff --git a/docs/en/cli/twitter/CreateTextTweet/bash.txt b/docs/en/cli/twitter/CreateTextTweet/bash.txt index 4233300312..4a7ee00417 100644 --- a/docs/en/cli/twitter/CreateTextTweet/bash.txt +++ b/docs/en/cli/twitter/CreateTextTweet/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file 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':'***'}" \ No newline at end of file diff --git a/docs/en/cli/twitter/CreateTextTweet/bat.txt b/docs/en/cli/twitter/CreateTextTweet/bat.txt index b234746ee4..95f601c62c 100644 --- a/docs/en/cli/twitter/CreateTextTweet/bat.txt +++ b/docs/en/cli/twitter/CreateTextTweet/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file 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':'***'}" \ No newline at end of file diff --git a/docs/en/cli/vk/CreateCompositePost/bash.txt b/docs/en/cli/vk/CreateCompositePost/bash.txt index d823e951b0..c4246983ed 100644 --- a/docs/en/cli/vk/CreateCompositePost/bash.txt +++ b/docs/en/cli/vk/CreateCompositePost/bash.txt @@ -2,7 +2,7 @@ oint vk CreateCompositePost \ --text "Post from autotest" \ - --objects "['photo657846756_457247373','video-218861756_456240380']" \ + --objects "['photo657846756_457247441','video-218861756_456240394']" \ --ad false \ --url "https://github.com/Bayselonarrend/OpenIntegrations" \ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/CreateCompositePost/bat.txt b/docs/en/cli/vk/CreateCompositePost/bat.txt index c79b5a686f..46a1de9a4d 100644 --- a/docs/en/cli/vk/CreateCompositePost/bat.txt +++ b/docs/en/cli/vk/CreateCompositePost/bat.txt @@ -2,7 +2,7 @@ oint vk CreateCompositePost ^ --text "Post from autotest" ^ - --objects "['photo657846756_457247373','video-218861756_456240380']" ^ + --objects "['photo657846756_457247441','video-218861756_456240394']" ^ --ad false ^ --url "https://github.com/Bayselonarrend/OpenIntegrations" ^ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/CreatePost/bash.txt b/docs/en/cli/vk/CreatePost/bash.txt index 4ac1ff0e0c..f0bc66008e 100644 --- a/docs/en/cli/vk/CreatePost/bash.txt +++ b/docs/en/cli/vk/CreatePost/bash.txt @@ -2,7 +2,7 @@ oint vk CreatePost \ --text "Post from autotest" \ - --pictures "C:\Users\Administrator\AppData\Local\Temp\no22qw4q4tt.png" \ + --pictures "['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','C:\\Users\\Administrator\\AppData\\Local\\Temp\\fyrfzijlgjh.png']" \ --ad true \ --url "https://github.com/Bayselonarrend/OpenIntegrations" \ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/CreatePost/bat.txt b/docs/en/cli/vk/CreatePost/bat.txt index 07666393c7..38f3457de5 100644 --- a/docs/en/cli/vk/CreatePost/bat.txt +++ b/docs/en/cli/vk/CreatePost/bat.txt @@ -2,7 +2,7 @@ oint vk CreatePost ^ --text "Post from autotest" ^ - --pictures "C:\Users\Administrator\AppData\Local\Temp\no22qw4q4tt.png" ^ + --pictures "['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','C:\\Users\\Administrator\\AppData\\Local\\Temp\\fyrfzijlgjh.png']" ^ --ad true ^ --url "https://github.com/Bayselonarrend/OpenIntegrations" ^ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/CreateStory/bash.txt b/docs/en/cli/vk/CreateStory/bash.txt index 5c20119054..c72ff69904 100644 --- a/docs/en/cli/vk/CreateStory/bash.txt +++ b/docs/en/cli/vk/CreateStory/bash.txt @@ -1,5 +1,6 @@ # JSON data can also be passed as a path to a .json file oint vk CreateStory \ - --picture "C:\Users\Administrator\AppData\Local\Temp\0ndjryhqtnt.png" \ + --picture "C:\Users\Administrator\AppData\Local\Temp\h2hmhk24bj1.tmp" \ + --url "https://github.com/Bayselonarrend/OpenIntegrations" \ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/CreateStory/bat.txt b/docs/en/cli/vk/CreateStory/bat.txt index 6c9a4334ac..ed7ab51f1e 100644 --- a/docs/en/cli/vk/CreateStory/bat.txt +++ b/docs/en/cli/vk/CreateStory/bat.txt @@ -1,5 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint vk CreateStory ^ - --picture "C:\Users\Administrator\AppData\Local\Temp\0ndjryhqtnt.png" ^ + --picture "C:\Users\Administrator\AppData\Local\Temp\h2hmhk24bj1.tmp" ^ + --url "https://github.com/Bayselonarrend/OpenIntegrations" ^ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/GetStatistics/bash.txt b/docs/en/cli/vk/GetStatistics/bash.txt index 1afc222e3b..b68e2f330f 100644 --- a/docs/en/cli/vk/GetStatistics/bash.txt +++ b/docs/en/cli/vk/GetStatistics/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint vk GetStatistics \ - --datefrom "2025-05-21T00:00:00" \ - --dateto "2025-05-21T23:59:59" \ + --datefrom "2025-06-04T00:00:00" \ + --dateto "2025-06-04T23:59:59" \ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/GetStatistics/bat.txt b/docs/en/cli/vk/GetStatistics/bat.txt index 11bba1e3ee..1e992b394d 100644 --- a/docs/en/cli/vk/GetStatistics/bat.txt +++ b/docs/en/cli/vk/GetStatistics/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint vk GetStatistics ^ - --datefrom "2025-05-21T00:00:00" ^ - --dateto "2025-05-21T23:59:59" ^ + --datefrom "2025-06-04T00:00:00" ^ + --dateto "2025-06-04T23:59:59" ^ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/LikePost/bash.txt b/docs/en/cli/vk/LikePost/bash.txt index e63d000b04..ed23aab7e1 100644 --- a/docs/en/cli/vk/LikePost/bash.txt +++ b/docs/en/cli/vk/LikePost/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk LikePost \ - --post 7986 \ + --post 8044 \ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/LikePost/bat.txt b/docs/en/cli/vk/LikePost/bat.txt index ef6e653974..83b809caec 100644 --- a/docs/en/cli/vk/LikePost/bat.txt +++ b/docs/en/cli/vk/LikePost/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk LikePost ^ - --post 7986 ^ + --post 8044 ^ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vkteams/SendTextMessage/bash.txt b/docs/en/cli/vkteams/SendTextMessage/bash.txt index 8514ddb5d3..8ac7128969 100644 --- a/docs/en/cli/vkteams/SendTextMessage/bash.txt +++ b/docs/en/cli/vkteams/SendTextMessage/bash.txt @@ -1,7 +1,4 @@ oint vkteams SendTextMessage \ --token "***" \ - --chatid "689203963@chat.agent" \ - --text "Bold text" \ - --reply "7506644755053293767" \ - --keyboard "[[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}],[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}]]" \ - --parsemod "HTML" \ No newline at end of file + --chatid "AoLI0egLWBSLR1Ngn2w" \ + --text "Message text" \ No newline at end of file diff --git a/docs/en/cli/vkteams/SendTextMessage/bat.txt b/docs/en/cli/vkteams/SendTextMessage/bat.txt index fa296f70f2..edcd41bd76 100644 --- a/docs/en/cli/vkteams/SendTextMessage/bat.txt +++ b/docs/en/cli/vkteams/SendTextMessage/bat.txt @@ -1,7 +1,4 @@ oint vkteams SendTextMessage ^ --token "***" ^ - --chatid "689203963@chat.agent" ^ - --text "Bold text" ^ - --reply "7506644755053293767" ^ - --keyboard "[[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}],[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}]]" ^ - --parsemod "HTML" \ No newline at end of file + --chatid "AoLI0egLWBSLR1Ngn2w" ^ + --text "Message text" \ No newline at end of file diff --git a/docs/en/cli/yadisk/CreateFolder/bash.txt b/docs/en/cli/yadisk/CreateFolder/bash.txt index b20607e207..df06896b80 100644 --- a/docs/en/cli/yadisk/CreateFolder/bash.txt +++ b/docs/en/cli/yadisk/CreateFolder/bash.txt @@ -1,3 +1,3 @@ oint yadisk CreateFolder \ --token "***" \ - --path "/9b6048b1-57a9-419d-8b21-377d0bf0b71e" \ No newline at end of file + --path "/f582ea5a-8933-472d-91e8-adfb19ad52ca" \ No newline at end of file diff --git a/docs/en/cli/yadisk/CreateFolder/bat.txt b/docs/en/cli/yadisk/CreateFolder/bat.txt index 05cde04efb..d10bf42d52 100644 --- a/docs/en/cli/yadisk/CreateFolder/bat.txt +++ b/docs/en/cli/yadisk/CreateFolder/bat.txt @@ -1,3 +1,3 @@ oint yadisk CreateFolder ^ --token "***" ^ - --path "/9b6048b1-57a9-419d-8b21-377d0bf0b71e" \ No newline at end of file + --path "/f582ea5a-8933-472d-91e8-adfb19ad52ca" \ No newline at end of file diff --git a/docs/en/cli/yadisk/CreateObjectCopy/bash.txt b/docs/en/cli/yadisk/CreateObjectCopy/bash.txt index 04804ce761..f9ad887ca3 100644 --- a/docs/en/cli/yadisk/CreateObjectCopy/bash.txt +++ b/docs/en/cli/yadisk/CreateObjectCopy/bash.txt @@ -1,5 +1,5 @@ oint yadisk CreateObjectCopy \ --token "***" \ - --from "/cb22fa76-8016-44c4-8d7c-c9d8660596c5.png" \ - --to "/88f42933-cc36-42f0-9f5e-6899e4aeab8a.png" \ + --from "/63395933-bf69-4b9d-bc62-6893268b2db1.png" \ + --to "/5048abe2-f87a-401a-9076-57beeac439d6.png" \ --rewrite true \ No newline at end of file diff --git a/docs/en/cli/yadisk/CreateObjectCopy/bat.txt b/docs/en/cli/yadisk/CreateObjectCopy/bat.txt index b6dba1b127..d88e1a787d 100644 --- a/docs/en/cli/yadisk/CreateObjectCopy/bat.txt +++ b/docs/en/cli/yadisk/CreateObjectCopy/bat.txt @@ -1,5 +1,5 @@ oint yadisk CreateObjectCopy ^ --token "***" ^ - --from "/cb22fa76-8016-44c4-8d7c-c9d8660596c5.png" ^ - --to "/88f42933-cc36-42f0-9f5e-6899e4aeab8a.png" ^ + --from "/63395933-bf69-4b9d-bc62-6893268b2db1.png" ^ + --to "/5048abe2-f87a-401a-9076-57beeac439d6.png" ^ --rewrite true \ No newline at end of file diff --git a/docs/en/cli/yadisk/DeleteObject/bash.txt b/docs/en/cli/yadisk/DeleteObject/bash.txt index 4bc75d01eb..346677073b 100644 --- a/docs/en/cli/yadisk/DeleteObject/bash.txt +++ b/docs/en/cli/yadisk/DeleteObject/bash.txt @@ -1,4 +1,4 @@ oint yadisk DeleteObject \ --token "***" \ - --path "/2baf0f76-3628-4421-a35a-19160b97608f.png" \ + --path "/f7b81bc5-f2b0-4e53-b8ea-9561cc98b5bf.png" \ --can false \ No newline at end of file diff --git a/docs/en/cli/yadisk/DeleteObject/bat.txt b/docs/en/cli/yadisk/DeleteObject/bat.txt index 98397bb1bc..5254f5b6dd 100644 --- a/docs/en/cli/yadisk/DeleteObject/bat.txt +++ b/docs/en/cli/yadisk/DeleteObject/bat.txt @@ -1,4 +1,4 @@ oint yadisk DeleteObject ^ --token "***" ^ - --path "/2baf0f76-3628-4421-a35a-19160b97608f.png" ^ + --path "/f7b81bc5-f2b0-4e53-b8ea-9561cc98b5bf.png" ^ --can false \ No newline at end of file diff --git a/docs/en/cli/yadisk/GetDownloadLink/bash.txt b/docs/en/cli/yadisk/GetDownloadLink/bash.txt index 22a35fac3f..38a38724e4 100644 --- a/docs/en/cli/yadisk/GetDownloadLink/bash.txt +++ b/docs/en/cli/yadisk/GetDownloadLink/bash.txt @@ -1,3 +1,3 @@ oint yadisk GetDownloadLink \ --token "***" \ - --path "/036b0cb7-3f56-403d-8342-1df47c25fc7b.png" \ No newline at end of file + --path "/75c1cd69-203d-4af8-ae3e-d32d9d729264.png" \ No newline at end of file diff --git a/docs/en/cli/yadisk/GetDownloadLink/bat.txt b/docs/en/cli/yadisk/GetDownloadLink/bat.txt index 971ba9dd0f..5089f874f3 100644 --- a/docs/en/cli/yadisk/GetDownloadLink/bat.txt +++ b/docs/en/cli/yadisk/GetDownloadLink/bat.txt @@ -1,3 +1,3 @@ oint yadisk GetDownloadLink ^ --token "***" ^ - --path "/036b0cb7-3f56-403d-8342-1df47c25fc7b.png" \ No newline at end of file + --path "/75c1cd69-203d-4af8-ae3e-d32d9d729264.png" \ No newline at end of file diff --git a/docs/en/cli/yadisk/MoveObject/bash.txt b/docs/en/cli/yadisk/MoveObject/bash.txt index b1cf9900e7..e71ec078dd 100644 --- a/docs/en/cli/yadisk/MoveObject/bash.txt +++ b/docs/en/cli/yadisk/MoveObject/bash.txt @@ -1,5 +1,5 @@ oint yadisk MoveObject \ --token "***" \ - --from "/7225f224-2142-40a5-9d1e-ba8c54e0f347.png" \ - --to "/4f6ecfd4-6733-4b3d-85c9-8d9db1440d09.png" \ + --from "/28a3bc3c-aed1-41f5-b888-58a21f4825c5.png" \ + --to "/a0f3b5ec-33fc-4c5a-aea2-942aecdd4a9e.png" \ --rewrite true \ No newline at end of file diff --git a/docs/en/cli/yadisk/MoveObject/bat.txt b/docs/en/cli/yadisk/MoveObject/bat.txt index ba01f0e71b..d1cd43d121 100644 --- a/docs/en/cli/yadisk/MoveObject/bat.txt +++ b/docs/en/cli/yadisk/MoveObject/bat.txt @@ -1,5 +1,5 @@ oint yadisk MoveObject ^ --token "***" ^ - --from "/7225f224-2142-40a5-9d1e-ba8c54e0f347.png" ^ - --to "/4f6ecfd4-6733-4b3d-85c9-8d9db1440d09.png" ^ + --from "/28a3bc3c-aed1-41f5-b888-58a21f4825c5.png" ^ + --to "/a0f3b5ec-33fc-4c5a-aea2-942aecdd4a9e.png" ^ --rewrite true \ No newline at end of file diff --git a/docs/en/cli/yadisk/PublishObject/bash.txt b/docs/en/cli/yadisk/PublishObject/bash.txt index f824b0bc3d..b75a716d57 100644 --- a/docs/en/cli/yadisk/PublishObject/bash.txt +++ b/docs/en/cli/yadisk/PublishObject/bash.txt @@ -1,3 +1,3 @@ oint yadisk PublishObject \ --token "***" \ - --path "/a39a636a-af58-4538-9a19-5557ea33c928.png" \ No newline at end of file + --path "/6160f205-23ce-4bef-8efa-b8a5afda3e0e.png" \ No newline at end of file diff --git a/docs/en/cli/yadisk/PublishObject/bat.txt b/docs/en/cli/yadisk/PublishObject/bat.txt index 54fb82ead0..2241ba51a3 100644 --- a/docs/en/cli/yadisk/PublishObject/bat.txt +++ b/docs/en/cli/yadisk/PublishObject/bat.txt @@ -1,3 +1,3 @@ oint yadisk PublishObject ^ --token "***" ^ - --path "/a39a636a-af58-4538-9a19-5557ea33c928.png" \ No newline at end of file + --path "/6160f205-23ce-4bef-8efa-b8a5afda3e0e.png" \ No newline at end of file diff --git a/docs/en/cli/yadisk/UploadFile/bash.txt b/docs/en/cli/yadisk/UploadFile/bash.txt index 8ce85efda5..f79ca3b563 100644 --- a/docs/en/cli/yadisk/UploadFile/bash.txt +++ b/docs/en/cli/yadisk/UploadFile/bash.txt @@ -1,5 +1,5 @@ oint yadisk UploadFile \ --token "***" \ - --path "/2baf0f76-3628-4421-a35a-19160b97608f.png" \ - --file "C:\Users\Administrator\AppData\Local\Temp\gl10bppyb3a.png" \ + --path "/f7b81bc5-f2b0-4e53-b8ea-9561cc98b5bf.png" \ + --file "C:\Users\Administrator\AppData\Local\Temp\x2afpi4m3yo.png" \ --rewrite true \ No newline at end of file diff --git a/docs/en/cli/yadisk/UploadFile/bat.txt b/docs/en/cli/yadisk/UploadFile/bat.txt index e4bb0c5b09..4cafb700d1 100644 --- a/docs/en/cli/yadisk/UploadFile/bat.txt +++ b/docs/en/cli/yadisk/UploadFile/bat.txt @@ -1,5 +1,5 @@ oint yadisk UploadFile ^ --token "***" ^ - --path "/2baf0f76-3628-4421-a35a-19160b97608f.png" ^ - --file "C:\Users\Administrator\AppData\Local\Temp\gl10bppyb3a.png" ^ + --path "/f7b81bc5-f2b0-4e53-b8ea-9561cc98b5bf.png" ^ + --file "C:\Users\Administrator\AppData\Local\Temp\x2afpi4m3yo.png" ^ --rewrite true \ No newline at end of file diff --git a/docs/en/cli/yadisk/UploadFileByURL/bash.txt b/docs/en/cli/yadisk/UploadFileByURL/bash.txt index f16277f386..8ce7c3de07 100644 --- a/docs/en/cli/yadisk/UploadFileByURL/bash.txt +++ b/docs/en/cli/yadisk/UploadFileByURL/bash.txt @@ -1,4 +1,4 @@ oint yadisk UploadFileByURL \ --token "***" \ - --path "/e35ad437-6f0a-4fea-ba7c-28a087d93cf1.png" \ + --path "/e3e18b2e-a37a-4ae5-9d32-4f2bd4212c47.png" \ --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file diff --git a/docs/en/cli/yadisk/UploadFileByURL/bat.txt b/docs/en/cli/yadisk/UploadFileByURL/bat.txt index 48ee2634c6..1230380dea 100644 --- a/docs/en/cli/yadisk/UploadFileByURL/bat.txt +++ b/docs/en/cli/yadisk/UploadFileByURL/bat.txt @@ -1,4 +1,4 @@ oint yadisk UploadFileByURL ^ --token "***" ^ - --path "/e35ad437-6f0a-4fea-ba7c-28a087d93cf1.png" ^ + --path "/e3e18b2e-a37a-4ae5-9d32-4f2bd4212c47.png" ^ --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file