diff --git a/data.json.gpg b/data.json.gpg index 1e330f4043..bef4034cd5 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 f19e2de5ee..d21671c569 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 "appd1JtQRWxOoweQg" \ - --table "tblh0DeyKd6T8nEUj" \ - --record "rech2bJe1XHNLUCtH" \ + --base "appB8uLtsckC9Omac" \ + --table "tblvPkcjx7CcThqMj" \ + --record "recZtlOmvttvWHnlA" \ --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 01ab8b82f7..e3e5df9253 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 "appd1JtQRWxOoweQg" ^ - --table "tblh0DeyKd6T8nEUj" ^ - --record "rech2bJe1XHNLUCtH" ^ + --base "appB8uLtsckC9Omac" ^ + --table "tblvPkcjx7CcThqMj" ^ + --record "recZtlOmvttvWHnlA" ^ --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 ce1ba4848e..fb2e544c5b 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 "appd1JtQRWxOoweQg" \ - --table "tblh0DeyKd6T8nEUj" \ - --title "7b632a77-a9dd-4cd5-a0ce-794093229b7d" \ - --fielddata "{'name':'7b632a77-a9dd-4cd5-a0ce-794093229b7d','type':'number','options':{'precision':0}}" \ No newline at end of file + --base "appB8uLtsckC9Omac" \ + --table "tblvPkcjx7CcThqMj" \ + --title "ce3a80ac-3ae0-4677-a138-873885447df8" \ + --fielddata "{'name':'ce3a80ac-3ae0-4677-a138-873885447df8','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 f550bfec27..d9d73ced4c 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 "appd1JtQRWxOoweQg" ^ - --table "tblh0DeyKd6T8nEUj" ^ - --title "7b632a77-a9dd-4cd5-a0ce-794093229b7d" ^ - --fielddata "{'name':'7b632a77-a9dd-4cd5-a0ce-794093229b7d','type':'number','options':{'precision':0}}" \ No newline at end of file + --base "appB8uLtsckC9Omac" ^ + --table "tblvPkcjx7CcThqMj" ^ + --title "ce3a80ac-3ae0-4677-a138-873885447df8" ^ + --fielddata "{'name':'ce3a80ac-3ae0-4677-a138-873885447df8','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 72d1e05529..a26274d68c 100644 --- a/docs/en/cli/airtable/CreatePosts/bash.txt +++ b/docs/en/cli/airtable/CreatePosts/bash.txt @@ -1,5 +1,7 @@ +# JSON data can also be passed as a path to a .json file + oint airtable CreatePosts \ --token "***" \ - --base "appAKZEZdfm2h5toZ" \ - --table "tbleqwHUvAZrViNke" \ - --data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]" \ No newline at end of file + --base "appB8uLtsckC9Omac" \ + --table "tblvPkcjx7CcThqMj" \ + --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 3b8d90e842..dc34538c97 100644 --- a/docs/en/cli/airtable/CreatePosts/bat.txt +++ b/docs/en/cli/airtable/CreatePosts/bat.txt @@ -1,5 +1,7 @@ +:: JSON data can also be passed as a path to a .json file + oint airtable CreatePosts ^ --token "***" ^ - --base "appAKZEZdfm2h5toZ" ^ - --table "tbleqwHUvAZrViNke" ^ - --data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]" \ No newline at end of file + --base "appB8uLtsckC9Omac" ^ + --table "tblvPkcjx7CcThqMj" ^ + --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 ff78f7b619..6021b1d3a1 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 "appd1JtQRWxOoweQg" \ + --base "appB8uLtsckC9Omac" \ --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 a735f31455..3f45e8e1c4 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 "appd1JtQRWxOoweQg" ^ + --base "appB8uLtsckC9Omac" ^ --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 774f8b555e..acde9fa44c 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 "appd1JtQRWxOoweQg" \ - --table "tblh0DeyKd6T8nEUj" \ - --record "rech2bJe1XHNLUCtH" \ - --comment "com8hpRheBuwLi56m" \ No newline at end of file + --base "appB8uLtsckC9Omac" \ + --table "tblvPkcjx7CcThqMj" \ + --record "recZtlOmvttvWHnlA" \ + --comment "comelNGBIuvWYqbYx" \ 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 52cbb1489c..a00673d638 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 "appd1JtQRWxOoweQg" ^ - --table "tblh0DeyKd6T8nEUj" ^ - --record "rech2bJe1XHNLUCtH" ^ - --comment "com8hpRheBuwLi56m" \ No newline at end of file + --base "appB8uLtsckC9Omac" ^ + --table "tblvPkcjx7CcThqMj" ^ + --record "recZtlOmvttvWHnlA" ^ + --comment "comelNGBIuvWYqbYx" \ 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 27defba3f2..5089db5174 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 "appd1JtQRWxOoweQg" \ - --table "tblh0DeyKd6T8nEUj" \ - --records "rech2bJe1XHNLUCtH" \ No newline at end of file + --base "appB8uLtsckC9Omac" \ + --table "tblvPkcjx7CcThqMj" \ + --records "recZtlOmvttvWHnlA" \ 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 b1ebf178b0..e875f9583d 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 "appd1JtQRWxOoweQg" ^ - --table "tblh0DeyKd6T8nEUj" ^ - --records "rech2bJe1XHNLUCtH" \ No newline at end of file + --base "appB8uLtsckC9Omac" ^ + --table "tblvPkcjx7CcThqMj" ^ + --records "recZtlOmvttvWHnlA" \ 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 a73c492a4f..5611d80554 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 "appd1JtQRWxOoweQg" \ - --table "tblh0DeyKd6T8nEUj" \ - --record "rech2bJe1XHNLUCtH" \ - --comment "com8hpRheBuwLi56m" \ + --base "appB8uLtsckC9Omac" \ + --table "tblvPkcjx7CcThqMj" \ + --record "recZtlOmvttvWHnlA" \ + --comment "comelNGBIuvWYqbYx" \ --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 617ea96d3f..dde6e3bd4a 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 "appd1JtQRWxOoweQg" ^ - --table "tblh0DeyKd6T8nEUj" ^ - --record "rech2bJe1XHNLUCtH" ^ - --comment "com8hpRheBuwLi56m" ^ + --base "appB8uLtsckC9Omac" ^ + --table "tblvPkcjx7CcThqMj" ^ + --record "recZtlOmvttvWHnlA" ^ + --comment "comelNGBIuvWYqbYx" ^ --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 c6fe77edd3..2fb11954e5 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 "appd1JtQRWxOoweQg" \ - --table "tblh0DeyKd6T8nEUj" \ - --record "rech2bJe1XHNLUCtH" \ No newline at end of file + --base "appB8uLtsckC9Omac" \ + --table "tblvPkcjx7CcThqMj" \ + --record "recZtlOmvttvWHnlA" \ 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 5be8c0aaff..22b9b455b9 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 "appd1JtQRWxOoweQg" ^ - --table "tblh0DeyKd6T8nEUj" ^ - --record "rech2bJe1XHNLUCtH" \ No newline at end of file + --base "appB8uLtsckC9Omac" ^ + --table "tblvPkcjx7CcThqMj" ^ + --record "recZtlOmvttvWHnlA" \ 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 037a424818..572ea70c04 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 "appd1JtQRWxOoweQg" \ No newline at end of file + --base "appB8uLtsckC9Omac" \ 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 952d60f4f2..5ce9100608 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 "appd1JtQRWxOoweQg" \ No newline at end of file + --base "appB8uLtsckC9Omac" \ 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 45528d7b81..de0662a275 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 "appd1JtQRWxOoweQg" \ - --table "tblh0DeyKd6T8nEUj" \ No newline at end of file + --base "appB8uLtsckC9Omac" \ + --table "tblvPkcjx7CcThqMj" \ 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 216d69da24..ff43d5719b 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 "appd1JtQRWxOoweQg" ^ - --table "tblh0DeyKd6T8nEUj" \ No newline at end of file + --base "appB8uLtsckC9Omac" ^ + --table "tblvPkcjx7CcThqMj" \ 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 3eff031051..b36c66bee4 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 "a8de4f70-ac01-4a8a-b6cb-60041fcbf8b8" \ No newline at end of file + --title "ce3a80ac-3ae0-4677-a138-873885447df8" \ 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 ed3fcd12ad..bb12813489 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 "a8de4f70-ac01-4a8a-b6cb-60041fcbf8b8" \ No newline at end of file + --title "ce3a80ac-3ae0-4677-a138-873885447df8" \ 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 f7cf1d6277..dcbbb3508f 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 "appd1JtQRWxOoweQg" \ - --table "tblh0DeyKd6T8nEUj" \ - --record "rech2bJe1XHNLUCtH" \ No newline at end of file + --base "appB8uLtsckC9Omac" \ + --table "tblvPkcjx7CcThqMj" \ + --record "recZtlOmvttvWHnlA" \ 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 28a3e63363..8480ea43a3 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 "appd1JtQRWxOoweQg" ^ - --table "tblh0DeyKd6T8nEUj" ^ - --record "rech2bJe1XHNLUCtH" \ No newline at end of file + --base "appB8uLtsckC9Omac" ^ + --table "tblvPkcjx7CcThqMj" ^ + --record "recZtlOmvttvWHnlA" \ 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 d7785a1a80..709e067155 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 "appd1JtQRWxOoweQg" \ - --table "tblh0DeyKd6T8nEUj" \ - --field "fld8toLuRpM86wBML" \ - --title "0a0fa0d9-d0a7-4f25-aee0-4c65088b592e(change.)" \ + --base "appB8uLtsckC9Omac" \ + --table "tblvPkcjx7CcThqMj" \ + --field "fldpiswpYE2fssYuy" \ + --title "38df5a05-0382-40df-a9b4-baf0be699586(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 02bf05a280..a04b24b915 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 "appd1JtQRWxOoweQg" ^ - --table "tblh0DeyKd6T8nEUj" ^ - --field "fld8toLuRpM86wBML" ^ - --title "0a0fa0d9-d0a7-4f25-aee0-4c65088b592e(change.)" ^ + --base "appB8uLtsckC9Omac" ^ + --table "tblvPkcjx7CcThqMj" ^ + --field "fldpiswpYE2fssYuy" ^ + --title "38df5a05-0382-40df-a9b4-baf0be699586(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 69cbc325e6..8706916460 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 "appd1JtQRWxOoweQg" \ - --table "tblh0DeyKd6T8nEUj" \ + --base "appB8uLtsckC9Omac" \ + --table "tblvPkcjx7CcThqMj" \ --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 8e2220bf9c..6ed04d6653 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 "appd1JtQRWxOoweQg" ^ - --table "tblh0DeyKd6T8nEUj" ^ + --base "appB8uLtsckC9Omac" ^ + --table "tblvPkcjx7CcThqMj" ^ --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 52015e6df3..9f2723ca59 100644 --- a/docs/en/cli/bitrix24/AddKanbanStage/bash.txt +++ b/docs/en/cli/bitrix24/AddKanbanStage/bash.txt @@ -1,5 +1,7 @@ oint bitrix24 AddKanbanStage \ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ - --title "New stage" \ + --url "b24-ar17wx.bitrix24.by" \ + --title "New stage 2" \ --color "0026FF" \ - --prevstage 6 \ No newline at end of file + --prevstage 2320 \ + --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 ff4d18b61c..7285593fca 100644 --- a/docs/en/cli/bitrix24/AddKanbanStage/bat.txt +++ b/docs/en/cli/bitrix24/AddKanbanStage/bat.txt @@ -1,5 +1,7 @@ oint bitrix24 AddKanbanStage ^ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ - --title "New stage" ^ + --url "b24-ar17wx.bitrix24.by" ^ + --title "New stage 2" ^ --color "0026FF" ^ - --prevstage 6 \ No newline at end of file + --prevstage 2320 ^ + --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 75910b96ad..85bc1523cf 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 2384 \ + --postid 2420 \ --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 f5081e55dd..91e92ae9e8 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 2384 ^ + --postid 2420 ^ --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 f01f1bb947..eefbf4fc04 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 2384 \ + --postid 2420 \ --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 648bfe4438..0a2404565a 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 2384 ^ + --postid 2420 ^ --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 1fa887a600..94450d1fbd 100644 --- a/docs/en/cli/bitrix24/AddTaskComment/bash.txt +++ b/docs/en/cli/bitrix24/AddTaskComment/bash.txt @@ -1,4 +1,5 @@ oint bitrix24 AddTaskComment \ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ - --task "6168" \ - --text "Task impossible, let's split up" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" \ + --task "6198" \ + --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 6da32d9bcd..23ee1fe998 100644 --- a/docs/en/cli/bitrix24/AddTaskComment/bat.txt +++ b/docs/en/cli/bitrix24/AddTaskComment/bat.txt @@ -1,4 +1,5 @@ oint bitrix24 AddTaskComment ^ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ - --task "6168" ^ - --text "Task impossible, let's split up" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" ^ + --task "6198" ^ + --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 0a10d40157..99fc756e0d 100644 --- a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt +++ b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt @@ -1,4 +1,8 @@ oint bitrix24 AddTaskTimeAccounting \ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ - --task "6172" \ - --amount 3600 \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" \ + --task "6202" \ + --amount 7200 \ + --user 10 \ + --text "Time spent on work" \ + --date "2025-05-04T22:23:19.2261444" \ + --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 381b170b3c..81acab4d89 100644 --- a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt +++ b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt @@ -1,4 +1,8 @@ oint bitrix24 AddTaskTimeAccounting ^ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ - --task "6172" ^ - --amount 3600 \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" ^ + --task "6202" ^ + --amount 7200 ^ + --user 10 ^ + --text "Time spent on work" ^ + --date "2025-05-04T22:23:19.2261444" ^ + --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 e7e836c335..37f18bb098 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 "6100" \ + --task "6196" \ --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 cca30dde83..48b32089a4 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 "6100" ^ + --task "6196" ^ --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 52f3ec6e06..4d47430c40 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 "6100" \ + --task "6196" \ --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 1a5c5cc46c..9e59a2ec5f 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 "6100" ^ + --task "6196" ^ --text "Checklist element" ^ --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 b0f05c3d86..68d9c44166 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 "6100" \ + --task "6196" \ --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 1668616ff2..4579fdff5c 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 "6100" ^ + --task "6196" ^ --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 03c844a2ba..398d7c780b 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 "6100" \ - --fileid 33830 \ + --task "6196" \ + --fileid 34354 \ --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 04f4145cdd..a6a91efd18 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 "6100" ^ - --fileid 33830 ^ + --task "6196" ^ + --fileid 34354 ^ --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 c3ed7b9aac..dcc7f89de0 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 "6100" \ + --task "6196" \ --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 986660e1af..e03674a4a3 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 "6100" ^ + --task "6196" ^ --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 aeb68fd2f8..879b78f890 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 "6100" \ + --task "6196" \ --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 2dec507ae4..1c3b8929e3 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 "6100" ^ + --task "6196" ^ --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 d1d355513d..3f10f75266 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 "6100" \ - --element 4322 \ + --task "6196" \ + --element 4394 \ --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 936724bfc0..aabc978a9a 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 "6100" ^ - --element 4322 ^ + --task "6196" ^ + --element 4394 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreatePost/bash.txt b/docs/en/cli/bitrix24/CreatePost/bash.txt index ea418ca9e2..c00c9f318d 100644 --- a/docs/en/cli/bitrix24/CreatePost/bash.txt +++ b/docs/en/cli/bitrix24/CreatePost/bash.txt @@ -1,8 +1,8 @@ # JSON data can also be passed as a path to a .json file oint bitrix24 CreatePost \ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ + --url "b24-ar17wx.bitrix24.by" \ --text "Text of post" \ --files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'}" \ --title "Post title" \ - --important true \ No newline at end of file + --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreatePost/bat.txt b/docs/en/cli/bitrix24/CreatePost/bat.txt index db1aaeb0d1..2f56cfb337 100644 --- a/docs/en/cli/bitrix24/CreatePost/bat.txt +++ b/docs/en/cli/bitrix24/CreatePost/bat.txt @@ -1,8 +1,8 @@ :: JSON data can also be passed as a path to a .json file oint bitrix24 CreatePost ^ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ + --url "b24-ar17wx.bitrix24.by" ^ --text "Text of post" ^ --files "{'1.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','2.png':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'}" ^ --title "Post title" ^ - --important true \ No newline at end of file + --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 76c4074403..bc597dc04a 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 14170 \ + --comment 14404 \ --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 21ebba3b4d..8a5821db2f 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 14170 ^ + --comment 14404 ^ --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 37f862574c..4a0b05d647 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 33840 \ + --folderid 34364 \ --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 577f031628..7702cad0d1 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 33840 ^ + --folderid 34364 ^ --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 83244c6d80..8d3bddad53 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-05-22T09:30:52.9005334Z','RESPONSIBLE_ID':1}" \ + --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2025-06-05T22:18:20.8719923Z','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 59f52e6299..7db0fd23c6 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-05-22T09:30:52.9005334Z','RESPONSIBLE_ID':1}" ^ + --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2025-06-05T22:18:20.8719923Z','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 226bc66f01..a386c9318b 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 "6100" \ - --taskto "6098" \ + --taskfrom "6196" \ + --taskto "6194" \ --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 20e7a22e31..da5103c216 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 "6100" ^ - --taskto "6098" ^ + --taskfrom "6196" ^ + --taskto "6194" ^ --linktype 2 ^ --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 48eb07e5a8..52b7b66575 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 "6100" \ + --task "6196" \ --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 dbdc120c6d..bb07c777bb 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 "6100" ^ + --task "6196" ^ --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 748a777a18..5c9ddc4059 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 "6100" \ - --user 2042 \ + --task "6196" \ + --user 2070 \ --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 6232ad8810..86b51e5ba4 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 "6100" ^ - --user 2042 ^ + --task "6196" ^ + --user 2070 ^ --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 a5000a7c47..c4fce6f100 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 33834 \ + --fileid 34358 \ --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 68f82c9f94..cf37e75906 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 33834 ^ + --fileid 34358 ^ --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 585f31f5e3..5badc207ad 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 33840 \ + --folderid 34364 \ --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 80f2c0bd5f..0e4f84139f 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 33840 ^ + --folderid 34364 ^ --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 9b0e280f37..abf9f95bda 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 2286 \ + --stage 2322 \ --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 165e53ba18..4516d0a32b 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 2286 ^ + --stage 2322 ^ --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 00d588ff7c..9f5e055b31 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 2384 \ + --postid 2420 \ --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 f94dd7dd05..bc8496023a 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 2384 ^ + --postid 2420 ^ --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 bfc6d15661..631b7b93a3 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 14170 \ + --comment 14404 \ --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 5b75863f4c..e99aa77aab 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 14170 ^ + --comment 14404 ^ --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 755d5fa3b4..cc3b10d920 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 "6100" \ + --task "6196" \ --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 ce3a212096..820665a663 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 "6100" ^ + --task "6196" ^ --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 2fd9ce5728..5312ec1b18 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 "6102" \ - --comment 14170 \ + --task "6198" \ + --comment 14404 \ --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 e298a14e5e..1a3ceb0c77 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 "6102" ^ - --comment 14170 ^ + --task "6198" ^ + --comment 14404 ^ --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 167b06f84c..7407feae3f 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 "6106" \ - --record 2272 \ + --task "6202" \ + --record 2308 \ --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 045a6d4305..1053a350a4 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 "6106" ^ - --record 2272 ^ + --task "6202" ^ + --record 2308 ^ --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 ed23d51746..e577aee59e 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 "6100" \ - --element 4322 \ + --task "6196" \ + --element 4394 \ --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 babcba1b34..37a88059d4 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 "6100" ^ - --element 4322 ^ + --task "6196" ^ + --element 4394 ^ --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 3b8ce074f8..779a8177b8 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 "6100" \ - --taskto "6098" \ + --taskfrom "6196" \ + --taskto "6194" \ --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 b6bb43b97a..f6450e5ebc 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 "6100" ^ - --taskto "6098" ^ + --taskfrom "6196" ^ + --taskto "6194" ^ --linktype 2 ^ --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 0debece075..9c8d71212b 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 "6100" \ + --task "6196" \ --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 681cd374d7..11bb90b69a 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 "6100" ^ + --task "6196" ^ --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 a72d1d6184..3bbd11f4e0 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 33834 \ + --fileid 34358 \ --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 f6dc58519a..ef4ad3a2b4 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 33834 ^ + --fileid 34358 ^ --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 c319d9e6d0..702de346b6 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 33834 \ + --fileid 34358 \ --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 fd4aaf6f1f..73ec4af396 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 33834 ^ + --fileid 34358 ^ --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 0192862674..9a3af8e1b3 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 33840 \ + --folderid 34364 \ --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 5dffa49d25..b0da61a6b1 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 33840 ^ + --folderid 34364 ^ --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 11229bbea1..b8d4dc4760 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 33840 \ + --folderid 34364 \ --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 2dbed9bb2e..a463e95a3a 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 33840 ^ + --folderid 34364 ^ --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 8decb99788..97c7cb9e51 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 33840 \ + --folderid 34364 \ --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 6e1ca3f62e..18402cb74c 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 33840 ^ + --folderid 34364 ^ --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 17e903e307..fc2e4ed2f1 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 2382 \ + --postid 2418 \ --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 28b7be4019..a384309b79 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 2382 ^ + --postid 2418 ^ --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 3f167a5964..7589b87843 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 2384 \ + --postid 2420 \ --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 c24562bc74..48d2f91fc9 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 2384 ^ + --postid 2420 ^ --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 86ec314a1c..775658d2e9 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 "6102" \ + --task "6198" \ --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 c85665d0be..cf78a50cf2 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 "6102" ^ + --task "6198" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetStoragesList/bash.txt b/docs/en/cli/bitrix24/GetStoragesList/bash.txt index 538b982595..02b3d512a1 100644 --- a/docs/en/cli/bitrix24/GetStoragesList/bash.txt +++ b/docs/en/cli/bitrix24/GetStoragesList/bash.txt @@ -1,2 +1,3 @@ oint bitrix24 GetStoragesList \ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" \ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetStoragesList/bat.txt b/docs/en/cli/bitrix24/GetStoragesList/bat.txt index 254e91e9d4..2d913768cd 100644 --- a/docs/en/cli/bitrix24/GetStoragesList/bat.txt +++ b/docs/en/cli/bitrix24/GetStoragesList/bat.txt @@ -1,2 +1,3 @@ oint bitrix24 GetStoragesList ^ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" ^ + --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 4fd6ebb404..7f31ccf66c 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 "6100" \ + --task "6196" \ --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 6a9d99b02a..302f9ec0c2 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 "6100" ^ + --task "6196" ^ --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 54cc40daea..cfb2a883e4 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 "6102" \ - --comment 14170 \ + --task "6198" \ + --comment 14404 \ --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 1d28bdb3a2..178e24f00f 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 "6102" ^ - --comment 14170 ^ + --task "6198" ^ + --comment 14404 ^ --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 b6ab87681b..b2262bb8b7 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 "6102" \ + --task "6198" \ --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 6d5cf3f9c0..54069a0015 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 "6102" ^ + --task "6198" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTaskFieldsStructure/bash.txt b/docs/en/cli/bitrix24/GetTaskFieldsStructure/bash.txt index 41e8a19f36..778be65c77 100644 --- a/docs/en/cli/bitrix24/GetTaskFieldsStructure/bash.txt +++ b/docs/en/cli/bitrix24/GetTaskFieldsStructure/bash.txt @@ -1,2 +1,3 @@ oint bitrix24 GetTaskFieldsStructure \ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" \ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetTaskFieldsStructure/bat.txt b/docs/en/cli/bitrix24/GetTaskFieldsStructure/bat.txt index 406fe19cb4..7b507e0756 100644 --- a/docs/en/cli/bitrix24/GetTaskFieldsStructure/bat.txt +++ b/docs/en/cli/bitrix24/GetTaskFieldsStructure/bat.txt @@ -1,2 +1,3 @@ oint bitrix24 GetTaskFieldsStructure ^ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" ^ + --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 79b3883372..bdb12e0349 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 "6100" \ + --task "6196" \ --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 788ff40a04..25684d10d2 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 "6100" ^ + --task "6196" ^ --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 92ec41e0be..eb3b59fcde 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 "6106" \ - --record 2272 \ + --task "6202" \ + --record 2308 \ --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 ba207b986d..72dc3f5d70 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 "6106" ^ - --record 2272 ^ + --task "6202" ^ + --record 2308 ^ --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 0c2a73c3ca..df6c5cd58a 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 "6106" \ + --task "6202" \ --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 4d07bcbd07..a2f6817f16 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 "6106" ^ + --task "6202" ^ --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 d93857b163..559dff2062 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 "6100" \ + --task "6196" \ --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 5b13fe6a23..dbba6448a7 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 "6100" ^ + --task "6196" ^ --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 dcc7474983..3a685a4038 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 "6100" \ - --element 4322 \ + --task "6196" \ + --element 4394 \ --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 f0da4cebcc..2ddf395554 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 "6100" ^ - --element 4322 ^ + --task "6196" ^ + --element 4394 ^ --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 4a0f9e06c1..1046d25f47 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 33834 \ - --folderid 33840 \ + --fileid 34358 \ + --folderid 34364 \ --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 d0d81e83fe..bfea5e73a1 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 33834 ^ - --folderid 33840 ^ + --fileid 34358 ^ + --folderid 34364 ^ --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 27484ae1be..417b04bdb0 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 33842 \ - --tagetid 33844 \ + --folderid 34366 \ + --tagetid 34368 \ --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 ac11a352e5..6fb740aa58 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 33842 ^ - --tagetid 33844 ^ + --folderid 34366 ^ + --tagetid 34368 ^ --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 191ee16ba1..b3824f7412 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 33834 \ + --fileid 34358 \ --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 5201ce697d..88a82dc38f 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 33834 ^ + --fileid 34358 ^ --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 bb12d71ad2..53b787e82e 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 33840 \ + --folderid 34364 \ --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 9f3420ffc1..b56ade256b 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 33840 ^ + --folderid 34364 ^ --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 fc2f505de4..a2e95f821e 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 33834 \ - --folderid 33844 \ + --fileid 34358 \ + --folderid 34368 \ --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 fe413d289a..9dbfd23c8f 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 33834 ^ - --folderid 33844 ^ + --fileid 34358 ^ + --folderid 34368 ^ --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 982fb98bfa..456a4fc6c9 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 33842 \ - --tagetid 33838 \ + --folderid 34366 \ + --tagetid 34362 \ --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 9a8b351747..352fc30ec7 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 33842 ^ - --tagetid 33838 ^ + --folderid 34366 ^ + --tagetid 34362 ^ --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 fba04592cf..3fcbe53974 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 "6104" \ - --stage 2286 \ + --task "6200" \ + --stage 2322 \ --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 64b65db588..44bef2e9fb 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 "6104" ^ - --stage 2286 ^ + --task "6200" ^ + --stage 2322 ^ --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 8ea89d3515..ea5baaeccd 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 "6100" \ + --task "6196" \ --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 e473f4da98..38ca5979cf 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 "6100" ^ + --task "6196" ^ --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 89929e78ca..6b4b767627 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 "6100" \ + --task "6196" \ --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 b06c9f018d..120c56ec96 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 "6100" ^ + --task "6196" ^ --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 924c730b0b..53a17672cd 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 "6100" \ + --task "6196" \ --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 003ad5c239..aee289aa65 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 "6100" ^ + --task "6196" ^ --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 7b61379e43..a3e9eab063 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 33834 \ + --fileid 34358 \ --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 9789f12d14..d884732405 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 33834 ^ + --fileid 34358 ^ --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 3bca0ce6c8..ac32eb9874 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 33840 \ + --folderid 34364 \ --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 98720a22a7..e4ba19ea7c 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 33840 ^ + --folderid 34364 ^ --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 bbbbb5ae30..4762987d31 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 "6100" \ + --task "6196" \ --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 997be1227b..7313111d9e 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 "6100" ^ + --task "6196" ^ --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 862f44d32d..4533371bd7 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 "6100" \ - --element 4322 \ + --task "6196" \ + --element 4394 \ --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 d6bf00c11d..f5b2d06973 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 "6100" ^ - --element 4322 ^ + --task "6196" ^ + --element 4394 ^ --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 fd5e2245c8..3d3761d786 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 33834 \ + --fileid 34358 \ --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 1f7dd8d718..120a6cc5c4 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 33834 ^ + --fileid 34358 ^ --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 b21ef9bb7a..7cf6fb537d 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 33840 \ + --folderid 34364 \ --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 0fdec9893b..d93468e089 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 33840 ^ + --folderid 34364 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ServerTime/bash.txt b/docs/en/cli/bitrix24/ServerTime/bash.txt index 8176bcd9f3..250e2e6a35 100644 --- a/docs/en/cli/bitrix24/ServerTime/bash.txt +++ b/docs/en/cli/bitrix24/ServerTime/bash.txt @@ -1,2 +1,3 @@ oint bitrix24 ServerTime \ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" \ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ServerTime/bat.txt b/docs/en/cli/bitrix24/ServerTime/bat.txt index 28e9259bb0..e044c2facc 100644 --- a/docs/en/cli/bitrix24/ServerTime/bat.txt +++ b/docs/en/cli/bitrix24/ServerTime/bat.txt @@ -1,2 +1,3 @@ oint bitrix24 ServerTime ^ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" ^ + --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 48a1ca700d..62be33bea2 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 "6100" \ + --task "6196" \ --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 f738c2b0eb..ce0a814a45 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 "6100" ^ + --task "6196" ^ --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 ae3e734dbe..7b68339626 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-05-21T08:36:15.7272847" \ + --time "2025-06-04T21:23:36.186585" \ --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 36eb8588fc..e54322b41c 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-05-21T08:36:15.7272847" ^ + --time "2025-06-04T21:23:36.186585" ^ --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 995acefa80..97ec2c0808 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 "6100" \ + --task "6196" \ --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 8acb8ca867..2721faa451 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 "6100" ^ + --task "6196" ^ --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 11b5c2f373..2d4325bdbf 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-05-21T09:36:25.0603804" \ + --time "2025-06-04T22:23:45.2835946" \ --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 9303cd0f87..829f575e64 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-05-21T09:36:25.0603804" ^ + --time "2025-06-04T22:23:45.2835946" ^ --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 4ce891ce9c..93d2c8d16e 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 "6100" \ + --task "6196" \ --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 2a8f8e031a..efe293e580 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 "6100" ^ + --task "6196" ^ --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 a9f5da8348..baaa24d1e8 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 "6100" \ + --task "6196" \ --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 02cc1cbdba..fc73bcf366 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 "6100" ^ + --task "6196" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateKanbansStage/bash.txt b/docs/en/cli/bitrix24/UpdateKanbansStage/bash.txt index ba0d61bcbf..0b575ff05e 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 2286 \ + --stage 2322 \ --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 a82a5bf6f9..bf187c7de0 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 2286 ^ + --stage 2322 ^ --color "000000" ^ --prevstage 6 ^ --admin true ^ diff --git a/docs/en/cli/bitrix24/UpdatePost/bash.txt b/docs/en/cli/bitrix24/UpdatePost/bash.txt index 8690070979..29fc9cfc38 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 2382 \ + --postid 2418 \ --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 44ca05447a..c9ac9c2e28 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 2382 ^ + --postid 2418 ^ --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 114d053d0a..21545adbd9 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 "6100" \ + --task "6196" \ --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 21fc1bd62f..883aec1a86 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 "6100" ^ + --task "6196" ^ --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 ceae705ec6..ced7f7e95b 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 "6102" \ - --comment 14170 \ + --task "6198" \ + --comment 14404 \ --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 91bbfe86e6..962dc2265c 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 "6102" ^ - --comment 14170 ^ + --task "6198" ^ + --comment 14404 ^ --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 f80c79e2ef..76b41aaa82 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 "6106" \ - --record 2272 \ + --task "6202" \ + --record 2308 \ --amount 4800 \ --text "New time record" \ - --date "2025-04-21T09:36:09.3065572" \ + --date "2025-05-04T22:23:29.2738485" \ --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 65fc68888c..56db3bd62a 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 "6106" ^ - --record 2272 ^ + --task "6202" ^ + --record 2308 ^ --amount 4800 ^ --text "New time record" ^ - --date "2025-04-21T09:36:09.3065572" ^ + --date "2025-05-04T22:23:29.2738485" ^ --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 c48660674a..fe533d9f1e 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 "6100" \ - --element 4322 \ + --task "6196" \ + --element 4394 \ --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 2e97766dae..9aefb439b4 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 "6100" ^ - --element 4322 ^ + --task "6196" ^ + --element 4394 ^ --text "New elements text" ^ --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 acefcba4e4..ec1f6546cd 100644 --- a/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt +++ b/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt @@ -1,5 +1,6 @@ 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 33866 \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" \ + --title "Picture1.jpg" \ + --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \ + --folderid 34364 \ + --token "***" \ 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 4ece4a4944..6af6f96434 100644 --- a/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt +++ b/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt @@ -1,5 +1,6 @@ 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 33866 \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" ^ + --title "Picture1.jpg" ^ + --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^ + --folderid 34364 ^ + --token "***" \ 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 f3b44c956d..816a62808d 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':'641c5ff6-4756-4492-b29d-1f7cdf90d917','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':'501966ab-a4e7-4236-a46f-f1fb9a25d463','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 70d94b847b..31fc9abc48 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':'641c5ff6-4756-4492-b29d-1f7cdf90d917','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':'501966ab-a4e7-4236-a46f-f1fb9a25d463','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" ^ --ostore true ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/dropbox/AddUsersToFile/bash.txt b/docs/en/cli/dropbox/AddUsersToFile/bash.txt index 673e307774..355f4b33c1 100644 --- a/docs/en/cli/dropbox/AddUsersToFile/bash.txt +++ b/docs/en/cli/dropbox/AddUsersToFile/bash.txt @@ -1,5 +1,5 @@ oint dropbox AddUsersToFile \ --token "***" \ --fileid "kJU6-a-pT48AAAAAAAAABw" \ - --emails "h5bk6ft62s@privaterelay.appleid.com" \ - --readonly false \ No newline at end of file + --emails "['h5bk6ft62s@privaterelay.appleid.com']" \ + --readonly true \ No newline at end of file diff --git a/docs/en/cli/dropbox/AddUsersToFile/bat.txt b/docs/en/cli/dropbox/AddUsersToFile/bat.txt index d48768c61b..c1876631f7 100644 --- a/docs/en/cli/dropbox/AddUsersToFile/bat.txt +++ b/docs/en/cli/dropbox/AddUsersToFile/bat.txt @@ -1,5 +1,5 @@ oint dropbox AddUsersToFile ^ --token "***" ^ --fileid "kJU6-a-pT48AAAAAAAAABw" ^ - --emails "h5bk6ft62s@privaterelay.appleid.com" ^ - --readonly false \ No newline at end of file + --emails "['h5bk6ft62s@privaterelay.appleid.com']" ^ + --readonly true \ 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 555ddb8eb2..31ffe1f7c7 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 "12529434499" \ + --folder "12373737937" \ --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 5cadb730e6..0014c8da6a 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 "12529434499" ^ + --folder "12373737937" ^ --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 d1c89eb996..fd17317201 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 "12529434499" \ No newline at end of file + --folder "12373737937" \ 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 51464cd6ef..8a1fe610c3 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 "12529434499" \ No newline at end of file + --folder "12373737937" \ No newline at end of file diff --git a/docs/en/cli/dropbox/GetAccountInformation/bash.txt b/docs/en/cli/dropbox/GetAccountInformation/bash.txt index 8f556c0340..264b28975b 100644 --- a/docs/en/cli/dropbox/GetAccountInformation/bash.txt +++ b/docs/en/cli/dropbox/GetAccountInformation/bash.txt @@ -1,2 +1,3 @@ oint dropbox GetAccountInformation \ - --token "***" \ No newline at end of file + --token "***" \ + --account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE" \ No newline at end of file diff --git a/docs/en/cli/dropbox/GetAccountInformation/bat.txt b/docs/en/cli/dropbox/GetAccountInformation/bat.txt index 5d06fdb227..ddeb2b8640 100644 --- a/docs/en/cli/dropbox/GetAccountInformation/bat.txt +++ b/docs/en/cli/dropbox/GetAccountInformation/bat.txt @@ -1,2 +1,3 @@ oint dropbox GetAccountInformation ^ - --token "***" \ No newline at end of file + --token "***" ^ + --account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE" \ 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 e71c1ad073..5e69844361 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:AABc5qk4o5C2eIDMDQGKppHyoSpI9V4iv9tih_ifx3QuQAOibHc2LpLdTUK2gf01FGwT00OMvx4CUh7DF3wBtWgQ" \ No newline at end of file + --job "dbjid:AABjPCd9IMdUHznkwgtotA2ea3B_33ADKEZhA3cddkPfNlLPXF8bxvZBYLOaSWTThDJ8_L_2DjZPbrZT9Zxxg5Iu" \ 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 85ec5db049..94557fe61f 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:AABc5qk4o5C2eIDMDQGKppHyoSpI9V4iv9tih_ifx3QuQAOibHc2LpLdTUK2gf01FGwT00OMvx4CUh7DF3wBtWgQ" \ No newline at end of file + --job "dbjid:AABjPCd9IMdUHznkwgtotA2ea3B_33ADKEZhA3cddkPfNlLPXF8bxvZBYLOaSWTThDJ8_L_2DjZPbrZT9Zxxg5Iu" \ No newline at end of file diff --git a/docs/en/cli/dropbox/GetTagList/bash.txt b/docs/en/cli/dropbox/GetTagList/bash.txt index c651842ff8..15787e990d 100644 --- a/docs/en/cli/dropbox/GetTagList/bash.txt +++ b/docs/en/cli/dropbox/GetTagList/bash.txt @@ -1,3 +1,3 @@ oint dropbox GetTagList \ --token "***" \ - --paths "['/New/Dogs.mp3','/New/mydoc.docx']" \ No newline at end of file + --paths "/New/mydoc.docx" \ No newline at end of file diff --git a/docs/en/cli/dropbox/GetTagList/bat.txt b/docs/en/cli/dropbox/GetTagList/bat.txt index 176281759d..e9b9b05365 100644 --- a/docs/en/cli/dropbox/GetTagList/bat.txt +++ b/docs/en/cli/dropbox/GetTagList/bat.txt @@ -1,3 +1,3 @@ oint dropbox GetTagList ^ --token "***" ^ - --paths "['/New/Dogs.mp3','/New/mydoc.docx']" \ No newline at end of file + --paths "/New/mydoc.docx" \ 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 7e312d2dc6..c22b72a94b 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 "6PFCuJGe88IAAAAAAAAAAQ" \ No newline at end of file + --job "dsJFuuuQNjgAAAAAAAAAAQ" \ 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 e340611a55..7f7b74faa8 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 "6PFCuJGe88IAAAAAAAAAAQ" \ No newline at end of file + --job "dsJFuuuQNjgAAAAAAAAAAQ" \ No newline at end of file diff --git a/docs/en/cli/dropbox/MoveObject/bash.txt b/docs/en/cli/dropbox/MoveObject/bash.txt index 03bc22d270..ebf95fc59e 100644 --- a/docs/en/cli/dropbox/MoveObject/bash.txt +++ b/docs/en/cli/dropbox/MoveObject/bash.txt @@ -1,4 +1,4 @@ oint dropbox MoveObject \ --token "***" \ - --from "/pic.png" \ - --to "/New/pic.png" \ No newline at end of file + --from "/New/pic.png" \ + --to "/pic.png" \ No newline at end of file diff --git a/docs/en/cli/dropbox/MoveObject/bat.txt b/docs/en/cli/dropbox/MoveObject/bat.txt index 30f3d20313..2ef1fb84dd 100644 --- a/docs/en/cli/dropbox/MoveObject/bat.txt +++ b/docs/en/cli/dropbox/MoveObject/bat.txt @@ -1,4 +1,4 @@ oint dropbox MoveObject ^ --token "***" ^ - --from "/pic.png" ^ - --to "/New/pic.png" \ No newline at end of file + --from "/New/pic.png" ^ + --to "/pic.png" \ 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 257bd403e0..af01c07d4e 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 "6359f6f4bc242bd841553" \ No newline at end of file + --rev "636c3ab6b8806bd841553" \ 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 017873a7ba..36425d3fd5 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 "6359f6f4bc242bd841553" \ No newline at end of file + --rev "636c3ab6b8806bd841553" \ 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 27efa89fbb..e91607e739 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\ptti1pk4zwp.png" \ + --file "C:\Users\Administrator\AppData\Local\Temp\shxmzgkzbj1.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 6bb45c18a4..f303ac6ba7 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\ptti1pk4zwp.png" ^ + --file "C:\Users\Administrator\AppData\Local\Temp\shxmzgkzbj1.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 d9c1071468..277b5f12d0 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 "011d8cbafe64119ed6fd3af2b152cdb8fa5e238308392c96168cf3c2e203cca3@group.calendar.google.com" \ No newline at end of file + --calendar "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@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 77a17bfb18..6c71825652 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 "011d8cbafe64119ed6fd3af2b152cdb8fa5e238308392c96168cf3c2e203cca3@group.calendar.google.com" \ No newline at end of file + --calendar "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@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 60c5f3857a..bfa8a28986 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 "f566b930bdf9f4c165e10e97cd066f3fd921a8b7478f87d7e781f75a38a4b4bd@group.calendar.google.com" \ - --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-05-21T09:18:10.7736743Z','EndDate':'2025-05-21T10:18:10.7736743Z','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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" \ + --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-06-04T22:06:00.2299591Z','EndDate':'2025-06-04T23:06:00.2299591Z','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 004b111b0b..761cac1c2b 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 "f566b930bdf9f4c165e10e97cd066f3fd921a8b7478f87d7e781f75a38a4b4bd@group.calendar.google.com" ^ - --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-05-21T09:18:10.7736743Z','EndDate':'2025-05-21T10:18:10.7736743Z','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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" ^ + --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-06-04T22:06:00.2299591Z','EndDate':'2025-06-04T23:06:00.2299591Z','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 3fa34e0d43..4496fc72a5 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 "f566b930bdf9f4c165e10e97cd066f3fd921a8b7478f87d7e781f75a38a4b4bd@group.calendar.google.com" \ No newline at end of file + --calendar "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@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 ab7952229b..29aaf481f1 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 "f566b930bdf9f4c165e10e97cd066f3fd921a8b7478f87d7e781f75a38a4b4bd@group.calendar.google.com" \ No newline at end of file + --calendar "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@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 ca8dee7b32..30b7cfaccd 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 "011d8cbafe64119ed6fd3af2b152cdb8fa5e238308392c96168cf3c2e203cca3@group.calendar.google.com" \ No newline at end of file + --calendar "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@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 ee5d90b3d1..3084363c3a 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 "011d8cbafe64119ed6fd3af2b152cdb8fa5e238308392c96168cf3c2e203cca3@group.calendar.google.com" \ No newline at end of file + --calendar "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@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 7153446251..660e503d62 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 "f566b930bdf9f4c165e10e97cd066f3fd921a8b7478f87d7e781f75a38a4b4bd@group.calendar.google.com" \ - --event "toutdhss3nhvcn23ak7hl2dfgo" \ No newline at end of file + --calendar "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" \ + --event "ilsftsh93h6o4csp1f51oe9bo0" \ 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 0a7c07a940..461e6ffa6d 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 "f566b930bdf9f4c165e10e97cd066f3fd921a8b7478f87d7e781f75a38a4b4bd@group.calendar.google.com" ^ - --event "toutdhss3nhvcn23ak7hl2dfgo" \ No newline at end of file + --calendar "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" ^ + --event "ilsftsh93h6o4csp1f51oe9bo0" \ 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 2f46c8e3dc..67e3733718 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 "011d8cbafe64119ed6fd3af2b152cdb8fa5e238308392c96168cf3c2e203cca3@group.calendar.google.com" \ + --calendar "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@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 dc4906389a..3d0ff3df66 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 "011d8cbafe64119ed6fd3af2b152cdb8fa5e238308392c96168cf3c2e203cca3@group.calendar.google.com" ^ + --calendar "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@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 3dd0d8a89a..49380dc4f4 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 "f566b930bdf9f4c165e10e97cd066f3fd921a8b7478f87d7e781f75a38a4b4bd@group.calendar.google.com" \ + --calendar "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" \ --props "{'Description':'New event description'}" \ - --event "toutdhss3nhvcn23ak7hl2dfgo" \ No newline at end of file + --event "ilsftsh93h6o4csp1f51oe9bo0" \ 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 4c19e12629..a5c7570b52 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 "f566b930bdf9f4c165e10e97cd066f3fd921a8b7478f87d7e781f75a38a4b4bd@group.calendar.google.com" ^ + --calendar "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" ^ --props "{'Description':'New event description'}" ^ - --event "toutdhss3nhvcn23ak7hl2dfgo" \ No newline at end of file + --event "ilsftsh93h6o4csp1f51oe9bo0" \ 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 7376c28e5a..a4afe26afc 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 "011d8cbafe64119ed6fd3af2b152cdb8fa5e238308392c96168cf3c2e203cca3@group.calendar.google.com" \ + --calendar "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@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 73b68701b7..56c45f5f63 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 "011d8cbafe64119ed6fd3af2b152cdb8fa5e238308392c96168cf3c2e203cca3@group.calendar.google.com" ^ + --calendar "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@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 73faafcbc3..8bf148038a 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 "011d8cbafe64119ed6fd3af2b152cdb8fa5e238308392c96168cf3c2e203cca3@group.calendar.google.com" \ No newline at end of file + --calendar "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@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 4f2c17da57..fa56220cdf 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 "011d8cbafe64119ed6fd3af2b152cdb8fa5e238308392c96168cf3c2e203cca3@group.calendar.google.com" \ No newline at end of file + --calendar "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@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 48fce1cd7c..19f8c14bd6 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 "f566b930bdf9f4c165e10e97cd066f3fd921a8b7478f87d7e781f75a38a4b4bd@group.calendar.google.com" \ - --event "toutdhss3nhvcn23ak7hl2dfgo" \ No newline at end of file + --calendar "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" \ + --event "ilsftsh93h6o4csp1f51oe9bo0" \ 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 1c80c72ca5..9aa4f904b0 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 "f566b930bdf9f4c165e10e97cd066f3fd921a8b7478f87d7e781f75a38a4b4bd@group.calendar.google.com" ^ - --event "toutdhss3nhvcn23ak7hl2dfgo" \ No newline at end of file + --calendar "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" ^ + --event "ilsftsh93h6o4csp1f51oe9bo0" \ 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 d18224b9e2..0850b0e121 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 "f566b930bdf9f4c165e10e97cd066f3fd921a8b7478f87d7e781f75a38a4b4bd@group.calendar.google.com" \ No newline at end of file + --calendar "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@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 a4b67014cc..a76f1b7bcb 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 "f566b930bdf9f4c165e10e97cd066f3fd921a8b7478f87d7e781f75a38a4b4bd@group.calendar.google.com" \ No newline at end of file + --calendar "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@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 5cc6b7d0a6..0ac90bbca7 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 "011d8cbafe64119ed6fd3af2b152cdb8fa5e238308392c96168cf3c2e203cca3@group.calendar.google.com" \ No newline at end of file + --calendar "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@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 e97f8df10b..8447f6e768 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 "011d8cbafe64119ed6fd3af2b152cdb8fa5e238308392c96168cf3c2e203cca3@group.calendar.google.com" \ No newline at end of file + --calendar "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@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 45b9b7683f..2c56b47c4d 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 "f566b930bdf9f4c165e10e97cd066f3fd921a8b7478f87d7e781f75a38a4b4bd@group.calendar.google.com" \ + --from "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" \ --to "bayselonarrend@gmail.com" \ - --event "toutdhss3nhvcn23ak7hl2dfgo" \ No newline at end of file + --event "ilsftsh93h6o4csp1f51oe9bo0" \ 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 ebd85b8ce4..f2e0035887 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 "f566b930bdf9f4c165e10e97cd066f3fd921a8b7478f87d7e781f75a38a4b4bd@group.calendar.google.com" ^ + --from "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" ^ --to "bayselonarrend@gmail.com" ^ - --event "toutdhss3nhvcn23ak7hl2dfgo" \ No newline at end of file + --event "ilsftsh93h6o4csp1f51oe9bo0" \ 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 1f70350dcf..e10708be46 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 "10yBjDRt2N4BST0VOuvyuvUGlBXJtWz8Z" \ + --object "1sMQmU4tajHRqbK-zT3ggHGGJGuY4I4rB" \ --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 c70f0f4b0b..00ac4033bc 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 "10yBjDRt2N4BST0VOuvyuvUGlBXJtWz8Z" ^ + --object "1sMQmU4tajHRqbK-zT3ggHGGJGuY4I4rB" ^ --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 6481511134..280f464a15 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 "1xhMph9dMbd4rqjdfEqx4IEVZZaTiWnjR" \ + --object "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" \ --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 508c6d307d..1ce0ce754a 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 "1xhMph9dMbd4rqjdfEqx4IEVZZaTiWnjR" ^ + --object "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" ^ --text "Comment text" \ No newline at end of file diff --git a/docs/en/cli/gdrive/CreateFolder/bash.txt b/docs/en/cli/gdrive/CreateFolder/bash.txt index 65c787b335..950a4c18de 100644 --- a/docs/en/cli/gdrive/CreateFolder/bash.txt +++ b/docs/en/cli/gdrive/CreateFolder/bash.txt @@ -1,4 +1,3 @@ oint gdrive CreateFolder \ --token "***" \ - --title "TestFolder" \ - --catalog "191iyaa6-2BCNRPOF0F8mQ0TuNWPNesdM" \ No newline at end of file + --title "TestFolder" \ No newline at end of file diff --git a/docs/en/cli/gdrive/CreateFolder/bat.txt b/docs/en/cli/gdrive/CreateFolder/bat.txt index 017fd5e4c7..9f3569bb6c 100644 --- a/docs/en/cli/gdrive/CreateFolder/bat.txt +++ b/docs/en/cli/gdrive/CreateFolder/bat.txt @@ -1,4 +1,3 @@ oint gdrive CreateFolder ^ --token "***" ^ - --title "TestFolder" ^ - --catalog "191iyaa6-2BCNRPOF0F8mQ0TuNWPNesdM" \ No newline at end of file + --title "TestFolder" \ 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 28181d01c3..715221ce3f 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 "1xhMph9dMbd4rqjdfEqx4IEVZZaTiWnjR" \ - --comment "AAABhAKOq78" \ No newline at end of file + --object "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" \ + --comment "AAABh58Ytog" \ 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 6d4f63567a..e06e10e0d9 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 "1xhMph9dMbd4rqjdfEqx4IEVZZaTiWnjR" ^ - --comment "AAABhAKOq78" \ No newline at end of file + --object "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" ^ + --comment "AAABh58Ytog" \ 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 a4ac0267ac..c8bec8844a 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 "1xhMph9dMbd4rqjdfEqx4IEVZZaTiWnjR" \ No newline at end of file + --object "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" \ 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 24e14ad046..06b7a0d51b 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 "1xhMph9dMbd4rqjdfEqx4IEVZZaTiWnjR" \ No newline at end of file + --object "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" \ 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 eed71f04fc..db60b4cf37 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 "10yBjDRt2N4BST0VOuvyuvUGlBXJtWz8Z" \ No newline at end of file + --object "1sMQmU4tajHRqbK-zT3ggHGGJGuY4I4rB" \ 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 160edc9b3c..2f0ca21293 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 "10yBjDRt2N4BST0VOuvyuvUGlBXJtWz8Z" \ No newline at end of file + --object "1sMQmU4tajHRqbK-zT3ggHGGJGuY4I4rB" \ 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 b035ef103c..3a84398391 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 "1xhMph9dMbd4rqjdfEqx4IEVZZaTiWnjR" \ - --comment "AAABhAKOq78" \ No newline at end of file + --object "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" \ + --comment "AAABh58Ytog" \ 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 d83f28aceb..1a9ef8abf2 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 "1xhMph9dMbd4rqjdfEqx4IEVZZaTiWnjR" ^ - --comment "AAABhAKOq78" \ No newline at end of file + --object "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" ^ + --comment "AAABh58Ytog" \ 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 df88d9bce9..285c58665d 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 "1xhMph9dMbd4rqjdfEqx4IEVZZaTiWnjR" \ No newline at end of file + --object "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" \ 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 5e3d05b1da..62c5965a07 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 "1xhMph9dMbd4rqjdfEqx4IEVZZaTiWnjR" \ No newline at end of file + --object "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" \ 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 fef7c0fea4..78c5727835 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 "10yBjDRt2N4BST0VOuvyuvUGlBXJtWz8Z" \ + --object "1sMQmU4tajHRqbK-zT3ggHGGJGuY4I4rB" \ --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 bb6dd4e83d..0160908ac8 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 "10yBjDRt2N4BST0VOuvyuvUGlBXJtWz8Z" ^ + --object "1sMQmU4tajHRqbK-zT3ggHGGJGuY4I4rB" ^ --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 c64d629e9d..3ae541d2b2 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 "120363417671815935@g.us" \ + --group "120363419347634364@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 f22c97ade1..42218132b5 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 "120363417671815935@g.us" ^ + --group "120363419347634364@g.us" ^ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/DeleteMessage/bash.txt b/docs/en/cli/greenapi/DeleteMessage/bash.txt index 9680776a0f..68c0bf3993 100644 --- a/docs/en/cli/greenapi/DeleteMessage/bash.txt +++ b/docs/en/cli/greenapi/DeleteMessage/bash.txt @@ -3,4 +3,4 @@ oint greenapi DeleteMessage \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --chat "120363410406221140@g.us" \ - --message "BAE58D5D56CC3E39" \ No newline at end of file + --message "BAE5B99FA6E227D5" \ No newline at end of file diff --git a/docs/en/cli/greenapi/DeleteMessage/bat.txt b/docs/en/cli/greenapi/DeleteMessage/bat.txt index a4abd71293..def9bedd0e 100644 --- a/docs/en/cli/greenapi/DeleteMessage/bat.txt +++ b/docs/en/cli/greenapi/DeleteMessage/bat.txt @@ -3,4 +3,4 @@ oint greenapi DeleteMessage ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --chat "120363410406221140@g.us" ^ - --message "BAE58D5D56CC3E39" \ No newline at end of file + --message "BAE5B99FA6E227D5" \ No newline at end of file diff --git a/docs/en/cli/greenapi/EditMessageText/bash.txt b/docs/en/cli/greenapi/EditMessageText/bash.txt index a547035d88..1730c0d9c8 100644 --- a/docs/en/cli/greenapi/EditMessageText/bash.txt +++ b/docs/en/cli/greenapi/EditMessageText/bash.txt @@ -3,5 +3,5 @@ oint greenapi EditMessageText \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --chat "120363410406221140@g.us" \ - --message "BAE58D5D56CC3E39" \ + --message "BAE5B99FA6E227D5" \ --text "New message text" \ No newline at end of file diff --git a/docs/en/cli/greenapi/EditMessageText/bat.txt b/docs/en/cli/greenapi/EditMessageText/bat.txt index 383128a314..f8c5bcf0d7 100644 --- a/docs/en/cli/greenapi/EditMessageText/bat.txt +++ b/docs/en/cli/greenapi/EditMessageText/bat.txt @@ -3,5 +3,5 @@ oint greenapi EditMessageText ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --chat "120363410406221140@g.us" ^ - --message "BAE58D5D56CC3E39" ^ + --message "BAE5B99FA6E227D5" ^ --text "New message text" \ 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 e6472f84b0..c4699bdd8b 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 "120363417671815935@g.us" \ + --group "120363419347634364@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 a53c53531e..0d20ca0b5a 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 "120363417671815935@g.us" ^ + --group "120363419347634364@g.us" ^ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/ForwardMessages/bash.txt b/docs/en/cli/greenapi/ForwardMessages/bash.txt index f5ed690041..bffe2a2660 100644 --- a/docs/en/cli/greenapi/ForwardMessages/bash.txt +++ b/docs/en/cli/greenapi/ForwardMessages/bash.txt @@ -4,4 +4,4 @@ oint greenapi ForwardMessages \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --from "120363410406221140@g.us" \ --to "120363410406221140@g.us" \ - --msgs "BAE58D5D56CC3E39" \ No newline at end of file + --msgs "BAE5B99FA6E227D5" \ No newline at end of file diff --git a/docs/en/cli/greenapi/ForwardMessages/bat.txt b/docs/en/cli/greenapi/ForwardMessages/bat.txt index 4137c24a5e..e353468af5 100644 --- a/docs/en/cli/greenapi/ForwardMessages/bat.txt +++ b/docs/en/cli/greenapi/ForwardMessages/bat.txt @@ -4,4 +4,4 @@ oint greenapi ForwardMessages ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --from "120363410406221140@g.us" ^ --to "120363410406221140@g.us" ^ - --msgs "BAE58D5D56CC3E39" \ No newline at end of file + --msgs "BAE5B99FA6E227D5" \ 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 528188683b..24e325e50d 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 "120363417671815935@g.us" \ No newline at end of file + --group "120363419347634364@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 856c01e74b..0fb6ea6ef2 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 "120363417671815935@g.us" \ No newline at end of file + --group "120363419347634364@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 c772806db7..a9a269c735 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 "BAE58D5D56CC3E39" \ No newline at end of file + --msg "BAE5B99FA6E227D5" \ 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 5f062897d1..87f919d818 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 "BAE58D5D56CC3E39" \ No newline at end of file + --msg "BAE5B99FA6E227D5" \ 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 e35306cd3c..2f73e47b21 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 "120363417671815935@g.us" \ No newline at end of file + --group "120363419347634364@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 aabcacbcc1..4f16a505db 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 "120363417671815935@g.us" \ No newline at end of file + --group "120363419347634364@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 9803659e39..fd80d716ba 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 "120363417671815935@g.us" \ + --group "120363419347634364@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 70bf61bb5c..5e0b6c744e 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 "120363417671815935@g.us" ^ + --group "120363419347634364@g.us" ^ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendContact/bash.txt b/docs/en/cli/greenapi/SendContact/bash.txt index 1a6e669682..1eebad55c4 100644 --- a/docs/en/cli/greenapi/SendContact/bash.txt +++ b/docs/en/cli/greenapi/SendContact/bash.txt @@ -4,4 +4,4 @@ oint greenapi SendContact \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --chat "120363410406221140@g.us" \ --contact "{'phoneContact':79001234568,'company':'Bicycle'}" \ - --quoted "BAE590B901D61B8F" \ No newline at end of file + --quoted "BAE5E83EF31B55EC" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendContact/bat.txt b/docs/en/cli/greenapi/SendContact/bat.txt index a6278c637b..4345e88456 100644 --- a/docs/en/cli/greenapi/SendContact/bat.txt +++ b/docs/en/cli/greenapi/SendContact/bat.txt @@ -4,4 +4,4 @@ oint greenapi SendContact ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --chat "120363410406221140@g.us" ^ --contact "{'phoneContact':79001234568,'company':'Bicycle'}" ^ - --quoted "BAE590B901D61B8F" \ No newline at end of file + --quoted "BAE5E83EF31B55EC" \ 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 1423c591d9..17f58ce7fe 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 "BAE502DC6277EAAD" \ No newline at end of file + --quoted "BAE5242F058E4F13" \ 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 0afd2d7f7f..1077ce2aa1 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 "BAE502DC6277EAAD" \ No newline at end of file + --quoted "BAE5242F058E4F13" \ 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 1fc5fc9ac7..a299f0a79f 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 "BAE57F6B09461172" \ No newline at end of file + --quoted "BAE568ADE5187F1B" \ 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 759deca298..0e4ea7020a 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 "BAE57F6B09461172" \ No newline at end of file + --quoted "BAE568ADE5187F1B" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendLocation/bash.txt b/docs/en/cli/greenapi/SendLocation/bash.txt index 450c7c57fa..e08ac6e1bc 100644 --- a/docs/en/cli/greenapi/SendLocation/bash.txt +++ b/docs/en/cli/greenapi/SendLocation/bash.txt @@ -4,4 +4,4 @@ oint greenapi SendLocation \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --chat "120363410406221140@g.us" \ --loc "{'latitude':53.908522,'longitude':27.574821}" \ - --quoted "BAE5D37FEB99D203" \ No newline at end of file + --quoted "BAE56397EA5A73BE" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendLocation/bat.txt b/docs/en/cli/greenapi/SendLocation/bat.txt index f1a24852d5..bd38044690 100644 --- a/docs/en/cli/greenapi/SendLocation/bat.txt +++ b/docs/en/cli/greenapi/SendLocation/bat.txt @@ -4,4 +4,4 @@ oint greenapi SendLocation ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --chat "120363410406221140@g.us" ^ --loc "{'latitude':53.908522,'longitude':27.574821}" ^ - --quoted "BAE5D37FEB99D203" \ No newline at end of file + --quoted "BAE56397EA5A73BE" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendPoll/bash.txt b/docs/en/cli/greenapi/SendPoll/bash.txt index 2bd1b618c8..b6a6d4de90 100644 --- a/docs/en/cli/greenapi/SendPoll/bash.txt +++ b/docs/en/cli/greenapi/SendPoll/bash.txt @@ -6,4 +6,4 @@ oint greenapi SendPoll \ --text "What's your favorite color?" \ --options "['Red','Yellow','Green']" \ --multi true \ - --quoted "BAE500FEA098AC14" \ No newline at end of file + --quoted "BAE5C12ABBDA6AE0" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendPoll/bat.txt b/docs/en/cli/greenapi/SendPoll/bat.txt index 30b7c237c9..ac3c662753 100644 --- a/docs/en/cli/greenapi/SendPoll/bat.txt +++ b/docs/en/cli/greenapi/SendPoll/bat.txt @@ -6,4 +6,4 @@ oint greenapi SendPoll ^ --text "What's your favorite color?" ^ --options "['Red','Yellow','Green']" ^ --multi true ^ - --quoted "BAE500FEA098AC14" \ No newline at end of file + --quoted "BAE5C12ABBDA6AE0" \ 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 3de7c5893a..1289149990 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 "BAE58D5D56CC3E39" \ No newline at end of file + --quoted "BAE5B99FA6E227D5" \ 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 1b15a433fa..d1e4c2f59b 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 "BAE58D5D56CC3E39" \ No newline at end of file + --quoted "BAE5B99FA6E227D5" \ 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 327b5ecfc2..374e1bcc19 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 "120363417671815935@g.us" \ + --group "120363419347634364@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 fbc314d796..58a1a45896 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 "120363417671815935@g.us" ^ + --group "120363419347634364@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 index 748623475b..a0b4f5b1a2 100644 --- a/docs/en/cli/greenapi/SetGroupPicture/bash.txt +++ b/docs/en/cli/greenapi/SetGroupPicture/bash.txt @@ -2,5 +2,5 @@ oint greenapi SetGroupPicture \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363417671815935@g.us" \ + --group "120363419347634364@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 index 2c78e66076..c116ba26cc 100644 --- a/docs/en/cli/greenapi/SetGroupPicture/bat.txt +++ b/docs/en/cli/greenapi/SetGroupPicture/bat.txt @@ -2,5 +2,5 @@ oint greenapi SetGroupPicture ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363417671815935@g.us" ^ + --group "120363419347634364@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/UpdateGroupName/bash.txt b/docs/en/cli/greenapi/UpdateGroupName/bash.txt index c91c8fde97..55780ab8a3 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 "120363417671815935@g.us" \ + --group "120363419347634364@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 285481a040..4d360ac11a 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 "120363417671815935@g.us" ^ + --group "120363419347634364@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 1f555c03f7..2f536b99ff 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 "1oGXEhvP6doUZw06a8nilumExYGjJ9hti1OlRerUngCg" \ + --spreadsheet "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" \ --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 efa3638ffa..fe828a86e6 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 "1oGXEhvP6doUZw06a8nilumExYGjJ9hti1OlRerUngCg" ^ + --spreadsheet "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" ^ --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 3ee86db495..ed23943827 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 "1yZl0UlB5C_vDL5hoNYRJjUKAB4-JPmzB46M7RNsJUuI" \ + --spreadsheet "1BM_vHFtsh1oQDoMFtPk6qC3qONF7JEm39Ph-YFfSkUM" \ --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 e93414bb3c..721351bb32 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 "1yZl0UlB5C_vDL5hoNYRJjUKAB4-JPmzB46M7RNsJUuI" ^ + --spreadsheet "1BM_vHFtsh1oQDoMFtPk6qC3qONF7JEm39Ph-YFfSkUM" ^ --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 9104b4f3b4..9fe651dc0f 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 "1oGXEhvP6doUZw06a8nilumExYGjJ9hti1OlRerUngCg" \ - --to "1BbrgeJfE3k0V87L5c_TrtEISQGiEgMyO05GodrT79Ck" \ - --sheet "1552525689" \ No newline at end of file + --from "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" \ + --to "16jrs1ANqdNPhapG8NTlvbXiBm-h5M0M9siO-79pQIXs" \ + --sheet "1313381508" \ 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 2e544585de..9d21e6358f 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 "1oGXEhvP6doUZw06a8nilumExYGjJ9hti1OlRerUngCg" ^ - --to "1BbrgeJfE3k0V87L5c_TrtEISQGiEgMyO05GodrT79Ck" ^ - --sheet "1552525689" \ No newline at end of file + --from "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" ^ + --to "16jrs1ANqdNPhapG8NTlvbXiBm-h5M0M9siO-79pQIXs" ^ + --sheet "1313381508" \ No newline at end of file diff --git a/docs/en/cli/gsheets/CreateSpreadsheet/bash.txt b/docs/en/cli/gsheets/CreateSpreadsheet/bash.txt index 4cd5146653..23e8376ccd 100644 --- a/docs/en/cli/gsheets/CreateSpreadsheet/bash.txt +++ b/docs/en/cli/gsheets/CreateSpreadsheet/bash.txt @@ -1,4 +1,4 @@ oint gsheets CreateSpreadsheet \ --token "***" \ - --title "TestTable" \ + --title "Test table (new.)" \ --sheets "['Sheet1','Sheet2']" \ No newline at end of file diff --git a/docs/en/cli/gsheets/CreateSpreadsheet/bat.txt b/docs/en/cli/gsheets/CreateSpreadsheet/bat.txt index 6a609eccc0..7a081220ef 100644 --- a/docs/en/cli/gsheets/CreateSpreadsheet/bat.txt +++ b/docs/en/cli/gsheets/CreateSpreadsheet/bat.txt @@ -1,4 +1,4 @@ oint gsheets CreateSpreadsheet ^ --token "***" ^ - --title "TestTable" ^ + --title "Test table (new.)" ^ --sheets "['Sheet1','Sheet2']" \ 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 315088204c..596c3ef82c 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 "1oGXEhvP6doUZw06a8nilumExYGjJ9hti1OlRerUngCg" \ - --sheet "1552525689" \ No newline at end of file + --spreadsheet "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" \ + --sheet "1313381508" \ 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 a50bcec22d..fea3221e35 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 "1oGXEhvP6doUZw06a8nilumExYGjJ9hti1OlRerUngCg" ^ - --sheet "1552525689" \ No newline at end of file + --spreadsheet "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" ^ + --sheet "1313381508" \ 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 a029aeb595..9664219487 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 "1oGXEhvP6doUZw06a8nilumExYGjJ9hti1OlRerUngCg" \ + --spreadsheet "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" \ --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 81156d4581..ca45627ac6 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 "1oGXEhvP6doUZw06a8nilumExYGjJ9hti1OlRerUngCg" ^ + --spreadsheet "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" ^ --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 3f0a37c978..1f759598b7 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 "1yZl0UlB5C_vDL5hoNYRJjUKAB4-JPmzB46M7RNsJUuI" \ + --spreadsheet "1BM_vHFtsh1oQDoMFtPk6qC3qONF7JEm39Ph-YFfSkUM" \ --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 a4667d6373..bd4af46f8d 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 "1yZl0UlB5C_vDL5hoNYRJjUKAB4-JPmzB46M7RNsJUuI" ^ + --spreadsheet "1BM_vHFtsh1oQDoMFtPk6qC3qONF7JEm39Ph-YFfSkUM" ^ --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 1540ccefe5..08f94db311 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 "1oGXEhvP6doUZw06a8nilumExYGjJ9hti1OlRerUngCg" \ No newline at end of file + --spreadsheet "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" \ 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 948bac0378..b6fee3a425 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 "1oGXEhvP6doUZw06a8nilumExYGjJ9hti1OlRerUngCg" \ No newline at end of file + --spreadsheet "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" \ 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 19019dd748..43c2cd9a63 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 "1yZl0UlB5C_vDL5hoNYRJjUKAB4-JPmzB46M7RNsJUuI" \ + --spreadsheet "1BM_vHFtsh1oQDoMFtPk6qC3qONF7JEm39Ph-YFfSkUM" \ --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 31ed8eb59e..514d73d973 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 "1yZl0UlB5C_vDL5hoNYRJjUKAB4-JPmzB46M7RNsJUuI" ^ + --spreadsheet "1BM_vHFtsh1oQDoMFtPk6qC3qONF7JEm39Ph-YFfSkUM" ^ --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 d2eb3ba9c9..b771f57f0d 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 "102039928" \ No newline at end of file + --counter "102424161" \ 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 47f75f280c..97b0ab69c9 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 "102039928" \ No newline at end of file + --counter "102424161" \ 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 b63a3353d0..12cd3750ff 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 "317637" \ No newline at end of file + --label "317945" \ 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 a0a69c20ac..a040baf137 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 "317637" \ No newline at end of file + --label "317945" \ 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 1e2926729b..ac4ec7198c 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 "102039928" \ No newline at end of file + --counter "102424161" \ 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 ed5370b663..428221b6d2 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 "102039928" \ No newline at end of file + --counter "102424161" \ 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 bca925e421..d3b9569ca8 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 "102039908" \ No newline at end of file + --counter "102424156" \ 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 4a9544c44d..954a3ce22b 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 "102039908" \ No newline at end of file + --counter "102424156" \ 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 9dc7063973..da9314785f 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':['102039908']}" \ No newline at end of file + --filter "{'counter_ids':['102424156']}" \ 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 82cd399e44..c6dbe73f6c 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':['102039908']}" \ No newline at end of file + --filter "{'counter_ids':['102424156']}" \ 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 408c9170f2..90206c1ec5 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 "317637" \ No newline at end of file + --label "317945" \ 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 24013ee1f6..f86dcdab86 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 "317637" \ No newline at end of file + --label "317945" \ 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 220d700dba..5e703da098 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 "102039908" \ No newline at end of file + --counter "102424156" \ 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 08de6ae12b..6762ad59c4 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 "102039908" \ No newline at end of file + --counter "102424156" \ 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 7ccd6a44a2..fea118a477 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 "102039908" \ + --counter "102424156" \ --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 6012a2462b..b7d37ba71b 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 "102039908" ^ + --counter "102424156" ^ --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 215b147a43..792bc65868 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 "317637" \ + --label "317945" \ --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 791460f7e7..636851c51c 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 "317637" ^ + --label "317945" ^ --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 1e771e40b5..6155977808 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-05-21T09:10:29.0377877Z'},'time_field':{'TIME':'2025-05-21T09:10:29.0377877Z'},'datetime_field':{'DATE':'2025-05-21T09:10:29.0377877Z'},'timestamp_field':{'DATE':'2025-05-21T09:10:29.0377877Z'},'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-06-04T21:58:22.4441199Z'},'time_field':{'TIME':'2025-06-04T21:58:22.4441199Z'},'datetime_field':{'DATE':'2025-06-04T21:58:22.4441199Z'},'timestamp_field':{'DATE':'2025-06-04T21:58:22.4441199Z'},'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 63bcc02796..73ae088677 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-05-21T09:10:29.0377877Z'},'time_field':{'TIME':'2025-05-21T09:10:29.0377877Z'},'datetime_field':{'DATE':'2025-05-21T09:10:29.0377877Z'},'timestamp_field':{'DATE':'2025-05-21T09:10:29.0377877Z'},'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-06-04T21:58:22.4441199Z'},'time_field':{'TIME':'2025-06-04T21:58:22.4441199Z'},'datetime_field':{'DATE':'2025-06-04T21:58:22.4441199Z'},'timestamp_field':{'DATE':'2025-06-04T21:58:22.4441199Z'},'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 291d75fe97..5e167a6f41 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 "1fa82aa7-fc4e-81ec-928b-ceb0b54079c8" \ - --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-05-21T09:22:13.1567602Z','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 "20882aa7-fc4e-8125-909e-dc482e485dff" \ + --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-06-04T22:10:10.2491589Z','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 8c130a8cb1..004e592a02 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 "1fa82aa7-fc4e-81ec-928b-ceb0b54079c8" ^ - --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-05-21T09:22:13.1567602Z','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 "20882aa7-fc4e-8125-909e-dc482e485dff" ^ + --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-06-04T22:10:10.2491589Z','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 4ca6817b66..cb174754a8 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 "1fa82aa7-fc4e-81ed-a4b2-ca4dc340463d" \ No newline at end of file + --block "20882aa7-fc4e-81c4-94b0-f20af05329ab" \ 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 8bfde9ff1e..230cbd3522 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 "1fa82aa7-fc4e-81ed-a4b2-ca4dc340463d" \ No newline at end of file + --block "20882aa7-fc4e-81c4-94b0-f20af05329ab" \ 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 004541f3c1..a9774a166b 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 "1fa82aa7-fc4e-81ec-928b-ceb0b54079c8" \ + --base "20882aa7-fc4e-8125-909e-dc482e485dff" \ --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 6ad42f0679..9dc74b9e7e 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 "1fa82aa7-fc4e-81ec-928b-ceb0b54079c8" ^ + --base "20882aa7-fc4e-8125-909e-dc482e485dff" ^ --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 06e9a865ec..0e1c944583 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 "1fa82aa7-fc4e-8138-94a2-c967d55ae314" \ + --page "20882aa7-fc4e-81d3-880c-e3cca98722b3" \ --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 37437d3e54..a6828a64b4 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 "1fa82aa7-fc4e-8138-94a2-c967d55ae314" ^ + --page "20882aa7-fc4e-81d3-880c-e3cca98722b3" ^ --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 ebd6089fa0..88e986c369 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 "1fa82aa7-fc4e-81ec-928b-ceb0b54079c8" \ No newline at end of file + --base "20882aa7-fc4e-8125-909e-dc482e485dff" \ 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 3c22e44940..003d7b9387 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 "1fa82aa7-fc4e-81ec-928b-ceb0b54079c8" \ No newline at end of file + --base "20882aa7-fc4e-8125-909e-dc482e485dff" \ 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 e72231e1d9..018838fdce 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 "1fa82aa7-fc4e-8138-94a2-c967d55ae314" \ No newline at end of file + --page "20882aa7-fc4e-81d3-880c-e3cca98722b3" \ 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 1a41a43d07..1083bc0cdd 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 "1fa82aa7-fc4e-8138-94a2-c967d55ae314" \ No newline at end of file + --page "20882aa7-fc4e-81d3-880c-e3cca98722b3" \ 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 c4f070310b..6090163468 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 "1fa82aa7-fc4e-81ed-a4b2-ca4dc340463d" \ No newline at end of file + --block "20882aa7-fc4e-81c4-94b0-f20af05329ab" \ 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 0d07ea79a1..7a52812e83 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 "1fa82aa7-fc4e-81ed-a4b2-ca4dc340463d" \ No newline at end of file + --block "20882aa7-fc4e-81c4-94b0-f20af05329ab" \ No newline at end of file diff --git a/docs/en/cli/ollama/GetContextResponse/bash.txt b/docs/en/cli/ollama/GetContextResponse/bash.txt index 974dc15322..e3b9eb0967 100644 --- a/docs/en/cli/ollama/GetContextResponse/bash.txt +++ b/docs/en/cli/ollama/GetContextResponse/bash.txt @@ -3,5 +3,5 @@ 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 a comprehensive accounting software developed and sold by HRH Software, an Austrian software company headquartered in Graz. It has been in use since the early 1980s, and currently serves millions of users worldwide. The software offers various modules such as accounts receivable, accounts payable, inventory management, order entry, project accounting, general ledger, and financial reporting. It also includes customizable solutions for businesses\u0027 specific needs, such as sales tax compliance, procurement, and expense tracking. 1C:Enterprise is known for its user-friendliness, accuracy, efficiency, and scalability.'},{'role':'user','content':'When the first version was released?'}]" \ + --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a powerful and comprehensive enterprise resource planning (ERP) solution designed for small to medium-sized businesses (SMBs). It provides essential features such as inventory management, accounting, purchasing, production, sales, customer relationship management (CRM), and human resources (HR) automation.\n\n1C:Enterprise is offered in three versions - Standard, Professional, and Enterprise - each of which comes with additional features like advanced customization options, reporting capabilities, mobile apps, and more. The main difference between these versions lies in the level of customization and support offered to users. A Standard or Professional version typically includes all basic functionalities necessary for running a small business, while an Enterprise version offers deeper functionality, customization options, and enhanced support.\n\n1C:Enterprise has been designed by experienced 1C consultants who have extensive experience in ERP implementations with a focus on user-friendliness, ease of use, scalability, and robustness.'},{'role':'user','content':'When the first version was released?'}]" \ --headers "{'Authorization':'***'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/GetContextResponse/bat.txt b/docs/en/cli/ollama/GetContextResponse/bat.txt index 92aaaee5e8..bed4bd45d5 100644 --- a/docs/en/cli/ollama/GetContextResponse/bat.txt +++ b/docs/en/cli/ollama/GetContextResponse/bat.txt @@ -3,5 +3,5 @@ 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 a comprehensive accounting software developed and sold by HRH Software, an Austrian software company headquartered in Graz. It has been in use since the early 1980s, and currently serves millions of users worldwide. The software offers various modules such as accounts receivable, accounts payable, inventory management, order entry, project accounting, general ledger, and financial reporting. It also includes customizable solutions for businesses\u0027 specific needs, such as sales tax compliance, procurement, and expense tracking. 1C:Enterprise is known for its user-friendliness, accuracy, efficiency, and scalability.'},{'role':'user','content':'When the first version was released?'}]" ^ + --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a powerful and comprehensive enterprise resource planning (ERP) solution designed for small to medium-sized businesses (SMBs). It provides essential features such as inventory management, accounting, purchasing, production, sales, customer relationship management (CRM), and human resources (HR) automation.\n\n1C:Enterprise is offered in three versions - Standard, Professional, and Enterprise - each of which comes with additional features like advanced customization options, reporting capabilities, mobile apps, and more. The main difference between these versions lies in the level of customization and support offered to users. A Standard or Professional version typically includes all basic functionalities necessary for running a small business, while an Enterprise version offers deeper functionality, customization options, and enhanced support.\n\n1C:Enterprise has been designed by experienced 1C consultants who have extensive experience in ERP implementations with a focus on user-friendliness, ease of use, scalability, and robustness.'},{'role':'user','content':'When the first version was released?'}]" ^ --headers "{'Authorization':'***'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/PullModel/bash.txt b/docs/en/cli/ollama/PullModel/bash.txt index 9d94f11b6c..92fa57b834 100644 --- a/docs/en/cli/ollama/PullModel/bash.txt +++ b/docs/en/cli/ollama/PullModel/bash.txt @@ -2,5 +2,5 @@ oint ollama PullModel \ --url "https://api.athenaeum.digital/ollama" \ - --model "tinyllama" \ + --model "bayselonarrend/tinyllama:latest" \ --headers "{'Authorization':'***'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/PullModel/bat.txt b/docs/en/cli/ollama/PullModel/bat.txt index 7cb3cf42de..47cd4d1ea6 100644 --- a/docs/en/cli/ollama/PullModel/bat.txt +++ b/docs/en/cli/ollama/PullModel/bat.txt @@ -2,5 +2,5 @@ oint ollama PullModel ^ --url "https://api.athenaeum.digital/ollama" ^ - --model "tinyllama" ^ + --model "bayselonarrend/tinyllama:latest" ^ --headers "{'Authorization':'***'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/PushBlob/bash.txt b/docs/en/cli/ollama/PushBlob/bash.txt index 2b274e8f5d..48b30644ab 100644 --- a/docs/en/cli/ollama/PushBlob/bash.txt +++ b/docs/en/cli/ollama/PushBlob/bash.txt @@ -2,5 +2,5 @@ oint ollama PushBlob \ --url "https://api.athenaeum.digital/ollama" \ - --data "C:\Users\Administrator\AppData\Local\Temp\43ocjpk2qcp.tmp" \ + --data "C:\Users\Administrator\AppData\Local\Temp\tvxeuxlz31d.tmp" \ --headers "{'Authorization':'***'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/PushBlob/bat.txt b/docs/en/cli/ollama/PushBlob/bat.txt index 990c58db07..c74c6ef51d 100644 --- a/docs/en/cli/ollama/PushBlob/bat.txt +++ b/docs/en/cli/ollama/PushBlob/bat.txt @@ -2,5 +2,5 @@ oint ollama PushBlob ^ --url "https://api.athenaeum.digital/ollama" ^ - --data "C:\Users\Administrator\AppData\Local\Temp\43ocjpk2qcp.tmp" ^ + --data "C:\Users\Administrator\AppData\Local\Temp\tvxeuxlz31d.tmp" ^ --headers "{'Authorization':'***'}" \ 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 de7b618175..24092e4478 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\\ir00ucukyut.tmp'},'ts_field':{'TIMESTAMP':'2025-05-21T09:08:56.4589293Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-05-21T09:08:56.4589293+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-21T09:08:56.4589293Z'},'time_field':{'TIME':'2025-05-21T09:08:56.4589293Z'},'uuid_field':{'UUID':'5b306098-055d-4473-9c22-a9b9637cdc4f'}}]" \ + --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\\24cd4nug4r2.tmp'},'ts_field':{'TIMESTAMP':'2025-06-04T21:56:45.4520542Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-06-04T21:56:45.4520542+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-06-04T21:56:45.4520542Z'},'time_field':{'TIME':'2025-06-04T21:56:45.4520542Z'},'uuid_field':{'UUID':'a89e7d54-a0c2-4894-b07a-01f86dd7527e'}}]" \ --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 e34d30b808..d1459a546d 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\\ir00ucukyut.tmp'},'ts_field':{'TIMESTAMP':'2025-05-21T09:08:56.4589293Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-05-21T09:08:56.4589293+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-21T09:08:56.4589293Z'},'time_field':{'TIME':'2025-05-21T09:08:56.4589293Z'},'uuid_field':{'UUID':'5b306098-055d-4473-9c22-a9b9637cdc4f'}}]" ^ + --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\\24cd4nug4r2.tmp'},'ts_field':{'TIMESTAMP':'2025-06-04T21:56:45.4520542Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-06-04T21:56:45.4520542+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-06-04T21:56:45.4520542Z'},'time_field':{'TIME':'2025-06-04T21:56:45.4520542Z'},'uuid_field':{'UUID':'a89e7d54-a0c2-4894-b07a-01f86dd7527e'}}]" ^ --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 248388c751..f35f3434f3 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjg4NWZjZmM4LTkzYTQtNGViNC1hOGUwLWJmMjE0N2RmOTdmYg" \ No newline at end of file + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjc1YWExMjk4LWFlZWItNDlhMS05MTBiLWQzMTE2ODM0MDVhOA" \ 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 a05d8d8aa3..cf840495c2 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjg4NWZjZmM4LTkzYTQtNGViNC1hOGUwLWJmMjE0N2RmOTdmYg" \ No newline at end of file + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjc1YWExMjk4LWFlZWItNDlhMS05MTBiLWQzMTE2ODM0MDVhOA" \ 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 79fcc5aa07..ca8f57686d 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjg2MDgwMGU3LWY3YjctNDM5ZS05Mzg1LTE2MzYyYzBlZWIzOQ" \ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjAyMmZlOTZkLTJiMjAtNGM4Mi1hZmU0LThjMTM2MTEyNTZhMA" \ --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 44c20c8ff3..be9d482095 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjg2MDgwMGU3LWY3YjctNDM5ZS05Mzg1LTE2MzYyYzBlZWIzOQ" ^ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjAyMmZlOTZkLTJiMjAtNGM4Mi1hZmU0LThjMTM2MTEyNTZhMA" ^ --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 8a8bc64339..a8d0e68b99 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\g1aatbfcqba.xml" \ + --conf "C:\Users\Administrator\AppData\Local\Temp\4op125pdyb3.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 aac2d39bca..5128624ed4 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\g1aatbfcqba.xml" ^ + --conf "C:\Users\Administrator\AppData\Local\Temp\4op125pdyb3.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 14909d36a4..6a58d15a1d 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjg2MDgwMGU3LWY3YjctNDM5ZS05Mzg1LTE2MzYyYzBlZWIzOQ" \ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjAyMmZlOTZkLTJiMjAtNGM4Mi1hZmU0LThjMTM2MTEyNTZhMA" \ --part 2 \ - --content "C:\Users\Administrator\AppData\Local\Temp\myycofzywj1.tmp" \ No newline at end of file + --content "C:\Users\Administrator\AppData\Local\Temp\4y04oaxdfjf.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 b7ccf83d48..af37606710 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjg2MDgwMGU3LWY3YjctNDM5ZS05Mzg1LTE2MzYyYzBlZWIzOQ" ^ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjAyMmZlOTZkLTJiMjAtNGM4Mi1hZmU0LThjMTM2MTEyNTZhMA" ^ --part 2 ^ - --content "C:\Users\Administrator\AppData\Local\Temp\myycofzywj1.tmp" \ No newline at end of file + --content "C:\Users\Administrator\AppData\Local\Temp\4y04oaxdfjf.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 7bb55f251c..33c9286629 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 "C08SXAZFUNT" \ No newline at end of file + --channel "C08VD4W5UKF" \ 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 e7a3c0ec88..e10ec5e763 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 "C08SXAZFUNT" \ No newline at end of file + --channel "C08VD4W5UKF" \ 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 32fd1a14e4..ae9d6845eb 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 "testconv30c406eb-1b77-4a8c-b429-1acbacd30a70" \ + --title "testconv8c3d5059-c200-4e45-895b-828917fd282f" \ --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 3f134edeac..4326dee154 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 "testconv30c406eb-1b77-4a8c-b429-1acbacd30a70" ^ + --title "testconv8c3d5059-c200-4e45-895b-828917fd282f" ^ --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 ba6c49646f..dc86947acc 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 "F08U0AUPF2L" \ No newline at end of file + --fileid "F08V8FYQMRC" \ 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 0c1d0207c8..23e2930bab 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 "F08U0AUPF2L" \ No newline at end of file + --fileid "F08V8FYQMRC" \ 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 121743810f..f0e9d27e6b 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 "F08SXB1NBUP" \ No newline at end of file + --fileid "F090QKHFCGY" \ 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 009ee6daa9..041c5a1ce2 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 "F08SXB1NBUP" \ No newline at end of file + --fileid "F090QKHFCGY" \ 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 f29ef0ad6a..cbaeab2005 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 "1747808572.345919" \ No newline at end of file + --stamp "1749064247.110499" \ 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 dc5cb33bed..c9a138a6f3 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 "1747808572.345919" \ No newline at end of file + --stamp "1749064247.110499" \ 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 7e38119d43..ef6c8b16d9 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 "1747808572.345919" \ + --stamp "1749064247.110499" \ --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 8b9a4d1c15..2cfa50041b 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 "1747808572.345919" ^ + --stamp "1749064247.110499" ^ --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 8c8f18a72b..e6b664a62d 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 "C08SXAZFUNT" \ No newline at end of file + --channel "C08VD4W5UKF" \ 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 9eb4f3af6b..0c5530d38e 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 "C08SXAZFUNT" \ No newline at end of file + --channel "C08VD4W5UKF" \ 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 e0cb109833..846aeb6c06 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 "C08SXAZFUNT" \ No newline at end of file + --channel "C08VD4W5UKF" \ 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 27881ef8bb..b4913318ba 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 "C08SXAZFUNT" \ No newline at end of file + --channel "C08VD4W5UKF" \ 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 9ddeda2a1e..d7f482d239 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 "C08SXAZFUNT" \ No newline at end of file + --channel "C08VD4W5UKF" \ 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 a3256572c8..a13839137a 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 "C08SXAZFUNT" \ No newline at end of file + --channel "C08VD4W5UKF" \ 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 6c54096d4e..cc68f440c1 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 "F08U0AUPF2L" \ No newline at end of file + --fileid "F08V8FYQMRC" \ 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 4c98699b79..5ce4a2337a 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 "F08U0AUPF2L" \ No newline at end of file + --fileid "F08V8FYQMRC" \ No newline at end of file diff --git a/docs/en/cli/slack/GetExternalFileList/bash.txt b/docs/en/cli/slack/GetExternalFileList/bash.txt index 39feed06e1..2880370288 100644 --- a/docs/en/cli/slack/GetExternalFileList/bash.txt +++ b/docs/en/cli/slack/GetExternalFileList/bash.txt @@ -1,3 +1,2 @@ oint slack GetExternalFileList \ - --token "***" \ - --channel "C06UFNUTKUL" \ No newline at end of file + --token "***" \ No newline at end of file diff --git a/docs/en/cli/slack/GetExternalFileList/bat.txt b/docs/en/cli/slack/GetExternalFileList/bat.txt index a988990c2d..984e9f8353 100644 --- a/docs/en/cli/slack/GetExternalFileList/bat.txt +++ b/docs/en/cli/slack/GetExternalFileList/bat.txt @@ -1,3 +1,2 @@ oint slack GetExternalFileList ^ - --token "***" ^ - --channel "C06UFNUTKUL" \ No newline at end of file + --token "***" \ 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 59c675e585..f60cd89f37 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 "F08SXB1NBUP" \ No newline at end of file + --fileid "F090QKHFCGY" \ 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 0c4be42230..9e7eb33797 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 "F08SXB1NBUP" \ No newline at end of file + --fileid "F090QKHFCGY" \ No newline at end of file diff --git a/docs/en/cli/slack/GetFilesList/bash.txt b/docs/en/cli/slack/GetFilesList/bash.txt index 2bab8214ab..da5618112e 100644 --- a/docs/en/cli/slack/GetFilesList/bash.txt +++ b/docs/en/cli/slack/GetFilesList/bash.txt @@ -1,3 +1,2 @@ oint slack GetFilesList \ - --token "***" \ - --channel "C06UFNUTKUL" \ No newline at end of file + --token "***" \ No newline at end of file diff --git a/docs/en/cli/slack/GetFilesList/bat.txt b/docs/en/cli/slack/GetFilesList/bat.txt index f0e3d4b9ff..5cfb1ec89d 100644 --- a/docs/en/cli/slack/GetFilesList/bat.txt +++ b/docs/en/cli/slack/GetFilesList/bat.txt @@ -1,3 +1,2 @@ oint slack GetFilesList ^ - --token "***" ^ - --channel "C06UFNUTKUL" \ No newline at end of file + --token "***" \ 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 4ded5f4a26..439f4f7d13 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 "1747808572.345919" \ No newline at end of file + --stamp "1749064247.110499" \ 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 bec0587fd7..2db47c15a8 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 "1747808572.345919" \ No newline at end of file + --stamp "1749064247.110499" \ 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 fc9fd711ad..039b0fb0d9 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 "1747808572.345919" \ No newline at end of file + --stamp "1749064247.110499" \ 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 763a465e87..77a98b1abf 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 "1747808572.345919" \ No newline at end of file + --stamp "1749064247.110499" \ 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 a4830c8df7..e5046c5021 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 "C08SXAZFUNT" \ + --channel "C08VD4W5UKF" \ --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 f1241f4c05..2531641cef 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 "C08SXAZFUNT" ^ + --channel "C08VD4W5UKF" ^ --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 714571dbe0..b0f9163f33 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 "C08SXAZFUNT" \ No newline at end of file + --channel "C08VD4W5UKF" \ 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 a54015b3f8..1fd06033d1 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 "C08SXAZFUNT" \ No newline at end of file + --channel "C08VD4W5UKF" \ 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 5adc2ecb8a..57f598417e 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 "C08SXAZFUNT" \ + --channel "C08VD4W5UKF" \ --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 478c1d5b37..fbe60baad5 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 "C08SXAZFUNT" ^ + --channel "C08VD4W5UKF" ^ --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 ed96edc202..fd572a2098 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 "C08SXAZFUNT" \ No newline at end of file + --channel "C08VD4W5UKF" \ 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 67edd8fd08..189dc5cdf7 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 "C08SXAZFUNT" \ No newline at end of file + --channel "C08VD4W5UKF" \ 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 da4db8785d..fcca48bf01 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 "F08SXB1NBUP" \ No newline at end of file + --fileid "F090QKHFCGY" \ 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 07da6487f2..5fd5f6d3cb 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 "F08SXB1NBUP" \ No newline at end of file + --fileid "F090QKHFCGY" \ 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 82b06f2a0e..ac22a036ca 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 "F08SXB1NBUP" \ No newline at end of file + --fileid "F090QKHFCGY" \ 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 428f34d12a..801a6b941a 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 "F08SXB1NBUP" \ No newline at end of file + --fileid "F090QKHFCGY" \ 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 bfaef81daa..a4c1f13140 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 "C08SXAZFUNT" \ - --title "testconv1f5bf85c-4d34-4974-b62f-b6a66fbff17f" \ No newline at end of file + --channel "C08VD4W5UKF" \ + --title "testconv5901cc72-45d9-4d56-ad7a-cd38f5e1fc33" \ 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 45440987d6..6f16892654 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 "C08SXAZFUNT" ^ - --title "testconv1f5bf85c-4d34-4974-b62f-b6a66fbff17f" \ No newline at end of file + --channel "C08VD4W5UKF" ^ + --title "testconv5901cc72-45d9-4d56-ad7a-cd38f5e1fc33" \ 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 ff83262cbb..077c63dadb 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 "F08U0AUPF2L" \ + --fileid "F08V8FYQMRC" \ --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 f99b39a7e6..40726245fd 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 "F08U0AUPF2L" ^ + --fileid "F08V8FYQMRC" ^ --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 6f98236726..c3736abff7 100644 --- a/docs/en/cli/slack/SendMessage/bash.txt +++ b/docs/en/cli/slack/SendMessage/bash.txt @@ -1,4 +1,5 @@ oint slack SendMessage \ --token "***" \ --channel "C06UFNUTKUL" \ - --text "TestMessage1" \ No newline at end of file + --text "Sheduled message" \ + --date "2025-06-05T22:10:51.1674928" \ 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 7dcc683820..36afadcc23 100644 --- a/docs/en/cli/slack/SendMessage/bat.txt +++ b/docs/en/cli/slack/SendMessage/bat.txt @@ -1,4 +1,5 @@ oint slack SendMessage ^ --token "***" ^ --channel "C06UFNUTKUL" ^ - --text "TestMessage1" \ No newline at end of file + --text "Sheduled message" ^ + --date "2025-06-05T22:10:51.1674928" \ 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 c06d5b42a0..f3c68da0d4 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 "C08SXAZFUNT" \ + --channel "C08VD4W5UKF" \ --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 142927396a..9acdeb1aba 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 "C08SXAZFUNT" ^ + --channel "C08VD4W5UKF" ^ --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 7bbba314ea..fbd913b7fe 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 "C08SXAZFUNT" \ + --channel "C08VD4W5UKF" \ --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 3b5bb37b42..aadba7f7d0 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 "C08SXAZFUNT" ^ + --channel "C08VD4W5UKF" ^ --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 46e92441ae..3e55fad379 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-05-21T09:11:54.0110262Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\s1gu0hvhum5.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-05-21T09:11:54.0110262Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\s1gu0hvhum5.png'}}]" \ - --db "C:\Users\Administrator\AppData\Local\Temp\jnmm44gh1i5.sqlite" \ No newline at end of file + --rows "[{'name':'Vitaly','age':25,'salary':1000.12,'is_active':true,'created_at':'2025-06-04T21:59:45.8706226Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\kjldqae4m2x.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-06-04T21:59:45.8706226Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\kjldqae4m2x.png'}}]" \ + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 eb6d26eb7e..476d40841b 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-05-21T09:11:54.0110262Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\s1gu0hvhum5.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-05-21T09:11:54.0110262Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\s1gu0hvhum5.png'}}]" ^ - --db "C:\Users\Administrator\AppData\Local\Temp\jnmm44gh1i5.sqlite" \ No newline at end of file + --rows "[{'name':'Vitaly','age':25,'salary':1000.12,'is_active':true,'created_at':'2025-06-04T21:59:45.8706226Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\kjldqae4m2x.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-06-04T21:59:45.8706226Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\kjldqae4m2x.png'}}]" ^ + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 20fd4a3d00..9886b198d0 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\jnmm44gh1i5.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 11ee904958..0e88ee9fb4 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\jnmm44gh1i5.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 d50996ace0..b7bc76af8d 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\crjbpkqsq5v.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 06cca22de4..cbc8f449d1 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\crjbpkqsq5v.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 39ebc234c7..48f5ad081e 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\jnmm44gh1i5.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 a08d17b504..b0fc5c74da 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\jnmm44gh1i5.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 e924678d3e..c1412f393a 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\jnmm44gh1i5.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 9b11b7a535..1c9f783cc2 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\jnmm44gh1i5.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 d0f2ae4a61..d1cb38e69d 100644 --- a/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt +++ b/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt @@ -1,3 +1,6 @@ +# JSON data can also be passed as a path to a .json file + oint sqlite ExecuteSQLQuery \ - --sql "CREATE TABLE test_table (id INTEGER PRIMARY KEY,name TEXT,age INTEGER,salary REAL,is_active BOOLEAN,created_at DATETIME,data BLOB);" \ - --db "C:\Users\Administrator\AppData\Local\Temp\atnsr22gawg.sqlite" \ No newline at end of file + --sql "SELECT uuid4();" \ + --db "C:\Users\Administrator\AppData\Local\Temp\x35shgfq5ap.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 9fa8e571e5..dc3af8a49f 100644 --- a/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt +++ b/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt @@ -1,3 +1,6 @@ +:: JSON data can also be passed as a path to a .json file + oint sqlite ExecuteSQLQuery ^ - --sql "CREATE TABLE test_table (id INTEGER PRIMARY KEY,name TEXT,age INTEGER,salary REAL,is_active BOOLEAN,created_at DATETIME,data BLOB);" ^ - --db "C:\Users\Administrator\AppData\Local\Temp\atnsr22gawg.sqlite" \ No newline at end of file + --sql "SELECT uuid4();" ^ + --db "C:\Users\Administrator\AppData\Local\Temp\x35shgfq5ap.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 344c4bc6cf..3c492a1950 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\jnmm44gh1i5.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 13d50a64ef..8200332143 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\jnmm44gh1i5.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 c53a3ad786..b539036c3d 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\jnmm44gh1i5.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 74f7d57e0c..e9f8628d68 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\jnmm44gh1i5.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 43edaa35ce..8f3059bd23 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\jnmm44gh1i5.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 895c92f287..834168ee07 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\jnmm44gh1i5.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.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 ae39fc3761..a3dbea14de 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 "9688" \ No newline at end of file + --topic "9765" \ 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 3ca05cc934..0d587d4e3b 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 "9688" \ No newline at end of file + --topic "9765" \ 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 46be9badb1..52c94b80f3 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 "9688" \ No newline at end of file + --topic "9765" \ 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 f74e4b8e6e..1ed60331ba 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 "9688" \ No newline at end of file + --topic "9765" \ 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 e1545fa9c7..ed24ceded7 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 ccc0e426-ceef-4ace-88e1-4ceb0bc52b52" \ No newline at end of file + --title "TestTopic 5cf02a93-9045-426b-831c-de73e90f1018" \ 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 12f97637cf..1b0f200585 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 ccc0e426-ceef-4ace-88e1-4ceb0bc52b52" \ No newline at end of file + --title "TestTopic 5cf02a93-9045-426b-831c-de73e90f1018" \ 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 d7cbacb8e4..609700c365 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-06-05T20:42:55.7157491" \ - --title "Link 04.06.2025 20:42:55" \ + --expire "2025-06-05T21:41:37.5802333" \ + --title "Link 04.06.2025 21:41:37" \ --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 dd6c357cf3..73564f4709 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-06-05T20:42:55.7157491" ^ - --title "Link 04.06.2025 20:42:55" ^ + --expire "2025-06-05T21:41:37.5802333" ^ + --title "Link 04.06.2025 21:41:37" ^ --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 48f01b8691..a319c6f1e1 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 "9688" \ No newline at end of file + --topic "9765" \ 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 2efa8b10a4..83c2818c84 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 "9688" \ No newline at end of file + --topic "9765" \ 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 83c0954967..45e8b3f77f 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 "17291" \ No newline at end of file + --message "17457" \ 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 5c0787e6cc..f050130908 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 "17291" \ No newline at end of file + --message "17457" \ 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 f726536517..9add343e0b 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 "CQACAgIAAx0EcNsaZQACQ5FoLWqmpjgPbmfrYeu-qviM6xE8AgACCnkAAn2saEk9c4-cyQ-WwDYE" \ No newline at end of file + --fileid "CQACAgIAAx0EcNsaZQACRDdoQJLmWMLULY9Qwemz7DRA4RINpwACT3UAAnZjCEr9URKoAq-aCjYE" \ 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 a573be07b4..2cbc56ccf8 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 "CQACAgIAAx0EcNsaZQACQ5FoLWqmpjgPbmfrYeu-qviM6xE8AgACCnkAAn2saEk9c4-cyQ-WwDYE" \ No newline at end of file + --fileid "CQACAgIAAx0EcNsaZQACRDdoQJLmWMLULY9Qwemz7DRA4RINpwACT3UAAnZjCEr9URKoAq-aCjYE" \ 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 219c592295..412f9acf30 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 "9688" \ No newline at end of file + --topic "9765" \ 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 84a03fca41..a5901895bf 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 "9688" \ No newline at end of file + --topic "9765" \ 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 c5f5782ae1..017a6f843a 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 91a4f09b-4314-4846-b43c-14d58ab196fd" \ No newline at end of file + --title "New main thread name cef11c57-9372-413c-b25d-84711b1e81da" \ 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 e3921c5132..c5571ddb62 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 91a4f09b-4314-4846-b43c-14d58ab196fd" \ No newline at end of file + --title "New main thread name cef11c57-9372-413c-b25d-84711b1e81da" \ 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 5da0ffdbed..b4de296724 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 "17436" \ No newline at end of file + --message "17457" \ 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 9441d0f987..315b6698a8 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 "17436" \ No newline at end of file + --message "17457" \ 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 dd92359eee..5cc68a0ab5 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 "9688" \ No newline at end of file + --topic "9765" \ 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 d3b82d9e23..321a7cd00f 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 "9688" \ No newline at end of file + --topic "9765" \ 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 9c81386414..3af74b3499 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 "17436" \ No newline at end of file + --message "17457" \ 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 a430358ed2..99eef3fa20 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 "17436" \ No newline at end of file + --message "17457" \ 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 8418bc188e..1272a53f38 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 "13769" \ + --message "13870" \ --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 6dd3a4743a..b1485b8c39 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 "13769" ^ + --message "13870" ^ --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 0fb6ab0c0d..f768443f71 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 "13768" \ + --message "13869" \ --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 600cf9d041..28fbcf664c 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 "13768" ^ + --message "13869" ^ --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 e36def0e4e..1dddb12f2d 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 "17291" \ + --message "17457" \ --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 2d571eea3a..b2a8c576f1 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 "17291" ^ + --message "17457" ^ --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 bb11b8e746..daa0e2f35f 100644 --- a/docs/en/cli/telegram/SendAudio/bash.txt +++ b/docs/en/cli/telegram/SendAudio/bash.txt @@ -1,5 +1,5 @@ oint telegram SendAudio \ --token "***" \ - --chat "461699897" \ + --chat "@testsichee" \ --text "Строковое значение" \ - --audio "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/song.mp3" \ No newline at end of file + --audio "C:\Users\Administrator\AppData\Local\Temp\dsbhm2hvpsh.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 fc05c4766d..a048baa27d 100644 --- a/docs/en/cli/telegram/SendAudio/bat.txt +++ b/docs/en/cli/telegram/SendAudio/bat.txt @@ -1,5 +1,5 @@ oint telegram SendAudio ^ --token "***" ^ - --chat "461699897" ^ + --chat "@testsichee" ^ --text "Строковое значение" ^ - --audio "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/song.mp3" \ No newline at end of file + --audio "C:\Users\Administrator\AppData\Local\Temp\dsbhm2hvpsh.mp3" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendContact/bash.txt b/docs/en/cli/telegram/SendContact/bash.txt index 1e1a24e8e7..76c9aa2b0e 100644 --- a/docs/en/cli/telegram/SendContact/bash.txt +++ b/docs/en/cli/telegram/SendContact/bash.txt @@ -1,6 +1,6 @@ oint telegram SendContact \ --token "***" \ - --chat "461699897" \ + --chat "@testsichee" \ --surname "Петров" \ --phone "88005553535" \ --name "Петр" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendContact/bat.txt b/docs/en/cli/telegram/SendContact/bat.txt index 7449598933..e48db0c140 100644 --- a/docs/en/cli/telegram/SendContact/bat.txt +++ b/docs/en/cli/telegram/SendContact/bat.txt @@ -1,6 +1,6 @@ oint telegram SendContact ^ --token "***" ^ - --chat "461699897" ^ + --chat "@testsichee" ^ --surname "Петров" ^ --phone "88005553535" ^ --name "Петр" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendDocument/bash.txt b/docs/en/cli/telegram/SendDocument/bash.txt index e7f30b85d4..469ea61531 100644 --- a/docs/en/cli/telegram/SendDocument/bash.txt +++ b/docs/en/cli/telegram/SendDocument/bash.txt @@ -1,5 +1,6 @@ oint telegram SendDocument \ --token "***" \ - --chat "461699897" \ + --chat "@testsichee" \ --text "Строковое значение" \ - --doc "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \ No newline at end of file + --doc "C:\Users\Administrator\AppData\Local\Temp\zgrzqizq2x0.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 d755536b1d..7a2efe3495 100644 --- a/docs/en/cli/telegram/SendDocument/bat.txt +++ b/docs/en/cli/telegram/SendDocument/bat.txt @@ -1,5 +1,6 @@ oint telegram SendDocument ^ --token "***" ^ - --chat "461699897" ^ + --chat "@testsichee" ^ --text "Строковое значение" ^ - --doc "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \ No newline at end of file + --doc "C:\Users\Administrator\AppData\Local\Temp\zgrzqizq2x0.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 85ea1d9809..0b90751a84 100644 --- a/docs/en/cli/telegram/SendGif/bash.txt +++ b/docs/en/cli/telegram/SendGif/bash.txt @@ -1,5 +1,5 @@ oint telegram SendGif \ --token "***" \ - --chat "461699897" \ + --chat "@testsichee" \ --text "Строковое значение" \ - --gif "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/animation.gif" \ No newline at end of file + --gif "C:\Users\Administrator\AppData\Local\Temp\dorkp212zvb.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 63cf797d0f..1e33806a9e 100644 --- a/docs/en/cli/telegram/SendGif/bat.txt +++ b/docs/en/cli/telegram/SendGif/bat.txt @@ -1,5 +1,5 @@ oint telegram SendGif ^ --token "***" ^ - --chat "461699897" ^ + --chat "@testsichee" ^ --text "Строковое значение" ^ - --gif "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/animation.gif" \ No newline at end of file + --gif "C:\Users\Administrator\AppData\Local\Temp\dorkp212zvb.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 76f8d89336..00f375943c 100644 --- a/docs/en/cli/telegram/SendImage/bash.txt +++ b/docs/en/cli/telegram/SendImage/bash.txt @@ -1,5 +1,5 @@ oint telegram SendImage \ --token "***" \ - --chat "461699897" \ + --chat "@testsichee" \ --text "Строковое значение" \ - --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file + --picture "C:\Users\Administrator\AppData\Local\Temp\bvmj5uvtde3.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 5176b4493a..608f99acff 100644 --- a/docs/en/cli/telegram/SendImage/bat.txt +++ b/docs/en/cli/telegram/SendImage/bat.txt @@ -1,5 +1,5 @@ oint telegram SendImage ^ --token "***" ^ - --chat "461699897" ^ + --chat "@testsichee" ^ --text "Строковое значение" ^ - --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file + --picture "C:\Users\Administrator\AppData\Local\Temp\bvmj5uvtde3.png" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendLocation/bash.txt b/docs/en/cli/telegram/SendLocation/bash.txt index 2e577f2b92..a665223860 100644 --- a/docs/en/cli/telegram/SendLocation/bash.txt +++ b/docs/en/cli/telegram/SendLocation/bash.txt @@ -1,5 +1,5 @@ oint telegram SendLocation \ --token "***" \ - --chat "461699897" \ + --chat "@testsichee" \ --lat "48.87373649724122" \ --long "48.87373649724122" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendLocation/bat.txt b/docs/en/cli/telegram/SendLocation/bat.txt index 3ca1961b05..e09070b9a2 100644 --- a/docs/en/cli/telegram/SendLocation/bat.txt +++ b/docs/en/cli/telegram/SendLocation/bat.txt @@ -1,5 +1,5 @@ oint telegram SendLocation ^ --token "***" ^ - --chat "461699897" ^ + --chat "@testsichee" ^ --lat "48.87373649724122" ^ --long "48.87373649724122" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendMediaGroup/bash.txt b/docs/en/cli/telegram/SendMediaGroup/bash.txt index 69eb3b7dbe..4e594c81fb 100644 --- a/docs/en/cli/telegram/SendMediaGroup/bash.txt +++ b/docs/en/cli/telegram/SendMediaGroup/bash.txt @@ -2,6 +2,6 @@ oint telegram SendMediaGroup \ --token "***" \ - --chat "461699897" \ + --chat "@testsichee" \ --text "Строковое значение" \ - --media "{'C:\\Users\\Administrator\\AppData\\Local\\Temp\\keqprgzjtmk.png':'photo','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4':'video'}" \ No newline at end of file + --media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\3l53ewepvhu.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 1eb2524839..87a335041b 100644 --- a/docs/en/cli/telegram/SendMediaGroup/bat.txt +++ b/docs/en/cli/telegram/SendMediaGroup/bat.txt @@ -2,6 +2,6 @@ oint telegram SendMediaGroup ^ --token "***" ^ - --chat "461699897" ^ + --chat "@testsichee" ^ --text "Строковое значение" ^ - --media "{'C:\\Users\\Administrator\\AppData\\Local\\Temp\\keqprgzjtmk.png':'photo','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4':'video'}" \ No newline at end of file + --media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\3l53ewepvhu.docx':'document'}" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendPoll/bash.txt b/docs/en/cli/telegram/SendPoll/bash.txt index b39ab22d7c..773044e44d 100644 --- a/docs/en/cli/telegram/SendPoll/bash.txt +++ b/docs/en/cli/telegram/SendPoll/bash.txt @@ -1,5 +1,5 @@ oint telegram SendPoll \ --token "***" \ - --chat "461699897" \ + --chat "@testsichee" \ --question "What's your favorite color?" \ --options "['Red','Yellow','Green','Blue']" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendPoll/bat.txt b/docs/en/cli/telegram/SendPoll/bat.txt index 6aa7af7632..933a3b6a7a 100644 --- a/docs/en/cli/telegram/SendPoll/bat.txt +++ b/docs/en/cli/telegram/SendPoll/bat.txt @@ -1,5 +1,5 @@ oint telegram SendPoll ^ --token "***" ^ - --chat "461699897" ^ + --chat "@testsichee" ^ --question "What's your favorite color?" ^ --options "['Red','Yellow','Green','Blue']" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendTextMessage/bash.txt b/docs/en/cli/telegram/SendTextMessage/bash.txt index 0935ed8633..8be1ee052f 100644 --- a/docs/en/cli/telegram/SendTextMessage/bash.txt +++ b/docs/en/cli/telegram/SendTextMessage/bash.txt @@ -1,4 +1,5 @@ oint telegram SendTextMessage \ --token "***" \ - --chat "461699897" \ - --text "Строковое значение" \ No newline at end of file + --chat "@testsichee" \ + --text "Text %%F0%%9F%%A5%%9D and emoji \(10%%\)" \ + --parsemode "MarkdownV2" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendTextMessage/bat.txt b/docs/en/cli/telegram/SendTextMessage/bat.txt index 42f8cbb17b..dcb18ae2d3 100644 --- a/docs/en/cli/telegram/SendTextMessage/bat.txt +++ b/docs/en/cli/telegram/SendTextMessage/bat.txt @@ -1,4 +1,5 @@ oint telegram SendTextMessage ^ --token "***" ^ - --chat "461699897" ^ - --text "Строковое значение" \ No newline at end of file + --chat "@testsichee" ^ + --text "Text %%F0%%9F%%A5%%9D and emoji \(10%%\)" ^ + --parsemode "MarkdownV2" \ 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 0014288552..dea22238ed 100644 --- a/docs/en/cli/telegram/SendVideo/bash.txt +++ b/docs/en/cli/telegram/SendVideo/bash.txt @@ -1,5 +1,5 @@ oint telegram SendVideo \ --token "***" \ - --chat "461699897" \ + --chat "@testsichee" \ --text "Строковое значение" \ - --video "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" \ No newline at end of file + --video "C:\Users\Administrator\AppData\Local\Temp\gr12aad1tsg.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 9798b76ac0..3a1d158c7c 100644 --- a/docs/en/cli/telegram/SendVideo/bat.txt +++ b/docs/en/cli/telegram/SendVideo/bat.txt @@ -1,5 +1,5 @@ oint telegram SendVideo ^ --token "***" ^ - --chat "461699897" ^ + --chat "@testsichee" ^ --text "Строковое значение" ^ - --video "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4" \ No newline at end of file + --video "C:\Users\Administrator\AppData\Local\Temp\gr12aad1tsg.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 5601a2d3f7..c5c1687a2f 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 "17291" \ No newline at end of file + --message "17457" \ 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 7fec5f04f0..03fc1aed40 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 "17291" \ No newline at end of file + --message "17457" \ No newline at end of file diff --git a/docs/en/cli/twitter/CreateImageTweet/bash.txt b/docs/en/cli/twitter/CreateImageTweet/bash.txt index 136df40aae..e6cf907eb4 100644 --- a/docs/en/cli/twitter/CreateImageTweet/bash.txt +++ b/docs/en/cli/twitter/CreateImageTweet/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint twitter CreateImageTweet \ - --text "TestTweet5803652c-1af9-40b1-847b-7cca8ecd12eb" \ - --pictures "C:\Users\Administrator\AppData\Local\Temp\nmfdqkzh2p0.tmp" \ + --text "TestTweet80eef164-94db-4f28-a8bb-f35dfa0e875a" \ + --pictures "C:\Users\Administrator\AppData\Local\Temp\qsrflkgze3s.tmp" \ --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/CreateImageTweet/bat.txt b/docs/en/cli/twitter/CreateImageTweet/bat.txt index 1aa45ff695..08f954e648 100644 --- a/docs/en/cli/twitter/CreateImageTweet/bat.txt +++ b/docs/en/cli/twitter/CreateImageTweet/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint twitter CreateImageTweet ^ - --text "TestTweet5803652c-1af9-40b1-847b-7cca8ecd12eb" ^ - --pictures "C:\Users\Administrator\AppData\Local\Temp\nmfdqkzh2p0.tmp" ^ + --text "TestTweet80eef164-94db-4f28-a8bb-f35dfa0e875a" ^ + --pictures "C:\Users\Administrator\AppData\Local\Temp\qsrflkgze3s.tmp" ^ --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/bash.txt b/docs/en/cli/twitter/CreateTextTweet/bash.txt index 4a7ee00417..9e921c8a2a 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 "TestTweet3f0cab09-2254-4f97-95ca-e9584a439e3d" \ + --text "TestTweet0422bf7d-92f3-4e1c-8bed-6ce6ca54707c" \ --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 95f601c62c..56d363fab6 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 "TestTweet3f0cab09-2254-4f97-95ca-e9584a439e3d" ^ + --text "TestTweet0422bf7d-92f3-4e1c-8bed-6ce6ca54707c" ^ --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/CreateVideoTweet/bash.txt b/docs/en/cli/twitter/CreateVideoTweet/bash.txt index a815e6b731..2d6fefe6ea 100644 --- a/docs/en/cli/twitter/CreateVideoTweet/bash.txt +++ b/docs/en/cli/twitter/CreateVideoTweet/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint twitter CreateVideoTweet \ - --text "TestTweet9ed98890-01f3-4487-bf9b-7a81fb81a595" \ - --videos "['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4']" \ + --text "TestTweet8fcf097f-0d05-4efc-9980-3a1802f07399" \ + --videos "C:\Users\Administrator\AppData\Local\Temp\omexldywypm.tmp" \ --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/CreateVideoTweet/bat.txt b/docs/en/cli/twitter/CreateVideoTweet/bat.txt index d1f2a3e786..16c4b1be5b 100644 --- a/docs/en/cli/twitter/CreateVideoTweet/bat.txt +++ b/docs/en/cli/twitter/CreateVideoTweet/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint twitter CreateVideoTweet ^ - --text "TestTweet9ed98890-01f3-4487-bf9b-7a81fb81a595" ^ - --videos "['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/video.mp4']" ^ + --text "TestTweet8fcf097f-0d05-4efc-9980-3a1802f07399" ^ + --videos "C:\Users\Administrator\AppData\Local\Temp\omexldywypm.tmp" ^ --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 34c8b56ac2..05d61dd1d5 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':6215}" \ + --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':6424}" \ --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 8dad59617d..d170be7ead 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':6215}" ^ + --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':6424}" ^ --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 4b68705faf..1c00b8d75f 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 "3133" \ + --prop "3265" \ --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 150ea9cb3a..3ba24266bb 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 "3133" ^ + --prop "3265" ^ --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 f33f94e065..04bf49180e 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 135 \ - --items 11131617 \ + --sel 136 \ + --items 11227838 \ --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 7c89973300..fef13f195e 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 135 ^ - --items 11131617 ^ + --sel 136 ^ + --items 11227838 ^ --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 cbadeb6a40..5d8464fccd 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 53443847 \ + --topic 53482349 \ --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 ab17c0e37e..5d65e10624 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 53443847 ^ + --topic 53482349 ^ --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 8570b29f52..1b06faba01 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 1031334374 \ + --campaign 1031367231 \ --limit 150 \ --category 126 \ - --post 7989 \ + --post 8054 \ --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 e7f3e3bd30..3532bf89a3 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 1031334374 ^ + --campaign 1031367231 ^ --limit 150 ^ --category 126 ^ - --post 7989 ^ + --post 8054 ^ --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 c4246983ed..9861b6cfac 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_457247441','video-218861756_456240394']" \ + --objects "['photo657846756_457247447','video-218861756_456240395']" \ --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 46a1de9a4d..90f6871d26 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_457247441','video-218861756_456240394']" ^ + --objects "['photo657846756_457247447','video-218861756_456240395']" ^ --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 f0bc66008e..4736a07d08 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 "['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','C:\\Users\\Administrator\\AppData\\Local\\Temp\\fyrfzijlgjh.png']" \ + --pictures "C:\Users\Administrator\AppData\Local\Temp\dpkcx1xab1n.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 38f3457de5..0807f64f11 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 "['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','C:\\Users\\Administrator\\AppData\\Local\\Temp\\fyrfzijlgjh.png']" ^ + --pictures "C:\Users\Administrator\AppData\Local\Temp\dpkcx1xab1n.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 c72ff69904..42fc36e697 100644 --- a/docs/en/cli/vk/CreateStory/bash.txt +++ b/docs/en/cli/vk/CreateStory/bash.txt @@ -1,6 +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\h2hmhk24bj1.tmp" \ - --url "https://github.com/Bayselonarrend/OpenIntegrations" \ + --picture "C:\Users\Administrator\AppData\Local\Temp\ydhkr1mkgul.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 ed7ab51f1e..19e61f8800 100644 --- a/docs/en/cli/vk/CreateStory/bat.txt +++ b/docs/en/cli/vk/CreateStory/bat.txt @@ -1,6 +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\h2hmhk24bj1.tmp" ^ - --url "https://github.com/Bayselonarrend/OpenIntegrations" ^ + --picture "C:\Users\Administrator\AppData\Local\Temp\ydhkr1mkgul.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 8495af8cd5..d2c407fe23 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 308824183 \ + --album 308998546 \ --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 cfc6812fca..64204074b0 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 308824183 ^ + --album 308998546 ^ --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 17c7b70f45..4c83b2070c 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 457255977 \ + --pictureid 457256106 \ --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 a94c3a11d2..7be8af8334 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 457255977 ^ + --pictureid 457256106 ^ --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/DeletePost/bash.txt b/docs/en/cli/vk/DeletePost/bash.txt index 83eb4f8367..f42920a88d 100644 --- a/docs/en/cli/vk/DeletePost/bash.txt +++ b/docs/en/cli/vk/DeletePost/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk DeletePost \ - --post "7983" \ + --post "8048" \ --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/DeletePost/bat.txt b/docs/en/cli/vk/DeletePost/bat.txt index 51ce4db3ba..bdd0a6384c 100644 --- a/docs/en/cli/vk/DeletePost/bat.txt +++ b/docs/en/cli/vk/DeletePost/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk DeletePost ^ - --post "7983" ^ + --post "8048" ^ --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 9ab21b4299..1bc69cefd0 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 11131617 \ + --item 11227838 \ --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 bf1663995a..400be9bad8 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 11131617 ^ + --item 11227838 ^ --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 19cfc89340..4a04fa603e 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 "3133" \ + --prop "3265" \ --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 fc8415155a..bfb718fd2b 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 "3133" ^ + --prop "3265" ^ --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 7d5b138b35..89b7f4f9a7 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 6214 \ + --option 6423 \ --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 ea31fa3239..13a0265e41 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 6214 ^ + --option 6423 ^ --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 6f85651ce0..641b4bf44f 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 135 \ + --sel 136 \ --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 92ff08c665..644ef6e61f 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 135 ^ + --sel 136 ^ --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 5799375c47..15a84e096e 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 11131617 \ + --item 11227838 \ --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 25056d09f9..fafbe5a124 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 11131617 ^ + --item 11227838 ^ --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 843798ffd2..507e9f8511 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 135 \ + --sel 136 \ --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 f49f6c2ee1..1ece91fb73 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 135 ^ + --sel 136 ^ --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 91fabf3c22..20f01ae2cd 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 "3133" \ + --prop "3265" \ --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 9d48c01ed1..55857d5297 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 "3133" ^ + --prop "3265" ^ --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 03d14bac55..6e974f565b 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 "3133" \ - --option 6214 \ + --prop "3265" \ + --option 6423 \ --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 8a63d006ae..58256ec263 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 "3133" ^ - --option 6214 ^ + --prop "3265" ^ + --option 6423 ^ --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 a52648f14e..a631e99245 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 "[11131621,11131622]" \ + --items "[11227846,11227849]" \ --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 6e7b6b5910..fb0e93adfc 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 "[11131621,11131622]" ^ + --items "[11227846,11227849]" ^ --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 09634d5e39..13e1023eee 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 135 \ + --sels 136 \ --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 e9c7990193..a61afc1572 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 135 ^ + --sels 136 ^ --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 54ceb19625..b52e4d649f 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 "[11131621,11131622]" \ + --items "[11227846,11227849]" \ --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 d3adc53cdb..3224064be4 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 "[11131621,11131622]" ^ + --items "[11227846,11227849]" ^ --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 ed23aab7e1..2fcdb714af 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 8044 \ + --post 8051 \ --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 83b809caec..47ac62b4e8 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 8044 ^ + --post 8051 ^ --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 c1edc55860..0adc647037 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 53443847 \ + --topic 53482349 \ --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 3e80e9c5d4..ffc4d3b2a8 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 53443847 ^ + --topic 53482349 ^ --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 575d477f3e..ba89aaafbd 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 135 \ - --item 11131617 \ + --sel 136 \ + --item 11227838 \ --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 5c3059d89b..ce19330537 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 135 ^ - --item 11131617 ^ + --sel 136 ^ + --item 11227838 ^ --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 f9d52900f1..5477a82003 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 308824183 \ + --album 308998546 \ --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 c607bfdc55..b23b09285a 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 308824183 ^ + --album 308998546 ^ --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 0eceabd78b..7334f87a08 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 7986 \ + --post 8051 \ --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 fc2b02c119..439135f3f8 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 7986 ^ + --post 8051 ^ --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 442290c245..19e4fb75ae 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 53443847 \ + --topic 53482349 \ --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 680439fed5..661f4536df 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 53443847 ^ + --topic 53482349 ^ --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/yadisk/CancelObjectPublication/bash.txt b/docs/en/cli/yadisk/CancelObjectPublication/bash.txt index 4b5d8ed1b6..9b4287907c 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 "/a39a636a-af58-4538-9a19-5557ea33c928.png" \ No newline at end of file + --path "/8b10637d-c04d-46c2-94a4-4ef5c7897c4e.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 98974f3078..5fd96bfbf6 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 "/a39a636a-af58-4538-9a19-5557ea33c928.png" \ No newline at end of file + --path "/8b10637d-c04d-46c2-94a4-4ef5c7897c4e.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 df06896b80..d3fe2e4db8 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 "/f582ea5a-8933-472d-91e8-adfb19ad52ca" \ No newline at end of file + --path "/b5a3b7f8-4903-4296-8bdf-69e60fe4e8a8" \ 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 d10bf42d52..849134c196 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 "/f582ea5a-8933-472d-91e8-adfb19ad52ca" \ No newline at end of file + --path "/b5a3b7f8-4903-4296-8bdf-69e60fe4e8a8" \ 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 f9ad887ca3..eec7adda25 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 "/63395933-bf69-4b9d-bc62-6893268b2db1.png" \ - --to "/5048abe2-f87a-401a-9076-57beeac439d6.png" \ + --from "/9fae6f75-5df3-4ac1-896a-e0276b623ccb.png" \ + --to "/d4722a58-23fc-4967-b6f3-073c59c7caed.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 d88e1a787d..150ca9bd24 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 "/63395933-bf69-4b9d-bc62-6893268b2db1.png" ^ - --to "/5048abe2-f87a-401a-9076-57beeac439d6.png" ^ + --from "/9fae6f75-5df3-4ac1-896a-e0276b623ccb.png" ^ + --to "/d4722a58-23fc-4967-b6f3-073c59c7caed.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 346677073b..3c34d805dd 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 "/f7b81bc5-f2b0-4e53-b8ea-9561cc98b5bf.png" \ + --path "/03319f7d-5abb-47a5-be55-78747e366957.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 5254f5b6dd..dfa49bea79 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 "/f7b81bc5-f2b0-4e53-b8ea-9561cc98b5bf.png" ^ + --path "/03319f7d-5abb-47a5-be55-78747e366957.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 7169d09f5e..94d2eead32 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 "/036b0cb7-3f56-403d-8342-1df47c25fc7b.png" \ No newline at end of file + --path "/6e63b909-339f-473b-b4e0-50463b1d1bc5.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 e5b5b2f754..34867eaaf1 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 "/036b0cb7-3f56-403d-8342-1df47c25fc7b.png" \ No newline at end of file + --path "/6e63b909-339f-473b-b4e0-50463b1d1bc5.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 38a38724e4..8f1182dac0 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 "/75c1cd69-203d-4af8-ae3e-d32d9d729264.png" \ No newline at end of file + --path "/6e63b909-339f-473b-b4e0-50463b1d1bc5.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 5089f874f3..62329bc441 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 "/75c1cd69-203d-4af8-ae3e-d32d9d729264.png" \ No newline at end of file + --path "/6e63b909-339f-473b-b4e0-50463b1d1bc5.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 172658c4f8..d60bab3271 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/i/pDSjBE4GRXFnIA" \ No newline at end of file + --url "https://yadi.sk/d/sT8ip80XSmjdTg" \ 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 d7370aebd8..5b691a192d 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/i/pDSjBE4GRXFnIA" \ No newline at end of file + --url "https://yadi.sk/d/sT8ip80XSmjdTg" \ 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 664f48c82b..62086a68a3 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 "/e35ad437-6f0a-4fea-ba7c-28a087d93cf1.png" \ No newline at end of file + --path "/aef638f0-0e40-44af-b2fe-193dca84fe5f.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 77fb8dfb16..cf6b57d3a4 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 "/e35ad437-6f0a-4fea-ba7c-28a087d93cf1.png" \ No newline at end of file + --path "/aef638f0-0e40-44af-b2fe-193dca84fe5f.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 7378e54688..65869c3e40 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/i/pDSjBE4GRXFnIA" \ No newline at end of file + --url "https://yadi.sk/d/sT8ip80XSmjdTg" \ 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 e38cd0974b..4310544a2e 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/i/pDSjBE4GRXFnIA" \ No newline at end of file + --url "https://yadi.sk/d/sT8ip80XSmjdTg" \ 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 e71ec078dd..d8f321dc6e 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 "/28a3bc3c-aed1-41f5-b888-58a21f4825c5.png" \ - --to "/a0f3b5ec-33fc-4c5a-aea2-942aecdd4a9e.png" \ + --from "/1c881786-b1c7-4cb9-8873-905e9a1ab69f.png" \ + --to "/693cbc35-69f3-4b91-9c8b-c63405fe831a.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 d1cd43d121..52401b4f47 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 "/28a3bc3c-aed1-41f5-b888-58a21f4825c5.png" ^ - --to "/a0f3b5ec-33fc-4c5a-aea2-942aecdd4a9e.png" ^ + --from "/1c881786-b1c7-4cb9-8873-905e9a1ab69f.png" ^ + --to "/693cbc35-69f3-4b91-9c8b-c63405fe831a.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 b75a716d57..a5de692ae7 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 "/6160f205-23ce-4bef-8efa-b8a5afda3e0e.png" \ No newline at end of file + --path "/8b10637d-c04d-46c2-94a4-4ef5c7897c4e.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 2241ba51a3..2c98208ced 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 "/6160f205-23ce-4bef-8efa-b8a5afda3e0e.png" \ No newline at end of file + --path "/8b10637d-c04d-46c2-94a4-4ef5c7897c4e.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 bb569f465c..422f2f1f31 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/i/pDSjBE4GRXFnIA" \ No newline at end of file + --url "https://yadi.sk/d/sT8ip80XSmjdTg" \ 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 b196c5a548..118eb1d914 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/i/pDSjBE4GRXFnIA" \ No newline at end of file + --url "https://yadi.sk/d/sT8ip80XSmjdTg" \ 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 f79ca3b563..90dd238e0c 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 "/f7b81bc5-f2b0-4e53-b8ea-9561cc98b5bf.png" \ - --file "C:\Users\Administrator\AppData\Local\Temp\x2afpi4m3yo.png" \ + --path "/03319f7d-5abb-47a5-be55-78747e366957.png" \ + --file "C:\Users\Administrator\AppData\Local\Temp\grblcvg2g4i.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 4cafb700d1..5db00a4ac0 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 "/f7b81bc5-f2b0-4e53-b8ea-9561cc98b5bf.png" ^ - --file "C:\Users\Administrator\AppData\Local\Temp\x2afpi4m3yo.png" ^ + --path "/03319f7d-5abb-47a5-be55-78747e366957.png" ^ + --file "C:\Users\Administrator\AppData\Local\Temp\grblcvg2g4i.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 8ce7c3de07..89e68df32e 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 "/e3e18b2e-a37a-4ae5-9d32-4f2bd4212c47.png" \ + --path "/aef638f0-0e40-44af-b2fe-193dca84fe5f.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 1230380dea..4eda35ac54 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 "/e3e18b2e-a37a-4ae5-9d32-4f2bd4212c47.png" ^ + --path "/aef638f0-0e40-44af-b2fe-193dca84fe5f.png" ^ --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file