diff --git a/data.json.gpg b/data.json.gpg index 9458556bba..9e99a2e20e 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 d21671c569..6c07747143 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 "appB8uLtsckC9Omac" \ - --table "tblvPkcjx7CcThqMj" \ - --record "recZtlOmvttvWHnlA" \ + --base "appR5UuecMnWHjiem" \ + --table "tblmZDemgr7m6s7I2" \ + --record "rec9o5Xjz00RhO6hR" \ --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 e3e5df9253..24a3719186 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 "appB8uLtsckC9Omac" ^ - --table "tblvPkcjx7CcThqMj" ^ - --record "recZtlOmvttvWHnlA" ^ + --base "appR5UuecMnWHjiem" ^ + --table "tblmZDemgr7m6s7I2" ^ + --record "rec9o5Xjz00RhO6hR" ^ --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 fb2e544c5b..d6c2cbbb40 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 "appB8uLtsckC9Omac" \ - --table "tblvPkcjx7CcThqMj" \ - --title "ce3a80ac-3ae0-4677-a138-873885447df8" \ - --fielddata "{'name':'ce3a80ac-3ae0-4677-a138-873885447df8','type':'number','options':{'precision':0}}" \ No newline at end of file + --base "appR5UuecMnWHjiem" \ + --table "tblmZDemgr7m6s7I2" \ + --title "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7" \ + --fielddata "{'name':'d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7','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 d9d73ced4c..981250bf72 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 "appB8uLtsckC9Omac" ^ - --table "tblvPkcjx7CcThqMj" ^ - --title "ce3a80ac-3ae0-4677-a138-873885447df8" ^ - --fielddata "{'name':'ce3a80ac-3ae0-4677-a138-873885447df8','type':'number','options':{'precision':0}}" \ No newline at end of file + --base "appR5UuecMnWHjiem" ^ + --table "tblmZDemgr7m6s7I2" ^ + --title "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7" ^ + --fielddata "{'name':'d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7','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 a26274d68c..100ba8cf5a 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 "appB8uLtsckC9Omac" \ - --table "tblvPkcjx7CcThqMj" \ + --base "appR5UuecMnWHjiem" \ + --table "tblmZDemgr7m6s7I2" \ --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 dc34538c97..deeaad50f2 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 "appB8uLtsckC9Omac" ^ - --table "tblvPkcjx7CcThqMj" ^ + --base "appR5UuecMnWHjiem" ^ + --table "tblmZDemgr7m6s7I2" ^ --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 6021b1d3a1..fd53a45f02 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 "appB8uLtsckC9Omac" \ + --base "appR5UuecMnWHjiem" \ --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 3f45e8e1c4..7f2786479b 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 "appB8uLtsckC9Omac" ^ + --base "appR5UuecMnWHjiem" ^ --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 acde9fa44c..d38526ece9 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 "appB8uLtsckC9Omac" \ - --table "tblvPkcjx7CcThqMj" \ - --record "recZtlOmvttvWHnlA" \ - --comment "comelNGBIuvWYqbYx" \ No newline at end of file + --base "appR5UuecMnWHjiem" \ + --table "tblmZDemgr7m6s7I2" \ + --record "rec9o5Xjz00RhO6hR" \ + --comment "comEW34gMbbgxsHJC" \ 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 a00673d638..c05803ad49 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 "appB8uLtsckC9Omac" ^ - --table "tblvPkcjx7CcThqMj" ^ - --record "recZtlOmvttvWHnlA" ^ - --comment "comelNGBIuvWYqbYx" \ No newline at end of file + --base "appR5UuecMnWHjiem" ^ + --table "tblmZDemgr7m6s7I2" ^ + --record "rec9o5Xjz00RhO6hR" ^ + --comment "comEW34gMbbgxsHJC" \ 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 5089db5174..47f0636204 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 "appB8uLtsckC9Omac" \ - --table "tblvPkcjx7CcThqMj" \ - --records "recZtlOmvttvWHnlA" \ No newline at end of file + --base "appR5UuecMnWHjiem" \ + --table "tblmZDemgr7m6s7I2" \ + --records "rec9o5Xjz00RhO6hR" \ 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 e875f9583d..d51228e835 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 "appB8uLtsckC9Omac" ^ - --table "tblvPkcjx7CcThqMj" ^ - --records "recZtlOmvttvWHnlA" \ No newline at end of file + --base "appR5UuecMnWHjiem" ^ + --table "tblmZDemgr7m6s7I2" ^ + --records "rec9o5Xjz00RhO6hR" \ 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 5611d80554..3c7ae78a24 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 "appB8uLtsckC9Omac" \ - --table "tblvPkcjx7CcThqMj" \ - --record "recZtlOmvttvWHnlA" \ - --comment "comelNGBIuvWYqbYx" \ + --base "appR5UuecMnWHjiem" \ + --table "tblmZDemgr7m6s7I2" \ + --record "rec9o5Xjz00RhO6hR" \ + --comment "comEW34gMbbgxsHJC" \ --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 dde6e3bd4a..f3a45346b2 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 "appB8uLtsckC9Omac" ^ - --table "tblvPkcjx7CcThqMj" ^ - --record "recZtlOmvttvWHnlA" ^ - --comment "comelNGBIuvWYqbYx" ^ + --base "appR5UuecMnWHjiem" ^ + --table "tblmZDemgr7m6s7I2" ^ + --record "rec9o5Xjz00RhO6hR" ^ + --comment "comEW34gMbbgxsHJC" ^ --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 2fb11954e5..4d4066d127 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 "appB8uLtsckC9Omac" \ - --table "tblvPkcjx7CcThqMj" \ - --record "recZtlOmvttvWHnlA" \ No newline at end of file + --base "appR5UuecMnWHjiem" \ + --table "tblmZDemgr7m6s7I2" \ + --record "rec9o5Xjz00RhO6hR" \ 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 22b9b455b9..85e7ed99aa 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 "appB8uLtsckC9Omac" ^ - --table "tblvPkcjx7CcThqMj" ^ - --record "recZtlOmvttvWHnlA" \ No newline at end of file + --base "appR5UuecMnWHjiem" ^ + --table "tblmZDemgr7m6s7I2" ^ + --record "rec9o5Xjz00RhO6hR" \ 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 572ea70c04..96b00f98b5 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 "appB8uLtsckC9Omac" \ No newline at end of file + --base "appR5UuecMnWHjiem" \ 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 5ce9100608..890bdf5fd5 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 "appB8uLtsckC9Omac" \ No newline at end of file + --base "appR5UuecMnWHjiem" \ 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 de0662a275..2e44c8328e 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 "appB8uLtsckC9Omac" \ - --table "tblvPkcjx7CcThqMj" \ No newline at end of file + --base "appR5UuecMnWHjiem" \ + --table "tblmZDemgr7m6s7I2" \ 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 ff43d5719b..20c5172901 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 "appB8uLtsckC9Omac" ^ - --table "tblvPkcjx7CcThqMj" \ No newline at end of file + --base "appR5UuecMnWHjiem" ^ + --table "tblmZDemgr7m6s7I2" \ 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 b36c66bee4..74e4056ca7 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 "ce3a80ac-3ae0-4677-a138-873885447df8" \ No newline at end of file + --title "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7" \ 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 bb12813489..cb2c044b11 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 "ce3a80ac-3ae0-4677-a138-873885447df8" \ No newline at end of file + --title "d62f3dda-eaa6-48e6-b0d8-ec3aa1accee7" \ 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 dcbbb3508f..7aa1d7c18c 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 "appB8uLtsckC9Omac" \ - --table "tblvPkcjx7CcThqMj" \ - --record "recZtlOmvttvWHnlA" \ No newline at end of file + --base "appR5UuecMnWHjiem" \ + --table "tblmZDemgr7m6s7I2" \ + --record "rec9o5Xjz00RhO6hR" \ 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 8480ea43a3..cc3c6e97d9 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 "appB8uLtsckC9Omac" ^ - --table "tblvPkcjx7CcThqMj" ^ - --record "recZtlOmvttvWHnlA" \ No newline at end of file + --base "appR5UuecMnWHjiem" ^ + --table "tblmZDemgr7m6s7I2" ^ + --record "rec9o5Xjz00RhO6hR" \ 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 709e067155..0ff55bdca6 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 "appB8uLtsckC9Omac" \ - --table "tblvPkcjx7CcThqMj" \ - --field "fldpiswpYE2fssYuy" \ - --title "38df5a05-0382-40df-a9b4-baf0be699586(change.)" \ + --base "appR5UuecMnWHjiem" \ + --table "tblmZDemgr7m6s7I2" \ + --field "fld9X9UVAqTxKdWyb" \ + --title "20db27d6-87ec-44d1-9064-17ab4cc292d7(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 a04b24b915..3a4f1d6e03 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 "appB8uLtsckC9Omac" ^ - --table "tblvPkcjx7CcThqMj" ^ - --field "fldpiswpYE2fssYuy" ^ - --title "38df5a05-0382-40df-a9b4-baf0be699586(change.)" ^ + --base "appR5UuecMnWHjiem" ^ + --table "tblmZDemgr7m6s7I2" ^ + --field "fld9X9UVAqTxKdWyb" ^ + --title "20db27d6-87ec-44d1-9064-17ab4cc292d7(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 8706916460..2bba5d7eef 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 "appB8uLtsckC9Omac" \ - --table "tblvPkcjx7CcThqMj" \ + --base "appR5UuecMnWHjiem" \ + --table "tblmZDemgr7m6s7I2" \ --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 6ed04d6653..54876c5301 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 "appB8uLtsckC9Omac" ^ - --table "tblvPkcjx7CcThqMj" ^ + --base "appR5UuecMnWHjiem" ^ + --table "tblmZDemgr7m6s7I2" ^ --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 9f2723ca59..1915920f56 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 2320 \ + --prevstage 2392 \ --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 7285593fca..a9d1b101fb 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 2320 ^ + --prevstage 2392 ^ --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 85bc1523cf..f99b23db94 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 2420 \ + --postid 2492 \ --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 91e92ae9e8..6b2cc9ee3a 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 2420 ^ + --postid 2492 ^ --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 eefbf4fc04..72e82d3a95 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 2420 \ + --postid 2492 \ --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 0a2404565a..0dd3c935c3 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 2420 ^ + --postid 2492 ^ --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 94450d1fbd..fd5c97fd13 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 "6198" \ + --task "6384" \ --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 23ee1fe998..48db58160b 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 "6198" ^ + --task "6384" ^ --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 99fc756e0d..1e3febb82a 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 "6202" \ + --task "6388" \ --amount 7200 \ --user 10 \ --text "Time spent on work" \ - --date "2025-05-04T22:23:19.2261444" \ + --date "2025-05-18T20:42:36.3042642" \ --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 81acab4d89..ff09b03fb8 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 "6202" ^ + --task "6388" ^ --amount 7200 ^ --user 10 ^ --text "Time spent on work" ^ - --date "2025-05-04T22:23:19.2261444" ^ + --date "2025-05-18T20:42:36.3042642" ^ --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 37f18bb098..a2e5a8bf1a 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 "6196" \ + --task "6382" \ --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 48b32089a4..73ef328a31 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 "6196" ^ + --task "6382" ^ --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 4d47430c40..8eb7d63f1e 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 "6196" \ + --task "6382" \ --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 9e59a2ec5f..6cf5a45492 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 "6196" ^ + --task "6382" ^ --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 d3c13ac945..bc51d085bf 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 2432 \ + --chat 2548 \ --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 94cca3c2f2..2169042a1f 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 2432 ^ + --chat 2548 ^ --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 68d9c44166..f8e70de446 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 "6196" \ + --task "6382" \ --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 4579fdff5c..bcae5a7122 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 "6196" ^ + --task "6382" ^ --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 398d7c780b..d00ba2499c 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 "6196" \ - --fileid 34354 \ + --task "6382" \ + --fileid 35380 \ --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 a6a91efd18..11a3ae2e19 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 "6196" ^ - --fileid 34354 ^ + --task "6382" ^ + --fileid 35380 ^ --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 da7f2c3f42..5737c727b0 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 2430 \ + --chat 2546 \ --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 b136db4382..69c8d19997 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 2430 ^ + --chat 2546 ^ --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 f01bad93a2..03a32a8643 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 2432 \ + --chat 2548 \ --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 8ee5671cd0..1d21dd422d 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 2432 ^ + --chat 2548 ^ --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 ebcaebcd10..e9125890ed 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 2432 \ + --chat 2548 \ --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 f02f7e2681..dc7ddb1418 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 2432 ^ + --chat 2548 ^ --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 1937722a2c..a6ab35655e 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 2432 \ + --chat 2548 \ --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 538ebb0fc0..3ba9bef0e9 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 2432 ^ + --chat 2548 ^ --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 72362a95cb..ff65b9343f 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 2046 \ + --userid 2150 \ --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 e45bcbf419..8b2f69a807 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 2046 ^ + --userid 2150 ^ --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 dcc7f89de0..803cde4552 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 "6196" \ + --task "6382" \ --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 e03674a4a3..4054afa322 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 "6196" ^ + --task "6382" ^ --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 879b78f890..afb4e58b80 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 "6196" \ + --task "6382" \ --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 1c3b8929e3..628fe9aaa0 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 "6196" ^ + --task "6382" ^ --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 3f10f75266..096a5bf7b2 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 "6196" \ - --element 4394 \ + --task "6382" \ + --element 4538 \ --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 aabc978a9a..8f320820a0 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 "6196" ^ - --element 4394 ^ + --task "6382" ^ + --element 4538 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateCalendar/bash.txt b/docs/en/cli/bitrix24/CreateCalendar/bash.txt index fa20979232..12f5f86b20 100644 --- a/docs/en/cli/bitrix24/CreateCalendar/bash.txt +++ b/docs/en/cli/bitrix24/CreateCalendar/bash.txt @@ -1,5 +1,6 @@ # JSON data can also be passed as a path to a .json file oint bitrix24 CreateCalendar \ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ - --fields "{'type':'user','ownerId':1,'name':'new calendar','description':'My new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" \ + --fields "{'type':'user','ownerId':1,'name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" \ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateCalendar/bat.txt b/docs/en/cli/bitrix24/CreateCalendar/bat.txt index 6ef8923125..d7185a0035 100644 --- a/docs/en/cli/bitrix24/CreateCalendar/bat.txt +++ b/docs/en/cli/bitrix24/CreateCalendar/bat.txt @@ -1,5 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint bitrix24 CreateCalendar ^ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ - --fields "{'type':'user','ownerId':1,'name':'new calendar','description':'My new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" ^ + --fields "{'type':'user','ownerId':1,'name':'Another calendar','description':'My other new calendar','color':'#FFFFFF','text_color':'#000000','export':{'ALLOW':'True','SET':'all'}}" ^ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreateCalendarEvent/bash.txt b/docs/en/cli/bitrix24/CreateCalendarEvent/bash.txt index ff6d8b7912..25c572d19a 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-05-22T09:41:40.3026948','to':'2025-05-22T10:41:40.3026948','section':734,'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-06-01T09:41:40.3026948'},'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-06-19T20:48:05.4932959','to':'2025-06-19T21:48:05.4932959','section':838,'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-06-29T20:48:05.4932959'},'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 f667e298ab..6b4e18d3ca 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-05-22T09:41:40.3026948','to':'2025-05-22T10:41:40.3026948','section':734,'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-06-01T09:41:40.3026948'},'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-06-19T20:48:05.4932959','to':'2025-06-19T21:48:05.4932959','section':838,'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-06-29T20:48:05.4932959'},'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 bdd834011c..92f119e7e5 100644 --- a/docs/en/cli/bitrix24/CreateDepartment/bash.txt +++ b/docs/en/cli/bitrix24/CreateDepartment/bash.txt @@ -1,4 +1,6 @@ oint bitrix24 CreateDepartment \ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ - --title "Main department" \ - --parentid 1 \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" \ + --title "Subordinate department" \ + --parentid 2142 \ + --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 cdbac85fad..a18c28ed15 100644 --- a/docs/en/cli/bitrix24/CreateDepartment/bat.txt +++ b/docs/en/cli/bitrix24/CreateDepartment/bat.txt @@ -1,4 +1,6 @@ oint bitrix24 CreateDepartment ^ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ - --title "Main department" ^ - --parentid 1 \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" ^ + --title "Subordinate department" ^ + --parentid 2142 ^ + --headid 1 ^ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreatePersonalNotification/bash.txt b/docs/en/cli/bitrix24/CreatePersonalNotification/bash.txt index 908a36de9e..6713e4ae7b 100644 --- a/docs/en/cli/bitrix24/CreatePersonalNotification/bash.txt +++ b/docs/en/cli/bitrix24/CreatePersonalNotification/bash.txt @@ -1,5 +1,6 @@ oint bitrix24 CreatePersonalNotification \ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ - --user 1 \ + --url "b24-ar17wx.bitrix24.by" \ + --user 10 \ --text "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'}}]" \ No newline at end of file + --tag "New" \ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt b/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt index bfb227068a..eba1ff07a7 100644 --- a/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt +++ b/docs/en/cli/bitrix24/CreatePersonalNotification/bat.txt @@ -1,5 +1,6 @@ oint bitrix24 CreatePersonalNotification ^ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ - --user 1 ^ + --url "b24-ar17wx.bitrix24.by" ^ + --user 10 ^ --text "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'}}]" \ No newline at end of file + --tag "New" ^ + --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 bc597dc04a..f4edc02b86 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 14404 \ + --comment 14828 \ --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 8a5821db2f..539867d895 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 14404 ^ + --comment 14828 ^ --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 4a0b05d647..51df55ae02 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 34364 \ + --folderid 35390 \ --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 7702cad0d1..9954edaba9 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 34364 ^ + --folderid 35390 ^ --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 8d3bddad53..ce5ab3c33a 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-06-05T22:18:20.8719923Z','RESPONSIBLE_ID':1}" \ + --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2025-06-19T20:37:37.5381696Z','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 7db0fd23c6..f2ebf4af13 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-06-05T22:18:20.8719923Z','RESPONSIBLE_ID':1}" ^ + --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2025-06-19T20:37:37.5381696Z','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 a386c9318b..5f72f6a9b5 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 "6196" \ - --taskto "6194" \ + --taskfrom "6382" \ + --taskto "6380" \ --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 da5103c216..94fa6622a3 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 "6196" ^ - --taskto "6194" ^ + --taskfrom "6382" ^ + --taskto "6380" ^ --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 7766474c45..b3b166061f 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':'964d81ad-d092-4bc1-8e9f-bc931e034c5c@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" \ + --fields "{'EMAIL':'db2bed65-8b3e-4584-88ad-4a802742ed5c@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 22632d87f8..0cda71f29d 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':'964d81ad-d092-4bc1-8e9f-bc931e034c5c@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" ^ + --fields "{'EMAIL':'db2bed65-8b3e-4584-88ad-4a802742ed5c@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 52b7b66575..5a188180cc 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 "6196" \ + --task "6382" \ --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 bb07c777bb..4fca9a88df 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 "6196" ^ + --task "6382" ^ --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 5c9ddc4059..ef5fb3b21d 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 "6196" \ - --user 2070 \ + --task "6382" \ + --user 2146 \ --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 86b51e5ba4..f410ad8c85 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 "6196" ^ - --user 2070 ^ + --task "6382" ^ + --user 2146 ^ --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 fa1bf8ee4d..63916a4b1b 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 734 \ + --calendar 838 \ --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 7c2f03280b..87c1dbfe30 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 734 ^ + --calendar 838 ^ --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 d16bc5d2ab..2cf4e6f708 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 1226 \ + --event 1434 \ --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 cc50ad3df4..3dcc7a7fee 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 1226 ^ + --event 1434 ^ --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 9ba5a01448..14c54eec19 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 3648 \ + --deal 3856 \ --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 0e0657e3b5..02814e2c09 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 3648 ^ + --deal 3856 ^ --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 152bddbe2b..db8269677c 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 2038 \ + --depid 2142 \ --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 c20a80859b..ee2f27b19f 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 2038 ^ + --depid 2142 ^ --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 c4fce6f100..b0ec10e263 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 34358 \ + --fileid 35384 \ --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 cf37e75906..0228722171 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 34358 ^ + --fileid 35384 ^ --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 5badc207ad..8f2a1299c5 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 34364 \ + --folderid 35390 \ --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 0e4f84139f..3c2ccd9d7c 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 34364 ^ + --folderid 35390 ^ --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 abf9f95bda..904d8190cb 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 2322 \ + --stage 2394 \ --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 4516d0a32b..42c43908e7 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 2322 ^ + --stage 2394 ^ --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 f548dd9291..3a4dce3186 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 1832 \ + --lead 1936 \ --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 7d4666c07b..8699eefbaa 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 1832 ^ + --lead 1936 ^ --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 6179b69f97..97b8053a3c 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 46470 \ + --message 48994 \ --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 8d1fbef39d..9766708a3d 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 46470 ^ + --message 48994 ^ --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 c2b04128b8..8a57cf5cb6 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 46480 \ + --notif 49004 \ --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 325b61d0b4..2f00caf3b6 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 46480 ^ + --notif 49004 ^ --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 9f5e055b31..c009b54589 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 2420 \ + --postid 2492 \ --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 bc8496023a..0592823cfa 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 2420 ^ + --postid 2492 ^ --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 631b7b93a3..44be95acd0 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 14404 \ + --comment 14828 \ --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 e99aa77aab..e9415ebf15 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 14404 ^ + --comment 14828 ^ --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 cc3b10d920..971e59da7e 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 "6196" \ + --task "6382" \ --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 820665a663..e6cb83de63 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 "6196" ^ + --task "6382" ^ --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 5312ec1b18..7d907a8bbc 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 "6198" \ - --comment 14404 \ + --task "6384" \ + --comment 14828 \ --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 1a3ceb0c77..15be7301d0 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 "6198" ^ - --comment 14404 ^ + --task "6384" ^ + --comment 14828 ^ --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 7407feae3f..f39ea7aa89 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 "6202" \ - --record 2308 \ + --task "6388" \ + --record 2380 \ --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 1053a350a4..3bedc2ff9d 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 "6202" ^ - --record 2308 ^ + --task "6388" ^ + --record 2380 ^ --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 e577aee59e..b1d755038f 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 "6196" \ - --element 4394 \ + --task "6382" \ + --element 4538 \ --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 37a88059d4..abaeb11596 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 "6196" ^ - --element 4394 ^ + --task "6382" ^ + --element 4538 ^ --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 779a8177b8..d1454478f7 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 "6196" \ - --taskto "6194" \ + --taskfrom "6382" \ + --taskto "6380" \ --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 f6450e5ebc..e9c40d61a4 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 "6196" ^ - --taskto "6194" ^ + --taskfrom "6382" ^ + --taskto "6380" ^ --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 76a4824cf8..4beca2ac6e 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 2432 \ + --chat 2548 \ --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 1027194a9d..364cf5b338 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 2432 ^ + --chat 2548 ^ --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 98d29e0fe4..365f39fc7c 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 2432 \ + --chat 2548 \ --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 f9129b9b08..a4dc696b8a 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 2432 ^ + --chat 2548 ^ --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 9c8d71212b..51d4804888 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 "6196" \ + --task "6382" \ --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 11bb90b69a..4490e2fb84 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 "6196" ^ + --task "6382" ^ --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 41d30203cc..121b3a3f3a 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 46470 \ + --message 48994 \ --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 a4dfaa9d5e..9f38e87779 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 46470 ^ + --message 48994 ^ --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 2f1435989a..40016a2b5d 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 2432 \ + --chat 2548 \ --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 e1d3e5ea59..cc705dedbf 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 2432 ^ + --chat 2548 ^ --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 7330a82f45..34961057ab 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 1226 \ + --event 1434 \ --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 f4b686c629..1f917f7958 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 1226 ^ + --event 1434 ^ --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 c3f94417d4..1b5a581262 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-05-22T09:41:58.092791Z','to':'2025-05-23T09:41:58.092791Z','section':[732,734]}" \ + --filter "{'from':'2025-06-19T20:48:23.7071294Z','to':'2025-06-20T20:48:23.7071294Z','section':[836,838]}" \ --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 51e52e1390..47414e26d9 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-05-22T09:41:58.092791Z','to':'2025-05-23T09:41:58.092791Z','section':[732,734]}" ^ + --filter "{'from':'2025-06-19T20:48:23.7071294Z','to':'2025-06-20T20:48:23.7071294Z','section':[836,838]}" ^ --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 4acd9a719a..1a2af2f459 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 2430 \ No newline at end of file + --chat 2546 \ 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 8314473ea4..39cfedc4b6 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 2430 \ No newline at end of file + --chat 2546 \ 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 c34fddc907..ac2c061843 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 2432 \ + --chat 2548 \ --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 6a352a3558..c9b15491f3 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 2432 ^ + --chat 2548 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetCurrentUser/bash.txt b/docs/en/cli/bitrix24/GetCurrentUser/bash.txt index eadf29ad00..d7c853cf96 100644 --- a/docs/en/cli/bitrix24/GetCurrentUser/bash.txt +++ b/docs/en/cli/bitrix24/GetCurrentUser/bash.txt @@ -1,2 +1,3 @@ oint bitrix24 GetCurrentUser \ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" \ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetCurrentUser/bat.txt b/docs/en/cli/bitrix24/GetCurrentUser/bat.txt index 09ebac732d..e8bc75d842 100644 --- a/docs/en/cli/bitrix24/GetCurrentUser/bat.txt +++ b/docs/en/cli/bitrix24/GetCurrentUser/bat.txt @@ -1,2 +1,3 @@ oint bitrix24 GetCurrentUser ^ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" ^ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetDeal/bash.txt b/docs/en/cli/bitrix24/GetDeal/bash.txt index c184581bfe..f6dc3dc9e2 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 3646 \ + --deal 3854 \ --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 ef8e6aa17f..b1253298c7 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 3646 ^ + --deal 3854 ^ --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 3bbd11f4e0..a0931d276f 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 34358 \ + --fileid 35384 \ --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 ef4ad3a2b4..7ddc1b298d 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 34358 ^ + --fileid 35384 ^ --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 702de346b6..a2c190d682 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 34358 \ + --fileid 35384 \ --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 73ec4af396..2e84a357bf 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 34358 ^ + --fileid 35384 ^ --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 9a3af8e1b3..5e11870525 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 34364 \ + --folderid 35390 \ --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 b0da61a6b1..1594948c8b 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 34364 ^ + --folderid 35390 ^ --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 b8d4dc4760..a830e8e838 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 34364 \ + --folderid 35390 \ --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 a463e95a3a..c30b179d1e 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 34364 ^ + --folderid 35390 ^ --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 97c7cb9e51..ce81c41048 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 34364 \ + --folderid 35390 \ --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 18402cb74c..4f4bf3c12f 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 34364 ^ + --folderid 35390 ^ --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 fc2e4ed2f1..0b0662a646 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 2418 \ + --postid 2490 \ --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 a384309b79..2e93e8b3fd 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 2418 ^ + --postid 2490 ^ --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 ce4f30431e..0655fa113a 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 1832 \ + --lead 1936 \ --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 cb1ef0c78c..a7b7e4f27f 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 1832 ^ + --lead 1936 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetLeadsList/bash.txt b/docs/en/cli/bitrix24/GetLeadsList/bash.txt index 64150fbcfa..6601be7579 100644 --- a/docs/en/cli/bitrix24/GetLeadsList/bash.txt +++ b/docs/en/cli/bitrix24/GetLeadsList/bash.txt @@ -1,2 +1,3 @@ oint bitrix24 GetLeadsList \ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" \ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetLeadsList/bat.txt b/docs/en/cli/bitrix24/GetLeadsList/bat.txt index 45c465624b..4da5b699b6 100644 --- a/docs/en/cli/bitrix24/GetLeadsList/bat.txt +++ b/docs/en/cli/bitrix24/GetLeadsList/bat.txt @@ -1,2 +1,3 @@ oint bitrix24 GetLeadsList ^ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" ^ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetPosts/bash.txt b/docs/en/cli/bitrix24/GetPosts/bash.txt index 7589b87843..2e3122d192 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 2420 \ + --postid 2492 \ --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 48d2f91fc9..39cc281875 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 2420 ^ + --postid 2492 ^ --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 775658d2e9..b4589230e7 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 "6198" \ + --task "6384" \ --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 cf78a50cf2..755493a896 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 "6198" ^ + --task "6384" ^ --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 7f31ccf66c..1810d9899d 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 "6196" \ + --task "6382" \ --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 302f9ec0c2..f8d8e55b34 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 "6196" ^ + --task "6382" ^ --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 cfb2a883e4..3641dc05f1 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 "6198" \ - --comment 14404 \ + --task "6384" \ + --comment 14828 \ --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 178e24f00f..e8a4093808 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 "6198" ^ - --comment 14404 ^ + --task "6384" ^ + --comment 14828 ^ --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 b2262bb8b7..26fd141a70 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 "6198" \ + --task "6384" \ --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 54069a0015..88ed2e57ec 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 "6198" ^ + --task "6384" ^ --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 bdb12e0349..a0ef392930 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 "6196" \ + --task "6382" \ --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 25684d10d2..20497d1821 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 "6196" ^ + --task "6382" ^ --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 eb3b59fcde..e717b68c84 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 "6202" \ - --record 2308 \ + --task "6388" \ + --record 2380 \ --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 72dc3f5d70..a307842cbe 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 "6202" ^ - --record 2308 ^ + --task "6388" ^ + --record 2380 ^ --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 df6c5cd58a..e2b6424465 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 "6202" \ + --task "6388" \ --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 a2f6817f16..60eccb2b31 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 "6202" ^ + --task "6388" ^ --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 559dff2062..674982ca93 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 "6196" \ + --task "6382" \ --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 dbba6448a7..ff74b1e94c 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 "6196" ^ + --task "6382" ^ --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 3a685a4038..05ca4dbceb 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 "6196" \ - --element 4394 \ + --task "6382" \ + --element 4538 \ --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 2ddf395554..ecc1e9d23a 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 "6196" ^ - --element 4394 ^ + --task "6382" ^ + --element 4538 ^ --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 198f54edc2..05c1575d30 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 2046 \ + --userid 2150 \ --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 bb9d10a466..1f258829e6 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 2046 ^ + --userid 2150 ^ --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 71bb6109c3..be533b35a0 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-05-21T09:42:03.4541713" \ - --to "2025-05-28T09:42:03.4541713" \ + --from "2025-06-18T20:48:29.1192143" \ + --to "2025-06-25T20:48:29.1192143" \ --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 0bd65ef80e..83b16cca31 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-05-21T09:42:03.4541713" ^ - --to "2025-05-28T09:42:03.4541713" ^ + --from "2025-06-18T20:48:29.1192143" ^ + --to "2025-06-25T20:48:29.1192143" ^ --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 a7a2a63c89..a3adc1ddca 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 1226 \ + --event 1434 \ --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 e6c1383401..fddf343bc6 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 1226 ^ + --event 1434 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUserStatus/bash.txt b/docs/en/cli/bitrix24/GetUserStatus/bash.txt index cfeb0498ca..3e9ffdcaaa 100644 --- a/docs/en/cli/bitrix24/GetUserStatus/bash.txt +++ b/docs/en/cli/bitrix24/GetUserStatus/bash.txt @@ -1,2 +1,3 @@ oint bitrix24 GetUserStatus \ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" \ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/GetUserStatus/bat.txt b/docs/en/cli/bitrix24/GetUserStatus/bat.txt index 20699f5220..d38b4507e6 100644 --- a/docs/en/cli/bitrix24/GetUserStatus/bat.txt +++ b/docs/en/cli/bitrix24/GetUserStatus/bat.txt @@ -1,2 +1,3 @@ oint bitrix24 GetUserStatus ^ - --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ No newline at end of file + --url "b24-ar17wx.bitrix24.by" ^ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/LeaveChat/bash.txt b/docs/en/cli/bitrix24/LeaveChat/bash.txt index aa673f4843..cdf0d93e53 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 2432 \ + --chat 2548 \ --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 addc5b485e..c27e5d1590 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 2432 ^ + --chat 2548 ^ --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 1046d25f47..0cb80b2055 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 34358 \ - --folderid 34364 \ + --fileid 35384 \ + --folderid 35390 \ --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 bfea5e73a1..92edd4a075 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 34358 ^ - --folderid 34364 ^ + --fileid 35384 ^ + --folderid 35390 ^ --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 417b04bdb0..b0f0c48dbb 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 34366 \ - --tagetid 34368 \ + --folderid 35392 \ + --tagetid 35394 \ --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 6fb740aa58..9214f4e492 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 34366 ^ - --tagetid 34368 ^ + --folderid 35392 ^ + --tagetid 35394 ^ --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 b3824f7412..952909331b 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 34358 \ + --fileid 35384 \ --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 88a82dc38f..b3ebfc9130 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 34358 ^ + --fileid 35384 ^ --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 53b787e82e..e68a80e034 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 34364 \ + --folderid 35390 \ --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 b56ade256b..cb617fddec 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 34364 ^ + --folderid 35390 ^ --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 a2e95f821e..ee0bbdedef 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 34358 \ - --folderid 34368 \ + --fileid 35384 \ + --folderid 35394 \ --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 9dbfd23c8f..d64203a921 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 34358 ^ - --folderid 34368 ^ + --fileid 35384 ^ + --folderid 35394 ^ --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 456a4fc6c9..937b165f22 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 34366 \ - --tagetid 34362 \ + --folderid 35392 \ + --tagetid 35388 \ --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 352fc30ec7..b08cb77b29 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 34366 ^ - --tagetid 34362 ^ + --folderid 35392 ^ + --tagetid 35388 ^ --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 3fcbe53974..3c1529b14a 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 "6200" \ - --stage 2322 \ + --task "6386" \ + --stage 2394 \ --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 44bef2e9fb..604c3d67e8 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 "6200" ^ - --stage 2322 ^ + --task "6386" ^ + --stage 2394 ^ --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 ea5baaeccd..a00de76820 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 "6196" \ + --task "6382" \ --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 38ca5979cf..5872787cdb 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 "6196" ^ + --task "6382" ^ --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 6b4b767627..4c76f4001c 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 "6196" \ + --task "6382" \ --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 120c56ec96..50c0baf40f 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 "6196" ^ + --task "6382" ^ --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 53a17672cd..db922878b9 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 "6196" \ + --task "6382" \ --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 aee289aa65..0f04cb8ee7 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 "6196" ^ + --task "6382" ^ --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 a3e9eab063..5229bbe911 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 34358 \ + --fileid 35384 \ --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 d884732405..cfc1000189 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 34358 ^ + --fileid 35384 ^ --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 ac32eb9874..76deab47c5 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 34364 \ + --folderid 35390 \ --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 e4ba19ea7c..fdca6f10f4 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 34364 ^ + --folderid 35390 ^ --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 4762987d31..0a5ecce48f 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 "6196" \ + --task "6382" \ --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 7313111d9e..d827fcdfec 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 "6196" ^ + --task "6382" ^ --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 4533371bd7..409ff9ed24 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 "6196" \ - --element 4394 \ + --task "6382" \ + --element 4538 \ --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 f5b2d06973..97d3712821 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 "6196" ^ - --element 4394 ^ + --task "6382" ^ + --element 4538 ^ --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 3d3761d786..36a0dbb518 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 34358 \ + --fileid 35384 \ --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 120a6cc5c4..a9a070146b 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 34358 ^ + --fileid 35384 ^ --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 7cf6fb537d..b1a0dc12c3 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 34364 \ + --folderid 35390 \ --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 d93468e089..3e74259d19 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 34364 ^ + --folderid 35390 ^ --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 4dff4cb4e2..e2ded061bc 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 2432 \ - --fileid 33872 \ + --chat 2548 \ + --fileid 35422 \ --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 8793470deb..c922960225 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 2432 ^ - --fileid 33872 ^ + --chat 2548 ^ + --fileid 35422 ^ --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 ef49373b83..1e6235dcf9 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 46470 \ + --message 48994 \ --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 cdd3b6dece..12fb07a662 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 46470 ^ + --message 48994 ^ --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 df2e0cad22..0ffa58db13 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 1226 \ + --event 1434 \ --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 e0099e29ca..9ae5237af0 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 1226 ^ + --event 1434 ^ --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 62be33bea2..c7c7069e91 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 "6196" \ + --task "6382" \ --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 ce0a814a45..2b25da2413 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 "6196" ^ + --task "6382" ^ --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 7b68339626..727b67d6f0 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-06-04T21:23:36.186585" \ + --time "2025-06-18T19:42:52.3452144" \ --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 e54322b41c..7cb3b265cb 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-06-04T21:23:36.186585" ^ + --time "2025-06-18T19:42:52.3452144" ^ --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 97ec2c0808..ee35463f89 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 "6196" \ + --task "6382" \ --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 2721faa451..f3022211f1 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 "6196" ^ + --task "6382" ^ --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 2d4325bdbf..e121acaa94 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-06-04T22:23:45.2835946" \ + --time "2025-06-18T20:43:01.8412575" \ --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 829f575e64..d6409ad4da 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-06-04T22:23:45.2835946" ^ + --time "2025-06-18T20:43:01.8412575" ^ --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 93d2c8d16e..e51a04c68f 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 "6196" \ + --task "6382" \ --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 efe293e580..d23c7515d5 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 "6196" ^ + --task "6382" ^ --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 baaa24d1e8..1b0e14d103 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 "6196" \ + --task "6382" \ --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 fc73bcf366..15ebd3aec2 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 "6196" ^ + --task "6382" ^ --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 47f08f95b9..77b5692f0f 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 734 \ + --calendar 838 \ --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 9866043af1..af9b48ba93 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 734 ^ + --calendar 838 ^ --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 c3608a9a21..59356f6ad0 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 1226 \ + --event 1434 \ --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 cc993de2a7..9be2967c93 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 1226 ^ + --event 1434 ^ --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 025b08591f..7be9b98888 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 3648 \ + --deal 3856 \ --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 dab09feaaf..5c83a31e0a 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 3648 ^ + --deal 3856 ^ --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 f1a1322a36..812c419033 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 2040 \ + --depid 2144 \ --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 d46ef08bbd..b6977bdcf1 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 2040 ^ + --depid 2144 ^ --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 0b575ff05e..f1c7dab088 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 2322 \ + --stage 2394 \ --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 bf187c7de0..aee703ee3d 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 2322 ^ + --stage 2394 ^ --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 7fd376d366..92e20a1998 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 1832 \ + --lead 1936 \ --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 51049e7ca4..f2e70c2b3a 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 1832 ^ + --lead 1936 ^ --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 29fc9cfc38..3612d83770 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 2418 \ + --postid 2490 \ --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 c9ac9c2e28..e10ad84c2e 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 2418 ^ + --postid 2490 ^ --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 21545adbd9..ebb92062e2 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 "6196" \ + --task "6382" \ --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 883aec1a86..43b98eeef8 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 "6196" ^ + --task "6382" ^ --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 ced7f7e95b..14c316d089 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 "6198" \ - --comment 14404 \ + --task "6384" \ + --comment 14828 \ --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 962dc2265c..85b9386e86 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 "6198" ^ - --comment 14404 ^ + --task "6384" ^ + --comment 14828 ^ --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 76b41aaa82..8de8ee9c61 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 "6202" \ - --record 2308 \ + --task "6388" \ + --record 2380 \ --amount 4800 \ --text "New time record" \ - --date "2025-05-04T22:23:29.2738485" \ + --date "2025-05-18T20:42:45.9792158" \ --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 56db3bd62a..7b9586535b 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 "6202" ^ - --record 2308 ^ + --task "6388" ^ + --record 2380 ^ --amount 4800 ^ --text "New time record" ^ - --date "2025-05-04T22:23:29.2738485" ^ + --date "2025-05-18T20:42:45.9792158" ^ --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 fe533d9f1e..4ebb4ec132 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 "6196" \ - --element 4394 \ + --task "6382" \ + --element 4538 \ --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 9aefb439b4..7320357975 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 "6196" ^ - --element 4394 ^ + --task "6382" ^ + --element 4538 ^ --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 8342f7fdb8..9f63130a33 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 2046 \ - --fields "{'EMAIL':'227aa3e4-3f6c-4847-87c5-28e40855b784@exepmple.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':7}" \ + --userid 2150 \ + --fields "{'EMAIL':'cfbf2f89-0805-4c25-86a9-8bcefcabc1c5@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 13b64596ce..dbbee12a26 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 2046 ^ - --fields "{'EMAIL':'227aa3e4-3f6c-4847-87c5-28e40855b784@exepmple.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':7}" ^ + --userid 2150 ^ + --fields "{'EMAIL':'cfbf2f89-0805-4c25-86a9-8bcefcabc1c5@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 ec1f6546cd..d6601ac714 100644 --- a/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt +++ b/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt @@ -1,6 +1,5 @@ oint bitrix24 UploadFileToFolder \ - --url "b24-ar17wx.bitrix24.by" \ - --title "Picture1.jpg" \ - --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \ - --folderid 34364 \ - --token "***" \ No newline at end of file + --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 35416 \ 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 6af6f96434..425cfd7efc 100644 --- a/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt +++ b/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt @@ -1,6 +1,5 @@ oint bitrix24 UploadFileToFolder ^ - --url "b24-ar17wx.bitrix24.by" ^ - --title "Picture1.jpg" ^ - --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^ - --folderid 34364 ^ - --token "***" \ No newline at end of file + --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 35416 \ 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 454391533f..50f8b4883f 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" \ + --uuids "534e846a-ed4e-4b44-bce4-e89b6e782074" \ --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 5235180069..210278a1f8 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" ^ + --uuids "534e846a-ed4e-4b44-bce4-e89b6e782074" ^ --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 cd00fa3e84..d38f6f161e 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-05-22','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-06-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'}}" \ --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 a1c89a0f7d..581bbdeb6c 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-05-22','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-06-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'}}" ^ --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 b503fd6bc7..19d6b5b6c9 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" \ + --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" \ --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 c9359422e4..90fa3e8d0a 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" ^ + --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" ^ --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 816a62808d..542b3abcd3 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':'501966ab-a4e7-4236-a46f-f1fb9a25d463','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':'01851c40-ccad-49a7-a9e9-a63a7d198c56','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 31fc9abc48..33762f5614 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':'501966ab-a4e7-4236-a46f-f1fb9a25d463','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':'01851c40-ccad-49a7-a9e9-a63a7d198c56','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 a1aed32bfa..026c4e0d4e 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" \ - --date "2025-05-22T09:49:16.1463304" \ + --uuids "534e846a-ed4e-4b44-bce4-e89b6e782074" \ + --date "2025-06-19T20:56:01.7001818" \ --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 ceacb6b3db..5bbb798b7c 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" ^ - --date "2025-05-22T09:49:16.1463304" ^ + --uuids "534e846a-ed4e-4b44-bce4-e89b6e782074" ^ + --date "2025-06-19T20:56:01.7001818" ^ --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 99ceb9f313..ba5001f056 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" \ + --uuids "534e846a-ed4e-4b44-bce4-e89b6e782074" \ --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 1492cfc254..8c045dbf46 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" ^ + --uuids "534e846a-ed4e-4b44-bce4-e89b6e782074" ^ --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 3309ade04d..9213369fd1 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" \ + --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" \ --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 048b5272d6..bf5ead5225 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" ^ + --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" ^ --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 d93867a240..63b9091a9d 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 "4c8f65d3-fd46-45af-b8a0-045f1d193a97" \ + --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" \ --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 c9a0d36f49..672eec9eb8 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 "4c8f65d3-fd46-45af-b8a0-045f1d193a97" ^ + --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" ^ --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 81644b832b..fcd8c97c8e 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-469d-4f45-a7d9-ee70c30a72e9" \ + --uuid "235999c0-7272-4685-8b35-a70e1201ef42" \ --getfile true \ --testapi "***" \ - --out "C:\Users\Administrator\AppData\Local\Temp\eiye24ekytl.pdf" \ No newline at end of file + --out "C:\Users\Administrator\AppData\Local\Temp\zdpyyhjof35.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 e4e8396a01..f78fd97af6 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-469d-4f45-a7d9-ee70c30a72e9" ^ + --uuid "235999c0-7272-4685-8b35-a70e1201ef42" ^ --getfile true ^ --testapi "***" ^ - --out "C:\Users\Administrator\AppData\Local\Temp\eiye24ekytl.pdf" \ No newline at end of file + --out "C:\Users\Administrator\AppData\Local\Temp\zdpyyhjof35.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 25bb4fce8d..a2a15aba38 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" \ + --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" \ --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 274ab0d3db..fefc857402 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" ^ + --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" ^ --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 5cc3a0b648..4a63715e97 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-05-21T09:48:27.1512171" \ + --date "2025-06-18T20:55:13.5487979" \ --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 3175561571..ab2ccc884c 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-05-21T09:48:27.1512171" ^ + --date "2025-06-18T20:55:13.5487979" ^ --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 c022e05d7e..018cafa79f 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-83b0-486a-bb3d-df75f5461bf3" \ + --uuid "49a98f48-4977-4ee0-abf6-c8affffc80c8" \ --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 351a930c43..dd61427bbf 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-83b0-486a-bb3d-df75f5461bf3" ^ + --uuid "49a98f48-4977-4ee0-abf6-c8affffc80c8" ^ --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 5783889d13..8d794f94c4 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-05-21T09:48:28.8508463" \ + --date "2025-06-18T20:55:15.1484244" \ --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 81919a7634..1c166604e0 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-05-21T09:48:28.8508463" ^ + --date "2025-06-18T20:55:15.1484244" ^ --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 85d87d2d5c..b921832e84 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-05-21T09:48:30.5273782" \ + --date "2025-06-18T20:55:16.8184048" \ --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 7d4fb09a13..b279ebafbb 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-05-21T09:48:30.5273782" ^ + --date "2025-06-18T20:55:16.8184048" ^ --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 b143374de4..d01cedff41 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" \ + --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" \ --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 391c3fd324..20163198ba 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" ^ + --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" ^ --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 e60474db80..fcf8c40a14 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 "4d9795f5-08e1-4099-b7c9-d450ab701a64" \ + --number "2dfe095f-c1dd-4282-9430-dce54850ab3b" \ --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 7c87f8bf3b..5451f7f409 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 "4d9795f5-08e1-4099-b7c9-d450ab701a64" ^ + --number "2dfe095f-c1dd-4282-9430-dce54850ab3b" ^ --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 a9c3a44101..363090c329 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" \ + --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" \ --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 31112dfb92..70895a9efd 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" ^ + --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" ^ --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 0001306f2d..6485d76c7e 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-a814-4945-a515-4c79cf6ccfb9" \ + --uuid "dd20ab8f-2d42-4ee5-966d-b1eb46dd9303" \ --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 9f63027a5e..b6b046782b 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-a814-4945-a515-4c79cf6ccfb9" ^ + --uuid "dd20ab8f-2d42-4ee5-966d-b1eb46dd9303" ^ --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 3fd2c306db..caed2fcfaf 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-368b-4830-a8c9-52b9a9bc163d" \ + --uuid "64ec04a7-3df7-4cb6-9fb9-62f7f2385340" \ --getfile true \ --testapi "***" \ - --out "C:\Users\Administrator\AppData\Local\Temp\fubooxwt1tv.pdf" \ No newline at end of file + --out "C:\Users\Administrator\AppData\Local\Temp\ov3y45wuflr.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 b050a0c3a5..1c178f0316 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-368b-4830-a8c9-52b9a9bc163d" ^ + --uuid "64ec04a7-3df7-4cb6-9fb9-62f7f2385340" ^ --getfile true ^ --testapi "***" ^ - --out "C:\Users\Administrator\AppData\Local\Temp\fubooxwt1tv.pdf" \ No newline at end of file + --out "C:\Users\Administrator\AppData\Local\Temp\ov3y45wuflr.pdf" \ 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 e9cf82b555..6b9f6ac180 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" \ + --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" \ --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 ff0c8a7e00..daaa5ddd7d 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 "a9f88b45-cbdd-4b73-a1b4-c3bc77e35729" ^ + --uuid "534e846a-ed4e-4b44-bce4-e89b6e782074" ^ --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 31ffe1f7c7..ece972f106 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 "12373737937" \ + --folder "12488818929" \ --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 0014c8da6a..d75e3cbc60 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 "12373737937" ^ + --folder "12488818929" ^ --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 fd17317201..6463045432 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 "12373737937" \ No newline at end of file + --folder "12488818929" \ 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 8a1fe610c3..68e1ba5b9b 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 "12373737937" \ No newline at end of file + --folder "12488818929" \ 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 5e69844361..7d3c91daf8 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:AABjPCd9IMdUHznkwgtotA2ea3B_33ADKEZhA3cddkPfNlLPXF8bxvZBYLOaSWTThDJ8_L_2DjZPbrZT9Zxxg5Iu" \ No newline at end of file + --job "dbjid:AABYUFPyj2WAIDqtyNfJK284q6iIKyhFJi68cUxJmUE4lOTc7u17c6RuDtGdC9mjXctEUC54R8rJii6ysDStoNlS" \ 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 94557fe61f..c0f9e70c65 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:AABjPCd9IMdUHznkwgtotA2ea3B_33ADKEZhA3cddkPfNlLPXF8bxvZBYLOaSWTThDJ8_L_2DjZPbrZT9Zxxg5Iu" \ No newline at end of file + --job "dbjid:AABYUFPyj2WAIDqtyNfJK284q6iIKyhFJi68cUxJmUE4lOTc7u17c6RuDtGdC9mjXctEUC54R8rJii6ysDStoNlS" \ 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 c22b72a94b..29d5b8782d 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 "dsJFuuuQNjgAAAAAAAAAAQ" \ No newline at end of file + --job "frZeMfEX1tYAAAAAAAAAAQ" \ 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 7f7b74faa8..d1775b2719 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 "dsJFuuuQNjgAAAAAAAAAAQ" \ No newline at end of file + --job "frZeMfEX1tYAAAAAAAAAAQ" \ No newline at end of file diff --git a/docs/en/cli/dropbox/MoveObject/bash.txt b/docs/en/cli/dropbox/MoveObject/bash.txt index ebf95fc59e..03bc22d270 100644 --- a/docs/en/cli/dropbox/MoveObject/bash.txt +++ b/docs/en/cli/dropbox/MoveObject/bash.txt @@ -1,4 +1,4 @@ oint dropbox MoveObject \ --token "***" \ - --from "/New/pic.png" \ - --to "/pic.png" \ No newline at end of file + --from "/pic.png" \ + --to "/New/pic.png" \ No newline at end of file diff --git a/docs/en/cli/dropbox/MoveObject/bat.txt b/docs/en/cli/dropbox/MoveObject/bat.txt index 2ef1fb84dd..30f3d20313 100644 --- a/docs/en/cli/dropbox/MoveObject/bat.txt +++ b/docs/en/cli/dropbox/MoveObject/bat.txt @@ -1,4 +1,4 @@ oint dropbox MoveObject ^ --token "***" ^ - --from "/New/pic.png" ^ - --to "/pic.png" \ No newline at end of file + --from "/pic.png" ^ + --to "/New/pic.png" \ No newline at end of file diff --git a/docs/en/cli/dropbox/RestoreObjectToVersion/bash.txt b/docs/en/cli/dropbox/RestoreObjectToVersion/bash.txt index af01c07d4e..fe7598498b 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 "636c3ab6b8806bd841553" \ No newline at end of file + --rev "637dc03ab07dabd841553" \ 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 36425d3fd5..3e59ca0393 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 "636c3ab6b8806bd841553" \ No newline at end of file + --rev "637dc03ab07dabd841553" \ 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 e91607e739..212e65d4a4 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\shxmzgkzbj1.png" \ + --file "C:\Users\Administrator\AppData\Local\Temp\qbo0o2l53y1.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 f303ac6ba7..3fae5662cf 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\shxmzgkzbj1.png" ^ + --file "C:\Users\Administrator\AppData\Local\Temp\qbo0o2l53y1.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 277b5f12d0..0fd1d6c813 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 "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@group.calendar.google.com" \ No newline at end of file + --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@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 6c71825652..37d7058846 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 "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@group.calendar.google.com" \ No newline at end of file + --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@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 bfa8a28986..354c83494b 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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" \ - --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-06-04T22:06:00.2299591Z','EndDate':'2025-06-04T23:06:00.2299591Z','ArrayOfAttachmentURLs':{'Image1':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','Image2':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'},'SendNotifications':true}" \ No newline at end of file + --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" \ + --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-06-18T20:24:58.5607545Z','EndDate':'2025-06-18T21:24:58.5607545Z','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 761cac1c2b..d32730cc9d 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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" ^ - --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-06-04T22:06:00.2299591Z','EndDate':'2025-06-04T23:06:00.2299591Z','ArrayOfAttachmentURLs':{'Image1':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg','Image2':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg'},'SendNotifications':true}" \ No newline at end of file + --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" ^ + --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'2025-06-18T20:24:58.5607545Z','EndDate':'2025-06-18T21:24:58.5607545Z','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 4496fc72a5..8b06f9181b 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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" \ No newline at end of file + --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@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 29aaf481f1..2068878cd8 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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" \ No newline at end of file + --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@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 30b7cfaccd..e9f9818922 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 "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@group.calendar.google.com" \ No newline at end of file + --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@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 3084363c3a..b078924ceb 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 "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@group.calendar.google.com" \ No newline at end of file + --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@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 660e503d62..4295829531 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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" \ - --event "ilsftsh93h6o4csp1f51oe9bo0" \ No newline at end of file + --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" \ + --event "sned9q1cal272kf2lmhd3n20ck" \ 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 461e6ffa6d..f4e63e49b4 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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" ^ - --event "ilsftsh93h6o4csp1f51oe9bo0" \ No newline at end of file + --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" ^ + --event "sned9q1cal272kf2lmhd3n20ck" \ 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 67e3733718..fc4dde35e5 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 "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@group.calendar.google.com" \ + --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@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 3d0ff3df66..3731520878 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 "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@group.calendar.google.com" ^ + --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@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 49380dc4f4..ae4fe99866 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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" \ + --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" \ --props "{'Description':'New event description'}" \ - --event "ilsftsh93h6o4csp1f51oe9bo0" \ No newline at end of file + --event "sned9q1cal272kf2lmhd3n20ck" \ 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 a5c7570b52..0cf2c7ab86 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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" ^ + --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" ^ --props "{'Description':'New event description'}" ^ - --event "ilsftsh93h6o4csp1f51oe9bo0" \ No newline at end of file + --event "sned9q1cal272kf2lmhd3n20ck" \ 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 a4afe26afc..c7d004919a 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 "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@group.calendar.google.com" \ + --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@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 56c45f5f63..59f8984133 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 "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@group.calendar.google.com" ^ + --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@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 8bf148038a..c8d30d83c8 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 "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@group.calendar.google.com" \ No newline at end of file + --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@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 fa56220cdf..fbd1d28495 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 "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@group.calendar.google.com" \ No newline at end of file + --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@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 19f8c14bd6..ee173a6361 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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" \ - --event "ilsftsh93h6o4csp1f51oe9bo0" \ No newline at end of file + --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" \ + --event "sned9q1cal272kf2lmhd3n20ck" \ 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 9aa4f904b0..ff89065da1 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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" ^ - --event "ilsftsh93h6o4csp1f51oe9bo0" \ No newline at end of file + --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" ^ + --event "sned9q1cal272kf2lmhd3n20ck" \ 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 0850b0e121..b6e243eb95 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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" \ No newline at end of file + --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@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 a76f1b7bcb..67be56072a 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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" \ No newline at end of file + --calendar "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@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 0ac90bbca7..529fdee2be 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 "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@group.calendar.google.com" \ No newline at end of file + --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@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 8447f6e768..77cca98860 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 "a15ec681b0920672229ceb6385509b581ba210f58b5f8f5f2b4f573113206f9c@group.calendar.google.com" \ No newline at end of file + --calendar "82e0cd056fc15d8a27748478be1b8ec5bb3881ab44b64534cc0a52ccfbc88b9f@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 2c56b47c4d..f85b53149d 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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" \ + --from "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" \ --to "bayselonarrend@gmail.com" \ - --event "ilsftsh93h6o4csp1f51oe9bo0" \ No newline at end of file + --event "sned9q1cal272kf2lmhd3n20ck" \ 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 f2e0035887..300426b21f 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 "e92cfcd0838bab9ffeac2d27d570776442ee6483310d5506b01b87a3a6825130@group.calendar.google.com" ^ + --from "7826d61f33054d3a5369f48a88bd526b4b82f5728c62f87b41d56740790399de@group.calendar.google.com" ^ --to "bayselonarrend@gmail.com" ^ - --event "ilsftsh93h6o4csp1f51oe9bo0" \ No newline at end of file + --event "sned9q1cal272kf2lmhd3n20ck" \ 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 e10708be46..1216af5f9d 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 "1sMQmU4tajHRqbK-zT3ggHGGJGuY4I4rB" \ + --object "1VrnvwnDoBqaMvarXhljrvciSuphE9dIr" \ --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 00ac4033bc..fff6558894 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 "1sMQmU4tajHRqbK-zT3ggHGGJGuY4I4rB" ^ + --object "1VrnvwnDoBqaMvarXhljrvciSuphE9dIr" ^ --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 280f464a15..dd1f1de660 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 "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" \ + --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" \ --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 1ce0ce754a..33da6b0658 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 "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" ^ + --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" ^ --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 715221ce3f..c5508af071 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 "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" \ - --comment "AAABh58Ytog" \ No newline at end of file + --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" \ + --comment "AAABiAYpwbI" \ 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 e06e10e0d9..d9283e6e0e 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 "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" ^ - --comment "AAABh58Ytog" \ No newline at end of file + --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" ^ + --comment "AAABiAYpwbI" \ 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 c8bec8844a..d85f1d0658 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 "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" \ No newline at end of file + --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" \ 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 06b7a0d51b..e1f125a157 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 "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" \ No newline at end of file + --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" \ 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 db60b4cf37..19628fb02b 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 "1sMQmU4tajHRqbK-zT3ggHGGJGuY4I4rB" \ No newline at end of file + --object "1VrnvwnDoBqaMvarXhljrvciSuphE9dIr" \ 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 2f0ca21293..bb4abcc5e0 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 "1sMQmU4tajHRqbK-zT3ggHGGJGuY4I4rB" \ No newline at end of file + --object "1VrnvwnDoBqaMvarXhljrvciSuphE9dIr" \ 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 3a84398391..0ba1c76c82 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 "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" \ - --comment "AAABh58Ytog" \ No newline at end of file + --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" \ + --comment "AAABiAYpwbI" \ 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 1a9ef8abf2..0e4968eb4f 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 "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" ^ - --comment "AAABh58Ytog" \ No newline at end of file + --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" ^ + --comment "AAABiAYpwbI" \ 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 285c58665d..3456ff63e6 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 "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" \ No newline at end of file + --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" \ 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 62c5965a07..c6e3f62403 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 "19KU5QkxVOShnU94RH9R-hr3yJ8WBdHyH" \ No newline at end of file + --object "1s_vE-6AOOJg2KIYO1Z3qriL2LxSjWKrr" \ 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 78c5727835..2c47b7646e 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 "1sMQmU4tajHRqbK-zT3ggHGGJGuY4I4rB" \ + --object "1VrnvwnDoBqaMvarXhljrvciSuphE9dIr" \ --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 0160908ac8..f06c3ab9d0 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 "1sMQmU4tajHRqbK-zT3ggHGGJGuY4I4rB" ^ + --object "1VrnvwnDoBqaMvarXhljrvciSuphE9dIr" ^ --file "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^ --title "UpdatedFile.jpg" \ No newline at end of file diff --git a/docs/en/cli/greenapi/AddGroupMember/bash.txt b/docs/en/cli/greenapi/AddGroupMember/bash.txt index 3ae541d2b2..db728b6ecb 100644 --- a/docs/en/cli/greenapi/AddGroupMember/bash.txt +++ b/docs/en/cli/greenapi/AddGroupMember/bash.txt @@ -2,5 +2,5 @@ oint greenapi AddGroupMember \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363419347634364@g.us" \ + --group "120363399387324068@g.us" \ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/AddGroupMember/bat.txt b/docs/en/cli/greenapi/AddGroupMember/bat.txt index 42218132b5..ef3d6701ba 100644 --- a/docs/en/cli/greenapi/AddGroupMember/bat.txt +++ b/docs/en/cli/greenapi/AddGroupMember/bat.txt @@ -2,5 +2,5 @@ oint greenapi AddGroupMember ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363419347634364@g.us" ^ + --group "120363399387324068@g.us" ^ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/DeleteMessage/bash.txt b/docs/en/cli/greenapi/DeleteMessage/bash.txt index 68c0bf3993..43d7204562 100644 --- a/docs/en/cli/greenapi/DeleteMessage/bash.txt +++ b/docs/en/cli/greenapi/DeleteMessage/bash.txt @@ -3,4 +3,4 @@ oint greenapi DeleteMessage \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --chat "120363410406221140@g.us" \ - --message "BAE5B99FA6E227D5" \ No newline at end of file + --message "BAE51C542B37B99B" \ No newline at end of file diff --git a/docs/en/cli/greenapi/DeleteMessage/bat.txt b/docs/en/cli/greenapi/DeleteMessage/bat.txt index def9bedd0e..ee92c797d9 100644 --- a/docs/en/cli/greenapi/DeleteMessage/bat.txt +++ b/docs/en/cli/greenapi/DeleteMessage/bat.txt @@ -3,4 +3,4 @@ oint greenapi DeleteMessage ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --chat "120363410406221140@g.us" ^ - --message "BAE5B99FA6E227D5" \ No newline at end of file + --message "BAE51C542B37B99B" \ No newline at end of file diff --git a/docs/en/cli/greenapi/EditMessageText/bash.txt b/docs/en/cli/greenapi/EditMessageText/bash.txt index 1730c0d9c8..3ff64568b7 100644 --- a/docs/en/cli/greenapi/EditMessageText/bash.txt +++ b/docs/en/cli/greenapi/EditMessageText/bash.txt @@ -3,5 +3,5 @@ oint greenapi EditMessageText \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --chat "120363410406221140@g.us" \ - --message "BAE5B99FA6E227D5" \ + --message "BAE51C542B37B99B" \ --text "New message text" \ No newline at end of file diff --git a/docs/en/cli/greenapi/EditMessageText/bat.txt b/docs/en/cli/greenapi/EditMessageText/bat.txt index f8c5bcf0d7..98ddcb9bbc 100644 --- a/docs/en/cli/greenapi/EditMessageText/bat.txt +++ b/docs/en/cli/greenapi/EditMessageText/bat.txt @@ -3,5 +3,5 @@ oint greenapi EditMessageText ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --chat "120363410406221140@g.us" ^ - --message "BAE5B99FA6E227D5" ^ + --message "BAE51C542B37B99B" ^ --text "New message text" \ No newline at end of file diff --git a/docs/en/cli/greenapi/ExcludeGroupMember/bash.txt b/docs/en/cli/greenapi/ExcludeGroupMember/bash.txt index c4699bdd8b..12018c36f5 100644 --- a/docs/en/cli/greenapi/ExcludeGroupMember/bash.txt +++ b/docs/en/cli/greenapi/ExcludeGroupMember/bash.txt @@ -2,5 +2,5 @@ oint greenapi ExcludeGroupMember \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363419347634364@g.us" \ + --group "120363399387324068@g.us" \ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/ExcludeGroupMember/bat.txt b/docs/en/cli/greenapi/ExcludeGroupMember/bat.txt index 0d20ca0b5a..0f32f55c40 100644 --- a/docs/en/cli/greenapi/ExcludeGroupMember/bat.txt +++ b/docs/en/cli/greenapi/ExcludeGroupMember/bat.txt @@ -2,5 +2,5 @@ oint greenapi ExcludeGroupMember ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363419347634364@g.us" ^ + --group "120363399387324068@g.us" ^ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/ForwardMessages/bash.txt b/docs/en/cli/greenapi/ForwardMessages/bash.txt index bffe2a2660..7b752e8fc9 100644 --- a/docs/en/cli/greenapi/ForwardMessages/bash.txt +++ b/docs/en/cli/greenapi/ForwardMessages/bash.txt @@ -4,4 +4,4 @@ oint greenapi ForwardMessages \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --from "120363410406221140@g.us" \ --to "120363410406221140@g.us" \ - --msgs "BAE5B99FA6E227D5" \ No newline at end of file + --msgs "BAE51C542B37B99B" \ No newline at end of file diff --git a/docs/en/cli/greenapi/ForwardMessages/bat.txt b/docs/en/cli/greenapi/ForwardMessages/bat.txt index e353468af5..dcf62cef0c 100644 --- a/docs/en/cli/greenapi/ForwardMessages/bat.txt +++ b/docs/en/cli/greenapi/ForwardMessages/bat.txt @@ -4,4 +4,4 @@ oint greenapi ForwardMessages ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --from "120363410406221140@g.us" ^ --to "120363410406221140@g.us" ^ - --msgs "BAE5B99FA6E227D5" \ No newline at end of file + --msgs "BAE51C542B37B99B" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetGroupInformation/bash.txt b/docs/en/cli/greenapi/GetGroupInformation/bash.txt index 24e325e50d..a096c70b75 100644 --- a/docs/en/cli/greenapi/GetGroupInformation/bash.txt +++ b/docs/en/cli/greenapi/GetGroupInformation/bash.txt @@ -2,4 +2,4 @@ oint greenapi GetGroupInformation \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363419347634364@g.us" \ No newline at end of file + --group "120363399387324068@g.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetGroupInformation/bat.txt b/docs/en/cli/greenapi/GetGroupInformation/bat.txt index 0fb6ea6ef2..d7e7d2412d 100644 --- a/docs/en/cli/greenapi/GetGroupInformation/bat.txt +++ b/docs/en/cli/greenapi/GetGroupInformation/bat.txt @@ -2,4 +2,4 @@ oint greenapi GetGroupInformation ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363419347634364@g.us" \ No newline at end of file + --group "120363399387324068@g.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetMessage/bash.txt b/docs/en/cli/greenapi/GetMessage/bash.txt index a9a269c735..fce51f4557 100644 --- a/docs/en/cli/greenapi/GetMessage/bash.txt +++ b/docs/en/cli/greenapi/GetMessage/bash.txt @@ -3,4 +3,4 @@ oint greenapi GetMessage \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --chat "120363410406221140@g.us" \ - --msg "BAE5B99FA6E227D5" \ No newline at end of file + --msg "BAE51C542B37B99B" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetMessage/bat.txt b/docs/en/cli/greenapi/GetMessage/bat.txt index 87f919d818..d31d56d4bd 100644 --- a/docs/en/cli/greenapi/GetMessage/bat.txt +++ b/docs/en/cli/greenapi/GetMessage/bat.txt @@ -3,4 +3,4 @@ oint greenapi GetMessage ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --chat "120363410406221140@g.us" ^ - --msg "BAE5B99FA6E227D5" \ No newline at end of file + --msg "BAE51C542B37B99B" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetOutgoingMessageLog/bash.txt b/docs/en/cli/greenapi/GetOutgoingMessageLog/bash.txt new file mode 100644 index 0000000000..32102dc38b --- /dev/null +++ b/docs/en/cli/greenapi/GetOutgoingMessageLog/bash.txt @@ -0,0 +1,4 @@ +# JSON data can also be passed as a path to a .json file + +oint greenapi GetOutgoingMessageLog \ + --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ No newline at end of file diff --git a/docs/en/cli/greenapi/GetOutgoingMessageLog/bat.txt b/docs/en/cli/greenapi/GetOutgoingMessageLog/bat.txt new file mode 100644 index 0000000000..3454af6603 --- /dev/null +++ b/docs/en/cli/greenapi/GetOutgoingMessageLog/bat.txt @@ -0,0 +1,4 @@ +:: JSON data can also be passed as a path to a .json file + +oint greenapi GetOutgoingMessageLog ^ + --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ No newline at end of file diff --git a/docs/en/cli/greenapi/LeaveGroup/bash.txt b/docs/en/cli/greenapi/LeaveGroup/bash.txt index 2f73e47b21..bf8d1b9337 100644 --- a/docs/en/cli/greenapi/LeaveGroup/bash.txt +++ b/docs/en/cli/greenapi/LeaveGroup/bash.txt @@ -2,4 +2,4 @@ oint greenapi LeaveGroup \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363419347634364@g.us" \ No newline at end of file + --group "120363399387324068@g.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/LeaveGroup/bat.txt b/docs/en/cli/greenapi/LeaveGroup/bat.txt index 4f16a505db..c691958be0 100644 --- a/docs/en/cli/greenapi/LeaveGroup/bat.txt +++ b/docs/en/cli/greenapi/LeaveGroup/bat.txt @@ -2,4 +2,4 @@ oint greenapi LeaveGroup ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363419347634364@g.us" \ No newline at end of file + --group "120363399387324068@g.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/RevokeAdminRights/bash.txt b/docs/en/cli/greenapi/RevokeAdminRights/bash.txt index fd80d716ba..a2ec888a39 100644 --- a/docs/en/cli/greenapi/RevokeAdminRights/bash.txt +++ b/docs/en/cli/greenapi/RevokeAdminRights/bash.txt @@ -2,5 +2,5 @@ oint greenapi RevokeAdminRights \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363419347634364@g.us" \ + --group "120363399387324068@g.us" \ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/RevokeAdminRights/bat.txt b/docs/en/cli/greenapi/RevokeAdminRights/bat.txt index 5e0b6c744e..178dbac18c 100644 --- a/docs/en/cli/greenapi/RevokeAdminRights/bat.txt +++ b/docs/en/cli/greenapi/RevokeAdminRights/bat.txt @@ -2,5 +2,5 @@ oint greenapi RevokeAdminRights ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363419347634364@g.us" ^ + --group "120363399387324068@g.us" ^ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendContact/bash.txt b/docs/en/cli/greenapi/SendContact/bash.txt index 1eebad55c4..f02c62a4ef 100644 --- a/docs/en/cli/greenapi/SendContact/bash.txt +++ b/docs/en/cli/greenapi/SendContact/bash.txt @@ -4,4 +4,4 @@ oint greenapi SendContact \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --chat "120363410406221140@g.us" \ --contact "{'phoneContact':79001234568,'company':'Bicycle'}" \ - --quoted "BAE5E83EF31B55EC" \ No newline at end of file + --quoted "BAE5FC1B7BE05A76" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendContact/bat.txt b/docs/en/cli/greenapi/SendContact/bat.txt index 4345e88456..813d947a77 100644 --- a/docs/en/cli/greenapi/SendContact/bat.txt +++ b/docs/en/cli/greenapi/SendContact/bat.txt @@ -4,4 +4,4 @@ oint greenapi SendContact ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --chat "120363410406221140@g.us" ^ --contact "{'phoneContact':79001234568,'company':'Bicycle'}" ^ - --quoted "BAE5E83EF31B55EC" \ No newline at end of file + --quoted "BAE5FC1B7BE05A76" \ 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 17f58ce7fe..0b4b34e69e 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 "BAE5242F058E4F13" \ No newline at end of file + --quoted "BAE5CE6C31724DAE" \ 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 1077ce2aa1..7357c5d7cd 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 "BAE5242F058E4F13" \ No newline at end of file + --quoted "BAE5CE6C31724DAE" \ 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 a299f0a79f..957d4e2b59 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 "BAE568ADE5187F1B" \ No newline at end of file + --quoted "BAE54C5ED40174F1" \ 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 0e4ea7020a..d2b1fb5e6d 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 "BAE568ADE5187F1B" \ No newline at end of file + --quoted "BAE54C5ED40174F1" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendLocation/bash.txt b/docs/en/cli/greenapi/SendLocation/bash.txt index e08ac6e1bc..393253204e 100644 --- a/docs/en/cli/greenapi/SendLocation/bash.txt +++ b/docs/en/cli/greenapi/SendLocation/bash.txt @@ -4,4 +4,4 @@ oint greenapi SendLocation \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --chat "120363410406221140@g.us" \ --loc "{'latitude':53.908522,'longitude':27.574821}" \ - --quoted "BAE56397EA5A73BE" \ No newline at end of file + --quoted "BAE58A7AC55D2D13" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendLocation/bat.txt b/docs/en/cli/greenapi/SendLocation/bat.txt index bd38044690..140fb8882b 100644 --- a/docs/en/cli/greenapi/SendLocation/bat.txt +++ b/docs/en/cli/greenapi/SendLocation/bat.txt @@ -4,4 +4,4 @@ oint greenapi SendLocation ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --chat "120363410406221140@g.us" ^ --loc "{'latitude':53.908522,'longitude':27.574821}" ^ - --quoted "BAE56397EA5A73BE" \ No newline at end of file + --quoted "BAE58A7AC55D2D13" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendPoll/bash.txt b/docs/en/cli/greenapi/SendPoll/bash.txt index b6a6d4de90..dddc7d370d 100644 --- a/docs/en/cli/greenapi/SendPoll/bash.txt +++ b/docs/en/cli/greenapi/SendPoll/bash.txt @@ -6,4 +6,4 @@ oint greenapi SendPoll \ --text "What's your favorite color?" \ --options "['Red','Yellow','Green']" \ --multi true \ - --quoted "BAE5C12ABBDA6AE0" \ No newline at end of file + --quoted "BAE5BDF9F9C55E1D" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SendPoll/bat.txt b/docs/en/cli/greenapi/SendPoll/bat.txt index ac3c662753..15a6a3cc66 100644 --- a/docs/en/cli/greenapi/SendPoll/bat.txt +++ b/docs/en/cli/greenapi/SendPoll/bat.txt @@ -6,4 +6,4 @@ oint greenapi SendPoll ^ --text "What's your favorite color?" ^ --options "['Red','Yellow','Green']" ^ --multi true ^ - --quoted "BAE5C12ABBDA6AE0" \ No newline at end of file + --quoted "BAE5BDF9F9C55E1D" \ 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 1289149990..6e7afc5b04 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 "BAE5B99FA6E227D5" \ No newline at end of file + --quoted "BAE51C542B37B99B" \ 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 d1e4c2f59b..43ed31c64a 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 "BAE5B99FA6E227D5" \ No newline at end of file + --quoted "BAE51C542B37B99B" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SetAdminRights/bash.txt b/docs/en/cli/greenapi/SetAdminRights/bash.txt index 374e1bcc19..2895c408d6 100644 --- a/docs/en/cli/greenapi/SetAdminRights/bash.txt +++ b/docs/en/cli/greenapi/SetAdminRights/bash.txt @@ -2,5 +2,5 @@ oint greenapi SetAdminRights \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363419347634364@g.us" \ + --group "120363399387324068@g.us" \ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SetAdminRights/bat.txt b/docs/en/cli/greenapi/SetAdminRights/bat.txt index 58a1a45896..6c21a53771 100644 --- a/docs/en/cli/greenapi/SetAdminRights/bat.txt +++ b/docs/en/cli/greenapi/SetAdminRights/bat.txt @@ -2,5 +2,5 @@ oint greenapi SetAdminRights ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363419347634364@g.us" ^ + --group "120363399387324068@g.us" ^ --user "123123123@c.us" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SetGroupPicture/bash.txt b/docs/en/cli/greenapi/SetGroupPicture/bash.txt index a0b4f5b1a2..d9510f3673 100644 --- a/docs/en/cli/greenapi/SetGroupPicture/bash.txt +++ b/docs/en/cli/greenapi/SetGroupPicture/bash.txt @@ -2,5 +2,5 @@ oint greenapi SetGroupPicture \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363419347634364@g.us" \ + --group "120363399387324068@g.us" \ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SetGroupPicture/bat.txt b/docs/en/cli/greenapi/SetGroupPicture/bat.txt index c116ba26cc..9fe8d4f733 100644 --- a/docs/en/cli/greenapi/SetGroupPicture/bat.txt +++ b/docs/en/cli/greenapi/SetGroupPicture/bat.txt @@ -2,5 +2,5 @@ oint greenapi SetGroupPicture ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363419347634364@g.us" ^ + --group "120363399387324068@g.us" ^ --picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file diff --git a/docs/en/cli/greenapi/UpdateGroupName/bash.txt b/docs/en/cli/greenapi/UpdateGroupName/bash.txt index 55780ab8a3..dccca531aa 100644 --- a/docs/en/cli/greenapi/UpdateGroupName/bash.txt +++ b/docs/en/cli/greenapi/UpdateGroupName/bash.txt @@ -2,5 +2,5 @@ oint greenapi UpdateGroupName \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ - --group "120363419347634364@g.us" \ + --group "120363399387324068@g.us" \ --name "New name" \ No newline at end of file diff --git a/docs/en/cli/greenapi/UpdateGroupName/bat.txt b/docs/en/cli/greenapi/UpdateGroupName/bat.txt index 4d360ac11a..f2ab425f03 100644 --- a/docs/en/cli/greenapi/UpdateGroupName/bat.txt +++ b/docs/en/cli/greenapi/UpdateGroupName/bat.txt @@ -2,5 +2,5 @@ oint greenapi UpdateGroupName ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ - --group "120363419347634364@g.us" ^ + --group "120363399387324068@g.us" ^ --name "New name" \ No newline at end of file diff --git a/docs/en/cli/gsheets/AddSheet/bash.txt b/docs/en/cli/gsheets/AddSheet/bash.txt index 2f536b99ff..b49475bc34 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 "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" \ + --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" \ --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 fe828a86e6..10548cc4f2 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 "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" ^ + --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" ^ --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 ed23943827..0b580efd88 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 "1BM_vHFtsh1oQDoMFtPk6qC3qONF7JEm39Ph-YFfSkUM" \ + --spreadsheet "19kyAAfLlkCNoUJf3poaWZ6Gw-1-d8ZZiBFKsW6DmpBI" \ --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 721351bb32..ee460752e0 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 "1BM_vHFtsh1oQDoMFtPk6qC3qONF7JEm39Ph-YFfSkUM" ^ + --spreadsheet "19kyAAfLlkCNoUJf3poaWZ6Gw-1-d8ZZiBFKsW6DmpBI" ^ --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 9fe651dc0f..5527f71376 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 "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" \ - --to "16jrs1ANqdNPhapG8NTlvbXiBm-h5M0M9siO-79pQIXs" \ - --sheet "1313381508" \ No newline at end of file + --from "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" \ + --to "1Joik8kzfDnJCu-OrdUDxAAg7aR3lGwB4ce1JtlsF0Lk" \ + --sheet "902236315" \ 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 9d21e6358f..37963f3cb4 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 "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" ^ - --to "16jrs1ANqdNPhapG8NTlvbXiBm-h5M0M9siO-79pQIXs" ^ - --sheet "1313381508" \ No newline at end of file + --from "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" ^ + --to "1Joik8kzfDnJCu-OrdUDxAAg7aR3lGwB4ce1JtlsF0Lk" ^ + --sheet "902236315" \ 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 596c3ef82c..83966091ce 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 "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" \ - --sheet "1313381508" \ No newline at end of file + --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" \ + --sheet "902236315" \ 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 fea3221e35..14a106ec6b 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 "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" ^ - --sheet "1313381508" \ No newline at end of file + --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" ^ + --sheet "902236315" \ 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 9664219487..66688e0be5 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 "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" \ + --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" \ --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 ca45627ac6..26d19e38e4 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 "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" ^ + --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" ^ --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 1f759598b7..0d679e68da 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 "1BM_vHFtsh1oQDoMFtPk6qC3qONF7JEm39Ph-YFfSkUM" \ + --spreadsheet "19kyAAfLlkCNoUJf3poaWZ6Gw-1-d8ZZiBFKsW6DmpBI" \ --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 bd4af46f8d..c118ff7255 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 "1BM_vHFtsh1oQDoMFtPk6qC3qONF7JEm39Ph-YFfSkUM" ^ + --spreadsheet "19kyAAfLlkCNoUJf3poaWZ6Gw-1-d8ZZiBFKsW6DmpBI" ^ --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 08f94db311..fe14feab27 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 "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" \ No newline at end of file + --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" \ 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 b6fee3a425..03255fce1a 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 "1rY9fTEkxd6BRPf4Qiu2EO2XJOoSxfTUmfgntu9qxe_c" \ No newline at end of file + --spreadsheet "10yVQ5s01O1MOj_uELg_EqlcA_gzcCsIgYaVSuUNh0Qo" \ 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 43c2cd9a63..ab1c4cf078 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 "1BM_vHFtsh1oQDoMFtPk6qC3qONF7JEm39Ph-YFfSkUM" \ + --spreadsheet "19kyAAfLlkCNoUJf3poaWZ6Gw-1-d8ZZiBFKsW6DmpBI" \ --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 514d73d973..b3be338831 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 "1BM_vHFtsh1oQDoMFtPk6qC3qONF7JEm39Ph-YFfSkUM" ^ + --spreadsheet "19kyAAfLlkCNoUJf3poaWZ6Gw-1-d8ZZiBFKsW6DmpBI" ^ --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 b771f57f0d..2be9296af8 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 "102424161" \ No newline at end of file + --counter "102748050" \ 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 97b0ab69c9..e2dd426e12 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 "102424161" \ No newline at end of file + --counter "102748050" \ 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 12cd3750ff..fb10e68fbb 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 "317945" \ No newline at end of file + --label "318177" \ 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 a040baf137..3e1b547f1c 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 "317945" \ No newline at end of file + --label "318177" \ 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 ac4ec7198c..41e4ab65e4 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 "102424161" \ No newline at end of file + --counter "102748050" \ 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 428221b6d2..e608f63e76 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 "102424161" \ No newline at end of file + --counter "102748050" \ 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 d3b9569ca8..6a0f292e9c 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 "102424156" \ No newline at end of file + --counter "102748046" \ 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 954a3ce22b..1504ef2fb7 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 "102424156" \ No newline at end of file + --counter "102748046" \ 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 da9314785f..4802126ff9 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':['102424156']}" \ No newline at end of file + --filter "{'counter_ids':['102748046']}" \ 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 c6dbe73f6c..69dd8271c6 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':['102424156']}" \ No newline at end of file + --filter "{'counter_ids':['102748046']}" \ 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 90206c1ec5..6fde4a4eef 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 "317945" \ No newline at end of file + --label "318177" \ 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 f86dcdab86..b7cd65b6aa 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 "317945" \ No newline at end of file + --label "318177" \ 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 5e703da098..5200711792 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 "102424156" \ No newline at end of file + --counter "102748046" \ 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 6762ad59c4..865ba5e397 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 "102424156" \ No newline at end of file + --counter "102748046" \ 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 fea118a477..cbc2ae04eb 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 "102424156" \ + --counter "102748046" \ --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 b7d37ba71b..44a658c253 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 "102424156" ^ + --counter "102748046" ^ --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 792bc65868..be740d5733 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 "317945" \ + --label "318177" \ --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 636851c51c..b54bdb8828 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 "317945" ^ + --label "318177" ^ --title "New tag title" \ No newline at end of file diff --git a/docs/en/cli/mysql/AddRecords/bash.txt b/docs/en/cli/mysql/AddRecords/bash.txt index 6155977808..85c855da4c 100644 --- a/docs/en/cli/mysql/AddRecords/bash.txt +++ b/docs/en/cli/mysql/AddRecords/bash.txt @@ -2,7 +2,7 @@ oint mysql AddRecords \ --table "testtable" \ - --rows "[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-06-04T21:58:22.4441199Z'},'time_field':{'TIME':'2025-06-04T21:58:22.4441199Z'},'datetime_field':{'DATE':'2025-06-04T21:58:22.4441199Z'},'timestamp_field':{'DATE':'2025-06-04T21:58:22.4441199Z'},'mediumblob_field':{'BYTES':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'set_field':{'TEXT':'one'}}]" \ + --rows "[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-06-18T20:16:20.6233178Z'},'time_field':{'TIME':'2025-06-18T20:16:20.6233178Z'},'datetime_field':{'DATE':'2025-06-18T20:16:20.6233178Z'},'timestamp_field':{'DATE':'2025-06-18T20:16:20.6233178Z'},'mediumblob_field':{'BYTES':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'set_field':{'TEXT':'one'}}]" \ --trn true \ --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file diff --git a/docs/en/cli/mysql/AddRecords/bat.txt b/docs/en/cli/mysql/AddRecords/bat.txt index 73ae088677..3ae34203dd 100644 --- a/docs/en/cli/mysql/AddRecords/bat.txt +++ b/docs/en/cli/mysql/AddRecords/bat.txt @@ -2,7 +2,7 @@ oint mysql AddRecords ^ --table "testtable" ^ - --rows "[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-06-04T21:58:22.4441199Z'},'time_field':{'TIME':'2025-06-04T21:58:22.4441199Z'},'datetime_field':{'DATE':'2025-06-04T21:58:22.4441199Z'},'timestamp_field':{'DATE':'2025-06-04T21:58:22.4441199Z'},'mediumblob_field':{'BYTES':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'set_field':{'TEXT':'one'}}]" ^ + --rows "[{'char_field':{'TEXT':'AAAAA'},'varchar_field':{'TEXT':'Some varchar'},'tinytext_field':{'TEXT':'Some tiny text'},'text_field':{'TEXT':'Some text'},'mediumtext_field':{'TEXT':'Some medium text'},'longtext_field':{'TEXT':'Some looooooong text'},'tinyint_field':{'INT':127},'smallint_field':{'INT':-32767},'mediumint_field':{'INT':8388607},'int_field':{'INT':-2147483647},'uint_field':{'UINT':4294967295},'bigint_field':{'INT':9223372036854775807},'float_field':{'FLOAT':100.50},'double_field':{'FLOAT':100.512123},'date_field':{'DATE':'2025-06-18T20:16:20.6233178Z'},'time_field':{'TIME':'2025-06-18T20:16:20.6233178Z'},'datetime_field':{'DATE':'2025-06-18T20:16:20.6233178Z'},'timestamp_field':{'DATE':'2025-06-18T20:16:20.6233178Z'},'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/AddTableColumn/bash.txt b/docs/en/cli/mysql/AddTableColumn/bash.txt new file mode 100644 index 0000000000..5dde32e7de --- /dev/null +++ b/docs/en/cli/mysql/AddTableColumn/bash.txt @@ -0,0 +1,8 @@ +# JSON data can also be passed as a path to a .json file + +oint mysql AddTableColumn \ + --table "testtable" \ + --name "new_field" \ + --type "MEDIUMTEXT" \ + --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/AddTableColumn/bat.txt b/docs/en/cli/mysql/AddTableColumn/bat.txt new file mode 100644 index 0000000000..7761d11731 --- /dev/null +++ b/docs/en/cli/mysql/AddTableColumn/bat.txt @@ -0,0 +1,8 @@ +:: JSON data can also be passed as a path to a .json file + +oint mysql AddTableColumn ^ + --table "testtable" ^ + --name "new_field" ^ + --type "MEDIUMTEXT" ^ + --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/DeleteTableColumn/bash.txt b/docs/en/cli/mysql/DeleteTableColumn/bash.txt new file mode 100644 index 0000000000..e99a56952d --- /dev/null +++ b/docs/en/cli/mysql/DeleteTableColumn/bash.txt @@ -0,0 +1,7 @@ +# JSON data can also be passed as a path to a .json file + +oint mysql DeleteTableColumn \ + --table "testtable" \ + --name "new_field" \ + --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/DeleteTableColumn/bat.txt b/docs/en/cli/mysql/DeleteTableColumn/bat.txt new file mode 100644 index 0000000000..9d8b0c86df --- /dev/null +++ b/docs/en/cli/mysql/DeleteTableColumn/bat.txt @@ -0,0 +1,7 @@ +:: JSON data can also be passed as a path to a .json file + +oint mysql DeleteTableColumn ^ + --table "testtable" ^ + --name "new_field" ^ + --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/EnsureTable/bash.txt b/docs/en/cli/mysql/EnsureTable/bash.txt new file mode 100644 index 0000000000..73a1f8d864 --- /dev/null +++ b/docs/en/cli/mysql/EnsureTable/bash.txt @@ -0,0 +1,7 @@ +# JSON data can also be passed as a path to a .json file + +oint mysql EnsureTable \ + --table "testtable" \ + --cols "{'smallint_field':'SMALLINT','double_field':'DOUBLE','bigint_field':'BIGINT','custom_field':'TEXT'}" \ + --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/EnsureTable/bat.txt b/docs/en/cli/mysql/EnsureTable/bat.txt new file mode 100644 index 0000000000..16e40fb4ab --- /dev/null +++ b/docs/en/cli/mysql/EnsureTable/bat.txt @@ -0,0 +1,7 @@ +:: JSON data can also be passed as a path to a .json file + +oint mysql EnsureTable ^ + --table "testtable" ^ + --cols "{'smallint_field':'SMALLINT','double_field':'DOUBLE','bigint_field':'BIGINT','custom_field':'TEXT'}" ^ + --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/GetTableInformation/bash.txt b/docs/en/cli/mysql/GetTableInformation/bash.txt index a411731b4b..594b683ea7 100644 --- a/docs/en/cli/mysql/GetTableInformation/bash.txt +++ b/docs/en/cli/mysql/GetTableInformation/bash.txt @@ -1,3 +1,6 @@ +# JSON data can also be passed as a path to a .json file + oint mysql GetTableInformation \ - --table "heyho" \ - --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ No newline at end of file + --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/GetTableInformation/bat.txt b/docs/en/cli/mysql/GetTableInformation/bat.txt index fd2294c9fc..c60b450644 100644 --- a/docs/en/cli/mysql/GetTableInformation/bat.txt +++ b/docs/en/cli/mysql/GetTableInformation/bat.txt @@ -1,3 +1,6 @@ +:: JSON data can also be passed as a path to a .json file + oint mysql GetTableInformation ^ - --table "heyho" ^ - --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" \ No newline at end of file + --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/GetTlsSettings/bash.txt b/docs/en/cli/mysql/GetTlsSettings/bash.txt new file mode 100644 index 0000000000..ae3fc768ed --- /dev/null +++ b/docs/en/cli/mysql/GetTlsSettings/bash.txt @@ -0,0 +1,2 @@ +oint mysql GetTlsSettings \ + --trust true \ No newline at end of file diff --git a/docs/en/cli/mysql/GetTlsSettings/bat.txt b/docs/en/cli/mysql/GetTlsSettings/bat.txt new file mode 100644 index 0000000000..fab60f2bc0 --- /dev/null +++ b/docs/en/cli/mysql/GetTlsSettings/bat.txt @@ -0,0 +1,2 @@ +oint mysql GetTlsSettings ^ + --trust true \ No newline at end of file diff --git a/docs/en/cli/neocities/GetSiteData/bash.txt b/docs/en/cli/neocities/GetSiteData/bash.txt index fff82e18b8..6abbb5a9d5 100644 --- a/docs/en/cli/neocities/GetSiteData/bash.txt +++ b/docs/en/cli/neocities/GetSiteData/bash.txt @@ -1,2 +1,3 @@ oint neocities GetSiteData \ - --token "***" \ No newline at end of file + --token "***" \ + --sitename "2athenaeum" \ No newline at end of file diff --git a/docs/en/cli/neocities/GetSiteData/bat.txt b/docs/en/cli/neocities/GetSiteData/bat.txt index c72b333523..2944e4f754 100644 --- a/docs/en/cli/neocities/GetSiteData/bat.txt +++ b/docs/en/cli/neocities/GetSiteData/bat.txt @@ -1,2 +1,3 @@ oint neocities GetSiteData ^ - --token "***" \ No newline at end of file + --token "***" ^ + --sitename "2athenaeum" \ 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 5e167a6f41..11843e1190 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 "20882aa7-fc4e-8125-909e-dc482e485dff" \ - --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-06-04T22:10:10.2491589Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}" \ No newline at end of file + --base "21682aa7-fc4e-81f6-be99-d2353c6a0562" \ + --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-06-18T20:29:01.6027046Z','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 004e592a02..fdead40661 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 "20882aa7-fc4e-8125-909e-dc482e485dff" ^ - --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-06-04T22:10:10.2491589Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}" \ No newline at end of file + --base "21682aa7-fc4e-81f6-be99-d2353c6a0562" ^ + --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2025-06-18T20:29:01.6027046Z','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 cb174754a8..3837f41c00 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 "20882aa7-fc4e-81c4-94b0-f20af05329ab" \ No newline at end of file + --block "21682aa7-fc4e-8185-9194-dc995b6df3b7" \ 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 230cbd3522..23e98621e0 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 "20882aa7-fc4e-81c4-94b0-f20af05329ab" \ No newline at end of file + --block "21682aa7-fc4e-8185-9194-dc995b6df3b7" \ 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 a9774a166b..b678d789eb 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 "20882aa7-fc4e-8125-909e-dc482e485dff" \ + --base "21682aa7-fc4e-81f6-be99-d2353c6a0562" \ --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 9dc74b9e7e..96f6f7f912 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 "20882aa7-fc4e-8125-909e-dc482e485dff" ^ + --base "21682aa7-fc4e-81f6-be99-d2353c6a0562" ^ --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 0e1c944583..8e8f629dd9 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 "20882aa7-fc4e-81d3-880c-e3cca98722b3" \ + --page "21682aa7-fc4e-815b-a762-df09a0f52c71" \ --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 a6828a64b4..19ddad1f71 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 "20882aa7-fc4e-81d3-880c-e3cca98722b3" ^ + --page "21682aa7-fc4e-815b-a762-df09a0f52c71" ^ --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 88e986c369..4b5eab7c3e 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 "20882aa7-fc4e-8125-909e-dc482e485dff" \ No newline at end of file + --base "21682aa7-fc4e-81f6-be99-d2353c6a0562" \ 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 003d7b9387..881b948f3e 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 "20882aa7-fc4e-8125-909e-dc482e485dff" \ No newline at end of file + --base "21682aa7-fc4e-81f6-be99-d2353c6a0562" \ 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 018838fdce..6eeee2347a 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 "20882aa7-fc4e-81d3-880c-e3cca98722b3" \ No newline at end of file + --page "21682aa7-fc4e-815b-a762-df09a0f52c71" \ 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 1083bc0cdd..61d68a9dc2 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 "20882aa7-fc4e-81d3-880c-e3cca98722b3" \ No newline at end of file + --page "21682aa7-fc4e-815b-a762-df09a0f52c71" \ 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 6090163468..6701e679c0 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 "20882aa7-fc4e-81c4-94b0-f20af05329ab" \ No newline at end of file + --block "21682aa7-fc4e-8185-9194-dc995b6df3b7" \ 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 7a52812e83..391522bb08 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 "20882aa7-fc4e-81c4-94b0-f20af05329ab" \ No newline at end of file + --block "21682aa7-fc4e-8185-9194-dc995b6df3b7" \ No newline at end of file diff --git a/docs/en/cli/ollama/GetContextResponse/bash.txt b/docs/en/cli/ollama/GetContextResponse/bash.txt index e3b9eb0967..f88b89e464 100644 --- a/docs/en/cli/ollama/GetContextResponse/bash.txt +++ b/docs/en/cli/ollama/GetContextResponse/bash.txt @@ -3,5 +3,5 @@ oint ollama GetContextResponse \ --url "https://api.athenaeum.digital/ollama" \ --model "tinyllama" \ - --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a powerful and comprehensive enterprise resource planning (ERP) solution designed for small to medium-sized businesses (SMBs). It provides essential features such as inventory management, accounting, purchasing, production, sales, customer relationship management (CRM), and human resources (HR) automation.\n\n1C:Enterprise is offered in three versions - Standard, Professional, and Enterprise - each of which comes with additional features like advanced customization options, reporting capabilities, mobile apps, and more. The main difference between these versions lies in the level of customization and support offered to users. A Standard or Professional version typically includes all basic functionalities necessary for running a small business, while an Enterprise version offers deeper functionality, customization options, and enhanced support.\n\n1C:Enterprise has been designed by experienced 1C consultants who have extensive experience in ERP implementations with a focus on user-friendliness, ease of use, scalability, and robustness.'},{'role':'user','content':'When the first version was released?'}]" \ + --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a comprehensive ERP (enterprise resource planning) system designed for midsize and large businesses. It provides automation, integration, customization, and financial management solutions to optimize operations and streamline processes across various departments. The system includes accounting, purchasing, inventory management, production planning, sales, human resources, customer relationship management, and other essential modules. 1C:Enterprise is designed for businesses with between 50-2000 employees and with revenue ranging from $10 million to $4 billion.'},{'role':'user','content':'When the first version was released?'}]" \ --headers "{'Authorization':'***'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/GetContextResponse/bat.txt b/docs/en/cli/ollama/GetContextResponse/bat.txt index bed4bd45d5..ec0f4907a1 100644 --- a/docs/en/cli/ollama/GetContextResponse/bat.txt +++ b/docs/en/cli/ollama/GetContextResponse/bat.txt @@ -3,5 +3,5 @@ oint ollama GetContextResponse ^ --url "https://api.athenaeum.digital/ollama" ^ --model "tinyllama" ^ - --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a powerful and comprehensive enterprise resource planning (ERP) solution designed for small to medium-sized businesses (SMBs). It provides essential features such as inventory management, accounting, purchasing, production, sales, customer relationship management (CRM), and human resources (HR) automation.\n\n1C:Enterprise is offered in three versions - Standard, Professional, and Enterprise - each of which comes with additional features like advanced customization options, reporting capabilities, mobile apps, and more. The main difference between these versions lies in the level of customization and support offered to users. A Standard or Professional version typically includes all basic functionalities necessary for running a small business, while an Enterprise version offers deeper functionality, customization options, and enhanced support.\n\n1C:Enterprise has been designed by experienced 1C consultants who have extensive experience in ERP implementations with a focus on user-friendliness, ease of use, scalability, and robustness.'},{'role':'user','content':'When the first version was released?'}]" ^ + --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a comprehensive ERP (enterprise resource planning) system designed for midsize and large businesses. It provides automation, integration, customization, and financial management solutions to optimize operations and streamline processes across various departments. The system includes accounting, purchasing, inventory management, production planning, sales, human resources, customer relationship management, and other essential modules. 1C:Enterprise is designed for businesses with between 50-2000 employees and with revenue ranging from $10 million to $4 billion.'},{'role':'user','content':'When the first version was released?'}]" ^ --headers "{'Authorization':'***'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/PushBlob/bash.txt b/docs/en/cli/ollama/PushBlob/bash.txt index 48b30644ab..310a465919 100644 --- a/docs/en/cli/ollama/PushBlob/bash.txt +++ b/docs/en/cli/ollama/PushBlob/bash.txt @@ -2,5 +2,5 @@ oint ollama PushBlob \ --url "https://api.athenaeum.digital/ollama" \ - --data "C:\Users\Administrator\AppData\Local\Temp\tvxeuxlz31d.tmp" \ + --data "C:\Users\Administrator\AppData\Local\Temp\3qpsnmcegt4.tmp" \ --headers "{'Authorization':'***'}" \ No newline at end of file diff --git a/docs/en/cli/ollama/PushBlob/bat.txt b/docs/en/cli/ollama/PushBlob/bat.txt index c74c6ef51d..eb350b07c5 100644 --- a/docs/en/cli/ollama/PushBlob/bat.txt +++ b/docs/en/cli/ollama/PushBlob/bat.txt @@ -2,5 +2,5 @@ oint ollama PushBlob ^ --url "https://api.athenaeum.digital/ollama" ^ - --data "C:\Users\Administrator\AppData\Local\Temp\tvxeuxlz31d.tmp" ^ + --data "C:\Users\Administrator\AppData\Local\Temp\3qpsnmcegt4.tmp" ^ --headers "{'Authorization':'***'}" \ No newline at end of file diff --git a/docs/en/cli/openai/CreateAssistant/bash.txt b/docs/en/cli/openai/CreateAssistant/bash.txt new file mode 100644 index 0000000000..ba94a5e1ec --- /dev/null +++ b/docs/en/cli/openai/CreateAssistant/bash.txt @@ -0,0 +1,6 @@ +oint openai CreateAssistant \ + --url "https://api.athenaeum.digital:1122/" \ + --token "***" \ + --model "smolvlm-256m-instruct" \ + --name "Math tutor" \ + --inst "You are a personal math tutor. When asked a question, write and run Python code to answer the question." \ No newline at end of file diff --git a/docs/en/cli/openai/CreateAssistant/bat.txt b/docs/en/cli/openai/CreateAssistant/bat.txt new file mode 100644 index 0000000000..93b6f38785 --- /dev/null +++ b/docs/en/cli/openai/CreateAssistant/bat.txt @@ -0,0 +1,6 @@ +oint openai CreateAssistant ^ + --url "https://api.athenaeum.digital:1122/" ^ + --token "***" ^ + --model "smolvlm-256m-instruct" ^ + --name "Math tutor" ^ + --inst "You are a personal math tutor. When asked a question, write and run Python code to answer the question." \ No newline at end of file diff --git a/docs/en/cli/openai/CreateTranscription/bash.txt b/docs/en/cli/openai/CreateTranscription/bash.txt new file mode 100644 index 0000000000..d505f89771 --- /dev/null +++ b/docs/en/cli/openai/CreateTranscription/bash.txt @@ -0,0 +1,6 @@ +oint openai CreateTranscription \ + --url "https://api.athenaeum.digital:1122/" \ + --token "***" \ + --model "whisper-1" \ + --audio "C:\Users\Administrator\AppData\Local\Temp\bi04ndbxhxg.wav" \ + --type "audio/wav" \ No newline at end of file diff --git a/docs/en/cli/openai/CreateTranscription/bat.txt b/docs/en/cli/openai/CreateTranscription/bat.txt new file mode 100644 index 0000000000..9e08363245 --- /dev/null +++ b/docs/en/cli/openai/CreateTranscription/bat.txt @@ -0,0 +1,6 @@ +oint openai CreateTranscription ^ + --url "https://api.athenaeum.digital:1122/" ^ + --token "***" ^ + --model "whisper-1" ^ + --audio "C:\Users\Administrator\AppData\Local\Temp\bi04ndbxhxg.wav" ^ + --type "audio/wav" \ No newline at end of file diff --git a/docs/en/cli/openai/DeleteAssistant/bash.txt b/docs/en/cli/openai/DeleteAssistant/bash.txt new file mode 100644 index 0000000000..edbd11ec09 --- /dev/null +++ b/docs/en/cli/openai/DeleteAssistant/bash.txt @@ -0,0 +1,4 @@ +oint openai DeleteAssistant \ + --url "https://api.athenaeum.digital:1122/" \ + --token "***" \ + --id "asst_3" \ No newline at end of file diff --git a/docs/en/cli/openai/DeleteAssistant/bat.txt b/docs/en/cli/openai/DeleteAssistant/bat.txt new file mode 100644 index 0000000000..631480d9fd --- /dev/null +++ b/docs/en/cli/openai/DeleteAssistant/bat.txt @@ -0,0 +1,4 @@ +oint openai DeleteAssistant ^ + --url "https://api.athenaeum.digital:1122/" ^ + --token "***" ^ + --id "asst_3" \ No newline at end of file diff --git a/docs/en/cli/openai/DeleteFile/bash.txt b/docs/en/cli/openai/DeleteFile/bash.txt new file mode 100644 index 0000000000..3abe04ab71 --- /dev/null +++ b/docs/en/cli/openai/DeleteFile/bash.txt @@ -0,0 +1,4 @@ +oint openai DeleteFile \ + --url "https://api.athenaeum.digital:1122/" \ + --token "***" \ + --id "file-4" \ No newline at end of file diff --git a/docs/en/cli/openai/DeleteFile/bat.txt b/docs/en/cli/openai/DeleteFile/bat.txt new file mode 100644 index 0000000000..6689453ca1 --- /dev/null +++ b/docs/en/cli/openai/DeleteFile/bat.txt @@ -0,0 +1,4 @@ +oint openai DeleteFile ^ + --url "https://api.athenaeum.digital:1122/" ^ + --token "***" ^ + --id "file-4" \ No newline at end of file diff --git a/docs/en/cli/openai/DownloadFile/bash.txt b/docs/en/cli/openai/DownloadFile/bash.txt new file mode 100644 index 0000000000..5be1fc2e53 --- /dev/null +++ b/docs/en/cli/openai/DownloadFile/bash.txt @@ -0,0 +1,4 @@ +oint openai DownloadFile \ + --url "https://api.athenaeum.digital:1122/" \ + --token "***" \ + --id "file-4" \ No newline at end of file diff --git a/docs/en/cli/openai/DownloadFile/bat.txt b/docs/en/cli/openai/DownloadFile/bat.txt new file mode 100644 index 0000000000..87b4b8e47c --- /dev/null +++ b/docs/en/cli/openai/DownloadFile/bat.txt @@ -0,0 +1,4 @@ +oint openai DownloadFile ^ + --url "https://api.athenaeum.digital:1122/" ^ + --token "***" ^ + --id "file-4" \ No newline at end of file diff --git a/docs/en/cli/openai/GenerateSpeech/bash.txt b/docs/en/cli/openai/GenerateSpeech/bash.txt new file mode 100644 index 0000000000..6380e9b590 --- /dev/null +++ b/docs/en/cli/openai/GenerateSpeech/bash.txt @@ -0,0 +1,8 @@ +# JSON data can also be passed as a path to a .json file + +oint openai GenerateSpeech \ + --url "https://api.athenaeum.digital:1122/" \ + --token "***" \ + --model "tts-1" \ + --input "Attack ships on fire off the shoulder of Orion bright as magnesium" \ + --options "{'response_format':'wav'}" \ No newline at end of file diff --git a/docs/en/cli/openai/GenerateSpeech/bat.txt b/docs/en/cli/openai/GenerateSpeech/bat.txt new file mode 100644 index 0000000000..c7e643ea6f --- /dev/null +++ b/docs/en/cli/openai/GenerateSpeech/bat.txt @@ -0,0 +1,8 @@ +:: JSON data can also be passed as a path to a .json file + +oint openai GenerateSpeech ^ + --url "https://api.athenaeum.digital:1122/" ^ + --token "***" ^ + --model "tts-1" ^ + --input "Attack ships on fire off the shoulder of Orion bright as magnesium" ^ + --options "{'response_format':'wav'}" \ No newline at end of file diff --git a/docs/en/cli/openai/GetAssistantsList/bash.txt b/docs/en/cli/openai/GetAssistantsList/bash.txt new file mode 100644 index 0000000000..bc6408dc2d --- /dev/null +++ b/docs/en/cli/openai/GetAssistantsList/bash.txt @@ -0,0 +1,7 @@ +# JSON data can also be passed as a path to a .json file + +oint openai GetAssistantsList \ + --url "https://api.athenaeum.digital:1122/" \ + --token "***" \ + --limit 2 \ + --options "{'after':'asst_2','order':'desc'}" \ No newline at end of file diff --git a/docs/en/cli/openai/GetAssistantsList/bat.txt b/docs/en/cli/openai/GetAssistantsList/bat.txt new file mode 100644 index 0000000000..018bb93ff5 --- /dev/null +++ b/docs/en/cli/openai/GetAssistantsList/bat.txt @@ -0,0 +1,7 @@ +:: JSON data can also be passed as a path to a .json file + +oint openai GetAssistantsList ^ + --url "https://api.athenaeum.digital:1122/" ^ + --token "***" ^ + --limit 2 ^ + --options "{'after':'asst_2','order':'desc'}" \ No newline at end of file diff --git a/docs/en/cli/openai/GetEmbeddings/bash.txt b/docs/en/cli/openai/GetEmbeddings/bash.txt new file mode 100644 index 0000000000..5563b83775 --- /dev/null +++ b/docs/en/cli/openai/GetEmbeddings/bash.txt @@ -0,0 +1,5 @@ +oint openai GetEmbeddings \ + --url "https://api.athenaeum.digital:1122/" \ + --token "***" \ + --model "text-embedding-ada-002" \ + --input "What is 1C:Enterprise?" \ No newline at end of file diff --git a/docs/en/cli/openai/GetEmbeddings/bat.txt b/docs/en/cli/openai/GetEmbeddings/bat.txt new file mode 100644 index 0000000000..d901b474cf --- /dev/null +++ b/docs/en/cli/openai/GetEmbeddings/bat.txt @@ -0,0 +1,5 @@ +oint openai GetEmbeddings ^ + --url "https://api.athenaeum.digital:1122/" ^ + --token "***" ^ + --model "text-embedding-ada-002" ^ + --input "What is 1C:Enterprise?" \ No newline at end of file diff --git a/docs/en/cli/openai/GetFileInformation/bash.txt b/docs/en/cli/openai/GetFileInformation/bash.txt new file mode 100644 index 0000000000..b259ef09a4 --- /dev/null +++ b/docs/en/cli/openai/GetFileInformation/bash.txt @@ -0,0 +1,4 @@ +oint openai GetFileInformation \ + --url "https://api.athenaeum.digital:1122/" \ + --token "***" \ + --id "file-4" \ No newline at end of file diff --git a/docs/en/cli/openai/GetFileInformation/bat.txt b/docs/en/cli/openai/GetFileInformation/bat.txt new file mode 100644 index 0000000000..caeb0494e6 --- /dev/null +++ b/docs/en/cli/openai/GetFileInformation/bat.txt @@ -0,0 +1,4 @@ +oint openai GetFileInformation ^ + --url "https://api.athenaeum.digital:1122/" ^ + --token "***" ^ + --id "file-4" \ No newline at end of file diff --git a/docs/en/cli/openai/GetFilesList/bash.txt b/docs/en/cli/openai/GetFilesList/bash.txt new file mode 100644 index 0000000000..636c10a509 --- /dev/null +++ b/docs/en/cli/openai/GetFilesList/bash.txt @@ -0,0 +1,3 @@ +oint openai GetFilesList \ + --url "https://api.athenaeum.digital:1122/" \ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/openai/GetFilesList/bat.txt b/docs/en/cli/openai/GetFilesList/bat.txt new file mode 100644 index 0000000000..a89e76c36f --- /dev/null +++ b/docs/en/cli/openai/GetFilesList/bat.txt @@ -0,0 +1,3 @@ +oint openai GetFilesList ^ + --url "https://api.athenaeum.digital:1122/" ^ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/openai/GetImageDescriptionStructure/bash.txt b/docs/en/cli/openai/GetImageDescriptionStructure/bash.txt new file mode 100644 index 0000000000..a439811a46 --- /dev/null +++ b/docs/en/cli/openai/GetImageDescriptionStructure/bash.txt @@ -0,0 +1,4 @@ +oint openai GetImageDescriptionStructure \ + --prompt "Yellow alpaca" \ + --amount 1 \ + --size "1024x1024" \ No newline at end of file diff --git a/docs/en/cli/openai/GetImageDescriptionStructure/bat.txt b/docs/en/cli/openai/GetImageDescriptionStructure/bat.txt new file mode 100644 index 0000000000..97868b0e6d --- /dev/null +++ b/docs/en/cli/openai/GetImageDescriptionStructure/bat.txt @@ -0,0 +1,4 @@ +oint openai GetImageDescriptionStructure ^ + --prompt "Yellow alpaca" ^ + --amount 1 ^ + --size "1024x1024" \ No newline at end of file diff --git a/docs/en/cli/openai/GetImageMessageStructure/bash.txt b/docs/en/cli/openai/GetImageMessageStructure/bash.txt new file mode 100644 index 0000000000..5257a4de90 --- /dev/null +++ b/docs/en/cli/openai/GetImageMessageStructure/bash.txt @@ -0,0 +1,4 @@ +oint openai GetImageMessageStructure \ + --role "user" \ + --file "file-2" \ + --prompt "What is in this image?" \ No newline at end of file diff --git a/docs/en/cli/openai/GetImageMessageStructure/bat.txt b/docs/en/cli/openai/GetImageMessageStructure/bat.txt new file mode 100644 index 0000000000..2dd06a2cab --- /dev/null +++ b/docs/en/cli/openai/GetImageMessageStructure/bat.txt @@ -0,0 +1,4 @@ +oint openai GetImageMessageStructure ^ + --role "user" ^ + --file "file-2" ^ + --prompt "What is in this image?" \ No newline at end of file diff --git a/docs/en/cli/openai/GetImages/bash.txt b/docs/en/cli/openai/GetImages/bash.txt new file mode 100644 index 0000000000..732670ac37 --- /dev/null +++ b/docs/en/cli/openai/GetImages/bash.txt @@ -0,0 +1,7 @@ +# JSON data can also be passed as a path to a .json file + +oint openai GetImages \ + --url "https://bothub.chat/api/v2/openai/" \ + --token "***" \ + --model "dall-e-3" \ + --descr "{'prompt':'Yellow alpaca','n':1,'size':'1024x1024'}" \ No newline at end of file diff --git a/docs/en/cli/openai/GetImages/bat.txt b/docs/en/cli/openai/GetImages/bat.txt new file mode 100644 index 0000000000..b7905fe45e --- /dev/null +++ b/docs/en/cli/openai/GetImages/bat.txt @@ -0,0 +1,7 @@ +:: JSON data can also be passed as a path to a .json file + +oint openai GetImages ^ + --url "https://bothub.chat/api/v2/openai/" ^ + --token "***" ^ + --model "dall-e-3" ^ + --descr "{'prompt':'Yellow alpaca','n':1,'size':'1024x1024'}" \ No newline at end of file diff --git a/docs/en/cli/openai/GetMessageStructure/bash.txt b/docs/en/cli/openai/GetMessageStructure/bash.txt new file mode 100644 index 0000000000..132da0ac15 --- /dev/null +++ b/docs/en/cli/openai/GetMessageStructure/bash.txt @@ -0,0 +1,3 @@ +oint openai GetMessageStructure \ + --role "user" \ + --text "What is 1C:Enterprise?" \ No newline at end of file diff --git a/docs/en/cli/openai/GetMessageStructure/bat.txt b/docs/en/cli/openai/GetMessageStructure/bat.txt new file mode 100644 index 0000000000..7b16fff5a7 --- /dev/null +++ b/docs/en/cli/openai/GetMessageStructure/bat.txt @@ -0,0 +1,3 @@ +oint openai GetMessageStructure ^ + --role "user" ^ + --text "What is 1C:Enterprise?" \ No newline at end of file diff --git a/docs/en/cli/openai/GetModelList/bash.txt b/docs/en/cli/openai/GetModelList/bash.txt new file mode 100644 index 0000000000..f6ada44061 --- /dev/null +++ b/docs/en/cli/openai/GetModelList/bash.txt @@ -0,0 +1,3 @@ +oint openai GetModelList \ + --url "https://api.athenaeum.digital:1122/" \ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/openai/GetModelList/bat.txt b/docs/en/cli/openai/GetModelList/bat.txt new file mode 100644 index 0000000000..0b62a33e8d --- /dev/null +++ b/docs/en/cli/openai/GetModelList/bat.txt @@ -0,0 +1,3 @@ +oint openai GetModelList ^ + --url "https://api.athenaeum.digital:1122/" ^ + --token "***" \ No newline at end of file diff --git a/docs/en/cli/openai/GetResponse/bash.txt b/docs/en/cli/openai/GetResponse/bash.txt new file mode 100644 index 0000000000..518c4ab86f --- /dev/null +++ b/docs/en/cli/openai/GetResponse/bash.txt @@ -0,0 +1,5 @@ +oint openai GetResponse \ + --url "https://api.athenaeum.digital:1122/" \ + --token "***" \ + --model "smolvlm-256m-instruct" \ + --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a full-stack, low-code platform'},{'role':'user','content':'When the first version was released?'}]" \ No newline at end of file diff --git a/docs/en/cli/openai/GetResponse/bat.txt b/docs/en/cli/openai/GetResponse/bat.txt new file mode 100644 index 0000000000..e3a030b1d8 --- /dev/null +++ b/docs/en/cli/openai/GetResponse/bat.txt @@ -0,0 +1,5 @@ +oint openai GetResponse ^ + --url "https://api.athenaeum.digital:1122/" ^ + --token "***" ^ + --model "smolvlm-256m-instruct" ^ + --msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a full-stack, low-code platform'},{'role':'user','content':'When the first version was released?'}]" \ No newline at end of file diff --git a/docs/en/cli/openai/RetrieveAssistant/bash.txt b/docs/en/cli/openai/RetrieveAssistant/bash.txt new file mode 100644 index 0000000000..a7a80990f9 --- /dev/null +++ b/docs/en/cli/openai/RetrieveAssistant/bash.txt @@ -0,0 +1,4 @@ +oint openai RetrieveAssistant \ + --url "https://api.athenaeum.digital:1122/" \ + --token "***" \ + --id "asst_3" \ No newline at end of file diff --git a/docs/en/cli/openai/RetrieveAssistant/bat.txt b/docs/en/cli/openai/RetrieveAssistant/bat.txt new file mode 100644 index 0000000000..f73ce2be30 --- /dev/null +++ b/docs/en/cli/openai/RetrieveAssistant/bat.txt @@ -0,0 +1,4 @@ +oint openai RetrieveAssistant ^ + --url "https://api.athenaeum.digital:1122/" ^ + --token "***" ^ + --id "asst_3" \ No newline at end of file diff --git a/docs/en/cli/openai/UploadFile/bash.txt b/docs/en/cli/openai/UploadFile/bash.txt new file mode 100644 index 0000000000..16d4497511 --- /dev/null +++ b/docs/en/cli/openai/UploadFile/bash.txt @@ -0,0 +1,6 @@ +oint openai UploadFile \ + --url "https://api.athenaeum.digital:1122/" \ + --token "***" \ + --name "fac80cf7-501d-4616-8a39-ffc7a91692d2.png" \ + --data "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ + --purpose "assistants" \ No newline at end of file diff --git a/docs/en/cli/openai/UploadFile/bat.txt b/docs/en/cli/openai/UploadFile/bat.txt new file mode 100644 index 0000000000..da9b45e4dd --- /dev/null +++ b/docs/en/cli/openai/UploadFile/bat.txt @@ -0,0 +1,6 @@ +oint openai UploadFile ^ + --url "https://api.athenaeum.digital:1122/" ^ + --token "***" ^ + --name "fac80cf7-501d-4616-8a39-ffc7a91692d2.png" ^ + --data "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" ^ + --purpose "assistants" \ No newline at end of file diff --git a/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bash.txt b/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bash.txt index 291a61059e..a17d1ed694 100644 --- a/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bash.txt +++ b/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bash.txt @@ -1,4 +1,3 @@ oint ozon GetCategoriesAndProductTypesTree \ --clientid "***" \ - --apikey "***" \ - --lang "EN" \ No newline at end of file + --apikey "***" \ No newline at end of file diff --git a/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bat.txt b/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bat.txt index 2968568c26..da2eea644d 100644 --- a/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bat.txt +++ b/docs/en/cli/ozon/GetCategoriesAndProductTypesTree/bat.txt @@ -1,4 +1,3 @@ oint ozon GetCategoriesAndProductTypesTree ^ --clientid "***" ^ - --apikey "***" ^ - --lang "EN" \ No newline at end of file + --apikey "***" \ No newline at end of file diff --git a/docs/en/cli/ozon/GetFBODraft/bash.txt b/docs/en/cli/ozon/GetFBODraft/bash.txt index 49fd3ebda4..7abf82cbb1 100644 --- a/docs/en/cli/ozon/GetFBODraft/bash.txt +++ b/docs/en/cli/ozon/GetFBODraft/bash.txt @@ -1,4 +1,4 @@ oint ozon GetFBODraft \ --clientid "***" \ --apikey "***" \ - --oper "0196f198-a0cb-73b0-82f9-b88f833864be" \ No newline at end of file + --oper "0197842c-e4d3-77cc-be17-68b75851d51f" \ No newline at end of file diff --git a/docs/en/cli/ozon/GetFBODraft/bat.txt b/docs/en/cli/ozon/GetFBODraft/bat.txt index 9296360e8d..762a46759e 100644 --- a/docs/en/cli/ozon/GetFBODraft/bat.txt +++ b/docs/en/cli/ozon/GetFBODraft/bat.txt @@ -1,4 +1,4 @@ oint ozon GetFBODraft ^ --clientid "***" ^ --apikey "***" ^ - --oper "0196f198-a0cb-73b0-82f9-b88f833864be" \ No newline at end of file + --oper "0197842c-e4d3-77cc-be17-68b75851d51f" \ No newline at end of file diff --git a/docs/en/cli/ozon/GetFBOTimeslots/bash.txt b/docs/en/cli/ozon/GetFBOTimeslots/bash.txt index 230087495e..38d8aed1a3 100644 --- a/docs/en/cli/ozon/GetFBOTimeslots/bash.txt +++ b/docs/en/cli/ozon/GetFBOTimeslots/bash.txt @@ -1,7 +1,7 @@ oint ozon GetFBOTimeslots \ --clientid "***" \ --apikey "***" \ - --from "2025-05-21T09:47:40.0815988" \ - --to "2025-05-22T09:47:40.0815988" \ - --draft 52357587 \ - --whs 1020000613861000 \ No newline at end of file + --from "2025-06-18T20:54:10.2217195" \ + --to "2025-06-19T20:54:10.2217195" \ + --draft 55486827 \ + --whs 1020001649180000 \ No newline at end of file diff --git a/docs/en/cli/ozon/GetFBOTimeslots/bat.txt b/docs/en/cli/ozon/GetFBOTimeslots/bat.txt index 75e8133966..db5ce5f4e7 100644 --- a/docs/en/cli/ozon/GetFBOTimeslots/bat.txt +++ b/docs/en/cli/ozon/GetFBOTimeslots/bat.txt @@ -1,7 +1,7 @@ oint ozon GetFBOTimeslots ^ --clientid "***" ^ --apikey "***" ^ - --from "2025-05-21T09:47:40.0815988" ^ - --to "2025-05-22T09:47:40.0815988" ^ - --draft 52357587 ^ - --whs 1020000613861000 \ No newline at end of file + --from "2025-06-18T20:54:10.2217195" ^ + --to "2025-06-19T20:54:10.2217195" ^ + --draft 55486827 ^ + --whs 1020001649180000 \ 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 72bda5ce30..5e9968be82 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':1797789903}" \ 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':1990417369}" \ 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 17c3e29d5b..b018baeffc 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':1797789903}" \ 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':1990417369}" \ 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 750d35fb30..3be791125e 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':1797789903,'stock':20,'warehouse_id':1}" \ No newline at end of file + --stocks "{'offer_id':'143210610','product_id':1990417369,'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 460fe68f8c..c78c9d4cc3 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':1797789903,'stock':20,'warehouse_id':1}" \ No newline at end of file + --stocks "{'offer_id':'143210610','product_id':1990417369,'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 24092e4478..ec02a1fb74 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\\24cd4nug4r2.tmp'},'ts_field':{'TIMESTAMP':'2025-06-04T21:56:45.4520542Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-06-04T21:56:45.4520542+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-06-04T21:56:45.4520542Z'},'time_field':{'TIME':'2025-06-04T21:56:45.4520542Z'},'uuid_field':{'UUID':'a89e7d54-a0c2-4894-b07a-01f86dd7527e'}}]" \ + --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\\ullcaqayfkv.tmp'},'ts_field':{'TIMESTAMP':'2025-06-18T20:14:21.0341888Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-06-18T20:14:21.0341888+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-06-18T20:14:21.0341888Z'},'time_field':{'TIME':'2025-06-18T20:14:21.0341888Z'},'uuid_field':{'UUID':'9858def8-3d48-4c74-a89c-589857836f3e'}}]" \ --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 d1459a546d..4a01da7002 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\\24cd4nug4r2.tmp'},'ts_field':{'TIMESTAMP':'2025-06-04T21:56:45.4520542Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-06-04T21:56:45.4520542+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-06-04T21:56:45.4520542Z'},'time_field':{'TIME':'2025-06-04T21:56:45.4520542Z'},'uuid_field':{'UUID':'a89e7d54-a0c2-4894-b07a-01f86dd7527e'}}]" ^ + --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\\ullcaqayfkv.tmp'},'ts_field':{'TIMESTAMP':'2025-06-18T20:14:21.0341888Z'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'2025-06-18T20:14:21.0341888+05:00'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':10}},'jsonb_field':{'JSONB':{'key':'***','value':10}},'date_field':{'DATE':'2025-06-18T20:14:21.0341888Z'},'time_field':{'TIME':'2025-06-18T20:14:21.0341888Z'},'uuid_field':{'UUID':'9858def8-3d48-4c74-a89c-589857836f3e'}}]" ^ --trn true ^ --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ No newline at end of file diff --git a/docs/en/cli/postgres/AddTableColumn/bash.txt b/docs/en/cli/postgres/AddTableColumn/bash.txt new file mode 100644 index 0000000000..92b1cd5a68 --- /dev/null +++ b/docs/en/cli/postgres/AddTableColumn/bash.txt @@ -0,0 +1,8 @@ +# JSON data can also be passed as a path to a .json file + +oint postgres AddTableColumn \ + --table "testtable" \ + --name "new_field" \ + --type "TEXT" \ + --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ + --tls "{'use_tls':true,'accept_invalid_certs':false}" \ No newline at end of file diff --git a/docs/en/cli/postgres/AddTableColumn/bat.txt b/docs/en/cli/postgres/AddTableColumn/bat.txt new file mode 100644 index 0000000000..4062508d41 --- /dev/null +++ b/docs/en/cli/postgres/AddTableColumn/bat.txt @@ -0,0 +1,8 @@ +:: JSON data can also be passed as a path to a .json file + +oint postgres AddTableColumn ^ + --table "testtable" ^ + --name "new_field" ^ + --type "TEXT" ^ + --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^ + --tls "{'use_tls':true,'accept_invalid_certs':false}" \ No newline at end of file diff --git a/docs/en/cli/postgres/CreateTable/bash.txt b/docs/en/cli/postgres/CreateTable/bash.txt index 15b2da2110..2781c906df 100644 --- a/docs/en/cli/postgres/CreateTable/bash.txt +++ b/docs/en/cli/postgres/CreateTable/bash.txt @@ -3,4 +3,5 @@ oint postgres CreateTable \ --table "testtable" \ --cols "{'bool_field':'BOOL','oldchar_field':'\"char\"','smallint_field':'SMALLINT','smallserial_field':'SMALLSERIAL','int_field':'INT','serial_field':'SERIAL','oid_field':'OID','bigint_field':'BIGINT','bigserial_field':'BIGSERIAL','real_field':'REAL','dp_field':'DOUBLE PRECISION','text_field':'TEXT','varchar_field':'VARCHAR','charn_field':'CHAR(3)','char_field':'CHAR','name_field':'NAME','bytea_field':'BYTEA','ts_field':'TIMESTAMP','tswtz_field':'TIMESTAMP WITH TIME ZONE','ip_field':'INET','json_field':'JSON','jsonb_field':'JSONB','date_field':'DATE','time_field':'TIME','uuid_field':'UUID'}" \ - --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ No newline at end of file + --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ + --tls "{'use_tls':true,'accept_invalid_certs':false}" \ No newline at end of file diff --git a/docs/en/cli/postgres/CreateTable/bat.txt b/docs/en/cli/postgres/CreateTable/bat.txt index 214c48403d..ce45f5d222 100644 --- a/docs/en/cli/postgres/CreateTable/bat.txt +++ b/docs/en/cli/postgres/CreateTable/bat.txt @@ -3,4 +3,5 @@ oint postgres CreateTable ^ --table "testtable" ^ --cols "{'bool_field':'BOOL','oldchar_field':'\"char\"','smallint_field':'SMALLINT','smallserial_field':'SMALLSERIAL','int_field':'INT','serial_field':'SERIAL','oid_field':'OID','bigint_field':'BIGINT','bigserial_field':'BIGSERIAL','real_field':'REAL','dp_field':'DOUBLE PRECISION','text_field':'TEXT','varchar_field':'VARCHAR','charn_field':'CHAR(3)','char_field':'CHAR','name_field':'NAME','bytea_field':'BYTEA','ts_field':'TIMESTAMP','tswtz_field':'TIMESTAMP WITH TIME ZONE','ip_field':'INET','json_field':'JSON','jsonb_field':'JSONB','date_field':'DATE','time_field':'TIME','uuid_field':'UUID'}" ^ - --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ No newline at end of file + --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^ + --tls "{'use_tls':true,'accept_invalid_certs':false}" \ No newline at end of file diff --git a/docs/en/cli/postgres/DeleteTableColumn/bash.txt b/docs/en/cli/postgres/DeleteTableColumn/bash.txt new file mode 100644 index 0000000000..a998cf6a3d --- /dev/null +++ b/docs/en/cli/postgres/DeleteTableColumn/bash.txt @@ -0,0 +1,7 @@ +# JSON data can also be passed as a path to a .json file + +oint postgres DeleteTableColumn \ + --table "testtable" \ + --name "new_field" \ + --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ + --tls "{'use_tls':true,'accept_invalid_certs':false}" \ No newline at end of file diff --git a/docs/en/cli/postgres/DeleteTableColumn/bat.txt b/docs/en/cli/postgres/DeleteTableColumn/bat.txt new file mode 100644 index 0000000000..600f3b9989 --- /dev/null +++ b/docs/en/cli/postgres/DeleteTableColumn/bat.txt @@ -0,0 +1,7 @@ +:: JSON data can also be passed as a path to a .json file + +oint postgres DeleteTableColumn ^ + --table "testtable" ^ + --name "new_field" ^ + --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^ + --tls "{'use_tls':true,'accept_invalid_certs':false}" \ No newline at end of file diff --git a/docs/en/cli/postgres/EnsureTable/bash.txt b/docs/en/cli/postgres/EnsureTable/bash.txt new file mode 100644 index 0000000000..ef276a832b --- /dev/null +++ b/docs/en/cli/postgres/EnsureTable/bash.txt @@ -0,0 +1,6 @@ +# JSON data can also be passed as a path to a .json file + +oint postgres EnsureTable \ + --table "test_new" \ + --cols "{'smallint_field':'SMALLINT','uuid_field':'uuid','bigint_field':'BIGINT','custom_field':'TEXT'}" \ + --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ No newline at end of file diff --git a/docs/en/cli/postgres/EnsureTable/bat.txt b/docs/en/cli/postgres/EnsureTable/bat.txt new file mode 100644 index 0000000000..7c42809808 --- /dev/null +++ b/docs/en/cli/postgres/EnsureTable/bat.txt @@ -0,0 +1,6 @@ +:: JSON data can also be passed as a path to a .json file + +oint postgres EnsureTable ^ + --table "test_new" ^ + --cols "{'smallint_field':'SMALLINT','uuid_field':'uuid','bigint_field':'BIGINT','custom_field':'TEXT'}" ^ + --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ No newline at end of file diff --git a/docs/en/cli/postgres/GetTableInformation/bash.txt b/docs/en/cli/postgres/GetTableInformation/bash.txt index e041e284eb..a23bdf41df 100644 --- a/docs/en/cli/postgres/GetTableInformation/bash.txt +++ b/docs/en/cli/postgres/GetTableInformation/bash.txt @@ -1,3 +1,3 @@ oint postgres GetTableInformation \ - --table "heyho" \ + --table "test_new" \ --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ No newline at end of file diff --git a/docs/en/cli/postgres/GetTableInformation/bat.txt b/docs/en/cli/postgres/GetTableInformation/bat.txt index 2e1386e72e..ab25a38338 100644 --- a/docs/en/cli/postgres/GetTableInformation/bat.txt +++ b/docs/en/cli/postgres/GetTableInformation/bat.txt @@ -1,3 +1,3 @@ oint postgres GetTableInformation ^ - --table "heyho" ^ + --table "test_new" ^ --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ No newline at end of file diff --git a/docs/en/cli/postgres/GetTlsSettings/bash.txt b/docs/en/cli/postgres/GetTlsSettings/bash.txt new file mode 100644 index 0000000000..c8aee94d2e --- /dev/null +++ b/docs/en/cli/postgres/GetTlsSettings/bash.txt @@ -0,0 +1,2 @@ +oint postgres GetTlsSettings \ + --trust false \ No newline at end of file diff --git a/docs/en/cli/postgres/GetTlsSettings/bat.txt b/docs/en/cli/postgres/GetTlsSettings/bat.txt new file mode 100644 index 0000000000..6ff60dbe6c --- /dev/null +++ b/docs/en/cli/postgres/GetTlsSettings/bat.txt @@ -0,0 +1,2 @@ +oint postgres GetTlsSettings ^ + --trust false \ 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 f35f3434f3..70888f8920 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjc1YWExMjk4LWFlZWItNDlhMS05MTBiLWQzMTE2ODM0MDVhOA" \ No newline at end of file + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjI3N2MxMzM3LTYzNTctNGZjYy05OTRjLTBlMTU4OTUzYTMzMg" \ 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 cf840495c2..6a749931ec 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjc1YWExMjk4LWFlZWItNDlhMS05MTBiLWQzMTE2ODM0MDVhOA" \ No newline at end of file + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjI3N2MxMzM3LTYzNTctNGZjYy05OTRjLTBlMTU4OTUzYTMzMg" \ 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 ca8f57686d..1a12c22795 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjAyMmZlOTZkLTJiMjAtNGM4Mi1hZmU0LThjMTM2MTEyNTZhMA" \ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLmE4MTZmYWZhLWI3ODAtNGJlMi05MjU5LTQyNTQxZGEwMDZmYQ" \ --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 be9d482095..fed8dba56b 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjAyMmZlOTZkLTJiMjAtNGM4Mi1hZmU0LThjMTM2MTEyNTZhMA" ^ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLmE4MTZmYWZhLWI3ODAtNGJlMi05MjU5LTQyNTQxZGEwMDZmYQ" ^ --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 a8d0e68b99..99a1521495 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\4op125pdyb3.xml" \ + --conf "C:\Users\Administrator\AppData\Local\Temp\ymkdnd33upd.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 5128624ed4..a57676efb0 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\4op125pdyb3.xml" ^ + --conf "C:\Users\Administrator\AppData\Local\Temp\ymkdnd33upd.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 6a58d15a1d..33b5a5dd87 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjAyMmZlOTZkLTJiMjAtNGM4Mi1hZmU0LThjMTM2MTEyNTZhMA" \ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLmE4MTZmYWZhLWI3ODAtNGJlMi05MjU5LTQyNTQxZGEwMDZmYQ" \ --part 2 \ - --content "C:\Users\Administrator\AppData\Local\Temp\4y04oaxdfjf.tmp" \ No newline at end of file + --content "C:\Users\Administrator\AppData\Local\Temp\1s0izpqzdtc.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 af37606710..f12e8b019c 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 "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLjAyMmZlOTZkLTJiMjAtNGM4Mi1hZmU0LThjMTM2MTEyNTZhMA" ^ + --upload "MDk2NGE5MDUtNDcxZS00ZDljLTkzYjMtODM5ZDM4NGMyMWVhLmE4MTZmYWZhLWI3ODAtNGJlMi05MjU5LTQyNTQxZGEwMDZmYQ" ^ --part 2 ^ - --content "C:\Users\Administrator\AppData\Local\Temp\4y04oaxdfjf.tmp" \ No newline at end of file + --content "C:\Users\Administrator\AppData\Local\Temp\1s0izpqzdtc.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 33c9286629..0fc740911d 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 "C08VD4W5UKF" \ No newline at end of file + --channel "C091W46MSBY" \ 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 e10ec5e763..0bf249f89c 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 "C08VD4W5UKF" \ No newline at end of file + --channel "C091W46MSBY" \ 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 ae9d6845eb..1827d3590e 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 "testconv8c3d5059-c200-4e45-895b-828917fd282f" \ + --title "testconvbc58609f-8b10-4821-9d27-c942aa5ae3f1" \ --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 4326dee154..a1e9ad6fc9 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 "testconv8c3d5059-c200-4e45-895b-828917fd282f" ^ + --title "testconvbc58609f-8b10-4821-9d27-c942aa5ae3f1" ^ --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 dc86947acc..e7683eb460 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 "F08V8FYQMRC" \ No newline at end of file + --fileid "F0922PMJN8L" \ 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 23e2930bab..ef0f26223d 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 "F08V8FYQMRC" \ No newline at end of file + --fileid "F0922PMJN8L" \ 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 f0e9d27e6b..628fed1c06 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 "F090QKHFCGY" \ No newline at end of file + --fileid "F091W47LMQE" \ 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 041c5a1ce2..4f15484a59 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 "F090QKHFCGY" \ No newline at end of file + --fileid "F091W47LMQE" \ 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 cbaeab2005..82cc56265e 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 "1749064247.110499" \ No newline at end of file + --stamp "1750267782.319079" \ 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 c9a138a6f3..19d5f895ef 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 "1749064247.110499" \ No newline at end of file + --stamp "1750267782.319079" \ 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 ef6c8b16d9..166c6237a2 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 "1749064247.110499" \ + --stamp "1750267782.319079" \ --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 2cfa50041b..b09c9b32b2 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 "1749064247.110499" ^ + --stamp "1750267782.319079" ^ --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 e6b664a62d..021e6749bf 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 "C08VD4W5UKF" \ No newline at end of file + --channel "C091W46MSBY" \ 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 0c5530d38e..402894c4ec 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 "C08VD4W5UKF" \ No newline at end of file + --channel "C091W46MSBY" \ 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 846aeb6c06..cc1ea9df30 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 "C08VD4W5UKF" \ No newline at end of file + --channel "C091W46MSBY" \ 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 b4913318ba..081406dd82 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 "C08VD4W5UKF" \ No newline at end of file + --channel "C091W46MSBY" \ 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 d7f482d239..b752fbca7e 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 "C08VD4W5UKF" \ No newline at end of file + --channel "C091W46MSBY" \ 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 a13839137a..27d08aacf9 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 "C08VD4W5UKF" \ No newline at end of file + --channel "C091W46MSBY" \ 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 cc68f440c1..5e5f6b01a7 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 "F08V8FYQMRC" \ No newline at end of file + --fileid "F0922PMJN8L" \ 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 5ce4a2337a..0764ae1df5 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 "F08V8FYQMRC" \ No newline at end of file + --fileid "F0922PMJN8L" \ 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 f60cd89f37..db09381c73 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 "F090QKHFCGY" \ No newline at end of file + --fileid "F091W47LMQE" \ 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 9e7eb33797..db9432c81f 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 "F090QKHFCGY" \ No newline at end of file + --fileid "F091W47LMQE" \ 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 439f4f7d13..38444133ef 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 "1749064247.110499" \ No newline at end of file + --stamp "1750267782.319079" \ 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 2db47c15a8..970fe1d1b5 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 "1749064247.110499" \ No newline at end of file + --stamp "1750267782.319079" \ 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 039b0fb0d9..f1181ac5db 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 "1749064247.110499" \ No newline at end of file + --stamp "1750267782.319079" \ 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 77a98b1abf..5b5db03b8d 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 "1749064247.110499" \ No newline at end of file + --stamp "1750267782.319079" \ 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 e5046c5021..3c0356ef1b 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 "C08VD4W5UKF" \ + --channel "C091W46MSBY" \ --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 2531641cef..2ae0293ad8 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 "C08VD4W5UKF" ^ + --channel "C091W46MSBY" ^ --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 b0f9163f33..6dac5e96ec 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 "C08VD4W5UKF" \ No newline at end of file + --channel "C091W46MSBY" \ 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 1fd06033d1..d810632bd6 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 "C08VD4W5UKF" \ No newline at end of file + --channel "C091W46MSBY" \ 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 57f598417e..ef492db7fe 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 "C08VD4W5UKF" \ + --channel "C091W46MSBY" \ --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 fbe60baad5..7b9e63a62d 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 "C08VD4W5UKF" ^ + --channel "C091W46MSBY" ^ --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 fd572a2098..b0c6948352 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 "C08VD4W5UKF" \ No newline at end of file + --channel "C091W46MSBY" \ 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 189dc5cdf7..c9555d6329 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 "C08VD4W5UKF" \ No newline at end of file + --channel "C091W46MSBY" \ 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 fcca48bf01..2fa5690e80 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 "F090QKHFCGY" \ No newline at end of file + --fileid "F091W47LMQE" \ 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 5fd5f6d3cb..f4c367702e 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 "F090QKHFCGY" \ No newline at end of file + --fileid "F091W47LMQE" \ 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 ac22a036ca..dee5d44a8a 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 "F090QKHFCGY" \ No newline at end of file + --fileid "F091W47LMQE" \ 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 801a6b941a..57dcf5ce70 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 "F090QKHFCGY" \ No newline at end of file + --fileid "F091W47LMQE" \ 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 a4c1f13140..c6b0d82f20 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 "C08VD4W5UKF" \ - --title "testconv5901cc72-45d9-4d56-ad7a-cd38f5e1fc33" \ No newline at end of file + --channel "C091W46MSBY" \ + --title "testconv9f92ac20-8af1-4ad0-a162-3a4b91e88790" \ 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 6f16892654..077f5e0f31 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 "C08VD4W5UKF" ^ - --title "testconv5901cc72-45d9-4d56-ad7a-cd38f5e1fc33" \ No newline at end of file + --channel "C091W46MSBY" ^ + --title "testconv9f92ac20-8af1-4ad0-a162-3a4b91e88790" \ 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 077c63dadb..b6953a320e 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 "F08V8FYQMRC" \ + --fileid "F0922PMJN8L" \ --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 40726245fd..1e6f4ea95f 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 "F08V8FYQMRC" ^ + --fileid "F0922PMJN8L" ^ --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 c3736abff7..5b2ce73799 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-06-05T22:10:51.1674928" \ No newline at end of file + --date "2025-06-19T20:29:46.224552" \ 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 36afadcc23..39ae3b6ee7 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-06-05T22:10:51.1674928" \ No newline at end of file + --date "2025-06-19T20:29:46.224552" \ 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 f3c68da0d4..f7a25ad4a8 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 "C08VD4W5UKF" \ + --channel "C091W46MSBY" \ --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 9acdeb1aba..195f9e6042 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 "C08VD4W5UKF" ^ + --channel "C091W46MSBY" ^ --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 fbd913b7fe..f0f69c8643 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 "C08VD4W5UKF" \ + --channel "C091W46MSBY" \ --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 aadba7f7d0..00efe345e9 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 "C08VD4W5UKF" ^ + --channel "C091W46MSBY" ^ --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 3e55fad379..fbcf96b621 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-06-04T21:59:45.8706226Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\kjldqae4m2x.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-06-04T21:59:45.8706226Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\kjldqae4m2x.png'}}]" \ - --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.sqlite" \ No newline at end of file + --rows "[{'name':'Vitaly','age':25,'salary':1000.12,'is_active':true,'created_at':'2025-06-18T20:18:27.1754024Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\3frgz1jk3yv.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-06-18T20:18:27.1754024Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\3frgz1jk3yv.png'}}]" \ + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 476d40841b..8ed637d1fc 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-06-04T21:59:45.8706226Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\kjldqae4m2x.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-06-04T21:59:45.8706226Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\kjldqae4m2x.png'}}]" ^ - --db "C:\Users\Administrator\AppData\Local\Temp\pwdwm4jxgwv.sqlite" \ No newline at end of file + --rows "[{'name':'Vitaly','age':25,'salary':1000.12,'is_active':true,'created_at':'2025-06-18T20:18:27.1754024Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\3frgz1jk3yv.png'}},{'name':'Lesha','age':20,'salary':200.20,'is_active':false,'created_at':'2025-06-18T20:18:27.1754024Z','data':{'blob':'C:\\Users\\Administrator\\AppData\\Local\\Temp\\3frgz1jk3yv.png'}}]" ^ + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/AddTableColumn/bash.txt b/docs/en/cli/sqlite/AddTableColumn/bash.txt new file mode 100644 index 0000000000..b5fba3a979 --- /dev/null +++ b/docs/en/cli/sqlite/AddTableColumn/bash.txt @@ -0,0 +1,5 @@ +oint sqlite AddTableColumn \ + --table "test" \ + --name "new_col" \ + --type "TEXT" \ + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/AddTableColumn/bat.txt b/docs/en/cli/sqlite/AddTableColumn/bat.txt new file mode 100644 index 0000000000..7fe75a0537 --- /dev/null +++ b/docs/en/cli/sqlite/AddTableColumn/bat.txt @@ -0,0 +1,5 @@ +oint sqlite AddTableColumn ^ + --table "test" ^ + --name "new_col" ^ + --type "TEXT" ^ + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 9886b198d0..b6b236c12b 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\pwdwm4jxgwv.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 0e88ee9fb4..0a2a2e060e 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\pwdwm4jxgwv.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 b7bc76af8d..04e953ab6f 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\pwdwm4jxgwv.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 cbc8f449d1..4d5d21e844 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\pwdwm4jxgwv.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 48f5ad081e..c4e48f6a71 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\pwdwm4jxgwv.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 b0fc5c74da..db0b81443e 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\pwdwm4jxgwv.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 c1412f393a..788c132373 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\pwdwm4jxgwv.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 1c9f783cc2..58454c9bd8 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\pwdwm4jxgwv.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/DeleteTableColumn/bash.txt b/docs/en/cli/sqlite/DeleteTableColumn/bash.txt new file mode 100644 index 0000000000..86c14a643f --- /dev/null +++ b/docs/en/cli/sqlite/DeleteTableColumn/bash.txt @@ -0,0 +1,4 @@ +oint sqlite DeleteTableColumn \ + --table "test" \ + --name "new_col" \ + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/DeleteTableColumn/bat.txt b/docs/en/cli/sqlite/DeleteTableColumn/bat.txt new file mode 100644 index 0000000000..98be1e5d22 --- /dev/null +++ b/docs/en/cli/sqlite/DeleteTableColumn/bat.txt @@ -0,0 +1,4 @@ +oint sqlite DeleteTableColumn ^ + --table "test" ^ + --name "new_col" ^ + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/EnsureTable/bash.txt b/docs/en/cli/sqlite/EnsureTable/bash.txt new file mode 100644 index 0000000000..ba504a687b --- /dev/null +++ b/docs/en/cli/sqlite/EnsureTable/bash.txt @@ -0,0 +1,6 @@ +# JSON data can also be passed as a path to a .json file + +oint sqlite EnsureTable \ + --table "test_new" \ + --cols "{'id':'INTEGER','code':'INTEGER','name':'TEXT','age':'INTEGER','info':'TEXT'}" \ + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/EnsureTable/bat.txt b/docs/en/cli/sqlite/EnsureTable/bat.txt new file mode 100644 index 0000000000..61fccde794 --- /dev/null +++ b/docs/en/cli/sqlite/EnsureTable/bat.txt @@ -0,0 +1,6 @@ +:: JSON data can also be passed as a path to a .json file + +oint sqlite EnsureTable ^ + --table "test_new" ^ + --cols "{'id':'INTEGER','code':'INTEGER','name':'TEXT','age':'INTEGER','info':'TEXT'}" ^ + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 d1cb38e69d..6c871036aa 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\x35shgfq5ap.sqlite" \ + --db "C:\Users\Administrator\AppData\Local\Temp\ez2hdqkekat.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 dc3af8a49f..e3ab4a7fe0 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\x35shgfq5ap.sqlite" ^ + --db "C:\Users\Administrator\AppData\Local\Temp\ez2hdqkekat.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 3c492a1950..477174146b 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\pwdwm4jxgwv.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 8200332143..a44f6235ce 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\pwdwm4jxgwv.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 b539036c3d..d9cd0d9d79 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\pwdwm4jxgwv.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 e9f8628d68..5185a89ea8 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\pwdwm4jxgwv.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 8f3059bd23..4bd54a55aa 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\pwdwm4jxgwv.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 834168ee07..84ed1bad33 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\pwdwm4jxgwv.sqlite" \ No newline at end of file + --db "C:\Users\Administrator\AppData\Local\Temp\0rltbbruj1o.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 a3dbea14de..b3fe42ff69 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 "9765" \ No newline at end of file + --topic "9974" \ 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 0d587d4e3b..4340cd7494 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 "9765" \ No newline at end of file + --topic "9974" \ 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 52c94b80f3..25a62f79f8 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 "9765" \ No newline at end of file + --topic "9974" \ 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 1ed60331ba..39d1ab8ef1 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 "9765" \ No newline at end of file + --topic "9974" \ 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 ed24ceded7..b5da66ba52 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 5cf02a93-9045-426b-831c-de73e90f1018" \ No newline at end of file + --title "TestTopic d4fcfd1a-9cef-488d-897b-75e2dcb49cf3" \ 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 1b0f200585..8767a78bd9 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 5cf02a93-9045-426b-831c-de73e90f1018" \ No newline at end of file + --title "TestTopic d4fcfd1a-9cef-488d-897b-75e2dcb49cf3" \ 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 609700c365..176e2de50a 100644 --- a/docs/en/cli/telegram/CreateInvitationLink/bash.txt +++ b/docs/en/cli/telegram/CreateInvitationLink/bash.txt @@ -1,6 +1,6 @@ oint telegram CreateInvitationLink \ --token "***" \ --chat "@testsichee" \ - --expire "2025-06-05T21:41:37.5802333" \ - --title "Link 04.06.2025 21:41:37" \ + --expire "2025-06-19T20:02:14.7808494" \ + --title "Link 18.06.2025 20:02:14" \ --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 73564f4709..fd035a755a 100644 --- a/docs/en/cli/telegram/CreateInvitationLink/bat.txt +++ b/docs/en/cli/telegram/CreateInvitationLink/bat.txt @@ -1,6 +1,6 @@ oint telegram CreateInvitationLink ^ --token "***" ^ --chat "@testsichee" ^ - --expire "2025-06-05T21:41:37.5802333" ^ - --title "Link 04.06.2025 21:41:37" ^ + --expire "2025-06-19T20:02:14.7808494" ^ + --title "Link 18.06.2025 20:02:14" ^ --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 a319c6f1e1..d27f615e5a 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 "9765" \ No newline at end of file + --topic "9974" \ 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 83c2818c84..0c5f81c087 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 "9765" \ No newline at end of file + --topic "9974" \ 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 45e8b3f77f..6d1f3f5411 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 "17457" \ No newline at end of file + --message "17870" \ 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 f050130908..a926b52786 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 "17457" \ No newline at end of file + --message "17870" \ 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 9add343e0b..cd8540481e 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 "CQACAgIAAx0EcNsaZQACRDdoQJLmWMLULY9Qwemz7DRA4RINpwACT3UAAnZjCEr9URKoAq-aCjYE" \ No newline at end of file + --fileid "CQACAgIAAx0EcNsaZQACRdRoUvCZXBQV_SJ69h82-RsIYuqw-AAC_X4AAlxdmErRGvmCDBh0XzYE" \ 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 2cbc56ccf8..73d3f9e173 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 "CQACAgIAAx0EcNsaZQACRDdoQJLmWMLULY9Qwemz7DRA4RINpwACT3UAAnZjCEr9URKoAq-aCjYE" \ No newline at end of file + --fileid "CQACAgIAAx0EcNsaZQACRdRoUvCZXBQV_SJ69h82-RsIYuqw-AAC_X4AAlxdmErRGvmCDBh0XzYE" \ 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 412f9acf30..5a6a3c78f5 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 "9765" \ No newline at end of file + --topic "9974" \ 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 a5901895bf..611dcf3669 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 "9765" \ No newline at end of file + --topic "9974" \ 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 017a6f843a..15f96241ea 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 cef11c57-9372-413c-b25d-84711b1e81da" \ No newline at end of file + --title "New main thread name f08e572c-1897-40f8-9284-cbe2a6034bf7" \ 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 c5571ddb62..bc99b990a7 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 cef11c57-9372-413c-b25d-84711b1e81da" \ No newline at end of file + --title "New main thread name f08e572c-1897-40f8-9284-cbe2a6034bf7" \ 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 b4de296724..35a34423b5 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 "17457" \ No newline at end of file + --message "17870" \ 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 315b6698a8..e8b055ed29 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 "17457" \ No newline at end of file + --message "17870" \ 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 5cc68a0ab5..49fa0f13c6 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 "9765" \ No newline at end of file + --topic "9974" \ 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 321a7cd00f..6331da9e93 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 "9765" \ No newline at end of file + --topic "9974" \ 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 3af74b3499..4d31e6f397 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 "17457" \ No newline at end of file + --message "17870" \ 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 99eef3fa20..8b2575b146 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 "17457" \ No newline at end of file + --message "17870" \ 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 1272a53f38..58955c1c2b 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 "13870" \ + --message "14166" \ --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 b1485b8c39..806996bdfa 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 "13870" ^ + --message "14166" ^ --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 f768443f71..c8a91fcc75 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 "13869" \ + --message "14165" \ --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 28fbcf664c..4c110e4cf8 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 "13869" ^ + --message "14165" ^ --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 1dddb12f2d..45812a9d5a 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 "17457" \ + --message "17870" \ --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 b2a8c576f1..b2868eb301 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 "17457" ^ + --message "17870" ^ --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 daa0e2f35f..68e2428368 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\dsbhm2hvpsh.mp3" \ No newline at end of file + --audio "C:\Users\Administrator\AppData\Local\Temp\ybipdwf03gb.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 a048baa27d..c3da37f2c0 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\dsbhm2hvpsh.mp3" \ No newline at end of file + --audio "C:\Users\Administrator\AppData\Local\Temp\ybipdwf03gb.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 469ea61531..9b012ca99c 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\zgrzqizq2x0.docx" \ + --doc "C:\Users\Administrator\AppData\Local\Temp\usgxxcucvg1.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 7a2efe3495..981567614d 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\zgrzqizq2x0.docx" ^ + --doc "C:\Users\Administrator\AppData\Local\Temp\usgxxcucvg1.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 0b90751a84..970141714c 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\dorkp212zvb.gif" \ No newline at end of file + --gif "C:\Users\Administrator\AppData\Local\Temp\4u31050xs3n.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 1e33806a9e..5e5a33eaa7 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\dorkp212zvb.gif" \ No newline at end of file + --gif "C:\Users\Administrator\AppData\Local\Temp\4u31050xs3n.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 00f375943c..00114b3ada 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\bvmj5uvtde3.png" \ No newline at end of file + --picture "C:\Users\Administrator\AppData\Local\Temp\awubow5n4vz.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 608f99acff..910f1b66f8 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\bvmj5uvtde3.png" \ No newline at end of file + --picture "C:\Users\Administrator\AppData\Local\Temp\awubow5n4vz.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 4e594c81fb..0d7c3c20fe 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\\3l53ewepvhu.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\\m03dwohmqnk.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 87a335041b..ffdb3c9895 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\\3l53ewepvhu.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\\m03dwohmqnk.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 dea22238ed..426bc823f7 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\gr12aad1tsg.mp4" \ No newline at end of file + --video "C:\Users\Administrator\AppData\Local\Temp\0lylb1dsd35.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 3a1d158c7c..2d9fb0fe85 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\gr12aad1tsg.mp4" \ No newline at end of file + --video "C:\Users\Administrator\AppData\Local\Temp\0lylb1dsd35.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 c5c1687a2f..3320cdae28 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 "17457" \ No newline at end of file + --message "17870" \ 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 03fc1aed40..bddc68d586 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 "17457" \ No newline at end of file + --message "17870" \ 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 9e921c8a2a..70c09da01f 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 "TestTweet0422bf7d-92f3-4e1c-8bed-6ce6ca54707c" \ + --text "TestTweetdd228f2b-7765-420d-a61e-260366369c2e" \ --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 56d363fab6..9347089ec2 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 "TestTweet0422bf7d-92f3-4e1c-8bed-6ce6ca54707c" ^ + --text "TestTweetdd228f2b-7765-420d-a61e-260366369c2e" ^ --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 05d61dd1d5..b8a7f7e7c1 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':6424}" \ + --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':6562}" \ --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 d170be7ead..59cd3a2987 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':6424}" ^ + --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':6562}" ^ --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 1c00b8d75f..724f2faf74 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 "3265" \ + --prop "3343" \ --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 3ba24266bb..b2b589a950 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 "3265" ^ + --prop "3343" ^ --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 04bf49180e..4d2f976007 100644 --- a/docs/en/cli/vk/AddProductToCollection/bash.txt +++ b/docs/en/cli/vk/AddProductToCollection/bash.txt @@ -2,5 +2,5 @@ oint vk AddProductToCollection \ --sel 136 \ - --items 11227838 \ + --items 11321324 \ --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 fef13f195e..6317f0e3e5 100644 --- a/docs/en/cli/vk/AddProductToCollection/bat.txt +++ b/docs/en/cli/vk/AddProductToCollection/bat.txt @@ -2,5 +2,5 @@ oint vk AddProductToCollection ^ --sel 136 ^ - --items 11227838 ^ + --items 11321324 ^ --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 5d8464fccd..f8012dc48e 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 53482349 \ + --topic 53575560 \ --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 5d65e10624..2de5567875 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 53482349 ^ + --topic 53575560 ^ --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 1b06faba01..2a67d00b87 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 1031367231 \ + --campaign 1031395123 \ --limit 150 \ --category 126 \ - --post 8054 \ + --post 8218 \ --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 3532bf89a3..10ca0946e6 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 1031367231 ^ + --campaign 1031395123 ^ --limit 150 ^ --category 126 ^ - --post 8054 ^ + --post 8218 ^ --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 9861b6cfac..39f73ff80a 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_457247447','video-218861756_456240395']" \ + --objects "['photo657846756_457247592','video-218861756_456240432']" \ --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 90f6871d26..4dc325c9ca 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_457247447','video-218861756_456240395']" ^ + --objects "['photo657846756_457247592','video-218861756_456240432']" ^ --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 4736a07d08..dcab849201 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\dpkcx1xab1n.png" \ + --pictures "C:\Users\Administrator\AppData\Local\Temp\rwp3yr1mor0.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 0807f64f11..eb54b06a0e 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\dpkcx1xab1n.png" ^ + --pictures "C:\Users\Administrator\AppData\Local\Temp\rwp3yr1mor0.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 42fc36e697..56066b0a0b 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\ydhkr1mkgul.png" \ + --picture "C:\Users\Administrator\AppData\Local\Temp\ailrfb4sa2m.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 19e61f8800..72ed984369 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\ydhkr1mkgul.png" ^ + --picture "C:\Users\Administrator\AppData\Local\Temp\ailrfb4sa2m.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 d2c407fe23..198a4acb6e 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 308998546 \ + --album 309148607 \ --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 64204074b0..963b834498 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 308998546 ^ + --album 309148607 ^ --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 4c83b2070c..4e128d8f15 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 457256106 \ + --pictureid 457256455 \ --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 7be8af8334..858bd01e03 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 457256106 ^ + --pictureid 457256455 ^ --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 f42920a88d..bfc195a1f3 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 "8048" \ + --post "8212" \ --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 bdd0a6384c..1d87b2c1c7 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 "8048" ^ + --post "8212" ^ --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 1bc69cefd0..4badc76cc6 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 11227838 \ + --item 11321324 \ --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 400be9bad8..6e0f66b951 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 11227838 ^ + --item 11321324 ^ --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 4a04fa603e..7cb530e688 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 "3265" \ + --prop "3343" \ --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 bfb718fd2b..4240b49dc1 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 "3265" ^ + --prop "3343" ^ --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 89b7f4f9a7..d2547c8aef 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 6423 \ + --option 6561 \ --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 13a0265e41..7a6adcf31b 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 6423 ^ + --option 6561 ^ --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 15a84e096e..fa2e636831 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 11227838 \ + --item 11321324 \ --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 fafbe5a124..2c0353ad6d 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 11227838 ^ + --item 11321324 ^ --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 20f01ae2cd..dcc5a0ab77 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 "3265" \ + --prop "3343" \ --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 55857d5297..82c06970ee 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 "3265" ^ + --prop "3343" ^ --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 6e974f565b..e7952b18de 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 "3265" \ - --option 6423 \ + --prop "3343" \ + --option 6561 \ --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 58256ec263..d352db92f9 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 "3265" ^ - --option 6423 ^ + --prop "3343" ^ + --option 6561 ^ --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 a631e99245..c0e0fc53bb 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 "[11227846,11227849]" \ + --items "[11321331,11321333]" \ --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 fb0e93adfc..655410acf9 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 "[11227846,11227849]" ^ + --items "[11321331,11321333]" ^ --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 b68e2f330f..8016c25df7 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-06-04T00:00:00" \ - --dateto "2025-06-04T23:59:59" \ + --datefrom "2025-06-18T00:00:00" \ + --dateto "2025-06-18T23: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 1e992b394d..656366f696 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-06-04T00:00:00" ^ - --dateto "2025-06-04T23:59:59" ^ + --datefrom "2025-06-18T00:00:00" ^ + --dateto "2025-06-18T23: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 b52e4d649f..433472015e 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 "[11227846,11227849]" \ + --items "[11321331,11321333]" \ --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 3224064be4..72b1454f35 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 "[11227846,11227849]" ^ + --items "[11321331,11321333]" ^ --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 2fcdb714af..c71258d105 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 8051 \ + --post 8215 \ --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 47ac62b4e8..b97f36a58d 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 8051 ^ + --post 8215 ^ --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 0adc647037..abfbc2d7cf 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 53482349 \ + --topic 53575560 \ --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 ffc4d3b2a8..7802e2d3af 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 53482349 ^ + --topic 53575560 ^ --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 ba89aaafbd..b0e0f113a6 100644 --- a/docs/en/cli/vk/RemoveProductFromSelection/bash.txt +++ b/docs/en/cli/vk/RemoveProductFromSelection/bash.txt @@ -2,5 +2,5 @@ oint vk RemoveProductFromSelection \ --sel 136 \ - --item 11227838 \ + --item 11321324 \ --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 ce19330537..fecbc919e4 100644 --- a/docs/en/cli/vk/RemoveProductFromSelection/bat.txt +++ b/docs/en/cli/vk/RemoveProductFromSelection/bat.txt @@ -2,5 +2,5 @@ oint vk RemoveProductFromSelection ^ --sel 136 ^ - --item 11227838 ^ + --item 11321324 ^ --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 5477a82003..24852bb192 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 308998546 \ + --album 309148607 \ --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 b23b09285a..ef20a8739b 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 308998546 ^ + --album 309148607 ^ --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 7334f87a08..a4c19fbb2c 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 8051 \ + --post 8215 \ --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 439135f3f8..adb8ae4460 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 8051 ^ + --post 8215 ^ --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 19e4fb75ae..9fcd10c88f 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 53482349 \ + --topic 53575560 \ --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 661f4536df..b6d5835e3e 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 53482349 ^ + --topic 53575560 ^ --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 772d25deef..4250f42fe7 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\mzhzutrxgba.png" \ No newline at end of file + --file "C:\Users\Administrator\AppData\Local\Temp\arib1kyovur.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 41a60bff53..3092fe6a20 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\mzhzutrxgba.png" \ No newline at end of file + --file "C:\Users\Administrator\AppData\Local\Temp\arib1kyovur.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 b4764c162a..3071216a65 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 "7506785771714523354" \ No newline at end of file + --messageid "7517347895159304858" \ 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 4eb5c4435e..639ab68aca 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 "7506785771714523354" \ No newline at end of file + --messageid "7517347895159304858" \ 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 6a94803c99..72208f296e 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 "7506785771714523354" \ + --messageid "7517347895159304858" \ --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 ad922cb252..ba9d85290d 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 "7506785771714523354" ^ + --messageid "7517347895159304858" ^ --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 a7df350e9a..a54c1f63a6 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 "7506785771714523354" \ + --messageid "7517347895159304858" \ --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 eafabb2391..7e3a815e69 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 "7506785771714523354" ^ + --messageid "7517347895159304858" ^ --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 9c4fe1ca59..6c8ee2ba78 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 501 \ + --last 524 \ --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 20bfb9eaaf..7f3f075199 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 501 ^ + --last 524 ^ --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 3324475dd8..5d090420d6 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 "vqZnLvcCldMiwcdYdUVpzo682d76061bd" \ No newline at end of file + --fileid "WqKVM4akpbhxmFchfwexSu6852fc391bd" \ 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 568f5da313..edb077458f 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 "vqZnLvcCldMiwcdYdUVpzo682d76061bd" \ No newline at end of file + --fileid "WqKVM4akpbhxmFchfwexSu6852fc391bd" \ 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 b5e262e88f..440690ef24 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 "7506785771714523354" \ No newline at end of file + --messageid "7517347895159304858" \ 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 019999bf48..7d147b7317 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 "7506785771714523354" \ No newline at end of file + --messageid "7517347895159304858" \ 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 c4d2453787..549a238dd9 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 "vqZnLvcCldMiwcdYdUVpzo682d76061bd" \ + --fileid "WqKVM4akpbhxmFchfwexSu6852fc391bd" \ --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 ab0ce0f03b..86b64afe32 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 "vqZnLvcCldMiwcdYdUVpzo682d76061bd" ^ + --fileid "WqKVM4akpbhxmFchfwexSu6852fc391bd" ^ --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 a88cb173fa..4091f26fd1 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 "I000bDYF4efYn22Y7TEGCV682d76251bd" \ No newline at end of file + --fileid "I000bOKMmNG8czksAvZWDP6852fc571bd" \ 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 b433890fbc..50ce4553b4 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 "I000bDYF4efYn22Y7TEGCV682d76251bd" \ No newline at end of file + --fileid "I000bOKMmNG8czksAvZWDP6852fc571bd" \ 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 e238f12fb1..ab45c325a8 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\ud3wqaab2u4.tmp" \ + --file "C:\Users\Administrator\AppData\Local\Temp\bdkod4q4a2a.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 7ba208e133..d49decf209 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\ud3wqaab2u4.tmp" ^ + --file "C:\Users\Administrator\AppData\Local\Temp\bdkod4q4a2a.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 8ac7128969..a244626c29 100644 --- a/docs/en/cli/vkteams/SendTextMessage/bash.txt +++ b/docs/en/cli/vkteams/SendTextMessage/bash.txt @@ -1,4 +1,7 @@ oint vkteams SendTextMessage \ --token "***" \ - --chatid "AoLI0egLWBSLR1Ngn2w" \ - --text "Message text" \ No newline at end of file + --chatid "689203963@chat.agent" \ + --text "Bold text" \ + --reply "7517326527697007239" \ + --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 edcd41bd76..b8192f2b53 100644 --- a/docs/en/cli/vkteams/SendTextMessage/bat.txt +++ b/docs/en/cli/vkteams/SendTextMessage/bat.txt @@ -1,4 +1,7 @@ oint vkteams SendTextMessage ^ --token "***" ^ - --chatid "AoLI0egLWBSLR1Ngn2w" ^ - --text "Message text" \ No newline at end of file + --chatid "689203963@chat.agent" ^ + --text "Bold text" ^ + --reply "7517326527697007239" ^ + --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 4679610896..3d538bdea4 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\qojhtuez4t2.m4a" \ - --reply "7506785771714523354" \ No newline at end of file + --file "C:\Users\Administrator\AppData\Local\Temp\kj2x2gutq02.m4a" \ + --reply "7517347895159304858" \ 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 f7074dec80..705fc681d7 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\qojhtuez4t2.m4a" ^ - --reply "7506785771714523354" \ No newline at end of file + --file "C:\Users\Administrator\AppData\Local\Temp\kj2x2gutq02.m4a" ^ + --reply "7517347895159304858" \ 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 4e38200048..3e4341c8f1 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 "7506785771714523354" \ No newline at end of file + --messageid "7517347895159304858" \ 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 363bfe4f00..40b870fd55 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 "7506785771714523354" \ No newline at end of file + --messageid "7517347895159304858" \ 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 9b4287907c..03beca4d8f 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 "/8b10637d-c04d-46c2-94a4-4ef5c7897c4e.png" \ No newline at end of file + --path "/14951394-c9d0-4aab-a0f4-05f52d4aaf5f.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 5fd96bfbf6..290b4cd301 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 "/8b10637d-c04d-46c2-94a4-4ef5c7897c4e.png" \ No newline at end of file + --path "/14951394-c9d0-4aab-a0f4-05f52d4aaf5f.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 d3fe2e4db8..0ffdad917a 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 "/b5a3b7f8-4903-4296-8bdf-69e60fe4e8a8" \ No newline at end of file + --path "/69594ea3-c847-4cf1-88bb-6920a1a9ee85" \ 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 849134c196..204fec6210 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 "/b5a3b7f8-4903-4296-8bdf-69e60fe4e8a8" \ No newline at end of file + --path "/69594ea3-c847-4cf1-88bb-6920a1a9ee85" \ 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 eec7adda25..40f764dc56 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 "/9fae6f75-5df3-4ac1-896a-e0276b623ccb.png" \ - --to "/d4722a58-23fc-4967-b6f3-073c59c7caed.png" \ + --from "/66bd4af7-c210-4ca1-8b94-28c011045756.png" \ + --to "/fef26a74-38a6-44da-a061-aaba27d01e50.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 150ca9bd24..294df1804d 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 "/9fae6f75-5df3-4ac1-896a-e0276b623ccb.png" ^ - --to "/d4722a58-23fc-4967-b6f3-073c59c7caed.png" ^ + --from "/66bd4af7-c210-4ca1-8b94-28c011045756.png" ^ + --to "/fef26a74-38a6-44da-a061-aaba27d01e50.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 3c34d805dd..1a06ebad85 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 "/03319f7d-5abb-47a5-be55-78747e366957.png" \ + --path "/96b215c7-48f6-474d-b84e-8d3230a39131.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 dfa49bea79..5128fa4d88 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 "/03319f7d-5abb-47a5-be55-78747e366957.png" ^ + --path "/96b215c7-48f6-474d-b84e-8d3230a39131.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 94d2eead32..8753ff3753 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 "/6e63b909-339f-473b-b4e0-50463b1d1bc5.png" \ No newline at end of file + --path "/740cfd78-e33b-4d42-982b-251f6c55b457.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 34867eaaf1..bbd30ed77a 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 "/6e63b909-339f-473b-b4e0-50463b1d1bc5.png" \ No newline at end of file + --path "/740cfd78-e33b-4d42-982b-251f6c55b457.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 8f1182dac0..8c5b023b86 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 "/6e63b909-339f-473b-b4e0-50463b1d1bc5.png" \ No newline at end of file + --path "/740cfd78-e33b-4d42-982b-251f6c55b457.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 62329bc441..42e17a4334 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 "/6e63b909-339f-473b-b4e0-50463b1d1bc5.png" \ No newline at end of file + --path "/740cfd78-e33b-4d42-982b-251f6c55b457.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 d60bab3271..df893bc465 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/sT8ip80XSmjdTg" \ No newline at end of file + --url "https://yadi.sk/i/qgbnXWWPWRp2Iw" \ 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 5b691a192d..72cc270e4d 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/sT8ip80XSmjdTg" \ No newline at end of file + --url "https://yadi.sk/i/qgbnXWWPWRp2Iw" \ 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 62086a68a3..0ad5bf1ac4 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 "/aef638f0-0e40-44af-b2fe-193dca84fe5f.png" \ No newline at end of file + --path "/1a9461bb-b345-47bf-9453-015d4e476e72.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 cf6b57d3a4..f9d9fbba57 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 "/aef638f0-0e40-44af-b2fe-193dca84fe5f.png" \ No newline at end of file + --path "/1a9461bb-b345-47bf-9453-015d4e476e72.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 65869c3e40..a231963e3f 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/sT8ip80XSmjdTg" \ No newline at end of file + --url "https://yadi.sk/i/qgbnXWWPWRp2Iw" \ 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 4310544a2e..5ceecc1d6d 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/sT8ip80XSmjdTg" \ No newline at end of file + --url "https://yadi.sk/i/qgbnXWWPWRp2Iw" \ 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 d8f321dc6e..f3b5fd5cc0 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 "/1c881786-b1c7-4cb9-8873-905e9a1ab69f.png" \ - --to "/693cbc35-69f3-4b91-9c8b-c63405fe831a.png" \ + --from "/e9291e9c-8774-4de0-ad5c-0bb06aec3921.png" \ + --to "/cfdd1bf4-bccf-4a22-accf-ad118bee7fb6.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 52401b4f47..f45108a7be 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 "/1c881786-b1c7-4cb9-8873-905e9a1ab69f.png" ^ - --to "/693cbc35-69f3-4b91-9c8b-c63405fe831a.png" ^ + --from "/e9291e9c-8774-4de0-ad5c-0bb06aec3921.png" ^ + --to "/cfdd1bf4-bccf-4a22-accf-ad118bee7fb6.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 a5de692ae7..325f11e044 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 "/8b10637d-c04d-46c2-94a4-4ef5c7897c4e.png" \ No newline at end of file + --path "/14951394-c9d0-4aab-a0f4-05f52d4aaf5f.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 2c98208ced..819a78fbd6 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 "/8b10637d-c04d-46c2-94a4-4ef5c7897c4e.png" \ No newline at end of file + --path "/14951394-c9d0-4aab-a0f4-05f52d4aaf5f.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 422f2f1f31..850665a067 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/sT8ip80XSmjdTg" \ No newline at end of file + --url "https://yadi.sk/i/qgbnXWWPWRp2Iw" \ 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 118eb1d914..4842b31889 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/sT8ip80XSmjdTg" \ No newline at end of file + --url "https://yadi.sk/i/qgbnXWWPWRp2Iw" \ 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 90dd238e0c..3c3a01de07 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 "/03319f7d-5abb-47a5-be55-78747e366957.png" \ - --file "C:\Users\Administrator\AppData\Local\Temp\grblcvg2g4i.png" \ + --path "/96b215c7-48f6-474d-b84e-8d3230a39131.png" \ + --file "C:\Users\Administrator\AppData\Local\Temp\vfauqaux3q0.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 5db00a4ac0..c61a8a7dbf 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 "/03319f7d-5abb-47a5-be55-78747e366957.png" ^ - --file "C:\Users\Administrator\AppData\Local\Temp\grblcvg2g4i.png" ^ + --path "/96b215c7-48f6-474d-b84e-8d3230a39131.png" ^ + --file "C:\Users\Administrator\AppData\Local\Temp\vfauqaux3q0.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 89e68df32e..93649a7797 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 "/aef638f0-0e40-44af-b2fe-193dca84fe5f.png" \ + --path "/1a9461bb-b345-47bf-9453-015d4e476e72.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 4eda35ac54..04e9ab2b63 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 "/aef638f0-0e40-44af-b2fe-193dca84fe5f.png" ^ + --path "/1a9461bb-b345-47bf-9453-015d4e476e72.png" ^ --url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \ No newline at end of file