diff --git a/data.json.gpg b/data.json.gpg index 60c7b4f4f8..7f6212a443 100644 Binary files a/data.json.gpg and b/data.json.gpg differ diff --git a/docs/en/cli/airtable/CreateField/bash.txt b/docs/en/cli/airtable/CreateField/bash.txt index ee53e844bb..229ee04465 100644 --- a/docs/en/cli/airtable/CreateField/bash.txt +++ b/docs/en/cli/airtable/CreateField/bash.txt @@ -1,8 +1,6 @@ -# JSON data can also be passed as a path to a .json file - oint airtable CreateField \ --token "***" \ - --base "app0SvCs0MbKiXML2" \ - --table "tblHCb2NG3vEhdtJI" \ - --title "5158a51d-cd68-45f0-ac9a-2dc0317e782a" \ - --fielddata "{'name':'5158a51d-cd68-45f0-ac9a-2dc0317e782a','type':'number','options':{'precision':0}}" \ No newline at end of file + --base "appPli0MOZzZfk9cC" \ + --table "tblCWdRHnJcWIZttO" \ + --title "e4e66842-7615-4b10-96ff-ca2518eec144" \ + --fielddata "C:\Users\Administrator\AppData\Local\Temp\urf4jttrrlr.tmp" \ No newline at end of file diff --git a/docs/en/cli/airtable/CreateField/bat.txt b/docs/en/cli/airtable/CreateField/bat.txt index c3bdbbea07..7567cee1c4 100644 --- a/docs/en/cli/airtable/CreateField/bat.txt +++ b/docs/en/cli/airtable/CreateField/bat.txt @@ -1,8 +1,6 @@ -:: JSON data can also be passed as a path to a .json file - oint airtable CreateField ^ --token "***" ^ - --base "app0SvCs0MbKiXML2" ^ - --table "tblHCb2NG3vEhdtJI" ^ - --title "5158a51d-cd68-45f0-ac9a-2dc0317e782a" ^ - --fielddata "{'name':'5158a51d-cd68-45f0-ac9a-2dc0317e782a','type':'number','options':{'precision':0}}" \ No newline at end of file + --base "appPli0MOZzZfk9cC" ^ + --table "tblCWdRHnJcWIZttO" ^ + --title "e4e66842-7615-4b10-96ff-ca2518eec144" ^ + --fielddata "C:\Users\Administrator\AppData\Local\Temp\urf4jttrrlr.tmp" \ No newline at end of file diff --git a/docs/en/cli/airtable/CreatePosts/bash.txt b/docs/en/cli/airtable/CreatePosts/bash.txt index b467759865..d21df77f03 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 "app0SvCs0MbKiXML2" \ - --table "tblHCb2NG3vEhdtJI" \ - --data "{'Number':10,'String':'Hello'}" \ No newline at end of file + --base "appPli0MOZzZfk9cC" \ + --table "tblCWdRHnJcWIZttO" \ + --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 5928f95605..318e37be6d 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 "app0SvCs0MbKiXML2" ^ - --table "tblHCb2NG3vEhdtJI" ^ - --data "{'Number':10,'String':'Hello'}" \ No newline at end of file + --base "appPli0MOZzZfk9cC" ^ + --table "tblCWdRHnJcWIZttO" ^ + --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 e899e24026..dab8c6c411 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 "5158a51d-cd68-45f0-ac9a-2dc0317e782a" \ No newline at end of file + --title "e4e66842-7615-4b10-96ff-ca2518eec144" \ 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 4e0a1a3edc..564c515f08 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 "5158a51d-cd68-45f0-ac9a-2dc0317e782a" \ No newline at end of file + --title "e4e66842-7615-4b10-96ff-ca2518eec144" \ 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 9ed314209a..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 2200 \ - --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 fb8f75f8ff..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 2200 ^ - --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 d7c9b6cc97..245ccd316f 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 "5868" \ - --text "Task uninpossible, don't split up" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ + --task "6086" \ + --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 3039a8c565..583faf5920 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 "5868" ^ - --text "Task uninpossible, don't split up" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ + --task "6086" ^ + --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 fc6240e5fa..5605441fa7 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 "5872" \ - --amount 7200 \ - --user 10 \ - --text "Time spent on work" \ - --date "2025-04-01T16:24:56.1609416" \ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ + --task "6090" \ + --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 50140b4e2e..cc2107f289 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 "5872" ^ - --amount 7200 ^ - --user 10 ^ - --text "Time spent on work" ^ - --date "2025-04-01T16:24:56.1609416" ^ - --token "***" \ No newline at end of file + --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ + --task "6090" ^ + --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 1e11870bb0..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 1954 \ - --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 da1ac9da85..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 1954 ^ - --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 4dd900416d..5f2266dc5d 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':'43d06249-da5c-4e8c-94bf-b34596a4e9d0','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':'c1f4fb56-b1b0-4397-b964-c6c7534a8bf0','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 1efeacde58..07321cb563 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':'43d06249-da5c-4e8c-94bf-b34596a4e9d0','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':'c1f4fb56-b1b0-4397-b964-c6c7534a8bf0','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/UploadFile/bash.txt b/docs/en/cli/dropbox/UploadFile/bash.txt index bd97e9655b..7081b80e44 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\urxhfmior4e.png" \ + --file "C:\Users\Administrator\AppData\Local\Temp\cihdc1hv24o.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 14c4c998e9..741ff93e5e 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\urxhfmior4e.png" ^ + --file "C:\Users\Administrator\AppData\Local\Temp\cihdc1hv24o.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/greenapi/ArchiveChat/bash.txt b/docs/en/cli/greenapi/ArchiveChat/bash.txt index 646d7e0922..d0d02a4026 100644 --- a/docs/en/cli/greenapi/ArchiveChat/bash.txt +++ b/docs/en/cli/greenapi/ArchiveChat/bash.txt @@ -1,5 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint greenapi ArchiveChat \ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ + --access "C:\Users\Administrator\AppData\Local\Temp\ocxvuiohrr5.tmp" \ --chat "120363410406221140@g.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/ArchiveChat/bat.txt b/docs/en/cli/greenapi/ArchiveChat/bat.txt index 871141b205..eb45399abe 100644 --- a/docs/en/cli/greenapi/ArchiveChat/bat.txt +++ b/docs/en/cli/greenapi/ArchiveChat/bat.txt @@ -1,5 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint greenapi ArchiveChat ^ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ + --access "C:\Users\Administrator\AppData\Local\Temp\ocxvuiohrr5.tmp" ^ --chat "120363410406221140@g.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/CreateGroup/bash.txt b/docs/en/cli/greenapi/CreateGroup/bash.txt index ae8a9f3b12..2df67d62fa 100644 --- a/docs/en/cli/greenapi/CreateGroup/bash.txt +++ b/docs/en/cli/greenapi/CreateGroup/bash.txt @@ -1,5 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint greenapi CreateGroup \ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ + --access "C:\Users\Administrator\AppData\Local\Temp\iddaymjqedh.tmp" \ --name "New group" \ No newline at end of file diff --git a/docs/en/cli/greenapi/CreateGroup/bat.txt b/docs/en/cli/greenapi/CreateGroup/bat.txt index 4132868d80..d71e6189bc 100644 --- a/docs/en/cli/greenapi/CreateGroup/bat.txt +++ b/docs/en/cli/greenapi/CreateGroup/bat.txt @@ -1,5 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint greenapi CreateGroup ^ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ + --access "C:\Users\Administrator\AppData\Local\Temp\iddaymjqedh.tmp" ^ --name "New group" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetChatHistory/bash.txt b/docs/en/cli/greenapi/GetChatHistory/bash.txt index 8cd2217994..af50dbf242 100644 --- a/docs/en/cli/greenapi/GetChatHistory/bash.txt +++ b/docs/en/cli/greenapi/GetChatHistory/bash.txt @@ -1,5 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint greenapi GetChatHistory \ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ + --access "C:\Users\Administrator\AppData\Local\Temp\i4v2vywtf1z.tmp" \ --chat "120363410406221140@g.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetChatHistory/bat.txt b/docs/en/cli/greenapi/GetChatHistory/bat.txt index ddbf321215..3108b9f0ac 100644 --- a/docs/en/cli/greenapi/GetChatHistory/bat.txt +++ b/docs/en/cli/greenapi/GetChatHistory/bat.txt @@ -1,5 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint greenapi GetChatHistory ^ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ + --access "C:\Users\Administrator\AppData\Local\Temp\i4v2vywtf1z.tmp" ^ --chat "120363410406221140@g.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetMessageQueue/bash.txt b/docs/en/cli/greenapi/GetMessageQueue/bash.txt index 161fe2b82b..1de8138222 100644 --- a/docs/en/cli/greenapi/GetMessageQueue/bash.txt +++ b/docs/en/cli/greenapi/GetMessageQueue/bash.txt @@ -1,4 +1,2 @@ -# JSON data can also be passed as a path to a .json file - oint greenapi GetMessageQueue \ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ No newline at end of file + --access "C:\Users\Administrator\AppData\Local\Temp\nni0xklcxnc.tmp" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetMessageQueue/bat.txt b/docs/en/cli/greenapi/GetMessageQueue/bat.txt index 584958a330..5a45eab55e 100644 --- a/docs/en/cli/greenapi/GetMessageQueue/bat.txt +++ b/docs/en/cli/greenapi/GetMessageQueue/bat.txt @@ -1,4 +1,2 @@ -:: JSON data can also be passed as a path to a .json file - oint greenapi GetMessageQueue ^ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ No newline at end of file + --access "C:\Users\Administrator\AppData\Local\Temp\nni0xklcxnc.tmp" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetNotification/bash.txt b/docs/en/cli/greenapi/GetNotification/bash.txt index 773df04245..c7d81e134d 100644 --- a/docs/en/cli/greenapi/GetNotification/bash.txt +++ b/docs/en/cli/greenapi/GetNotification/bash.txt @@ -1,4 +1,2 @@ -# JSON data can also be passed as a path to a .json file - oint greenapi GetNotification \ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ No newline at end of file + --access "C:\Users\Administrator\AppData\Local\Temp\afhljwwoyr2.tmp" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetNotification/bat.txt b/docs/en/cli/greenapi/GetNotification/bat.txt index 2ee1faff1e..65dbbf0bd3 100644 --- a/docs/en/cli/greenapi/GetNotification/bat.txt +++ b/docs/en/cli/greenapi/GetNotification/bat.txt @@ -1,4 +1,2 @@ -:: JSON data can also be passed as a path to a .json file - oint greenapi GetNotification ^ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ No newline at end of file + --access "C:\Users\Administrator\AppData\Local\Temp\afhljwwoyr2.tmp" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendTextMessage/bash.txt b/docs/en/cli/greenapi/SendTextMessage/bash.txt index f53c4cdc99..c9e5452d19 100644 --- a/docs/en/cli/greenapi/SendTextMessage/bash.txt +++ b/docs/en/cli/greenapi/SendTextMessage/bash.txt @@ -1,7 +1,4 @@ -# JSON data can also be passed as a path to a .json file - oint greenapi SendTextMessage \ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ + --access "C:\Users\Administrator\AppData\Local\Temp\fh2w0bv0dyu.tmp" \ --chat "120363410406221140@g.us" \ - --text "New message" \ - --quoted "BAE5FCA0F7BFA3AE" \ No newline at end of file + --text "New message" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendTextMessage/bat.txt b/docs/en/cli/greenapi/SendTextMessage/bat.txt index 5c56efb2de..28c06fe47d 100644 --- a/docs/en/cli/greenapi/SendTextMessage/bat.txt +++ b/docs/en/cli/greenapi/SendTextMessage/bat.txt @@ -1,7 +1,4 @@ -:: JSON data can also be passed as a path to a .json file - oint greenapi SendTextMessage ^ - --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ + --access "C:\Users\Administrator\AppData\Local\Temp\fh2w0bv0dyu.tmp" ^ --chat "120363410406221140@g.us" ^ - --text "New message" ^ - --quoted "BAE5FCA0F7BFA3AE" \ No newline at end of file + --text "New message" \ 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/mysql/CreateDatabase/bash.txt b/docs/en/cli/mysql/CreateDatabase/bash.txt index df3d6486ca..5508693158 100644 --- a/docs/en/cli/mysql/CreateDatabase/bash.txt +++ b/docs/en/cli/mysql/CreateDatabase/bash.txt @@ -1,6 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint mysql CreateDatabase \ --base "testbase1" \ - --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ - --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file + --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ No newline at end of file diff --git a/docs/en/cli/mysql/CreateDatabase/bat.txt b/docs/en/cli/mysql/CreateDatabase/bat.txt index d02852d40a..41a5a52f0e 100644 --- a/docs/en/cli/mysql/CreateDatabase/bat.txt +++ b/docs/en/cli/mysql/CreateDatabase/bat.txt @@ -1,6 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint mysql CreateDatabase ^ --base "testbase1" ^ - --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^ - --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file + --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ 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 f8a8fb3d95..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" \ - --headers "{'Authorization':'Bearer ***'}" \ No newline at end of file + --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 80c6efea60..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" ^ - --headers "{'Authorization':'Bearer ***'}" \ No newline at end of file + --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 21007430c5..e98df9d97d 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\4p03xhfr0z4.tmp" \ - --headers "{'Authorization':'Bearer ***'}" \ No newline at end of file + --data "C:\Users\Administrator\AppData\Local\Temp\vkuuzdqvm0a.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 79047d1bad..af63810649 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\4p03xhfr0z4.tmp" ^ - --headers "{'Authorization':'Bearer ***'}" \ No newline at end of file + --data "C:\Users\Administrator\AppData\Local\Temp\vkuuzdqvm0a.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/postgres/CreateDatabase/bash.txt b/docs/en/cli/postgres/CreateDatabase/bash.txt index cf231ba82f..9baa531a76 100644 --- a/docs/en/cli/postgres/CreateDatabase/bash.txt +++ b/docs/en/cli/postgres/CreateDatabase/bash.txt @@ -1,6 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint postgres CreateDatabase \ --base "testbase1" \ - --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ - --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file + --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ No newline at end of file diff --git a/docs/en/cli/postgres/CreateDatabase/bat.txt b/docs/en/cli/postgres/CreateDatabase/bat.txt index 7b05e6a502..4f2ac88252 100644 --- a/docs/en/cli/postgres/CreateDatabase/bat.txt +++ b/docs/en/cli/postgres/CreateDatabase/bat.txt @@ -1,6 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint postgres CreateDatabase ^ --base "testbase1" ^ - --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^ - --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file + --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ No newline at end of file diff --git a/docs/en/cli/s3/CreateBucket/bash.txt b/docs/en/cli/s3/CreateBucket/bash.txt index 000de8ef6c..c90583efe0 100644 --- a/docs/en/cli/s3/CreateBucket/bash.txt +++ b/docs/en/cli/s3/CreateBucket/bash.txt @@ -1,6 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint s3 CreateBucket \ - --name "opi-gpbucket3" \ - --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ - --dir false \ No newline at end of file + --name "opi-dirbucket3" \ + --basic "C:\Users\Administrator\AppData\Local\Temp\ihnlr2whhpd.tmp" \ No newline at end of file diff --git a/docs/en/cli/s3/CreateBucket/bat.txt b/docs/en/cli/s3/CreateBucket/bat.txt index acd8b3ca75..9a58a8ce08 100644 --- a/docs/en/cli/s3/CreateBucket/bat.txt +++ b/docs/en/cli/s3/CreateBucket/bat.txt @@ -1,6 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint s3 CreateBucket ^ - --name "opi-gpbucket3" ^ - --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ - --dir false \ No newline at end of file + --name "opi-dirbucket3" ^ + --basic "C:\Users\Administrator\AppData\Local\Temp\ihnlr2whhpd.tmp" \ No newline at end of file diff --git a/docs/en/cli/s3/SendRequestWithBody/bash.txt b/docs/en/cli/s3/SendRequestWithBody/bash.txt index f35ce0cace..34d08fcdc8 100644 --- a/docs/en/cli/s3/SendRequestWithBody/bash.txt +++ b/docs/en/cli/s3/SendRequestWithBody/bash.txt @@ -1,6 +1,4 @@ -# JSON data can also be passed as a path to a .json file - oint s3 SendRequestWithBody \ --method "PUT" \ - --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ + --basic "C:\Users\Administrator\AppData\Local\Temp\0j5aoxqdzyy.tmp" \ --body "C:\test_data\document.docx" \ No newline at end of file diff --git a/docs/en/cli/s3/SendRequestWithBody/bat.txt b/docs/en/cli/s3/SendRequestWithBody/bat.txt index 325642801c..babf96c8ca 100644 --- a/docs/en/cli/s3/SendRequestWithBody/bat.txt +++ b/docs/en/cli/s3/SendRequestWithBody/bat.txt @@ -1,6 +1,4 @@ -:: JSON data can also be passed as a path to a .json file - oint s3 SendRequestWithBody ^ --method "PUT" ^ - --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ + --basic "C:\Users\Administrator\AppData\Local\Temp\0j5aoxqdzyy.tmp" ^ --body "C:\test_data\document.docx" \ No newline at end of file diff --git a/docs/en/cli/s3/SendRequestWithoutBody/bash.txt b/docs/en/cli/s3/SendRequestWithoutBody/bash.txt index 2ef60496d5..c81c0d08d5 100644 --- a/docs/en/cli/s3/SendRequestWithoutBody/bash.txt +++ b/docs/en/cli/s3/SendRequestWithoutBody/bash.txt @@ -1,5 +1,3 @@ -# JSON data can also be passed as a path to a .json file - oint s3 SendRequestWithoutBody \ --method "GET" \ - --basic "{'URL':'storage-155.s3hoster.by/opi-newbucket2','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ No newline at end of file + --basic "C:\Users\Administrator\AppData\Local\Temp\laibrsyou0t.tmp" \ No newline at end of file diff --git a/docs/en/cli/s3/SendRequestWithoutBody/bat.txt b/docs/en/cli/s3/SendRequestWithoutBody/bat.txt index 22fc3cab15..0958016d10 100644 --- a/docs/en/cli/s3/SendRequestWithoutBody/bat.txt +++ b/docs/en/cli/s3/SendRequestWithoutBody/bat.txt @@ -1,5 +1,3 @@ -:: JSON data can also be passed as a path to a .json file - oint s3 SendRequestWithoutBody ^ --method "GET" ^ - --basic "{'URL':'storage-155.s3hoster.by/opi-newbucket2','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ No newline at end of file + --basic "C:\Users\Administrator\AppData\Local\Temp\laibrsyou0t.tmp" \ 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 5fd5943592..78ac290f93 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 "testconvf9cf16cc-ef2b-4efd-8043-c3e941bf9ef9" \ + --title "testconvc354e36f-f97c-498a-8dbc-6934a724b5ee" \ --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 9a7c356db9..361e8061f5 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 "testconvf9cf16cc-ef2b-4efd-8043-c3e941bf9ef9" ^ + --title "testconvc354e36f-f97c-498a-8dbc-6934a724b5ee" ^ --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 2b7c5f0bc8..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-02T16:12:19.051193" \ 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 620f0c8370..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-02T16:12:19.051193" \ 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 cfb5b61a09..d23d28810d 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\l5hrbo1dxen.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\i1b535nqbfz.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 c40a374b7c..137c06fe9d 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\l5hrbo1dxen.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\i1b535nqbfz.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 9e7d35f791..285e680723 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\cwr1yddsvyw.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\rb4womm5mht.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 9aa4ab7320..ef22c99683 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\cwr1yddsvyw.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\rb4womm5mht.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 a587a96253..a740bb5bed 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 3dfd5c85-e42e-4459-bd54-04185f852fea" \ No newline at end of file + --title "TestTopic 64a7dba6-ab8e-405f-bdd3-fc346877bcd2" \ 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 10cbd1a542..8c1b951a3c 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 3dfd5c85-e42e-4459-bd54-04185f852fea" \ No newline at end of file + --title "TestTopic 64a7dba6-ab8e-405f-bdd3-fc346877bcd2" \ 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 7c1eda3f2a..3b4792866a 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-02T15:46:10.9476699" \ - --title "Link 01.05.2025 15:46:10" \ + --expire "2025-05-22T06:39:57.1865295" \ + --title "Link 21.05.2025 6:39:57" \ --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 1d51f727e6..c2b7f0bd6d 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-02T15:46:10.9476699" ^ - --title "Link 01.05.2025 15:46:10" ^ + --expire "2025-05-22T06:39:57.1865295" ^ + --title "Link 21.05.2025 6:39:57" ^ --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 c77e283c7d..0223b5c911 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 b92ef44b-eab6-4a21-853e-87228c446e29" \ No newline at end of file + --title "New main thread name cbfcec07-e207-4bbf-8b6e-6667875497da" \ 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 577d9bc2e5..2c1dd5d1cf 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 b92ef44b-eab6-4a21-853e-87228c446e29" \ No newline at end of file + --title "New main thread name cbfcec07-e207-4bbf-8b6e-6667875497da" \ 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 e77d1fdd6a..112aa25a1b 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 "16717" \ No newline at end of file + --message "17274" \ 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 fa3a06b441..fdb1ca4b64 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 "16717" \ No newline at end of file + --message "17274" \ 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 0816f43d68..c94126ca37 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 "16717" \ No newline at end of file + --message "17274" \ 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 ef5b3519b6..36b58ab417 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 "16717" \ No newline at end of file + --message "17274" \ 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 eaff04b3a2..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\4isfb4mbha2.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 e80e55efa4..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\4isfb4mbha2.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 56ea46e11f..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\yvtfo550e23.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 bbbe739ffc..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\yvtfo550e23.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 3621737678..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\qfoqofeqjzj.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 f5c3424936..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\qfoqofeqjzj.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 28fdfcac65..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\b4uskhyd0ml.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 7d0b5f0156..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\b4uskhyd0ml.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 c564d3a703..45000f27f9 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\\qyo1ply53ig.docx':'document'}" \ No newline at end of file + --media "{'C:\\Users\\Administrator\\AppData\\Local\\Temp\\cvz5bjpd3nb.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 e89f692d6d..ee48fd38bf 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\\qyo1ply53ig.docx':'document'}" \ No newline at end of file + --media "{'C:\\Users\\Administrator\\AppData\\Local\\Temp\\cvz5bjpd3nb.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 7d1a8f8f36..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\0awvplgnduc.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 abbcddc171..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\0awvplgnduc.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 d43b5e2675..38caafe53b 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 "TestTweet7db07a05-54b1-4ba1-92d7-0706a2200955" \ + --text "TestTweet2893ffa7-a8ee-4076-ab62-66d1b9aba0ce" \ --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 ce3fee4532..f89a6db11d 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 "TestTweet7db07a05-54b1-4ba1-92d7-0706a2200955" ^ + --text "TestTweet2893ffa7-a8ee-4076-ab62-66d1b9aba0ce" ^ --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 7666b76285..9db6283ab2 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_457247189','video-218861756_456240332']" \ + --objects "['photo657846756_457247367','video-218861756_456240378']" \ --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 a566420e8f..00dec2f082 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_457247189','video-218861756_456240332']" ^ + --objects "['photo657846756_457247367','video-218861756_456240378']" ^ --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 5b9b70f623..7d6708b62c 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\lc2fcu5gayo.png" \ + --pictures "['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','C:\\Users\\Administrator\\AppData\\Local\\Temp\\u420ym4xrr0.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 7644906930..0367fad55b 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\lc2fcu5gayo.png" ^ + --pictures "['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','C:\\Users\\Administrator\\AppData\\Local\\Temp\\u420ym4xrr0.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 b80f54fdb1..6a76909e7f 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\xck4yd4t21g.png" \ + --picture "C:\Users\Administrator\AppData\Local\Temp\2y0rr4lb2p4.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 55a38fbdc5..05191f1c92 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\xck4yd4t21g.png" ^ + --picture "C:\Users\Administrator\AppData\Local\Temp\2y0rr4lb2p4.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 1569957093..1afc222e3b 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-01T00:00:00" \ - --dateto "2025-05-01T23:59:59" \ + --datefrom "2025-05-21T00:00:00" \ + --dateto "2025-05-21T23: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 96742b8bd7..11bba1e3ee 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-01T00:00:00" ^ - --dateto "2025-05-01T23:59:59" ^ + --datefrom "2025-05-21T00:00:00" ^ + --dateto "2025-05-21T23: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 9ebfde32f5..cb163978cd 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 7779 \ + --post 7977 \ --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 c4ef17370f..387d03c52f 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 7779 ^ + --post 7977 ^ --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 d42cbb538e..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 "7499429038197321420" \ - --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 df7ac61b5e..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 "7499429038197321420" ^ - --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 79d88d4c9b..9a71debf1b 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 "/bc6faa87-c177-42e7-9760-e4117b7a8998" \ No newline at end of file + --path "/89d9f38d-c3a8-4b23-807f-af3437f197f0" \ 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 0916e19ed0..56f48e89bd 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 "/bc6faa87-c177-42e7-9760-e4117b7a8998" \ No newline at end of file + --path "/89d9f38d-c3a8-4b23-807f-af3437f197f0" \ 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 cfcfb7d6c7..dc56e0cd07 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 "/c75d698b-d965-4f94-b71b-86f3bc7c4599.png" \ - --to "/b59c0200-82a9-4565-81d5-ad10bedcf214.png" \ + --from "/98bdeb12-908d-4f23-bc3b-5fcfa9245a40.png" \ + --to "/dde9031a-6f70-478d-bc3e-6e03761d5447.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 ed6222da67..1bc9231b40 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 "/c75d698b-d965-4f94-b71b-86f3bc7c4599.png" ^ - --to "/b59c0200-82a9-4565-81d5-ad10bedcf214.png" ^ + --from "/98bdeb12-908d-4f23-bc3b-5fcfa9245a40.png" ^ + --to "/dde9031a-6f70-478d-bc3e-6e03761d5447.png" ^ --rewrite true \ 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 7788245687..73bd7aa70e 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 "/289d4688-2da8-4257-baec-97a115db4f4e.png" \ No newline at end of file + --path "/08ae6e83-3c62-43bf-bd6f-79774b86aca6.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 fcc320b3c4..59b1be4ceb 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 "/289d4688-2da8-4257-baec-97a115db4f4e.png" \ No newline at end of file + --path "/08ae6e83-3c62-43bf-bd6f-79774b86aca6.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 9baae3865b..46e3cc1456 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 "/2dba97ac-7a52-4519-9b54-888a1201c79a.png" \ - --to "/9a3913ae-2570-4ab3-b9e3-6c9b4638ff1e.png" \ + --from "/856efb92-649f-47b4-8fe1-0a15b2f44df3.png" \ + --to "/3653b2f4-00a3-4c8a-a188-195e3d013198.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 bfa1510212..d21ad4a757 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 "/2dba97ac-7a52-4519-9b54-888a1201c79a.png" ^ - --to "/9a3913ae-2570-4ab3-b9e3-6c9b4638ff1e.png" ^ + --from "/856efb92-649f-47b4-8fe1-0a15b2f44df3.png" ^ + --to "/3653b2f4-00a3-4c8a-a188-195e3d013198.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 a86051dbc1..9e37acb5f8 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 "/122e5088-9e60-4570-8de9-27b4fb67d7e4.png" \ No newline at end of file + --path "/84e9a8d2-241d-4aa3-ad38-85739f7cfb5c.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 ef9419b67b..07d4f08842 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 "/122e5088-9e60-4570-8de9-27b4fb67d7e4.png" \ No newline at end of file + --path "/84e9a8d2-241d-4aa3-ad38-85739f7cfb5c.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 78d3399622..c9e5dc41ed 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 "/c2341bd7-db37-4e20-bf33-861fe70ebc09.png" \ - --file "C:\Users\Administrator\AppData\Local\Temp\2qeavzd4wus.png" \ + --path "/2c1c4285-8787-4b5c-9c80-ad3bea7ae35a.png" \ + --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ --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 9bfd58247a..972963410b 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 "/c2341bd7-db37-4e20-bf33-861fe70ebc09.png" ^ - --file "C:\Users\Administrator\AppData\Local\Temp\2qeavzd4wus.png" ^ + --path "/2c1c4285-8787-4b5c-9c80-ad3bea7ae35a.png" ^ + --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^ --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 3f2986ca14..7d765a75dc 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 "/227c5572-1c61-48df-8f04-ae0c34d2aff9.png" \ + --path "/39c30c7b-9613-4aed-9cb7-1c3905b12405.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 a2140012e5..3b0d37b6a0 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 "/227c5572-1c61-48df-8f04-ae0c34d2aff9.png" ^ + --path "/39c30c7b-9613-4aed-9cb7-1c3905b12405.png" ^ --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file