diff --git a/data.json.gpg b/data.json.gpg index fa61dad65a..81c03683b6 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 abc679e3a2..646a5d6ee1 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 "app6hpv6IrOlar3XV" \ - --table "tbl1z3tSWFIO8cnbL" \ - --record "recazHDexKQ1RsyhU" \ + --base "appffoaW7rjLmVJzQ" \ + --table "tbl53bnitoPLqT5fW" \ + --record "recwng3kwPAmaY1Ag" \ --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 5c8036889d..06fc89332c 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 "app6hpv6IrOlar3XV" ^ - --table "tbl1z3tSWFIO8cnbL" ^ - --record "recazHDexKQ1RsyhU" ^ + --base "appffoaW7rjLmVJzQ" ^ + --table "tbl53bnitoPLqT5fW" ^ + --record "recwng3kwPAmaY1Ag" ^ --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 edfb47f333..fe01b4f46d 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 "app6hpv6IrOlar3XV" \ - --table "tbl1z3tSWFIO8cnbL" \ - --title "eb536461-8675-411a-ba45-b103c5b31240" \ - --fielddata "{'name':'eb536461-8675-411a-ba45-b103c5b31240','type':'number','options':{'precision':0}}" \ No newline at end of file + --base "appffoaW7rjLmVJzQ" \ + --table "tbl53bnitoPLqT5fW" \ + --title "fcc796f1-4835-4f28-b0c5-23f26b2c8450" \ + --fielddata "{'name':'fcc796f1-4835-4f28-b0c5-23f26b2c8450','type':'number','options':{'precision':0}}" \ No newline at end of file diff --git a/docs/en/cli/airtable/CreateField/bat.txt b/docs/en/cli/airtable/CreateField/bat.txt index 9ca1cbc4a5..9abcb5dd91 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 "app6hpv6IrOlar3XV" ^ - --table "tbl1z3tSWFIO8cnbL" ^ - --title "eb536461-8675-411a-ba45-b103c5b31240" ^ - --fielddata "{'name':'eb536461-8675-411a-ba45-b103c5b31240','type':'number','options':{'precision':0}}" \ No newline at end of file + --base "appffoaW7rjLmVJzQ" ^ + --table "tbl53bnitoPLqT5fW" ^ + --title "fcc796f1-4835-4f28-b0c5-23f26b2c8450" ^ + --fielddata "{'name':'fcc796f1-4835-4f28-b0c5-23f26b2c8450','type':'number','options':{'precision':0}}" \ No newline at end of file diff --git a/docs/en/cli/airtable/CreatePosts/bash.txt b/docs/en/cli/airtable/CreatePosts/bash.txt index 8356554c0e..5bb5328703 100644 --- a/docs/en/cli/airtable/CreatePosts/bash.txt +++ b/docs/en/cli/airtable/CreatePosts/bash.txt @@ -2,6 +2,6 @@ oint airtable CreatePosts \ --token "***" \ - --base "app6hpv6IrOlar3XV" \ - --table "tbl1z3tSWFIO8cnbL" \ + --base "appffoaW7rjLmVJzQ" \ + --table "tbl53bnitoPLqT5fW" \ --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 9d8633539f..c14fe845bf 100644 --- a/docs/en/cli/airtable/CreatePosts/bat.txt +++ b/docs/en/cli/airtable/CreatePosts/bat.txt @@ -2,6 +2,6 @@ oint airtable CreatePosts ^ --token "***" ^ - --base "app6hpv6IrOlar3XV" ^ - --table "tbl1z3tSWFIO8cnbL" ^ + --base "appffoaW7rjLmVJzQ" ^ + --table "tbl53bnitoPLqT5fW" ^ --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 7e64e43e52..535da3ca80 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 "app6hpv6IrOlar3XV" \ + --base "appffoaW7rjLmVJzQ" \ --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 fb4758980f..a629629510 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 "app6hpv6IrOlar3XV" ^ + --base "appffoaW7rjLmVJzQ" ^ --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 1379854155..0e38b9203d 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 "app6hpv6IrOlar3XV" \ - --table "tbl1z3tSWFIO8cnbL" \ - --record "recazHDexKQ1RsyhU" \ - --comment "com5vfmHEMauOCE6f" \ No newline at end of file + --base "appffoaW7rjLmVJzQ" \ + --table "tbl53bnitoPLqT5fW" \ + --record "recwng3kwPAmaY1Ag" \ + --comment "comAo1KvylFWXee18" \ 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 f5638e2901..91646190b0 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 "app6hpv6IrOlar3XV" ^ - --table "tbl1z3tSWFIO8cnbL" ^ - --record "recazHDexKQ1RsyhU" ^ - --comment "com5vfmHEMauOCE6f" \ No newline at end of file + --base "appffoaW7rjLmVJzQ" ^ + --table "tbl53bnitoPLqT5fW" ^ + --record "recwng3kwPAmaY1Ag" ^ + --comment "comAo1KvylFWXee18" \ 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 a7596e286f..929818523e 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 "app6hpv6IrOlar3XV" \ - --table "tbl1z3tSWFIO8cnbL" \ - --records "recazHDexKQ1RsyhU" \ No newline at end of file + --base "appffoaW7rjLmVJzQ" \ + --table "tbl53bnitoPLqT5fW" \ + --records "recwng3kwPAmaY1Ag" \ 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 3925968259..693d8a155e 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 "app6hpv6IrOlar3XV" ^ - --table "tbl1z3tSWFIO8cnbL" ^ - --records "recazHDexKQ1RsyhU" \ No newline at end of file + --base "appffoaW7rjLmVJzQ" ^ + --table "tbl53bnitoPLqT5fW" ^ + --records "recwng3kwPAmaY1Ag" \ 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 d35afe6942..a33a5261d9 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 "app6hpv6IrOlar3XV" \ - --table "tbl1z3tSWFIO8cnbL" \ - --record "recazHDexKQ1RsyhU" \ - --comment "com5vfmHEMauOCE6f" \ + --base "appffoaW7rjLmVJzQ" \ + --table "tbl53bnitoPLqT5fW" \ + --record "recwng3kwPAmaY1Ag" \ + --comment "comAo1KvylFWXee18" \ --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 c51167466d..053084a164 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 "app6hpv6IrOlar3XV" ^ - --table "tbl1z3tSWFIO8cnbL" ^ - --record "recazHDexKQ1RsyhU" ^ - --comment "com5vfmHEMauOCE6f" ^ + --base "appffoaW7rjLmVJzQ" ^ + --table "tbl53bnitoPLqT5fW" ^ + --record "recwng3kwPAmaY1Ag" ^ + --comment "comAo1KvylFWXee18" ^ --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 e3953920a4..e5f58ad390 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 "app6hpv6IrOlar3XV" \ - --table "tbl1z3tSWFIO8cnbL" \ - --record "recazHDexKQ1RsyhU" \ No newline at end of file + --base "appffoaW7rjLmVJzQ" \ + --table "tbl53bnitoPLqT5fW" \ + --record "recwng3kwPAmaY1Ag" \ 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 93d76ff0fe..c77423af26 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 "app6hpv6IrOlar3XV" ^ - --table "tbl1z3tSWFIO8cnbL" ^ - --record "recazHDexKQ1RsyhU" \ No newline at end of file + --base "appffoaW7rjLmVJzQ" ^ + --table "tbl53bnitoPLqT5fW" ^ + --record "recwng3kwPAmaY1Ag" \ 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 e1fa36ee7b..74bda76bd7 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 "app6hpv6IrOlar3XV" \ No newline at end of file + --base "appffoaW7rjLmVJzQ" \ 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 f5af764842..31df18eb18 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 "app6hpv6IrOlar3XV" \ No newline at end of file + --base "appffoaW7rjLmVJzQ" \ 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 d407c44277..34767a413b 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 "app6hpv6IrOlar3XV" \ - --table "tbl1z3tSWFIO8cnbL" \ No newline at end of file + --base "appffoaW7rjLmVJzQ" \ + --table "tbl53bnitoPLqT5fW" \ 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 c338a79f6f..d8cefec4eb 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 "app6hpv6IrOlar3XV" ^ - --table "tbl1z3tSWFIO8cnbL" \ No newline at end of file + --base "appffoaW7rjLmVJzQ" ^ + --table "tbl53bnitoPLqT5fW" \ 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 34d661196b..a73770bf96 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 "eb536461-8675-411a-ba45-b103c5b31240" \ No newline at end of file + --title "fcc796f1-4835-4f28-b0c5-23f26b2c8450" \ 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 1ce743db6e..75e075634a 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 "eb536461-8675-411a-ba45-b103c5b31240" \ No newline at end of file + --title "fcc796f1-4835-4f28-b0c5-23f26b2c8450" \ 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 a18df938a8..9c839531ef 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 "app6hpv6IrOlar3XV" \ - --table "tbl1z3tSWFIO8cnbL" \ - --record "recazHDexKQ1RsyhU" \ No newline at end of file + --base "appffoaW7rjLmVJzQ" \ + --table "tbl53bnitoPLqT5fW" \ + --record "recwng3kwPAmaY1Ag" \ 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 1ea7d4f5a8..9c9352ae2a 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 "app6hpv6IrOlar3XV" ^ - --table "tbl1z3tSWFIO8cnbL" ^ - --record "recazHDexKQ1RsyhU" \ No newline at end of file + --base "appffoaW7rjLmVJzQ" ^ + --table "tbl53bnitoPLqT5fW" ^ + --record "recwng3kwPAmaY1Ag" \ 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 961d2828d9..08547936c7 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 "app6hpv6IrOlar3XV" \ - --table "tbl1z3tSWFIO8cnbL" \ - --field "flddShynyJlcpqF1h" \ - --title "4f7e2391-0414-40c9-9401-84e975f9cd17(change.)" \ + --base "appffoaW7rjLmVJzQ" \ + --table "tbl53bnitoPLqT5fW" \ + --field "fldmR9DpMZQ535pqF" \ + --title "219ff62b-5ee5-4134-93f7-fe1164874fca(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 35850b9371..7d5d4490e2 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 "app6hpv6IrOlar3XV" ^ - --table "tbl1z3tSWFIO8cnbL" ^ - --field "flddShynyJlcpqF1h" ^ - --title "4f7e2391-0414-40c9-9401-84e975f9cd17(change.)" ^ + --base "appffoaW7rjLmVJzQ" ^ + --table "tbl53bnitoPLqT5fW" ^ + --field "fldmR9DpMZQ535pqF" ^ + --title "219ff62b-5ee5-4134-93f7-fe1164874fca(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 858b6a01ff..05b229c3c5 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 "app6hpv6IrOlar3XV" \ - --table "tbl1z3tSWFIO8cnbL" \ + --base "appffoaW7rjLmVJzQ" \ + --table "tbl53bnitoPLqT5fW" \ --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 7054ba3d2f..7deb454291 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 "app6hpv6IrOlar3XV" ^ - --table "tbl1z3tSWFIO8cnbL" ^ + --base "appffoaW7rjLmVJzQ" ^ + --table "tbl53bnitoPLqT5fW" ^ --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 e7fccc3e77..b2e87e7826 100644 --- a/docs/en/cli/bitrix24/AddKanbanStage/bash.txt +++ b/docs/en/cli/bitrix24/AddKanbanStage/bash.txt @@ -2,6 +2,6 @@ oint bitrix24 AddKanbanStage \ --url "b24-ar17wx.bitrix24.by" \ --title "New stage 2" \ --color "0026FF" \ - --prevstage 2032 \ + --prevstage 2092 \ --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 ba5f4e16be..bd97b3fe6c 100644 --- a/docs/en/cli/bitrix24/AddKanbanStage/bat.txt +++ b/docs/en/cli/bitrix24/AddKanbanStage/bat.txt @@ -2,6 +2,6 @@ oint bitrix24 AddKanbanStage ^ --url "b24-ar17wx.bitrix24.by" ^ --title "New stage 2" ^ --color "0026FF" ^ - --prevstage 2032 ^ + --prevstage 2092 ^ --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 db430039e3..1eab87431a 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 2134 \ + --postid 2194 \ --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 a0ed323c98..5c6e983ab0 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 2134 ^ + --postid 2194 ^ --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 1fbcde2000..c11a8ea9d4 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 2134 \ + --postid 2194 \ --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 8b354dc072..90a6461f2a 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 2134 ^ + --postid 2194 ^ --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 969c4c6188..91b7124f03 100644 --- a/docs/en/cli/bitrix24/AddTaskComment/bash.txt +++ b/docs/en/cli/bitrix24/AddTaskComment/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 AddTaskComment \ --url "b24-ar17wx.bitrix24.by" \ - --task "5442" \ + --task "5592" \ --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 1553095920..ba6c967e96 100644 --- a/docs/en/cli/bitrix24/AddTaskComment/bat.txt +++ b/docs/en/cli/bitrix24/AddTaskComment/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 AddTaskComment ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5442" ^ + --task "5592" ^ --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 5c0ebadc06..9ca9edd605 100644 --- a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt +++ b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bash.txt @@ -1,8 +1,8 @@ oint bitrix24 AddTaskTimeAccounting \ --url "b24-ar17wx.bitrix24.by" \ - --task "5446" \ + --task "5596" \ --amount 7200 \ --user 10 \ --text "Time spent on work" \ - --date "2025-02-18T11:06:31.9259642" \ + --date "2025-03-06T16:13:19.5625062" \ --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 7ac9261d3f..7816313a4d 100644 --- a/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt +++ b/docs/en/cli/bitrix24/AddTaskTimeAccounting/bat.txt @@ -1,8 +1,8 @@ oint bitrix24 AddTaskTimeAccounting ^ --url "b24-ar17wx.bitrix24.by" ^ - --task "5446" ^ + --task "5596" ^ --amount 7200 ^ --user 10 ^ --text "Time spent on work" ^ - --date "2025-02-18T11:06:31.9259642" ^ + --date "2025-03-06T16:13:19.5625062" ^ --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 82a3e67a5d..f12dc2944d 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 "5440" \ + --task "5590" \ --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 7a5d01d46b..d4485ba882 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 "5440" ^ + --task "5590" ^ --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 aeed532d93..aca3c50215 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 "5440" \ + --task "5590" \ --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 dac6a43371..e49adbdd7d 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 "5440" ^ + --task "5590" ^ --text "Checklist element" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddUsersToChat/bash.txt b/docs/en/cli/bitrix24/AddUsersToChat/bash.txt index 9f79ad60fa..5f8684547a 100644 --- a/docs/en/cli/bitrix24/AddUsersToChat/bash.txt +++ b/docs/en/cli/bitrix24/AddUsersToChat/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 AddUsersToChat \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2184 \ + --chat 2244 \ --users "[10,12]" \ --hide true \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/AddUsersToChat/bat.txt b/docs/en/cli/bitrix24/AddUsersToChat/bat.txt index f8e6565121..4ccbb51e72 100644 --- a/docs/en/cli/bitrix24/AddUsersToChat/bat.txt +++ b/docs/en/cli/bitrix24/AddUsersToChat/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 AddUsersToChat ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2184 ^ + --chat 2244 ^ --users "[10,12]" ^ --hide true ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ApproveTask/bash.txt b/docs/en/cli/bitrix24/ApproveTask/bash.txt index 7adfc429f3..7b739aa3d9 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 "5440" \ + --task "5590" \ --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 5d93293f7d..37c9519736 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 "5440" ^ + --task "5590" ^ --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 5a1b92ad4b..02301554f2 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 "5440" \ - --fileid 30276 \ + --task "5590" \ + --fileid 31152 \ --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 55c0efadc7..240b479101 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 "5440" ^ - --fileid 30276 ^ + --task "5590" ^ + --fileid 31152 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatColor/bash.txt b/docs/en/cli/bitrix24/ChangeChatColor/bash.txt index b1c8006f83..befb3899a5 100644 --- a/docs/en/cli/bitrix24/ChangeChatColor/bash.txt +++ b/docs/en/cli/bitrix24/ChangeChatColor/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatColor \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2182 \ + --chat 2242 \ --color "PURPLE" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatColor/bat.txt b/docs/en/cli/bitrix24/ChangeChatColor/bat.txt index b741561951..353600dc37 100644 --- a/docs/en/cli/bitrix24/ChangeChatColor/bat.txt +++ b/docs/en/cli/bitrix24/ChangeChatColor/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatColor ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2182 ^ + --chat 2242 ^ --color "PURPLE" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatOwner/bash.txt b/docs/en/cli/bitrix24/ChangeChatOwner/bash.txt index eae036cb59..a83b05a981 100644 --- a/docs/en/cli/bitrix24/ChangeChatOwner/bash.txt +++ b/docs/en/cli/bitrix24/ChangeChatOwner/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatOwner \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2184 \ + --chat 2244 \ --user 10 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatOwner/bat.txt b/docs/en/cli/bitrix24/ChangeChatOwner/bat.txt index 562dd7da13..9cb479f201 100644 --- a/docs/en/cli/bitrix24/ChangeChatOwner/bat.txt +++ b/docs/en/cli/bitrix24/ChangeChatOwner/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatOwner ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2184 ^ + --chat 2244 ^ --user 10 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatPicture/bash.txt b/docs/en/cli/bitrix24/ChangeChatPicture/bash.txt index bf4524c378..d63c4efe77 100644 --- a/docs/en/cli/bitrix24/ChangeChatPicture/bash.txt +++ b/docs/en/cli/bitrix24/ChangeChatPicture/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatPicture \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2184 \ + --chat 2244 \ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatPicture/bat.txt b/docs/en/cli/bitrix24/ChangeChatPicture/bat.txt index 4b6999f4aa..e04a3dcd20 100644 --- a/docs/en/cli/bitrix24/ChangeChatPicture/bat.txt +++ b/docs/en/cli/bitrix24/ChangeChatPicture/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatPicture ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2184 ^ + --chat 2244 ^ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatTitle/bash.txt b/docs/en/cli/bitrix24/ChangeChatTitle/bash.txt index 8da39a9190..c6d727c9b2 100644 --- a/docs/en/cli/bitrix24/ChangeChatTitle/bash.txt +++ b/docs/en/cli/bitrix24/ChangeChatTitle/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatTitle \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2184 \ + --chat 2244 \ --title "Another title" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeChatTitle/bat.txt b/docs/en/cli/bitrix24/ChangeChatTitle/bat.txt index 71fdb3e8f1..abdfe16464 100644 --- a/docs/en/cli/bitrix24/ChangeChatTitle/bat.txt +++ b/docs/en/cli/bitrix24/ChangeChatTitle/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeChatTitle ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2184 ^ + --chat 2244 ^ --title "Another title" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeUserStatus/bash.txt b/docs/en/cli/bitrix24/ChangeUserStatus/bash.txt index c47a88c834..14d6305af2 100644 --- a/docs/en/cli/bitrix24/ChangeUserStatus/bash.txt +++ b/docs/en/cli/bitrix24/ChangeUserStatus/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeUserStatus \ --url "b24-ar17wx.bitrix24.by" \ - --userid 1794 \ + --userid 1854 \ --fire true \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ChangeUserStatus/bat.txt b/docs/en/cli/bitrix24/ChangeUserStatus/bat.txt index 3f88ffe3ef..ef6012aba8 100644 --- a/docs/en/cli/bitrix24/ChangeUserStatus/bat.txt +++ b/docs/en/cli/bitrix24/ChangeUserStatus/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 ChangeUserStatus ^ --url "b24-ar17wx.bitrix24.by" ^ - --userid 1794 ^ + --userid 1854 ^ --fire true ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CheckTaskAccesses/bash.txt b/docs/en/cli/bitrix24/CheckTaskAccesses/bash.txt index 8ea59434b4..0eafce50f1 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 "5440" \ + --task "5590" \ --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 d717bb60d5..65d244dbf0 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 "5440" ^ + --task "5590" ^ --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 6cfdbdcf85..a508cd982d 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 "5440" \ + --task "5590" \ --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 e02d5e9f99..bf40d6c1df 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 "5440" ^ + --task "5590" ^ --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 24b2806b85..a43a97abf1 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 "5440" \ - --element 3818 \ + --task "5590" \ + --element 3938 \ --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 7aba4060ce..fffc2829b8 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 "5440" ^ - --element 3818 ^ + --task "5590" ^ + --element 3938 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateCalendarEvent/bash.txt b/docs/en/cli/bitrix24/CreateCalendarEvent/bash.txt index ea9f4139ea..d8e4583dd6 100644 --- a/docs/en/cli/bitrix24/CreateCalendarEvent/bash.txt +++ b/docs/en/cli/bitrix24/CreateCalendarEvent/bash.txt @@ -2,5 +2,5 @@ oint bitrix24 CreateCalendarEvent \ --url "b24-ar17wx.bitrix24.by" \ - --fields "{'type':'user','ownerId':1,'from':'2025-03-19T11:11:59.9441288','to':'2025-03-19T12:11:59.9441288','section':480,'name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'busy','importance':'high','private_event':'N','rrule':{'FREQ':'DAILY','COUNT':3,'INTERVAL':10,'BYDAY':['SA','MO'],'UNTIL':'2025-03-29T11:11:59.9441288'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':1}],'attendees':['1','10'],'host':1,'meeting':{'notify':'Y','reinvite':'Y','allow_invite':'N','hide_guests':'N'}}" \ + --fields "{'type':'user','ownerId':1,'from':'2025-04-07T16:18:31.7837378','to':'2025-04-07T17:18:31.7837378','section':540,'name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'busy','importance':'high','private_event':'N','rrule':{'FREQ':'DAILY','COUNT':3,'INTERVAL':10,'BYDAY':['SA','MO'],'UNTIL':'2025-04-17T16:18:31.7837378'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':1}],'attendees':['1','10'],'host':1,'meeting':{'notify':'Y','reinvite':'Y','allow_invite':'N','hide_guests':'N'}}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateCalendarEvent/bat.txt b/docs/en/cli/bitrix24/CreateCalendarEvent/bat.txt index ad78861c3e..4878f81b58 100644 --- a/docs/en/cli/bitrix24/CreateCalendarEvent/bat.txt +++ b/docs/en/cli/bitrix24/CreateCalendarEvent/bat.txt @@ -2,5 +2,5 @@ oint bitrix24 CreateCalendarEvent ^ --url "b24-ar17wx.bitrix24.by" ^ - --fields "{'type':'user','ownerId':1,'from':'2025-03-19T11:11:59.9441288','to':'2025-03-19T12:11:59.9441288','section':480,'name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'busy','importance':'high','private_event':'N','rrule':{'FREQ':'DAILY','COUNT':3,'INTERVAL':10,'BYDAY':['SA','MO'],'UNTIL':'2025-03-29T11:11:59.9441288'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':1}],'attendees':['1','10'],'host':1,'meeting':{'notify':'Y','reinvite':'Y','allow_invite':'N','hide_guests':'N'}}" ^ + --fields "{'type':'user','ownerId':1,'from':'2025-04-07T16:18:31.7837378','to':'2025-04-07T17:18:31.7837378','section':540,'name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'busy','importance':'high','private_event':'N','rrule':{'FREQ':'DAILY','COUNT':3,'INTERVAL':10,'BYDAY':['SA','MO'],'UNTIL':'2025-04-17T16:18:31.7837378'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':1}],'attendees':['1','10'],'host':1,'meeting':{'notify':'Y','reinvite':'Y','allow_invite':'N','hide_guests':'N'}}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateDepartment/bash.txt b/docs/en/cli/bitrix24/CreateDepartment/bash.txt index 2f2667e13d..58629973a2 100644 --- a/docs/en/cli/bitrix24/CreateDepartment/bash.txt +++ b/docs/en/cli/bitrix24/CreateDepartment/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 CreateDepartment \ --url "b24-ar17wx.bitrix24.by" \ --title "Subordinate department" \ - --parentid 1784 \ + --parentid 1844 \ --headid 1 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateDepartment/bat.txt b/docs/en/cli/bitrix24/CreateDepartment/bat.txt index 37c6cd19fe..1798d3647c 100644 --- a/docs/en/cli/bitrix24/CreateDepartment/bat.txt +++ b/docs/en/cli/bitrix24/CreateDepartment/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 CreateDepartment ^ --url "b24-ar17wx.bitrix24.by" ^ --title "Subordinate department" ^ - --parentid 1784 ^ + --parentid 1844 ^ --headid 1 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateResultFromComment/bash.txt b/docs/en/cli/bitrix24/CreateResultFromComment/bash.txt index 22421dc43d..a8867412fb 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 12722 \ + --comment 13052 \ --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 dc1166ed67..031848d8ee 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 12722 ^ + --comment 13052 ^ --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 9c8dccbb38..05cabb006d 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 30286 \ + --folderid 31162 \ --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 669a524e5d..3055d76e34 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 30286 ^ + --folderid 31162 ^ --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 8452f045df..dffa7dedeb 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-03-19T11:01:17.1902457Z','RESPONSIBLE_ID':1}" \ + --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2025-04-07T16:08:42.019021Z','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 237e29f66f..09594904e8 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-03-19T11:01:17.1902457Z','RESPONSIBLE_ID':1}" ^ + --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2025-04-07T16:08:42.019021Z','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 0951013370..c2d500e3ac 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 "5440" \ - --taskto "5438" \ + --taskfrom "5590" \ + --taskto "5588" \ --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 1c2fda1a6a..394d0e85fe 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 "5440" ^ - --taskto "5438" ^ + --taskfrom "5590" ^ + --taskto "5588" ^ --linktype 2 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateUser/bash.txt b/docs/en/cli/bitrix24/CreateUser/bash.txt index 352fd1185a..64a6432795 100644 --- a/docs/en/cli/bitrix24/CreateUser/bash.txt +++ b/docs/en/cli/bitrix24/CreateUser/bash.txt @@ -2,5 +2,5 @@ oint bitrix24 CreateUser \ --url "b24-ar17wx.bitrix24.by" \ - --fields "{'EMAIL':'460c9f72-d397-49eb-9fb9-ed2fc9415ff2@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" \ + --fields "{'EMAIL':'6217cc97-392c-456f-bea2-82ad898c7ec8@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateUser/bat.txt b/docs/en/cli/bitrix24/CreateUser/bat.txt index b8667ad501..ea28e7d0dc 100644 --- a/docs/en/cli/bitrix24/CreateUser/bat.txt +++ b/docs/en/cli/bitrix24/CreateUser/bat.txt @@ -2,5 +2,5 @@ oint bitrix24 CreateUser ^ --url "b24-ar17wx.bitrix24.by" ^ - --fields "{'EMAIL':'460c9f72-d397-49eb-9fb9-ed2fc9415ff2@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" ^ + --fields "{'EMAIL':'6217cc97-392c-456f-bea2-82ad898c7ec8@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeferTask/bash.txt b/docs/en/cli/bitrix24/DeferTask/bash.txt index ae7b94ba6b..82b795dabd 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 "5440" \ + --task "5590" \ --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 d90cee8d45..fa2e79b06c 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 "5440" ^ + --task "5590" ^ --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 03c99579b0..df25ce95cd 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 "5440" \ - --user 1790 \ + --task "5590" \ + --user 1850 \ --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 b0d6a51c62..752017ada6 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 "5440" ^ - --user 1790 ^ + --task "5590" ^ + --user 1850 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteCalendar/bash.txt b/docs/en/cli/bitrix24/DeleteCalendar/bash.txt index a642f5cbf1..2cd166d6c1 100644 --- a/docs/en/cli/bitrix24/DeleteCalendar/bash.txt +++ b/docs/en/cli/bitrix24/DeleteCalendar/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 DeleteCalendar \ --url "b24-ar17wx.bitrix24.by" \ - --calendar 480 \ + --calendar 540 \ --owner 1 \ --type "user" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteCalendar/bat.txt b/docs/en/cli/bitrix24/DeleteCalendar/bat.txt index ef158988e8..3b5bd2c537 100644 --- a/docs/en/cli/bitrix24/DeleteCalendar/bat.txt +++ b/docs/en/cli/bitrix24/DeleteCalendar/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 DeleteCalendar ^ --url "b24-ar17wx.bitrix24.by" ^ - --calendar 480 ^ + --calendar 540 ^ --owner 1 ^ --type "user" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteCalendarEvent/bash.txt b/docs/en/cli/bitrix24/DeleteCalendarEvent/bash.txt index 19ae9f4a07..695981b2ac 100644 --- a/docs/en/cli/bitrix24/DeleteCalendarEvent/bash.txt +++ b/docs/en/cli/bitrix24/DeleteCalendarEvent/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteCalendarEvent \ --url "b24-ar17wx.bitrix24.by" \ - --event 722 \ + --event 842 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteCalendarEvent/bat.txt b/docs/en/cli/bitrix24/DeleteCalendarEvent/bat.txt index 9bffd2b2ec..0529af6aea 100644 --- a/docs/en/cli/bitrix24/DeleteCalendarEvent/bat.txt +++ b/docs/en/cli/bitrix24/DeleteCalendarEvent/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteCalendarEvent ^ --url "b24-ar17wx.bitrix24.by" ^ - --event 722 ^ + --event 842 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteDeal/bash.txt b/docs/en/cli/bitrix24/DeleteDeal/bash.txt index 6273db4d81..66adc768fb 100644 --- a/docs/en/cli/bitrix24/DeleteDeal/bash.txt +++ b/docs/en/cli/bitrix24/DeleteDeal/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteDeal \ --url "b24-ar17wx.bitrix24.by" \ - --deal 3144 \ + --deal 3264 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteDeal/bat.txt b/docs/en/cli/bitrix24/DeleteDeal/bat.txt index 0ee56d4b11..bcac4014bc 100644 --- a/docs/en/cli/bitrix24/DeleteDeal/bat.txt +++ b/docs/en/cli/bitrix24/DeleteDeal/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteDeal ^ --url "b24-ar17wx.bitrix24.by" ^ - --deal 3144 ^ + --deal 3264 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteDepartment/bash.txt b/docs/en/cli/bitrix24/DeleteDepartment/bash.txt index 9de2158ff0..e2d6358ce8 100644 --- a/docs/en/cli/bitrix24/DeleteDepartment/bash.txt +++ b/docs/en/cli/bitrix24/DeleteDepartment/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteDepartment \ --url "b24-ar17wx.bitrix24.by" \ - --depid 1784 \ + --depid 1844 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteDepartment/bat.txt b/docs/en/cli/bitrix24/DeleteDepartment/bat.txt index e20b34fb42..56d4f0b61e 100644 --- a/docs/en/cli/bitrix24/DeleteDepartment/bat.txt +++ b/docs/en/cli/bitrix24/DeleteDepartment/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteDepartment ^ --url "b24-ar17wx.bitrix24.by" ^ - --depid 1784 ^ + --depid 1844 ^ --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 4b1bcabb01..566fd1c61c 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 30280 \ + --fileid 31156 \ --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 a4070f7618..302bc6e34a 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 30280 ^ + --fileid 31156 ^ --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 0a3ad5ab8f..31eecfda1e 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 30286 \ + --folderid 31162 \ --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 affa206839..5050ba67d6 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 30286 ^ + --folderid 31162 ^ --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 be0dbd05db..43bdf2d5aa 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 2034 \ + --stage 2094 \ --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 5a111bbfca..a82ceaca6e 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 2034 ^ + --stage 2094 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteLead/bash.txt b/docs/en/cli/bitrix24/DeleteLead/bash.txt index 190dc446f6..6ab2428662 100644 --- a/docs/en/cli/bitrix24/DeleteLead/bash.txt +++ b/docs/en/cli/bitrix24/DeleteLead/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteLead \ --url "b24-ar17wx.bitrix24.by" \ - --lead 1580 \ + --lead 1640 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteLead/bat.txt b/docs/en/cli/bitrix24/DeleteLead/bat.txt index 334912a29c..370dc54298 100644 --- a/docs/en/cli/bitrix24/DeleteLead/bat.txt +++ b/docs/en/cli/bitrix24/DeleteLead/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteLead ^ --url "b24-ar17wx.bitrix24.by" ^ - --lead 1580 ^ + --lead 1640 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteMessage/bash.txt b/docs/en/cli/bitrix24/DeleteMessage/bash.txt index 420a4181e5..00766d1272 100644 --- a/docs/en/cli/bitrix24/DeleteMessage/bash.txt +++ b/docs/en/cli/bitrix24/DeleteMessage/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteMessage \ --url "b24-ar17wx.bitrix24.by" \ - --message 40922 \ + --message 42246 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteMessage/bat.txt b/docs/en/cli/bitrix24/DeleteMessage/bat.txt index 6ef220e8d5..a0faed10f9 100644 --- a/docs/en/cli/bitrix24/DeleteMessage/bat.txt +++ b/docs/en/cli/bitrix24/DeleteMessage/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteMessage ^ --url "b24-ar17wx.bitrix24.by" ^ - --message 40922 ^ + --message 42246 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteNotification/bash.txt b/docs/en/cli/bitrix24/DeleteNotification/bash.txt index ed6411320b..7f35199681 100644 --- a/docs/en/cli/bitrix24/DeleteNotification/bash.txt +++ b/docs/en/cli/bitrix24/DeleteNotification/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteNotification \ --url "b24-ar17wx.bitrix24.by" \ - --notif 40930 \ + --notif 42254 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteNotification/bat.txt b/docs/en/cli/bitrix24/DeleteNotification/bat.txt index 3e11a6290c..25e9676eb8 100644 --- a/docs/en/cli/bitrix24/DeleteNotification/bat.txt +++ b/docs/en/cli/bitrix24/DeleteNotification/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DeleteNotification ^ --url "b24-ar17wx.bitrix24.by" ^ - --notif 40930 ^ + --notif 42254 ^ --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 3c4c5329a3..229a47fb02 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 2134 \ + --postid 2194 \ --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 3263f17e8c..5c55f66f80 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 2134 ^ + --postid 2194 ^ --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 bff5694912..870f94b323 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 12722 \ + --comment 13052 \ --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 0bf0a414ee..2cfd7c2c51 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 12722 ^ + --comment 13052 ^ --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 c0d319f20f..fdbd8cff7d 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 "5440" \ + --task "5590" \ --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 65593d5446..6f3b009481 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 "5440" ^ + --task "5590" ^ --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 5ad56a3b1a..8e6ccdbca2 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 "5442" \ - --comment 12722 \ + --task "5592" \ + --comment 13052 \ --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 e498cb5f68..52d4c48b62 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 "5442" ^ - --comment 12722 ^ + --task "5592" ^ + --comment 13052 ^ --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 157f45b714..0e65bcb2dd 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 "5446" \ - --record 2020 \ + --task "5596" \ + --record 2080 \ --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 750a4ce6f6..f0c9686e4c 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 "5446" ^ - --record 2020 ^ + --task "5596" ^ + --record 2080 ^ --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 59bfc0ae04..147934f5c3 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 "5440" \ - --element 3818 \ + --task "5590" \ + --element 3938 \ --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 72d31fe708..578be892a5 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 "5440" ^ - --element 3818 ^ + --task "5590" ^ + --element 3938 ^ --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 5be2a8df4e..59c28b5842 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 "5440" \ - --taskto "5438" \ + --taskfrom "5590" \ + --taskto "5588" \ --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 349cba49ce..e9f2c31670 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 "5440" ^ - --taskto "5438" ^ + --taskfrom "5590" ^ + --taskto "5588" ^ --linktype 2 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteUserFromChat/bash.txt b/docs/en/cli/bitrix24/DeleteUserFromChat/bash.txt index 872472a49a..1e59ff6ead 100644 --- a/docs/en/cli/bitrix24/DeleteUserFromChat/bash.txt +++ b/docs/en/cli/bitrix24/DeleteUserFromChat/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 DeleteUserFromChat \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2184 \ + --chat 2244 \ --user 10 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DeleteUserFromChat/bat.txt b/docs/en/cli/bitrix24/DeleteUserFromChat/bat.txt index f6c8eaf075..43e5131a80 100644 --- a/docs/en/cli/bitrix24/DeleteUserFromChat/bat.txt +++ b/docs/en/cli/bitrix24/DeleteUserFromChat/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 DeleteUserFromChat ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2184 ^ + --chat 2244 ^ --user 10 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DisableChatNotifications/bash.txt b/docs/en/cli/bitrix24/DisableChatNotifications/bash.txt index 58f41311ca..af97a122b9 100644 --- a/docs/en/cli/bitrix24/DisableChatNotifications/bash.txt +++ b/docs/en/cli/bitrix24/DisableChatNotifications/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 DisableChatNotifications \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2184 \ + --chat 2244 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DisableChatNotifications/bat.txt b/docs/en/cli/bitrix24/DisableChatNotifications/bat.txt index 8a642ac4fc..a9e39e159e 100644 --- a/docs/en/cli/bitrix24/DisableChatNotifications/bat.txt +++ b/docs/en/cli/bitrix24/DisableChatNotifications/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 DisableChatNotifications ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2184 ^ + --chat 2244 ^ --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 f65e5a87ef..b4c5768fe6 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 "5440" \ + --task "5590" \ --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 4769981b11..4407ac449d 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 "5440" ^ + --task "5590" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/EditMessage/bash.txt b/docs/en/cli/bitrix24/EditMessage/bash.txt index 6a82eda7b9..58347fd9bb 100644 --- a/docs/en/cli/bitrix24/EditMessage/bash.txt +++ b/docs/en/cli/bitrix24/EditMessage/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 EditMessage \ --url "b24-ar17wx.bitrix24.by" \ - --message 40922 \ + --message 42246 \ --text "New message text" \ --blocks "[{'IMAGE':{'NAME':'Image1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'File1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/EditMessage/bat.txt b/docs/en/cli/bitrix24/EditMessage/bat.txt index 624625d649..a2d7264074 100644 --- a/docs/en/cli/bitrix24/EditMessage/bat.txt +++ b/docs/en/cli/bitrix24/EditMessage/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 EditMessage ^ --url "b24-ar17wx.bitrix24.by" ^ - --message 40922 ^ + --message 42246 ^ --text "New message text" ^ --blocks "[{'IMAGE':{'NAME':'Image1','LINK':'https://raw.githubusercontent.com/Bayselonarrend/OpenIntegrations/main/service/test_data/picture.jpg'}},{'FILE':{'NAME':'File1.docx','LINK':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx'}}]" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/EnableChatNotifications/bash.txt b/docs/en/cli/bitrix24/EnableChatNotifications/bash.txt index ba06bbf7c2..774a171535 100644 --- a/docs/en/cli/bitrix24/EnableChatNotifications/bash.txt +++ b/docs/en/cli/bitrix24/EnableChatNotifications/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 EnableChatNotifications \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2184 \ + --chat 2244 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/EnableChatNotifications/bat.txt b/docs/en/cli/bitrix24/EnableChatNotifications/bat.txt index 8d36f44fa3..0165d0da18 100644 --- a/docs/en/cli/bitrix24/EnableChatNotifications/bat.txt +++ b/docs/en/cli/bitrix24/EnableChatNotifications/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 EnableChatNotifications ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2184 ^ + --chat 2244 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetCalendarEvent/bash.txt b/docs/en/cli/bitrix24/GetCalendarEvent/bash.txt index 3652847e63..4e039f4d88 100644 --- a/docs/en/cli/bitrix24/GetCalendarEvent/bash.txt +++ b/docs/en/cli/bitrix24/GetCalendarEvent/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetCalendarEvent \ --url "b24-ar17wx.bitrix24.by" \ - --event 722 \ + --event 842 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetCalendarEvent/bat.txt b/docs/en/cli/bitrix24/GetCalendarEvent/bat.txt index 8c3254f81a..da645538fe 100644 --- a/docs/en/cli/bitrix24/GetCalendarEvent/bat.txt +++ b/docs/en/cli/bitrix24/GetCalendarEvent/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetCalendarEvent ^ --url "b24-ar17wx.bitrix24.by" ^ - --event 722 ^ + --event 842 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetCalendarEvents/bash.txt b/docs/en/cli/bitrix24/GetCalendarEvents/bash.txt index 6f5fb1f6ab..fa2fef1b7a 100644 --- a/docs/en/cli/bitrix24/GetCalendarEvents/bash.txt +++ b/docs/en/cli/bitrix24/GetCalendarEvents/bash.txt @@ -4,5 +4,5 @@ oint bitrix24 GetCalendarEvents \ --url "b24-ar17wx.bitrix24.by" \ --owner 1 \ --type "user" \ - --filter "{'from':'2025-03-19T11:12:19.8718315Z','to':'2025-03-20T11:12:19.8718315Z','section':[478,480]}" \ + --filter "{'from':'2025-04-07T16:18:52.8702788Z','to':'2025-04-08T16:18:52.8702788Z','section':[538,540]}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetCalendarEvents/bat.txt b/docs/en/cli/bitrix24/GetCalendarEvents/bat.txt index d891578f16..cc1b68c717 100644 --- a/docs/en/cli/bitrix24/GetCalendarEvents/bat.txt +++ b/docs/en/cli/bitrix24/GetCalendarEvents/bat.txt @@ -4,5 +4,5 @@ oint bitrix24 GetCalendarEvents ^ --url "b24-ar17wx.bitrix24.by" ^ --owner 1 ^ --type "user" ^ - --filter "{'from':'2025-03-19T11:12:19.8718315Z','to':'2025-03-20T11:12:19.8718315Z','section':[478,480]}" ^ + --filter "{'from':'2025-04-07T16:18:52.8702788Z','to':'2025-04-08T16:18:52.8702788Z','section':[538,540]}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetChatFilesFolder/bash.txt b/docs/en/cli/bitrix24/GetChatFilesFolder/bash.txt index c07b1b9c81..eae64f3204 100644 --- a/docs/en/cli/bitrix24/GetChatFilesFolder/bash.txt +++ b/docs/en/cli/bitrix24/GetChatFilesFolder/bash.txt @@ -1,3 +1,3 @@ oint bitrix24 GetChatFilesFolder \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ - --chat 2182 \ No newline at end of file + --chat 2242 \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetChatFilesFolder/bat.txt b/docs/en/cli/bitrix24/GetChatFilesFolder/bat.txt index dcb16bf2db..8798aa6ce9 100644 --- a/docs/en/cli/bitrix24/GetChatFilesFolder/bat.txt +++ b/docs/en/cli/bitrix24/GetChatFilesFolder/bat.txt @@ -1,3 +1,3 @@ oint bitrix24 GetChatFilesFolder ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ - --chat 2182 \ No newline at end of file + --chat 2242 \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetChatUsers/bash.txt b/docs/en/cli/bitrix24/GetChatUsers/bash.txt index 061bc17efa..70c5161840 100644 --- a/docs/en/cli/bitrix24/GetChatUsers/bash.txt +++ b/docs/en/cli/bitrix24/GetChatUsers/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetChatUsers \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2184 \ + --chat 2244 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetChatUsers/bat.txt b/docs/en/cli/bitrix24/GetChatUsers/bat.txt index 4a74f3be90..7a61ff07c5 100644 --- a/docs/en/cli/bitrix24/GetChatUsers/bat.txt +++ b/docs/en/cli/bitrix24/GetChatUsers/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetChatUsers ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2184 ^ + --chat 2244 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetDeal/bash.txt b/docs/en/cli/bitrix24/GetDeal/bash.txt index 0310386e6e..ef8cedf8f9 100644 --- a/docs/en/cli/bitrix24/GetDeal/bash.txt +++ b/docs/en/cli/bitrix24/GetDeal/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetDeal \ --url "b24-ar17wx.bitrix24.by" \ - --deal 3142 \ + --deal 3262 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetDeal/bat.txt b/docs/en/cli/bitrix24/GetDeal/bat.txt index 304dc90cbf..66eb405d19 100644 --- a/docs/en/cli/bitrix24/GetDeal/bat.txt +++ b/docs/en/cli/bitrix24/GetDeal/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetDeal ^ --url "b24-ar17wx.bitrix24.by" ^ - --deal 3142 ^ + --deal 3262 ^ --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 e336b83d51..9a4f2ff07f 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 30280 \ + --fileid 31156 \ --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 ada23a0bfc..c90ed5f42f 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 30280 ^ + --fileid 31156 ^ --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 c9256260d1..f71d330dfa 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 30280 \ + --fileid 31156 \ --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 30dc1d231c..1897fa180d 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 30280 ^ + --fileid 31156 ^ --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 b43419f129..474366f138 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 30286 \ + --folderid 31162 \ --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 5ec03c6b91..ddaa6cdb11 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 30286 ^ + --folderid 31162 ^ --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 0d23c49432..f07df18bdf 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 30286 \ + --folderid 31162 \ --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 5461a6ed9d..1f08ce25ff 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 30286 ^ + --folderid 31162 ^ --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 985f67e555..0622ce9658 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 30286 \ + --folderid 31162 \ --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 8e08d98853..57770d6d4e 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 30286 ^ + --folderid 31162 ^ --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 6531343b19..f7e365ce04 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 2132 \ + --postid 2192 \ --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 9ef2aadd5b..f371c59aa6 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 2132 ^ + --postid 2192 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetLead/bash.txt b/docs/en/cli/bitrix24/GetLead/bash.txt index 38f8c6d466..91e407b0f0 100644 --- a/docs/en/cli/bitrix24/GetLead/bash.txt +++ b/docs/en/cli/bitrix24/GetLead/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetLead \ --url "b24-ar17wx.bitrix24.by" \ - --lead 1580 \ + --lead 1640 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetLead/bat.txt b/docs/en/cli/bitrix24/GetLead/bat.txt index 362bc3662e..558973d140 100644 --- a/docs/en/cli/bitrix24/GetLead/bat.txt +++ b/docs/en/cli/bitrix24/GetLead/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetLead ^ --url "b24-ar17wx.bitrix24.by" ^ - --lead 1580 ^ + --lead 1640 ^ --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 d07dc69794..3c89248cbd 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 2134 \ + --postid 2194 \ --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 fd7b5f5f6e..72d59dafa9 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 2134 ^ + --postid 2194 ^ --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 ea0a3c4b84..6f06242b74 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 "5442" \ + --task "5592" \ --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 d36223ce97..aed46f5842 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 "5442" ^ + --task "5592" ^ --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 6f011d2960..9a7069edb6 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 "5440" \ + --task "5590" \ --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 2d6ae966bc..b03fd41317 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 "5440" ^ + --task "5590" ^ --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 f20d39c305..e726e02672 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 "5442" \ - --comment 12722 \ + --task "5592" \ + --comment 13052 \ --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 97eb5afeb4..73fa3e538f 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 "5442" ^ - --comment 12722 ^ + --task "5592" ^ + --comment 13052 ^ --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 ef45fe25f6..5bdc51c113 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 "5442" \ + --task "5592" \ --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 40ed3b7961..51488118af 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 "5442" ^ + --task "5592" ^ --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 9ba13d8754..154bda1c36 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 "5440" \ + --task "5590" \ --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 1bcb809c8a..88c35eb6bf 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 "5440" ^ + --task "5590" ^ --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 341851be78..b2075a579b 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 "5446" \ - --record 2020 \ + --task "5596" \ + --record 2080 \ --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 9dcd0b0d26..94d38974a0 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 "5446" ^ - --record 2020 ^ + --task "5596" ^ + --record 2080 ^ --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 f8ae6d7652..27a684cb5c 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 "5446" \ + --task "5596" \ --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 7d382c1e70..432cd5a4e0 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 "5446" ^ + --task "5596" ^ --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 c10fbf116d..7a6bb6bbb0 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 "5440" \ + --task "5590" \ --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 6f1a455af8..5a16dac5e5 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 "5440" ^ + --task "5590" ^ --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 ffd2e7cefe..7f76432f17 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 "5440" \ - --element 3818 \ + --task "5590" \ + --element 3938 \ --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 8e6214c7cb..79258ee7b6 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 "5440" ^ - --element 3818 ^ + --task "5590" ^ + --element 3938 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUser/bash.txt b/docs/en/cli/bitrix24/GetUser/bash.txt index 8e618fc989..c68c1b24b8 100644 --- a/docs/en/cli/bitrix24/GetUser/bash.txt +++ b/docs/en/cli/bitrix24/GetUser/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetUser \ --url "b24-ar17wx.bitrix24.by" \ - --userid 1794 \ + --userid 1854 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUser/bat.txt b/docs/en/cli/bitrix24/GetUser/bat.txt index f2e652de0a..d387d5247e 100644 --- a/docs/en/cli/bitrix24/GetUser/bat.txt +++ b/docs/en/cli/bitrix24/GetUser/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetUser ^ --url "b24-ar17wx.bitrix24.by" ^ - --userid 1794 ^ + --userid 1854 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUserBusy/bash.txt b/docs/en/cli/bitrix24/GetUserBusy/bash.txt index a3d6f6dbee..c77e84b2a3 100644 --- a/docs/en/cli/bitrix24/GetUserBusy/bash.txt +++ b/docs/en/cli/bitrix24/GetUserBusy/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 GetUserBusy \ --url "b24-ar17wx.bitrix24.by" \ --users 1 \ - --from "2025-03-18T11:12:25.5786477" \ - --to "2025-03-25T11:12:25.5786477" \ + --from "2025-04-06T16:19:01.497753" \ + --to "2025-04-13T16:19:01.497753" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUserBusy/bat.txt b/docs/en/cli/bitrix24/GetUserBusy/bat.txt index 8067de24a5..bab2334de1 100644 --- a/docs/en/cli/bitrix24/GetUserBusy/bat.txt +++ b/docs/en/cli/bitrix24/GetUserBusy/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 GetUserBusy ^ --url "b24-ar17wx.bitrix24.by" ^ --users 1 ^ - --from "2025-03-18T11:12:25.5786477" ^ - --to "2025-03-25T11:12:25.5786477" ^ + --from "2025-04-06T16:19:01.497753" ^ + --to "2025-04-13T16:19:01.497753" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUserParticipationStatus/bash.txt b/docs/en/cli/bitrix24/GetUserParticipationStatus/bash.txt index e1bebf4ff0..a4932b6cf5 100644 --- a/docs/en/cli/bitrix24/GetUserParticipationStatus/bash.txt +++ b/docs/en/cli/bitrix24/GetUserParticipationStatus/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 GetUserParticipationStatus \ --url "b24-ar17wx.bitrix24.by" \ - --event 722 \ + --event 842 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUserParticipationStatus/bat.txt b/docs/en/cli/bitrix24/GetUserParticipationStatus/bat.txt index 3fcd379ba2..2f26fbf21f 100644 --- a/docs/en/cli/bitrix24/GetUserParticipationStatus/bat.txt +++ b/docs/en/cli/bitrix24/GetUserParticipationStatus/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 GetUserParticipationStatus ^ --url "b24-ar17wx.bitrix24.by" ^ - --event 722 ^ + --event 842 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/LeaveChat/bash.txt b/docs/en/cli/bitrix24/LeaveChat/bash.txt index 9a4899592d..f79e31cdd9 100644 --- a/docs/en/cli/bitrix24/LeaveChat/bash.txt +++ b/docs/en/cli/bitrix24/LeaveChat/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 LeaveChat \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2184 \ + --chat 2244 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/LeaveChat/bat.txt b/docs/en/cli/bitrix24/LeaveChat/bat.txt index a62bb1c5ea..35cf5fad6e 100644 --- a/docs/en/cli/bitrix24/LeaveChat/bat.txt +++ b/docs/en/cli/bitrix24/LeaveChat/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 LeaveChat ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2184 ^ + --chat 2244 ^ --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 d1aaf0ab25..c0a252f705 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 30280 \ - --folderid 30286 \ + --fileid 31156 \ + --folderid 31162 \ --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 a7892389bf..12f7444518 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 30280 ^ - --folderid 30286 ^ + --fileid 31156 ^ + --folderid 31162 ^ --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 2ac311b072..09a2209159 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 30288 \ - --tagetid 30290 \ + --folderid 31164 \ + --tagetid 31166 \ --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 967176fdba..a73b83e55e 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 30288 ^ - --tagetid 30290 ^ + --folderid 31164 ^ + --tagetid 31166 ^ --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 4d5ac50783..37bec1142d 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 30280 \ + --fileid 31156 \ --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 4c7d3a0a08..41b2200c84 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 30280 ^ + --fileid 31156 ^ --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 b84f54e160..fc999c00bc 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 30286 \ + --folderid 31162 \ --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 df932efdcb..57612f20a9 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 30286 ^ + --folderid 31162 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MarkMessageAsReaded/bash.txt b/docs/en/cli/bitrix24/MarkMessageAsReaded/bash.txt index 4c1a776e67..21be685b45 100644 --- a/docs/en/cli/bitrix24/MarkMessageAsReaded/bash.txt +++ b/docs/en/cli/bitrix24/MarkMessageAsReaded/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 MarkMessageAsReaded \ --url "b24-ar17wx.bitrix24.by" \ --chat 10 \ - --message 4286 \ + --message 16 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MarkMessageAsReaded/bat.txt b/docs/en/cli/bitrix24/MarkMessageAsReaded/bat.txt index 10a2094f33..9bf7e0e36f 100644 --- a/docs/en/cli/bitrix24/MarkMessageAsReaded/bat.txt +++ b/docs/en/cli/bitrix24/MarkMessageAsReaded/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 MarkMessageAsReaded ^ --url "b24-ar17wx.bitrix24.by" ^ --chat 10 ^ - --message 4286 ^ + --message 16 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bash.txt b/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bash.txt index 396869dd5f..274b8ed68a 100644 --- a/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bash.txt +++ b/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 MarkMessageAsUnreaded \ --url "b24-ar17wx.bitrix24.by" \ --chat 10 \ - --message 4286 \ + --message 16 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bat.txt b/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bat.txt index 91f409ac3c..bd0dc918e4 100644 --- a/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bat.txt +++ b/docs/en/cli/bitrix24/MarkMessageAsUnreaded/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 MarkMessageAsUnreaded ^ --url "b24-ar17wx.bitrix24.by" ^ --chat 10 ^ - --message 4286 ^ + --message 16 ^ --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 ccf1be08f5..812533fb46 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 30280 \ - --folderid 30290 \ + --fileid 31156 \ + --folderid 31166 \ --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 2642791e0e..b8470f1b63 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 30280 ^ - --folderid 30290 ^ + --fileid 31156 ^ + --folderid 31166 ^ --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 dd64a4e0df..354e250a0d 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 30288 \ - --tagetid 30284 \ + --folderid 31164 \ + --tagetid 31160 \ --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 ec076b0d97..2744598b1c 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 30288 ^ - --tagetid 30284 ^ + --folderid 31164 ^ + --tagetid 31160 ^ --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 f2a20ff091..90e0c2bf6f 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 "5444" \ - --stage 2034 \ + --task "5594" \ + --stage 2094 \ --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 a5c80f9cfd..fc16ac6754 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 "5444" ^ - --stage 2034 ^ + --task "5594" ^ + --stage 2094 ^ --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 187c0d6cdc..008bb165e8 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 "5440" \ + --task "5590" \ --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 a2fef0edb8..e9635b7806 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 "5440" ^ + --task "5590" ^ --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 339bd49dcb..45023028b0 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 "5440" \ + --task "5590" \ --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 2a42da343f..bf0ac0f8e3 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 "5440" ^ + --task "5590" ^ --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 cd9e7e3b92..ed2c520c68 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 "5440" \ + --task "5590" \ --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 70f8994134..c60c243267 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 "5440" ^ + --task "5590" ^ --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 2f5affb3a9..c1540aaf71 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 30280 \ + --fileid 31156 \ --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 e2796380dc..50e838e17f 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 30280 ^ + --fileid 31156 ^ --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 f68660cc45..a5560a4b67 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 30286 \ + --folderid 31162 \ --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 2be903f1de..e9f9d558e6 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 30286 ^ + --folderid 31162 ^ --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 1c884557b6..ec69dd8b8c 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 "5440" \ + --task "5590" \ --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 65bef24851..937f3fc186 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 "5440" ^ + --task "5590" ^ --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 a9c18f6be8..a281b67d8e 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 "5440" \ - --element 3818 \ + --task "5590" \ + --element 3938 \ --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 9eda838429..efae8db15d 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 "5440" ^ - --element 3818 ^ + --task "5590" ^ + --element 3938 ^ --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 8fd05446a1..9452385b22 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 30280 \ + --fileid 31156 \ --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 9e44888ab3..1b1b65ae5f 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 30280 ^ + --fileid 31156 ^ --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 9d31983bd9..30312e43db 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 30286 \ + --folderid 31162 \ --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 33c2ca4242..b460bf96c2 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 30286 ^ + --folderid 31162 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/SendFile/bash.txt b/docs/en/cli/bitrix24/SendFile/bash.txt index eaa9dbde53..7b4c083bb0 100644 --- a/docs/en/cli/bitrix24/SendFile/bash.txt +++ b/docs/en/cli/bitrix24/SendFile/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 SendFile \ --url "b24-ar17wx.bitrix24.by" \ - --chat 2184 \ - --fileid 30318 \ + --chat 2244 \ + --fileid 31194 \ --description "Very important file" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/SendFile/bat.txt b/docs/en/cli/bitrix24/SendFile/bat.txt index c746c2eef8..80ca90aefc 100644 --- a/docs/en/cli/bitrix24/SendFile/bat.txt +++ b/docs/en/cli/bitrix24/SendFile/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 SendFile ^ --url "b24-ar17wx.bitrix24.by" ^ - --chat 2184 ^ - --fileid 30318 ^ + --chat 2244 ^ + --fileid 31194 ^ --description "Very important file" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/SetMessageReaction/bash.txt b/docs/en/cli/bitrix24/SetMessageReaction/bash.txt index e6e52c7ce7..0db6e862e7 100644 --- a/docs/en/cli/bitrix24/SetMessageReaction/bash.txt +++ b/docs/en/cli/bitrix24/SetMessageReaction/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 SetMessageReaction \ --url "b24-ar17wx.bitrix24.by" \ - --message 40922 \ + --message 42246 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/SetMessageReaction/bat.txt b/docs/en/cli/bitrix24/SetMessageReaction/bat.txt index f1ae8e788f..a489953363 100644 --- a/docs/en/cli/bitrix24/SetMessageReaction/bat.txt +++ b/docs/en/cli/bitrix24/SetMessageReaction/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 SetMessageReaction ^ --url "b24-ar17wx.bitrix24.by" ^ - --message 40922 ^ + --message 42246 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/SetUserParticipationStatus/bash.txt b/docs/en/cli/bitrix24/SetUserParticipationStatus/bash.txt index 78d73ac63e..e21cc40d3b 100644 --- a/docs/en/cli/bitrix24/SetUserParticipationStatus/bash.txt +++ b/docs/en/cli/bitrix24/SetUserParticipationStatus/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 SetUserParticipationStatus \ --url "b24-ar17wx.bitrix24.by" \ - --event 722 \ + --event 842 \ --status "Y" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/SetUserParticipationStatus/bat.txt b/docs/en/cli/bitrix24/SetUserParticipationStatus/bat.txt index ddc6aaaae5..307650389d 100644 --- a/docs/en/cli/bitrix24/SetUserParticipationStatus/bat.txt +++ b/docs/en/cli/bitrix24/SetUserParticipationStatus/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 SetUserParticipationStatus ^ --url "b24-ar17wx.bitrix24.by" ^ - --event 722 ^ + --event 842 ^ --status "Y" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/StartTask/bash.txt b/docs/en/cli/bitrix24/StartTask/bash.txt index 58e832c7e1..5eecc2c22e 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 "5440" \ + --task "5590" \ --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 1aae700e9e..6120e0ed25 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 "5440" ^ + --task "5590" ^ --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 ff9f046001..0f67deeaa8 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-03-18T10:06:47.9141007" \ + --time "2025-04-06T15:13:34.9590304" \ --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 ffff24c6b7..14cfb4c27f 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-03-18T10:06:47.9141007" ^ + --time "2025-04-06T15:13:34.9590304" ^ --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 aad6523707..9654465275 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 "5440" \ + --task "5590" \ --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 a5fc700ff1..3af4b822c8 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 "5440" ^ + --task "5590" ^ --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 a48572c80f..5000e0b45e 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-03-18T11:06:57.2318789" \ + --time "2025-04-06T16:13:43.764067" \ --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 d270e913a7..effc846bd6 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-03-18T11:06:57.2318789" ^ + --time "2025-04-06T16:13:43.764067" ^ --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 d95f563892..f864c0e751 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 "5440" \ + --task "5590" \ --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 7c02291659..8589fff4b4 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 "5440" ^ + --task "5590" ^ --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 232720df99..559d6198c9 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 "5440" \ + --task "5590" \ --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 cf6d39e953..12287d63f9 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 "5440" ^ + --task "5590" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateCalendar/bash.txt b/docs/en/cli/bitrix24/UpdateCalendar/bash.txt index 74254dc08f..5da033dfb3 100644 --- a/docs/en/cli/bitrix24/UpdateCalendar/bash.txt +++ b/docs/en/cli/bitrix24/UpdateCalendar/bash.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateCalendar \ --url "b24-ar17wx.bitrix24.by" \ - --calendar 480 \ + --calendar 540 \ --fields "{'type':'user','ownerId':1,'name':'New calendar name','description':'This calendar has been changed'}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateCalendar/bat.txt b/docs/en/cli/bitrix24/UpdateCalendar/bat.txt index 54ab056024..1c7f5254cf 100644 --- a/docs/en/cli/bitrix24/UpdateCalendar/bat.txt +++ b/docs/en/cli/bitrix24/UpdateCalendar/bat.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateCalendar ^ --url "b24-ar17wx.bitrix24.by" ^ - --calendar 480 ^ + --calendar 540 ^ --fields "{'type':'user','ownerId':1,'name':'New calendar name','description':'This calendar has been changed'}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateCalendarEvent/bash.txt b/docs/en/cli/bitrix24/UpdateCalendarEvent/bash.txt index bf90399d02..5c0d44b41d 100644 --- a/docs/en/cli/bitrix24/UpdateCalendarEvent/bash.txt +++ b/docs/en/cli/bitrix24/UpdateCalendarEvent/bash.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateCalendarEvent \ --url "b24-ar17wx.bitrix24.by" \ - --event 722 \ + --event 842 \ --fields "{'ownerId':1,'type':'user','name':'Modified event','description':'New event description','importance':'low','private_event':'Y'}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateCalendarEvent/bat.txt b/docs/en/cli/bitrix24/UpdateCalendarEvent/bat.txt index 2169c97962..30dd31f653 100644 --- a/docs/en/cli/bitrix24/UpdateCalendarEvent/bat.txt +++ b/docs/en/cli/bitrix24/UpdateCalendarEvent/bat.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateCalendarEvent ^ --url "b24-ar17wx.bitrix24.by" ^ - --event 722 ^ + --event 842 ^ --fields "{'ownerId':1,'type':'user','name':'Modified event','description':'New event description','importance':'low','private_event':'Y'}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateDeal/bash.txt b/docs/en/cli/bitrix24/UpdateDeal/bash.txt index 5e7b2c7af3..556bb4c168 100644 --- a/docs/en/cli/bitrix24/UpdateDeal/bash.txt +++ b/docs/en/cli/bitrix24/UpdateDeal/bash.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateDeal \ --url "b24-ar17wx.bitrix24.by" \ - --deal 3144 \ + --deal 3264 \ --fields "{'TITLE':'Future deal in RUB','CURRENCY_ID':'RUB','OPPORTUNITY':50000,'BEGINDATE':'2025-01-01'}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateDeal/bat.txt b/docs/en/cli/bitrix24/UpdateDeal/bat.txt index f2fbda8bf4..9eb35c6d96 100644 --- a/docs/en/cli/bitrix24/UpdateDeal/bat.txt +++ b/docs/en/cli/bitrix24/UpdateDeal/bat.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateDeal ^ --url "b24-ar17wx.bitrix24.by" ^ - --deal 3144 ^ + --deal 3264 ^ --fields "{'TITLE':'Future deal in RUB','CURRENCY_ID':'RUB','OPPORTUNITY':50000,'BEGINDATE':'2025-01-01'}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateDepartment/bash.txt b/docs/en/cli/bitrix24/UpdateDepartment/bash.txt index 1335ee255c..e0cd1d02c3 100644 --- a/docs/en/cli/bitrix24/UpdateDepartment/bash.txt +++ b/docs/en/cli/bitrix24/UpdateDepartment/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 UpdateDepartment \ --url "b24-ar17wx.bitrix24.by" \ - --depid 1786 \ + --depid 1846 \ --title "New department" \ --parentid 1 \ --headid 10 \ diff --git a/docs/en/cli/bitrix24/UpdateDepartment/bat.txt b/docs/en/cli/bitrix24/UpdateDepartment/bat.txt index f6b17a062e..b5d03e45a4 100644 --- a/docs/en/cli/bitrix24/UpdateDepartment/bat.txt +++ b/docs/en/cli/bitrix24/UpdateDepartment/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 UpdateDepartment ^ --url "b24-ar17wx.bitrix24.by" ^ - --depid 1786 ^ + --depid 1846 ^ --title "New department" ^ --parentid 1 ^ --headid 10 ^ diff --git a/docs/en/cli/bitrix24/UpdateKanbansStage/bash.txt b/docs/en/cli/bitrix24/UpdateKanbansStage/bash.txt index 11b711dadc..c3c733463d 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 2034 \ + --stage 2094 \ --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 8e1a924401..53c15ffad5 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 2034 ^ + --stage 2094 ^ --color "000000" ^ --prevstage 6 ^ --admin true ^ diff --git a/docs/en/cli/bitrix24/UpdateLead/bash.txt b/docs/en/cli/bitrix24/UpdateLead/bash.txt index 644f822f87..57a72208cf 100644 --- a/docs/en/cli/bitrix24/UpdateLead/bash.txt +++ b/docs/en/cli/bitrix24/UpdateLead/bash.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateLead \ --url "b24-ar17wx.bitrix24.by" \ - --lead 1580 \ + --lead 1640 \ --fields "{'ADDRESS':'Lermontov st., b. 20','ADDRESS_COUNTRY':'Belarus','TITLE':'SuperClient','NAME':'Evgeniy','LAST_NAME':'Evgeniev'}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateLead/bat.txt b/docs/en/cli/bitrix24/UpdateLead/bat.txt index 20a7323cee..98d5bdc914 100644 --- a/docs/en/cli/bitrix24/UpdateLead/bat.txt +++ b/docs/en/cli/bitrix24/UpdateLead/bat.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateLead ^ --url "b24-ar17wx.bitrix24.by" ^ - --lead 1580 ^ + --lead 1640 ^ --fields "{'ADDRESS':'Lermontov st., b. 20','ADDRESS_COUNTRY':'Belarus','TITLE':'SuperClient','NAME':'Evgeniy','LAST_NAME':'Evgeniev'}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdatePost/bash.txt b/docs/en/cli/bitrix24/UpdatePost/bash.txt index 6aa6ad8552..6eceb688b8 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 2132 \ + --postid 2192 \ --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 72832014dc..6d2a6389b8 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 2132 ^ + --postid 2192 ^ --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 e4b981ea10..e55e80bd7e 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 "5440" \ + --task "5590" \ --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 3d31986d14..858ac82c7a 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 "5440" ^ + --task "5590" ^ --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 5d2307a344..d753b6a0fc 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 "5442" \ - --comment 12722 \ + --task "5592" \ + --comment 13052 \ --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 ec27134fb8..1144360a0d 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 "5442" ^ - --comment 12722 ^ + --task "5592" ^ + --comment 13052 ^ --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 a30fe2b5b9..a12d1f935d 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 "5446" \ - --record 2020 \ + --task "5596" \ + --record 2080 \ --amount 4800 \ --text "New time record" \ - --date "2025-02-18T11:06:41.5995085" \ + --date "2025-03-06T16:13:28.8644782" \ --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 5ce13842cf..733045eab9 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 "5446" ^ - --record 2020 ^ + --task "5596" ^ + --record 2080 ^ --amount 4800 ^ --text "New time record" ^ - --date "2025-02-18T11:06:41.5995085" ^ + --date "2025-03-06T16:13:28.8644782" ^ --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 9df6faf8e4..b22eeb1713 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 "5440" \ - --element 3818 \ + --task "5590" \ + --element 3938 \ --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 356083cb92..8b9dcae317 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 "5440" ^ - --element 3818 ^ + --task "5590" ^ + --element 3938 ^ --text "New elements text" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateUser/bash.txt b/docs/en/cli/bitrix24/UpdateUser/bash.txt index b9d90e2e51..109be08afc 100644 --- a/docs/en/cli/bitrix24/UpdateUser/bash.txt +++ b/docs/en/cli/bitrix24/UpdateUser/bash.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateUser \ --url "b24-ar17wx.bitrix24.by" \ - --userid 1794 \ - --fields "{'EMAIL':'2dbbc8c8-a3d0-43f8-95ca-8e80184bcc90@exepmple.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':7}" \ + --userid 1854 \ + --fields "{'EMAIL':'7f78516a-626f-49bb-99e7-fe927d4439b7@exepmple.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':7}" \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UpdateUser/bat.txt b/docs/en/cli/bitrix24/UpdateUser/bat.txt index 900b73bc0d..0da5f6a3aa 100644 --- a/docs/en/cli/bitrix24/UpdateUser/bat.txt +++ b/docs/en/cli/bitrix24/UpdateUser/bat.txt @@ -2,6 +2,6 @@ oint bitrix24 UpdateUser ^ --url "b24-ar17wx.bitrix24.by" ^ - --userid 1794 ^ - --fields "{'EMAIL':'2dbbc8c8-a3d0-43f8-95ca-8e80184bcc90@exepmple.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':7}" ^ + --userid 1854 ^ + --fields "{'EMAIL':'7f78516a-626f-49bb-99e7-fe927d4439b7@exepmple.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':7}" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt b/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt index 78adee3ffc..e4d6f36d93 100644 --- a/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt +++ b/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt @@ -2,4 +2,4 @@ oint bitrix24 UploadFileToFolder \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ --title "Imortant doc.docx" \ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \ - --folderid 30312 \ No newline at end of file + --folderid 31188 \ 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 32531ab468..5a81f8bd58 100644 --- a/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt +++ b/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt @@ -2,4 +2,4 @@ oint bitrix24 UploadFileToFolder ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ --title "Imortant doc.docx" ^ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" ^ - --folderid 30312 \ No newline at end of file + --folderid 31188 \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateBarcode/bash.txt b/docs/en/cli/cdek/CreateBarcode/bash.txt index 758149c178..4939e6a183 100644 --- a/docs/en/cli/cdek/CreateBarcode/bash.txt +++ b/docs/en/cli/cdek/CreateBarcode/bash.txt @@ -1,6 +1,6 @@ oint cdek CreateBarcode \ --token "***" \ - --uuids "c8e5898e-12c0-40e7-a431-896679f077c0" \ + --uuids "9c2cee63-75de-4747-a962-de69a9966a9b" \ --count 1 \ --format "A5" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateBarcode/bat.txt b/docs/en/cli/cdek/CreateBarcode/bat.txt index 9c455fcc0d..5454e18e74 100644 --- a/docs/en/cli/cdek/CreateBarcode/bat.txt +++ b/docs/en/cli/cdek/CreateBarcode/bat.txt @@ -1,6 +1,6 @@ oint cdek CreateBarcode ^ --token "***" ^ - --uuids "c8e5898e-12c0-40e7-a431-896679f077c0" ^ + --uuids "9c2cee63-75de-4747-a962-de69a9966a9b" ^ --count 1 ^ --format "A5" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateCourierInvitation/bash.txt b/docs/en/cli/cdek/CreateCourierInvitation/bash.txt index 5b710b6ee7..8faa3ba0d2 100644 --- a/docs/en/cli/cdek/CreateCourierInvitation/bash.txt +++ b/docs/en/cli/cdek/CreateCourierInvitation/bash.txt @@ -2,5 +2,5 @@ oint cdek CreateCourierInvitation \ --token "***" \ - --intake "{'intake_date':'2025-03-19','intake_time_from':'10:00','intake_time_to':'17:00','name':'Consolidated cargo','weight':1000,'length':10,'width':10,'height':10,'comment':'Comment to courier','need_call':false,'sender':{'company':'Company','name':'Ivaniv Ivan','phones':[{'number':'+79589441654'}]},'from_location':{'code':'44','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Moscow','sub_region':'Moscow','city':'Moscow','kladr_code':'7700000000000','address':'st. Bluchera, 32'}}" \ + --intake "{'intake_date':'2025-04-07','intake_time_from':'10:00','intake_time_to':'17:00','name':'Consolidated cargo','weight':1000,'length':10,'width':10,'height':10,'comment':'Comment to courier','need_call':false,'sender':{'company':'Company','name':'Ivaniv Ivan','phones':[{'number':'+79589441654'}]},'from_location':{'code':'44','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Moscow','sub_region':'Moscow','city':'Moscow','kladr_code':'7700000000000','address':'st. Bluchera, 32'}}" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateCourierInvitation/bat.txt b/docs/en/cli/cdek/CreateCourierInvitation/bat.txt index 153301be99..e57be583c5 100644 --- a/docs/en/cli/cdek/CreateCourierInvitation/bat.txt +++ b/docs/en/cli/cdek/CreateCourierInvitation/bat.txt @@ -2,5 +2,5 @@ oint cdek CreateCourierInvitation ^ --token "***" ^ - --intake "{'intake_date':'2025-03-19','intake_time_from':'10:00','intake_time_to':'17:00','name':'Consolidated cargo','weight':1000,'length':10,'width':10,'height':10,'comment':'Comment to courier','need_call':false,'sender':{'company':'Company','name':'Ivaniv Ivan','phones':[{'number':'+79589441654'}]},'from_location':{'code':'44','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Moscow','sub_region':'Moscow','city':'Moscow','kladr_code':'7700000000000','address':'st. Bluchera, 32'}}" ^ + --intake "{'intake_date':'2025-04-07','intake_time_from':'10:00','intake_time_to':'17:00','name':'Consolidated cargo','weight':1000,'length':10,'width':10,'height':10,'comment':'Comment to courier','need_call':false,'sender':{'company':'Company','name':'Ivaniv Ivan','phones':[{'number':'+79589441654'}]},'from_location':{'code':'44','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Moscow','sub_region':'Moscow','city':'Moscow','kladr_code':'7700000000000','address':'st. Bluchera, 32'}}" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateCustomerRefund/bash.txt b/docs/en/cli/cdek/CreateCustomerRefund/bash.txt index b0a44cc63c..5dff5fc490 100644 --- a/docs/en/cli/cdek/CreateCustomerRefund/bash.txt +++ b/docs/en/cli/cdek/CreateCustomerRefund/bash.txt @@ -1,5 +1,5 @@ oint cdek CreateCustomerRefund \ --token "***" \ - --uuid "c8e5898e-12c0-40e7-a431-896679f077c0" \ + --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" \ --tariff 139 \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateCustomerRefund/bat.txt b/docs/en/cli/cdek/CreateCustomerRefund/bat.txt index f82380c0bf..effaa3e092 100644 --- a/docs/en/cli/cdek/CreateCustomerRefund/bat.txt +++ b/docs/en/cli/cdek/CreateCustomerRefund/bat.txt @@ -1,5 +1,5 @@ oint cdek CreateCustomerRefund ^ --token "***" ^ - --uuid "c8e5898e-12c0-40e7-a431-896679f077c0" ^ + --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" ^ --tariff 139 ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateOrder/bash.txt b/docs/en/cli/cdek/CreateOrder/bash.txt index f17a7506cd..d5f719878b 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':'499065fc-5687-4640-b538-a4cdec519fb3','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':'0c837706-d79e-4132-9cc4-ad7eab356c83','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 d75c755ab4..626e2566ee 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':'499065fc-5687-4640-b538-a4cdec519fb3','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':'0c837706-d79e-4132-9cc4-ad7eab356c83','comment':'New order','tariff_code':139,'delivery_recipient_cost':{'value':50},'delivery_recipient_cost_adv':{'sum':3000,'threshold':200}}" ^ --ostore true ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreatePrealert/bash.txt b/docs/en/cli/cdek/CreatePrealert/bash.txt index f253c550bf..6df8eac8ef 100644 --- a/docs/en/cli/cdek/CreatePrealert/bash.txt +++ b/docs/en/cli/cdek/CreatePrealert/bash.txt @@ -1,6 +1,6 @@ oint cdek CreatePrealert \ --token "***" \ - --uuids "c8e5898e-12c0-40e7-a431-896679f077c0" \ - --date "2025-03-19T11:19:02.6935838" \ + --uuids "9c2cee63-75de-4747-a962-de69a9966a9b" \ + --date "2025-04-07T16:26:19.3027533" \ --point "NSK27" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreatePrealert/bat.txt b/docs/en/cli/cdek/CreatePrealert/bat.txt index 392073d94c..bb205d3d7b 100644 --- a/docs/en/cli/cdek/CreatePrealert/bat.txt +++ b/docs/en/cli/cdek/CreatePrealert/bat.txt @@ -1,6 +1,6 @@ oint cdek CreatePrealert ^ --token "***" ^ - --uuids "c8e5898e-12c0-40e7-a431-896679f077c0" ^ - --date "2025-03-19T11:19:02.6935838" ^ + --uuids "9c2cee63-75de-4747-a962-de69a9966a9b" ^ + --date "2025-04-07T16:26:19.3027533" ^ --point "NSK27" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateReceipt/bash.txt b/docs/en/cli/cdek/CreateReceipt/bash.txt index 3195e061e3..0c5cf8e57c 100644 --- a/docs/en/cli/cdek/CreateReceipt/bash.txt +++ b/docs/en/cli/cdek/CreateReceipt/bash.txt @@ -1,6 +1,6 @@ oint cdek CreateReceipt \ --token "***" \ - --uuids "c8e5898e-12c0-40e7-a431-896679f077c0" \ + --uuids "9c2cee63-75de-4747-a962-de69a9966a9b" \ --type "tpl_russia" \ --count 1 \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateReceipt/bat.txt b/docs/en/cli/cdek/CreateReceipt/bat.txt index 5feae7c886..f88245c936 100644 --- a/docs/en/cli/cdek/CreateReceipt/bat.txt +++ b/docs/en/cli/cdek/CreateReceipt/bat.txt @@ -1,6 +1,6 @@ oint cdek CreateReceipt ^ --token "***" ^ - --uuids "c8e5898e-12c0-40e7-a431-896679f077c0" ^ + --uuids "9c2cee63-75de-4747-a962-de69a9966a9b" ^ --type "tpl_russia" ^ --count 1 ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateRefusal/bash.txt b/docs/en/cli/cdek/CreateRefusal/bash.txt index 46be9f0181..5e1ddf7e96 100644 --- a/docs/en/cli/cdek/CreateRefusal/bash.txt +++ b/docs/en/cli/cdek/CreateRefusal/bash.txt @@ -1,4 +1,4 @@ oint cdek CreateRefusal \ --token "***" \ - --uuid "c8e5898e-12c0-40e7-a431-896679f077c0" \ + --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/CreateRefusal/bat.txt b/docs/en/cli/cdek/CreateRefusal/bat.txt index 1cfbc36c60..fecf5733b0 100644 --- a/docs/en/cli/cdek/CreateRefusal/bat.txt +++ b/docs/en/cli/cdek/CreateRefusal/bat.txt @@ -1,4 +1,4 @@ oint cdek CreateRefusal ^ --token "***" ^ - --uuid "c8e5898e-12c0-40e7-a431-896679f077c0" ^ + --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt b/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt index 4de19d8b02..b7bf3bbb46 100644 --- a/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt +++ b/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt @@ -1,4 +1,4 @@ oint cdek DeleteCourierInvitation \ --token "***" \ - --uuid "72753031-bb5b-41a6-815a-23e592ee6edb" \ + --uuid "72753031-0d38-4316-b81f-a0d18de51674" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt b/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt index 6d36050ee0..f61b1fb58e 100644 --- a/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt +++ b/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt @@ -1,4 +1,4 @@ oint cdek DeleteCourierInvitation ^ --token "***" ^ - --uuid "72753031-bb5b-41a6-815a-23e592ee6edb" ^ + --uuid "72753031-0d38-4316-b81f-a0d18de51674" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/DeleteOrder/bash.txt b/docs/en/cli/cdek/DeleteOrder/bash.txt index 61428e31d9..2ee23c6bb1 100644 --- a/docs/en/cli/cdek/DeleteOrder/bash.txt +++ b/docs/en/cli/cdek/DeleteOrder/bash.txt @@ -1,4 +1,4 @@ oint cdek DeleteOrder \ --token "***" \ - --uuid "3c424a91-ff8b-47a6-ab81-5b9c5d956c37" \ + --uuid "bd852571-bf06-4d64-88d4-61b922166bc2" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/DeleteOrder/bat.txt b/docs/en/cli/cdek/DeleteOrder/bat.txt index 5bad996639..1bda677726 100644 --- a/docs/en/cli/cdek/DeleteOrder/bat.txt +++ b/docs/en/cli/cdek/DeleteOrder/bat.txt @@ -1,4 +1,4 @@ oint cdek DeleteOrder ^ --token "***" ^ - --uuid "3c424a91-ff8b-47a6-ab81-5b9c5d956c37" ^ + --uuid "bd852571-bf06-4d64-88d4-61b922166bc2" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt index 1234e2cfd1..be761eab3d 100644 --- a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt +++ b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt @@ -1,4 +1,4 @@ oint cdek GetAvailableDeliveryIntervals \ --token "***" \ - --uuid "3c424a91-ff8b-47a6-ab81-5b9c5d956c37" \ + --uuid "bd852571-bf06-4d64-88d4-61b922166bc2" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt index 1917694a4e..6384f8412a 100644 --- a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt +++ b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt @@ -1,4 +1,4 @@ oint cdek GetAvailableDeliveryIntervals ^ --token "***" ^ - --uuid "3c424a91-ff8b-47a6-ab81-5b9c5d956c37" ^ + --uuid "bd852571-bf06-4d64-88d4-61b922166bc2" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetBarcode/bash.txt b/docs/en/cli/cdek/GetBarcode/bash.txt index eb950c7c00..68a90b0d80 100644 --- a/docs/en/cli/cdek/GetBarcode/bash.txt +++ b/docs/en/cli/cdek/GetBarcode/bash.txt @@ -1,6 +1,6 @@ oint cdek GetBarcode \ --token "***" \ - --uuid "72753031-8415-4779-9135-5497c75cb6d0" \ + --uuid "72753031-0d68-4056-84f1-11cd115e7234" \ --getfile true \ --testapi "***" \ - --out "C:\Users\Administrator\AppData\Local\Temp\1iev5selxlz.pdf" \ No newline at end of file + --out "C:\Users\Administrator\AppData\Local\Temp\uwxzjqkwna1.pdf" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetBarcode/bat.txt b/docs/en/cli/cdek/GetBarcode/bat.txt index f4251463b2..b120213edb 100644 --- a/docs/en/cli/cdek/GetBarcode/bat.txt +++ b/docs/en/cli/cdek/GetBarcode/bat.txt @@ -1,6 +1,6 @@ oint cdek GetBarcode ^ --token "***" ^ - --uuid "72753031-8415-4779-9135-5497c75cb6d0" ^ + --uuid "72753031-0d68-4056-84f1-11cd115e7234" ^ --getfile true ^ --testapi "***" ^ - --out "C:\Users\Administrator\AppData\Local\Temp\1iev5selxlz.pdf" \ No newline at end of file + --out "C:\Users\Administrator\AppData\Local\Temp\uwxzjqkwna1.pdf" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetCashboxCheck/bash.txt b/docs/en/cli/cdek/GetCashboxCheck/bash.txt index badc8b8a5a..cc2cac9e9c 100644 --- a/docs/en/cli/cdek/GetCashboxCheck/bash.txt +++ b/docs/en/cli/cdek/GetCashboxCheck/bash.txt @@ -1,4 +1,4 @@ oint cdek GetCashboxCheck \ --token "***" \ - --uuid "c8e5898e-12c0-40e7-a431-896679f077c0" \ + --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetCashboxCheck/bat.txt b/docs/en/cli/cdek/GetCashboxCheck/bat.txt index 09e67999de..35931c727a 100644 --- a/docs/en/cli/cdek/GetCashboxCheck/bat.txt +++ b/docs/en/cli/cdek/GetCashboxCheck/bat.txt @@ -1,4 +1,4 @@ oint cdek GetCashboxCheck ^ --token "***" ^ - --uuid "c8e5898e-12c0-40e7-a431-896679f077c0" ^ + --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetCashboxChecksByDate/bash.txt b/docs/en/cli/cdek/GetCashboxChecksByDate/bash.txt index 0edbdd8470..7f840453ef 100644 --- a/docs/en/cli/cdek/GetCashboxChecksByDate/bash.txt +++ b/docs/en/cli/cdek/GetCashboxChecksByDate/bash.txt @@ -1,4 +1,4 @@ oint cdek GetCashboxChecksByDate \ --token "***" \ - --date "2025-03-18T11:18:12.6590238" \ + --date "2025-04-06T16:25:30.2294656" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetCashboxChecksByDate/bat.txt b/docs/en/cli/cdek/GetCashboxChecksByDate/bat.txt index 305c91436e..c16d2af9c9 100644 --- a/docs/en/cli/cdek/GetCashboxChecksByDate/bat.txt +++ b/docs/en/cli/cdek/GetCashboxChecksByDate/bat.txt @@ -1,4 +1,4 @@ oint cdek GetCashboxChecksByDate ^ --token "***" ^ - --date "2025-03-18T11:18:12.6590238" ^ + --date "2025-04-06T16:25:30.2294656" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetCourierInvitation/bash.txt b/docs/en/cli/cdek/GetCourierInvitation/bash.txt index fc21f80d53..5260b20dc4 100644 --- a/docs/en/cli/cdek/GetCourierInvitation/bash.txt +++ b/docs/en/cli/cdek/GetCourierInvitation/bash.txt @@ -1,4 +1,4 @@ oint cdek GetCourierInvitation \ --token "***" \ - --uuid "72753031-bb5b-41a6-815a-23e592ee6edb" \ + --uuid "72753031-0d38-4316-b81f-a0d18de51674" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetCourierInvitation/bat.txt b/docs/en/cli/cdek/GetCourierInvitation/bat.txt index 1e7c779872..10b9c0a445 100644 --- a/docs/en/cli/cdek/GetCourierInvitation/bat.txt +++ b/docs/en/cli/cdek/GetCourierInvitation/bat.txt @@ -1,4 +1,4 @@ oint cdek GetCourierInvitation ^ --token "***" ^ - --uuid "72753031-bb5b-41a6-815a-23e592ee6edb" ^ + --uuid "72753031-0d38-4316-b81f-a0d18de51674" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt b/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt index be6589069a..52062576f2 100644 --- a/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt +++ b/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt @@ -1,4 +1,4 @@ oint cdek GetDeliveryAppointment \ --token "***" \ - --uuid "72753031-d007-46b7-af5d-67070432ba11" \ + --uuid "72753031-4532-4e94-a49c-8c1db72ede54" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt b/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt index 173ccbc9ea..4786b8871c 100644 --- a/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt +++ b/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt @@ -1,4 +1,4 @@ oint cdek GetDeliveryAppointment ^ --token "***" ^ - --uuid "72753031-d007-46b7-af5d-67070432ba11" ^ + --uuid "72753031-4532-4e94-a49c-8c1db72ede54" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetDeliveryCashRegistry/bash.txt b/docs/en/cli/cdek/GetDeliveryCashRegistry/bash.txt index 187885cac6..59f69aa50b 100644 --- a/docs/en/cli/cdek/GetDeliveryCashRegistry/bash.txt +++ b/docs/en/cli/cdek/GetDeliveryCashRegistry/bash.txt @@ -1,4 +1,4 @@ oint cdek GetDeliveryCashRegistry \ --token "***" \ - --date "2025-03-18T11:18:14.4801707" \ + --date "2025-04-06T16:25:31.8094712" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetDeliveryCashRegistry/bat.txt b/docs/en/cli/cdek/GetDeliveryCashRegistry/bat.txt index 0d44c6914d..76aadc762e 100644 --- a/docs/en/cli/cdek/GetDeliveryCashRegistry/bat.txt +++ b/docs/en/cli/cdek/GetDeliveryCashRegistry/bat.txt @@ -1,4 +1,4 @@ oint cdek GetDeliveryCashRegistry ^ --token "***" ^ - --date "2025-03-18T11:18:14.4801707" ^ + --date "2025-04-06T16:25:31.8094712" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetDeliveryCashTransfers/bash.txt b/docs/en/cli/cdek/GetDeliveryCashTransfers/bash.txt index 53ad16733d..2d2040f2c1 100644 --- a/docs/en/cli/cdek/GetDeliveryCashTransfers/bash.txt +++ b/docs/en/cli/cdek/GetDeliveryCashTransfers/bash.txt @@ -1,4 +1,4 @@ oint cdek GetDeliveryCashTransfers \ --token "***" \ - --date "2025-03-18T11:18:16.1282885" \ + --date "2025-04-06T16:25:33.5503448" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetDeliveryCashTransfers/bat.txt b/docs/en/cli/cdek/GetDeliveryCashTransfers/bat.txt index 875bb63f0c..cb7e18de5b 100644 --- a/docs/en/cli/cdek/GetDeliveryCashTransfers/bat.txt +++ b/docs/en/cli/cdek/GetDeliveryCashTransfers/bat.txt @@ -1,4 +1,4 @@ oint cdek GetDeliveryCashTransfers ^ --token "***" ^ - --date "2025-03-18T11:18:16.1282885" ^ + --date "2025-04-06T16:25:33.5503448" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetOrder/bash.txt b/docs/en/cli/cdek/GetOrder/bash.txt index 14797a71d2..dff3f87ec4 100644 --- a/docs/en/cli/cdek/GetOrder/bash.txt +++ b/docs/en/cli/cdek/GetOrder/bash.txt @@ -1,4 +1,4 @@ oint cdek GetOrder \ --token "***" \ - --uuid "c8e5898e-12c0-40e7-a431-896679f077c0" \ + --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetOrder/bat.txt b/docs/en/cli/cdek/GetOrder/bat.txt index 53aade4539..9ad85fff5b 100644 --- a/docs/en/cli/cdek/GetOrder/bat.txt +++ b/docs/en/cli/cdek/GetOrder/bat.txt @@ -1,4 +1,4 @@ oint cdek GetOrder ^ --token "***" ^ - --uuid "c8e5898e-12c0-40e7-a431-896679f077c0" ^ + --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetOrderByNumber/bash.txt b/docs/en/cli/cdek/GetOrderByNumber/bash.txt index e0243944de..025137b6d1 100644 --- a/docs/en/cli/cdek/GetOrderByNumber/bash.txt +++ b/docs/en/cli/cdek/GetOrderByNumber/bash.txt @@ -1,5 +1,5 @@ oint cdek GetOrderByNumber \ --token "***" \ - --number "3e0f630b-51d1-4af4-9e72-c07341e0a0dd" \ + --number "713153a1-212d-4a83-aadd-7567ab5f2935" \ --internal true \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetOrderByNumber/bat.txt b/docs/en/cli/cdek/GetOrderByNumber/bat.txt index edfb5dac14..037b8837e3 100644 --- a/docs/en/cli/cdek/GetOrderByNumber/bat.txt +++ b/docs/en/cli/cdek/GetOrderByNumber/bat.txt @@ -1,5 +1,5 @@ oint cdek GetOrderByNumber ^ --token "***" ^ - --number "3e0f630b-51d1-4af4-9e72-c07341e0a0dd" ^ + --number "713153a1-212d-4a83-aadd-7567ab5f2935" ^ --internal true ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetPassportDataStatus/bash.txt b/docs/en/cli/cdek/GetPassportDataStatus/bash.txt index 1473c31037..520bba5221 100644 --- a/docs/en/cli/cdek/GetPassportDataStatus/bash.txt +++ b/docs/en/cli/cdek/GetPassportDataStatus/bash.txt @@ -1,4 +1,4 @@ oint cdek GetPassportDataStatus \ --token "***" \ - --uuid "c8e5898e-12c0-40e7-a431-896679f077c0" \ + --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetPassportDataStatus/bat.txt b/docs/en/cli/cdek/GetPassportDataStatus/bat.txt index cf9ade69fd..e03e77d50b 100644 --- a/docs/en/cli/cdek/GetPassportDataStatus/bat.txt +++ b/docs/en/cli/cdek/GetPassportDataStatus/bat.txt @@ -1,4 +1,4 @@ oint cdek GetPassportDataStatus ^ --token "***" ^ - --uuid "c8e5898e-12c0-40e7-a431-896679f077c0" ^ + --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetPrealert/bash.txt b/docs/en/cli/cdek/GetPrealert/bash.txt index 80d67f18d4..808051838b 100644 --- a/docs/en/cli/cdek/GetPrealert/bash.txt +++ b/docs/en/cli/cdek/GetPrealert/bash.txt @@ -1,4 +1,4 @@ oint cdek GetPrealert \ --token "***" \ - --uuid "72753031-4e7b-4aab-a09f-a29c05831ac6" \ + --uuid "72753031-2cee-40ae-ac9c-9ace663f2c79" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetPrealert/bat.txt b/docs/en/cli/cdek/GetPrealert/bat.txt index c627248356..07aa83b21f 100644 --- a/docs/en/cli/cdek/GetPrealert/bat.txt +++ b/docs/en/cli/cdek/GetPrealert/bat.txt @@ -1,4 +1,4 @@ oint cdek GetPrealert ^ --token "***" ^ - --uuid "72753031-4e7b-4aab-a09f-a29c05831ac6" ^ + --uuid "72753031-2cee-40ae-ac9c-9ace663f2c79" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetReceipt/bash.txt b/docs/en/cli/cdek/GetReceipt/bash.txt index c4076cabcc..bcbbf132ed 100644 --- a/docs/en/cli/cdek/GetReceipt/bash.txt +++ b/docs/en/cli/cdek/GetReceipt/bash.txt @@ -1,6 +1,6 @@ oint cdek GetReceipt \ --token "***" \ - --uuid "72753031-a396-4a85-bc6b-7c72eb78642d" \ + --uuid "72753031-fbac-42fc-a12f-fe8afc3706e1" \ --getfile true \ --testapi "***" \ - --out "C:\Users\Administrator\AppData\Local\Temp\a2qzll44wuy.pdf" \ No newline at end of file + --out "C:\Users\Administrator\AppData\Local\Temp\dustjuhpmgb.pdf" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetReceipt/bat.txt b/docs/en/cli/cdek/GetReceipt/bat.txt index dc384e1bb3..9c4cb82e59 100644 --- a/docs/en/cli/cdek/GetReceipt/bat.txt +++ b/docs/en/cli/cdek/GetReceipt/bat.txt @@ -1,6 +1,6 @@ oint cdek GetReceipt ^ --token "***" ^ - --uuid "72753031-a396-4a85-bc6b-7c72eb78642d" ^ + --uuid "72753031-fbac-42fc-a12f-fe8afc3706e1" ^ --getfile true ^ --testapi "***" ^ - --out "C:\Users\Administrator\AppData\Local\Temp\a2qzll44wuy.pdf" \ No newline at end of file + --out "C:\Users\Administrator\AppData\Local\Temp\dustjuhpmgb.pdf" \ No newline at end of file diff --git a/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt b/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt index fa49644bf4..9f0fd312ff 100644 --- a/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt +++ b/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt @@ -2,5 +2,5 @@ oint cdek RegisterDeliveryAppointment \ --token "***" \ - --appt "{'cdek_number':'1106207236','order_uuid':'3c424a91-ff8b-47a6-ab81-5b9c5d956c37','date':'2025-04-01','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" \ + --appt "{'cdek_number':'1106207236','order_uuid':'bd852571-bf06-4d64-88d4-61b922166bc2','date':'2025-04-21','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt b/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt index f6d94ac477..d2ba1be0d7 100644 --- a/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt +++ b/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt @@ -2,5 +2,5 @@ oint cdek RegisterDeliveryAppointment ^ --token "***" ^ - --appt "{'cdek_number':'1106207236','order_uuid':'3c424a91-ff8b-47a6-ab81-5b9c5d956c37','date':'2025-04-01','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" ^ + --appt "{'cdek_number':'1106207236','order_uuid':'bd852571-bf06-4d64-88d4-61b922166bc2','date':'2025-04-21','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':37.6204,'latitude':55.754,'country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/UpdateOrder/bash.txt b/docs/en/cli/cdek/UpdateOrder/bash.txt index 17b3236364..140088cb4d 100644 --- a/docs/en/cli/cdek/UpdateOrder/bash.txt +++ b/docs/en/cli/cdek/UpdateOrder/bash.txt @@ -2,6 +2,6 @@ oint cdek UpdateOrder \ --token "***" \ - --uuid "c8e5898e-12c0-40e7-a431-896679f077c0" \ + --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" \ --order "{'comment':'NewComment'}" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/UpdateOrder/bat.txt b/docs/en/cli/cdek/UpdateOrder/bat.txt index b825b8aaba..e3267c6b89 100644 --- a/docs/en/cli/cdek/UpdateOrder/bat.txt +++ b/docs/en/cli/cdek/UpdateOrder/bat.txt @@ -2,6 +2,6 @@ oint cdek UpdateOrder ^ --token "***" ^ - --uuid "c8e5898e-12c0-40e7-a431-896679f077c0" ^ + --uuid "9c2cee63-75de-4747-a962-de69a9966a9b" ^ --order "{'comment':'NewComment'}" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/dropbox/AddUsersToFolder/bash.txt b/docs/en/cli/dropbox/AddUsersToFolder/bash.txt index 430873fad8..85223f92fe 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 "11940529475" \ + --folder "12121769731" \ --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 13d95af790..b2a39facc6 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 "11940529475" ^ + --folder "12121769731" ^ --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 860d8f6b7a..b151c8bc3e 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 "11940529475" \ No newline at end of file + --folder "12121769731" \ 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 376054c4f0..67aa3849cc 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 "11940529475" \ No newline at end of file + --folder "12121769731" \ 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 b85de102e0..57ffe54d61 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:AACkFpv1Fh9atnWPPzCGnmX39hdunBaRIYi3s60kaY0N6sOwDMQj69uixFG6nJOoIVuVdyZ4a10zfNGWTb1nS5Wh" \ No newline at end of file + --job "dbjid:AADdBBMqvFaoukjF8YwVpLJ1MT5dD6-KxKzHBtTQEzT0XQopuIoUm9UtwqttdiAIy79hp-QswCHCB0TtnUMDO9qV" \ 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 53702f666d..f3fd57e7bc 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:AACkFpv1Fh9atnWPPzCGnmX39hdunBaRIYi3s60kaY0N6sOwDMQj69uixFG6nJOoIVuVdyZ4a10zfNGWTb1nS5Wh" \ No newline at end of file + --job "dbjid:AADdBBMqvFaoukjF8YwVpLJ1MT5dD6-KxKzHBtTQEzT0XQopuIoUm9UtwqttdiAIy79hp-QswCHCB0TtnUMDO9qV" \ 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 23fd7c46bc..2034faeae5 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 "zCPnM1CuJyMAAAAAAAAAAQ" \ No newline at end of file + --job "r4HvovOzgYQAAAAAAAAAAQ" \ 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 b11e1b3bcc..3e040d4801 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 "zCPnM1CuJyMAAAAAAAAAAQ" \ No newline at end of file + --job "r4HvovOzgYQAAAAAAAAAAQ" \ 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 99893c91e9..3a0a87567c 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 "630993b0e947dbd841553" \ No newline at end of file + --rev "6321bc071f5d7bd841553" \ 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 5354bb6274..91d1a7c6c7 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 "630993b0e947dbd841553" \ No newline at end of file + --rev "6321bc071f5d7bd841553" \ 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 72b98fe7ff..53068c420b 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\js41lldwepp.png" \ + --file "C:\Users\Administrator\AppData\Local\Temp\qv5owopt5sm.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 569e6f2d10..98c08c31b5 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\js41lldwepp.png" ^ + --file "C:\Users\Administrator\AppData\Local\Temp\qv5owopt5sm.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 ca3674cd11..898fda666f 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 "d919fd1a57fdb3da0c0a74402ee4d6b733dea855ad28435cbe5012ebcaffe20a@group.calendar.google.com" \ No newline at end of file + --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@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 a3ebbc60ca..1dcb66b65e 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 "d919fd1a57fdb3da0c0a74402ee4d6b733dea855ad28435cbe5012ebcaffe20a@group.calendar.google.com" \ No newline at end of file + --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@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 e620236626..46b9a5292b 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 "ce79e9b0c53ecffd49dc84b334cc0a1589e278f90329252e64de345cc916ccd2@group.calendar.google.com" \ - --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-03-18T10:48:24.2527833Z','EndDate':'2025-03-18T11:48:24.2527833Z','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 "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" \ + --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-04-06T15:56:39.049547Z','EndDate':'2025-04-06T16:56:39.049547Z','ArrayOfAttachmentURLs':{'Image1':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','Image2':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'},'SendNotifications':true}" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/CreateEvent/bat.txt b/docs/en/cli/gcalendar/CreateEvent/bat.txt index c304920d3d..aa2b9ea6ba 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 "ce79e9b0c53ecffd49dc84b334cc0a1589e278f90329252e64de345cc916ccd2@group.calendar.google.com" ^ - --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-03-18T10:48:24.2527833Z','EndDate':'2025-03-18T11:48:24.2527833Z','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 "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" ^ + --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-04-06T15:56:39.049547Z','EndDate':'2025-04-06T16:56:39.049547Z','ArrayOfAttachmentURLs':{'Image1':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','Image2':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'},'SendNotifications':true}" \ No newline at end of file diff --git a/docs/en/cli/gcalendar/DeleteCalendar/bash.txt b/docs/en/cli/gcalendar/DeleteCalendar/bash.txt index d4d3a45d9b..619bd557f8 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 "ce79e9b0c53ecffd49dc84b334cc0a1589e278f90329252e64de345cc916ccd2@group.calendar.google.com" \ No newline at end of file + --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@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 58cd9449b2..4f38b0b145 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 "ce79e9b0c53ecffd49dc84b334cc0a1589e278f90329252e64de345cc916ccd2@group.calendar.google.com" \ No newline at end of file + --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@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 9bd31c5c0f..430dc4438c 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 "d919fd1a57fdb3da0c0a74402ee4d6b733dea855ad28435cbe5012ebcaffe20a@group.calendar.google.com" \ No newline at end of file + --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@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 913a42f29c..5fbad73994 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 "d919fd1a57fdb3da0c0a74402ee4d6b733dea855ad28435cbe5012ebcaffe20a@group.calendar.google.com" \ No newline at end of file + --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@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 665cc0dbf2..ae052d0e21 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 "ce79e9b0c53ecffd49dc84b334cc0a1589e278f90329252e64de345cc916ccd2@group.calendar.google.com" \ - --event "ina8ajfp1cmg9c5a1mfppfens4" \ No newline at end of file + --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" \ + --event "g9i3e9baijrbirj5ue7ah4d0kg" \ 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 065abd4ac0..ffe3bd91b5 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 "ce79e9b0c53ecffd49dc84b334cc0a1589e278f90329252e64de345cc916ccd2@group.calendar.google.com" ^ - --event "ina8ajfp1cmg9c5a1mfppfens4" \ No newline at end of file + --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" ^ + --event "g9i3e9baijrbirj5ue7ah4d0kg" \ 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 aab0bfb742..22da22717e 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 "d919fd1a57fdb3da0c0a74402ee4d6b733dea855ad28435cbe5012ebcaffe20a@group.calendar.google.com" \ + --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@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 20fb94079f..be34a0a3bc 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 "d919fd1a57fdb3da0c0a74402ee4d6b733dea855ad28435cbe5012ebcaffe20a@group.calendar.google.com" ^ + --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@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 3b433a7f51..7f5b57c897 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 "ce79e9b0c53ecffd49dc84b334cc0a1589e278f90329252e64de345cc916ccd2@group.calendar.google.com" \ + --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" \ --props "{'Description':'New event description'}" \ - --event "ina8ajfp1cmg9c5a1mfppfens4" \ No newline at end of file + --event "g9i3e9baijrbirj5ue7ah4d0kg" \ 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 672bf6be12..46fc0a5137 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 "ce79e9b0c53ecffd49dc84b334cc0a1589e278f90329252e64de345cc916ccd2@group.calendar.google.com" ^ + --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" ^ --props "{'Description':'New event description'}" ^ - --event "ina8ajfp1cmg9c5a1mfppfens4" \ No newline at end of file + --event "g9i3e9baijrbirj5ue7ah4d0kg" \ 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 d543893088..b3598e1c7b 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 "d919fd1a57fdb3da0c0a74402ee4d6b733dea855ad28435cbe5012ebcaffe20a@group.calendar.google.com" \ + --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@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 bf87f5878d..3fd56d6527 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 "d919fd1a57fdb3da0c0a74402ee4d6b733dea855ad28435cbe5012ebcaffe20a@group.calendar.google.com" ^ + --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@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 f0bb0773a1..a15ea9c82e 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 "d919fd1a57fdb3da0c0a74402ee4d6b733dea855ad28435cbe5012ebcaffe20a@group.calendar.google.com" \ No newline at end of file + --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@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 0cf8a11da2..56d994bd5f 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 "d919fd1a57fdb3da0c0a74402ee4d6b733dea855ad28435cbe5012ebcaffe20a@group.calendar.google.com" \ No newline at end of file + --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@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 985c5168ab..ff15910741 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 "ce79e9b0c53ecffd49dc84b334cc0a1589e278f90329252e64de345cc916ccd2@group.calendar.google.com" \ - --event "ina8ajfp1cmg9c5a1mfppfens4" \ No newline at end of file + --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" \ + --event "g9i3e9baijrbirj5ue7ah4d0kg" \ 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 0f4f96623c..d4f925f38e 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 "ce79e9b0c53ecffd49dc84b334cc0a1589e278f90329252e64de345cc916ccd2@group.calendar.google.com" ^ - --event "ina8ajfp1cmg9c5a1mfppfens4" \ No newline at end of file + --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" ^ + --event "g9i3e9baijrbirj5ue7ah4d0kg" \ 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 7ae2616b39..98af0b6261 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 "ce79e9b0c53ecffd49dc84b334cc0a1589e278f90329252e64de345cc916ccd2@group.calendar.google.com" \ No newline at end of file + --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@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 e19eba4a6a..91a4e9f655 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 "ce79e9b0c53ecffd49dc84b334cc0a1589e278f90329252e64de345cc916ccd2@group.calendar.google.com" \ No newline at end of file + --calendar "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@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 96cc3aa0d7..c4d83224da 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 "d919fd1a57fdb3da0c0a74402ee4d6b733dea855ad28435cbe5012ebcaffe20a@group.calendar.google.com" \ No newline at end of file + --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@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 3ee84547b4..0cbefbae8f 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 "d919fd1a57fdb3da0c0a74402ee4d6b733dea855ad28435cbe5012ebcaffe20a@group.calendar.google.com" \ No newline at end of file + --calendar "797be04a0517d2448fb8442dac44bb76c63267eeab4f6ab461c7adc78f5ddab5@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 e45d01e7cf..fd232242b8 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 "ce79e9b0c53ecffd49dc84b334cc0a1589e278f90329252e64de345cc916ccd2@group.calendar.google.com" \ + --from "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" \ --to "bayselonarrend@gmail.com" \ - --event "ina8ajfp1cmg9c5a1mfppfens4" \ No newline at end of file + --event "g9i3e9baijrbirj5ue7ah4d0kg" \ 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 a4306f31dd..3adfe42dd3 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 "ce79e9b0c53ecffd49dc84b334cc0a1589e278f90329252e64de345cc916ccd2@group.calendar.google.com" ^ + --from "df925064f2b67cdc2287de450ed1da48bf69bb1c3d72e7aa8803f5630396a800@group.calendar.google.com" ^ --to "bayselonarrend@gmail.com" ^ - --event "ina8ajfp1cmg9c5a1mfppfens4" \ No newline at end of file + --event "g9i3e9baijrbirj5ue7ah4d0kg" \ 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 57373ff40b..28ba8acc85 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 "1adjYm5qWMjPSu0yy9rMMrlk7vqCTs43L" \ + --object "1jzV6Bm86Q6kmJhHY20uo7M-l76kYLx-c" \ --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 0479153878..c4e6afc11c 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 "1adjYm5qWMjPSu0yy9rMMrlk7vqCTs43L" ^ + --object "1jzV6Bm86Q6kmJhHY20uo7M-l76kYLx-c" ^ --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 4e6f509936..cdf223030b 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 "1FE6Sr9TrbeV9Q92koEU7kJd0MaBx-A-s" \ + --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" \ --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 7db5887325..bbfe15c178 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 "1FE6Sr9TrbeV9Q92koEU7kJd0MaBx-A-s" ^ + --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" ^ --text "Comment text" \ No newline at end of file diff --git a/docs/en/cli/gdrive/DeleteComment/bash.txt b/docs/en/cli/gdrive/DeleteComment/bash.txt index dd16c5343e..99986809b0 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 "1FE6Sr9TrbeV9Q92koEU7kJd0MaBx-A-s" \ - --comment "AAABfwGWt-A" \ No newline at end of file + --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" \ + --comment "AAABhb4hVn0" \ 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 31db6307ea..825f65c011 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 "1FE6Sr9TrbeV9Q92koEU7kJd0MaBx-A-s" ^ - --comment "AAABfwGWt-A" \ No newline at end of file + --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" ^ + --comment "AAABhb4hVn0" \ 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 79d2a00709..c7ef6f5c17 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 "1FE6Sr9TrbeV9Q92koEU7kJd0MaBx-A-s" \ No newline at end of file + --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" \ 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 03def6fba3..d47b9b6032 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 "1FE6Sr9TrbeV9Q92koEU7kJd0MaBx-A-s" \ No newline at end of file + --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" \ 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 9ce2aafdce..3d3c0c6bf4 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 "1adjYm5qWMjPSu0yy9rMMrlk7vqCTs43L" \ No newline at end of file + --object "1jzV6Bm86Q6kmJhHY20uo7M-l76kYLx-c" \ 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 b082dd3159..c21d1b74ce 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 "1adjYm5qWMjPSu0yy9rMMrlk7vqCTs43L" \ No newline at end of file + --object "1jzV6Bm86Q6kmJhHY20uo7M-l76kYLx-c" \ 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 1d7209d051..77cf6b71f6 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 "1FE6Sr9TrbeV9Q92koEU7kJd0MaBx-A-s" \ - --comment "AAABfwGWt-A" \ No newline at end of file + --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" \ + --comment "AAABhb4hVn0" \ 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 2678463d5f..e40e449d07 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 "1FE6Sr9TrbeV9Q92koEU7kJd0MaBx-A-s" ^ - --comment "AAABfwGWt-A" \ No newline at end of file + --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" ^ + --comment "AAABhb4hVn0" \ 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 b48335fd85..78b234bc89 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 "1FE6Sr9TrbeV9Q92koEU7kJd0MaBx-A-s" \ No newline at end of file + --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" \ 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 9beb4721ca..920e8bf936 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 "1FE6Sr9TrbeV9Q92koEU7kJd0MaBx-A-s" \ No newline at end of file + --object "1htwWssKFC1VI9-PQ5fvzUsXOebLUv6vH" \ 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 3ea192f17b..a8f00e12d6 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 "1adjYm5qWMjPSu0yy9rMMrlk7vqCTs43L" \ + --object "1jzV6Bm86Q6kmJhHY20uo7M-l76kYLx-c" \ --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 1eefdbc1d5..a41973ee64 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 "1adjYm5qWMjPSu0yy9rMMrlk7vqCTs43L" ^ + --object "1jzV6Bm86Q6kmJhHY20uo7M-l76kYLx-c" ^ --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/SendFile/bash.txt b/docs/en/cli/greenapi/SendFile/bash.txt index 2463629408..6af9ce4bab 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 "BAE560068E9FFD47" \ No newline at end of file + --quoted "BAE5F2EF0D9875E0" \ 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 a44fe2943f..cf63e0feb8 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 "BAE560068E9FFD47" \ No newline at end of file + --quoted "BAE5F2EF0D9875E0" \ 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 a6fa171a27..cff2f7a991 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 "BAE5C198462D09F2" \ No newline at end of file + --quoted "BAE55B1967BAD2A9" \ 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 ae8253a66f..920cee31dc 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 "BAE5C198462D09F2" \ No newline at end of file + --quoted "BAE55B1967BAD2A9" \ 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 c9e3cb5bf9..50c484ff92 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 "BAE5C105B49789E1" \ No newline at end of file + --quoted "BAE5B81C28AFDD72" \ 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 9690f13ef0..676e4a39d8 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 "BAE5C105B49789E1" \ No newline at end of file + --quoted "BAE5B81C28AFDD72" \ 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 e6108a1ca0..b00d126ab9 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 "1W3QjVx45mTWS3KUSWL_SWMkSPY3w9Yy5EHEZU8h9Qqc" \ + --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" \ --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 a812f100e6..e15fd00831 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 "1W3QjVx45mTWS3KUSWL_SWMkSPY3w9Yy5EHEZU8h9Qqc" ^ + --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" ^ --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 f9dd6c4445..dc1fe3000a 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 "1MsEw3F9xpm6wjHIjUMH_M8Rw6-AI4NKZTyaGltrjYrg" \ + --spreadsheet "1j7TEA_7tYyrQXjBqB1ZfmXI1HkfxN1udWhbyljfm-TM" \ --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 51d4685f77..5665a76c11 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 "1MsEw3F9xpm6wjHIjUMH_M8Rw6-AI4NKZTyaGltrjYrg" ^ + --spreadsheet "1j7TEA_7tYyrQXjBqB1ZfmXI1HkfxN1udWhbyljfm-TM" ^ --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 3b6b95f5a8..602385ef99 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 "1W3QjVx45mTWS3KUSWL_SWMkSPY3w9Yy5EHEZU8h9Qqc" \ - --to "13USMeTIPzXaR06AFdUvXSKUBhL8qxsayFr-lK46uIzA" \ - --sheet "335236080" \ No newline at end of file + --from "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" \ + --to "1vgBy2klfSecKelL1rSaN9nHDHyPhZGs849U0juyOAHM" \ + --sheet "1797446041" \ 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 d2ffd0f493..2f2cf43235 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 "1W3QjVx45mTWS3KUSWL_SWMkSPY3w9Yy5EHEZU8h9Qqc" ^ - --to "13USMeTIPzXaR06AFdUvXSKUBhL8qxsayFr-lK46uIzA" ^ - --sheet "335236080" \ No newline at end of file + --from "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" ^ + --to "1vgBy2klfSecKelL1rSaN9nHDHyPhZGs849U0juyOAHM" ^ + --sheet "1797446041" \ 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 34ceb23a58..eb12242ad8 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 "1W3QjVx45mTWS3KUSWL_SWMkSPY3w9Yy5EHEZU8h9Qqc" \ - --sheet "335236080" \ No newline at end of file + --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" \ + --sheet "1797446041" \ 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 334e2c5d8d..81e8dd8ae1 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 "1W3QjVx45mTWS3KUSWL_SWMkSPY3w9Yy5EHEZU8h9Qqc" ^ - --sheet "335236080" \ No newline at end of file + --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" ^ + --sheet "1797446041" \ 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 e054d6dca0..2a8a233485 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 "1W3QjVx45mTWS3KUSWL_SWMkSPY3w9Yy5EHEZU8h9Qqc" \ + --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" \ --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 a81c0b2b19..da948b00ea 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 "1W3QjVx45mTWS3KUSWL_SWMkSPY3w9Yy5EHEZU8h9Qqc" ^ + --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" ^ --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 4c73565798..8a5f205b7a 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 "1MsEw3F9xpm6wjHIjUMH_M8Rw6-AI4NKZTyaGltrjYrg" \ + --spreadsheet "1j7TEA_7tYyrQXjBqB1ZfmXI1HkfxN1udWhbyljfm-TM" \ --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 f38c247428..f0f2bde55b 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 "1MsEw3F9xpm6wjHIjUMH_M8Rw6-AI4NKZTyaGltrjYrg" ^ + --spreadsheet "1j7TEA_7tYyrQXjBqB1ZfmXI1HkfxN1udWhbyljfm-TM" ^ --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 fb18df0dc0..ef571cc0b4 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 "1W3QjVx45mTWS3KUSWL_SWMkSPY3w9Yy5EHEZU8h9Qqc" \ No newline at end of file + --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" \ 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 ab79a5fa48..ae66cc8aff 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 "1W3QjVx45mTWS3KUSWL_SWMkSPY3w9Yy5EHEZU8h9Qqc" \ No newline at end of file + --spreadsheet "1fyq8xugdAW2KcC3QUD905ooVlf2GunxNhSTSlqMPYKk" \ 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 141a6c7e08..6f4b508f36 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 "1MsEw3F9xpm6wjHIjUMH_M8Rw6-AI4NKZTyaGltrjYrg" \ + --spreadsheet "1j7TEA_7tYyrQXjBqB1ZfmXI1HkfxN1udWhbyljfm-TM" \ --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 5b94523268..2dd31ff845 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 "1MsEw3F9xpm6wjHIjUMH_M8Rw6-AI4NKZTyaGltrjYrg" ^ + --spreadsheet "1j7TEA_7tYyrQXjBqB1ZfmXI1HkfxN1udWhbyljfm-TM" ^ --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 c8d3b25c63..447b5f782d 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 "100436602" \ No newline at end of file + --counter "100816459" \ 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 f6cb3c76a5..e53000b0f7 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 "100436602" \ No newline at end of file + --counter "100816459" \ 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 19473276a6..7eb2bebc41 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 "316244" \ No newline at end of file + --label "316714" \ 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 4d757b1d7c..7d93d27f6d 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 "316244" \ No newline at end of file + --label "316714" \ 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 16b8c3c453..d457dc2e63 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 "100436602" \ No newline at end of file + --counter "100816459" \ 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 89fab92f8e..87b07f6598 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 "100436602" \ No newline at end of file + --counter "100816459" \ 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 dd6fd69cad..36427911f7 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 "100436593" \ No newline at end of file + --counter "100816457" \ 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 7ab27e91aa..6ee9a3b750 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 "100436593" \ No newline at end of file + --counter "100816457" \ 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 ff8b7d6afd..cd8b3678e6 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':['100436593']}" \ No newline at end of file + --filter "{'counter_ids':['100816457']}" \ 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 972759eef3..689fc7156f 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':['100436593']}" \ No newline at end of file + --filter "{'counter_ids':['100816457']}" \ 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 07c864b3cd..b288a8f04b 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 "316244" \ No newline at end of file + --label "316714" \ 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 431a6a820f..0a1c4def9e 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 "316244" \ No newline at end of file + --label "316714" \ 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 ce8742af18..9f6bd2e933 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 "100436593" \ No newline at end of file + --counter "100816457" \ 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 853e71c6de..3f6db2cc15 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 "100436593" \ No newline at end of file + --counter "100816457" \ 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 b739d48a61..a2afa530d8 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 "100436593" \ + --counter "100816457" \ --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 9716735221..8165219afe 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 "100436593" ^ + --counter "100816457" ^ --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 bba7575bbe..1e7fd35f5e 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 "316244" \ + --label "316714" \ --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 cb9ba6a99b..6b2ccdd335 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 "316244" ^ + --label "316714" ^ --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 new file mode 100644 index 0000000000..fda199ec8f --- /dev/null +++ b/docs/en/cli/mysql/AddRecords/bash.txt @@ -0,0 +1,8 @@ +# JSON data can also be passed as a path to a .json file + +oint mysql AddRecords \ + --table "testtable" \ + --rows "[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-04-06T15:49:10.7504022Z'},'time_field':{'TIME':'2025-04-06T15:49:10.7504022Z'},'datetime_field':{'DATE':'2025-04-06T15:49:10.7504022Z'},'timestamp_field':{'DATE':'2025-04-06T15:49:10.7504022Z'},'mediumblob_field':{'BYTES':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'set_field':{'TEXT':'one'}}]" \ + --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 new file mode 100644 index 0000000000..61a202c571 --- /dev/null +++ b/docs/en/cli/mysql/AddRecords/bat.txt @@ -0,0 +1,8 @@ +:: JSON data can also be passed as a path to a .json file + +oint mysql AddRecords ^ + --table "testtable" ^ + --rows "[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-04-06T15:49:10.7504022Z'},'time_field':{'TIME':'2025-04-06T15:49:10.7504022Z'},'datetime_field':{'DATE':'2025-04-06T15:49:10.7504022Z'},'timestamp_field':{'DATE':'2025-04-06T15:49:10.7504022Z'},'mediumblob_field':{'BYTES':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'set_field':{'TEXT':'one'}}]" ^ + --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/ClearTable/bash.txt b/docs/en/cli/mysql/ClearTable/bash.txt new file mode 100644 index 0000000000..54129bef9b --- /dev/null +++ b/docs/en/cli/mysql/ClearTable/bash.txt @@ -0,0 +1,6 @@ +# JSON data can also be passed as a path to a .json file + +oint mysql ClearTable \ + --table "testtable" \ + --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/ClearTable/bat.txt b/docs/en/cli/mysql/ClearTable/bat.txt new file mode 100644 index 0000000000..903d2cd397 --- /dev/null +++ b/docs/en/cli/mysql/ClearTable/bat.txt @@ -0,0 +1,6 @@ +:: JSON data can also be passed as a path to a .json file + +oint mysql ClearTable ^ + --table "testtable" ^ + --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/CreateDatabase/bash.txt b/docs/en/cli/mysql/CreateDatabase/bash.txt new file mode 100644 index 0000000000..df3d6486ca --- /dev/null +++ b/docs/en/cli/mysql/CreateDatabase/bash.txt @@ -0,0 +1,6 @@ +# JSON data can also be passed as a path to a .json file + +oint mysql CreateDatabase \ + --base "testbase1" \ + --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ + --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file diff --git a/docs/en/cli/mysql/CreateDatabase/bat.txt b/docs/en/cli/mysql/CreateDatabase/bat.txt new file mode 100644 index 0000000000..d02852d40a --- /dev/null +++ b/docs/en/cli/mysql/CreateDatabase/bat.txt @@ -0,0 +1,6 @@ +:: JSON data can also be passed as a path to a .json file + +oint mysql CreateDatabase ^ + --base "testbase1" ^ + --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^ + --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file diff --git a/docs/en/cli/mysql/CreateTable/bash.txt b/docs/en/cli/mysql/CreateTable/bash.txt new file mode 100644 index 0000000000..b8bcedb81b --- /dev/null +++ b/docs/en/cli/mysql/CreateTable/bash.txt @@ -0,0 +1,7 @@ +# JSON data can also be passed as a path to a .json file + +oint mysql CreateTable \ + --table "testtable" \ + --cols "{'char_field':'CHAR(5)','varchar_field':'VARCHAR(255)','tinytext_field':'TINYTEXT','text_field':'TEXT','mediumtext_field':'MEDIUMTEXT','longtext_field':'LONGTEXT','tinyint_field':'TINYINT','smallint_field':'SMALLINT','mediumint_field':'MEDIUMINT','int_field':'INT','uint_field':'INT UNSIGNED','bigint_field':'BIGINT','float_field':'FLOAT','double_field':'DOUBLE','date_field':'DATE','time_field':'TIME','datetime_field':'DATETIME','timestamp_field':'TIMESTAMP','mediumblob_field':'MEDIUMBLOB','set_field':'SET(\u0027one\u0027,\u0027two\u0027,\u0027three\u0027)'}" \ + --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/CreateTable/bat.txt b/docs/en/cli/mysql/CreateTable/bat.txt new file mode 100644 index 0000000000..0f16b8012b --- /dev/null +++ b/docs/en/cli/mysql/CreateTable/bat.txt @@ -0,0 +1,7 @@ +:: JSON data can also be passed as a path to a .json file + +oint mysql CreateTable ^ + --table "testtable" ^ + --cols "{'char_field':'CHAR(5)','varchar_field':'VARCHAR(255)','tinytext_field':'TINYTEXT','text_field':'TEXT','mediumtext_field':'MEDIUMTEXT','longtext_field':'LONGTEXT','tinyint_field':'TINYINT','smallint_field':'SMALLINT','mediumint_field':'MEDIUMINT','int_field':'INT','uint_field':'INT UNSIGNED','bigint_field':'BIGINT','float_field':'FLOAT','double_field':'DOUBLE','date_field':'DATE','time_field':'TIME','datetime_field':'DATETIME','timestamp_field':'TIMESTAMP','mediumblob_field':'MEDIUMBLOB','set_field':'SET(\u0027one\u0027,\u0027two\u0027,\u0027three\u0027)'}" ^ + --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/DeleteDatabase/bash.txt b/docs/en/cli/mysql/DeleteDatabase/bash.txt new file mode 100644 index 0000000000..a472d1ffe8 --- /dev/null +++ b/docs/en/cli/mysql/DeleteDatabase/bash.txt @@ -0,0 +1,6 @@ +# JSON data can also be passed as a path to a .json file + +oint mysql DeleteDatabase \ + --base "testbase1" \ + --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/DeleteDatabase/bat.txt b/docs/en/cli/mysql/DeleteDatabase/bat.txt new file mode 100644 index 0000000000..3037206484 --- /dev/null +++ b/docs/en/cli/mysql/DeleteDatabase/bat.txt @@ -0,0 +1,6 @@ +:: JSON data can also be passed as a path to a .json file + +oint mysql DeleteDatabase ^ + --base "testbase1" ^ + --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/DeleteRecords/bash.txt b/docs/en/cli/mysql/DeleteRecords/bash.txt new file mode 100644 index 0000000000..12e63f3222 --- /dev/null +++ b/docs/en/cli/mysql/DeleteRecords/bash.txt @@ -0,0 +1,4 @@ +oint mysql DeleteRecords \ + --table "test_data" \ + --filter "[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false,'union':'AND'}]" \ + --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ No newline at end of file diff --git a/docs/en/cli/mysql/DeleteRecords/bat.txt b/docs/en/cli/mysql/DeleteRecords/bat.txt new file mode 100644 index 0000000000..2cd70ed3d5 --- /dev/null +++ b/docs/en/cli/mysql/DeleteRecords/bat.txt @@ -0,0 +1,4 @@ +oint mysql DeleteRecords ^ + --table "test_data" ^ + --filter "[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false,'union':'AND'}]" ^ + --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ No newline at end of file diff --git a/docs/en/cli/mysql/DeleteTable/bash.txt b/docs/en/cli/mysql/DeleteTable/bash.txt new file mode 100644 index 0000000000..e0de76d5a3 --- /dev/null +++ b/docs/en/cli/mysql/DeleteTable/bash.txt @@ -0,0 +1,3 @@ +oint mysql DeleteTable \ + --table "test_data" \ + --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ No newline at end of file diff --git a/docs/en/cli/mysql/DeleteTable/bat.txt b/docs/en/cli/mysql/DeleteTable/bat.txt new file mode 100644 index 0000000000..4640de547a --- /dev/null +++ b/docs/en/cli/mysql/DeleteTable/bat.txt @@ -0,0 +1,3 @@ +oint mysql DeleteTable ^ + --table "test_data" ^ + --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ No newline at end of file diff --git a/docs/en/cli/mysql/ExecuteSQLQuery/bash.txt b/docs/en/cli/mysql/ExecuteSQLQuery/bash.txt new file mode 100644 index 0000000000..d492a1bf09 --- /dev/null +++ b/docs/en/cli/mysql/ExecuteSQLQuery/bash.txt @@ -0,0 +1,3 @@ +oint mysql ExecuteSQLQuery \ + --sql "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/TEST_DATA2.sql" \ + --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ No newline at end of file diff --git a/docs/en/cli/mysql/ExecuteSQLQuery/bat.txt b/docs/en/cli/mysql/ExecuteSQLQuery/bat.txt new file mode 100644 index 0000000000..e01a468b48 --- /dev/null +++ b/docs/en/cli/mysql/ExecuteSQLQuery/bat.txt @@ -0,0 +1,3 @@ +oint mysql ExecuteSQLQuery ^ + --sql "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/TEST_DATA2.sql" ^ + --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ No newline at end of file diff --git a/docs/en/cli/mysql/GenerateConnectionString/bash.txt b/docs/en/cli/mysql/GenerateConnectionString/bash.txt new file mode 100644 index 0000000000..77ed3368d0 --- /dev/null +++ b/docs/en/cli/mysql/GenerateConnectionString/bash.txt @@ -0,0 +1,5 @@ +oint mysql GenerateConnectionString \ + --addr "127.0.0.1" \ + --db "" \ + --login "bayselonarrend" \ + --pass "***" \ No newline at end of file diff --git a/docs/en/cli/mysql/GenerateConnectionString/bat.txt b/docs/en/cli/mysql/GenerateConnectionString/bat.txt new file mode 100644 index 0000000000..3b144769a3 --- /dev/null +++ b/docs/en/cli/mysql/GenerateConnectionString/bat.txt @@ -0,0 +1,5 @@ +oint mysql GenerateConnectionString ^ + --addr "127.0.0.1" ^ + --db "" ^ + --login "bayselonarrend" ^ + --pass "***" \ No newline at end of file diff --git a/docs/en/cli/mysql/GetRecords/bash.txt b/docs/en/cli/mysql/GetRecords/bash.txt new file mode 100644 index 0000000000..d6fdee957c --- /dev/null +++ b/docs/en/cli/mysql/GetRecords/bash.txt @@ -0,0 +1,3 @@ +oint mysql GetRecords \ + --table "testtable" \ + --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ No newline at end of file diff --git a/docs/en/cli/mysql/GetRecords/bat.txt b/docs/en/cli/mysql/GetRecords/bat.txt new file mode 100644 index 0000000000..5d62dd6eb9 --- /dev/null +++ b/docs/en/cli/mysql/GetRecords/bat.txt @@ -0,0 +1,3 @@ +oint mysql GetRecords ^ + --table "testtable" ^ + --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ No newline at end of file diff --git a/docs/en/cli/mysql/GetRecordsFilterStrucutre/bash.txt b/docs/en/cli/mysql/GetRecordsFilterStrucutre/bash.txt new file mode 100644 index 0000000000..f6f25c0988 --- /dev/null +++ b/docs/en/cli/mysql/GetRecordsFilterStrucutre/bash.txt @@ -0,0 +1,2 @@ +oint mysql GetRecordsFilterStrucutre \ + --empty true \ No newline at end of file diff --git a/docs/en/cli/mysql/GetRecordsFilterStrucutre/bat.txt b/docs/en/cli/mysql/GetRecordsFilterStrucutre/bat.txt new file mode 100644 index 0000000000..82d27f40a7 --- /dev/null +++ b/docs/en/cli/mysql/GetRecordsFilterStrucutre/bat.txt @@ -0,0 +1,2 @@ +oint mysql GetRecordsFilterStrucutre ^ + --empty true \ No newline at end of file diff --git a/docs/en/cli/mysql/UpdateRecords/bash.txt b/docs/en/cli/mysql/UpdateRecords/bash.txt new file mode 100644 index 0000000000..503c00c686 --- /dev/null +++ b/docs/en/cli/mysql/UpdateRecords/bash.txt @@ -0,0 +1,7 @@ +# JSON data can also be passed as a path to a .json file + +oint mysql UpdateRecords \ + --table "testtable" \ + --values "{'varchar_field':{'VARCHAR':'Another varchar'}}" \ + --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/UpdateRecords/bat.txt b/docs/en/cli/mysql/UpdateRecords/bat.txt new file mode 100644 index 0000000000..f7ca72c991 --- /dev/null +++ b/docs/en/cli/mysql/UpdateRecords/bat.txt @@ -0,0 +1,7 @@ +:: JSON data can also be passed as a path to a .json file + +oint mysql UpdateRecords ^ + --table "testtable" ^ + --values "{'varchar_field':{'VARCHAR':'Another varchar'}}" ^ + --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 353fc679c0..9f4ef536e2 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 "1ba82aa7-fc4e-8165-b108-ff6849139977" \ - --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-03-18T10:52:19.8910884Z','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 "1cd82aa7-fc4e-8152-9058-e465eece9b42" \ + --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-04-06T16:00:39.4063436Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}" \ No newline at end of file diff --git a/docs/en/cli/notion/CreatePageInDatabase/bat.txt b/docs/en/cli/notion/CreatePageInDatabase/bat.txt index bbc3579b32..873448d394 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 "1ba82aa7-fc4e-8165-b108-ff6849139977" ^ - --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-03-18T10:52:19.8910884Z','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 "1cd82aa7-fc4e-8152-9058-e465eece9b42" ^ + --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-04-06T16:00:39.4063436Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}" \ No newline at end of file diff --git a/docs/en/cli/notion/DeleteBlock/bash.txt b/docs/en/cli/notion/DeleteBlock/bash.txt index 250a8425a5..7e797322e6 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 "1ba82aa7-fc4e-8130-8bf2-c5bd098bcdfb" \ No newline at end of file + --block "1cd82aa7-fc4e-81e0-a66e-f9c53a55c0c3" \ 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 126bf752e6..c993067021 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 "1ba82aa7-fc4e-8130-8bf2-c5bd098bcdfb" \ No newline at end of file + --block "1cd82aa7-fc4e-81e0-a66e-f9c53a55c0c3" \ 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 2e97f13de0..ca0160a3cd 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 "1ba82aa7-fc4e-8165-b108-ff6849139977" \ + --base "1cd82aa7-fc4e-8152-9058-e465eece9b42" \ --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 59efe6bd87..56c75998e1 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 "1ba82aa7-fc4e-8165-b108-ff6849139977" ^ + --base "1cd82aa7-fc4e-8152-9058-e465eece9b42" ^ --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 a9c9a3b7fb..434327a9a4 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 "1ba82aa7-fc4e-811b-9587-fb63240f30ee" \ + --page "1cd82aa7-fc4e-813c-81b7-dac6a6c85394" \ --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 13f3374792..a735fdfe6b 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 "1ba82aa7-fc4e-811b-9587-fb63240f30ee" ^ + --page "1cd82aa7-fc4e-813c-81b7-dac6a6c85394" ^ --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 7c1fe5bf87..deaf512490 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 "1ba82aa7-fc4e-8165-b108-ff6849139977" \ No newline at end of file + --base "1cd82aa7-fc4e-8152-9058-e465eece9b42" \ 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 e74718c21c..a93cd29a03 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 "1ba82aa7-fc4e-8165-b108-ff6849139977" \ No newline at end of file + --base "1cd82aa7-fc4e-8152-9058-e465eece9b42" \ 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 be794c78f6..fd6f275a41 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 "1ba82aa7-fc4e-811b-9587-fb63240f30ee" \ No newline at end of file + --page "1cd82aa7-fc4e-813c-81b7-dac6a6c85394" \ 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 b12ae5da83..0443cc52c4 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 "1ba82aa7-fc4e-811b-9587-fb63240f30ee" \ No newline at end of file + --page "1cd82aa7-fc4e-813c-81b7-dac6a6c85394" \ 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 ec876536a6..409a6764c2 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 "1ba82aa7-fc4e-8130-8bf2-c5bd098bcdfb" \ No newline at end of file + --block "1cd82aa7-fc4e-81e0-a66e-f9c53a55c0c3" \ 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 440b7b8a92..b9afd2adca 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 "1ba82aa7-fc4e-8130-8bf2-c5bd098bcdfb" \ No newline at end of file + --block "1cd82aa7-fc4e-81e0-a66e-f9c53a55c0c3" \ No newline at end of file diff --git a/docs/en/cli/ozon/UpdateProductsPrices/bash.txt b/docs/en/cli/ozon/UpdateProductsPrices/bash.txt index 41fc2d3cf9..f70e930aaf 100644 --- a/docs/en/cli/ozon/UpdateProductsPrices/bash.txt +++ b/docs/en/cli/ozon/UpdateProductsPrices/bash.txt @@ -3,4 +3,4 @@ oint ozon UpdateProductsPrices \ --clientid "***" \ --apikey "***" \ - --prices "{'auto_action_enabled':'DISABLED','currency_code':'RUB','min_price':'1300','offer_id':'143210610','old_price':'1400','price':'1300','price_strategy_enabled':'DISABLED','product_id':1470297726}" \ No newline at end of file + --prices "{'auto_action_enabled':'DISABLED','currency_code':'RUB','min_price':'1300','offer_id':'143210610','old_price':'1400','price':'1300','price_strategy_enabled':'DISABLED','product_id':1580715275}" \ No newline at end of file diff --git a/docs/en/cli/ozon/UpdateProductsPrices/bat.txt b/docs/en/cli/ozon/UpdateProductsPrices/bat.txt index 4f6336e1df..0317888195 100644 --- a/docs/en/cli/ozon/UpdateProductsPrices/bat.txt +++ b/docs/en/cli/ozon/UpdateProductsPrices/bat.txt @@ -3,4 +3,4 @@ oint ozon UpdateProductsPrices ^ --clientid "***" ^ --apikey "***" ^ - --prices "{'auto_action_enabled':'DISABLED','currency_code':'RUB','min_price':'1300','offer_id':'143210610','old_price':'1400','price':'1300','price_strategy_enabled':'DISABLED','product_id':1470297726}" \ No newline at end of file + --prices "{'auto_action_enabled':'DISABLED','currency_code':'RUB','min_price':'1300','offer_id':'143210610','old_price':'1400','price':'1300','price_strategy_enabled':'DISABLED','product_id':1580715275}" \ No newline at end of file diff --git a/docs/en/cli/ozon/UpdateProductsStocks/bash.txt b/docs/en/cli/ozon/UpdateProductsStocks/bash.txt index 753598221a..9ee8cd3585 100644 --- a/docs/en/cli/ozon/UpdateProductsStocks/bash.txt +++ b/docs/en/cli/ozon/UpdateProductsStocks/bash.txt @@ -3,4 +3,4 @@ oint ozon UpdateProductsStocks \ --clientid "***" \ --apikey "***" \ - --stocks "{'offer_id':'143210610','product_id':1470297726,'stock':20,'warehouse_id':1}" \ No newline at end of file + --stocks "{'offer_id':'143210610','product_id':1580715275,'stock':20,'warehouse_id':1}" \ No newline at end of file diff --git a/docs/en/cli/ozon/UpdateProductsStocks/bat.txt b/docs/en/cli/ozon/UpdateProductsStocks/bat.txt index 2a3baef46a..1347a8d774 100644 --- a/docs/en/cli/ozon/UpdateProductsStocks/bat.txt +++ b/docs/en/cli/ozon/UpdateProductsStocks/bat.txt @@ -3,4 +3,4 @@ oint ozon UpdateProductsStocks ^ --clientid "***" ^ --apikey "***" ^ - --stocks "{'offer_id':'143210610','product_id':1470297726,'stock':20,'warehouse_id':1}" \ No newline at end of file + --stocks "{'offer_id':'143210610','product_id':1580715275,'stock':20,'warehouse_id':1}" \ No newline at end of file diff --git a/docs/en/cli/postgres/AddRecords/bash.txt b/docs/en/cli/postgres/AddRecords/bash.txt index 7ac6f88c9e..314d594fdd 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\\0ir4k50tvvn.tmp'},'ts_field':{'TIMESTAMP':'2025-03-18T10:41:09.9312268Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-03-18T10:41:09.9312268+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-03-18T10:41:09.9312268Z'},'time_field':{'TIME':'2025-03-18T10:41:09.9312268Z'},'uuid_field':{'UUID':'70c13de0-3154-45e9-be1a-2bcf4eec25a3'}}]" \ + --rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\tfe5wfmanec.tmp'},'ts_field':{'TIMESTAMP':'2025-04-06T15:47:47.1677228Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-04-06T15:47:47.1677228+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-04-06T15:47:47.1677228Z'},'time_field':{'TIME':'2025-04-06T15:47:47.1677228Z'},'uuid_field':{'UUID':'994c6c6d-4ea1-456b-8379-afbedfbbcc3c'}}]" \ --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 47595e2f29..0f9a904bd8 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\\0ir4k50tvvn.tmp'},'ts_field':{'TIMESTAMP':'2025-03-18T10:41:09.9312268Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-03-18T10:41:09.9312268+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-03-18T10:41:09.9312268Z'},'time_field':{'TIME':'2025-03-18T10:41:09.9312268Z'},'uuid_field':{'UUID':'70c13de0-3154-45e9-be1a-2bcf4eec25a3'}}]" ^ + --rows "[{'bool_field':{'BOOL':true},'oldchar_field':{'OLDCHAR':1},'smallint_field':{'SMALLINT':5},'smallserial_field':{'SMALLSERIAL':6},'int_field':{'INT':100},'serial_field':{'SERIAL':100},'oid_field':{'OID':24576},'bigint_field':{'BIGINT':9999999},'bigserial_field':{'BIGSERIAL':9999999},'real_field':{'REAL':15.2},'dp_field':{'DOUBLE_PRECISION':1.0002},'text_field':{'TEXT':'Some text'},'varchar_field':{'VARCHAR':'Some varchar'},'charn_field':{'CHAR':'AAA'},'char_field':{'CHAR':'A'},'name_field':{'NAME':'Vitaly'},'bytea_field':{'BYTEA':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\tfe5wfmanec.tmp'},'ts_field':{'TIMESTAMP':'2025-04-06T15:47:47.1677228Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-04-06T15:47:47.1677228+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-04-06T15:47:47.1677228Z'},'time_field':{'TIME':'2025-04-06T15:47:47.1677228Z'},'uuid_field':{'UUID':'994c6c6d-4ea1-456b-8379-afbedfbbcc3c'}}]" ^ --trn true ^ --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ No newline at end of file diff --git a/docs/en/cli/postgres/CreateDatabase/bash.txt b/docs/en/cli/postgres/CreateDatabase/bash.txt index a1022c49cf..cf231ba82f 100644 --- a/docs/en/cli/postgres/CreateDatabase/bash.txt +++ b/docs/en/cli/postgres/CreateDatabase/bash.txt @@ -3,4 +3,4 @@ oint postgres CreateDatabase \ --base "testbase1" \ --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ - --tls "{'use_tls':true,'accept_invalid_certs':false}" \ No newline at end of file + --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file diff --git a/docs/en/cli/postgres/CreateDatabase/bat.txt b/docs/en/cli/postgres/CreateDatabase/bat.txt index 7782beb997..7b05e6a502 100644 --- a/docs/en/cli/postgres/CreateDatabase/bat.txt +++ b/docs/en/cli/postgres/CreateDatabase/bat.txt @@ -3,4 +3,4 @@ oint postgres CreateDatabase ^ --base "testbase1" ^ --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^ - --tls "{'use_tls':true,'accept_invalid_certs':false}" \ No newline at end of file + --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file diff --git a/docs/en/cli/postgres/DeleteDatabase/bash.txt b/docs/en/cli/postgres/DeleteDatabase/bash.txt index 18093764e8..1772a521f6 100644 --- a/docs/en/cli/postgres/DeleteDatabase/bash.txt +++ b/docs/en/cli/postgres/DeleteDatabase/bash.txt @@ -3,4 +3,4 @@ oint postgres DeleteDatabase \ --base "testbase1" \ --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ - --tls "{'use_tls':true,'accept_invalid_certs':false}" \ No newline at end of file + --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file diff --git a/docs/en/cli/postgres/DeleteDatabase/bat.txt b/docs/en/cli/postgres/DeleteDatabase/bat.txt index 8faa082965..12eb5ab4d4 100644 --- a/docs/en/cli/postgres/DeleteDatabase/bat.txt +++ b/docs/en/cli/postgres/DeleteDatabase/bat.txt @@ -3,4 +3,4 @@ oint postgres DeleteDatabase ^ --base "testbase1" ^ --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^ - --tls "{'use_tls':true,'accept_invalid_certs':false}" \ No newline at end of file + --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file diff --git a/docs/en/cli/rcon/ExecuteCommand/bash.txt b/docs/en/cli/rcon/ExecuteCommand/bash.txt index 944b77e86f..1ec69101d3 100644 --- a/docs/en/cli/rcon/ExecuteCommand/bash.txt +++ b/docs/en/cli/rcon/ExecuteCommand/bash.txt @@ -1,5 +1,9 @@ # JSON data can also be passed as a path to a .json file oint rcon ExecuteCommand \ + --url "93.125.42.204:25575" \ + --pass "***" \ + --wtout 20 \ + --rtout 20 \ --exec "list" \ - --conn "{'url':'127.0.0.1:25575','password':'***','read_timeout':20,'write_timeout':20}" \ No newline at end of file + --conn "{'url':'93.125.42.204:25575','password':'***','read_timeout':20,'write_timeout':20}" \ No newline at end of file diff --git a/docs/en/cli/rcon/ExecuteCommand/bat.txt b/docs/en/cli/rcon/ExecuteCommand/bat.txt index fda422af32..8229458056 100644 --- a/docs/en/cli/rcon/ExecuteCommand/bat.txt +++ b/docs/en/cli/rcon/ExecuteCommand/bat.txt @@ -1,5 +1,9 @@ :: JSON data can also be passed as a path to a .json file oint rcon ExecuteCommand ^ + --url "93.125.42.204:25575" ^ + --pass "***" ^ + --wtout 20 ^ + --rtout 20 ^ --exec "list" ^ - --conn "{'url':'127.0.0.1:25575','password':'***','read_timeout':20,'write_timeout':20}" \ No newline at end of file + --conn "{'url':'93.125.42.204:25575','password':'***','read_timeout':20,'write_timeout':20}" \ No newline at end of file diff --git a/docs/en/cli/rcon/FormConnectionParameters/bash.txt b/docs/en/cli/rcon/FormConnectionParameters/bash.txt index c0b7223a8b..7d3ee34fce 100644 --- a/docs/en/cli/rcon/FormConnectionParameters/bash.txt +++ b/docs/en/cli/rcon/FormConnectionParameters/bash.txt @@ -1,5 +1,5 @@ oint rcon FormConnectionParameters \ - --url "127.0.0.1:25575" \ + --url "93.125.42.204:25575" \ --pass "***" \ --wtout 20 \ --rtout 20 \ No newline at end of file diff --git a/docs/en/cli/rcon/FormConnectionParameters/bat.txt b/docs/en/cli/rcon/FormConnectionParameters/bat.txt index b0ba4e36e0..40f0cedb06 100644 --- a/docs/en/cli/rcon/FormConnectionParameters/bat.txt +++ b/docs/en/cli/rcon/FormConnectionParameters/bat.txt @@ -1,5 +1,5 @@ oint rcon FormConnectionParameters ^ - --url "127.0.0.1:25575" ^ + --url "93.125.42.204:25575" ^ --pass "***" ^ --wtout 20 ^ --rtout 20 \ 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 5b5fd67702..f9ddfdfb78 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjU3OGY3MmFmLThkZTgtNDA0Yi05NTMzLTk1YjBhMTA4MGJiMg" \ No newline at end of file + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjcwZjZkMDNlLTM1YzEtNGZlMC05Y2JmLThhNWIzZGFlMjk4NQ" \ 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 a4643a8722..e47ff6d8d9 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjU3OGY3MmFmLThkZTgtNDA0Yi05NTMzLTk1YjBhMTA4MGJiMg" \ No newline at end of file + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjcwZjZkMDNlLTM1YzEtNGZlMC05Y2JmLThhNWIzZGFlMjk4NQ" \ 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 d97395d664..aa686fb615 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjIzNDMzMzIzLTI1YmUtNDgwYi1iMGRjLTk2MWJkY2NjMjljYw" \ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjljNGZkNzAyLTYzMDYtNGYzYy1iNTkyLTMzNDdiM2JjNzEzNw" \ --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 60ee0aa606..f4492b3347 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjIzNDMzMzIzLTI1YmUtNDgwYi1iMGRjLTk2MWJkY2NjMjljYw" ^ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjljNGZkNzAyLTYzMDYtNGYzYy1iNTkyLTMzNDdiM2JjNzEzNw" ^ --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 094a1d1618..36e861e246 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\vaizkihys4j.xml" \ + --conf "C:\Users\Administrator\AppData\Local\Temp\yia0vkweqk4.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 0160a07c8a..8d33ef5585 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\vaizkihys4j.xml" ^ + --conf "C:\Users\Administrator\AppData\Local\Temp\yia0vkweqk4.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 2babb29131..a804057f80 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjIzNDMzMzIzLTI1YmUtNDgwYi1iMGRjLTk2MWJkY2NjMjljYw" \ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjljNGZkNzAyLTYzMDYtNGYzYy1iNTkyLTMzNDdiM2JjNzEzNw" \ --part 2 \ - --content "C:\Users\Administrator\AppData\Local\Temp\q0vtgbefiap.tmp" \ No newline at end of file + --content "C:\Users\Administrator\AppData\Local\Temp\nlf5ymoctur.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 0236497c15..87cf0480eb 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjIzNDMzMzIzLTI1YmUtNDgwYi1iMGRjLTk2MWJkY2NjMjljYw" ^ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjljNGZkNzAyLTYzMDYtNGYzYy1iNTkyLTMzNDdiM2JjNzEzNw" ^ --part 2 ^ - --content "C:\Users\Administrator\AppData\Local\Temp\q0vtgbefiap.tmp" \ No newline at end of file + --content "C:\Users\Administrator\AppData\Local\Temp\nlf5ymoctur.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 572271ce99..c6767cf1d0 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 "C08HRCWCG2K" \ No newline at end of file + --channel "C08LWTSRTQV" \ 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 afc55d2b07..09fa578e1e 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 "C08HRCWCG2K" \ No newline at end of file + --channel "C08LWTSRTQV" \ 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 f65f2568b5..30dc34619f 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 "testconv276e64e1-af4f-41bc-b4e3-8c14d878a904" \ + --title "testconv20f47826-412f-4593-9d32-d665845917ec" \ --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 261269451d..b195004542 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 "testconv276e64e1-af4f-41bc-b4e3-8c14d878a904" ^ + --title "testconv20f47826-412f-4593-9d32-d665845917ec" ^ --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 425e53d14b..22daec92bf 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 "F08JGC6DWQ1" \ No newline at end of file + --fileid "F08M1GYCFQT" \ 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 2aa3eb3d8c..ca7f194ceb 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 "F08JGC6DWQ1" \ No newline at end of file + --fileid "F08M1GYCFQT" \ 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 370a40110c..0661bace27 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 "F08JA2YHSN8" \ No newline at end of file + --fileid "F08M9K5PCN5" \ 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 953d6bbef1..e9b966180c 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 "F08JA2YHSN8" \ No newline at end of file + --fileid "F08M9K5PCN5" \ 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 cd76e67e7c..c896b1b970 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 "1742284377.822619" \ No newline at end of file + --stamp "1743944473.312339" \ 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 7cbe03d5f7..4db9708d56 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 "1742284377.822619" \ No newline at end of file + --stamp "1743944473.312339" \ 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 28b208aebf..d4628c503d 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 "1742284377.822619" \ + --stamp "1743944473.312339" \ --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 ea6f3d41a6..7ba55d07d8 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 "1742284377.822619" ^ + --stamp "1743944473.312339" ^ --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 1474dd37cc..cee139999a 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 "C08HRCWCG2K" \ No newline at end of file + --channel "C08LWTSRTQV" \ 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 c9dc26972f..f6f9be9fe8 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 "C08HRCWCG2K" \ No newline at end of file + --channel "C08LWTSRTQV" \ 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 a29207de1c..42ff1fd32d 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 "C08HRCWCG2K" \ No newline at end of file + --channel "C08LWTSRTQV" \ 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 e418176f9a..8953bff549 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 "C08HRCWCG2K" \ No newline at end of file + --channel "C08LWTSRTQV" \ 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 1f2dc6bee0..d0496158b0 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 "C08HRCWCG2K" \ No newline at end of file + --channel "C08LWTSRTQV" \ 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 6f8ccd4f7a..5860b902b9 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 "C08HRCWCG2K" \ No newline at end of file + --channel "C08LWTSRTQV" \ 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 209a8861b0..963750f547 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 "F08JGC6DWQ1" \ No newline at end of file + --fileid "F08M1GYCFQT" \ 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 b22c98878f..3b6b0895d2 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 "F08JGC6DWQ1" \ No newline at end of file + --fileid "F08M1GYCFQT" \ 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 882f79b51c..3ba0d05875 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 "F08JA2YHSN8" \ No newline at end of file + --fileid "F08M9K5PCN5" \ 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 bcfde260a5..9923b492c4 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 "F08JA2YHSN8" \ No newline at end of file + --fileid "F08M9K5PCN5" \ 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 c1257f10c8..5a33de1fb1 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 "1742284377.822619" \ No newline at end of file + --stamp "1743944473.312339" \ 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 1226eb705a..940949f95d 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 "1742284377.822619" \ No newline at end of file + --stamp "1743944473.312339" \ 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 4cf425c12b..021e7267c1 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 "1742284377.822619" \ No newline at end of file + --stamp "1743944473.312339" \ 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 40a8a3b865..dd21021e10 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 "1742284377.822619" \ No newline at end of file + --stamp "1743944473.312339" \ 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 c31cb2abf4..3e06ce0519 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 "C08HRCWCG2K" \ + --channel "C08LWTSRTQV" \ --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 ab8745bf61..b8eadaae07 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 "C08HRCWCG2K" ^ + --channel "C08LWTSRTQV" ^ --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 afacdb0bb5..b98931a52b 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 "C08HRCWCG2K" \ No newline at end of file + --channel "C08LWTSRTQV" \ 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 f651583b18..963d7b4fda 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 "C08HRCWCG2K" \ No newline at end of file + --channel "C08LWTSRTQV" \ 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 0be125992e..cfbd574178 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 "C08HRCWCG2K" \ + --channel "C08LWTSRTQV" \ --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 e688b183e2..7c988aaf71 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 "C08HRCWCG2K" ^ + --channel "C08LWTSRTQV" ^ --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 0f384b74f0..5a0d2c609c 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 "C08HRCWCG2K" \ No newline at end of file + --channel "C08LWTSRTQV" \ 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 1f87d09f28..db794192b1 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 "C08HRCWCG2K" \ No newline at end of file + --channel "C08LWTSRTQV" \ 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 c6dd89c8c7..b3abb5bfde 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 "F08JA2YHSN8" \ No newline at end of file + --fileid "F08M9K5PCN5" \ 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 cd25a4af40..9e8da03a46 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 "F08JA2YHSN8" \ No newline at end of file + --fileid "F08M9K5PCN5" \ 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 f8f8aa3991..0bd42ca227 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 "F08JA2YHSN8" \ No newline at end of file + --fileid "F08M9K5PCN5" \ 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 0fab95bb86..d618263776 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 "F08JA2YHSN8" \ No newline at end of file + --fileid "F08M9K5PCN5" \ 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 618485571a..bbdcb29ab5 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 "C08HRCWCG2K" \ - --title "testconv7402f4ad-9e7c-4cb9-9355-21d1c3fa8019" \ No newline at end of file + --channel "C08LWTSRTQV" \ + --title "testconva73bd8d7-037c-422e-9d2c-7390d6184b6e" \ 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 a25f74814d..92e44be5f6 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 "C08HRCWCG2K" ^ - --title "testconv7402f4ad-9e7c-4cb9-9355-21d1c3fa8019" \ No newline at end of file + --channel "C08LWTSRTQV" ^ + --title "testconva73bd8d7-037c-422e-9d2c-7390d6184b6e" \ 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 2ad976eb15..0724d45702 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 "F08JGC6DWQ1" \ + --fileid "F08M1GYCFQT" \ --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 2dacbb3d90..8129c30ac4 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 "F08JGC6DWQ1" ^ + --fileid "F08M1GYCFQT" ^ --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 5c78dad183..d26db325fe 100644 --- a/docs/en/cli/slack/SendMessage/bash.txt +++ b/docs/en/cli/slack/SendMessage/bash.txt @@ -2,4 +2,4 @@ oint slack SendMessage \ --token "***" \ --channel "C06UFNUTKUL" \ --text "Sheduled message" \ - --date "2025-03-19T10:53:01.5737892" \ No newline at end of file + --date "2025-04-07T16:01:17.5454188" \ 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 ed328306c8..984a844bb7 100644 --- a/docs/en/cli/slack/SendMessage/bat.txt +++ b/docs/en/cli/slack/SendMessage/bat.txt @@ -2,4 +2,4 @@ oint slack SendMessage ^ --token "***" ^ --channel "C06UFNUTKUL" ^ --text "Sheduled message" ^ - --date "2025-03-19T10:53:01.5737892" \ No newline at end of file + --date "2025-04-07T16:01:17.5454188" \ 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 01e0ceb71b..861478b345 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 "C08HRCWCG2K" \ + --channel "C08LWTSRTQV" \ --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 24b35b237c..25caf95d10 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 "C08HRCWCG2K" ^ + --channel "C08LWTSRTQV" ^ --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 9534b79bc2..a3941ee51a 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 "C08HRCWCG2K" \ + --channel "C08LWTSRTQV" \ --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 7c6f9eba66..148f3c2b86 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 "C08HRCWCG2K" ^ + --channel "C08LWTSRTQV" ^ --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 e9c622cdc6..0944662c0f 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-03-18T10:42:05.7207721Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\lih5opteolq.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-03-18T10:42:05.7217716Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\lih5opteolq.png'}}]" \ - --db "C:\Users\Administrator\AppData\Local\Temp\ay2fou05f0r.sqlite" \ No newline at end of file + --rows "[{'name':'Vitaly','age':25,'salary':1000.12,'is_active':true,'created_at':'2025-04-06T15:50:31.708954Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\wafj2osbxhh.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-04-06T15:50:31.7099437Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\wafj2osbxhh.png'}}]" \ + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/AddRecords/bat.txt b/docs/en/cli/sqlite/AddRecords/bat.txt index 6c6816ec64..bb8f4bd366 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-03-18T10:42:05.7207721Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\lih5opteolq.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-03-18T10:42:05.7217716Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\lih5opteolq.png'}}]" ^ - --db "C:\Users\Administrator\AppData\Local\Temp\ay2fou05f0r.sqlite" \ No newline at end of file + --rows "[{'name':'Vitaly','age':25,'salary':1000.12,'is_active':true,'created_at':'2025-04-06T15:50:31.708954Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\wafj2osbxhh.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-04-06T15:50:31.7099437Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\wafj2osbxhh.png'}}]" ^ + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/ClearTable/bash.txt b/docs/en/cli/sqlite/ClearTable/bash.txt index 1507413650..b897206596 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\ay2fou05f0r.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.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 41061d4be0..e50a811d52 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\ay2fou05f0r.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.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 eb15964543..0ef13378e4 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\ay2fou05f0r.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.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 e4bc1a9dfd..bd21438f6e 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\ay2fou05f0r.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.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 e6976e58fd..fffee5ee41 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\ay2fou05f0r.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.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 3dd1bae65a..8b8037accf 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\ay2fou05f0r.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.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 1fbb03bb3c..634cc643b2 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\ay2fou05f0r.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.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 a8160cc01e..b1d3593ca8 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\ay2fou05f0r.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.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 9a42e5ed9b..fc54ec7a06 100644 --- a/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt +++ b/docs/en/cli/sqlite/ExecuteSQLQuery/bash.txt @@ -2,5 +2,5 @@ oint sqlite ExecuteSQLQuery \ --sql "SELECT uuid4();" \ - --db "C:\Users\Administrator\AppData\Local\Temp\th4xuof043d.sqlite" \ + --db "C:\Users\Administrator\AppData\Local\Temp\1a44s31rgiw.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 626f98192b..84dd9e01c5 100644 --- a/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt +++ b/docs/en/cli/sqlite/ExecuteSQLQuery/bat.txt @@ -2,5 +2,5 @@ oint sqlite ExecuteSQLQuery ^ --sql "SELECT uuid4();" ^ - --db "C:\Users\Administrator\AppData\Local\Temp\th4xuof043d.sqlite" ^ + --db "C:\Users\Administrator\AppData\Local\Temp\1a44s31rgiw.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 2cd5d3cbf1..7423898dc9 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\ay2fou05f0r.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.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 a525419649..37a1404058 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\ay2fou05f0r.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.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 dff6ba120c..e0a063b6ef 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\ay2fou05f0r.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.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 e342ed1215..14aab296b7 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\ay2fou05f0r.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.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 3a8885051a..1a2ebad374 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\ay2fou05f0r.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.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 7d1030f104..1de8ce3d40 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\ay2fou05f0r.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\5dsztk433re.sqlite" \ 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 18d7401c82..0e4791c80c 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 "8893" \ No newline at end of file + --topic "9069" \ 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 5705f5eb8f..b3cc5762b3 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 "8893" \ No newline at end of file + --topic "9069" \ 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 c93a1d69e4..3b87f5aa13 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 "8893" \ No newline at end of file + --topic "9069" \ 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 3a9c207764..0b3139ce34 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 "8893" \ No newline at end of file + --topic "9069" \ 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 12153982fe..a949f80b9e 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 ad84402f-466e-4fb1-9fca-af8ccc9965ae" \ No newline at end of file + --title "TestTopic 10a67d89-cc90-48eb-9800-8d4ff61acf8d" \ 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 afc8913a15..7ac284c02d 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 ad84402f-466e-4fb1-9fca-af8ccc9965ae" \ No newline at end of file + --title "TestTopic 10a67d89-cc90-48eb-9800-8d4ff61acf8d" \ 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 89a6fc6102..2df3a97124 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-03-19T10:28:57.9565291" \ - --title "Link 18.03.2025 10:28:57" \ + --expire "2025-04-07T15:35:58.6919652" \ + --title "Link 06.04.2025 15:35:58" \ --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 88397cab45..dc4094300d 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-03-19T10:28:57.9565291" ^ - --title "Link 18.03.2025 10:28:57" ^ + --expire "2025-04-07T15:35:58.6919652" ^ + --title "Link 06.04.2025 15:35:58" ^ --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 a668ff3ea8..080a87e6a6 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 "8893" \ No newline at end of file + --topic "9069" \ 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 a42ad9ba4b..489fedb3ec 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 "8893" \ No newline at end of file + --topic "9069" \ 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 1f1a388da8..ff88803469 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 "15651" \ No newline at end of file + --message "16000" \ 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 d6aa4dcc0e..28f32ca920 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 "15651" \ No newline at end of file + --message "16000" \ 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 40fbd6375a..d4b0f9cad9 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 "CQACAgIAAx0EcNsaZQACPSln2SBB4lYrHEIWHxoMF3uy1pMfjQACEGsAAoEEyUr-B4YeBuyrVjYE" \ No newline at end of file + --fileid "CQACAgIAAx0EcNsaZQACPoZn8nSym5FWf47KH-9cRKlM3Z34cwAC0GQAAuQLkEtwjT8YaEy30jYE" \ 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 ef8ce1f5f0..cafc741766 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 "CQACAgIAAx0EcNsaZQACPSln2SBB4lYrHEIWHxoMF3uy1pMfjQACEGsAAoEEyUr-B4YeBuyrVjYE" \ No newline at end of file + --fileid "CQACAgIAAx0EcNsaZQACPoZn8nSym5FWf47KH-9cRKlM3Z34cwAC0GQAAuQLkEtwjT8YaEy30jYE" \ 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 6f44f80d79..c6fe68b2e9 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 "8893" \ No newline at end of file + --topic "9069" \ 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 20f8d6cf03..85368d6ad5 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 "8893" \ No newline at end of file + --topic "9069" \ 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 5fc5b6fde0..b30730786b 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 475c9922-8cd6-42c2-860a-7396e712126b" \ No newline at end of file + --title "New main thread name 583a7628-0548-4857-8ab4-a8fc815fb50a" \ 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 560fac1735..455c98a1d8 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 475c9922-8cd6-42c2-860a-7396e712126b" \ No newline at end of file + --title "New main thread name 583a7628-0548-4857-8ab4-a8fc815fb50a" \ 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 03b6ab137a..071cf200f5 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 "15651" \ No newline at end of file + --message "16000" \ 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 29f6c1d285..fb71abac9d 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 "15651" \ No newline at end of file + --message "16000" \ 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 5da5eff769..784adba58d 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 "8893" \ No newline at end of file + --topic "9069" \ 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 16c71b369e..c1a1b36a5c 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 "8893" \ No newline at end of file + --topic "9069" \ 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 93bdc7189f..a232d16995 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 "15651" \ No newline at end of file + --message "16000" \ 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 a8148058b9..888cace2f8 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 "15651" \ No newline at end of file + --message "16000" \ 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 a960902272..e3492c63f9 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 "12652" \ + --message "12881" \ --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 0d9ada725e..2e5f2b6247 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 "12652" ^ + --message "12881" ^ --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 56f0dff924..ed951b49ba 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 "12651" \ + --message "12880" \ --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 51de636d3a..f038e5ea56 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 "12651" ^ + --message "12880" ^ --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 0ba0c6bf96..62c5a9d4ff 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 "15651" \ + --message "16000" \ --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 23d15d26d3..b0bdc0ddfa 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 "15651" ^ + --message "16000" ^ --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 aadd1f8581..3f37e27e3b 100644 --- a/docs/en/cli/telegram/SendAudio/bash.txt +++ b/docs/en/cli/telegram/SendAudio/bash.txt @@ -2,4 +2,4 @@ oint telegram SendAudio \ --token "***" \ --chat "@testsichee" \ --text "Строковое значение" \ - --audio "C:\Users\Administrator\AppData\Local\Temp\002ktukp30e.mp3" \ No newline at end of file + --audio "C:\Users\Administrator\AppData\Local\Temp\4arnktsny0i.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 5fb69fe515..31ee211f62 100644 --- a/docs/en/cli/telegram/SendAudio/bat.txt +++ b/docs/en/cli/telegram/SendAudio/bat.txt @@ -2,4 +2,4 @@ oint telegram SendAudio ^ --token "***" ^ --chat "@testsichee" ^ --text "Строковое значение" ^ - --audio "C:\Users\Administrator\AppData\Local\Temp\002ktukp30e.mp3" \ No newline at end of file + --audio "C:\Users\Administrator\AppData\Local\Temp\4arnktsny0i.mp3" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendDocument/bash.txt b/docs/en/cli/telegram/SendDocument/bash.txt index 98607dd1a3..8bbcb954d7 100644 --- a/docs/en/cli/telegram/SendDocument/bash.txt +++ b/docs/en/cli/telegram/SendDocument/bash.txt @@ -2,5 +2,5 @@ oint telegram SendDocument \ --token "***" \ --chat "@testsichee" \ --text "Строковое значение" \ - --doc "C:\Users\Administrator\AppData\Local\Temp\qinzktf42cn.docx" \ + --doc "C:\Users\Administrator\AppData\Local\Temp\rxvsfmfngdo.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 6ef93f1c0c..6d84cd92e8 100644 --- a/docs/en/cli/telegram/SendDocument/bat.txt +++ b/docs/en/cli/telegram/SendDocument/bat.txt @@ -2,5 +2,5 @@ oint telegram SendDocument ^ --token "***" ^ --chat "@testsichee" ^ --text "Строковое значение" ^ - --doc "C:\Users\Administrator\AppData\Local\Temp\qinzktf42cn.docx" ^ + --doc "C:\Users\Administrator\AppData\Local\Temp\rxvsfmfngdo.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 ccaa0e2d8a..d4ced47eba 100644 --- a/docs/en/cli/telegram/SendGif/bash.txt +++ b/docs/en/cli/telegram/SendGif/bash.txt @@ -2,4 +2,4 @@ oint telegram SendGif \ --token "***" \ --chat "@testsichee" \ --text "Строковое значение" \ - --gif "C:\Users\Administrator\AppData\Local\Temp\pqgdbvlpsga.gif" \ No newline at end of file + --gif "C:\Users\Administrator\AppData\Local\Temp\icqe2feg0a0.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 9bf2719ca7..cf6aaa891a 100644 --- a/docs/en/cli/telegram/SendGif/bat.txt +++ b/docs/en/cli/telegram/SendGif/bat.txt @@ -2,4 +2,4 @@ oint telegram SendGif ^ --token "***" ^ --chat "@testsichee" ^ --text "Строковое значение" ^ - --gif "C:\Users\Administrator\AppData\Local\Temp\pqgdbvlpsga.gif" \ No newline at end of file + --gif "C:\Users\Administrator\AppData\Local\Temp\icqe2feg0a0.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 1484c34adb..4af74279b1 100644 --- a/docs/en/cli/telegram/SendImage/bash.txt +++ b/docs/en/cli/telegram/SendImage/bash.txt @@ -2,4 +2,4 @@ oint telegram SendImage \ --token "***" \ --chat "@testsichee" \ --text "Строковое значение" \ - --picture "C:\Users\Administrator\AppData\Local\Temp\mqetsnkz3um.png" \ No newline at end of file + --picture "C:\Users\Administrator\AppData\Local\Temp\voezuh2dszd.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 87b8e94a30..47be3cb1df 100644 --- a/docs/en/cli/telegram/SendImage/bat.txt +++ b/docs/en/cli/telegram/SendImage/bat.txt @@ -2,4 +2,4 @@ oint telegram SendImage ^ --token "***" ^ --chat "@testsichee" ^ --text "Строковое значение" ^ - --picture "C:\Users\Administrator\AppData\Local\Temp\mqetsnkz3um.png" \ No newline at end of file + --picture "C:\Users\Administrator\AppData\Local\Temp\voezuh2dszd.png" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendMediaGroup/bash.txt b/docs/en/cli/telegram/SendMediaGroup/bash.txt index 97e4b2b08b..44bbaa5119 100644 --- a/docs/en/cli/telegram/SendMediaGroup/bash.txt +++ b/docs/en/cli/telegram/SendMediaGroup/bash.txt @@ -4,4 +4,4 @@ oint telegram SendMediaGroup \ --token "***" \ --chat "@testsichee" \ --text "Строковое значение" \ - --media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\gn4sk3kebvz.docx':'document'}" \ No newline at end of file + --media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\ico15mmrqwk.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 75815604a6..759b1d9626 100644 --- a/docs/en/cli/telegram/SendMediaGroup/bat.txt +++ b/docs/en/cli/telegram/SendMediaGroup/bat.txt @@ -4,4 +4,4 @@ oint telegram SendMediaGroup ^ --token "***" ^ --chat "@testsichee" ^ --text "Строковое значение" ^ - --media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\gn4sk3kebvz.docx':'document'}" \ No newline at end of file + --media "{'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx':'document','C:\\Users\\Administrator\\AppData\\Local\\Temp\\ico15mmrqwk.docx':'document'}" \ No newline at end of file diff --git a/docs/en/cli/telegram/SendVideo/bash.txt b/docs/en/cli/telegram/SendVideo/bash.txt index 7c5ea3d11a..779f75bc5a 100644 --- a/docs/en/cli/telegram/SendVideo/bash.txt +++ b/docs/en/cli/telegram/SendVideo/bash.txt @@ -2,4 +2,4 @@ oint telegram SendVideo \ --token "***" \ --chat "@testsichee" \ --text "Строковое значение" \ - --video "C:\Users\Administrator\AppData\Local\Temp\xuawripvtko.mp4" \ No newline at end of file + --video "C:\Users\Administrator\AppData\Local\Temp\xroy0xpji1i.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 50638851c3..0c7e98ad97 100644 --- a/docs/en/cli/telegram/SendVideo/bat.txt +++ b/docs/en/cli/telegram/SendVideo/bat.txt @@ -2,4 +2,4 @@ oint telegram SendVideo ^ --token "***" ^ --chat "@testsichee" ^ --text "Строковое значение" ^ - --video "C:\Users\Administrator\AppData\Local\Temp\xuawripvtko.mp4" \ No newline at end of file + --video "C:\Users\Administrator\AppData\Local\Temp\xroy0xpji1i.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 283ad49b03..92a227c4ff 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 "15651" \ No newline at end of file + --message "16000" \ 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 ddc8add4ba..fc46a7d752 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 "15651" \ No newline at end of file + --message "16000" \ 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 fe04717617..4fa747c9dc 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 "TestTweetfc59eff9-e26b-49a4-8078-49b5c9dc0c0a" \ + --text "TestTweet0f48879d-6424-47e8-b8c7-b9a513ecc5a8" \ --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 da9ab471c0..9d3c4e6a89 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 "TestTweetfc59eff9-e26b-49a4-8078-49b5c9dc0c0a" ^ + --text "TestTweet0f48879d-6424-47e8-b8c7-b9a513ecc5a8" ^ --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 a0c680e3db..f63ea7c78c 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':5168}" \ + --product "{'Name':'Test product (another)','Description':'Product description','Category':'20173','Price':1,'OldPrice':15,'MainPhoto':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'],'MainInGroup':true,'GroupNumber':null,'Width':20,'Height':30,'Depth':40,'Weight':100,'SKU':12345,'AvailableBalance':'10','PropertyValues':5516}" \ --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 34051eb591..74e0e85eda 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':5168}" ^ + --product "{'Name':'Test product (another)','Description':'Product description','Category':'20173','Price':1,'OldPrice':15,'MainPhoto':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'],'MainInGroup':true,'GroupNumber':null,'Width':20,'Height':30,'Depth':40,'Weight':100,'SKU':12345,'AvailableBalance':'10','PropertyValues':5516}" ^ --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 8fb652a237..a811f824ef 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 "2409" \ + --prop "2681" \ --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 48a3e19a42..52e0a165a5 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 "2409" ^ + --prop "2681" ^ --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 0d2b596d80..26a2ac95c2 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 137 \ - --items 10836221 \ + --sel 140 \ + --items 10935649 \ --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 c5851ee276..fea07909ec 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 137 ^ - --items 10836221 ^ + --sel 140 ^ + --items 10935649 ^ --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 014f99d6d7..9429d1c06c 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 53240598 \ + --topic 53297195 \ --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 2dd40789df..ebfb073646 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 53240598 ^ + --topic 53297195 ^ --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 3c0f5dfe88..c2e5ec5693 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 1031165909 \ + --campaign 1031220793 \ --limit 150 \ --category 126 \ - --post 7395 \ + --post 7521 \ --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 84e00daac7..2bc31eeb36 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 1031165909 ^ + --campaign 1031220793 ^ --limit 150 ^ --category 126 ^ - --post 7395 ^ + --post 7521 ^ --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 a82acaaec3..01182131fa 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_457246825','video-218861756_456240246']" \ + --objects "['photo657846756_457246956','video-218861756_456240274']" \ --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 81f99c1c98..53c049e819 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_457246825','video-218861756_456240246']" ^ + --objects "['photo657846756_457246956','video-218861756_456240274']" ^ --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 681b867c7b..f30623b9e7 100644 --- a/docs/en/cli/vk/CreatePost/bash.txt +++ b/docs/en/cli/vk/CreatePost/bash.txt @@ -2,7 +2,7 @@ oint vk CreatePost \ --text "Post from autotest" \ - --pictures "C:\Users\Administrator\AppData\Local\Temp\hz40c2xfrdt.png" \ + --pictures "C:\Users\Administrator\AppData\Local\Temp\lltd2u5fe50.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 007c55b409..686ee340ad 100644 --- a/docs/en/cli/vk/CreatePost/bat.txt +++ b/docs/en/cli/vk/CreatePost/bat.txt @@ -2,7 +2,7 @@ oint vk CreatePost ^ --text "Post from autotest" ^ - --pictures "C:\Users\Administrator\AppData\Local\Temp\hz40c2xfrdt.png" ^ + --pictures "C:\Users\Administrator\AppData\Local\Temp\lltd2u5fe50.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 c0376ccbb6..67f967663f 100644 --- a/docs/en/cli/vk/CreateStory/bash.txt +++ b/docs/en/cli/vk/CreateStory/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk CreateStory \ - --picture "C:\Users\Administrator\AppData\Local\Temp\iug3s31lokf.png" \ + --picture "C:\Users\Administrator\AppData\Local\Temp\sjsfi2crla3.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 aef5b8ab56..178516c476 100644 --- a/docs/en/cli/vk/CreateStory/bat.txt +++ b/docs/en/cli/vk/CreateStory/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk CreateStory ^ - --picture "C:\Users\Administrator\AppData\Local\Temp\iug3s31lokf.png" ^ + --picture "C:\Users\Administrator\AppData\Local\Temp\sjsfi2crla3.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 2cee97a7e1..8a5137a330 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 308117557 \ + --album 308344747 \ --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 e9b561e5b8..f6d0e661d1 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 308117557 ^ + --album 308344747 ^ --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 37d219a75a..3bcf024852 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 457254778 \ + --pictureid 457255037 \ --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 6b877c04a3..cf7105dc24 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 457254778 ^ + --pictureid 457255037 ^ --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 96e5674fb6..5e6ca49755 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 "7389" \ + --post "7515" \ --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 c88830a67c..e0abae91fd 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 "7389" ^ + --post "7515" ^ --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 0eada9cda0..651e186715 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 10836221 \ + --item 10935649 \ --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 6cfb0887b3..fd8cdea802 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 10836221 ^ + --item 10935649 ^ --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 e9c65beb04..640637fc4b 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 "2409" \ + --prop "2681" \ --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 b72c4a72a9..a785a2430e 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 "2409" ^ + --prop "2681" ^ --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 261c4e6d5d..c0144a35eb 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 5167 \ + --option 5515 \ --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 8f51f0e6fe..45b4a52145 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 5167 ^ + --option 5515 ^ --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 2ea3254fab..014237f11b 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 137 \ + --sel 140 \ --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 afd355c200..a4757bd2db 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 137 ^ + --sel 140 ^ --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 3c3ddedfcd..170db8964b 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 10836221 \ + --item 10935649 \ --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 288622b4e0..0a638d1145 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 10836221 ^ + --item 10935649 ^ --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 2ab3b55fb2..4769910e70 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 137 \ + --sel 140 \ --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 c806d78d27..727cf1e240 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 137 ^ + --sel 140 ^ --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 3f666acb2e..bd38a3cfd0 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 "2409" \ + --prop "2681" \ --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 c1188f2e17..bb21fd7bb7 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 "2409" ^ + --prop "2681" ^ --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 c2fbbb1b0b..0051773319 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 "2409" \ - --option 5167 \ + --prop "2681" \ + --option 5515 \ --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 f9adf1fbea..40c7791c1a 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 "2409" ^ - --option 5167 ^ + --prop "2681" ^ + --option 5515 ^ --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 fafa3b5c61..8d074dd6b7 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 "[10836224,10836230]" \ + --items "[10935650,10935651]" \ --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 f8bced63a8..9213f36ee5 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 "[10836224,10836230]" ^ + --items "[10935650,10935651]" ^ --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 0689cbcbeb..6fc4b73ad9 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 137 \ + --sels 140 \ --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 01b6428132..46c4341ca6 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 137 ^ + --sels 140 ^ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/GetStatistics/bash.txt b/docs/en/cli/vk/GetStatistics/bash.txt index eeda804370..7bf9d9b66e 100644 --- a/docs/en/cli/vk/GetStatistics/bash.txt +++ b/docs/en/cli/vk/GetStatistics/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint vk GetStatistics \ - --datefrom "2025-03-18T00:00:00" \ - --dateto "2025-03-18T23:59:59" \ + --datefrom "2025-04-06T00:00:00" \ + --dateto "2025-04-06T23:59:59" \ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/GetStatistics/bat.txt b/docs/en/cli/vk/GetStatistics/bat.txt index d74e22d103..d9d64a7ff1 100644 --- a/docs/en/cli/vk/GetStatistics/bat.txt +++ b/docs/en/cli/vk/GetStatistics/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint vk GetStatistics ^ - --datefrom "2025-03-18T00:00:00" ^ - --dateto "2025-03-18T23:59:59" ^ + --datefrom "2025-04-06T00:00:00" ^ + --dateto "2025-04-06T23:59:59" ^ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/GroupProducts/bash.txt b/docs/en/cli/vk/GroupProducts/bash.txt index e18ca6a85d..aa002cf888 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 "[10836224,10836230]" \ + --items "[10935650,10935651]" \ --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 2cd4a1f1a9..6a438d611f 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 "[10836224,10836230]" ^ + --items "[10935650,10935651]" ^ --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 0f5637c05b..2548b5dff9 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 7392 \ + --post 7518 \ --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 c386d2156c..ec277b4e3d 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 7392 ^ + --post 7518 ^ --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 86d116f138..a0532116f0 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 53240598 \ + --topic 53297195 \ --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 b581c1d25e..807d0f9245 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 53240598 ^ + --topic 53297195 ^ --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 ad68f51c55..fa8b2ec5f4 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 137 \ - --item 10836221 \ + --sel 140 \ + --item 10935649 \ --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 4ef6620b48..1eadc4ca4a 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 137 ^ - --item 10836221 ^ + --sel 140 ^ + --item 10935649 ^ --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 4e5087aeef..88982acbaf 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 308117557 \ + --album 308344747 \ --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 32c6ecec41..3c08db9f7c 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 308117557 ^ + --album 308344747 ^ --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 0477b96e4c..cb8fad91dc 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 7392 \ + --post 7518 \ --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 8297062475..e79e5ceef5 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 7392 ^ + --post 7518 ^ --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 991fc3b0af..f1554b24f7 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 53240598 \ + --topic 53297195 \ --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 de375fb512..d55e67f037 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 53240598 ^ + --topic 53297195 ^ --text "I like yellow more" ^ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vkteams/ChangeChatPicture/bash.txt b/docs/en/cli/vkteams/ChangeChatPicture/bash.txt index 8d8afadf0f..52a80f4299 100644 --- a/docs/en/cli/vkteams/ChangeChatPicture/bash.txt +++ b/docs/en/cli/vkteams/ChangeChatPicture/bash.txt @@ -1,4 +1,4 @@ oint vkteams ChangeChatPicture \ --token "***" \ --chatid "AoLI0egLWBSLR1Ngn2w" \ - --file "C:\Users\Administrator\AppData\Local\Temp\ku2ovywiby4.png" \ No newline at end of file + --file "C:\Users\Administrator\AppData\Local\Temp\apbrckmgzig.png" \ No newline at end of file diff --git a/docs/en/cli/vkteams/ChangeChatPicture/bat.txt b/docs/en/cli/vkteams/ChangeChatPicture/bat.txt index 797bf4793a..f6ccfa405e 100644 --- a/docs/en/cli/vkteams/ChangeChatPicture/bat.txt +++ b/docs/en/cli/vkteams/ChangeChatPicture/bat.txt @@ -1,4 +1,4 @@ oint vkteams ChangeChatPicture ^ --token "***" ^ --chatid "AoLI0egLWBSLR1Ngn2w" ^ - --file "C:\Users\Administrator\AppData\Local\Temp\ku2ovywiby4.png" \ No newline at end of file + --file "C:\Users\Administrator\AppData\Local\Temp\apbrckmgzig.png" \ No newline at end of file diff --git a/docs/en/cli/vkteams/DeleteMessage/bash.txt b/docs/en/cli/vkteams/DeleteMessage/bash.txt index 88eb84d6a5..18e49a91b1 100644 --- a/docs/en/cli/vkteams/DeleteMessage/bash.txt +++ b/docs/en/cli/vkteams/DeleteMessage/bash.txt @@ -1,4 +1,4 @@ oint vkteams DeleteMessage \ --token "***" \ --chatid "689203963@chat.agent" \ - --messageid "7483059599277304549" \ No newline at end of file + --messageid "7490189309413174370" \ No newline at end of file diff --git a/docs/en/cli/vkteams/DeleteMessage/bat.txt b/docs/en/cli/vkteams/DeleteMessage/bat.txt index 460388fe03..fe5e0f6bff 100644 --- a/docs/en/cli/vkteams/DeleteMessage/bat.txt +++ b/docs/en/cli/vkteams/DeleteMessage/bat.txt @@ -1,4 +1,4 @@ oint vkteams DeleteMessage ^ --token "***" ^ --chatid "689203963@chat.agent" ^ - --messageid "7483059599277304549" \ No newline at end of file + --messageid "7490189309413174370" \ No newline at end of file diff --git a/docs/en/cli/vkteams/EditMessageText/bash.txt b/docs/en/cli/vkteams/EditMessageText/bash.txt index 14aebfdd12..9868efb298 100644 --- a/docs/en/cli/vkteams/EditMessageText/bash.txt +++ b/docs/en/cli/vkteams/EditMessageText/bash.txt @@ -1,6 +1,6 @@ oint vkteams EditMessageText \ --token "***" \ --chatid "689203963@chat.agent" \ - --messageid "7483059599277304549" \ + --messageid "7490189309413174370" \ --text "New bold message text" \ --parsemod "HTML" \ No newline at end of file diff --git a/docs/en/cli/vkteams/EditMessageText/bat.txt b/docs/en/cli/vkteams/EditMessageText/bat.txt index d4dfb2b8af..3d13d0d820 100644 --- a/docs/en/cli/vkteams/EditMessageText/bat.txt +++ b/docs/en/cli/vkteams/EditMessageText/bat.txt @@ -1,6 +1,6 @@ oint vkteams EditMessageText ^ --token "***" ^ --chatid "689203963@chat.agent" ^ - --messageid "7483059599277304549" ^ + --messageid "7490189309413174370" ^ --text "New bold message text" ^ --parsemod "HTML" \ No newline at end of file diff --git a/docs/en/cli/vkteams/ForwardMessage/bash.txt b/docs/en/cli/vkteams/ForwardMessage/bash.txt index 99a1ba32b5..a7dc40a262 100644 --- a/docs/en/cli/vkteams/ForwardMessage/bash.txt +++ b/docs/en/cli/vkteams/ForwardMessage/bash.txt @@ -1,6 +1,6 @@ oint vkteams ForwardMessage \ --token "***" \ - --messageid "7483059599277304549" \ + --messageid "7490189309413174370" \ --fromid "689203963@chat.agent" \ --chatid "AoLI0egLWBSLR1Ngn2w" \ --text "Additional text" \ No newline at end of file diff --git a/docs/en/cli/vkteams/ForwardMessage/bat.txt b/docs/en/cli/vkteams/ForwardMessage/bat.txt index ff61136e81..b52ec724d7 100644 --- a/docs/en/cli/vkteams/ForwardMessage/bat.txt +++ b/docs/en/cli/vkteams/ForwardMessage/bat.txt @@ -1,6 +1,6 @@ oint vkteams ForwardMessage ^ --token "***" ^ - --messageid "7483059599277304549" ^ + --messageid "7490189309413174370" ^ --fromid "689203963@chat.agent" ^ --chatid "AoLI0egLWBSLR1Ngn2w" ^ --text "Additional text" \ No newline at end of file diff --git a/docs/en/cli/vkteams/GetEvents/bash.txt b/docs/en/cli/vkteams/GetEvents/bash.txt index a30a1596b3..7d5ce04e89 100644 --- a/docs/en/cli/vkteams/GetEvents/bash.txt +++ b/docs/en/cli/vkteams/GetEvents/bash.txt @@ -1,4 +1,4 @@ oint vkteams GetEvents \ --token "***" \ - --last 440 \ + --last 455 \ --timeout 3 \ No newline at end of file diff --git a/docs/en/cli/vkteams/GetEvents/bat.txt b/docs/en/cli/vkteams/GetEvents/bat.txt index c42a0449a6..9417401f1b 100644 --- a/docs/en/cli/vkteams/GetEvents/bat.txt +++ b/docs/en/cli/vkteams/GetEvents/bat.txt @@ -1,4 +1,4 @@ oint vkteams GetEvents ^ --token "***" ^ - --last 440 ^ + --last 455 ^ --timeout 3 \ No newline at end of file diff --git a/docs/en/cli/vkteams/GetFileInformation/bash.txt b/docs/en/cli/vkteams/GetFileInformation/bash.txt index 302f8fe506..1ac85e8dc0 100644 --- a/docs/en/cli/vkteams/GetFileInformation/bash.txt +++ b/docs/en/cli/vkteams/GetFileInformation/bash.txt @@ -1,3 +1,3 @@ oint vkteams GetFileInformation \ --token "***" \ - --fileid "wjnNs2AxFSop3YdXRV6paa67d92b321bd" \ No newline at end of file + --fileid "XiiPRRLGM665r2wDm5E2tI67f27fb81bd" \ No newline at end of file diff --git a/docs/en/cli/vkteams/GetFileInformation/bat.txt b/docs/en/cli/vkteams/GetFileInformation/bat.txt index fe2aa6c184..b095f8eb78 100644 --- a/docs/en/cli/vkteams/GetFileInformation/bat.txt +++ b/docs/en/cli/vkteams/GetFileInformation/bat.txt @@ -1,3 +1,3 @@ oint vkteams GetFileInformation ^ --token "***" ^ - --fileid "wjnNs2AxFSop3YdXRV6paa67d92b321bd" \ No newline at end of file + --fileid "XiiPRRLGM665r2wDm5E2tI67f27fb81bd" \ No newline at end of file diff --git a/docs/en/cli/vkteams/PinMessage/bash.txt b/docs/en/cli/vkteams/PinMessage/bash.txt index 718093fdb1..58bb1235ca 100644 --- a/docs/en/cli/vkteams/PinMessage/bash.txt +++ b/docs/en/cli/vkteams/PinMessage/bash.txt @@ -1,4 +1,4 @@ oint vkteams PinMessage \ --token "***" \ --chatid "689203963@chat.agent" \ - --messageid "7483059599277304549" \ No newline at end of file + --messageid "7490189309413174370" \ No newline at end of file diff --git a/docs/en/cli/vkteams/PinMessage/bat.txt b/docs/en/cli/vkteams/PinMessage/bat.txt index 440c0ee67f..b0bdea777d 100644 --- a/docs/en/cli/vkteams/PinMessage/bat.txt +++ b/docs/en/cli/vkteams/PinMessage/bat.txt @@ -1,4 +1,4 @@ oint vkteams PinMessage ^ --token "***" ^ --chatid "689203963@chat.agent" ^ - --messageid "7483059599277304549" \ No newline at end of file + --messageid "7490189309413174370" \ No newline at end of file diff --git a/docs/en/cli/vkteams/ResendFile/bash.txt b/docs/en/cli/vkteams/ResendFile/bash.txt index b5fc4f520e..80f2922cd7 100644 --- a/docs/en/cli/vkteams/ResendFile/bash.txt +++ b/docs/en/cli/vkteams/ResendFile/bash.txt @@ -1,5 +1,5 @@ oint vkteams ResendFile \ --token "***" \ --chatid "AoLI0egLWBSLR1Ngn2w" \ - --fileid "wjnNs2AxFSop3YdXRV6paa67d92b321bd" \ + --fileid "XiiPRRLGM665r2wDm5E2tI67f27fb81bd" \ --text "File caption" \ No newline at end of file diff --git a/docs/en/cli/vkteams/ResendFile/bat.txt b/docs/en/cli/vkteams/ResendFile/bat.txt index 89d06c164f..bb2018d023 100644 --- a/docs/en/cli/vkteams/ResendFile/bat.txt +++ b/docs/en/cli/vkteams/ResendFile/bat.txt @@ -1,5 +1,5 @@ oint vkteams ResendFile ^ --token "***" ^ --chatid "AoLI0egLWBSLR1Ngn2w" ^ - --fileid "wjnNs2AxFSop3YdXRV6paa67d92b321bd" ^ + --fileid "XiiPRRLGM665r2wDm5E2tI67f27fb81bd" ^ --text "File caption" \ No newline at end of file diff --git a/docs/en/cli/vkteams/ResendVoice/bash.txt b/docs/en/cli/vkteams/ResendVoice/bash.txt index 3cfaeed80c..847dcc3527 100644 --- a/docs/en/cli/vkteams/ResendVoice/bash.txt +++ b/docs/en/cli/vkteams/ResendVoice/bash.txt @@ -1,4 +1,4 @@ oint vkteams ResendVoice \ --token "***" \ --chatid "AoLI0egLWBSLR1Ngn2w" \ - --fileid "I000bKmR1Le9vPhHyrtKqJ67d92b501bd" \ No newline at end of file + --fileid "I000brQvUxFXXRyIJHlXZS67f27fd71bd" \ No newline at end of file diff --git a/docs/en/cli/vkteams/ResendVoice/bat.txt b/docs/en/cli/vkteams/ResendVoice/bat.txt index a6323a71da..de7f2e65a8 100644 --- a/docs/en/cli/vkteams/ResendVoice/bat.txt +++ b/docs/en/cli/vkteams/ResendVoice/bat.txt @@ -1,4 +1,4 @@ oint vkteams ResendVoice ^ --token "***" ^ --chatid "AoLI0egLWBSLR1Ngn2w" ^ - --fileid "I000bKmR1Le9vPhHyrtKqJ67d92b501bd" \ No newline at end of file + --fileid "I000brQvUxFXXRyIJHlXZS67f27fd71bd" \ No newline at end of file diff --git a/docs/en/cli/vkteams/SendFile/bash.txt b/docs/en/cli/vkteams/SendFile/bash.txt index 0870072413..e4bcfc474a 100644 --- a/docs/en/cli/vkteams/SendFile/bash.txt +++ b/docs/en/cli/vkteams/SendFile/bash.txt @@ -1,6 +1,6 @@ oint vkteams SendFile \ --token "***" \ --chatid "AoLI0egLWBSLR1Ngn2w" \ - --file "C:\Users\Administrator\AppData\Local\Temp\0hczlbkqfat.tmp" \ + --file "C:\Users\Administrator\AppData\Local\Temp\xc3moc0w53i.tmp" \ --text "File caption" \ --filename "ImportantDocument.docx" \ No newline at end of file diff --git a/docs/en/cli/vkteams/SendFile/bat.txt b/docs/en/cli/vkteams/SendFile/bat.txt index 021cf6d77d..4418c669b3 100644 --- a/docs/en/cli/vkteams/SendFile/bat.txt +++ b/docs/en/cli/vkteams/SendFile/bat.txt @@ -1,6 +1,6 @@ oint vkteams SendFile ^ --token "***" ^ --chatid "AoLI0egLWBSLR1Ngn2w" ^ - --file "C:\Users\Administrator\AppData\Local\Temp\0hczlbkqfat.tmp" ^ + --file "C:\Users\Administrator\AppData\Local\Temp\xc3moc0w53i.tmp" ^ --text "File caption" ^ --filename "ImportantDocument.docx" \ No newline at end of file diff --git a/docs/en/cli/vkteams/SendTextMessage/bash.txt b/docs/en/cli/vkteams/SendTextMessage/bash.txt index 3c35959958..e8ab08d3d9 100644 --- a/docs/en/cli/vkteams/SendTextMessage/bash.txt +++ b/docs/en/cli/vkteams/SendTextMessage/bash.txt @@ -2,6 +2,6 @@ oint vkteams SendTextMessage \ --token "***" \ --chatid "689203963@chat.agent" \ --text "Bold text" \ - --reply "7483034830200908498" \ + --reply "7490172322817518660" \ --keyboard "[[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}],[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}]]" \ --parsemod "HTML" \ No newline at end of file diff --git a/docs/en/cli/vkteams/SendTextMessage/bat.txt b/docs/en/cli/vkteams/SendTextMessage/bat.txt index 5e63540505..08f7c55483 100644 --- a/docs/en/cli/vkteams/SendTextMessage/bat.txt +++ b/docs/en/cli/vkteams/SendTextMessage/bat.txt @@ -2,6 +2,6 @@ oint vkteams SendTextMessage ^ --token "***" ^ --chatid "689203963@chat.agent" ^ --text "Bold text" ^ - --reply "7483034830200908498" ^ + --reply "7490172322817518660" ^ --keyboard "[[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}],[{'text':'Button1','callbackData':'ButtonEvent1','style':'attention'},{'text':'Button2','url':'https://openintegrations.dev','style':'base'}]]" ^ --parsemod "HTML" \ No newline at end of file diff --git a/docs/en/cli/vkteams/SendVoice/bash.txt b/docs/en/cli/vkteams/SendVoice/bash.txt index 18d024502b..0cdda8a132 100644 --- a/docs/en/cli/vkteams/SendVoice/bash.txt +++ b/docs/en/cli/vkteams/SendVoice/bash.txt @@ -1,5 +1,5 @@ oint vkteams SendVoice \ --token "***" \ --chatid "689203963@chat.agent" \ - --file "C:\Users\Administrator\AppData\Local\Temp\neeuwu2mqpm.m4a" \ - --reply "7483059599277304549" \ No newline at end of file + --file "C:\Users\Administrator\AppData\Local\Temp\rkpsnpvo003.m4a" \ + --reply "7490189309413174370" \ No newline at end of file diff --git a/docs/en/cli/vkteams/SendVoice/bat.txt b/docs/en/cli/vkteams/SendVoice/bat.txt index 178d81e10e..5a5f6a0c83 100644 --- a/docs/en/cli/vkteams/SendVoice/bat.txt +++ b/docs/en/cli/vkteams/SendVoice/bat.txt @@ -1,5 +1,5 @@ oint vkteams SendVoice ^ --token "***" ^ --chatid "689203963@chat.agent" ^ - --file "C:\Users\Administrator\AppData\Local\Temp\neeuwu2mqpm.m4a" ^ - --reply "7483059599277304549" \ No newline at end of file + --file "C:\Users\Administrator\AppData\Local\Temp\rkpsnpvo003.m4a" ^ + --reply "7490189309413174370" \ No newline at end of file diff --git a/docs/en/cli/vkteams/UnpinMessage/bash.txt b/docs/en/cli/vkteams/UnpinMessage/bash.txt index e7bcada271..9edc1e03da 100644 --- a/docs/en/cli/vkteams/UnpinMessage/bash.txt +++ b/docs/en/cli/vkteams/UnpinMessage/bash.txt @@ -1,4 +1,4 @@ oint vkteams UnpinMessage \ --token "***" \ --chatid "689203963@chat.agent" \ - --messageid "7483059599277304549" \ No newline at end of file + --messageid "7490189309413174370" \ No newline at end of file diff --git a/docs/en/cli/vkteams/UnpinMessage/bat.txt b/docs/en/cli/vkteams/UnpinMessage/bat.txt index b432118c66..88fb774abb 100644 --- a/docs/en/cli/vkteams/UnpinMessage/bat.txt +++ b/docs/en/cli/vkteams/UnpinMessage/bat.txt @@ -1,4 +1,4 @@ oint vkteams UnpinMessage ^ --token "***" ^ --chatid "689203963@chat.agent" ^ - --messageid "7483059599277304549" \ No newline at end of file + --messageid "7490189309413174370" \ 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 ec794ee0fe..8446206400 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 "/264c662e-562f-43d2-8b44-b56e5052c0f4.png" \ No newline at end of file + --path "/b8c07056-429f-4772-a2d1-2de755439362.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 0b38f623ba..ffcfe12665 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 "/264c662e-562f-43d2-8b44-b56e5052c0f4.png" \ No newline at end of file + --path "/b8c07056-429f-4772-a2d1-2de755439362.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 73cfb53a7a..50b102c27d 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 "/5767d25a-5151-4b31-8ae7-0802b461d40a" \ No newline at end of file + --path "/a5763234-c282-42ea-9ac4-4ae45b22ae70" \ 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 2c19e3fe7b..f22f5134d3 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 "/5767d25a-5151-4b31-8ae7-0802b461d40a" \ No newline at end of file + --path "/a5763234-c282-42ea-9ac4-4ae45b22ae70" \ 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 878ee4c0cd..2cdc55a60a 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 "/42682b85-cec2-41a7-b566-f31c54b0a174.png" \ - --to "/4d511623-cebd-4df0-85e0-78894cba0218.png" \ + --from "/36990b2e-65d6-432f-877a-a26eface10b1.png" \ + --to "/9b9674c8-6907-4bb8-b5ea-dbf85ffb48f8.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 280f0f889d..d72a09c152 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 "/42682b85-cec2-41a7-b566-f31c54b0a174.png" ^ - --to "/4d511623-cebd-4df0-85e0-78894cba0218.png" ^ + --from "/36990b2e-65d6-432f-877a-a26eface10b1.png" ^ + --to "/9b9674c8-6907-4bb8-b5ea-dbf85ffb48f8.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 61457dbc30..cca276d21d 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 "/a38ebad2-e153-4378-bb47-fcec97b5f183.png" \ + --path "/10b25db9-2b6e-4954-a036-5b7907e3f355.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 b1e8b356d3..931a23c6c5 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 "/a38ebad2-e153-4378-bb47-fcec97b5f183.png" ^ + --path "/10b25db9-2b6e-4954-a036-5b7907e3f355.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 2c062b4f2f..2de0b68a6d 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 "/2cd1e258-1832-4da5-ae43-eedc044ce5e0.png" \ No newline at end of file + --path "/9b9389c1-5da1-4935-b267-aebd03ac9d6d.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 1b3b008ccf..7d59ec39a2 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 "/2cd1e258-1832-4da5-ae43-eedc044ce5e0.png" \ No newline at end of file + --path "/9b9389c1-5da1-4935-b267-aebd03ac9d6d.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 41fda51a23..c95401ace7 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 "/2cd1e258-1832-4da5-ae43-eedc044ce5e0.png" \ No newline at end of file + --path "/9b9389c1-5da1-4935-b267-aebd03ac9d6d.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 85e734b010..7e47996f01 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 "/2cd1e258-1832-4da5-ae43-eedc044ce5e0.png" \ No newline at end of file + --path "/9b9389c1-5da1-4935-b267-aebd03ac9d6d.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 231ee968fa..41028f6474 100644 --- a/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bash.txt +++ b/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bash.txt @@ -1,3 +1,3 @@ oint yadisk GetDownloadLinkForPublicObject \ --token "***" \ - --url "https://yadi.sk/d/4UVW7It3j__BCg" \ No newline at end of file + --url "https://yadi.sk/d/i0mqag2n-2fUIA" \ 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 9cb0a2aef3..a95111597d 100644 --- a/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bat.txt +++ b/docs/en/cli/yadisk/GetDownloadLinkForPublicObject/bat.txt @@ -1,3 +1,3 @@ oint yadisk GetDownloadLinkForPublicObject ^ --token "***" ^ - --url "https://yadi.sk/d/4UVW7It3j__BCg" \ No newline at end of file + --url "https://yadi.sk/d/i0mqag2n-2fUIA" \ 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 e3b77c66b9..f331598a18 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 "/9f6968a9-f866-44b1-8195-eea8b76b43c2.png" \ No newline at end of file + --path "/5cf17335-6093-4afe-8bf6-92cc62cd29dd.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 ec6d07d0fd..bfb3b41422 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 "/9f6968a9-f866-44b1-8195-eea8b76b43c2.png" \ No newline at end of file + --path "/5cf17335-6093-4afe-8bf6-92cc62cd29dd.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 c981be8df4..e749fe7aef 100644 --- a/docs/en/cli/yadisk/GetPublicObject/bash.txt +++ b/docs/en/cli/yadisk/GetPublicObject/bash.txt @@ -1,3 +1,3 @@ oint yadisk GetPublicObject \ --token "***" \ - --url "https://yadi.sk/d/4UVW7It3j__BCg" \ No newline at end of file + --url "https://yadi.sk/d/i0mqag2n-2fUIA" \ 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 da982d35ae..5cd8b8c705 100644 --- a/docs/en/cli/yadisk/GetPublicObject/bat.txt +++ b/docs/en/cli/yadisk/GetPublicObject/bat.txt @@ -1,3 +1,3 @@ oint yadisk GetPublicObject ^ --token "***" ^ - --url "https://yadi.sk/d/4UVW7It3j__BCg" \ No newline at end of file + --url "https://yadi.sk/d/i0mqag2n-2fUIA" \ 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 7bfbdcd30a..d5b0ebe4cb 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 "/160c6afd-80e0-43b1-abd7-395fde9ba745.png" \ - --to "/5adb8e92-5d60-4e75-98d8-e43a403679ee.png" \ + --from "/3fbdf1e7-c3c4-4f3a-978d-f030c2d990a5.png" \ + --to "/551ac59e-81e7-4cea-8343-113af60e454e.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 50325ec7a2..a6a5465366 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 "/160c6afd-80e0-43b1-abd7-395fde9ba745.png" ^ - --to "/5adb8e92-5d60-4e75-98d8-e43a403679ee.png" ^ + --from "/3fbdf1e7-c3c4-4f3a-978d-f030c2d990a5.png" ^ + --to "/551ac59e-81e7-4cea-8343-113af60e454e.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 71b1174487..f936ef7379 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 "/264c662e-562f-43d2-8b44-b56e5052c0f4.png" \ No newline at end of file + --path "/b8c07056-429f-4772-a2d1-2de755439362.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 6da01f03fc..c38360c24f 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 "/264c662e-562f-43d2-8b44-b56e5052c0f4.png" \ No newline at end of file + --path "/b8c07056-429f-4772-a2d1-2de755439362.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 fc26cbe403..2390c8fe6f 100644 --- a/docs/en/cli/yadisk/SavePublicObjectToDisk/bash.txt +++ b/docs/en/cli/yadisk/SavePublicObjectToDisk/bash.txt @@ -1,3 +1,3 @@ oint yadisk SavePublicObjectToDisk \ --token "***" \ - --url "https://yadi.sk/d/4UVW7It3j__BCg" \ No newline at end of file + --url "https://yadi.sk/d/i0mqag2n-2fUIA" \ 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 19f7845348..0406cf01f3 100644 --- a/docs/en/cli/yadisk/SavePublicObjectToDisk/bat.txt +++ b/docs/en/cli/yadisk/SavePublicObjectToDisk/bat.txt @@ -1,3 +1,3 @@ oint yadisk SavePublicObjectToDisk ^ --token "***" ^ - --url "https://yadi.sk/d/4UVW7It3j__BCg" \ No newline at end of file + --url "https://yadi.sk/d/i0mqag2n-2fUIA" \ 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 f4734036d6..81c93561bd 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 "/a38ebad2-e153-4378-bb47-fcec97b5f183.png" \ - --file "C:\Users\Administrator\AppData\Local\Temp\tfof0t253ym.png" \ + --path "/10b25db9-2b6e-4954-a036-5b7907e3f355.png" \ + --file "C:\Users\Administrator\AppData\Local\Temp\zzb4lhn2ban.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 334f7a3c6d..f75e656508 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 "/a38ebad2-e153-4378-bb47-fcec97b5f183.png" ^ - --file "C:\Users\Administrator\AppData\Local\Temp\tfof0t253ym.png" ^ + --path "/10b25db9-2b6e-4954-a036-5b7907e3f355.png" ^ + --file "C:\Users\Administrator\AppData\Local\Temp\zzb4lhn2ban.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 e63958bd50..2e52edf343 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 "/9f6968a9-f866-44b1-8195-eea8b76b43c2.png" \ + --path "/5cf17335-6093-4afe-8bf6-92cc62cd29dd.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 5083a28c66..5d1c3e8cd0 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 "/9f6968a9-f866-44b1-8195-eea8b76b43c2.png" ^ + --path "/5cf17335-6093-4afe-8bf6-92cc62cd29dd.png" ^ --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file