diff --git a/data.json.gpg b/data.json.gpg index 2ec119380b..672dfd4b30 100644 Binary files a/data.json.gpg and b/data.json.gpg differ diff --git a/docs/en/cli/airtable/CreateComment/bash.txt b/docs/en/cli/airtable/CreateComment/bash.txt index 646a5d6ee1..30154c14a7 100644 --- a/docs/en/cli/airtable/CreateComment/bash.txt +++ b/docs/en/cli/airtable/CreateComment/bash.txt @@ -1,6 +1,6 @@ oint airtable CreateComment \ --token "***" \ - --base "appffoaW7rjLmVJzQ" \ - --table "tbl53bnitoPLqT5fW" \ - --record "recwng3kwPAmaY1Ag" \ + --base "app0SvCs0MbKiXML2" \ + --table "tblHCb2NG3vEhdtJI" \ + --record "recb6jdjM9HP92DQt" \ --text "TestComment" \ No newline at end of file diff --git a/docs/en/cli/airtable/CreateComment/bat.txt b/docs/en/cli/airtable/CreateComment/bat.txt index 06fc89332c..c93ac14067 100644 --- a/docs/en/cli/airtable/CreateComment/bat.txt +++ b/docs/en/cli/airtable/CreateComment/bat.txt @@ -1,6 +1,6 @@ oint airtable CreateComment ^ --token "***" ^ - --base "appffoaW7rjLmVJzQ" ^ - --table "tbl53bnitoPLqT5fW" ^ - --record "recwng3kwPAmaY1Ag" ^ + --base "app0SvCs0MbKiXML2" ^ + --table "tblHCb2NG3vEhdtJI" ^ + --record "recb6jdjM9HP92DQt" ^ --text "TestComment" \ No newline at end of file diff --git a/docs/en/cli/airtable/CreateField/bash.txt b/docs/en/cli/airtable/CreateField/bash.txt index fe01b4f46d..ee53e844bb 100644 --- a/docs/en/cli/airtable/CreateField/bash.txt +++ b/docs/en/cli/airtable/CreateField/bash.txt @@ -2,7 +2,7 @@ oint airtable CreateField \ --token "***" \ - --base "appffoaW7rjLmVJzQ" \ - --table "tbl53bnitoPLqT5fW" \ - --title "fcc796f1-4835-4f28-b0c5-23f26b2c8450" \ - --fielddata "{'name':'fcc796f1-4835-4f28-b0c5-23f26b2c8450','type':'number','options':{'precision':0}}" \ No newline at end of file + --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 diff --git a/docs/en/cli/airtable/CreateField/bat.txt b/docs/en/cli/airtable/CreateField/bat.txt index 9abcb5dd91..c3bdbbea07 100644 --- a/docs/en/cli/airtable/CreateField/bat.txt +++ b/docs/en/cli/airtable/CreateField/bat.txt @@ -2,7 +2,7 @@ oint airtable CreateField ^ --token "***" ^ - --base "appffoaW7rjLmVJzQ" ^ - --table "tbl53bnitoPLqT5fW" ^ - --title "fcc796f1-4835-4f28-b0c5-23f26b2c8450" ^ - --fielddata "{'name':'fcc796f1-4835-4f28-b0c5-23f26b2c8450','type':'number','options':{'precision':0}}" \ No newline at end of file + --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 diff --git a/docs/en/cli/airtable/CreatePosts/bash.txt b/docs/en/cli/airtable/CreatePosts/bash.txt index 5bb5328703..b467759865 100644 --- a/docs/en/cli/airtable/CreatePosts/bash.txt +++ b/docs/en/cli/airtable/CreatePosts/bash.txt @@ -2,6 +2,6 @@ oint airtable CreatePosts \ --token "***" \ - --base "appffoaW7rjLmVJzQ" \ - --table "tbl53bnitoPLqT5fW" \ + --base "app0SvCs0MbKiXML2" \ + --table "tblHCb2NG3vEhdtJI" \ --data "{'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 c14fe845bf..5928f95605 100644 --- a/docs/en/cli/airtable/CreatePosts/bat.txt +++ b/docs/en/cli/airtable/CreatePosts/bat.txt @@ -2,6 +2,6 @@ oint airtable CreatePosts ^ --token "***" ^ - --base "appffoaW7rjLmVJzQ" ^ - --table "tbl53bnitoPLqT5fW" ^ + --base "app0SvCs0MbKiXML2" ^ + --table "tblHCb2NG3vEhdtJI" ^ --data "{'Number':10,'String':'Hello'}" \ No newline at end of file diff --git a/docs/en/cli/airtable/CreateTable/bash.txt b/docs/en/cli/airtable/CreateTable/bash.txt index 535da3ca80..b952d24533 100644 --- a/docs/en/cli/airtable/CreateTable/bash.txt +++ b/docs/en/cli/airtable/CreateTable/bash.txt @@ -1,6 +1,6 @@ oint airtable CreateTable \ --token "***" \ - --base "appffoaW7rjLmVJzQ" \ + --base "app0SvCs0MbKiXML2" \ --title "TestTable2" \ --fieldsdata "[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'},{'name':'Attachment','type':'multipleAttachments'},{'name':'Checkbox','type':'checkbox','options':{'icon':'check','color':'yellowBright'}},{'name':'Date','type':'date','options':{'dateFormat':{'format':'YYYY-MM-DD','name':'iso'}}},{'name':'Phone','type':'phoneNumber'},{'name':'Email','type':'email'},{'name':'Link','type':'url'}]" \ --description "NewTable" \ No newline at end of file diff --git a/docs/en/cli/airtable/CreateTable/bat.txt b/docs/en/cli/airtable/CreateTable/bat.txt index a629629510..037712e68b 100644 --- a/docs/en/cli/airtable/CreateTable/bat.txt +++ b/docs/en/cli/airtable/CreateTable/bat.txt @@ -1,6 +1,6 @@ oint airtable CreateTable ^ --token "***" ^ - --base "appffoaW7rjLmVJzQ" ^ + --base "app0SvCs0MbKiXML2" ^ --title "TestTable2" ^ --fieldsdata "[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'},{'name':'Attachment','type':'multipleAttachments'},{'name':'Checkbox','type':'checkbox','options':{'icon':'check','color':'yellowBright'}},{'name':'Date','type':'date','options':{'dateFormat':{'format':'YYYY-MM-DD','name':'iso'}}},{'name':'Phone','type':'phoneNumber'},{'name':'Email','type':'email'},{'name':'Link','type':'url'}]" ^ --description "NewTable" \ No newline at end of file diff --git a/docs/en/cli/airtable/DeleteComment/bash.txt b/docs/en/cli/airtable/DeleteComment/bash.txt index 0e38b9203d..7629c18813 100644 --- a/docs/en/cli/airtable/DeleteComment/bash.txt +++ b/docs/en/cli/airtable/DeleteComment/bash.txt @@ -1,6 +1,6 @@ oint airtable DeleteComment \ --token "***" \ - --base "appffoaW7rjLmVJzQ" \ - --table "tbl53bnitoPLqT5fW" \ - --record "recwng3kwPAmaY1Ag" \ - --comment "comAo1KvylFWXee18" \ No newline at end of file + --base "app0SvCs0MbKiXML2" \ + --table "tblHCb2NG3vEhdtJI" \ + --record "recb6jdjM9HP92DQt" \ + --comment "com4ZBzCePGh9BBmu" \ No newline at end of file diff --git a/docs/en/cli/airtable/DeleteComment/bat.txt b/docs/en/cli/airtable/DeleteComment/bat.txt index 91646190b0..c13acc7a34 100644 --- a/docs/en/cli/airtable/DeleteComment/bat.txt +++ b/docs/en/cli/airtable/DeleteComment/bat.txt @@ -1,6 +1,6 @@ oint airtable DeleteComment ^ --token "***" ^ - --base "appffoaW7rjLmVJzQ" ^ - --table "tbl53bnitoPLqT5fW" ^ - --record "recwng3kwPAmaY1Ag" ^ - --comment "comAo1KvylFWXee18" \ No newline at end of file + --base "app0SvCs0MbKiXML2" ^ + --table "tblHCb2NG3vEhdtJI" ^ + --record "recb6jdjM9HP92DQt" ^ + --comment "com4ZBzCePGh9BBmu" \ No newline at end of file diff --git a/docs/en/cli/airtable/DeleteRecords/bash.txt b/docs/en/cli/airtable/DeleteRecords/bash.txt index 929818523e..903b6a569c 100644 --- a/docs/en/cli/airtable/DeleteRecords/bash.txt +++ b/docs/en/cli/airtable/DeleteRecords/bash.txt @@ -1,5 +1,5 @@ oint airtable DeleteRecords \ --token "***" \ - --base "appffoaW7rjLmVJzQ" \ - --table "tbl53bnitoPLqT5fW" \ - --records "recwng3kwPAmaY1Ag" \ No newline at end of file + --base "app0SvCs0MbKiXML2" \ + --table "tblHCb2NG3vEhdtJI" \ + --records "recb6jdjM9HP92DQt" \ No newline at end of file diff --git a/docs/en/cli/airtable/DeleteRecords/bat.txt b/docs/en/cli/airtable/DeleteRecords/bat.txt index 693d8a155e..7ec157238f 100644 --- a/docs/en/cli/airtable/DeleteRecords/bat.txt +++ b/docs/en/cli/airtable/DeleteRecords/bat.txt @@ -1,5 +1,5 @@ oint airtable DeleteRecords ^ --token "***" ^ - --base "appffoaW7rjLmVJzQ" ^ - --table "tbl53bnitoPLqT5fW" ^ - --records "recwng3kwPAmaY1Ag" \ No newline at end of file + --base "app0SvCs0MbKiXML2" ^ + --table "tblHCb2NG3vEhdtJI" ^ + --records "recb6jdjM9HP92DQt" \ No newline at end of file diff --git a/docs/en/cli/airtable/EditComment/bash.txt b/docs/en/cli/airtable/EditComment/bash.txt index a33a5261d9..4415dd18c7 100644 --- a/docs/en/cli/airtable/EditComment/bash.txt +++ b/docs/en/cli/airtable/EditComment/bash.txt @@ -1,7 +1,7 @@ oint airtable EditComment \ --token "***" \ - --base "appffoaW7rjLmVJzQ" \ - --table "tbl53bnitoPLqT5fW" \ - --record "recwng3kwPAmaY1Ag" \ - --comment "comAo1KvylFWXee18" \ + --base "app0SvCs0MbKiXML2" \ + --table "tblHCb2NG3vEhdtJI" \ + --record "recb6jdjM9HP92DQt" \ + --comment "com4ZBzCePGh9BBmu" \ --text "Test comment (change.)" \ No newline at end of file diff --git a/docs/en/cli/airtable/EditComment/bat.txt b/docs/en/cli/airtable/EditComment/bat.txt index 053084a164..f830aab1a5 100644 --- a/docs/en/cli/airtable/EditComment/bat.txt +++ b/docs/en/cli/airtable/EditComment/bat.txt @@ -1,7 +1,7 @@ oint airtable EditComment ^ --token "***" ^ - --base "appffoaW7rjLmVJzQ" ^ - --table "tbl53bnitoPLqT5fW" ^ - --record "recwng3kwPAmaY1Ag" ^ - --comment "comAo1KvylFWXee18" ^ + --base "app0SvCs0MbKiXML2" ^ + --table "tblHCb2NG3vEhdtJI" ^ + --record "recb6jdjM9HP92DQt" ^ + --comment "com4ZBzCePGh9BBmu" ^ --text "Test comment (change.)" \ No newline at end of file diff --git a/docs/en/cli/airtable/GetComments/bash.txt b/docs/en/cli/airtable/GetComments/bash.txt index e5f58ad390..465051e943 100644 --- a/docs/en/cli/airtable/GetComments/bash.txt +++ b/docs/en/cli/airtable/GetComments/bash.txt @@ -1,5 +1,5 @@ oint airtable GetComments \ --token "***" \ - --base "appffoaW7rjLmVJzQ" \ - --table "tbl53bnitoPLqT5fW" \ - --record "recwng3kwPAmaY1Ag" \ No newline at end of file + --base "app0SvCs0MbKiXML2" \ + --table "tblHCb2NG3vEhdtJI" \ + --record "recb6jdjM9HP92DQt" \ No newline at end of file diff --git a/docs/en/cli/airtable/GetComments/bat.txt b/docs/en/cli/airtable/GetComments/bat.txt index c77423af26..2246624bac 100644 --- a/docs/en/cli/airtable/GetComments/bat.txt +++ b/docs/en/cli/airtable/GetComments/bat.txt @@ -1,5 +1,5 @@ oint airtable GetComments ^ --token "***" ^ - --base "appffoaW7rjLmVJzQ" ^ - --table "tbl53bnitoPLqT5fW" ^ - --record "recwng3kwPAmaY1Ag" \ No newline at end of file + --base "app0SvCs0MbKiXML2" ^ + --table "tblHCb2NG3vEhdtJI" ^ + --record "recb6jdjM9HP92DQt" \ No newline at end of file diff --git a/docs/en/cli/airtable/GetDatabaseTables/bash.txt b/docs/en/cli/airtable/GetDatabaseTables/bash.txt index 74bda76bd7..9af27d858c 100644 --- a/docs/en/cli/airtable/GetDatabaseTables/bash.txt +++ b/docs/en/cli/airtable/GetDatabaseTables/bash.txt @@ -1,3 +1,3 @@ oint airtable GetDatabaseTables \ --token "***" \ - --base "appffoaW7rjLmVJzQ" \ No newline at end of file + --base "app0SvCs0MbKiXML2" \ No newline at end of file diff --git a/docs/en/cli/airtable/GetDatabaseTables/bat.txt b/docs/en/cli/airtable/GetDatabaseTables/bat.txt index 31df18eb18..878ae1e4d7 100644 --- a/docs/en/cli/airtable/GetDatabaseTables/bat.txt +++ b/docs/en/cli/airtable/GetDatabaseTables/bat.txt @@ -1,3 +1,3 @@ oint airtable GetDatabaseTables ^ --token "***" ^ - --base "appffoaW7rjLmVJzQ" \ No newline at end of file + --base "app0SvCs0MbKiXML2" \ No newline at end of file diff --git a/docs/en/cli/airtable/GetListOfRecords/bash.txt b/docs/en/cli/airtable/GetListOfRecords/bash.txt index 34767a413b..8a46848969 100644 --- a/docs/en/cli/airtable/GetListOfRecords/bash.txt +++ b/docs/en/cli/airtable/GetListOfRecords/bash.txt @@ -1,4 +1,4 @@ oint airtable GetListOfRecords \ --token "***" \ - --base "appffoaW7rjLmVJzQ" \ - --table "tbl53bnitoPLqT5fW" \ No newline at end of file + --base "app0SvCs0MbKiXML2" \ + --table "tblHCb2NG3vEhdtJI" \ No newline at end of file diff --git a/docs/en/cli/airtable/GetListOfRecords/bat.txt b/docs/en/cli/airtable/GetListOfRecords/bat.txt index d8cefec4eb..98124845d2 100644 --- a/docs/en/cli/airtable/GetListOfRecords/bat.txt +++ b/docs/en/cli/airtable/GetListOfRecords/bat.txt @@ -1,4 +1,4 @@ oint airtable GetListOfRecords ^ --token "***" ^ - --base "appffoaW7rjLmVJzQ" ^ - --table "tbl53bnitoPLqT5fW" \ No newline at end of file + --base "app0SvCs0MbKiXML2" ^ + --table "tblHCb2NG3vEhdtJI" \ 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 a73770bf96..e899e24026 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 "fcc796f1-4835-4f28-b0c5-23f26b2c8450" \ No newline at end of file + --title "5158a51d-cd68-45f0-ac9a-2dc0317e782a" \ 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 75e075634a..4e0a1a3edc 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 "fcc796f1-4835-4f28-b0c5-23f26b2c8450" \ No newline at end of file + --title "5158a51d-cd68-45f0-ac9a-2dc0317e782a" \ No newline at end of file diff --git a/docs/en/cli/airtable/GetRecord/bash.txt b/docs/en/cli/airtable/GetRecord/bash.txt index 9c839531ef..79ad4803b0 100644 --- a/docs/en/cli/airtable/GetRecord/bash.txt +++ b/docs/en/cli/airtable/GetRecord/bash.txt @@ -1,5 +1,5 @@ oint airtable GetRecord \ --token "***" \ - --base "appffoaW7rjLmVJzQ" \ - --table "tbl53bnitoPLqT5fW" \ - --record "recwng3kwPAmaY1Ag" \ No newline at end of file + --base "app0SvCs0MbKiXML2" \ + --table "tblHCb2NG3vEhdtJI" \ + --record "recb6jdjM9HP92DQt" \ No newline at end of file diff --git a/docs/en/cli/airtable/GetRecord/bat.txt b/docs/en/cli/airtable/GetRecord/bat.txt index 9c9352ae2a..f3ac5a537f 100644 --- a/docs/en/cli/airtable/GetRecord/bat.txt +++ b/docs/en/cli/airtable/GetRecord/bat.txt @@ -1,5 +1,5 @@ oint airtable GetRecord ^ --token "***" ^ - --base "appffoaW7rjLmVJzQ" ^ - --table "tbl53bnitoPLqT5fW" ^ - --record "recwng3kwPAmaY1Ag" \ No newline at end of file + --base "app0SvCs0MbKiXML2" ^ + --table "tblHCb2NG3vEhdtJI" ^ + --record "recb6jdjM9HP92DQt" \ No newline at end of file diff --git a/docs/en/cli/airtable/ModifyField/bash.txt b/docs/en/cli/airtable/ModifyField/bash.txt index 08547936c7..ec063e4834 100644 --- a/docs/en/cli/airtable/ModifyField/bash.txt +++ b/docs/en/cli/airtable/ModifyField/bash.txt @@ -1,7 +1,7 @@ oint airtable ModifyField \ --token "***" \ - --base "appffoaW7rjLmVJzQ" \ - --table "tbl53bnitoPLqT5fW" \ - --field "fldmR9DpMZQ535pqF" \ - --title "219ff62b-5ee5-4134-93f7-fe1164874fca(change.)" \ + --base "app0SvCs0MbKiXML2" \ + --table "tblHCb2NG3vEhdtJI" \ + --field "fldiZSPgg3W3B3HGf" \ + --title "8cf6fa1f-ffd5-41eb-b63d-701490bbd563(change.)" \ --description "New description" \ No newline at end of file diff --git a/docs/en/cli/airtable/ModifyField/bat.txt b/docs/en/cli/airtable/ModifyField/bat.txt index 7d5d4490e2..adaed60d10 100644 --- a/docs/en/cli/airtable/ModifyField/bat.txt +++ b/docs/en/cli/airtable/ModifyField/bat.txt @@ -1,7 +1,7 @@ oint airtable ModifyField ^ --token "***" ^ - --base "appffoaW7rjLmVJzQ" ^ - --table "tbl53bnitoPLqT5fW" ^ - --field "fldmR9DpMZQ535pqF" ^ - --title "219ff62b-5ee5-4134-93f7-fe1164874fca(change.)" ^ + --base "app0SvCs0MbKiXML2" ^ + --table "tblHCb2NG3vEhdtJI" ^ + --field "fldiZSPgg3W3B3HGf" ^ + --title "8cf6fa1f-ffd5-41eb-b63d-701490bbd563(change.)" ^ --description "New description" \ No newline at end of file diff --git a/docs/en/cli/airtable/ModifyTable/bash.txt b/docs/en/cli/airtable/ModifyTable/bash.txt index 05b229c3c5..32551643fa 100644 --- a/docs/en/cli/airtable/ModifyTable/bash.txt +++ b/docs/en/cli/airtable/ModifyTable/bash.txt @@ -1,6 +1,6 @@ oint airtable ModifyTable \ --token "***" \ - --base "appffoaW7rjLmVJzQ" \ - --table "tbl53bnitoPLqT5fW" \ + --base "app0SvCs0MbKiXML2" \ + --table "tblHCb2NG3vEhdtJI" \ --title "Test table 2 (change.)" \ --description "New table (change.)" \ No newline at end of file diff --git a/docs/en/cli/airtable/ModifyTable/bat.txt b/docs/en/cli/airtable/ModifyTable/bat.txt index 7deb454291..ae68444f22 100644 --- a/docs/en/cli/airtable/ModifyTable/bat.txt +++ b/docs/en/cli/airtable/ModifyTable/bat.txt @@ -1,6 +1,6 @@ oint airtable ModifyTable ^ --token "***" ^ - --base "appffoaW7rjLmVJzQ" ^ - --table "tbl53bnitoPLqT5fW" ^ + --base "app0SvCs0MbKiXML2" ^ + --table "tblHCb2NG3vEhdtJI" ^ --title "Test table 2 (change.)" ^ --description "New table (change.)" \ 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 b2e87e7826..9ed314209a 100644 --- a/docs/en/cli/bitrix24/AddKanbanStage/bash.txt +++ b/docs/en/cli/bitrix24/AddKanbanStage/bash.txt @@ -2,6 +2,6 @@ oint bitrix24 AddKanbanStage \ --url "b24-ar17wx.bitrix24.by" \ --title "New stage 2" \ --color "0026FF" \ - --prevstage 2092 \ + --prevstage 2200 \ --admin true \ --token "***" \ 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 bd97b3fe6c..fb8f75f8ff 100644 --- a/docs/en/cli/bitrix24/AddKanbanStage/bat.txt +++ b/docs/en/cli/bitrix24/AddKanbanStage/bat.txt @@ -2,6 +2,6 @@ oint bitrix24 AddKanbanStage ^ --url "b24-ar17wx.bitrix24.by" ^ --title "New stage 2" ^ --color "0026FF" ^ - --prevstage 2092 ^ + --prevstage 2200 ^ --admin true ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddPostComment/bash.txt b/docs/en/cli/bitrix24/AddPostComment/bash.txt index 1eab87431a..6019798e3f 100644 --- a/docs/en/cli/bitrix24/AddPostComment/bash.txt +++ b/docs/en/cli/bitrix24/AddPostComment/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 AddPostComment \ --url "b24-ar17wx.bitrix24.by" \ - --postid 2194 \ + --postid 2300 \ --text "Another comment" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddPostComment/bat.txt b/docs/en/cli/bitrix24/AddPostComment/bat.txt index 5c6e983ab0..6f98765124 100644 --- a/docs/en/cli/bitrix24/AddPostComment/bat.txt +++ b/docs/en/cli/bitrix24/AddPostComment/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 AddPostComment ^ --url "b24-ar17wx.bitrix24.by" ^ - --postid 2194 ^ + --postid 2300 ^ --text "Another comment" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddPostRecipients/bash.txt b/docs/en/cli/bitrix24/AddPostRecipients/bash.txt index c11a8ea9d4..88075a3a2a 100644 --- a/docs/en/cli/bitrix24/AddPostRecipients/bash.txt +++ b/docs/en/cli/bitrix24/AddPostRecipients/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 AddPostRecipients \ --url "b24-ar17wx.bitrix24.by" \ - --postid 2194 \ + --postid 2300 \ --vision "UA" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddPostRecipients/bat.txt b/docs/en/cli/bitrix24/AddPostRecipients/bat.txt index 90a6461f2a..1200cc74bc 100644 --- a/docs/en/cli/bitrix24/AddPostRecipients/bat.txt +++ b/docs/en/cli/bitrix24/AddPostRecipients/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 AddPostRecipients ^ --url "b24-ar17wx.bitrix24.by" ^ - --postid 2194 ^ + --postid 2300 ^ --vision "UA" ^ --token "***" \ 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 91b7124f03..d7c9b6cc97 100644 --- a/docs/en/cli/bitrix24/AddTaskComment/bash.txt +++ b/docs/en/cli/bitrix24/AddTaskComment/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 AddTaskComment \ --url "b24-ar17wx.bitrix24.by" \ - --task "5592" \ + --task "5868" \ --text "Task uninpossible, don't split up" \ --token "***" \ 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 ba6c967e96..3039a8c565 100644 --- a/docs/en/cli/bitrix24/AddTaskComment/bat.txt +++ b/docs/en/cli/bitrix24/AddTaskComment/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 AddTaskComment ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5592" ^ + --task "5868" ^ --text "Task uninpossible, don't split up" ^ --token "***" \ 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 9ca9edd605..fc6240e5fa 100644 --- a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt +++ b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt @@ -1,8 +1,8 @@ oint bitrix24 AddTaskTimeAccounting \ --url "b24-ar17wx.bitrix24.by" \ - --task "5596" \ + --task "5872" \ --amount 7200 \ --user 10 \ --text "Time spent on work" \ - --date "2025-03-06T16:13:19.5625062" \ + --date "2025-04-01T16:24:56.1609416" \ --token "***" \ 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 7816313a4d..50140b4e2e 100644 --- a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt +++ b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt @@ -1,8 +1,8 @@ oint bitrix24 AddTaskTimeAccounting ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5596" ^ + --task "5872" ^ --amount 7200 ^ --user 10 ^ --text "Time spent on work" ^ - --date "2025-03-06T16:13:19.5625062" ^ + --date "2025-04-01T16:24:56.1609416" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddTaskToFavorites/bash.txt b/docs/en/cli/bitrix24/AddTaskToFavorites/bash.txt index f12dc2944d..14c83a6914 100644 --- a/docs/en/cli/bitrix24/AddTaskToFavorites/bash.txt +++ b/docs/en/cli/bitrix24/AddTaskToFavorites/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 AddTaskToFavorites \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddTaskToFavorites/bat.txt b/docs/en/cli/bitrix24/AddTaskToFavorites/bat.txt index d4485ba882..d01a17e8be 100644 --- a/docs/en/cli/bitrix24/AddTaskToFavorites/bat.txt +++ b/docs/en/cli/bitrix24/AddTaskToFavorites/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 AddTaskToFavorites ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddTasksChecklistElement/bash.txt b/docs/en/cli/bitrix24/AddTasksChecklistElement/bash.txt index aca3c50215..1700231254 100644 --- a/docs/en/cli/bitrix24/AddTasksChecklistElement/bash.txt +++ b/docs/en/cli/bitrix24/AddTasksChecklistElement/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 AddTasksChecklistElement \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --text "Checklist element" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddTasksChecklistElement/bat.txt b/docs/en/cli/bitrix24/AddTasksChecklistElement/bat.txt index e49adbdd7d..0b0e06d04b 100644 --- a/docs/en/cli/bitrix24/AddTasksChecklistElement/bat.txt +++ b/docs/en/cli/bitrix24/AddTasksChecklistElement/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 AddTasksChecklistElement ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --text "Checklist element" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddUsersToChat/bash.txt b/docs/en/cli/bitrix24/AddUsersToChat/bash.txt index 5f8684547a..ed9f155691 100644 --- a/docs/en/cli/bitrix24/AddUsersToChat/bash.txt +++ b/docs/en/cli/bitrix24/AddUsersToChat/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 AddUsersToChat \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2244 \ + --chat 2348 \ --users "[10,12]" \ --hide true \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddUsersToChat/bat.txt b/docs/en/cli/bitrix24/AddUsersToChat/bat.txt index 4ccbb51e72..2f60e97010 100644 --- a/docs/en/cli/bitrix24/AddUsersToChat/bat.txt +++ b/docs/en/cli/bitrix24/AddUsersToChat/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 AddUsersToChat ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2244 ^ + --chat 2348 ^ --users "[10,12]" ^ --hide true ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ApproveTask/bash.txt b/docs/en/cli/bitrix24/ApproveTask/bash.txt index 7b739aa3d9..54c68c81fd 100644 --- a/docs/en/cli/bitrix24/ApproveTask/bash.txt +++ b/docs/en/cli/bitrix24/ApproveTask/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 ApproveTask \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ApproveTask/bat.txt b/docs/en/cli/bitrix24/ApproveTask/bat.txt index 37c9519736..3a83b0e519 100644 --- a/docs/en/cli/bitrix24/ApproveTask/bat.txt +++ b/docs/en/cli/bitrix24/ApproveTask/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 ApproveTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AttachFileToTopic/bash.txt b/docs/en/cli/bitrix24/AttachFileToTopic/bash.txt index 02301554f2..4b7a79fc05 100644 --- a/docs/en/cli/bitrix24/AttachFileToTopic/bash.txt +++ b/docs/en/cli/bitrix24/AttachFileToTopic/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 AttachFileToTopic \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ - --fileid 31152 \ + --task "5866" \ + --fileid 32586 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AttachFileToTopic/bat.txt b/docs/en/cli/bitrix24/AttachFileToTopic/bat.txt index 240b479101..6027567b22 100644 --- a/docs/en/cli/bitrix24/AttachFileToTopic/bat.txt +++ b/docs/en/cli/bitrix24/AttachFileToTopic/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 AttachFileToTopic ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ - --fileid 31152 ^ + --task "5866" ^ + --fileid 32586 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatColor/bash.txt b/docs/en/cli/bitrix24/ChangeChatColor/bash.txt index befb3899a5..b3e8af5532 100644 --- a/docs/en/cli/bitrix24/ChangeChatColor/bash.txt +++ b/docs/en/cli/bitrix24/ChangeChatColor/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatColor \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2242 \ + --chat 2346 \ --color "PURPLE" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatColor/bat.txt b/docs/en/cli/bitrix24/ChangeChatColor/bat.txt index 353600dc37..a4c98ccb05 100644 --- a/docs/en/cli/bitrix24/ChangeChatColor/bat.txt +++ b/docs/en/cli/bitrix24/ChangeChatColor/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatColor ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2242 ^ + --chat 2346 ^ --color "PURPLE" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatOwner/bash.txt b/docs/en/cli/bitrix24/ChangeChatOwner/bash.txt index a83b05a981..aea5062642 100644 --- a/docs/en/cli/bitrix24/ChangeChatOwner/bash.txt +++ b/docs/en/cli/bitrix24/ChangeChatOwner/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatOwner \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2244 \ + --chat 2348 \ --user 10 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatOwner/bat.txt b/docs/en/cli/bitrix24/ChangeChatOwner/bat.txt index 9cb479f201..90024a37c1 100644 --- a/docs/en/cli/bitrix24/ChangeChatOwner/bat.txt +++ b/docs/en/cli/bitrix24/ChangeChatOwner/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatOwner ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2244 ^ + --chat 2348 ^ --user 10 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatPicture/bash.txt b/docs/en/cli/bitrix24/ChangeChatPicture/bash.txt index d63c4efe77..c45260f19c 100644 --- a/docs/en/cli/bitrix24/ChangeChatPicture/bash.txt +++ b/docs/en/cli/bitrix24/ChangeChatPicture/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatPicture \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2244 \ + --chat 2348 \ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatPicture/bat.txt b/docs/en/cli/bitrix24/ChangeChatPicture/bat.txt index e04a3dcd20..a65ba98e72 100644 --- a/docs/en/cli/bitrix24/ChangeChatPicture/bat.txt +++ b/docs/en/cli/bitrix24/ChangeChatPicture/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatPicture ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2244 ^ + --chat 2348 ^ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatTitle/bash.txt b/docs/en/cli/bitrix24/ChangeChatTitle/bash.txt index c6d727c9b2..552f868f9f 100644 --- a/docs/en/cli/bitrix24/ChangeChatTitle/bash.txt +++ b/docs/en/cli/bitrix24/ChangeChatTitle/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatTitle \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2244 \ + --chat 2348 \ --title "Another title" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatTitle/bat.txt b/docs/en/cli/bitrix24/ChangeChatTitle/bat.txt index abdfe16464..c92cf8236d 100644 --- a/docs/en/cli/bitrix24/ChangeChatTitle/bat.txt +++ b/docs/en/cli/bitrix24/ChangeChatTitle/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatTitle ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2244 ^ + --chat 2348 ^ --title "Another title" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeUserStatus/bash.txt b/docs/en/cli/bitrix24/ChangeUserStatus/bash.txt index 14d6305af2..30a579d63d 100644 --- a/docs/en/cli/bitrix24/ChangeUserStatus/bash.txt +++ b/docs/en/cli/bitrix24/ChangeUserStatus/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeUserStatus \ --url "b24-ar17wx.bitrix24.by" \ - --userid 1854 \ + --userid 1962 \ --fire true \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeUserStatus/bat.txt b/docs/en/cli/bitrix24/ChangeUserStatus/bat.txt index ef6012aba8..678b2783c0 100644 --- a/docs/en/cli/bitrix24/ChangeUserStatus/bat.txt +++ b/docs/en/cli/bitrix24/ChangeUserStatus/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeUserStatus ^ --url "b24-ar17wx.bitrix24.by" ^ - --userid 1854 ^ + --userid 1962 ^ --fire true ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CheckTaskAccesses/bash.txt b/docs/en/cli/bitrix24/CheckTaskAccesses/bash.txt index 0eafce50f1..f8e465a19b 100644 --- a/docs/en/cli/bitrix24/CheckTaskAccesses/bash.txt +++ b/docs/en/cli/bitrix24/CheckTaskAccesses/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 CheckTaskAccesses \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --users "['1','10']" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CheckTaskAccesses/bat.txt b/docs/en/cli/bitrix24/CheckTaskAccesses/bat.txt index 65d244dbf0..8c9e3c78cc 100644 --- a/docs/en/cli/bitrix24/CheckTaskAccesses/bat.txt +++ b/docs/en/cli/bitrix24/CheckTaskAccesses/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 CheckTaskAccesses ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --users "['1','10']" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CompleteTask/bash.txt b/docs/en/cli/bitrix24/CompleteTask/bash.txt index a508cd982d..75c2a6a9f8 100644 --- a/docs/en/cli/bitrix24/CompleteTask/bash.txt +++ b/docs/en/cli/bitrix24/CompleteTask/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 CompleteTask \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CompleteTask/bat.txt b/docs/en/cli/bitrix24/CompleteTask/bat.txt index bf40d6c1df..7bc69aca21 100644 --- a/docs/en/cli/bitrix24/CompleteTask/bat.txt +++ b/docs/en/cli/bitrix24/CompleteTask/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 CompleteTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bash.txt b/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bash.txt index a43a97abf1..af5d0373c1 100644 --- a/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bash.txt +++ b/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 CompleteTasksChecklistElement \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ - --element 3938 \ + --task "5866" \ + --element 4154 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bat.txt b/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bat.txt index fffc2829b8..490dcdd518 100644 --- a/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bat.txt +++ b/docs/en/cli/bitrix24/CompleteTasksChecklistElement/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 CompleteTasksChecklistElement ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ - --element 3938 ^ + --task "5866" ^ + --element 4154 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateCalendarEvent/bash.txt b/docs/en/cli/bitrix24/CreateCalendarEvent/bash.txt index d8e4583dd6..ad670cd467 100644 --- a/docs/en/cli/bitrix24/CreateCalendarEvent/bash.txt +++ b/docs/en/cli/bitrix24/CreateCalendarEvent/bash.txt @@ -2,5 +2,5 @@ oint bitrix24 CreateCalendarEvent \ --url "b24-ar17wx.bitrix24.by" \ - --fields "{'type':'user','ownerId':1,'from':'2025-04-07T16:18:31.7837378','to':'2025-04-07T17:18:31.7837378','section':540,'name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'busy','importance':'high','private_event':'N','rrule':{'FREQ':'DAILY','COUNT':3,'INTERVAL':10,'BYDAY':['SA','MO'],'UNTIL':'2025-04-17T16:18:31.7837378'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':1}],'attendees':['1','10'],'host':1,'meeting':{'notify':'Y','reinvite':'Y','allow_invite':'N','hide_guests':'N'}}" \ + --fields "{'type':'user','ownerId':1,'from':'2025-05-02T16:30:18.6054419','to':'2025-05-02T17:30:18.6054419','section':650,'name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'busy','importance':'high','private_event':'N','rrule':{'FREQ':'DAILY','COUNT':3,'INTERVAL':10,'BYDAY':['SA','MO'],'UNTIL':'2025-05-12T16:30:18.6054419'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':1}],'attendees':['1','10'],'host':1,'meeting':{'notify':'Y','reinvite':'Y','allow_invite':'N','hide_guests':'N'}}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateCalendarEvent/bat.txt b/docs/en/cli/bitrix24/CreateCalendarEvent/bat.txt index 4878f81b58..f95bce3578 100644 --- a/docs/en/cli/bitrix24/CreateCalendarEvent/bat.txt +++ b/docs/en/cli/bitrix24/CreateCalendarEvent/bat.txt @@ -2,5 +2,5 @@ oint bitrix24 CreateCalendarEvent ^ --url "b24-ar17wx.bitrix24.by" ^ - --fields "{'type':'user','ownerId':1,'from':'2025-04-07T16:18:31.7837378','to':'2025-04-07T17:18:31.7837378','section':540,'name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'busy','importance':'high','private_event':'N','rrule':{'FREQ':'DAILY','COUNT':3,'INTERVAL':10,'BYDAY':['SA','MO'],'UNTIL':'2025-04-17T16:18:31.7837378'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':1}],'attendees':['1','10'],'host':1,'meeting':{'notify':'Y','reinvite':'Y','allow_invite':'N','hide_guests':'N'}}" ^ + --fields "{'type':'user','ownerId':1,'from':'2025-05-02T16:30:18.6054419','to':'2025-05-02T17:30:18.6054419','section':650,'name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'busy','importance':'high','private_event':'N','rrule':{'FREQ':'DAILY','COUNT':3,'INTERVAL':10,'BYDAY':['SA','MO'],'UNTIL':'2025-05-12T16:30:18.6054419'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':1}],'attendees':['1','10'],'host':1,'meeting':{'notify':'Y','reinvite':'Y','allow_invite':'N','hide_guests':'N'}}" ^ --token "***" \ 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 58629973a2..1e11870bb0 100644 --- a/docs/en/cli/bitrix24/CreateDepartment/bash.txt +++ b/docs/en/cli/bitrix24/CreateDepartment/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 CreateDepartment \ --url "b24-ar17wx.bitrix24.by" \ --title "Subordinate department" \ - --parentid 1844 \ + --parentid 1954 \ --headid 1 \ --token "***" \ 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 1798d3647c..da1ac9da85 100644 --- a/docs/en/cli/bitrix24/CreateDepartment/bat.txt +++ b/docs/en/cli/bitrix24/CreateDepartment/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 CreateDepartment ^ --url "b24-ar17wx.bitrix24.by" ^ --title "Subordinate department" ^ - --parentid 1844 ^ + --parentid 1954 ^ --headid 1 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateResultFromComment/bash.txt b/docs/en/cli/bitrix24/CreateResultFromComment/bash.txt index a8867412fb..8055a95d72 100644 --- a/docs/en/cli/bitrix24/CreateResultFromComment/bash.txt +++ b/docs/en/cli/bitrix24/CreateResultFromComment/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 CreateResultFromComment \ --url "b24-ar17wx.bitrix24.by" \ - --comment 13052 \ + --comment 13672 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateResultFromComment/bat.txt b/docs/en/cli/bitrix24/CreateResultFromComment/bat.txt index 031848d8ee..60dcc04378 100644 --- a/docs/en/cli/bitrix24/CreateResultFromComment/bat.txt +++ b/docs/en/cli/bitrix24/CreateResultFromComment/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 CreateResultFromComment ^ --url "b24-ar17wx.bitrix24.by" ^ - --comment 13052 ^ + --comment 13672 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateSubfolder/bash.txt b/docs/en/cli/bitrix24/CreateSubfolder/bash.txt index 05cabb006d..cd64fb83a4 100644 --- a/docs/en/cli/bitrix24/CreateSubfolder/bash.txt +++ b/docs/en/cli/bitrix24/CreateSubfolder/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 CreateSubfolder \ --url "b24-ar17wx.bitrix24.by" \ - --folderid 31162 \ + --folderid 32596 \ --title "New subfolder" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateSubfolder/bat.txt b/docs/en/cli/bitrix24/CreateSubfolder/bat.txt index 3055d76e34..8ce68fe31b 100644 --- a/docs/en/cli/bitrix24/CreateSubfolder/bat.txt +++ b/docs/en/cli/bitrix24/CreateSubfolder/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 CreateSubfolder ^ --url "b24-ar17wx.bitrix24.by" ^ - --folderid 31162 ^ + --folderid 32596 ^ --title "New subfolder" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateTask/bash.txt b/docs/en/cli/bitrix24/CreateTask/bash.txt index dffa7dedeb..e1a9af757f 100644 --- a/docs/en/cli/bitrix24/CreateTask/bash.txt +++ b/docs/en/cli/bitrix24/CreateTask/bash.txt @@ -2,5 +2,5 @@ oint bitrix24 CreateTask \ --url "b24-ar17wx.bitrix24.by" \ - --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2025-04-07T16:08:42.019021Z','RESPONSIBLE_ID':1}" \ + --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2025-05-02T16:20:07.4246391Z','RESPONSIBLE_ID':1}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateTask/bat.txt b/docs/en/cli/bitrix24/CreateTask/bat.txt index 09594904e8..654e120406 100644 --- a/docs/en/cli/bitrix24/CreateTask/bat.txt +++ b/docs/en/cli/bitrix24/CreateTask/bat.txt @@ -2,5 +2,5 @@ oint bitrix24 CreateTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2025-04-07T16:08:42.019021Z','RESPONSIBLE_ID':1}" ^ + --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2025-05-02T16:20:07.4246391Z','RESPONSIBLE_ID':1}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateTasksDependencies/bash.txt b/docs/en/cli/bitrix24/CreateTasksDependencies/bash.txt index c2d500e3ac..c08d37a1db 100644 --- a/docs/en/cli/bitrix24/CreateTasksDependencies/bash.txt +++ b/docs/en/cli/bitrix24/CreateTasksDependencies/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 CreateTasksDependencies \ --url "b24-ar17wx.bitrix24.by" \ - --taskfrom "5590" \ - --taskto "5588" \ + --taskfrom "5866" \ + --taskto "5864" \ --linktype 2 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateTasksDependencies/bat.txt b/docs/en/cli/bitrix24/CreateTasksDependencies/bat.txt index 394d0e85fe..6b3ddf7925 100644 --- a/docs/en/cli/bitrix24/CreateTasksDependencies/bat.txt +++ b/docs/en/cli/bitrix24/CreateTasksDependencies/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 CreateTasksDependencies ^ --url "b24-ar17wx.bitrix24.by" ^ - --taskfrom "5590" ^ - --taskto "5588" ^ + --taskfrom "5866" ^ + --taskto "5864" ^ --linktype 2 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateUser/bash.txt b/docs/en/cli/bitrix24/CreateUser/bash.txt index 64a6432795..92ec1b5335 100644 --- a/docs/en/cli/bitrix24/CreateUser/bash.txt +++ b/docs/en/cli/bitrix24/CreateUser/bash.txt @@ -2,5 +2,5 @@ oint bitrix24 CreateUser \ --url "b24-ar17wx.bitrix24.by" \ - --fields "{'EMAIL':'6217cc97-392c-456f-bea2-82ad898c7ec8@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" \ + --fields "{'EMAIL':'ed95e69e-24af-490f-9179-72d181cc37de@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateUser/bat.txt b/docs/en/cli/bitrix24/CreateUser/bat.txt index ea28e7d0dc..f3c8838cfb 100644 --- a/docs/en/cli/bitrix24/CreateUser/bat.txt +++ b/docs/en/cli/bitrix24/CreateUser/bat.txt @@ -2,5 +2,5 @@ oint bitrix24 CreateUser ^ --url "b24-ar17wx.bitrix24.by" ^ - --fields "{'EMAIL':'6217cc97-392c-456f-bea2-82ad898c7ec8@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" ^ + --fields "{'EMAIL':'ed95e69e-24af-490f-9179-72d181cc37de@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeferTask/bash.txt b/docs/en/cli/bitrix24/DeferTask/bash.txt index 82b795dabd..b76929e9ef 100644 --- a/docs/en/cli/bitrix24/DeferTask/bash.txt +++ b/docs/en/cli/bitrix24/DeferTask/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeferTask \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeferTask/bat.txt b/docs/en/cli/bitrix24/DeferTask/bat.txt index fa2e79b06c..5f3af274b3 100644 --- a/docs/en/cli/bitrix24/DeferTask/bat.txt +++ b/docs/en/cli/bitrix24/DeferTask/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeferTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DelegateTask/bash.txt b/docs/en/cli/bitrix24/DelegateTask/bash.txt index df25ce95cd..e6a96c38ad 100644 --- a/docs/en/cli/bitrix24/DelegateTask/bash.txt +++ b/docs/en/cli/bitrix24/DelegateTask/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 DelegateTask \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ - --user 1850 \ + --task "5866" \ + --user 1958 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DelegateTask/bat.txt b/docs/en/cli/bitrix24/DelegateTask/bat.txt index 752017ada6..c1da296aea 100644 --- a/docs/en/cli/bitrix24/DelegateTask/bat.txt +++ b/docs/en/cli/bitrix24/DelegateTask/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 DelegateTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ - --user 1850 ^ + --task "5866" ^ + --user 1958 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteCalendar/bash.txt b/docs/en/cli/bitrix24/DeleteCalendar/bash.txt index 2cd166d6c1..725dc321f2 100644 --- a/docs/en/cli/bitrix24/DeleteCalendar/bash.txt +++ b/docs/en/cli/bitrix24/DeleteCalendar/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 DeleteCalendar \ --url "b24-ar17wx.bitrix24.by" \ - --calendar 540 \ + --calendar 650 \ --owner 1 \ --type "user" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteCalendar/bat.txt b/docs/en/cli/bitrix24/DeleteCalendar/bat.txt index 3b5bd2c537..9c7fa486b6 100644 --- a/docs/en/cli/bitrix24/DeleteCalendar/bat.txt +++ b/docs/en/cli/bitrix24/DeleteCalendar/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 DeleteCalendar ^ --url "b24-ar17wx.bitrix24.by" ^ - --calendar 540 ^ + --calendar 650 ^ --owner 1 ^ --type "user" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteCalendarEvent/bash.txt b/docs/en/cli/bitrix24/DeleteCalendarEvent/bash.txt index 695981b2ac..28c9b8afe2 100644 --- a/docs/en/cli/bitrix24/DeleteCalendarEvent/bash.txt +++ b/docs/en/cli/bitrix24/DeleteCalendarEvent/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteCalendarEvent \ --url "b24-ar17wx.bitrix24.by" \ - --event 842 \ + --event 1058 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteCalendarEvent/bat.txt b/docs/en/cli/bitrix24/DeleteCalendarEvent/bat.txt index 0529af6aea..5551458b07 100644 --- a/docs/en/cli/bitrix24/DeleteCalendarEvent/bat.txt +++ b/docs/en/cli/bitrix24/DeleteCalendarEvent/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteCalendarEvent ^ --url "b24-ar17wx.bitrix24.by" ^ - --event 842 ^ + --event 1058 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteDeal/bash.txt b/docs/en/cli/bitrix24/DeleteDeal/bash.txt index 66adc768fb..5462e3a392 100644 --- a/docs/en/cli/bitrix24/DeleteDeal/bash.txt +++ b/docs/en/cli/bitrix24/DeleteDeal/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteDeal \ --url "b24-ar17wx.bitrix24.by" \ - --deal 3264 \ + --deal 3480 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteDeal/bat.txt b/docs/en/cli/bitrix24/DeleteDeal/bat.txt index bcac4014bc..fbc4ffef47 100644 --- a/docs/en/cli/bitrix24/DeleteDeal/bat.txt +++ b/docs/en/cli/bitrix24/DeleteDeal/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteDeal ^ --url "b24-ar17wx.bitrix24.by" ^ - --deal 3264 ^ + --deal 3480 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteDepartment/bash.txt b/docs/en/cli/bitrix24/DeleteDepartment/bash.txt index e2d6358ce8..47086e4a52 100644 --- a/docs/en/cli/bitrix24/DeleteDepartment/bash.txt +++ b/docs/en/cli/bitrix24/DeleteDepartment/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteDepartment \ --url "b24-ar17wx.bitrix24.by" \ - --depid 1844 \ + --depid 1954 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteDepartment/bat.txt b/docs/en/cli/bitrix24/DeleteDepartment/bat.txt index 56d4f0b61e..53e821fc27 100644 --- a/docs/en/cli/bitrix24/DeleteDepartment/bat.txt +++ b/docs/en/cli/bitrix24/DeleteDepartment/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteDepartment ^ --url "b24-ar17wx.bitrix24.by" ^ - --depid 1844 ^ + --depid 1954 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteFile/bash.txt b/docs/en/cli/bitrix24/DeleteFile/bash.txt index 566fd1c61c..a4dc258f8f 100644 --- a/docs/en/cli/bitrix24/DeleteFile/bash.txt +++ b/docs/en/cli/bitrix24/DeleteFile/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteFile \ --url "b24-ar17wx.bitrix24.by" \ - --fileid 31156 \ + --fileid 32590 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteFile/bat.txt b/docs/en/cli/bitrix24/DeleteFile/bat.txt index 302bc6e34a..f63173bf7b 100644 --- a/docs/en/cli/bitrix24/DeleteFile/bat.txt +++ b/docs/en/cli/bitrix24/DeleteFile/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteFile ^ --url "b24-ar17wx.bitrix24.by" ^ - --fileid 31156 ^ + --fileid 32590 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteFolder/bash.txt b/docs/en/cli/bitrix24/DeleteFolder/bash.txt index 31eecfda1e..34c488f67d 100644 --- a/docs/en/cli/bitrix24/DeleteFolder/bash.txt +++ b/docs/en/cli/bitrix24/DeleteFolder/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteFolder \ --url "b24-ar17wx.bitrix24.by" \ - --folderid 31162 \ + --folderid 32596 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteFolder/bat.txt b/docs/en/cli/bitrix24/DeleteFolder/bat.txt index 5050ba67d6..1b298df0c6 100644 --- a/docs/en/cli/bitrix24/DeleteFolder/bat.txt +++ b/docs/en/cli/bitrix24/DeleteFolder/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteFolder ^ --url "b24-ar17wx.bitrix24.by" ^ - --folderid 31162 ^ + --folderid 32596 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteKanbanStage/bash.txt b/docs/en/cli/bitrix24/DeleteKanbanStage/bash.txt index 43bdf2d5aa..3e405f35da 100644 --- a/docs/en/cli/bitrix24/DeleteKanbanStage/bash.txt +++ b/docs/en/cli/bitrix24/DeleteKanbanStage/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteKanbanStage \ --url "b24-ar17wx.bitrix24.by" \ - --stage 2094 \ + --stage 2202 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteKanbanStage/bat.txt b/docs/en/cli/bitrix24/DeleteKanbanStage/bat.txt index a82ceaca6e..a72e610888 100644 --- a/docs/en/cli/bitrix24/DeleteKanbanStage/bat.txt +++ b/docs/en/cli/bitrix24/DeleteKanbanStage/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteKanbanStage ^ --url "b24-ar17wx.bitrix24.by" ^ - --stage 2094 ^ + --stage 2202 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteLead/bash.txt b/docs/en/cli/bitrix24/DeleteLead/bash.txt index 6ab2428662..f194d670cc 100644 --- a/docs/en/cli/bitrix24/DeleteLead/bash.txt +++ b/docs/en/cli/bitrix24/DeleteLead/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteLead \ --url "b24-ar17wx.bitrix24.by" \ - --lead 1640 \ + --lead 1748 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteLead/bat.txt b/docs/en/cli/bitrix24/DeleteLead/bat.txt index 370dc54298..45dc672d01 100644 --- a/docs/en/cli/bitrix24/DeleteLead/bat.txt +++ b/docs/en/cli/bitrix24/DeleteLead/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteLead ^ --url "b24-ar17wx.bitrix24.by" ^ - --lead 1640 ^ + --lead 1748 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteMessage/bash.txt b/docs/en/cli/bitrix24/DeleteMessage/bash.txt index 00766d1272..8064f4b75b 100644 --- a/docs/en/cli/bitrix24/DeleteMessage/bash.txt +++ b/docs/en/cli/bitrix24/DeleteMessage/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteMessage \ --url "b24-ar17wx.bitrix24.by" \ - --message 42246 \ + --message 44608 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteMessage/bat.txt b/docs/en/cli/bitrix24/DeleteMessage/bat.txt index a0faed10f9..99dd2596c9 100644 --- a/docs/en/cli/bitrix24/DeleteMessage/bat.txt +++ b/docs/en/cli/bitrix24/DeleteMessage/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteMessage ^ --url "b24-ar17wx.bitrix24.by" ^ - --message 42246 ^ + --message 44608 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteNotification/bash.txt b/docs/en/cli/bitrix24/DeleteNotification/bash.txt index 7f35199681..0a81d4e114 100644 --- a/docs/en/cli/bitrix24/DeleteNotification/bash.txt +++ b/docs/en/cli/bitrix24/DeleteNotification/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteNotification \ --url "b24-ar17wx.bitrix24.by" \ - --notif 42254 \ + --notif 44616 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteNotification/bat.txt b/docs/en/cli/bitrix24/DeleteNotification/bat.txt index 25e9676eb8..c1d21136a4 100644 --- a/docs/en/cli/bitrix24/DeleteNotification/bat.txt +++ b/docs/en/cli/bitrix24/DeleteNotification/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteNotification ^ --url "b24-ar17wx.bitrix24.by" ^ - --notif 42254 ^ + --notif 44616 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeletePost/bash.txt b/docs/en/cli/bitrix24/DeletePost/bash.txt index 229a47fb02..00b32cf937 100644 --- a/docs/en/cli/bitrix24/DeletePost/bash.txt +++ b/docs/en/cli/bitrix24/DeletePost/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeletePost \ --url "b24-ar17wx.bitrix24.by" \ - --postid 2194 \ + --postid 2300 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeletePost/bat.txt b/docs/en/cli/bitrix24/DeletePost/bat.txt index 5c55f66f80..5d5a978dff 100644 --- a/docs/en/cli/bitrix24/DeletePost/bat.txt +++ b/docs/en/cli/bitrix24/DeletePost/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeletePost ^ --url "b24-ar17wx.bitrix24.by" ^ - --postid 2194 ^ + --postid 2300 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteResultFromComment/bash.txt b/docs/en/cli/bitrix24/DeleteResultFromComment/bash.txt index 870f94b323..f1eb1f8314 100644 --- a/docs/en/cli/bitrix24/DeleteResultFromComment/bash.txt +++ b/docs/en/cli/bitrix24/DeleteResultFromComment/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteResultFromComment \ --url "b24-ar17wx.bitrix24.by" \ - --comment 13052 \ + --comment 13672 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteResultFromComment/bat.txt b/docs/en/cli/bitrix24/DeleteResultFromComment/bat.txt index 2cfd7c2c51..794ce18a6f 100644 --- a/docs/en/cli/bitrix24/DeleteResultFromComment/bat.txt +++ b/docs/en/cli/bitrix24/DeleteResultFromComment/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteResultFromComment ^ --url "b24-ar17wx.bitrix24.by" ^ - --comment 13052 ^ + --comment 13672 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteTask/bash.txt b/docs/en/cli/bitrix24/DeleteTask/bash.txt index fdbd8cff7d..a98cbb3b06 100644 --- a/docs/en/cli/bitrix24/DeleteTask/bash.txt +++ b/docs/en/cli/bitrix24/DeleteTask/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteTask \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteTask/bat.txt b/docs/en/cli/bitrix24/DeleteTask/bat.txt index 6f3b009481..63b455e5e8 100644 --- a/docs/en/cli/bitrix24/DeleteTask/bat.txt +++ b/docs/en/cli/bitrix24/DeleteTask/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteTaskComment/bash.txt b/docs/en/cli/bitrix24/DeleteTaskComment/bash.txt index 8e6ccdbca2..476d2ebf29 100644 --- a/docs/en/cli/bitrix24/DeleteTaskComment/bash.txt +++ b/docs/en/cli/bitrix24/DeleteTaskComment/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 DeleteTaskComment \ --url "b24-ar17wx.bitrix24.by" \ - --task "5592" \ - --comment 13052 \ + --task "5868" \ + --comment 13672 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteTaskComment/bat.txt b/docs/en/cli/bitrix24/DeleteTaskComment/bat.txt index 52d4c48b62..0311899bb0 100644 --- a/docs/en/cli/bitrix24/DeleteTaskComment/bat.txt +++ b/docs/en/cli/bitrix24/DeleteTaskComment/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 DeleteTaskComment ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5592" ^ - --comment 13052 ^ + --task "5868" ^ + --comment 13672 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bash.txt b/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bash.txt index 0e65bcb2dd..490faa69f8 100644 --- a/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bash.txt +++ b/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 DeleteTaskTimeAccounting \ --url "b24-ar17wx.bitrix24.by" \ - --task "5596" \ - --record 2080 \ + --task "5872" \ + --record 2188 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bat.txt b/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bat.txt index f0c9686e4c..955931de5f 100644 --- a/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bat.txt +++ b/docs/en/cli/bitrix24/DeleteTaskTimeAccounting/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 DeleteTaskTimeAccounting ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5596" ^ - --record 2080 ^ + --task "5872" ^ + --record 2188 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bash.txt b/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bash.txt index 147934f5c3..3b9493b5f3 100644 --- a/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bash.txt +++ b/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 DeleteTasksChecklistElement \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ - --element 3938 \ + --task "5866" \ + --element 4154 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bat.txt b/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bat.txt index 578be892a5..737489b241 100644 --- a/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bat.txt +++ b/docs/en/cli/bitrix24/DeleteTasksChecklistElement/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 DeleteTasksChecklistElement ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ - --element 3938 ^ + --task "5866" ^ + --element 4154 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteTasksDependencies/bash.txt b/docs/en/cli/bitrix24/DeleteTasksDependencies/bash.txt index 59c28b5842..c5bad37e08 100644 --- a/docs/en/cli/bitrix24/DeleteTasksDependencies/bash.txt +++ b/docs/en/cli/bitrix24/DeleteTasksDependencies/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 DeleteTasksDependencies \ --url "b24-ar17wx.bitrix24.by" \ - --taskfrom "5590" \ - --taskto "5588" \ + --taskfrom "5866" \ + --taskto "5864" \ --linktype 2 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteTasksDependencies/bat.txt b/docs/en/cli/bitrix24/DeleteTasksDependencies/bat.txt index e9f2c31670..3c22ac32d5 100644 --- a/docs/en/cli/bitrix24/DeleteTasksDependencies/bat.txt +++ b/docs/en/cli/bitrix24/DeleteTasksDependencies/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 DeleteTasksDependencies ^ --url "b24-ar17wx.bitrix24.by" ^ - --taskfrom "5590" ^ - --taskto "5588" ^ + --taskfrom "5866" ^ + --taskto "5864" ^ --linktype 2 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteUserFromChat/bash.txt b/docs/en/cli/bitrix24/DeleteUserFromChat/bash.txt index 1e59ff6ead..97f4b49cfd 100644 --- a/docs/en/cli/bitrix24/DeleteUserFromChat/bash.txt +++ b/docs/en/cli/bitrix24/DeleteUserFromChat/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 DeleteUserFromChat \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2244 \ + --chat 2348 \ --user 10 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteUserFromChat/bat.txt b/docs/en/cli/bitrix24/DeleteUserFromChat/bat.txt index 43e5131a80..0b77c46f69 100644 --- a/docs/en/cli/bitrix24/DeleteUserFromChat/bat.txt +++ b/docs/en/cli/bitrix24/DeleteUserFromChat/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 DeleteUserFromChat ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2244 ^ + --chat 2348 ^ --user 10 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DisableChatNotifications/bash.txt b/docs/en/cli/bitrix24/DisableChatNotifications/bash.txt index af97a122b9..dfa6bebd53 100644 --- a/docs/en/cli/bitrix24/DisableChatNotifications/bash.txt +++ b/docs/en/cli/bitrix24/DisableChatNotifications/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DisableChatNotifications \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2244 \ + --chat 2348 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DisableChatNotifications/bat.txt b/docs/en/cli/bitrix24/DisableChatNotifications/bat.txt index a9e39e159e..e586ee042e 100644 --- a/docs/en/cli/bitrix24/DisableChatNotifications/bat.txt +++ b/docs/en/cli/bitrix24/DisableChatNotifications/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DisableChatNotifications ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2244 ^ + --chat 2348 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DisapproveTask/bash.txt b/docs/en/cli/bitrix24/DisapproveTask/bash.txt index b4c5768fe6..f3b1fbea54 100644 --- a/docs/en/cli/bitrix24/DisapproveTask/bash.txt +++ b/docs/en/cli/bitrix24/DisapproveTask/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DisapproveTask \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DisapproveTask/bat.txt b/docs/en/cli/bitrix24/DisapproveTask/bat.txt index 4407ac449d..be137291d3 100644 --- a/docs/en/cli/bitrix24/DisapproveTask/bat.txt +++ b/docs/en/cli/bitrix24/DisapproveTask/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DisapproveTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/EditMessage/bash.txt b/docs/en/cli/bitrix24/EditMessage/bash.txt index 58347fd9bb..1179edb60d 100644 --- a/docs/en/cli/bitrix24/EditMessage/bash.txt +++ b/docs/en/cli/bitrix24/EditMessage/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 EditMessage \ --url "b24-ar17wx.bitrix24.by" \ - --message 42246 \ + --message 44608 \ --text "New message text" \ --blocks "[{'IMAGE':{'NAME':'Image1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'File1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/EditMessage/bat.txt b/docs/en/cli/bitrix24/EditMessage/bat.txt index a2d7264074..3034f7d656 100644 --- a/docs/en/cli/bitrix24/EditMessage/bat.txt +++ b/docs/en/cli/bitrix24/EditMessage/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 EditMessage ^ --url "b24-ar17wx.bitrix24.by" ^ - --message 42246 ^ + --message 44608 ^ --text "New message text" ^ --blocks "[{'IMAGE':{'NAME':'Image1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'File1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/EnableChatNotifications/bash.txt b/docs/en/cli/bitrix24/EnableChatNotifications/bash.txt index 774a171535..d4dc65f48f 100644 --- a/docs/en/cli/bitrix24/EnableChatNotifications/bash.txt +++ b/docs/en/cli/bitrix24/EnableChatNotifications/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 EnableChatNotifications \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2244 \ + --chat 2348 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/EnableChatNotifications/bat.txt b/docs/en/cli/bitrix24/EnableChatNotifications/bat.txt index 0165d0da18..28c59b4bfa 100644 --- a/docs/en/cli/bitrix24/EnableChatNotifications/bat.txt +++ b/docs/en/cli/bitrix24/EnableChatNotifications/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 EnableChatNotifications ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2244 ^ + --chat 2348 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetCalendarEvent/bash.txt b/docs/en/cli/bitrix24/GetCalendarEvent/bash.txt index 4e039f4d88..6339892ed4 100644 --- a/docs/en/cli/bitrix24/GetCalendarEvent/bash.txt +++ b/docs/en/cli/bitrix24/GetCalendarEvent/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetCalendarEvent \ --url "b24-ar17wx.bitrix24.by" \ - --event 842 \ + --event 1058 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetCalendarEvent/bat.txt b/docs/en/cli/bitrix24/GetCalendarEvent/bat.txt index da645538fe..2843f4eab8 100644 --- a/docs/en/cli/bitrix24/GetCalendarEvent/bat.txt +++ b/docs/en/cli/bitrix24/GetCalendarEvent/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetCalendarEvent ^ --url "b24-ar17wx.bitrix24.by" ^ - --event 842 ^ + --event 1058 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetCalendarEvents/bash.txt b/docs/en/cli/bitrix24/GetCalendarEvents/bash.txt index fa2fef1b7a..30b37f1843 100644 --- a/docs/en/cli/bitrix24/GetCalendarEvents/bash.txt +++ b/docs/en/cli/bitrix24/GetCalendarEvents/bash.txt @@ -4,5 +4,5 @@ oint bitrix24 GetCalendarEvents \ --url "b24-ar17wx.bitrix24.by" \ --owner 1 \ --type "user" \ - --filter "{'from':'2025-04-07T16:18:52.8702788Z','to':'2025-04-08T16:18:52.8702788Z','section':[538,540]}" \ + --filter "{'from':'2025-05-02T16:30:33.7377921Z','to':'2025-05-03T16:30:33.7377921Z','section':[648,650]}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetCalendarEvents/bat.txt b/docs/en/cli/bitrix24/GetCalendarEvents/bat.txt index cc1b68c717..5b1040bba3 100644 --- a/docs/en/cli/bitrix24/GetCalendarEvents/bat.txt +++ b/docs/en/cli/bitrix24/GetCalendarEvents/bat.txt @@ -4,5 +4,5 @@ oint bitrix24 GetCalendarEvents ^ --url "b24-ar17wx.bitrix24.by" ^ --owner 1 ^ --type "user" ^ - --filter "{'from':'2025-04-07T16:18:52.8702788Z','to':'2025-04-08T16:18:52.8702788Z','section':[538,540]}" ^ + --filter "{'from':'2025-05-02T16:30:33.7377921Z','to':'2025-05-03T16:30:33.7377921Z','section':[648,650]}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetChatFilesFolder/bash.txt b/docs/en/cli/bitrix24/GetChatFilesFolder/bash.txt index eae64f3204..63bfd617e4 100644 --- a/docs/en/cli/bitrix24/GetChatFilesFolder/bash.txt +++ b/docs/en/cli/bitrix24/GetChatFilesFolder/bash.txt @@ -1,3 +1,3 @@ oint bitrix24 GetChatFilesFolder \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ - --chat 2242 \ No newline at end of file + --chat 2346 \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetChatFilesFolder/bat.txt b/docs/en/cli/bitrix24/GetChatFilesFolder/bat.txt index 8798aa6ce9..2da02b06df 100644 --- a/docs/en/cli/bitrix24/GetChatFilesFolder/bat.txt +++ b/docs/en/cli/bitrix24/GetChatFilesFolder/bat.txt @@ -1,3 +1,3 @@ oint bitrix24 GetChatFilesFolder ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ - --chat 2242 \ No newline at end of file + --chat 2346 \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetChatUsers/bash.txt b/docs/en/cli/bitrix24/GetChatUsers/bash.txt index 70c5161840..22b64317d6 100644 --- a/docs/en/cli/bitrix24/GetChatUsers/bash.txt +++ b/docs/en/cli/bitrix24/GetChatUsers/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetChatUsers \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2244 \ + --chat 2348 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetChatUsers/bat.txt b/docs/en/cli/bitrix24/GetChatUsers/bat.txt index 7a61ff07c5..e27632ba89 100644 --- a/docs/en/cli/bitrix24/GetChatUsers/bat.txt +++ b/docs/en/cli/bitrix24/GetChatUsers/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetChatUsers ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2244 ^ + --chat 2348 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetDeal/bash.txt b/docs/en/cli/bitrix24/GetDeal/bash.txt index ef8cedf8f9..464c86cb9e 100644 --- a/docs/en/cli/bitrix24/GetDeal/bash.txt +++ b/docs/en/cli/bitrix24/GetDeal/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetDeal \ --url "b24-ar17wx.bitrix24.by" \ - --deal 3262 \ + --deal 3478 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetDeal/bat.txt b/docs/en/cli/bitrix24/GetDeal/bat.txt index 66eb405d19..8cdbe6b12f 100644 --- a/docs/en/cli/bitrix24/GetDeal/bat.txt +++ b/docs/en/cli/bitrix24/GetDeal/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetDeal ^ --url "b24-ar17wx.bitrix24.by" ^ - --deal 3262 ^ + --deal 3478 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetFileExternalLink/bash.txt b/docs/en/cli/bitrix24/GetFileExternalLink/bash.txt index 9a4f2ff07f..4606f7ee86 100644 --- a/docs/en/cli/bitrix24/GetFileExternalLink/bash.txt +++ b/docs/en/cli/bitrix24/GetFileExternalLink/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetFileExternalLink \ --url "b24-ar17wx.bitrix24.by" \ - --fileid 31156 \ + --fileid 32590 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetFileExternalLink/bat.txt b/docs/en/cli/bitrix24/GetFileExternalLink/bat.txt index c90ed5f42f..a6e6dd44b8 100644 --- a/docs/en/cli/bitrix24/GetFileExternalLink/bat.txt +++ b/docs/en/cli/bitrix24/GetFileExternalLink/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetFileExternalLink ^ --url "b24-ar17wx.bitrix24.by" ^ - --fileid 31156 ^ + --fileid 32590 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetFileInformation/bash.txt b/docs/en/cli/bitrix24/GetFileInformation/bash.txt index f71d330dfa..13d49cc81d 100644 --- a/docs/en/cli/bitrix24/GetFileInformation/bash.txt +++ b/docs/en/cli/bitrix24/GetFileInformation/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetFileInformation \ --url "b24-ar17wx.bitrix24.by" \ - --fileid 31156 \ + --fileid 32590 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetFileInformation/bat.txt b/docs/en/cli/bitrix24/GetFileInformation/bat.txt index 1897fa180d..92fcb0adfe 100644 --- a/docs/en/cli/bitrix24/GetFileInformation/bat.txt +++ b/docs/en/cli/bitrix24/GetFileInformation/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetFileInformation ^ --url "b24-ar17wx.bitrix24.by" ^ - --fileid 31156 ^ + --fileid 32590 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetFolderExternalLink/bash.txt b/docs/en/cli/bitrix24/GetFolderExternalLink/bash.txt index 474366f138..297505328b 100644 --- a/docs/en/cli/bitrix24/GetFolderExternalLink/bash.txt +++ b/docs/en/cli/bitrix24/GetFolderExternalLink/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetFolderExternalLink \ --url "b24-ar17wx.bitrix24.by" \ - --folderid 31162 \ + --folderid 32596 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetFolderExternalLink/bat.txt b/docs/en/cli/bitrix24/GetFolderExternalLink/bat.txt index ddaa6cdb11..b7475fdf0e 100644 --- a/docs/en/cli/bitrix24/GetFolderExternalLink/bat.txt +++ b/docs/en/cli/bitrix24/GetFolderExternalLink/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetFolderExternalLink ^ --url "b24-ar17wx.bitrix24.by" ^ - --folderid 31162 ^ + --folderid 32596 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetFolderInformation/bash.txt b/docs/en/cli/bitrix24/GetFolderInformation/bash.txt index f07df18bdf..108d644723 100644 --- a/docs/en/cli/bitrix24/GetFolderInformation/bash.txt +++ b/docs/en/cli/bitrix24/GetFolderInformation/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetFolderInformation \ --url "b24-ar17wx.bitrix24.by" \ - --folderid 31162 \ + --folderid 32596 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetFolderInformation/bat.txt b/docs/en/cli/bitrix24/GetFolderInformation/bat.txt index 1f08ce25ff..cd299ab6f8 100644 --- a/docs/en/cli/bitrix24/GetFolderInformation/bat.txt +++ b/docs/en/cli/bitrix24/GetFolderInformation/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetFolderInformation ^ --url "b24-ar17wx.bitrix24.by" ^ - --folderid 31162 ^ + --folderid 32596 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetFolderItems/bash.txt b/docs/en/cli/bitrix24/GetFolderItems/bash.txt index 0622ce9658..a0d1fd0eb9 100644 --- a/docs/en/cli/bitrix24/GetFolderItems/bash.txt +++ b/docs/en/cli/bitrix24/GetFolderItems/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetFolderItems \ --url "b24-ar17wx.bitrix24.by" \ - --folderid 31162 \ + --folderid 32596 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetFolderItems/bat.txt b/docs/en/cli/bitrix24/GetFolderItems/bat.txt index 57770d6d4e..6575ebf6af 100644 --- a/docs/en/cli/bitrix24/GetFolderItems/bat.txt +++ b/docs/en/cli/bitrix24/GetFolderItems/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetFolderItems ^ --url "b24-ar17wx.bitrix24.by" ^ - --folderid 31162 ^ + --folderid 32596 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetImportantPostViewers/bash.txt b/docs/en/cli/bitrix24/GetImportantPostViewers/bash.txt index f7e365ce04..c7f5961dbb 100644 --- a/docs/en/cli/bitrix24/GetImportantPostViewers/bash.txt +++ b/docs/en/cli/bitrix24/GetImportantPostViewers/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetImportantPostViewers \ --url "b24-ar17wx.bitrix24.by" \ - --postid 2192 \ + --postid 2298 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetImportantPostViewers/bat.txt b/docs/en/cli/bitrix24/GetImportantPostViewers/bat.txt index f371c59aa6..8d312fd0b9 100644 --- a/docs/en/cli/bitrix24/GetImportantPostViewers/bat.txt +++ b/docs/en/cli/bitrix24/GetImportantPostViewers/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetImportantPostViewers ^ --url "b24-ar17wx.bitrix24.by" ^ - --postid 2192 ^ + --postid 2298 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetLead/bash.txt b/docs/en/cli/bitrix24/GetLead/bash.txt index 91e407b0f0..7108078ca9 100644 --- a/docs/en/cli/bitrix24/GetLead/bash.txt +++ b/docs/en/cli/bitrix24/GetLead/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetLead \ --url "b24-ar17wx.bitrix24.by" \ - --lead 1640 \ + --lead 1748 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetLead/bat.txt b/docs/en/cli/bitrix24/GetLead/bat.txt index 558973d140..14b80767d1 100644 --- a/docs/en/cli/bitrix24/GetLead/bat.txt +++ b/docs/en/cli/bitrix24/GetLead/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetLead ^ --url "b24-ar17wx.bitrix24.by" ^ - --lead 1640 ^ + --lead 1748 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetPosts/bash.txt b/docs/en/cli/bitrix24/GetPosts/bash.txt index 3c89248cbd..96186a0993 100644 --- a/docs/en/cli/bitrix24/GetPosts/bash.txt +++ b/docs/en/cli/bitrix24/GetPosts/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetPosts \ --url "b24-ar17wx.bitrix24.by" \ - --postid 2194 \ + --postid 2300 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetPosts/bat.txt b/docs/en/cli/bitrix24/GetPosts/bat.txt index 72d59dafa9..4e6fbf1333 100644 --- a/docs/en/cli/bitrix24/GetPosts/bat.txt +++ b/docs/en/cli/bitrix24/GetPosts/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetPosts ^ --url "b24-ar17wx.bitrix24.by" ^ - --postid 2194 ^ + --postid 2300 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetResultsList/bash.txt b/docs/en/cli/bitrix24/GetResultsList/bash.txt index 6f06242b74..b47298bd21 100644 --- a/docs/en/cli/bitrix24/GetResultsList/bash.txt +++ b/docs/en/cli/bitrix24/GetResultsList/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetResultsList \ --url "b24-ar17wx.bitrix24.by" \ - --task "5592" \ + --task "5868" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetResultsList/bat.txt b/docs/en/cli/bitrix24/GetResultsList/bat.txt index aed46f5842..d0c7ae2478 100644 --- a/docs/en/cli/bitrix24/GetResultsList/bat.txt +++ b/docs/en/cli/bitrix24/GetResultsList/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetResultsList ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5592" ^ + --task "5868" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTask/bash.txt b/docs/en/cli/bitrix24/GetTask/bash.txt index 9a7069edb6..7c4c593c54 100644 --- a/docs/en/cli/bitrix24/GetTask/bash.txt +++ b/docs/en/cli/bitrix24/GetTask/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetTask \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTask/bat.txt b/docs/en/cli/bitrix24/GetTask/bat.txt index b03fd41317..3a723d3637 100644 --- a/docs/en/cli/bitrix24/GetTask/bat.txt +++ b/docs/en/cli/bitrix24/GetTask/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTaskComment/bash.txt b/docs/en/cli/bitrix24/GetTaskComment/bash.txt index e726e02672..8871666bf4 100644 --- a/docs/en/cli/bitrix24/GetTaskComment/bash.txt +++ b/docs/en/cli/bitrix24/GetTaskComment/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 GetTaskComment \ --url "b24-ar17wx.bitrix24.by" \ - --task "5592" \ - --comment 13052 \ + --task "5868" \ + --comment 13672 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTaskComment/bat.txt b/docs/en/cli/bitrix24/GetTaskComment/bat.txt index 73fa3e538f..568a502eb2 100644 --- a/docs/en/cli/bitrix24/GetTaskComment/bat.txt +++ b/docs/en/cli/bitrix24/GetTaskComment/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 GetTaskComment ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5592" ^ - --comment 13052 ^ + --task "5868" ^ + --comment 13672 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTaskCommentsList/bash.txt b/docs/en/cli/bitrix24/GetTaskCommentsList/bash.txt index 5bdc51c113..d51edaa2fc 100644 --- a/docs/en/cli/bitrix24/GetTaskCommentsList/bash.txt +++ b/docs/en/cli/bitrix24/GetTaskCommentsList/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetTaskCommentsList \ --url "b24-ar17wx.bitrix24.by" \ - --task "5592" \ + --task "5868" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTaskCommentsList/bat.txt b/docs/en/cli/bitrix24/GetTaskCommentsList/bat.txt index 51488118af..7863c298e5 100644 --- a/docs/en/cli/bitrix24/GetTaskCommentsList/bat.txt +++ b/docs/en/cli/bitrix24/GetTaskCommentsList/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetTaskCommentsList ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5592" ^ + --task "5868" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTaskHistory/bash.txt b/docs/en/cli/bitrix24/GetTaskHistory/bash.txt index 154bda1c36..c1ce302514 100644 --- a/docs/en/cli/bitrix24/GetTaskHistory/bash.txt +++ b/docs/en/cli/bitrix24/GetTaskHistory/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetTaskHistory \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTaskHistory/bat.txt b/docs/en/cli/bitrix24/GetTaskHistory/bat.txt index 88c35eb6bf..233864d287 100644 --- a/docs/en/cli/bitrix24/GetTaskHistory/bat.txt +++ b/docs/en/cli/bitrix24/GetTaskHistory/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetTaskHistory ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTaskTimeAccounting/bash.txt b/docs/en/cli/bitrix24/GetTaskTimeAccounting/bash.txt index b2075a579b..d57be0bedf 100644 --- a/docs/en/cli/bitrix24/GetTaskTimeAccounting/bash.txt +++ b/docs/en/cli/bitrix24/GetTaskTimeAccounting/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 GetTaskTimeAccounting \ --url "b24-ar17wx.bitrix24.by" \ - --task "5596" \ - --record 2080 \ + --task "5872" \ + --record 2188 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTaskTimeAccounting/bat.txt b/docs/en/cli/bitrix24/GetTaskTimeAccounting/bat.txt index 94d38974a0..cea99f7a62 100644 --- a/docs/en/cli/bitrix24/GetTaskTimeAccounting/bat.txt +++ b/docs/en/cli/bitrix24/GetTaskTimeAccounting/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 GetTaskTimeAccounting ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5596" ^ - --record 2080 ^ + --task "5872" ^ + --record 2188 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bash.txt b/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bash.txt index 27a684cb5c..3da614906f 100644 --- a/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bash.txt +++ b/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetTaskTimeAccountingList \ --url "b24-ar17wx.bitrix24.by" \ - --task "5596" \ + --task "5872" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bat.txt b/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bat.txt index 432cd5a4e0..c532b97cdf 100644 --- a/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bat.txt +++ b/docs/en/cli/bitrix24/GetTaskTimeAccountingList/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetTaskTimeAccountingList ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5596" ^ + --task "5872" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTasksChecklist/bash.txt b/docs/en/cli/bitrix24/GetTasksChecklist/bash.txt index 7a6bb6bbb0..8e1cd15fbf 100644 --- a/docs/en/cli/bitrix24/GetTasksChecklist/bash.txt +++ b/docs/en/cli/bitrix24/GetTasksChecklist/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetTasksChecklist \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTasksChecklist/bat.txt b/docs/en/cli/bitrix24/GetTasksChecklist/bat.txt index 5a16dac5e5..f3b1a4d7b6 100644 --- a/docs/en/cli/bitrix24/GetTasksChecklist/bat.txt +++ b/docs/en/cli/bitrix24/GetTasksChecklist/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetTasksChecklist ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTasksChecklistElement/bash.txt b/docs/en/cli/bitrix24/GetTasksChecklistElement/bash.txt index 7f76432f17..fc5861f4a6 100644 --- a/docs/en/cli/bitrix24/GetTasksChecklistElement/bash.txt +++ b/docs/en/cli/bitrix24/GetTasksChecklistElement/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 GetTasksChecklistElement \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ - --element 3938 \ + --task "5866" \ + --element 4154 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTasksChecklistElement/bat.txt b/docs/en/cli/bitrix24/GetTasksChecklistElement/bat.txt index 79258ee7b6..8ba1490abe 100644 --- a/docs/en/cli/bitrix24/GetTasksChecklistElement/bat.txt +++ b/docs/en/cli/bitrix24/GetTasksChecklistElement/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 GetTasksChecklistElement ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ - --element 3938 ^ + --task "5866" ^ + --element 4154 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUser/bash.txt b/docs/en/cli/bitrix24/GetUser/bash.txt index c68c1b24b8..692b4a636f 100644 --- a/docs/en/cli/bitrix24/GetUser/bash.txt +++ b/docs/en/cli/bitrix24/GetUser/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetUser \ --url "b24-ar17wx.bitrix24.by" \ - --userid 1854 \ + --userid 1962 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUser/bat.txt b/docs/en/cli/bitrix24/GetUser/bat.txt index d387d5247e..a1e23edde4 100644 --- a/docs/en/cli/bitrix24/GetUser/bat.txt +++ b/docs/en/cli/bitrix24/GetUser/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetUser ^ --url "b24-ar17wx.bitrix24.by" ^ - --userid 1854 ^ + --userid 1962 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUserBusy/bash.txt b/docs/en/cli/bitrix24/GetUserBusy/bash.txt index c77e84b2a3..ac1d99d326 100644 --- a/docs/en/cli/bitrix24/GetUserBusy/bash.txt +++ b/docs/en/cli/bitrix24/GetUserBusy/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 GetUserBusy \ --url "b24-ar17wx.bitrix24.by" \ --users 1 \ - --from "2025-04-06T16:19:01.497753" \ - --to "2025-04-13T16:19:01.497753" \ + --from "2025-05-01T16:30:39.0029144" \ + --to "2025-05-08T16:30:39.0029144" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUserBusy/bat.txt b/docs/en/cli/bitrix24/GetUserBusy/bat.txt index bab2334de1..d2d49129d4 100644 --- a/docs/en/cli/bitrix24/GetUserBusy/bat.txt +++ b/docs/en/cli/bitrix24/GetUserBusy/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 GetUserBusy ^ --url "b24-ar17wx.bitrix24.by" ^ --users 1 ^ - --from "2025-04-06T16:19:01.497753" ^ - --to "2025-04-13T16:19:01.497753" ^ + --from "2025-05-01T16:30:39.0029144" ^ + --to "2025-05-08T16:30:39.0029144" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUserParticipationStatus/bash.txt b/docs/en/cli/bitrix24/GetUserParticipationStatus/bash.txt index a4932b6cf5..35dc0de024 100644 --- a/docs/en/cli/bitrix24/GetUserParticipationStatus/bash.txt +++ b/docs/en/cli/bitrix24/GetUserParticipationStatus/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetUserParticipationStatus \ --url "b24-ar17wx.bitrix24.by" \ - --event 842 \ + --event 1058 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUserParticipationStatus/bat.txt b/docs/en/cli/bitrix24/GetUserParticipationStatus/bat.txt index 2f26fbf21f..d1a736acf2 100644 --- a/docs/en/cli/bitrix24/GetUserParticipationStatus/bat.txt +++ b/docs/en/cli/bitrix24/GetUserParticipationStatus/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetUserParticipationStatus ^ --url "b24-ar17wx.bitrix24.by" ^ - --event 842 ^ + --event 1058 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/LeaveChat/bash.txt b/docs/en/cli/bitrix24/LeaveChat/bash.txt index f79e31cdd9..af66b75dbd 100644 --- a/docs/en/cli/bitrix24/LeaveChat/bash.txt +++ b/docs/en/cli/bitrix24/LeaveChat/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 LeaveChat \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2244 \ + --chat 2348 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/LeaveChat/bat.txt b/docs/en/cli/bitrix24/LeaveChat/bat.txt index 35cf5fad6e..dff97fc273 100644 --- a/docs/en/cli/bitrix24/LeaveChat/bat.txt +++ b/docs/en/cli/bitrix24/LeaveChat/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 LeaveChat ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2244 ^ + --chat 2348 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MakeCopyFile/bash.txt b/docs/en/cli/bitrix24/MakeCopyFile/bash.txt index c0a252f705..210198ada3 100644 --- a/docs/en/cli/bitrix24/MakeCopyFile/bash.txt +++ b/docs/en/cli/bitrix24/MakeCopyFile/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 MakeCopyFile \ --url "b24-ar17wx.bitrix24.by" \ - --fileid 31156 \ - --folderid 31162 \ + --fileid 32590 \ + --folderid 32596 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MakeCopyFile/bat.txt b/docs/en/cli/bitrix24/MakeCopyFile/bat.txt index 12f7444518..55ec32cd32 100644 --- a/docs/en/cli/bitrix24/MakeCopyFile/bat.txt +++ b/docs/en/cli/bitrix24/MakeCopyFile/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 MakeCopyFile ^ --url "b24-ar17wx.bitrix24.by" ^ - --fileid 31156 ^ - --folderid 31162 ^ + --fileid 32590 ^ + --folderid 32596 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MakeFolderCopy/bash.txt b/docs/en/cli/bitrix24/MakeFolderCopy/bash.txt index 09a2209159..4c3a254638 100644 --- a/docs/en/cli/bitrix24/MakeFolderCopy/bash.txt +++ b/docs/en/cli/bitrix24/MakeFolderCopy/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 MakeFolderCopy \ --url "b24-ar17wx.bitrix24.by" \ - --folderid 31164 \ - --tagetid 31166 \ + --folderid 32598 \ + --tagetid 32600 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MakeFolderCopy/bat.txt b/docs/en/cli/bitrix24/MakeFolderCopy/bat.txt index a73b83e55e..9b85329188 100644 --- a/docs/en/cli/bitrix24/MakeFolderCopy/bat.txt +++ b/docs/en/cli/bitrix24/MakeFolderCopy/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 MakeFolderCopy ^ --url "b24-ar17wx.bitrix24.by" ^ - --folderid 31164 ^ - --tagetid 31166 ^ + --folderid 32598 ^ + --tagetid 32600 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MarkFileAsDeleted/bash.txt b/docs/en/cli/bitrix24/MarkFileAsDeleted/bash.txt index 37bec1142d..1d3bdc800a 100644 --- a/docs/en/cli/bitrix24/MarkFileAsDeleted/bash.txt +++ b/docs/en/cli/bitrix24/MarkFileAsDeleted/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 MarkFileAsDeleted \ --url "b24-ar17wx.bitrix24.by" \ - --fileid 31156 \ + --fileid 32590 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MarkFileAsDeleted/bat.txt b/docs/en/cli/bitrix24/MarkFileAsDeleted/bat.txt index 41b2200c84..82b4e05306 100644 --- a/docs/en/cli/bitrix24/MarkFileAsDeleted/bat.txt +++ b/docs/en/cli/bitrix24/MarkFileAsDeleted/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 MarkFileAsDeleted ^ --url "b24-ar17wx.bitrix24.by" ^ - --fileid 31156 ^ + --fileid 32590 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MarkFolderAsDeleted/bash.txt b/docs/en/cli/bitrix24/MarkFolderAsDeleted/bash.txt index fc999c00bc..b7863e039b 100644 --- a/docs/en/cli/bitrix24/MarkFolderAsDeleted/bash.txt +++ b/docs/en/cli/bitrix24/MarkFolderAsDeleted/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 MarkFolderAsDeleted \ --url "b24-ar17wx.bitrix24.by" \ - --folderid 31162 \ + --folderid 32596 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MarkFolderAsDeleted/bat.txt b/docs/en/cli/bitrix24/MarkFolderAsDeleted/bat.txt index 57612f20a9..269bdcf5e6 100644 --- a/docs/en/cli/bitrix24/MarkFolderAsDeleted/bat.txt +++ b/docs/en/cli/bitrix24/MarkFolderAsDeleted/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 MarkFolderAsDeleted ^ --url "b24-ar17wx.bitrix24.by" ^ - --folderid 31162 ^ + --folderid 32596 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MarkMessageAsReaded/bash.txt b/docs/en/cli/bitrix24/MarkMessageAsReaded/bash.txt index 21be685b45..4c1a776e67 100644 --- a/docs/en/cli/bitrix24/MarkMessageAsReaded/bash.txt +++ b/docs/en/cli/bitrix24/MarkMessageAsReaded/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 MarkMessageAsReaded \ --url "b24-ar17wx.bitrix24.by" \ --chat 10 \ - --message 16 \ + --message 4286 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MarkMessageAsReaded/bat.txt b/docs/en/cli/bitrix24/MarkMessageAsReaded/bat.txt index 9bf7e0e36f..10a2094f33 100644 --- a/docs/en/cli/bitrix24/MarkMessageAsReaded/bat.txt +++ b/docs/en/cli/bitrix24/MarkMessageAsReaded/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 MarkMessageAsReaded ^ --url "b24-ar17wx.bitrix24.by" ^ --chat 10 ^ - --message 16 ^ + --message 4286 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bash.txt b/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bash.txt index 274b8ed68a..396869dd5f 100644 --- a/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bash.txt +++ b/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 MarkMessageAsUnreaded \ --url "b24-ar17wx.bitrix24.by" \ --chat 10 \ - --message 16 \ + --message 4286 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bat.txt b/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bat.txt index bd0dc918e4..91f409ac3c 100644 --- a/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bat.txt +++ b/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 MarkMessageAsUnreaded ^ --url "b24-ar17wx.bitrix24.by" ^ --chat 10 ^ - --message 16 ^ + --message 4286 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MoveFileToFolder/bash.txt b/docs/en/cli/bitrix24/MoveFileToFolder/bash.txt index 812533fb46..a5bf15c7ae 100644 --- a/docs/en/cli/bitrix24/MoveFileToFolder/bash.txt +++ b/docs/en/cli/bitrix24/MoveFileToFolder/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 MoveFileToFolder \ --url "b24-ar17wx.bitrix24.by" \ - --fileid 31156 \ - --folderid 31166 \ + --fileid 32590 \ + --folderid 32600 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MoveFileToFolder/bat.txt b/docs/en/cli/bitrix24/MoveFileToFolder/bat.txt index b8470f1b63..4ec27530c0 100644 --- a/docs/en/cli/bitrix24/MoveFileToFolder/bat.txt +++ b/docs/en/cli/bitrix24/MoveFileToFolder/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 MoveFileToFolder ^ --url "b24-ar17wx.bitrix24.by" ^ - --fileid 31156 ^ - --folderid 31166 ^ + --fileid 32590 ^ + --folderid 32600 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MoveFolder/bash.txt b/docs/en/cli/bitrix24/MoveFolder/bash.txt index 354e250a0d..45e1999b48 100644 --- a/docs/en/cli/bitrix24/MoveFolder/bash.txt +++ b/docs/en/cli/bitrix24/MoveFolder/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 MoveFolder \ --url "b24-ar17wx.bitrix24.by" \ - --folderid 31164 \ - --tagetid 31160 \ + --folderid 32598 \ + --tagetid 32594 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MoveFolder/bat.txt b/docs/en/cli/bitrix24/MoveFolder/bat.txt index 2744598b1c..c932b4bac9 100644 --- a/docs/en/cli/bitrix24/MoveFolder/bat.txt +++ b/docs/en/cli/bitrix24/MoveFolder/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 MoveFolder ^ --url "b24-ar17wx.bitrix24.by" ^ - --folderid 31164 ^ - --tagetid 31160 ^ + --folderid 32598 ^ + --tagetid 32594 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bash.txt b/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bash.txt index 90e0c2bf6f..f8083ab490 100644 --- a/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bash.txt +++ b/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 MoveTaskToKanbanStage \ --url "b24-ar17wx.bitrix24.by" \ - --task "5594" \ - --stage 2094 \ + --task "5870" \ + --stage 2202 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bat.txt b/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bat.txt index fc16ac6754..8572ccfcb2 100644 --- a/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bat.txt +++ b/docs/en/cli/bitrix24/MoveTaskToKanbanStage/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 MoveTaskToKanbanStage ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5594" ^ - --stage 2094 ^ + --task "5870" ^ + --stage 2202 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MuteTask/bash.txt b/docs/en/cli/bitrix24/MuteTask/bash.txt index 008bb165e8..b44dd10bec 100644 --- a/docs/en/cli/bitrix24/MuteTask/bash.txt +++ b/docs/en/cli/bitrix24/MuteTask/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 MuteTask \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MuteTask/bat.txt b/docs/en/cli/bitrix24/MuteTask/bat.txt index e9635b7806..4949250a27 100644 --- a/docs/en/cli/bitrix24/MuteTask/bat.txt +++ b/docs/en/cli/bitrix24/MuteTask/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 MuteTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/PauseTask/bash.txt b/docs/en/cli/bitrix24/PauseTask/bash.txt index 45023028b0..23b3c77a40 100644 --- a/docs/en/cli/bitrix24/PauseTask/bash.txt +++ b/docs/en/cli/bitrix24/PauseTask/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 PauseTask \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/PauseTask/bat.txt b/docs/en/cli/bitrix24/PauseTask/bat.txt index bf0ac0f8e3..8ae64cca59 100644 --- a/docs/en/cli/bitrix24/PauseTask/bat.txt +++ b/docs/en/cli/bitrix24/PauseTask/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 PauseTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bash.txt b/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bash.txt index ed2c520c68..db6838ebf9 100644 --- a/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bash.txt +++ b/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 RemoveTaskFromFavorites \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bat.txt b/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bat.txt index c60c243267..08f2ed7720 100644 --- a/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bat.txt +++ b/docs/en/cli/bitrix24/RemoveTaskFromFavorites/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 RemoveTaskFromFavorites ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/RenameFile/bash.txt b/docs/en/cli/bitrix24/RenameFile/bash.txt index c1540aaf71..9e22585949 100644 --- a/docs/en/cli/bitrix24/RenameFile/bash.txt +++ b/docs/en/cli/bitrix24/RenameFile/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 RenameFile \ --url "b24-ar17wx.bitrix24.by" \ - --fileid 31156 \ + --fileid 32590 \ --title "New file name.jpg" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/RenameFile/bat.txt b/docs/en/cli/bitrix24/RenameFile/bat.txt index 50e838e17f..449cec8d4d 100644 --- a/docs/en/cli/bitrix24/RenameFile/bat.txt +++ b/docs/en/cli/bitrix24/RenameFile/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 RenameFile ^ --url "b24-ar17wx.bitrix24.by" ^ - --fileid 31156 ^ + --fileid 32590 ^ --title "New file name.jpg" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/RenameFolder/bash.txt b/docs/en/cli/bitrix24/RenameFolder/bash.txt index a5560a4b67..a5443538aa 100644 --- a/docs/en/cli/bitrix24/RenameFolder/bash.txt +++ b/docs/en/cli/bitrix24/RenameFolder/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 RenameFolder \ --url "b24-ar17wx.bitrix24.by" \ - --folderid 31162 \ + --folderid 32596 \ --title "New catalog" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/RenameFolder/bat.txt b/docs/en/cli/bitrix24/RenameFolder/bat.txt index e9f9d558e6..acb17655fe 100644 --- a/docs/en/cli/bitrix24/RenameFolder/bat.txt +++ b/docs/en/cli/bitrix24/RenameFolder/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 RenameFolder ^ --url "b24-ar17wx.bitrix24.by" ^ - --folderid 31162 ^ + --folderid 32596 ^ --title "New catalog" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/RenewTask/bash.txt b/docs/en/cli/bitrix24/RenewTask/bash.txt index ec69dd8b8c..0671de5daa 100644 --- a/docs/en/cli/bitrix24/RenewTask/bash.txt +++ b/docs/en/cli/bitrix24/RenewTask/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 RenewTask \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/RenewTask/bat.txt b/docs/en/cli/bitrix24/RenewTask/bat.txt index 937f3fc186..2cef2eb366 100644 --- a/docs/en/cli/bitrix24/RenewTask/bat.txt +++ b/docs/en/cli/bitrix24/RenewTask/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 RenewTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/RenewTasksChecklistElement/bash.txt b/docs/en/cli/bitrix24/RenewTasksChecklistElement/bash.txt index a281b67d8e..d796a6b82c 100644 --- a/docs/en/cli/bitrix24/RenewTasksChecklistElement/bash.txt +++ b/docs/en/cli/bitrix24/RenewTasksChecklistElement/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 RenewTasksChecklistElement \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ - --element 3938 \ + --task "5866" \ + --element 4154 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/RenewTasksChecklistElement/bat.txt b/docs/en/cli/bitrix24/RenewTasksChecklistElement/bat.txt index efae8db15d..cb57d97c34 100644 --- a/docs/en/cli/bitrix24/RenewTasksChecklistElement/bat.txt +++ b/docs/en/cli/bitrix24/RenewTasksChecklistElement/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 RenewTasksChecklistElement ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ - --element 3938 ^ + --task "5866" ^ + --element 4154 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/RestoreFile/bash.txt b/docs/en/cli/bitrix24/RestoreFile/bash.txt index 9452385b22..c4d5b0a4e8 100644 --- a/docs/en/cli/bitrix24/RestoreFile/bash.txt +++ b/docs/en/cli/bitrix24/RestoreFile/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 RestoreFile \ --url "b24-ar17wx.bitrix24.by" \ - --fileid 31156 \ + --fileid 32590 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/RestoreFile/bat.txt b/docs/en/cli/bitrix24/RestoreFile/bat.txt index 1b1b65ae5f..43b80bd4e1 100644 --- a/docs/en/cli/bitrix24/RestoreFile/bat.txt +++ b/docs/en/cli/bitrix24/RestoreFile/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 RestoreFile ^ --url "b24-ar17wx.bitrix24.by" ^ - --fileid 31156 ^ + --fileid 32590 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/RestoreFolder/bash.txt b/docs/en/cli/bitrix24/RestoreFolder/bash.txt index 30312e43db..fb169dc3f9 100644 --- a/docs/en/cli/bitrix24/RestoreFolder/bash.txt +++ b/docs/en/cli/bitrix24/RestoreFolder/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 RestoreFolder \ --url "b24-ar17wx.bitrix24.by" \ - --folderid 31162 \ + --folderid 32596 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/RestoreFolder/bat.txt b/docs/en/cli/bitrix24/RestoreFolder/bat.txt index b460bf96c2..dfd06075ac 100644 --- a/docs/en/cli/bitrix24/RestoreFolder/bat.txt +++ b/docs/en/cli/bitrix24/RestoreFolder/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 RestoreFolder ^ --url "b24-ar17wx.bitrix24.by" ^ - --folderid 31162 ^ + --folderid 32596 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/SendFile/bash.txt b/docs/en/cli/bitrix24/SendFile/bash.txt index 7b4c083bb0..452d59094d 100644 --- a/docs/en/cli/bitrix24/SendFile/bash.txt +++ b/docs/en/cli/bitrix24/SendFile/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 SendFile \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2244 \ - --fileid 31194 \ + --chat 2348 \ + --fileid 32628 \ --description "Very important file" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/SendFile/bat.txt b/docs/en/cli/bitrix24/SendFile/bat.txt index 80ca90aefc..81192d3543 100644 --- a/docs/en/cli/bitrix24/SendFile/bat.txt +++ b/docs/en/cli/bitrix24/SendFile/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 SendFile ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2244 ^ - --fileid 31194 ^ + --chat 2348 ^ + --fileid 32628 ^ --description "Very important file" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/SetMessageReaction/bash.txt b/docs/en/cli/bitrix24/SetMessageReaction/bash.txt index 0db6e862e7..feebabb50e 100644 --- a/docs/en/cli/bitrix24/SetMessageReaction/bash.txt +++ b/docs/en/cli/bitrix24/SetMessageReaction/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 SetMessageReaction \ --url "b24-ar17wx.bitrix24.by" \ - --message 42246 \ + --message 44608 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/SetMessageReaction/bat.txt b/docs/en/cli/bitrix24/SetMessageReaction/bat.txt index a489953363..9fac843f41 100644 --- a/docs/en/cli/bitrix24/SetMessageReaction/bat.txt +++ b/docs/en/cli/bitrix24/SetMessageReaction/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 SetMessageReaction ^ --url "b24-ar17wx.bitrix24.by" ^ - --message 42246 ^ + --message 44608 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/SetUserParticipationStatus/bash.txt b/docs/en/cli/bitrix24/SetUserParticipationStatus/bash.txt index e21cc40d3b..4007ff5320 100644 --- a/docs/en/cli/bitrix24/SetUserParticipationStatus/bash.txt +++ b/docs/en/cli/bitrix24/SetUserParticipationStatus/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 SetUserParticipationStatus \ --url "b24-ar17wx.bitrix24.by" \ - --event 842 \ + --event 1058 \ --status "Y" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/SetUserParticipationStatus/bat.txt b/docs/en/cli/bitrix24/SetUserParticipationStatus/bat.txt index 307650389d..a73c8869f1 100644 --- a/docs/en/cli/bitrix24/SetUserParticipationStatus/bat.txt +++ b/docs/en/cli/bitrix24/SetUserParticipationStatus/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 SetUserParticipationStatus ^ --url "b24-ar17wx.bitrix24.by" ^ - --event 842 ^ + --event 1058 ^ --status "Y" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/StartTask/bash.txt b/docs/en/cli/bitrix24/StartTask/bash.txt index 5eecc2c22e..4636fccc9b 100644 --- a/docs/en/cli/bitrix24/StartTask/bash.txt +++ b/docs/en/cli/bitrix24/StartTask/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 StartTask \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/StartTask/bat.txt b/docs/en/cli/bitrix24/StartTask/bat.txt index 6120e0ed25..962ca68ff9 100644 --- a/docs/en/cli/bitrix24/StartTask/bat.txt +++ b/docs/en/cli/bitrix24/StartTask/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 StartTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/StartTimekeeping/bash.txt b/docs/en/cli/bitrix24/StartTimekeeping/bash.txt index 0f67deeaa8..f467ec728b 100644 --- a/docs/en/cli/bitrix24/StartTimekeeping/bash.txt +++ b/docs/en/cli/bitrix24/StartTimekeeping/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 StartTimekeeping \ --url "b24-ar17wx.bitrix24.by" \ --userid 1 \ - --time "2025-04-06T15:13:34.9590304" \ + --time "2025-05-01T15:25:14.1579078" \ --report "Late" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/StartTimekeeping/bat.txt b/docs/en/cli/bitrix24/StartTimekeeping/bat.txt index 14cfb4c27f..1bd6fc1482 100644 --- a/docs/en/cli/bitrix24/StartTimekeeping/bat.txt +++ b/docs/en/cli/bitrix24/StartTimekeeping/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 StartTimekeeping ^ --url "b24-ar17wx.bitrix24.by" ^ --userid 1 ^ - --time "2025-04-06T15:13:34.9590304" ^ + --time "2025-05-01T15:25:14.1579078" ^ --report "Late" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/StartWatchingTask/bash.txt b/docs/en/cli/bitrix24/StartWatchingTask/bash.txt index 9654465275..82a032a6c1 100644 --- a/docs/en/cli/bitrix24/StartWatchingTask/bash.txt +++ b/docs/en/cli/bitrix24/StartWatchingTask/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 StartWatchingTask \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/StartWatchingTask/bat.txt b/docs/en/cli/bitrix24/StartWatchingTask/bat.txt index 3af4b822c8..5e0671404a 100644 --- a/docs/en/cli/bitrix24/StartWatchingTask/bat.txt +++ b/docs/en/cli/bitrix24/StartWatchingTask/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 StartWatchingTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/StopTimekeeping/bash.txt b/docs/en/cli/bitrix24/StopTimekeeping/bash.txt index 5000e0b45e..b1305d3572 100644 --- a/docs/en/cli/bitrix24/StopTimekeeping/bash.txt +++ b/docs/en/cli/bitrix24/StopTimekeeping/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 StopTimekeeping \ --url "b24-ar17wx.bitrix24.by" \ --userid 1 \ - --time "2025-04-06T16:13:43.764067" \ + --time "2025-05-01T16:25:23.2109948" \ --report "Time off" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/StopTimekeeping/bat.txt b/docs/en/cli/bitrix24/StopTimekeeping/bat.txt index effc846bd6..285f1965bc 100644 --- a/docs/en/cli/bitrix24/StopTimekeeping/bat.txt +++ b/docs/en/cli/bitrix24/StopTimekeeping/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 StopTimekeeping ^ --url "b24-ar17wx.bitrix24.by" ^ --userid 1 ^ - --time "2025-04-06T16:13:43.764067" ^ + --time "2025-05-01T16:25:23.2109948" ^ --report "Time off" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/StopWatchingTask/bash.txt b/docs/en/cli/bitrix24/StopWatchingTask/bash.txt index f864c0e751..f48e8fc960 100644 --- a/docs/en/cli/bitrix24/StopWatchingTask/bash.txt +++ b/docs/en/cli/bitrix24/StopWatchingTask/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 StopWatchingTask \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/StopWatchingTask/bat.txt b/docs/en/cli/bitrix24/StopWatchingTask/bat.txt index 8589fff4b4..d7da70295e 100644 --- a/docs/en/cli/bitrix24/StopWatchingTask/bat.txt +++ b/docs/en/cli/bitrix24/StopWatchingTask/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 StopWatchingTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UnmuteTask/bash.txt b/docs/en/cli/bitrix24/UnmuteTask/bash.txt index 559d6198c9..b0e5c1d6b6 100644 --- a/docs/en/cli/bitrix24/UnmuteTask/bash.txt +++ b/docs/en/cli/bitrix24/UnmuteTask/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 UnmuteTask \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UnmuteTask/bat.txt b/docs/en/cli/bitrix24/UnmuteTask/bat.txt index 12287d63f9..5cae20766f 100644 --- a/docs/en/cli/bitrix24/UnmuteTask/bat.txt +++ b/docs/en/cli/bitrix24/UnmuteTask/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 UnmuteTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateCalendar/bash.txt b/docs/en/cli/bitrix24/UpdateCalendar/bash.txt index 5da033dfb3..541a5274f2 100644 --- a/docs/en/cli/bitrix24/UpdateCalendar/bash.txt +++ b/docs/en/cli/bitrix24/UpdateCalendar/bash.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateCalendar \ --url "b24-ar17wx.bitrix24.by" \ - --calendar 540 \ + --calendar 650 \ --fields "{'type':'user','ownerId':1,'name':'New calendar name','description':'This calendar has been changed'}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateCalendar/bat.txt b/docs/en/cli/bitrix24/UpdateCalendar/bat.txt index 1c7f5254cf..cc2939a4ea 100644 --- a/docs/en/cli/bitrix24/UpdateCalendar/bat.txt +++ b/docs/en/cli/bitrix24/UpdateCalendar/bat.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateCalendar ^ --url "b24-ar17wx.bitrix24.by" ^ - --calendar 540 ^ + --calendar 650 ^ --fields "{'type':'user','ownerId':1,'name':'New calendar name','description':'This calendar has been changed'}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateCalendarEvent/bash.txt b/docs/en/cli/bitrix24/UpdateCalendarEvent/bash.txt index 5c0d44b41d..d86ae34b8e 100644 --- a/docs/en/cli/bitrix24/UpdateCalendarEvent/bash.txt +++ b/docs/en/cli/bitrix24/UpdateCalendarEvent/bash.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateCalendarEvent \ --url "b24-ar17wx.bitrix24.by" \ - --event 842 \ + --event 1058 \ --fields "{'ownerId':1,'type':'user','name':'Modified event','description':'New event description','importance':'low','private_event':'Y'}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateCalendarEvent/bat.txt b/docs/en/cli/bitrix24/UpdateCalendarEvent/bat.txt index 30dd31f653..39e355cf8c 100644 --- a/docs/en/cli/bitrix24/UpdateCalendarEvent/bat.txt +++ b/docs/en/cli/bitrix24/UpdateCalendarEvent/bat.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateCalendarEvent ^ --url "b24-ar17wx.bitrix24.by" ^ - --event 842 ^ + --event 1058 ^ --fields "{'ownerId':1,'type':'user','name':'Modified event','description':'New event description','importance':'low','private_event':'Y'}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateDeal/bash.txt b/docs/en/cli/bitrix24/UpdateDeal/bash.txt index 556bb4c168..e14d8439d4 100644 --- a/docs/en/cli/bitrix24/UpdateDeal/bash.txt +++ b/docs/en/cli/bitrix24/UpdateDeal/bash.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateDeal \ --url "b24-ar17wx.bitrix24.by" \ - --deal 3264 \ + --deal 3480 \ --fields "{'TITLE':'Future deal in RUB','CURRENCY_ID':'RUB','OPPORTUNITY':50000,'BEGINDATE':'2025-01-01'}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateDeal/bat.txt b/docs/en/cli/bitrix24/UpdateDeal/bat.txt index 9eb35c6d96..c54e2ef97c 100644 --- a/docs/en/cli/bitrix24/UpdateDeal/bat.txt +++ b/docs/en/cli/bitrix24/UpdateDeal/bat.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateDeal ^ --url "b24-ar17wx.bitrix24.by" ^ - --deal 3264 ^ + --deal 3480 ^ --fields "{'TITLE':'Future deal in RUB','CURRENCY_ID':'RUB','OPPORTUNITY':50000,'BEGINDATE':'2025-01-01'}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateDepartment/bash.txt b/docs/en/cli/bitrix24/UpdateDepartment/bash.txt index e0cd1d02c3..f128d41272 100644 --- a/docs/en/cli/bitrix24/UpdateDepartment/bash.txt +++ b/docs/en/cli/bitrix24/UpdateDepartment/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 UpdateDepartment \ --url "b24-ar17wx.bitrix24.by" \ - --depid 1846 \ + --depid 1956 \ --title "New department" \ --parentid 1 \ --headid 10 \ diff --git a/docs/en/cli/bitrix24/UpdateDepartment/bat.txt b/docs/en/cli/bitrix24/UpdateDepartment/bat.txt index b5d03e45a4..5021f9b2cf 100644 --- a/docs/en/cli/bitrix24/UpdateDepartment/bat.txt +++ b/docs/en/cli/bitrix24/UpdateDepartment/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 UpdateDepartment ^ --url "b24-ar17wx.bitrix24.by" ^ - --depid 1846 ^ + --depid 1956 ^ --title "New department" ^ --parentid 1 ^ --headid 10 ^ diff --git a/docs/en/cli/bitrix24/UpdateKanbansStage/bash.txt b/docs/en/cli/bitrix24/UpdateKanbansStage/bash.txt index c3c733463d..8b3ab5711a 100644 --- a/docs/en/cli/bitrix24/UpdateKanbansStage/bash.txt +++ b/docs/en/cli/bitrix24/UpdateKanbansStage/bash.txt @@ -1,7 +1,7 @@ oint bitrix24 UpdateKanbansStage \ --url "b24-ar17wx.bitrix24.by" \ --title "New stage name 2" \ - --stage 2094 \ + --stage 2202 \ --color "000000" \ --prevstage 6 \ --admin true \ diff --git a/docs/en/cli/bitrix24/UpdateKanbansStage/bat.txt b/docs/en/cli/bitrix24/UpdateKanbansStage/bat.txt index 53c15ffad5..00c2ca8ae3 100644 --- a/docs/en/cli/bitrix24/UpdateKanbansStage/bat.txt +++ b/docs/en/cli/bitrix24/UpdateKanbansStage/bat.txt @@ -1,7 +1,7 @@ oint bitrix24 UpdateKanbansStage ^ --url "b24-ar17wx.bitrix24.by" ^ --title "New stage name 2" ^ - --stage 2094 ^ + --stage 2202 ^ --color "000000" ^ --prevstage 6 ^ --admin true ^ diff --git a/docs/en/cli/bitrix24/UpdateLead/bash.txt b/docs/en/cli/bitrix24/UpdateLead/bash.txt index 57a72208cf..93edeb9bdb 100644 --- a/docs/en/cli/bitrix24/UpdateLead/bash.txt +++ b/docs/en/cli/bitrix24/UpdateLead/bash.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateLead \ --url "b24-ar17wx.bitrix24.by" \ - --lead 1640 \ + --lead 1748 \ --fields "{'ADDRESS':'Lermontov st., b. 20','ADDRESS_COUNTRY':'Belarus','TITLE':'SuperClient','NAME':'Evgeniy','LAST_NAME':'Evgeniev'}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateLead/bat.txt b/docs/en/cli/bitrix24/UpdateLead/bat.txt index 98d5bdc914..e8a5495906 100644 --- a/docs/en/cli/bitrix24/UpdateLead/bat.txt +++ b/docs/en/cli/bitrix24/UpdateLead/bat.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateLead ^ --url "b24-ar17wx.bitrix24.by" ^ - --lead 1640 ^ + --lead 1748 ^ --fields "{'ADDRESS':'Lermontov st., b. 20','ADDRESS_COUNTRY':'Belarus','TITLE':'SuperClient','NAME':'Evgeniy','LAST_NAME':'Evgeniev'}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdatePost/bash.txt b/docs/en/cli/bitrix24/UpdatePost/bash.txt index 6eceb688b8..140c0afa27 100644 --- a/docs/en/cli/bitrix24/UpdatePost/bash.txt +++ b/docs/en/cli/bitrix24/UpdatePost/bash.txt @@ -2,7 +2,7 @@ oint bitrix24 UpdatePost \ --url "b24-ar17wx.bitrix24.by" \ - --postid 2192 \ + --postid 2298 \ --text "New post text" \ --files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'}" \ --title "New post title" \ diff --git a/docs/en/cli/bitrix24/UpdatePost/bat.txt b/docs/en/cli/bitrix24/UpdatePost/bat.txt index 6d2a6389b8..7e75d29eea 100644 --- a/docs/en/cli/bitrix24/UpdatePost/bat.txt +++ b/docs/en/cli/bitrix24/UpdatePost/bat.txt @@ -2,7 +2,7 @@ oint bitrix24 UpdatePost ^ --url "b24-ar17wx.bitrix24.by" ^ - --postid 2192 ^ + --postid 2298 ^ --text "New post text" ^ --files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'}" ^ --title "New post title" ^ diff --git a/docs/en/cli/bitrix24/UpdateTask/bash.txt b/docs/en/cli/bitrix24/UpdateTask/bash.txt index e55e80bd7e..b00c1ede41 100644 --- a/docs/en/cli/bitrix24/UpdateTask/bash.txt +++ b/docs/en/cli/bitrix24/UpdateTask/bash.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateTask \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ + --task "5866" \ --fields "{'TITLE':'Another task title','DESCRIPTION':'Another task description','PRIORITY':'1'}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateTask/bat.txt b/docs/en/cli/bitrix24/UpdateTask/bat.txt index 858ac82c7a..6a6fed1734 100644 --- a/docs/en/cli/bitrix24/UpdateTask/bat.txt +++ b/docs/en/cli/bitrix24/UpdateTask/bat.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateTask ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ + --task "5866" ^ --fields "{'TITLE':'Another task title','DESCRIPTION':'Another task description','PRIORITY':'1'}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateTaskComment/bash.txt b/docs/en/cli/bitrix24/UpdateTaskComment/bash.txt index d753b6a0fc..819030d00e 100644 --- a/docs/en/cli/bitrix24/UpdateTaskComment/bash.txt +++ b/docs/en/cli/bitrix24/UpdateTaskComment/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 UpdateTaskComment \ --url "b24-ar17wx.bitrix24.by" \ - --task "5592" \ - --comment 13052 \ + --task "5868" \ + --comment 13672 \ --text "The task has been changed, let's split up" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateTaskComment/bat.txt b/docs/en/cli/bitrix24/UpdateTaskComment/bat.txt index 1144360a0d..f3150e2961 100644 --- a/docs/en/cli/bitrix24/UpdateTaskComment/bat.txt +++ b/docs/en/cli/bitrix24/UpdateTaskComment/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 UpdateTaskComment ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5592" ^ - --comment 13052 ^ + --task "5868" ^ + --comment 13672 ^ --text "The task has been changed, let's split up" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bash.txt b/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bash.txt index a12d1f935d..1a915d68e2 100644 --- a/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bash.txt +++ b/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bash.txt @@ -1,8 +1,8 @@ oint bitrix24 UpdateTaskTimeAccounting \ --url "b24-ar17wx.bitrix24.by" \ - --task "5596" \ - --record 2080 \ + --task "5872" \ + --record 2188 \ --amount 4800 \ --text "New time record" \ - --date "2025-03-06T16:13:28.8644782" \ + --date "2025-04-01T16:25:07.8929865" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bat.txt b/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bat.txt index 733045eab9..b918621215 100644 --- a/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bat.txt +++ b/docs/en/cli/bitrix24/UpdateTaskTimeAccounting/bat.txt @@ -1,8 +1,8 @@ oint bitrix24 UpdateTaskTimeAccounting ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5596" ^ - --record 2080 ^ + --task "5872" ^ + --record 2188 ^ --amount 4800 ^ --text "New time record" ^ - --date "2025-03-06T16:13:28.8644782" ^ + --date "2025-04-01T16:25:07.8929865" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bash.txt b/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bash.txt index b22eeb1713..06291e5c7f 100644 --- a/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bash.txt +++ b/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 UpdateTasksChecklistElement \ --url "b24-ar17wx.bitrix24.by" \ - --task "5590" \ - --element 3938 \ + --task "5866" \ + --element 4154 \ --text "New elements text" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bat.txt b/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bat.txt index 8b9dcae317..76be5776e1 100644 --- a/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bat.txt +++ b/docs/en/cli/bitrix24/UpdateTasksChecklistElement/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 UpdateTasksChecklistElement ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5590" ^ - --element 3938 ^ + --task "5866" ^ + --element 4154 ^ --text "New elements text" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateUser/bash.txt b/docs/en/cli/bitrix24/UpdateUser/bash.txt index 109be08afc..345bbda687 100644 --- a/docs/en/cli/bitrix24/UpdateUser/bash.txt +++ b/docs/en/cli/bitrix24/UpdateUser/bash.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateUser \ --url "b24-ar17wx.bitrix24.by" \ - --userid 1854 \ - --fields "{'EMAIL':'7f78516a-626f-49bb-99e7-fe927d4439b7@exepmple.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':7}" \ + --userid 1962 \ + --fields "{'EMAIL':'30e0923c-2c76-4bde-812a-7c75486770b8@exepmple.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':7}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateUser/bat.txt b/docs/en/cli/bitrix24/UpdateUser/bat.txt index 0da5f6a3aa..0496853516 100644 --- a/docs/en/cli/bitrix24/UpdateUser/bat.txt +++ b/docs/en/cli/bitrix24/UpdateUser/bat.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateUser ^ --url "b24-ar17wx.bitrix24.by" ^ - --userid 1854 ^ - --fields "{'EMAIL':'7f78516a-626f-49bb-99e7-fe927d4439b7@exepmple.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':7}" ^ + --userid 1962 ^ + --fields "{'EMAIL':'30e0923c-2c76-4bde-812a-7c75486770b8@exepmple.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':7}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt b/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt index e4d6f36d93..9cc4a46f74 100644 --- a/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt +++ b/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt @@ -2,4 +2,4 @@ oint bitrix24 UploadFileToFolder \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ --title "Imortant doc.docx" \ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \ - --folderid 31188 \ No newline at end of file + --folderid 32622 \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt b/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt index 5a81f8bd58..4ae960099e 100644 --- a/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt +++ b/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt @@ -2,4 +2,4 @@ oint bitrix24 UploadFileToFolder ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ --title "Imortant doc.docx" ^ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" ^ - --folderid 31188 \ No newline at end of file + --folderid 32622 \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateBarcode/bash.txt b/docs/en/cli/cdek/CreateBarcode/bash.txt index 4939e6a183..3827e6faa0 100644 --- a/docs/en/cli/cdek/CreateBarcode/bash.txt +++ b/docs/en/cli/cdek/CreateBarcode/bash.txt @@ -1,6 +1,6 @@ oint cdek CreateBarcode \ --token "***" \ - --uuids "9c2cee63-75de-4747-a962-de69a9966a9b" \ + --uuids "960d5635-b08b-4109-ab77-fd1dd74f959b" \ --count 1 \ --format "A5" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateBarcode/bat.txt b/docs/en/cli/cdek/CreateBarcode/bat.txt index 5454e18e74..c8515e9749 100644 --- a/docs/en/cli/cdek/CreateBarcode/bat.txt +++ b/docs/en/cli/cdek/CreateBarcode/bat.txt @@ -1,6 +1,6 @@ oint cdek CreateBarcode ^ --token "***" ^ - --uuids "9c2cee63-75de-4747-a962-de69a9966a9b" ^ + --uuids "960d5635-b08b-4109-ab77-fd1dd74f959b" ^ --count 1 ^ --format "A5" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateCourierInvitation/bash.txt b/docs/en/cli/cdek/CreateCourierInvitation/bash.txt index 8faa3ba0d2..ca14c097db 100644 --- a/docs/en/cli/cdek/CreateCourierInvitation/bash.txt +++ b/docs/en/cli/cdek/CreateCourierInvitation/bash.txt @@ -2,5 +2,5 @@ oint cdek CreateCourierInvitation \ --token "***" \ - --intake "{'intake_date':'2025-04-07','intake_time_from':'10:00','intake_time_to':'17:00','name':'Consolidated cargo','weight':1000,'length':10,'width':10,'height':10,'comment':'Comment to courier','need_call':false,'sender':{'company':'Company','name':'Ivaniv Ivan','phones':[{'number':'+79589441654'}]},'from_location':{'code':'44','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Moscow','sub_region':'Moscow','city':'Moscow','kladr_code':'7700000000000','address':'st. Bluchera, 32'}}" \ + --intake "{'intake_date':'2025-05-02','intake_time_from':'10:00','intake_time_to':'17:00','name':'Consolidated cargo','weight':1000,'length':10,'width':10,'height':10,'comment':'Comment to courier','need_call':false,'sender':{'company':'Company','name':'Ivaniv Ivan','phones':[{'number':'+79589441654'}]},'from_location':{'code':'44','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Moscow','sub_region':'Moscow','city':'Moscow','kladr_code':'7700000000000','address':'st. Bluchera, 32'}}" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateCourierInvitation/bat.txt b/docs/en/cli/cdek/CreateCourierInvitation/bat.txt index e57be583c5..e898327424 100644 --- a/docs/en/cli/cdek/CreateCourierInvitation/bat.txt +++ b/docs/en/cli/cdek/CreateCourierInvitation/bat.txt @@ -2,5 +2,5 @@ oint cdek CreateCourierInvitation ^ --token "***" ^ - --intake "{'intake_date':'2025-04-07','intake_time_from':'10:00','intake_time_to':'17:00','name':'Consolidated cargo','weight':1000,'length':10,'width':10,'height':10,'comment':'Comment to courier','need_call':false,'sender':{'company':'Company','name':'Ivaniv Ivan','phones':[{'number':'+79589441654'}]},'from_location':{'code':'44','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Moscow','sub_region':'Moscow','city':'Moscow','kladr_code':'7700000000000','address':'st. Bluchera, 32'}}" ^ + --intake "{'intake_date':'2025-05-02','intake_time_from':'10:00','intake_time_to':'17:00','name':'Consolidated cargo','weight':1000,'length':10,'width':10,'height':10,'comment':'Comment to courier','need_call':false,'sender':{'company':'Company','name':'Ivaniv Ivan','phones':[{'number':'+79589441654'}]},'from_location':{'code':'44','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Moscow','sub_region':'Moscow','city':'Moscow','kladr_code':'7700000000000','address':'st. Bluchera, 32'}}" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateCustomerRefund/bash.txt b/docs/en/cli/cdek/CreateCustomerRefund/bash.txt index 5dff5fc490..449299428e 100644 --- a/docs/en/cli/cdek/CreateCustomerRefund/bash.txt +++ b/docs/en/cli/cdek/CreateCustomerRefund/bash.txt @@ -1,5 +1,5 @@ oint cdek CreateCustomerRefund \ --token "***" \ - --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" \ + --uuid "960d5635-b08b-4109-ab77-fd1dd74f959b" \ --tariff 139 \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateCustomerRefund/bat.txt b/docs/en/cli/cdek/CreateCustomerRefund/bat.txt index effaa3e092..928af6ec7e 100644 --- a/docs/en/cli/cdek/CreateCustomerRefund/bat.txt +++ b/docs/en/cli/cdek/CreateCustomerRefund/bat.txt @@ -1,5 +1,5 @@ oint cdek CreateCustomerRefund ^ --token "***" ^ - --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" ^ + --uuid "960d5635-b08b-4109-ab77-fd1dd74f959b" ^ --tariff 139 ^ --testapi "***" \ 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 d5f719878b..4dd900416d 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':'0c837706-d79e-4132-9cc4-ad7eab356c83','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':'43d06249-da5c-4e8c-94bf-b34596a4e9d0','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 626e2566ee..1efeacde58 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':'0c837706-d79e-4132-9cc4-ad7eab356c83','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':'43d06249-da5c-4e8c-94bf-b34596a4e9d0','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/CreatePrealert/bash.txt b/docs/en/cli/cdek/CreatePrealert/bash.txt index 6df8eac8ef..d6d638b29b 100644 --- a/docs/en/cli/cdek/CreatePrealert/bash.txt +++ b/docs/en/cli/cdek/CreatePrealert/bash.txt @@ -1,6 +1,6 @@ oint cdek CreatePrealert \ --token "***" \ - --uuids "9c2cee63-75de-4747-a962-de69a9966a9b" \ - --date "2025-04-07T16:26:19.3027533" \ + --uuids "960d5635-b08b-4109-ab77-fd1dd74f959b" \ + --date "2025-05-02T16:37:42.7633331" \ --point "NSK27" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreatePrealert/bat.txt b/docs/en/cli/cdek/CreatePrealert/bat.txt index bb205d3d7b..da78252418 100644 --- a/docs/en/cli/cdek/CreatePrealert/bat.txt +++ b/docs/en/cli/cdek/CreatePrealert/bat.txt @@ -1,6 +1,6 @@ oint cdek CreatePrealert ^ --token "***" ^ - --uuids "9c2cee63-75de-4747-a962-de69a9966a9b" ^ - --date "2025-04-07T16:26:19.3027533" ^ + --uuids "960d5635-b08b-4109-ab77-fd1dd74f959b" ^ + --date "2025-05-02T16:37:42.7633331" ^ --point "NSK27" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateReceipt/bash.txt b/docs/en/cli/cdek/CreateReceipt/bash.txt index 0c5cf8e57c..88a2f2eb97 100644 --- a/docs/en/cli/cdek/CreateReceipt/bash.txt +++ b/docs/en/cli/cdek/CreateReceipt/bash.txt @@ -1,6 +1,6 @@ oint cdek CreateReceipt \ --token "***" \ - --uuids "9c2cee63-75de-4747-a962-de69a9966a9b" \ + --uuids "960d5635-b08b-4109-ab77-fd1dd74f959b" \ --type "tpl_russia" \ --count 1 \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateReceipt/bat.txt b/docs/en/cli/cdek/CreateReceipt/bat.txt index f88245c936..a637889e70 100644 --- a/docs/en/cli/cdek/CreateReceipt/bat.txt +++ b/docs/en/cli/cdek/CreateReceipt/bat.txt @@ -1,6 +1,6 @@ oint cdek CreateReceipt ^ --token "***" ^ - --uuids "9c2cee63-75de-4747-a962-de69a9966a9b" ^ + --uuids "960d5635-b08b-4109-ab77-fd1dd74f959b" ^ --type "tpl_russia" ^ --count 1 ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateRefusal/bash.txt b/docs/en/cli/cdek/CreateRefusal/bash.txt index 5e1ddf7e96..8ed7958df7 100644 --- a/docs/en/cli/cdek/CreateRefusal/bash.txt +++ b/docs/en/cli/cdek/CreateRefusal/bash.txt @@ -1,4 +1,4 @@ oint cdek CreateRefusal \ --token "***" \ - --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" \ + --uuid "960d5635-b08b-4109-ab77-fd1dd74f959b" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateRefusal/bat.txt b/docs/en/cli/cdek/CreateRefusal/bat.txt index fecf5733b0..120b871981 100644 --- a/docs/en/cli/cdek/CreateRefusal/bat.txt +++ b/docs/en/cli/cdek/CreateRefusal/bat.txt @@ -1,4 +1,4 @@ oint cdek CreateRefusal ^ --token "***" ^ - --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" ^ + --uuid "960d5635-b08b-4109-ab77-fd1dd74f959b" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt b/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt index b7bf3bbb46..9d2a619902 100644 --- a/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt +++ b/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt @@ -1,4 +1,4 @@ oint cdek DeleteCourierInvitation \ --token "***" \ - --uuid "72753031-0d38-4316-b81f-a0d18de51674" \ + --uuid "72753031-5862-4169-815d-847f48a639f2" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt b/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt index f61b1fb58e..83a0070ded 100644 --- a/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt +++ b/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt @@ -1,4 +1,4 @@ oint cdek DeleteCourierInvitation ^ --token "***" ^ - --uuid "72753031-0d38-4316-b81f-a0d18de51674" ^ + --uuid "72753031-5862-4169-815d-847f48a639f2" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/DeleteOrder/bash.txt b/docs/en/cli/cdek/DeleteOrder/bash.txt index 2ee23c6bb1..42f0df4bfc 100644 --- a/docs/en/cli/cdek/DeleteOrder/bash.txt +++ b/docs/en/cli/cdek/DeleteOrder/bash.txt @@ -1,4 +1,4 @@ oint cdek DeleteOrder \ --token "***" \ - --uuid "bd852571-bf06-4d64-88d4-61b922166bc2" \ + --uuid "2ade19a9-fd8c-4c64-80b1-423dc8a55a93" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/DeleteOrder/bat.txt b/docs/en/cli/cdek/DeleteOrder/bat.txt index 1bda677726..ead3d2de8d 100644 --- a/docs/en/cli/cdek/DeleteOrder/bat.txt +++ b/docs/en/cli/cdek/DeleteOrder/bat.txt @@ -1,4 +1,4 @@ oint cdek DeleteOrder ^ --token "***" ^ - --uuid "bd852571-bf06-4d64-88d4-61b922166bc2" ^ + --uuid "2ade19a9-fd8c-4c64-80b1-423dc8a55a93" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt index be761eab3d..85d3357be0 100644 --- a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt +++ b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt @@ -1,4 +1,4 @@ oint cdek GetAvailableDeliveryIntervals \ --token "***" \ - --uuid "bd852571-bf06-4d64-88d4-61b922166bc2" \ + --uuid "2ade19a9-fd8c-4c64-80b1-423dc8a55a93" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt index 6384f8412a..8a0690a395 100644 --- a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt +++ b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt @@ -1,4 +1,4 @@ oint cdek GetAvailableDeliveryIntervals ^ --token "***" ^ - --uuid "bd852571-bf06-4d64-88d4-61b922166bc2" ^ + --uuid "2ade19a9-fd8c-4c64-80b1-423dc8a55a93" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetBarcode/bash.txt b/docs/en/cli/cdek/GetBarcode/bash.txt index 68a90b0d80..01fa47241b 100644 --- a/docs/en/cli/cdek/GetBarcode/bash.txt +++ b/docs/en/cli/cdek/GetBarcode/bash.txt @@ -1,6 +1,6 @@ oint cdek GetBarcode \ --token "***" \ - --uuid "72753031-0d68-4056-84f1-11cd115e7234" \ + --uuid "72753031-9c97-4697-b055-05a06fd47c70" \ --getfile true \ --testapi "***" \ - --out "C:\Users\Administrator\AppData\Local\Temp\uwxzjqkwna1.pdf" \ No newline at end of file + --out "C:\Users\Administrator\AppData\Local\Temp\svfj1lkswrs.pdf" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetBarcode/bat.txt b/docs/en/cli/cdek/GetBarcode/bat.txt index b120213edb..9c9f6f7eff 100644 --- a/docs/en/cli/cdek/GetBarcode/bat.txt +++ b/docs/en/cli/cdek/GetBarcode/bat.txt @@ -1,6 +1,6 @@ oint cdek GetBarcode ^ --token "***" ^ - --uuid "72753031-0d68-4056-84f1-11cd115e7234" ^ + --uuid "72753031-9c97-4697-b055-05a06fd47c70" ^ --getfile true ^ --testapi "***" ^ - --out "C:\Users\Administrator\AppData\Local\Temp\uwxzjqkwna1.pdf" \ No newline at end of file + --out "C:\Users\Administrator\AppData\Local\Temp\svfj1lkswrs.pdf" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetCashboxCheck/bash.txt b/docs/en/cli/cdek/GetCashboxCheck/bash.txt index cc2cac9e9c..99ba8eeb95 100644 --- a/docs/en/cli/cdek/GetCashboxCheck/bash.txt +++ b/docs/en/cli/cdek/GetCashboxCheck/bash.txt @@ -1,4 +1,4 @@ oint cdek GetCashboxCheck \ --token "***" \ - --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" \ + --uuid "960d5635-b08b-4109-ab77-fd1dd74f959b" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetCashboxCheck/bat.txt b/docs/en/cli/cdek/GetCashboxCheck/bat.txt index 35931c727a..ac821d0749 100644 --- a/docs/en/cli/cdek/GetCashboxCheck/bat.txt +++ b/docs/en/cli/cdek/GetCashboxCheck/bat.txt @@ -1,4 +1,4 @@ oint cdek GetCashboxCheck ^ --token "***" ^ - --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" ^ + --uuid "960d5635-b08b-4109-ab77-fd1dd74f959b" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetCashboxChecksByDate/bash.txt b/docs/en/cli/cdek/GetCashboxChecksByDate/bash.txt index 7f840453ef..b87545141b 100644 --- a/docs/en/cli/cdek/GetCashboxChecksByDate/bash.txt +++ b/docs/en/cli/cdek/GetCashboxChecksByDate/bash.txt @@ -1,4 +1,4 @@ oint cdek GetCashboxChecksByDate \ --token "***" \ - --date "2025-04-06T16:25:30.2294656" \ + --date "2025-05-01T16:36:55.1896944" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetCashboxChecksByDate/bat.txt b/docs/en/cli/cdek/GetCashboxChecksByDate/bat.txt index c16d2af9c9..a6d391c1ff 100644 --- a/docs/en/cli/cdek/GetCashboxChecksByDate/bat.txt +++ b/docs/en/cli/cdek/GetCashboxChecksByDate/bat.txt @@ -1,4 +1,4 @@ oint cdek GetCashboxChecksByDate ^ --token "***" ^ - --date "2025-04-06T16:25:30.2294656" ^ + --date "2025-05-01T16:36:55.1896944" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetCourierInvitation/bash.txt b/docs/en/cli/cdek/GetCourierInvitation/bash.txt index 5260b20dc4..27a1591884 100644 --- a/docs/en/cli/cdek/GetCourierInvitation/bash.txt +++ b/docs/en/cli/cdek/GetCourierInvitation/bash.txt @@ -1,4 +1,4 @@ oint cdek GetCourierInvitation \ --token "***" \ - --uuid "72753031-0d38-4316-b81f-a0d18de51674" \ + --uuid "72753031-5862-4169-815d-847f48a639f2" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetCourierInvitation/bat.txt b/docs/en/cli/cdek/GetCourierInvitation/bat.txt index 10b9c0a445..6b8c709507 100644 --- a/docs/en/cli/cdek/GetCourierInvitation/bat.txt +++ b/docs/en/cli/cdek/GetCourierInvitation/bat.txt @@ -1,4 +1,4 @@ oint cdek GetCourierInvitation ^ --token "***" ^ - --uuid "72753031-0d38-4316-b81f-a0d18de51674" ^ + --uuid "72753031-5862-4169-815d-847f48a639f2" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt b/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt index 52062576f2..04f83d8f8e 100644 --- a/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt +++ b/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt @@ -1,4 +1,4 @@ oint cdek GetDeliveryAppointment \ --token "***" \ - --uuid "72753031-4532-4e94-a49c-8c1db72ede54" \ + --uuid "72753031-3212-47ab-b51e-078883a24f5c" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt b/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt index 4786b8871c..7ecf86ad06 100644 --- a/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt +++ b/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt @@ -1,4 +1,4 @@ oint cdek GetDeliveryAppointment ^ --token "***" ^ - --uuid "72753031-4532-4e94-a49c-8c1db72ede54" ^ + --uuid "72753031-3212-47ab-b51e-078883a24f5c" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetDeliveryCashRegistry/bash.txt b/docs/en/cli/cdek/GetDeliveryCashRegistry/bash.txt index 59f69aa50b..87147c80f6 100644 --- a/docs/en/cli/cdek/GetDeliveryCashRegistry/bash.txt +++ b/docs/en/cli/cdek/GetDeliveryCashRegistry/bash.txt @@ -1,4 +1,4 @@ oint cdek GetDeliveryCashRegistry \ --token "***" \ - --date "2025-04-06T16:25:31.8094712" \ + --date "2025-05-01T16:36:56.7985625" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetDeliveryCashRegistry/bat.txt b/docs/en/cli/cdek/GetDeliveryCashRegistry/bat.txt index 76aadc762e..7428ec28cb 100644 --- a/docs/en/cli/cdek/GetDeliveryCashRegistry/bat.txt +++ b/docs/en/cli/cdek/GetDeliveryCashRegistry/bat.txt @@ -1,4 +1,4 @@ oint cdek GetDeliveryCashRegistry ^ --token "***" ^ - --date "2025-04-06T16:25:31.8094712" ^ + --date "2025-05-01T16:36:56.7985625" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetDeliveryCashTransfers/bash.txt b/docs/en/cli/cdek/GetDeliveryCashTransfers/bash.txt index 2d2040f2c1..c0f2979650 100644 --- a/docs/en/cli/cdek/GetDeliveryCashTransfers/bash.txt +++ b/docs/en/cli/cdek/GetDeliveryCashTransfers/bash.txt @@ -1,4 +1,4 @@ oint cdek GetDeliveryCashTransfers \ --token "***" \ - --date "2025-04-06T16:25:33.5503448" \ + --date "2025-05-01T16:36:58.3000081" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetDeliveryCashTransfers/bat.txt b/docs/en/cli/cdek/GetDeliveryCashTransfers/bat.txt index cb7e18de5b..b6accf5e15 100644 --- a/docs/en/cli/cdek/GetDeliveryCashTransfers/bat.txt +++ b/docs/en/cli/cdek/GetDeliveryCashTransfers/bat.txt @@ -1,4 +1,4 @@ oint cdek GetDeliveryCashTransfers ^ --token "***" ^ - --date "2025-04-06T16:25:33.5503448" ^ + --date "2025-05-01T16:36:58.3000081" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetOrder/bash.txt b/docs/en/cli/cdek/GetOrder/bash.txt index dff3f87ec4..a5fc297806 100644 --- a/docs/en/cli/cdek/GetOrder/bash.txt +++ b/docs/en/cli/cdek/GetOrder/bash.txt @@ -1,4 +1,4 @@ oint cdek GetOrder \ --token "***" \ - --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" \ + --uuid "960d5635-b08b-4109-ab77-fd1dd74f959b" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetOrder/bat.txt b/docs/en/cli/cdek/GetOrder/bat.txt index 9ad85fff5b..9a10539ed6 100644 --- a/docs/en/cli/cdek/GetOrder/bat.txt +++ b/docs/en/cli/cdek/GetOrder/bat.txt @@ -1,4 +1,4 @@ oint cdek GetOrder ^ --token "***" ^ - --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" ^ + --uuid "960d5635-b08b-4109-ab77-fd1dd74f959b" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetOrderByNumber/bash.txt b/docs/en/cli/cdek/GetOrderByNumber/bash.txt index 025137b6d1..90e2ec0db9 100644 --- a/docs/en/cli/cdek/GetOrderByNumber/bash.txt +++ b/docs/en/cli/cdek/GetOrderByNumber/bash.txt @@ -1,5 +1,5 @@ oint cdek GetOrderByNumber \ --token "***" \ - --number "713153a1-212d-4a83-aadd-7567ab5f2935" \ + --number "0d70f0c0-67ae-442e-8eb0-e7b4170c0f9e" \ --internal true \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetOrderByNumber/bat.txt b/docs/en/cli/cdek/GetOrderByNumber/bat.txt index 037b8837e3..b8d713ed02 100644 --- a/docs/en/cli/cdek/GetOrderByNumber/bat.txt +++ b/docs/en/cli/cdek/GetOrderByNumber/bat.txt @@ -1,5 +1,5 @@ oint cdek GetOrderByNumber ^ --token "***" ^ - --number "713153a1-212d-4a83-aadd-7567ab5f2935" ^ + --number "0d70f0c0-67ae-442e-8eb0-e7b4170c0f9e" ^ --internal true ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetPassportDataStatus/bash.txt b/docs/en/cli/cdek/GetPassportDataStatus/bash.txt index 520bba5221..5501e9dcb0 100644 --- a/docs/en/cli/cdek/GetPassportDataStatus/bash.txt +++ b/docs/en/cli/cdek/GetPassportDataStatus/bash.txt @@ -1,4 +1,4 @@ oint cdek GetPassportDataStatus \ --token "***" \ - --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" \ + --uuid "960d5635-b08b-4109-ab77-fd1dd74f959b" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetPassportDataStatus/bat.txt b/docs/en/cli/cdek/GetPassportDataStatus/bat.txt index e03e77d50b..eb3ff10411 100644 --- a/docs/en/cli/cdek/GetPassportDataStatus/bat.txt +++ b/docs/en/cli/cdek/GetPassportDataStatus/bat.txt @@ -1,4 +1,4 @@ oint cdek GetPassportDataStatus ^ --token "***" ^ - --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" ^ + --uuid "960d5635-b08b-4109-ab77-fd1dd74f959b" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetPrealert/bash.txt b/docs/en/cli/cdek/GetPrealert/bash.txt index 808051838b..42d79d6c12 100644 --- a/docs/en/cli/cdek/GetPrealert/bash.txt +++ b/docs/en/cli/cdek/GetPrealert/bash.txt @@ -1,4 +1,4 @@ oint cdek GetPrealert \ --token "***" \ - --uuid "72753031-2cee-40ae-ac9c-9ace663f2c79" \ + --uuid "72753031-e15d-4901-bd4b-63d2a4100a03" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetPrealert/bat.txt b/docs/en/cli/cdek/GetPrealert/bat.txt index 07aa83b21f..44d953ef77 100644 --- a/docs/en/cli/cdek/GetPrealert/bat.txt +++ b/docs/en/cli/cdek/GetPrealert/bat.txt @@ -1,4 +1,4 @@ oint cdek GetPrealert ^ --token "***" ^ - --uuid "72753031-2cee-40ae-ac9c-9ace663f2c79" ^ + --uuid "72753031-e15d-4901-bd4b-63d2a4100a03" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetReceipt/bash.txt b/docs/en/cli/cdek/GetReceipt/bash.txt index bcbbf132ed..d668e8285b 100644 --- a/docs/en/cli/cdek/GetReceipt/bash.txt +++ b/docs/en/cli/cdek/GetReceipt/bash.txt @@ -1,6 +1,6 @@ oint cdek GetReceipt \ --token "***" \ - --uuid "72753031-fbac-42fc-a12f-fe8afc3706e1" \ + --uuid "72753031-12f6-484b-b3be-9a39e4ee48fc" \ --getfile true \ --testapi "***" \ - --out "C:\Users\Administrator\AppData\Local\Temp\dustjuhpmgb.pdf" \ No newline at end of file + --out "C:\Users\Administrator\AppData\Local\Temp\tbbesk0hi3q.pdf" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetReceipt/bat.txt b/docs/en/cli/cdek/GetReceipt/bat.txt index 9c4cb82e59..525810b1b8 100644 --- a/docs/en/cli/cdek/GetReceipt/bat.txt +++ b/docs/en/cli/cdek/GetReceipt/bat.txt @@ -1,6 +1,6 @@ oint cdek GetReceipt ^ --token "***" ^ - --uuid "72753031-fbac-42fc-a12f-fe8afc3706e1" ^ + --uuid "72753031-12f6-484b-b3be-9a39e4ee48fc" ^ --getfile true ^ --testapi "***" ^ - --out "C:\Users\Administrator\AppData\Local\Temp\dustjuhpmgb.pdf" \ No newline at end of file + --out "C:\Users\Administrator\AppData\Local\Temp\tbbesk0hi3q.pdf" \ No newline at end of file diff --git a/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt b/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt index 9f0fd312ff..417a6d0d85 100644 --- a/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt +++ b/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt @@ -2,5 +2,5 @@ oint cdek RegisterDeliveryAppointment \ --token "***" \ - --appt "{'cdek_number':'1106207236','order_uuid':'bd852571-bf06-4d64-88d4-61b922166bc2','date':'2025-04-21','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" \ + --appt "{'cdek_number':'1106207236','order_uuid':'2ade19a9-fd8c-4c64-80b1-423dc8a55a93','date':'2025-05-15','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt b/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt index d2ba1be0d7..2715bd860b 100644 --- a/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt +++ b/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt @@ -2,5 +2,5 @@ oint cdek RegisterDeliveryAppointment ^ --token "***" ^ - --appt "{'cdek_number':'1106207236','order_uuid':'bd852571-bf06-4d64-88d4-61b922166bc2','date':'2025-04-21','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" ^ + --appt "{'cdek_number':'1106207236','order_uuid':'2ade19a9-fd8c-4c64-80b1-423dc8a55a93','date':'2025-05-15','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/UpdateOrder/bash.txt b/docs/en/cli/cdek/UpdateOrder/bash.txt index 140088cb4d..0c6b57a8ac 100644 --- a/docs/en/cli/cdek/UpdateOrder/bash.txt +++ b/docs/en/cli/cdek/UpdateOrder/bash.txt @@ -2,6 +2,6 @@ oint cdek UpdateOrder \ --token "***" \ - --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" \ + --uuid "960d5635-b08b-4109-ab77-fd1dd74f959b" \ --order "{'comment':'NewComment'}" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/UpdateOrder/bat.txt b/docs/en/cli/cdek/UpdateOrder/bat.txt index e3267c6b89..029b99268d 100644 --- a/docs/en/cli/cdek/UpdateOrder/bat.txt +++ b/docs/en/cli/cdek/UpdateOrder/bat.txt @@ -2,6 +2,6 @@ oint cdek UpdateOrder ^ --token "***" ^ - --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" ^ + --uuid "960d5635-b08b-4109-ab77-fd1dd74f959b" ^ --order "{'comment':'NewComment'}" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/dropbox/AddUsersToFolder/bash.txt b/docs/en/cli/dropbox/AddUsersToFolder/bash.txt index 85223f92fe..db1d265d13 100644 --- a/docs/en/cli/dropbox/AddUsersToFolder/bash.txt +++ b/docs/en/cli/dropbox/AddUsersToFolder/bash.txt @@ -1,5 +1,5 @@ oint dropbox AddUsersToFolder \ --token "***" \ - --folder "12121769731" \ + --folder "12359470547" \ --emails "['h5bk6ft62s@privaterelay.appleid.com']" \ --readonly true \ No newline at end of file diff --git a/docs/en/cli/dropbox/AddUsersToFolder/bat.txt b/docs/en/cli/dropbox/AddUsersToFolder/bat.txt index b2a39facc6..5b0b68fc2e 100644 --- a/docs/en/cli/dropbox/AddUsersToFolder/bat.txt +++ b/docs/en/cli/dropbox/AddUsersToFolder/bat.txt @@ -1,5 +1,5 @@ oint dropbox AddUsersToFolder ^ --token "***" ^ - --folder "12121769731" ^ + --folder "12359470547" ^ --emails "['h5bk6ft62s@privaterelay.appleid.com']" ^ --readonly true \ No newline at end of file diff --git a/docs/en/cli/dropbox/CancelFolderPublication/bash.txt b/docs/en/cli/dropbox/CancelFolderPublication/bash.txt index b151c8bc3e..ed19e90458 100644 --- a/docs/en/cli/dropbox/CancelFolderPublication/bash.txt +++ b/docs/en/cli/dropbox/CancelFolderPublication/bash.txt @@ -1,3 +1,3 @@ oint dropbox CancelFolderPublication \ --token "***" \ - --folder "12121769731" \ No newline at end of file + --folder "12359470547" \ No newline at end of file diff --git a/docs/en/cli/dropbox/CancelFolderPublication/bat.txt b/docs/en/cli/dropbox/CancelFolderPublication/bat.txt index 67aa3849cc..ba7af1365d 100644 --- a/docs/en/cli/dropbox/CancelFolderPublication/bat.txt +++ b/docs/en/cli/dropbox/CancelFolderPublication/bat.txt @@ -1,3 +1,3 @@ oint dropbox CancelFolderPublication ^ --token "***" ^ - --folder "12121769731" \ No newline at end of file + --folder "12359470547" \ No newline at end of file diff --git a/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bash.txt b/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bash.txt index 57ffe54d61..64b4170e32 100644 --- a/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bash.txt +++ b/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bash.txt @@ -1,3 +1,3 @@ oint dropbox GetAsynchronousChangeStatus \ --token "***" \ - --job "dbjid:AADdBBMqvFaoukjF8YwVpLJ1MT5dD6-KxKzHBtTQEzT0XQopuIoUm9UtwqttdiAIy79hp-QswCHCB0TtnUMDO9qV" \ No newline at end of file + --job "dbjid:AADaq6kgGZ53cO7BMBm1ro94tm4K8Ui1Fy0WTy31Xu_nPASCpKjE41ddDpxRQFObhbnHKB3NWafQxGPPSNT_PUKz" \ No newline at end of file diff --git a/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bat.txt b/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bat.txt index f3fd57e7bc..4aa97ed2d2 100644 --- a/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bat.txt +++ b/docs/en/cli/dropbox/GetAsynchronousChangeStatus/bat.txt @@ -1,3 +1,3 @@ oint dropbox GetAsynchronousChangeStatus ^ --token "***" ^ - --job "dbjid:AADdBBMqvFaoukjF8YwVpLJ1MT5dD6-KxKzHBtTQEzT0XQopuIoUm9UtwqttdiAIy79hp-QswCHCB0TtnUMDO9qV" \ No newline at end of file + --job "dbjid:AADaq6kgGZ53cO7BMBm1ro94tm4K8Ui1Fy0WTy31Xu_nPASCpKjE41ddDpxRQFObhbnHKB3NWafQxGPPSNT_PUKz" \ No newline at end of file diff --git a/docs/en/cli/dropbox/GetUploadStatusByURL/bash.txt b/docs/en/cli/dropbox/GetUploadStatusByURL/bash.txt index 2034faeae5..7b1a0b83ae 100644 --- a/docs/en/cli/dropbox/GetUploadStatusByURL/bash.txt +++ b/docs/en/cli/dropbox/GetUploadStatusByURL/bash.txt @@ -1,3 +1,3 @@ oint dropbox GetUploadStatusByURL \ --token "***" \ - --job "r4HvovOzgYQAAAAAAAAAAQ" \ No newline at end of file + --job "_xsE6a5y2CAAAAAAAAAAAQ" \ No newline at end of file diff --git a/docs/en/cli/dropbox/GetUploadStatusByURL/bat.txt b/docs/en/cli/dropbox/GetUploadStatusByURL/bat.txt index 3e040d4801..978271cef8 100644 --- a/docs/en/cli/dropbox/GetUploadStatusByURL/bat.txt +++ b/docs/en/cli/dropbox/GetUploadStatusByURL/bat.txt @@ -1,3 +1,3 @@ oint dropbox GetUploadStatusByURL ^ --token "***" ^ - --job "r4HvovOzgYQAAAAAAAAAAQ" \ No newline at end of file + --job "_xsE6a5y2CAAAAAAAAAAAQ" \ No newline at end of file diff --git a/docs/en/cli/dropbox/RestoreObjectToVersion/bash.txt b/docs/en/cli/dropbox/RestoreObjectToVersion/bash.txt index 3a0a87567c..0fd49d7a9f 100644 --- a/docs/en/cli/dropbox/RestoreObjectToVersion/bash.txt +++ b/docs/en/cli/dropbox/RestoreObjectToVersion/bash.txt @@ -1,4 +1,4 @@ oint dropbox RestoreObjectToVersion \ --token "***" \ --path "/New/pic.png" \ - --rev "6321bc071f5d7bd841553" \ No newline at end of file + --rev "63412d26be24bbd841553" \ No newline at end of file diff --git a/docs/en/cli/dropbox/RestoreObjectToVersion/bat.txt b/docs/en/cli/dropbox/RestoreObjectToVersion/bat.txt index 91d1a7c6c7..abf6e92de3 100644 --- a/docs/en/cli/dropbox/RestoreObjectToVersion/bat.txt +++ b/docs/en/cli/dropbox/RestoreObjectToVersion/bat.txt @@ -1,4 +1,4 @@ oint dropbox RestoreObjectToVersion ^ --token "***" ^ --path "/New/pic.png" ^ - --rev "6321bc071f5d7bd841553" \ No newline at end of file + --rev "63412d26be24bbd841553" \ 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 53068c420b..bd97e9655b 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\qv5owopt5sm.png" \ + --file "C:\Users\Administrator\AppData\Local\Temp\urxhfmior4e.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 98c08c31b5..14c4c998e9 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\qv5owopt5sm.png" ^ + --file "C:\Users\Administrator\AppData\Local\Temp\urxhfmior4e.png" ^ --path "/New/pic.png" ^ --overwrite true \ No newline at end of file diff --git a/docs/en/cli/gcalendar/AddCalendarToList/bash.txt b/docs/en/cli/gcalendar/AddCalendarToList/bash.txt index 898fda666f..b52832c208 100644 --- a/docs/en/cli/gcalendar/AddCalendarToList/bash.txt +++ b/docs/en/cli/gcalendar/AddCalendarToList/bash.txt @@ -1,3 +1,3 @@ oint gcalendar AddCalendarToList \ --token "***" \ - --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@group.calendar.google.com" \ No newline at end of file + --calendar "9a5b22d26dd80f7b224f2d7ddf281550bad38d9666192b22e2f660467fd96b64@group.calendar.google.com" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/AddCalendarToList/bat.txt b/docs/en/cli/gcalendar/AddCalendarToList/bat.txt index 1dcb66b65e..ede9411199 100644 --- a/docs/en/cli/gcalendar/AddCalendarToList/bat.txt +++ b/docs/en/cli/gcalendar/AddCalendarToList/bat.txt @@ -1,3 +1,3 @@ oint gcalendar AddCalendarToList ^ --token "***" ^ - --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@group.calendar.google.com" \ No newline at end of file + --calendar "9a5b22d26dd80f7b224f2d7ddf281550bad38d9666192b22e2f660467fd96b64@group.calendar.google.com" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/CreateEvent/bash.txt b/docs/en/cli/gcalendar/CreateEvent/bash.txt index 46b9a5292b..9fe4081ce8 100644 --- a/docs/en/cli/gcalendar/CreateEvent/bash.txt +++ b/docs/en/cli/gcalendar/CreateEvent/bash.txt @@ -2,5 +2,5 @@ oint gcalendar CreateEvent \ --token "***" \ - --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" \ - --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-04-06T15:56:39.049547Z','EndDate':'2025-04-06T16:56:39.049547Z','ArrayOfAttachmentURLs':{'Image1':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','Image2':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'},'SendNotifications':true}" \ No newline at end of file + --calendar "bfa0b9aa4a90d293f608bc1788add444ad5d39b30dff980aebd7701e4d57a3dc@group.calendar.google.com" \ + --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-05-01T16:07:28.1894972Z','EndDate':'2025-05-01T17:07:28.1894972Z','ArrayOfAttachmentURLs':{'Image1':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','Image2':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'},'SendNotifications':true}" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/CreateEvent/bat.txt b/docs/en/cli/gcalendar/CreateEvent/bat.txt index aa2b9ea6ba..caffc922b0 100644 --- a/docs/en/cli/gcalendar/CreateEvent/bat.txt +++ b/docs/en/cli/gcalendar/CreateEvent/bat.txt @@ -2,5 +2,5 @@ oint gcalendar CreateEvent ^ --token "***" ^ - --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" ^ - --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-04-06T15:56:39.049547Z','EndDate':'2025-04-06T16:56:39.049547Z','ArrayOfAttachmentURLs':{'Image1':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','Image2':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'},'SendNotifications':true}" \ No newline at end of file + --calendar "bfa0b9aa4a90d293f608bc1788add444ad5d39b30dff980aebd7701e4d57a3dc@group.calendar.google.com" ^ + --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-05-01T16:07:28.1894972Z','EndDate':'2025-05-01T17:07:28.1894972Z','ArrayOfAttachmentURLs':{'Image1':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','Image2':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'},'SendNotifications':true}" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/DeleteCalendar/bash.txt b/docs/en/cli/gcalendar/DeleteCalendar/bash.txt index 619bd557f8..519f86bfc6 100644 --- a/docs/en/cli/gcalendar/DeleteCalendar/bash.txt +++ b/docs/en/cli/gcalendar/DeleteCalendar/bash.txt @@ -1,3 +1,3 @@ oint gcalendar DeleteCalendar \ --token "***" \ - --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" \ No newline at end of file + --calendar "bfa0b9aa4a90d293f608bc1788add444ad5d39b30dff980aebd7701e4d57a3dc@group.calendar.google.com" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/DeleteCalendar/bat.txt b/docs/en/cli/gcalendar/DeleteCalendar/bat.txt index 4f38b0b145..94d8850c51 100644 --- a/docs/en/cli/gcalendar/DeleteCalendar/bat.txt +++ b/docs/en/cli/gcalendar/DeleteCalendar/bat.txt @@ -1,3 +1,3 @@ oint gcalendar DeleteCalendar ^ --token "***" ^ - --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" \ No newline at end of file + --calendar "bfa0b9aa4a90d293f608bc1788add444ad5d39b30dff980aebd7701e4d57a3dc@group.calendar.google.com" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/DeleteCalendarFromList/bash.txt b/docs/en/cli/gcalendar/DeleteCalendarFromList/bash.txt index 430dc4438c..6f3432c0a7 100644 --- a/docs/en/cli/gcalendar/DeleteCalendarFromList/bash.txt +++ b/docs/en/cli/gcalendar/DeleteCalendarFromList/bash.txt @@ -1,3 +1,3 @@ oint gcalendar DeleteCalendarFromList \ --token "***" \ - --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@group.calendar.google.com" \ No newline at end of file + --calendar "9a5b22d26dd80f7b224f2d7ddf281550bad38d9666192b22e2f660467fd96b64@group.calendar.google.com" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/DeleteCalendarFromList/bat.txt b/docs/en/cli/gcalendar/DeleteCalendarFromList/bat.txt index 5fbad73994..1b656e991e 100644 --- a/docs/en/cli/gcalendar/DeleteCalendarFromList/bat.txt +++ b/docs/en/cli/gcalendar/DeleteCalendarFromList/bat.txt @@ -1,3 +1,3 @@ oint gcalendar DeleteCalendarFromList ^ --token "***" ^ - --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@group.calendar.google.com" \ No newline at end of file + --calendar "9a5b22d26dd80f7b224f2d7ddf281550bad38d9666192b22e2f660467fd96b64@group.calendar.google.com" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/DeleteEvent/bash.txt b/docs/en/cli/gcalendar/DeleteEvent/bash.txt index ae052d0e21..c88b57a7b8 100644 --- a/docs/en/cli/gcalendar/DeleteEvent/bash.txt +++ b/docs/en/cli/gcalendar/DeleteEvent/bash.txt @@ -1,4 +1,4 @@ oint gcalendar DeleteEvent \ --token "***" \ - --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" \ - --event "g9i3e9baijrbirj5ue7ah4d0kg" \ No newline at end of file + --calendar "bfa0b9aa4a90d293f608bc1788add444ad5d39b30dff980aebd7701e4d57a3dc@group.calendar.google.com" \ + --event "huecma4e0g3ghu3het0neqa2d0" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/DeleteEvent/bat.txt b/docs/en/cli/gcalendar/DeleteEvent/bat.txt index ffe3bd91b5..fbdf5f5dd2 100644 --- a/docs/en/cli/gcalendar/DeleteEvent/bat.txt +++ b/docs/en/cli/gcalendar/DeleteEvent/bat.txt @@ -1,4 +1,4 @@ oint gcalendar DeleteEvent ^ --token "***" ^ - --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" ^ - --event "g9i3e9baijrbirj5ue7ah4d0kg" \ No newline at end of file + --calendar "bfa0b9aa4a90d293f608bc1788add444ad5d39b30dff980aebd7701e4d57a3dc@group.calendar.google.com" ^ + --event "huecma4e0g3ghu3het0neqa2d0" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/EditCalendarMetadata/bash.txt b/docs/en/cli/gcalendar/EditCalendarMetadata/bash.txt index 22da22717e..58cfa1bb60 100644 --- a/docs/en/cli/gcalendar/EditCalendarMetadata/bash.txt +++ b/docs/en/cli/gcalendar/EditCalendarMetadata/bash.txt @@ -1,5 +1,5 @@ oint gcalendar EditCalendarMetadata \ --token "***" \ - --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@group.calendar.google.com" \ + --calendar "9a5b22d26dd80f7b224f2d7ddf281550bad38d9666192b22e2f660467fd96b64@group.calendar.google.com" \ --title "New name" \ --description "New description" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/EditCalendarMetadata/bat.txt b/docs/en/cli/gcalendar/EditCalendarMetadata/bat.txt index be34a0a3bc..f875015a64 100644 --- a/docs/en/cli/gcalendar/EditCalendarMetadata/bat.txt +++ b/docs/en/cli/gcalendar/EditCalendarMetadata/bat.txt @@ -1,5 +1,5 @@ oint gcalendar EditCalendarMetadata ^ --token "***" ^ - --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@group.calendar.google.com" ^ + --calendar "9a5b22d26dd80f7b224f2d7ddf281550bad38d9666192b22e2f660467fd96b64@group.calendar.google.com" ^ --title "New name" ^ --description "New description" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/EditEvent/bash.txt b/docs/en/cli/gcalendar/EditEvent/bash.txt index 7f5b57c897..503f7bdd44 100644 --- a/docs/en/cli/gcalendar/EditEvent/bash.txt +++ b/docs/en/cli/gcalendar/EditEvent/bash.txt @@ -2,6 +2,6 @@ oint gcalendar EditEvent \ --token "***" \ - --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" \ + --calendar "bfa0b9aa4a90d293f608bc1788add444ad5d39b30dff980aebd7701e4d57a3dc@group.calendar.google.com" \ --props "{'Description':'New event description'}" \ - --event "g9i3e9baijrbirj5ue7ah4d0kg" \ No newline at end of file + --event "huecma4e0g3ghu3het0neqa2d0" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/EditEvent/bat.txt b/docs/en/cli/gcalendar/EditEvent/bat.txt index 46fc0a5137..88201e9da2 100644 --- a/docs/en/cli/gcalendar/EditEvent/bat.txt +++ b/docs/en/cli/gcalendar/EditEvent/bat.txt @@ -2,6 +2,6 @@ oint gcalendar EditEvent ^ --token "***" ^ - --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" ^ + --calendar "bfa0b9aa4a90d293f608bc1788add444ad5d39b30dff980aebd7701e4d57a3dc@group.calendar.google.com" ^ --props "{'Description':'New event description'}" ^ - --event "g9i3e9baijrbirj5ue7ah4d0kg" \ No newline at end of file + --event "huecma4e0g3ghu3het0neqa2d0" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/EditListCalendar/bash.txt b/docs/en/cli/gcalendar/EditListCalendar/bash.txt index b3598e1c7b..0fb280d1df 100644 --- a/docs/en/cli/gcalendar/EditListCalendar/bash.txt +++ b/docs/en/cli/gcalendar/EditListCalendar/bash.txt @@ -1,6 +1,6 @@ oint gcalendar EditListCalendar \ --token "***" \ - --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@group.calendar.google.com" \ + --calendar "9a5b22d26dd80f7b224f2d7ddf281550bad38d9666192b22e2f660467fd96b64@group.calendar.google.com" \ --primary "#000000" \ --secondary "#ffd800" \ --hidden false \ No newline at end of file diff --git a/docs/en/cli/gcalendar/EditListCalendar/bat.txt b/docs/en/cli/gcalendar/EditListCalendar/bat.txt index 3fd56d6527..eec39c94e9 100644 --- a/docs/en/cli/gcalendar/EditListCalendar/bat.txt +++ b/docs/en/cli/gcalendar/EditListCalendar/bat.txt @@ -1,6 +1,6 @@ oint gcalendar EditListCalendar ^ --token "***" ^ - --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@group.calendar.google.com" ^ + --calendar "9a5b22d26dd80f7b224f2d7ddf281550bad38d9666192b22e2f660467fd96b64@group.calendar.google.com" ^ --primary "#000000" ^ --secondary "#ffd800" ^ --hidden false \ No newline at end of file diff --git a/docs/en/cli/gcalendar/GetCalendarMetadata/bash.txt b/docs/en/cli/gcalendar/GetCalendarMetadata/bash.txt index a15ea9c82e..b18ef67213 100644 --- a/docs/en/cli/gcalendar/GetCalendarMetadata/bash.txt +++ b/docs/en/cli/gcalendar/GetCalendarMetadata/bash.txt @@ -1,3 +1,3 @@ oint gcalendar GetCalendarMetadata \ --token "***" \ - --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@group.calendar.google.com" \ No newline at end of file + --calendar "9a5b22d26dd80f7b224f2d7ddf281550bad38d9666192b22e2f660467fd96b64@group.calendar.google.com" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/GetCalendarMetadata/bat.txt b/docs/en/cli/gcalendar/GetCalendarMetadata/bat.txt index 56d994bd5f..8b7b9f7fc7 100644 --- a/docs/en/cli/gcalendar/GetCalendarMetadata/bat.txt +++ b/docs/en/cli/gcalendar/GetCalendarMetadata/bat.txt @@ -1,3 +1,3 @@ oint gcalendar GetCalendarMetadata ^ --token "***" ^ - --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@group.calendar.google.com" \ No newline at end of file + --calendar "9a5b22d26dd80f7b224f2d7ddf281550bad38d9666192b22e2f660467fd96b64@group.calendar.google.com" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/GetEvent/bash.txt b/docs/en/cli/gcalendar/GetEvent/bash.txt index ff15910741..83784392b3 100644 --- a/docs/en/cli/gcalendar/GetEvent/bash.txt +++ b/docs/en/cli/gcalendar/GetEvent/bash.txt @@ -1,4 +1,4 @@ oint gcalendar GetEvent \ --token "***" \ - --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" \ - --event "g9i3e9baijrbirj5ue7ah4d0kg" \ No newline at end of file + --calendar "bfa0b9aa4a90d293f608bc1788add444ad5d39b30dff980aebd7701e4d57a3dc@group.calendar.google.com" \ + --event "huecma4e0g3ghu3het0neqa2d0" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/GetEvent/bat.txt b/docs/en/cli/gcalendar/GetEvent/bat.txt index d4f925f38e..ce5e711b0c 100644 --- a/docs/en/cli/gcalendar/GetEvent/bat.txt +++ b/docs/en/cli/gcalendar/GetEvent/bat.txt @@ -1,4 +1,4 @@ oint gcalendar GetEvent ^ --token "***" ^ - --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" ^ - --event "g9i3e9baijrbirj5ue7ah4d0kg" \ No newline at end of file + --calendar "bfa0b9aa4a90d293f608bc1788add444ad5d39b30dff980aebd7701e4d57a3dc@group.calendar.google.com" ^ + --event "huecma4e0g3ghu3het0neqa2d0" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/GetEventList/bash.txt b/docs/en/cli/gcalendar/GetEventList/bash.txt index 98af0b6261..715b8accee 100644 --- a/docs/en/cli/gcalendar/GetEventList/bash.txt +++ b/docs/en/cli/gcalendar/GetEventList/bash.txt @@ -1,3 +1,3 @@ oint gcalendar GetEventList \ --token "***" \ - --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" \ No newline at end of file + --calendar "bfa0b9aa4a90d293f608bc1788add444ad5d39b30dff980aebd7701e4d57a3dc@group.calendar.google.com" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/GetEventList/bat.txt b/docs/en/cli/gcalendar/GetEventList/bat.txt index 91a4e9f655..6298c63bae 100644 --- a/docs/en/cli/gcalendar/GetEventList/bat.txt +++ b/docs/en/cli/gcalendar/GetEventList/bat.txt @@ -1,3 +1,3 @@ oint gcalendar GetEventList ^ --token "***" ^ - --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" \ No newline at end of file + --calendar "bfa0b9aa4a90d293f608bc1788add444ad5d39b30dff980aebd7701e4d57a3dc@group.calendar.google.com" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/GetListCalendar/bash.txt b/docs/en/cli/gcalendar/GetListCalendar/bash.txt index c4d83224da..73630154c9 100644 --- a/docs/en/cli/gcalendar/GetListCalendar/bash.txt +++ b/docs/en/cli/gcalendar/GetListCalendar/bash.txt @@ -1,3 +1,3 @@ oint gcalendar GetListCalendar \ --token "***" \ - --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@group.calendar.google.com" \ No newline at end of file + --calendar "9a5b22d26dd80f7b224f2d7ddf281550bad38d9666192b22e2f660467fd96b64@group.calendar.google.com" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/GetListCalendar/bat.txt b/docs/en/cli/gcalendar/GetListCalendar/bat.txt index 0cbefbae8f..7856c86c41 100644 --- a/docs/en/cli/gcalendar/GetListCalendar/bat.txt +++ b/docs/en/cli/gcalendar/GetListCalendar/bat.txt @@ -1,3 +1,3 @@ oint gcalendar GetListCalendar ^ --token "***" ^ - --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@group.calendar.google.com" \ No newline at end of file + --calendar "9a5b22d26dd80f7b224f2d7ddf281550bad38d9666192b22e2f660467fd96b64@group.calendar.google.com" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/MoveEvent/bash.txt b/docs/en/cli/gcalendar/MoveEvent/bash.txt index fd232242b8..79b4bdb174 100644 --- a/docs/en/cli/gcalendar/MoveEvent/bash.txt +++ b/docs/en/cli/gcalendar/MoveEvent/bash.txt @@ -1,5 +1,5 @@ oint gcalendar MoveEvent \ --token "***" \ - --from "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" \ + --from "bfa0b9aa4a90d293f608bc1788add444ad5d39b30dff980aebd7701e4d57a3dc@group.calendar.google.com" \ --to "bayselonarrend@gmail.com" \ - --event "g9i3e9baijrbirj5ue7ah4d0kg" \ No newline at end of file + --event "huecma4e0g3ghu3het0neqa2d0" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/MoveEvent/bat.txt b/docs/en/cli/gcalendar/MoveEvent/bat.txt index 3adfe42dd3..d336adabcf 100644 --- a/docs/en/cli/gcalendar/MoveEvent/bat.txt +++ b/docs/en/cli/gcalendar/MoveEvent/bat.txt @@ -1,5 +1,5 @@ oint gcalendar MoveEvent ^ --token "***" ^ - --from "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" ^ + --from "bfa0b9aa4a90d293f608bc1788add444ad5d39b30dff980aebd7701e4d57a3dc@group.calendar.google.com" ^ --to "bayselonarrend@gmail.com" ^ - --event "g9i3e9baijrbirj5ue7ah4d0kg" \ No newline at end of file + --event "huecma4e0g3ghu3het0neqa2d0" \ No newline at end of file diff --git a/docs/en/cli/gdrive/CopyObject/bash.txt b/docs/en/cli/gdrive/CopyObject/bash.txt index 28ba8acc85..7c280f7a80 100644 --- a/docs/en/cli/gdrive/CopyObject/bash.txt +++ b/docs/en/cli/gdrive/CopyObject/bash.txt @@ -1,5 +1,5 @@ oint gdrive CopyObject \ --token "***" \ - --object "1jzV6Bm86Q6kmJhHY20uo7M-l76kYLx-c" \ + --object "17mRmuTKqO23zMKyw483Awr4zhFrcGBXR" \ --title "CopiedFile.jpeg" \ --catalog "root" \ No newline at end of file diff --git a/docs/en/cli/gdrive/CopyObject/bat.txt b/docs/en/cli/gdrive/CopyObject/bat.txt index c4e6afc11c..157dd570a1 100644 --- a/docs/en/cli/gdrive/CopyObject/bat.txt +++ b/docs/en/cli/gdrive/CopyObject/bat.txt @@ -1,5 +1,5 @@ oint gdrive CopyObject ^ --token "***" ^ - --object "1jzV6Bm86Q6kmJhHY20uo7M-l76kYLx-c" ^ + --object "17mRmuTKqO23zMKyw483Awr4zhFrcGBXR" ^ --title "CopiedFile.jpeg" ^ --catalog "root" \ No newline at end of file diff --git a/docs/en/cli/gdrive/CreateComment/bash.txt b/docs/en/cli/gdrive/CreateComment/bash.txt index cdf223030b..8165b85359 100644 --- a/docs/en/cli/gdrive/CreateComment/bash.txt +++ b/docs/en/cli/gdrive/CreateComment/bash.txt @@ -1,4 +1,4 @@ oint gdrive CreateComment \ --token "***" \ - --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" \ + --object "1991Irst2avNRRM_NAKSjwa2-ynT_T2Im" \ --text "Comment text" \ No newline at end of file diff --git a/docs/en/cli/gdrive/CreateComment/bat.txt b/docs/en/cli/gdrive/CreateComment/bat.txt index bbfe15c178..48d4b541b3 100644 --- a/docs/en/cli/gdrive/CreateComment/bat.txt +++ b/docs/en/cli/gdrive/CreateComment/bat.txt @@ -1,4 +1,4 @@ oint gdrive CreateComment ^ --token "***" ^ - --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" ^ + --object "1991Irst2avNRRM_NAKSjwa2-ynT_T2Im" ^ --text "Comment text" \ No newline at end of file diff --git a/docs/en/cli/gdrive/DeleteComment/bash.txt b/docs/en/cli/gdrive/DeleteComment/bash.txt index 99986809b0..37bf0a526f 100644 --- a/docs/en/cli/gdrive/DeleteComment/bash.txt +++ b/docs/en/cli/gdrive/DeleteComment/bash.txt @@ -1,4 +1,4 @@ oint gdrive DeleteComment \ --token "***" \ - --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" \ - --comment "AAABhb4hVn0" \ No newline at end of file + --object "1991Irst2avNRRM_NAKSjwa2-ynT_T2Im" \ + --comment "AAABitnv3kU" \ No newline at end of file diff --git a/docs/en/cli/gdrive/DeleteComment/bat.txt b/docs/en/cli/gdrive/DeleteComment/bat.txt index 825f65c011..350ce16fb9 100644 --- a/docs/en/cli/gdrive/DeleteComment/bat.txt +++ b/docs/en/cli/gdrive/DeleteComment/bat.txt @@ -1,4 +1,4 @@ oint gdrive DeleteComment ^ --token "***" ^ - --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" ^ - --comment "AAABhb4hVn0" \ No newline at end of file + --object "1991Irst2avNRRM_NAKSjwa2-ynT_T2Im" ^ + --comment "AAABitnv3kU" \ No newline at end of file diff --git a/docs/en/cli/gdrive/DeleteObject/bash.txt b/docs/en/cli/gdrive/DeleteObject/bash.txt index c7ef6f5c17..0268ad5bdd 100644 --- a/docs/en/cli/gdrive/DeleteObject/bash.txt +++ b/docs/en/cli/gdrive/DeleteObject/bash.txt @@ -1,3 +1,3 @@ oint gdrive DeleteObject \ --token "***" \ - --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" \ No newline at end of file + --object "1991Irst2avNRRM_NAKSjwa2-ynT_T2Im" \ No newline at end of file diff --git a/docs/en/cli/gdrive/DeleteObject/bat.txt b/docs/en/cli/gdrive/DeleteObject/bat.txt index d47b9b6032..9853bc8fe9 100644 --- a/docs/en/cli/gdrive/DeleteObject/bat.txt +++ b/docs/en/cli/gdrive/DeleteObject/bat.txt @@ -1,3 +1,3 @@ oint gdrive DeleteObject ^ --token "***" ^ - --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" \ No newline at end of file + --object "1991Irst2avNRRM_NAKSjwa2-ynT_T2Im" \ No newline at end of file diff --git a/docs/en/cli/gdrive/DownloadFile/bash.txt b/docs/en/cli/gdrive/DownloadFile/bash.txt index 3d3c0c6bf4..a1b581f751 100644 --- a/docs/en/cli/gdrive/DownloadFile/bash.txt +++ b/docs/en/cli/gdrive/DownloadFile/bash.txt @@ -1,3 +1,3 @@ oint gdrive DownloadFile \ --token "***" \ - --object "1jzV6Bm86Q6kmJhHY20uo7M-l76kYLx-c" \ No newline at end of file + --object "17mRmuTKqO23zMKyw483Awr4zhFrcGBXR" \ No newline at end of file diff --git a/docs/en/cli/gdrive/DownloadFile/bat.txt b/docs/en/cli/gdrive/DownloadFile/bat.txt index c21d1b74ce..e807ec0b16 100644 --- a/docs/en/cli/gdrive/DownloadFile/bat.txt +++ b/docs/en/cli/gdrive/DownloadFile/bat.txt @@ -1,3 +1,3 @@ oint gdrive DownloadFile ^ --token "***" ^ - --object "1jzV6Bm86Q6kmJhHY20uo7M-l76kYLx-c" \ No newline at end of file + --object "17mRmuTKqO23zMKyw483Awr4zhFrcGBXR" \ No newline at end of file diff --git a/docs/en/cli/gdrive/GetComment/bash.txt b/docs/en/cli/gdrive/GetComment/bash.txt index 77cf6b71f6..02ee5e1f18 100644 --- a/docs/en/cli/gdrive/GetComment/bash.txt +++ b/docs/en/cli/gdrive/GetComment/bash.txt @@ -1,4 +1,4 @@ oint gdrive GetComment \ --token "***" \ - --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" \ - --comment "AAABhb4hVn0" \ No newline at end of file + --object "1991Irst2avNRRM_NAKSjwa2-ynT_T2Im" \ + --comment "AAABitnv3kU" \ No newline at end of file diff --git a/docs/en/cli/gdrive/GetComment/bat.txt b/docs/en/cli/gdrive/GetComment/bat.txt index e40e449d07..0c3dccdbc5 100644 --- a/docs/en/cli/gdrive/GetComment/bat.txt +++ b/docs/en/cli/gdrive/GetComment/bat.txt @@ -1,4 +1,4 @@ oint gdrive GetComment ^ --token "***" ^ - --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" ^ - --comment "AAABhb4hVn0" \ No newline at end of file + --object "1991Irst2avNRRM_NAKSjwa2-ynT_T2Im" ^ + --comment "AAABitnv3kU" \ No newline at end of file diff --git a/docs/en/cli/gdrive/GetCommentList/bash.txt b/docs/en/cli/gdrive/GetCommentList/bash.txt index 78b234bc89..1ea62733dd 100644 --- a/docs/en/cli/gdrive/GetCommentList/bash.txt +++ b/docs/en/cli/gdrive/GetCommentList/bash.txt @@ -1,3 +1,3 @@ oint gdrive GetCommentList \ --token "***" \ - --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" \ No newline at end of file + --object "1991Irst2avNRRM_NAKSjwa2-ynT_T2Im" \ No newline at end of file diff --git a/docs/en/cli/gdrive/GetCommentList/bat.txt b/docs/en/cli/gdrive/GetCommentList/bat.txt index 920e8bf936..b55931d877 100644 --- a/docs/en/cli/gdrive/GetCommentList/bat.txt +++ b/docs/en/cli/gdrive/GetCommentList/bat.txt @@ -1,3 +1,3 @@ oint gdrive GetCommentList ^ --token "***" ^ - --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" \ No newline at end of file + --object "1991Irst2avNRRM_NAKSjwa2-ynT_T2Im" \ No newline at end of file diff --git a/docs/en/cli/gdrive/UpdateFile/bash.txt b/docs/en/cli/gdrive/UpdateFile/bash.txt index a8f00e12d6..584ac073b6 100644 --- a/docs/en/cli/gdrive/UpdateFile/bash.txt +++ b/docs/en/cli/gdrive/UpdateFile/bash.txt @@ -1,5 +1,5 @@ oint gdrive UpdateFile \ --token "***" \ - --object "1jzV6Bm86Q6kmJhHY20uo7M-l76kYLx-c" \ + --object "17mRmuTKqO23zMKyw483Awr4zhFrcGBXR" \ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \ --title "UpdatedFile.jpg" \ No newline at end of file diff --git a/docs/en/cli/gdrive/UpdateFile/bat.txt b/docs/en/cli/gdrive/UpdateFile/bat.txt index a41973ee64..c803a41818 100644 --- a/docs/en/cli/gdrive/UpdateFile/bat.txt +++ b/docs/en/cli/gdrive/UpdateFile/bat.txt @@ -1,5 +1,5 @@ oint gdrive UpdateFile ^ --token "***" ^ - --object "1jzV6Bm86Q6kmJhHY20uo7M-l76kYLx-c" ^ + --object "17mRmuTKqO23zMKyw483Awr4zhFrcGBXR" ^ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^ --title "UpdatedFile.jpg" \ No newline at end of file diff --git a/docs/en/cli/greenapi/AddGroupMember/bash.txt b/docs/en/cli/greenapi/AddGroupMember/bash.txt index 16e22b89d6..f4f8f7c9a4 100644 --- a/docs/en/cli/greenapi/AddGroupMember/bash.txt +++ b/docs/en/cli/greenapi/AddGroupMember/bash.txt @@ -2,5 +2,5 @@ oint greenapi AddGroupMember \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363416469007868@g.us" \ + --group "120363420648423121@g.us" \ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/AddGroupMember/bat.txt b/docs/en/cli/greenapi/AddGroupMember/bat.txt index 602bf40bbd..b2f6f441bb 100644 --- a/docs/en/cli/greenapi/AddGroupMember/bat.txt +++ b/docs/en/cli/greenapi/AddGroupMember/bat.txt @@ -2,5 +2,5 @@ oint greenapi AddGroupMember ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363416469007868@g.us" ^ + --group "120363420648423121@g.us" ^ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/ClearMessageQueue/bash.txt b/docs/en/cli/greenapi/ClearMessageQueue/bash.txt new file mode 100644 index 0000000000..5aa9b82af1 --- /dev/null +++ b/docs/en/cli/greenapi/ClearMessageQueue/bash.txt @@ -0,0 +1,4 @@ +# JSON data can also be passed as a path to a .json file + +oint greenapi ClearMessageQueue \ + --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ No newline at end of file diff --git a/docs/en/cli/greenapi/ClearMessageQueue/bat.txt b/docs/en/cli/greenapi/ClearMessageQueue/bat.txt new file mode 100644 index 0000000000..f9564e5fa4 --- /dev/null +++ b/docs/en/cli/greenapi/ClearMessageQueue/bat.txt @@ -0,0 +1,4 @@ +:: JSON data can also be passed as a path to a .json file + +oint greenapi ClearMessageQueue ^ + --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ No newline at end of file diff --git a/docs/en/cli/greenapi/DownloadMessageFile/bash.txt b/docs/en/cli/greenapi/DownloadMessageFile/bash.txt index 7837f1a22e..c2dad020dd 100644 --- a/docs/en/cli/greenapi/DownloadMessageFile/bash.txt +++ b/docs/en/cli/greenapi/DownloadMessageFile/bash.txt @@ -3,4 +3,4 @@ oint greenapi DownloadMessageFile \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --chat "120363410406221140@g.us" \ - --message "BAE5A772FB921D7B" \ No newline at end of file + --message "BAE50943EE65420A" \ No newline at end of file diff --git a/docs/en/cli/greenapi/DownloadMessageFile/bat.txt b/docs/en/cli/greenapi/DownloadMessageFile/bat.txt index 308e9c1d2a..1b1ff04a92 100644 --- a/docs/en/cli/greenapi/DownloadMessageFile/bat.txt +++ b/docs/en/cli/greenapi/DownloadMessageFile/bat.txt @@ -3,4 +3,4 @@ oint greenapi DownloadMessageFile ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --chat "120363410406221140@g.us" ^ - --message "BAE5A772FB921D7B" \ No newline at end of file + --message "BAE50943EE65420A" \ No newline at end of file diff --git a/docs/en/cli/greenapi/ExcludeGroupMember/bash.txt b/docs/en/cli/greenapi/ExcludeGroupMember/bash.txt index 356f748f9d..aabaf6ccce 100644 --- a/docs/en/cli/greenapi/ExcludeGroupMember/bash.txt +++ b/docs/en/cli/greenapi/ExcludeGroupMember/bash.txt @@ -2,5 +2,5 @@ oint greenapi ExcludeGroupMember \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363416469007868@g.us" \ + --group "120363420648423121@g.us" \ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/ExcludeGroupMember/bat.txt b/docs/en/cli/greenapi/ExcludeGroupMember/bat.txt index 785e9ace8d..f4ceb94a45 100644 --- a/docs/en/cli/greenapi/ExcludeGroupMember/bat.txt +++ b/docs/en/cli/greenapi/ExcludeGroupMember/bat.txt @@ -2,5 +2,5 @@ oint greenapi ExcludeGroupMember ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363416469007868@g.us" ^ + --group "120363420648423121@g.us" ^ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetGroupInformation/bash.txt b/docs/en/cli/greenapi/GetGroupInformation/bash.txt index 51a0713f1d..feec1d710d 100644 --- a/docs/en/cli/greenapi/GetGroupInformation/bash.txt +++ b/docs/en/cli/greenapi/GetGroupInformation/bash.txt @@ -2,4 +2,4 @@ oint greenapi GetGroupInformation \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363416469007868@g.us" \ No newline at end of file + --group "120363420648423121@g.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetGroupInformation/bat.txt b/docs/en/cli/greenapi/GetGroupInformation/bat.txt index 345ac089c1..c537aa126c 100644 --- a/docs/en/cli/greenapi/GetGroupInformation/bat.txt +++ b/docs/en/cli/greenapi/GetGroupInformation/bat.txt @@ -2,4 +2,4 @@ oint greenapi GetGroupInformation ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363416469007868@g.us" \ No newline at end of file + --group "120363420648423121@g.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetMessage/bash.txt b/docs/en/cli/greenapi/GetMessage/bash.txt index da7fe8de5c..ea0707cf23 100644 --- a/docs/en/cli/greenapi/GetMessage/bash.txt +++ b/docs/en/cli/greenapi/GetMessage/bash.txt @@ -3,4 +3,4 @@ oint greenapi GetMessage \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --chat "120363410406221140@g.us" \ - --msg "BAE5C105B49789E1" \ No newline at end of file + --msg "BAE5FCA0F7BFA3AE" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetMessage/bat.txt b/docs/en/cli/greenapi/GetMessage/bat.txt index 4a762bd83c..1e3910edb7 100644 --- a/docs/en/cli/greenapi/GetMessage/bat.txt +++ b/docs/en/cli/greenapi/GetMessage/bat.txt @@ -3,4 +3,4 @@ oint greenapi GetMessage ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --chat "120363410406221140@g.us" ^ - --msg "BAE5C105B49789E1" \ No newline at end of file + --msg "BAE5FCA0F7BFA3AE" \ No newline at end of file diff --git a/docs/en/cli/greenapi/LeaveGroup/bash.txt b/docs/en/cli/greenapi/LeaveGroup/bash.txt index b4f6935fba..23d727b253 100644 --- a/docs/en/cli/greenapi/LeaveGroup/bash.txt +++ b/docs/en/cli/greenapi/LeaveGroup/bash.txt @@ -2,4 +2,4 @@ oint greenapi LeaveGroup \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363416469007868@g.us" \ No newline at end of file + --group "120363420648423121@g.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/LeaveGroup/bat.txt b/docs/en/cli/greenapi/LeaveGroup/bat.txt index 25faae46f8..96a24e9002 100644 --- a/docs/en/cli/greenapi/LeaveGroup/bat.txt +++ b/docs/en/cli/greenapi/LeaveGroup/bat.txt @@ -2,4 +2,4 @@ oint greenapi LeaveGroup ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363416469007868@g.us" \ No newline at end of file + --group "120363420648423121@g.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/RevokeAdminRights/bash.txt b/docs/en/cli/greenapi/RevokeAdminRights/bash.txt index de7bd13e5c..3c1b727286 100644 --- a/docs/en/cli/greenapi/RevokeAdminRights/bash.txt +++ b/docs/en/cli/greenapi/RevokeAdminRights/bash.txt @@ -2,5 +2,5 @@ oint greenapi RevokeAdminRights \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363416469007868@g.us" \ + --group "120363420648423121@g.us" \ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/RevokeAdminRights/bat.txt b/docs/en/cli/greenapi/RevokeAdminRights/bat.txt index 218b86e4b2..0cce6b6b6c 100644 --- a/docs/en/cli/greenapi/RevokeAdminRights/bat.txt +++ b/docs/en/cli/greenapi/RevokeAdminRights/bat.txt @@ -2,5 +2,5 @@ oint greenapi RevokeAdminRights ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363416469007868@g.us" ^ + --group "120363420648423121@g.us" ^ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendFile/bash.txt b/docs/en/cli/greenapi/SendFile/bash.txt index 6af9ce4bab..8eb9e466e2 100644 --- a/docs/en/cli/greenapi/SendFile/bash.txt +++ b/docs/en/cli/greenapi/SendFile/bash.txt @@ -6,4 +6,4 @@ oint greenapi SendFile \ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" \ --filename "vid.mp4" \ --caption "File description" \ - --quoted "BAE5F2EF0D9875E0" \ No newline at end of file + --quoted "BAE54B16AFB96644" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendFile/bat.txt b/docs/en/cli/greenapi/SendFile/bat.txt index cf63e0feb8..835b809121 100644 --- a/docs/en/cli/greenapi/SendFile/bat.txt +++ b/docs/en/cli/greenapi/SendFile/bat.txt @@ -6,4 +6,4 @@ oint greenapi SendFile ^ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" ^ --filename "vid.mp4" ^ --caption "File description" ^ - --quoted "BAE5F2EF0D9875E0" \ No newline at end of file + --quoted "BAE54B16AFB96644" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendFileByURL/bash.txt b/docs/en/cli/greenapi/SendFileByURL/bash.txt index cff2f7a991..c09f86cc54 100644 --- a/docs/en/cli/greenapi/SendFileByURL/bash.txt +++ b/docs/en/cli/greenapi/SendFileByURL/bash.txt @@ -6,4 +6,4 @@ oint greenapi SendFileByURL \ --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" \ --filename "vid.mp4" \ --caption "File description" \ - --quoted "BAE55B1967BAD2A9" \ No newline at end of file + --quoted "BAE53A82BEFB3BA8" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendFileByURL/bat.txt b/docs/en/cli/greenapi/SendFileByURL/bat.txt index 920cee31dc..670bf641bb 100644 --- a/docs/en/cli/greenapi/SendFileByURL/bat.txt +++ b/docs/en/cli/greenapi/SendFileByURL/bat.txt @@ -6,4 +6,4 @@ oint greenapi SendFileByURL ^ --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" ^ --filename "vid.mp4" ^ --caption "File description" ^ - --quoted "BAE55B1967BAD2A9" \ No newline at end of file + --quoted "BAE53A82BEFB3BA8" \ 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 50c484ff92..f53c4cdc99 100644 --- a/docs/en/cli/greenapi/SendTextMessage/bash.txt +++ b/docs/en/cli/greenapi/SendTextMessage/bash.txt @@ -4,4 +4,4 @@ oint greenapi SendTextMessage \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --chat "120363410406221140@g.us" \ --text "New message" \ - --quoted "BAE5B81C28AFDD72" \ No newline at end of file + --quoted "BAE5FCA0F7BFA3AE" \ 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 676e4a39d8..5c56efb2de 100644 --- a/docs/en/cli/greenapi/SendTextMessage/bat.txt +++ b/docs/en/cli/greenapi/SendTextMessage/bat.txt @@ -4,4 +4,4 @@ oint greenapi SendTextMessage ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --chat "120363410406221140@g.us" ^ --text "New message" ^ - --quoted "BAE5B81C28AFDD72" \ No newline at end of file + --quoted "BAE5FCA0F7BFA3AE" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SetAdminRights/bash.txt b/docs/en/cli/greenapi/SetAdminRights/bash.txt index d3ae5d3b71..42b2e22cbd 100644 --- a/docs/en/cli/greenapi/SetAdminRights/bash.txt +++ b/docs/en/cli/greenapi/SetAdminRights/bash.txt @@ -2,5 +2,5 @@ oint greenapi SetAdminRights \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363416469007868@g.us" \ + --group "120363420648423121@g.us" \ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SetAdminRights/bat.txt b/docs/en/cli/greenapi/SetAdminRights/bat.txt index 2336456600..e0d92bd582 100644 --- a/docs/en/cli/greenapi/SetAdminRights/bat.txt +++ b/docs/en/cli/greenapi/SetAdminRights/bat.txt @@ -2,5 +2,5 @@ oint greenapi SetAdminRights ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363416469007868@g.us" ^ + --group "120363420648423121@g.us" ^ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SetGroupPicture/bash.txt b/docs/en/cli/greenapi/SetGroupPicture/bash.txt new file mode 100644 index 0000000000..9a387eee46 --- /dev/null +++ b/docs/en/cli/greenapi/SetGroupPicture/bash.txt @@ -0,0 +1,6 @@ +# JSON data can also be passed as a path to a .json file + +oint greenapi SetGroupPicture \ + --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ + --group "120363420648423121@g.us" \ + --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/greenapi/SetGroupPicture/bat.txt b/docs/en/cli/greenapi/SetGroupPicture/bat.txt new file mode 100644 index 0000000000..70f1d957a2 --- /dev/null +++ b/docs/en/cli/greenapi/SetGroupPicture/bat.txt @@ -0,0 +1,6 @@ +:: JSON data can also be passed as a path to a .json file + +oint greenapi SetGroupPicture ^ + --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ + --group "120363420648423121@g.us" ^ + --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/greenapi/SetReadMark/bash.txt b/docs/en/cli/greenapi/SetReadMark/bash.txt index b44092c002..45ebcbac51 100644 --- a/docs/en/cli/greenapi/SetReadMark/bash.txt +++ b/docs/en/cli/greenapi/SetReadMark/bash.txt @@ -3,4 +3,4 @@ oint greenapi SetReadMark \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --chat "120363410406221140@g.us" \ - --message "BAE5A772FB921D7B" \ No newline at end of file + --message "BAE50943EE65420A" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SetReadMark/bat.txt b/docs/en/cli/greenapi/SetReadMark/bat.txt index 68eed4c3ff..4f64ece9d3 100644 --- a/docs/en/cli/greenapi/SetReadMark/bat.txt +++ b/docs/en/cli/greenapi/SetReadMark/bat.txt @@ -3,4 +3,4 @@ oint greenapi SetReadMark ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --chat "120363410406221140@g.us" ^ - --message "BAE5A772FB921D7B" \ No newline at end of file + --message "BAE50943EE65420A" \ No newline at end of file diff --git a/docs/en/cli/greenapi/UpdateGroupName/bash.txt b/docs/en/cli/greenapi/UpdateGroupName/bash.txt index 742d9b1d8e..99dc5dbe9c 100644 --- a/docs/en/cli/greenapi/UpdateGroupName/bash.txt +++ b/docs/en/cli/greenapi/UpdateGroupName/bash.txt @@ -2,5 +2,5 @@ oint greenapi UpdateGroupName \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363416469007868@g.us" \ + --group "120363420648423121@g.us" \ --name "New name" \ No newline at end of file diff --git a/docs/en/cli/greenapi/UpdateGroupName/bat.txt b/docs/en/cli/greenapi/UpdateGroupName/bat.txt index 9fd75e3537..00298aac89 100644 --- a/docs/en/cli/greenapi/UpdateGroupName/bat.txt +++ b/docs/en/cli/greenapi/UpdateGroupName/bat.txt @@ -2,5 +2,5 @@ oint greenapi UpdateGroupName ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363416469007868@g.us" ^ + --group "120363420648423121@g.us" ^ --name "New name" \ No newline at end of file diff --git a/docs/en/cli/gsheets/AddSheet/bash.txt b/docs/en/cli/gsheets/AddSheet/bash.txt index b00d126ab9..f3376c33ad 100644 --- a/docs/en/cli/gsheets/AddSheet/bash.txt +++ b/docs/en/cli/gsheets/AddSheet/bash.txt @@ -1,4 +1,4 @@ oint gsheets AddSheet \ --token "***" \ - --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" \ + --spreadsheet "1XIOcE7gbAiFCAIyn9MSXVDidnAl2srekbBp7APj25bA" \ --title "TestSheet" \ No newline at end of file diff --git a/docs/en/cli/gsheets/AddSheet/bat.txt b/docs/en/cli/gsheets/AddSheet/bat.txt index e15fd00831..5cc4fa0ee6 100644 --- a/docs/en/cli/gsheets/AddSheet/bat.txt +++ b/docs/en/cli/gsheets/AddSheet/bat.txt @@ -1,4 +1,4 @@ oint gsheets AddSheet ^ --token "***" ^ - --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" ^ + --spreadsheet "1XIOcE7gbAiFCAIyn9MSXVDidnAl2srekbBp7APj25bA" ^ --title "TestSheet" \ No newline at end of file diff --git a/docs/en/cli/gsheets/ClearCells/bash.txt b/docs/en/cli/gsheets/ClearCells/bash.txt index dc1fe3000a..202d5aa9c2 100644 --- a/docs/en/cli/gsheets/ClearCells/bash.txt +++ b/docs/en/cli/gsheets/ClearCells/bash.txt @@ -1,5 +1,5 @@ oint gsheets ClearCells \ --token "***" \ - --spreadsheet "1j7TEA_7tYyrQXjBqB1ZfmXI1HkfxN1udWhbyljfm-TM" \ + --spreadsheet "127zGLmqaaXI0uqa1VfYgBG6e1Otbml6A7D16U-9KVAI" \ --cells "['B2','A3','B4']" \ --sheetname "Sheet2" \ No newline at end of file diff --git a/docs/en/cli/gsheets/ClearCells/bat.txt b/docs/en/cli/gsheets/ClearCells/bat.txt index 5665a76c11..f24d73c332 100644 --- a/docs/en/cli/gsheets/ClearCells/bat.txt +++ b/docs/en/cli/gsheets/ClearCells/bat.txt @@ -1,5 +1,5 @@ oint gsheets ClearCells ^ --token "***" ^ - --spreadsheet "1j7TEA_7tYyrQXjBqB1ZfmXI1HkfxN1udWhbyljfm-TM" ^ + --spreadsheet "127zGLmqaaXI0uqa1VfYgBG6e1Otbml6A7D16U-9KVAI" ^ --cells "['B2','A3','B4']" ^ --sheetname "Sheet2" \ No newline at end of file diff --git a/docs/en/cli/gsheets/CopySheet/bash.txt b/docs/en/cli/gsheets/CopySheet/bash.txt index 602385ef99..b4f83b8b7e 100644 --- a/docs/en/cli/gsheets/CopySheet/bash.txt +++ b/docs/en/cli/gsheets/CopySheet/bash.txt @@ -1,5 +1,5 @@ oint gsheets CopySheet \ --token "***" \ - --from "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" \ - --to "1vgBy2klfSecKelL1rSaN9nHDHyPhZGs849U0juyOAHM" \ - --sheet "1797446041" \ No newline at end of file + --from "1XIOcE7gbAiFCAIyn9MSXVDidnAl2srekbBp7APj25bA" \ + --to "1ti5hoBTxJQrqh12jcYcGAXic2ULj1iVnj65ggcoVBZ4" \ + --sheet "1541421450" \ No newline at end of file diff --git a/docs/en/cli/gsheets/CopySheet/bat.txt b/docs/en/cli/gsheets/CopySheet/bat.txt index 2f2cf43235..24500a6150 100644 --- a/docs/en/cli/gsheets/CopySheet/bat.txt +++ b/docs/en/cli/gsheets/CopySheet/bat.txt @@ -1,5 +1,5 @@ oint gsheets CopySheet ^ --token "***" ^ - --from "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" ^ - --to "1vgBy2klfSecKelL1rSaN9nHDHyPhZGs849U0juyOAHM" ^ - --sheet "1797446041" \ No newline at end of file + --from "1XIOcE7gbAiFCAIyn9MSXVDidnAl2srekbBp7APj25bA" ^ + --to "1ti5hoBTxJQrqh12jcYcGAXic2ULj1iVnj65ggcoVBZ4" ^ + --sheet "1541421450" \ No newline at end of file diff --git a/docs/en/cli/gsheets/DeleteSheet/bash.txt b/docs/en/cli/gsheets/DeleteSheet/bash.txt index eb12242ad8..0322a5acde 100644 --- a/docs/en/cli/gsheets/DeleteSheet/bash.txt +++ b/docs/en/cli/gsheets/DeleteSheet/bash.txt @@ -1,4 +1,4 @@ oint gsheets DeleteSheet \ --token "***" \ - --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" \ - --sheet "1797446041" \ No newline at end of file + --spreadsheet "1XIOcE7gbAiFCAIyn9MSXVDidnAl2srekbBp7APj25bA" \ + --sheet "1541421450" \ No newline at end of file diff --git a/docs/en/cli/gsheets/DeleteSheet/bat.txt b/docs/en/cli/gsheets/DeleteSheet/bat.txt index 81e8dd8ae1..1c85f3ff3b 100644 --- a/docs/en/cli/gsheets/DeleteSheet/bat.txt +++ b/docs/en/cli/gsheets/DeleteSheet/bat.txt @@ -1,4 +1,4 @@ oint gsheets DeleteSheet ^ --token "***" ^ - --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" ^ - --sheet "1797446041" \ No newline at end of file + --spreadsheet "1XIOcE7gbAiFCAIyn9MSXVDidnAl2srekbBp7APj25bA" ^ + --sheet "1541421450" \ No newline at end of file diff --git a/docs/en/cli/gsheets/EditSpreadsheetTitle/bash.txt b/docs/en/cli/gsheets/EditSpreadsheetTitle/bash.txt index 2a8a233485..99620f6277 100644 --- a/docs/en/cli/gsheets/EditSpreadsheetTitle/bash.txt +++ b/docs/en/cli/gsheets/EditSpreadsheetTitle/bash.txt @@ -1,4 +1,4 @@ oint gsheets EditSpreadsheetTitle \ --token "***" \ - --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" \ + --spreadsheet "1XIOcE7gbAiFCAIyn9MSXVDidnAl2srekbBp7APj25bA" \ --title "Test table (changed.)" \ No newline at end of file diff --git a/docs/en/cli/gsheets/EditSpreadsheetTitle/bat.txt b/docs/en/cli/gsheets/EditSpreadsheetTitle/bat.txt index da948b00ea..49fda2ed7c 100644 --- a/docs/en/cli/gsheets/EditSpreadsheetTitle/bat.txt +++ b/docs/en/cli/gsheets/EditSpreadsheetTitle/bat.txt @@ -1,4 +1,4 @@ oint gsheets EditSpreadsheetTitle ^ --token "***" ^ - --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" ^ + --spreadsheet "1XIOcE7gbAiFCAIyn9MSXVDidnAl2srekbBp7APj25bA" ^ --title "Test table (changed.)" \ No newline at end of file diff --git a/docs/en/cli/gsheets/GetCellValues/bash.txt b/docs/en/cli/gsheets/GetCellValues/bash.txt index 8a5f205b7a..c65af8df79 100644 --- a/docs/en/cli/gsheets/GetCellValues/bash.txt +++ b/docs/en/cli/gsheets/GetCellValues/bash.txt @@ -1,4 +1,4 @@ oint gsheets GetCellValues \ --token "***" \ - --spreadsheet "1j7TEA_7tYyrQXjBqB1ZfmXI1HkfxN1udWhbyljfm-TM" \ + --spreadsheet "127zGLmqaaXI0uqa1VfYgBG6e1Otbml6A7D16U-9KVAI" \ --sheetname "Sheet2" \ No newline at end of file diff --git a/docs/en/cli/gsheets/GetCellValues/bat.txt b/docs/en/cli/gsheets/GetCellValues/bat.txt index f0f2bde55b..2f5c9e1c8a 100644 --- a/docs/en/cli/gsheets/GetCellValues/bat.txt +++ b/docs/en/cli/gsheets/GetCellValues/bat.txt @@ -1,4 +1,4 @@ oint gsheets GetCellValues ^ --token "***" ^ - --spreadsheet "1j7TEA_7tYyrQXjBqB1ZfmXI1HkfxN1udWhbyljfm-TM" ^ + --spreadsheet "127zGLmqaaXI0uqa1VfYgBG6e1Otbml6A7D16U-9KVAI" ^ --sheetname "Sheet2" \ No newline at end of file diff --git a/docs/en/cli/gsheets/GetSpreadsheet/bash.txt b/docs/en/cli/gsheets/GetSpreadsheet/bash.txt index ef571cc0b4..370e560d21 100644 --- a/docs/en/cli/gsheets/GetSpreadsheet/bash.txt +++ b/docs/en/cli/gsheets/GetSpreadsheet/bash.txt @@ -1,3 +1,3 @@ oint gsheets GetSpreadsheet \ --token "***" \ - --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" \ No newline at end of file + --spreadsheet "1XIOcE7gbAiFCAIyn9MSXVDidnAl2srekbBp7APj25bA" \ No newline at end of file diff --git a/docs/en/cli/gsheets/GetSpreadsheet/bat.txt b/docs/en/cli/gsheets/GetSpreadsheet/bat.txt index ae66cc8aff..0bbc829a52 100644 --- a/docs/en/cli/gsheets/GetSpreadsheet/bat.txt +++ b/docs/en/cli/gsheets/GetSpreadsheet/bat.txt @@ -1,3 +1,3 @@ oint gsheets GetSpreadsheet ^ --token "***" ^ - --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" \ No newline at end of file + --spreadsheet "1XIOcE7gbAiFCAIyn9MSXVDidnAl2srekbBp7APj25bA" \ No newline at end of file diff --git a/docs/en/cli/gsheets/SetCellValues/bash.txt b/docs/en/cli/gsheets/SetCellValues/bash.txt index 6f4b508f36..4bdea28b97 100644 --- a/docs/en/cli/gsheets/SetCellValues/bash.txt +++ b/docs/en/cli/gsheets/SetCellValues/bash.txt @@ -2,6 +2,6 @@ oint gsheets SetCellValues \ --token "***" \ - --spreadsheet "1j7TEA_7tYyrQXjBqB1ZfmXI1HkfxN1udWhbyljfm-TM" \ + --spreadsheet "127zGLmqaaXI0uqa1VfYgBG6e1Otbml6A7D16U-9KVAI" \ --data "{'A1':'ThisIsA1','A2':'ThisIsA2','B2':'ThisIsB2','B3':'ThisIsB3','A3':'ThisIsA3','A4':'ThisIsA4','B1':'ThisIsB1','B4':'ThisIsB4'}" \ --sheetname "Sheet2" \ No newline at end of file diff --git a/docs/en/cli/gsheets/SetCellValues/bat.txt b/docs/en/cli/gsheets/SetCellValues/bat.txt index 2dd31ff845..d55d026b37 100644 --- a/docs/en/cli/gsheets/SetCellValues/bat.txt +++ b/docs/en/cli/gsheets/SetCellValues/bat.txt @@ -2,6 +2,6 @@ oint gsheets SetCellValues ^ --token "***" ^ - --spreadsheet "1j7TEA_7tYyrQXjBqB1ZfmXI1HkfxN1udWhbyljfm-TM" ^ + --spreadsheet "127zGLmqaaXI0uqa1VfYgBG6e1Otbml6A7D16U-9KVAI" ^ --data "{'A1':'ThisIsA1','A2':'ThisIsA2','B2':'ThisIsB2','B3':'ThisIsB3','A3':'ThisIsA3','A4':'ThisIsA4','B1':'ThisIsB1','B4':'ThisIsB4'}" ^ --sheetname "Sheet2" \ No newline at end of file diff --git a/docs/en/cli/metrika/DeleteCounter/bash.txt b/docs/en/cli/metrika/DeleteCounter/bash.txt index 447b5f782d..e63dd8fbc1 100644 --- a/docs/en/cli/metrika/DeleteCounter/bash.txt +++ b/docs/en/cli/metrika/DeleteCounter/bash.txt @@ -1,3 +1,3 @@ oint metrika DeleteCounter \ --token "***" \ - --counter "100816459" \ No newline at end of file + --counter "101535678" \ No newline at end of file diff --git a/docs/en/cli/metrika/DeleteCounter/bat.txt b/docs/en/cli/metrika/DeleteCounter/bat.txt index e53000b0f7..39344222bd 100644 --- a/docs/en/cli/metrika/DeleteCounter/bat.txt +++ b/docs/en/cli/metrika/DeleteCounter/bat.txt @@ -1,3 +1,3 @@ oint metrika DeleteCounter ^ --token "***" ^ - --counter "100816459" \ No newline at end of file + --counter "101535678" \ No newline at end of file diff --git a/docs/en/cli/metrika/DeleteTag/bash.txt b/docs/en/cli/metrika/DeleteTag/bash.txt index 7eb2bebc41..02af8664d0 100644 --- a/docs/en/cli/metrika/DeleteTag/bash.txt +++ b/docs/en/cli/metrika/DeleteTag/bash.txt @@ -1,3 +1,3 @@ oint metrika DeleteTag \ --token "***" \ - --label "316714" \ No newline at end of file + --label "317265" \ No newline at end of file diff --git a/docs/en/cli/metrika/DeleteTag/bat.txt b/docs/en/cli/metrika/DeleteTag/bat.txt index 7d93d27f6d..c1f413a5fb 100644 --- a/docs/en/cli/metrika/DeleteTag/bat.txt +++ b/docs/en/cli/metrika/DeleteTag/bat.txt @@ -1,3 +1,3 @@ oint metrika DeleteTag ^ --token "***" ^ - --label "316714" \ No newline at end of file + --label "317265" \ No newline at end of file diff --git a/docs/en/cli/metrika/GetActionsList/bash.txt b/docs/en/cli/metrika/GetActionsList/bash.txt index d457dc2e63..7e25dadec0 100644 --- a/docs/en/cli/metrika/GetActionsList/bash.txt +++ b/docs/en/cli/metrika/GetActionsList/bash.txt @@ -1,3 +1,3 @@ oint metrika GetActionsList \ --token "***" \ - --counter "100816459" \ No newline at end of file + --counter "101535678" \ No newline at end of file diff --git a/docs/en/cli/metrika/GetActionsList/bat.txt b/docs/en/cli/metrika/GetActionsList/bat.txt index 87b07f6598..367e7fe8b6 100644 --- a/docs/en/cli/metrika/GetActionsList/bat.txt +++ b/docs/en/cli/metrika/GetActionsList/bat.txt @@ -1,3 +1,3 @@ oint metrika GetActionsList ^ --token "***" ^ - --counter "100816459" \ No newline at end of file + --counter "101535678" \ No newline at end of file diff --git a/docs/en/cli/metrika/GetCounter/bash.txt b/docs/en/cli/metrika/GetCounter/bash.txt index 36427911f7..655b9ce4b1 100644 --- a/docs/en/cli/metrika/GetCounter/bash.txt +++ b/docs/en/cli/metrika/GetCounter/bash.txt @@ -1,3 +1,3 @@ oint metrika GetCounter \ --token "***" \ - --counter "100816457" \ No newline at end of file + --counter "101535676" \ No newline at end of file diff --git a/docs/en/cli/metrika/GetCounter/bat.txt b/docs/en/cli/metrika/GetCounter/bat.txt index 6ee9a3b750..83c94d1436 100644 --- a/docs/en/cli/metrika/GetCounter/bat.txt +++ b/docs/en/cli/metrika/GetCounter/bat.txt @@ -1,3 +1,3 @@ oint metrika GetCounter ^ --token "***" ^ - --counter "100816457" \ No newline at end of file + --counter "101535676" \ No newline at end of file diff --git a/docs/en/cli/metrika/GetCountersList/bash.txt b/docs/en/cli/metrika/GetCountersList/bash.txt index cd8b3678e6..d194988a33 100644 --- a/docs/en/cli/metrika/GetCountersList/bash.txt +++ b/docs/en/cli/metrika/GetCountersList/bash.txt @@ -2,4 +2,4 @@ oint metrika GetCountersList \ --token "***" \ - --filter "{'counter_ids':['100816457']}" \ No newline at end of file + --filter "{'counter_ids':['101535676']}" \ No newline at end of file diff --git a/docs/en/cli/metrika/GetCountersList/bat.txt b/docs/en/cli/metrika/GetCountersList/bat.txt index 689fc7156f..d55385b747 100644 --- a/docs/en/cli/metrika/GetCountersList/bat.txt +++ b/docs/en/cli/metrika/GetCountersList/bat.txt @@ -2,4 +2,4 @@ oint metrika GetCountersList ^ --token "***" ^ - --filter "{'counter_ids':['100816457']}" \ No newline at end of file + --filter "{'counter_ids':['101535676']}" \ No newline at end of file diff --git a/docs/en/cli/metrika/GetTag/bash.txt b/docs/en/cli/metrika/GetTag/bash.txt index b288a8f04b..98332f1fa4 100644 --- a/docs/en/cli/metrika/GetTag/bash.txt +++ b/docs/en/cli/metrika/GetTag/bash.txt @@ -1,3 +1,3 @@ oint metrika GetTag \ --token "***" \ - --label "316714" \ No newline at end of file + --label "317265" \ No newline at end of file diff --git a/docs/en/cli/metrika/GetTag/bat.txt b/docs/en/cli/metrika/GetTag/bat.txt index 0a1c4def9e..a72a939bbb 100644 --- a/docs/en/cli/metrika/GetTag/bat.txt +++ b/docs/en/cli/metrika/GetTag/bat.txt @@ -1,3 +1,3 @@ oint metrika GetTag ^ --token "***" ^ - --label "316714" \ No newline at end of file + --label "317265" \ No newline at end of file diff --git a/docs/en/cli/metrika/RestoreCounter/bash.txt b/docs/en/cli/metrika/RestoreCounter/bash.txt index 9f6bd2e933..b440c9aea1 100644 --- a/docs/en/cli/metrika/RestoreCounter/bash.txt +++ b/docs/en/cli/metrika/RestoreCounter/bash.txt @@ -1,3 +1,3 @@ oint metrika RestoreCounter \ --token "***" \ - --counter "100816457" \ No newline at end of file + --counter "101535676" \ No newline at end of file diff --git a/docs/en/cli/metrika/RestoreCounter/bat.txt b/docs/en/cli/metrika/RestoreCounter/bat.txt index 3f6db2cc15..4f9d4d7f26 100644 --- a/docs/en/cli/metrika/RestoreCounter/bat.txt +++ b/docs/en/cli/metrika/RestoreCounter/bat.txt @@ -1,3 +1,3 @@ oint metrika RestoreCounter ^ --token "***" ^ - --counter "100816457" \ No newline at end of file + --counter "101535676" \ No newline at end of file diff --git a/docs/en/cli/metrika/UpdateCounter/bash.txt b/docs/en/cli/metrika/UpdateCounter/bash.txt index a2afa530d8..3a24658df5 100644 --- a/docs/en/cli/metrika/UpdateCounter/bash.txt +++ b/docs/en/cli/metrika/UpdateCounter/bash.txt @@ -2,5 +2,5 @@ oint metrika UpdateCounter \ --token "***" \ - --counter "100816457" \ + --counter "101535676" \ --fields "{'autogoals_enabled':true,'counter_flags':{'collect_first_party_data':false,'measurement_enabled':false,'use_in_benchmarks':false,'direct_allow_use_goals_without_access':false},'favorite':0,'filter_robots':1}" \ No newline at end of file diff --git a/docs/en/cli/metrika/UpdateCounter/bat.txt b/docs/en/cli/metrika/UpdateCounter/bat.txt index 8165219afe..664a922e87 100644 --- a/docs/en/cli/metrika/UpdateCounter/bat.txt +++ b/docs/en/cli/metrika/UpdateCounter/bat.txt @@ -2,5 +2,5 @@ oint metrika UpdateCounter ^ --token "***" ^ - --counter "100816457" ^ + --counter "101535676" ^ --fields "{'autogoals_enabled':true,'counter_flags':{'collect_first_party_data':false,'measurement_enabled':false,'use_in_benchmarks':false,'direct_allow_use_goals_without_access':false},'favorite':0,'filter_robots':1}" \ No newline at end of file diff --git a/docs/en/cli/metrika/UpdateTag/bash.txt b/docs/en/cli/metrika/UpdateTag/bash.txt index 1e7fd35f5e..01fa38a092 100644 --- a/docs/en/cli/metrika/UpdateTag/bash.txt +++ b/docs/en/cli/metrika/UpdateTag/bash.txt @@ -1,4 +1,4 @@ oint metrika UpdateTag \ --token "***" \ - --label "316714" \ + --label "317265" \ --title "New tag title" \ No newline at end of file diff --git a/docs/en/cli/metrika/UpdateTag/bat.txt b/docs/en/cli/metrika/UpdateTag/bat.txt index 6b2ccdd335..3ebe56c68f 100644 --- a/docs/en/cli/metrika/UpdateTag/bat.txt +++ b/docs/en/cli/metrika/UpdateTag/bat.txt @@ -1,4 +1,4 @@ oint metrika UpdateTag ^ --token "***" ^ - --label "316714" ^ + --label "317265" ^ --title "New tag title" \ No newline at end of file diff --git a/docs/en/cli/mysql/AddRecords/bash.txt b/docs/en/cli/mysql/AddRecords/bash.txt index fda199ec8f..01b8230aea 100644 --- a/docs/en/cli/mysql/AddRecords/bash.txt +++ b/docs/en/cli/mysql/AddRecords/bash.txt @@ -2,7 +2,7 @@ oint mysql AddRecords \ --table "testtable" \ - --rows "[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-04-06T15:49:10.7504022Z'},'time_field':{'TIME':'2025-04-06T15:49:10.7504022Z'},'datetime_field':{'DATE':'2025-04-06T15:49:10.7504022Z'},'timestamp_field':{'DATE':'2025-04-06T15:49:10.7504022Z'},'mediumblob_field':{'BYTES':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'set_field':{'TEXT':'one'}}]" \ + --rows "[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-05-01T15:59:44.7422165Z'},'time_field':{'TIME':'2025-05-01T15:59:44.7422165Z'},'datetime_field':{'DATE':'2025-05-01T15:59:44.7422165Z'},'timestamp_field':{'DATE':'2025-05-01T15:59:44.7422165Z'},'mediumblob_field':{'BYTES':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'set_field':{'TEXT':'one'}}]" \ --trn true \ --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file diff --git a/docs/en/cli/mysql/AddRecords/bat.txt b/docs/en/cli/mysql/AddRecords/bat.txt index 61a202c571..1fc2d3347a 100644 --- a/docs/en/cli/mysql/AddRecords/bat.txt +++ b/docs/en/cli/mysql/AddRecords/bat.txt @@ -2,7 +2,7 @@ oint mysql AddRecords ^ --table "testtable" ^ - --rows "[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-04-06T15:49:10.7504022Z'},'time_field':{'TIME':'2025-04-06T15:49:10.7504022Z'},'datetime_field':{'DATE':'2025-04-06T15:49:10.7504022Z'},'timestamp_field':{'DATE':'2025-04-06T15:49:10.7504022Z'},'mediumblob_field':{'BYTES':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'set_field':{'TEXT':'one'}}]" ^ + --rows "[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-05-01T15:59:44.7422165Z'},'time_field':{'TIME':'2025-05-01T15:59:44.7422165Z'},'datetime_field':{'DATE':'2025-05-01T15:59:44.7422165Z'},'timestamp_field':{'DATE':'2025-05-01T15:59:44.7422165Z'},'mediumblob_field':{'BYTES':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'set_field':{'TEXT':'one'}}]" ^ --trn true ^ --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^ --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file diff --git a/docs/en/cli/notion/CreatePageInDatabase/bash.txt b/docs/en/cli/notion/CreatePageInDatabase/bash.txt index 9f4ef536e2..b0ed38dff7 100644 --- a/docs/en/cli/notion/CreatePageInDatabase/bash.txt +++ b/docs/en/cli/notion/CreatePageInDatabase/bash.txt @@ -2,5 +2,5 @@ oint notion CreatePageInDatabase \ --token "***" \ - --base "1cd82aa7-fc4e-8152-9058-e465eece9b42" \ - --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-04-06T16:00:39.4063436Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}" \ No newline at end of file + --base "1e682aa7-fc4e-8123-be0a-de1af825c2b8" \ + --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-05-01T16:11:30.7983025Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}" \ No newline at end of file diff --git a/docs/en/cli/notion/CreatePageInDatabase/bat.txt b/docs/en/cli/notion/CreatePageInDatabase/bat.txt index 873448d394..6d3e9a1d81 100644 --- a/docs/en/cli/notion/CreatePageInDatabase/bat.txt +++ b/docs/en/cli/notion/CreatePageInDatabase/bat.txt @@ -2,5 +2,5 @@ oint notion CreatePageInDatabase ^ --token "***" ^ - --base "1cd82aa7-fc4e-8152-9058-e465eece9b42" ^ - --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-04-06T16:00:39.4063436Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}" \ No newline at end of file + --base "1e682aa7-fc4e-8123-be0a-de1af825c2b8" ^ + --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-05-01T16:11:30.7983025Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}" \ No newline at end of file diff --git a/docs/en/cli/notion/DeleteBlock/bash.txt b/docs/en/cli/notion/DeleteBlock/bash.txt index 7e797322e6..16781a6969 100644 --- a/docs/en/cli/notion/DeleteBlock/bash.txt +++ b/docs/en/cli/notion/DeleteBlock/bash.txt @@ -1,3 +1,3 @@ oint notion DeleteBlock \ --token "***" \ - --block "1cd82aa7-fc4e-81e0-a66e-f9c53a55c0c3" \ No newline at end of file + --block "1e682aa7-fc4e-81d0-becf-e46117bb3d2e" \ No newline at end of file diff --git a/docs/en/cli/notion/DeleteBlock/bat.txt b/docs/en/cli/notion/DeleteBlock/bat.txt index c993067021..0432e134a7 100644 --- a/docs/en/cli/notion/DeleteBlock/bat.txt +++ b/docs/en/cli/notion/DeleteBlock/bat.txt @@ -1,3 +1,3 @@ oint notion DeleteBlock ^ --token "***" ^ - --block "1cd82aa7-fc4e-81e0-a66e-f9c53a55c0c3" \ No newline at end of file + --block "1e682aa7-fc4e-81d0-becf-e46117bb3d2e" \ No newline at end of file diff --git a/docs/en/cli/notion/EditDatabaseProperties/bash.txt b/docs/en/cli/notion/EditDatabaseProperties/bash.txt index ca0160a3cd..74c20d511e 100644 --- a/docs/en/cli/notion/EditDatabaseProperties/bash.txt +++ b/docs/en/cli/notion/EditDatabaseProperties/bash.txt @@ -2,7 +2,7 @@ oint notion EditDatabaseProperties \ --token "***" \ - --base "1cd82aa7-fc4e-8152-9058-e465eece9b42" \ + --base "1e682aa7-fc4e-8123-be0a-de1af825c2b8" \ --props "{'Email':'rich_text','Website':null}" \ --title "TestTitle" \ --description "TestDescription" \ No newline at end of file diff --git a/docs/en/cli/notion/EditDatabaseProperties/bat.txt b/docs/en/cli/notion/EditDatabaseProperties/bat.txt index 56c75998e1..982422ba60 100644 --- a/docs/en/cli/notion/EditDatabaseProperties/bat.txt +++ b/docs/en/cli/notion/EditDatabaseProperties/bat.txt @@ -2,7 +2,7 @@ oint notion EditDatabaseProperties ^ --token "***" ^ - --base "1cd82aa7-fc4e-8152-9058-e465eece9b42" ^ + --base "1e682aa7-fc4e-8123-be0a-de1af825c2b8" ^ --props "{'Email':'rich_text','Website':null}" ^ --title "TestTitle" ^ --description "TestDescription" \ No newline at end of file diff --git a/docs/en/cli/notion/EditPageProperties/bash.txt b/docs/en/cli/notion/EditPageProperties/bash.txt index 434327a9a4..3ba02c2774 100644 --- a/docs/en/cli/notion/EditPageProperties/bash.txt +++ b/docs/en/cli/notion/EditPageProperties/bash.txt @@ -2,7 +2,7 @@ oint notion EditPageProperties \ --token "***" \ - --page "1cd82aa7-fc4e-813c-81b7-dac6a6c85394" \ + --page "1e682aa7-fc4e-815c-842f-de28b1faf263" \ --data "{'Active':false,'Email':'vector@mail.ru'}" \ --icon "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ --cover "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \ diff --git a/docs/en/cli/notion/EditPageProperties/bat.txt b/docs/en/cli/notion/EditPageProperties/bat.txt index a735fdfe6b..0e203d26cd 100644 --- a/docs/en/cli/notion/EditPageProperties/bat.txt +++ b/docs/en/cli/notion/EditPageProperties/bat.txt @@ -2,7 +2,7 @@ oint notion EditPageProperties ^ --token "***" ^ - --page "1cd82aa7-fc4e-813c-81b7-dac6a6c85394" ^ + --page "1e682aa7-fc4e-815c-842f-de28b1faf263" ^ --data "{'Active':false,'Email':'vector@mail.ru'}" ^ --icon "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^ --cover "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^ diff --git a/docs/en/cli/notion/GetDatabase/bash.txt b/docs/en/cli/notion/GetDatabase/bash.txt index deaf512490..8ab8d8ecf7 100644 --- a/docs/en/cli/notion/GetDatabase/bash.txt +++ b/docs/en/cli/notion/GetDatabase/bash.txt @@ -1,3 +1,3 @@ oint notion GetDatabase \ --token "***" \ - --base "1cd82aa7-fc4e-8152-9058-e465eece9b42" \ No newline at end of file + --base "1e682aa7-fc4e-8123-be0a-de1af825c2b8" \ No newline at end of file diff --git a/docs/en/cli/notion/GetDatabase/bat.txt b/docs/en/cli/notion/GetDatabase/bat.txt index a93cd29a03..168ca18664 100644 --- a/docs/en/cli/notion/GetDatabase/bat.txt +++ b/docs/en/cli/notion/GetDatabase/bat.txt @@ -1,3 +1,3 @@ oint notion GetDatabase ^ --token "***" ^ - --base "1cd82aa7-fc4e-8152-9058-e465eece9b42" \ No newline at end of file + --base "1e682aa7-fc4e-8123-be0a-de1af825c2b8" \ No newline at end of file diff --git a/docs/en/cli/notion/GetPage/bash.txt b/docs/en/cli/notion/GetPage/bash.txt index fd6f275a41..47d04d0941 100644 --- a/docs/en/cli/notion/GetPage/bash.txt +++ b/docs/en/cli/notion/GetPage/bash.txt @@ -1,3 +1,3 @@ oint notion GetPage \ --token "***" \ - --page "1cd82aa7-fc4e-813c-81b7-dac6a6c85394" \ No newline at end of file + --page "1e682aa7-fc4e-815c-842f-de28b1faf263" \ No newline at end of file diff --git a/docs/en/cli/notion/GetPage/bat.txt b/docs/en/cli/notion/GetPage/bat.txt index 0443cc52c4..6af44284a4 100644 --- a/docs/en/cli/notion/GetPage/bat.txt +++ b/docs/en/cli/notion/GetPage/bat.txt @@ -1,3 +1,3 @@ oint notion GetPage ^ --token "***" ^ - --page "1cd82aa7-fc4e-813c-81b7-dac6a6c85394" \ No newline at end of file + --page "1e682aa7-fc4e-815c-842f-de28b1faf263" \ No newline at end of file diff --git a/docs/en/cli/notion/ReturnChildBlocks/bash.txt b/docs/en/cli/notion/ReturnChildBlocks/bash.txt index 409a6764c2..fae4368f44 100644 --- a/docs/en/cli/notion/ReturnChildBlocks/bash.txt +++ b/docs/en/cli/notion/ReturnChildBlocks/bash.txt @@ -1,3 +1,3 @@ oint notion ReturnChildBlocks \ --token "***" \ - --block "1cd82aa7-fc4e-81e0-a66e-f9c53a55c0c3" \ No newline at end of file + --block "1e682aa7-fc4e-81d0-becf-e46117bb3d2e" \ No newline at end of file diff --git a/docs/en/cli/notion/ReturnChildBlocks/bat.txt b/docs/en/cli/notion/ReturnChildBlocks/bat.txt index b9afd2adca..03002e75c4 100644 --- a/docs/en/cli/notion/ReturnChildBlocks/bat.txt +++ b/docs/en/cli/notion/ReturnChildBlocks/bat.txt @@ -1,3 +1,3 @@ oint notion ReturnChildBlocks ^ --token "***" ^ - --block "1cd82aa7-fc4e-81e0-a66e-f9c53a55c0c3" \ No newline at end of file + --block "1e682aa7-fc4e-81d0-becf-e46117bb3d2e" \ No newline at end of file diff --git a/docs/en/cli/ollama/CheckBlob/bash.txt b/docs/en/cli/ollama/CheckBlob/bash.txt new file mode 100644 index 0000000000..9ba0c89ea2 --- /dev/null +++ b/docs/en/cli/ollama/CheckBlob/bash.txt @@ -0,0 +1,6 @@ +# JSON data can also be passed as a path to a .json file + +oint ollama CheckBlob \ + --url "https://api.athenaeum.digital/ollama" \ + --digest "yoyoyo" \ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/CheckBlob/bat.txt b/docs/en/cli/ollama/CheckBlob/bat.txt new file mode 100644 index 0000000000..4e0563cc6c --- /dev/null +++ b/docs/en/cli/ollama/CheckBlob/bat.txt @@ -0,0 +1,6 @@ +:: JSON data can also be passed as a path to a .json file + +oint ollama CheckBlob ^ + --url "https://api.athenaeum.digital/ollama" ^ + --digest "yoyoyo" ^ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/CreateModel/bash.txt b/docs/en/cli/ollama/CreateModel/bash.txt new file mode 100644 index 0000000000..e29c911e90 --- /dev/null +++ b/docs/en/cli/ollama/CreateModel/bash.txt @@ -0,0 +1,7 @@ +# JSON data can also be passed as a path to a .json file + +oint ollama CreateModel \ + --url "https://api.athenaeum.digital/ollama" \ + --model "mario" \ + --settings "{'from':'tinyllama','system':'You are Mario from Super Mario Bros.'}" \ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/CreateModel/bat.txt b/docs/en/cli/ollama/CreateModel/bat.txt new file mode 100644 index 0000000000..0c454325fd --- /dev/null +++ b/docs/en/cli/ollama/CreateModel/bat.txt @@ -0,0 +1,7 @@ +:: JSON data can also be passed as a path to a .json file + +oint ollama CreateModel ^ + --url "https://api.athenaeum.digital/ollama" ^ + --model "mario" ^ + --settings "{'from':'tinyllama','system':'You are Mario from Super Mario Bros.'}" ^ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/GetContextMessageStructure/bash.txt b/docs/en/cli/ollama/GetContextMessageStructure/bash.txt new file mode 100644 index 0000000000..ad43f4b31c --- /dev/null +++ b/docs/en/cli/ollama/GetContextMessageStructure/bash.txt @@ -0,0 +1,3 @@ +oint ollama GetContextMessageStructure \ + --role "user" \ + --text "Hello!" \ No newline at end of file diff --git a/docs/en/cli/ollama/GetContextMessageStructure/bat.txt b/docs/en/cli/ollama/GetContextMessageStructure/bat.txt new file mode 100644 index 0000000000..541c34789b --- /dev/null +++ b/docs/en/cli/ollama/GetContextMessageStructure/bat.txt @@ -0,0 +1,3 @@ +oint ollama GetContextMessageStructure ^ + --role "user" ^ + --text "Hello!" \ No newline at end of file diff --git a/docs/en/cli/ollama/GetContextParameterStructure/bash.txt b/docs/en/cli/ollama/GetContextParameterStructure/bash.txt new file mode 100644 index 0000000000..806e39005d --- /dev/null +++ b/docs/en/cli/ollama/GetContextParameterStructure/bash.txt @@ -0,0 +1,2 @@ +oint ollama GetContextParameterStructure \ + --empty true \ No newline at end of file diff --git a/docs/en/cli/ollama/GetContextParameterStructure/bat.txt b/docs/en/cli/ollama/GetContextParameterStructure/bat.txt new file mode 100644 index 0000000000..19ea397b15 --- /dev/null +++ b/docs/en/cli/ollama/GetContextParameterStructure/bat.txt @@ -0,0 +1,2 @@ +oint ollama GetContextParameterStructure ^ + --empty true \ No newline at end of file diff --git a/docs/en/cli/ollama/GetContextResponse/bash.txt b/docs/en/cli/ollama/GetContextResponse/bash.txt new file mode 100644 index 0000000000..b1dd6a42f3 --- /dev/null +++ b/docs/en/cli/ollama/GetContextResponse/bash.txt @@ -0,0 +1,7 @@ +# JSON data can also be passed as a path to a .json file + +oint ollama GetContextResponse \ + --url "https://api.athenaeum.digital/ollama" \ + --model "tinyllama" \ + --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is an Enterprise Resource Planning (ERP) software system developed by Cognizant. It is designed to help businesses manage their finances, operations, and customer relationships in a unified platform. The main features of 1C:Enterprise include:\n\n1. Financial Management: Provides real-time financial insights to enable decision-making based on historical trends and forecasts.\n\n2. Operations Management: Automates business processes and optimizes operational efficiency with a comprehensive suite of tools.\n\n3. Customer Relationship Management (CRM): Enables customers to interact with the company seamlessly by providing personalized information, support, and service.\n\n4. Human Resource Management (HRM): Helps businesses manage employee data, onboarding, training, performance management, and HR policies efficiently.\n\n5. Supply Chain Management: Simplifies procurement processes with automated workflows, real-time reporting, and supplier selection tools.\n\n6. Business Intelligence (BI): Provides insights into business data to make informed decisions, and streamlines BI reporting through a centralized dashboard.\n\n7. Integration: Integrates 1C:Enterprise with other systems such as ERPs, CRMs, and HRMS, to facilitate data exchange and collaboration among different departments.\n\n8. Cloud-based: Provides access via the cloud, making it easy to use from anywhere with an internet connection.'},{'role':'user','content':'When the first version was released?'}]" \ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/GetContextResponse/bat.txt b/docs/en/cli/ollama/GetContextResponse/bat.txt new file mode 100644 index 0000000000..4ff9817035 --- /dev/null +++ b/docs/en/cli/ollama/GetContextResponse/bat.txt @@ -0,0 +1,7 @@ +:: JSON data can also be passed as a path to a .json file + +oint ollama GetContextResponse ^ + --url "https://api.athenaeum.digital/ollama" ^ + --model "tinyllama" ^ + --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is an Enterprise Resource Planning (ERP) software system developed by Cognizant. It is designed to help businesses manage their finances, operations, and customer relationships in a unified platform. The main features of 1C:Enterprise include:\n\n1. Financial Management: Provides real-time financial insights to enable decision-making based on historical trends and forecasts.\n\n2. Operations Management: Automates business processes and optimizes operational efficiency with a comprehensive suite of tools.\n\n3. Customer Relationship Management (CRM): Enables customers to interact with the company seamlessly by providing personalized information, support, and service.\n\n4. Human Resource Management (HRM): Helps businesses manage employee data, onboarding, training, performance management, and HR policies efficiently.\n\n5. Supply Chain Management: Simplifies procurement processes with automated workflows, real-time reporting, and supplier selection tools.\n\n6. Business Intelligence (BI): Provides insights into business data to make informed decisions, and streamlines BI reporting through a centralized dashboard.\n\n7. Integration: Integrates 1C:Enterprise with other systems such as ERPs, CRMs, and HRMS, to facilitate data exchange and collaboration among different departments.\n\n8. Cloud-based: Provides access via the cloud, making it easy to use from anywhere with an internet connection.'},{'role':'user','content':'When the first version was released?'}]" ^ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/GetEmbeddings/bash.txt b/docs/en/cli/ollama/GetEmbeddings/bash.txt new file mode 100644 index 0000000000..85739723f3 --- /dev/null +++ b/docs/en/cli/ollama/GetEmbeddings/bash.txt @@ -0,0 +1,7 @@ +# JSON data can also be passed as a path to a .json file + +oint ollama GetEmbeddings \ + --url "https://api.athenaeum.digital/ollama" \ + --model "tinyllama" \ + --input "['Why is the sky blue?','Why is the grass green?']" \ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/GetEmbeddings/bat.txt b/docs/en/cli/ollama/GetEmbeddings/bat.txt new file mode 100644 index 0000000000..52ec53f258 --- /dev/null +++ b/docs/en/cli/ollama/GetEmbeddings/bat.txt @@ -0,0 +1,7 @@ +:: JSON data can also be passed as a path to a .json file + +oint ollama GetEmbeddings ^ + --url "https://api.athenaeum.digital/ollama" ^ + --model "tinyllama" ^ + --input "['Why is the sky blue?','Why is the grass green?']" ^ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/GetEmbeddingsParameterStructure/bash.txt b/docs/en/cli/ollama/GetEmbeddingsParameterStructure/bash.txt new file mode 100644 index 0000000000..cf5d1109d1 --- /dev/null +++ b/docs/en/cli/ollama/GetEmbeddingsParameterStructure/bash.txt @@ -0,0 +1,2 @@ +oint ollama GetEmbeddingsParameterStructure \ + --empty true \ No newline at end of file diff --git a/docs/en/cli/ollama/GetEmbeddingsParameterStructure/bat.txt b/docs/en/cli/ollama/GetEmbeddingsParameterStructure/bat.txt new file mode 100644 index 0000000000..69b2c2962e --- /dev/null +++ b/docs/en/cli/ollama/GetEmbeddingsParameterStructure/bat.txt @@ -0,0 +1,2 @@ +oint ollama GetEmbeddingsParameterStructure ^ + --empty true \ No newline at end of file diff --git a/docs/en/cli/ollama/GetRequestParameterStructure/bash.txt b/docs/en/cli/ollama/GetRequestParameterStructure/bash.txt new file mode 100644 index 0000000000..bb9c9d2c95 --- /dev/null +++ b/docs/en/cli/ollama/GetRequestParameterStructure/bash.txt @@ -0,0 +1,2 @@ +oint ollama GetRequestParameterStructure \ + --empty true \ No newline at end of file diff --git a/docs/en/cli/ollama/GetRequestParameterStructure/bat.txt b/docs/en/cli/ollama/GetRequestParameterStructure/bat.txt new file mode 100644 index 0000000000..85a73fb492 --- /dev/null +++ b/docs/en/cli/ollama/GetRequestParameterStructure/bat.txt @@ -0,0 +1,2 @@ +oint ollama GetRequestParameterStructure ^ + --empty true \ No newline at end of file diff --git a/docs/en/cli/ollama/GetResponse/bash.txt b/docs/en/cli/ollama/GetResponse/bash.txt new file mode 100644 index 0000000000..b5e7894578 --- /dev/null +++ b/docs/en/cli/ollama/GetResponse/bash.txt @@ -0,0 +1,7 @@ +# JSON data can also be passed as a path to a .json file + +oint ollama GetResponse \ + --url "https://api.athenaeum.digital/ollama" \ + --model "mario" \ + --prompt "How are you?" \ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/GetResponse/bat.txt b/docs/en/cli/ollama/GetResponse/bat.txt new file mode 100644 index 0000000000..0d13e1f297 --- /dev/null +++ b/docs/en/cli/ollama/GetResponse/bat.txt @@ -0,0 +1,7 @@ +:: JSON data can also be passed as a path to a .json file + +oint ollama GetResponse ^ + --url "https://api.athenaeum.digital/ollama" ^ + --model "mario" ^ + --prompt "How are you?" ^ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/GetVersion/bash.txt b/docs/en/cli/ollama/GetVersion/bash.txt new file mode 100644 index 0000000000..183a2ace86 --- /dev/null +++ b/docs/en/cli/ollama/GetVersion/bash.txt @@ -0,0 +1,5 @@ +# JSON data can also be passed as a path to a .json file + +oint ollama GetVersion \ + --url "https://api.athenaeum.digital/ollama" \ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/GetVersion/bat.txt b/docs/en/cli/ollama/GetVersion/bat.txt new file mode 100644 index 0000000000..c1c22791cf --- /dev/null +++ b/docs/en/cli/ollama/GetVersion/bat.txt @@ -0,0 +1,5 @@ +:: JSON data can also be passed as a path to a .json file + +oint ollama GetVersion ^ + --url "https://api.athenaeum.digital/ollama" ^ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/LoadModelToMemory/bash.txt b/docs/en/cli/ollama/LoadModelToMemory/bash.txt new file mode 100644 index 0000000000..0be7a86d04 --- /dev/null +++ b/docs/en/cli/ollama/LoadModelToMemory/bash.txt @@ -0,0 +1,7 @@ +# JSON data can also be passed as a path to a .json file + +oint ollama LoadModelToMemory \ + --url "https://api.athenaeum.digital/ollama" \ + --model "tinyllama" \ + --keep 500 \ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/LoadModelToMemory/bat.txt b/docs/en/cli/ollama/LoadModelToMemory/bat.txt new file mode 100644 index 0000000000..b09c41f65b --- /dev/null +++ b/docs/en/cli/ollama/LoadModelToMemory/bat.txt @@ -0,0 +1,7 @@ +:: JSON data can also be passed as a path to a .json file + +oint ollama LoadModelToMemory ^ + --url "https://api.athenaeum.digital/ollama" ^ + --model "tinyllama" ^ + --keep 500 ^ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/PullModel/bash.txt b/docs/en/cli/ollama/PullModel/bash.txt new file mode 100644 index 0000000000..541af09760 --- /dev/null +++ b/docs/en/cli/ollama/PullModel/bash.txt @@ -0,0 +1,6 @@ +# JSON data can also be passed as a path to a .json file + +oint ollama PullModel \ + --url "https://api.athenaeum.digital/ollama" \ + --model "bayselonarrend/tinyllama:latest" \ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/PullModel/bat.txt b/docs/en/cli/ollama/PullModel/bat.txt new file mode 100644 index 0000000000..0f843b51f0 --- /dev/null +++ b/docs/en/cli/ollama/PullModel/bat.txt @@ -0,0 +1,6 @@ +:: JSON data can also be passed as a path to a .json file + +oint ollama PullModel ^ + --url "https://api.athenaeum.digital/ollama" ^ + --model "bayselonarrend/tinyllama:latest" ^ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/PushBlob/bash.txt b/docs/en/cli/ollama/PushBlob/bash.txt new file mode 100644 index 0000000000..fdbe8e6ac4 --- /dev/null +++ b/docs/en/cli/ollama/PushBlob/bash.txt @@ -0,0 +1,6 @@ +# JSON data can also be passed as a path to a .json file + +oint ollama PushBlob \ + --url "https://api.athenaeum.digital/ollama" \ + --data "C:\Users\Administrator\AppData\Local\Temp\4p03xhfr0z4.tmp" \ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/PushBlob/bat.txt b/docs/en/cli/ollama/PushBlob/bat.txt new file mode 100644 index 0000000000..d32a2245ca --- /dev/null +++ b/docs/en/cli/ollama/PushBlob/bat.txt @@ -0,0 +1,6 @@ +:: JSON data can also be passed as a path to a .json file + +oint ollama PushBlob ^ + --url "https://api.athenaeum.digital/ollama" ^ + --data "C:\Users\Administrator\AppData\Local\Temp\4p03xhfr0z4.tmp" ^ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/UnloadModelFromMemory/bash.txt b/docs/en/cli/ollama/UnloadModelFromMemory/bash.txt new file mode 100644 index 0000000000..faea38b233 --- /dev/null +++ b/docs/en/cli/ollama/UnloadModelFromMemory/bash.txt @@ -0,0 +1,6 @@ +# JSON data can also be passed as a path to a .json file + +oint ollama UnloadModelFromMemory \ + --url "https://api.athenaeum.digital/ollama" \ + --model "tinyllama" \ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/UnloadModelFromMemory/bat.txt b/docs/en/cli/ollama/UnloadModelFromMemory/bat.txt new file mode 100644 index 0000000000..210fea5d43 --- /dev/null +++ b/docs/en/cli/ollama/UnloadModelFromMemory/bat.txt @@ -0,0 +1,6 @@ +:: JSON data can also be passed as a path to a .json file + +oint ollama UnloadModelFromMemory ^ + --url "https://api.athenaeum.digital/ollama" ^ + --model "tinyllama" ^ + --headers "{'Authorization':'Bearer 10KO-82RJ'}" \ No newline at end of file diff --git a/docs/en/cli/ozon/CreateFBODraft/bash.txt b/docs/en/cli/ozon/CreateFBODraft/bash.txt index 86911a0830..efa8338eba 100644 --- a/docs/en/cli/ozon/CreateFBODraft/bash.txt +++ b/docs/en/cli/ozon/CreateFBODraft/bash.txt @@ -3,5 +3,5 @@ oint ozon CreateFBODraft \ --clientid "***" \ --apikey "***" \ - --clusters 1 \ + --clusters 2 \ --items "{'1783161863':5,'1784654052':2}" \ No newline at end of file diff --git a/docs/en/cli/ozon/CreateFBODraft/bat.txt b/docs/en/cli/ozon/CreateFBODraft/bat.txt index f514881d87..6fe0458867 100644 --- a/docs/en/cli/ozon/CreateFBODraft/bat.txt +++ b/docs/en/cli/ozon/CreateFBODraft/bat.txt @@ -3,5 +3,5 @@ oint ozon CreateFBODraft ^ --clientid "***" ^ --apikey "***" ^ - --clusters 1 ^ + --clusters 2 ^ --items "{'1783161863':5,'1784654052':2}" \ No newline at end of file diff --git a/docs/en/cli/ozon/GetFBODraft/bash.txt b/docs/en/cli/ozon/GetFBODraft/bash.txt index 3677cbaab5..4c3d073379 100644 --- a/docs/en/cli/ozon/GetFBODraft/bash.txt +++ b/docs/en/cli/ozon/GetFBODraft/bash.txt @@ -1,4 +1,4 @@ oint ozon GetFBODraft \ --clientid "***" \ --apikey "***" \ - --oper "01951ce6-250e-7604-85f5-8b8751acd199" \ No newline at end of file + --oper "01968c0f-6eb1-77dc-8df4-d930396b6106" \ No newline at end of file diff --git a/docs/en/cli/ozon/GetFBODraft/bat.txt b/docs/en/cli/ozon/GetFBODraft/bat.txt index fd6e797b02..b0c4672ec0 100644 --- a/docs/en/cli/ozon/GetFBODraft/bat.txt +++ b/docs/en/cli/ozon/GetFBODraft/bat.txt @@ -1,4 +1,4 @@ oint ozon GetFBODraft ^ --clientid "***" ^ --apikey "***" ^ - --oper "01951ce6-250e-7604-85f5-8b8751acd199" \ No newline at end of file + --oper "01968c0f-6eb1-77dc-8df4-d930396b6106" \ No newline at end of file diff --git a/docs/en/cli/ozon/GetFBOTimeslots/bash.txt b/docs/en/cli/ozon/GetFBOTimeslots/bash.txt index a5f724d6b9..fcdda52c2d 100644 --- a/docs/en/cli/ozon/GetFBOTimeslots/bash.txt +++ b/docs/en/cli/ozon/GetFBOTimeslots/bash.txt @@ -1,7 +1,7 @@ oint ozon GetFBOTimeslots \ --clientid "***" \ --apikey "***" \ - --from "2025-02-19T09:30:46.9923093" \ - --to "2025-02-20T09:30:46.9923093" \ - --draft 43264076 \ - --whs 1020000759116000 \ No newline at end of file + --from "2025-05-01T16:36:09.8642896" \ + --to "2025-05-02T16:36:09.8642896" \ + --draft 50442790 \ + --whs 23903599483000 \ No newline at end of file diff --git a/docs/en/cli/ozon/GetFBOTimeslots/bat.txt b/docs/en/cli/ozon/GetFBOTimeslots/bat.txt index d804e046ac..9a7e097d61 100644 --- a/docs/en/cli/ozon/GetFBOTimeslots/bat.txt +++ b/docs/en/cli/ozon/GetFBOTimeslots/bat.txt @@ -1,7 +1,7 @@ oint ozon GetFBOTimeslots ^ --clientid "***" ^ --apikey "***" ^ - --from "2025-02-19T09:30:46.9923093" ^ - --to "2025-02-20T09:30:46.9923093" ^ - --draft 43264076 ^ - --whs 1020000759116000 \ No newline at end of file + --from "2025-05-01T16:36:09.8642896" ^ + --to "2025-05-02T16:36:09.8642896" ^ + --draft 50442790 ^ + --whs 23903599483000 \ No newline at end of file diff --git a/docs/en/cli/ozon/UpdateProductsPrices/bash.txt b/docs/en/cli/ozon/UpdateProductsPrices/bash.txt index f70e930aaf..bd2e090efc 100644 --- a/docs/en/cli/ozon/UpdateProductsPrices/bash.txt +++ b/docs/en/cli/ozon/UpdateProductsPrices/bash.txt @@ -3,4 +3,4 @@ oint ozon UpdateProductsPrices \ --clientid "***" \ --apikey "***" \ - --prices "{'auto_action_enabled':'DISABLED','currency_code':'RUB','min_price':'1300','offer_id':'143210610','old_price':'1400','price':'1300','price_strategy_enabled':'DISABLED','product_id':1580715275}" \ No newline at end of file + --prices "{'auto_action_enabled':'DISABLED','currency_code':'RUB','min_price':'1300','offer_id':'143210610','old_price':'1400','price':'1300','price_strategy_enabled':'DISABLED','product_id':1708120242}" \ No newline at end of file diff --git a/docs/en/cli/ozon/UpdateProductsPrices/bat.txt b/docs/en/cli/ozon/UpdateProductsPrices/bat.txt index 0317888195..1957c59009 100644 --- a/docs/en/cli/ozon/UpdateProductsPrices/bat.txt +++ b/docs/en/cli/ozon/UpdateProductsPrices/bat.txt @@ -3,4 +3,4 @@ oint ozon UpdateProductsPrices ^ --clientid "***" ^ --apikey "***" ^ - --prices "{'auto_action_enabled':'DISABLED','currency_code':'RUB','min_price':'1300','offer_id':'143210610','old_price':'1400','price':'1300','price_strategy_enabled':'DISABLED','product_id':1580715275}" \ No newline at end of file + --prices "{'auto_action_enabled':'DISABLED','currency_code':'RUB','min_price':'1300','offer_id':'143210610','old_price':'1400','price':'1300','price_strategy_enabled':'DISABLED','product_id':1708120242}" \ No newline at end of file diff --git a/docs/en/cli/ozon/UpdateProductsStocks/bash.txt b/docs/en/cli/ozon/UpdateProductsStocks/bash.txt index 9ee8cd3585..9199a5c744 100644 --- a/docs/en/cli/ozon/UpdateProductsStocks/bash.txt +++ b/docs/en/cli/ozon/UpdateProductsStocks/bash.txt @@ -3,4 +3,4 @@ oint ozon UpdateProductsStocks \ --clientid "***" \ --apikey "***" \ - --stocks "{'offer_id':'143210610','product_id':1580715275,'stock':20,'warehouse_id':1}" \ No newline at end of file + --stocks "{'offer_id':'143210610','product_id':1708120242,'stock':20,'warehouse_id':1}" \ No newline at end of file diff --git a/docs/en/cli/ozon/UpdateProductsStocks/bat.txt b/docs/en/cli/ozon/UpdateProductsStocks/bat.txt index 1347a8d774..b47e1de436 100644 --- a/docs/en/cli/ozon/UpdateProductsStocks/bat.txt +++ b/docs/en/cli/ozon/UpdateProductsStocks/bat.txt @@ -3,4 +3,4 @@ oint ozon UpdateProductsStocks ^ --clientid "***" ^ --apikey "***" ^ - --stocks "{'offer_id':'143210610','product_id':1580715275,'stock':20,'warehouse_id':1}" \ No newline at end of file + --stocks "{'offer_id':'143210610','product_id':1708120242,'stock':20,'warehouse_id':1}" \ No newline at end of file diff --git a/docs/en/cli/postgres/AddRecords/bash.txt b/docs/en/cli/postgres/AddRecords/bash.txt index 314d594fdd..ec1e35d610 100644 --- a/docs/en/cli/postgres/AddRecords/bash.txt +++ b/docs/en/cli/postgres/AddRecords/bash.txt @@ -1,5 +1,5 @@ oint postgres AddRecords \ --table "testtable" \ - --rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\tfe5wfmanec.tmp'},'ts_field':{'TIMESTAMP':'2025-04-06T15:47:47.1677228Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-04-06T15:47:47.1677228+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-04-06T15:47:47.1677228Z'},'time_field':{'TIME':'2025-04-06T15:47:47.1677228Z'},'uuid_field':{'UUID':'994c6c6d-4ea1-456b-8379-afbedfbbcc3c'}}]" \ + --rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\zkkidnkfmtp.tmp'},'ts_field':{'TIMESTAMP':'2025-05-01T15:58:17.5128165Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-05-01T15:58:17.5128165+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-05-01T15:58:17.5128165Z'},'time_field':{'TIME':'2025-05-01T15:58:17.5128165Z'},'uuid_field':{'UUID':'1cebd419-333c-49ff-bc1e-fc57445b8e22'}}]" \ --trn true \ --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ No newline at end of file diff --git a/docs/en/cli/postgres/AddRecords/bat.txt b/docs/en/cli/postgres/AddRecords/bat.txt index 0f9a904bd8..fc9bdd7afd 100644 --- a/docs/en/cli/postgres/AddRecords/bat.txt +++ b/docs/en/cli/postgres/AddRecords/bat.txt @@ -1,5 +1,5 @@ oint postgres AddRecords ^ --table "testtable" ^ - --rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\tfe5wfmanec.tmp'},'ts_field':{'TIMESTAMP':'2025-04-06T15:47:47.1677228Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-04-06T15:47:47.1677228+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-04-06T15:47:47.1677228Z'},'time_field':{'TIME':'2025-04-06T15:47:47.1677228Z'},'uuid_field':{'UUID':'994c6c6d-4ea1-456b-8379-afbedfbbcc3c'}}]" ^ + --rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\zkkidnkfmtp.tmp'},'ts_field':{'TIMESTAMP':'2025-05-01T15:58:17.5128165Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-05-01T15:58:17.5128165+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-05-01T15:58:17.5128165Z'},'time_field':{'TIME':'2025-05-01T15:58:17.5128165Z'},'uuid_field':{'UUID':'1cebd419-333c-49ff-bc1e-fc57445b8e22'}}]" ^ --trn true ^ --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ No newline at end of file diff --git a/docs/en/cli/s3/AbortMultipartUpload/bash.txt b/docs/en/cli/s3/AbortMultipartUpload/bash.txt index f9ddfdfb78..3ee73ad4d5 100644 --- a/docs/en/cli/s3/AbortMultipartUpload/bash.txt +++ b/docs/en/cli/s3/AbortMultipartUpload/bash.txt @@ -4,4 +4,4 @@ oint s3 AbortMultipartUpload \ --name "fileChunked.mp3" \ --bucket "opi-gpbucket3" \ --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ - --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjcwZjZkMDNlLTM1YzEtNGZlMC05Y2JmLThhNWIzZGFlMjk4NQ" \ No newline at end of file + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjJjMzk1NTAxLTdiNzctNDhjMy05YTlhLTA2OTE1ZThhMTg3Mg" \ No newline at end of file diff --git a/docs/en/cli/s3/AbortMultipartUpload/bat.txt b/docs/en/cli/s3/AbortMultipartUpload/bat.txt index e47ff6d8d9..f07789c6e8 100644 --- a/docs/en/cli/s3/AbortMultipartUpload/bat.txt +++ b/docs/en/cli/s3/AbortMultipartUpload/bat.txt @@ -4,4 +4,4 @@ oint s3 AbortMultipartUpload ^ --name "fileChunked.mp3" ^ --bucket "opi-gpbucket3" ^ --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ - --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjcwZjZkMDNlLTM1YzEtNGZlMC05Y2JmLThhNWIzZGFlMjk4NQ" \ No newline at end of file + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjJjMzk1NTAxLTdiNzctNDhjMy05YTlhLTA2OTE1ZThhMTg3Mg" \ No newline at end of file diff --git a/docs/en/cli/s3/FinishPartsUpload/bash.txt b/docs/en/cli/s3/FinishPartsUpload/bash.txt index aa686fb615..b683334bd5 100644 --- a/docs/en/cli/s3/FinishPartsUpload/bash.txt +++ b/docs/en/cli/s3/FinishPartsUpload/bash.txt @@ -4,5 +4,5 @@ oint s3 FinishPartsUpload \ --name "fileChunked.mp3" \ --bucket "opi-gpbucket3" \ --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ - --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjljNGZkNzAyLTYzMDYtNGYzYy1iNTkyLTMzNDdiM2JjNzEzNw" \ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjlhMjAxMWZkLTBkZjktNDEwYi05Y2ZmLWNhMDM5MTM3ZDViZQ" \ --tags "['\"566e2d464b39b91eb8b5d89fb9f1a318\"','\"adb76a9a9ff8226ed08fb6f343102908\"']" \ No newline at end of file diff --git a/docs/en/cli/s3/FinishPartsUpload/bat.txt b/docs/en/cli/s3/FinishPartsUpload/bat.txt index f4492b3347..a9bb334f42 100644 --- a/docs/en/cli/s3/FinishPartsUpload/bat.txt +++ b/docs/en/cli/s3/FinishPartsUpload/bat.txt @@ -4,5 +4,5 @@ oint s3 FinishPartsUpload ^ --name "fileChunked.mp3" ^ --bucket "opi-gpbucket3" ^ --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ - --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjljNGZkNzAyLTYzMDYtNGYzYy1iNTkyLTMzNDdiM2JjNzEzNw" ^ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjlhMjAxMWZkLTBkZjktNDEwYi05Y2ZmLWNhMDM5MTM3ZDViZQ" ^ --tags "['\"566e2d464b39b91eb8b5d89fb9f1a318\"','\"adb76a9a9ff8226ed08fb6f343102908\"']" \ No newline at end of file diff --git a/docs/en/cli/s3/PutBucketEncryption/bash.txt b/docs/en/cli/s3/PutBucketEncryption/bash.txt index 36e861e246..b8ce979127 100644 --- a/docs/en/cli/s3/PutBucketEncryption/bash.txt +++ b/docs/en/cli/s3/PutBucketEncryption/bash.txt @@ -3,5 +3,5 @@ oint s3 PutBucketEncryption \ --name "opi-newbucket2" \ --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ - --conf "C:\Users\Administrator\AppData\Local\Temp\yia0vkweqk4.xml" \ + --conf "C:\Users\Administrator\AppData\Local\Temp\1s2gmljcr3w.xml" \ --dir false \ No newline at end of file diff --git a/docs/en/cli/s3/PutBucketEncryption/bat.txt b/docs/en/cli/s3/PutBucketEncryption/bat.txt index 8d33ef5585..bf1a31ad3c 100644 --- a/docs/en/cli/s3/PutBucketEncryption/bat.txt +++ b/docs/en/cli/s3/PutBucketEncryption/bat.txt @@ -3,5 +3,5 @@ oint s3 PutBucketEncryption ^ --name "opi-newbucket2" ^ --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ - --conf "C:\Users\Administrator\AppData\Local\Temp\yia0vkweqk4.xml" ^ + --conf "C:\Users\Administrator\AppData\Local\Temp\1s2gmljcr3w.xml" ^ --dir false \ No newline at end of file diff --git a/docs/en/cli/s3/UploadObjectPart/bash.txt b/docs/en/cli/s3/UploadObjectPart/bash.txt index a804057f80..276600f2b5 100644 --- a/docs/en/cli/s3/UploadObjectPart/bash.txt +++ b/docs/en/cli/s3/UploadObjectPart/bash.txt @@ -4,6 +4,6 @@ oint s3 UploadObjectPart \ --name "fileChunked.mp3" \ --bucket "opi-gpbucket3" \ --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ - --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjljNGZkNzAyLTYzMDYtNGYzYy1iNTkyLTMzNDdiM2JjNzEzNw" \ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjlhMjAxMWZkLTBkZjktNDEwYi05Y2ZmLWNhMDM5MTM3ZDViZQ" \ --part 2 \ - --content "C:\Users\Administrator\AppData\Local\Temp\nlf5ymoctur.tmp" \ No newline at end of file + --content "C:\Users\Administrator\AppData\Local\Temp\zrcs0zhfyrr.tmp" \ No newline at end of file diff --git a/docs/en/cli/s3/UploadObjectPart/bat.txt b/docs/en/cli/s3/UploadObjectPart/bat.txt index 87cf0480eb..6767709fb6 100644 --- a/docs/en/cli/s3/UploadObjectPart/bat.txt +++ b/docs/en/cli/s3/UploadObjectPart/bat.txt @@ -4,6 +4,6 @@ oint s3 UploadObjectPart ^ --name "fileChunked.mp3" ^ --bucket "opi-gpbucket3" ^ --basic "{'URL':'storage-155.s3hoster.by','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ - --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjljNGZkNzAyLTYzMDYtNGYzYy1iNTkyLTMzNDdiM2JjNzEzNw" ^ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjlhMjAxMWZkLTBkZjktNDEwYi05Y2ZmLWNhMDM5MTM3ZDViZQ" ^ --part 2 ^ - --content "C:\Users\Administrator\AppData\Local\Temp\nlf5ymoctur.tmp" \ No newline at end of file + --content "C:\Users\Administrator\AppData\Local\Temp\zrcs0zhfyrr.tmp" \ No newline at end of file diff --git a/docs/en/cli/slack/ArchiveChannel/bash.txt b/docs/en/cli/slack/ArchiveChannel/bash.txt index c6767cf1d0..b6c8247a61 100644 --- a/docs/en/cli/slack/ArchiveChannel/bash.txt +++ b/docs/en/cli/slack/ArchiveChannel/bash.txt @@ -1,3 +1,3 @@ oint slack ArchiveChannel \ --token "***" \ - --channel "C08LWTSRTQV" \ No newline at end of file + --channel "C08R6G47KKJ" \ No newline at end of file diff --git a/docs/en/cli/slack/ArchiveChannel/bat.txt b/docs/en/cli/slack/ArchiveChannel/bat.txt index 09fa578e1e..9afde1095a 100644 --- a/docs/en/cli/slack/ArchiveChannel/bat.txt +++ b/docs/en/cli/slack/ArchiveChannel/bat.txt @@ -1,3 +1,3 @@ oint slack ArchiveChannel ^ --token "***" ^ - --channel "C08LWTSRTQV" \ No newline at end of file + --channel "C08R6G47KKJ" \ 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 30dc34619f..5fd5943592 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 "testconv20f47826-412f-4593-9d32-d665845917ec" \ + --title "testconvf9cf16cc-ef2b-4efd-8043-c3e941bf9ef9" \ --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 b195004542..9a7c356db9 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 "testconv20f47826-412f-4593-9d32-d665845917ec" ^ + --title "testconvf9cf16cc-ef2b-4efd-8043-c3e941bf9ef9" ^ --private false \ No newline at end of file diff --git a/docs/en/cli/slack/DeleteExternalFile/bash.txt b/docs/en/cli/slack/DeleteExternalFile/bash.txt index 22daec92bf..021102056c 100644 --- a/docs/en/cli/slack/DeleteExternalFile/bash.txt +++ b/docs/en/cli/slack/DeleteExternalFile/bash.txt @@ -1,3 +1,3 @@ oint slack DeleteExternalFile \ --token "***" \ - --fileid "F08M1GYCFQT" \ No newline at end of file + --fileid "F08QVMC3541" \ No newline at end of file diff --git a/docs/en/cli/slack/DeleteExternalFile/bat.txt b/docs/en/cli/slack/DeleteExternalFile/bat.txt index ca7f194ceb..b5bdff1b2a 100644 --- a/docs/en/cli/slack/DeleteExternalFile/bat.txt +++ b/docs/en/cli/slack/DeleteExternalFile/bat.txt @@ -1,3 +1,3 @@ oint slack DeleteExternalFile ^ --token "***" ^ - --fileid "F08M1GYCFQT" \ No newline at end of file + --fileid "F08QVMC3541" \ No newline at end of file diff --git a/docs/en/cli/slack/DeleteFile/bash.txt b/docs/en/cli/slack/DeleteFile/bash.txt index 0661bace27..d58df38680 100644 --- a/docs/en/cli/slack/DeleteFile/bash.txt +++ b/docs/en/cli/slack/DeleteFile/bash.txt @@ -1,3 +1,3 @@ oint slack DeleteFile \ --token "***" \ - --fileid "F08M9K5PCN5" \ No newline at end of file + --fileid "F08QA0K6ZLN" \ No newline at end of file diff --git a/docs/en/cli/slack/DeleteFile/bat.txt b/docs/en/cli/slack/DeleteFile/bat.txt index e9b966180c..70f0f70018 100644 --- a/docs/en/cli/slack/DeleteFile/bat.txt +++ b/docs/en/cli/slack/DeleteFile/bat.txt @@ -1,3 +1,3 @@ oint slack DeleteFile ^ --token "***" ^ - --fileid "F08M9K5PCN5" \ No newline at end of file + --fileid "F08QA0K6ZLN" \ No newline at end of file diff --git a/docs/en/cli/slack/DeleteMessage/bash.txt b/docs/en/cli/slack/DeleteMessage/bash.txt index c896b1b970..c43960f6e9 100644 --- a/docs/en/cli/slack/DeleteMessage/bash.txt +++ b/docs/en/cli/slack/DeleteMessage/bash.txt @@ -1,4 +1,4 @@ oint slack DeleteMessage \ --token "***" \ --channel "C06UFNUTKUL" \ - --stamp "1743944473.312339" \ No newline at end of file + --stamp "1746105135.143909" \ No newline at end of file diff --git a/docs/en/cli/slack/DeleteMessage/bat.txt b/docs/en/cli/slack/DeleteMessage/bat.txt index 4db9708d56..b857cc2ce7 100644 --- a/docs/en/cli/slack/DeleteMessage/bat.txt +++ b/docs/en/cli/slack/DeleteMessage/bat.txt @@ -1,4 +1,4 @@ oint slack DeleteMessage ^ --token "***" ^ --channel "C06UFNUTKUL" ^ - --stamp "1743944473.312339" \ No newline at end of file + --stamp "1746105135.143909" \ No newline at end of file diff --git a/docs/en/cli/slack/EditMessage/bash.txt b/docs/en/cli/slack/EditMessage/bash.txt index d4628c503d..694b7f5cc0 100644 --- a/docs/en/cli/slack/EditMessage/bash.txt +++ b/docs/en/cli/slack/EditMessage/bash.txt @@ -1,5 +1,5 @@ oint slack EditMessage \ --token "***" \ --channel "C06UFNUTKUL" \ - --stamp "1743944473.312339" \ + --stamp "1746105135.143909" \ --text "TestMessage2" \ No newline at end of file diff --git a/docs/en/cli/slack/EditMessage/bat.txt b/docs/en/cli/slack/EditMessage/bat.txt index 7ba55d07d8..d552fb01f4 100644 --- a/docs/en/cli/slack/EditMessage/bat.txt +++ b/docs/en/cli/slack/EditMessage/bat.txt @@ -1,5 +1,5 @@ oint slack EditMessage ^ --token "***" ^ --channel "C06UFNUTKUL" ^ - --stamp "1743944473.312339" ^ + --stamp "1746105135.143909" ^ --text "TestMessage2" \ No newline at end of file diff --git a/docs/en/cli/slack/GetChannel/bash.txt b/docs/en/cli/slack/GetChannel/bash.txt index cee139999a..1278ca5a5d 100644 --- a/docs/en/cli/slack/GetChannel/bash.txt +++ b/docs/en/cli/slack/GetChannel/bash.txt @@ -1,3 +1,3 @@ oint slack GetChannel \ --token "***" \ - --channel "C08LWTSRTQV" \ No newline at end of file + --channel "C08R6G47KKJ" \ No newline at end of file diff --git a/docs/en/cli/slack/GetChannel/bat.txt b/docs/en/cli/slack/GetChannel/bat.txt index f6f9be9fe8..522a3ed413 100644 --- a/docs/en/cli/slack/GetChannel/bat.txt +++ b/docs/en/cli/slack/GetChannel/bat.txt @@ -1,3 +1,3 @@ oint slack GetChannel ^ --token "***" ^ - --channel "C08LWTSRTQV" \ No newline at end of file + --channel "C08R6G47KKJ" \ No newline at end of file diff --git a/docs/en/cli/slack/GetChannelHistory/bash.txt b/docs/en/cli/slack/GetChannelHistory/bash.txt index 42ff1fd32d..f3dfb464ce 100644 --- a/docs/en/cli/slack/GetChannelHistory/bash.txt +++ b/docs/en/cli/slack/GetChannelHistory/bash.txt @@ -1,3 +1,3 @@ oint slack GetChannelHistory \ --token "***" \ - --channel "C08LWTSRTQV" \ No newline at end of file + --channel "C08R6G47KKJ" \ No newline at end of file diff --git a/docs/en/cli/slack/GetChannelHistory/bat.txt b/docs/en/cli/slack/GetChannelHistory/bat.txt index 8953bff549..fff6c8199b 100644 --- a/docs/en/cli/slack/GetChannelHistory/bat.txt +++ b/docs/en/cli/slack/GetChannelHistory/bat.txt @@ -1,3 +1,3 @@ oint slack GetChannelHistory ^ --token "***" ^ - --channel "C08LWTSRTQV" \ No newline at end of file + --channel "C08R6G47KKJ" \ No newline at end of file diff --git a/docs/en/cli/slack/GetChannelUserList/bash.txt b/docs/en/cli/slack/GetChannelUserList/bash.txt index d0496158b0..1259d4d6d2 100644 --- a/docs/en/cli/slack/GetChannelUserList/bash.txt +++ b/docs/en/cli/slack/GetChannelUserList/bash.txt @@ -1,3 +1,3 @@ oint slack GetChannelUserList \ --token "***" \ - --channel "C08LWTSRTQV" \ No newline at end of file + --channel "C08R6G47KKJ" \ No newline at end of file diff --git a/docs/en/cli/slack/GetChannelUserList/bat.txt b/docs/en/cli/slack/GetChannelUserList/bat.txt index 5860b902b9..cd2af100ac 100644 --- a/docs/en/cli/slack/GetChannelUserList/bat.txt +++ b/docs/en/cli/slack/GetChannelUserList/bat.txt @@ -1,3 +1,3 @@ oint slack GetChannelUserList ^ --token "***" ^ - --channel "C08LWTSRTQV" \ No newline at end of file + --channel "C08R6G47KKJ" \ No newline at end of file diff --git a/docs/en/cli/slack/GetExternalFile/bash.txt b/docs/en/cli/slack/GetExternalFile/bash.txt index 963750f547..98c5955e4e 100644 --- a/docs/en/cli/slack/GetExternalFile/bash.txt +++ b/docs/en/cli/slack/GetExternalFile/bash.txt @@ -1,3 +1,3 @@ oint slack GetExternalFile \ --token "***" \ - --fileid "F08M1GYCFQT" \ No newline at end of file + --fileid "F08QVMC3541" \ No newline at end of file diff --git a/docs/en/cli/slack/GetExternalFile/bat.txt b/docs/en/cli/slack/GetExternalFile/bat.txt index 3b6b0895d2..97c1ad7edc 100644 --- a/docs/en/cli/slack/GetExternalFile/bat.txt +++ b/docs/en/cli/slack/GetExternalFile/bat.txt @@ -1,3 +1,3 @@ oint slack GetExternalFile ^ --token "***" ^ - --fileid "F08M1GYCFQT" \ No newline at end of file + --fileid "F08QVMC3541" \ No newline at end of file diff --git a/docs/en/cli/slack/GetFileData/bash.txt b/docs/en/cli/slack/GetFileData/bash.txt index 3ba0d05875..fc21758e96 100644 --- a/docs/en/cli/slack/GetFileData/bash.txt +++ b/docs/en/cli/slack/GetFileData/bash.txt @@ -1,3 +1,3 @@ oint slack GetFileData \ --token "***" \ - --fileid "F08M9K5PCN5" \ No newline at end of file + --fileid "F08QA0K6ZLN" \ No newline at end of file diff --git a/docs/en/cli/slack/GetFileData/bat.txt b/docs/en/cli/slack/GetFileData/bat.txt index 9923b492c4..e3453c901b 100644 --- a/docs/en/cli/slack/GetFileData/bat.txt +++ b/docs/en/cli/slack/GetFileData/bat.txt @@ -1,3 +1,3 @@ oint slack GetFileData ^ --token "***" ^ - --fileid "F08M9K5PCN5" \ No newline at end of file + --fileid "F08QA0K6ZLN" \ No newline at end of file diff --git a/docs/en/cli/slack/GetMessageLink/bash.txt b/docs/en/cli/slack/GetMessageLink/bash.txt index 5a33de1fb1..9924c91306 100644 --- a/docs/en/cli/slack/GetMessageLink/bash.txt +++ b/docs/en/cli/slack/GetMessageLink/bash.txt @@ -1,4 +1,4 @@ oint slack GetMessageLink \ --token "***" \ --channel "C06UFNUTKUL" \ - --stamp "1743944473.312339" \ No newline at end of file + --stamp "1746105135.143909" \ No newline at end of file diff --git a/docs/en/cli/slack/GetMessageLink/bat.txt b/docs/en/cli/slack/GetMessageLink/bat.txt index 940949f95d..25a17ca433 100644 --- a/docs/en/cli/slack/GetMessageLink/bat.txt +++ b/docs/en/cli/slack/GetMessageLink/bat.txt @@ -1,4 +1,4 @@ oint slack GetMessageLink ^ --token "***" ^ --channel "C06UFNUTKUL" ^ - --stamp "1743944473.312339" \ No newline at end of file + --stamp "1746105135.143909" \ No newline at end of file diff --git a/docs/en/cli/slack/GetMessageReplyList/bash.txt b/docs/en/cli/slack/GetMessageReplyList/bash.txt index 021e7267c1..bebe69d6a4 100644 --- a/docs/en/cli/slack/GetMessageReplyList/bash.txt +++ b/docs/en/cli/slack/GetMessageReplyList/bash.txt @@ -1,4 +1,4 @@ oint slack GetMessageReplyList \ --token "***" \ --channel "C06UFNUTKUL" \ - --stamp "1743944473.312339" \ No newline at end of file + --stamp "1746105135.143909" \ No newline at end of file diff --git a/docs/en/cli/slack/GetMessageReplyList/bat.txt b/docs/en/cli/slack/GetMessageReplyList/bat.txt index dd21021e10..75c2d2f056 100644 --- a/docs/en/cli/slack/GetMessageReplyList/bat.txt +++ b/docs/en/cli/slack/GetMessageReplyList/bat.txt @@ -1,4 +1,4 @@ oint slack GetMessageReplyList ^ --token "***" ^ --channel "C06UFNUTKUL" ^ - --stamp "1743944473.312339" \ No newline at end of file + --stamp "1746105135.143909" \ No newline at end of file diff --git a/docs/en/cli/slack/InviteUsersToChannel/bash.txt b/docs/en/cli/slack/InviteUsersToChannel/bash.txt index 3e06ce0519..32181b9013 100644 --- a/docs/en/cli/slack/InviteUsersToChannel/bash.txt +++ b/docs/en/cli/slack/InviteUsersToChannel/bash.txt @@ -1,4 +1,4 @@ oint slack InviteUsersToChannel \ --token "***" \ - --channel "C08LWTSRTQV" \ + --channel "C08R6G47KKJ" \ --users "U06UABH3APP" \ No newline at end of file diff --git a/docs/en/cli/slack/InviteUsersToChannel/bat.txt b/docs/en/cli/slack/InviteUsersToChannel/bat.txt index b8eadaae07..b41bde6cf7 100644 --- a/docs/en/cli/slack/InviteUsersToChannel/bat.txt +++ b/docs/en/cli/slack/InviteUsersToChannel/bat.txt @@ -1,4 +1,4 @@ oint slack InviteUsersToChannel ^ --token "***" ^ - --channel "C08LWTSRTQV" ^ + --channel "C08R6G47KKJ" ^ --users "U06UABH3APP" \ No newline at end of file diff --git a/docs/en/cli/slack/JoinChannel/bash.txt b/docs/en/cli/slack/JoinChannel/bash.txt index b98931a52b..ee7be8b187 100644 --- a/docs/en/cli/slack/JoinChannel/bash.txt +++ b/docs/en/cli/slack/JoinChannel/bash.txt @@ -1,3 +1,3 @@ oint slack JoinChannel \ --token "***" \ - --channel "C08LWTSRTQV" \ No newline at end of file + --channel "C08R6G47KKJ" \ No newline at end of file diff --git a/docs/en/cli/slack/JoinChannel/bat.txt b/docs/en/cli/slack/JoinChannel/bat.txt index 963d7b4fda..852034e42d 100644 --- a/docs/en/cli/slack/JoinChannel/bat.txt +++ b/docs/en/cli/slack/JoinChannel/bat.txt @@ -1,3 +1,3 @@ oint slack JoinChannel ^ --token "***" ^ - --channel "C08LWTSRTQV" \ No newline at end of file + --channel "C08R6G47KKJ" \ No newline at end of file diff --git a/docs/en/cli/slack/KickUserFromChannel/bash.txt b/docs/en/cli/slack/KickUserFromChannel/bash.txt index cfbd574178..9d3a92151c 100644 --- a/docs/en/cli/slack/KickUserFromChannel/bash.txt +++ b/docs/en/cli/slack/KickUserFromChannel/bash.txt @@ -1,4 +1,4 @@ oint slack KickUserFromChannel \ --token "***" \ - --channel "C08LWTSRTQV" \ + --channel "C08R6G47KKJ" \ --user "U06UABH3APP" \ No newline at end of file diff --git a/docs/en/cli/slack/KickUserFromChannel/bat.txt b/docs/en/cli/slack/KickUserFromChannel/bat.txt index 7c988aaf71..09e5c9cd83 100644 --- a/docs/en/cli/slack/KickUserFromChannel/bat.txt +++ b/docs/en/cli/slack/KickUserFromChannel/bat.txt @@ -1,4 +1,4 @@ oint slack KickUserFromChannel ^ --token "***" ^ - --channel "C08LWTSRTQV" ^ + --channel "C08R6G47KKJ" ^ --user "U06UABH3APP" \ No newline at end of file diff --git a/docs/en/cli/slack/LeaveChannel/bash.txt b/docs/en/cli/slack/LeaveChannel/bash.txt index 5a0d2c609c..79b97595a7 100644 --- a/docs/en/cli/slack/LeaveChannel/bash.txt +++ b/docs/en/cli/slack/LeaveChannel/bash.txt @@ -1,3 +1,3 @@ oint slack LeaveChannel \ --token "***" \ - --channel "C08LWTSRTQV" \ No newline at end of file + --channel "C08R6G47KKJ" \ No newline at end of file diff --git a/docs/en/cli/slack/LeaveChannel/bat.txt b/docs/en/cli/slack/LeaveChannel/bat.txt index db794192b1..e5a1466c2c 100644 --- a/docs/en/cli/slack/LeaveChannel/bat.txt +++ b/docs/en/cli/slack/LeaveChannel/bat.txt @@ -1,3 +1,3 @@ oint slack LeaveChannel ^ --token "***" ^ - --channel "C08LWTSRTQV" \ No newline at end of file + --channel "C08R6G47KKJ" \ No newline at end of file diff --git a/docs/en/cli/slack/MakeFilePrivate/bash.txt b/docs/en/cli/slack/MakeFilePrivate/bash.txt index b3abb5bfde..a57afd1a64 100644 --- a/docs/en/cli/slack/MakeFilePrivate/bash.txt +++ b/docs/en/cli/slack/MakeFilePrivate/bash.txt @@ -1,3 +1,3 @@ oint slack MakeFilePrivate \ --token "***" \ - --fileid "F08M9K5PCN5" \ No newline at end of file + --fileid "F08QA0K6ZLN" \ No newline at end of file diff --git a/docs/en/cli/slack/MakeFilePrivate/bat.txt b/docs/en/cli/slack/MakeFilePrivate/bat.txt index 9e8da03a46..40d61e6204 100644 --- a/docs/en/cli/slack/MakeFilePrivate/bat.txt +++ b/docs/en/cli/slack/MakeFilePrivate/bat.txt @@ -1,3 +1,3 @@ oint slack MakeFilePrivate ^ --token "***" ^ - --fileid "F08M9K5PCN5" \ No newline at end of file + --fileid "F08QA0K6ZLN" \ No newline at end of file diff --git a/docs/en/cli/slack/MakeFilePublic/bash.txt b/docs/en/cli/slack/MakeFilePublic/bash.txt index 0bd42ca227..973ed3a665 100644 --- a/docs/en/cli/slack/MakeFilePublic/bash.txt +++ b/docs/en/cli/slack/MakeFilePublic/bash.txt @@ -1,3 +1,3 @@ oint slack MakeFilePublic \ --token "***" \ - --fileid "F08M9K5PCN5" \ No newline at end of file + --fileid "F08QA0K6ZLN" \ No newline at end of file diff --git a/docs/en/cli/slack/MakeFilePublic/bat.txt b/docs/en/cli/slack/MakeFilePublic/bat.txt index d618263776..fa470a054a 100644 --- a/docs/en/cli/slack/MakeFilePublic/bat.txt +++ b/docs/en/cli/slack/MakeFilePublic/bat.txt @@ -1,3 +1,3 @@ oint slack MakeFilePublic ^ --token "***" ^ - --fileid "F08M9K5PCN5" \ No newline at end of file + --fileid "F08QA0K6ZLN" \ No newline at end of file diff --git a/docs/en/cli/slack/RenameChannel/bash.txt b/docs/en/cli/slack/RenameChannel/bash.txt index bbdcb29ab5..c7111b74ae 100644 --- a/docs/en/cli/slack/RenameChannel/bash.txt +++ b/docs/en/cli/slack/RenameChannel/bash.txt @@ -1,4 +1,4 @@ oint slack RenameChannel \ --token "***" \ - --channel "C08LWTSRTQV" \ - --title "testconva73bd8d7-037c-422e-9d2c-7390d6184b6e" \ No newline at end of file + --channel "C08R6G47KKJ" \ + --title "testconvabb9ce52-1c0b-48e6-b7e5-2e8b264e3861" \ No newline at end of file diff --git a/docs/en/cli/slack/RenameChannel/bat.txt b/docs/en/cli/slack/RenameChannel/bat.txt index 92e44be5f6..12ee257026 100644 --- a/docs/en/cli/slack/RenameChannel/bat.txt +++ b/docs/en/cli/slack/RenameChannel/bat.txt @@ -1,4 +1,4 @@ oint slack RenameChannel ^ --token "***" ^ - --channel "C08LWTSRTQV" ^ - --title "testconva73bd8d7-037c-422e-9d2c-7390d6184b6e" \ No newline at end of file + --channel "C08R6G47KKJ" ^ + --title "testconvabb9ce52-1c0b-48e6-b7e5-2e8b264e3861" \ No newline at end of file diff --git a/docs/en/cli/slack/SendExternalFile/bash.txt b/docs/en/cli/slack/SendExternalFile/bash.txt index 0724d45702..63ab216df9 100644 --- a/docs/en/cli/slack/SendExternalFile/bash.txt +++ b/docs/en/cli/slack/SendExternalFile/bash.txt @@ -1,4 +1,4 @@ oint slack SendExternalFile \ --token "***" \ - --fileid "F08M1GYCFQT" \ + --fileid "F08QVMC3541" \ --channels "C06UFNUTKUL" \ No newline at end of file diff --git a/docs/en/cli/slack/SendExternalFile/bat.txt b/docs/en/cli/slack/SendExternalFile/bat.txt index 8129c30ac4..9adad0d07f 100644 --- a/docs/en/cli/slack/SendExternalFile/bat.txt +++ b/docs/en/cli/slack/SendExternalFile/bat.txt @@ -1,4 +1,4 @@ oint slack SendExternalFile ^ --token "***" ^ - --fileid "F08M1GYCFQT" ^ + --fileid "F08QVMC3541" ^ --channels "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 d26db325fe..2b7c5f0bc8 100644 --- a/docs/en/cli/slack/SendMessage/bash.txt +++ b/docs/en/cli/slack/SendMessage/bash.txt @@ -2,4 +2,4 @@ oint slack SendMessage \ --token "***" \ --channel "C06UFNUTKUL" \ --text "Sheduled message" \ - --date "2025-04-07T16:01:17.5454188" \ No newline at end of file + --date "2025-05-02T16:12:19.051193" \ 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 984a844bb7..620f0c8370 100644 --- a/docs/en/cli/slack/SendMessage/bat.txt +++ b/docs/en/cli/slack/SendMessage/bat.txt @@ -2,4 +2,4 @@ oint slack SendMessage ^ --token "***" ^ --channel "C06UFNUTKUL" ^ --text "Sheduled message" ^ - --date "2025-04-07T16:01:17.5454188" \ No newline at end of file + --date "2025-05-02T16:12:19.051193" \ No newline at end of file diff --git a/docs/en/cli/slack/SetChannelGoal/bash.txt b/docs/en/cli/slack/SetChannelGoal/bash.txt index 861478b345..521c65846c 100644 --- a/docs/en/cli/slack/SetChannelGoal/bash.txt +++ b/docs/en/cli/slack/SetChannelGoal/bash.txt @@ -1,4 +1,4 @@ oint slack SetChannelGoal \ --token "***" \ - --channel "C08LWTSRTQV" \ + --channel "C08R6G47KKJ" \ --purpose "TestGoal" \ No newline at end of file diff --git a/docs/en/cli/slack/SetChannelGoal/bat.txt b/docs/en/cli/slack/SetChannelGoal/bat.txt index 25caf95d10..2bf4b21b4a 100644 --- a/docs/en/cli/slack/SetChannelGoal/bat.txt +++ b/docs/en/cli/slack/SetChannelGoal/bat.txt @@ -1,4 +1,4 @@ oint slack SetChannelGoal ^ --token "***" ^ - --channel "C08LWTSRTQV" ^ + --channel "C08R6G47KKJ" ^ --purpose "TestGoal" \ No newline at end of file diff --git a/docs/en/cli/slack/SetChannelTopic/bash.txt b/docs/en/cli/slack/SetChannelTopic/bash.txt index a3941ee51a..2f425756bc 100644 --- a/docs/en/cli/slack/SetChannelTopic/bash.txt +++ b/docs/en/cli/slack/SetChannelTopic/bash.txt @@ -1,4 +1,4 @@ oint slack SetChannelTopic \ --token "***" \ - --channel "C08LWTSRTQV" \ + --channel "C08R6G47KKJ" \ --theme "TestTopic" \ No newline at end of file diff --git a/docs/en/cli/slack/SetChannelTopic/bat.txt b/docs/en/cli/slack/SetChannelTopic/bat.txt index 148f3c2b86..ac1256d3e4 100644 --- a/docs/en/cli/slack/SetChannelTopic/bat.txt +++ b/docs/en/cli/slack/SetChannelTopic/bat.txt @@ -1,4 +1,4 @@ oint slack SetChannelTopic ^ --token "***" ^ - --channel "C08LWTSRTQV" ^ + --channel "C08R6G47KKJ" ^ --theme "TestTopic" \ No newline at end of file diff --git a/docs/en/cli/sqlite/AddRecords/bash.txt b/docs/en/cli/sqlite/AddRecords/bash.txt index 0944662c0f..7e056c51b7 100644 --- a/docs/en/cli/sqlite/AddRecords/bash.txt +++ b/docs/en/cli/sqlite/AddRecords/bash.txt @@ -1,4 +1,4 @@ oint sqlite AddRecords \ --table "test" \ - --rows "[{'name':'Vitaly','age':25,'salary':1000.12,'is_active':true,'created_at':'2025-04-06T15:50:31.708954Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\wafj2osbxhh.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-04-06T15:50:31.7099437Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\wafj2osbxhh.png'}}]" \ - --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file + --rows "[{'name':'Vitaly','age':25,'salary':1000.12,'is_active':true,'created_at':'2025-05-01T16:01:08.6822762Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\anjtq5kjb3u.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-05-01T16:01:08.6822762Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\anjtq5kjb3u.png'}}]" \ + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/AddRecords/bat.txt b/docs/en/cli/sqlite/AddRecords/bat.txt index bb8f4bd366..83c7418b6e 100644 --- a/docs/en/cli/sqlite/AddRecords/bat.txt +++ b/docs/en/cli/sqlite/AddRecords/bat.txt @@ -1,4 +1,4 @@ oint sqlite AddRecords ^ --table "test" ^ - --rows "[{'name':'Vitaly','age':25,'salary':1000.12,'is_active':true,'created_at':'2025-04-06T15:50:31.708954Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\wafj2osbxhh.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-04-06T15:50:31.7099437Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\wafj2osbxhh.png'}}]" ^ - --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file + --rows "[{'name':'Vitaly','age':25,'salary':1000.12,'is_active':true,'created_at':'2025-05-01T16:01:08.6822762Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\anjtq5kjb3u.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-05-01T16:01:08.6822762Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\anjtq5kjb3u.png'}}]" ^ + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/ClearTable/bash.txt b/docs/en/cli/sqlite/ClearTable/bash.txt index b897206596..058dfc4a93 100644 --- a/docs/en/cli/sqlite/ClearTable/bash.txt +++ b/docs/en/cli/sqlite/ClearTable/bash.txt @@ -1,3 +1,3 @@ oint sqlite ClearTable \ --table "test" \ - --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/ClearTable/bat.txt b/docs/en/cli/sqlite/ClearTable/bat.txt index e50a811d52..2373b3177a 100644 --- a/docs/en/cli/sqlite/ClearTable/bat.txt +++ b/docs/en/cli/sqlite/ClearTable/bat.txt @@ -1,3 +1,3 @@ oint sqlite ClearTable ^ --table "test" ^ - --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.sqlite" \ 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 0ef13378e4..cfb5b61a09 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\5dsztk433re.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.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 bd21438f6e..c40a374b7c 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\5dsztk433re.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/DeleteRecords/bash.txt b/docs/en/cli/sqlite/DeleteRecords/bash.txt index fffee5ee41..4d070399c0 100644 --- a/docs/en/cli/sqlite/DeleteRecords/bash.txt +++ b/docs/en/cli/sqlite/DeleteRecords/bash.txt @@ -3,4 +3,4 @@ oint sqlite DeleteRecords \ --table "test" \ --filter "{'field':'name','type':'=','value':'Vitaly A.','union':'AND','raw':false}" \ - --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/DeleteRecords/bat.txt b/docs/en/cli/sqlite/DeleteRecords/bat.txt index 8b8037accf..de9eb79a89 100644 --- a/docs/en/cli/sqlite/DeleteRecords/bat.txt +++ b/docs/en/cli/sqlite/DeleteRecords/bat.txt @@ -3,4 +3,4 @@ oint sqlite DeleteRecords ^ --table "test" ^ --filter "{'field':'name','type':'=','value':'Vitaly A.','union':'AND','raw':false}" ^ - --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/DeleteTable/bash.txt b/docs/en/cli/sqlite/DeleteTable/bash.txt index 634cc643b2..ccd7585c6a 100644 --- a/docs/en/cli/sqlite/DeleteTable/bash.txt +++ b/docs/en/cli/sqlite/DeleteTable/bash.txt @@ -1,3 +1,3 @@ oint sqlite DeleteTable \ --table "test" \ - --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/DeleteTable/bat.txt b/docs/en/cli/sqlite/DeleteTable/bat.txt index b1d3593ca8..29daa46dbb 100644 --- a/docs/en/cli/sqlite/DeleteTable/bat.txt +++ b/docs/en/cli/sqlite/DeleteTable/bat.txt @@ -1,3 +1,3 @@ oint sqlite DeleteTable ^ --table "test" ^ - --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.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 fc54ec7a06..9e7d35f791 100644 --- a/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt +++ b/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt @@ -2,5 +2,5 @@ oint sqlite ExecuteSQLQuery \ --sql "SELECT uuid4();" \ - --db "C:\Users\Administrator\AppData\Local\Temp\1a44s31rgiw.sqlite" \ + --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 diff --git a/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt b/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt index 84dd9e01c5..9aa4ab7320 100644 --- a/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt +++ b/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt @@ -2,5 +2,5 @@ oint sqlite ExecuteSQLQuery ^ --sql "SELECT uuid4();" ^ - --db "C:\Users\Administrator\AppData\Local\Temp\1a44s31rgiw.sqlite" ^ + --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 diff --git a/docs/en/cli/sqlite/GetRecords/bash.txt b/docs/en/cli/sqlite/GetRecords/bash.txt index 7423898dc9..5e82724719 100644 --- a/docs/en/cli/sqlite/GetRecords/bash.txt +++ b/docs/en/cli/sqlite/GetRecords/bash.txt @@ -1,3 +1,3 @@ oint sqlite GetRecords \ --table "test" \ - --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/GetRecords/bat.txt b/docs/en/cli/sqlite/GetRecords/bat.txt index 37a1404058..5cd9a179c1 100644 --- a/docs/en/cli/sqlite/GetRecords/bat.txt +++ b/docs/en/cli/sqlite/GetRecords/bat.txt @@ -1,3 +1,3 @@ oint sqlite GetRecords ^ --table "test" ^ - --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/GetTableInformation/bash.txt b/docs/en/cli/sqlite/GetTableInformation/bash.txt index e0a063b6ef..e1c08fd5ed 100644 --- a/docs/en/cli/sqlite/GetTableInformation/bash.txt +++ b/docs/en/cli/sqlite/GetTableInformation/bash.txt @@ -1,3 +1,3 @@ oint sqlite GetTableInformation \ --table "test" \ - --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/GetTableInformation/bat.txt b/docs/en/cli/sqlite/GetTableInformation/bat.txt index 14aab296b7..215aca6506 100644 --- a/docs/en/cli/sqlite/GetTableInformation/bat.txt +++ b/docs/en/cli/sqlite/GetTableInformation/bat.txt @@ -1,3 +1,3 @@ oint sqlite GetTableInformation ^ --table "test" ^ - --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/UpdateRecords/bash.txt b/docs/en/cli/sqlite/UpdateRecords/bash.txt index 1a2ebad374..681795a26b 100644 --- a/docs/en/cli/sqlite/UpdateRecords/bash.txt +++ b/docs/en/cli/sqlite/UpdateRecords/bash.txt @@ -4,4 +4,4 @@ oint sqlite UpdateRecords \ --table "test" \ --values "{'name':'Vitaly A.','salary':'999999'}" \ --filter "[{'field':'name','type':'=','value':'Vitaly','union':'AND','raw':false}]" \ - --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/UpdateRecords/bat.txt b/docs/en/cli/sqlite/UpdateRecords/bat.txt index 1de8ce3d40..64514732f4 100644 --- a/docs/en/cli/sqlite/UpdateRecords/bat.txt +++ b/docs/en/cli/sqlite/UpdateRecords/bat.txt @@ -4,4 +4,4 @@ oint sqlite UpdateRecords ^ --table "test" ^ --values "{'name':'Vitaly A.','salary':'999999'}" ^ --filter "[{'field':'name','type':'=','value':'Vitaly','union':'AND','raw':false}]" ^ - --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\l5hrbo1dxen.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 18e8ea7ab3..7246947c33 100644 --- a/docs/en/cli/tcp/ProcessRequest/bash.txt +++ b/docs/en/cli/tcp/ProcessRequest/bash.txt @@ -1,3 +1,6 @@ +# JSON data can also be passed as a path to a .json file + oint tcp ProcessRequest \ - --address "45.79.112.203:4242" \ - --data "Echo this!\n" \ No newline at end of file + --address "tcpbin.com:4243" \ + --data "Echo this!\n" \ + --tls "{'use_tls':true,'accept_invalid_certs':false}" \ 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 88adde186e..f831ad9cd1 100644 --- a/docs/en/cli/tcp/ProcessRequest/bat.txt +++ b/docs/en/cli/tcp/ProcessRequest/bat.txt @@ -1,3 +1,6 @@ +:: JSON data can also be passed as a path to a .json file + oint tcp ProcessRequest ^ - --address "45.79.112.203:4242" ^ - --data "Echo this!\n" \ No newline at end of file + --address "tcpbin.com:4243" ^ + --data "Echo this!\n" ^ + --tls "{'use_tls':true,'accept_invalid_certs':false}" \ No newline at end of file diff --git a/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bash.txt b/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bash.txt index 0e4791c80c..ee75e96a52 100644 --- a/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bash.txt +++ b/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bash.txt @@ -1,4 +1,4 @@ oint telegram ClearThreadPinnedMessagesList \ --token "***" \ --forum "-1001971186208" \ - --topic "9069" \ No newline at end of file + --topic "9435" \ No newline at end of file diff --git a/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bat.txt b/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bat.txt index b3cc5762b3..93c0236991 100644 --- a/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bat.txt +++ b/docs/en/cli/telegram/ClearThreadPinnedMessagesList/bat.txt @@ -1,4 +1,4 @@ oint telegram ClearThreadPinnedMessagesList ^ --token "***" ^ --forum "-1001971186208" ^ - --topic "9069" \ No newline at end of file + --topic "9435" \ No newline at end of file diff --git a/docs/en/cli/telegram/CloseForumThread/bash.txt b/docs/en/cli/telegram/CloseForumThread/bash.txt index 3b87f5aa13..1e938356d9 100644 --- a/docs/en/cli/telegram/CloseForumThread/bash.txt +++ b/docs/en/cli/telegram/CloseForumThread/bash.txt @@ -1,4 +1,4 @@ oint telegram CloseForumThread \ --token "***" \ --forum "-1001971186208" \ - --topic "9069" \ No newline at end of file + --topic "9435" \ No newline at end of file diff --git a/docs/en/cli/telegram/CloseForumThread/bat.txt b/docs/en/cli/telegram/CloseForumThread/bat.txt index 0b3139ce34..755264234d 100644 --- a/docs/en/cli/telegram/CloseForumThread/bat.txt +++ b/docs/en/cli/telegram/CloseForumThread/bat.txt @@ -1,4 +1,4 @@ oint telegram CloseForumThread ^ --token "***" ^ --forum "-1001971186208" ^ - --topic "9069" \ No newline at end of file + --topic "9435" \ 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 a949f80b9e..a587a96253 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 10a67d89-cc90-48eb-9800-8d4ff61acf8d" \ No newline at end of file + --title "TestTopic 3dfd5c85-e42e-4459-bd54-04185f852fea" \ 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 7ac284c02d..10cbd1a542 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 10a67d89-cc90-48eb-9800-8d4ff61acf8d" \ No newline at end of file + --title "TestTopic 3dfd5c85-e42e-4459-bd54-04185f852fea" \ 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 2df3a97124..7c1eda3f2a 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-04-07T15:35:58.6919652" \ - --title "Link 06.04.2025 15:35:58" \ + --expire "2025-05-02T15:46:10.9476699" \ + --title "Link 01.05.2025 15:46:10" \ --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 dc4094300d..1d51f727e6 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-04-07T15:35:58.6919652" ^ - --title "Link 06.04.2025 15:35:58" ^ + --expire "2025-05-02T15:46:10.9476699" ^ + --title "Link 01.05.2025 15:46:10" ^ --limit 200 \ No newline at end of file diff --git a/docs/en/cli/telegram/DeleteForumTopic/bash.txt b/docs/en/cli/telegram/DeleteForumTopic/bash.txt index 080a87e6a6..51f7e326de 100644 --- a/docs/en/cli/telegram/DeleteForumTopic/bash.txt +++ b/docs/en/cli/telegram/DeleteForumTopic/bash.txt @@ -1,4 +1,4 @@ oint telegram DeleteForumTopic \ --token "***" \ --forum "-1001971186208" \ - --topic "9069" \ No newline at end of file + --topic "9435" \ No newline at end of file diff --git a/docs/en/cli/telegram/DeleteForumTopic/bat.txt b/docs/en/cli/telegram/DeleteForumTopic/bat.txt index 489fedb3ec..743bf7300a 100644 --- a/docs/en/cli/telegram/DeleteForumTopic/bat.txt +++ b/docs/en/cli/telegram/DeleteForumTopic/bat.txt @@ -1,4 +1,4 @@ oint telegram DeleteForumTopic ^ --token "***" ^ --forum "-1001971186208" ^ - --topic "9069" \ No newline at end of file + --topic "9435" \ No newline at end of file diff --git a/docs/en/cli/telegram/DeleteMessage/bash.txt b/docs/en/cli/telegram/DeleteMessage/bash.txt index ff88803469..577d509465 100644 --- a/docs/en/cli/telegram/DeleteMessage/bash.txt +++ b/docs/en/cli/telegram/DeleteMessage/bash.txt @@ -1,4 +1,4 @@ oint telegram DeleteMessage \ --token "***" \ --chat "@testsichee" \ - --message "16000" \ No newline at end of file + --message "16717" \ No newline at end of file diff --git a/docs/en/cli/telegram/DeleteMessage/bat.txt b/docs/en/cli/telegram/DeleteMessage/bat.txt index 28f32ca920..f65d583f0a 100644 --- a/docs/en/cli/telegram/DeleteMessage/bat.txt +++ b/docs/en/cli/telegram/DeleteMessage/bat.txt @@ -1,4 +1,4 @@ oint telegram DeleteMessage ^ --token "***" ^ --chat "@testsichee" ^ - --message "16000" \ No newline at end of file + --message "16717" \ No newline at end of file diff --git a/docs/en/cli/telegram/DownloadFile/bash.txt b/docs/en/cli/telegram/DownloadFile/bash.txt index d4b0f9cad9..019a681118 100644 --- a/docs/en/cli/telegram/DownloadFile/bash.txt +++ b/docs/en/cli/telegram/DownloadFile/bash.txt @@ -1,3 +1,3 @@ oint telegram DownloadFile \ --token "***" \ - --fileid "CQACAgIAAx0EcNsaZQACPoZn8nSym5FWf47KH-9cRKlM3Z34cwAC0GQAAuQLkEtwjT8YaEy30jYE" \ No newline at end of file + --fileid "CQACAgIAAx0EcNsaZQACQVNoE2yZVdjBgKSj_rI9b6YehWQvZwAC7HEAAjMGmEhrN5V9XvfqdzYE" \ No newline at end of file diff --git a/docs/en/cli/telegram/DownloadFile/bat.txt b/docs/en/cli/telegram/DownloadFile/bat.txt index cafc741766..331e486b42 100644 --- a/docs/en/cli/telegram/DownloadFile/bat.txt +++ b/docs/en/cli/telegram/DownloadFile/bat.txt @@ -1,3 +1,3 @@ oint telegram DownloadFile ^ --token "***" ^ - --fileid "CQACAgIAAx0EcNsaZQACPoZn8nSym5FWf47KH-9cRKlM3Z34cwAC0GQAAuQLkEtwjT8YaEy30jYE" \ No newline at end of file + --fileid "CQACAgIAAx0EcNsaZQACQVNoE2yZVdjBgKSj_rI9b6YehWQvZwAC7HEAAjMGmEhrN5V9XvfqdzYE" \ No newline at end of file diff --git a/docs/en/cli/telegram/EditForumTopic/bash.txt b/docs/en/cli/telegram/EditForumTopic/bash.txt index c6fe68b2e9..b24a197cd1 100644 --- a/docs/en/cli/telegram/EditForumTopic/bash.txt +++ b/docs/en/cli/telegram/EditForumTopic/bash.txt @@ -3,4 +3,4 @@ oint telegram EditForumTopic \ --forum "-1001971186208" \ --icon "5310132165583840589" \ --title "NewTestTitle" \ - --topic "9069" \ No newline at end of file + --topic "9435" \ No newline at end of file diff --git a/docs/en/cli/telegram/EditForumTopic/bat.txt b/docs/en/cli/telegram/EditForumTopic/bat.txt index 85368d6ad5..5c656a09c2 100644 --- a/docs/en/cli/telegram/EditForumTopic/bat.txt +++ b/docs/en/cli/telegram/EditForumTopic/bat.txt @@ -3,4 +3,4 @@ oint telegram EditForumTopic ^ --forum "-1001971186208" ^ --icon "5310132165583840589" ^ --title "NewTestTitle" ^ - --topic "9069" \ No newline at end of file + --topic "9435" \ 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 b30730786b..c77e283c7d 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 583a7628-0548-4857-8ab4-a8fc815fb50a" \ No newline at end of file + --title "New main thread name b92ef44b-eab6-4a21-853e-87228c446e29" \ 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 455c98a1d8..577d9bc2e5 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 583a7628-0548-4857-8ab4-a8fc815fb50a" \ No newline at end of file + --title "New main thread name b92ef44b-eab6-4a21-853e-87228c446e29" \ 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 071cf200f5..e77d1fdd6a 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 "16000" \ No newline at end of file + --message "16717" \ 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 fb71abac9d..fa3a06b441 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 "16000" \ No newline at end of file + --message "16717" \ No newline at end of file diff --git a/docs/en/cli/telegram/OpenForumThread/bash.txt b/docs/en/cli/telegram/OpenForumThread/bash.txt index 784adba58d..4e0231544e 100644 --- a/docs/en/cli/telegram/OpenForumThread/bash.txt +++ b/docs/en/cli/telegram/OpenForumThread/bash.txt @@ -1,4 +1,4 @@ oint telegram OpenForumThread \ --token "***" \ --forum "-1001971186208" \ - --topic "9069" \ No newline at end of file + --topic "9435" \ No newline at end of file diff --git a/docs/en/cli/telegram/OpenForumThread/bat.txt b/docs/en/cli/telegram/OpenForumThread/bat.txt index c1a1b36a5c..1faebe3546 100644 --- a/docs/en/cli/telegram/OpenForumThread/bat.txt +++ b/docs/en/cli/telegram/OpenForumThread/bat.txt @@ -1,4 +1,4 @@ oint telegram OpenForumThread ^ --token "***" ^ --forum "-1001971186208" ^ - --topic "9069" \ No newline at end of file + --topic "9435" \ 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 a232d16995..0816f43d68 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 "16000" \ No newline at end of file + --message "16717" \ 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 888cace2f8..ef5b3519b6 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 "16000" \ No newline at end of file + --message "16717" \ No newline at end of file diff --git a/docs/en/cli/telegram/ReplaceMessageCaption/bash.txt b/docs/en/cli/telegram/ReplaceMessageCaption/bash.txt index e3492c63f9..f14b4ef2c3 100644 --- a/docs/en/cli/telegram/ReplaceMessageCaption/bash.txt +++ b/docs/en/cli/telegram/ReplaceMessageCaption/bash.txt @@ -1,5 +1,5 @@ oint telegram ReplaceMessageCaption \ --token "***" \ --chat "461699897" \ - --message "12881" \ + --message "13408" \ --caption "New picture description" \ No newline at end of file diff --git a/docs/en/cli/telegram/ReplaceMessageCaption/bat.txt b/docs/en/cli/telegram/ReplaceMessageCaption/bat.txt index 2e5f2b6247..fbe21de6ef 100644 --- a/docs/en/cli/telegram/ReplaceMessageCaption/bat.txt +++ b/docs/en/cli/telegram/ReplaceMessageCaption/bat.txt @@ -1,5 +1,5 @@ oint telegram ReplaceMessageCaption ^ --token "***" ^ --chat "461699897" ^ - --message "12881" ^ + --message "13408" ^ --caption "New picture description" \ No newline at end of file diff --git a/docs/en/cli/telegram/ReplaceMessageKeyboard/bash.txt b/docs/en/cli/telegram/ReplaceMessageKeyboard/bash.txt index ed951b49ba..672c2be5c6 100644 --- a/docs/en/cli/telegram/ReplaceMessageKeyboard/bash.txt +++ b/docs/en/cli/telegram/ReplaceMessageKeyboard/bash.txt @@ -3,5 +3,5 @@ oint telegram ReplaceMessageKeyboard \ --token "***" \ --chat "461699897" \ - --message "12880" \ + --message "13407" \ --keyboard "{'inline_keyboard':[[{'text':'1','callback_data':'1'},{'text':'2','callback_data':'2'},{'text':'3','callback_data':'3'}]],'rows':1}" \ No newline at end of file diff --git a/docs/en/cli/telegram/ReplaceMessageKeyboard/bat.txt b/docs/en/cli/telegram/ReplaceMessageKeyboard/bat.txt index f038e5ea56..aafc8e1c8a 100644 --- a/docs/en/cli/telegram/ReplaceMessageKeyboard/bat.txt +++ b/docs/en/cli/telegram/ReplaceMessageKeyboard/bat.txt @@ -3,5 +3,5 @@ oint telegram ReplaceMessageKeyboard ^ --token "***" ^ --chat "461699897" ^ - --message "12880" ^ + --message "13407" ^ --keyboard "{'inline_keyboard':[[{'text':'1','callback_data':'1'},{'text':'2','callback_data':'2'},{'text':'3','callback_data':'3'}]],'rows':1}" \ No newline at end of file diff --git a/docs/en/cli/telegram/ReplaceMessageText/bash.txt b/docs/en/cli/telegram/ReplaceMessageText/bash.txt index 62c5a9d4ff..abb7a37179 100644 --- a/docs/en/cli/telegram/ReplaceMessageText/bash.txt +++ b/docs/en/cli/telegram/ReplaceMessageText/bash.txt @@ -1,5 +1,5 @@ oint telegram ReplaceMessageText \ --token "***" \ --chat "@testsichee" \ - --message "16000" \ + --message "16717" \ --text "New message text" \ No newline at end of file diff --git a/docs/en/cli/telegram/ReplaceMessageText/bat.txt b/docs/en/cli/telegram/ReplaceMessageText/bat.txt index b0bdc0ddfa..75a59c5082 100644 --- a/docs/en/cli/telegram/ReplaceMessageText/bat.txt +++ b/docs/en/cli/telegram/ReplaceMessageText/bat.txt @@ -1,5 +1,5 @@ oint telegram ReplaceMessageText ^ --token "***" ^ --chat "@testsichee" ^ - --message "16000" ^ + --message "16717" ^ --text "New message text" \ 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 3f37e27e3b..eaff04b3a2 100644 --- a/docs/en/cli/telegram/SendAudio/bash.txt +++ b/docs/en/cli/telegram/SendAudio/bash.txt @@ -2,4 +2,4 @@ oint telegram SendAudio \ --token "***" \ --chat "@testsichee" \ --text "Строковое значение" \ - --audio "C:\Users\Administrator\AppData\Local\Temp\4arnktsny0i.mp3" \ No newline at end of file + --audio "C:\Users\Administrator\AppData\Local\Temp\4isfb4mbha2.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 31ee211f62..e80e55efa4 100644 --- a/docs/en/cli/telegram/SendAudio/bat.txt +++ b/docs/en/cli/telegram/SendAudio/bat.txt @@ -2,4 +2,4 @@ oint telegram SendAudio ^ --token "***" ^ --chat "@testsichee" ^ --text "Строковое значение" ^ - --audio "C:\Users\Administrator\AppData\Local\Temp\4arnktsny0i.mp3" \ No newline at end of file + --audio "C:\Users\Administrator\AppData\Local\Temp\4isfb4mbha2.mp3" \ 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 8bbcb954d7..56ea46e11f 100644 --- a/docs/en/cli/telegram/SendDocument/bash.txt +++ b/docs/en/cli/telegram/SendDocument/bash.txt @@ -2,5 +2,5 @@ oint telegram SendDocument \ --token "***" \ --chat "@testsichee" \ --text "Строковое значение" \ - --doc "C:\Users\Administrator\AppData\Local\Temp\rxvsfmfngdo.docx" \ + --doc "C:\Users\Administrator\AppData\Local\Temp\yvtfo550e23.docx" \ --filename "custom.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 6d84cd92e8..bbbe739ffc 100644 --- a/docs/en/cli/telegram/SendDocument/bat.txt +++ b/docs/en/cli/telegram/SendDocument/bat.txt @@ -2,5 +2,5 @@ oint telegram SendDocument ^ --token "***" ^ --chat "@testsichee" ^ --text "Строковое значение" ^ - --doc "C:\Users\Administrator\AppData\Local\Temp\rxvsfmfngdo.docx" ^ + --doc "C:\Users\Administrator\AppData\Local\Temp\yvtfo550e23.docx" ^ --filename "custom.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 d4ced47eba..3621737678 100644 --- a/docs/en/cli/telegram/SendGif/bash.txt +++ b/docs/en/cli/telegram/SendGif/bash.txt @@ -2,4 +2,4 @@ oint telegram SendGif \ --token "***" \ --chat "@testsichee" \ --text "Строковое значение" \ - --gif "C:\Users\Administrator\AppData\Local\Temp\icqe2feg0a0.gif" \ No newline at end of file + --gif "C:\Users\Administrator\AppData\Local\Temp\qfoqofeqjzj.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 cf6aaa891a..f5c3424936 100644 --- a/docs/en/cli/telegram/SendGif/bat.txt +++ b/docs/en/cli/telegram/SendGif/bat.txt @@ -2,4 +2,4 @@ oint telegram SendGif ^ --token "***" ^ --chat "@testsichee" ^ --text "Строковое значение" ^ - --gif "C:\Users\Administrator\AppData\Local\Temp\icqe2feg0a0.gif" \ No newline at end of file + --gif "C:\Users\Administrator\AppData\Local\Temp\qfoqofeqjzj.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 4af74279b1..28fdfcac65 100644 --- a/docs/en/cli/telegram/SendImage/bash.txt +++ b/docs/en/cli/telegram/SendImage/bash.txt @@ -2,4 +2,4 @@ oint telegram SendImage \ --token "***" \ --chat "@testsichee" \ --text "Строковое значение" \ - --picture "C:\Users\Administrator\AppData\Local\Temp\voezuh2dszd.png" \ No newline at end of file + --picture "C:\Users\Administrator\AppData\Local\Temp\b4uskhyd0ml.png" \ 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 47be3cb1df..7d0b5f0156 100644 --- a/docs/en/cli/telegram/SendImage/bat.txt +++ b/docs/en/cli/telegram/SendImage/bat.txt @@ -2,4 +2,4 @@ oint telegram SendImage ^ --token "***" ^ --chat "@testsichee" ^ --text "Строковое значение" ^ - --picture "C:\Users\Administrator\AppData\Local\Temp\voezuh2dszd.png" \ No newline at end of file + --picture "C:\Users\Administrator\AppData\Local\Temp\b4uskhyd0ml.png" \ 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 44bbaa5119..c564d3a703 100644 --- a/docs/en/cli/telegram/SendMediaGroup/bash.txt +++ b/docs/en/cli/telegram/SendMediaGroup/bash.txt @@ -4,4 +4,4 @@ oint telegram SendMediaGroup \ --token "***" \ --chat "@testsichee" \ --text "Строковое значение" \ - --media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\ico15mmrqwk.docx':'document'}" \ No newline at end of file + --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 diff --git a/docs/en/cli/telegram/SendMediaGroup/bat.txt b/docs/en/cli/telegram/SendMediaGroup/bat.txt index 759b1d9626..e89f692d6d 100644 --- a/docs/en/cli/telegram/SendMediaGroup/bat.txt +++ b/docs/en/cli/telegram/SendMediaGroup/bat.txt @@ -4,4 +4,4 @@ oint telegram SendMediaGroup ^ --token "***" ^ --chat "@testsichee" ^ --text "Строковое значение" ^ - --media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\ico15mmrqwk.docx':'document'}" \ No newline at end of file + --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 diff --git a/docs/en/cli/telegram/SendVideo/bash.txt b/docs/en/cli/telegram/SendVideo/bash.txt index 779f75bc5a..7d1a8f8f36 100644 --- a/docs/en/cli/telegram/SendVideo/bash.txt +++ b/docs/en/cli/telegram/SendVideo/bash.txt @@ -2,4 +2,4 @@ oint telegram SendVideo \ --token "***" \ --chat "@testsichee" \ --text "Строковое значение" \ - --video "C:\Users\Administrator\AppData\Local\Temp\xroy0xpji1i.mp4" \ No newline at end of file + --video "C:\Users\Administrator\AppData\Local\Temp\0awvplgnduc.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 0c7e98ad97..abbcddc171 100644 --- a/docs/en/cli/telegram/SendVideo/bat.txt +++ b/docs/en/cli/telegram/SendVideo/bat.txt @@ -2,4 +2,4 @@ oint telegram SendVideo ^ --token "***" ^ --chat "@testsichee" ^ --text "Строковое значение" ^ - --video "C:\Users\Administrator\AppData\Local\Temp\xroy0xpji1i.mp4" \ No newline at end of file + --video "C:\Users\Administrator\AppData\Local\Temp\0awvplgnduc.mp4" \ No newline at end of file diff --git a/docs/en/cli/telegram/UnpinMessage/bash.txt b/docs/en/cli/telegram/UnpinMessage/bash.txt index 92a227c4ff..a8c77130dd 100644 --- a/docs/en/cli/telegram/UnpinMessage/bash.txt +++ b/docs/en/cli/telegram/UnpinMessage/bash.txt @@ -1,4 +1,4 @@ oint telegram UnpinMessage \ --token "***" \ --chat "@testsichee" \ - --message "16000" \ No newline at end of file + --message "16717" \ No newline at end of file diff --git a/docs/en/cli/telegram/UnpinMessage/bat.txt b/docs/en/cli/telegram/UnpinMessage/bat.txt index fc46a7d752..ad691fc2b5 100644 --- a/docs/en/cli/telegram/UnpinMessage/bat.txt +++ b/docs/en/cli/telegram/UnpinMessage/bat.txt @@ -1,4 +1,4 @@ oint telegram UnpinMessage ^ --token "***" ^ --chat "@testsichee" ^ - --message "16000" \ No newline at end of file + --message "16717" \ 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 4fa747c9dc..d43b5e2675 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 "TestTweet0f48879d-6424-47e8-b8c7-b9a513ecc5a8" \ + --text "TestTweet7db07a05-54b1-4ba1-92d7-0706a2200955" \ --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 9d3c4e6a89..ce3fee4532 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 "TestTweet0f48879d-6424-47e8-b8c7-b9a513ecc5a8" ^ + --text "TestTweet7db07a05-54b1-4ba1-92d7-0706a2200955" ^ --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/AddProduct/bash.txt b/docs/en/cli/vk/AddProduct/bash.txt index f63ea7c78c..49c0c30309 100644 --- a/docs/en/cli/vk/AddProduct/bash.txt +++ b/docs/en/cli/vk/AddProduct/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk AddProduct \ - --product "{'Name':'Test product (another)','Description':'Product description','Category':'20173','Price':1,'OldPrice':15,'MainPhoto':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'],'MainInGroup':true,'GroupNumber':null,'Width':20,'Height':30,'Depth':40,'Weight':100,'SKU':12345,'AvailableBalance':'10','PropertyValues':5516}" \ + --product "{'Name':'Test product (another)','Description':'Product description','Category':'20173','Price':1,'OldPrice':15,'MainPhoto':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'],'MainInGroup':true,'GroupNumber':null,'Width':20,'Height':30,'Depth':40,'Weight':100,'SKU':12345,'AvailableBalance':'10','PropertyValues':5891}" \ --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/AddProduct/bat.txt b/docs/en/cli/vk/AddProduct/bat.txt index 74e0e85eda..93ce1195dc 100644 --- a/docs/en/cli/vk/AddProduct/bat.txt +++ b/docs/en/cli/vk/AddProduct/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk AddProduct ^ - --product "{'Name':'Test product (another)','Description':'Product description','Category':'20173','Price':1,'OldPrice':15,'MainPhoto':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'],'MainInGroup':true,'GroupNumber':null,'Width':20,'Height':30,'Depth':40,'Weight':100,'SKU':12345,'AvailableBalance':'10','PropertyValues':5516}" ^ + --product "{'Name':'Test product (another)','Description':'Product description','Category':'20173','Price':1,'OldPrice':15,'MainPhoto':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'],'MainInGroup':true,'GroupNumber':null,'Width':20,'Height':30,'Depth':40,'Weight':100,'SKU':12345,'AvailableBalance':'10','PropertyValues':5891}" ^ --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/AddProductPropertyVariant/bash.txt b/docs/en/cli/vk/AddProductPropertyVariant/bash.txt index a811f824ef..ef727a9f87 100644 --- a/docs/en/cli/vk/AddProductPropertyVariant/bash.txt +++ b/docs/en/cli/vk/AddProductPropertyVariant/bash.txt @@ -2,5 +2,5 @@ oint vk AddProductPropertyVariant \ --value "Red" \ - --prop "2681" \ + --prop "3014" \ --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/AddProductPropertyVariant/bat.txt b/docs/en/cli/vk/AddProductPropertyVariant/bat.txt index 52e0a165a5..b448d406de 100644 --- a/docs/en/cli/vk/AddProductPropertyVariant/bat.txt +++ b/docs/en/cli/vk/AddProductPropertyVariant/bat.txt @@ -2,5 +2,5 @@ oint vk AddProductPropertyVariant ^ --value "Red" ^ - --prop "2681" ^ + --prop "3014" ^ --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/AddProductToCollection/bash.txt b/docs/en/cli/vk/AddProductToCollection/bash.txt index 26a2ac95c2..000c2d5029 100644 --- a/docs/en/cli/vk/AddProductToCollection/bash.txt +++ b/docs/en/cli/vk/AddProductToCollection/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint vk AddProductToCollection \ - --sel 140 \ - --items 10935649 \ + --sel 138 \ + --items 11054654 \ --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/AddProductToCollection/bat.txt b/docs/en/cli/vk/AddProductToCollection/bat.txt index fea07909ec..bf456f697f 100644 --- a/docs/en/cli/vk/AddProductToCollection/bat.txt +++ b/docs/en/cli/vk/AddProductToCollection/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint vk AddProductToCollection ^ - --sel 140 ^ - --items 10935649 ^ + --sel 138 ^ + --items 11054654 ^ --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/CloseDiscussion/bash.txt b/docs/en/cli/vk/CloseDiscussion/bash.txt index 9429d1c06c..5ec0a29cf3 100644 --- a/docs/en/cli/vk/CloseDiscussion/bash.txt +++ b/docs/en/cli/vk/CloseDiscussion/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint vk CloseDiscussion \ - --topic 53297195 \ + --topic 53376515 \ --remove false \ --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/CloseDiscussion/bat.txt b/docs/en/cli/vk/CloseDiscussion/bat.txt index ebfb073646..7053668929 100644 --- a/docs/en/cli/vk/CloseDiscussion/bat.txt +++ b/docs/en/cli/vk/CloseDiscussion/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint vk CloseDiscussion ^ - --topic 53297195 ^ + --topic 53376515 ^ --remove false ^ --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/CreateAd/bash.txt b/docs/en/cli/vk/CreateAd/bash.txt index c2e5ec5693..8d4d6e3532 100644 --- a/docs/en/cli/vk/CreateAd/bash.txt +++ b/docs/en/cli/vk/CreateAd/bash.txt @@ -1,9 +1,9 @@ # JSON data can also be passed as a path to a .json file oint vk CreateAd \ - --campaign 1031220793 \ + --campaign 1031291063 \ --limit 150 \ --category 126 \ - --post 7521 \ + --post 7782 \ --cabinet "1607951446" \ --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/CreateAd/bat.txt b/docs/en/cli/vk/CreateAd/bat.txt index 2bc31eeb36..66f06a238b 100644 --- a/docs/en/cli/vk/CreateAd/bat.txt +++ b/docs/en/cli/vk/CreateAd/bat.txt @@ -1,9 +1,9 @@ :: JSON data can also be passed as a path to a .json file oint vk CreateAd ^ - --campaign 1031220793 ^ + --campaign 1031291063 ^ --limit 150 ^ --category 126 ^ - --post 7521 ^ + --post 7782 ^ --cabinet "1607951446" ^ --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/bash.txt b/docs/en/cli/vk/CreateCompositePost/bash.txt index 01182131fa..7666b76285 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_457246956','video-218861756_456240274']" \ + --objects "['photo657846756_457247189','video-218861756_456240332']" \ --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 53c049e819..a566420e8f 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_457246956','video-218861756_456240274']" ^ + --objects "['photo657846756_457247189','video-218861756_456240332']" ^ --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 f30623b9e7..5b9b70f623 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\lltd2u5fe50.png" \ + --pictures "C:\Users\Administrator\AppData\Local\Temp\lc2fcu5gayo.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 686ee340ad..7644906930 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\lltd2u5fe50.png" ^ + --pictures "C:\Users\Administrator\AppData\Local\Temp\lc2fcu5gayo.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 67f967663f..b80f54fdb1 100644 --- a/docs/en/cli/vk/CreateStory/bash.txt +++ b/docs/en/cli/vk/CreateStory/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk CreateStory \ - --picture "C:\Users\Administrator\AppData\Local\Temp\sjsfi2crla3.png" \ + --picture "C:\Users\Administrator\AppData\Local\Temp\xck4yd4t21g.png" \ --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 178516c476..55a38fbdc5 100644 --- a/docs/en/cli/vk/CreateStory/bat.txt +++ b/docs/en/cli/vk/CreateStory/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk CreateStory ^ - --picture "C:\Users\Administrator\AppData\Local\Temp\sjsfi2crla3.png" ^ + --picture "C:\Users\Administrator\AppData\Local\Temp\xck4yd4t21g.png" ^ --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/DeleteAlbum/bash.txt b/docs/en/cli/vk/DeleteAlbum/bash.txt index 8a5137a330..7d810a70dc 100644 --- a/docs/en/cli/vk/DeleteAlbum/bash.txt +++ b/docs/en/cli/vk/DeleteAlbum/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk DeleteAlbum \ - --album 308344747 \ + --album 308621871 \ --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/DeleteAlbum/bat.txt b/docs/en/cli/vk/DeleteAlbum/bat.txt index f6d0e661d1..fa99cf0374 100644 --- a/docs/en/cli/vk/DeleteAlbum/bat.txt +++ b/docs/en/cli/vk/DeleteAlbum/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk DeleteAlbum ^ - --album 308344747 ^ + --album 308621871 ^ --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/DeleteImage/bash.txt b/docs/en/cli/vk/DeleteImage/bash.txt index 3bcf024852..f67e79cfee 100644 --- a/docs/en/cli/vk/DeleteImage/bash.txt +++ b/docs/en/cli/vk/DeleteImage/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk DeleteImage \ - --pictureid 457255037 \ + --pictureid 457255566 \ --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/DeleteImage/bat.txt b/docs/en/cli/vk/DeleteImage/bat.txt index cf7105dc24..0566a2e023 100644 --- a/docs/en/cli/vk/DeleteImage/bat.txt +++ b/docs/en/cli/vk/DeleteImage/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk DeleteImage ^ - --pictureid 457255037 ^ + --pictureid 457255566 ^ --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/DeleteProduct/bash.txt b/docs/en/cli/vk/DeleteProduct/bash.txt index 651e186715..3cb9aefaa8 100644 --- a/docs/en/cli/vk/DeleteProduct/bash.txt +++ b/docs/en/cli/vk/DeleteProduct/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk DeleteProduct \ - --item 10935649 \ + --item 11054654 \ --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/DeleteProduct/bat.txt b/docs/en/cli/vk/DeleteProduct/bat.txt index fd8cdea802..a87664b7be 100644 --- a/docs/en/cli/vk/DeleteProduct/bat.txt +++ b/docs/en/cli/vk/DeleteProduct/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk DeleteProduct ^ - --item 10935649 ^ + --item 11054654 ^ --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/DeleteProductProperty/bash.txt b/docs/en/cli/vk/DeleteProductProperty/bash.txt index 640637fc4b..496fefee38 100644 --- a/docs/en/cli/vk/DeleteProductProperty/bash.txt +++ b/docs/en/cli/vk/DeleteProductProperty/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk DeleteProductProperty \ - --prop "2681" \ + --prop "3014" \ --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/DeleteProductProperty/bat.txt b/docs/en/cli/vk/DeleteProductProperty/bat.txt index a785a2430e..fd21f508c9 100644 --- a/docs/en/cli/vk/DeleteProductProperty/bat.txt +++ b/docs/en/cli/vk/DeleteProductProperty/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk DeleteProductProperty ^ - --prop "2681" ^ + --prop "3014" ^ --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/DeleteProductPropertyVariant/bash.txt b/docs/en/cli/vk/DeleteProductPropertyVariant/bash.txt index c0144a35eb..1c842147ed 100644 --- a/docs/en/cli/vk/DeleteProductPropertyVariant/bash.txt +++ b/docs/en/cli/vk/DeleteProductPropertyVariant/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk DeleteProductPropertyVariant \ - --option 5515 \ + --option 5890 \ --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/DeleteProductPropertyVariant/bat.txt b/docs/en/cli/vk/DeleteProductPropertyVariant/bat.txt index 45b4a52145..4c2a424f6e 100644 --- a/docs/en/cli/vk/DeleteProductPropertyVariant/bat.txt +++ b/docs/en/cli/vk/DeleteProductPropertyVariant/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk DeleteProductPropertyVariant ^ - --option 5515 ^ + --option 5890 ^ --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/DeleteSelection/bash.txt b/docs/en/cli/vk/DeleteSelection/bash.txt index 014237f11b..82fb7a28f9 100644 --- a/docs/en/cli/vk/DeleteSelection/bash.txt +++ b/docs/en/cli/vk/DeleteSelection/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk DeleteSelection \ - --sel 140 \ + --sel 138 \ --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/DeleteSelection/bat.txt b/docs/en/cli/vk/DeleteSelection/bat.txt index a4757bd2db..55393e9e6d 100644 --- a/docs/en/cli/vk/DeleteSelection/bat.txt +++ b/docs/en/cli/vk/DeleteSelection/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk DeleteSelection ^ - --sel 140 ^ + --sel 138 ^ --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/EditProduct/bash.txt b/docs/en/cli/vk/EditProduct/bash.txt index 170db8964b..e07810c6af 100644 --- a/docs/en/cli/vk/EditProduct/bash.txt +++ b/docs/en/cli/vk/EditProduct/bash.txt @@ -2,5 +2,5 @@ oint vk EditProduct \ --product "{'Name':'EditedTestProduct'}" \ - --item 10935649 \ + --item 11054654 \ --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/EditProduct/bat.txt b/docs/en/cli/vk/EditProduct/bat.txt index 0a638d1145..d3f12a973e 100644 --- a/docs/en/cli/vk/EditProduct/bat.txt +++ b/docs/en/cli/vk/EditProduct/bat.txt @@ -2,5 +2,5 @@ oint vk EditProduct ^ --product "{'Name':'EditedTestProduct'}" ^ - --item 10935649 ^ + --item 11054654 ^ --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/EditProductCollection/bash.txt b/docs/en/cli/vk/EditProductCollection/bash.txt index 4769910e70..2ead117ec2 100644 --- a/docs/en/cli/vk/EditProductCollection/bash.txt +++ b/docs/en/cli/vk/EditProductCollection/bash.txt @@ -2,5 +2,5 @@ oint vk EditProductCollection \ --title "EditedCollection" \ - --sel 140 \ + --sel 138 \ --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/EditProductCollection/bat.txt b/docs/en/cli/vk/EditProductCollection/bat.txt index 727cf1e240..6651f60f6c 100644 --- a/docs/en/cli/vk/EditProductCollection/bat.txt +++ b/docs/en/cli/vk/EditProductCollection/bat.txt @@ -2,5 +2,5 @@ oint vk EditProductCollection ^ --title "EditedCollection" ^ - --sel 140 ^ + --sel 138 ^ --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/EditProductProperty/bash.txt b/docs/en/cli/vk/EditProductProperty/bash.txt index bd38a3cfd0..f8f4068092 100644 --- a/docs/en/cli/vk/EditProductProperty/bash.txt +++ b/docs/en/cli/vk/EditProductProperty/bash.txt @@ -2,5 +2,5 @@ oint vk EditProductProperty \ --title "Color (change.)" \ - --prop "2681" \ + --prop "3014" \ --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/EditProductProperty/bat.txt b/docs/en/cli/vk/EditProductProperty/bat.txt index bb21fd7bb7..44a0554c3e 100644 --- a/docs/en/cli/vk/EditProductProperty/bat.txt +++ b/docs/en/cli/vk/EditProductProperty/bat.txt @@ -2,5 +2,5 @@ oint vk EditProductProperty ^ --title "Color (change.)" ^ - --prop "2681" ^ + --prop "3014" ^ --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/EditProductPropertyVariant/bash.txt b/docs/en/cli/vk/EditProductPropertyVariant/bash.txt index 0051773319..10c9b0a2a1 100644 --- a/docs/en/cli/vk/EditProductPropertyVariant/bash.txt +++ b/docs/en/cli/vk/EditProductPropertyVariant/bash.txt @@ -2,6 +2,6 @@ oint vk EditProductPropertyVariant \ --value "New variant name" \ - --prop "2681" \ - --option 5515 \ + --prop "3014" \ + --option 5890 \ --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/EditProductPropertyVariant/bat.txt b/docs/en/cli/vk/EditProductPropertyVariant/bat.txt index 40c7791c1a..9dddc34597 100644 --- a/docs/en/cli/vk/EditProductPropertyVariant/bat.txt +++ b/docs/en/cli/vk/EditProductPropertyVariant/bat.txt @@ -2,6 +2,6 @@ oint vk EditProductPropertyVariant ^ --value "New variant name" ^ - --prop "2681" ^ - --option 5515 ^ + --prop "3014" ^ + --option 5890 ^ --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/GetProductsByID/bash.txt b/docs/en/cli/vk/GetProductsByID/bash.txt index 8d074dd6b7..42a86c2dd1 100644 --- a/docs/en/cli/vk/GetProductsByID/bash.txt +++ b/docs/en/cli/vk/GetProductsByID/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk GetProductsByID \ - --items "[10935650,10935651]" \ + --items "[11054656,11054657]" \ --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/GetProductsByID/bat.txt b/docs/en/cli/vk/GetProductsByID/bat.txt index 9213f36ee5..81409b3b2b 100644 --- a/docs/en/cli/vk/GetProductsByID/bat.txt +++ b/docs/en/cli/vk/GetProductsByID/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk GetProductsByID ^ - --items "[10935650,10935651]" ^ + --items "[11054656,11054657]" ^ --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/GetSelectionsByID/bash.txt b/docs/en/cli/vk/GetSelectionsByID/bash.txt index 6fc4b73ad9..7f2eed8557 100644 --- a/docs/en/cli/vk/GetSelectionsByID/bash.txt +++ b/docs/en/cli/vk/GetSelectionsByID/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk GetSelectionsByID \ - --sels 140 \ + --sels 138 \ --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/GetSelectionsByID/bat.txt b/docs/en/cli/vk/GetSelectionsByID/bat.txt index 46c4341ca6..f322d5fb27 100644 --- a/docs/en/cli/vk/GetSelectionsByID/bat.txt +++ b/docs/en/cli/vk/GetSelectionsByID/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk GetSelectionsByID ^ - --sels 140 ^ + --sels 138 ^ --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 7bf9d9b66e..1569957093 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-04-06T00:00:00" \ - --dateto "2025-04-06T23:59:59" \ + --datefrom "2025-05-01T00:00:00" \ + --dateto "2025-05-01T23: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 d9d64a7ff1..96742b8bd7 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-04-06T00:00:00" ^ - --dateto "2025-04-06T23:59:59" ^ + --datefrom "2025-05-01T00:00:00" ^ + --dateto "2025-05-01T23: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/GroupProducts/bash.txt b/docs/en/cli/vk/GroupProducts/bash.txt index aa002cf888..041d1aa745 100644 --- a/docs/en/cli/vk/GroupProducts/bash.txt +++ b/docs/en/cli/vk/GroupProducts/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk GroupProducts \ - --items "[10935650,10935651]" \ + --items "[11054656,11054657]" \ --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/GroupProducts/bat.txt b/docs/en/cli/vk/GroupProducts/bat.txt index 6a438d611f..01e27f1713 100644 --- a/docs/en/cli/vk/GroupProducts/bat.txt +++ b/docs/en/cli/vk/GroupProducts/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk GroupProducts ^ - --items "[10935650,10935651]" ^ + --items "[11054656,11054657]" ^ --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 2548b5dff9..9ebfde32f5 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 7518 \ + --post 7779 \ --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 ec277b4e3d..c4ef17370f 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 7518 ^ + --post 7779 ^ --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/OpenDiscussion/bash.txt b/docs/en/cli/vk/OpenDiscussion/bash.txt index a0532116f0..de53770912 100644 --- a/docs/en/cli/vk/OpenDiscussion/bash.txt +++ b/docs/en/cli/vk/OpenDiscussion/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk OpenDiscussion \ - --topic 53297195 \ + --topic 53376515 \ --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/OpenDiscussion/bat.txt b/docs/en/cli/vk/OpenDiscussion/bat.txt index 807d0f9245..dfde13c885 100644 --- a/docs/en/cli/vk/OpenDiscussion/bat.txt +++ b/docs/en/cli/vk/OpenDiscussion/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk OpenDiscussion ^ - --topic 53297195 ^ + --topic 53376515 ^ --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/RemoveProductFromSelection/bash.txt b/docs/en/cli/vk/RemoveProductFromSelection/bash.txt index fa8b2ec5f4..fcf2900f28 100644 --- a/docs/en/cli/vk/RemoveProductFromSelection/bash.txt +++ b/docs/en/cli/vk/RemoveProductFromSelection/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint vk RemoveProductFromSelection \ - --sel 140 \ - --item 10935649 \ + --sel 138 \ + --item 11054654 \ --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/RemoveProductFromSelection/bat.txt b/docs/en/cli/vk/RemoveProductFromSelection/bat.txt index 1eadc4ca4a..b2962bf63f 100644 --- a/docs/en/cli/vk/RemoveProductFromSelection/bat.txt +++ b/docs/en/cli/vk/RemoveProductFromSelection/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint vk RemoveProductFromSelection ^ - --sel 140 ^ - --item 10935649 ^ + --sel 138 ^ + --item 11054654 ^ --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/SaveImageToAlbum/bash.txt b/docs/en/cli/vk/SaveImageToAlbum/bash.txt index 88982acbaf..9d5a53a024 100644 --- a/docs/en/cli/vk/SaveImageToAlbum/bash.txt +++ b/docs/en/cli/vk/SaveImageToAlbum/bash.txt @@ -1,7 +1,7 @@ # JSON data can also be passed as a path to a .json file oint vk SaveImageToAlbum \ - --album 308344747 \ + --album 308621871 \ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ --description "AutoTestImage" \ --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/SaveImageToAlbum/bat.txt b/docs/en/cli/vk/SaveImageToAlbum/bat.txt index 3c08db9f7c..2967b5e967 100644 --- a/docs/en/cli/vk/SaveImageToAlbum/bat.txt +++ b/docs/en/cli/vk/SaveImageToAlbum/bat.txt @@ -1,7 +1,7 @@ :: JSON data can also be passed as a path to a .json file oint vk SaveImageToAlbum ^ - --album 308344747 ^ + --album 308621871 ^ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^ --description "AutoTestImage" ^ --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/WriteComment/bash.txt b/docs/en/cli/vk/WriteComment/bash.txt index cb8fad91dc..a93583d7b9 100644 --- a/docs/en/cli/vk/WriteComment/bash.txt +++ b/docs/en/cli/vk/WriteComment/bash.txt @@ -1,7 +1,7 @@ # JSON data can also be passed as a path to a .json file oint vk WriteComment \ - --post 7518 \ + --post 7779 \ --wall "-218861756" \ --text "NewComment" \ --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/WriteComment/bat.txt b/docs/en/cli/vk/WriteComment/bat.txt index e79e5ceef5..886ef4d3ea 100644 --- a/docs/en/cli/vk/WriteComment/bat.txt +++ b/docs/en/cli/vk/WriteComment/bat.txt @@ -1,7 +1,7 @@ :: JSON data can also be passed as a path to a .json file oint vk WriteComment ^ - --post 7518 ^ + --post 7779 ^ --wall "-218861756" ^ --text "NewComment" ^ --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/WriteInDiscussion/bash.txt b/docs/en/cli/vk/WriteInDiscussion/bash.txt index f1554b24f7..e7e77c97d8 100644 --- a/docs/en/cli/vk/WriteInDiscussion/bash.txt +++ b/docs/en/cli/vk/WriteInDiscussion/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint vk WriteInDiscussion \ - --topic 53297195 \ + --topic 53376515 \ --text "I like yellow more" \ --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/WriteInDiscussion/bat.txt b/docs/en/cli/vk/WriteInDiscussion/bat.txt index d55e67f037..bddd691a4e 100644 --- a/docs/en/cli/vk/WriteInDiscussion/bat.txt +++ b/docs/en/cli/vk/WriteInDiscussion/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint vk WriteInDiscussion ^ - --topic 53297195 ^ + --topic 53376515 ^ --text "I like yellow more" ^ --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/ChangeChatPicture/bash.txt b/docs/en/cli/vkteams/ChangeChatPicture/bash.txt index 52a80f4299..1b38db273a 100644 --- a/docs/en/cli/vkteams/ChangeChatPicture/bash.txt +++ b/docs/en/cli/vkteams/ChangeChatPicture/bash.txt @@ -1,4 +1,4 @@ oint vkteams ChangeChatPicture \ --token "***" \ --chatid "AoLI0egLWBSLR1Ngn2w" \ - --file "C:\Users\Administrator\AppData\Local\Temp\apbrckmgzig.png" \ No newline at end of file + --file "C:\Users\Administrator\AppData\Local\Temp\jooovy5wcmh.png" \ No newline at end of file diff --git a/docs/en/cli/vkteams/ChangeChatPicture/bat.txt b/docs/en/cli/vkteams/ChangeChatPicture/bat.txt index f6ccfa405e..8d49156a3c 100644 --- a/docs/en/cli/vkteams/ChangeChatPicture/bat.txt +++ b/docs/en/cli/vkteams/ChangeChatPicture/bat.txt @@ -1,4 +1,4 @@ oint vkteams ChangeChatPicture ^ --token "***" ^ --chatid "AoLI0egLWBSLR1Ngn2w" ^ - --file "C:\Users\Administrator\AppData\Local\Temp\apbrckmgzig.png" \ No newline at end of file + --file "C:\Users\Administrator\AppData\Local\Temp\jooovy5wcmh.png" \ No newline at end of file diff --git a/docs/en/cli/vkteams/DeleteMessage/bash.txt b/docs/en/cli/vkteams/DeleteMessage/bash.txt index 18e49a91b1..03d2ea2fee 100644 --- a/docs/en/cli/vkteams/DeleteMessage/bash.txt +++ b/docs/en/cli/vkteams/DeleteMessage/bash.txt @@ -1,4 +1,4 @@ oint vkteams DeleteMessage \ --token "***" \ --chatid "689203963@chat.agent" \ - --messageid "7490189309413174370" \ No newline at end of file + --messageid "7499469350760361706" \ No newline at end of file diff --git a/docs/en/cli/vkteams/DeleteMessage/bat.txt b/docs/en/cli/vkteams/DeleteMessage/bat.txt index fe5e0f6bff..9429ebf7cf 100644 --- a/docs/en/cli/vkteams/DeleteMessage/bat.txt +++ b/docs/en/cli/vkteams/DeleteMessage/bat.txt @@ -1,4 +1,4 @@ oint vkteams DeleteMessage ^ --token "***" ^ --chatid "689203963@chat.agent" ^ - --messageid "7490189309413174370" \ No newline at end of file + --messageid "7499469350760361706" \ No newline at end of file diff --git a/docs/en/cli/vkteams/EditMessageText/bash.txt b/docs/en/cli/vkteams/EditMessageText/bash.txt index 9868efb298..bee58500c2 100644 --- a/docs/en/cli/vkteams/EditMessageText/bash.txt +++ b/docs/en/cli/vkteams/EditMessageText/bash.txt @@ -1,6 +1,6 @@ oint vkteams EditMessageText \ --token "***" \ --chatid "689203963@chat.agent" \ - --messageid "7490189309413174370" \ + --messageid "7499469350760361706" \ --text "New bold message text" \ --parsemod "HTML" \ No newline at end of file diff --git a/docs/en/cli/vkteams/EditMessageText/bat.txt b/docs/en/cli/vkteams/EditMessageText/bat.txt index 3d13d0d820..beda206959 100644 --- a/docs/en/cli/vkteams/EditMessageText/bat.txt +++ b/docs/en/cli/vkteams/EditMessageText/bat.txt @@ -1,6 +1,6 @@ oint vkteams EditMessageText ^ --token "***" ^ --chatid "689203963@chat.agent" ^ - --messageid "7490189309413174370" ^ + --messageid "7499469350760361706" ^ --text "New bold message text" ^ --parsemod "HTML" \ No newline at end of file diff --git a/docs/en/cli/vkteams/ForwardMessage/bash.txt b/docs/en/cli/vkteams/ForwardMessage/bash.txt index a7dc40a262..94198df0d8 100644 --- a/docs/en/cli/vkteams/ForwardMessage/bash.txt +++ b/docs/en/cli/vkteams/ForwardMessage/bash.txt @@ -1,6 +1,6 @@ oint vkteams ForwardMessage \ --token "***" \ - --messageid "7490189309413174370" \ + --messageid "7499469350760361706" \ --fromid "689203963@chat.agent" \ --chatid "AoLI0egLWBSLR1Ngn2w" \ --text "Additional text" \ No newline at end of file diff --git a/docs/en/cli/vkteams/ForwardMessage/bat.txt b/docs/en/cli/vkteams/ForwardMessage/bat.txt index b52ec724d7..f1dda5b8f8 100644 --- a/docs/en/cli/vkteams/ForwardMessage/bat.txt +++ b/docs/en/cli/vkteams/ForwardMessage/bat.txt @@ -1,6 +1,6 @@ oint vkteams ForwardMessage ^ --token "***" ^ - --messageid "7490189309413174370" ^ + --messageid "7499469350760361706" ^ --fromid "689203963@chat.agent" ^ --chatid "AoLI0egLWBSLR1Ngn2w" ^ --text "Additional text" \ No newline at end of file diff --git a/docs/en/cli/vkteams/GetEvents/bash.txt b/docs/en/cli/vkteams/GetEvents/bash.txt index 7d5ce04e89..c4ab2d1b7a 100644 --- a/docs/en/cli/vkteams/GetEvents/bash.txt +++ b/docs/en/cli/vkteams/GetEvents/bash.txt @@ -1,4 +1,4 @@ oint vkteams GetEvents \ --token "***" \ - --last 455 \ + --last 480 \ --timeout 3 \ No newline at end of file diff --git a/docs/en/cli/vkteams/GetEvents/bat.txt b/docs/en/cli/vkteams/GetEvents/bat.txt index 9417401f1b..10e6c05cf1 100644 --- a/docs/en/cli/vkteams/GetEvents/bat.txt +++ b/docs/en/cli/vkteams/GetEvents/bat.txt @@ -1,4 +1,4 @@ oint vkteams GetEvents ^ --token "***" ^ - --last 455 ^ + --last 480 ^ --timeout 3 \ No newline at end of file diff --git a/docs/en/cli/vkteams/GetFileInformation/bash.txt b/docs/en/cli/vkteams/GetFileInformation/bash.txt index 1ac85e8dc0..674c4de363 100644 --- a/docs/en/cli/vkteams/GetFileInformation/bash.txt +++ b/docs/en/cli/vkteams/GetFileInformation/bash.txt @@ -1,3 +1,3 @@ oint vkteams GetFileInformation \ --token "***" \ - --fileid "XiiPRRLGM665r2wDm5E2tI67f27fb81bd" \ No newline at end of file + --fileid "lMZ5ayGciOT7vBQTPpRlnJ681377c81bd" \ No newline at end of file diff --git a/docs/en/cli/vkteams/GetFileInformation/bat.txt b/docs/en/cli/vkteams/GetFileInformation/bat.txt index b095f8eb78..df99c362c2 100644 --- a/docs/en/cli/vkteams/GetFileInformation/bat.txt +++ b/docs/en/cli/vkteams/GetFileInformation/bat.txt @@ -1,3 +1,3 @@ oint vkteams GetFileInformation ^ --token "***" ^ - --fileid "XiiPRRLGM665r2wDm5E2tI67f27fb81bd" \ No newline at end of file + --fileid "lMZ5ayGciOT7vBQTPpRlnJ681377c81bd" \ No newline at end of file diff --git a/docs/en/cli/vkteams/PinMessage/bash.txt b/docs/en/cli/vkteams/PinMessage/bash.txt index 58bb1235ca..df57bdc760 100644 --- a/docs/en/cli/vkteams/PinMessage/bash.txt +++ b/docs/en/cli/vkteams/PinMessage/bash.txt @@ -1,4 +1,4 @@ oint vkteams PinMessage \ --token "***" \ --chatid "689203963@chat.agent" \ - --messageid "7490189309413174370" \ No newline at end of file + --messageid "7499469350760361706" \ No newline at end of file diff --git a/docs/en/cli/vkteams/PinMessage/bat.txt b/docs/en/cli/vkteams/PinMessage/bat.txt index b0bdea777d..81971cfb86 100644 --- a/docs/en/cli/vkteams/PinMessage/bat.txt +++ b/docs/en/cli/vkteams/PinMessage/bat.txt @@ -1,4 +1,4 @@ oint vkteams PinMessage ^ --token "***" ^ --chatid "689203963@chat.agent" ^ - --messageid "7490189309413174370" \ No newline at end of file + --messageid "7499469350760361706" \ No newline at end of file diff --git a/docs/en/cli/vkteams/ResendFile/bash.txt b/docs/en/cli/vkteams/ResendFile/bash.txt index 80f2922cd7..6b63985327 100644 --- a/docs/en/cli/vkteams/ResendFile/bash.txt +++ b/docs/en/cli/vkteams/ResendFile/bash.txt @@ -1,5 +1,5 @@ oint vkteams ResendFile \ --token "***" \ --chatid "AoLI0egLWBSLR1Ngn2w" \ - --fileid "XiiPRRLGM665r2wDm5E2tI67f27fb81bd" \ + --fileid "lMZ5ayGciOT7vBQTPpRlnJ681377c81bd" \ --text "File caption" \ No newline at end of file diff --git a/docs/en/cli/vkteams/ResendFile/bat.txt b/docs/en/cli/vkteams/ResendFile/bat.txt index bb2018d023..1f0099acac 100644 --- a/docs/en/cli/vkteams/ResendFile/bat.txt +++ b/docs/en/cli/vkteams/ResendFile/bat.txt @@ -1,5 +1,5 @@ oint vkteams ResendFile ^ --token "***" ^ --chatid "AoLI0egLWBSLR1Ngn2w" ^ - --fileid "XiiPRRLGM665r2wDm5E2tI67f27fb81bd" ^ + --fileid "lMZ5ayGciOT7vBQTPpRlnJ681377c81bd" ^ --text "File caption" \ No newline at end of file diff --git a/docs/en/cli/vkteams/ResendVoice/bash.txt b/docs/en/cli/vkteams/ResendVoice/bash.txt index 847dcc3527..1aa45068ce 100644 --- a/docs/en/cli/vkteams/ResendVoice/bash.txt +++ b/docs/en/cli/vkteams/ResendVoice/bash.txt @@ -1,4 +1,4 @@ oint vkteams ResendVoice \ --token "***" \ --chatid "AoLI0egLWBSLR1Ngn2w" \ - --fileid "I000brQvUxFXXRyIJHlXZS67f27fd71bd" \ No newline at end of file + --fileid "I000beW7TkVlnZyQmBEamu681377e61bd" \ No newline at end of file diff --git a/docs/en/cli/vkteams/ResendVoice/bat.txt b/docs/en/cli/vkteams/ResendVoice/bat.txt index de7f2e65a8..df280273cf 100644 --- a/docs/en/cli/vkteams/ResendVoice/bat.txt +++ b/docs/en/cli/vkteams/ResendVoice/bat.txt @@ -1,4 +1,4 @@ oint vkteams ResendVoice ^ --token "***" ^ --chatid "AoLI0egLWBSLR1Ngn2w" ^ - --fileid "I000brQvUxFXXRyIJHlXZS67f27fd71bd" \ No newline at end of file + --fileid "I000beW7TkVlnZyQmBEamu681377e61bd" \ No newline at end of file diff --git a/docs/en/cli/vkteams/SendFile/bash.txt b/docs/en/cli/vkteams/SendFile/bash.txt index e4bcfc474a..ddc831ca1d 100644 --- a/docs/en/cli/vkteams/SendFile/bash.txt +++ b/docs/en/cli/vkteams/SendFile/bash.txt @@ -1,6 +1,6 @@ oint vkteams SendFile \ --token "***" \ --chatid "AoLI0egLWBSLR1Ngn2w" \ - --file "C:\Users\Administrator\AppData\Local\Temp\xc3moc0w53i.tmp" \ + --file "C:\Users\Administrator\AppData\Local\Temp\qsuslc5cntu.tmp" \ --text "File caption" \ --filename "ImportantDocument.docx" \ No newline at end of file diff --git a/docs/en/cli/vkteams/SendFile/bat.txt b/docs/en/cli/vkteams/SendFile/bat.txt index 4418c669b3..58878c4649 100644 --- a/docs/en/cli/vkteams/SendFile/bat.txt +++ b/docs/en/cli/vkteams/SendFile/bat.txt @@ -1,6 +1,6 @@ oint vkteams SendFile ^ --token "***" ^ --chatid "AoLI0egLWBSLR1Ngn2w" ^ - --file "C:\Users\Administrator\AppData\Local\Temp\xc3moc0w53i.tmp" ^ + --file "C:\Users\Administrator\AppData\Local\Temp\qsuslc5cntu.tmp" ^ --text "File caption" ^ --filename "ImportantDocument.docx" \ 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 e8ab08d3d9..d42cbb538e 100644 --- a/docs/en/cli/vkteams/SendTextMessage/bash.txt +++ b/docs/en/cli/vkteams/SendTextMessage/bash.txt @@ -2,6 +2,6 @@ oint vkteams SendTextMessage \ --token "***" \ --chatid "689203963@chat.agent" \ --text "Bold text" \ - --reply "7490172322817518660" \ + --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 diff --git a/docs/en/cli/vkteams/SendTextMessage/bat.txt b/docs/en/cli/vkteams/SendTextMessage/bat.txt index 08f7c55483..df7ac61b5e 100644 --- a/docs/en/cli/vkteams/SendTextMessage/bat.txt +++ b/docs/en/cli/vkteams/SendTextMessage/bat.txt @@ -2,6 +2,6 @@ oint vkteams SendTextMessage ^ --token "***" ^ --chatid "689203963@chat.agent" ^ --text "Bold text" ^ - --reply "7490172322817518660" ^ + --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 diff --git a/docs/en/cli/vkteams/SendVoice/bash.txt b/docs/en/cli/vkteams/SendVoice/bash.txt index 0cdda8a132..9e177ccbd9 100644 --- a/docs/en/cli/vkteams/SendVoice/bash.txt +++ b/docs/en/cli/vkteams/SendVoice/bash.txt @@ -1,5 +1,5 @@ oint vkteams SendVoice \ --token "***" \ --chatid "689203963@chat.agent" \ - --file "C:\Users\Administrator\AppData\Local\Temp\rkpsnpvo003.m4a" \ - --reply "7490189309413174370" \ No newline at end of file + --file "C:\Users\Administrator\AppData\Local\Temp\sburleqkhyh.m4a" \ + --reply "7499469350760361706" \ No newline at end of file diff --git a/docs/en/cli/vkteams/SendVoice/bat.txt b/docs/en/cli/vkteams/SendVoice/bat.txt index 5a5f6a0c83..29e2eacae5 100644 --- a/docs/en/cli/vkteams/SendVoice/bat.txt +++ b/docs/en/cli/vkteams/SendVoice/bat.txt @@ -1,5 +1,5 @@ oint vkteams SendVoice ^ --token "***" ^ --chatid "689203963@chat.agent" ^ - --file "C:\Users\Administrator\AppData\Local\Temp\rkpsnpvo003.m4a" ^ - --reply "7490189309413174370" \ No newline at end of file + --file "C:\Users\Administrator\AppData\Local\Temp\sburleqkhyh.m4a" ^ + --reply "7499469350760361706" \ No newline at end of file diff --git a/docs/en/cli/vkteams/UnpinMessage/bash.txt b/docs/en/cli/vkteams/UnpinMessage/bash.txt index 9edc1e03da..b4860b93e0 100644 --- a/docs/en/cli/vkteams/UnpinMessage/bash.txt +++ b/docs/en/cli/vkteams/UnpinMessage/bash.txt @@ -1,4 +1,4 @@ oint vkteams UnpinMessage \ --token "***" \ --chatid "689203963@chat.agent" \ - --messageid "7490189309413174370" \ No newline at end of file + --messageid "7499469350760361706" \ No newline at end of file diff --git a/docs/en/cli/vkteams/UnpinMessage/bat.txt b/docs/en/cli/vkteams/UnpinMessage/bat.txt index 88fb774abb..4f4e2bd57e 100644 --- a/docs/en/cli/vkteams/UnpinMessage/bat.txt +++ b/docs/en/cli/vkteams/UnpinMessage/bat.txt @@ -1,4 +1,4 @@ oint vkteams UnpinMessage ^ --token "***" ^ --chatid "689203963@chat.agent" ^ - --messageid "7490189309413174370" \ No newline at end of file + --messageid "7499469350760361706" \ No newline at end of file diff --git a/docs/en/cli/yadisk/CancelObjectPublication/bash.txt b/docs/en/cli/yadisk/CancelObjectPublication/bash.txt index 8446206400..30a78f5ac2 100644 --- a/docs/en/cli/yadisk/CancelObjectPublication/bash.txt +++ b/docs/en/cli/yadisk/CancelObjectPublication/bash.txt @@ -1,3 +1,3 @@ oint yadisk CancelObjectPublication \ --token "***" \ - --path "/b8c07056-429f-4772-a2d1-2de755439362.png" \ No newline at end of file + --path "/122e5088-9e60-4570-8de9-27b4fb67d7e4.png" \ No newline at end of file diff --git a/docs/en/cli/yadisk/CancelObjectPublication/bat.txt b/docs/en/cli/yadisk/CancelObjectPublication/bat.txt index ffcfe12665..da59b1e525 100644 --- a/docs/en/cli/yadisk/CancelObjectPublication/bat.txt +++ b/docs/en/cli/yadisk/CancelObjectPublication/bat.txt @@ -1,3 +1,3 @@ oint yadisk CancelObjectPublication ^ --token "***" ^ - --path "/b8c07056-429f-4772-a2d1-2de755439362.png" \ No newline at end of file + --path "/122e5088-9e60-4570-8de9-27b4fb67d7e4.png" \ 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 50b102c27d..79d88d4c9b 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 "/a5763234-c282-42ea-9ac4-4ae45b22ae70" \ No newline at end of file + --path "/bc6faa87-c177-42e7-9760-e4117b7a8998" \ 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 f22f5134d3..0916e19ed0 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 "/a5763234-c282-42ea-9ac4-4ae45b22ae70" \ No newline at end of file + --path "/bc6faa87-c177-42e7-9760-e4117b7a8998" \ 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 2cdc55a60a..cfcfb7d6c7 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 "/36990b2e-65d6-432f-877a-a26eface10b1.png" \ - --to "/9b9674c8-6907-4bb8-b5ea-dbf85ffb48f8.png" \ + --from "/c75d698b-d965-4f94-b71b-86f3bc7c4599.png" \ + --to "/b59c0200-82a9-4565-81d5-ad10bedcf214.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 d72a09c152..ed6222da67 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 "/36990b2e-65d6-432f-877a-a26eface10b1.png" ^ - --to "/9b9674c8-6907-4bb8-b5ea-dbf85ffb48f8.png" ^ + --from "/c75d698b-d965-4f94-b71b-86f3bc7c4599.png" ^ + --to "/b59c0200-82a9-4565-81d5-ad10bedcf214.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 cca276d21d..4a8c57f118 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 "/10b25db9-2b6e-4954-a036-5b7907e3f355.png" \ + --path "/c2341bd7-db37-4e20-bf33-861fe70ebc09.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 931a23c6c5..7fad8a4af6 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 "/10b25db9-2b6e-4954-a036-5b7907e3f355.png" ^ + --path "/c2341bd7-db37-4e20-bf33-861fe70ebc09.png" ^ --can false \ No newline at end of file diff --git a/docs/en/cli/yadisk/DownloadFile/bash.txt b/docs/en/cli/yadisk/DownloadFile/bash.txt index 2de0b68a6d..553b89462b 100644 --- a/docs/en/cli/yadisk/DownloadFile/bash.txt +++ b/docs/en/cli/yadisk/DownloadFile/bash.txt @@ -1,3 +1,3 @@ oint yadisk DownloadFile \ --token "***" \ - --path "/9b9389c1-5da1-4935-b267-aebd03ac9d6d.png" \ No newline at end of file + --path "/289d4688-2da8-4257-baec-97a115db4f4e.png" \ No newline at end of file diff --git a/docs/en/cli/yadisk/DownloadFile/bat.txt b/docs/en/cli/yadisk/DownloadFile/bat.txt index 7d59ec39a2..a606d8722c 100644 --- a/docs/en/cli/yadisk/DownloadFile/bat.txt +++ b/docs/en/cli/yadisk/DownloadFile/bat.txt @@ -1,3 +1,3 @@ oint yadisk DownloadFile ^ --token "***" ^ - --path "/9b9389c1-5da1-4935-b267-aebd03ac9d6d.png" \ No newline at end of file + --path "/289d4688-2da8-4257-baec-97a115db4f4e.png" \ 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 c95401ace7..7788245687 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 "/9b9389c1-5da1-4935-b267-aebd03ac9d6d.png" \ No newline at end of file + --path "/289d4688-2da8-4257-baec-97a115db4f4e.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 7e47996f01..fcc320b3c4 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 "/9b9389c1-5da1-4935-b267-aebd03ac9d6d.png" \ No newline at end of file + --path "/289d4688-2da8-4257-baec-97a115db4f4e.png" \ No newline at end of file diff --git a/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bash.txt b/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bash.txt index 41028f6474..d3969aae25 100644 --- a/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bash.txt +++ b/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bash.txt @@ -1,3 +1,3 @@ oint yadisk GetDownloadLinkForPublicObject \ --token "***" \ - --url "https://yadi.sk/d/i0mqag2n-2fUIA" \ No newline at end of file + --url "https://yadi.sk/d/g1e9kq0ADtydEg" \ No newline at end of file diff --git a/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bat.txt b/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bat.txt index a95111597d..2675cff18d 100644 --- a/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bat.txt +++ b/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bat.txt @@ -1,3 +1,3 @@ oint yadisk GetDownloadLinkForPublicObject ^ --token "***" ^ - --url "https://yadi.sk/d/i0mqag2n-2fUIA" \ No newline at end of file + --url "https://yadi.sk/d/g1e9kq0ADtydEg" \ No newline at end of file diff --git a/docs/en/cli/yadisk/GetObject/bash.txt b/docs/en/cli/yadisk/GetObject/bash.txt index f331598a18..8114158c0c 100644 --- a/docs/en/cli/yadisk/GetObject/bash.txt +++ b/docs/en/cli/yadisk/GetObject/bash.txt @@ -1,3 +1,3 @@ oint yadisk GetObject \ --token "***" \ - --path "/5cf17335-6093-4afe-8bf6-92cc62cd29dd.png" \ No newline at end of file + --path "/227c5572-1c61-48df-8f04-ae0c34d2aff9.png" \ No newline at end of file diff --git a/docs/en/cli/yadisk/GetObject/bat.txt b/docs/en/cli/yadisk/GetObject/bat.txt index bfb3b41422..68b6f1cc42 100644 --- a/docs/en/cli/yadisk/GetObject/bat.txt +++ b/docs/en/cli/yadisk/GetObject/bat.txt @@ -1,3 +1,3 @@ oint yadisk GetObject ^ --token "***" ^ - --path "/5cf17335-6093-4afe-8bf6-92cc62cd29dd.png" \ No newline at end of file + --path "/227c5572-1c61-48df-8f04-ae0c34d2aff9.png" \ No newline at end of file diff --git a/docs/en/cli/yadisk/GetPublicObject/bash.txt b/docs/en/cli/yadisk/GetPublicObject/bash.txt index e749fe7aef..e61c3a4a48 100644 --- a/docs/en/cli/yadisk/GetPublicObject/bash.txt +++ b/docs/en/cli/yadisk/GetPublicObject/bash.txt @@ -1,3 +1,3 @@ oint yadisk GetPublicObject \ --token "***" \ - --url "https://yadi.sk/d/i0mqag2n-2fUIA" \ No newline at end of file + --url "https://yadi.sk/d/g1e9kq0ADtydEg" \ No newline at end of file diff --git a/docs/en/cli/yadisk/GetPublicObject/bat.txt b/docs/en/cli/yadisk/GetPublicObject/bat.txt index 5cd8b8c705..9cdb2d1305 100644 --- a/docs/en/cli/yadisk/GetPublicObject/bat.txt +++ b/docs/en/cli/yadisk/GetPublicObject/bat.txt @@ -1,3 +1,3 @@ oint yadisk GetPublicObject ^ --token "***" ^ - --url "https://yadi.sk/d/i0mqag2n-2fUIA" \ No newline at end of file + --url "https://yadi.sk/d/g1e9kq0ADtydEg" \ 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 d5b0ebe4cb..9baae3865b 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 "/3fbdf1e7-c3c4-4f3a-978d-f030c2d990a5.png" \ - --to "/551ac59e-81e7-4cea-8343-113af60e454e.png" \ + --from "/2dba97ac-7a52-4519-9b54-888a1201c79a.png" \ + --to "/9a3913ae-2570-4ab3-b9e3-6c9b4638ff1e.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 a6a5465366..bfa1510212 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 "/3fbdf1e7-c3c4-4f3a-978d-f030c2d990a5.png" ^ - --to "/551ac59e-81e7-4cea-8343-113af60e454e.png" ^ + --from "/2dba97ac-7a52-4519-9b54-888a1201c79a.png" ^ + --to "/9a3913ae-2570-4ab3-b9e3-6c9b4638ff1e.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 f936ef7379..a86051dbc1 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 "/b8c07056-429f-4772-a2d1-2de755439362.png" \ No newline at end of file + --path "/122e5088-9e60-4570-8de9-27b4fb67d7e4.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 c38360c24f..ef9419b67b 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 "/b8c07056-429f-4772-a2d1-2de755439362.png" \ No newline at end of file + --path "/122e5088-9e60-4570-8de9-27b4fb67d7e4.png" \ No newline at end of file diff --git a/docs/en/cli/yadisk/SavePublicObjectToDisk/bash.txt b/docs/en/cli/yadisk/SavePublicObjectToDisk/bash.txt index 2390c8fe6f..4bc3969a50 100644 --- a/docs/en/cli/yadisk/SavePublicObjectToDisk/bash.txt +++ b/docs/en/cli/yadisk/SavePublicObjectToDisk/bash.txt @@ -1,3 +1,3 @@ oint yadisk SavePublicObjectToDisk \ --token "***" \ - --url "https://yadi.sk/d/i0mqag2n-2fUIA" \ No newline at end of file + --url "https://yadi.sk/d/g1e9kq0ADtydEg" \ No newline at end of file diff --git a/docs/en/cli/yadisk/SavePublicObjectToDisk/bat.txt b/docs/en/cli/yadisk/SavePublicObjectToDisk/bat.txt index 0406cf01f3..363c4620bb 100644 --- a/docs/en/cli/yadisk/SavePublicObjectToDisk/bat.txt +++ b/docs/en/cli/yadisk/SavePublicObjectToDisk/bat.txt @@ -1,3 +1,3 @@ oint yadisk SavePublicObjectToDisk ^ --token "***" ^ - --url "https://yadi.sk/d/i0mqag2n-2fUIA" \ No newline at end of file + --url "https://yadi.sk/d/g1e9kq0ADtydEg" \ 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 81c93561bd..78d3399622 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 "/10b25db9-2b6e-4954-a036-5b7907e3f355.png" \ - --file "C:\Users\Administrator\AppData\Local\Temp\zzb4lhn2ban.png" \ + --path "/c2341bd7-db37-4e20-bf33-861fe70ebc09.png" \ + --file "C:\Users\Administrator\AppData\Local\Temp\2qeavzd4wus.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 f75e656508..9bfd58247a 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 "/10b25db9-2b6e-4954-a036-5b7907e3f355.png" ^ - --file "C:\Users\Administrator\AppData\Local\Temp\zzb4lhn2ban.png" ^ + --path "/c2341bd7-db37-4e20-bf33-861fe70ebc09.png" ^ + --file "C:\Users\Administrator\AppData\Local\Temp\2qeavzd4wus.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 2e52edf343..3f2986ca14 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 "/5cf17335-6093-4afe-8bf6-92cc62cd29dd.png" \ + --path "/227c5572-1c61-48df-8f04-ae0c34d2aff9.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 5d1c3e8cd0..a2140012e5 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 "/5cf17335-6093-4afe-8bf6-92cc62cd29dd.png" ^ + --path "/227c5572-1c61-48df-8f04-ae0c34d2aff9.png" ^ --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file