diff --git a/docs/en/cli/airtable/CreateComment/bash.txt b/docs/en/cli/airtable/CreateComment/bash.txt index a00956f224..285ca9089d 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 "app0ndMVGaXY4LHaN" \ - --table "tbl1e0GlYT0rXRLxT" \ - --record "recaoDE1tqAF1ierL" \ + --base "appKIMSxuFSMZNhwC" \ + --table "tblnIYFuvQX3sTtLB" \ + --record "recv5u5xywBt8LuGN" \ --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 2a24b56471..34424680e2 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 "app0ndMVGaXY4LHaN" ^ - --table "tbl1e0GlYT0rXRLxT" ^ - --record "recaoDE1tqAF1ierL" ^ + --base "appKIMSxuFSMZNhwC" ^ + --table "tblnIYFuvQX3sTtLB" ^ + --record "recv5u5xywBt8LuGN" ^ --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 55563d6203..07312af340 100644 --- a/docs/en/cli/airtable/CreateField/bash.txt +++ b/docs/en/cli/airtable/CreateField/bash.txt @@ -2,6 +2,6 @@ oint airtable CreateField \ --token "***" \ - --base "app0ndMVGaXY4LHaN" \ - --table "tbl1e0GlYT0rXRLxT" \ - --fielddata "{'name':'718ce17e-b86d-4ce0-9133-04719d9a4086','type':'number','options':{'precision':'0'}}" \ No newline at end of file + --base "appKIMSxuFSMZNhwC" \ + --table "tblnIYFuvQX3sTtLB" \ + --fielddata "{'name':'270aca1e-5c5f-410c-a4cb-18b03227025d','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 a3155025bd..19a3c899df 100644 --- a/docs/en/cli/airtable/CreateField/bat.txt +++ b/docs/en/cli/airtable/CreateField/bat.txt @@ -2,6 +2,6 @@ oint airtable CreateField ^ --token "***" ^ - --base "app0ndMVGaXY4LHaN" ^ - --table "tbl1e0GlYT0rXRLxT" ^ - --fielddata "{'name':'718ce17e-b86d-4ce0-9133-04719d9a4086','type':'number','options':{'precision':'0'}}" \ No newline at end of file + --base "appKIMSxuFSMZNhwC" ^ + --table "tblnIYFuvQX3sTtLB" ^ + --fielddata "{'name':'270aca1e-5c5f-410c-a4cb-18b03227025d','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 6f43883893..febf4a7936 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 "app0ndMVGaXY4LHaN" \ - --table "tbl1e0GlYT0rXRLxT" \ + --base "appKIMSxuFSMZNhwC" \ + --table "tblnIYFuvQX3sTtLB" \ --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 90b1068712..3b5b2474cb 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 "app0ndMVGaXY4LHaN" ^ - --table "tbl1e0GlYT0rXRLxT" ^ + --base "appKIMSxuFSMZNhwC" ^ + --table "tblnIYFuvQX3sTtLB" ^ --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 abebdd573d..57eb81abff 100644 --- a/docs/en/cli/airtable/CreateTable/bash.txt +++ b/docs/en/cli/airtable/CreateTable/bash.txt @@ -2,7 +2,7 @@ oint airtable CreateTable \ --token "***" \ - --base "app0ndMVGaXY4LHaN" \ + --base "appKIMSxuFSMZNhwC" \ --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 934b602a9a..57e9cfff54 100644 --- a/docs/en/cli/airtable/CreateTable/bat.txt +++ b/docs/en/cli/airtable/CreateTable/bat.txt @@ -2,7 +2,7 @@ oint airtable CreateTable ^ --token "***" ^ - --base "app0ndMVGaXY4LHaN" ^ + --base "appKIMSxuFSMZNhwC" ^ --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 bdbbef208e..1f31e9ed18 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 "app0ndMVGaXY4LHaN" \ - --table "tbl1e0GlYT0rXRLxT" \ - --record "recaoDE1tqAF1ierL" \ - --comment "comV5A7BB71QDloH1" \ No newline at end of file + --base "appKIMSxuFSMZNhwC" \ + --table "tblnIYFuvQX3sTtLB" \ + --record "recv5u5xywBt8LuGN" \ + --comment "comX5ng0ORzRbYX7U" \ 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 600c69ea8c..a4d268cf42 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 "app0ndMVGaXY4LHaN" ^ - --table "tbl1e0GlYT0rXRLxT" ^ - --record "recaoDE1tqAF1ierL" ^ - --comment "comV5A7BB71QDloH1" \ No newline at end of file + --base "appKIMSxuFSMZNhwC" ^ + --table "tblnIYFuvQX3sTtLB" ^ + --record "recv5u5xywBt8LuGN" ^ + --comment "comX5ng0ORzRbYX7U" \ 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 ec90d5d0dd..f57e7f27c7 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 "app0ndMVGaXY4LHaN" \ - --table "tbl1e0GlYT0rXRLxT" \ - --records "recaoDE1tqAF1ierL" \ No newline at end of file + --base "appKIMSxuFSMZNhwC" \ + --table "tblnIYFuvQX3sTtLB" \ + --records "recv5u5xywBt8LuGN" \ 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 639416fd7e..19ebd7b12d 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 "app0ndMVGaXY4LHaN" ^ - --table "tbl1e0GlYT0rXRLxT" ^ - --records "recaoDE1tqAF1ierL" \ No newline at end of file + --base "appKIMSxuFSMZNhwC" ^ + --table "tblnIYFuvQX3sTtLB" ^ + --records "recv5u5xywBt8LuGN" \ 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 3c3a1ba45b..f883141cff 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 "app0ndMVGaXY4LHaN" \ - --table "tbl1e0GlYT0rXRLxT" \ - --record "recaoDE1tqAF1ierL" \ - --comment "comV5A7BB71QDloH1" \ + --base "appKIMSxuFSMZNhwC" \ + --table "tblnIYFuvQX3sTtLB" \ + --record "recv5u5xywBt8LuGN" \ + --comment "comX5ng0ORzRbYX7U" \ --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 a2d79316dc..263e13dd8c 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 "app0ndMVGaXY4LHaN" ^ - --table "tbl1e0GlYT0rXRLxT" ^ - --record "recaoDE1tqAF1ierL" ^ - --comment "comV5A7BB71QDloH1" ^ + --base "appKIMSxuFSMZNhwC" ^ + --table "tblnIYFuvQX3sTtLB" ^ + --record "recv5u5xywBt8LuGN" ^ + --comment "comX5ng0ORzRbYX7U" ^ --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 834a486df8..5b8854be80 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 "app0ndMVGaXY4LHaN" \ - --table "tbl1e0GlYT0rXRLxT" \ - --record "recaoDE1tqAF1ierL" \ No newline at end of file + --base "appKIMSxuFSMZNhwC" \ + --table "tblnIYFuvQX3sTtLB" \ + --record "recv5u5xywBt8LuGN" \ 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 ef4006a019..63b0794aba 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 "app0ndMVGaXY4LHaN" ^ - --table "tbl1e0GlYT0rXRLxT" ^ - --record "recaoDE1tqAF1ierL" \ No newline at end of file + --base "appKIMSxuFSMZNhwC" ^ + --table "tblnIYFuvQX3sTtLB" ^ + --record "recv5u5xywBt8LuGN" \ 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 c1cfb0dabc..fd128d24af 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 "app0ndMVGaXY4LHaN" \ No newline at end of file + --base "appKIMSxuFSMZNhwC" \ 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 55c2d8a4d4..0e724b78f8 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 "app0ndMVGaXY4LHaN" \ No newline at end of file + --base "appKIMSxuFSMZNhwC" \ 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 004c37a20c..bf3e1d761b 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 "app0ndMVGaXY4LHaN" \ - --table "tbl1e0GlYT0rXRLxT" \ No newline at end of file + --base "appKIMSxuFSMZNhwC" \ + --table "tblnIYFuvQX3sTtLB" \ 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 a593e35484..31ae67d1fc 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 "app0ndMVGaXY4LHaN" ^ - --table "tbl1e0GlYT0rXRLxT" \ No newline at end of file + --base "appKIMSxuFSMZNhwC" ^ + --table "tblnIYFuvQX3sTtLB" \ 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 428739e1ce..11a3df3a7b 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 "718ce17e-b86d-4ce0-9133-04719d9a4086" \ No newline at end of file + --title "270aca1e-5c5f-410c-a4cb-18b03227025d" \ 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 1e9d73f9a4..d5fe3a8e85 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 "718ce17e-b86d-4ce0-9133-04719d9a4086" \ No newline at end of file + --title "270aca1e-5c5f-410c-a4cb-18b03227025d" \ 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 aae2b70025..65580c8b94 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 "app0ndMVGaXY4LHaN" \ - --table "tbl1e0GlYT0rXRLxT" \ - --record "recaoDE1tqAF1ierL" \ No newline at end of file + --base "appKIMSxuFSMZNhwC" \ + --table "tblnIYFuvQX3sTtLB" \ + --record "recv5u5xywBt8LuGN" \ 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 374de412f1..7a65943a69 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 "app0ndMVGaXY4LHaN" ^ - --table "tbl1e0GlYT0rXRLxT" ^ - --record "recaoDE1tqAF1ierL" \ No newline at end of file + --base "appKIMSxuFSMZNhwC" ^ + --table "tblnIYFuvQX3sTtLB" ^ + --record "recv5u5xywBt8LuGN" \ 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 45538474f4..288f75be71 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 "app0ndMVGaXY4LHaN" \ - --table "tbl1e0GlYT0rXRLxT" \ - --field "fld1MAMPS1OA8SFIq" \ - --title "550f3123-b6e7-43f9-96e3-1617b43dee3a(change.)" \ + --base "appKIMSxuFSMZNhwC" \ + --table "tblnIYFuvQX3sTtLB" \ + --field "fldtKoNgGl4JMYaHN" \ + --title "aff3381c-369d-4f27-b40a-07cea641a4a3(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 fc1b1ea941..ccbc18e69e 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 "app0ndMVGaXY4LHaN" ^ - --table "tbl1e0GlYT0rXRLxT" ^ - --field "fld1MAMPS1OA8SFIq" ^ - --title "550f3123-b6e7-43f9-96e3-1617b43dee3a(change.)" ^ + --base "appKIMSxuFSMZNhwC" ^ + --table "tblnIYFuvQX3sTtLB" ^ + --field "fldtKoNgGl4JMYaHN" ^ + --title "aff3381c-369d-4f27-b40a-07cea641a4a3(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 16a449f663..00f3108fb0 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 "app0ndMVGaXY4LHaN" \ - --table "tbl1e0GlYT0rXRLxT" \ + --base "appKIMSxuFSMZNhwC" \ + --table "tblnIYFuvQX3sTtLB" \ --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 2f37ef1f80..041777ff7f 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 "app0ndMVGaXY4LHaN" ^ - --table "tbl1e0GlYT0rXRLxT" ^ + --base "appKIMSxuFSMZNhwC" ^ + --table "tblnIYFuvQX3sTtLB" ^ --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 d2fb805fa9..446853b391 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 3750 \ + --prevstage 3782 \ --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 fc91315e28..7aedf63fec 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 3750 ^ + --prevstage 3782 ^ --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 1801be4713..8c5702c930 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 3860 \ + --postid 3892 \ --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 7f334c56d0..09025ba5ad 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 3860 ^ + --postid 3892 ^ --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 a89c1b78a5..b7893ee7cf 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 3860 \ + --postid 3892 \ --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 9b7b048773..8a94dae080 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 3860 ^ + --postid 3892 ^ --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 8f16528d8e..f6bf2ee8fd 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 "10072" \ + --task "10152" \ --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 7e8f51b822..114d387d99 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 "10072" ^ + --task "10152" ^ --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 9032fd4527..6b00fa442e 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 "10076" \ + --task "10156" \ --amount 7200 \ --user 10 \ --text "Time spent on work" \ - --date "2026-02-25T06:38:36" \ + --date "2026-02-25T17:32:58" \ --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 0846385aa9..9c38b79b38 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 "10076" ^ + --task "10156" ^ --amount 7200 ^ --user 10 ^ --text "Time spent on work" ^ - --date "2026-02-25T06:38:36" ^ + --date "2026-02-25T17:32:58" ^ --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 1d192ebee3..afefa65cc8 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 "10070" \ + --task "10150" \ --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 2ec8f1cc94..8aae236677 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 "10070" ^ + --task "10150" ^ --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 25da259789..25cbdbdce3 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 "10070" \ + --task "10150" \ --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 b9ca4a7dc9..fd74cb13be 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 "10070" ^ + --task "10150" ^ --text "Checklist element" ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/ApproveTask/bash.txt b/docs/en/cli/bitrix24/ApproveTask/bash.txt index 5e62bdaa82..5505aff72f 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 "10070" \ + --task "10150" \ --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 58783eda78..06e18f7304 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 "10070" ^ + --task "10150" ^ --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 a5c4b03b59..81635b631c 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 "10070" \ - --fileid 53870 \ + --task "10150" \ + --fileid 54302 \ --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 ad2d1349ac..fef503cc8a 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 "10070" ^ - --fileid 53870 ^ + --task "10150" ^ + --fileid 54302 ^ --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 31d9bd3f5f..4a9c980020 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 3492 \ + --userid 3524 \ --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 9d746cee54..3bdcd92adf 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 3492 ^ + --userid 3524 ^ --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 253edd0b07..a004bd33c5 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 "10070" \ + --task "10150" \ --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 884bc26085..516607a091 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 "10070" ^ + --task "10150" ^ --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 6129e6d870..cc87d694f3 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 "10070" \ + --task "10150" \ --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 64e5536dc7..ee927f4384 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 "10070" ^ + --task "10150" ^ --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 0630204462..5857e748a1 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 "10070" \ - --element 7226 \ + --task "10150" \ + --element 7290 \ --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 77b4d4850c..34ea8f58c8 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 "10070" ^ - --element 7226 ^ + --task "10150" ^ + --element 7290 ^ --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 3876e4b3d3..67f1b3485b 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':'03/26/2026 06:42:28','to':'03/26/2026 07:42:28','section':'2184','name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'quest','importance':'normal','private_event':'Y','rrule':{'FREQ':'DAILY','COUNT':'3','INTERVAL':'10','BYDAY':['SA','MO'],'UNTIL':'04/05/2026 06:42:28'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':'1'}],'attendees':['1','10'],'host':'1','meeting':{'notify':'Y','reinvite':'***','allow_invite':'***','hide_guests':'N'}}" \ + --fields "{'type':'user','ownerId':'1','from':'3/26/2026 5:36:36 PM','to':'3/26/2026 6:36:36 PM','section':'2216','name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%%23000000>','text_color':'%%23FFFFFF','accessibility':'quest','importance':'normal','private_event':'Y','rrule':{'FREQ':'DAILY','COUNT':'3','INTERVAL':'10','BYDAY':['SA','MO'],'UNTIL':'4/5/2026 5:36:36 PM'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':'1'}],'attendees':['1','10'],'host':'1','meeting':{'notify':'Y','reinvite':'***','allow_invite':'***','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 c9d563959b..1ac3168643 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':'03/26/2026 06:42:28','to':'03/26/2026 07:42:28','section':'2184','name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%23000000>','text_color':'%23FFFFFF','accessibility':'quest','importance':'normal','private_event':'Y','rrule':{'FREQ':'DAILY','COUNT':'3','INTERVAL':'10','BYDAY':['SA','MO'],'UNTIL':'04/05/2026 06:42:28'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':'1'}],'attendees':['1','10'],'host':'1','meeting':{'notify':'Y','reinvite':'***','allow_invite':'***','hide_guests':'N'}}" ^ + --fields "{'type':'user','ownerId':'1','from':'3/26/2026 5:36:36 PM','to':'3/26/2026 6:36:36 PM','section':'2216','name':'New event','skip_time':'N','timezone_from':'Europe/Minsk','timezone_to':'Europe/Minsk','description':'Event description','color':'%%23000000>','text_color':'%%23FFFFFF','accessibility':'quest','importance':'normal','private_event':'Y','rrule':{'FREQ':'DAILY','COUNT':'3','INTERVAL':'10','BYDAY':['SA','MO'],'UNTIL':'4/5/2026 5:36:36 PM'},'is_meeting':'Y','location':'Office','remind':[{'type':'day','count':'1'}],'attendees':['1','10'],'host':'1','meeting':{'notify':'Y','reinvite':'***','allow_invite':'***','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 19d5f34599..c732d7c768 100644 --- a/docs/en/cli/bitrix24/CreateDepartment/bash.txt +++ b/docs/en/cli/bitrix24/CreateDepartment/bash.txt @@ -1,6 +1,6 @@ oint bitrix24 CreateDepartment \ --url "b24-ar17wx.bitrix24.by" \ --title "Subordinate department" \ - --parentid 3496 \ + --parentid 3528 \ --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 a96e34d637..34a6b6f9c5 100644 --- a/docs/en/cli/bitrix24/CreateDepartment/bat.txt +++ b/docs/en/cli/bitrix24/CreateDepartment/bat.txt @@ -1,6 +1,6 @@ oint bitrix24 CreateDepartment ^ --url "b24-ar17wx.bitrix24.by" ^ --title "Subordinate department" ^ - --parentid 3496 ^ + --parentid 3528 ^ --headid 1 ^ --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 c0a7827231..fa289a90b9 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 53880 \ + --folderid 54312 \ --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 aead6ccca8..590e9721c2 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 53880 ^ + --folderid 54312 ^ --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 004947228c..baae29c666 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':'03/26/2026 06:35:31','RESPONSIBLE_ID':'1'}" \ + --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'3/26/2026 5:30:08 PM','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 3b89731e66..3ad96e60d9 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':'03/26/2026 06:35:31','RESPONSIBLE_ID':'1'}" ^ + --fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'3/26/2026 5:30:08 PM','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 47dcf9475d..eabfe3a3b3 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 "10070" \ - --taskto "10068" \ + --taskfrom "10150" \ + --taskto "10148" \ --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 3fe11d2f58..b8b23b474d 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 "10070" ^ - --taskto "10068" ^ + --taskfrom "10150" ^ + --taskto "10148" ^ --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 e49b2cf499..081007793b 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':'578727d5-3daa-4e19-982c-90529514bb7d@example.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':'1'}" \ + --fields "{'EMAIL':'b32b60eb-eca3-4d22-81fe-5e5c12c37775@example.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 e0c3a9fdc0..81c33ef994 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':'578727d5-3daa-4e19-982c-90529514bb7d@example.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':'1'}" ^ + --fields "{'EMAIL':'b32b60eb-eca3-4d22-81fe-5e5c12c37775@example.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 66101efc1d..6379478339 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 "10070" \ + --task "10150" \ --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 e85051329b..f5d6a524d8 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 "10070" ^ + --task "10150" ^ --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 59ef7e1da7..33ad4cd25b 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 "10070" \ + --task "10150" \ --user 2960 \ --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 f8d64ceb5b..0a13716a63 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 "10070" ^ + --task "10150" ^ --user 2960 ^ --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 1b35460aff..c87591e0c2 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 2184 \ + --calendar 2216 \ --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 2bc0876334..216e396703 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 2184 ^ + --calendar 2216 ^ --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 ea81f87a9b..63896bdfad 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 4116 \ + --event 4180 \ --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 42d260b6a9..b5b62081be 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 4116 ^ + --event 4180 ^ --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 8eb44c9aa5..586de17649 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 6554 \ + --deal 6618 \ --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 2f3e6e75ee..bae8e026ea 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 6554 ^ + --deal 6618 ^ --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 69cbb3b4ab..31c3436c55 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 3496 \ + --depid 3528 \ --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 3d224c08ec..0412a63a29 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 3496 ^ + --depid 3528 ^ --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 e50105fbd1..dd906e7e26 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 53874 \ + --fileid 54306 \ --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 d8e1e94e38..cd75d2f2aa 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 53874 ^ + --fileid 54306 ^ --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 b1286d199c..1da657fbf4 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 53880 \ + --folderid 54312 \ --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 7d51052b4b..8da21605e6 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 53880 ^ + --folderid 54312 ^ --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 c0138c754c..0d7afe049e 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 3752 \ + --stage 3784 \ --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 092f75059d..6897ce6faa 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 3752 ^ + --stage 3784 ^ --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 128c402a24..891fb56d9f 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 3282 \ + --lead 3314 \ --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 4268d67850..65320f9aec 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 3282 ^ + --lead 3314 ^ --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 68e9533443..000779c22d 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 84134 \ + --message 85158 \ --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 c84b46978b..c4b25042b9 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 84134 ^ + --message 85158 ^ --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 e56a037d31..4956b35427 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 84144 \ + --notif 85168 \ --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 e1cb6343cc..0d68ed1477 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 84144 ^ + --notif 85168 ^ --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 fd9534c32a..71cebdd53a 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 3860 \ + --postid 3892 \ --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 9da9dbadc7..b2c58a6f7c 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 3860 ^ + --postid 3892 ^ --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 eb207a439b..26a6e19d85 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 "10070" \ + --task "10150" \ --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 8bded105a0..69bc53060b 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 "10070" ^ + --task "10150" ^ --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 65cd6a7c2d..6519d4aaad 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 "10076" \ - --record 3738 \ + --task "10156" \ + --record 3770 \ --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 7ab6ae12ab..48afd5deac 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 "10076" ^ - --record 3738 ^ + --task "10156" ^ + --record 3770 ^ --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 44f0e825a3..d0da3b220a 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 "10070" \ - --element 7226 \ + --task "10150" \ + --element 7290 \ --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 d3c06ff875..393a27318b 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 "10070" ^ - --element 7226 ^ + --task "10150" ^ + --element 7290 ^ --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 4b6544c8bf..d9edb83359 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 "10070" \ - --taskto "10068" \ + --taskfrom "10150" \ + --taskto "10148" \ --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 ac34c3e545..d619aaa9b1 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 "10070" ^ - --taskto "10068" ^ + --taskfrom "10150" ^ + --taskto "10148" ^ --linktype 2 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/DisapproveTask/bash.txt b/docs/en/cli/bitrix24/DisapproveTask/bash.txt index eb3f72b7ed..7e5b609143 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 "10070" \ + --task "10150" \ --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 f85bc3f9b3..ef7265d728 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 "10070" ^ + --task "10150" ^ --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 9ae98a2570..f178101fdb 100644 --- a/docs/en/cli/bitrix24/EditMessage/bash.txt +++ b/docs/en/cli/bitrix24/EditMessage/bash.txt @@ -2,7 +2,7 @@ oint bitrix24 EditMessage \ --url "b24-ar17wx.bitrix24.by" \ - --message 84134 \ + --message 85158 \ --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 6ece4d5a20..65046348bc 100644 --- a/docs/en/cli/bitrix24/EditMessage/bat.txt +++ b/docs/en/cli/bitrix24/EditMessage/bat.txt @@ -2,7 +2,7 @@ oint bitrix24 EditMessage ^ --url "b24-ar17wx.bitrix24.by" ^ - --message 84134 ^ + --message 85158 ^ --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/GetCalendarEvent/bash.txt b/docs/en/cli/bitrix24/GetCalendarEvent/bash.txt index 00db79cf2d..80284a6a95 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 4116 \ + --event 4180 \ --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 00700b17eb..a493e1f9fd 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 4116 ^ + --event 4180 ^ --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 052adab899..d653ba9f8e 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':'03/26/2026 06:42:38','to':'03/27/2026 06:42:38','section':['2182','2184']}" \ + --filter "{'from':'3/26/2026 5:36:44 PM','to':'3/27/2026 5:36:44 PM','section':['2214','2216']}" \ --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 530e94b062..a40935001b 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':'03/26/2026 06:42:38','to':'03/27/2026 06:42:38','section':['2182','2184']}" ^ + --filter "{'from':'3/26/2026 5:36:44 PM','to':'3/27/2026 5:36:44 PM','section':['2214','2216']}" ^ --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 8ff18545a8..12528e2a73 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 6552 \ + --deal 6616 \ --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 178810fdcf..292027bef7 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 6552 ^ + --deal 6616 ^ --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 acda403172..3803851f55 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 53874 \ + --fileid 54306 \ --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 d20c2efa2b..caedf5c55b 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 53874 ^ + --fileid 54306 ^ --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 572bcfa592..7164bdd0ee 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 53874 \ + --fileid 54306 \ --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 f3b229a148..82118e02b4 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 53874 ^ + --fileid 54306 ^ --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 b884401676..8eaabeb4f1 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 53880 \ + --folderid 54312 \ --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 dac45ad59a..d66bd97924 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 53880 ^ + --folderid 54312 ^ --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 8b89d51847..da77831069 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 53880 \ + --folderid 54312 \ --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 535fc6ae63..a3fcaaa042 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 53880 ^ + --folderid 54312 ^ --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 7361966b2e..fd1f2ba3f3 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 53880 \ + --folderid 54312 \ --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 2e1843c093..c050e36e20 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 53880 ^ + --folderid 54312 ^ --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 cbcc90f8a7..00b5de293c 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 3858 \ + --postid 3890 \ --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 a51e231a64..1f6d29e8a8 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 3858 ^ + --postid 3890 ^ --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 572dcb85cc..d78486bde8 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 3282 \ + --lead 3314 \ --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 d1f7457d1f..816e2c8ab9 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 3282 ^ + --lead 3314 ^ --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 da123dd0ba..ad0df22e47 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 3860 \ + --postid 3892 \ --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 8bfc7a5933..dd7e908cdb 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 3860 ^ + --postid 3892 ^ --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 f38d682053..3c98ddc1bb 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 "10070" \ + --task "10150" \ --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 9ecabc986d..a305a763d7 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 "10070" ^ + --task "10150" ^ --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 f400d6765d..1abb45f610 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 "10070" \ + --task "10150" \ --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 524cb48478..f6a82d3496 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 "10070" ^ + --task "10150" ^ --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 61f7f733ac..791540226d 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 "10076" \ - --record 3738 \ + --task "10156" \ + --record 3770 \ --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 87680137d6..484a2b8f45 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 "10076" ^ - --record 3738 ^ + --task "10156" ^ + --record 3770 ^ --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 df54fad207..14945c9c55 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 "10076" \ + --task "10156" \ --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 a446f78279..567cb45b72 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 "10076" ^ + --task "10156" ^ --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 7b6b9deafc..e866177366 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 "10070" \ + --task "10150" \ --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 3f69f04dac..8511b8b0bb 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 "10070" ^ + --task "10150" ^ --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 e1bf6d7c31..321f3d724a 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 "10070" \ - --element 7226 \ + --task "10150" \ + --element 7290 \ --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 b3c9f6a3fd..d58ba07a71 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 "10070" ^ - --element 7226 ^ + --task "10150" ^ + --element 7290 ^ --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 e2f65c30d8..1d33c7b671 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 3492 \ + --userid 3524 \ --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 47466cbbb2..1ced1333ca 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 3492 ^ + --userid 3524 ^ --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 6233395a08..13b800e863 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 "2026-03-25T06:42:41" \ - --to "2026-04-01T06:42:41" \ + --from "2026-03-25T17:36:47" \ + --to "2026-04-01T17:36:47" \ --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 a86aac7d30..1f75c35751 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 "2026-03-25T06:42:41" ^ - --to "2026-04-01T06:42:41" ^ + --from "2026-03-25T17:36:47" ^ + --to "2026-04-01T17:36:47" ^ --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 eec727629b..c888297aad 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 4116 \ + --event 4180 \ --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 800fa748e5..0b5b59084e 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 4116 ^ + --event 4180 ^ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MakeFileCopy/bash.txt b/docs/en/cli/bitrix24/MakeFileCopy/bash.txt index 96a10a8788..68f393302a 100644 --- a/docs/en/cli/bitrix24/MakeFileCopy/bash.txt +++ b/docs/en/cli/bitrix24/MakeFileCopy/bash.txt @@ -1,5 +1,5 @@ oint bitrix24 MakeFileCopy \ --url "b24-ar17wx.bitrix24.by" \ - --fileid 53874 \ - --folderid 53880 \ + --fileid 54306 \ + --folderid 54312 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/MakeFileCopy/bat.txt b/docs/en/cli/bitrix24/MakeFileCopy/bat.txt index efad9efd69..51dbeff55d 100644 --- a/docs/en/cli/bitrix24/MakeFileCopy/bat.txt +++ b/docs/en/cli/bitrix24/MakeFileCopy/bat.txt @@ -1,5 +1,5 @@ oint bitrix24 MakeFileCopy ^ --url "b24-ar17wx.bitrix24.by" ^ - --fileid 53874 ^ - --folderid 53880 ^ + --fileid 54306 ^ + --folderid 54312 ^ --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 0326064f0a..0ef6e64b80 100644 --- a/docs/en/cli/bitrix24/MakeFolderCopy/bash.txt +++ b/docs/en/cli/bitrix24/MakeFolderCopy/bash.txt @@ -1,4 +1,4 @@ oint bitrix24 MakeFolderCopy \ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" \ - --folderid 53884 \ - --tagetid 53882 \ No newline at end of file + --folderid 54316 \ + --tagetid 54314 \ 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 07d9b69fa8..c2f987c07b 100644 --- a/docs/en/cli/bitrix24/MakeFolderCopy/bat.txt +++ b/docs/en/cli/bitrix24/MakeFolderCopy/bat.txt @@ -1,4 +1,4 @@ oint bitrix24 MakeFolderCopy ^ --url "https://b24-ar17wx.bitrix24.by/rest/1/***" ^ - --folderid 53884 ^ - --tagetid 53882 \ No newline at end of file + --folderid 54316 ^ + --tagetid 54314 \ 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 13fadbf739..da1b803b98 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 53874 \ + --fileid 54306 \ --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 9f3e2c46c5..87d0834a8c 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 53874 ^ + --fileid 54306 ^ --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 bf51fda4b5..d86a245eb8 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 53880 \ + --folderid 54312 \ --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 a4fe3944e2..7627920b19 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 53880 ^ + --folderid 54312 ^ --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 a63b92ee62..c5e4e1b014 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 53874 \ - --folderid 53884 \ + --fileid 54306 \ + --folderid 54316 \ --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 7821ac4cd7..c839fa97e1 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 53874 ^ - --folderid 53884 ^ + --fileid 54306 ^ + --folderid 54316 ^ --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 2d81cb5cab..41b91e28f6 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 53882 \ - --tagetid 53878 \ + --folderid 54314 \ + --tagetid 54310 \ --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 00c97fe6c2..99cebdc999 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 53882 ^ - --tagetid 53878 ^ + --folderid 54314 ^ + --tagetid 54310 ^ --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 b4dab099ab..b5279f3a23 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 "10074" \ - --stage 3752 \ + --task "10154" \ + --stage 3784 \ --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 c758074d8f..ae39b209ff 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 "10074" ^ - --stage 3752 ^ + --task "10154" ^ + --stage 3784 ^ --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 5797b76f2c..616e5b4fa1 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 "10070" \ + --task "10150" \ --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 e7f39ea715..ae57ee0934 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 "10070" ^ + --task "10150" ^ --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 6ef03a26c6..4919356ca3 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 "10070" \ + --task "10150" \ --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 4cce4ae1ae..7ec04ad34a 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 "10070" ^ + --task "10150" ^ --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 fecc7e7311..966a032113 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 "10070" \ + --task "10150" \ --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 99cdf8d5df..5d02e49929 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 "10070" ^ + --task "10150" ^ --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 d736320cbc..dc6bc5cff0 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 53874 \ + --fileid 54306 \ --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 a1a0e3ab65..826b7ee514 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 53874 ^ + --fileid 54306 ^ --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 6739a9e473..d65dcd79e8 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 53880 \ + --folderid 54312 \ --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 d7b9e44a4e..9420a5f935 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 53880 ^ + --folderid 54312 ^ --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 91a44da131..1ff17ead74 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 "10070" \ + --task "10150" \ --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 be603b6a90..7d61c8e302 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 "10070" ^ + --task "10150" ^ --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 c37d01c544..694e17efcb 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 "10070" \ - --element 7226 \ + --task "10150" \ + --element 7290 \ --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 51ce7ab9f4..e2e3443938 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 "10070" ^ - --element 7226 ^ + --task "10150" ^ + --element 7290 ^ --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 0c0a147899..b3c7f26ee1 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 53874 \ + --fileid 54306 \ --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 9888bf7a70..97558f3c76 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 53874 ^ + --fileid 54306 ^ --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 a6375f1982..1e25e3879b 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 53880 \ + --folderid 54312 \ --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 ea322d84af..51db8f74e7 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 53880 ^ + --folderid 54312 ^ --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 f3099e2102..7a2e1c2f97 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 "***" \ - --fileid 53906 \ + --fileid 54338 \ --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 5b66e15469..8473d809b1 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 "***" ^ - --fileid 53906 ^ + --fileid 54338 ^ --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 e344c87b6b..a311fb1f1c 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 84134 \ + --message 85158 \ --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 28a95e482e..cb3bb28078 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 84134 ^ + --message 85158 ^ --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 3eb85de6b7..18ee14c182 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 4116 \ + --event 4180 \ --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 87a358c70a..4c88ec3485 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 4116 ^ + --event 4180 ^ --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 b2369e6a0c..d63e56ab2b 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 "10070" \ + --task "10150" \ --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 8ae494938b..9cbeb432e1 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 "10070" ^ + --task "10150" ^ --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 fe3db9a2d7..d28acf2dc6 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 "2026-03-25T05:38:47" \ + --time "2026-03-25T16:33:08" \ --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 f2b2fcaf19..5db1f57c09 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 "2026-03-25T05:38:47" ^ + --time "2026-03-25T16:33:08" ^ --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 d556d8d69a..0a8efc5623 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 "10070" \ + --task "10150" \ --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 49a981a468..72572f19e0 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 "10070" ^ + --task "10150" ^ --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 01066f8811..a134573332 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 "2026-03-25T06:38:52" \ + --time "2026-03-25T17:33:11" \ --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 fbbd32504d..9bbf5a6aad 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 "2026-03-25T06:38:52" ^ + --time "2026-03-25T17:33:11" ^ --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 febd68a276..4a68c5fa42 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 "10070" \ + --task "10150" \ --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 9d484d53f7..0fe96c74d7 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 "10070" ^ + --task "10150" ^ --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 b851aaf6fb..14e46f267c 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 "10070" \ + --task "10150" \ --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 ca0e51d97d..f0a0832e96 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 "10070" ^ + --task "10150" ^ --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 e12e307d2d..1acb1d1a57 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 2184 \ + --calendar 2216 \ --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 3ce56f37d2..5d47bda660 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 2184 ^ + --calendar 2216 ^ --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 4f92183784..e3fd20310c 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 4116 \ + --event 4180 \ --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 2d3f07a989..2c21388c26 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 4116 ^ + --event 4180 ^ --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 4faa9ba244..e6d8a0e898 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 6554 \ + --deal 6618 \ --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 2afbe21162..ecd7850b87 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 6554 ^ + --deal 6618 ^ --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 f6a83c236b..ffe1c9927c 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 3498 \ + --depid 3530 \ --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 6c3b8c0639..22bafce779 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 3498 ^ + --depid 3530 ^ --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 78f85ae694..80bc8b41e8 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 3752 \ + --stage 3784 \ --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 51f772be79..2d2535ee75 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 3752 ^ + --stage 3784 ^ --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 fe843fdcac..f432f4f5f3 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 3282 \ + --lead 3314 \ --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 b5e865a2b1..1f16c52e6f 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 3282 ^ + --lead 3314 ^ --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 d0273970e3..c280476023 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 3858 \ + --postid 3890 \ --text "New post text" \ --files "{'1.png':'https://hut.openintegrations.dev/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 5ff5764506..ceac091330 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 3858 ^ + --postid 3890 ^ --text "New post text" ^ --files "{'1.png':'https://hut.openintegrations.dev/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 6a61d39873..82d2be663a 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 "10070" \ + --task "10150" \ --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 9b0089f011..ce1f824168 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 "10070" ^ + --task "10150" ^ --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 61ea960481..9f938316fd 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 "10072" \ - --comment 84084 \ + --task "10152" \ + --comment 85108 \ --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 6078a58fe3..4d41aefdcd 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 "10072" ^ - --comment 84084 ^ + --task "10152" ^ + --comment 85108 ^ --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 7ee3b16e17..1738297d0f 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 "10076" \ - --record 3738 \ + --task "10156" \ + --record 3770 \ --amount 4800 \ --text "New time record" \ - --date "2026-02-25T06:38:43" \ + --date "2026-02-25T17:33:04" \ --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 844ad51a41..432ddc1113 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 "10076" ^ - --record 3738 ^ + --task "10156" ^ + --record 3770 ^ --amount 4800 ^ --text "New time record" ^ - --date "2026-02-25T06:38:43" ^ + --date "2026-02-25T17:33:04" ^ --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 927e60a2a5..06dc008c21 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 "10070" \ - --element 7226 \ + --task "10150" \ + --element 7290 \ --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 56266a61f7..ec8bb3e352 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 "10070" ^ - --element 7226 ^ + --task "10150" ^ + --element 7290 ^ --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 c917b9181a..9a5e334843 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 3492 \ - --fields "{'EMAIL':'bbaa7dd4-96e6-43e7-ab44-acea26013233@example.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':'7'}" \ + --userid 3524 \ + --fields "{'EMAIL':'d2f35d09-b52d-4dd4-8e44-161b0f9bc245@example.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 ac21180d4f..6954afc38f 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 3492 ^ - --fields "{'EMAIL':'bbaa7dd4-96e6-43e7-ab44-acea26013233@example.org','NAME':'Oleg','LAST_NAME':'Lama','UF_DEPARTMENT':'7'}" ^ + --userid 3524 ^ + --fields "{'EMAIL':'d2f35d09-b52d-4dd4-8e44-161b0f9bc245@example.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 2a1642b776..d7a413bf5d 100644 --- a/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt +++ b/docs/en/cli/bitrix24/UploadFileToFolder/bash.txt @@ -2,5 +2,5 @@ oint bitrix24 UploadFileToFolder \ --url "b24-ar17wx.bitrix24.by" \ --title "Imortant doc.docx" \ --file "https://hut.openintegrations.dev/test_data/document.docx" \ - --folderid 53902 \ + --folderid 54334 \ --token "***" \ No newline at end of file diff --git a/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt b/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt index 95fe1bf785..0ef87f23e9 100644 --- a/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt +++ b/docs/en/cli/bitrix24/UploadFileToFolder/bat.txt @@ -2,5 +2,5 @@ oint bitrix24 UploadFileToFolder ^ --url "b24-ar17wx.bitrix24.by" ^ --title "Imortant doc.docx" ^ --file "https://hut.openintegrations.dev/test_data/document.docx" ^ - --folderid 53902 ^ + --folderid 54334 ^ --token "***" \ 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 1ff640ea5c..15bb72bbf2 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 "f5d899b2-1af6-4b26-868e-2bae4c34ff94" \ + --uuids "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" \ --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 90d4a9c56a..d8b5847e06 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 "f5d899b2-1af6-4b26-868e-2bae4c34ff94" ^ + --uuids "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" ^ --count 1 ^ --format "A5" ^ --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 d527b82834..72862dc491 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 "0d5c2b05-ba83-4feb-a654-027a9492aae9" \ + --uuid "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" \ --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 2f05e5a450..b19988c9e0 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 "0d5c2b05-ba83-4feb-a654-027a9492aae9" ^ + --uuid "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" ^ --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 2a5ce922de..0c632072ec 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':'f412b73f-8e5c-4787-a6d4-1c767a0ebe18','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':'6c3fae73-12af-4fec-8790-d76adbcd052a','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 42edf0f74e..dd8d6f75d9 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':'f412b73f-8e5c-4787-a6d4-1c767a0ebe18','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':'6c3fae73-12af-4fec-8790-d76adbcd052a','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 dfaefda63a..2b4de9a5ad 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 "f5d899b2-1af6-4b26-868e-2bae4c34ff94" \ - --date "2026-03-26T06:46:13" \ + --uuids "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" \ + --date "2026-03-26T17:40:18" \ --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 0c1d71b17a..ee76af1cb1 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 "f5d899b2-1af6-4b26-868e-2bae4c34ff94" ^ - --date "2026-03-26T06:46:13" ^ + --uuids "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" ^ + --date "2026-03-26T17:40:18" ^ --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 3c5ee2bb79..8c4b6e9e24 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 "f5d899b2-1af6-4b26-868e-2bae4c34ff94" \ + --uuids "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" \ --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 6cd592386e..6262eca1be 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 "f5d899b2-1af6-4b26-868e-2bae4c34ff94" ^ + --uuids "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" ^ --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 dfb2a4bf30..14781ad646 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 "0d5c2b05-ba83-4feb-a654-027a9492aae9" \ + --uuid "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" \ --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 74fd2013de..96b58f5d5a 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 "0d5c2b05-ba83-4feb-a654-027a9492aae9" ^ + --uuid "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt b/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt index 88ccb1078e..7bf253d9ef 100644 --- a/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt +++ b/docs/en/cli/cdek/DeleteCourierInvitation/bash.txt @@ -1,4 +1,4 @@ oint cdek DeleteCourierInvitation \ --token "***" \ - --uuid "8932ba72-1717-42c3-b709-b67c637a44a1" \ + --uuid "a10b45a1-4ae3-4905-b30e-9c6b8415ede3" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt b/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt index 6bca7f1248..9342723a12 100644 --- a/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt +++ b/docs/en/cli/cdek/DeleteCourierInvitation/bat.txt @@ -1,4 +1,4 @@ oint cdek DeleteCourierInvitation ^ --token "***" ^ - --uuid "8932ba72-1717-42c3-b709-b67c637a44a1" ^ + --uuid "a10b45a1-4ae3-4905-b30e-9c6b8415ede3" ^ --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 10fad65530..aed444687b 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 "b1fa31e9-4890-4374-879b-389a5cb8508b" \ + --uuid "bb23ee55-cba8-464f-870f-e8a490668e85" \ --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 9c6275068d..0f5a5b3b8f 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 "b1fa31e9-4890-4374-879b-389a5cb8508b" ^ + --uuid "bb23ee55-cba8-464f-870f-e8a490668e85" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt index f2635c777e..e62adbbd40 100644 --- a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt +++ b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bash.txt @@ -1,4 +1,4 @@ oint cdek GetAvailableDeliveryIntervals \ --token "***" \ - --uuid "b1fa31e9-4890-4374-879b-389a5cb8508b" \ + --uuid "bb23ee55-cba8-464f-870f-e8a490668e85" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt index 0ab3087aaa..65d401b1af 100644 --- a/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt +++ b/docs/en/cli/cdek/GetAvailableDeliveryIntervals/bat.txt @@ -1,4 +1,4 @@ oint cdek GetAvailableDeliveryIntervals ^ --token "***" ^ - --uuid "b1fa31e9-4890-4374-879b-389a5cb8508b" ^ + --uuid "bb23ee55-cba8-464f-870f-e8a490668e85" ^ --testapi "***" \ 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 dab10e2832..6ee39dbb72 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 "0d5c2b05-ba83-4feb-a654-027a9492aae9" \ + --uuid "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" \ --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 041362cf16..bfe974ce0b 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 "0d5c2b05-ba83-4feb-a654-027a9492aae9" ^ + --uuid "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" ^ --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 c01108db5f..56a24a5815 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 "2026-03-25T06:45:36" \ + --date "2026-03-25T17:39:41" \ --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 5458887c3d..edab1642b9 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 "2026-03-25T06:45:36" ^ + --date "2026-03-25T17:39:41" ^ --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 f82d0ffd9c..7825d352a6 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 "33883881-1884-4d27-a4f9-c2ce23faf801" \ + --uuid "a10b45a1-4ae3-4905-b30e-9c6b8415ede3" \ --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 740ac18c77..90b137f087 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 "33883881-1884-4d27-a4f9-c2ce23faf801" ^ + --uuid "a10b45a1-4ae3-4905-b30e-9c6b8415ede3" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt b/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt index 4114347926..78e73af020 100644 --- a/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt +++ b/docs/en/cli/cdek/GetDeliveryAppointment/bash.txt @@ -1,4 +1,4 @@ oint cdek GetDeliveryAppointment \ --token "***" \ - --uuid "030487e3-9066-43dd-b55c-3a1b9e103a79" \ + --uuid "b470781e-2a8c-4357-a7e9-58a0f3ee3915" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt b/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt index 593a3de3ce..b48e7b8a51 100644 --- a/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt +++ b/docs/en/cli/cdek/GetDeliveryAppointment/bat.txt @@ -1,4 +1,4 @@ oint cdek GetDeliveryAppointment ^ --token "***" ^ - --uuid "030487e3-9066-43dd-b55c-3a1b9e103a79" ^ + --uuid "b470781e-2a8c-4357-a7e9-58a0f3ee3915" ^ --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 53df0e09bb..ad079342fe 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 "2026-03-25T06:45:37" \ + --date "2026-03-25T17:39:42" \ --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 46b2d79dd5..6a1b710484 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 "2026-03-25T06:45:37" ^ + --date "2026-03-25T17:39:42" ^ --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 ba4f076cce..b2547ccd68 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 "2026-03-25T06:45:38" \ + --date "2026-03-25T17:39:43" \ --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 c45ad31f5f..9b688dbe33 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 "2026-03-25T06:45:38" ^ + --date "2026-03-25T17:39:43" ^ --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 e7e3a8222c..047bf6d1e9 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 "f5d899b2-1af6-4b26-868e-2bae4c34ff94" \ + --uuid "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" \ --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 54e8541bce..bbebaab239 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 "f5d899b2-1af6-4b26-868e-2bae4c34ff94" ^ + --uuid "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" ^ --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 5c1491abc7..05d994e308 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 "2ec4e11d-512d-43ff-8346-e4a817283544" \ + --number "3fa50312-e9f0-4e0b-9833-506f8299fa51" \ --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 0de4296cb9..53afd4c677 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 "2ec4e11d-512d-43ff-8346-e4a817283544" ^ + --number "3fa50312-e9f0-4e0b-9833-506f8299fa51" ^ --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 14f1d5c8c2..8c95d24ef5 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 "0d5c2b05-ba83-4feb-a654-027a9492aae9" \ + --uuid "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" \ --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 90f7f92394..be538122e5 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 "0d5c2b05-ba83-4feb-a654-027a9492aae9" ^ + --uuid "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" ^ --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 a1d5d03b6c..1560623554 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 "288b5a13-337e-43e6-969b-8cc1aab8af7d" \ + --uuid "52cafb68-c811-41da-8638-2c6dfd35dc5f" \ --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 53311666c4..98cd1ac190 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 "288b5a13-337e-43e6-969b-8cc1aab8af7d" ^ + --uuid "52cafb68-c811-41da-8638-2c6dfd35dc5f" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt b/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt index 4232fe24fa..3eabba51cf 100644 --- a/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt +++ b/docs/en/cli/cdek/RegisterDeliveryAppointment/bash.txt @@ -2,5 +2,5 @@ oint cdek RegisterDeliveryAppointment \ --token "***" \ - --appt "{'cdek_number':'1106207236','order_uuid':'b1fa31e9-4890-4374-879b-389a5cb8508b','date':'2026-03-20','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':'37.6204','latitude':'55.754','country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" \ + --appt "{'cdek_number':'1106207236','order_uuid':'bb23ee55-cba8-464f-870f-e8a490668e85','date':'2026-04-08','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':'37.6204','latitude':'55.754','country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" \ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt b/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt index ec847b6956..4c42e638d2 100644 --- a/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt +++ b/docs/en/cli/cdek/RegisterDeliveryAppointment/bat.txt @@ -2,5 +2,5 @@ oint cdek RegisterDeliveryAppointment ^ --token "***" ^ - --appt "{'cdek_number':'1106207236','order_uuid':'b1fa31e9-4890-4374-879b-389a5cb8508b','date':'2026-03-20','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':'37.6204','latitude':'55.754','country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" ^ + --appt "{'cdek_number':'1106207236','order_uuid':'bb23ee55-cba8-464f-870f-e8a490668e85','date':'2026-04-08','time_from':'10:00','time_to':'17:00','comment':'Group office','to_location':{'code':'270','fias_guid':'0c5b2444-70a0-4932-980c-b4dc0d3f02b5','postal_code':'109004','longitude':'37.6204','latitude':'55.754','country_code':'RU','region':'Novosibirsk','sub_region':'Novosibirsk','city':'Novosibirsk','kladr_code':'7700000000000','address':'st. Bluchera, 33'}}" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/cdek/UpdateOrder/bash.txt b/docs/en/cli/cdek/UpdateOrder/bash.txt index 16fd6155d2..dc87aab013 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 "0d5c2b05-ba83-4feb-a654-027a9492aae9" \ + --uuid "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" \ --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 7c04ecb3c8..5d5bb63fab 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 "0d5c2b05-ba83-4feb-a654-027a9492aae9" ^ + --uuid "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" ^ --order "{'comment':'NewComment'}" ^ --testapi "***" \ No newline at end of file diff --git a/docs/en/cli/clickhouse/GetSessionSettings/bash.txt b/docs/en/cli/clickhouse/GetSessionSettings/bash.txt index 118ae69efd..cb68f29ab1 100644 --- a/docs/en/cli/clickhouse/GetSessionSettings/bash.txt +++ b/docs/en/cli/clickhouse/GetSessionSettings/bash.txt @@ -1,4 +1,4 @@ oint clickhouse GetSessionSettings \ - --id "e6fb5893-0279-4bbc-995e-e8032fb0b468" \ + --id "e1afee18-9e92-4234-8b40-a3d6a3b5749c" \ --check true \ --timeout 120 \ No newline at end of file diff --git a/docs/en/cli/clickhouse/GetSessionSettings/bat.txt b/docs/en/cli/clickhouse/GetSessionSettings/bat.txt index 42b1f97c6f..2990d01726 100644 --- a/docs/en/cli/clickhouse/GetSessionSettings/bat.txt +++ b/docs/en/cli/clickhouse/GetSessionSettings/bat.txt @@ -1,4 +1,4 @@ oint clickhouse GetSessionSettings ^ - --id "e6fb5893-0279-4bbc-995e-e8032fb0b468" ^ + --id "e1afee18-9e92-4234-8b40-a3d6a3b5749c" ^ --check true ^ --timeout 120 \ No newline at end of file diff --git a/docs/en/cli/clickhouse/ProcessGRPCSending/bash.txt b/docs/en/cli/clickhouse/ProcessGRPCSending/bash.txt index 238fbe2ef9..9449102add 100644 --- a/docs/en/cli/clickhouse/ProcessGRPCSending/bash.txt +++ b/docs/en/cli/clickhouse/ProcessGRPCSending/bash.txt @@ -2,5 +2,5 @@ oint clickhouse ProcessGRPCSending \ --conn "{'address':'http://127.0.0.1:9101','transport':'grpc','auth_type':'basic','user':'bayselonarrend','password':'***'}" \ - --req "{'query':'INSERT INTO events_stream_test FORMAT JSONEachRow','database':'default','data':{'id':'1','timestamp':'01/01/2026 10:00:00','user_id':'100','event_type':'stream_test','payload':'{}'},'format':'JSON'}" \ - --data "['{\r\n \"'"id\"'": 2,\r\n \"'"timestamp\"'": \"'"2026-01-01T10:00:00\"'",\r\n \"'"user_id\"'": 101,\r\n \"'"event_type\"'": \"'"stream_test\"'",\r\n \"'"payload\"'": \"'"{}\"'"\r\n}\n','{\r\n \"'"id\"'": 3,\r\n \"'"timestamp\"'": \"'"2026-01-01T10:00:00\"'",\r\n \"'"user_id\"'": 102,\r\n \"'"event_type\"'": \"'"stream_test\"'",\r\n \"'"payload\"'": \"'"{}\"'"\r\n}\n','{\r\n \"'"id\"'": 4,\r\n \"'"timestamp\"'": \"'"2026-01-01T10:00:00\"'",\r\n \"'"user_id\"'": 103,\r\n \"'"event_type\"'": \"'"stream_test\"'",\r\n \"'"payload\"'": \"'"{}\"'"\r\n}\n','{\r\n \"'"id\"'": 5,\r\n \"'"timestamp\"'": \"'"2026-01-01T10:00:00\"'",\r\n \"'"user_id\"'": 104,\r\n \"'"event_type\"'": \"'"stream_test\"'",\r\n \"'"payload\"'": \"'"{}\"'"\r\n}\n']" \ No newline at end of file + --req "{'query':'INSERT INTO events_stream_test FORMAT JSONEachRow','database':'default','data':{'id':'1','timestamp':'1/1/2026 10:00:00 AM','user_id':'100','event_type':'stream_test','payload':'{}'},'format':'JSON'}" \ + --data "[{'id':'2','timestamp':'1/1/2026 10:00:00 AM','user_id':'101','event_type':'stream_test','payload':'{}'},{'id':'3','timestamp':'1/1/2026 10:00:00 AM','user_id':'102','event_type':'stream_test','payload':'{}'},{'id':'4','timestamp':'1/1/2026 10:00:00 AM','user_id':'103','event_type':'stream_test','payload':'{}'},{'id':'5','timestamp':'1/1/2026 10:00:00 AM','user_id':'104','event_type':'stream_test','payload':'{}'}]" \ No newline at end of file diff --git a/docs/en/cli/clickhouse/ProcessGRPCSending/bat.txt b/docs/en/cli/clickhouse/ProcessGRPCSending/bat.txt index 6c6c5e384b..34665925e0 100644 --- a/docs/en/cli/clickhouse/ProcessGRPCSending/bat.txt +++ b/docs/en/cli/clickhouse/ProcessGRPCSending/bat.txt @@ -2,5 +2,5 @@ oint clickhouse ProcessGRPCSending ^ --conn "{'address':'http://127.0.0.1:9101','transport':'grpc','auth_type':'basic','user':'bayselonarrend','password':'***'}" ^ - --req "{'query':'INSERT INTO events_stream_test FORMAT JSONEachRow','database':'default','data':{'id':'1','timestamp':'01/01/2026 10:00:00','user_id':'100','event_type':'stream_test','payload':'{}'},'format':'JSON'}" ^ - --data "['{\r\n \"'"id\"'": 2,\r\n \"'"timestamp\"'": \"'"2026-01-01T10:00:00\"'",\r\n \"'"user_id\"'": 101,\r\n \"'"event_type\"'": \"'"stream_test\"'",\r\n \"'"payload\"'": \"'"{}\"'"\r\n}\n','{\r\n \"'"id\"'": 3,\r\n \"'"timestamp\"'": \"'"2026-01-01T10:00:00\"'",\r\n \"'"user_id\"'": 102,\r\n \"'"event_type\"'": \"'"stream_test\"'",\r\n \"'"payload\"'": \"'"{}\"'"\r\n}\n','{\r\n \"'"id\"'": 4,\r\n \"'"timestamp\"'": \"'"2026-01-01T10:00:00\"'",\r\n \"'"user_id\"'": 103,\r\n \"'"event_type\"'": \"'"stream_test\"'",\r\n \"'"payload\"'": \"'"{}\"'"\r\n}\n','{\r\n \"'"id\"'": 5,\r\n \"'"timestamp\"'": \"'"2026-01-01T10:00:00\"'",\r\n \"'"user_id\"'": 104,\r\n \"'"event_type\"'": \"'"stream_test\"'",\r\n \"'"payload\"'": \"'"{}\"'"\r\n}\n']" \ No newline at end of file + --req "{'query':'INSERT INTO events_stream_test FORMAT JSONEachRow','database':'default','data':{'id':'1','timestamp':'1/1/2026 10:00:00 AM','user_id':'100','event_type':'stream_test','payload':'{}'},'format':'JSON'}" ^ + --data "[{'id':'2','timestamp':'1/1/2026 10:00:00 AM','user_id':'101','event_type':'stream_test','payload':'{}'},{'id':'3','timestamp':'1/1/2026 10:00:00 AM','user_id':'102','event_type':'stream_test','payload':'{}'},{'id':'4','timestamp':'1/1/2026 10:00:00 AM','user_id':'103','event_type':'stream_test','payload':'{}'},{'id':'5','timestamp':'1/1/2026 10:00:00 AM','user_id':'104','event_type':'stream_test','payload':'{}'}]" \ 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 97b95bfff2..fe0d79ed1d 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 "13941741331" \ + --folder "13950080771" \ --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 f95a843875..4d5c39dbe5 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 "13941741331" ^ + --folder "13950080771" ^ --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 cad1e02c01..9bce69a27c 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 "13941741331" \ No newline at end of file + --folder "13950080771" \ 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 77f62e8fd3..48f92fc5a2 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 "13941741331" \ No newline at end of file + --folder "13950080771" \ 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 1fba93c0f6..1e1d9b30a0 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:AAAu8M0BS-pw4p6EPyBYP_FUoT8dgBjnABZT9EOhXd_oj38OtipAzdnkpBZ3MdFPUkoi0nzc0ZnXUz7rCoSZ-8br" \ No newline at end of file + --job "dbjid:AABAxXrY6nCpPWWf_MQkOvz6R2wD7JFfKZW1yFHDLxt1uDE56bnBXrbyKUF0qG6p3RbxtV8Ym-YMY9xbLWKa0SJb" \ 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 7fcc9e46e2..bec8017662 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:AAAu8M0BS-pw4p6EPyBYP_FUoT8dgBjnABZT9EOhXd_oj38OtipAzdnkpBZ3MdFPUkoi0nzc0ZnXUz7rCoSZ-8br" \ No newline at end of file + --job "dbjid:AABAxXrY6nCpPWWf_MQkOvz6R2wD7JFfKZW1yFHDLxt1uDE56bnBXrbyKUF0qG6p3RbxtV8Ym-YMY9xbLWKa0SJb" \ 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 113135f5a6..60993326ca 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 "64dd36ee81bd3bd841553" \ No newline at end of file + --rev "64dda10a6480cbd841553" \ 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 35e45a9046..b1ae701b27 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 "64dd36ee81bd3bd841553" \ No newline at end of file + --rev "64dda10a6480cbd841553" \ 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 2c436099c6..f53b57898f 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 "/tmp/mr5mxgou.s3h.png" \ + --file "C:\Users\bayselonarrend\AppData\Local\Temp\3jfrklzz.4uf.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 25738fa4e3..589aef472e 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 "/tmp/mr5mxgou.s3h.png" ^ + --file "C:\Users\bayselonarrend\AppData\Local\Temp\3jfrklzz.4uf.png" ^ --path "/New/pic.png" ^ --overwrite true \ No newline at end of file diff --git a/docs/en/cli/ftp/SaveFile/bash.txt b/docs/en/cli/ftp/SaveFile/bash.txt index 00eaad7226..7156ebbb0e 100644 --- a/docs/en/cli/ftp/SaveFile/bash.txt +++ b/docs/en/cli/ftp/SaveFile/bash.txt @@ -3,4 +3,4 @@ oint ftp SaveFile \ --conn "{'set':{'advanced_resolve':true,'domain':'172.33.0.11','login':'bayselonarrend','passive':true,'password':'***','port':'21','read_timeout':'120','write_timeout':'120'},'tls':{'accept_invalid_certs':true,'ca_cert_path':'','use_tls':true},'proxy':{'login':'proxyuser','password':'***','port':'1080','proxy_type':'socks5','server':'127.0.0.1'}}" \ --path "new_dir/pic_from_disk.png" \ - --file "/tmp/qcwn1uqv.bdx.bin" \ No newline at end of file + --file "C:\Users\bayselonarrend\AppData\Local\Temp\lmwbkmwa.mhs.bin" \ No newline at end of file diff --git a/docs/en/cli/ftp/SaveFile/bat.txt b/docs/en/cli/ftp/SaveFile/bat.txt index 121f5bed7c..fed67283cc 100644 --- a/docs/en/cli/ftp/SaveFile/bat.txt +++ b/docs/en/cli/ftp/SaveFile/bat.txt @@ -3,4 +3,4 @@ oint ftp SaveFile ^ --conn "{'set':{'advanced_resolve':true,'domain':'172.33.0.11','login':'bayselonarrend','passive':true,'password':'***','port':'21','read_timeout':'120','write_timeout':'120'},'tls':{'accept_invalid_certs':true,'ca_cert_path':'','use_tls':true},'proxy':{'login':'proxyuser','password':'***','port':'1080','proxy_type':'socks5','server':'127.0.0.1'}}" ^ --path "new_dir/pic_from_disk.png" ^ - --file "/tmp/qcwn1uqv.bdx.bin" \ No newline at end of file + --file "C:\Users\bayselonarrend\AppData\Local\Temp\lmwbkmwa.mhs.bin" \ No newline at end of file diff --git a/docs/en/cli/ftp/UploadFile/bash.txt b/docs/en/cli/ftp/UploadFile/bash.txt index 82b0fcc508..c5d684e2bb 100644 --- a/docs/en/cli/ftp/UploadFile/bash.txt +++ b/docs/en/cli/ftp/UploadFile/bash.txt @@ -2,5 +2,5 @@ oint ftp UploadFile \ --conn "{'set':{'advanced_resolve':true,'domain':'172.33.0.11','login':'bayselonarrend','passive':true,'password':'***','port':'21','read_timeout':'1000','write_timeout':'1000'},'tls':{'accept_invalid_certs':true,'ca_cert_path':'','use_tls':true},'proxy':{'login':'proxyuser','password':'***','port':'1080','proxy_type':'socks5','server':'127.0.0.1'}}" \ - --file "/tmp/orp45lml.j3e" \ + --file "C:\Users\bayselonarrend\AppData\Local\Temp\vqrvir1q.z2e" \ --path "pic_from_binary.png" \ No newline at end of file diff --git a/docs/en/cli/ftp/UploadFile/bat.txt b/docs/en/cli/ftp/UploadFile/bat.txt index e4a4b8d3b6..a384275bb3 100644 --- a/docs/en/cli/ftp/UploadFile/bat.txt +++ b/docs/en/cli/ftp/UploadFile/bat.txt @@ -2,5 +2,5 @@ oint ftp UploadFile ^ --conn "{'set':{'advanced_resolve':true,'domain':'172.33.0.11','login':'bayselonarrend','passive':true,'password':'***','port':'21','read_timeout':'1000','write_timeout':'1000'},'tls':{'accept_invalid_certs':true,'ca_cert_path':'','use_tls':true},'proxy':{'login':'proxyuser','password':'***','port':'1080','proxy_type':'socks5','server':'127.0.0.1'}}" ^ - --file "/tmp/orp45lml.j3e" ^ + --file "C:\Users\bayselonarrend\AppData\Local\Temp\vqrvir1q.z2e" ^ --path "pic_from_binary.png" \ 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 c84f477bdb..0652091586 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 "e59bf1c3266d9cebcf57228cb223cf46375dc6a7afeed72c78ce1529c254501e@group.calendar.google.com" \ No newline at end of file + --calendar "3d4aa01d61efab48f9fc76da8bd3ada65e052f909e1d888856ae06d05e375bb1@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 2ff6c6daa9..41dde9e5dc 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 "e59bf1c3266d9cebcf57228cb223cf46375dc6a7afeed72c78ce1529c254501e@group.calendar.google.com" \ No newline at end of file + --calendar "3d4aa01d61efab48f9fc76da8bd3ada65e052f909e1d888856ae06d05e375bb1@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 e66a954d8e..423ea95b3c 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 "79af2c982ec186705019e9e71362c6a07874f1b25510f4f8595458195f03fa91@group.calendar.google.com" \ - --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'03/25/2026 06:27:22','EndDate':'03/25/2026 07:27:22','ArrayOfAttachmentURLs':{'Image1':'https://hut.openintegrations.dev/test_data/picture.jpg','Image2':'https://hut.openintegrations.dev/test_data/picture2.jpg'},'SendNotifications':true}" \ No newline at end of file + --calendar "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@group.calendar.google.com" \ + --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'3/25/2026 5:21:50 PM','EndDate':'3/25/2026 6:21:50 PM','ArrayOfAttachmentURLs':{'Image1':'https://hut.openintegrations.dev/test_data/picture.jpg','Image2':'https://hut.openintegrations.dev/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 730e63ba9d..2db76162c9 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 "79af2c982ec186705019e9e71362c6a07874f1b25510f4f8595458195f03fa91@group.calendar.google.com" ^ - --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'03/25/2026 06:27:22','EndDate':'03/25/2026 07:27:22','ArrayOfAttachmentURLs':{'Image1':'https://hut.openintegrations.dev/test_data/picture.jpg','Image2':'https://hut.openintegrations.dev/test_data/picture2.jpg'},'SendNotifications':true}" \ No newline at end of file + --calendar "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@group.calendar.google.com" ^ + --props "{'Description':'TestEventDescription','Title':'New event','Venue':'InOffice','StartDate':'3/25/2026 5:21:50 PM','EndDate':'3/25/2026 6:21:50 PM','ArrayOfAttachmentURLs':{'Image1':'https://hut.openintegrations.dev/test_data/picture.jpg','Image2':'https://hut.openintegrations.dev/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 58056f6497..80d7a680d2 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 "79af2c982ec186705019e9e71362c6a07874f1b25510f4f8595458195f03fa91@group.calendar.google.com" \ No newline at end of file + --calendar "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@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 3c265834a0..60dc313ca7 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 "79af2c982ec186705019e9e71362c6a07874f1b25510f4f8595458195f03fa91@group.calendar.google.com" \ No newline at end of file + --calendar "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@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 d68d1d7300..4ae0024747 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 "79af2c982ec186705019e9e71362c6a07874f1b25510f4f8595458195f03fa91@group.calendar.google.com" \ - --event "lopt0bdgkmvjgqd5cfh23j4v4c" \ No newline at end of file + --calendar "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@group.calendar.google.com" \ + --event "hlkci5glucrm304kjtganmsvug" \ 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 6d202cc38a..491c522769 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 "79af2c982ec186705019e9e71362c6a07874f1b25510f4f8595458195f03fa91@group.calendar.google.com" ^ - --event "lopt0bdgkmvjgqd5cfh23j4v4c" \ No newline at end of file + --calendar "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@group.calendar.google.com" ^ + --event "hlkci5glucrm304kjtganmsvug" \ 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 107ac9d162..3e19c73e9d 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 "e59bf1c3266d9cebcf57228cb223cf46375dc6a7afeed72c78ce1529c254501e@group.calendar.google.com" \ + --calendar "3d4aa01d61efab48f9fc76da8bd3ada65e052f909e1d888856ae06d05e375bb1@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 d7e8dec0bf..935ed13d8d 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 "e59bf1c3266d9cebcf57228cb223cf46375dc6a7afeed72c78ce1529c254501e@group.calendar.google.com" ^ + --calendar "3d4aa01d61efab48f9fc76da8bd3ada65e052f909e1d888856ae06d05e375bb1@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 a54ea92fb8..3d7742a227 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 "79af2c982ec186705019e9e71362c6a07874f1b25510f4f8595458195f03fa91@group.calendar.google.com" \ + --calendar "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@group.calendar.google.com" \ --props "{'Description':'New event description'}" \ - --event "lopt0bdgkmvjgqd5cfh23j4v4c" \ No newline at end of file + --event "hlkci5glucrm304kjtganmsvug" \ 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 eebaebac6c..203cabb7a7 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 "79af2c982ec186705019e9e71362c6a07874f1b25510f4f8595458195f03fa91@group.calendar.google.com" ^ + --calendar "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@group.calendar.google.com" ^ --props "{'Description':'New event description'}" ^ - --event "lopt0bdgkmvjgqd5cfh23j4v4c" \ No newline at end of file + --event "hlkci5glucrm304kjtganmsvug" \ 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 3f01e13835..f0b3a1c9b5 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 "e59bf1c3266d9cebcf57228cb223cf46375dc6a7afeed72c78ce1529c254501e@group.calendar.google.com" \ + --calendar "3d4aa01d61efab48f9fc76da8bd3ada65e052f909e1d888856ae06d05e375bb1@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 2009174309..cac520436c 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 "e59bf1c3266d9cebcf57228cb223cf46375dc6a7afeed72c78ce1529c254501e@group.calendar.google.com" ^ + --calendar "3d4aa01d61efab48f9fc76da8bd3ada65e052f909e1d888856ae06d05e375bb1@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 4de66e145f..c12886a596 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 "e59bf1c3266d9cebcf57228cb223cf46375dc6a7afeed72c78ce1529c254501e@group.calendar.google.com" \ No newline at end of file + --calendar "3d4aa01d61efab48f9fc76da8bd3ada65e052f909e1d888856ae06d05e375bb1@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 7684145f65..f08db1e34f 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 "e59bf1c3266d9cebcf57228cb223cf46375dc6a7afeed72c78ce1529c254501e@group.calendar.google.com" \ No newline at end of file + --calendar "3d4aa01d61efab48f9fc76da8bd3ada65e052f909e1d888856ae06d05e375bb1@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 cf8783c806..d000d4efe2 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 "79af2c982ec186705019e9e71362c6a07874f1b25510f4f8595458195f03fa91@group.calendar.google.com" \ - --event "lopt0bdgkmvjgqd5cfh23j4v4c" \ No newline at end of file + --calendar "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@group.calendar.google.com" \ + --event "hlkci5glucrm304kjtganmsvug" \ 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 4ee548a4f1..f2b9613cbc 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 "79af2c982ec186705019e9e71362c6a07874f1b25510f4f8595458195f03fa91@group.calendar.google.com" ^ - --event "lopt0bdgkmvjgqd5cfh23j4v4c" \ No newline at end of file + --calendar "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@group.calendar.google.com" ^ + --event "hlkci5glucrm304kjtganmsvug" \ 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 6897a44d59..7b91fb81df 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 "79af2c982ec186705019e9e71362c6a07874f1b25510f4f8595458195f03fa91@group.calendar.google.com" \ No newline at end of file + --calendar "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@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 c534f4a127..c295f3a8b7 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 "79af2c982ec186705019e9e71362c6a07874f1b25510f4f8595458195f03fa91@group.calendar.google.com" \ No newline at end of file + --calendar "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@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 1991a93c6e..59c1e6bb35 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 "e59bf1c3266d9cebcf57228cb223cf46375dc6a7afeed72c78ce1529c254501e@group.calendar.google.com" \ No newline at end of file + --calendar "3d4aa01d61efab48f9fc76da8bd3ada65e052f909e1d888856ae06d05e375bb1@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 2cc2ebb4a3..1ace4cf14e 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 "e59bf1c3266d9cebcf57228cb223cf46375dc6a7afeed72c78ce1529c254501e@group.calendar.google.com" \ No newline at end of file + --calendar "3d4aa01d61efab48f9fc76da8bd3ada65e052f909e1d888856ae06d05e375bb1@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 bb6ac375a6..9754fed8cf 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 "79af2c982ec186705019e9e71362c6a07874f1b25510f4f8595458195f03fa91@group.calendar.google.com" \ + --from "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@group.calendar.google.com" \ --to "bayselonarrend@gmail.com" \ - --event "lopt0bdgkmvjgqd5cfh23j4v4c" \ No newline at end of file + --event "hlkci5glucrm304kjtganmsvug" \ 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 9a59b581ae..9bcd45e6a3 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 "79af2c982ec186705019e9e71362c6a07874f1b25510f4f8595458195f03fa91@group.calendar.google.com" ^ + --from "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@group.calendar.google.com" ^ --to "bayselonarrend@gmail.com" ^ - --event "lopt0bdgkmvjgqd5cfh23j4v4c" \ No newline at end of file + --event "hlkci5glucrm304kjtganmsvug" \ 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 d6cf71b04e..cee62b9fd7 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 "1-TUrdJdYS7S9681AhPTrTJWbJQqScxqp" \ + --object "1TosihPWZXKVFWcCng1A4kXuYpD5-3zG_" \ --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 2547c262c3..590ab05130 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 "1-TUrdJdYS7S9681AhPTrTJWbJQqScxqp" ^ + --object "1TosihPWZXKVFWcCng1A4kXuYpD5-3zG_" ^ --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 a40d9bd3e6..7b575c34bd 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 "1edgxvwdi3QiGtqhDZb-_Dxq7yAiR7CFo" \ + --object "13EXKYwf5ivhfAf6jlxDapbYLDw6FjNrC" \ --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 668f436d1d..f0fbe380e0 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 "1edgxvwdi3QiGtqhDZb-_Dxq7yAiR7CFo" ^ + --object "13EXKYwf5ivhfAf6jlxDapbYLDw6FjNrC" ^ --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 539f0e01ae..9f204c9a03 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 "1edgxvwdi3QiGtqhDZb-_Dxq7yAiR7CFo" \ - --comment "AAAB2SMlfsI" \ No newline at end of file + --object "13EXKYwf5ivhfAf6jlxDapbYLDw6FjNrC" \ + --comment "AAAB2SbdDUE" \ 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 77a8715cc7..1c15acbe98 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 "1edgxvwdi3QiGtqhDZb-_Dxq7yAiR7CFo" ^ - --comment "AAAB2SMlfsI" \ No newline at end of file + --object "13EXKYwf5ivhfAf6jlxDapbYLDw6FjNrC" ^ + --comment "AAAB2SbdDUE" \ 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 237ece642c..f0ecc561c1 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 "1edgxvwdi3QiGtqhDZb-_Dxq7yAiR7CFo" \ No newline at end of file + --object "13EXKYwf5ivhfAf6jlxDapbYLDw6FjNrC" \ 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 6b39284c06..59e9370a9f 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 "1edgxvwdi3QiGtqhDZb-_Dxq7yAiR7CFo" \ No newline at end of file + --object "13EXKYwf5ivhfAf6jlxDapbYLDw6FjNrC" \ 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 f71e1bb023..6fd705a856 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 "1-TUrdJdYS7S9681AhPTrTJWbJQqScxqp" \ No newline at end of file + --object "1TosihPWZXKVFWcCng1A4kXuYpD5-3zG_" \ 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 569f12ab89..5e59c03a2c 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 "1-TUrdJdYS7S9681AhPTrTJWbJQqScxqp" \ No newline at end of file + --object "1TosihPWZXKVFWcCng1A4kXuYpD5-3zG_" \ 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 98209de578..f533ba3fa2 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 "1edgxvwdi3QiGtqhDZb-_Dxq7yAiR7CFo" \ - --comment "AAAB2SMlfsI" \ No newline at end of file + --object "13EXKYwf5ivhfAf6jlxDapbYLDw6FjNrC" \ + --comment "AAAB2SbdDUE" \ 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 498683be4b..a315d0654d 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 "1edgxvwdi3QiGtqhDZb-_Dxq7yAiR7CFo" ^ - --comment "AAAB2SMlfsI" \ No newline at end of file + --object "13EXKYwf5ivhfAf6jlxDapbYLDw6FjNrC" ^ + --comment "AAAB2SbdDUE" \ 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 12949a4361..c38d47cd75 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 "1edgxvwdi3QiGtqhDZb-_Dxq7yAiR7CFo" \ No newline at end of file + --object "13EXKYwf5ivhfAf6jlxDapbYLDw6FjNrC" \ 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 1ecb00b4dc..7f4df5ce02 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 "1edgxvwdi3QiGtqhDZb-_Dxq7yAiR7CFo" \ No newline at end of file + --object "13EXKYwf5ivhfAf6jlxDapbYLDw6FjNrC" \ 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 a7648c0429..439bea075f 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 "1-TUrdJdYS7S9681AhPTrTJWbJQqScxqp" \ + --object "1TosihPWZXKVFWcCng1A4kXuYpD5-3zG_" \ --file "https://hut.openintegrations.dev/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 5aca864013..862b21652b 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 "1-TUrdJdYS7S9681AhPTrTJWbJQqScxqp" ^ + --object "1TosihPWZXKVFWcCng1A4kXuYpD5-3zG_" ^ --file "https://hut.openintegrations.dev/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 03474aa25c..6950a20448 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 "120363427366573706@g.us" \ + --group "120363422922409230@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 69af0166df..1deef015be 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 "120363427366573706@g.us" ^ + --group "120363422922409230@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 57e4ab9bdd..90ac667074 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 "***" \ - --message "3EB00C32B60E38E6A986CC" \ No newline at end of file + --message "3EB057125E507CFCAC3611" \ 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 bac86fe54d..b5f944189a 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 "***" ^ - --message "3EB00C32B60E38E6A986CC" \ No newline at end of file + --message "3EB057125E507CFCAC3611" \ 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 ebbe5a4c3d..2bcd1ad186 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 "***" \ - --message "3EB00C32B60E38E6A986CC" \ + --message "3EB057125E507CFCAC3611" \ --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 b0de622343..34ee40916d 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 "***" ^ - --message "3EB00C32B60E38E6A986CC" ^ + --message "3EB057125E507CFCAC3611" ^ --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 2edef9ca99..99e3f618b1 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 "120363427366573706@g.us" \ + --group "120363422922409230@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 aa742c6247..7caa0bea8b 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 "120363427366573706@g.us" ^ + --group "120363422922409230@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 2f47877336..83f0187aca 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 "3EB00C32B60E38E6A986CC" \ No newline at end of file + --msgs "3EB057125E507CFCAC3611" \ 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 e797da6d4d..54c1b22810 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 "3EB00C32B60E38E6A986CC" \ No newline at end of file + --msgs "3EB057125E507CFCAC3611" \ 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 6cb2a39bfd..4550e98eb4 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 "120363427366573706@g.us" \ No newline at end of file + --group "120363422922409230@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 510597d418..4272707f7c 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 "120363427366573706@g.us" \ No newline at end of file + --group "120363422922409230@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 512da30a92..1da7da5763 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 "***" \ - --msg "3EB00C32B60E38E6A986CC" \ No newline at end of file + --msg "3EB057125E507CFCAC3611" \ 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 479f2f963e..e7ee6c3add 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 "***" ^ - --msg "3EB00C32B60E38E6A986CC" \ No newline at end of file + --msg "3EB057125E507CFCAC3611" \ 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 ef6275cfec..0c2a481a49 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 "120363427366573706@g.us" \ No newline at end of file + --group "120363422922409230@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 94f881b5de..04f394287a 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 "120363427366573706@g.us" \ No newline at end of file + --group "120363422922409230@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 af06d720ef..8790f99ae9 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 "120363427366573706@g.us" \ + --group "120363422922409230@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 5788b3ff24..49db2d6d72 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 "120363427366573706@g.us" ^ + --group "120363422922409230@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 80e3696bce..9454f09dce 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 "***" \ --contact "{'phoneContact':'79001234568','company':'Bicycle'}" \ - --quoted "3EB0E1B5E0B697F4AB65A3" \ No newline at end of file + --quoted "3EB047FE000C94A17A8DE1" \ 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 452c485ad0..69f34f5945 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 "***" ^ --contact "{'phoneContact':'79001234568','company':'Bicycle'}" ^ - --quoted "3EB0E1B5E0B697F4AB65A3" \ No newline at end of file + --quoted "3EB047FE000C94A17A8DE1" \ 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 8049143b9c..64548b721b 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://hut.openintegrations.dev/test_data/video.mp4" \ --filename "vid.mp4" \ --caption "File description" \ - --quoted "3EB05F8B733B2673E86D15" \ No newline at end of file + --quoted "3EB043628A553C20F3889A" \ 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 b9087eb52b..b2a15e8de9 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://hut.openintegrations.dev/test_data/video.mp4" ^ --filename "vid.mp4" ^ --caption "File description" ^ - --quoted "3EB05F8B733B2673E86D15" \ No newline at end of file + --quoted "3EB043628A553C20F3889A" \ 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 a1cf07366d..58b9fab8d2 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://hut.openintegrations.dev/test_data/video.mp4" \ --filename "vid.mp4" \ --caption "File description" \ - --quoted "3EB0B97F9C18EA836E17A0" \ No newline at end of file + --quoted "3EB083B16138CCF026775A" \ 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 e677e37c77..d47321b446 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://hut.openintegrations.dev/test_data/video.mp4" ^ --filename "vid.mp4" ^ --caption "File description" ^ - --quoted "3EB0B97F9C18EA836E17A0" \ No newline at end of file + --quoted "3EB083B16138CCF026775A" \ 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 b2f32dd9f3..4d02b11472 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 "***" \ --loc "{'latitude':'53.908522','longitude':'27.574821'}" \ - --quoted "3EB04E984FFAB1C78F998F" \ No newline at end of file + --quoted "3EB0EF33806A37CA7BA9DF" \ 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 6b44357248..35c0d438af 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 "***" ^ --loc "{'latitude':'53.908522','longitude':'27.574821'}" ^ - --quoted "3EB04E984FFAB1C78F998F" \ No newline at end of file + --quoted "3EB0EF33806A37CA7BA9DF" \ 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 934c16ba30..325ab391d0 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 "3EB07DE3D3C530F237C195" \ No newline at end of file + --quoted "3EB06C9B3E43178180076F" \ 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 20c53b0aab..d8ebd41019 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 "3EB07DE3D3C530F237C195" \ No newline at end of file + --quoted "3EB06C9B3E43178180076F" \ 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 df1ce41cc7..d875041925 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 "***" \ --text "New message" \ - --quoted "3EB00C32B60E38E6A986CC" \ No newline at end of file + --quoted "3EB057125E507CFCAC3611" \ 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 ac071be041..41badadc6e 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 "***" ^ --text "New message" ^ - --quoted "3EB00C32B60E38E6A986CC" \ No newline at end of file + --quoted "3EB057125E507CFCAC3611" \ 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 7e7c59e2ca..83d852238d 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 "120363427366573706@g.us" \ + --group "120363422922409230@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 e1457c146d..5e0a76674a 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 "120363427366573706@g.us" ^ + --group "120363422922409230@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 4edf75166c..b2198df5ad 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 "120363427366573706@g.us" \ + --group "120363422922409230@g.us" \ --picture "https://hut.openintegrations.dev/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 ac17eeb0c0..1d181aa992 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 "120363427366573706@g.us" ^ + --group "120363422922409230@g.us" ^ --picture "https://hut.openintegrations.dev/test_data/picture.jpg" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SetReadMark/bash.txt b/docs/en/cli/greenapi/SetReadMark/bash.txt index 4a006da4eb..906c87125e 100644 --- a/docs/en/cli/greenapi/SetReadMark/bash.txt +++ b/docs/en/cli/greenapi/SetReadMark/bash.txt @@ -3,4 +3,4 @@ oint greenapi SetReadMark \ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" \ --chat "***" \ - --message "3EB0B97F9C18EA836E17A0" \ No newline at end of file + --message "3EB083B16138CCF026775A" \ No newline at end of file diff --git a/docs/en/cli/greenapi/SetReadMark/bat.txt b/docs/en/cli/greenapi/SetReadMark/bat.txt index 234f71dc64..88d8f08574 100644 --- a/docs/en/cli/greenapi/SetReadMark/bat.txt +++ b/docs/en/cli/greenapi/SetReadMark/bat.txt @@ -3,4 +3,4 @@ oint greenapi SetReadMark ^ --access "{'apiUrl':'***','mediaUrl':'https://7105.media.greenapi.com','idInstance':'7105187566','apiTokenInstance':'***'}" ^ --chat "***" ^ - --message "3EB0B97F9C18EA836E17A0" \ No newline at end of file + --message "3EB083B16138CCF026775A" \ 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 4418463591..3a7af5148d 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 "120363427366573706@g.us" \ + --group "120363422922409230@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 f17e23ebce..7e5437a2f6 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 "120363427366573706@g.us" ^ + --group "120363422922409230@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 bd4a684f80..3baadf77bb 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 "1tyVOtw-sMUYSmzTT7st4fZ4_oriyNT6SmccPHtq6t-I" \ + --spreadsheet "1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY" \ --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 b403ef8f0c..30756a5231 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 "1tyVOtw-sMUYSmzTT7st4fZ4_oriyNT6SmccPHtq6t-I" ^ + --spreadsheet "1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY" ^ --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 ff220e0ab9..cb9069c782 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 "18P2G8RHMXmZ5HBlrgR5E3F2u5HQ7VcaPmZ8CDeBblDE" \ + --spreadsheet "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ" \ --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 2fda5bccb0..c49a9e6f49 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 "18P2G8RHMXmZ5HBlrgR5E3F2u5HQ7VcaPmZ8CDeBblDE" ^ + --spreadsheet "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ" ^ --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 d3f41037a9..98ff0e9379 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 "1tyVOtw-sMUYSmzTT7st4fZ4_oriyNT6SmccPHtq6t-I" \ - --to "1r1sa66SKJ2rKjgAJpLzYuirdQClRu9ZWrR0dxZtcwSc" \ - --sheet "1920993650" \ No newline at end of file + --from "1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY" \ + --to "1rq1SoLBcwIudBu1YRknMmg9HSnAsIQqrsi3RqcTLJVQ" \ + --sheet "249229425" \ 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 b911bdeb6c..574714ed90 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 "1tyVOtw-sMUYSmzTT7st4fZ4_oriyNT6SmccPHtq6t-I" ^ - --to "1r1sa66SKJ2rKjgAJpLzYuirdQClRu9ZWrR0dxZtcwSc" ^ - --sheet "1920993650" \ No newline at end of file + --from "1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY" ^ + --to "1rq1SoLBcwIudBu1YRknMmg9HSnAsIQqrsi3RqcTLJVQ" ^ + --sheet "249229425" \ 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 37ec8817b8..2082f62b50 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 "1tyVOtw-sMUYSmzTT7st4fZ4_oriyNT6SmccPHtq6t-I" \ - --sheet "1920993650" \ No newline at end of file + --spreadsheet "1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY" \ + --sheet "249229425" \ 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 9b6ae6aa7d..ac38a994b5 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 "1tyVOtw-sMUYSmzTT7st4fZ4_oriyNT6SmccPHtq6t-I" ^ - --sheet "1920993650" \ No newline at end of file + --spreadsheet "1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY" ^ + --sheet "249229425" \ 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 d58a045e98..a06d55ea5e 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 "1tyVOtw-sMUYSmzTT7st4fZ4_oriyNT6SmccPHtq6t-I" \ + --spreadsheet "1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY" \ --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 d86733f354..fa82babfcb 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 "1tyVOtw-sMUYSmzTT7st4fZ4_oriyNT6SmccPHtq6t-I" ^ + --spreadsheet "1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY" ^ --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 2bc23145f7..52176a49e0 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 "18P2G8RHMXmZ5HBlrgR5E3F2u5HQ7VcaPmZ8CDeBblDE" \ + --spreadsheet "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ" \ --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 f38d0c20ec..5e0f0e8913 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 "18P2G8RHMXmZ5HBlrgR5E3F2u5HQ7VcaPmZ8CDeBblDE" ^ + --spreadsheet "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ" ^ --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 fabc20ab23..b8140b1957 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 "1tyVOtw-sMUYSmzTT7st4fZ4_oriyNT6SmccPHtq6t-I" \ No newline at end of file + --spreadsheet "1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY" \ 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 c0ebffdea5..bfa35e771b 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 "1tyVOtw-sMUYSmzTT7st4fZ4_oriyNT6SmccPHtq6t-I" \ No newline at end of file + --spreadsheet "1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY" \ 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 a4a64f6be2..da2f983fb5 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 "18P2G8RHMXmZ5HBlrgR5E3F2u5HQ7VcaPmZ8CDeBblDE" \ + --spreadsheet "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ" \ --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 252eac0b14..a6f863771a 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 "18P2G8RHMXmZ5HBlrgR5E3F2u5HQ7VcaPmZ8CDeBblDE" ^ + --spreadsheet "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ" ^ --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 f2ac3c6f8f..4f81d97287 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 "108231876" \ No newline at end of file + --counter "108239210" \ 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 5d80a086e6..d38adc11eb 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 "108231876" \ No newline at end of file + --counter "108239210" \ 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 65e619bb06..467db64397 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 "323005" \ No newline at end of file + --label "323037" \ 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 8f4ff2a22a..0a7fa7b337 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 "323005" \ No newline at end of file + --label "323037" \ 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 742f792cf2..d272e8bff7 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 "108231876" \ No newline at end of file + --counter "108239210" \ 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 e17284a188..c55b23bc4f 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 "108231876" \ No newline at end of file + --counter "108239210" \ 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 4381d421dd..7ab2be484f 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 "108231874" \ No newline at end of file + --counter "108239207" \ 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 47053b2e93..6fbce9fc79 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 "108231874" \ No newline at end of file + --counter "108239207" \ 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 6484fd94c0..7ec31045d7 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':['108231874']}" \ No newline at end of file + --filter "{'counter_ids':['108239207']}" \ 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 871d5562e2..861c5c1f17 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':['108231874']}" \ No newline at end of file + --filter "{'counter_ids':['108239207']}" \ 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 a8d8cd0c77..08b57e56d2 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 "323005" \ No newline at end of file + --label "323037" \ 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 ef2b47bddc..d497eaf611 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 "323005" \ No newline at end of file + --label "323037" \ 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 f5283c6912..45f25a098b 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 "108231874" \ No newline at end of file + --counter "108239207" \ 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 fa3cbe92ac..7404f174a5 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 "108231874" \ No newline at end of file + --counter "108239207" \ 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 df8a31c782..91856a6472 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 "108231874" \ + --counter "108239207" \ --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 bf1f2acb07..0470958b48 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 "108231874" ^ + --counter "108239207" ^ --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 61377c12fa..1fe2b5df13 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 "323005" \ + --label "323037" \ --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 cb368f0ab7..fa2cb661e9 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 "323005" ^ + --label "323037" ^ --title "New tag title" \ No newline at end of file diff --git a/docs/en/cli/mongodb/InsertDocuments/bash.txt b/docs/en/cli/mongodb/InsertDocuments/bash.txt index 76e3857460..99ace15317 100644 --- a/docs/en/cli/mongodb/InsertDocuments/bash.txt +++ b/docs/en/cli/mongodb/InsertDocuments/bash.txt @@ -3,5 +3,5 @@ oint mongodb InsertDocuments \ --dbc "mongodb://bayselonarrend:12we3456!2154@127.0.0.1:27017/?authSource=admin" \ --coll "new_collection" \ - --docs "[{'productName':'Product 1','category':'electronics','price':'80','quantity':'6','rating':'1','inStock':true,'tags':['new'],'createdDate':'03/24/2026 06:21:37','details':{'supplier':'Supplier A','weightKg':'0.3','dimensions':{'length':'8','width':'4','height':'2'}}},{'productName':'Product 2','category':'clothing','price':'110','quantity':'7','rating':'2','inStock':true,'tags':['new','sale'],'createdDate':'03/23/2026 06:21:37','details':{'supplier':'Supplier B','weightKg':'0.6','dimensions':{'length':'16','width':'8','height':'4'}}},{'productName':'Product 3','category':'books','price':'140','quantity':'8','rating':'3','inStock':false,'tags':['new','popular'],'createdDate':'03/22/2026 06:21:37','details':{'supplier':null,'weightKg':'0.9','dimensions':{'length':'24','width':'12','height':'6'}}},{'productName':'Product 4','category':null,'price':'170','quantity':'9','rating':'4','inStock':true,'tags':['sale'],'createdDate':'03/21/2026 06:21:37','details':{'supplier':'Supplier A','weightKg':'1.2','dimensions':{'length':'32','width':'16','height':'8'}}},{'productName':'Product 5','category':'electronics','price':'200','quantity':'10','rating':'5','inStock':true,'tags':[],'createdDate':'03/20/2026 06:21:37','details':{'supplier':'Supplier B','weightKg':'1.5','dimensions':{'length':'40','width':'20','height':'10'}}},{'productName':'Product 6','category':'clothing','price':'230','quantity':'11','rating':'1','inStock':false,'tags':['sale','popular'],'createdDate':'03/19/2026 06:21:37','details':{'supplier':null,'weightKg':'1.8','dimensions':{'length':'48','width':'24','height':'12'}}},{'productName':'Product 7','category':'books','price':'260','quantity':'12','rating':'1','inStock':true,'tags':[],'createdDate':'03/18/2026 06:21:37','details':{'supplier':'Supplier A','weightKg':'2.1','dimensions':{'length':'56','width':'28','height':'14'}}},{'productName':'Product 8','category':null,'price':'290','quantity':'13','rating':'2','inStock':true,'tags':['sale'],'createdDate':'03/17/2026 06:21:37','details':{'supplier':'Supplier B','weightKg':'2.4','dimensions':{'length':'64','width':'32','height':'16'}}},{'productName':'Product 9','category':'electronics','price':'320','quantity':'14','rating':'3','inStock':false,'tags':['popular'],'createdDate':'03/16/2026 06:21:37','details':{'supplier':null,'weightKg':'2.7','dimensions':{'length':'72','width':'36','height':'18'}}},{'productName':'Product 10','category':'clothing','price':'350','quantity':'5','rating':'4','inStock':true,'tags':['sale'],'createdDate':'03/15/2026 06:21:37','details':{'supplier':'Supplier A','weightKg':'3','dimensions':{'length':'80','width':'40','height':'20'}}},{'productName':'Product 11','category':'books','price':'380','quantity':'6','rating':'5','inStock':true,'tags':[],'createdDate':'03/14/2026 06:21:37','details':{'supplier':'Supplier B','weightKg':'3.3','dimensions':{'length':'88','width':'44','height':'22'}}},{'productName':'Product 12','category':null,'price':'410','quantity':'7','rating':'1','inStock':false,'tags':['sale','popular','hit'],'createdDate':'03/13/2026 06:21:37','details':{'supplier':null,'weightKg':'3.6','dimensions':{'length':'96','width':'48','height':'24'}}},{'productName':'Product 13','category':'electronics','price':'440','quantity':'8','rating':'1','inStock':true,'tags':['hit'],'createdDate':'03/12/2026 06:21:37','details':{'supplier':'Supplier A','weightKg':'3.9','dimensions':{'length':'104','width':'52','height':'26'}}},{'productName':'Product 14','category':'clothing','price':'470','quantity':'9','rating':'2','inStock':true,'tags':['sale','hit'],'createdDate':'03/11/2026 06:21:37','details':{'supplier':'Supplier B','weightKg':'4.2','dimensions':{'length':'112','width':'56','height':'28'}}},{'productName':'Product 15','category':'books','price':'500','quantity':'10','rating':'3','inStock':false,'tags':['popular','hit'],'createdDate':'03/10/2026 06:21:37','details':{'supplier':null,'weightKg':'4.5','dimensions':{'length':'120','width':'60','height':'30'}}},{'productName':'Item with zero price','category':'books','price':'0','quantity':'1','rating':'4','inStock':true,'tags':[]},{'productName':'Item without category','price':'250','quantity':'3','rating':'3','inStock':false}]" \ + --docs "[{'productName':'Product 1','category':'electronics','price':'80','quantity':'6','rating':'1','inStock':true,'tags':['new'],'createdDate':'3/24/2026 5:15:48 PM','details':{'supplier':'Supplier A','weightKg':'0.3','dimensions':{'length':'8','width':'4','height':'2'}}},{'productName':'Product 2','category':'clothing','price':'110','quantity':'7','rating':'2','inStock':true,'tags':['new','sale'],'createdDate':'3/23/2026 5:15:48 PM','details':{'supplier':'Supplier B','weightKg':'0.6','dimensions':{'length':'16','width':'8','height':'4'}}},{'productName':'Product 3','category':'books','price':'140','quantity':'8','rating':'3','inStock':false,'tags':['new','popular'],'createdDate':'3/22/2026 5:15:48 PM','details':{'supplier':null,'weightKg':'0.9','dimensions':{'length':'24','width':'12','height':'6'}}},{'productName':'Product 4','category':null,'price':'170','quantity':'9','rating':'4','inStock':true,'tags':['sale'],'createdDate':'3/21/2026 5:15:48 PM','details':{'supplier':'Supplier A','weightKg':'1.2','dimensions':{'length':'32','width':'16','height':'8'}}},{'productName':'Product 5','category':'electronics','price':'200','quantity':'10','rating':'5','inStock':true,'tags':[],'createdDate':'3/20/2026 5:15:48 PM','details':{'supplier':'Supplier B','weightKg':'1.5','dimensions':{'length':'40','width':'20','height':'10'}}},{'productName':'Product 6','category':'clothing','price':'230','quantity':'11','rating':'1','inStock':false,'tags':['sale','popular'],'createdDate':'3/19/2026 5:15:48 PM','details':{'supplier':null,'weightKg':'1.8','dimensions':{'length':'48','width':'24','height':'12'}}},{'productName':'Product 7','category':'books','price':'260','quantity':'12','rating':'1','inStock':true,'tags':[],'createdDate':'3/18/2026 5:15:48 PM','details':{'supplier':'Supplier A','weightKg':'2.1','dimensions':{'length':'56','width':'28','height':'14'}}},{'productName':'Product 8','category':null,'price':'290','quantity':'13','rating':'2','inStock':true,'tags':['sale'],'createdDate':'3/17/2026 5:15:48 PM','details':{'supplier':'Supplier B','weightKg':'2.4','dimensions':{'length':'64','width':'32','height':'16'}}},{'productName':'Product 9','category':'electronics','price':'320','quantity':'14','rating':'3','inStock':false,'tags':['popular'],'createdDate':'3/16/2026 5:15:48 PM','details':{'supplier':null,'weightKg':'2.7','dimensions':{'length':'72','width':'36','height':'18'}}},{'productName':'Product 10','category':'clothing','price':'350','quantity':'5','rating':'4','inStock':true,'tags':['sale'],'createdDate':'3/15/2026 5:15:48 PM','details':{'supplier':'Supplier A','weightKg':'3','dimensions':{'length':'80','width':'40','height':'20'}}},{'productName':'Product 11','category':'books','price':'380','quantity':'6','rating':'5','inStock':true,'tags':[],'createdDate':'3/14/2026 5:15:48 PM','details':{'supplier':'Supplier B','weightKg':'3.3','dimensions':{'length':'88','width':'44','height':'22'}}},{'productName':'Product 12','category':null,'price':'410','quantity':'7','rating':'1','inStock':false,'tags':['sale','popular','hit'],'createdDate':'3/13/2026 5:15:48 PM','details':{'supplier':null,'weightKg':'3.6','dimensions':{'length':'96','width':'48','height':'24'}}},{'productName':'Product 13','category':'electronics','price':'440','quantity':'8','rating':'1','inStock':true,'tags':['hit'],'createdDate':'3/12/2026 5:15:48 PM','details':{'supplier':'Supplier A','weightKg':'3.9','dimensions':{'length':'104','width':'52','height':'26'}}},{'productName':'Product 14','category':'clothing','price':'470','quantity':'9','rating':'2','inStock':true,'tags':['sale','hit'],'createdDate':'3/11/2026 5:15:48 PM','details':{'supplier':'Supplier B','weightKg':'4.2','dimensions':{'length':'112','width':'56','height':'28'}}},{'productName':'Product 15','category':'books','price':'500','quantity':'10','rating':'3','inStock':false,'tags':['popular','hit'],'createdDate':'3/10/2026 5:15:48 PM','details':{'supplier':null,'weightKg':'4.5','dimensions':{'length':'120','width':'60','height':'30'}}},{'productName':'Item with zero price','category':'books','price':'0','quantity':'1','rating':'4','inStock':true,'tags':[]},{'productName':'Item without category','price':'250','quantity':'3','rating':'3','inStock':false}]" \ --db "main" \ No newline at end of file diff --git a/docs/en/cli/mongodb/InsertDocuments/bat.txt b/docs/en/cli/mongodb/InsertDocuments/bat.txt index 7cb5556e2b..83bc7a0684 100644 --- a/docs/en/cli/mongodb/InsertDocuments/bat.txt +++ b/docs/en/cli/mongodb/InsertDocuments/bat.txt @@ -3,5 +3,5 @@ oint mongodb InsertDocuments ^ --dbc "mongodb://bayselonarrend:12we3456!2154@127.0.0.1:27017/?authSource=admin" ^ --coll "new_collection" ^ - --docs "[{'productName':'Product 1','category':'electronics','price':'80','quantity':'6','rating':'1','inStock':true,'tags':['new'],'createdDate':'03/24/2026 06:21:37','details':{'supplier':'Supplier A','weightKg':'0.3','dimensions':{'length':'8','width':'4','height':'2'}}},{'productName':'Product 2','category':'clothing','price':'110','quantity':'7','rating':'2','inStock':true,'tags':['new','sale'],'createdDate':'03/23/2026 06:21:37','details':{'supplier':'Supplier B','weightKg':'0.6','dimensions':{'length':'16','width':'8','height':'4'}}},{'productName':'Product 3','category':'books','price':'140','quantity':'8','rating':'3','inStock':false,'tags':['new','popular'],'createdDate':'03/22/2026 06:21:37','details':{'supplier':null,'weightKg':'0.9','dimensions':{'length':'24','width':'12','height':'6'}}},{'productName':'Product 4','category':null,'price':'170','quantity':'9','rating':'4','inStock':true,'tags':['sale'],'createdDate':'03/21/2026 06:21:37','details':{'supplier':'Supplier A','weightKg':'1.2','dimensions':{'length':'32','width':'16','height':'8'}}},{'productName':'Product 5','category':'electronics','price':'200','quantity':'10','rating':'5','inStock':true,'tags':[],'createdDate':'03/20/2026 06:21:37','details':{'supplier':'Supplier B','weightKg':'1.5','dimensions':{'length':'40','width':'20','height':'10'}}},{'productName':'Product 6','category':'clothing','price':'230','quantity':'11','rating':'1','inStock':false,'tags':['sale','popular'],'createdDate':'03/19/2026 06:21:37','details':{'supplier':null,'weightKg':'1.8','dimensions':{'length':'48','width':'24','height':'12'}}},{'productName':'Product 7','category':'books','price':'260','quantity':'12','rating':'1','inStock':true,'tags':[],'createdDate':'03/18/2026 06:21:37','details':{'supplier':'Supplier A','weightKg':'2.1','dimensions':{'length':'56','width':'28','height':'14'}}},{'productName':'Product 8','category':null,'price':'290','quantity':'13','rating':'2','inStock':true,'tags':['sale'],'createdDate':'03/17/2026 06:21:37','details':{'supplier':'Supplier B','weightKg':'2.4','dimensions':{'length':'64','width':'32','height':'16'}}},{'productName':'Product 9','category':'electronics','price':'320','quantity':'14','rating':'3','inStock':false,'tags':['popular'],'createdDate':'03/16/2026 06:21:37','details':{'supplier':null,'weightKg':'2.7','dimensions':{'length':'72','width':'36','height':'18'}}},{'productName':'Product 10','category':'clothing','price':'350','quantity':'5','rating':'4','inStock':true,'tags':['sale'],'createdDate':'03/15/2026 06:21:37','details':{'supplier':'Supplier A','weightKg':'3','dimensions':{'length':'80','width':'40','height':'20'}}},{'productName':'Product 11','category':'books','price':'380','quantity':'6','rating':'5','inStock':true,'tags':[],'createdDate':'03/14/2026 06:21:37','details':{'supplier':'Supplier B','weightKg':'3.3','dimensions':{'length':'88','width':'44','height':'22'}}},{'productName':'Product 12','category':null,'price':'410','quantity':'7','rating':'1','inStock':false,'tags':['sale','popular','hit'],'createdDate':'03/13/2026 06:21:37','details':{'supplier':null,'weightKg':'3.6','dimensions':{'length':'96','width':'48','height':'24'}}},{'productName':'Product 13','category':'electronics','price':'440','quantity':'8','rating':'1','inStock':true,'tags':['hit'],'createdDate':'03/12/2026 06:21:37','details':{'supplier':'Supplier A','weightKg':'3.9','dimensions':{'length':'104','width':'52','height':'26'}}},{'productName':'Product 14','category':'clothing','price':'470','quantity':'9','rating':'2','inStock':true,'tags':['sale','hit'],'createdDate':'03/11/2026 06:21:37','details':{'supplier':'Supplier B','weightKg':'4.2','dimensions':{'length':'112','width':'56','height':'28'}}},{'productName':'Product 15','category':'books','price':'500','quantity':'10','rating':'3','inStock':false,'tags':['popular','hit'],'createdDate':'03/10/2026 06:21:37','details':{'supplier':null,'weightKg':'4.5','dimensions':{'length':'120','width':'60','height':'30'}}},{'productName':'Item with zero price','category':'books','price':'0','quantity':'1','rating':'4','inStock':true,'tags':[]},{'productName':'Item without category','price':'250','quantity':'3','rating':'3','inStock':false}]" ^ + --docs "[{'productName':'Product 1','category':'electronics','price':'80','quantity':'6','rating':'1','inStock':true,'tags':['new'],'createdDate':'3/24/2026 5:15:48 PM','details':{'supplier':'Supplier A','weightKg':'0.3','dimensions':{'length':'8','width':'4','height':'2'}}},{'productName':'Product 2','category':'clothing','price':'110','quantity':'7','rating':'2','inStock':true,'tags':['new','sale'],'createdDate':'3/23/2026 5:15:48 PM','details':{'supplier':'Supplier B','weightKg':'0.6','dimensions':{'length':'16','width':'8','height':'4'}}},{'productName':'Product 3','category':'books','price':'140','quantity':'8','rating':'3','inStock':false,'tags':['new','popular'],'createdDate':'3/22/2026 5:15:48 PM','details':{'supplier':null,'weightKg':'0.9','dimensions':{'length':'24','width':'12','height':'6'}}},{'productName':'Product 4','category':null,'price':'170','quantity':'9','rating':'4','inStock':true,'tags':['sale'],'createdDate':'3/21/2026 5:15:48 PM','details':{'supplier':'Supplier A','weightKg':'1.2','dimensions':{'length':'32','width':'16','height':'8'}}},{'productName':'Product 5','category':'electronics','price':'200','quantity':'10','rating':'5','inStock':true,'tags':[],'createdDate':'3/20/2026 5:15:48 PM','details':{'supplier':'Supplier B','weightKg':'1.5','dimensions':{'length':'40','width':'20','height':'10'}}},{'productName':'Product 6','category':'clothing','price':'230','quantity':'11','rating':'1','inStock':false,'tags':['sale','popular'],'createdDate':'3/19/2026 5:15:48 PM','details':{'supplier':null,'weightKg':'1.8','dimensions':{'length':'48','width':'24','height':'12'}}},{'productName':'Product 7','category':'books','price':'260','quantity':'12','rating':'1','inStock':true,'tags':[],'createdDate':'3/18/2026 5:15:48 PM','details':{'supplier':'Supplier A','weightKg':'2.1','dimensions':{'length':'56','width':'28','height':'14'}}},{'productName':'Product 8','category':null,'price':'290','quantity':'13','rating':'2','inStock':true,'tags':['sale'],'createdDate':'3/17/2026 5:15:48 PM','details':{'supplier':'Supplier B','weightKg':'2.4','dimensions':{'length':'64','width':'32','height':'16'}}},{'productName':'Product 9','category':'electronics','price':'320','quantity':'14','rating':'3','inStock':false,'tags':['popular'],'createdDate':'3/16/2026 5:15:48 PM','details':{'supplier':null,'weightKg':'2.7','dimensions':{'length':'72','width':'36','height':'18'}}},{'productName':'Product 10','category':'clothing','price':'350','quantity':'5','rating':'4','inStock':true,'tags':['sale'],'createdDate':'3/15/2026 5:15:48 PM','details':{'supplier':'Supplier A','weightKg':'3','dimensions':{'length':'80','width':'40','height':'20'}}},{'productName':'Product 11','category':'books','price':'380','quantity':'6','rating':'5','inStock':true,'tags':[],'createdDate':'3/14/2026 5:15:48 PM','details':{'supplier':'Supplier B','weightKg':'3.3','dimensions':{'length':'88','width':'44','height':'22'}}},{'productName':'Product 12','category':null,'price':'410','quantity':'7','rating':'1','inStock':false,'tags':['sale','popular','hit'],'createdDate':'3/13/2026 5:15:48 PM','details':{'supplier':null,'weightKg':'3.6','dimensions':{'length':'96','width':'48','height':'24'}}},{'productName':'Product 13','category':'electronics','price':'440','quantity':'8','rating':'1','inStock':true,'tags':['hit'],'createdDate':'3/12/2026 5:15:48 PM','details':{'supplier':'Supplier A','weightKg':'3.9','dimensions':{'length':'104','width':'52','height':'26'}}},{'productName':'Product 14','category':'clothing','price':'470','quantity':'9','rating':'2','inStock':true,'tags':['sale','hit'],'createdDate':'3/11/2026 5:15:48 PM','details':{'supplier':'Supplier B','weightKg':'4.2','dimensions':{'length':'112','width':'56','height':'28'}}},{'productName':'Product 15','category':'books','price':'500','quantity':'10','rating':'3','inStock':false,'tags':['popular','hit'],'createdDate':'3/10/2026 5:15:48 PM','details':{'supplier':null,'weightKg':'4.5','dimensions':{'length':'120','width':'60','height':'30'}}},{'productName':'Item with zero price','category':'books','price':'0','quantity':'1','rating':'4','inStock':true,'tags':[]},{'productName':'Item without category','price':'250','quantity':'3','rating':'3','inStock':false}]" ^ --db "main" \ No newline at end of file diff --git a/docs/en/cli/mongodb/UpdateDocuments/bash.txt b/docs/en/cli/mongodb/UpdateDocuments/bash.txt index 10dd878a74..7e19c45aef 100644 --- a/docs/en/cli/mongodb/UpdateDocuments/bash.txt +++ b/docs/en/cli/mongodb/UpdateDocuments/bash.txt @@ -3,5 +3,5 @@ oint mongodb UpdateDocuments \ --dbc "mongodb://bayselonarrend:12we3456!2154@127.0.0.1:27017/?authSource=admin" \ --coll "new_collection" \ - --updates "[{'q':{'category':'electronics'},'u':{'__4set':{'price':'888','discounted':true}},'multi':true,'upsert':false},{'q':{'category':'clothing'},'u':{'__4inc':{'quantity':'5'}},'multi':true,'upsert':false},{'q':{'category':'books'},'u':{'__4push':{'tags':'mass_update'}},'multi':true,'upsert':false},{'q':{'productName':'Special item from array'},'u':{'__4set':{'productName':'Special item from array','category':'special','price':'1111','quantity':'7','inStock':true,'createdDate':'03/25/2026 06:22:03'}},'multi':false,'upsert':true},{'q':{'rating':{'__4lte':'2'}},'u':{'__4set':{'needsImprovement':true},'__4inc':{'quantity':'-2'}},'multi':true,'upsert':false}]" \ + --updates "[{'q':{'category':'electronics'},'u':{'__4set':{'price':'888','discounted':true}},'multi':true,'upsert':false},{'q':{'category':'clothing'},'u':{'__4inc':{'quantity':'5'}},'multi':true,'upsert':false},{'q':{'category':'books'},'u':{'__4push':{'tags':'mass_update'}},'multi':true,'upsert':false},{'q':{'productName':'Special item from array'},'u':{'__4set':{'productName':'Special item from array','category':'special','price':'1111','quantity':'7','inStock':true,'createdDate':'3/25/2026 5:16:18 PM'}},'multi':false,'upsert':true},{'q':{'rating':{'__4lte':'2'}},'u':{'__4set':{'needsImprovement':true},'__4inc':{'quantity':'-2'}},'multi':true,'upsert':false}]" \ --db "main" \ No newline at end of file diff --git a/docs/en/cli/mongodb/UpdateDocuments/bat.txt b/docs/en/cli/mongodb/UpdateDocuments/bat.txt index 0db59b641f..e200dcd4bd 100644 --- a/docs/en/cli/mongodb/UpdateDocuments/bat.txt +++ b/docs/en/cli/mongodb/UpdateDocuments/bat.txt @@ -3,5 +3,5 @@ oint mongodb UpdateDocuments ^ --dbc "mongodb://bayselonarrend:12we3456!2154@127.0.0.1:27017/?authSource=admin" ^ --coll "new_collection" ^ - --updates "[{'q':{'category':'electronics'},'u':{'__4set':{'price':'888','discounted':true}},'multi':true,'upsert':false},{'q':{'category':'clothing'},'u':{'__4inc':{'quantity':'5'}},'multi':true,'upsert':false},{'q':{'category':'books'},'u':{'__4push':{'tags':'mass_update'}},'multi':true,'upsert':false},{'q':{'productName':'Special item from array'},'u':{'__4set':{'productName':'Special item from array','category':'special','price':'1111','quantity':'7','inStock':true,'createdDate':'03/25/2026 06:22:03'}},'multi':false,'upsert':true},{'q':{'rating':{'__4lte':'2'}},'u':{'__4set':{'needsImprovement':true},'__4inc':{'quantity':'-2'}},'multi':true,'upsert':false}]" ^ + --updates "[{'q':{'category':'electronics'},'u':{'__4set':{'price':'888','discounted':true}},'multi':true,'upsert':false},{'q':{'category':'clothing'},'u':{'__4inc':{'quantity':'5'}},'multi':true,'upsert':false},{'q':{'category':'books'},'u':{'__4push':{'tags':'mass_update'}},'multi':true,'upsert':false},{'q':{'productName':'Special item from array'},'u':{'__4set':{'productName':'Special item from array','category':'special','price':'1111','quantity':'7','inStock':true,'createdDate':'3/25/2026 5:16:18 PM'}},'multi':false,'upsert':true},{'q':{'rating':{'__4lte':'2'}},'u':{'__4set':{'needsImprovement':true},'__4inc':{'quantity':'-2'}},'multi':true,'upsert':false}]" ^ --db "main" \ No newline at end of file diff --git a/docs/en/cli/mssql/AddRecords/bash.txt b/docs/en/cli/mssql/AddRecords/bash.txt index c396d03b0b..4e5521806b 100644 --- a/docs/en/cli/mssql/AddRecords/bash.txt +++ b/docs/en/cli/mssql/AddRecords/bash.txt @@ -2,7 +2,7 @@ oint mssql AddRecords \ --table "testtable" \ - --rows "[{'tinyint_field':{'TINYINT':5},'smallint_field':{'SMALLINT':2000},'int_field':{'INT':200000},'bigint_field':{'BIGINT':20000000000},'float24_field':{'FLOAT24':10.1234567},'float53_field':{'FLOAT53':10.123456789123456},'bit_field':{'BIT':true},'nvarchar_field':{'NVARCHAR':'Some text'},'varbinary_field':{'BYTES':'/tmp/klfdjalx.4ty'},'uid_field':{'UUID':'de5a8cbf-ba6e-405d-a150-2b57cee43d1f'},'numeric_field':{'NUMERIC':5.333},'xml_field':{'XML':'\n \n Example\n 123\n \n \n Test\n 456\n \n'},'date_field':{'DATE':'2026-03-25T06:19:30+00:00'},'time_field':{'TIME':'2026-03-25T06:19:30+00:00'},'dto_field':{'DATETIMEOFFSET':'2026-03-25T06:19:30+05:00'},'datetime_field':{'DATETIME':'2026-03-25T06:19:30+00:00'}}]" \ + --rows "[{'tinyint_field':{'TINYINT':'5'},'smallint_field':{'SMALLINT':'2000'},'int_field':{'INT':'200000'},'bigint_field':{'BIGINT':'20000000000'},'float24_field':{'FLOAT24':'10.1234567'},'float53_field':{'FLOAT53':'10.1234567891235'},'bit_field':{'BIT':true},'nvarchar_field':{'NVARCHAR':'Some text'},'varbinary_field':{'BYTES':'C:\\Users\\bayselonarrend\\AppData\\Local\\Temp\\zpjjetuk.ho3'},'uid_field':{'UUID':'ce80b306-8af0-4d39-9caa-0717e19e8240'},'numeric_field':{'NUMERIC':'5.333'},'xml_field':{'XML':'\n \n Example\n 123\n \n \n Test\n 456\n \n'},'date_field':{'DATE':'3/25/2026 5:13:30 PM'},'time_field':{'TIME':'3/25/2026 5:13:30 PM'},'dto_field':{'DATETIMEOFFSET':'3/25/2026 3:13:30 PM'},'datetime_field':{'DATETIME':'3/25/2026 5:13:30 PM'}}]" \ --trn true \ --dbc "Server=127.0.0.1;Database=***;User Id=SA;Password=***;" \ --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file diff --git a/docs/en/cli/mssql/AddRecords/bat.txt b/docs/en/cli/mssql/AddRecords/bat.txt index 703042d6ab..0996cca731 100644 --- a/docs/en/cli/mssql/AddRecords/bat.txt +++ b/docs/en/cli/mssql/AddRecords/bat.txt @@ -2,7 +2,7 @@ oint mssql AddRecords ^ --table "testtable" ^ - --rows "[{'tinyint_field':{'TINYINT':5},'smallint_field':{'SMALLINT':2000},'int_field':{'INT':200000},'bigint_field':{'BIGINT':20000000000},'float24_field':{'FLOAT24':10.1234567},'float53_field':{'FLOAT53':10.123456789123456},'bit_field':{'BIT':true},'nvarchar_field':{'NVARCHAR':'Some text'},'varbinary_field':{'BYTES':'/tmp/klfdjalx.4ty'},'uid_field':{'UUID':'de5a8cbf-ba6e-405d-a150-2b57cee43d1f'},'numeric_field':{'NUMERIC':5.333},'xml_field':{'XML':'\n \n Example\n 123\n \n \n Test\n 456\n \n'},'date_field':{'DATE':'2026-03-25T06:19:30+00:00'},'time_field':{'TIME':'2026-03-25T06:19:30+00:00'},'dto_field':{'DATETIMEOFFSET':'2026-03-25T06:19:30+05:00'},'datetime_field':{'DATETIME':'2026-03-25T06:19:30+00:00'}}]" ^ + --rows "[{'tinyint_field':{'TINYINT':'5'},'smallint_field':{'SMALLINT':'2000'},'int_field':{'INT':'200000'},'bigint_field':{'BIGINT':'20000000000'},'float24_field':{'FLOAT24':'10.1234567'},'float53_field':{'FLOAT53':'10.1234567891235'},'bit_field':{'BIT':true},'nvarchar_field':{'NVARCHAR':'Some text'},'varbinary_field':{'BYTES':'C:\\Users\\bayselonarrend\\AppData\\Local\\Temp\\zpjjetuk.ho3'},'uid_field':{'UUID':'ce80b306-8af0-4d39-9caa-0717e19e8240'},'numeric_field':{'NUMERIC':'5.333'},'xml_field':{'XML':'\n \n Example\n 123\n \n \n Test\n 456\n \n'},'date_field':{'DATE':'3/25/2026 5:13:30 PM'},'time_field':{'TIME':'3/25/2026 5:13:30 PM'},'dto_field':{'DATETIMEOFFSET':'3/25/2026 3:13:30 PM'},'datetime_field':{'DATETIME':'3/25/2026 5:13:30 PM'}}]" ^ --trn true ^ --dbc "Server=127.0.0.1;Database=***;User Id=SA;Password=***;" ^ --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file diff --git a/docs/en/cli/mssql/EnsureRecords/bash.txt b/docs/en/cli/mssql/EnsureRecords/bash.txt index a753adbbcf..66f248fee8 100644 --- a/docs/en/cli/mssql/EnsureRecords/bash.txt +++ b/docs/en/cli/mssql/EnsureRecords/bash.txt @@ -4,5 +4,5 @@ oint mssql EnsureRecords \ --table "test_guarantee" \ --rows "[{'id':{'INT':'1'},'name':{'NVARCHAR':'Vitaly Updated'},'age':{'INT':'25'},'salary':{'DECIMAL':'1500.5'}},{'id':{'INT':'3'},'name':{'NVARCHAR':'Anton'},'age':{'INT':'30'},'salary':{'DECIMAL':'3000'}}]" \ --unique "['id']" \ - --db "Server=127.0.0.1;Database=testbase1;User Id=SA;Password="'"12we3456!2154"'";" \ + --db "Server=127.0.0.1;Database=testbase1;User Id=SA;Password="12we3456!2154";" \ --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file diff --git a/docs/en/cli/mssql/EnsureRecords/bat.txt b/docs/en/cli/mssql/EnsureRecords/bat.txt index 8845b08b8d..c0c9c67bdd 100644 --- a/docs/en/cli/mssql/EnsureRecords/bat.txt +++ b/docs/en/cli/mssql/EnsureRecords/bat.txt @@ -4,5 +4,5 @@ oint mssql EnsureRecords ^ --table "test_guarantee" ^ --rows "[{'id':{'INT':'1'},'name':{'NVARCHAR':'Vitaly Updated'},'age':{'INT':'25'},'salary':{'DECIMAL':'1500.5'}},{'id':{'INT':'3'},'name':{'NVARCHAR':'Anton'},'age':{'INT':'30'},'salary':{'DECIMAL':'3000'}}]" ^ --unique "['id']" ^ - --db "Server=127.0.0.1;Database=testbase1;User Id=SA;Password="'"12we3456!2154"'";" ^ + --db "Server=127.0.0.1;Database=testbase1;User Id=SA;Password="12we3456!2154";" ^ --tls "{'use_tls':true,'accept_invalid_certs':true}" \ 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 3afb44abfa..d30796aac1 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.5'},'double_field':{'FLOAT':'100.512123'},'date_field':{'DATE':'03/25/2026 06:18:05'},'time_field':{'TIME':'03/25/2026 06:18:05'},'datetime_field':{'DATE':'03/25/2026 06:18:05'},'timestamp_field':{'DATE':'03/25/2026 06:18:05'},'mediumblob_field':{'BYTES':'/tmp/5z1jxkgy.scl'},'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.5'},'double_field':{'FLOAT':'100.512123'},'date_field':{'DATE':'3/25/2026 5:12:21 PM'},'time_field':{'TIME':'3/25/2026 5:12:21 PM'},'datetime_field':{'DATE':'3/25/2026 5:12:21 PM'},'timestamp_field':{'DATE':'3/25/2026 5:12:21 PM'},'mediumblob_field':{'BYTES':'C:\\Users\\bayselonarrend\\AppData\\Local\\Temp\\13uodbag.aoa'},'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 9e4b7b7502..6ebf2018e4 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.5'},'double_field':{'FLOAT':'100.512123'},'date_field':{'DATE':'03/25/2026 06:18:05'},'time_field':{'TIME':'03/25/2026 06:18:05'},'datetime_field':{'DATE':'03/25/2026 06:18:05'},'timestamp_field':{'DATE':'03/25/2026 06:18:05'},'mediumblob_field':{'BYTES':'/tmp/5z1jxkgy.scl'},'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.5'},'double_field':{'FLOAT':'100.512123'},'date_field':{'DATE':'3/25/2026 5:12:21 PM'},'time_field':{'TIME':'3/25/2026 5:12:21 PM'},'datetime_field':{'DATE':'3/25/2026 5:12:21 PM'},'timestamp_field':{'DATE':'3/25/2026 5:12:21 PM'},'mediumblob_field':{'BYTES':'C:\\Users\\bayselonarrend\\AppData\\Local\\Temp\\13uodbag.aoa'},'set_field':{'TEXT':'one'}}]" ^ --trn true ^ --dbc "mysql://bayselonarrend:***@127.0.0.1:3306/" ^ --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file diff --git a/docs/en/cli/notion/CreatePageInDatabase/bash.txt b/docs/en/cli/notion/CreatePageInDatabase/bash.txt index 736511614b..5c975f65f8 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 "32e82aa7-fc4e-817e-ae9f-de171f633a7d" \ - --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':'1','CreationDate':'03/25/2026 06:30:04','Image':{'Logo':'https://hut.openintegrations.dev/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'***','Status':'New'}" \ No newline at end of file + --base "32e82aa7-fc4e-81c7-8d87-dc506d79abbb" \ + --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':'1','CreationDate':'3/25/2026 5:24:41 PM','Image':{'Logo':'https://hut.openintegrations.dev/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'***','Status':'New'}" \ 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 97a85fe7f4..f876efff10 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 "32e82aa7-fc4e-817e-ae9f-de171f633a7d" ^ - --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':'1','CreationDate':'03/25/2026 06:30:04','Image':{'Logo':'https://hut.openintegrations.dev/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'***','Status':'New'}" \ No newline at end of file + --base "32e82aa7-fc4e-81c7-8d87-dc506d79abbb" ^ + --data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':'1','CreationDate':'3/25/2026 5:24:41 PM','Image':{'Logo':'https://hut.openintegrations.dev/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'***','Status':'New'}" \ 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 e3d41b063a..e71d660310 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 "32e82aa7-fc4e-81d6-8ff0-cde1b45633cf" \ No newline at end of file + --block "32e82aa7-fc4e-81d7-b514-c932986ec0af" \ 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 80d8d1f363..a7c5a7c70e 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 "32e82aa7-fc4e-81d6-8ff0-cde1b45633cf" \ No newline at end of file + --block "32e82aa7-fc4e-81d7-b514-c932986ec0af" \ 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 b3315046d2..e5ba806f1e 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 "32e82aa7-fc4e-817e-ae9f-de171f633a7d" \ + --base "32e82aa7-fc4e-81c7-8d87-dc506d79abbb" \ --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 f59e53ed2f..afaec51bd5 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 "32e82aa7-fc4e-817e-ae9f-de171f633a7d" ^ + --base "32e82aa7-fc4e-81c7-8d87-dc506d79abbb" ^ --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 4c7c39fd38..f24e329b1f 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 "32e82aa7-fc4e-8192-9318-f461d61028f5" \ + --page "32e82aa7-fc4e-814c-a237-dbf7db0a6a0f" \ --data "{'Active':false,'Email':'vector@mail.ru'}" \ --icon "https://hut.openintegrations.dev/test_data/picture.jpg" \ --cover "https://hut.openintegrations.dev/test_data/picture2.jpg" \ diff --git a/docs/en/cli/notion/EditPageProperties/bat.txt b/docs/en/cli/notion/EditPageProperties/bat.txt index c01d9f75bb..a5b583163d 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 "32e82aa7-fc4e-8192-9318-f461d61028f5" ^ + --page "32e82aa7-fc4e-814c-a237-dbf7db0a6a0f" ^ --data "{'Active':false,'Email':'vector@mail.ru'}" ^ --icon "https://hut.openintegrations.dev/test_data/picture.jpg" ^ --cover "https://hut.openintegrations.dev/test_data/picture2.jpg" ^ diff --git a/docs/en/cli/notion/GetDatabase/bash.txt b/docs/en/cli/notion/GetDatabase/bash.txt index 5c696bd1d8..9af2b69c42 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 "32e82aa7-fc4e-817e-ae9f-de171f633a7d" \ No newline at end of file + --base "32e82aa7-fc4e-81c7-8d87-dc506d79abbb" \ 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 946c4bd92d..3835c95d50 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 "32e82aa7-fc4e-817e-ae9f-de171f633a7d" \ No newline at end of file + --base "32e82aa7-fc4e-81c7-8d87-dc506d79abbb" \ 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 2a64a6dd6e..5e7b0b4e1b 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 "32e82aa7-fc4e-8192-9318-f461d61028f5" \ No newline at end of file + --page "32e82aa7-fc4e-814c-a237-dbf7db0a6a0f" \ 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 0cc72e7649..2d809e5e3b 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 "32e82aa7-fc4e-8192-9318-f461d61028f5" \ No newline at end of file + --page "32e82aa7-fc4e-814c-a237-dbf7db0a6a0f" \ 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 3cf41eb801..ac8a0ec458 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 "32e82aa7-fc4e-81d6-8ff0-cde1b45633cf" \ No newline at end of file + --block "32e82aa7-fc4e-81d7-b514-c932986ec0af" \ 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 a22cb6f4b1..738bf0260f 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 "32e82aa7-fc4e-81d6-8ff0-cde1b45633cf" \ No newline at end of file + --block "32e82aa7-fc4e-81d7-b514-c932986ec0af" \ 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 150c5ef42e..33c8c2b812 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://hut.openintegrations.dev/ollama" \ - --data "/tmp/nqjnzdum.kje" \ + --data "C:\Users\bayselonarrend\AppData\Local\Temp\g2fngn5i.zyo" \ --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 296daeffa0..8388fb3a0f 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://hut.openintegrations.dev/ollama" ^ - --data "/tmp/nqjnzdum.kje" ^ + --data "C:\Users\bayselonarrend\AppData\Local\Temp\g2fngn5i.zyo" ^ --headers "{'Authorization':'***'}" \ No newline at end of file diff --git a/docs/en/cli/postgres/AddRecords/bash.txt b/docs/en/cli/postgres/AddRecords/bash.txt index a244f3f670..06b2c8d646 100644 --- a/docs/en/cli/postgres/AddRecords/bash.txt +++ b/docs/en/cli/postgres/AddRecords/bash.txt @@ -2,7 +2,7 @@ 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':'/tmp/ungob1a1.0h1'},'ts_field':{'TIMESTAMP':'03/25/2026 06:15:49'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'03/25/2026 01:15:49'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':'10'}},'jsonb_field':{'JSONB':{'key':'***','value':'10'}},'date_field':{'DATE':'03/25/2026 06:15:49'},'time_field':{'TIME':'03/25/2026 06:15:49'},'uuid_field':{'UUID':'1e99d0da-3e85-4bbb-90cd-103ee287e635'},'numeric_field':{'NUMERIC':'15.2'}}]" \ + --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\\bayselonarrend\\AppData\\Local\\Temp\\glpq2jm5.xtm'},'ts_field':{'TIMESTAMP':'3/25/2026 5:10:17 PM'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'3/25/2026 3:10:17 PM'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':'10'}},'jsonb_field':{'JSONB':{'key':'***','value':'10'}},'date_field':{'DATE':'3/25/2026 5:10:17 PM'},'time_field':{'TIME':'3/25/2026 5:10:17 PM'},'uuid_field':{'UUID':'a459001e-d626-438a-a3b3-6e37da65d9d9'},'numeric_field':{'NUMERIC':'15.2'}}]" \ --trn true \ --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" \ --tls "{'use_tls':true,'accept_invalid_certs':true}" \ 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 fd6148cae1..ad066ab126 100644 --- a/docs/en/cli/postgres/AddRecords/bat.txt +++ b/docs/en/cli/postgres/AddRecords/bat.txt @@ -2,7 +2,7 @@ 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':'/tmp/ungob1a1.0h1'},'ts_field':{'TIMESTAMP':'03/25/2026 06:15:49'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'03/25/2026 01:15:49'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':'10'}},'jsonb_field':{'JSONB':{'key':'***','value':'10'}},'date_field':{'DATE':'03/25/2026 06:15:49'},'time_field':{'TIME':'03/25/2026 06:15:49'},'uuid_field':{'UUID':'1e99d0da-3e85-4bbb-90cd-103ee287e635'},'numeric_field':{'NUMERIC':'15.2'}}]" ^ + --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\\bayselonarrend\\AppData\\Local\\Temp\\glpq2jm5.xtm'},'ts_field':{'TIMESTAMP':'3/25/2026 5:10:17 PM'},'tswtz_field':{'TIMESTAMP_WITH_TIME_ZONE':'3/25/2026 3:10:17 PM'},'ip_field':{'INET':'127.0.0.1'},'json_field':{'JSON':{'key':'***','value':'10'}},'jsonb_field':{'JSONB':{'key':'***','value':'10'}},'date_field':{'DATE':'3/25/2026 5:10:17 PM'},'time_field':{'TIME':'3/25/2026 5:10:17 PM'},'uuid_field':{'UUID':'a459001e-d626-438a-a3b3-6e37da65d9d9'},'numeric_field':{'NUMERIC':'15.2'}}]" ^ --trn true ^ --dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" ^ --tls "{'use_tls':true,'accept_invalid_certs':true}" \ No newline at end of file diff --git a/docs/en/cli/rportal/CreateItem/bash.txt b/docs/en/cli/rportal/CreateItem/bash.txt index c933c6ebd1..51f714ec7b 100644 --- a/docs/en/cli/rportal/CreateItem/bash.txt +++ b/docs/en/cli/rportal/CreateItem/bash.txt @@ -4,4 +4,4 @@ oint rportal CreateItem \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --params "{'name':'Test','startTime':'01/01/2026 10:00:00','type':'test','description':'Test launch','launchUuid':'ef2c2e24-e919-4fdc-bb12-4128d74fadaf'}" \ No newline at end of file + --params "{'name':'Test','startTime':'1/1/2026 10:00:00 AM','type':'test','description':'Test launch','launchUuid':'0475c26e-b1ea-40dc-9464-8335e6b46d32'}" \ No newline at end of file diff --git a/docs/en/cli/rportal/CreateItem/bat.txt b/docs/en/cli/rportal/CreateItem/bat.txt index 7df10cac65..b3ed6e2855 100644 --- a/docs/en/cli/rportal/CreateItem/bat.txt +++ b/docs/en/cli/rportal/CreateItem/bat.txt @@ -4,4 +4,4 @@ oint rportal CreateItem ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --params "{'name':'Test','startTime':'01/01/2026 10:00:00','type':'test','description':'Test launch','launchUuid':'ef2c2e24-e919-4fdc-bb12-4128d74fadaf'}" \ No newline at end of file + --params "{'name':'Test','startTime':'1/1/2026 10:00:00 AM','type':'test','description':'Test launch','launchUuid':'0475c26e-b1ea-40dc-9464-8335e6b46d32'}" \ No newline at end of file diff --git a/docs/en/cli/rportal/CreateLaunch/bash.txt b/docs/en/cli/rportal/CreateLaunch/bash.txt index f11a249d5d..1a38df2d88 100644 --- a/docs/en/cli/rportal/CreateLaunch/bash.txt +++ b/docs/en/cli/rportal/CreateLaunch/bash.txt @@ -4,4 +4,4 @@ oint rportal CreateLaunch \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --params "{'name':'Test','startTime':'01/01/2026 10:00:00','description':'Test launch'}" \ No newline at end of file + --params "{'name':'Test','startTime':'1/1/2026 10:00:00 AM','description':'Test launch'}" \ No newline at end of file diff --git a/docs/en/cli/rportal/CreateLaunch/bat.txt b/docs/en/cli/rportal/CreateLaunch/bat.txt index ba2582f75b..3aa75f5757 100644 --- a/docs/en/cli/rportal/CreateLaunch/bat.txt +++ b/docs/en/cli/rportal/CreateLaunch/bat.txt @@ -4,4 +4,4 @@ oint rportal CreateLaunch ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --params "{'name':'Test','startTime':'01/01/2026 10:00:00','description':'Test launch'}" \ No newline at end of file + --params "{'name':'Test','startTime':'1/1/2026 10:00:00 AM','description':'Test launch'}" \ No newline at end of file diff --git a/docs/en/cli/rportal/DeleteItem/bash.txt b/docs/en/cli/rportal/DeleteItem/bash.txt index b43525dc3f..8951943b94 100644 --- a/docs/en/cli/rportal/DeleteItem/bash.txt +++ b/docs/en/cli/rportal/DeleteItem/bash.txt @@ -2,4 +2,4 @@ oint rportal DeleteItem \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --id 11015 \ No newline at end of file + --id 31615 \ No newline at end of file diff --git a/docs/en/cli/rportal/DeleteItem/bat.txt b/docs/en/cli/rportal/DeleteItem/bat.txt index 1aa2248830..63ab120cb9 100644 --- a/docs/en/cli/rportal/DeleteItem/bat.txt +++ b/docs/en/cli/rportal/DeleteItem/bat.txt @@ -2,4 +2,4 @@ oint rportal DeleteItem ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --id 11015 \ No newline at end of file + --id 31615 \ No newline at end of file diff --git a/docs/en/cli/rportal/DeleteLaunch/bash.txt b/docs/en/cli/rportal/DeleteLaunch/bash.txt index 1116abb8e4..da5a450ce3 100644 --- a/docs/en/cli/rportal/DeleteLaunch/bash.txt +++ b/docs/en/cli/rportal/DeleteLaunch/bash.txt @@ -2,4 +2,4 @@ oint rportal DeleteLaunch \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --id 28 \ No newline at end of file + --id 53 \ No newline at end of file diff --git a/docs/en/cli/rportal/DeleteLaunch/bat.txt b/docs/en/cli/rportal/DeleteLaunch/bat.txt index 575e4936a9..728366c8eb 100644 --- a/docs/en/cli/rportal/DeleteLaunch/bat.txt +++ b/docs/en/cli/rportal/DeleteLaunch/bat.txt @@ -2,4 +2,4 @@ oint rportal DeleteLaunch ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --id 28 \ No newline at end of file + --id 53 \ No newline at end of file diff --git a/docs/en/cli/rportal/DeleteLog/bash.txt b/docs/en/cli/rportal/DeleteLog/bash.txt index 30c815fac8..7ab617fba7 100644 --- a/docs/en/cli/rportal/DeleteLog/bash.txt +++ b/docs/en/cli/rportal/DeleteLog/bash.txt @@ -2,4 +2,4 @@ oint rportal DeleteLog \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --id 10839 \ No newline at end of file + --id 31096 \ No newline at end of file diff --git a/docs/en/cli/rportal/DeleteLog/bat.txt b/docs/en/cli/rportal/DeleteLog/bat.txt index 8254bdac23..5251dd15c3 100644 --- a/docs/en/cli/rportal/DeleteLog/bat.txt +++ b/docs/en/cli/rportal/DeleteLog/bat.txt @@ -2,4 +2,4 @@ oint rportal DeleteLog ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --id 10839 \ No newline at end of file + --id 31096 \ No newline at end of file diff --git a/docs/en/cli/rportal/DeletePermanentToken/bash.txt b/docs/en/cli/rportal/DeletePermanentToken/bash.txt index 349252ebd2..8b88216cd0 100644 --- a/docs/en/cli/rportal/DeletePermanentToken/bash.txt +++ b/docs/en/cli/rportal/DeletePermanentToken/bash.txt @@ -2,4 +2,4 @@ oint rportal DeletePermanentToken \ --url "tests.openintegrations.dev" \ --token "***" \ --user 1 \ - --id 13 \ No newline at end of file + --id 21 \ No newline at end of file diff --git a/docs/en/cli/rportal/DeletePermanentToken/bat.txt b/docs/en/cli/rportal/DeletePermanentToken/bat.txt index ed0ca911f8..f013751f57 100644 --- a/docs/en/cli/rportal/DeletePermanentToken/bat.txt +++ b/docs/en/cli/rportal/DeletePermanentToken/bat.txt @@ -2,4 +2,4 @@ oint rportal DeletePermanentToken ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --user 1 ^ - --id 13 \ No newline at end of file + --id 21 \ No newline at end of file diff --git a/docs/en/cli/rportal/DeleteProject/bash.txt b/docs/en/cli/rportal/DeleteProject/bash.txt index 447cb2054c..357b2317f8 100644 --- a/docs/en/cli/rportal/DeleteProject/bash.txt +++ b/docs/en/cli/rportal/DeleteProject/bash.txt @@ -1,4 +1,4 @@ oint rportal DeleteProject \ --url "tests.openintegrations.dev" \ --token "***" \ - --id 26 \ No newline at end of file + --id 42 \ No newline at end of file diff --git a/docs/en/cli/rportal/DeleteProject/bat.txt b/docs/en/cli/rportal/DeleteProject/bat.txt index d7de1e378c..a686b836b3 100644 --- a/docs/en/cli/rportal/DeleteProject/bat.txt +++ b/docs/en/cli/rportal/DeleteProject/bat.txt @@ -1,4 +1,4 @@ oint rportal DeleteProject ^ --url "tests.openintegrations.dev" ^ --token "***" ^ - --id 26 \ No newline at end of file + --id 42 \ No newline at end of file diff --git a/docs/en/cli/rportal/DeleteUser/bash.txt b/docs/en/cli/rportal/DeleteUser/bash.txt index 1d628cbe74..c1da2a397c 100644 --- a/docs/en/cli/rportal/DeleteUser/bash.txt +++ b/docs/en/cli/rportal/DeleteUser/bash.txt @@ -1,4 +1,4 @@ oint rportal DeleteUser \ --url "tests.openintegrations.dev" \ --token "***" \ - --id 15 \ No newline at end of file + --id 23 \ No newline at end of file diff --git a/docs/en/cli/rportal/DeleteUser/bat.txt b/docs/en/cli/rportal/DeleteUser/bat.txt index abd0c30cb7..c01916b8b2 100644 --- a/docs/en/cli/rportal/DeleteUser/bat.txt +++ b/docs/en/cli/rportal/DeleteUser/bat.txt @@ -1,4 +1,4 @@ oint rportal DeleteUser ^ --url "tests.openintegrations.dev" ^ --token "***" ^ - --id 15 \ No newline at end of file + --id 23 \ No newline at end of file diff --git a/docs/en/cli/rportal/FinishItem/bash.txt b/docs/en/cli/rportal/FinishItem/bash.txt index ae3f61f7a1..1c74d417b1 100644 --- a/docs/en/cli/rportal/FinishItem/bash.txt +++ b/docs/en/cli/rportal/FinishItem/bash.txt @@ -4,5 +4,5 @@ oint rportal FinishItem \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --uuid "d6d3e4a9-1fe2-4279-84e7-7911cf0a5e49" \ - --params "{'endTime':'01/01/2026 20:00:00','status':'passed'}" \ No newline at end of file + --uuid "f5d52209-afbc-454d-a79d-42f526195eba" \ + --params "{'endTime':'1/1/2026 8:00:00 PM','status':'passed'}" \ No newline at end of file diff --git a/docs/en/cli/rportal/FinishItem/bat.txt b/docs/en/cli/rportal/FinishItem/bat.txt index e867672548..b4edb10eb4 100644 --- a/docs/en/cli/rportal/FinishItem/bat.txt +++ b/docs/en/cli/rportal/FinishItem/bat.txt @@ -4,5 +4,5 @@ oint rportal FinishItem ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --uuid "d6d3e4a9-1fe2-4279-84e7-7911cf0a5e49" ^ - --params "{'endTime':'01/01/2026 20:00:00','status':'passed'}" \ No newline at end of file + --uuid "f5d52209-afbc-454d-a79d-42f526195eba" ^ + --params "{'endTime':'1/1/2026 8:00:00 PM','status':'passed'}" \ No newline at end of file diff --git a/docs/en/cli/rportal/FinishLaunch/bash.txt b/docs/en/cli/rportal/FinishLaunch/bash.txt index 1b77791a2f..4bbbc03605 100644 --- a/docs/en/cli/rportal/FinishLaunch/bash.txt +++ b/docs/en/cli/rportal/FinishLaunch/bash.txt @@ -4,5 +4,5 @@ oint rportal FinishLaunch \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --uuid "ef2c2e24-e919-4fdc-bb12-4128d74fadaf" \ - --params "{'endTime':'01/01/2026 20:00:00','status':'passed','description':'Updated launch description'}" \ No newline at end of file + --uuid "0475c26e-b1ea-40dc-9464-8335e6b46d32" \ + --params "{'endTime':'1/1/2026 8:00:00 PM','status':'passed','description':'Updated launch description'}" \ No newline at end of file diff --git a/docs/en/cli/rportal/FinishLaunch/bat.txt b/docs/en/cli/rportal/FinishLaunch/bat.txt index 3f353285dc..afe9458f83 100644 --- a/docs/en/cli/rportal/FinishLaunch/bat.txt +++ b/docs/en/cli/rportal/FinishLaunch/bat.txt @@ -4,5 +4,5 @@ oint rportal FinishLaunch ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --uuid "ef2c2e24-e919-4fdc-bb12-4128d74fadaf" ^ - --params "{'endTime':'01/01/2026 20:00:00','status':'passed','description':'Updated launch description'}" \ No newline at end of file + --uuid "0475c26e-b1ea-40dc-9464-8335e6b46d32" ^ + --params "{'endTime':'1/1/2026 8:00:00 PM','status':'passed','description':'Updated launch description'}" \ No newline at end of file diff --git a/docs/en/cli/rportal/GetItem/bash.txt b/docs/en/cli/rportal/GetItem/bash.txt index 735c5a772d..98259d062c 100644 --- a/docs/en/cli/rportal/GetItem/bash.txt +++ b/docs/en/cli/rportal/GetItem/bash.txt @@ -2,4 +2,4 @@ oint rportal GetItem \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --uuid "5a180cd9-6b6b-49c2-b8e2-0944cf20b635" \ No newline at end of file + --uuid "02363bd0-ef1b-466f-9aeb-aa26da87d3b0" \ No newline at end of file diff --git a/docs/en/cli/rportal/GetItem/bat.txt b/docs/en/cli/rportal/GetItem/bat.txt index d7657068a4..03ee6d87b3 100644 --- a/docs/en/cli/rportal/GetItem/bat.txt +++ b/docs/en/cli/rportal/GetItem/bat.txt @@ -2,4 +2,4 @@ oint rportal GetItem ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --uuid "5a180cd9-6b6b-49c2-b8e2-0944cf20b635" \ No newline at end of file + --uuid "02363bd0-ef1b-466f-9aeb-aa26da87d3b0" \ No newline at end of file diff --git a/docs/en/cli/rportal/GetItemLogs/bash.txt b/docs/en/cli/rportal/GetItemLogs/bash.txt index 4d0a98d402..6301388e49 100644 --- a/docs/en/cli/rportal/GetItemLogs/bash.txt +++ b/docs/en/cli/rportal/GetItemLogs/bash.txt @@ -2,4 +2,4 @@ oint rportal GetItemLogs \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --item 11015 \ No newline at end of file + --item 31615 \ No newline at end of file diff --git a/docs/en/cli/rportal/GetItemLogs/bat.txt b/docs/en/cli/rportal/GetItemLogs/bat.txt index 034466428b..28f639ac47 100644 --- a/docs/en/cli/rportal/GetItemLogs/bat.txt +++ b/docs/en/cli/rportal/GetItemLogs/bat.txt @@ -2,4 +2,4 @@ oint rportal GetItemLogs ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --item 11015 \ No newline at end of file + --item 31615 \ No newline at end of file diff --git a/docs/en/cli/rportal/GetLaunch/bash.txt b/docs/en/cli/rportal/GetLaunch/bash.txt index 3adf02d099..09c317d38e 100644 --- a/docs/en/cli/rportal/GetLaunch/bash.txt +++ b/docs/en/cli/rportal/GetLaunch/bash.txt @@ -2,4 +2,4 @@ oint rportal GetLaunch \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --uuid "b3a4c1e2-b1ad-4371-866e-96e73ba0f2cf" \ No newline at end of file + --uuid "92bc0907-7f05-447d-9907-34f545c824b3" \ No newline at end of file diff --git a/docs/en/cli/rportal/GetLaunch/bat.txt b/docs/en/cli/rportal/GetLaunch/bat.txt index f9af148c76..40f49e01c0 100644 --- a/docs/en/cli/rportal/GetLaunch/bat.txt +++ b/docs/en/cli/rportal/GetLaunch/bat.txt @@ -2,4 +2,4 @@ oint rportal GetLaunch ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --uuid "b3a4c1e2-b1ad-4371-866e-96e73ba0f2cf" \ No newline at end of file + --uuid "92bc0907-7f05-447d-9907-34f545c824b3" \ No newline at end of file diff --git a/docs/en/cli/rportal/GetLaunchItems/bash.txt b/docs/en/cli/rportal/GetLaunchItems/bash.txt index f141bb0207..17d1097443 100644 --- a/docs/en/cli/rportal/GetLaunchItems/bash.txt +++ b/docs/en/cli/rportal/GetLaunchItems/bash.txt @@ -2,4 +2,4 @@ oint rportal GetLaunchItems \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --id 28 \ No newline at end of file + --id 53 \ No newline at end of file diff --git a/docs/en/cli/rportal/GetLaunchItems/bat.txt b/docs/en/cli/rportal/GetLaunchItems/bat.txt index d0eea698f0..120cea594b 100644 --- a/docs/en/cli/rportal/GetLaunchItems/bat.txt +++ b/docs/en/cli/rportal/GetLaunchItems/bat.txt @@ -2,4 +2,4 @@ oint rportal GetLaunchItems ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --id 28 \ No newline at end of file + --id 53 \ No newline at end of file diff --git a/docs/en/cli/rportal/GetLaunchReport/bash.txt b/docs/en/cli/rportal/GetLaunchReport/bash.txt index ce8655ca05..116a072836 100644 --- a/docs/en/cli/rportal/GetLaunchReport/bash.txt +++ b/docs/en/cli/rportal/GetLaunchReport/bash.txt @@ -2,5 +2,5 @@ oint rportal GetLaunchReport \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --id 28 \ + --id 53 \ --format "html" \ No newline at end of file diff --git a/docs/en/cli/rportal/GetLaunchReport/bat.txt b/docs/en/cli/rportal/GetLaunchReport/bat.txt index 46361aa9e9..ffd00c0278 100644 --- a/docs/en/cli/rportal/GetLaunchReport/bat.txt +++ b/docs/en/cli/rportal/GetLaunchReport/bat.txt @@ -2,5 +2,5 @@ oint rportal GetLaunchReport ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --id 28 ^ + --id 53 ^ --format "html" \ No newline at end of file diff --git a/docs/en/cli/rportal/GetLog/bash.txt b/docs/en/cli/rportal/GetLog/bash.txt index 7846a6405d..894adebbf1 100644 --- a/docs/en/cli/rportal/GetLog/bash.txt +++ b/docs/en/cli/rportal/GetLog/bash.txt @@ -2,4 +2,4 @@ oint rportal GetLog \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --uuid "7066e9e4-dd20-4c41-a4c2-d07e14441b58" \ No newline at end of file + --uuid "48d98459-45c1-4df1-ba3c-bfa0baa61c80" \ No newline at end of file diff --git a/docs/en/cli/rportal/GetLog/bat.txt b/docs/en/cli/rportal/GetLog/bat.txt index 50415422bf..beeb0e4703 100644 --- a/docs/en/cli/rportal/GetLog/bat.txt +++ b/docs/en/cli/rportal/GetLog/bat.txt @@ -2,4 +2,4 @@ oint rportal GetLog ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --uuid "7066e9e4-dd20-4c41-a4c2-d07e14441b58" \ No newline at end of file + --uuid "48d98459-45c1-4df1-ba3c-bfa0baa61c80" \ No newline at end of file diff --git a/docs/en/cli/rportal/GetLogStructure/bash.txt b/docs/en/cli/rportal/GetLogStructure/bash.txt index bf184dcb00..0f828ba8da 100644 --- a/docs/en/cli/rportal/GetLogStructure/bash.txt +++ b/docs/en/cli/rportal/GetLogStructure/bash.txt @@ -1,5 +1,5 @@ oint rportal GetLogStructure \ - --launch "ef2c2e24-e919-4fdc-bb12-4128d74fadaf" \ - --id "d6d3e4a9-1fe2-4279-84e7-7911cf0a5e49" \ + --launch "0475c26e-b1ea-40dc-9464-8335e6b46d32" \ + --id "f5d52209-afbc-454d-a79d-42f526195eba" \ --time "2026-01-01T10:00:10" \ --text "Some log" \ No newline at end of file diff --git a/docs/en/cli/rportal/GetLogStructure/bat.txt b/docs/en/cli/rportal/GetLogStructure/bat.txt index 6aa0a5340d..a7144a8af4 100644 --- a/docs/en/cli/rportal/GetLogStructure/bat.txt +++ b/docs/en/cli/rportal/GetLogStructure/bat.txt @@ -1,5 +1,5 @@ oint rportal GetLogStructure ^ - --launch "ef2c2e24-e919-4fdc-bb12-4128d74fadaf" ^ - --id "d6d3e4a9-1fe2-4279-84e7-7911cf0a5e49" ^ + --launch "0475c26e-b1ea-40dc-9464-8335e6b46d32" ^ + --id "f5d52209-afbc-454d-a79d-42f526195eba" ^ --time "2026-01-01T10:00:10" ^ --text "Some log" \ No newline at end of file diff --git a/docs/en/cli/rportal/UpdateItem/bash.txt b/docs/en/cli/rportal/UpdateItem/bash.txt index df7d0bb121..8e64ec524d 100644 --- a/docs/en/cli/rportal/UpdateItem/bash.txt +++ b/docs/en/cli/rportal/UpdateItem/bash.txt @@ -4,5 +4,5 @@ oint rportal UpdateItem \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --id 11015 \ + --id 31615 \ --params "{'description':'New description'}" \ No newline at end of file diff --git a/docs/en/cli/rportal/UpdateItem/bat.txt b/docs/en/cli/rportal/UpdateItem/bat.txt index 7696752d65..35e21d5c51 100644 --- a/docs/en/cli/rportal/UpdateItem/bat.txt +++ b/docs/en/cli/rportal/UpdateItem/bat.txt @@ -4,5 +4,5 @@ oint rportal UpdateItem ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --id 11015 ^ + --id 31615 ^ --params "{'description':'New description'}" \ No newline at end of file diff --git a/docs/en/cli/rportal/UpdateLaunch/bash.txt b/docs/en/cli/rportal/UpdateLaunch/bash.txt index 7b94a07c25..85bee24587 100644 --- a/docs/en/cli/rportal/UpdateLaunch/bash.txt +++ b/docs/en/cli/rportal/UpdateLaunch/bash.txt @@ -4,5 +4,5 @@ oint rportal UpdateLaunch \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --id 28 \ + --id 53 \ --params "{'description':'New description'}" \ No newline at end of file diff --git a/docs/en/cli/rportal/UpdateLaunch/bat.txt b/docs/en/cli/rportal/UpdateLaunch/bat.txt index 8dfab84471..d1348678ff 100644 --- a/docs/en/cli/rportal/UpdateLaunch/bat.txt +++ b/docs/en/cli/rportal/UpdateLaunch/bat.txt @@ -4,5 +4,5 @@ oint rportal UpdateLaunch ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --id 28 ^ + --id 53 ^ --params "{'description':'New description'}" \ No newline at end of file diff --git a/docs/en/cli/rportal/WriteLog/bash.txt b/docs/en/cli/rportal/WriteLog/bash.txt index 0ebadf0cff..5457d72255 100644 --- a/docs/en/cli/rportal/WriteLog/bash.txt +++ b/docs/en/cli/rportal/WriteLog/bash.txt @@ -4,4 +4,4 @@ oint rportal WriteLog \ --url "tests.openintegrations.dev" \ --token "***" \ --proj "Test" \ - --params "{'launchUuid':'ef2c2e24-e919-4fdc-bb12-4128d74fadaf','itemUuid':'d6d3e4a9-1fe2-4279-84e7-7911cf0a5e49','time':'1767258010','message':'Some log 1','level':'info'}" \ No newline at end of file + --params "{'launchUuid':'0475c26e-b1ea-40dc-9464-8335e6b46d32','itemUuid':'f5d52209-afbc-454d-a79d-42f526195eba','time':'1767258010','message':'Some log 1','level':'info'}" \ No newline at end of file diff --git a/docs/en/cli/rportal/WriteLog/bat.txt b/docs/en/cli/rportal/WriteLog/bat.txt index 66a96e1fa1..df02ec39bc 100644 --- a/docs/en/cli/rportal/WriteLog/bat.txt +++ b/docs/en/cli/rportal/WriteLog/bat.txt @@ -4,4 +4,4 @@ oint rportal WriteLog ^ --url "tests.openintegrations.dev" ^ --token "***" ^ --proj "Test" ^ - --params "{'launchUuid':'ef2c2e24-e919-4fdc-bb12-4128d74fadaf','itemUuid':'d6d3e4a9-1fe2-4279-84e7-7911cf0a5e49','time':'1767258010','message':'Some log 1','level':'info'}" \ No newline at end of file + --params "{'launchUuid':'0475c26e-b1ea-40dc-9464-8335e6b46d32','itemUuid':'f5d52209-afbc-454d-a79d-42f526195eba','time':'1767258010','message':'Some log 1','level':'info'}" \ No newline at end of file diff --git a/docs/en/cli/rss/CreateFeedAtom/bash.txt b/docs/en/cli/rss/CreateFeedAtom/bash.txt index 07943d1319..c4fa54833f 100644 --- a/docs/en/cli/rss/CreateFeedAtom/bash.txt +++ b/docs/en/cli/rss/CreateFeedAtom/bash.txt @@ -4,4 +4,4 @@ oint rss CreateFeedAtom \ --name "Test Atom feed" \ --link "https://example.com" \ --id "https://example.com/feed" \ - --items "[{'title':'First record','id':'https://example.com/entry1','link':'https://example.com/entry1','updated':'03/25/2026 07:08:19','summary':'First record summary','content':'Full content of the first record','author':'First Author','published':'03/25/2026 07:08:19'},{'title':'Second record','id':'https://example.com/entry2','link':'https://example.com/entry2','updated':'03/25/2026 07:08:20','summary':'Second record summary','content':'Full content of the second record','author':'Second Author','published':'03/25/2026 07:08:20'}]" \ No newline at end of file + --items "[{'title':'First record','id':'https://example.com/entry1','link':'https://example.com/entry1','updated':'3/25/2026 6:02:05 PM','summary':'First record summary','content':'Full content of the first record','author':'First Author','published':'3/25/2026 6:02:05 PM'},{'title':'Second record','id':'https://example.com/entry2','link':'https://example.com/entry2','updated':'3/25/2026 6:02:06 PM','summary':'Second record summary','content':'Full content of the second record','author':'Second Author','published':'3/25/2026 6:02:06 PM'}]" \ No newline at end of file diff --git a/docs/en/cli/rss/CreateFeedAtom/bat.txt b/docs/en/cli/rss/CreateFeedAtom/bat.txt index d8f8d02ed0..ab501fd368 100644 --- a/docs/en/cli/rss/CreateFeedAtom/bat.txt +++ b/docs/en/cli/rss/CreateFeedAtom/bat.txt @@ -4,4 +4,4 @@ oint rss CreateFeedAtom ^ --name "Test Atom feed" ^ --link "https://example.com" ^ --id "https://example.com/feed" ^ - --items "[{'title':'First record','id':'https://example.com/entry1','link':'https://example.com/entry1','updated':'03/25/2026 07:08:19','summary':'First record summary','content':'Full content of the first record','author':'First Author','published':'03/25/2026 07:08:19'},{'title':'Second record','id':'https://example.com/entry2','link':'https://example.com/entry2','updated':'03/25/2026 07:08:20','summary':'Second record summary','content':'Full content of the second record','author':'Second Author','published':'03/25/2026 07:08:20'}]" \ No newline at end of file + --items "[{'title':'First record','id':'https://example.com/entry1','link':'https://example.com/entry1','updated':'3/25/2026 6:02:05 PM','summary':'First record summary','content':'Full content of the first record','author':'First Author','published':'3/25/2026 6:02:05 PM'},{'title':'Second record','id':'https://example.com/entry2','link':'https://example.com/entry2','updated':'3/25/2026 6:02:06 PM','summary':'Second record summary','content':'Full content of the second record','author':'Second Author','published':'3/25/2026 6:02:06 PM'}]" \ No newline at end of file diff --git a/docs/en/cli/rss/CreateFeedRSS/bash.txt b/docs/en/cli/rss/CreateFeedRSS/bash.txt index ef03cbb311..c897a21a2f 100644 --- a/docs/en/cli/rss/CreateFeedRSS/bash.txt +++ b/docs/en/cli/rss/CreateFeedRSS/bash.txt @@ -4,4 +4,4 @@ oint rss CreateFeedRSS \ --name "Test RSS channel" \ --descr "Test RSS channel description" \ --link "https://example.com" \ - --items "[{'title':'First element','description':'First element description','link':'https://example.com/item1','pubDate':'03/25/2026 07:08:13','author':'test@example.com','guid':'item-1'},{'title':'Second element','description':'Second element description','link':'https://example.com/item2','pubDate':'03/25/2026 07:08:13','author':'test@example.com','guid':'item-2'}]" \ No newline at end of file + --items "[{'title':'First element','description':'First element description','link':'https://example.com/item1','pubDate':'3/25/2026 6:01:58 PM','author':'test@example.com','guid':'item-1'},{'title':'Second element','description':'Second element description','link':'https://example.com/item2','pubDate':'3/25/2026 6:01:59 PM','author':'test@example.com','guid':'item-2'}]" \ No newline at end of file diff --git a/docs/en/cli/rss/CreateFeedRSS/bat.txt b/docs/en/cli/rss/CreateFeedRSS/bat.txt index 17042436cd..e696bab5cb 100644 --- a/docs/en/cli/rss/CreateFeedRSS/bat.txt +++ b/docs/en/cli/rss/CreateFeedRSS/bat.txt @@ -4,4 +4,4 @@ oint rss CreateFeedRSS ^ --name "Test RSS channel" ^ --descr "Test RSS channel description" ^ --link "https://example.com" ^ - --items "[{'title':'First element','description':'First element description','link':'https://example.com/item1','pubDate':'03/25/2026 07:08:13','author':'test@example.com','guid':'item-1'},{'title':'Second element','description':'Second element description','link':'https://example.com/item2','pubDate':'03/25/2026 07:08:13','author':'test@example.com','guid':'item-2'}]" \ No newline at end of file + --items "[{'title':'First element','description':'First element description','link':'https://example.com/item1','pubDate':'3/25/2026 6:01:58 PM','author':'test@example.com','guid':'item-1'},{'title':'Second element','description':'Second element description','link':'https://example.com/item2','pubDate':'3/25/2026 6:01:59 PM','author':'test@example.com','guid':'item-2'}]" \ No newline at end of file diff --git a/docs/en/cli/rss/ParseFeedAtom/bash.txt b/docs/en/cli/rss/ParseFeedAtom/bash.txt index 5320e08dd1..93fd09e784 100644 --- a/docs/en/cli/rss/ParseFeedAtom/bash.txt +++ b/docs/en/cli/rss/ParseFeedAtom/bash.txt @@ -1,2 +1,2 @@ oint rss ParseFeedAtom \ - --xml "\n\n Test Atom feed\n https://example.com/feed\n \n 2026-03-25T07:08:20\n \n First record\n https://example.com/entry1\n \n 2026-03-25T07:08:19\n First record summary\n Full content of the first record\n \n First Author\n \n 2026-03-25T07:08:19\n \n \n Second record\n https://example.com/entry2\n \n 2026-03-25T07:08:20\n Second record summary\n Full content of the second record\n \n Second Author\n \n 2026-03-25T07:08:20\n \n" \ No newline at end of file + --xml " \n \n Test Atom feed \n https://example.com/feed \n \n 2026-03-25T18:02:06 \n \n First record \n https://example.com/entry1 \n \n 2026-03-25T18:02:05 \n First record summary \n Full content of the first record \n \n First Author \n \n 2026-03-25T18:02:05 \n \n \n Second record \n https://example.com/entry2 \n \n 2026-03-25T18:02:06 \n Second record summary \n Full content of the second record \n \n Second Author \n \n 2026-03-25T18:02:06 \n \n" \ No newline at end of file diff --git a/docs/en/cli/rss/ParseFeedAtom/bat.txt b/docs/en/cli/rss/ParseFeedAtom/bat.txt index 8c5f4f2230..7e626242f3 100644 --- a/docs/en/cli/rss/ParseFeedAtom/bat.txt +++ b/docs/en/cli/rss/ParseFeedAtom/bat.txt @@ -1,2 +1,2 @@ oint rss ParseFeedAtom ^ - --xml "\n\n Test Atom feed\n https://example.com/feed\n \n 2026-03-25T07:08:20\n \n First record\n https://example.com/entry1\n \n 2026-03-25T07:08:19\n First record summary\n Full content of the first record\n \n First Author\n \n 2026-03-25T07:08:19\n \n \n Second record\n https://example.com/entry2\n \n 2026-03-25T07:08:20\n Second record summary\n Full content of the second record\n \n Second Author\n \n 2026-03-25T07:08:20\n \n" \ No newline at end of file + --xml " \n \n Test Atom feed \n https://example.com/feed \n \n 2026-03-25T18:02:06 \n \n First record \n https://example.com/entry1 \n \n 2026-03-25T18:02:05 \n First record summary \n Full content of the first record \n \n First Author \n \n 2026-03-25T18:02:05 \n \n \n Second record \n https://example.com/entry2 \n \n 2026-03-25T18:02:06 \n Second record summary \n Full content of the second record \n \n Second Author \n \n 2026-03-25T18:02:06 \n \n" \ No newline at end of file diff --git a/docs/en/cli/rss/ParseFeedRSS/bash.txt b/docs/en/cli/rss/ParseFeedRSS/bash.txt index 7dfbb89843..bdd3225434 100644 --- a/docs/en/cli/rss/ParseFeedRSS/bash.txt +++ b/docs/en/cli/rss/ParseFeedRSS/bash.txt @@ -1,2 +1,2 @@ oint rss ParseFeedRSS \ - --xml "\n\n \n Test RSS channel\n https://example.com\n Test RSS channel description\n Wed, 0,000,000,025 Mar 2026 07:08:14 +0000\n \n First element\n First element description\n https://example.com/item1\n Wed, 0,000,000,025 Mar 2026 07:08:13 +0000\n test@example.com\n item-1\n \n \n Second element\n Second element description\n https://example.com/item2\n Wed, 0,000,000,025 Mar 2026 07:08:13 +0000\n test@example.com\n item-2\n \n \n" \ No newline at end of file + --xml " \n \n \n Test RSS channel \n https://example.com \n Test RSS channel description \n Wed, 0,000,000,025 Mar 2026 18:01:59 +0000 \n \n First element \n First element description \n https://example.com/item1 \n Wed, 0,000,000,025 Mar 2026 18:01:58 +0000 \n test@example.com \n item-1 \n \n \n Second element \n Second element description \n https://example.com/item2 \n Wed, 0,000,000,025 Mar 2026 18:01:59 +0000 \n test@example.com \n item-2 \n \n \n" \ No newline at end of file diff --git a/docs/en/cli/rss/ParseFeedRSS/bat.txt b/docs/en/cli/rss/ParseFeedRSS/bat.txt index 099dfe51e6..77018801a7 100644 --- a/docs/en/cli/rss/ParseFeedRSS/bat.txt +++ b/docs/en/cli/rss/ParseFeedRSS/bat.txt @@ -1,2 +1,2 @@ oint rss ParseFeedRSS ^ - --xml "\n\n \n Test RSS channel\n https://example.com\n Test RSS channel description\n Wed, 0,000,000,025 Mar 2026 07:08:14 +0000\n \n First element\n First element description\n https://example.com/item1\n Wed, 0,000,000,025 Mar 2026 07:08:13 +0000\n test@example.com\n item-1\n \n \n Second element\n Second element description\n https://example.com/item2\n Wed, 0,000,000,025 Mar 2026 07:08:13 +0000\n test@example.com\n item-2\n \n \n" \ No newline at end of file + --xml " \n \n \n Test RSS channel \n https://example.com \n Test RSS channel description \n Wed, 0,000,000,025 Mar 2026 18:01:59 +0000 \n \n First element \n First element description \n https://example.com/item1 \n Wed, 0,000,000,025 Mar 2026 18:01:58 +0000 \n test@example.com \n item-1 \n \n \n Second element \n Second element description \n https://example.com/item2 \n Wed, 0,000,000,025 Mar 2026 18:01:59 +0000 \n test@example.com \n item-2 \n \n \n" \ 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 67eaa8df4d..9111580705 100644 --- a/docs/en/cli/s3/AbortMultipartUpload/bash.txt +++ b/docs/en/cli/s3/AbortMultipartUpload/bash.txt @@ -2,7 +2,7 @@ oint s3 AbortMultipartUpload \ --name "fileChunked.mp3" \ - --bucket "b1a7b6e9" \ + --bucket "466bcca8" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ - --upload "MGI2Y2U2YTAtMDYxZC00NzkwLTk3YmEtOTM0NDY2MWFjZGYwLjA1MDYyNDEwLTVkN2UtNDViMC05MTAzLThhYWIxYWNjODUzN3gxNzc0NDIxNTg5MDY4ODg4NzY2" \ + --upload "MGI2Y2U2YTAtMDYxZC00NzkwLTk3YmEtOTM0NDY2MWFjZGYwLmM3OTdkM2IwLTFkZTAtNGJmNC05ZTZjLWY2ZDliMWI3NjFlNngxNzc0NDUwMDQ0MDA1NTcxNDI4" \ --dir true \ 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 76d891ee4e..79cbc1722c 100644 --- a/docs/en/cli/s3/AbortMultipartUpload/bat.txt +++ b/docs/en/cli/s3/AbortMultipartUpload/bat.txt @@ -2,7 +2,7 @@ oint s3 AbortMultipartUpload ^ --name "fileChunked.mp3" ^ - --bucket "b1a7b6e9" ^ + --bucket "466bcca8" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ - --upload "MGI2Y2U2YTAtMDYxZC00NzkwLTk3YmEtOTM0NDY2MWFjZGYwLjA1MDYyNDEwLTVkN2UtNDViMC05MTAzLThhYWIxYWNjODUzN3gxNzc0NDIxNTg5MDY4ODg4NzY2" ^ + --upload "MGI2Y2U2YTAtMDYxZC00NzkwLTk3YmEtOTM0NDY2MWFjZGYwLmM3OTdkM2IwLTFkZTAtNGJmNC05ZTZjLWY2ZDliMWI3NjFlNngxNzc0NDUwMDQ0MDA1NTcxNDI4" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/CopyObject/bash.txt b/docs/en/cli/s3/CopyObject/bash.txt index 3f72070997..a444f8c6f5 100644 --- a/docs/en/cli/s3/CopyObject/bash.txt +++ b/docs/en/cli/s3/CopyObject/bash.txt @@ -4,6 +4,6 @@ oint s3 CopyObject \ --sname "picture.jpg" \ --sbucket "newbucket2" \ --name "new_picture.jpg" \ - --bucket "b1a7b6e9" \ + --bucket "466bcca8" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/CopyObject/bat.txt b/docs/en/cli/s3/CopyObject/bat.txt index f34423074d..b8e07815dc 100644 --- a/docs/en/cli/s3/CopyObject/bat.txt +++ b/docs/en/cli/s3/CopyObject/bat.txt @@ -4,6 +4,6 @@ oint s3 CopyObject ^ --sname "picture.jpg" ^ --sbucket "newbucket2" ^ --name "new_picture.jpg" ^ - --bucket "b1a7b6e9" ^ + --bucket "466bcca8" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/CreateBucket/bash.txt b/docs/en/cli/s3/CreateBucket/bash.txt index 6e20ed2ed6..4173ca5cbb 100644 --- a/docs/en/cli/s3/CreateBucket/bash.txt +++ b/docs/en/cli/s3/CreateBucket/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint s3 CreateBucket \ - --name "b1a7b6e9" \ + --name "466bcca8" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/CreateBucket/bat.txt b/docs/en/cli/s3/CreateBucket/bat.txt index 3d27f9b7b7..f90fe42aac 100644 --- a/docs/en/cli/s3/CreateBucket/bat.txt +++ b/docs/en/cli/s3/CreateBucket/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint s3 CreateBucket ^ - --name "b1a7b6e9" ^ + --name "466bcca8" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/DeleteBucket/bash.txt b/docs/en/cli/s3/DeleteBucket/bash.txt index adfa18073f..a4a45e57d0 100644 --- a/docs/en/cli/s3/DeleteBucket/bash.txt +++ b/docs/en/cli/s3/DeleteBucket/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint s3 DeleteBucket \ - --name "b1a7b6e9" \ + --name "466bcca8" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/DeleteBucket/bat.txt b/docs/en/cli/s3/DeleteBucket/bat.txt index 1496f875aa..600cd83e7e 100644 --- a/docs/en/cli/s3/DeleteBucket/bat.txt +++ b/docs/en/cli/s3/DeleteBucket/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint s3 DeleteBucket ^ - --name "b1a7b6e9" ^ + --name "466bcca8" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/DeleteBucketEncryption/bash.txt b/docs/en/cli/s3/DeleteBucketEncryption/bash.txt index a4ab76685d..c570efa8eb 100644 --- a/docs/en/cli/s3/DeleteBucketEncryption/bash.txt +++ b/docs/en/cli/s3/DeleteBucketEncryption/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint s3 DeleteBucketEncryption \ - --name "45dbe5d6" \ + --name "484de24b" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/DeleteBucketEncryption/bat.txt b/docs/en/cli/s3/DeleteBucketEncryption/bat.txt index 2bb665d6c4..6a090d7888 100644 --- a/docs/en/cli/s3/DeleteBucketEncryption/bat.txt +++ b/docs/en/cli/s3/DeleteBucketEncryption/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint s3 DeleteBucketEncryption ^ - --name "45dbe5d6" ^ + --name "484de24b" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/DeleteBucketTagging/bash.txt b/docs/en/cli/s3/DeleteBucketTagging/bash.txt index 3f8f52a2db..f922460d99 100644 --- a/docs/en/cli/s3/DeleteBucketTagging/bash.txt +++ b/docs/en/cli/s3/DeleteBucketTagging/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint s3 DeleteBucketTagging \ - --name "45dbe5d6" \ + --name "484de24b" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ No newline at end of file diff --git a/docs/en/cli/s3/DeleteBucketTagging/bat.txt b/docs/en/cli/s3/DeleteBucketTagging/bat.txt index 8f054ced96..4ed339fff1 100644 --- a/docs/en/cli/s3/DeleteBucketTagging/bat.txt +++ b/docs/en/cli/s3/DeleteBucketTagging/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint s3 DeleteBucketTagging ^ - --name "45dbe5d6" ^ + --name "484de24b" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ No newline at end of file diff --git a/docs/en/cli/s3/DeleteObject/bash.txt b/docs/en/cli/s3/DeleteObject/bash.txt index eb2e85879c..1b3170e95c 100644 --- a/docs/en/cli/s3/DeleteObject/bash.txt +++ b/docs/en/cli/s3/DeleteObject/bash.txt @@ -2,6 +2,6 @@ oint s3 DeleteObject \ --name "picture.jpg" \ - --bucket "b1a7b6e9" \ + --bucket "466bcca8" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/DeleteObject/bat.txt b/docs/en/cli/s3/DeleteObject/bat.txt index 8c81b514c2..6c82fb569d 100644 --- a/docs/en/cli/s3/DeleteObject/bat.txt +++ b/docs/en/cli/s3/DeleteObject/bat.txt @@ -2,6 +2,6 @@ oint s3 DeleteObject ^ --name "picture.jpg" ^ - --bucket "b1a7b6e9" ^ + --bucket "466bcca8" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/DeleteObjectTagging/bash.txt b/docs/en/cli/s3/DeleteObjectTagging/bash.txt index 1075e78006..f5e392c549 100644 --- a/docs/en/cli/s3/DeleteObjectTagging/bash.txt +++ b/docs/en/cli/s3/DeleteObjectTagging/bash.txt @@ -2,6 +2,6 @@ oint s3 DeleteObjectTagging \ --name "picture.jpg" \ - --bucket "b1a7b6e9" \ + --bucket "466bcca8" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/DeleteObjectTagging/bat.txt b/docs/en/cli/s3/DeleteObjectTagging/bat.txt index 5966ec88fd..4a7300f8b6 100644 --- a/docs/en/cli/s3/DeleteObjectTagging/bat.txt +++ b/docs/en/cli/s3/DeleteObjectTagging/bat.txt @@ -2,6 +2,6 @@ oint s3 DeleteObjectTagging ^ --name "picture.jpg" ^ - --bucket "b1a7b6e9" ^ + --bucket "466bcca8" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --dir true \ 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 cee9c66689..e0f49e7df5 100644 --- a/docs/en/cli/s3/FinishPartsUpload/bash.txt +++ b/docs/en/cli/s3/FinishPartsUpload/bash.txt @@ -2,8 +2,8 @@ oint s3 FinishPartsUpload \ --name "fileChunked.mp3" \ - --bucket "b1a7b6e9" \ + --bucket "466bcca8" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ - --upload "MGI2Y2U2YTAtMDYxZC00NzkwLTk3YmEtOTM0NDY2MWFjZGYwLjEyNzAxYzQ2LWRmMjQtNDZlMC05YWMwLTIzNWEyOGRmNTkxMXgxNzc0NDIxNTg1MzgwNzM1NjM1" \ - --tags "['\"'"566e2d464b39b91eb8b5d89fb9f1a318\"'"','\"'"adb76a9a9ff8226ed08fb6f343102908\"'"']" \ + --upload "MGI2Y2U2YTAtMDYxZC00NzkwLTk3YmEtOTM0NDY2MWFjZGYwLmVjYmI4ZTMwLTNlOTctNDE2MC1iNGU3LTk2MjljYTE3NTE5ZXgxNzc0NDUwMDM5OTU3ODM2ODQ4" \ + --tags "['\"566e2d464b39b91eb8b5d89fb9f1a318\"','\"adb76a9a9ff8226ed08fb6f343102908\"']" \ --dir true \ 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 af97cff58d..cef2bfc8c4 100644 --- a/docs/en/cli/s3/FinishPartsUpload/bat.txt +++ b/docs/en/cli/s3/FinishPartsUpload/bat.txt @@ -2,8 +2,8 @@ oint s3 FinishPartsUpload ^ --name "fileChunked.mp3" ^ - --bucket "b1a7b6e9" ^ + --bucket "466bcca8" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ - --upload "MGI2Y2U2YTAtMDYxZC00NzkwLTk3YmEtOTM0NDY2MWFjZGYwLjEyNzAxYzQ2LWRmMjQtNDZlMC05YWMwLTIzNWEyOGRmNTkxMXgxNzc0NDIxNTg1MzgwNzM1NjM1" ^ - --tags "['\"'"566e2d464b39b91eb8b5d89fb9f1a318\"'"','\"'"adb76a9a9ff8226ed08fb6f343102908\"'"']" ^ + --upload "MGI2Y2U2YTAtMDYxZC00NzkwLTk3YmEtOTM0NDY2MWFjZGYwLmVjYmI4ZTMwLTNlOTctNDE2MC1iNGU3LTk2MjljYTE3NTE5ZXgxNzc0NDUwMDM5OTU3ODM2ODQ4" ^ + --tags "['\"566e2d464b39b91eb8b5d89fb9f1a318\"','\"adb76a9a9ff8226ed08fb6f343102908\"']" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/GetBucketEncryption/bash.txt b/docs/en/cli/s3/GetBucketEncryption/bash.txt index 19af231a51..e52b35531a 100644 --- a/docs/en/cli/s3/GetBucketEncryption/bash.txt +++ b/docs/en/cli/s3/GetBucketEncryption/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint s3 GetBucketEncryption \ - --name "45dbe5d6" \ + --name "484de24b" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/GetBucketEncryption/bat.txt b/docs/en/cli/s3/GetBucketEncryption/bat.txt index 7bebfe38a2..0d06714a87 100644 --- a/docs/en/cli/s3/GetBucketEncryption/bat.txt +++ b/docs/en/cli/s3/GetBucketEncryption/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint s3 GetBucketEncryption ^ - --name "45dbe5d6" ^ + --name "484de24b" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/GetBucketTagging/bash.txt b/docs/en/cli/s3/GetBucketTagging/bash.txt index 8ed8985d5a..a9b7a87549 100644 --- a/docs/en/cli/s3/GetBucketTagging/bash.txt +++ b/docs/en/cli/s3/GetBucketTagging/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint s3 GetBucketTagging \ - --name "45dbe5d6" \ + --name "484de24b" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/GetBucketTagging/bat.txt b/docs/en/cli/s3/GetBucketTagging/bat.txt index e6da6838cc..618720676a 100644 --- a/docs/en/cli/s3/GetBucketTagging/bat.txt +++ b/docs/en/cli/s3/GetBucketTagging/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint s3 GetBucketTagging ^ - --name "45dbe5d6" ^ + --name "484de24b" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/GetBucketVersioning/bash.txt b/docs/en/cli/s3/GetBucketVersioning/bash.txt index 78a46e903e..c6ef50e25f 100644 --- a/docs/en/cli/s3/GetBucketVersioning/bash.txt +++ b/docs/en/cli/s3/GetBucketVersioning/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint s3 GetBucketVersioning \ - --name "45dbe5d6" \ + --name "484de24b" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ No newline at end of file diff --git a/docs/en/cli/s3/GetBucketVersioning/bat.txt b/docs/en/cli/s3/GetBucketVersioning/bat.txt index d83810cd08..4a4245c8e6 100644 --- a/docs/en/cli/s3/GetBucketVersioning/bat.txt +++ b/docs/en/cli/s3/GetBucketVersioning/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint s3 GetBucketVersioning ^ - --name "45dbe5d6" ^ + --name "484de24b" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ No newline at end of file diff --git a/docs/en/cli/s3/GetObjectDownloadLink/bash.txt b/docs/en/cli/s3/GetObjectDownloadLink/bash.txt index 347e2ecaa2..fe53561a59 100644 --- a/docs/en/cli/s3/GetObjectDownloadLink/bash.txt +++ b/docs/en/cli/s3/GetObjectDownloadLink/bash.txt @@ -2,7 +2,7 @@ oint s3 GetObjectDownloadLink \ --name "picture.jpg" \ - --bucket "b1a7b6e9" \ + --bucket "466bcca8" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --expires 7200 \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/GetObjectDownloadLink/bat.txt b/docs/en/cli/s3/GetObjectDownloadLink/bat.txt index 220976a136..2e0342f31d 100644 --- a/docs/en/cli/s3/GetObjectDownloadLink/bat.txt +++ b/docs/en/cli/s3/GetObjectDownloadLink/bat.txt @@ -2,7 +2,7 @@ oint s3 GetObjectDownloadLink ^ --name "picture.jpg" ^ - --bucket "b1a7b6e9" ^ + --bucket "466bcca8" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --expires 7200 ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/GetObjectTagging/bash.txt b/docs/en/cli/s3/GetObjectTagging/bash.txt index 1b0118a646..addae9a124 100644 --- a/docs/en/cli/s3/GetObjectTagging/bash.txt +++ b/docs/en/cli/s3/GetObjectTagging/bash.txt @@ -2,6 +2,6 @@ oint s3 GetObjectTagging \ --name "picture.jpg" \ - --bucket "b1a7b6e9" \ + --bucket "466bcca8" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/GetObjectTagging/bat.txt b/docs/en/cli/s3/GetObjectTagging/bat.txt index 1321611541..d6cbb667e6 100644 --- a/docs/en/cli/s3/GetObjectTagging/bat.txt +++ b/docs/en/cli/s3/GetObjectTagging/bat.txt @@ -2,6 +2,6 @@ oint s3 GetObjectTagging ^ --name "picture.jpg" ^ - --bucket "b1a7b6e9" ^ + --bucket "466bcca8" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/HeadBucket/bash.txt b/docs/en/cli/s3/HeadBucket/bash.txt index 455aa6a9aa..78488b9819 100644 --- a/docs/en/cli/s3/HeadBucket/bash.txt +++ b/docs/en/cli/s3/HeadBucket/bash.txt @@ -1,7 +1,7 @@ # JSON data can also be passed as a path to a .json file oint s3 HeadBucket \ - --name "45dbe5d6" \ + --name "484de24b" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --dir true \ --account "1234" \ No newline at end of file diff --git a/docs/en/cli/s3/HeadBucket/bat.txt b/docs/en/cli/s3/HeadBucket/bat.txt index a64b98c35f..08735d5cb3 100644 --- a/docs/en/cli/s3/HeadBucket/bat.txt +++ b/docs/en/cli/s3/HeadBucket/bat.txt @@ -1,7 +1,7 @@ :: JSON data can also be passed as a path to a .json file oint s3 HeadBucket ^ - --name "45dbe5d6" ^ + --name "484de24b" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --dir true ^ --account "1234" \ No newline at end of file diff --git a/docs/en/cli/s3/InitPartsUpload/bash.txt b/docs/en/cli/s3/InitPartsUpload/bash.txt index f4e27cca0c..96de7b1f93 100644 --- a/docs/en/cli/s3/InitPartsUpload/bash.txt +++ b/docs/en/cli/s3/InitPartsUpload/bash.txt @@ -2,6 +2,6 @@ oint s3 InitPartsUpload \ --name "fileChunked.mp3" \ - --bucket "b1a7b6e9" \ + --bucket "466bcca8" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/InitPartsUpload/bat.txt b/docs/en/cli/s3/InitPartsUpload/bat.txt index 7328bec0b3..9bf68b158b 100644 --- a/docs/en/cli/s3/InitPartsUpload/bat.txt +++ b/docs/en/cli/s3/InitPartsUpload/bat.txt @@ -2,6 +2,6 @@ oint s3 InitPartsUpload ^ --name "fileChunked.mp3" ^ - --bucket "b1a7b6e9" ^ + --bucket "466bcca8" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/ListObjectVersions/bash.txt b/docs/en/cli/s3/ListObjectVersions/bash.txt index 27fe74c709..4a7903d0cb 100644 --- a/docs/en/cli/s3/ListObjectVersions/bash.txt +++ b/docs/en/cli/s3/ListObjectVersions/bash.txt @@ -1,7 +1,7 @@ # JSON data can also be passed as a path to a .json file oint s3 ListObjectVersions \ - --bucket "b1a7b6e9" \ + --bucket "466bcca8" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --prefix "pic" \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/ListObjectVersions/bat.txt b/docs/en/cli/s3/ListObjectVersions/bat.txt index c02d3953fe..4e2bec51a8 100644 --- a/docs/en/cli/s3/ListObjectVersions/bat.txt +++ b/docs/en/cli/s3/ListObjectVersions/bat.txt @@ -1,7 +1,7 @@ :: JSON data can also be passed as a path to a .json file oint s3 ListObjectVersions ^ - --bucket "b1a7b6e9" ^ + --bucket "466bcca8" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --prefix "pic" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/ListObjects/bash.txt b/docs/en/cli/s3/ListObjects/bash.txt index 3f03ae9273..0807a57c24 100644 --- a/docs/en/cli/s3/ListObjects/bash.txt +++ b/docs/en/cli/s3/ListObjects/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint s3 ListObjects \ - --bucket "b1a7b6e9" \ + --bucket "466bcca8" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/ListObjects/bat.txt b/docs/en/cli/s3/ListObjects/bat.txt index 30441f80ba..fe440b363b 100644 --- a/docs/en/cli/s3/ListObjects/bat.txt +++ b/docs/en/cli/s3/ListObjects/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint s3 ListObjects ^ - --bucket "b1a7b6e9" ^ + --bucket "466bcca8" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --dir true \ 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 bde0ebf6ce..92511113a6 100644 --- a/docs/en/cli/s3/PutBucketEncryption/bash.txt +++ b/docs/en/cli/s3/PutBucketEncryption/bash.txt @@ -1,7 +1,7 @@ # JSON data can also be passed as a path to a .json file oint s3 PutBucketEncryption \ - --name "45dbe5d6" \ + --name "484de24b" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ - --conf "/tmp/n2syjwry.xhi.xml" \ + --conf "C:\Users\bayselonarrend\AppData\Local\Temp\spespi30.c0r.xml" \ --dir true \ 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 130b890ba1..16f9d01da3 100644 --- a/docs/en/cli/s3/PutBucketEncryption/bat.txt +++ b/docs/en/cli/s3/PutBucketEncryption/bat.txt @@ -1,7 +1,7 @@ :: JSON data can also be passed as a path to a .json file oint s3 PutBucketEncryption ^ - --name "45dbe5d6" ^ + --name "484de24b" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ - --conf "/tmp/n2syjwry.xhi.xml" ^ + --conf "C:\Users\bayselonarrend\AppData\Local\Temp\spespi30.c0r.xml" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/PutBucketTagging/bash.txt b/docs/en/cli/s3/PutBucketTagging/bash.txt index bc71ad73e8..0873b71150 100644 --- a/docs/en/cli/s3/PutBucketTagging/bash.txt +++ b/docs/en/cli/s3/PutBucketTagging/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint s3 PutBucketTagging \ - --name "45dbe5d6" \ + --name "484de24b" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --tagset "{'MyTag1':'SomeValue','MyTag2':'AnotherOne'}" \ No newline at end of file diff --git a/docs/en/cli/s3/PutBucketTagging/bat.txt b/docs/en/cli/s3/PutBucketTagging/bat.txt index e5ce1863bd..9498666a87 100644 --- a/docs/en/cli/s3/PutBucketTagging/bat.txt +++ b/docs/en/cli/s3/PutBucketTagging/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint s3 PutBucketTagging ^ - --name "45dbe5d6" ^ + --name "484de24b" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --tagset "{'MyTag1':'SomeValue','MyTag2':'AnotherOne'}" \ No newline at end of file diff --git a/docs/en/cli/s3/PutBucketVersioning/bash.txt b/docs/en/cli/s3/PutBucketVersioning/bash.txt index 91270ddd9d..ec91f6a764 100644 --- a/docs/en/cli/s3/PutBucketVersioning/bash.txt +++ b/docs/en/cli/s3/PutBucketVersioning/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint s3 PutBucketVersioning \ - --name "45dbe5d6" \ + --name "484de24b" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --status true \ No newline at end of file diff --git a/docs/en/cli/s3/PutBucketVersioning/bat.txt b/docs/en/cli/s3/PutBucketVersioning/bat.txt index 3aef12c6c6..19d6891a5a 100644 --- a/docs/en/cli/s3/PutBucketVersioning/bat.txt +++ b/docs/en/cli/s3/PutBucketVersioning/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint s3 PutBucketVersioning ^ - --name "45dbe5d6" ^ + --name "484de24b" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --status true \ No newline at end of file diff --git a/docs/en/cli/s3/PutObject/bash.txt b/docs/en/cli/s3/PutObject/bash.txt index 3e635b808d..9d30cd5aaa 100644 --- a/docs/en/cli/s3/PutObject/bash.txt +++ b/docs/en/cli/s3/PutObject/bash.txt @@ -2,7 +2,7 @@ oint s3 PutObject \ --name "fileChunked.mp3" \ - --bucket "b1a7b6e9" \ + --bucket "466bcca8" \ --data "https://hut.openintegrations.dev/test_data/song.mp3" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3','ChunkSize':'5242880'}" \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/PutObject/bat.txt b/docs/en/cli/s3/PutObject/bat.txt index c14a22ce87..46bf8319b7 100644 --- a/docs/en/cli/s3/PutObject/bat.txt +++ b/docs/en/cli/s3/PutObject/bat.txt @@ -2,7 +2,7 @@ oint s3 PutObject ^ --name "fileChunked.mp3" ^ - --bucket "b1a7b6e9" ^ + --bucket "466bcca8" ^ --data "https://hut.openintegrations.dev/test_data/song.mp3" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3','ChunkSize':'5242880'}" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/PutObjectTagging/bash.txt b/docs/en/cli/s3/PutObjectTagging/bash.txt index ce7fbd36ff..117a4be597 100644 --- a/docs/en/cli/s3/PutObjectTagging/bash.txt +++ b/docs/en/cli/s3/PutObjectTagging/bash.txt @@ -2,7 +2,7 @@ oint s3 PutObjectTagging \ --name "picture.jpg" \ - --bucket "b1a7b6e9" \ + --bucket "466bcca8" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --tagset "{'MyTag1':'SomeValue','MyTag2':'AnotherOne'}" \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/PutObjectTagging/bat.txt b/docs/en/cli/s3/PutObjectTagging/bat.txt index 4a62895ac4..7759aba817 100644 --- a/docs/en/cli/s3/PutObjectTagging/bat.txt +++ b/docs/en/cli/s3/PutObjectTagging/bat.txt @@ -2,7 +2,7 @@ oint s3 PutObjectTagging ^ --name "picture.jpg" ^ - --bucket "b1a7b6e9" ^ + --bucket "466bcca8" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --tagset "{'MyTag1':'SomeValue','MyTag2':'AnotherOne'}" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/UploadFullObject/bash.txt b/docs/en/cli/s3/UploadFullObject/bash.txt index 58071684d9..65b1800027 100644 --- a/docs/en/cli/s3/UploadFullObject/bash.txt +++ b/docs/en/cli/s3/UploadFullObject/bash.txt @@ -2,7 +2,7 @@ oint s3 UploadFullObject \ --name "pictureSmall.jpg" \ - --bucket "b1a7b6e9" \ + --bucket "466bcca8" \ --data "https://hut.openintegrations.dev/test_data/picture.jpg" \ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" \ --dir true \ No newline at end of file diff --git a/docs/en/cli/s3/UploadFullObject/bat.txt b/docs/en/cli/s3/UploadFullObject/bat.txt index 34113ef305..21801e142a 100644 --- a/docs/en/cli/s3/UploadFullObject/bat.txt +++ b/docs/en/cli/s3/UploadFullObject/bat.txt @@ -2,7 +2,7 @@ oint s3 UploadFullObject ^ --name "pictureSmall.jpg" ^ - --bucket "b1a7b6e9" ^ + --bucket "466bcca8" ^ --data "https://hut.openintegrations.dev/test_data/picture.jpg" ^ --basic "{'URL':'s3.openintegrations.dev','AccessKey':'***','SecretKey':'***','Region':'BTC','Service':'s3'}" ^ --dir true \ No newline at end of file diff --git a/docs/en/cli/sftp/SaveFile/bash.txt b/docs/en/cli/sftp/SaveFile/bash.txt index 3929148d98..3c58f814cf 100644 --- a/docs/en/cli/sftp/SaveFile/bash.txt +++ b/docs/en/cli/sftp/SaveFile/bash.txt @@ -3,4 +3,4 @@ oint sftp SaveFile \ --conn "{'proxy':{'login':'proxyuser','password':'***','port':'8071','proxy_type':'http','server':'127.0.0.1'},'set':{'auth_type':'keyboard_interactive','host':'172.33.0.34','key_path':null,'keyboard_responses':['12we3456!2154'],'passphrase':null,'password':null,'port':'2223','pub_path':null,'username':'bayselonarrend'}}" \ --path "pic_from_disk.png" \ - --file "/tmp/eweivps4.trt.bin" \ No newline at end of file + --file "C:\Users\bayselonarrend\AppData\Local\Temp\dovpryd4.ozk.bin" \ No newline at end of file diff --git a/docs/en/cli/sftp/SaveFile/bat.txt b/docs/en/cli/sftp/SaveFile/bat.txt index 191b7a060f..4c3a6f2313 100644 --- a/docs/en/cli/sftp/SaveFile/bat.txt +++ b/docs/en/cli/sftp/SaveFile/bat.txt @@ -3,4 +3,4 @@ oint sftp SaveFile ^ --conn "{'proxy':{'login':'proxyuser','password':'***','port':'8071','proxy_type':'http','server':'127.0.0.1'},'set':{'auth_type':'keyboard_interactive','host':'172.33.0.34','key_path':null,'keyboard_responses':['12we3456!2154'],'passphrase':null,'password':null,'port':'2223','pub_path':null,'username':'bayselonarrend'}}" ^ --path "pic_from_disk.png" ^ - --file "/tmp/eweivps4.trt.bin" \ No newline at end of file + --file "C:\Users\bayselonarrend\AppData\Local\Temp\dovpryd4.ozk.bin" \ No newline at end of file diff --git a/docs/en/cli/sftp/UploadFile/bash.txt b/docs/en/cli/sftp/UploadFile/bash.txt index 6cf24b6775..a7c098a87a 100644 --- a/docs/en/cli/sftp/UploadFile/bash.txt +++ b/docs/en/cli/sftp/UploadFile/bash.txt @@ -2,5 +2,5 @@ oint sftp UploadFile \ --conn "{'proxy':{'login':'proxyuser','password':'***','port':'8071','proxy_type':'http','server':'127.0.0.1'},'set':{'auth_type':'keyboard_interactive','host':'172.33.0.34','key_path':null,'keyboard_responses':['12we3456!2154'],'passphrase':null,'password':null,'port':'2223','pub_path':null,'username':'bayselonarrend'}}" \ - --file "/tmp/04lvlhwr.3ya" \ + --file "C:\Users\bayselonarrend\AppData\Local\Temp\vn1b4f2u.0t0" \ --path "files_folder/pic_from_binary.png" \ No newline at end of file diff --git a/docs/en/cli/sftp/UploadFile/bat.txt b/docs/en/cli/sftp/UploadFile/bat.txt index e79040bf9d..b9fa03a195 100644 --- a/docs/en/cli/sftp/UploadFile/bat.txt +++ b/docs/en/cli/sftp/UploadFile/bat.txt @@ -2,5 +2,5 @@ oint sftp UploadFile ^ --conn "{'proxy':{'login':'proxyuser','password':'***','port':'8071','proxy_type':'http','server':'127.0.0.1'},'set':{'auth_type':'keyboard_interactive','host':'172.33.0.34','key_path':null,'keyboard_responses':['12we3456!2154'],'passphrase':null,'password':null,'port':'2223','pub_path':null,'username':'bayselonarrend'}}" ^ - --file "/tmp/04lvlhwr.3ya" ^ + --file "C:\Users\bayselonarrend\AppData\Local\Temp\vn1b4f2u.0t0" ^ --path "files_folder/pic_from_binary.png" \ 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 1c85e34d66..4d80c0e019 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 "C0APJBH366L" \ No newline at end of file + --channel "C0ANT7R2BA6" \ 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 06e61426f5..8cb1485cba 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 "C0APJBH366L" \ No newline at end of file + --channel "C0ANT7R2BA6" \ 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 08e1f5a2b4..592fd1994a 100644 --- a/docs/en/cli/slack/CreateChannel/bash.txt +++ b/docs/en/cli/slack/CreateChannel/bash.txt @@ -1,3 +1,3 @@ oint slack CreateChannel \ --token "***" \ - --title "testconv114ad471-c473-45af-a64a-89ebf8782f62" \ No newline at end of file + --title "testconvdf1898c5-0f53-46c2-bee1-7b27aee86f49" \ 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 d779b61385..ecf31bcf45 100644 --- a/docs/en/cli/slack/CreateChannel/bat.txt +++ b/docs/en/cli/slack/CreateChannel/bat.txt @@ -1,3 +1,3 @@ oint slack CreateChannel ^ --token "***" ^ - --title "testconv114ad471-c473-45af-a64a-89ebf8782f62" \ No newline at end of file + --title "testconvdf1898c5-0f53-46c2-bee1-7b27aee86f49" \ 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 d569cf02c2..7048a5dfdf 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 "F0AN8KR6WJ3" \ No newline at end of file + --fileid "F0AP65CGP41" \ 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 42b5eb44ec..97036eed37 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 "F0AN8KR6WJ3" \ No newline at end of file + --fileid "F0AP65CGP41" \ 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 a9e7cfa88a..9bfff957cb 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 "F0AP30T5BDF" \ No newline at end of file + --fileid "F0ANLS4UX19" \ 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 2d31c1e67a..1791365b48 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 "F0AP30T5BDF" \ No newline at end of file + --fileid "F0ANLS4UX19" \ 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 d32df9ccdb..bcab4aa399 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 "1774420232.049609" \ No newline at end of file + --stamp "1774448708.412259" \ 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 50af1c6748..8228f719fb 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 "1774420232.049609" \ No newline at end of file + --stamp "1774448708.412259" \ 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 21fff314e5..5b495e23b1 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 "1774420232.049609" \ + --stamp "1774448708.412259" \ --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 e93c6d3554..7652ee8a11 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 "1774420232.049609" ^ + --stamp "1774448708.412259" ^ --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 fb1ce51912..3f35374879 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 "C0APJBH366L" \ No newline at end of file + --channel "C0ANT7R2BA6" \ 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 389474b8f7..ee4027f911 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 "C0APJBH366L" \ No newline at end of file + --channel "C0ANT7R2BA6" \ 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 be52d3ecf5..5eba342812 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 "C0APJBH366L" \ No newline at end of file + --channel "C0ANT7R2BA6" \ 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 c2bd6d1276..dcf734d6b6 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 "C0APJBH366L" \ No newline at end of file + --channel "C0ANT7R2BA6" \ 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 69db9dfb36..b9f630ee91 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 "C0APJBH366L" \ No newline at end of file + --channel "C0ANT7R2BA6" \ 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 49de9650d6..17480f417a 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 "C0APJBH366L" \ No newline at end of file + --channel "C0ANT7R2BA6" \ 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 7f237f3a6d..c5542d99a0 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 "F0AN8KR6WJ3" \ No newline at end of file + --fileid "F0AP65CGP41" \ 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 91eb058136..805f867cff 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 "F0AN8KR6WJ3" \ No newline at end of file + --fileid "F0AP65CGP41" \ 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 2606a345d8..9b80ddece3 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 "F0AP30T5BDF" \ No newline at end of file + --fileid "F0ANLS4UX19" \ 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 2b6e389827..492532932d 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 "F0AP30T5BDF" \ No newline at end of file + --fileid "F0ANLS4UX19" \ 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 7433f56cca..d81e56e165 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 "1774420232.049609" \ No newline at end of file + --stamp "1774448708.412259" \ 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 77dbee3ec0..b49563d2ba 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 "1774420232.049609" \ No newline at end of file + --stamp "1774448708.412259" \ 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 0f66aa97fc..a18bb9278e 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 "1774420232.049609" \ No newline at end of file + --stamp "1774448708.412259" \ 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 334bdc84d8..1ff59b2340 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 "1774420232.049609" \ No newline at end of file + --stamp "1774448708.412259" \ 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 c40d77bfaf..317696450d 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 "C0APJBH366L" \ + --channel "C0ANT7R2BA6" \ --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 79d9eb2f7b..1447dcbfc8 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 "C0APJBH366L" ^ + --channel "C0ANT7R2BA6" ^ --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 1e369f1c79..e5af68d7a9 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 "C0APJBH366L" \ No newline at end of file + --channel "C0ANT7R2BA6" \ 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 d1c133935e..38c2a80f08 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 "C0APJBH366L" \ No newline at end of file + --channel "C0ANT7R2BA6" \ 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 7d3c93bb47..1448c1365b 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 "C0APJBH366L" \ + --channel "C0ANT7R2BA6" \ --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 3032d146f2..5b3c233b37 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 "C0APJBH366L" ^ + --channel "C0ANT7R2BA6" ^ --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 7dea2a44c4..8cdee6b0aa 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 "C0APJBH366L" \ No newline at end of file + --channel "C0ANT7R2BA6" \ 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 be784bbd1f..d85948c8a9 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 "C0APJBH366L" \ No newline at end of file + --channel "C0ANT7R2BA6" \ 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 bb9ccab760..bd38745f6b 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 "F0AP30T5BDF" \ No newline at end of file + --fileid "F0ANLS4UX19" \ 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 997c81b2d0..750bd33b2b 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 "F0AP30T5BDF" \ No newline at end of file + --fileid "F0ANLS4UX19" \ 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 1f33c1e3dd..fd82a278f3 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 "F0AP30T5BDF" \ No newline at end of file + --fileid "F0ANLS4UX19" \ 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 a9b443b42b..1399f7896a 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 "F0AP30T5BDF" \ No newline at end of file + --fileid "F0ANLS4UX19" \ 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 14cc6cd6ca..78ce7dbf4e 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 "C0APJBH366L" \ - --title "testconv0ac2f2c5-4917-4c28-ab19-e7e5b78cde0f" \ No newline at end of file + --channel "C0ANT7R2BA6" \ + --title "testconv8b3fbbff-2727-4b07-825e-edd641f52808" \ 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 12e82f0441..21c72f3c68 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 "C0APJBH366L" ^ - --title "testconv0ac2f2c5-4917-4c28-ab19-e7e5b78cde0f" \ No newline at end of file + --channel "C0ANT7R2BA6" ^ + --title "testconv8b3fbbff-2727-4b07-825e-edd641f52808" \ 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 7551483ed7..0abe630fff 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 "F0AN8KR6WJ3" \ + --fileid "F0AP65CGP41" \ --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 e5e9453ee4..35d5b4c077 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 "F0AN8KR6WJ3" ^ + --fileid "F0AP65CGP41" ^ --channels "C06UFNUTKUL" \ 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 326bdcf287..854f20be10 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 "C0APJBH366L" \ + --channel "C0ANT7R2BA6" \ --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 5628ecb2e4..23e9799484 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 "C0APJBH366L" ^ + --channel "C0ANT7R2BA6" ^ --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 ad796fd55b..6f1aeebe08 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 "C0APJBH366L" \ + --channel "C0ANT7R2BA6" \ --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 260c087053..a38fffd7f3 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 "C0APJBH366L" ^ + --channel "C0ANT7R2BA6" ^ --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 947b6b91a3..8840070493 100644 --- a/docs/en/cli/sqlite/AddRecords/bash.txt +++ b/docs/en/cli/sqlite/AddRecords/bash.txt @@ -3,4 +3,4 @@ oint sqlite AddRecords \ --table "test1" \ --rows "{'[An obscure column]':'yo'}" \ - --db "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 d0490027e4..2a96d41d16 100644 --- a/docs/en/cli/sqlite/AddRecords/bat.txt +++ b/docs/en/cli/sqlite/AddRecords/bat.txt @@ -3,4 +3,4 @@ oint sqlite AddRecords ^ --table "test1" ^ --rows "{'[An obscure column]':'yo'}" ^ - --db "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 index 96e5b2f6e1..e22a9117b5 100644 --- a/docs/en/cli/sqlite/AddTableColumn/bash.txt +++ b/docs/en/cli/sqlite/AddTableColumn/bash.txt @@ -2,4 +2,4 @@ oint sqlite AddTableColumn \ --table "test" \ --name "new_col" \ --type "TEXT" \ - --db "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 index f1f7b4df34..6a06bad971 100644 --- a/docs/en/cli/sqlite/AddTableColumn/bat.txt +++ b/docs/en/cli/sqlite/AddTableColumn/bat.txt @@ -2,4 +2,4 @@ oint sqlite AddTableColumn ^ --table "test" ^ --name "new_col" ^ --type "TEXT" ^ - --db "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 ea977c08e0..1ad8710f03 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 "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 cf49be31af..b4458a197f 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 "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 253660d85c..51e6e626b7 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 "test1" \ --cols "{'id':'INTEGER PRIMARY KEY','[An obscure column]':'TEXT'}" \ - --db "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 85fb0dd6c1..1477ba11e6 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 "test1" ^ --cols "{'id':'INTEGER PRIMARY KEY','[An obscure column]':'TEXT'}" ^ - --db "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 bbe462e073..92f0353f53 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 "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 30dacc9bea..6756776daf 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 "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 498ff78c0e..7d272b2c67 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 "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 1406e4f7ef..79987e14b1 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 "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 index c817223099..4ba2f51ed0 100644 --- a/docs/en/cli/sqlite/DeleteTableColumn/bash.txt +++ b/docs/en/cli/sqlite/DeleteTableColumn/bash.txt @@ -1,4 +1,4 @@ oint sqlite DeleteTableColumn \ --table "test" \ --name "new_col" \ - --db "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 index c5f0611945..55395e72e3 100644 --- a/docs/en/cli/sqlite/DeleteTableColumn/bat.txt +++ b/docs/en/cli/sqlite/DeleteTableColumn/bat.txt @@ -1,4 +1,4 @@ oint sqlite DeleteTableColumn ^ --table "test" ^ --name "new_col" ^ - --db "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/EnsureRecords/bash.txt b/docs/en/cli/sqlite/EnsureRecords/bash.txt index 65c2aab1a7..83f60aa730 100644 --- a/docs/en/cli/sqlite/EnsureRecords/bash.txt +++ b/docs/en/cli/sqlite/EnsureRecords/bash.txt @@ -4,4 +4,4 @@ oint sqlite EnsureRecords \ --table "test_merge" \ --rows "[{'id':'1','name':'Vitaly Updated','age':'25','salary':'1500.5'},{'id':'3','name':'Anton','age':'30','salary':'3000'}]" \ --unique "['id']" \ - --db "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.sqlite" \ No newline at end of file diff --git a/docs/en/cli/sqlite/EnsureRecords/bat.txt b/docs/en/cli/sqlite/EnsureRecords/bat.txt index 6d012af4e6..86622a5879 100644 --- a/docs/en/cli/sqlite/EnsureRecords/bat.txt +++ b/docs/en/cli/sqlite/EnsureRecords/bat.txt @@ -4,4 +4,4 @@ oint sqlite EnsureRecords ^ --table "test_merge" ^ --rows "[{'id':'1','name':'Vitaly Updated','age':'25','salary':'1500.5'},{'id':'3','name':'Anton','age':'30','salary':'3000'}]" ^ --unique "['id']" ^ - --db "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 index fe9bbe6d79..2e8ffb71d9 100644 --- a/docs/en/cli/sqlite/EnsureTable/bash.txt +++ b/docs/en/cli/sqlite/EnsureTable/bash.txt @@ -3,4 +3,4 @@ oint sqlite EnsureTable \ --table "test_new" \ --cols "{'id':'INTEGER','code':'INTEGER','name':'TEXT','age':'INTEGER','info':'TEXT'}" \ - --db "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 index 5bde2e773a..c399ec725e 100644 --- a/docs/en/cli/sqlite/EnsureTable/bat.txt +++ b/docs/en/cli/sqlite/EnsureTable/bat.txt @@ -3,4 +3,4 @@ oint sqlite EnsureTable ^ --table "test_new" ^ --cols "{'id':'INTEGER','code':'INTEGER','name':'TEXT','age':'INTEGER','info':'TEXT'}" ^ - --db "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 a529fd33e3..7f9a92ea14 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 "/tmp/vlpne1i4.ft3.sqlite" \ - --exts "{'https://hut.openintegrations.dev/test_data/uuid.so':'sqlite3_uuid_init'}" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\kp5acnxy.fpm.sqlite" \ + --exts "{'https://hut.openintegrations.dev/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 070cfdcb80..825289c1a9 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 "/tmp/vlpne1i4.ft3.sqlite" ^ - --exts "{'https://hut.openintegrations.dev/test_data/uuid.so':'sqlite3_uuid_init'}" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\kp5acnxy.fpm.sqlite" ^ + --exts "{'https://hut.openintegrations.dev/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 f790fe4977..5fa5c9f167 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 "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 dff6a70e2d..8a0821e5f7 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 "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 3ff97a5d49..c3d24474da 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 "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 fe559b8c7c..88957eb665 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 "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 d7df767672..a5782f2f3d 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 "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.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 48e5dacfd6..5225206059 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 "/tmp/004zegkm.ttu.sqlite" \ No newline at end of file + --db "C:\Users\bayselonarrend\AppData\Local\Temp\0xzma3q0.zw5.sqlite" \ No newline at end of file diff --git a/docs/en/cli/telegram/CloseForumTopic/bash.txt b/docs/en/cli/telegram/CloseForumTopic/bash.txt index 6c15a42eb7..e974036f91 100644 --- a/docs/en/cli/telegram/CloseForumTopic/bash.txt +++ b/docs/en/cli/telegram/CloseForumTopic/bash.txt @@ -1,4 +1,4 @@ oint telegram CloseForumTopic \ --token "***" \ --forum "-1001971186208" \ - --topic "14108" \ No newline at end of file + --topic "14196" \ No newline at end of file diff --git a/docs/en/cli/telegram/CloseForumTopic/bat.txt b/docs/en/cli/telegram/CloseForumTopic/bat.txt index cfa40e3db2..add7d3dfb7 100644 --- a/docs/en/cli/telegram/CloseForumTopic/bat.txt +++ b/docs/en/cli/telegram/CloseForumTopic/bat.txt @@ -1,4 +1,4 @@ oint telegram CloseForumTopic ^ --token "***" ^ --forum "-1001971186208" ^ - --topic "14108" \ No newline at end of file + --topic "14196" \ No newline at end of file diff --git a/docs/en/cli/telegram/CreateForumTopic/bash.txt b/docs/en/cli/telegram/CreateForumTopic/bash.txt index 47e232df51..c0bf706557 100644 --- a/docs/en/cli/telegram/CreateForumTopic/bash.txt +++ b/docs/en/cli/telegram/CreateForumTopic/bash.txt @@ -1,5 +1,5 @@ oint telegram CreateForumTopic \ --token "***" \ --forum "-1001971186208" \ - --title "TestTopic 37f59c41-6583-459c-9f02-9f2f18852008" \ + --title "TestTopic c86953cf-75d0-48f9-8bc2-48a1e41baba1" \ --icon "5357419403325481346" \ No newline at end of file diff --git a/docs/en/cli/telegram/CreateForumTopic/bat.txt b/docs/en/cli/telegram/CreateForumTopic/bat.txt index 0954cf008c..e3cecd5cb1 100644 --- a/docs/en/cli/telegram/CreateForumTopic/bat.txt +++ b/docs/en/cli/telegram/CreateForumTopic/bat.txt @@ -1,5 +1,5 @@ oint telegram CreateForumTopic ^ --token "***" ^ --forum "-1001971186208" ^ - --title "TestTopic 37f59c41-6583-459c-9f02-9f2f18852008" ^ + --title "TestTopic c86953cf-75d0-48f9-8bc2-48a1e41baba1" ^ --icon "5357419403325481346" \ 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 a17a0e4ba5..e6a611bc74 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 "***" \ - --title "Link 03/25/2026 05:47:36" \ - --expire "2026-03-26T05:47:36" \ + --title "Link 3/25/2026 4:42:50 PM" \ + --expire "2026-03-26T16:42:50" \ --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 d5e317dcbf..624efdfdad 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 "***" ^ - --title "Link 03/25/2026 05:47:36" ^ - --expire "2026-03-26T05:47:36" ^ + --title "Link 3/25/2026 4:42:50 PM" ^ + --expire "2026-03-26T16:42:50" ^ --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 249bd19a90..5f181ad927 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 "14108" \ No newline at end of file + --topic "14196" \ 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 e29b56e336..a9f366737e 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 "14108" \ No newline at end of file + --topic "14196" \ 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 14fcbb088c..504e2b5788 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 "***" \ - --message "26312" \ No newline at end of file + --message "26486" \ 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 f3f203004d..67f5563131 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 "***" ^ - --message "26312" \ No newline at end of file + --message "26486" \ 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 a2551687f0..b9df43650b 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 "CQACAgIAAx0EcNsaZQACZtJpw3ZzaY6aOjVXj0WO9a77dL8rYQACEJgAAtqdGUqwlOQOExvWwToE" \ No newline at end of file + --fileid "CQACAgIAAx0EcNsaZQACZ4Bpw-X1_arPqyhglEXj45Yx0tX_cwACco8AAu_LIUrWTvjB1n4rfjoE" \ 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 4cec23f257..c49a841fb7 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 "CQACAgIAAx0EcNsaZQACZtJpw3ZzaY6aOjVXj0WO9a77dL8rYQACEJgAAtqdGUqwlOQOExvWwToE" \ No newline at end of file + --fileid "CQACAgIAAx0EcNsaZQACZ4Bpw-X1_arPqyhglEXj45Yx0tX_cwACco8AAu_LIUrWTvjB1n4rfjoE" \ 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 4c274cef5b..3c64baff5b 100644 --- a/docs/en/cli/telegram/EditForumTopic/bash.txt +++ b/docs/en/cli/telegram/EditForumTopic/bash.txt @@ -1,6 +1,6 @@ oint telegram EditForumTopic \ --token "***" \ --forum "-1001971186208" \ - --topic "14108" \ + --topic "14196" \ --title "NewTestTitle" \ --icon "5310132165583840589" \ 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 59cbc35427..cd508b06a4 100644 --- a/docs/en/cli/telegram/EditForumTopic/bat.txt +++ b/docs/en/cli/telegram/EditForumTopic/bat.txt @@ -1,6 +1,6 @@ oint telegram EditForumTopic ^ --token "***" ^ --forum "-1001971186208" ^ - --topic "14108" ^ + --topic "14196" ^ --title "NewTestTitle" ^ --icon "5310132165583840589" \ 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 fada67a734..f517309b33 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 topic name c3b925a3-44a5-438b-b190-24b783c2ffdd" \ No newline at end of file + --title "New main topic name 4c72cc45-51fe-4bdc-8f21-b4e07f2b881c" \ 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 850cdd94be..8341b4ad07 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 topic name c3b925a3-44a5-438b-b190-24b783c2ffdd" \ No newline at end of file + --title "New main topic name 4c72cc45-51fe-4bdc-8f21-b4e07f2b881c" \ 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 7a63b5f887..f698bb5f1a 100644 --- a/docs/en/cli/telegram/ForwardMessage/bash.txt +++ b/docs/en/cli/telegram/ForwardMessage/bash.txt @@ -1,5 +1,5 @@ oint telegram ForwardMessage \ --token "***" \ - --message "26312" \ + --message "26486" \ --from "@testsichee" \ --to "461699897" \ 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 c4a5245b84..978a231adc 100644 --- a/docs/en/cli/telegram/ForwardMessage/bat.txt +++ b/docs/en/cli/telegram/ForwardMessage/bat.txt @@ -1,5 +1,5 @@ oint telegram ForwardMessage ^ --token "***" ^ - --message "26312" ^ + --message "26486" ^ --from "@testsichee" ^ --to "461699897" \ No newline at end of file diff --git a/docs/en/cli/telegram/OpenForumTopic/bash.txt b/docs/en/cli/telegram/OpenForumTopic/bash.txt index 81ca1bd789..0a920b590e 100644 --- a/docs/en/cli/telegram/OpenForumTopic/bash.txt +++ b/docs/en/cli/telegram/OpenForumTopic/bash.txt @@ -1,4 +1,4 @@ oint telegram OpenForumTopic \ --token "***" \ --forum "-1001971186208" \ - --topic "14108" \ No newline at end of file + --topic "14196" \ No newline at end of file diff --git a/docs/en/cli/telegram/OpenForumTopic/bat.txt b/docs/en/cli/telegram/OpenForumTopic/bat.txt index f102ab0dc0..9a289c6003 100644 --- a/docs/en/cli/telegram/OpenForumTopic/bat.txt +++ b/docs/en/cli/telegram/OpenForumTopic/bat.txt @@ -1,4 +1,4 @@ oint telegram OpenForumTopic ^ --token "***" ^ --forum "-1001971186208" ^ - --topic "14108" \ No newline at end of file + --topic "14196" \ 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 590cce81be..c1d8ceb7c4 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 "***" \ - --message "26312" \ No newline at end of file + --message "26486" \ 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 39096423c0..b802ae4b5a 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 "***" ^ - --message "26312" \ No newline at end of file + --message "26486" \ 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 182d3e7c0e..d18bbe92d5 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 "***" \ - --message "20384" \ + --message "20525" \ --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 1dd1b1a231..54b6b3c187 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 "***" ^ - --message "20384" ^ + --message "20525" ^ --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 a0a727b839..18fd4c16c7 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 "***" \ - --message "20380" \ + --message "20521" \ --keyboard "{'inline_keyboard':[[{'text':'New button 3','callback_data':'New button 3'},{'text':'New button 2','callback_data':'New button 2'},{'text':'New button 1','callback_data':'New button 1'}]],'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 55270946f3..4d51220840 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 "***" ^ - --message "20380" ^ + --message "20521" ^ --keyboard "{'inline_keyboard':[[{'text':'New button 3','callback_data':'New button 3'},{'text':'New button 2','callback_data':'New button 2'},{'text':'New button 1','callback_data':'New button 1'}]],'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 56e208bb5c..60d0bb9b99 100644 --- a/docs/en/cli/telegram/ReplaceMessageText/bash.txt +++ b/docs/en/cli/telegram/ReplaceMessageText/bash.txt @@ -1,6 +1,6 @@ oint telegram ReplaceMessageText \ --token "***" \ --chat "***" \ - --message "26312" \ + --message "26486" \ --text "Bold text" \ --parsemode "HTML" \ 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 3bbb8835ba..00e7178a08 100644 --- a/docs/en/cli/telegram/ReplaceMessageText/bat.txt +++ b/docs/en/cli/telegram/ReplaceMessageText/bat.txt @@ -1,6 +1,6 @@ oint telegram ReplaceMessageText ^ --token "***" ^ --chat "***" ^ - --message "26312" ^ + --message "26486" ^ --text "Bold text" ^ --parsemode "HTML" \ 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 f10fb53063..426f7d9665 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 "***" \ --text "Строковое значение" \ - --audio "/tmp/fkijexwt.jcc" \ No newline at end of file + --audio "C:\Users\bayselonarrend\AppData\Local\Temp\i1hl0led.u1q" \ 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 8e49d6eea0..95167742ad 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 "***" ^ --text "Строковое значение" ^ - --audio "/tmp/fkijexwt.jcc" \ No newline at end of file + --audio "C:\Users\bayselonarrend\AppData\Local\Temp\i1hl0led.u1q" \ 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 f95cd234f8..c2273129f4 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 "***" \ --text "Строковое значение" \ - --doc "/tmp/h14lejoe.qq1" \ + --doc "C:\Users\bayselonarrend\AppData\Local\Temp\122eldse.5pe" \ --filename "customname.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 1483fb2529..025dd88abb 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 "***" ^ --text "Строковое значение" ^ - --doc "/tmp/h14lejoe.qq1" ^ + --doc "C:\Users\bayselonarrend\AppData\Local\Temp\122eldse.5pe" ^ --filename "customname.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 078d455f17..5c5472c949 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 "***" \ --text "Строковое значение" \ - --gif "/tmp/vh52l0j2.gut" \ No newline at end of file + --gif "C:\Users\bayselonarrend\AppData\Local\Temp\jp2jd04p.kvn" \ 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 ae732d1508..ba55dd2f14 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 "***" ^ --text "Строковое значение" ^ - --gif "/tmp/vh52l0j2.gut" \ No newline at end of file + --gif "C:\Users\bayselonarrend\AppData\Local\Temp\jp2jd04p.kvn" \ 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 aaa6abf93b..38d870ae38 100644 --- a/docs/en/cli/telegram/SendImage/bash.txt +++ b/docs/en/cli/telegram/SendImage/bash.txt @@ -3,6 +3,6 @@ oint telegram SendImage \ --token "***" \ --chat "***" \ - --text "%F0%9F%94%A5 *New release\!*\n\n%F0%9F%8F%B0 *Repository*: [240596448/devtools](https://github.com/240596448/devtools)\n%F0%9F%94%A2 *Version*: \{0.6.0}\n%F0%9F%93%85 *Date release*: 6 december 2025 y.\n\n>*AI summary*\n>Devtools - this tool for automation work with configurations\extensions 1C:Enterprise and integration with Git. Application allows dump and upload objects, a also synchronize change between Git and repository 1C. In release 0.6.0 realized optimization logic work and added logging, that contributes stability and simplifies analysis work applications.\n\n\n_Not forget put %E2%AD%90 liked projects_" \ + --text "%%F0%%9F%%94%%A5 *New release\!*\n\n%%F0%%9F%%8F%%B0 *Repository*: [240596448/devtools](https://github.com/240596448/devtools)\n%%F0%%9F%%94%%A2 *Version*: \{0.6.0}\n%%F0%%9F%%93%%85 *Date release*: 6 december 2025 y.\n\n>*AI summary*\n>Devtools - this tool for automation work with configurations\extensions 1C:Enterprise and integration with Git. Application allows dump and upload objects, a also synchronize change between Git and repository 1C. In release 0.6.0 realized optimization logic work and added logging, that contributes stability and simplifies analysis work applications.\n\n\n_Not forget put %%E2%%AD%%90 liked projects_" \ --picture "https://hut.openintegrations.dev/test_data/picture.jpg" \ --parsemode "MarkdownV2" \ 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 d5831e11bd..61f96d5d0c 100644 --- a/docs/en/cli/telegram/SendImage/bat.txt +++ b/docs/en/cli/telegram/SendImage/bat.txt @@ -3,6 +3,6 @@ oint telegram SendImage ^ --token "***" ^ --chat "***" ^ - --text "%F0%9F%94%A5 *New release\!*\n\n%F0%9F%8F%B0 *Repository*: [240596448/devtools](https://github.com/240596448/devtools)\n%F0%9F%94%A2 *Version*: \{0.6.0}\n%F0%9F%93%85 *Date release*: 6 december 2025 y.\n\n>*AI summary*\n>Devtools - this tool for automation work with configurations\extensions 1C:Enterprise and integration with Git. Application allows dump and upload objects, a also synchronize change between Git and repository 1C. In release 0.6.0 realized optimization logic work and added logging, that contributes stability and simplifies analysis work applications.\n\n\n_Not forget put %E2%AD%90 liked projects_" ^ + --text "%%F0%%9F%%94%%A5 *New release\!*\n\n%%F0%%9F%%8F%%B0 *Repository*: [240596448/devtools](https://github.com/240596448/devtools)\n%%F0%%9F%%94%%A2 *Version*: \{0.6.0}\n%%F0%%9F%%93%%85 *Date release*: 6 december 2025 y.\n\n>*AI summary*\n>Devtools - this tool for automation work with configurations\extensions 1C:Enterprise and integration with Git. Application allows dump and upload objects, a also synchronize change between Git and repository 1C. In release 0.6.0 realized optimization logic work and added logging, that contributes stability and simplifies analysis work applications.\n\n\n_Not forget put %%E2%%AD%%90 liked projects_" ^ --picture "https://hut.openintegrations.dev/test_data/picture.jpg" ^ --parsemode "MarkdownV2" \ 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 3db614eaeb..3cb7ae45c3 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 "***" \ --text "Строковое значение" \ - --media "{'https://hut.openintegrations.dev/test_data/document.docx':'document','/tmp/ivxkzceh.fjr.docx':'document'}" \ No newline at end of file + --media "{'https://hut.openintegrations.dev/test_data/document.docx':'document','C:\\Users\\bayselonarrend\\AppData\\Local\\Temp\\ercv5qft.zcs.docx':'***'}" \ 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 537208382e..b16ace5752 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 "***" ^ --text "Строковое значение" ^ - --media "{'https://hut.openintegrations.dev/test_data/document.docx':'document','/tmp/ivxkzceh.fjr.docx':'document'}" \ No newline at end of file + --media "{'https://hut.openintegrations.dev/test_data/document.docx':'document','C:\\Users\\bayselonarrend\\AppData\\Local\\Temp\\ercv5qft.zcs.docx':'***'}" \ 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 a6a4d747fa..de2bfe7760 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 "***" \ --text "Строковое значение" \ - --video "/tmp/qtwxtidn.ui4" \ No newline at end of file + --video "C:\Users\bayselonarrend\AppData\Local\Temp\hbae4ssz.zl1" \ 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 80077fb44e..773550b2e6 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 "***" ^ --text "Строковое значение" ^ - --video "/tmp/qtwxtidn.ui4" \ No newline at end of file + --video "C:\Users\bayselonarrend\AppData\Local\Temp\hbae4ssz.zl1" \ 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 282878a21b..8347d5510c 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 "***" \ - --message "26312" \ No newline at end of file + --message "26486" \ 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 14f75c8e7d..bcd02be2bf 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 "***" ^ - --message "26312" \ No newline at end of file + --message "26486" \ No newline at end of file diff --git a/docs/en/cli/twitter/CreateCustomTweet/bash.txt b/docs/en/cli/twitter/CreateCustomTweet/bash.txt index 73df610a69..f89d30bd54 100644 --- a/docs/en/cli/twitter/CreateCustomTweet/bash.txt +++ b/docs/en/cli/twitter/CreateCustomTweet/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint twitter CreateCustomTweet \ - --text "TestTweetb706b78a-d26f-4ba7-9fac-614dfcf05a65" \ - --media "['2036683759722848256','2036683773644091393']" \ + --text "TestTweet5052a70d-8f90-4b34-a1bd-ca0effa51f8f" \ + --media "['2036803332669652993','2036803341737775104']" \ --auth "{'redirect_uri':'https://hut.openintegrations.dev/melezh/6ad91cc8b','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/CreateCustomTweet/bat.txt b/docs/en/cli/twitter/CreateCustomTweet/bat.txt index dbb24fcd24..25173f6fda 100644 --- a/docs/en/cli/twitter/CreateCustomTweet/bat.txt +++ b/docs/en/cli/twitter/CreateCustomTweet/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint twitter CreateCustomTweet ^ - --text "TestTweetb706b78a-d26f-4ba7-9fac-614dfcf05a65" ^ - --media "['2036683759722848256','2036683773644091393']" ^ + --text "TestTweet5052a70d-8f90-4b34-a1bd-ca0effa51f8f" ^ + --media "['2036803332669652993','2036803341737775104']" ^ --auth "{'redirect_uri':'https://hut.openintegrations.dev/melezh/6ad91cc8b','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/CreateGifTweet/bash.txt b/docs/en/cli/twitter/CreateGifTweet/bash.txt index cdf9248565..347b8aaab5 100644 --- a/docs/en/cli/twitter/CreateGifTweet/bash.txt +++ b/docs/en/cli/twitter/CreateGifTweet/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint twitter CreateGifTweet \ - --text "TestTweet2a9899c2-ae95-4617-9778-ca856289aa54" \ - --gifs "/tmp/gcpcoet1.yik" \ + --text "TestTweetec139121-ab26-48d1-8d9e-ae008601e724" \ + --gifs "C:\Users\bayselonarrend\AppData\Local\Temp\nanexoo2.col" \ --auth "{'redirect_uri':'https://hut.openintegrations.dev/melezh/6ad91cc8b','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/CreateGifTweet/bat.txt b/docs/en/cli/twitter/CreateGifTweet/bat.txt index c6c4105083..08f9dca805 100644 --- a/docs/en/cli/twitter/CreateGifTweet/bat.txt +++ b/docs/en/cli/twitter/CreateGifTweet/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint twitter CreateGifTweet ^ - --text "TestTweet2a9899c2-ae95-4617-9778-ca856289aa54" ^ - --gifs "/tmp/gcpcoet1.yik" ^ + --text "TestTweetec139121-ab26-48d1-8d9e-ae008601e724" ^ + --gifs "C:\Users\bayselonarrend\AppData\Local\Temp\nanexoo2.col" ^ --auth "{'redirect_uri':'https://hut.openintegrations.dev/melezh/6ad91cc8b','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}" \ No newline at end of file diff --git a/docs/en/cli/twitter/CreateImageTweet/bash.txt b/docs/en/cli/twitter/CreateImageTweet/bash.txt index 1741bc4826..7bed2f92cb 100644 --- a/docs/en/cli/twitter/CreateImageTweet/bash.txt +++ b/docs/en/cli/twitter/CreateImageTweet/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint twitter CreateImageTweet \ - --text "TestTweet43042d6e-db5a-4169-b54e-ac3a09eab0ef" \ - --pictures "/tmp/mzjhne0k.vkg" \ + --text "TestTweeteefa3c3e-7a72-4d97-b706-3aadc1196929" \ + --pictures "C:\Users\bayselonarrend\AppData\Local\Temp\qetedjfp.nz4" \ --auth "{'redirect_uri':'https://hut.openintegrations.dev/melezh/6ad91cc8b','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}" \ No newline at end of file diff --git a/docs/en/cli/twitter/CreateImageTweet/bat.txt b/docs/en/cli/twitter/CreateImageTweet/bat.txt index 4b1e4e89a9..9d6d81ce19 100644 --- a/docs/en/cli/twitter/CreateImageTweet/bat.txt +++ b/docs/en/cli/twitter/CreateImageTweet/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint twitter CreateImageTweet ^ - --text "TestTweet43042d6e-db5a-4169-b54e-ac3a09eab0ef" ^ - --pictures "/tmp/mzjhne0k.vkg" ^ + --text "TestTweeteefa3c3e-7a72-4d97-b706-3aadc1196929" ^ + --pictures "C:\Users\bayselonarrend\AppData\Local\Temp\qetedjfp.nz4" ^ --auth "{'redirect_uri':'https://hut.openintegrations.dev/melezh/6ad91cc8b','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/CreatePollTweet/bash.txt b/docs/en/cli/twitter/CreatePollTweet/bash.txt index a8d6944235..74dd259b27 100644 --- a/docs/en/cli/twitter/CreatePollTweet/bash.txt +++ b/docs/en/cli/twitter/CreatePollTweet/bash.txt @@ -1,7 +1,7 @@ # JSON data can also be passed as a path to a .json file oint twitter CreatePollTweet \ - --text "TestTweet2d92fc69-c349-482b-9610-d1c37cfcd978" \ + --text "TestTweet7f9f9fb0-19b4-4c0e-88a4-8a0ccbaba38a" \ --options "['Option 1','Option 2']" \ --duration 60 \ --auth "{'redirect_uri':'https://hut.openintegrations.dev/melezh/6ad91cc8b','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/CreatePollTweet/bat.txt b/docs/en/cli/twitter/CreatePollTweet/bat.txt index 14d879a711..26b35c356d 100644 --- a/docs/en/cli/twitter/CreatePollTweet/bat.txt +++ b/docs/en/cli/twitter/CreatePollTweet/bat.txt @@ -1,7 +1,7 @@ :: JSON data can also be passed as a path to a .json file oint twitter CreatePollTweet ^ - --text "TestTweet2d92fc69-c349-482b-9610-d1c37cfcd978" ^ + --text "TestTweet7f9f9fb0-19b4-4c0e-88a4-8a0ccbaba38a" ^ --options "['Option 1','Option 2']" ^ --duration 60 ^ --auth "{'redirect_uri':'https://hut.openintegrations.dev/melezh/6ad91cc8b','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}" \ No newline at end of file diff --git a/docs/en/cli/twitter/CreateTextTweet/bash.txt b/docs/en/cli/twitter/CreateTextTweet/bash.txt index 71c74e0ccb..3cabb8be42 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 "TestTweetd42f8946-4dd3-4716-a89f-b93c9094c1a6" \ + --text "TestTweet7a50d5f6-aa4d-4349-989d-1ef8e16c44b2" \ --auth "{'redirect_uri':'https://hut.openintegrations.dev/melezh/6ad91cc8b','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 60ed1d1b5b..ac50c6ba74 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 "TestTweetd42f8946-4dd3-4716-a89f-b93c9094c1a6" ^ + --text "TestTweet7a50d5f6-aa4d-4349-989d-1ef8e16c44b2" ^ --auth "{'redirect_uri':'https://hut.openintegrations.dev/melezh/6ad91cc8b','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}" \ No newline at end of file diff --git a/docs/en/cli/twitter/CreateVideoTweet/bash.txt b/docs/en/cli/twitter/CreateVideoTweet/bash.txt index 6337cf69c3..dd50552dcc 100644 --- a/docs/en/cli/twitter/CreateVideoTweet/bash.txt +++ b/docs/en/cli/twitter/CreateVideoTweet/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint twitter CreateVideoTweet \ - --text "TestTweet333945a6-8618-49c4-8665-3f9cebc42c86" \ - --videos "/tmp/0vwtchgy.n0u" \ + --text "TestTweet221666da-ad05-4f98-8bb1-4e1c5427b804" \ + --videos "C:\Users\bayselonarrend\AppData\Local\Temp\r2rt4vag.n4l" \ --auth "{'redirect_uri':'https://hut.openintegrations.dev/melezh/6ad91cc8b','client_id':'***','client_secret':'***','access_token':'***','refresh_token':'***','oauth_token':'***','oauth_token_secret':'***','oauth_consumer_key':'***','oauth_consumer_secret':'***'}" \ No newline at end of file diff --git a/docs/en/cli/twitter/CreateVideoTweet/bat.txt b/docs/en/cli/twitter/CreateVideoTweet/bat.txt index 6e6050ea60..efea8521d9 100644 --- a/docs/en/cli/twitter/CreateVideoTweet/bat.txt +++ b/docs/en/cli/twitter/CreateVideoTweet/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint twitter CreateVideoTweet ^ - --text "TestTweet333945a6-8618-49c4-8665-3f9cebc42c86" ^ - --videos "/tmp/0vwtchgy.n0u" ^ + --text "TestTweet221666da-ad05-4f98-8bb1-4e1c5427b804" ^ + --videos "C:\Users\bayselonarrend\AppData\Local\Temp\r2rt4vag.n4l" ^ --auth "{'redirect_uri':'https://hut.openintegrations.dev/melezh/6ad91cc8b','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 01923ec318..cbf6d80556 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://hut.openintegrations.dev/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://hut.openintegrations.dev/test_data/picture.jpg','https://hut.openintegrations.dev/test_data/picture2.jpg'],'MainInGroup':true,'Width':'20','Height':'30','Depth':'40','Weight':'100','SKU':'12345','AvailableBalance':'10','PropertyValues':'10883'}" \ + --product "{'Name':'Test product (another)','Description':'Product description','Category':'20173','Price':'1','OldPrice':'15','MainPhoto':'https://hut.openintegrations.dev/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://hut.openintegrations.dev/test_data/picture.jpg','https://hut.openintegrations.dev/test_data/picture2.jpg'],'MainInGroup':true,'Width':'20','Height':'30','Depth':'40','Weight':'100','SKU':'12345','AvailableBalance':'10','PropertyValues':'10907'}" \ --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 e02eb0e75e..362c328c88 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://hut.openintegrations.dev/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://hut.openintegrations.dev/test_data/picture.jpg','https://hut.openintegrations.dev/test_data/picture2.jpg'],'MainInGroup':true,'Width':'20','Height':'30','Depth':'40','Weight':'100','SKU':'12345','AvailableBalance':'10','PropertyValues':'10883'}" ^ + --product "{'Name':'Test product (another)','Description':'Product description','Category':'20173','Price':'1','OldPrice':'15','MainPhoto':'https://hut.openintegrations.dev/test_data/picture.jpg','URL':'https://github.com/Bayselonarrend/OpenIntegrations','AdditionalPhotos':['https://hut.openintegrations.dev/test_data/picture.jpg','https://hut.openintegrations.dev/test_data/picture2.jpg'],'MainInGroup':true,'Width':'20','Height':'30','Depth':'40','Weight':'100','SKU':'12345','AvailableBalance':'10','PropertyValues':'10907'}" ^ --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 9262d47f53..8f616f5d03 100644 --- a/docs/en/cli/vk/AddProductToCollection/bash.txt +++ b/docs/en/cli/vk/AddProductToCollection/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint vk AddProductToCollection \ - --items 12835911 \ - --sel 147 \ + --items 12841983 \ + --sel 155 \ --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 cc0902f059..94b4c61b80 100644 --- a/docs/en/cli/vk/AddProductToCollection/bat.txt +++ b/docs/en/cli/vk/AddProductToCollection/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint vk AddProductToCollection ^ - --items 12835911 ^ - --sel 147 ^ + --items 12841983 ^ + --sel 155 ^ --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 2b8c01cc5e..c19f0108e7 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_457250029','video-218861756_456241204']" \ + --objects "['photo657846756_457250085','video-218861756_456241220']" \ --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 47a41892fa..53b9e47fda 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_457250029','video-218861756_456241204']" ^ + --objects "['photo657846756_457250085','video-218861756_456241220']" ^ --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 6fcb21dd50..d8159557b2 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 "/tmp/peqccvoc.2lx.png" \ + --pictures "C:\Users\bayselonarrend\AppData\Local\Temp\ikns0um5.ccc.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 bebda58360..33065de8ce 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 "/tmp/peqccvoc.2lx.png" ^ + --pictures "C:\Users\bayselonarrend\AppData\Local\Temp\ikns0um5.ccc.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 b21b3cb219..413449de20 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 "/tmp/fkaer4ea.wkn.png" \ + --picture "C:\Users\bayselonarrend\AppData\Local\Temp\t5rdff10.yue.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 ba47d975f1..6fd53c9877 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 "/tmp/fkaer4ea.wkn.png" ^ + --picture "C:\Users\bayselonarrend\AppData\Local\Temp\t5rdff10.yue.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 1f75ee13bb..779c199daa 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 312023391 \ + --album 312028828 \ --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 1e96de44e4..22fe6d4021 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 312023391 ^ + --album 312028828 ^ --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 e5f4f886a5..90f96a26ab 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 457263191 \ + --pictureid 457263343 \ --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 42c90d3a5c..4e1b18d883 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 457263191 ^ + --pictureid 457263343 ^ --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 cb3f8d9415..d68d9c452e 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 "11814" \ + --post "11894" \ --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 cd0d1de1ae..14e959c681 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 "11814" ^ + --post "11894" ^ --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 66217a5126..efca254429 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 12835911 \ + --item 12841983 \ --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 ec7d9e6b37..f11867e0e6 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 12835911 ^ + --item 12841983 ^ --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 0e18efc8da..a5d369d0fe 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 "5743" \ + --prop "5751" \ --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 554df09cfd..cd5fde2811 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 "5743" ^ + --prop "5751" ^ --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 212e98b1c8..052475c1db 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 10882 \ + --option 10906 \ --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 ef6d020437..347be4f86a 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 10882 ^ + --option 10906 ^ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/DeleteSelection/bash.txt b/docs/en/cli/vk/DeleteSelection/bash.txt index 5394bf3cad..a00dc208a4 100644 --- a/docs/en/cli/vk/DeleteSelection/bash.txt +++ b/docs/en/cli/vk/DeleteSelection/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk DeleteSelection \ - --sel 147 \ + --sel 155 \ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/DeleteSelection/bat.txt b/docs/en/cli/vk/DeleteSelection/bat.txt index 77034a9c8e..e5d83f8549 100644 --- a/docs/en/cli/vk/DeleteSelection/bat.txt +++ b/docs/en/cli/vk/DeleteSelection/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk DeleteSelection ^ - --sel 147 ^ + --sel 155 ^ --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 be1b68c533..db3ded28f0 100644 --- a/docs/en/cli/vk/EditProduct/bash.txt +++ b/docs/en/cli/vk/EditProduct/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint vk EditProduct \ - --item 12835911 \ + --item 12841983 \ --product "{'Name':'EditedTestProduct'}" \ --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 c132d31545..5986342f2a 100644 --- a/docs/en/cli/vk/EditProduct/bat.txt +++ b/docs/en/cli/vk/EditProduct/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint vk EditProduct ^ - --item 12835911 ^ + --item 12841983 ^ --product "{'Name':'EditedTestProduct'}" ^ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/EditProductCollection/bash.txt b/docs/en/cli/vk/EditProductCollection/bash.txt index bd691ee4bc..730c5ddc91 100644 --- a/docs/en/cli/vk/EditProductCollection/bash.txt +++ b/docs/en/cli/vk/EditProductCollection/bash.txt @@ -2,5 +2,5 @@ oint vk EditProductCollection \ --title "EditedCollection" \ - --sel 147 \ + --sel 155 \ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/EditProductCollection/bat.txt b/docs/en/cli/vk/EditProductCollection/bat.txt index 40c532d3c8..99c814984e 100644 --- a/docs/en/cli/vk/EditProductCollection/bat.txt +++ b/docs/en/cli/vk/EditProductCollection/bat.txt @@ -2,5 +2,5 @@ oint vk EditProductCollection ^ --title "EditedCollection" ^ - --sel 147 ^ + --sel 155 ^ --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 4d192ea9a1..0b2ffb1719 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 "5743" \ + --prop "5751" \ --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 c08c2fc605..0863c28e5b 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 "5743" ^ + --prop "5751" ^ --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 17cdb08b43..3c7d5138ec 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 "5743" \ - --option 10882 \ + --prop "5751" \ + --option 10906 \ --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 e5b5238ab1..54979f3abc 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 "5743" ^ - --option 10882 ^ + --prop "5751" ^ + --option 10906 ^ --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 b001004f9c..1a9e4fe3d9 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 "['12835916','12835918']" \ + --items "['12841996','12842000']" \ --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 05b96f8246..ff6334773e 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 "['12835916','12835918']" ^ + --items "['12841996','12842000']" ^ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/GetSelectionsByID/bash.txt b/docs/en/cli/vk/GetSelectionsByID/bash.txt index 64673437c7..b68f3d6c9a 100644 --- a/docs/en/cli/vk/GetSelectionsByID/bash.txt +++ b/docs/en/cli/vk/GetSelectionsByID/bash.txt @@ -1,5 +1,5 @@ # JSON data can also be passed as a path to a .json file oint vk GetSelectionsByID \ - --sels 147 \ + --sels 155 \ --auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}" \ No newline at end of file diff --git a/docs/en/cli/vk/GetSelectionsByID/bat.txt b/docs/en/cli/vk/GetSelectionsByID/bat.txt index 04acf7e5a4..13a071818c 100644 --- a/docs/en/cli/vk/GetSelectionsByID/bat.txt +++ b/docs/en/cli/vk/GetSelectionsByID/bat.txt @@ -1,5 +1,5 @@ :: JSON data can also be passed as a path to a .json file oint vk GetSelectionsByID ^ - --sels 147 ^ + --sels 155 ^ --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 64de346c28..f62e783752 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 "['12835916','12835918']" \ + --items "['12841996','12842000']" \ --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 f487509d8a..79d5ca1f12 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 "['12835916','12835918']" ^ + --items "['12841996','12842000']" ^ --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 a4b4ac3dba..f1952cd79d 100644 --- a/docs/en/cli/vk/RemoveProductFromSelection/bash.txt +++ b/docs/en/cli/vk/RemoveProductFromSelection/bash.txt @@ -1,6 +1,6 @@ # JSON data can also be passed as a path to a .json file oint vk RemoveProductFromSelection \ - --item 12835911 \ - --sel 147 \ + --item 12841983 \ + --sel 155 \ --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 9f7b99cb84..8bf18b2cd1 100644 --- a/docs/en/cli/vk/RemoveProductFromSelection/bat.txt +++ b/docs/en/cli/vk/RemoveProductFromSelection/bat.txt @@ -1,6 +1,6 @@ :: JSON data can also be passed as a path to a .json file oint vk RemoveProductFromSelection ^ - --item 12835911 ^ - --sel 147 ^ + --item 12841983 ^ + --sel 155 ^ --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 9bdbb43114..eb7c75bc4f 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 312023391 \ + --album 312028828 \ --picture "https://hut.openintegrations.dev/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 44cebb8b7f..69600a84ed 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 312023391 ^ + --album 312028828 ^ --picture "https://hut.openintegrations.dev/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 694fb7d86a..2db941d5a1 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 11818 \ + --post 11898 \ --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 eab10594e3..4a664ef67d 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 11818 ^ + --post 11898 ^ --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/vkteams/ChangeChatPicture/bash.txt b/docs/en/cli/vkteams/ChangeChatPicture/bash.txt index dee180cb3e..8c5e013a04 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 "***" \ - --file "/tmp/m4u4efvw.1tu" \ No newline at end of file + --file "C:\Users\bayselonarrend\AppData\Local\Temp\2cxuh4qn.10k" \ 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 ca5f08e7bd..09f6973ec4 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 "***" ^ - --file "/tmp/m4u4efvw.1tu" \ No newline at end of file + --file "C:\Users\bayselonarrend\AppData\Local\Temp\2cxuh4qn.10k" \ 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 8b89d1a7a0..b613ae0f4f 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 "***" \ - --messageid "7621080087026225158" \ No newline at end of file + --messageid "7621202270255862058" \ 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 9a2309263b..48ae6bedf6 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 "***" ^ - --messageid "7621080087026225158" \ No newline at end of file + --messageid "7621202270255862058" \ 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 5bf26f389f..89e4e4e6e7 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 "***" \ - --messageid "7621080087026225158" \ + --messageid "7621202270255862058" \ --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 35c9989629..b7e13af068 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 "***" ^ - --messageid "7621080087026225158" ^ + --messageid "7621202270255862058" ^ --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 bcc7bd3ada..c778f39988 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 "7621080087026225158" \ + --messageid "7621202270255862058" \ --fromid "689203963@chat.agent" \ --chatid "***" \ --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 63d77ea030..f1c48bd140 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 "7621080087026225158" ^ + --messageid "7621202270255862058" ^ --fromid "689203963@chat.agent" ^ --chatid "***" ^ --text "Additional text" \ 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 6ef4e460f1..8ac05373d1 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 "UdLo2ZembOfwcUhKo1usF769c384231bd" \ No newline at end of file + --fileid "sPmK9yp1GRk9Jbh755dHq969c3f3431bd" \ 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 fd82fc99c0..c695c0bc68 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 "UdLo2ZembOfwcUhKo1usF769c384231bd" \ No newline at end of file + --fileid "sPmK9yp1GRk9Jbh755dHq969c3f3431bd" \ 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 64ea2bf357..e402c383b5 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 "***" \ - --messageid "7621080087026225158" \ No newline at end of file + --messageid "7621202270255862058" \ 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 fda9513001..ea2c3e902d 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 "***" ^ - --messageid "7621080087026225158" \ No newline at end of file + --messageid "7621202270255862058" \ 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 e1e62d49af..24d07fd425 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 "***" \ - --fileid "UdLo2ZembOfwcUhKo1usF769c384231bd" \ + --fileid "sPmK9yp1GRk9Jbh755dHq969c3f3431bd" \ --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 fb5c69965e..5a30e3de3c 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 "***" ^ - --fileid "UdLo2ZembOfwcUhKo1usF769c384231bd" ^ + --fileid "sPmK9yp1GRk9Jbh755dHq969c3f3431bd" ^ --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 572dfa5223..cd534da29a 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 "***" \ - --fileid "I000bXiAckXyiwElFWivcF69c384301bd" \ No newline at end of file + --fileid "I000bhKUOsF8HBL4B2A6GY69c3f34f1bd" \ 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 db76e28f7a..a4f421b93f 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 "***" ^ - --fileid "I000bXiAckXyiwElFWivcF69c384301bd" \ No newline at end of file + --fileid "I000bhKUOsF8HBL4B2A6GY69c3f34f1bd" \ 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 052f14e318..94d443f514 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 "***" \ - --file "/tmp/3j2okoyp.phl" \ + --file "C:\Users\bayselonarrend\AppData\Local\Temp\r3v1ojt0.f02" \ --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 2f5f2d5d8b..5ad1e2c6ee 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 "***" ^ - --file "/tmp/3j2okoyp.phl" ^ + --file "C:\Users\bayselonarrend\AppData\Local\Temp\r3v1ojt0.f02" ^ --text "File caption" ^ --filename "ImportantDocument.docx" \ 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 a6ddebdc49..cd88e7c65c 100644 --- a/docs/en/cli/vkteams/SendVoice/bash.txt +++ b/docs/en/cli/vkteams/SendVoice/bash.txt @@ -1,4 +1,4 @@ oint vkteams SendVoice \ --token "***" \ --chatid "***" \ - --file "/tmp/dngqepxd.uop" \ No newline at end of file + --file "C:\Users\bayselonarrend\AppData\Local\Temp\mpkvhajs.jrp" \ 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 12c96c8ed8..637a96b33b 100644 --- a/docs/en/cli/vkteams/SendVoice/bat.txt +++ b/docs/en/cli/vkteams/SendVoice/bat.txt @@ -1,4 +1,4 @@ oint vkteams SendVoice ^ --token "***" ^ --chatid "***" ^ - --file "/tmp/dngqepxd.uop" \ No newline at end of file + --file "C:\Users\bayselonarrend\AppData\Local\Temp\mpkvhajs.jrp" \ 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 f7e29e9dac..40ffb9ff0d 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 "***" \ - --messageid "7621080087026225158" \ No newline at end of file + --messageid "7621202270255862058" \ 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 b3b7d3da80..0c1fd8be5d 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 "***" ^ - --messageid "7621080087026225158" \ No newline at end of file + --messageid "7621202270255862058" \ 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 a1831d09c0..3406479eb2 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 "/fb6944aa-a7ec-4ed1-8ba0-7ce946701657.png" \ No newline at end of file + --path "/220e11b8-a4e4-4233-bef8-ef744b8a1af2.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 700e034b1f..665180b78a 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 "/fb6944aa-a7ec-4ed1-8ba0-7ce946701657.png" \ No newline at end of file + --path "/220e11b8-a4e4-4233-bef8-ef744b8a1af2.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 bc962f9886..a1a23624de 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 "/cbd95d06-7843-462c-9384-e6273173ae7a" \ No newline at end of file + --path "/c774885e-b6e6-4616-bd05-fc3227063765" \ 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 32c6def38e..df813d1d10 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 "/cbd95d06-7843-462c-9384-e6273173ae7a" \ No newline at end of file + --path "/c774885e-b6e6-4616-bd05-fc3227063765" \ 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 bc77a42965..33900e06d6 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 "/522705e0-df5b-491a-8a44-1abe4a6a803e.png" \ - --to "/4b1661ac-3d40-4bd0-a8b7-304d7d87988d.png" \ + --from "/da46e44e-fde2-4534-a3e5-0fe1d66703ce.png" \ + --to "/031b49ad-0c26-4cf1-b3fe-7a168a6cb784.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 11a97f556d..413f3fb238 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 "/522705e0-df5b-491a-8a44-1abe4a6a803e.png" ^ - --to "/4b1661ac-3d40-4bd0-a8b7-304d7d87988d.png" ^ + --from "/da46e44e-fde2-4534-a3e5-0fe1d66703ce.png" ^ + --to "/031b49ad-0c26-4cf1-b3fe-7a168a6cb784.png" ^ --rewrite true \ 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 7448637aa1..4f3aba402b 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 "/d347bca9-2da8-4da9-b630-caf00d82794c.png" \ No newline at end of file + --path "/7a4d7d81-8e43-4ca0-9d59-20d3b58390cf.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 b75da84882..c208dfecb4 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 "/d347bca9-2da8-4da9-b630-caf00d82794c.png" \ No newline at end of file + --path "/7a4d7d81-8e43-4ca0-9d59-20d3b58390cf.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 934102f04a..5724644721 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 "/d347bca9-2da8-4da9-b630-caf00d82794c.png" \ No newline at end of file + --path "/7a4d7d81-8e43-4ca0-9d59-20d3b58390cf.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 4cfcf5ec6e..2bc0e6ae6b 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 "/d347bca9-2da8-4da9-b630-caf00d82794c.png" \ No newline at end of file + --path "/7a4d7d81-8e43-4ca0-9d59-20d3b58390cf.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 918e854479..9589fcd712 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/exE7ZmJzg9R6gw" \ No newline at end of file + --url "https://yadi.sk/d/XSsAncQaEKAZgA" \ 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 c04c52b152..2826cec7f3 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/exE7ZmJzg9R6gw" \ No newline at end of file + --url "https://yadi.sk/d/XSsAncQaEKAZgA" \ 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 9f6f964462..0d1ed1f3a2 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 "/82e49183-39fb-4de3-a5cd-76ea6d850d39.png" \ No newline at end of file + --path "/c7120b94-deba-428e-a4db-d4c1438ed532.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 e38a3b981a..f8b152272a 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 "/82e49183-39fb-4de3-a5cd-76ea6d850d39.png" \ No newline at end of file + --path "/c7120b94-deba-428e-a4db-d4c1438ed532.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 25c8f61e0d..baeb38ee35 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/exE7ZmJzg9R6gw" \ No newline at end of file + --url "https://yadi.sk/d/XSsAncQaEKAZgA" \ 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 4e811134aa..164efcac78 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/exE7ZmJzg9R6gw" \ No newline at end of file + --url "https://yadi.sk/d/XSsAncQaEKAZgA" \ 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 1fa318af8b..f27f12f825 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 "/9ee66a53-1ec8-45e4-abc8-7a19b9fc4506.png" \ - --to "/88b3c944-a7fb-4a5d-ac8a-b25703984623.png" \ + --from "/b5a6101e-cc92-4c30-9c04-1367ac51b49f.png" \ + --to "/a1b7dc54-adb9-42ab-a7f2-bfbfac87e061.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 f4199d6fe5..a05d7faeed 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 "/9ee66a53-1ec8-45e4-abc8-7a19b9fc4506.png" ^ - --to "/88b3c944-a7fb-4a5d-ac8a-b25703984623.png" ^ + --from "/b5a6101e-cc92-4c30-9c04-1367ac51b49f.png" ^ + --to "/a1b7dc54-adb9-42ab-a7f2-bfbfac87e061.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 dff10da0a6..af615a2963 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 "/fb6944aa-a7ec-4ed1-8ba0-7ce946701657.png" \ No newline at end of file + --path "/220e11b8-a4e4-4233-bef8-ef744b8a1af2.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 c71f03ea66..064358cecb 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 "/fb6944aa-a7ec-4ed1-8ba0-7ce946701657.png" \ No newline at end of file + --path "/220e11b8-a4e4-4233-bef8-ef744b8a1af2.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 0155fb8d98..e83927f60e 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/exE7ZmJzg9R6gw" \ No newline at end of file + --url "https://yadi.sk/d/XSsAncQaEKAZgA" \ 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 dcd7ad005f..a3ea5dc7bf 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/exE7ZmJzg9R6gw" \ No newline at end of file + --url "https://yadi.sk/d/XSsAncQaEKAZgA" \ 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 36e756d5f9..849478acc4 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 "/17573999-8b21-4b2d-8df3-a5962cc1b311.png" \ - --file "/tmp/ly1cmpb4.hqv.png" \ + --path "/abcc00de-c2f3-47f2-9d81-b722d96fc5bb.png" \ + --file "C:\Users\bayselonarrend\AppData\Local\Temp\55zdtrd2.drp.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 c824470990..b895c0b793 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 "/17573999-8b21-4b2d-8df3-a5962cc1b311.png" ^ - --file "/tmp/ly1cmpb4.hqv.png" ^ + --path "/abcc00de-c2f3-47f2-9d81-b722d96fc5bb.png" ^ + --file "C:\Users\bayselonarrend\AppData\Local\Temp\55zdtrd2.drp.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 31c658efad..27fcf19192 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 "/82e49183-39fb-4de3-a5cd-76ea6d850d39.png" \ + --path "/c7120b94-deba-428e-a4db-d4c1438ed532.png" \ --url "https://hut.openintegrations.dev/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 6c086083c8..fcccfb3860 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 "/82e49183-39fb-4de3-a5cd-76ea6d850d39.png" ^ + --path "/c7120b94-deba-428e-a4db-d4c1438ed532.png" ^ --url "https://hut.openintegrations.dev/test_data/picture.jpg" \ No newline at end of file diff --git a/docs/en/results/Airtable/CreateComment.log b/docs/en/results/Airtable/CreateComment.log index 035767760a..9a48eaf17b 100644 --- a/docs/en/results/Airtable/CreateComment.log +++ b/docs/en/results/Airtable/CreateComment.log @@ -1,11 +1,11 @@ { - "id": "comLXrbl7V1YuUJ8I", + "id": "comX5ng0ORzRbYX7U", "author": { "id": "usrFlaAHlTfYWAbVW", "email": "bayselonarrend@gmail.com", "name": "Антон Титовец" }, "text": "TestComment", - "createdTime": "2026-03-25T09:13:49.163Z", + "createdTime": "2026-03-25T14:26:56.487Z", "lastUpdatedTime": null } diff --git a/docs/en/results/Airtable/CreateDatabase.log b/docs/en/results/Airtable/CreateDatabase.log index f1a859187b..ac91c3a190 100644 --- a/docs/en/results/Airtable/CreateDatabase.log +++ b/docs/en/results/Airtable/CreateDatabase.log @@ -1,28 +1,28 @@ { - "id": "appXX3rW3meUFsvAq", + "id": "appKIMSxuFSMZNhwC", "tables": [ { - "id": "tblng0l6fD26qJ5wd", + "id": "tblJBHDVwdz89VM7F", "name": "TestTable", - "primaryFieldId": "fldMA9sN8OCSXD4Np", + "primaryFieldId": "fldZu9GPp07T7NDX5", "fields": [ { "type": "number", "options": { "precision": 0 }, - "id": "fldMA9sN8OCSXD4Np", + "id": "fldZu9GPp07T7NDX5", "name": "Number" }, { "type": "richText", - "id": "fldI6Ff8f01AcoMmU", + "id": "fldcUw7WX4CTRnm6X", "name": "String" } ], "views": [ { - "id": "viwIkfuv4goOk7ZnX", + "id": "viwNY1wMYDwQO782I", "name": "Grid view", "type": "grid" } diff --git a/docs/en/results/Airtable/CreateField.log b/docs/en/results/Airtable/CreateField.log index c17d53dbe5..972585a59e 100644 --- a/docs/en/results/Airtable/CreateField.log +++ b/docs/en/results/Airtable/CreateField.log @@ -3,6 +3,6 @@ "options": { "precision": 0 }, - "id": "fld3g6X1qx0Vvqa0v", - "name": "d4f2f92e-f021-40f7-9987-a8a1eeeea1d7" + "id": "fldtKoNgGl4JMYaHN", + "name": "270aca1e-5c5f-410c-a4cb-18b03227025d" } diff --git a/docs/en/results/Airtable/CreatePosts.log b/docs/en/results/Airtable/CreatePosts.log index 9f622853bf..04cec31f36 100644 --- a/docs/en/results/Airtable/CreatePosts.log +++ b/docs/en/results/Airtable/CreatePosts.log @@ -1,16 +1,16 @@ { "records": [ { - "id": "recvWXQIu4cos8v8n", - "createdTime": "2026-03-25T09:13:46Z", + "id": "rec3E484NhePeHK1N", + "createdTime": "2026-03-25T14:26:51Z", "fields": { "Number": 10, "String": "Hello\n" } }, { - "id": "rec1I61UlRIm29ZRf", - "createdTime": "2026-03-25T09:13:46Z", + "id": "recl87nW9j4wDv0rT", + "createdTime": "2026-03-25T14:26:51Z", "fields": { "Number": 10, "String": "Hello\n" diff --git a/docs/en/results/Airtable/CreateTable.log b/docs/en/results/Airtable/CreateTable.log index 77245afbb7..9c4d33e4ab 100644 --- a/docs/en/results/Airtable/CreateTable.log +++ b/docs/en/results/Airtable/CreateTable.log @@ -1,20 +1,20 @@ { - "id": "tblfc24Hh76uNExoi", + "id": "tblnIYFuvQX3sTtLB", "name": "TestTable2", "description": "NewTable", - "primaryFieldId": "fldPUk9V2OkWbku1v", + "primaryFieldId": "fldfhy0ryPt7VD61X", "fields": [ { "type": "number", "options": { "precision": 0 }, - "id": "fldPUk9V2OkWbku1v", + "id": "fldfhy0ryPt7VD61X", "name": "Number" }, { "type": "richText", - "id": "fld20WHeiDAtqSeW3", + "id": "fldroSPsllB3GLFOo", "name": "String" }, { @@ -22,7 +22,7 @@ "options": { "isReversed": false }, - "id": "fldX4O1tMD9DU86Bq", + "id": "fldMpwtTUAoSbr0bK", "name": "Attachment" }, { @@ -31,7 +31,7 @@ "icon": "check", "color": "yellowBright" }, - "id": "fldyIfaxRbrqQ1rD1", + "id": "fld82G1CitC28234A", "name": "Checkbox" }, { @@ -42,28 +42,28 @@ "format": "YYYY-MM-DD" } }, - "id": "fldPZqwYTon7rRJwn", + "id": "fldwSdQO41rn8AddN", "name": "Date" }, { "type": "phoneNumber", - "id": "fldDIDstK5ACIFBIg", + "id": "fldoRVdN2NLaN4YEh", "name": "Phone" }, { "type": "email", - "id": "fldaEVaOtXB87oWCx", + "id": "fldG8ucsIdnOMLgO4", "name": "Email" }, { "type": "url", - "id": "fldEpOg8YZV4BGiap", + "id": "fld0F2eeYm7cDsBAa", "name": "Link" } ], "views": [ { - "id": "viwtpahAO4hqTtGIW", + "id": "viwcGv3JD7D3JqDS3", "name": "Grid view", "type": "grid" } diff --git a/docs/en/results/Airtable/DeleteComment.log b/docs/en/results/Airtable/DeleteComment.log index c71d60ed4a..b78bfc7e14 100644 --- a/docs/en/results/Airtable/DeleteComment.log +++ b/docs/en/results/Airtable/DeleteComment.log @@ -1,4 +1,4 @@ { - "id": "comLXrbl7V1YuUJ8I", + "id": "comX5ng0ORzRbYX7U", "deleted": true } diff --git a/docs/en/results/Airtable/DeleteRecords.log b/docs/en/results/Airtable/DeleteRecords.log index c75e280e6c..8409c7de5e 100644 --- a/docs/en/results/Airtable/DeleteRecords.log +++ b/docs/en/results/Airtable/DeleteRecords.log @@ -2,7 +2,7 @@ "records": [ { "deleted": true, - "id": "reca51TG6k84dNjI1" + "id": "recv5u5xywBt8LuGN" } ] } diff --git a/docs/en/results/Airtable/EditComment.log b/docs/en/results/Airtable/EditComment.log index 6af79591dd..38a4f516ec 100644 --- a/docs/en/results/Airtable/EditComment.log +++ b/docs/en/results/Airtable/EditComment.log @@ -1,11 +1,11 @@ { - "id": "comLXrbl7V1YuUJ8I", + "id": "comX5ng0ORzRbYX7U", "author": { "id": "usrFlaAHlTfYWAbVW", "email": "bayselonarrend@gmail.com", "name": "Антон Титовец" }, "text": "Test comment (change.)", - "createdTime": "2026-03-25T09:13:49Z", - "lastUpdatedTime": "2026-03-25T09:13:49.959Z" + "createdTime": "2026-03-25T14:26:56Z", + "lastUpdatedTime": "2026-03-25T14:26:58.117Z" } diff --git a/docs/en/results/Airtable/GetComments.log b/docs/en/results/Airtable/GetComments.log index deb8ab6919..19f46dcf6f 100644 --- a/docs/en/results/Airtable/GetComments.log +++ b/docs/en/results/Airtable/GetComments.log @@ -1,15 +1,15 @@ { "comments": [ { - "id": "comLXrbl7V1YuUJ8I", + "id": "comX5ng0ORzRbYX7U", "author": { "id": "usrFlaAHlTfYWAbVW", "email": "bayselonarrend@gmail.com", "name": "Антон Титовец" }, "text": "Test comment (change.)", - "createdTime": "2026-03-25T09:13:49Z", - "lastUpdatedTime": "2026-03-25T09:13:50Z" + "createdTime": "2026-03-25T14:26:56Z", + "lastUpdatedTime": "2026-03-25T14:26:58Z" } ], "offset": null diff --git a/docs/en/results/Airtable/GetDatabaseTables.log b/docs/en/results/Airtable/GetDatabaseTables.log index f9e5c7b559..92aef4f735 100644 --- a/docs/en/results/Airtable/GetDatabaseTables.log +++ b/docs/en/results/Airtable/GetDatabaseTables.log @@ -1,27 +1,27 @@ { "tables": [ { - "id": "tblng0l6fD26qJ5wd", + "id": "tblJBHDVwdz89VM7F", "name": "TestTable", - "primaryFieldId": "fldMA9sN8OCSXD4Np", + "primaryFieldId": "fldZu9GPp07T7NDX5", "fields": [ { "type": "number", "options": { "precision": 0 }, - "id": "fldMA9sN8OCSXD4Np", + "id": "fldZu9GPp07T7NDX5", "name": "Number" }, { "type": "richText", - "id": "fldI6Ff8f01AcoMmU", + "id": "fldcUw7WX4CTRnm6X", "name": "String" } ], "views": [ { - "id": "viwIkfuv4goOk7ZnX", + "id": "viwNY1wMYDwQO782I", "name": "Grid view", "type": "grid" } diff --git a/docs/en/results/Airtable/GetListOfBases.log b/docs/en/results/Airtable/GetListOfBases.log index 745421faca..d53e10594b 100644 --- a/docs/en/results/Airtable/GetListOfBases.log +++ b/docs/en/results/Airtable/GetListOfBases.log @@ -4544,6 +4544,26 @@ "id": "appXX3rW3meUFsvAq", "name": "TestDatabase", "permissionLevel": "create" + }, + { + "id": "appjgnhOPOdIMrJqP", + "name": "TestDatabase", + "permissionLevel": "create" + }, + { + "id": "appY2nqOJ17NIrFIC", + "name": "TestDatabase", + "permissionLevel": "create" + }, + { + "id": "appRAmuQCSEhuhlfR", + "name": "Тестовая база", + "permissionLevel": "create" + }, + { + "id": "appKIMSxuFSMZNhwC", + "name": "TestDatabase", + "permissionLevel": "create" } ] } diff --git a/docs/en/results/Airtable/GetListOfRecords.log b/docs/en/results/Airtable/GetListOfRecords.log index 9505c744b4..15714bd064 100644 --- a/docs/en/results/Airtable/GetListOfRecords.log +++ b/docs/en/results/Airtable/GetListOfRecords.log @@ -1,8 +1,8 @@ { "records": [ { - "id": "reca51TG6k84dNjI1", - "createdTime": "2026-03-25T09:13:48Z", + "id": "recv5u5xywBt8LuGN", + "createdTime": "2026-03-25T14:26:54Z", "fields": { "Number": 10, "String": "Hello\n" diff --git a/docs/en/results/Airtable/GetRecord.log b/docs/en/results/Airtable/GetRecord.log index 7fee2ad810..a2f6222b4e 100644 --- a/docs/en/results/Airtable/GetRecord.log +++ b/docs/en/results/Airtable/GetRecord.log @@ -1,6 +1,6 @@ { - "id": "reca51TG6k84dNjI1", - "createdTime": "2026-03-25T09:13:48Z", + "id": "recv5u5xywBt8LuGN", + "createdTime": "2026-03-25T14:26:54Z", "fields": { "Number": 10, "String": "Hello\n" diff --git a/docs/en/results/Airtable/ModifyField.log b/docs/en/results/Airtable/ModifyField.log index 096fc805fb..820ae8131e 100644 --- a/docs/en/results/Airtable/ModifyField.log +++ b/docs/en/results/Airtable/ModifyField.log @@ -3,7 +3,7 @@ "options": { "precision": 0 }, - "id": "fld3g6X1qx0Vvqa0v", - "name": "582a247c-13d2-4a22-8b48-de4336cde361(change.)", + "id": "fldtKoNgGl4JMYaHN", + "name": "aff3381c-369d-4f27-b40a-07cea641a4a3(change.)", "description": "New description" } diff --git a/docs/en/results/Airtable/ModifyTable.log b/docs/en/results/Airtable/ModifyTable.log index 987de8f601..c9c816a6c3 100644 --- a/docs/en/results/Airtable/ModifyTable.log +++ b/docs/en/results/Airtable/ModifyTable.log @@ -1,11 +1,11 @@ { - "id": "tblfc24Hh76uNExoi", + "id": "tblnIYFuvQX3sTtLB", "name": "Test table 2 (change.)", "description": "New table (change.)", - "primaryFieldId": "fldPUk9V2OkWbku1v", + "primaryFieldId": "fldfhy0ryPt7VD61X", "fields": [ { - "id": "fldPUk9V2OkWbku1v", + "id": "fldfhy0ryPt7VD61X", "name": "Number", "type": "number", "options": { @@ -13,12 +13,12 @@ } }, { - "id": "fld20WHeiDAtqSeW3", + "id": "fldroSPsllB3GLFOo", "name": "String", "type": "richText" }, { - "id": "fldX4O1tMD9DU86Bq", + "id": "fldMpwtTUAoSbr0bK", "name": "Attachment", "type": "multipleAttachments", "options": { @@ -26,7 +26,7 @@ } }, { - "id": "fldyIfaxRbrqQ1rD1", + "id": "fld82G1CitC28234A", "name": "Checkbox", "type": "checkbox", "options": { @@ -35,7 +35,7 @@ } }, { - "id": "fldPZqwYTon7rRJwn", + "id": "fldwSdQO41rn8AddN", "name": "Date", "type": "date", "options": { @@ -46,24 +46,24 @@ } }, { - "id": "fldDIDstK5ACIFBIg", + "id": "fldoRVdN2NLaN4YEh", "name": "Phone", "type": "phoneNumber" }, { - "id": "fldaEVaOtXB87oWCx", + "id": "fldG8ucsIdnOMLgO4", "name": "Email", "type": "email" }, { - "id": "fldEpOg8YZV4BGiap", + "id": "fld0F2eeYm7cDsBAa", "name": "Link", "type": "url" } ], "views": [ { - "id": "viwtpahAO4hqTtGIW", + "id": "viwcGv3JD7D3JqDS3", "name": "Grid view", "type": "grid" } diff --git a/docs/en/results/Bitrix24/AddKanbanStage.log b/docs/en/results/Bitrix24/AddKanbanStage.log index 94308c9015..70173887c2 100644 --- a/docs/en/results/Bitrix24/AddKanbanStage.log +++ b/docs/en/results/Bitrix24/AddKanbanStage.log @@ -1,13 +1,13 @@ { - "result": 3768, + "result": 3784, "time": { - "start": 1774430263, - "finish": 1774430263.93416, - "duration": 0.934158086776734, + "start": 1774449168, + "finish": 1774449168.2697, + "duration": 0.26970100402832, "processing": 0, - "date_start": "2026-03-25T09:17:43+00:00", - "date_finish": "2026-03-25T09:17:43+00:00", - "operating_reset_at": 1774430863, + "date_start": "2026-03-25T17:32:48+03:00", + "date_finish": "2026-03-25T17:32:48+03:00", + "operating_reset_at": 1774449768, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/AddPostComment.log b/docs/en/results/Bitrix24/AddPostComment.log index 18211ed1a2..800cc48d5b 100644 --- a/docs/en/results/Bitrix24/AddPostComment.log +++ b/docs/en/results/Bitrix24/AddPostComment.log @@ -1,13 +1,13 @@ { - "result": 3786, + "result": 3802, "time": { - "start": 1774430168, - "finish": 1774430168.77796, - "duration": 0.777961015701294, + "start": 1774449000, + "finish": 1774449000.29958, + "duration": 0.299582958221436, "processing": 0, - "date_start": "2026-03-25T09:16:08+00:00", - "date_finish": "2026-03-25T09:16:08+00:00", - "operating_reset_at": 1774430768, + "date_start": "2026-03-25T17:30:00+03:00", + "date_finish": "2026-03-25T17:30:00+03:00", + "operating_reset_at": 1774449600, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/AddPostRecipients.log b/docs/en/results/Bitrix24/AddPostRecipients.log index 403f136261..e2348296d6 100644 --- a/docs/en/results/Bitrix24/AddPostRecipients.log +++ b/docs/en/results/Bitrix24/AddPostRecipients.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430169, - "finish": 1774430169.48337, - "duration": 0.483366966247559, + "start": 1774449002, + "finish": 1774449002.34804, + "duration": 0.348036050796509, "processing": 0, - "date_start": "2026-03-25T09:16:09+00:00", - "date_finish": "2026-03-25T09:16:09+00:00", - "operating_reset_at": 1774430769, + "date_start": "2026-03-25T17:30:02+03:00", + "date_finish": "2026-03-25T17:30:02+03:00", + "operating_reset_at": 1774449602, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/AddTaskComment.log b/docs/en/results/Bitrix24/AddTaskComment.log index db0582bce8..2b49974911 100644 --- a/docs/en/results/Bitrix24/AddTaskComment.log +++ b/docs/en/results/Bitrix24/AddTaskComment.log @@ -1,13 +1,13 @@ { - "result": 84588, + "result": 85108, "time": { - "start": 1774430207, - "finish": 1774430208.04388, - "duration": 1.04388403892517, - "processing": 1, - "date_start": "2026-03-25T09:16:47+00:00", - "date_finish": "2026-03-25T09:16:48+00:00", - "operating_reset_at": 1774430807, + "start": 1774449082, + "finish": 1774449082.17744, + "duration": 0.177438974380493, + "processing": 0, + "date_start": "2026-03-25T17:31:22+03:00", + "date_finish": "2026-03-25T17:31:22+03:00", + "operating_reset_at": 1774449682, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/AddTaskTimeAccounting.log b/docs/en/results/Bitrix24/AddTaskTimeAccounting.log index b9ec86aea2..c3a00c443c 100644 --- a/docs/en/results/Bitrix24/AddTaskTimeAccounting.log +++ b/docs/en/results/Bitrix24/AddTaskTimeAccounting.log @@ -1,13 +1,13 @@ { - "result": 3754, + "result": 3770, "time": { - "start": 1774430270, - "finish": 1774430270.1204, - "duration": 0.120404958724976, + "start": 1774449180, + "finish": 1774449180.17313, + "duration": 0.173125982284546, "processing": 0, - "date_start": "2026-03-25T09:17:50+00:00", - "date_finish": "2026-03-25T09:17:50+00:00", - "operating_reset_at": 1774430870, + "date_start": "2026-03-25T17:33:00+03:00", + "date_finish": "2026-03-25T17:33:00+03:00", + "operating_reset_at": 1774449780, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/AddTaskToFavorites.log b/docs/en/results/Bitrix24/AddTaskToFavorites.log index ee20f01aae..d30071ee83 100644 --- a/docs/en/results/Bitrix24/AddTaskToFavorites.log +++ b/docs/en/results/Bitrix24/AddTaskToFavorites.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430181, - "finish": 1774430181.22535, - "duration": 0.225347995758057, + "start": 1774449026, + "finish": 1774449026.57531, + "duration": 0.575313091278076, "processing": 0, - "date_start": "2026-03-25T09:16:21+00:00", - "date_finish": "2026-03-25T09:16:21+00:00", - "operating_reset_at": 1774430781, + "date_start": "2026-03-25T17:30:26+03:00", + "date_finish": "2026-03-25T17:30:26+03:00", + "operating_reset_at": 1774449626, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/AddTasksChecklistElement.log b/docs/en/results/Bitrix24/AddTasksChecklistElement.log index 14260f1db7..7f98f77cfe 100644 --- a/docs/en/results/Bitrix24/AddTasksChecklistElement.log +++ b/docs/en/results/Bitrix24/AddTasksChecklistElement.log @@ -1,13 +1,13 @@ { - "result": 7258, + "result": 7290, "time": { - "start": 1774430194, - "finish": 1774430194.70117, - "duration": 0.701165914535522, + "start": 1774449058, + "finish": 1774449058.07082, + "duration": 0.0708200931549072, "processing": 0, - "date_start": "2026-03-25T09:16:34+00:00", - "date_finish": "2026-03-25T09:16:34+00:00", - "operating_reset_at": 1774430794, + "date_start": "2026-03-25T17:30:58+03:00", + "date_finish": "2026-03-25T17:30:58+03:00", + "operating_reset_at": 1774449658, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/AddUsersToChat.log b/docs/en/results/Bitrix24/AddUsersToChat.log index 79ebaf1aa8..99016c062e 100644 --- a/docs/en/results/Bitrix24/AddUsersToChat.log +++ b/docs/en/results/Bitrix24/AddUsersToChat.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430291, - "finish": 1774430291.4487, - "duration": 0.448700904846191, + "start": 1774449219, + "finish": 1774449219.43955, + "duration": 0.439549922943115, "processing": 0, - "date_start": "2026-03-25T09:18:11+00:00", - "date_finish": "2026-03-25T09:18:11+00:00", - "operating_reset_at": 1774430891, + "date_start": "2026-03-25T17:33:39+03:00", + "date_finish": "2026-03-25T17:33:39+03:00", + "operating_reset_at": 1774449819, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/AttachFileToTopic.log b/docs/en/results/Bitrix24/AttachFileToTopic.log index e1e9993ba7..d01e0a1803 100644 --- a/docs/en/results/Bitrix24/AttachFileToTopic.log +++ b/docs/en/results/Bitrix24/AttachFileToTopic.log @@ -1,15 +1,15 @@ { "result": { - "attachmentId": 15260 + "attachmentId": 15324 }, "time": { - "start": 1774430203, - "finish": 1774430203.83448, - "duration": 0.834484100341797, + "start": 1774449075, + "finish": 1774449075.9197, + "duration": 0.919701099395752, "processing": 0, - "date_start": "2026-03-25T09:16:43+00:00", - "date_finish": "2026-03-25T09:16:43+00:00", - "operating_reset_at": 1774430803, + "date_start": "2026-03-25T17:31:15+03:00", + "date_finish": "2026-03-25T17:31:15+03:00", + "operating_reset_at": 1774449675, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/ChangeChatColor.log b/docs/en/results/Bitrix24/ChangeChatColor.log index dd7f789067..703da8179c 100644 --- a/docs/en/results/Bitrix24/ChangeChatColor.log +++ b/docs/en/results/Bitrix24/ChangeChatColor.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430307, - "finish": 1774430307.94452, - "duration": 0.944518089294434, + "start": 1774449238, + "finish": 1774449238.42787, + "duration": 0.427872896194458, "processing": 0, - "date_start": "2026-03-25T09:18:27+00:00", - "date_finish": "2026-03-25T09:18:27+00:00", - "operating_reset_at": 1774430907, + "date_start": "2026-03-25T17:33:58+03:00", + "date_finish": "2026-03-25T17:33:58+03:00", + "operating_reset_at": 1774449838, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/ChangeChatOwner.log b/docs/en/results/Bitrix24/ChangeChatOwner.log index 186a515913..2a0e7a13f9 100644 --- a/docs/en/results/Bitrix24/ChangeChatOwner.log +++ b/docs/en/results/Bitrix24/ChangeChatOwner.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430361, - "finish": 1774430361.14778, - "duration": 0.147779941558838, + "start": 1774449309, + "finish": 1774449309.0748, + "duration": 0.0747950077056885, "processing": 0, - "date_start": "2026-03-25T09:19:21+00:00", - "date_finish": "2026-03-25T09:19:21+00:00", - "operating_reset_at": 1774430961, + "date_start": "2026-03-25T17:35:09+03:00", + "date_finish": "2026-03-25T17:35:09+03:00", + "operating_reset_at": 1774449909, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/ChangeChatPicture.log b/docs/en/results/Bitrix24/ChangeChatPicture.log index 6322004f15..8726adc413 100644 --- a/docs/en/results/Bitrix24/ChangeChatPicture.log +++ b/docs/en/results/Bitrix24/ChangeChatPicture.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430324, - "finish": 1774430326.8284, - "duration": 2.82839488983154, + "start": 1774449252, + "finish": 1774449253.55632, + "duration": 1.55631899833679, "processing": 1, - "date_start": "2026-03-25T09:18:44+00:00", - "date_finish": "2026-03-25T09:18:46+00:00", - "operating_reset_at": 1774430925, - "operating": 1.81339907646179 + "date_start": "2026-03-25T17:34:12+03:00", + "date_finish": "2026-03-25T17:34:13+03:00", + "operating_reset_at": 1774449852, + "operating": 0.826925992965698 } } diff --git a/docs/en/results/Bitrix24/ChangeChatTitle.log b/docs/en/results/Bitrix24/ChangeChatTitle.log index 7e8f71d347..65ebaf4e6a 100644 --- a/docs/en/results/Bitrix24/ChangeChatTitle.log +++ b/docs/en/results/Bitrix24/ChangeChatTitle.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430292, - "finish": 1774430292.16221, - "duration": 0.162214040756226, + "start": 1774449221, + "finish": 1774449221.52235, + "duration": 0.522353887557983, "processing": 0, - "date_start": "2026-03-25T09:18:12+00:00", - "date_finish": "2026-03-25T09:18:12+00:00", - "operating_reset_at": 1774430892, + "date_start": "2026-03-25T17:33:41+03:00", + "date_finish": "2026-03-25T17:33:41+03:00", + "operating_reset_at": 1774449821, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/ChangeUserStatus.log b/docs/en/results/Bitrix24/ChangeUserStatus.log index 1f9191128d..a7ff342ed2 100644 --- a/docs/en/results/Bitrix24/ChangeUserStatus.log +++ b/docs/en/results/Bitrix24/ChangeUserStatus.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430383, - "finish": 1774430383.70441, - "duration": 0.704410076141358, - "processing": 0, - "date_start": "2026-03-25T09:19:43+00:00", - "date_finish": "2026-03-25T09:19:43+00:00", - "operating_reset_at": 1774430983, - "operating": 0.331364870071411 + "start": 1774449356, + "finish": 1774449357.07021, + "duration": 1.07020998001099, + "processing": 1, + "date_start": "2026-03-25T17:35:56+03:00", + "date_finish": "2026-03-25T17:35:57+03:00", + "operating_reset_at": 1774449956, + "operating": 0.322863101959228 } } diff --git a/docs/en/results/Bitrix24/CheckTaskAccesses.log b/docs/en/results/Bitrix24/CheckTaskAccesses.log index 066094f4fe..061c5c0833 100644 --- a/docs/en/results/Bitrix24/CheckTaskAccesses.log +++ b/docs/en/results/Bitrix24/CheckTaskAccesses.log @@ -62,13 +62,13 @@ } }, "time": { - "start": 1774430193, - "finish": 1774430193.99922, - "duration": 0.999223947525024, + "start": 1774449056, + "finish": 1774449056.25043, + "duration": 0.250432014465332, "processing": 0, - "date_start": "2026-03-25T09:16:33+00:00", - "date_finish": "2026-03-25T09:16:33+00:00", - "operating_reset_at": 1774430793, + "date_start": "2026-03-25T17:30:56+03:00", + "date_finish": "2026-03-25T17:30:56+03:00", + "operating_reset_at": 1774449656, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/CompleteTask.log b/docs/en/results/Bitrix24/CompleteTask.log index 7d1a96a2e5..5538263eed 100644 --- a/docs/en/results/Bitrix24/CompleteTask.log +++ b/docs/en/results/Bitrix24/CompleteTask.log @@ -1,7 +1,7 @@ { "result": { "task": { - "id": "10110", + "id": "10150", "parentId": null, "title": "Another task title", "description": "Another task description", @@ -14,19 +14,19 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2026-03-25T09:16:14+00:00", + "createdDate": "2026-03-25T17:30:11+03:00", "responsibleId": "2960", "changedBy": "1", - "changedDate": "2026-03-25T09:16:24+00:00", + "changedDate": "2026-03-25T17:30:36+03:00", "statusChangedBy": "1", "closedBy": "1", - "closedDate": "2026-03-25T09:16:24+00:00", - "activityDate": "2026-03-25T09:16:25+00:00", + "closedDate": "2026-03-25T17:30:36+03:00", + "activityDate": "2026-03-25T17:30:36+03:00", "dateStart": null, - "deadline": "2026-03-26T09:16:00+00:00", - "startDatePlan": "2026-03-25T09:16:14+00:00", - "endDatePlan": "2026-03-25T21:00:00+00:00", - "guid": "{5256b429-f1c3-4a04-9909-a7c5be172ef4}", + "deadline": "2026-03-26T17:30:00+03:00", + "startDatePlan": "2026-03-25T17:30:11+03:00", + "endDatePlan": "2026-03-26T00:00:00+03:00", + "guid": "{7002c55c-b62e-4bb4-ab64-2e0e65ace4bf}", "xmlId": null, "commentsCount": null, "serviceCommentsCount": null, @@ -55,7 +55,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "5", - "statusChangedDate": "2026-03-25T09:16:24+00:00", + "statusChangedDate": "2026-03-25T17:30:36+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -136,13 +136,13 @@ } }, "time": { - "start": 1774430184, - "finish": 1774430185.12084, - "duration": 1.12083697319031, - "processing": 1, - "date_start": "2026-03-25T09:16:24+00:00", - "date_finish": "2026-03-25T09:16:25+00:00", - "operating_reset_at": 1774430784, - "operating": 0.189987897872925 + "start": 1774449036, + "finish": 1774449036.63923, + "duration": 0.63922905921936, + "processing": 0, + "date_start": "2026-03-25T17:30:36+03:00", + "date_finish": "2026-03-25T17:30:36+03:00", + "operating_reset_at": 1774449636, + "operating": 0.199811935424805 } } diff --git a/docs/en/results/Bitrix24/CompleteTasksChecklistElement.log b/docs/en/results/Bitrix24/CompleteTasksChecklistElement.log index 649bfd6a13..988b11fa20 100644 --- a/docs/en/results/Bitrix24/CompleteTasksChecklistElement.log +++ b/docs/en/results/Bitrix24/CompleteTasksChecklistElement.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430197, - "finish": 1774430197.61028, - "duration": 0.610282897949219, + "start": 1774449065, + "finish": 1774449065.5649, + "duration": 0.564902067184448, "processing": 0, - "date_start": "2026-03-25T09:16:37+00:00", - "date_finish": "2026-03-25T09:16:37+00:00", - "operating_reset_at": 1774430797, + "date_start": "2026-03-25T17:31:05+03:00", + "date_finish": "2026-03-25T17:31:05+03:00", + "operating_reset_at": 1774449665, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/CreateCalendar.log b/docs/en/results/Bitrix24/CreateCalendar.log index 44d9fc175a..d5576c76fc 100644 --- a/docs/en/results/Bitrix24/CreateCalendar.log +++ b/docs/en/results/Bitrix24/CreateCalendar.log @@ -1,13 +1,13 @@ { - "result": 2200, + "result": 2216, "time": { - "start": 1774430404, - "finish": 1774430404.09384, - "duration": 0.0938410758972168, + "start": 1774449392, + "finish": 1774449392.84129, + "duration": 0.841285943984985, "processing": 0, - "date_start": "2026-03-25T09:20:04+00:00", - "date_finish": "2026-03-25T09:20:04+00:00", - "operating_reset_at": 1774431004, + "date_start": "2026-03-25T17:36:32+03:00", + "date_finish": "2026-03-25T17:36:32+03:00", + "operating_reset_at": 1774449992, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/CreateCalendarEvent.log b/docs/en/results/Bitrix24/CreateCalendarEvent.log index 3557eadfe6..dcc900b560 100644 --- a/docs/en/results/Bitrix24/CreateCalendarEvent.log +++ b/docs/en/results/Bitrix24/CreateCalendarEvent.log @@ -1,13 +1,13 @@ { - "result": 4148, + "result": 4180, "time": { - "start": 1774430406, - "finish": 1774430406.88499, - "duration": 0.884991884231567, + "start": 1774449398, + "finish": 1774449398.93528, + "duration": 0.935282945632934, "processing": 0, - "date_start": "2026-03-25T09:20:06+00:00", - "date_finish": "2026-03-25T09:20:06+00:00", - "operating_reset_at": 1774431006, - "operating": 0.16295599937439 + "date_start": "2026-03-25T17:36:38+03:00", + "date_finish": "2026-03-25T17:36:38+03:00", + "operating_reset_at": 1774449998, + "operating": 0.155193090438843 } } diff --git a/docs/en/results/Bitrix24/CreateChat.log b/docs/en/results/Bitrix24/CreateChat.log index f8ff631d18..a0c69fd105 100644 --- a/docs/en/results/Bitrix24/CreateChat.log +++ b/docs/en/results/Bitrix24/CreateChat.log @@ -1,13 +1,13 @@ { - "result": 5008, + "result": 5064, "time": { - "start": 1774430284, - "finish": 1774430284.29313, - "duration": 0.293127059936523, + "start": 1774449208, + "finish": 1774449208.55064, + "duration": 0.550645112991333, "processing": 0, - "date_start": "2026-03-25T09:18:04+00:00", - "date_finish": "2026-03-25T09:18:04+00:00", - "operating_reset_at": 1774430884, + "date_start": "2026-03-25T17:33:28+03:00", + "date_finish": "2026-03-25T17:33:28+03:00", + "operating_reset_at": 1774449808, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/CreateDeal.log b/docs/en/results/Bitrix24/CreateDeal.log index 47cf499ba4..1d11273fb6 100644 --- a/docs/en/results/Bitrix24/CreateDeal.log +++ b/docs/en/results/Bitrix24/CreateDeal.log @@ -1,13 +1,13 @@ { - "result": 6586, + "result": 6618, "time": { - "start": 1774430397, - "finish": 1774430397.8266, - "duration": 0.826601982116699, - "processing": 0, - "date_start": "2026-03-25T09:19:57+00:00", - "date_finish": "2026-03-25T09:19:57+00:00", - "operating_reset_at": 1774430997, - "operating": 0.310908079147339 + "start": 1774449380, + "finish": 1774449381.05628, + "duration": 1.05627703666687, + "processing": 1, + "date_start": "2026-03-25T17:36:20+03:00", + "date_finish": "2026-03-25T17:36:21+03:00", + "operating_reset_at": 1774449980, + "operating": 0.275902986526489 } } diff --git a/docs/en/results/Bitrix24/CreateDepartment.log b/docs/en/results/Bitrix24/CreateDepartment.log index 13c3d8202c..dd686933a1 100644 --- a/docs/en/results/Bitrix24/CreateDepartment.log +++ b/docs/en/results/Bitrix24/CreateDepartment.log @@ -1,13 +1,13 @@ { - "result": 3514, + "result": 3530, "time": { - "start": 1774430371, - "finish": 1774430371.37077, - "duration": 0.370767116546631, + "start": 1774449332, + "finish": 1774449332.29404, + "duration": 0.294043064117432, "processing": 0, - "date_start": "2026-03-25T09:19:31+00:00", - "date_finish": "2026-03-25T09:19:31+00:00", - "operating_reset_at": 1774430971, - "operating": 0.129820823669434 + "date_start": "2026-03-25T17:35:32+03:00", + "date_finish": "2026-03-25T17:35:32+03:00", + "operating_reset_at": 1774449932, + "operating": 0.158128023147583 } } diff --git a/docs/en/results/Bitrix24/CreateLead.log b/docs/en/results/Bitrix24/CreateLead.log index 404db37eee..4aedfd121e 100644 --- a/docs/en/results/Bitrix24/CreateLead.log +++ b/docs/en/results/Bitrix24/CreateLead.log @@ -1,13 +1,13 @@ { - "result": 3298, + "result": 3314, "time": { - "start": 1774430390, - "finish": 1774430391.0522, - "duration": 1.05220293998718, - "processing": 1, - "date_start": "2026-03-25T09:19:50+00:00", - "date_finish": "2026-03-25T09:19:51+00:00", - "operating_reset_at": 1774430990, - "operating": 0.711502075195312 + "start": 1774449367, + "finish": 1774449367.83465, + "duration": 0.834652900695801, + "processing": 0, + "date_start": "2026-03-25T17:36:07+03:00", + "date_finish": "2026-03-25T17:36:07+03:00", + "operating_reset_at": 1774449967, + "operating": 0.586096048355102 } } diff --git a/docs/en/results/Bitrix24/CreatePersonalNotification.log b/docs/en/results/Bitrix24/CreatePersonalNotification.log index 61a61d4b6b..6d14acdc2c 100644 --- a/docs/en/results/Bitrix24/CreatePersonalNotification.log +++ b/docs/en/results/Bitrix24/CreatePersonalNotification.log @@ -1,13 +1,13 @@ { - "result": 84648, + "result": 85168, "time": { - "start": 1774430364, - "finish": 1774430364.8478, - "duration": 0.847804069519043, + "start": 1774449315, + "finish": 1774449315.52084, + "duration": 0.520840883255005, "processing": 0, - "date_start": "2026-03-25T09:19:24+00:00", - "date_finish": "2026-03-25T09:19:24+00:00", - "operating_reset_at": 1774430964, + "date_start": "2026-03-25T17:35:15+03:00", + "date_finish": "2026-03-25T17:35:15+03:00", + "operating_reset_at": 1774449915, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/CreatePost.log b/docs/en/results/Bitrix24/CreatePost.log index e31c1046eb..7570f65793 100644 --- a/docs/en/results/Bitrix24/CreatePost.log +++ b/docs/en/results/Bitrix24/CreatePost.log @@ -1,13 +1,13 @@ { - "result": 3876, + "result": 3892, "time": { - "start": 1774430162, - "finish": 1774430162.82945, - "duration": 0.829452037811279, + "start": 1774448988, + "finish": 1774448988.86106, + "duration": 0.861058950424194, "processing": 0, - "date_start": "2026-03-25T09:16:02+00:00", - "date_finish": "2026-03-25T09:16:02+00:00", - "operating_reset_at": 1774430762, - "operating": 0.770745992660522 + "date_start": "2026-03-25T17:29:48+03:00", + "date_finish": "2026-03-25T17:29:48+03:00", + "operating_reset_at": 1774449588, + "operating": 0.723361968994141 } } diff --git a/docs/en/results/Bitrix24/CreateStorageFolder.log b/docs/en/results/Bitrix24/CreateStorageFolder.log index 18694668ba..e2e69e8227 100644 --- a/docs/en/results/Bitrix24/CreateStorageFolder.log +++ b/docs/en/results/Bitrix24/CreateStorageFolder.log @@ -1,15 +1,15 @@ { "result": { - "ID": 54096, + "ID": 54312, "NAME": "New catalog", "CODE": null, "STORAGE_ID": "3", "TYPE": "folder", - "REAL_OBJECT_ID": 54096, + "REAL_OBJECT_ID": 54312, "PARENT_ID": "3", "DELETED_TYPE": 0, - "CREATE_TIME": "2026-03-25T09:17:24+00:00", - "UPDATE_TIME": "2026-03-25T09:17:24+00:00", + "CREATE_TIME": "2026-03-25T17:32:11+03:00", + "UPDATE_TIME": "2026-03-25T17:32:11+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", @@ -17,13 +17,13 @@ "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/New catalog" }, "time": { - "start": 1774430244, - "finish": 1774430244.47676, - "duration": 0.476758003234863, + "start": 1774449131, + "finish": 1774449131.40422, + "duration": 0.404216051101685, "processing": 0, - "date_start": "2026-03-25T09:17:24+00:00", - "date_finish": "2026-03-25T09:17:24+00:00", - "operating_reset_at": 1774430844, + "date_start": "2026-03-25T17:32:11+03:00", + "date_finish": "2026-03-25T17:32:11+03:00", + "operating_reset_at": 1774449731, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/CreateSubfolder.log b/docs/en/results/Bitrix24/CreateSubfolder.log index cc921847a6..f99d503266 100644 --- a/docs/en/results/Bitrix24/CreateSubfolder.log +++ b/docs/en/results/Bitrix24/CreateSubfolder.log @@ -1,15 +1,15 @@ { "result": { - "ID": 54100, + "ID": 54316, "NAME": "New subfolder", "CODE": null, "STORAGE_ID": "3", "TYPE": "folder", - "REAL_OBJECT_ID": 54100, - "PARENT_ID": "54096", + "REAL_OBJECT_ID": 54316, + "PARENT_ID": "54312", "DELETED_TYPE": 0, - "CREATE_TIME": "2026-03-25T09:17:27+00:00", - "UPDATE_TIME": "2026-03-25T09:17:27+00:00", + "CREATE_TIME": "2026-03-25T17:32:19+03:00", + "UPDATE_TIME": "2026-03-25T17:32:19+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", @@ -17,13 +17,13 @@ "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/New catalog/New subfolder" }, "time": { - "start": 1774430247, - "finish": 1774430247.62603, - "duration": 0.626029968261719, + "start": 1774449139, + "finish": 1774449139.06321, + "duration": 0.0632131099700928, "processing": 0, - "date_start": "2026-03-25T09:17:27+00:00", - "date_finish": "2026-03-25T09:17:27+00:00", - "operating_reset_at": 1774430847, + "date_start": "2026-03-25T17:32:19+03:00", + "date_finish": "2026-03-25T17:32:19+03:00", + "operating_reset_at": 1774449739, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/CreateSystemNotification.log b/docs/en/results/Bitrix24/CreateSystemNotification.log index 6cd2a88f0b..bb0af260a0 100644 --- a/docs/en/results/Bitrix24/CreateSystemNotification.log +++ b/docs/en/results/Bitrix24/CreateSystemNotification.log @@ -1,13 +1,13 @@ { - "result": 84652, + "result": 85172, "time": { - "start": 1774430365, - "finish": 1774430365.59191, - "duration": 0.591909885406494, + "start": 1774449317, + "finish": 1774449317.68614, + "duration": 0.68613600730896, "processing": 0, - "date_start": "2026-03-25T09:19:25+00:00", - "date_finish": "2026-03-25T09:19:25+00:00", - "operating_reset_at": 1774430965, + "date_start": "2026-03-25T17:35:17+03:00", + "date_finish": "2026-03-25T17:35:17+03:00", + "operating_reset_at": 1774449917, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/CreateTask.log b/docs/en/results/Bitrix24/CreateTask.log index 4b8f44d067..3b4e93000b 100644 --- a/docs/en/results/Bitrix24/CreateTask.log +++ b/docs/en/results/Bitrix24/CreateTask.log @@ -1,7 +1,7 @@ { "result": { "task": { - "id": "10110", + "id": "10150", "parentId": null, "title": "New task", "description": "New task description", @@ -14,19 +14,19 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2026-03-25T09:16:14+00:00", + "createdDate": "2026-03-25T17:30:11+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2026-03-25T09:16:14+00:00", + "changedDate": "2026-03-25T17:30:11+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2026-03-25T09:16:14+00:00", + "activityDate": "2026-03-25T17:30:11+03:00", "dateStart": null, - "deadline": "2026-03-26T09:16:00+00:00", + "deadline": "2026-03-26T17:30:00+03:00", "startDatePlan": null, "endDatePlan": null, - "guid": "{5256b429-f1c3-4a04-9909-a7c5be172ef4}", + "guid": "{7002c55c-b62e-4bb4-ab64-2e0e65ace4bf}", "xmlId": null, "commentsCount": null, "serviceCommentsCount": null, @@ -55,7 +55,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2026-03-25T09:16:14+00:00", + "statusChangedDate": "2026-03-25T17:30:11+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -136,13 +136,13 @@ } }, "time": { - "start": 1774430174, - "finish": 1774430174.34226, - "duration": 0.342257022857666, + "start": 1774449011, + "finish": 1774449011.67467, + "duration": 0.674670934677124, "processing": 0, - "date_start": "2026-03-25T09:16:14+00:00", - "date_finish": "2026-03-25T09:16:14+00:00", - "operating_reset_at": 1774430774, - "operating": 0.219403982162476 + "date_start": "2026-03-25T17:30:11+03:00", + "date_finish": "2026-03-25T17:30:11+03:00", + "operating_reset_at": 1774449611, + "operating": 0.204300165176392 } } diff --git a/docs/en/results/Bitrix24/CreateTasksDependencies.log b/docs/en/results/Bitrix24/CreateTasksDependencies.log index 4c97c9a730..bac84149b3 100644 --- a/docs/en/results/Bitrix24/CreateTasksDependencies.log +++ b/docs/en/results/Bitrix24/CreateTasksDependencies.log @@ -1,13 +1,13 @@ { "result": [], "time": { - "start": 1774430175, - "finish": 1774430175.73067, - "duration": 0.730669975280762, + "start": 1774449013, + "finish": 1774449013.90405, + "duration": 0.90405011177063, "processing": 0, - "date_start": "2026-03-25T09:16:15+00:00", - "date_finish": "2026-03-25T09:16:15+00:00", - "operating_reset_at": 1774430775, + "date_start": "2026-03-25T17:30:13+03:00", + "date_finish": "2026-03-25T17:30:13+03:00", + "operating_reset_at": 1774449613, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/CreateUser.log b/docs/en/results/Bitrix24/CreateUser.log index fcb8741bbb..0ad652caf8 100644 --- a/docs/en/results/Bitrix24/CreateUser.log +++ b/docs/en/results/Bitrix24/CreateUser.log @@ -1,13 +1,13 @@ { - "result": 3508, + "result": 3524, "time": { - "start": 1774430379, - "finish": 1774430380.44736, - "duration": 1.44736289978027, + "start": 1774449347, + "finish": 1774449348.6084, + "duration": 1.60839796066284, "processing": 1, - "date_start": "2026-03-25T09:19:39+00:00", - "date_finish": "2026-03-25T09:19:40+00:00", - "operating_reset_at": 1774430979, - "operating": 0.837209939956665 + "date_start": "2026-03-25T17:35:47+03:00", + "date_finish": "2026-03-25T17:35:48+03:00", + "operating_reset_at": 1774449947, + "operating": 0.76997184753418 } } diff --git a/docs/en/results/Bitrix24/DeferTask.log b/docs/en/results/Bitrix24/DeferTask.log index 5a71d4e1cf..9371639986 100644 --- a/docs/en/results/Bitrix24/DeferTask.log +++ b/docs/en/results/Bitrix24/DeferTask.log @@ -1,7 +1,7 @@ { "result": { "task": { - "id": "10110", + "id": "10150", "parentId": null, "title": "Another task title", "description": "Another task description", @@ -14,19 +14,19 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2026-03-25T09:16:14+00:00", + "createdDate": "2026-03-25T17:30:11+03:00", "responsibleId": "2960", "changedBy": "1", - "changedDate": "2026-03-25T09:16:23+00:00", + "changedDate": "2026-03-25T17:30:34+03:00", "statusChangedBy": "1", "closedBy": null, "closedDate": null, - "activityDate": "2026-03-25T09:16:23+00:00", + "activityDate": "2026-03-25T17:30:34+03:00", "dateStart": null, - "deadline": "2026-03-26T09:16:00+00:00", - "startDatePlan": "2026-03-25T09:16:14+00:00", - "endDatePlan": "2026-03-25T21:00:00+00:00", - "guid": "{5256b429-f1c3-4a04-9909-a7c5be172ef4}", + "deadline": "2026-03-26T17:30:00+03:00", + "startDatePlan": "2026-03-25T17:30:11+03:00", + "endDatePlan": "2026-03-26T00:00:00+03:00", + "guid": "{7002c55c-b62e-4bb4-ab64-2e0e65ace4bf}", "xmlId": null, "commentsCount": null, "serviceCommentsCount": null, @@ -55,7 +55,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "6", - "statusChangedDate": "2026-03-25T09:16:23+00:00", + "statusChangedDate": "2026-03-25T17:30:34+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -136,13 +136,13 @@ } }, "time": { - "start": 1774430183, - "finish": 1774430183.91277, - "duration": 0.912767887115478, + "start": 1774449034, + "finish": 1774449034.18647, + "duration": 0.186466932296753, "processing": 0, - "date_start": "2026-03-25T09:16:23+00:00", - "date_finish": "2026-03-25T09:16:23+00:00", - "operating_reset_at": 1774430783, - "operating": 0.187801837921143 + "date_start": "2026-03-25T17:30:34+03:00", + "date_finish": "2026-03-25T17:30:34+03:00", + "operating_reset_at": 1774449634, + "operating": 0.147847175598145 } } diff --git a/docs/en/results/Bitrix24/DelegateTask.log b/docs/en/results/Bitrix24/DelegateTask.log index 6aa7247dd2..10bd52c749 100644 --- a/docs/en/results/Bitrix24/DelegateTask.log +++ b/docs/en/results/Bitrix24/DelegateTask.log @@ -1,7 +1,7 @@ { "result": { "task": { - "id": "10110", + "id": "10150", "parentId": null, "title": "Another task title", "description": "Another task description", @@ -14,19 +14,19 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2026-03-25T09:16:14+00:00", + "createdDate": "2026-03-25T17:30:11+03:00", "responsibleId": "2960", "changedBy": "1", - "changedDate": "2026-03-25T09:16:22+00:00", + "changedDate": "2026-03-25T17:30:31+03:00", "statusChangedBy": "1", "closedBy": null, "closedDate": null, - "activityDate": "2026-03-25T09:16:22+00:00", + "activityDate": "2026-03-25T17:30:31+03:00", "dateStart": null, - "deadline": "2026-03-26T09:16:00+00:00", - "startDatePlan": "2026-03-25T09:16:14+00:00", - "endDatePlan": "2026-03-25T21:00:00+00:00", - "guid": "{5256b429-f1c3-4a04-9909-a7c5be172ef4}", + "deadline": "2026-03-26T17:30:00+03:00", + "startDatePlan": "2026-03-25T17:30:11+03:00", + "endDatePlan": "2026-03-26T00:00:00+03:00", + "guid": "{7002c55c-b62e-4bb4-ab64-2e0e65ace4bf}", "xmlId": null, "commentsCount": null, "serviceCommentsCount": null, @@ -55,7 +55,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2026-03-25T09:16:22+00:00", + "statusChangedDate": "2026-03-25T17:30:31+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -136,13 +136,13 @@ } }, "time": { - "start": 1774430182, - "finish": 1774430182.91705, - "duration": 0.917047023773194, + "start": 1774449031, + "finish": 1774449031.4342, + "duration": 0.434200048446655, "processing": 0, - "date_start": "2026-03-25T09:16:22+00:00", - "date_finish": "2026-03-25T09:16:22+00:00", - "operating_reset_at": 1774430782, - "operating": 0.196720123291016 + "date_start": "2026-03-25T17:30:31+03:00", + "date_finish": "2026-03-25T17:30:31+03:00", + "operating_reset_at": 1774449631, + "operating": 0.190179824829102 } } diff --git a/docs/en/results/Bitrix24/DeleteCalendar.log b/docs/en/results/Bitrix24/DeleteCalendar.log index ba6d5b194e..d5e9811fa7 100644 --- a/docs/en/results/Bitrix24/DeleteCalendar.log +++ b/docs/en/results/Bitrix24/DeleteCalendar.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430413, - "finish": 1774430413.34536, - "duration": 0.345360040664673, + "start": 1774449414, + "finish": 1774449414.46771, + "duration": 0.467706918716431, "processing": 0, - "date_start": "2026-03-25T09:20:13+00:00", - "date_finish": "2026-03-25T09:20:13+00:00", - "operating_reset_at": 1774431013, + "date_start": "2026-03-25T17:36:54+03:00", + "date_finish": "2026-03-25T17:36:54+03:00", + "operating_reset_at": 1774450014, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/DeleteCalendarEvent.log b/docs/en/results/Bitrix24/DeleteCalendarEvent.log index 203ed99ef0..2ff16d52d1 100644 --- a/docs/en/results/Bitrix24/DeleteCalendarEvent.log +++ b/docs/en/results/Bitrix24/DeleteCalendarEvent.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430412, - "finish": 1774430412.68827, - "duration": 0.688270092010498, + "start": 1774449412, + "finish": 1774449412.64238, + "duration": 0.642383098602295, "processing": 0, - "date_start": "2026-03-25T09:20:12+00:00", - "date_finish": "2026-03-25T09:20:12+00:00", - "operating_reset_at": 1774431012, - "operating": 0.194480895996094 + "date_start": "2026-03-25T17:36:52+03:00", + "date_finish": "2026-03-25T17:36:52+03:00", + "operating_reset_at": 1774450012, + "operating": 0.126427888870239 } } diff --git a/docs/en/results/Bitrix24/DeleteDeal.log b/docs/en/results/Bitrix24/DeleteDeal.log index b06e7d0a81..95a3e0b505 100644 --- a/docs/en/results/Bitrix24/DeleteDeal.log +++ b/docs/en/results/Bitrix24/DeleteDeal.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430400, - "finish": 1774430400.93574, - "duration": 0.935744047164917, + "start": 1774449387, + "finish": 1774449387.42044, + "duration": 0.420439958572388, "processing": 0, - "date_start": "2026-03-25T09:20:00+00:00", - "date_finish": "2026-03-25T09:20:00+00:00", - "operating_reset_at": 1774431000, - "operating": 0.339337825775146 + "date_start": "2026-03-25T17:36:27+03:00", + "date_finish": "2026-03-25T17:36:27+03:00", + "operating_reset_at": 1774449987, + "operating": 0.274423837661743 } } diff --git a/docs/en/results/Bitrix24/DeleteDepartment.log b/docs/en/results/Bitrix24/DeleteDepartment.log index 5239d35c9d..3c80fe6f6f 100644 --- a/docs/en/results/Bitrix24/DeleteDepartment.log +++ b/docs/en/results/Bitrix24/DeleteDepartment.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430374, - "finish": 1774430374.73192, - "duration": 0.731918096542358, + "start": 1774449339, + "finish": 1774449339.34161, + "duration": 0.34160590171814, "processing": 0, - "date_start": "2026-03-25T09:19:34+00:00", - "date_finish": "2026-03-25T09:19:34+00:00", - "operating_reset_at": 1774430974, - "operating": 0.292384147644043 + "date_start": "2026-03-25T17:35:39+03:00", + "date_finish": "2026-03-25T17:35:39+03:00", + "operating_reset_at": 1774449939, + "operating": 0.299188137054443 } } diff --git a/docs/en/results/Bitrix24/DeleteFile.log b/docs/en/results/Bitrix24/DeleteFile.log index b0ecb057c9..fedbf1f761 100644 --- a/docs/en/results/Bitrix24/DeleteFile.log +++ b/docs/en/results/Bitrix24/DeleteFile.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430257, - "finish": 1774430257.1825, - "duration": 0.1824951171875, + "start": 1774449152, + "finish": 1774449152.91964, + "duration": 0.919635057449341, "processing": 0, - "date_start": "2026-03-25T09:17:37+00:00", - "date_finish": "2026-03-25T09:17:37+00:00", - "operating_reset_at": 1774430857, - "operating": 0.156951189041138 + "date_start": "2026-03-25T17:32:32+03:00", + "date_finish": "2026-03-25T17:32:32+03:00", + "operating_reset_at": 1774449752, + "operating": 0.152502059936523 } } diff --git a/docs/en/results/Bitrix24/DeleteFolder.log b/docs/en/results/Bitrix24/DeleteFolder.log index c7b7c9475e..75c28a4980 100644 --- a/docs/en/results/Bitrix24/DeleteFolder.log +++ b/docs/en/results/Bitrix24/DeleteFolder.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430261, - "finish": 1774430261.28041, - "duration": 0.28041410446167, + "start": 1774449164, + "finish": 1774449164.51784, + "duration": 0.517837047576904, "processing": 0, - "date_start": "2026-03-25T09:17:41+00:00", - "date_finish": "2026-03-25T09:17:41+00:00", - "operating_reset_at": 1774430861, + "date_start": "2026-03-25T17:32:44+03:00", + "date_finish": "2026-03-25T17:32:44+03:00", + "operating_reset_at": 1774449764, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/DeleteKanbanStage.log b/docs/en/results/Bitrix24/DeleteKanbanStage.log index 32d680ff4f..36b300004a 100644 --- a/docs/en/results/Bitrix24/DeleteKanbanStage.log +++ b/docs/en/results/Bitrix24/DeleteKanbanStage.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430267, - "finish": 1774430267.49925, - "duration": 0.499247074127197, + "start": 1774449176, + "finish": 1774449176.21533, + "duration": 0.21533203125, "processing": 0, - "date_start": "2026-03-25T09:17:47+00:00", - "date_finish": "2026-03-25T09:17:47+00:00", - "operating_reset_at": 1774430867, + "date_start": "2026-03-25T17:32:56+03:00", + "date_finish": "2026-03-25T17:32:56+03:00", + "operating_reset_at": 1774449776, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/DeleteLead.log b/docs/en/results/Bitrix24/DeleteLead.log index 92c0a35724..3c9d7c6077 100644 --- a/docs/en/results/Bitrix24/DeleteLead.log +++ b/docs/en/results/Bitrix24/DeleteLead.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430393, - "finish": 1774430393.97607, - "duration": 0.976067066192627, - "processing": 0, - "date_start": "2026-03-25T09:19:53+00:00", - "date_finish": "2026-03-25T09:19:53+00:00", - "operating_reset_at": 1774430993, - "operating": 0.417065143585205 + "start": 1774449373, + "finish": 1774449374.12113, + "duration": 1.12113308906555, + "processing": 1, + "date_start": "2026-03-25T17:36:13+03:00", + "date_finish": "2026-03-25T17:36:14+03:00", + "operating_reset_at": 1774449973, + "operating": 0.221329927444458 } } diff --git a/docs/en/results/Bitrix24/DeleteMessage.log b/docs/en/results/Bitrix24/DeleteMessage.log index 6bc74f2aa7..f41b195c5f 100644 --- a/docs/en/results/Bitrix24/DeleteMessage.log +++ b/docs/en/results/Bitrix24/DeleteMessage.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430351, - "finish": 1774430351.16407, - "duration": 0.164069890975952, + "start": 1774449292, + "finish": 1774449292.65181, + "duration": 0.651808023452759, "processing": 0, - "date_start": "2026-03-25T09:19:11+00:00", - "date_finish": "2026-03-25T09:19:11+00:00", - "operating_reset_at": 1774430951, + "date_start": "2026-03-25T17:34:52+03:00", + "date_finish": "2026-03-25T17:34:52+03:00", + "operating_reset_at": 1774449892, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/DeleteNotification.log b/docs/en/results/Bitrix24/DeleteNotification.log index 6270193818..84ca520602 100644 --- a/docs/en/results/Bitrix24/DeleteNotification.log +++ b/docs/en/results/Bitrix24/DeleteNotification.log @@ -1,13 +1,13 @@ { "result": false, "time": { - "start": 1774430366, - "finish": 1774430366.30009, - "duration": 0.300091028213501, + "start": 1774449319, + "finish": 1774449319.55216, + "duration": 0.552165031433106, "processing": 0, - "date_start": "2026-03-25T09:19:26+00:00", - "date_finish": "2026-03-25T09:19:26+00:00", - "operating_reset_at": 1774430966, + "date_start": "2026-03-25T17:35:19+03:00", + "date_finish": "2026-03-25T17:35:19+03:00", + "operating_reset_at": 1774449919, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/DeletePost.log b/docs/en/results/Bitrix24/DeletePost.log index b715daa444..33c05b1890 100644 --- a/docs/en/results/Bitrix24/DeletePost.log +++ b/docs/en/results/Bitrix24/DeletePost.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430170, - "finish": 1774430170.71226, - "duration": 0.712265014648438, + "start": 1774449004, + "finish": 1774449004.68835, + "duration": 0.688345909118652, "processing": 0, - "date_start": "2026-03-25T09:16:10+00:00", - "date_finish": "2026-03-25T09:16:10+00:00", - "operating_reset_at": 1774430770, - "operating": 0.204304933547974 + "date_start": "2026-03-25T17:30:04+03:00", + "date_finish": "2026-03-25T17:30:04+03:00", + "operating_reset_at": 1774449604, + "operating": 0.184908866882324 } } diff --git a/docs/en/results/Bitrix24/DeleteTask.log b/docs/en/results/Bitrix24/DeleteTask.log index 9d8a7cb4a2..543f87c8c7 100644 --- a/docs/en/results/Bitrix24/DeleteTask.log +++ b/docs/en/results/Bitrix24/DeleteTask.log @@ -3,13 +3,13 @@ "task": true }, "time": { - "start": 1774430205, - "finish": 1774430205.25569, - "duration": 0.255686044692993, + "start": 1774449078, + "finish": 1774449078.34495, + "duration": 0.344947099685669, "processing": 0, - "date_start": "2026-03-25T09:16:45+00:00", - "date_finish": "2026-03-25T09:16:45+00:00", - "operating_reset_at": 1774430805, - "operating": 0.217731952667236 + "date_start": "2026-03-25T17:31:18+03:00", + "date_finish": "2026-03-25T17:31:18+03:00", + "operating_reset_at": 1774449678, + "operating": 0.232031106948853 } } diff --git a/docs/en/results/Bitrix24/DeleteTaskTimeAccounting.log b/docs/en/results/Bitrix24/DeleteTaskTimeAccounting.log index df0db51dd0..c417b60358 100644 --- a/docs/en/results/Bitrix24/DeleteTaskTimeAccounting.log +++ b/docs/en/results/Bitrix24/DeleteTaskTimeAccounting.log @@ -1,13 +1,13 @@ { "result": null, "time": { - "start": 1774430273, - "finish": 1774430273.3523, - "duration": 0.352303981781006, + "start": 1774449187, + "finish": 1774449187.95659, + "duration": 0.956587076187134, "processing": 0, - "date_start": "2026-03-25T09:17:53+00:00", - "date_finish": "2026-03-25T09:17:53+00:00", - "operating_reset_at": 1774430873, + "date_start": "2026-03-25T17:33:07+03:00", + "date_finish": "2026-03-25T17:33:07+03:00", + "operating_reset_at": 1774449787, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/DeleteTasksChecklistElement.log b/docs/en/results/Bitrix24/DeleteTasksChecklistElement.log index fff7bba4d1..983ff8bdeb 100644 --- a/docs/en/results/Bitrix24/DeleteTasksChecklistElement.log +++ b/docs/en/results/Bitrix24/DeleteTasksChecklistElement.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430198, - "finish": 1774430198.97523, - "duration": 0.975227117538452, + "start": 1774449069, + "finish": 1774449069.83276, + "duration": 0.832762956619263, "processing": 0, - "date_start": "2026-03-25T09:16:38+00:00", - "date_finish": "2026-03-25T09:16:38+00:00", - "operating_reset_at": 1774430798, + "date_start": "2026-03-25T17:31:09+03:00", + "date_finish": "2026-03-25T17:31:09+03:00", + "operating_reset_at": 1774449669, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/DeleteTasksDependencies.log b/docs/en/results/Bitrix24/DeleteTasksDependencies.log index 4016c9d684..f12fcfdab7 100644 --- a/docs/en/results/Bitrix24/DeleteTasksDependencies.log +++ b/docs/en/results/Bitrix24/DeleteTasksDependencies.log @@ -1,13 +1,13 @@ { "result": [], "time": { - "start": 1774430176, - "finish": 1774430176.76196, - "duration": 0.761960983276367, + "start": 1774449016, + "finish": 1774449016.07029, + "duration": 0.0702919960021973, "processing": 0, - "date_start": "2026-03-25T09:16:16+00:00", - "date_finish": "2026-03-25T09:16:16+00:00", - "operating_reset_at": 1774430776, + "date_start": "2026-03-25T17:30:16+03:00", + "date_finish": "2026-03-25T17:30:16+03:00", + "operating_reset_at": 1774449616, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/DeleteUserFromChat.log b/docs/en/results/Bitrix24/DeleteUserFromChat.log index 6493e7c0ba..c3e52dc93d 100644 --- a/docs/en/results/Bitrix24/DeleteUserFromChat.log +++ b/docs/en/results/Bitrix24/DeleteUserFromChat.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430290, - "finish": 1774430290.66993, - "duration": 0.669925928115845, + "start": 1774449217, + "finish": 1774449217.51272, + "duration": 0.512725114822388, "processing": 0, - "date_start": "2026-03-25T09:18:10+00:00", - "date_finish": "2026-03-25T09:18:10+00:00", - "operating_reset_at": 1774430890, + "date_start": "2026-03-25T17:33:37+03:00", + "date_finish": "2026-03-25T17:33:37+03:00", + "operating_reset_at": 1774449817, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/DisableChatNotifications.log b/docs/en/results/Bitrix24/DisableChatNotifications.log index 9f0bbe1f8c..9f892a352c 100644 --- a/docs/en/results/Bitrix24/DisableChatNotifications.log +++ b/docs/en/results/Bitrix24/DisableChatNotifications.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430327, - "finish": 1774430327.47678, - "duration": 0.476778030395508, + "start": 1774449255, + "finish": 1774449255.51412, + "duration": 0.514122009277344, "processing": 0, - "date_start": "2026-03-25T09:18:47+00:00", - "date_finish": "2026-03-25T09:18:47+00:00", - "operating_reset_at": 1774430927, + "date_start": "2026-03-25T17:34:15+03:00", + "date_finish": "2026-03-25T17:34:15+03:00", + "operating_reset_at": 1774449855, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/EditMessage.log b/docs/en/results/Bitrix24/EditMessage.log index e6dd2914cd..afa3838df8 100644 --- a/docs/en/results/Bitrix24/EditMessage.log +++ b/docs/en/results/Bitrix24/EditMessage.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430344, - "finish": 1774430344.16984, - "duration": 0.169837951660156, + "start": 1774449282, + "finish": 1774449282.45299, + "duration": 0.452994108200073, "processing": 0, - "date_start": "2026-03-25T09:19:04+00:00", - "date_finish": "2026-03-25T09:19:04+00:00", - "operating_reset_at": 1774430944, + "date_start": "2026-03-25T17:34:42+03:00", + "date_finish": "2026-03-25T17:34:42+03:00", + "operating_reset_at": 1774449882, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/EnableChatNotifications.log b/docs/en/results/Bitrix24/EnableChatNotifications.log index 37bb3ba0c8..b2c8c8eafe 100644 --- a/docs/en/results/Bitrix24/EnableChatNotifications.log +++ b/docs/en/results/Bitrix24/EnableChatNotifications.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430328, - "finish": 1774430328.11082, - "duration": 0.110825061798096, + "start": 1774449257, + "finish": 1774449257.33447, + "duration": 0.334467887878418, "processing": 0, - "date_start": "2026-03-25T09:18:48+00:00", - "date_finish": "2026-03-25T09:18:48+00:00", - "operating_reset_at": 1774430928, + "date_start": "2026-03-25T17:34:17+03:00", + "date_finish": "2026-03-25T17:34:17+03:00", + "operating_reset_at": 1774449857, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/FindUsers.log b/docs/en/results/Bitrix24/FindUsers.log index 977ceb4671..003e9f04fd 100644 --- a/docs/en/results/Bitrix24/FindUsers.log +++ b/docs/en/results/Bitrix24/FindUsers.log @@ -1,13 +1,13 @@ { "result": [], "time": { - "start": 1774430381, - "finish": 1774430381.10224, - "duration": 0.102241992950439, + "start": 1774449350, + "finish": 1774449350.5627, + "duration": 0.562700986862183, "processing": 0, - "date_start": "2026-03-25T09:19:41+00:00", - "date_finish": "2026-03-25T09:19:41+00:00", - "operating_reset_at": 1774430981, + "date_start": "2026-03-25T17:35:50+03:00", + "date_finish": "2026-03-25T17:35:50+03:00", + "operating_reset_at": 1774449950, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetAppStorage.log b/docs/en/results/Bitrix24/GetAppStorage.log index 027535ae8a..646daebc1b 100644 --- a/docs/en/results/Bitrix24/GetAppStorage.log +++ b/docs/en/results/Bitrix24/GetAppStorage.log @@ -1,7 +1,7 @@ { "result": { "ID": "18", - "NAME": "New storage name", + "NAME": "Новое имя хранилища", "CODE": null, "MODULE_ID": "disk", "ENTITY_TYPE": "restapp", @@ -9,13 +9,13 @@ "ROOT_OBJECT_ID": "464" }, "time": { - "start": 1774430213, - "finish": 1774430213.12662, - "duration": 0.126621961593628, + "start": 1774449089, + "finish": 1774449089.86041, + "duration": 0.860411882400513, "processing": 0, - "date_start": "2026-03-25T09:16:53+00:00", - "date_finish": "2026-03-25T09:16:53+00:00", - "operating_reset_at": 1774430813, + "date_start": "2026-03-25T17:31:29+03:00", + "date_finish": "2026-03-25T17:31:29+03:00", + "operating_reset_at": 1774449689, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetCalendarEvent.log b/docs/en/results/Bitrix24/GetCalendarEvent.log index acadaefe8d..ab4f96a6d7 100644 --- a/docs/en/results/Bitrix24/GetCalendarEvent.log +++ b/docs/en/results/Bitrix24/GetCalendarEvent.log @@ -1,26 +1,26 @@ { "result": { - "ID": "4148", - "PARENT_ID": "4148", + "ID": "4180", + "PARENT_ID": "4180", "DELETED": "N", "CAL_TYPE": "user", "OWNER_ID": "1", "NAME": "New event", - "DATE_FROM": "26.03.2026 09:20:00", - "DATE_TO": "26.03.2026 10:20:00", + "DATE_FROM": "26.03.2026 17:37:00", + "DATE_TO": "26.03.2026 18:37:00", "ORIGINAL_DATE_FROM": "***", "TZ_FROM": "Europe/Minsk", "TZ_TO": "Europe/Minsk", "TZ_OFFSET_FROM": "10800", "TZ_OFFSET_TO": "10800", - "DATE_FROM_TS_UTC": "1774495206", - "DATE_TO_TS_UTC": "1777101600", + "DATE_FROM_TS_UTC": "1774524996", + "DATE_TO_TS_UTC": "1777131420", "DT_SKIP_TIME": "N", "DT_LENGTH": 3600, "EVENT_TYPE": null, "CREATED_BY": "1", - "DATE_CREATE": "25.03.2026 12:20:06", - "TIMESTAMP_X": "25.03.2026 12:20:06", + "DATE_CREATE": "25.03.2026 17:36:38", + "TIMESTAMP_X": "25.03.2026 17:36:38", "DESCRIPTION": "Event description", "PRIVATE_EVENT": "1", "ACCESSIBILITY": "quest", @@ -55,7 +55,7 @@ "UNTIL_TS": 1775347200 }, "EXDATE": "", - "DAV_XML_ID": "20260326T062000Z-b6e1bc12995568aee5169b09026e0717@b24-ar17wx.bitrix24.by", + "DAV_XML_ID": "20260326T143700Z-e5ae503deb0bcd9c5ff62099694de447@b24-ar17wx.bitrix24.by", "G_EVENT_ID": "", "DAV_EXCH_LABEL": "", "CAL_DAV_LABEL": "", @@ -66,25 +66,25 @@ ], "RECURRENCE_ID": null, "RELATIONS": "", - "SECTION_ID": "2200", + "SECTION_ID": "2216", "SYNC_STATUS": null, "UF_CRM_CAL_EVENT": null, "UF_WEBDAV_CAL_EVENT": null, "SECTION_DAV_XML_ID": null, - "DATE_FROM_FORMATTED": "Thu Mar 26 2026 09:20:00", - "DATE_TO_FORMATTED": "Thu Mar 26 2026 10:20:00", + "DATE_FROM_FORMATTED": "Thu Mar 26 2026 17:37:00", + "DATE_TO_FORMATTED": "Thu Mar 26 2026 18:37:00", "IS_DAYLIGHT_SAVING_TZ": "N", - "SECT_ID": "2200", + "SECT_ID": "2216", "OPTIONS": null, "ATTENDEE_LIST": [ { "id": 1, - "entryId": "4148", + "entryId": "4180", "status": "H" }, { "id": 10, - "entryId": "4150", + "entryId": "4182", "status": "Q" } ], @@ -105,13 +105,13 @@ "~USER_OFFSET_TO": 0 }, "time": { - "start": 1774430409, - "finish": 1774430409.19047, - "duration": 0.190469980239868, + "start": 1774449404, + "finish": 1774449404.4314, + "duration": 0.431396007537842, "processing": 0, - "date_start": "2026-03-25T09:20:09+00:00", - "date_finish": "2026-03-25T09:20:09+00:00", - "operating_reset_at": 1774431009, + "date_start": "2026-03-25T17:36:44+03:00", + "date_finish": "2026-03-25T17:36:44+03:00", + "operating_reset_at": 1774450004, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetCalendarEvents.log b/docs/en/results/Bitrix24/GetCalendarEvents.log index 8f02c72cba..ae9192aa06 100644 --- a/docs/en/results/Bitrix24/GetCalendarEvents.log +++ b/docs/en/results/Bitrix24/GetCalendarEvents.log @@ -1,28 +1,28 @@ { "result": [ { - "ID": "4144", - "PARENT_ID": "4144", + "ID": "4176", + "PARENT_ID": "4176", "ACTIVE": "Y", "DELETED": "N", "CAL_TYPE": "user", "OWNER_ID": "1", "NAME": "New event", - "DATE_FROM": "26.03.2026 09:20:00", - "DATE_TO": "26.03.2026 10:20:00", + "DATE_FROM": "26.03.2026 17:37:00", + "DATE_TO": "26.03.2026 18:37:00", "ORIGINAL_DATE_FROM": "***", "TZ_FROM": "Europe/Minsk", "TZ_TO": "Europe/Minsk", "TZ_OFFSET_FROM": "10800", "TZ_OFFSET_TO": "10800", - "DATE_FROM_TS_UTC": "1774495206", - "DATE_TO_TS_UTC": "1777101600", + "DATE_FROM_TS_UTC": "1774524996", + "DATE_TO_TS_UTC": "1777131420", "DT_SKIP_TIME": "N", "DT_LENGTH": 3600, "EVENT_TYPE": null, "CREATED_BY": "1", - "DATE_CREATE": "25.03.2026 12:20:06", - "TIMESTAMP_X": "25.03.2026 12:20:06", + "DATE_CREATE": "25.03.2026 17:36:37", + "TIMESTAMP_X": "25.03.2026 17:36:37", "DESCRIPTION": "Event description", "DT_FROM": null, "DT_TO": null, @@ -60,7 +60,7 @@ "UNTIL_TS": 1775347200 }, "EXDATE": "", - "DAV_XML_ID": "20260326T062000Z-b6e1bc12995568aee5169b09026e0717@b24-ar17wx.bitrix24.by", + "DAV_XML_ID": "20260326T143700Z-e20ed0c7d01c9a304f2dc97031d8b46c@b24-ar17wx.bitrix24.by", "G_EVENT_ID": "", "DAV_EXCH_LABEL": "", "CAL_DAV_LABEL": "", @@ -71,25 +71,25 @@ ], "RECURRENCE_ID": null, "RELATIONS": "", - "SECTION_ID": "2198", + "SECTION_ID": "2214", "SYNC_STATUS": null, "UF_CRM_CAL_EVENT": null, "UF_WEBDAV_CAL_EVENT": null, "SECTION_DAV_XML_ID": null, - "DATE_FROM_FORMATTED": "Thu Mar 26 2026 09:20:00", - "DATE_TO_FORMATTED": "Thu Mar 26 2026 10:20:00", + "DATE_FROM_FORMATTED": "Thu Mar 26 2026 17:37:00", + "DATE_TO_FORMATTED": "Thu Mar 26 2026 18:37:00", "IS_DAYLIGHT_SAVING_TZ": "N", - "SECT_ID": "2198", + "SECT_ID": "2214", "OPTIONS": null, "ATTENDEE_LIST": [ { "id": 1, - "entryId": "4144", + "entryId": "4176", "status": "H" }, { "id": 10, - "entryId": "4146", + "entryId": "4178", "status": "Q" } ], @@ -105,35 +105,35 @@ "id": 10 } ], - "~DATE_FROM": "26.03.2026 09:20:00", - "~DATE_TO": "26.03.2026 10:20:00", + "~DATE_FROM": "26.03.2026 17:37:00", + "~DATE_TO": "26.03.2026 18:37:00", "RINDEX": 0, "~USER_OFFSET_FROM": 0, "~USER_OFFSET_TO": 0 }, { - "ID": "4148", - "PARENT_ID": "4148", + "ID": "4180", + "PARENT_ID": "4180", "ACTIVE": "Y", "DELETED": "N", "CAL_TYPE": "user", "OWNER_ID": "1", "NAME": "New event", - "DATE_FROM": "26.03.2026 09:20:00", - "DATE_TO": "26.03.2026 10:20:00", + "DATE_FROM": "26.03.2026 17:37:00", + "DATE_TO": "26.03.2026 18:37:00", "ORIGINAL_DATE_FROM": "***", "TZ_FROM": "Europe/Minsk", "TZ_TO": "Europe/Minsk", "TZ_OFFSET_FROM": "10800", "TZ_OFFSET_TO": "10800", - "DATE_FROM_TS_UTC": "1774495206", - "DATE_TO_TS_UTC": "1777101600", + "DATE_FROM_TS_UTC": "1774524996", + "DATE_TO_TS_UTC": "1777131420", "DT_SKIP_TIME": "N", "DT_LENGTH": 3600, "EVENT_TYPE": null, "CREATED_BY": "1", - "DATE_CREATE": "25.03.2026 12:20:06", - "TIMESTAMP_X": "25.03.2026 12:20:06", + "DATE_CREATE": "25.03.2026 17:36:38", + "TIMESTAMP_X": "25.03.2026 17:36:38", "DESCRIPTION": "Event description", "DT_FROM": null, "DT_TO": null, @@ -171,7 +171,7 @@ "UNTIL_TS": 1775347200 }, "EXDATE": "", - "DAV_XML_ID": "20260326T062000Z-b6e1bc12995568aee5169b09026e0717@b24-ar17wx.bitrix24.by", + "DAV_XML_ID": "20260326T143700Z-e5ae503deb0bcd9c5ff62099694de447@b24-ar17wx.bitrix24.by", "G_EVENT_ID": "", "DAV_EXCH_LABEL": "", "CAL_DAV_LABEL": "", @@ -182,25 +182,25 @@ ], "RECURRENCE_ID": null, "RELATIONS": "", - "SECTION_ID": "2200", + "SECTION_ID": "2216", "SYNC_STATUS": null, "UF_CRM_CAL_EVENT": null, "UF_WEBDAV_CAL_EVENT": null, "SECTION_DAV_XML_ID": null, - "DATE_FROM_FORMATTED": "Thu Mar 26 2026 09:20:00", - "DATE_TO_FORMATTED": "Thu Mar 26 2026 10:20:00", + "DATE_FROM_FORMATTED": "Thu Mar 26 2026 17:37:00", + "DATE_TO_FORMATTED": "Thu Mar 26 2026 18:37:00", "IS_DAYLIGHT_SAVING_TZ": "N", - "SECT_ID": "2200", + "SECT_ID": "2216", "OPTIONS": null, "ATTENDEE_LIST": [ { "id": 1, - "entryId": "4148", + "entryId": "4180", "status": "H" }, { "id": 10, - "entryId": "4150", + "entryId": "4182", "status": "Q" } ], @@ -216,21 +216,21 @@ "id": 10 } ], - "~DATE_FROM": "26.03.2026 09:20:00", - "~DATE_TO": "26.03.2026 10:20:00", + "~DATE_FROM": "26.03.2026 17:37:00", + "~DATE_TO": "26.03.2026 18:37:00", "RINDEX": 0, "~USER_OFFSET_FROM": 0, "~USER_OFFSET_TO": 0 } ], "time": { - "start": 1774430410, - "finish": 1774430410.16435, - "duration": 0.164354085922241, + "start": 1774449406, + "finish": 1774449406.26745, + "duration": 0.267453908920288, "processing": 0, - "date_start": "2026-03-25T09:20:10+00:00", - "date_finish": "2026-03-25T09:20:10+00:00", - "operating_reset_at": 1774431010, + "date_start": "2026-03-25T17:36:46+03:00", + "date_finish": "2026-03-25T17:36:46+03:00", + "operating_reset_at": 1774450006, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetCalendarList.log b/docs/en/results/Bitrix24/GetCalendarList.log index 95e88eac7c..7be24c947a 100644 --- a/docs/en/results/Bitrix24/GetCalendarList.log +++ b/docs/en/results/Bitrix24/GetCalendarList.log @@ -2053,7 +2053,7 @@ } }, { - "ID": "2198", + "ID": "2214", "NAME": "New calendar name", "GAPI_CALENDAR_ID": "***", "DESCRIPTION": "This calendar has been changed", @@ -2062,13 +2062,13 @@ "EXPORT": { "ALLOW": true, "PATH": "https://b24-ar17wx.bitrix24.by/company/personal/user/1/calendar/", - "LINK": "&type=user&owner=1&ncc=1&user=1&sec_id=2198&sign=b5beb4c3fc392c2c1992b2984e14a595&bx_hit_hash=XbBhRV..." + "LINK": "&type=user&owner=1&ncc=1&user=1&sec_id=2214&sign=826fb9bc162c801a51db6b4bb421e41d&bx_hit_hash=XbBhRV..." }, "CAL_TYPE": "user", "OWNER_ID": "1", "CREATED_BY": "1", - "DATE_CREATE": "2026-03-25 12:20:00", - "TIMESTAMP_X": "2026-03-25 12:20:00", + "DATE_CREATE": "2026-03-25 17:37:00", + "TIMESTAMP_X": "2026-03-25 17:37:00", "CAL_DAV_CON": null, "SYNC_TOKEN": "***", "PAGE_TOKEN": "***", @@ -2089,7 +2089,7 @@ } }, { - "ID": "2200", + "ID": "2216", "NAME": "New calendar name", "GAPI_CALENDAR_ID": "***", "DESCRIPTION": "This calendar has been changed", @@ -2098,13 +2098,13 @@ "EXPORT": { "ALLOW": true, "PATH": "https://b24-ar17wx.bitrix24.by/company/personal/user/1/calendar/", - "LINK": "&type=user&owner=1&ncc=1&user=1&sec_id=2200&sign=5ab153266fcdea26a3d259583aed9497&bx_hit_hash=XbBhRV..." + "LINK": "&type=user&owner=1&ncc=1&user=1&sec_id=2216&sign=e10e1fb2ec1a0208ba960979ccc9867d&bx_hit_hash=XbBhRV..." }, "CAL_TYPE": "user", "OWNER_ID": "1", "CREATED_BY": "1", - "DATE_CREATE": "2026-03-25 12:20:00", - "TIMESTAMP_X": "2026-03-25 12:20:00", + "DATE_CREATE": "2026-03-25 17:37:00", + "TIMESTAMP_X": "2026-03-25 17:37:00", "CAL_DAV_CON": null, "SYNC_TOKEN": "***", "PAGE_TOKEN": "***", @@ -2126,13 +2126,13 @@ } ], "time": { - "start": 1774430405, - "finish": 1774430405.70135, - "duration": 0.701345920562744, + "start": 1774449396, + "finish": 1774449396.6141, + "duration": 0.614097118377686, "processing": 0, - "date_start": "2026-03-25T09:20:05+00:00", - "date_finish": "2026-03-25T09:20:05+00:00", - "operating_reset_at": 1774431005, + "date_start": "2026-03-25T17:36:36+03:00", + "date_finish": "2026-03-25T17:36:36+03:00", + "operating_reset_at": 1774449996, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetCalendarSettingsStructure.log b/docs/en/results/Bitrix24/GetCalendarSettingsStructure.log index 2eb7ec5c91..983262600e 100644 --- a/docs/en/results/Bitrix24/GetCalendarSettingsStructure.log +++ b/docs/en/results/Bitrix24/GetCalendarSettingsStructure.log @@ -31,13 +31,13 @@ "path_to_type_location": "" }, "time": { - "start": 1774430415, - "finish": 1774430415.65923, - "duration": 0.659233093261719, + "start": 1774449421, + "finish": 1774449421.39731, + "duration": 0.397314071655273, "processing": 0, - "date_start": "2026-03-25T09:20:15+00:00", - "date_finish": "2026-03-25T09:20:15+00:00", - "operating_reset_at": 1774431015, + "date_start": "2026-03-25T17:37:01+03:00", + "date_finish": "2026-03-25T17:37:01+03:00", + "operating_reset_at": 1774450021, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetChatFilesFolder.log b/docs/en/results/Bitrix24/GetChatFilesFolder.log index fd187bd103..2f8677f859 100644 --- a/docs/en/results/Bitrix24/GetChatFilesFolder.log +++ b/docs/en/results/Bitrix24/GetChatFilesFolder.log @@ -1,15 +1,15 @@ { "result": { - "ID": 54118 + "ID": 54334 }, "time": { - "start": 1774430351, - "finish": 1774430351.9828, - "duration": 0.982805013656616, + "start": 1774449294, + "finish": 1774449294.51973, + "duration": 0.519731044769287, "processing": 0, - "date_start": "2026-03-25T09:19:11+00:00", - "date_finish": "2026-03-25T09:19:11+00:00", - "operating_reset_at": 1774430951, + "date_start": "2026-03-25T17:34:54+03:00", + "date_finish": "2026-03-25T17:34:54+03:00", + "operating_reset_at": 1774449894, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetChatMembersList.log b/docs/en/results/Bitrix24/GetChatMembersList.log index f54504b478..b8a159ec37 100644 --- a/docs/en/results/Bitrix24/GetChatMembersList.log +++ b/docs/en/results/Bitrix24/GetChatMembersList.log @@ -19,7 +19,7 @@ "external_auth_id": "socservices", "status": "online", "idle": false, - "last_activity_date": "2024-07-13T18:36:23+00:00", + "last_activity_date": "2024-07-13T21:36:23+03:00", "mobile_last_date": false, "desktop_last_date": false, "absent": false, @@ -52,7 +52,7 @@ "external_auth_id": "socservices", "status": "online", "idle": false, - "last_activity_date": "2026-03-03T16:33:56+00:00", + "last_activity_date": "2026-03-03T19:33:56+03:00", "mobile_last_date": false, "desktop_last_date": false, "absent": false, @@ -69,13 +69,13 @@ ], "total": 2, "time": { - "start": 1774430342, - "finish": 1774430342.25741, - "duration": 0.257414102554321, + "start": 1774449276, + "finish": 1774449276.75421, + "duration": 0.754209041595459, "processing": 0, - "date_start": "2026-03-25T09:19:02+00:00", - "date_finish": "2026-03-25T09:19:02+00:00", - "operating_reset_at": 1774430942, + "date_start": "2026-03-25T17:34:36+03:00", + "date_finish": "2026-03-25T17:34:36+03:00", + "operating_reset_at": 1774449876, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetChatMessagesList.log b/docs/en/results/Bitrix24/GetChatMessagesList.log index fd8d1e5125..0be3856955 100644 --- a/docs/en/results/Bitrix24/GetChatMessagesList.log +++ b/docs/en/results/Bitrix24/GetChatMessagesList.log @@ -6,7 +6,7 @@ "id": 4286, "chat_id": "***", "author_id": 1, - "date": "2024-07-13T16:06:51+00:00", + "date": "2024-07-13T19:06:51+03:00", "text": "Текст сообщения", "unread": false, "uuid": null, @@ -18,7 +18,7 @@ "id": 4366, "chat_id": "***", "author_id": 1, - "date": "2024-07-13T16:40:58+00:00", + "date": "2024-07-13T19:40:58+03:00", "text": "Message text", "unread": false, "uuid": null, @@ -30,7 +30,7 @@ "id": 4406, "chat_id": "***", "author_id": 1, - "date": "2024-07-13T19:57:33+00:00", + "date": "2024-07-13T22:57:33+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -44,7 +44,7 @@ "id": 4446, "chat_id": "***", "author_id": 1, - "date": "2024-07-13T20:21:27+00:00", + "date": "2024-07-13T23:21:27+03:00", "text": "Текст сообщения", "unread": false, "uuid": null, @@ -56,7 +56,7 @@ "id": 4486, "chat_id": "***", "author_id": 1, - "date": "2024-07-13T20:22:30+00:00", + "date": "2024-07-13T23:22:30+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -70,7 +70,7 @@ "id": 4526, "chat_id": "***", "author_id": 1, - "date": "2024-07-13T20:41:21+00:00", + "date": "2024-07-13T23:41:21+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -84,7 +84,7 @@ "id": 4668, "chat_id": "***", "author_id": 1, - "date": "2024-07-14T08:10:33+00:00", + "date": "2024-07-14T11:10:33+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -98,7 +98,7 @@ "id": 4708, "chat_id": "***", "author_id": 1, - "date": "2024-07-14T08:22:56+00:00", + "date": "2024-07-14T11:22:56+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -112,7 +112,7 @@ "id": 4748, "chat_id": "***", "author_id": 1, - "date": "2024-07-14T08:26:01+00:00", + "date": "2024-07-14T11:26:01+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -126,7 +126,7 @@ "id": 4788, "chat_id": "***", "author_id": 1, - "date": "2024-07-14T08:28:01+00:00", + "date": "2024-07-14T11:28:01+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -140,7 +140,7 @@ "id": 4828, "chat_id": "***", "author_id": 1, - "date": "2024-07-14T08:28:36+00:00", + "date": "2024-07-14T11:28:36+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -154,7 +154,7 @@ "id": 4868, "chat_id": "***", "author_id": 1, - "date": "2024-07-14T08:30:18+00:00", + "date": "2024-07-14T11:30:18+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -168,7 +168,7 @@ "id": 4908, "chat_id": "***", "author_id": 1, - "date": "2024-07-14T08:52:24+00:00", + "date": "2024-07-14T11:52:24+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -182,7 +182,7 @@ "id": 4948, "chat_id": "***", "author_id": 1, - "date": "2024-07-14T08:53:31+00:00", + "date": "2024-07-14T11:53:31+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -196,7 +196,7 @@ "id": 4990, "chat_id": "***", "author_id": 1, - "date": "2024-07-14T08:57:06+00:00", + "date": "2024-07-14T11:57:06+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -210,7 +210,7 @@ "id": 5060, "chat_id": "***", "author_id": 1, - "date": "2024-07-14T08:59:43+00:00", + "date": "2024-07-14T11:59:43+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -224,7 +224,7 @@ "id": 5140, "chat_id": "***", "author_id": 1, - "date": "2024-07-14T09:29:40+00:00", + "date": "2024-07-14T12:29:40+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -238,7 +238,7 @@ "id": 5182, "chat_id": "***", "author_id": 1, - "date": "2024-07-14T09:35:56+00:00", + "date": "2024-07-14T12:35:56+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -252,7 +252,7 @@ "id": 5262, "chat_id": "***", "author_id": 1, - "date": "2024-07-14T11:27:54+00:00", + "date": "2024-07-14T14:27:54+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -266,7 +266,7 @@ "id": 5342, "chat_id": "***", "author_id": 1, - "date": "2024-07-14T14:59:23+00:00", + "date": "2024-07-14T17:59:23+03:00", "text": "Это сообщение было удалено", "unread": false, "uuid": null, @@ -297,7 +297,7 @@ "external_auth_id": "socservices", "status": "online", "idle": false, - "last_activity_date": "2026-03-03T16:33:56+00:00", + "last_activity_date": "2026-03-03T19:33:56+03:00", "mobile_last_date": false, "desktop_last_date": false, "absent": false, @@ -315,13 +315,13 @@ "files": [] }, "time": { - "start": 1774430334, - "finish": 1774430334.17724, - "duration": 0.177242040634155, + "start": 1774449264, + "finish": 1774449264.28333, + "duration": 0.283329963684082, "processing": 0, - "date_start": "2026-03-25T09:18:54+00:00", - "date_finish": "2026-03-25T09:18:54+00:00", - "operating_reset_at": 1774430934, + "date_start": "2026-03-25T17:34:24+03:00", + "date_finish": "2026-03-25T17:34:24+03:00", + "operating_reset_at": 1774449864, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetChatUsers.log b/docs/en/results/Bitrix24/GetChatUsers.log index 1b26fd93ec..8bbc99a127 100644 --- a/docs/en/results/Bitrix24/GetChatUsers.log +++ b/docs/en/results/Bitrix24/GetChatUsers.log @@ -4,13 +4,13 @@ 10 ], "time": { - "start": 1774430289, - "finish": 1774430289.92893, - "duration": 0.928931951522827, + "start": 1774449215, + "finish": 1774449215.44392, + "duration": 0.443917989730835, "processing": 0, - "date_start": "2026-03-25T09:18:09+00:00", - "date_finish": "2026-03-25T09:18:09+00:00", - "operating_reset_at": 1774430889, + "date_start": "2026-03-25T17:33:35+03:00", + "date_finish": "2026-03-25T17:33:35+03:00", + "operating_reset_at": 1774449815, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetCurrentUser.log b/docs/en/results/Bitrix24/GetCurrentUser.log index 648e37b010..fc3682aa80 100644 --- a/docs/en/results/Bitrix24/GetCurrentUser.log +++ b/docs/en/results/Bitrix24/GetCurrentUser.log @@ -6,11 +6,11 @@ "NAME": "Антон", "LAST_NAME": "Титовец", "EMAIL": "no-reply@bitrix24.com", - "LAST_LOGIN": "2026-03-03T16:32:15+00:00", - "DATE_REGISTER": "2024-02-10T00:00:00+00:00", + "LAST_LOGIN": "2026-03-03T19:32:15+03:00", + "DATE_REGISTER": "2024-02-10T03:00:00+03:00", "TIME_ZONE": "Europe/Minsk", "IS_ONLINE": "N", - "TIMESTAMP_X": "25.03.2026 12:19:34", + "TIMESTAMP_X": "25.03.2026 17:35:38", "LAST_ACTIVITY_DATE": "2026-03-03 19:33:56", "PERSONAL_GENDER": "", "PERSONAL_BIRTHDAY": "", @@ -22,13 +22,13 @@ ] }, "time": { - "start": 1774430376, - "finish": 1774430377.36913, - "duration": 1.36912894248962, + "start": 1774449343, + "finish": 1774449343.15022, + "duration": 0.15021800994873, "processing": 0, - "date_start": "2026-03-25T09:19:36+00:00", - "date_finish": "2026-03-25T09:19:37+00:00", - "operating_reset_at": 1774430977, - "operating": 0.356581926345825 + "date_start": "2026-03-25T17:35:43+03:00", + "date_finish": "2026-03-25T17:35:43+03:00", + "operating_reset_at": 1774449943, + "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetCustomCalendarSettings.log b/docs/en/results/Bitrix24/GetCustomCalendarSettings.log index ffe7a6bb36..52f6d5ac17 100644 --- a/docs/en/results/Bitrix24/GetCustomCalendarSettings.log +++ b/docs/en/results/Bitrix24/GetCustomCalendarSettings.log @@ -33,13 +33,13 @@ "timezoneDefaultName": "" }, "time": { - "start": 1774430413, - "finish": 1774430413.95025, - "duration": 0.950248003005981, + "start": 1774449416, + "finish": 1774449416.33048, + "duration": 0.33047604560852, "processing": 0, - "date_start": "2026-03-25T09:20:13+00:00", - "date_finish": "2026-03-25T09:20:13+00:00", - "operating_reset_at": 1774431013, + "date_start": "2026-03-25T17:36:56+03:00", + "date_finish": "2026-03-25T17:36:56+03:00", + "operating_reset_at": 1774450016, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetDailyPlan.log b/docs/en/results/Bitrix24/GetDailyPlan.log index 82c0963cf9..78332bec8a 100644 --- a/docs/en/results/Bitrix24/GetDailyPlan.log +++ b/docs/en/results/Bitrix24/GetDailyPlan.log @@ -1,13 +1,13 @@ { "result": [], "time": { - "start": 1774430199, - "finish": 1774430199.67456, - "duration": 0.674561023712158, + "start": 1774449071, + "finish": 1774449071.53668, + "duration": 0.536680936813354, "processing": 0, - "date_start": "2026-03-25T09:16:39+00:00", - "date_finish": "2026-03-25T09:16:39+00:00", - "operating_reset_at": 1774430799, + "date_start": "2026-03-25T17:31:11+03:00", + "date_finish": "2026-03-25T17:31:11+03:00", + "operating_reset_at": 1774449671, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetDeal.log b/docs/en/results/Bitrix24/GetDeal.log index db54cae3fa..b6798a089f 100644 --- a/docs/en/results/Bitrix24/GetDeal.log +++ b/docs/en/results/Bitrix24/GetDeal.log @@ -1,6 +1,6 @@ { "result": { - "ID": "6584", + "ID": "6616", "TITLE": "Planned sale", "TYPE_ID": "GOODS", "STAGE_ID": "NEW", @@ -14,13 +14,13 @@ "COMPANY_ID": "1", "CONTACT_ID": "3", "QUOTE_ID": null, - "BEGINDATE": "2024-01-01T00:00:00+00:00", - "CLOSEDATE": "2030-01-01T00:00:00+00:00", + "BEGINDATE": "2024-01-01T03:00:00+03:00", + "CLOSEDATE": "2030-01-01T03:00:00+03:00", "ASSIGNED_BY_ID": "1", "CREATED_BY_ID": "1", "MODIFY_BY_ID": "1", - "DATE_CREATE": "2026-03-25T09:19:56+00:00", - "DATE_MODIFY": "2026-03-25T09:19:56+00:00", + "DATE_CREATE": "2026-03-25T17:36:19+03:00", + "DATE_MODIFY": "2026-03-25T17:36:19+03:00", "OPENED": "Y", "CLOSED": "N", "COMMENTS": null, @@ -37,8 +37,8 @@ "ORIGINATOR_ID": "***", "ORIGIN_ID": "***", "MOVED_BY_ID": "1", - "MOVED_TIME": "2026-03-25T09:19:56+00:00", - "LAST_ACTIVITY_TIME": "2026-03-25T09:19:56+00:00", + "MOVED_TIME": "2026-03-25T17:36:19+03:00", + "LAST_ACTIVITY_TIME": "2026-03-25T17:36:19+03:00", "UTM_SOURCE": null, "UTM_MEDIUM": null, "UTM_CAMPAIGN": null, @@ -48,13 +48,13 @@ "LAST_ACTIVITY_BY": "1" }, "time": { - "start": 1774430398, - "finish": 1774430398.47092, - "duration": 0.470925092697144, + "start": 1774449382, + "finish": 1774449382.87255, + "duration": 0.872550964355469, "processing": 0, - "date_start": "2026-03-25T09:19:58+00:00", - "date_finish": "2026-03-25T09:19:58+00:00", - "operating_reset_at": 1774430998, + "date_start": "2026-03-25T17:36:22+03:00", + "date_finish": "2026-03-25T17:36:22+03:00", + "operating_reset_at": 1774449982, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetDealStructure.log b/docs/en/results/Bitrix24/GetDealStructure.log index 7719338a64..7668e8f3cd 100644 --- a/docs/en/results/Bitrix24/GetDealStructure.log +++ b/docs/en/results/Bitrix24/GetDealStructure.log @@ -439,13 +439,13 @@ } }, "time": { - "start": 1774430396, - "finish": 1774430396.38678, - "duration": 0.386778116226196, + "start": 1774449378, + "finish": 1774449378.4064, + "duration": 0.406399011611938, "processing": 0, - "date_start": "2026-03-25T09:19:56+00:00", - "date_finish": "2026-03-25T09:19:56+00:00", - "operating_reset_at": 1774430996, + "date_start": "2026-03-25T17:36:18+03:00", + "date_finish": "2026-03-25T17:36:18+03:00", + "operating_reset_at": 1774449978, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetDealsList.log b/docs/en/results/Bitrix24/GetDealsList.log index ecf5e0e8ff..2fdafab8f7 100644 --- a/docs/en/results/Bitrix24/GetDealsList.log +++ b/docs/en/results/Bitrix24/GetDealsList.log @@ -2,13 +2,13 @@ "result": [], "total": 0, "time": { - "start": 1774430401, - "finish": 1774430401.68547, - "duration": 0.685473918914795, + "start": 1774449389, + "finish": 1774449389.36168, + "duration": 0.361681938171387, "processing": 0, - "date_start": "2026-03-25T09:20:01+00:00", - "date_finish": "2026-03-25T09:20:01+00:00", - "operating_reset_at": 1774431001, + "date_start": "2026-03-25T17:36:29+03:00", + "date_finish": "2026-03-25T17:36:29+03:00", + "operating_reset_at": 1774449989, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetDepartments.log b/docs/en/results/Bitrix24/GetDepartments.log index 4c29041c34..7900ba9223 100644 --- a/docs/en/results/Bitrix24/GetDepartments.log +++ b/docs/en/results/Bitrix24/GetDepartments.log @@ -1,10 +1,10 @@ { "result": [ { - "ID": "3514", + "ID": "3530", "NAME": "Subordinate department", "SORT": 500, - "PARENT": "3512", + "PARENT": "3528", "UF_HEAD": "1" }, { @@ -17,13 +17,13 @@ ], "total": 2, "time": { - "start": 1774430372, - "finish": 1774430372.10782, - "duration": 0.107821941375732, + "start": 1774449334, + "finish": 1774449334.31405, + "duration": 0.314054012298584, "processing": 0, - "date_start": "2026-03-25T09:19:32+00:00", - "date_finish": "2026-03-25T09:19:32+00:00", - "operating_reset_at": 1774430972, + "date_start": "2026-03-25T17:35:34+03:00", + "date_finish": "2026-03-25T17:35:34+03:00", + "operating_reset_at": 1774449934, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetDialog.log b/docs/en/results/Bitrix24/GetDialog.log index 9618ba098c..7276483291 100644 --- a/docs/en/results/Bitrix24/GetDialog.log +++ b/docs/en/results/Bitrix24/GetDialog.log @@ -12,7 +12,7 @@ "type": "private", "counter": 0, "user_counter": 0, - "message_count": 878, + "message_count": 882, "unread_id": 0, "restrictions": { "avatar": true, @@ -25,7 +25,7 @@ "send": true, "user_list": true }, - "last_message_id": 84512, + "last_message_id": 85016, "last_id": 3854, "marked_id": 0, "disk_folder_id": 0, @@ -35,7 +35,7 @@ "entity_data_2": "", "entity_data_3": "", "mute_list": [], - "date_create": "2024-06-15T16:48:49+00:00", + "date_create": "2024-06-15T19:48:49+03:00", "message_type": "P", "public": "", "role": "member", @@ -65,20 +65,20 @@ ], "manager_list": [], "last_message_views": { - "message_id": 84512, + "message_id": 85016, "first_viewers": [], "count_of_viewers": 0 }, "dialog_id": "10" }, "time": { - "start": 1774430336, - "finish": 1774430336.41587, - "duration": 0.415868997573853, + "start": 1774449269, + "finish": 1774449269.94789, + "duration": 0.947887897491455, "processing": 0, - "date_start": "2026-03-25T09:18:56+00:00", - "date_finish": "2026-03-25T09:18:56+00:00", - "operating_reset_at": 1774430936, + "date_start": "2026-03-25T17:34:29+03:00", + "date_finish": "2026-03-25T17:34:29+03:00", + "operating_reset_at": 1774449869, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetFileInformation.log b/docs/en/results/Bitrix24/GetFileInformation.log index 53d71b350f..1e016e70af 100644 --- a/docs/en/results/Bitrix24/GetFileInformation.log +++ b/docs/en/results/Bitrix24/GetFileInformation.log @@ -1,6 +1,6 @@ { "result": { - "ID": "54090", + "ID": "54306", "NAME": "Picture1.jpg", "CODE": null, "STORAGE_ID": "3", @@ -8,25 +8,25 @@ "PARENT_ID": "3", "DELETED_TYPE": "0", "GLOBAL_CONTENT_VERSION": "1", - "FILE_ID": "37064", + "FILE_ID": "37216", "SIZE": "805189", - "CREATE_TIME": "2026-03-25T09:16:58+00:00", - "UPDATE_TIME": "2026-03-25T09:16:58+00:00", + "CREATE_TIME": "2026-03-25T17:31:38+03:00", + "UPDATE_TIME": "2026-03-25T17:31:38+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", "DELETED_BY": "0", - "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=d7b5c369006e9f06006b12e4000000010000077566fd8...", + "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5effc369006e9f06006b12e400000001000007745241c...", "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/Picture1.jpg" }, "time": { - "start": 1774430219, - "finish": 1774430219.99751, - "duration": 0.997513055801392, + "start": 1774449101, + "finish": 1774449101.98918, + "duration": 0.989183902740478, "processing": 0, - "date_start": "2026-03-25T09:16:59+00:00", - "date_finish": "2026-03-25T09:16:59+00:00", - "operating_reset_at": 1774430819, + "date_start": "2026-03-25T17:31:41+03:00", + "date_finish": "2026-03-25T17:31:41+03:00", + "operating_reset_at": 1774449701, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetFolderExternalLink.log b/docs/en/results/Bitrix24/GetFolderExternalLink.log index 480fc3fcf5..8ab44ccf15 100644 --- a/docs/en/results/Bitrix24/GetFolderExternalLink.log +++ b/docs/en/results/Bitrix24/GetFolderExternalLink.log @@ -1,13 +1,13 @@ { - "result": "https://b24-ar17wx.bitrix24.by/~X4gvI", + "result": "https://b24-ar17wx.bitrix24.by/~522hF", "time": { - "start": 1774430246, - "finish": 1774430246.93269, - "duration": 0.932687997817993, + "start": 1774449137, + "finish": 1774449137.17626, + "duration": 0.176261901855469, "processing": 0, - "date_start": "2026-03-25T09:17:26+00:00", - "date_finish": "2026-03-25T09:17:26+00:00", - "operating_reset_at": 1774430846, + "date_start": "2026-03-25T17:32:17+03:00", + "date_finish": "2026-03-25T17:32:17+03:00", + "operating_reset_at": 1774449737, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetFolderInformation.log b/docs/en/results/Bitrix24/GetFolderInformation.log index fa8de6e3aa..0b948d127c 100644 --- a/docs/en/results/Bitrix24/GetFolderInformation.log +++ b/docs/en/results/Bitrix24/GetFolderInformation.log @@ -1,15 +1,15 @@ { "result": { - "ID": "54096", + "ID": "54312", "NAME": "New catalog", "CODE": null, "STORAGE_ID": "3", "TYPE": "folder", - "REAL_OBJECT_ID": "54096", + "REAL_OBJECT_ID": "54312", "PARENT_ID": "3", "DELETED_TYPE": "0", - "CREATE_TIME": "2026-03-25T09:17:24+00:00", - "UPDATE_TIME": "2026-03-25T09:17:24+00:00", + "CREATE_TIME": "2026-03-25T17:32:11+03:00", + "UPDATE_TIME": "2026-03-25T17:32:11+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", @@ -17,13 +17,13 @@ "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/New catalog" }, "time": { - "start": 1774430246, - "finish": 1774430246.06512, - "duration": 0.0651240348815918, + "start": 1774449135, + "finish": 1774449135.18543, + "duration": 0.185427904129028, "processing": 0, - "date_start": "2026-03-25T09:17:26+00:00", - "date_finish": "2026-03-25T09:17:26+00:00", - "operating_reset_at": 1774430846, + "date_start": "2026-03-25T17:32:15+03:00", + "date_finish": "2026-03-25T17:32:15+03:00", + "operating_reset_at": 1774449735, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetFolderItems.log b/docs/en/results/Bitrix24/GetFolderItems.log index ad9f7bc6fb..a967a4101f 100644 --- a/docs/en/results/Bitrix24/GetFolderItems.log +++ b/docs/en/results/Bitrix24/GetFolderItems.log @@ -1,16 +1,16 @@ { "result": [ { - "ID": "54098", + "ID": "54314", "NAME": "New subfolder 2", "CODE": null, "STORAGE_ID": "3", "TYPE": "folder", - "REAL_OBJECT_ID": "54098", - "PARENT_ID": "54096", + "REAL_OBJECT_ID": "54314", + "PARENT_ID": "54312", "DELETED_TYPE": "0", - "CREATE_TIME": "2026-03-25T09:17:27+00:00", - "UPDATE_TIME": "2026-03-25T09:17:28+00:00", + "CREATE_TIME": "2026-03-25T17:32:18+03:00", + "UPDATE_TIME": "2026-03-25T17:32:21+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", @@ -18,16 +18,16 @@ "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/New catalog/New subfolder 2" }, { - "ID": "54100", + "ID": "54316", "NAME": "New subfolder", "CODE": null, "STORAGE_ID": "3", "TYPE": "folder", - "REAL_OBJECT_ID": "54100", - "PARENT_ID": "54096", + "REAL_OBJECT_ID": "54316", + "PARENT_ID": "54312", "DELETED_TYPE": "0", - "CREATE_TIME": "2026-03-25T09:17:27+00:00", - "UPDATE_TIME": "2026-03-25T09:17:28+00:00", + "CREATE_TIME": "2026-03-25T17:32:19+03:00", + "UPDATE_TIME": "2026-03-25T17:32:20+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", @@ -35,35 +35,35 @@ "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/New catalog/New subfolder" }, { - "ID": "54112", + "ID": "54328", "NAME": "New file name.jpg", "CODE": null, "STORAGE_ID": "3", "TYPE": "file", - "PARENT_ID": "54096", + "PARENT_ID": "54312", "DELETED_TYPE": "0", "GLOBAL_CONTENT_VERSION": "1", - "FILE_ID": "37074", + "FILE_ID": "37226", "SIZE": "805189", - "CREATE_TIME": "2026-03-25T09:17:36+00:00", - "UPDATE_TIME": "2026-03-25T09:17:36+00:00", + "CREATE_TIME": "2026-03-25T17:32:30+03:00", + "UPDATE_TIME": "2026-03-25T17:32:30+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", "DELETED_BY": "0", - "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=d7b5c369006e9f06006b12e4000000010000077566fd8...", + "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5effc369006e9f06006b12e400000001000007745241c...", "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/New catalog/New file name.jpg" } ], "total": 3, "time": { - "start": 1774430258, - "finish": 1774430258.4586, - "duration": 0.458595037460327, + "start": 1774449156, + "finish": 1774449156.92517, + "duration": 0.925169944763184, "processing": 0, - "date_start": "2026-03-25T09:17:38+00:00", - "date_finish": "2026-03-25T09:17:38+00:00", - "operating_reset_at": 1774430858, + "date_start": "2026-03-25T17:32:36+03:00", + "date_finish": "2026-03-25T17:32:36+03:00", + "operating_reset_at": 1774449756, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetImportantPostViewers.log b/docs/en/results/Bitrix24/GetImportantPostViewers.log index 6bd3cd076f..3675b685de 100644 --- a/docs/en/results/Bitrix24/GetImportantPostViewers.log +++ b/docs/en/results/Bitrix24/GetImportantPostViewers.log @@ -3,13 +3,13 @@ "1" ], "time": { - "start": 1774430167, - "finish": 1774430167.27288, - "duration": 0.272876977920532, + "start": 1774448996, + "finish": 1774448996.36236, + "duration": 0.362360954284668, "processing": 0, - "date_start": "2026-03-25T09:16:07+00:00", - "date_finish": "2026-03-25T09:16:07+00:00", - "operating_reset_at": 1774430767, + "date_start": "2026-03-25T17:29:56+03:00", + "date_finish": "2026-03-25T17:29:56+03:00", + "operating_reset_at": 1774449596, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetKanbanStages.log b/docs/en/results/Bitrix24/GetKanbanStages.log index 3617b5b1ee..89f6d07840 100644 --- a/docs/en/results/Bitrix24/GetKanbanStages.log +++ b/docs/en/results/Bitrix24/GetKanbanStages.log @@ -121,8 +121,8 @@ "TO_UPDATE": [], "TO_UPDATE_ACCESS": null }, - "3766": { - "ID": "3766", + "3782": { + "ID": "3782", "TITLE": "New stage", "SORT": "1100", "COLOR": "0026FF", @@ -133,8 +133,8 @@ "TO_UPDATE": [], "TO_UPDATE_ACCESS": null }, - "3768": { - "ID": "3768", + "3784": { + "ID": "3784", "TITLE": "New stage 2", "SORT": "1200", "COLOR": "0026FF", @@ -735,13 +735,13 @@ } }, "time": { - "start": 1774430264, - "finish": 1774430264.65299, - "duration": 0.652990102767944, + "start": 1774449170, + "finish": 1774449170.20791, + "duration": 0.207911014556885, "processing": 0, - "date_start": "2026-03-25T09:17:44+00:00", - "date_finish": "2026-03-25T09:17:44+00:00", - "operating_reset_at": 1774430864, + "date_start": "2026-03-25T17:32:50+03:00", + "date_finish": "2026-03-25T17:32:50+03:00", + "operating_reset_at": 1774449770, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetLead.log b/docs/en/results/Bitrix24/GetLead.log index 6350c33fc2..04078975b2 100644 --- a/docs/en/results/Bitrix24/GetLead.log +++ b/docs/en/results/Bitrix24/GetLead.log @@ -1,6 +1,6 @@ { "result": { - "ID": "3298", + "ID": "3314", "TITLE": "MegaClient", "HONORIFIC": null, "NAME": "Ivan", @@ -8,7 +8,7 @@ "LAST_NAME": "Ivanov", "COMPANY_TITLE": null, "COMPANY_ID": null, - "CONTACT_ID": "3298", + "CONTACT_ID": "3314", "IS_RETURN_CUSTOMER": "N", "BIRTHDATE": "", "SOURCE_ID": "CALL", @@ -26,15 +26,15 @@ "ASSIGNED_BY_ID": "1", "CREATED_BY_ID": "1", "MODIFY_BY_ID": "1", - "DATE_CREATE": "2026-03-25T09:19:50+00:00", - "DATE_MODIFY": "2026-03-25T09:19:50+00:00", - "DATE_CLOSED": "2026-03-24T21:00:00+00:00", + "DATE_CREATE": "2026-03-25T17:36:07+03:00", + "DATE_MODIFY": "2026-03-25T17:36:07+03:00", + "DATE_CLOSED": "2026-03-25T00:00:00+03:00", "STATUS_SEMANTIC_ID": "S", "OPENED": "Y", "ORIGINATOR_ID": "***", "ORIGIN_ID": "***", "MOVED_BY_ID": "1", - "MOVED_TIME": "2026-03-25T09:19:50+00:00", + "MOVED_TIME": "2026-03-25T17:36:07+03:00", "ADDRESS": "Pushkin st., b. 10", "ADDRESS_2": null, "ADDRESS_CITY": null, @@ -43,7 +43,7 @@ "ADDRESS_PROVINCE": null, "ADDRESS_COUNTRY": "Russia", "ADDRESS_COUNTRY_CODE": null, - "ADDRESS_LOC_ADDR_ID": "6598", + "ADDRESS_LOC_ADDR_ID": "6630", "UTM_SOURCE": null, "UTM_MEDIUM": null, "UTM_CAMPAIGN": null, @@ -51,16 +51,16 @@ "UTM_TERM": null, "LAST_COMMUNICATION_TIME": null, "LAST_ACTIVITY_BY": "1", - "LAST_ACTIVITY_TIME": "2026-03-25T09:19:50+00:00", + "LAST_ACTIVITY_TIME": "2026-03-25T17:36:07+03:00", "EMAIL": [ { - "ID": "19778", + "ID": "19874", "VALUE_TYPE": "HOME", "VALUE": "yo@example.com", "TYPE_ID": "EMAIL" }, { - "ID": "19780", + "ID": "19876", "VALUE_TYPE": "WORK", "VALUE": "hi@example.com", "TYPE_ID": "EMAIL" @@ -68,7 +68,7 @@ ], "PHONE": [ { - "ID": "19782", + "ID": "19878", "VALUE_TYPE": "WORK", "VALUE": "88005553535", "TYPE_ID": "PHONE" @@ -76,13 +76,13 @@ ] }, "time": { - "start": 1774430391, - "finish": 1774430391.72111, - "duration": 0.721107959747314, + "start": 1774449369, + "finish": 1774449369.73834, + "duration": 0.73833703994751, "processing": 0, - "date_start": "2026-03-25T09:19:51+00:00", - "date_finish": "2026-03-25T09:19:51+00:00", - "operating_reset_at": 1774430991, + "date_start": "2026-03-25T17:36:09+03:00", + "date_finish": "2026-03-25T17:36:09+03:00", + "operating_reset_at": 1774449969, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetLeadStructure.log b/docs/en/results/Bitrix24/GetLeadStructure.log index 5b30fb3101..eaf4189568 100644 --- a/docs/en/results/Bitrix24/GetLeadStructure.log +++ b/docs/en/results/Bitrix24/GetLeadStructure.log @@ -531,13 +531,13 @@ } }, "time": { - "start": 1774430387, - "finish": 1774430387.2662, - "duration": 0.266205072402954, + "start": 1774449364, + "finish": 1774449364.2026, + "duration": 0.20260500907898, "processing": 0, - "date_start": "2026-03-25T09:19:47+00:00", - "date_finish": "2026-03-25T09:19:47+00:00", - "operating_reset_at": 1774430987, + "date_start": "2026-03-25T17:36:04+03:00", + "date_finish": "2026-03-25T17:36:04+03:00", + "operating_reset_at": 1774449964, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetLeadsList.log b/docs/en/results/Bitrix24/GetLeadsList.log index 8f97b9b910..ad51e88d89 100644 --- a/docs/en/results/Bitrix24/GetLeadsList.log +++ b/docs/en/results/Bitrix24/GetLeadsList.log @@ -2,13 +2,13 @@ "result": [], "total": 0, "time": { - "start": 1774430386, - "finish": 1774430386.28732, - "duration": 0.287322998046875, + "start": 1774449361, + "finish": 1774449361.58377, + "duration": 0.583770036697388, "processing": 0, - "date_start": "2026-03-25T09:19:46+00:00", - "date_finish": "2026-03-25T09:19:46+00:00", - "operating_reset_at": 1774430986, + "date_start": "2026-03-25T17:36:01+03:00", + "date_finish": "2026-03-25T17:36:01+03:00", + "operating_reset_at": 1774449961, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetPosts.log b/docs/en/results/Bitrix24/GetPosts.log index fac7f57449..4e31d351a1 100644 --- a/docs/en/results/Bitrix24/GetPosts.log +++ b/docs/en/results/Bitrix24/GetPosts.log @@ -1,7 +1,7 @@ { "result": [ { - "ID": "3876", + "ID": "3892", "BLOG_ID": "1", "PUBLISH_STATUS": "P", "TITLE": "New post title", @@ -11,7 +11,7 @@ "CODE": null, "MICRO": "N", "DETAIL_TEXT": "New post text", - "DATE_PUBLISH": "2026-03-25T09:16:02+00:00", + "DATE_PUBLISH": "2026-03-25T17:29:48+03:00", "CATEGORY_ID": null, "HAS_SOCNET_ALL": "N", "HAS_TAGS": "N", @@ -62,7 +62,7 @@ "BASE_TYPE": "file" }, "VALUE": false, - "ENTITY_VALUE_ID": 3876, + "ENTITY_VALUE_ID": 3892, "VALUE_EXISTS": true, "VALUE_RAW": null, "CUSTOM_DATA": [] @@ -93,7 +93,7 @@ "BASE_TYPE": "int" }, "VALUE": null, - "ENTITY_VALUE_ID": 3876, + "ENTITY_VALUE_ID": 3892, "VALUE_EXISTS": true, "VALUE_RAW": null, "CUSTOM_DATA": [] @@ -138,7 +138,7 @@ "BASE_TYPE": "int" }, "VALUE": null, - "ENTITY_VALUE_ID": 3876, + "ENTITY_VALUE_ID": 3892, "VALUE_EXISTS": true, "VALUE_RAW": null, "CUSTOM_DATA": [] @@ -177,13 +177,13 @@ ] }, "VALUE": [ - 15250, - 15252, - 15254 + 15314, + 15316, + 15318 ], - "ENTITY_VALUE_ID": 3876, + "ENTITY_VALUE_ID": 3892, "VALUE_EXISTS": true, - "VALUE_RAW": "a:3:{i:0;i:15250;i:1;i:15252;i:2;i:15254;}", + "VALUE_RAW": "a:3:{i:0;i:15314;i:1;i:15316;i:2;i:15318;}", "CUSTOM_DATA": { "PHOTO_TEMPLATE": "" } @@ -230,7 +230,7 @@ ] }, "VALUE": null, - "ENTITY_VALUE_ID": 3876, + "ENTITY_VALUE_ID": 3892, "VALUE_EXISTS": true, "VALUE_RAW": null, "CUSTOM_DATA": [] @@ -275,7 +275,7 @@ "BASE_TYPE": "int" }, "VALUE": null, - "ENTITY_VALUE_ID": 3876, + "ENTITY_VALUE_ID": 3892, "VALUE_EXISTS": true, "VALUE_RAW": null, "CUSTOM_DATA": [] @@ -322,7 +322,7 @@ "BASE_TYPE": "datetime" }, "VALUE": "", - "ENTITY_VALUE_ID": 3876, + "ENTITY_VALUE_ID": 3892, "VALUE_EXISTS": true, "VALUE_RAW": null, "CUSTOM_DATA": [] @@ -361,27 +361,27 @@ "BASE_TYPE": "int" }, "VALUE": null, - "ENTITY_VALUE_ID": 3876, + "ENTITY_VALUE_ID": 3892, "VALUE_EXISTS": true, "VALUE_RAW": null, "CUSTOM_DATA": [] }, "FILES": [ - 15250, - 15252, - 15254 + 15314, + 15316, + 15318 ] } ], "total": 1, "time": { - "start": 1774430167, - "finish": 1774430167.92621, - "duration": 0.926213979721069, + "start": 1774448998, + "finish": 1774448998.19128, + "duration": 0.191279888153076, "processing": 0, - "date_start": "2026-03-25T09:16:07+00:00", - "date_finish": "2026-03-25T09:16:07+00:00", - "operating_reset_at": 1774430767, + "date_start": "2026-03-25T17:29:58+03:00", + "date_finish": "2026-03-25T17:29:58+03:00", + "operating_reset_at": 1774449598, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetStorage.log b/docs/en/results/Bitrix24/GetStorage.log index 7f5bd6288c..84bf4d9a1f 100644 --- a/docs/en/results/Bitrix24/GetStorage.log +++ b/docs/en/results/Bitrix24/GetStorage.log @@ -9,13 +9,13 @@ "ROOT_OBJECT_ID": "3" }, "time": { - "start": 1774430214, - "finish": 1774430214.19331, - "duration": 0.193305969238281, + "start": 1774449092, + "finish": 1774449092.95389, + "duration": 0.953890085220337, "processing": 0, - "date_start": "2026-03-25T09:16:54+00:00", - "date_finish": "2026-03-25T09:16:54+00:00", - "operating_reset_at": 1774430814, + "date_start": "2026-03-25T17:31:32+03:00", + "date_finish": "2026-03-25T17:31:32+03:00", + "operating_reset_at": 1774449692, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetStorageObjects.log b/docs/en/results/Bitrix24/GetStorageObjects.log index 67ece7a118..c6460e15c2 100644 --- a/docs/en/results/Bitrix24/GetStorageObjects.log +++ b/docs/en/results/Bitrix24/GetStorageObjects.log @@ -1,7 +1,7 @@ { "result": [ { - "ID": "54088", + "ID": "54304", "NAME": "Picture2.jpg", "CODE": null, "STORAGE_ID": "3", @@ -9,19 +9,19 @@ "PARENT_ID": "3", "DELETED_TYPE": "0", "GLOBAL_CONTENT_VERSION": "1", - "FILE_ID": "37062", + "FILE_ID": "37214", "SIZE": "2114023", - "CREATE_TIME": "2026-03-25T09:16:57+00:00", - "UPDATE_TIME": "2026-03-25T09:16:57+00:00", + "CREATE_TIME": "2026-03-25T17:31:36+03:00", + "UPDATE_TIME": "2026-03-25T17:31:36+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", "DELETED_BY": "0", - "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=d7b5c369006e9f06006b12e4000000010000077566fd8...", + "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5effc369006e9f06006b12e400000001000007745241c...", "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/Picture2.jpg" }, { - "ID": "54090", + "ID": "54306", "NAME": "Picture1.jpg", "CODE": null, "STORAGE_ID": "3", @@ -29,27 +29,27 @@ "PARENT_ID": "3", "DELETED_TYPE": "0", "GLOBAL_CONTENT_VERSION": "1", - "FILE_ID": "37064", + "FILE_ID": "37216", "SIZE": "805189", - "CREATE_TIME": "2026-03-25T09:16:58+00:00", - "UPDATE_TIME": "2026-03-25T09:16:58+00:00", + "CREATE_TIME": "2026-03-25T17:31:38+03:00", + "UPDATE_TIME": "2026-03-25T17:31:38+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", "DELETED_BY": "0", - "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=d7b5c369006e9f06006b12e4000000010000077566fd8...", + "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5effc369006e9f06006b12e400000001000007745241c...", "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/Picture1.jpg" } ], "total": 2, "time": { - "start": 1774430219, - "finish": 1774430219.24543, - "duration": 0.245426893234253, + "start": 1774449099, + "finish": 1774449099.96306, + "duration": 0.963057041168213, "processing": 0, - "date_start": "2026-03-25T09:16:59+00:00", - "date_finish": "2026-03-25T09:16:59+00:00", - "operating_reset_at": 1774430819, + "date_start": "2026-03-25T17:31:39+03:00", + "date_finish": "2026-03-25T17:31:39+03:00", + "operating_reset_at": 1774449699, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetStoragesList.log b/docs/en/results/Bitrix24/GetStoragesList.log index 0260f01926..dc5cfaf62c 100644 --- a/docs/en/results/Bitrix24/GetStoragesList.log +++ b/docs/en/results/Bitrix24/GetStoragesList.log @@ -443,15 +443,15 @@ } ], "next": 49, - "total": 1751, + "total": 1759, "time": { - "start": 1774430212, - "finish": 1774430212.69166, - "duration": 0.691657066345215, + "start": 1774449088, + "finish": 1774449088.91163, + "duration": 0.911627054214478, "processing": 0, - "date_start": "2026-03-25T09:16:52+00:00", - "date_finish": "2026-03-25T09:16:52+00:00", - "operating_reset_at": 1774430812, + "date_start": "2026-03-25T17:31:28+03:00", + "date_finish": "2026-03-25T17:31:28+03:00", + "operating_reset_at": 1774449688, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetTask.log b/docs/en/results/Bitrix24/GetTask.log index c5c2d26b1d..4267882441 100644 --- a/docs/en/results/Bitrix24/GetTask.log +++ b/docs/en/results/Bitrix24/GetTask.log @@ -1,7 +1,7 @@ { "result": { "task": { - "id": "10110", + "id": "10150", "parentId": null, "title": "Another task title", "description": "Another task description", @@ -14,19 +14,19 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2026-03-25T09:16:14+00:00", + "createdDate": "2026-03-25T17:30:11+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2026-03-25T09:16:17+00:00", + "changedDate": "2026-03-25T17:30:18+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2026-03-25T09:16:17+00:00", + "activityDate": "2026-03-25T17:30:18+03:00", "dateStart": null, - "deadline": "2026-03-26T09:16:00+00:00", - "startDatePlan": "2026-03-25T09:16:14+00:00", - "endDatePlan": "2026-03-25T21:00:00+00:00", - "guid": "{5256b429-f1c3-4a04-9909-a7c5be172ef4}", + "deadline": "2026-03-26T17:30:00+03:00", + "startDatePlan": "2026-03-25T17:30:11+03:00", + "endDatePlan": "2026-03-26T00:00:00+03:00", + "guid": "{7002c55c-b62e-4bb4-ab64-2e0e65ace4bf}", "xmlId": null, "commentsCount": null, "serviceCommentsCount": null, @@ -55,7 +55,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2026-03-25T09:16:17+00:00", + "statusChangedDate": "2026-03-25T17:30:18+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -136,13 +136,13 @@ } }, "time": { - "start": 1774430178, - "finish": 1774430178.84366, - "duration": 0.843663930892944, + "start": 1774449020, + "finish": 1774449020.48627, + "duration": 0.486274003982544, "processing": 0, - "date_start": "2026-03-25T09:16:18+00:00", - "date_finish": "2026-03-25T09:16:18+00:00", - "operating_reset_at": 1774430778, + "date_start": "2026-03-25T17:30:20+03:00", + "date_finish": "2026-03-25T17:30:20+03:00", + "operating_reset_at": 1774449620, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetTaskFieldsStructure.log b/docs/en/results/Bitrix24/GetTaskFieldsStructure.log index 50ae3d8561..c3c9109aa6 100644 --- a/docs/en/results/Bitrix24/GetTaskFieldsStructure.log +++ b/docs/en/results/Bitrix24/GetTaskFieldsStructure.log @@ -384,13 +384,13 @@ } }, "time": { - "start": 1774430173, - "finish": 1774430173.06982, - "duration": 0.069814920425415, + "start": 1774449008, + "finish": 1774449008.94519, + "duration": 0.945194005966186, "processing": 0, - "date_start": "2026-03-25T09:16:13+00:00", - "date_finish": "2026-03-25T09:16:13+00:00", - "operating_reset_at": 1774430773, + "date_start": "2026-03-25T17:30:08+03:00", + "date_finish": "2026-03-25T17:30:08+03:00", + "operating_reset_at": 1774449608, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetTaskHistory.log b/docs/en/results/Bitrix24/GetTaskHistory.log index 7a05a7f039..52b2ac022b 100644 --- a/docs/en/results/Bitrix24/GetTaskHistory.log +++ b/docs/en/results/Bitrix24/GetTaskHistory.log @@ -2,8 +2,8 @@ "result": { "list": [ { - "id": 125410, - "createdDate": "2026-03-25T09:16:14+00:00", + "id": 125810, + "createdDate": "2026-03-25T17:30:11+03:00", "field": "NEW", "value": { "from": null, @@ -18,12 +18,12 @@ } }, { - "id": 125412, - "createdDate": "2026-03-25T09:16:14+00:00", + "id": 125812, + "createdDate": "2026-03-25T17:30:12+03:00", "field": "START_DATE_PLAN", "value": { "from": "", - "to": "1774430174" + "to": "1774449011" }, "user": { "id": 1, @@ -34,8 +34,8 @@ } }, { - "id": 125414, - "createdDate": "2026-03-25T09:16:14+00:00", + "id": 125814, + "createdDate": "2026-03-25T17:30:12+03:00", "field": "END_DATE_PLAN", "value": { "from": "", @@ -50,8 +50,8 @@ } }, { - "id": 125426, - "createdDate": "2026-03-25T09:16:17+00:00", + "id": 125826, + "createdDate": "2026-03-25T17:30:18+03:00", "field": "TITLE", "value": { "from": "New task", @@ -66,8 +66,8 @@ } }, { - "id": 125428, - "createdDate": "2026-03-25T09:16:17+00:00", + "id": 125828, + "createdDate": "2026-03-25T17:30:18+03:00", "field": "DESCRIPTION", "value": { "from": "", @@ -82,8 +82,8 @@ } }, { - "id": 125430, - "createdDate": "2026-03-25T09:16:17+00:00", + "id": 125830, + "createdDate": "2026-03-25T17:30:18+03:00", "field": "PRIORITY", "value": { "from": "2", @@ -98,8 +98,8 @@ } }, { - "id": 125434, - "createdDate": "2026-03-25T09:16:22+00:00", + "id": 125834, + "createdDate": "2026-03-25T17:30:31+03:00", "field": "RESPONSIBLE_ID", "value": { "from": "1", @@ -114,8 +114,8 @@ } }, { - "id": 125438, - "createdDate": "2026-03-25T09:16:23+00:00", + "id": 125838, + "createdDate": "2026-03-25T17:30:34+03:00", "field": "STATUS", "value": { "from": "2", @@ -130,8 +130,8 @@ } }, { - "id": 125442, - "createdDate": "2026-03-25T09:16:24+00:00", + "id": 125842, + "createdDate": "2026-03-25T17:30:36+03:00", "field": "STATUS", "value": { "from": "6", @@ -146,8 +146,8 @@ } }, { - "id": 125446, - "createdDate": "2026-03-25T09:16:27+00:00", + "id": 125846, + "createdDate": "2026-03-25T17:30:42+03:00", "field": "STATUS", "value": { "from": "5", @@ -162,8 +162,8 @@ } }, { - "id": 125450, - "createdDate": "2026-03-25T09:16:28+00:00", + "id": 125850, + "createdDate": "2026-03-25T17:30:44+03:00", "field": "STATUS", "value": { "from": "2", @@ -178,8 +178,8 @@ } }, { - "id": 125454, - "createdDate": "2026-03-25T09:16:31+00:00", + "id": 125854, + "createdDate": "2026-03-25T17:30:50+03:00", "field": "STATUS", "value": { "from": "3", @@ -196,13 +196,13 @@ ] }, "time": { - "start": 1774430191, - "finish": 1774430191.90998, - "duration": 0.909985065460205, + "start": 1774449052, + "finish": 1774449052.47735, + "duration": 0.477349996566772, "processing": 0, - "date_start": "2026-03-25T09:16:31+00:00", - "date_finish": "2026-03-25T09:16:31+00:00", - "operating_reset_at": 1774430791, + "date_start": "2026-03-25T17:30:52+03:00", + "date_finish": "2026-03-25T17:30:52+03:00", + "operating_reset_at": 1774449652, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetTaskTimeAccounting.log b/docs/en/results/Bitrix24/GetTaskTimeAccounting.log index 28b8c1409a..b8174f96e6 100644 --- a/docs/en/results/Bitrix24/GetTaskTimeAccounting.log +++ b/docs/en/results/Bitrix24/GetTaskTimeAccounting.log @@ -1,24 +1,24 @@ { "result": { - "ID": "3754", - "TASK_ID": "10116", + "ID": "3770", + "TASK_ID": "10156", "USER_ID": "10", "COMMENT_TEXT": "Time spent on work", "SECONDS": "7200", "MINUTES": "120", "SOURCE": "2", - "CREATED_DATE": "2026-02-25T06:17:50+00:00", - "DATE_START": "2026-03-25T09:17:50+00:00", - "DATE_STOP": "2026-03-25T09:17:50+00:00" + "CREATED_DATE": "2026-02-25T17:32:58+03:00", + "DATE_START": "2026-03-25T17:33:00+03:00", + "DATE_STOP": "2026-03-25T17:33:00+03:00" }, "time": { - "start": 1774430270, - "finish": 1774430271.045, - "duration": 1.04500508308411, + "start": 1774449182, + "finish": 1774449182.25121, + "duration": 0.251205921173096, "processing": 0, - "date_start": "2026-03-25T09:17:50+00:00", - "date_finish": "2026-03-25T09:17:51+00:00", - "operating_reset_at": 1774430871, + "date_start": "2026-03-25T17:33:02+03:00", + "date_finish": "2026-03-25T17:33:02+03:00", + "operating_reset_at": 1774449782, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetTaskTimeAccountingList.log b/docs/en/results/Bitrix24/GetTaskTimeAccountingList.log index 5ff75ec3e4..6b1f8e0d90 100644 --- a/docs/en/results/Bitrix24/GetTaskTimeAccountingList.log +++ b/docs/en/results/Bitrix24/GetTaskTimeAccountingList.log @@ -1,39 +1,39 @@ { "result": [ { - "ID": "3752", - "TASK_ID": "10116", + "ID": "3768", + "TASK_ID": "10156", "USER_ID": "1", "COMMENT_TEXT": "", "SECONDS": "3600", "MINUTES": "60", "SOURCE": "2", - "CREATED_DATE": "2026-03-25T09:17:49+00:00", - "DATE_START": "2026-03-25T09:17:49+00:00", - "DATE_STOP": "2026-03-25T09:17:49+00:00" + "CREATED_DATE": "2026-03-25T17:32:59+03:00", + "DATE_START": "2026-03-25T17:32:59+03:00", + "DATE_STOP": "2026-03-25T17:32:59+03:00" }, { - "ID": "3754", - "TASK_ID": "10116", + "ID": "3770", + "TASK_ID": "10156", "USER_ID": "10", "COMMENT_TEXT": "Time spent on work", "SECONDS": "7200", "MINUTES": "120", "SOURCE": "2", - "CREATED_DATE": "2026-02-25T06:17:50+00:00", - "DATE_START": "2026-03-25T09:17:50+00:00", - "DATE_STOP": "2026-03-25T09:17:50+00:00" + "CREATED_DATE": "2026-02-25T17:32:58+03:00", + "DATE_START": "2026-03-25T17:33:00+03:00", + "DATE_STOP": "2026-03-25T17:33:00+03:00" } ], "total": 2, "time": { - "start": 1774430271, - "finish": 1774430271.8031, - "duration": 0.803102970123291, + "start": 1774449184, + "finish": 1774449184.08355, + "duration": 0.0835490226745606, "processing": 0, - "date_start": "2026-03-25T09:17:51+00:00", - "date_finish": "2026-03-25T09:17:51+00:00", - "operating_reset_at": 1774430871, + "date_start": "2026-03-25T17:33:04+03:00", + "date_finish": "2026-03-25T17:33:04+03:00", + "operating_reset_at": 1774449784, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetTasksChecklist.log b/docs/en/results/Bitrix24/GetTasksChecklist.log index 464290ad52..88b0b15e5d 100644 --- a/docs/en/results/Bitrix24/GetTasksChecklist.log +++ b/docs/en/results/Bitrix24/GetTasksChecklist.log @@ -1,8 +1,8 @@ { "result": [ { - "ID": "7256", - "TASK_ID": "10110", + "ID": "7288", + "TASK_ID": "10150", "PARENT_ID": 0, "CREATED_BY": "1", "TITLE": "BX_CHECKLIST_1", @@ -15,9 +15,9 @@ "ATTACHMENTS": [] }, { - "ID": "7258", - "TASK_ID": "10110", - "PARENT_ID": "7256", + "ID": "7290", + "TASK_ID": "10150", + "PARENT_ID": "7288", "CREATED_BY": "1", "TITLE": "New elements text", "SORT_INDEX": "1", @@ -30,13 +30,13 @@ } ], "time": { - "start": 1774430196, - "finish": 1774430196.08565, - "duration": 0.0856471061706543, + "start": 1774449061, + "finish": 1774449061.69669, + "duration": 0.69668698310852, "processing": 0, - "date_start": "2026-03-25T09:16:36+00:00", - "date_finish": "2026-03-25T09:16:36+00:00", - "operating_reset_at": 1774430796, + "date_start": "2026-03-25T17:31:01+03:00", + "date_finish": "2026-03-25T17:31:01+03:00", + "operating_reset_at": 1774449661, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetTasksChecklistElement.log b/docs/en/results/Bitrix24/GetTasksChecklistElement.log index c30cbf08f1..e8122690af 100644 --- a/docs/en/results/Bitrix24/GetTasksChecklistElement.log +++ b/docs/en/results/Bitrix24/GetTasksChecklistElement.log @@ -1,8 +1,8 @@ { "result": { - "ID": "7258", - "TASK_ID": "10110", - "PARENT_ID": "7256", + "ID": "7290", + "TASK_ID": "10150", + "PARENT_ID": "7288", "CREATED_BY": "1", "TITLE": "New elements text", "SORT_INDEX": "1", @@ -14,13 +14,13 @@ "ATTACHMENTS": [] }, "time": { - "start": 1774430196, - "finish": 1774430196.83535, - "duration": 0.83535099029541, + "start": 1774449063, + "finish": 1774449063.41486, + "duration": 0.414855003356934, "processing": 0, - "date_start": "2026-03-25T09:16:36+00:00", - "date_finish": "2026-03-25T09:16:36+00:00", - "operating_reset_at": 1774430796, + "date_start": "2026-03-25T17:31:03+03:00", + "date_finish": "2026-03-25T17:31:03+03:00", + "operating_reset_at": 1774449663, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetTasksList.log b/docs/en/results/Bitrix24/GetTasksList.log index d99bd86f3c..b7f169697e 100644 --- a/docs/en/results/Bitrix24/GetTasksList.log +++ b/docs/en/results/Bitrix24/GetTasksList.log @@ -15,16 +15,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-03T13:21:01+00:00", + "createdDate": "2024-07-03T16:21:01+03:00", "responsibleId": "10", "changedBy": "1", - "changedDate": "2024-07-03T13:21:14+00:00", + "changedDate": "2024-07-03T16:21:14+03:00", "statusChangedBy": "1", "closedBy": "0", "closedDate": null, - "activityDate": "2024-07-04T17:03:10+00:00", - "dateStart": "2024-07-03T13:21:12+00:00", - "deadline": "2024-07-04T13:21:00+00:00", + "activityDate": "2024-07-04T20:03:10+03:00", + "dateStart": "2024-07-03T16:21:12+03:00", + "deadline": "2024-07-04T16:21:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{29e9893d-226b-43a1-80bb-60af6434070f}", @@ -46,7 +46,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "9", - "viewedDate": "2024-07-04T17:03:10+00:00", + "viewedDate": "2024-07-04T20:03:10+03:00", "sorting": "1024.0000000", "durationFact": null, "isMuted": "N", @@ -56,7 +56,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-03T13:21:14+00:00", + "statusChangedDate": "2024-07-03T16:21:14+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -97,16 +97,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-03T13:21:02+00:00", + "createdDate": "2024-07-03T16:21:02+03:00", "responsibleId": "10", "changedBy": "1", - "changedDate": "2024-07-03T13:21:14+00:00", + "changedDate": "2024-07-03T16:21:14+03:00", "statusChangedBy": "1", "closedBy": "0", "closedDate": null, - "activityDate": "2024-07-04T17:03:10+00:00", - "dateStart": "2024-07-03T13:21:13+00:00", - "deadline": "2024-07-04T13:21:00+00:00", + "activityDate": "2024-07-04T20:03:10+03:00", + "dateStart": "2024-07-03T16:21:13+03:00", + "deadline": "2024-07-04T16:21:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{c8004012-7ca9-42da-b985-a1c0e90a285a}", @@ -128,7 +128,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "9", - "viewedDate": "2024-07-04T17:03:10+00:00", + "viewedDate": "2024-07-04T20:03:10+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -138,7 +138,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-03T13:21:14+00:00", + "statusChangedDate": "2024-07-03T16:21:14+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -179,16 +179,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-03T15:23:15+00:00", + "createdDate": "2024-07-03T18:23:15+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-03T15:23:15+00:00", + "changedDate": "2024-07-03T18:23:15+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-04T17:03:10+00:00", + "activityDate": "2024-07-04T20:03:10+03:00", "dateStart": null, - "deadline": "2024-07-04T15:23:00+00:00", + "deadline": "2024-07-04T18:23:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{06de9196-c3d6-47c9-b7cf-e4c7c000f9f1}", @@ -210,7 +210,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-04T17:03:10+00:00", + "viewedDate": "2024-07-04T20:03:10+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -220,7 +220,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-03T15:23:15+00:00", + "statusChangedDate": "2024-07-03T18:23:15+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -261,16 +261,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-03T15:28:21+00:00", + "createdDate": "2024-07-03T18:28:21+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-03T15:28:21+00:00", + "changedDate": "2024-07-03T18:28:21+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-04T17:03:09+00:00", + "activityDate": "2024-07-04T20:03:09+03:00", "dateStart": null, - "deadline": "2024-07-04T15:28:00+00:00", + "deadline": "2024-07-04T18:28:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{73c16ae1-acbb-4a10-a0fd-6e5a7acbb879}", @@ -292,7 +292,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-04T17:03:10+00:00", + "viewedDate": "2024-07-04T20:03:10+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -302,7 +302,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-03T15:28:21+00:00", + "statusChangedDate": "2024-07-03T18:28:21+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -343,16 +343,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-03T15:29:34+00:00", + "createdDate": "2024-07-03T18:29:34+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-03T15:29:34+00:00", + "changedDate": "2024-07-03T18:29:34+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-04T17:03:09+00:00", + "activityDate": "2024-07-04T20:03:09+03:00", "dateStart": null, - "deadline": "2024-07-04T15:29:00+00:00", + "deadline": "2024-07-04T18:29:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{d8144e92-2dc9-4c30-81b6-ffa4683cf792}", @@ -374,7 +374,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-04T17:03:09+00:00", + "viewedDate": "2024-07-04T20:03:09+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -384,7 +384,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-03T15:29:34+00:00", + "statusChangedDate": "2024-07-03T18:29:34+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -425,16 +425,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-03T15:39:47+00:00", + "createdDate": "2024-07-03T18:39:47+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-03T15:39:47+00:00", + "changedDate": "2024-07-03T18:39:47+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-04T17:03:09+00:00", + "activityDate": "2024-07-04T20:03:09+03:00", "dateStart": null, - "deadline": "2024-07-04T15:39:00+00:00", + "deadline": "2024-07-04T18:39:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{a38535cf-a8b0-4c94-b752-14fbe8b7477b}", @@ -456,7 +456,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-04T17:03:09+00:00", + "viewedDate": "2024-07-04T20:03:09+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -466,7 +466,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-03T15:39:47+00:00", + "statusChangedDate": "2024-07-03T18:39:47+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -507,16 +507,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-03T15:40:10+00:00", + "createdDate": "2024-07-03T18:40:10+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-03T15:40:10+00:00", + "changedDate": "2024-07-03T18:40:10+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-04T17:03:09+00:00", + "activityDate": "2024-07-04T20:03:09+03:00", "dateStart": null, - "deadline": "2024-07-04T15:40:00+00:00", + "deadline": "2024-07-04T18:40:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{c1a9b436-7d9b-4f60-8577-6f53d519bb35}", @@ -538,7 +538,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-04T17:03:09+00:00", + "viewedDate": "2024-07-04T20:03:09+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -548,7 +548,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-03T15:40:10+00:00", + "statusChangedDate": "2024-07-03T18:40:10+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -589,16 +589,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T06:19:24+00:00", + "createdDate": "2024-07-04T09:19:24+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T06:19:24+00:00", + "changedDate": "2024-07-04T09:19:24+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:17+00:00", + "activityDate": "2024-07-05T16:26:17+03:00", "dateStart": null, - "deadline": "2024-07-05T06:19:00+00:00", + "deadline": "2024-07-05T09:19:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{f088e1ee-1819-4330-a0f7-cc1800a14678}", @@ -620,7 +620,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:17+00:00", + "viewedDate": "2024-07-05T16:26:17+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -630,7 +630,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T06:19:24+00:00", + "statusChangedDate": "2024-07-04T09:19:24+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -671,16 +671,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T06:21:04+00:00", + "createdDate": "2024-07-04T09:21:04+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T06:21:04+00:00", + "changedDate": "2024-07-04T09:21:04+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:17+00:00", + "activityDate": "2024-07-05T16:26:17+03:00", "dateStart": null, - "deadline": "2024-07-05T06:21:00+00:00", + "deadline": "2024-07-05T09:21:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{ee8ef1f3-1ff9-4442-a31f-e0f3c8de531a}", @@ -702,7 +702,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:17+00:00", + "viewedDate": "2024-07-05T16:26:17+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -712,7 +712,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T06:21:04+00:00", + "statusChangedDate": "2024-07-04T09:21:04+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -753,16 +753,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T08:09:08+00:00", + "createdDate": "2024-07-04T11:09:08+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T08:09:08+00:00", + "changedDate": "2024-07-04T11:09:08+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:17+00:00", + "activityDate": "2024-07-05T16:26:17+03:00", "dateStart": null, - "deadline": "2024-07-05T08:09:00+00:00", + "deadline": "2024-07-05T11:09:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{84587a54-d504-4a4c-b65f-edcc86d2f181}", @@ -784,7 +784,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:17+00:00", + "viewedDate": "2024-07-05T16:26:17+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -794,7 +794,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T08:09:08+00:00", + "statusChangedDate": "2024-07-04T11:09:08+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -835,16 +835,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T08:11:39+00:00", + "createdDate": "2024-07-04T11:11:39+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T08:11:39+00:00", + "changedDate": "2024-07-04T11:11:39+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:17+00:00", + "activityDate": "2024-07-05T16:26:17+03:00", "dateStart": null, - "deadline": "2024-07-05T08:11:00+00:00", + "deadline": "2024-07-05T11:11:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{b8e8ac93-8f8a-494f-87a2-7d932d88fc50}", @@ -866,7 +866,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:17+00:00", + "viewedDate": "2024-07-05T16:26:17+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -876,7 +876,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T08:11:39+00:00", + "statusChangedDate": "2024-07-04T11:11:39+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -917,16 +917,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T08:12:44+00:00", + "createdDate": "2024-07-04T11:12:44+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T08:12:44+00:00", + "changedDate": "2024-07-04T11:12:44+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:16+00:00", + "activityDate": "2024-07-05T16:26:16+03:00", "dateStart": null, - "deadline": "2024-07-05T08:12:00+00:00", + "deadline": "2024-07-05T11:12:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{c285b4de-b4b4-4dce-8ca3-5657324ff9bb}", @@ -948,7 +948,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:16+00:00", + "viewedDate": "2024-07-05T16:26:16+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -958,7 +958,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T08:12:44+00:00", + "statusChangedDate": "2024-07-04T11:12:44+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -999,16 +999,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T08:13:16+00:00", + "createdDate": "2024-07-04T11:13:16+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T08:13:16+00:00", + "changedDate": "2024-07-04T11:13:16+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:16+00:00", + "activityDate": "2024-07-05T16:26:16+03:00", "dateStart": null, - "deadline": "2024-07-05T08:13:00+00:00", + "deadline": "2024-07-05T11:13:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{52711a88-a99c-4475-9985-7bcde0ec37fc}", @@ -1030,7 +1030,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:16+00:00", + "viewedDate": "2024-07-05T16:26:16+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -1040,7 +1040,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T08:13:16+00:00", + "statusChangedDate": "2024-07-04T11:13:16+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -1081,16 +1081,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T08:14:22+00:00", + "createdDate": "2024-07-04T11:14:22+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T08:14:22+00:00", + "changedDate": "2024-07-04T11:14:22+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:17+00:00", + "activityDate": "2024-07-05T16:26:17+03:00", "dateStart": null, - "deadline": "2024-07-05T08:14:00+00:00", + "deadline": "2024-07-05T11:14:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{af354dc3-724a-4a6c-9fab-c88fa55ac571}", @@ -1112,7 +1112,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:17+00:00", + "viewedDate": "2024-07-05T16:26:17+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -1122,7 +1122,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T08:14:22+00:00", + "statusChangedDate": "2024-07-04T11:14:22+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -1163,16 +1163,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T08:37:12+00:00", + "createdDate": "2024-07-04T11:37:12+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T08:37:12+00:00", + "changedDate": "2024-07-04T11:37:12+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:19+00:00", + "activityDate": "2024-07-05T16:26:19+03:00", "dateStart": null, - "deadline": "2024-07-05T08:37:00+00:00", + "deadline": "2024-07-05T11:37:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{40cf83e3-3225-4c35-9272-b132917baadc}", @@ -1194,7 +1194,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:19+00:00", + "viewedDate": "2024-07-05T16:26:19+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -1204,7 +1204,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T08:37:12+00:00", + "statusChangedDate": "2024-07-04T11:37:12+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -1245,16 +1245,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T09:26:53+00:00", + "createdDate": "2024-07-04T12:26:53+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T09:26:53+00:00", + "changedDate": "2024-07-04T12:26:53+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:19+00:00", + "activityDate": "2024-07-05T16:26:19+03:00", "dateStart": null, - "deadline": "2024-07-05T09:26:00+00:00", + "deadline": "2024-07-05T12:26:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{9e08714b-524d-41dc-a25a-2315a78fcc82}", @@ -1276,7 +1276,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:19+00:00", + "viewedDate": "2024-07-05T16:26:19+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -1286,7 +1286,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T09:26:53+00:00", + "statusChangedDate": "2024-07-04T12:26:53+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -1327,16 +1327,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T09:52:30+00:00", + "createdDate": "2024-07-04T12:52:30+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T09:52:30+00:00", + "changedDate": "2024-07-04T12:52:30+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:19+00:00", + "activityDate": "2024-07-05T16:26:19+03:00", "dateStart": null, - "deadline": "2024-07-05T09:52:00+00:00", + "deadline": "2024-07-05T12:52:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{8d595466-47be-451b-b1e0-4940776fa542}", @@ -1358,7 +1358,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:19+00:00", + "viewedDate": "2024-07-05T16:26:19+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -1368,7 +1368,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T09:52:30+00:00", + "statusChangedDate": "2024-07-04T12:52:30+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -1409,16 +1409,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T09:54:31+00:00", + "createdDate": "2024-07-04T12:54:31+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T09:54:31+00:00", + "changedDate": "2024-07-04T12:54:31+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:19+00:00", + "activityDate": "2024-07-05T16:26:19+03:00", "dateStart": null, - "deadline": "2024-07-05T09:54:00+00:00", + "deadline": "2024-07-05T12:54:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{a831a377-4676-42b1-9812-e4f8adcf7308}", @@ -1440,7 +1440,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:19+00:00", + "viewedDate": "2024-07-05T16:26:19+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -1450,7 +1450,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T09:54:31+00:00", + "statusChangedDate": "2024-07-04T12:54:31+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -1491,16 +1491,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T09:58:55+00:00", + "createdDate": "2024-07-04T12:58:55+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T09:58:55+00:00", + "changedDate": "2024-07-04T12:58:55+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:19+00:00", + "activityDate": "2024-07-05T16:26:19+03:00", "dateStart": null, - "deadline": "2024-07-05T09:58:00+00:00", + "deadline": "2024-07-05T12:58:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{80c896d0-ad05-4b03-b9b5-58f0a30c168a}", @@ -1522,7 +1522,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:19+00:00", + "viewedDate": "2024-07-05T16:26:19+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -1532,7 +1532,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T09:58:55+00:00", + "statusChangedDate": "2024-07-04T12:58:55+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -1573,16 +1573,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T09:59:26+00:00", + "createdDate": "2024-07-04T12:59:26+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T09:59:26+00:00", + "changedDate": "2024-07-04T12:59:26+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:19+00:00", + "activityDate": "2024-07-05T16:26:19+03:00", "dateStart": null, - "deadline": "2024-07-05T09:59:00+00:00", + "deadline": "2024-07-05T12:59:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{5341071a-c100-41c2-bd54-2defa42f41ee}", @@ -1604,7 +1604,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:19+00:00", + "viewedDate": "2024-07-05T16:26:19+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -1614,7 +1614,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T09:59:26+00:00", + "statusChangedDate": "2024-07-04T12:59:26+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -1655,16 +1655,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T10:01:56+00:00", + "createdDate": "2024-07-04T13:01:56+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T10:01:56+00:00", + "changedDate": "2024-07-04T13:01:56+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:18+00:00", + "activityDate": "2024-07-05T16:26:18+03:00", "dateStart": null, - "deadline": "2024-07-05T10:01:00+00:00", + "deadline": "2024-07-05T13:01:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{84619a5e-0ae0-41e6-81f2-8e2087f7a985}", @@ -1686,7 +1686,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:18+00:00", + "viewedDate": "2024-07-05T16:26:18+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -1696,7 +1696,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T10:01:56+00:00", + "statusChangedDate": "2024-07-04T13:01:56+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -1737,16 +1737,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T10:02:38+00:00", + "createdDate": "2024-07-04T13:02:38+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T10:02:38+00:00", + "changedDate": "2024-07-04T13:02:38+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:19+00:00", + "activityDate": "2024-07-05T16:26:19+03:00", "dateStart": null, - "deadline": "2024-07-05T10:02:00+00:00", + "deadline": "2024-07-05T13:02:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{91d6d34b-f16e-4812-bd73-0851130799e8}", @@ -1768,7 +1768,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:19+00:00", + "viewedDate": "2024-07-05T16:26:19+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -1778,7 +1778,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T10:02:38+00:00", + "statusChangedDate": "2024-07-04T13:02:38+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -1819,16 +1819,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T10:03:02+00:00", + "createdDate": "2024-07-04T13:03:02+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T10:03:02+00:00", + "changedDate": "2024-07-04T13:03:02+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:18+00:00", + "activityDate": "2024-07-05T16:26:18+03:00", "dateStart": null, - "deadline": "2024-07-05T10:03:00+00:00", + "deadline": "2024-07-05T13:03:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{bc2c9162-df61-453d-92f8-40fb514ccd60}", @@ -1850,7 +1850,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:19+00:00", + "viewedDate": "2024-07-05T16:26:19+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -1860,7 +1860,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T10:03:02+00:00", + "statusChangedDate": "2024-07-04T13:03:02+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -1901,16 +1901,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T10:04:22+00:00", + "createdDate": "2024-07-04T13:04:22+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T10:04:22+00:00", + "changedDate": "2024-07-04T13:04:22+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:18+00:00", + "activityDate": "2024-07-05T16:26:18+03:00", "dateStart": null, - "deadline": "2024-07-05T10:04:00+00:00", + "deadline": "2024-07-05T13:04:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{dcb5adcc-9030-4e32-a7ad-7a7be585a1c4}", @@ -1932,7 +1932,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:18+00:00", + "viewedDate": "2024-07-05T16:26:18+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -1942,7 +1942,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T10:04:22+00:00", + "statusChangedDate": "2024-07-04T13:04:22+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -1983,16 +1983,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T10:05:53+00:00", + "createdDate": "2024-07-04T13:05:53+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T10:05:53+00:00", + "changedDate": "2024-07-04T13:05:53+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:18+00:00", + "activityDate": "2024-07-05T16:26:18+03:00", "dateStart": null, - "deadline": "2024-07-05T10:05:00+00:00", + "deadline": "2024-07-05T13:05:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{7bf6f85f-663d-4c89-af1c-cdb1742b6507}", @@ -2014,7 +2014,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:18+00:00", + "viewedDate": "2024-07-05T16:26:18+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -2024,7 +2024,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T10:05:53+00:00", + "statusChangedDate": "2024-07-04T13:05:53+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -2065,16 +2065,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T10:06:24+00:00", + "createdDate": "2024-07-04T13:06:24+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T10:06:24+00:00", + "changedDate": "2024-07-04T13:06:24+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:18+00:00", + "activityDate": "2024-07-05T16:26:18+03:00", "dateStart": null, - "deadline": "2024-07-05T10:06:00+00:00", + "deadline": "2024-07-05T13:06:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{08a4469b-02fd-4dd8-b02d-e242ab4197a7}", @@ -2096,7 +2096,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:18+00:00", + "viewedDate": "2024-07-05T16:26:18+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -2106,7 +2106,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T10:06:24+00:00", + "statusChangedDate": "2024-07-04T13:06:24+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -2147,16 +2147,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T10:06:45+00:00", + "createdDate": "2024-07-04T13:06:45+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T10:06:45+00:00", + "changedDate": "2024-07-04T13:06:45+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:18+00:00", + "activityDate": "2024-07-05T16:26:18+03:00", "dateStart": null, - "deadline": "2024-07-05T10:06:00+00:00", + "deadline": "2024-07-05T13:06:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{404748d0-b3bc-4c2d-936c-90593b8edf49}", @@ -2178,7 +2178,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:18+00:00", + "viewedDate": "2024-07-05T16:26:18+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -2188,7 +2188,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T10:06:45+00:00", + "statusChangedDate": "2024-07-04T13:06:45+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -2229,16 +2229,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T10:08:01+00:00", + "createdDate": "2024-07-04T13:08:01+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T10:08:01+00:00", + "changedDate": "2024-07-04T13:08:01+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T13:26:18+00:00", + "activityDate": "2024-07-05T16:26:18+03:00", "dateStart": null, - "deadline": "2024-07-05T10:08:00+00:00", + "deadline": "2024-07-05T13:08:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{7a46e966-0047-40ff-b54e-0efa88768c14}", @@ -2260,7 +2260,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T13:26:18+00:00", + "viewedDate": "2024-07-05T16:26:18+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -2270,7 +2270,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T10:08:01+00:00", + "statusChangedDate": "2024-07-04T13:08:01+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -2311,16 +2311,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T17:03:48+00:00", + "createdDate": "2024-07-04T20:03:48+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T17:03:48+00:00", + "changedDate": "2024-07-04T20:03:48+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T18:07:09+00:00", + "activityDate": "2024-07-05T21:07:09+03:00", "dateStart": null, - "deadline": "2024-07-05T17:03:00+00:00", + "deadline": "2024-07-05T20:03:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{595fb76a-1c6e-4b8e-ae4e-6798e6b36970}", @@ -2342,7 +2342,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T18:07:09+00:00", + "viewedDate": "2024-07-05T21:07:09+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -2352,7 +2352,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T17:03:48+00:00", + "statusChangedDate": "2024-07-04T20:03:48+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -2393,16 +2393,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T17:04:55+00:00", + "createdDate": "2024-07-04T20:04:55+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T17:04:55+00:00", + "changedDate": "2024-07-04T20:04:55+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T18:07:08+00:00", + "activityDate": "2024-07-05T21:07:08+03:00", "dateStart": null, - "deadline": "2024-07-05T17:04:00+00:00", + "deadline": "2024-07-05T20:04:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{e3172d01-cd57-4d04-b3e9-98288e81d7a4}", @@ -2424,7 +2424,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T18:07:08+00:00", + "viewedDate": "2024-07-05T21:07:08+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -2434,7 +2434,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T17:04:55+00:00", + "statusChangedDate": "2024-07-04T20:04:55+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -2475,16 +2475,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T17:07:24+00:00", + "createdDate": "2024-07-04T20:07:24+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T17:07:24+00:00", + "changedDate": "2024-07-04T20:07:24+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T18:07:08+00:00", + "activityDate": "2024-07-05T21:07:08+03:00", "dateStart": null, - "deadline": "2024-07-05T17:07:00+00:00", + "deadline": "2024-07-05T20:07:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{d94af85d-07bd-4292-906a-b6ad64324e41}", @@ -2506,7 +2506,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T18:07:08+00:00", + "viewedDate": "2024-07-05T21:07:08+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -2516,7 +2516,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T17:07:24+00:00", + "statusChangedDate": "2024-07-04T20:07:24+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -2557,16 +2557,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T17:29:51+00:00", + "createdDate": "2024-07-04T20:29:51+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T17:29:51+00:00", + "changedDate": "2024-07-04T20:29:51+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-05T18:07:08+00:00", + "activityDate": "2024-07-05T21:07:08+03:00", "dateStart": null, - "deadline": "2024-07-05T17:29:00+00:00", + "deadline": "2024-07-05T20:29:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{af3d708a-7a24-4fc9-b706-f9daef22ad06}", @@ -2588,7 +2588,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-05T18:07:08+00:00", + "viewedDate": "2024-07-05T21:07:08+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -2598,7 +2598,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T17:29:51+00:00", + "statusChangedDate": "2024-07-04T20:29:51+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -2639,16 +2639,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T18:27:48+00:00", + "createdDate": "2024-07-04T21:27:48+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T18:27:48+00:00", + "changedDate": "2024-07-04T21:27:48+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:56+00:00", + "activityDate": "2024-07-06T22:50:56+03:00", "dateStart": null, - "deadline": "2024-07-05T18:27:00+00:00", + "deadline": "2024-07-05T21:27:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{849b84da-465e-44bf-a076-7cffd19ca1e4}", @@ -2670,7 +2670,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-06T19:50:56+00:00", + "viewedDate": "2024-07-06T22:50:56+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -2680,7 +2680,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T18:27:48+00:00", + "statusChangedDate": "2024-07-04T21:27:48+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -2721,16 +2721,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T18:27:49+00:00", + "createdDate": "2024-07-04T21:27:49+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T18:27:49+00:00", + "changedDate": "2024-07-04T21:27:49+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:56+00:00", + "activityDate": "2024-07-06T22:50:56+03:00", "dateStart": null, - "deadline": "2024-07-05T18:27:00+00:00", + "deadline": "2024-07-05T21:27:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{506352b3-0005-4a42-bc8b-027613572f40}", @@ -2752,7 +2752,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-06T19:50:56+00:00", + "viewedDate": "2024-07-06T22:50:56+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -2762,7 +2762,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T18:27:49+00:00", + "statusChangedDate": "2024-07-04T21:27:49+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -2803,16 +2803,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T18:37:29+00:00", + "createdDate": "2024-07-04T21:37:29+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T18:37:29+00:00", + "changedDate": "2024-07-04T21:37:29+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:56+00:00", + "activityDate": "2024-07-06T22:50:56+03:00", "dateStart": null, - "deadline": "2024-07-05T18:37:00+00:00", + "deadline": "2024-07-05T21:37:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{e0f524b7-d216-41b5-b793-11aa7898e0a5}", @@ -2834,7 +2834,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-06T19:50:56+00:00", + "viewedDate": "2024-07-06T22:50:56+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -2844,7 +2844,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T18:37:29+00:00", + "statusChangedDate": "2024-07-04T21:37:29+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -2885,16 +2885,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T18:37:29+00:00", + "createdDate": "2024-07-04T21:37:29+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T18:37:29+00:00", + "changedDate": "2024-07-04T21:37:29+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:56+00:00", + "activityDate": "2024-07-06T22:50:56+03:00", "dateStart": null, - "deadline": "2024-07-05T18:37:00+00:00", + "deadline": "2024-07-05T21:37:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{579cda67-e020-48df-a27e-9cf8b755e110}", @@ -2916,7 +2916,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-06T19:50:56+00:00", + "viewedDate": "2024-07-06T22:50:56+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -2926,7 +2926,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T18:37:29+00:00", + "statusChangedDate": "2024-07-04T21:37:29+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -2967,16 +2967,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T18:38:54+00:00", + "createdDate": "2024-07-04T21:38:54+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T18:38:54+00:00", + "changedDate": "2024-07-04T21:38:54+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:56+00:00", + "activityDate": "2024-07-06T22:50:56+03:00", "dateStart": null, - "deadline": "2024-07-05T18:38:00+00:00", + "deadline": "2024-07-05T21:38:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{2506c4ca-7258-4b5f-906e-43c26686717a}", @@ -2998,7 +2998,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-06T19:50:56+00:00", + "viewedDate": "2024-07-06T22:50:56+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -3008,7 +3008,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T18:38:54+00:00", + "statusChangedDate": "2024-07-04T21:38:54+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -3049,16 +3049,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T18:38:54+00:00", + "createdDate": "2024-07-04T21:38:54+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T18:38:54+00:00", + "changedDate": "2024-07-04T21:38:54+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:55+00:00", + "activityDate": "2024-07-06T22:50:55+03:00", "dateStart": null, - "deadline": "2024-07-05T18:38:00+00:00", + "deadline": "2024-07-05T21:38:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{35b7aac5-9ef8-49fd-80f2-a9dc5ccfa572}", @@ -3080,7 +3080,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-06T19:50:56+00:00", + "viewedDate": "2024-07-06T22:50:56+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -3090,7 +3090,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T18:38:54+00:00", + "statusChangedDate": "2024-07-04T21:38:54+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -3131,16 +3131,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T18:39:27+00:00", + "createdDate": "2024-07-04T21:39:27+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T18:39:27+00:00", + "changedDate": "2024-07-04T21:39:27+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:55+00:00", + "activityDate": "2024-07-06T22:50:55+03:00", "dateStart": null, - "deadline": "2024-07-05T18:39:00+00:00", + "deadline": "2024-07-05T21:39:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{60a75137-ae40-4cbb-88a9-47b4765f003f}", @@ -3162,7 +3162,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-06T19:50:55+00:00", + "viewedDate": "2024-07-06T22:50:55+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -3172,7 +3172,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T18:39:27+00:00", + "statusChangedDate": "2024-07-04T21:39:27+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -3213,16 +3213,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T18:39:27+00:00", + "createdDate": "2024-07-04T21:39:27+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T18:39:27+00:00", + "changedDate": "2024-07-04T21:39:27+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:56+00:00", + "activityDate": "2024-07-06T22:50:56+03:00", "dateStart": null, - "deadline": "2024-07-05T18:39:00+00:00", + "deadline": "2024-07-05T21:39:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{df038555-50d8-4fcf-9b41-826a138003d2}", @@ -3244,7 +3244,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-06T19:50:56+00:00", + "viewedDate": "2024-07-06T22:50:56+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -3254,7 +3254,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T18:39:27+00:00", + "statusChangedDate": "2024-07-04T21:39:27+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -3295,18 +3295,18 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T18:40:43+00:00", + "createdDate": "2024-07-04T21:40:43+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T18:40:51+00:00", + "changedDate": "2024-07-04T21:40:51+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:58+00:00", + "activityDate": "2024-07-06T22:50:58+03:00", "dateStart": null, - "deadline": "2024-07-05T18:40:00+00:00", - "startDatePlan": "2024-07-04T18:40:43+00:00", - "endDatePlan": "2024-07-04T21:00:00+00:00", + "deadline": "2024-07-05T21:40:00+03:00", + "startDatePlan": "2024-07-04T21:40:43+03:00", + "endDatePlan": "2024-07-05T00:00:00+03:00", "guid": "{cc2d8c51-9fba-4583-9e7d-7f3ef84c4955}", "xmlId": null, "commentsCount": "1", @@ -3326,7 +3326,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "2", - "viewedDate": "2024-07-06T19:50:58+00:00", + "viewedDate": "2024-07-06T22:50:58+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -3336,7 +3336,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T18:40:51+00:00", + "statusChangedDate": "2024-07-04T21:40:51+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -3377,18 +3377,18 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T18:40:44+00:00", + "createdDate": "2024-07-04T21:40:44+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T18:40:51+00:00", + "changedDate": "2024-07-04T21:40:51+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:58+00:00", + "activityDate": "2024-07-06T22:50:58+03:00", "dateStart": null, - "deadline": "2024-07-05T18:40:00+00:00", - "startDatePlan": "2024-07-04T18:40:44+00:00", - "endDatePlan": "2024-07-04T21:00:00+00:00", + "deadline": "2024-07-05T21:40:00+03:00", + "startDatePlan": "2024-07-04T21:40:44+03:00", + "endDatePlan": "2024-07-05T00:00:00+03:00", "guid": "{cc62543e-b789-4412-9dca-09ca0b7e6d4b}", "xmlId": null, "commentsCount": "1", @@ -3408,7 +3408,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "2", - "viewedDate": "2024-07-06T19:50:58+00:00", + "viewedDate": "2024-07-06T22:50:58+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -3418,7 +3418,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T18:40:51+00:00", + "statusChangedDate": "2024-07-04T21:40:51+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -3459,18 +3459,18 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T18:43:38+00:00", + "createdDate": "2024-07-04T21:43:38+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T18:43:44+00:00", + "changedDate": "2024-07-04T21:43:44+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:58+00:00", + "activityDate": "2024-07-06T22:50:58+03:00", "dateStart": null, - "deadline": "2024-07-05T18:43:00+00:00", - "startDatePlan": "2024-07-04T18:43:38+00:00", - "endDatePlan": "2024-07-04T21:00:00+00:00", + "deadline": "2024-07-05T21:43:00+03:00", + "startDatePlan": "2024-07-04T21:43:38+03:00", + "endDatePlan": "2024-07-05T00:00:00+03:00", "guid": "{07132513-0fd3-4cc9-bdbb-6afb20b87b9b}", "xmlId": null, "commentsCount": "1", @@ -3490,7 +3490,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "2", - "viewedDate": "2024-07-06T19:50:58+00:00", + "viewedDate": "2024-07-06T22:50:58+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -3500,7 +3500,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T18:43:44+00:00", + "statusChangedDate": "2024-07-04T21:43:44+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -3541,18 +3541,18 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T18:43:38+00:00", + "createdDate": "2024-07-04T21:43:38+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T18:43:43+00:00", + "changedDate": "2024-07-04T21:43:43+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:58+00:00", + "activityDate": "2024-07-06T22:50:58+03:00", "dateStart": null, - "deadline": "2024-07-05T18:43:00+00:00", - "startDatePlan": "2024-07-04T18:43:38+00:00", - "endDatePlan": "2024-07-04T21:00:00+00:00", + "deadline": "2024-07-05T21:43:00+03:00", + "startDatePlan": "2024-07-04T21:43:38+03:00", + "endDatePlan": "2024-07-05T00:00:00+03:00", "guid": "{c89d641e-9f70-4738-b978-f9d2ce007708}", "xmlId": null, "commentsCount": "1", @@ -3572,7 +3572,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "2", - "viewedDate": "2024-07-06T19:50:58+00:00", + "viewedDate": "2024-07-06T22:50:58+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -3582,7 +3582,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T18:43:43+00:00", + "statusChangedDate": "2024-07-04T21:43:43+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -3623,18 +3623,18 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T18:45:03+00:00", + "createdDate": "2024-07-04T21:45:03+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T18:45:09+00:00", + "changedDate": "2024-07-04T21:45:09+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:57+00:00", + "activityDate": "2024-07-06T22:50:57+03:00", "dateStart": null, - "deadline": "2024-07-05T18:45:00+00:00", - "startDatePlan": "2024-07-04T18:45:03+00:00", - "endDatePlan": "2024-07-04T21:00:00+00:00", + "deadline": "2024-07-05T21:45:00+03:00", + "startDatePlan": "2024-07-04T21:45:03+03:00", + "endDatePlan": "2024-07-05T00:00:00+03:00", "guid": "{8f0992e1-3d0f-4568-a010-a1cc54c31064}", "xmlId": null, "commentsCount": "1", @@ -3654,7 +3654,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "2", - "viewedDate": "2024-07-06T19:50:58+00:00", + "viewedDate": "2024-07-06T22:50:58+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -3664,7 +3664,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T18:45:09+00:00", + "statusChangedDate": "2024-07-04T21:45:09+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -3705,18 +3705,18 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T18:45:03+00:00", + "createdDate": "2024-07-04T21:45:03+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T18:45:09+00:00", + "changedDate": "2024-07-04T21:45:09+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:57+00:00", + "activityDate": "2024-07-06T22:50:57+03:00", "dateStart": null, - "deadline": "2024-07-05T18:45:00+00:00", - "startDatePlan": "2024-07-04T18:45:03+00:00", - "endDatePlan": "2024-07-04T21:00:00+00:00", + "deadline": "2024-07-05T21:45:00+03:00", + "startDatePlan": "2024-07-04T21:45:03+03:00", + "endDatePlan": "2024-07-05T00:00:00+03:00", "guid": "{08cf32d4-27f5-4ab8-b98f-287f0edd2af2}", "xmlId": null, "commentsCount": "1", @@ -3736,7 +3736,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "2", - "viewedDate": "2024-07-06T19:50:57+00:00", + "viewedDate": "2024-07-06T22:50:57+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -3746,7 +3746,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T18:45:09+00:00", + "statusChangedDate": "2024-07-04T21:45:09+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -3787,18 +3787,18 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T19:53:04+00:00", + "createdDate": "2024-07-04T22:53:04+03:00", "responsibleId": "10", "changedBy": "1", - "changedDate": "2024-07-04T19:53:36+00:00", + "changedDate": "2024-07-04T22:53:36+03:00", "statusChangedBy": "1", "closedBy": "0", "closedDate": null, - "activityDate": "2024-07-06T19:50:57+00:00", - "dateStart": "2024-07-04T19:53:30+00:00", - "deadline": "2024-07-05T19:53:00+00:00", - "startDatePlan": "2024-07-04T19:53:04+00:00", - "endDatePlan": "2024-07-04T21:00:00+00:00", + "activityDate": "2024-07-06T22:50:57+03:00", + "dateStart": "2024-07-04T22:53:30+03:00", + "deadline": "2024-07-05T22:53:00+03:00", + "startDatePlan": "2024-07-04T22:53:04+03:00", + "endDatePlan": "2024-07-05T00:00:00+03:00", "guid": "{a2800091-63c1-4486-8895-c88982204c78}", "xmlId": null, "commentsCount": "4", @@ -3818,7 +3818,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "18", - "viewedDate": "2024-07-06T19:50:57+00:00", + "viewedDate": "2024-07-06T22:50:57+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -3828,7 +3828,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T19:53:35+00:00", + "statusChangedDate": "2024-07-04T22:53:35+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -3869,18 +3869,18 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T19:53:05+00:00", + "createdDate": "2024-07-04T22:53:05+03:00", "responsibleId": "10", "changedBy": "1", - "changedDate": "2024-07-04T19:53:36+00:00", + "changedDate": "2024-07-04T22:53:36+03:00", "statusChangedBy": "1", "closedBy": "0", "closedDate": null, - "activityDate": "2024-07-06T19:50:57+00:00", - "dateStart": "2024-07-04T19:53:31+00:00", - "deadline": "2024-07-05T19:53:00+00:00", - "startDatePlan": "2024-07-04T19:53:05+00:00", - "endDatePlan": "2024-07-04T21:00:00+00:00", + "activityDate": "2024-07-06T22:50:57+03:00", + "dateStart": "2024-07-04T22:53:31+03:00", + "deadline": "2024-07-05T22:53:00+03:00", + "startDatePlan": "2024-07-04T22:53:05+03:00", + "endDatePlan": "2024-07-05T00:00:00+03:00", "guid": "{e27d2087-9450-4a51-8d67-f7aa52e14c00}", "xmlId": null, "commentsCount": "4", @@ -3900,7 +3900,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "10", - "viewedDate": "2024-07-06T19:50:57+00:00", + "viewedDate": "2024-07-06T22:50:57+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -3910,7 +3910,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T19:53:36+00:00", + "statusChangedDate": "2024-07-04T22:53:36+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -3951,16 +3951,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-04T19:54:42+00:00", + "createdDate": "2024-07-04T22:54:42+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-04T19:54:42+00:00", + "changedDate": "2024-07-04T22:54:42+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:57+00:00", + "activityDate": "2024-07-06T22:50:57+03:00", "dateStart": null, - "deadline": "2024-07-05T19:54:00+00:00", + "deadline": "2024-07-05T22:54:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{6b7b0b79-a9fd-440f-af6e-ec9ca70d0fc2}", @@ -3982,7 +3982,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-06T19:50:57+00:00", + "viewedDate": "2024-07-06T22:50:57+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -3992,7 +3992,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-04T19:54:42+00:00", + "statusChangedDate": "2024-07-04T22:54:42+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -4033,16 +4033,16 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2024-07-05T13:27:26+00:00", + "createdDate": "2024-07-05T16:27:26+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2024-07-05T13:27:26+00:00", + "changedDate": "2024-07-05T16:27:26+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2024-07-06T19:50:57+00:00", + "activityDate": "2024-07-06T22:50:57+03:00", "dateStart": null, - "deadline": "2024-07-06T13:27:00+00:00", + "deadline": "2024-07-06T16:27:00+03:00", "startDatePlan": null, "endDatePlan": null, "guid": "{bef09b44-7cb0-4e09-b1a3-9fa72241fe2d}", @@ -4064,7 +4064,7 @@ "exchangeModified": null, "exchangeId": null, "outlookVersion": "1", - "viewedDate": "2024-07-06T19:50:57+00:00", + "viewedDate": "2024-07-06T22:50:57+03:00", "sorting": null, "durationFact": null, "isMuted": "N", @@ -4074,7 +4074,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2024-07-05T13:27:26+00:00", + "statusChangedDate": "2024-07-05T16:27:26+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -4106,13 +4106,13 @@ "next": 50, "total": 353, "time": { - "start": 1774430192, - "finish": 1774430192.81408, - "duration": 0.814084053039551, + "start": 1774449054, + "finish": 1774449054.31087, + "duration": 0.310873985290527, "processing": 0, - "date_start": "2026-03-25T09:16:32+00:00", - "date_finish": "2026-03-25T09:16:32+00:00", - "operating_reset_at": 1774430792, + "date_start": "2026-03-25T17:30:54+03:00", + "date_finish": "2026-03-25T17:30:54+03:00", + "operating_reset_at": 1774449654, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetUser.log b/docs/en/results/Bitrix24/GetUser.log index 347f2d32d1..8ea42031fa 100644 --- a/docs/en/results/Bitrix24/GetUser.log +++ b/docs/en/results/Bitrix24/GetUser.log @@ -1,13 +1,13 @@ { "result": [ { - "ID": "3508", + "ID": "3524", "ACTIVE": true, "NAME": "Oleg", "LAST_NAME": "Lama", - "EMAIL": "3b6fe7c3-927f-4058-b773-21ed62565c10@example.org", + "EMAIL": "d2f35d09-b52d-4dd4-8e44-161b0f9bc245@example.org", "LAST_LOGIN": "", - "DATE_REGISTER": "2026-03-25T00:00:00+00:00", + "DATE_REGISTER": "2026-03-25T03:00:00+03:00", "IS_ONLINE": "N", "TIMESTAMP_X": {}, "PERSONAL_GENDER": "", @@ -22,13 +22,13 @@ ], "total": 1, "time": { - "start": 1774430382, - "finish": 1774430382.71869, - "duration": 0.718686103820801, + "start": 1774449354, + "finish": 1774449354.98414, + "duration": 0.984138965606689, "processing": 0, - "date_start": "2026-03-25T09:19:42+00:00", - "date_finish": "2026-03-25T09:19:42+00:00", - "operating_reset_at": 1774430982, + "date_start": "2026-03-25T17:35:54+03:00", + "date_finish": "2026-03-25T17:35:54+03:00", + "operating_reset_at": 1774449954, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetUserBusy.log b/docs/en/results/Bitrix24/GetUserBusy.log index 1fd5bdc0e1..83cdd9ee21 100644 --- a/docs/en/results/Bitrix24/GetUserBusy.log +++ b/docs/en/results/Bitrix24/GetUserBusy.log @@ -2,12 +2,12 @@ "result": { "1": [ { - "ID": "4144", + "ID": "4176", "NAME": "[Под вопросом]", - "DATE_FROM": "26.03.2026 09:20:00", - "DATE_TO": "26.03.2026 10:20:00", - "DATE_FROM_TS_UTC": "1774495200", - "DATE_TO_TS_UTC": "1777101600", + "DATE_FROM": "26.03.2026 17:37:00", + "DATE_TO": "26.03.2026 18:37:00", + "DATE_FROM_TS_UTC": "1774525020", + "DATE_TO_TS_UTC": "1777131420", "~USER_OFFSET_FROM": 0, "~USER_OFFSET_TO": 0, "DT_SKIP_TIME": "N", @@ -18,12 +18,12 @@ "EVENT_TYPE": null }, { - "ID": "4148", + "ID": "4180", "NAME": "[Под вопросом]", - "DATE_FROM": "26.03.2026 09:20:00", - "DATE_TO": "26.03.2026 10:20:00", - "DATE_FROM_TS_UTC": "1774495200", - "DATE_TO_TS_UTC": "1777101600", + "DATE_FROM": "26.03.2026 17:37:00", + "DATE_TO": "26.03.2026 18:37:00", + "DATE_FROM_TS_UTC": "1774525020", + "DATE_TO_TS_UTC": "1777131420", "~USER_OFFSET_FROM": 0, "~USER_OFFSET_TO": 0, "DT_SKIP_TIME": "N", @@ -36,13 +36,13 @@ ] }, "time": { - "start": 1774430411, - "finish": 1774430411.74573, - "duration": 0.745733022689819, + "start": 1774449410, + "finish": 1774449410.57852, + "duration": 0.578516960144043, "processing": 0, - "date_start": "2026-03-25T09:20:11+00:00", - "date_finish": "2026-03-25T09:20:11+00:00", - "operating_reset_at": 1774431011, + "date_start": "2026-03-25T17:36:50+03:00", + "date_finish": "2026-03-25T17:36:50+03:00", + "operating_reset_at": 1774450010, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetUserFieldsStructure.log b/docs/en/results/Bitrix24/GetUserFieldsStructure.log index fa9dd054e1..8256711661 100644 --- a/docs/en/results/Bitrix24/GetUserFieldsStructure.log +++ b/docs/en/results/Bitrix24/GetUserFieldsStructure.log @@ -65,13 +65,13 @@ "USER_TYPE": "USER_TYPE" }, "time": { - "start": 1774430378, - "finish": 1774430378.05648, - "duration": 0.0564770698547363, + "start": 1774449345, + "finish": 1774449345.03269, + "duration": 0.0326919555664062, "processing": 0, - "date_start": "2026-03-25T09:19:38+00:00", - "date_finish": "2026-03-25T09:19:38+00:00", - "operating_reset_at": 1774430978, + "date_start": "2026-03-25T17:35:45+03:00", + "date_finish": "2026-03-25T17:35:45+03:00", + "operating_reset_at": 1774449945, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetUserParticipationStatus.log b/docs/en/results/Bitrix24/GetUserParticipationStatus.log index 407377977a..26993e3dc2 100644 --- a/docs/en/results/Bitrix24/GetUserParticipationStatus.log +++ b/docs/en/results/Bitrix24/GetUserParticipationStatus.log @@ -1,13 +1,13 @@ { "result": "H", "time": { - "start": 1774430408, - "finish": 1774430408.51882, - "duration": 0.518816947937012, + "start": 1774449402, + "finish": 1774449402.65689, + "duration": 0.656893014907837, "processing": 0, - "date_start": "2026-03-25T09:20:08+00:00", - "date_finish": "2026-03-25T09:20:08+00:00", - "operating_reset_at": 1774431008, + "date_start": "2026-03-25T17:36:42+03:00", + "date_finish": "2026-03-25T17:36:42+03:00", + "operating_reset_at": 1774450002, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetUserStatus.log b/docs/en/results/Bitrix24/GetUserStatus.log index 391ecfc52c..2d3e59d2fe 100644 --- a/docs/en/results/Bitrix24/GetUserStatus.log +++ b/docs/en/results/Bitrix24/GetUserStatus.log @@ -1,13 +1,13 @@ { "result": "away", "time": { - "start": 1774430276, - "finish": 1774430276.66765, - "duration": 0.66765308380127, + "start": 1774449199, + "finish": 1774449199.70144, + "duration": 0.701442956924438, "processing": 0, - "date_start": "2026-03-25T09:17:56+00:00", - "date_finish": "2026-03-25T09:17:56+00:00", - "operating_reset_at": 1774430876, + "date_start": "2026-03-25T17:33:19+03:00", + "date_finish": "2026-03-25T17:33:19+03:00", + "operating_reset_at": 1774449799, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/GetUsers.log b/docs/en/results/Bitrix24/GetUsers.log index 9cf60e56f2..deeb7c2b9c 100644 --- a/docs/en/results/Bitrix24/GetUsers.log +++ b/docs/en/results/Bitrix24/GetUsers.log @@ -19,7 +19,7 @@ "external_auth_id": "socservices", "status": "online", "idle": false, - "last_activity_date": "2024-07-13T18:36:23+00:00", + "last_activity_date": "2024-07-13T21:36:23+03:00", "mobile_last_date": false, "desktop_last_date": false, "absent": false, @@ -35,13 +35,13 @@ } }, "time": { - "start": 1774430277, - "finish": 1774430278.01946, - "duration": 1.01945495605469, + "start": 1774449203, + "finish": 1774449203.37169, + "duration": 0.371686935424805, "processing": 0, - "date_start": "2026-03-25T09:17:57+00:00", - "date_finish": "2026-03-25T09:17:58+00:00", - "operating_reset_at": 1774430878, + "date_start": "2026-03-25T17:33:23+03:00", + "date_finish": "2026-03-25T17:33:23+03:00", + "operating_reset_at": 1774449803, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/LeaveChat.log b/docs/en/results/Bitrix24/LeaveChat.log index 39d1fdb281..566be3b410 100644 --- a/docs/en/results/Bitrix24/LeaveChat.log +++ b/docs/en/results/Bitrix24/LeaveChat.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430362, - "finish": 1774430362.40052, - "duration": 0.400522947311401, + "start": 1774449311, + "finish": 1774449311.29533, + "duration": 0.295325994491577, "processing": 0, - "date_start": "2026-03-25T09:19:22+00:00", - "date_finish": "2026-03-25T09:19:22+00:00", - "operating_reset_at": 1774430962, + "date_start": "2026-03-25T17:35:11+03:00", + "date_finish": "2026-03-25T17:35:11+03:00", + "operating_reset_at": 1774449911, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/MakeFileCopy.log b/docs/en/results/Bitrix24/MakeFileCopy.log index 2a496d0448..a15c9aad83 100644 --- a/docs/en/results/Bitrix24/MakeFileCopy.log +++ b/docs/en/results/Bitrix24/MakeFileCopy.log @@ -1,32 +1,32 @@ { "result": { - "ID": 54112, + "ID": 54328, "NAME": "New file name.jpg", "CODE": null, "STORAGE_ID": "3", "TYPE": "file", - "PARENT_ID": "54096", + "PARENT_ID": "54312", "DELETED_TYPE": 0, "GLOBAL_CONTENT_VERSION": 1, - "FILE_ID": 37074, + "FILE_ID": 37226, "SIZE": "805189", - "CREATE_TIME": "2026-03-25T09:17:36+00:00", - "UPDATE_TIME": "2026-03-25T09:17:36+00:00", + "CREATE_TIME": "2026-03-25T17:32:30+03:00", + "UPDATE_TIME": "2026-03-25T17:32:30+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", "DELETED_BY": null, - "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=d7b5c369006e9f06006b12e4000000010000077566fd8...", + "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5effc369006e9f06006b12e400000001000007745241c...", "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/New catalog/New file name.jpg" }, "time": { - "start": 1774430256, - "finish": 1774430256.39461, - "duration": 0.394613981246948, + "start": 1774449150, + "finish": 1774449150.65119, + "duration": 0.651190042495728, "processing": 0, - "date_start": "2026-03-25T09:17:36+00:00", - "date_finish": "2026-03-25T09:17:36+00:00", - "operating_reset_at": 1774430856, + "date_start": "2026-03-25T17:32:30+03:00", + "date_finish": "2026-03-25T17:32:30+03:00", + "operating_reset_at": 1774449750, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/MakeFolderCopy.log b/docs/en/results/Bitrix24/MakeFolderCopy.log index 846cedd2bd..2babf20a0b 100644 --- a/docs/en/results/Bitrix24/MakeFolderCopy.log +++ b/docs/en/results/Bitrix24/MakeFolderCopy.log @@ -1,15 +1,15 @@ { "result": { - "ID": 54102, + "ID": 54318, "NAME": "New subfolder", "CODE": null, "STORAGE_ID": "3", "TYPE": "folder", - "REAL_OBJECT_ID": 54102, - "PARENT_ID": "54098", + "REAL_OBJECT_ID": 54318, + "PARENT_ID": "54314", "DELETED_TYPE": 0, - "CREATE_TIME": "2026-03-25T09:17:28+00:00", - "UPDATE_TIME": "2026-03-25T09:17:28+00:00", + "CREATE_TIME": "2026-03-25T17:32:21+03:00", + "UPDATE_TIME": "2026-03-25T17:32:21+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", @@ -17,13 +17,13 @@ "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/New catalog/New subfolder 2/New subfolder" }, "time": { - "start": 1774430248, - "finish": 1774430248.92576, - "duration": 0.925755977630615, + "start": 1774449141, + "finish": 1774449141.89076, + "duration": 0.890758991241455, "processing": 0, - "date_start": "2026-03-25T09:17:28+00:00", - "date_finish": "2026-03-25T09:17:28+00:00", - "operating_reset_at": 1774430848, + "date_start": "2026-03-25T17:32:21+03:00", + "date_finish": "2026-03-25T17:32:21+03:00", + "operating_reset_at": 1774449741, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/MarkFileAsDeleted.log b/docs/en/results/Bitrix24/MarkFileAsDeleted.log index df07810ac5..5e89a091b0 100644 --- a/docs/en/results/Bitrix24/MarkFileAsDeleted.log +++ b/docs/en/results/Bitrix24/MarkFileAsDeleted.log @@ -1,6 +1,6 @@ { "result": { - "ID": "54090", + "ID": "54306", "NAME": "New file name.jpg", "CODE": null, "STORAGE_ID": "3", @@ -8,25 +8,25 @@ "PARENT_ID": "3", "DELETED_TYPE": "3", "GLOBAL_CONTENT_VERSION": "1", - "FILE_ID": "37064", + "FILE_ID": "37216", "SIZE": "805189", - "CREATE_TIME": "2026-03-25T09:16:58+00:00", - "UPDATE_TIME": "2026-03-25T09:17:21+00:00", - "DELETE_TIME": "2026-03-25T09:17:22+00:00", + "CREATE_TIME": "2026-03-25T17:31:38+03:00", + "UPDATE_TIME": "2026-03-25T17:32:05+03:00", + "DELETE_TIME": "2026-03-25T17:32:06+03:00", "CREATED_BY": "1", "UPDATED_BY": "1", "DELETED_BY": "1", - "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=d7b5c369006e9f06006b12e4000000010000077566fd8...", - "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/New file name.jpgi17744302420254i" + "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5effc369006e9f06006b12e400000001000007745241c...", + "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/New file name.jpgi17744491266095i" }, "time": { - "start": 1774430242, - "finish": 1774430242.41348, - "duration": 0.413479089736938, + "start": 1774449127, + "finish": 1774449127.63735, + "duration": 0.63735294342041, "processing": 0, - "date_start": "2026-03-25T09:17:22+00:00", - "date_finish": "2026-03-25T09:17:22+00:00", - "operating_reset_at": 1774430842, + "date_start": "2026-03-25T17:32:07+03:00", + "date_finish": "2026-03-25T17:32:07+03:00", + "operating_reset_at": 1774449727, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/MarkFolderAsDeleted.log b/docs/en/results/Bitrix24/MarkFolderAsDeleted.log index bc03826a57..217b232d4d 100644 --- a/docs/en/results/Bitrix24/MarkFolderAsDeleted.log +++ b/docs/en/results/Bitrix24/MarkFolderAsDeleted.log @@ -1,29 +1,29 @@ { "result": { - "ID": "54096", + "ID": "54312", "NAME": "New catalog", "CODE": null, "STORAGE_ID": "3", "TYPE": "folder", - "REAL_OBJECT_ID": "54096", + "REAL_OBJECT_ID": "54312", "PARENT_ID": "3", "DELETED_TYPE": "3", - "CREATE_TIME": "2026-03-25T09:17:24+00:00", - "UPDATE_TIME": "2026-03-25T09:17:36+00:00", - "DELETE_TIME": "2026-03-25T09:17:39+00:00", + "CREATE_TIME": "2026-03-25T17:32:11+03:00", + "UPDATE_TIME": "2026-03-25T17:32:30+03:00", + "DELETE_TIME": "2026-03-25T17:32:39+03:00", "CREATED_BY": "1", "UPDATED_BY": "1", "DELETED_BY": "1", "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/New catalog" }, "time": { - "start": 1774430259, - "finish": 1774430259.80278, - "duration": 0.802778005599976, + "start": 1774449160, + "finish": 1774449160.68169, + "duration": 0.681689023971558, "processing": 0, - "date_start": "2026-03-25T09:17:39+00:00", - "date_finish": "2026-03-25T09:17:39+00:00", - "operating_reset_at": 1774430859, + "date_start": "2026-03-25T17:32:40+03:00", + "date_finish": "2026-03-25T17:32:40+03:00", + "operating_reset_at": 1774449760, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/MarkMessageAsUnreaded.log b/docs/en/results/Bitrix24/MarkMessageAsUnreaded.log index 389da46bc0..df36a37f37 100644 --- a/docs/en/results/Bitrix24/MarkMessageAsUnreaded.log +++ b/docs/en/results/Bitrix24/MarkMessageAsUnreaded.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430335, - "finish": 1774430335.74398, - "duration": 0.74398398399353, - "processing": 0, - "date_start": "2026-03-25T09:18:55+00:00", - "date_finish": "2026-03-25T09:18:55+00:00", - "operating_reset_at": 1774430935, - "operating": 0.20769214630127 + "start": 1774449267, + "finish": 1774449268.0878, + "duration": 1.08780407905579, + "processing": 1, + "date_start": "2026-03-25T17:34:27+03:00", + "date_finish": "2026-03-25T17:34:28+03:00", + "operating_reset_at": 1774449867, + "operating": 0.139110088348389 } } diff --git a/docs/en/results/Bitrix24/MoveFileToFolder.log b/docs/en/results/Bitrix24/MoveFileToFolder.log index 030ab3d92b..c9ccfe04b8 100644 --- a/docs/en/results/Bitrix24/MoveFileToFolder.log +++ b/docs/en/results/Bitrix24/MoveFileToFolder.log @@ -1,32 +1,32 @@ { "result": { - "ID": "54090", + "ID": "54306", "NAME": "New file name.jpg", "CODE": null, "STORAGE_ID": "3", "TYPE": "file", - "PARENT_ID": 54100, + "PARENT_ID": 54316, "DELETED_TYPE": "0", "GLOBAL_CONTENT_VERSION": "1", - "FILE_ID": "37064", + "FILE_ID": "37216", "SIZE": "805189", - "CREATE_TIME": "2026-03-25T09:16:58+00:00", - "UPDATE_TIME": "2026-03-25T09:17:22+00:00", - "DELETE_TIME": "2026-03-25T09:17:22+00:00", + "CREATE_TIME": "2026-03-25T17:31:38+03:00", + "UPDATE_TIME": "2026-03-25T17:32:08+03:00", + "DELETE_TIME": "2026-03-25T17:32:06+03:00", "CREATED_BY": "1", "UPDATED_BY": "1", "DELETED_BY": "1", - "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=d7b5c369006e9f06006b12e4000000010000077566fd8...", + "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5effc369006e9f06006b12e400000001000007745241c...", "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/New catalog/New subfolder/New file name.jpg" }, "time": { - "start": 1774430248, - "finish": 1774430248.44233, - "duration": 0.442329883575439, + "start": 1774449140, + "finish": 1774449140.97176, + "duration": 0.971765041351318, "processing": 0, - "date_start": "2026-03-25T09:17:28+00:00", - "date_finish": "2026-03-25T09:17:28+00:00", - "operating_reset_at": 1774430848, + "date_start": "2026-03-25T17:32:20+03:00", + "date_finish": "2026-03-25T17:32:20+03:00", + "operating_reset_at": 1774449740, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/MoveFolder.log b/docs/en/results/Bitrix24/MoveFolder.log index 9d88f06408..f54592d714 100644 --- a/docs/en/results/Bitrix24/MoveFolder.log +++ b/docs/en/results/Bitrix24/MoveFolder.log @@ -1,15 +1,15 @@ { "result": { - "ID": "54098", + "ID": "54314", "NAME": "New subfolder 2", "CODE": null, "STORAGE_ID": "3", "TYPE": "folder", - "REAL_OBJECT_ID": "54098", - "PARENT_ID": 54094, + "REAL_OBJECT_ID": "54314", + "PARENT_ID": 54310, "DELETED_TYPE": "0", - "CREATE_TIME": "2026-03-25T09:17:27+00:00", - "UPDATE_TIME": "2026-03-25T09:17:28+00:00", + "CREATE_TIME": "2026-03-25T17:32:18+03:00", + "UPDATE_TIME": "2026-03-25T17:32:21+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", @@ -17,13 +17,13 @@ "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/New folder 2/New subfolder 2" }, "time": { - "start": 1774430259, - "finish": 1774430259.13787, - "duration": 0.13786792755127, + "start": 1774449158, + "finish": 1774449158.8129, + "duration": 0.812895059585571, "processing": 0, - "date_start": "2026-03-25T09:17:39+00:00", - "date_finish": "2026-03-25T09:17:39+00:00", - "operating_reset_at": 1774430859, + "date_start": "2026-03-25T17:32:38+03:00", + "date_finish": "2026-03-25T17:32:38+03:00", + "operating_reset_at": 1774449758, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/MoveTaskToKanbanStage.log b/docs/en/results/Bitrix24/MoveTaskToKanbanStage.log index b71423efc7..bba36bf60d 100644 --- a/docs/en/results/Bitrix24/MoveTaskToKanbanStage.log +++ b/docs/en/results/Bitrix24/MoveTaskToKanbanStage.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430265, - "finish": 1774430265.4053, - "duration": 0.405297040939331, + "start": 1774449171, + "finish": 1774449171.97885, + "duration": 0.978848934173584, "processing": 0, - "date_start": "2026-03-25T09:17:45+00:00", - "date_finish": "2026-03-25T09:17:45+00:00", - "operating_reset_at": 1774430865, + "date_start": "2026-03-25T17:32:51+03:00", + "date_finish": "2026-03-25T17:32:51+03:00", + "operating_reset_at": 1774449771, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/MuteTask.log b/docs/en/results/Bitrix24/MuteTask.log index 7f24794348..563034f0a3 100644 --- a/docs/en/results/Bitrix24/MuteTask.log +++ b/docs/en/results/Bitrix24/MuteTask.log @@ -1,7 +1,7 @@ { "result": { "task": { - "id": "10110", + "id": "10150", "parentId": null, "title": "Another task title", "description": "Another task description", @@ -14,19 +14,19 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2026-03-25T09:16:14+00:00", + "createdDate": "2026-03-25T17:30:11+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2026-03-25T09:16:17+00:00", + "changedDate": "2026-03-25T17:30:18+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2026-03-25T09:16:17+00:00", + "activityDate": "2026-03-25T17:30:18+03:00", "dateStart": null, - "deadline": "2026-03-26T09:16:00+00:00", - "startDatePlan": "2026-03-25T09:16:14+00:00", - "endDatePlan": "2026-03-25T21:00:00+00:00", - "guid": "{5256b429-f1c3-4a04-9909-a7c5be172ef4}", + "deadline": "2026-03-26T17:30:00+03:00", + "startDatePlan": "2026-03-25T17:30:11+03:00", + "endDatePlan": "2026-03-26T00:00:00+03:00", + "guid": "{7002c55c-b62e-4bb4-ab64-2e0e65ace4bf}", "xmlId": null, "commentsCount": null, "serviceCommentsCount": null, @@ -55,7 +55,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2026-03-25T09:16:17+00:00", + "statusChangedDate": "2026-03-25T17:30:18+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -136,13 +136,13 @@ } }, "time": { - "start": 1774430179, - "finish": 1774430179.73192, - "duration": 0.731925010681152, + "start": 1774449022, + "finish": 1774449022.51744, + "duration": 0.517436981201172, "processing": 0, - "date_start": "2026-03-25T09:16:19+00:00", - "date_finish": "2026-03-25T09:16:19+00:00", - "operating_reset_at": 1774430779, + "date_start": "2026-03-25T17:30:22+03:00", + "date_finish": "2026-03-25T17:30:22+03:00", + "operating_reset_at": 1774449622, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/PauseTask.log b/docs/en/results/Bitrix24/PauseTask.log index 9d8671826b..54e7bda737 100644 --- a/docs/en/results/Bitrix24/PauseTask.log +++ b/docs/en/results/Bitrix24/PauseTask.log @@ -1,7 +1,7 @@ { "result": { "task": { - "id": "10110", + "id": "10150", "parentId": null, "title": "Another task title", "description": "Another task description", @@ -14,19 +14,19 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2026-03-25T09:16:14+00:00", + "createdDate": "2026-03-25T17:30:11+03:00", "responsibleId": "2960", "changedBy": "1", - "changedDate": "2026-03-25T09:16:31+00:00", + "changedDate": "2026-03-25T17:30:50+03:00", "statusChangedBy": "1", "closedBy": "1", "closedDate": null, - "activityDate": "2026-03-25T09:16:31+00:00", - "dateStart": "2026-03-25T09:16:28+00:00", - "deadline": "2026-03-26T09:16:00+00:00", - "startDatePlan": "2026-03-25T09:16:14+00:00", - "endDatePlan": "2026-03-25T21:00:00+00:00", - "guid": "{5256b429-f1c3-4a04-9909-a7c5be172ef4}", + "activityDate": "2026-03-25T17:30:50+03:00", + "dateStart": "2026-03-25T17:30:44+03:00", + "deadline": "2026-03-26T17:30:00+03:00", + "startDatePlan": "2026-03-25T17:30:11+03:00", + "endDatePlan": "2026-03-26T00:00:00+03:00", + "guid": "{7002c55c-b62e-4bb4-ab64-2e0e65ace4bf}", "xmlId": null, "commentsCount": null, "serviceCommentsCount": null, @@ -55,7 +55,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2026-03-25T09:16:31+00:00", + "statusChangedDate": "2026-03-25T17:30:50+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -136,13 +136,13 @@ } }, "time": { - "start": 1774430191, - "finish": 1774430191.25804, - "duration": 0.258038997650146, + "start": 1774449050, + "finish": 1774449050.71595, + "duration": 0.715948104858398, "processing": 0, - "date_start": "2026-03-25T09:16:31+00:00", - "date_finish": "2026-03-25T09:16:31+00:00", - "operating_reset_at": 1774430791, - "operating": 0.184432983398438 + "date_start": "2026-03-25T17:30:50+03:00", + "date_finish": "2026-03-25T17:30:50+03:00", + "operating_reset_at": 1774449650, + "operating": 0.141419172286987 } } diff --git a/docs/en/results/Bitrix24/ReadAll.log b/docs/en/results/Bitrix24/ReadAll.log index 7427b4642e..c9c18d2abd 100644 --- a/docs/en/results/Bitrix24/ReadAll.log +++ b/docs/en/results/Bitrix24/ReadAll.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430360, - "finish": 1774430360.50232, - "duration": 0.502325057983398, + "start": 1774449307, + "finish": 1774449307.27344, + "duration": 0.273444890975952, "processing": 0, - "date_start": "2026-03-25T09:19:20+00:00", - "date_finish": "2026-03-25T09:19:20+00:00", - "operating_reset_at": 1774430960, + "date_start": "2026-03-25T17:35:07+03:00", + "date_finish": "2026-03-25T17:35:07+03:00", + "operating_reset_at": 1774449907, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/RemoveTaskFromFavorites.log b/docs/en/results/Bitrix24/RemoveTaskFromFavorites.log index a2844647bd..789140560a 100644 --- a/docs/en/results/Bitrix24/RemoveTaskFromFavorites.log +++ b/docs/en/results/Bitrix24/RemoveTaskFromFavorites.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430181, - "finish": 1774430181.87459, - "duration": 0.874591112136841, + "start": 1774449029, + "finish": 1774449029.16095, + "duration": 0.160948991775513, "processing": 0, - "date_start": "2026-03-25T09:16:21+00:00", - "date_finish": "2026-03-25T09:16:21+00:00", - "operating_reset_at": 1774430781, + "date_start": "2026-03-25T17:30:29+03:00", + "date_finish": "2026-03-25T17:30:29+03:00", + "operating_reset_at": 1774449629, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/RenameFile.log b/docs/en/results/Bitrix24/RenameFile.log index 9b72f04639..391224aa72 100644 --- a/docs/en/results/Bitrix24/RenameFile.log +++ b/docs/en/results/Bitrix24/RenameFile.log @@ -1,6 +1,6 @@ { "result": { - "ID": "54090", + "ID": "54306", "NAME": "New file name.jpg", "CODE": null, "STORAGE_ID": "3", @@ -8,25 +8,25 @@ "PARENT_ID": "3", "DELETED_TYPE": "0", "GLOBAL_CONTENT_VERSION": "1", - "FILE_ID": "37064", + "FILE_ID": "37216", "SIZE": "805189", - "CREATE_TIME": "2026-03-25T09:16:58+00:00", - "UPDATE_TIME": "2026-03-25T09:17:21+00:00", + "CREATE_TIME": "2026-03-25T17:31:38+03:00", + "UPDATE_TIME": "2026-03-25T17:32:05+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", "DELETED_BY": "0", - "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=d7b5c369006e9f06006b12e4000000010000077566fd8...", + "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5effc369006e9f06006b12e400000001000007745241c...", "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/New file name.jpg" }, "time": { - "start": 1774430241, - "finish": 1774430241.61422, - "duration": 0.614214897155762, + "start": 1774449125, + "finish": 1774449125.61699, + "duration": 0.61699104309082, "processing": 0, - "date_start": "2026-03-25T09:17:21+00:00", - "date_finish": "2026-03-25T09:17:21+00:00", - "operating_reset_at": 1774430841, + "date_start": "2026-03-25T17:32:05+03:00", + "date_finish": "2026-03-25T17:32:05+03:00", + "operating_reset_at": 1774449725, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/RenameFolder.log b/docs/en/results/Bitrix24/RenameFolder.log index d5e888abdc..a9fac6ab6f 100644 --- a/docs/en/results/Bitrix24/RenameFolder.log +++ b/docs/en/results/Bitrix24/RenameFolder.log @@ -1,15 +1,15 @@ { "result": { - "ID": "54096", + "ID": "54312", "NAME": "New catalog", "CODE": null, "STORAGE_ID": "3", "TYPE": "folder", - "REAL_OBJECT_ID": "54096", + "REAL_OBJECT_ID": "54312", "PARENT_ID": "3", "DELETED_TYPE": "0", - "CREATE_TIME": "2026-03-25T09:17:24+00:00", - "UPDATE_TIME": "2026-03-25T09:17:24+00:00", + "CREATE_TIME": "2026-03-25T17:32:11+03:00", + "UPDATE_TIME": "2026-03-25T17:32:11+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", @@ -17,13 +17,13 @@ "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/New catalog" }, "time": { - "start": 1774430245, - "finish": 1774430245.21243, - "duration": 0.212430953979492, + "start": 1774449133, + "finish": 1774449133.17046, + "duration": 0.170456886291504, "processing": 0, - "date_start": "2026-03-25T09:17:25+00:00", - "date_finish": "2026-03-25T09:17:25+00:00", - "operating_reset_at": 1774430845, + "date_start": "2026-03-25T17:32:13+03:00", + "date_finish": "2026-03-25T17:32:13+03:00", + "operating_reset_at": 1774449733, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/RenameStorage.log b/docs/en/results/Bitrix24/RenameStorage.log index caf0dd9f8e..8168311a69 100644 --- a/docs/en/results/Bitrix24/RenameStorage.log +++ b/docs/en/results/Bitrix24/RenameStorage.log @@ -9,13 +9,13 @@ "ROOT_OBJECT_ID": "464" }, "time": { - "start": 1774430213, - "finish": 1774430213.49939, - "duration": 0.499393939971924, + "start": 1774449090, + "finish": 1774449090.84855, + "duration": 0.848546981811524, "processing": 0, - "date_start": "2026-03-25T09:16:53+00:00", - "date_finish": "2026-03-25T09:16:53+00:00", - "operating_reset_at": 1774430813, + "date_start": "2026-03-25T17:31:30+03:00", + "date_finish": "2026-03-25T17:31:30+03:00", + "operating_reset_at": 1774449690, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/RenewTask.log b/docs/en/results/Bitrix24/RenewTask.log index bc6f8fe99a..3e25c67e48 100644 --- a/docs/en/results/Bitrix24/RenewTask.log +++ b/docs/en/results/Bitrix24/RenewTask.log @@ -1,7 +1,7 @@ { "result": { "task": { - "id": "10110", + "id": "10150", "parentId": null, "title": "Another task title", "description": "Another task description", @@ -14,19 +14,19 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2026-03-25T09:16:14+00:00", + "createdDate": "2026-03-25T17:30:11+03:00", "responsibleId": "2960", "changedBy": "1", - "changedDate": "2026-03-25T09:16:27+00:00", + "changedDate": "2026-03-25T17:30:42+03:00", "statusChangedBy": "1", "closedBy": "1", "closedDate": null, - "activityDate": "2026-03-25T09:16:27+00:00", + "activityDate": "2026-03-25T17:30:42+03:00", "dateStart": null, - "deadline": "2026-03-26T09:16:00+00:00", - "startDatePlan": "2026-03-25T09:16:14+00:00", - "endDatePlan": "2026-03-25T21:00:00+00:00", - "guid": "{5256b429-f1c3-4a04-9909-a7c5be172ef4}", + "deadline": "2026-03-26T17:30:00+03:00", + "startDatePlan": "2026-03-25T17:30:11+03:00", + "endDatePlan": "2026-03-26T00:00:00+03:00", + "guid": "{7002c55c-b62e-4bb4-ab64-2e0e65ace4bf}", "xmlId": null, "commentsCount": null, "serviceCommentsCount": null, @@ -55,7 +55,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2026-03-25T09:16:27+00:00", + "statusChangedDate": "2026-03-25T17:30:42+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -136,13 +136,13 @@ } }, "time": { - "start": 1774430187, - "finish": 1774430187.57414, - "duration": 0.574135065078735, + "start": 1774449042, + "finish": 1774449042.54496, + "duration": 0.544955015182495, "processing": 0, - "date_start": "2026-03-25T09:16:27+00:00", - "date_finish": "2026-03-25T09:16:27+00:00", - "operating_reset_at": 1774430787, - "operating": 0.162039041519165 + "date_start": "2026-03-25T17:30:42+03:00", + "date_finish": "2026-03-25T17:30:42+03:00", + "operating_reset_at": 1774449642, + "operating": 0.154405832290649 } } diff --git a/docs/en/results/Bitrix24/RenewTasksChecklistElement.log b/docs/en/results/Bitrix24/RenewTasksChecklistElement.log index 7ecef02f9b..4250f8648b 100644 --- a/docs/en/results/Bitrix24/RenewTasksChecklistElement.log +++ b/docs/en/results/Bitrix24/RenewTasksChecklistElement.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430198, - "finish": 1774430198.28632, - "duration": 0.286318063735962, + "start": 1774449067, + "finish": 1774449067.78758, + "duration": 0.787580966949463, "processing": 0, - "date_start": "2026-03-25T09:16:38+00:00", - "date_finish": "2026-03-25T09:16:38+00:00", - "operating_reset_at": 1774430798, - "operating": 0 + "date_start": "2026-03-25T17:31:07+03:00", + "date_finish": "2026-03-25T17:31:07+03:00", + "operating_reset_at": 1774449667, + "operating": 0.331470012664795 } } diff --git a/docs/en/results/Bitrix24/RestoreFile.log b/docs/en/results/Bitrix24/RestoreFile.log index 6c2af53e57..4b3219cca5 100644 --- a/docs/en/results/Bitrix24/RestoreFile.log +++ b/docs/en/results/Bitrix24/RestoreFile.log @@ -1,6 +1,6 @@ { "result": { - "ID": "54090", + "ID": "54306", "NAME": "New file name.jpg", "CODE": null, "STORAGE_ID": "3", @@ -8,25 +8,25 @@ "PARENT_ID": "3", "DELETED_TYPE": "0", "GLOBAL_CONTENT_VERSION": "1", - "FILE_ID": "37064", + "FILE_ID": "37216", "SIZE": "805189", - "CREATE_TIME": "2026-03-25T09:16:58+00:00", - "UPDATE_TIME": "2026-03-25T09:17:22+00:00", - "DELETE_TIME": "2026-03-25T09:17:22+00:00", + "CREATE_TIME": "2026-03-25T17:31:38+03:00", + "UPDATE_TIME": "2026-03-25T17:32:08+03:00", + "DELETE_TIME": "2026-03-25T17:32:06+03:00", "CREATED_BY": "1", "UPDATED_BY": "1", "DELETED_BY": "1", - "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=d7b5c369006e9f06006b12e4000000010000077566fd8...", + "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5effc369006e9f06006b12e400000001000007745241c...", "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/New file name.jpg" }, "time": { - "start": 1774430243, - "finish": 1774430243.50707, - "duration": 0.507070064544678, + "start": 1774449129, + "finish": 1774449129.49906, + "duration": 0.499064922332764, "processing": 0, - "date_start": "2026-03-25T09:17:23+00:00", - "date_finish": "2026-03-25T09:17:23+00:00", - "operating_reset_at": 1774430843, + "date_start": "2026-03-25T17:32:09+03:00", + "date_finish": "2026-03-25T17:32:09+03:00", + "operating_reset_at": 1774449729, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/RestoreFolder.log b/docs/en/results/Bitrix24/RestoreFolder.log index b150b3f744..178647ae24 100644 --- a/docs/en/results/Bitrix24/RestoreFolder.log +++ b/docs/en/results/Bitrix24/RestoreFolder.log @@ -1,29 +1,29 @@ { "result": { - "ID": "54096", + "ID": "54312", "NAME": "New catalog", "CODE": null, "STORAGE_ID": "3", "TYPE": "folder", - "REAL_OBJECT_ID": "54096", + "REAL_OBJECT_ID": "54312", "PARENT_ID": "3", "DELETED_TYPE": "0", - "CREATE_TIME": "2026-03-25T09:17:24+00:00", - "UPDATE_TIME": "2026-03-25T09:17:40+00:00", - "DELETE_TIME": "2026-03-25T09:17:39+00:00", + "CREATE_TIME": "2026-03-25T17:32:11+03:00", + "UPDATE_TIME": "2026-03-25T17:32:41+03:00", + "DELETE_TIME": "2026-03-25T17:32:39+03:00", "CREATED_BY": "1", "UPDATED_BY": "1", "DELETED_BY": "1", "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/path/New catalog" }, "time": { - "start": 1774430260, - "finish": 1774430260.44411, - "duration": 0.444111108779907, + "start": 1774449162, + "finish": 1774449162.62651, + "duration": 0.62650990486145, "processing": 0, - "date_start": "2026-03-25T09:17:40+00:00", - "date_finish": "2026-03-25T09:17:40+00:00", - "operating_reset_at": 1774430860, + "date_start": "2026-03-25T17:32:42+03:00", + "date_finish": "2026-03-25T17:32:42+03:00", + "operating_reset_at": 1774449762, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/SendFile.log b/docs/en/results/Bitrix24/SendFile.log index e4f4b08f61..d90555818d 100644 --- a/docs/en/results/Bitrix24/SendFile.log +++ b/docs/en/results/Bitrix24/SendFile.log @@ -1,8 +1,8 @@ { "result": { "FILES": { - "upload54122": { - "id": 54122, + "upload54338": { + "id": 54338, "chatId": "***", "date": {}, "type": "file", @@ -24,10 +24,10 @@ "viewerTypeClass": "BX.Disk.Viewer.UnifiedLinkItem", "viewerSeparateItem": true, "viewerExtension": "disk.viewer.unified-link-item", - "objectId": "54122", + "objectId": "54338", "imChatId": "***", "title": "Imortant doc.docx", - "unifiedLink": "https://b24-ar17wx.bitrix24.by/disk/file/XQst9F8cu2QhbEQ2N8Wm", + "unifiedLink": "https://b24-ar17wx.bitrix24.by/disk/file/7HE2l7oZ0LcWE7VcFo5B", "actions": "[{\"type\":\"download\"},{\"type\":\"copyToMe\",\"text\":\"Сохранить на Диск\",\"action\":\"BXIM.disk.saveToDiskAct..." }, "mediaUrl": { @@ -41,11 +41,11 @@ } }, "DISK_ID": [ - "54122" + "54338" ], "FILE_MODELS": { - "upload54122": { - "id": 54122, + "upload54338": { + "id": 54338, "name": "Imortant doc.docx", "createTime": {}, "updateTime": {}, @@ -53,34 +53,34 @@ "code": null, "xmlId": null, "storageId": 6, - "realObjectId": 54122, - "parentId": 54118, + "realObjectId": 54338, + "parentId": 54334, "deletedType": 0, "createdBy": "1", "updatedBy": "1", "deletedBy": "0", - "uniqueCode": "XQst9F8cu2QhbEQ2N8Wm", + "uniqueCode": "7HE2l7oZ0LcWE7VcFo5B", "typeFile": 4, "globalContentVersion": 2, - "fileId": 37084, + "fileId": 37236, "size": 24071, - "etag": "0107b800c975ae1d504d30587bb58c90", + "etag": "824a3958f017d62742d5ab13347386ce", "links": { - "download": "/bitrix/services/main/ajax.php?action=disk.file.download&SITE_ID=s1&fileId=54122", - "showInGrid": "/bitrix/tools/disk/focus.php?objectId=54122&action=showObjectInGrid&ncc=1" + "download": "/bitrix/services/main/ajax.php?action=disk.file.download&SITE_ID=s1&fileId=54338", + "showInGrid": "/bitrix/tools/disk/focus.php?objectId=54338&action=showObjectInGrid&ncc=1" } } }, - "MESSAGE_ID": 84642 + "MESSAGE_ID": 85162 }, "time": { - "start": 1774430354, - "finish": 1774430354.8382, - "duration": 0.838198900222778, + "start": 1774449300, + "finish": 1774449300.14357, + "duration": 0.143569946289062, "processing": 0, - "date_start": "2026-03-25T09:19:14+00:00", - "date_finish": "2026-03-25T09:19:14+00:00", - "operating_reset_at": 1774430954, + "date_start": "2026-03-25T17:35:00+03:00", + "date_finish": "2026-03-25T17:35:00+03:00", + "operating_reset_at": 1774449900, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/SendMessage.log b/docs/en/results/Bitrix24/SendMessage.log index f07d7703a3..86f45c3e81 100644 --- a/docs/en/results/Bitrix24/SendMessage.log +++ b/docs/en/results/Bitrix24/SendMessage.log @@ -1,13 +1,13 @@ { - "result": 84638, + "result": 85158, "time": { - "start": 1774430343, - "finish": 1774430343.50826, - "duration": 0.50826096534729, + "start": 1774449280, + "finish": 1774449280.45002, + "duration": 0.450018882751465, "processing": 0, - "date_start": "2026-03-25T09:19:03+00:00", - "date_finish": "2026-03-25T09:19:03+00:00", - "operating_reset_at": 1774430943, + "date_start": "2026-03-25T17:34:40+03:00", + "date_finish": "2026-03-25T17:34:40+03:00", + "operating_reset_at": 1774449880, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/SendWritingNotification.log b/docs/en/results/Bitrix24/SendWritingNotification.log index abfe06d743..2510a5949a 100644 --- a/docs/en/results/Bitrix24/SendWritingNotification.log +++ b/docs/en/results/Bitrix24/SendWritingNotification.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430342, - "finish": 1774430342.87445, - "duration": 0.874447107315064, + "start": 1774449278, + "finish": 1774449278.62792, + "duration": 0.62791895866394, "processing": 0, - "date_start": "2026-03-25T09:19:02+00:00", - "date_finish": "2026-03-25T09:19:02+00:00", - "operating_reset_at": 1774430942, + "date_start": "2026-03-25T17:34:38+03:00", + "date_finish": "2026-03-25T17:34:38+03:00", + "operating_reset_at": 1774449878, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/ServerTime.log b/docs/en/results/Bitrix24/ServerTime.log index a0529c5610..3b42acb379 100644 --- a/docs/en/results/Bitrix24/ServerTime.log +++ b/docs/en/results/Bitrix24/ServerTime.log @@ -1,13 +1,13 @@ { - "result": "2026-03-25T09:15:54+00:00", + "result": "2026-03-25T17:29:38+03:00", "time": { - "start": 1774430153, - "finish": 1774430154.01116, - "duration": 1.01115703582764, + "start": 1774448978, + "finish": 1774448978.92388, + "duration": 0.923877000808716, "processing": 0, - "date_start": "2026-03-25T09:15:53+00:00", - "date_finish": "2026-03-25T09:15:54+00:00", - "operating_reset_at": 1774430754, + "date_start": "2026-03-25T17:29:38+03:00", + "date_finish": "2026-03-25T17:29:38+03:00", + "operating_reset_at": 1774449578, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/SetCustomCalendarSettings.log b/docs/en/results/Bitrix24/SetCustomCalendarSettings.log index 1c4c03e8a4..0df956171e 100644 --- a/docs/en/results/Bitrix24/SetCustomCalendarSettings.log +++ b/docs/en/results/Bitrix24/SetCustomCalendarSettings.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430414, - "finish": 1774430414.6, - "duration": 0.599997043609619, + "start": 1774449418, + "finish": 1774449418.10954, + "duration": 0.109543085098267, "processing": 0, - "date_start": "2026-03-25T09:20:14+00:00", - "date_finish": "2026-03-25T09:20:14+00:00", - "operating_reset_at": 1774431014, + "date_start": "2026-03-25T17:36:58+03:00", + "date_finish": "2026-03-25T17:36:58+03:00", + "operating_reset_at": 1774450018, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/SetMessageReaction.log b/docs/en/results/Bitrix24/SetMessageReaction.log index 28aa4e5824..3c32eaba79 100644 --- a/docs/en/results/Bitrix24/SetMessageReaction.log +++ b/docs/en/results/Bitrix24/SetMessageReaction.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430350, - "finish": 1774430350.26812, - "duration": 0.268122911453247, + "start": 1774449290, + "finish": 1774449290.78418, + "duration": 0.784182071685791, "processing": 0, - "date_start": "2026-03-25T09:19:10+00:00", - "date_finish": "2026-03-25T09:19:10+00:00", - "operating_reset_at": 1774430950, + "date_start": "2026-03-25T17:34:50+03:00", + "date_finish": "2026-03-25T17:34:50+03:00", + "operating_reset_at": 1774449890, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/SetUserParticipationStatus.log b/docs/en/results/Bitrix24/SetUserParticipationStatus.log index e5a9efd248..ebcd99a7f1 100644 --- a/docs/en/results/Bitrix24/SetUserParticipationStatus.log +++ b/docs/en/results/Bitrix24/SetUserParticipationStatus.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430407, - "finish": 1774430407.88366, - "duration": 0.883661031723022, + "start": 1774449400, + "finish": 1774449400.88497, + "duration": 0.884973049163818, "processing": 0, - "date_start": "2026-03-25T09:20:07+00:00", - "date_finish": "2026-03-25T09:20:07+00:00", - "operating_reset_at": 1774431007, + "date_start": "2026-03-25T17:36:40+03:00", + "date_finish": "2026-03-25T17:36:40+03:00", + "operating_reset_at": 1774450000, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/SetUserStatus.log b/docs/en/results/Bitrix24/SetUserStatus.log index 644ef4896c..3570141a22 100644 --- a/docs/en/results/Bitrix24/SetUserStatus.log +++ b/docs/en/results/Bitrix24/SetUserStatus.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430277, - "finish": 1774430277.34309, - "duration": 0.343086004257202, + "start": 1774449201, + "finish": 1774449201.56523, + "duration": 0.565232038497925, "processing": 0, - "date_start": "2026-03-25T09:17:57+00:00", - "date_finish": "2026-03-25T09:17:57+00:00", - "operating_reset_at": 1774430877, + "date_start": "2026-03-25T17:33:21+03:00", + "date_finish": "2026-03-25T17:33:21+03:00", + "operating_reset_at": 1774449801, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/StartTask.log b/docs/en/results/Bitrix24/StartTask.log index 92658ba2e5..f2dc537eaa 100644 --- a/docs/en/results/Bitrix24/StartTask.log +++ b/docs/en/results/Bitrix24/StartTask.log @@ -1,7 +1,7 @@ { "result": { "task": { - "id": "10110", + "id": "10150", "parentId": null, "title": "Another task title", "description": "Another task description", @@ -14,19 +14,19 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2026-03-25T09:16:14+00:00", + "createdDate": "2026-03-25T17:30:11+03:00", "responsibleId": "2960", "changedBy": "1", - "changedDate": "2026-03-25T09:16:28+00:00", + "changedDate": "2026-03-25T17:30:44+03:00", "statusChangedBy": "1", "closedBy": "1", "closedDate": null, - "activityDate": "2026-03-25T09:16:28+00:00", - "dateStart": "2026-03-25T09:16:28+00:00", - "deadline": "2026-03-26T09:16:00+00:00", - "startDatePlan": "2026-03-25T09:16:14+00:00", - "endDatePlan": "2026-03-25T21:00:00+00:00", - "guid": "{5256b429-f1c3-4a04-9909-a7c5be172ef4}", + "activityDate": "2026-03-25T17:30:44+03:00", + "dateStart": "2026-03-25T17:30:44+03:00", + "deadline": "2026-03-26T17:30:00+03:00", + "startDatePlan": "2026-03-25T17:30:11+03:00", + "endDatePlan": "2026-03-26T00:00:00+03:00", + "guid": "{7002c55c-b62e-4bb4-ab64-2e0e65ace4bf}", "xmlId": null, "commentsCount": null, "serviceCommentsCount": null, @@ -55,7 +55,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "3", - "statusChangedDate": "2026-03-25T09:16:28+00:00", + "statusChangedDate": "2026-03-25T17:30:44+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -136,13 +136,13 @@ } }, "time": { - "start": 1774430188, - "finish": 1774430188.61903, - "duration": 0.619030952453613, + "start": 1774449044, + "finish": 1774449044.70311, + "duration": 0.7031090259552, "processing": 0, - "date_start": "2026-03-25T09:16:28+00:00", - "date_finish": "2026-03-25T09:16:28+00:00", - "operating_reset_at": 1774430788, - "operating": 0.210892915725708 + "date_start": "2026-03-25T17:30:44+03:00", + "date_finish": "2026-03-25T17:30:44+03:00", + "operating_reset_at": 1774449644, + "operating": 0.145956039428711 } } diff --git a/docs/en/results/Bitrix24/StartWatchingTask.log b/docs/en/results/Bitrix24/StartWatchingTask.log index 2061b77bda..f40e5d6830 100644 --- a/docs/en/results/Bitrix24/StartWatchingTask.log +++ b/docs/en/results/Bitrix24/StartWatchingTask.log @@ -1,7 +1,7 @@ { "result": { "task": { - "id": "10110", + "id": "10150", "parentId": null, "title": "Another task title", "description": "Another task description", @@ -14,19 +14,19 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2026-03-25T09:16:14+00:00", + "createdDate": "2026-03-25T17:30:11+03:00", "responsibleId": "2960", "changedBy": "1", - "changedDate": "2026-03-25T09:16:29+00:00", + "changedDate": "2026-03-25T17:30:46+03:00", "statusChangedBy": "1", "closedBy": "1", "closedDate": null, - "activityDate": "2026-03-25T09:16:28+00:00", - "dateStart": "2026-03-25T09:16:28+00:00", - "deadline": "2026-03-26T09:16:00+00:00", - "startDatePlan": "2026-03-25T09:16:14+00:00", - "endDatePlan": "2026-03-25T21:00:00+00:00", - "guid": "{5256b429-f1c3-4a04-9909-a7c5be172ef4}", + "activityDate": "2026-03-25T17:30:44+03:00", + "dateStart": "2026-03-25T17:30:44+03:00", + "deadline": "2026-03-26T17:30:00+03:00", + "startDatePlan": "2026-03-25T17:30:11+03:00", + "endDatePlan": "2026-03-26T00:00:00+03:00", + "guid": "{7002c55c-b62e-4bb4-ab64-2e0e65ace4bf}", "xmlId": null, "commentsCount": null, "serviceCommentsCount": null, @@ -55,7 +55,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "3", - "statusChangedDate": "2026-03-25T09:16:28+00:00", + "statusChangedDate": "2026-03-25T17:30:44+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -136,13 +136,13 @@ } }, "time": { - "start": 1774430189, - "finish": 1774430189.61442, - "duration": 0.61441707611084, + "start": 1774449046, + "finish": 1774449046.73487, + "duration": 0.734867095947266, "processing": 0, - "date_start": "2026-03-25T09:16:29+00:00", - "date_finish": "2026-03-25T09:16:29+00:00", - "operating_reset_at": 1774430789, - "operating": 0.172900915145874 + "date_start": "2026-03-25T17:30:46+03:00", + "date_finish": "2026-03-25T17:30:46+03:00", + "operating_reset_at": 1774449646, + "operating": 0.149342060089111 } } diff --git a/docs/en/results/Bitrix24/StopWatchingTask.log b/docs/en/results/Bitrix24/StopWatchingTask.log index 27c769165d..da5521e759 100644 --- a/docs/en/results/Bitrix24/StopWatchingTask.log +++ b/docs/en/results/Bitrix24/StopWatchingTask.log @@ -1,7 +1,7 @@ { "result": { "task": { - "id": "10110", + "id": "10150", "parentId": null, "title": "Another task title", "description": "Another task description", @@ -14,19 +14,19 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2026-03-25T09:16:14+00:00", + "createdDate": "2026-03-25T17:30:11+03:00", "responsibleId": "2960", "changedBy": "1", - "changedDate": "2026-03-25T09:16:29+00:00", + "changedDate": "2026-03-25T17:30:46+03:00", "statusChangedBy": "1", "closedBy": "1", "closedDate": null, - "activityDate": "2026-03-25T09:16:28+00:00", - "dateStart": "2026-03-25T09:16:28+00:00", - "deadline": "2026-03-26T09:16:00+00:00", - "startDatePlan": "2026-03-25T09:16:14+00:00", - "endDatePlan": "2026-03-25T21:00:00+00:00", - "guid": "{5256b429-f1c3-4a04-9909-a7c5be172ef4}", + "activityDate": "2026-03-25T17:30:44+03:00", + "dateStart": "2026-03-25T17:30:44+03:00", + "deadline": "2026-03-26T17:30:00+03:00", + "startDatePlan": "2026-03-25T17:30:11+03:00", + "endDatePlan": "2026-03-26T00:00:00+03:00", + "guid": "{7002c55c-b62e-4bb4-ab64-2e0e65ace4bf}", "xmlId": null, "commentsCount": null, "serviceCommentsCount": null, @@ -55,7 +55,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "3", - "statusChangedDate": "2026-03-25T09:16:28+00:00", + "statusChangedDate": "2026-03-25T17:30:44+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -136,13 +136,13 @@ } }, "time": { - "start": 1774430190, - "finish": 1774430190.30718, - "duration": 0.307176113128662, + "start": 1774449048, + "finish": 1774449048.59577, + "duration": 0.595769882202148, "processing": 0, - "date_start": "2026-03-25T09:16:30+00:00", - "date_finish": "2026-03-25T09:16:30+00:00", - "operating_reset_at": 1774430790, + "date_start": "2026-03-25T17:30:48+03:00", + "date_finish": "2026-03-25T17:30:48+03:00", + "operating_reset_at": 1774449648, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/UnmuteTask.log b/docs/en/results/Bitrix24/UnmuteTask.log index 8e6f07dd93..4938438124 100644 --- a/docs/en/results/Bitrix24/UnmuteTask.log +++ b/docs/en/results/Bitrix24/UnmuteTask.log @@ -1,7 +1,7 @@ { "result": { "task": { - "id": "10110", + "id": "10150", "parentId": null, "title": "Another task title", "description": "Another task description", @@ -14,19 +14,19 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2026-03-25T09:16:14+00:00", + "createdDate": "2026-03-25T17:30:11+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2026-03-25T09:16:17+00:00", + "changedDate": "2026-03-25T17:30:18+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2026-03-25T09:16:17+00:00", + "activityDate": "2026-03-25T17:30:18+03:00", "dateStart": null, - "deadline": "2026-03-26T09:16:00+00:00", - "startDatePlan": "2026-03-25T09:16:14+00:00", - "endDatePlan": "2026-03-25T21:00:00+00:00", - "guid": "{5256b429-f1c3-4a04-9909-a7c5be172ef4}", + "deadline": "2026-03-26T17:30:00+03:00", + "startDatePlan": "2026-03-25T17:30:11+03:00", + "endDatePlan": "2026-03-26T00:00:00+03:00", + "guid": "{7002c55c-b62e-4bb4-ab64-2e0e65ace4bf}", "xmlId": null, "commentsCount": null, "serviceCommentsCount": null, @@ -55,7 +55,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2026-03-25T09:16:17+00:00", + "statusChangedDate": "2026-03-25T17:30:18+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -136,13 +136,13 @@ } }, "time": { - "start": 1774430180, - "finish": 1774430180.54865, - "duration": 0.548648118972778, + "start": 1774449024, + "finish": 1774449024.75345, + "duration": 0.7534499168396, "processing": 0, - "date_start": "2026-03-25T09:16:20+00:00", - "date_finish": "2026-03-25T09:16:20+00:00", - "operating_reset_at": 1774430780, + "date_start": "2026-03-25T17:30:24+03:00", + "date_finish": "2026-03-25T17:30:24+03:00", + "operating_reset_at": 1774449624, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/UpdateCalendar.log b/docs/en/results/Bitrix24/UpdateCalendar.log index 063429a063..933030ebaf 100644 --- a/docs/en/results/Bitrix24/UpdateCalendar.log +++ b/docs/en/results/Bitrix24/UpdateCalendar.log @@ -1,13 +1,13 @@ { - "result": 2200, + "result": 2216, "time": { - "start": 1774430404, - "finish": 1774430404.79141, - "duration": 0.791405916213989, + "start": 1774449394, + "finish": 1774449394.78478, + "duration": 0.784780025482178, "processing": 0, - "date_start": "2026-03-25T09:20:04+00:00", - "date_finish": "2026-03-25T09:20:04+00:00", - "operating_reset_at": 1774431004, + "date_start": "2026-03-25T17:36:34+03:00", + "date_finish": "2026-03-25T17:36:34+03:00", + "operating_reset_at": 1774449994, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/UpdateCalendarEvent.log b/docs/en/results/Bitrix24/UpdateCalendarEvent.log index 976d903a15..034c1eadb2 100644 --- a/docs/en/results/Bitrix24/UpdateCalendarEvent.log +++ b/docs/en/results/Bitrix24/UpdateCalendarEvent.log @@ -1,13 +1,13 @@ { - "result": 4148, + "result": 4180, "time": { - "start": 1774430410, - "finish": 1774430411.10152, - "duration": 1.10152101516724, - "processing": 1, - "date_start": "2026-03-25T09:20:10+00:00", - "date_finish": "2026-03-25T09:20:11+00:00", - "operating_reset_at": 1774431010, - "operating": 0.137377977371216 + "start": 1774449408, + "finish": 1774449408.38026, + "duration": 0.38025689125061, + "processing": 0, + "date_start": "2026-03-25T17:36:48+03:00", + "date_finish": "2026-03-25T17:36:48+03:00", + "operating_reset_at": 1774450008, + "operating": 0.159914970397949 } } diff --git a/docs/en/results/Bitrix24/UpdateDeal.log b/docs/en/results/Bitrix24/UpdateDeal.log index 762a885527..5652969eec 100644 --- a/docs/en/results/Bitrix24/UpdateDeal.log +++ b/docs/en/results/Bitrix24/UpdateDeal.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430399, - "finish": 1774430399.73904, - "duration": 0.73904299736023, - "processing": 0, - "date_start": "2026-03-25T09:19:59+00:00", - "date_finish": "2026-03-25T09:19:59+00:00", - "operating_reset_at": 1774430999, - "operating": 0.201475143432617 + "start": 1774449384, + "finish": 1774449385.04871, + "duration": 1.04870891571045, + "processing": 1, + "date_start": "2026-03-25T17:36:24+03:00", + "date_finish": "2026-03-25T17:36:25+03:00", + "operating_reset_at": 1774449984, + "operating": 0.191754102706909 } } diff --git a/docs/en/results/Bitrix24/UpdateDepartment.log b/docs/en/results/Bitrix24/UpdateDepartment.log index a00df11a27..4d92f9472a 100644 --- a/docs/en/results/Bitrix24/UpdateDepartment.log +++ b/docs/en/results/Bitrix24/UpdateDepartment.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430373, - "finish": 1774430373.3703, - "duration": 0.370300054550171, + "start": 1774449336, + "finish": 1774449336.4898, + "duration": 0.489799976348877, "processing": 0, - "date_start": "2026-03-25T09:19:33+00:00", - "date_finish": "2026-03-25T09:19:33+00:00", - "operating_reset_at": 1774430973, - "operating": 0.204376935958862 + "date_start": "2026-03-25T17:35:36+03:00", + "date_finish": "2026-03-25T17:35:36+03:00", + "operating_reset_at": 1774449936, + "operating": 0.211891889572144 } } diff --git a/docs/en/results/Bitrix24/UpdateKanbansStage.log b/docs/en/results/Bitrix24/UpdateKanbansStage.log index 9c81687c5c..1085dfa461 100644 --- a/docs/en/results/Bitrix24/UpdateKanbansStage.log +++ b/docs/en/results/Bitrix24/UpdateKanbansStage.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430266, - "finish": 1774430266.30043, - "duration": 0.300426959991455, + "start": 1774449173, + "finish": 1774449173.95527, + "duration": 0.955267906188965, "processing": 0, - "date_start": "2026-03-25T09:17:46+00:00", - "date_finish": "2026-03-25T09:17:46+00:00", - "operating_reset_at": 1774430866, + "date_start": "2026-03-25T17:32:53+03:00", + "date_finish": "2026-03-25T17:32:53+03:00", + "operating_reset_at": 1774449773, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/UpdateLead.log b/docs/en/results/Bitrix24/UpdateLead.log index 60d9ced4ca..d0d92279be 100644 --- a/docs/en/results/Bitrix24/UpdateLead.log +++ b/docs/en/results/Bitrix24/UpdateLead.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430392, - "finish": 1774430392.60938, - "duration": 0.609375953674316, + "start": 1774449371, + "finish": 1774449371.80772, + "duration": 0.807723999023438, "processing": 0, - "date_start": "2026-03-25T09:19:52+00:00", - "date_finish": "2026-03-25T09:19:52+00:00", - "operating_reset_at": 1774430992, - "operating": 0.147876977920532 + "date_start": "2026-03-25T17:36:11+03:00", + "date_finish": "2026-03-25T17:36:11+03:00", + "operating_reset_at": 1774449971, + "operating": 0.131389856338501 } } diff --git a/docs/en/results/Bitrix24/UpdatePost.log b/docs/en/results/Bitrix24/UpdatePost.log index 6db2a7e546..47f84dbf86 100644 --- a/docs/en/results/Bitrix24/UpdatePost.log +++ b/docs/en/results/Bitrix24/UpdatePost.log @@ -1,13 +1,13 @@ { - "result": 3874, + "result": 3890, "time": { - "start": 1774430166, - "finish": 1774430166.63771, - "duration": 0.637711048126221, + "start": 1774448994, + "finish": 1774448994.5236, + "duration": 0.523605108261108, "processing": 0, - "date_start": "2026-03-25T09:16:06+00:00", - "date_finish": "2026-03-25T09:16:06+00:00", - "operating_reset_at": 1774430766, - "operating": 0.35791015625 + "date_start": "2026-03-25T17:29:54+03:00", + "date_finish": "2026-03-25T17:29:54+03:00", + "operating_reset_at": 1774449594, + "operating": 0.379104137420654 } } diff --git a/docs/en/results/Bitrix24/UpdateTask.log b/docs/en/results/Bitrix24/UpdateTask.log index a7d250976c..17a8ae6f8d 100644 --- a/docs/en/results/Bitrix24/UpdateTask.log +++ b/docs/en/results/Bitrix24/UpdateTask.log @@ -1,7 +1,7 @@ { "result": { "task": { - "id": "10110", + "id": "10150", "parentId": null, "title": "Another task title", "description": "Another task description", @@ -14,19 +14,19 @@ "sprintId": null, "backlogId": null, "createdBy": "1", - "createdDate": "2026-03-25T09:16:14+00:00", + "createdDate": "2026-03-25T17:30:11+03:00", "responsibleId": "1", "changedBy": "1", - "changedDate": "2026-03-25T09:16:17+00:00", + "changedDate": "2026-03-25T17:30:18+03:00", "statusChangedBy": null, "closedBy": null, "closedDate": null, - "activityDate": "2026-03-25T09:16:17+00:00", + "activityDate": "2026-03-25T17:30:18+03:00", "dateStart": null, - "deadline": "2026-03-26T09:16:00+00:00", - "startDatePlan": "2026-03-25T09:16:14+00:00", - "endDatePlan": "2026-03-25T21:00:00+00:00", - "guid": "{5256b429-f1c3-4a04-9909-a7c5be172ef4}", + "deadline": "2026-03-26T17:30:00+03:00", + "startDatePlan": "2026-03-25T17:30:11+03:00", + "endDatePlan": "2026-03-26T00:00:00+03:00", + "guid": "{7002c55c-b62e-4bb4-ab64-2e0e65ace4bf}", "xmlId": null, "commentsCount": null, "serviceCommentsCount": null, @@ -55,7 +55,7 @@ "chatId": "***", "descriptionInBbcode": "Y", "status": "2", - "statusChangedDate": "2026-03-25T09:16:17+00:00", + "statusChangedDate": "2026-03-25T17:30:18+03:00", "durationPlan": null, "durationType": "days", "favorite": "N", @@ -136,13 +136,13 @@ } }, "time": { - "start": 1774430177, - "finish": 1774430177.99531, - "duration": 0.99531102180481, + "start": 1774449018, + "finish": 1774449018.3141, + "duration": 0.314099073410034, "processing": 0, - "date_start": "2026-03-25T09:16:17+00:00", - "date_finish": "2026-03-25T09:16:17+00:00", - "operating_reset_at": 1774430777, - "operating": 0.221920967102051 + "date_start": "2026-03-25T17:30:18+03:00", + "date_finish": "2026-03-25T17:30:18+03:00", + "operating_reset_at": 1774449618, + "operating": 0.221983909606934 } } diff --git a/docs/en/results/Bitrix24/UpdateTaskTimeAccounting.log b/docs/en/results/Bitrix24/UpdateTaskTimeAccounting.log index b4d2c75f28..29dfc6e84a 100644 --- a/docs/en/results/Bitrix24/UpdateTaskTimeAccounting.log +++ b/docs/en/results/Bitrix24/UpdateTaskTimeAccounting.log @@ -1,13 +1,13 @@ { "result": null, "time": { - "start": 1774430272, - "finish": 1774430272.53766, - "duration": 0.537657022476196, + "start": 1774449185, + "finish": 1774449185.95605, + "duration": 0.956047058105469, "processing": 0, - "date_start": "2026-03-25T09:17:52+00:00", - "date_finish": "2026-03-25T09:17:52+00:00", - "operating_reset_at": 1774430872, + "date_start": "2026-03-25T17:33:05+03:00", + "date_finish": "2026-03-25T17:33:05+03:00", + "operating_reset_at": 1774449785, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/UpdateTasksChecklistElement.log b/docs/en/results/Bitrix24/UpdateTasksChecklistElement.log index 44c45ee9b5..85243e0c55 100644 --- a/docs/en/results/Bitrix24/UpdateTasksChecklistElement.log +++ b/docs/en/results/Bitrix24/UpdateTasksChecklistElement.log @@ -1,13 +1,13 @@ { "result": null, "time": { - "start": 1774430195, - "finish": 1774430195.4164, - "duration": 0.416404962539673, + "start": 1774449059, + "finish": 1774449059.90816, + "duration": 0.908162117004394, "processing": 0, - "date_start": "2026-03-25T09:16:35+00:00", - "date_finish": "2026-03-25T09:16:35+00:00", - "operating_reset_at": 1774430795, + "date_start": "2026-03-25T17:30:59+03:00", + "date_finish": "2026-03-25T17:30:59+03:00", + "operating_reset_at": 1774449659, "operating": 0 } } diff --git a/docs/en/results/Bitrix24/UpdateUser.log b/docs/en/results/Bitrix24/UpdateUser.log index c1d1bc96b7..443c82bd46 100644 --- a/docs/en/results/Bitrix24/UpdateUser.log +++ b/docs/en/results/Bitrix24/UpdateUser.log @@ -1,13 +1,13 @@ { "result": true, "time": { - "start": 1774430381, - "finish": 1774430382.07684, - "duration": 1.07683897018433, + "start": 1774449352, + "finish": 1774449353.01609, + "duration": 1.01609396934509, "processing": 1, - "date_start": "2026-03-25T09:19:41+00:00", - "date_finish": "2026-03-25T09:19:42+00:00", - "operating_reset_at": 1774430981, - "operating": 0.176596879959106 + "date_start": "2026-03-25T17:35:52+03:00", + "date_finish": "2026-03-25T17:35:53+03:00", + "operating_reset_at": 1774449952, + "operating": 0.178508996963501 } } diff --git a/docs/en/results/Bitrix24/UploadFileToFolder.log b/docs/en/results/Bitrix24/UploadFileToFolder.log index ab163e2ec5..88589f3eea 100644 --- a/docs/en/results/Bitrix24/UploadFileToFolder.log +++ b/docs/en/results/Bitrix24/UploadFileToFolder.log @@ -1,22 +1,22 @@ { "result": { - "ID": 54108, + "ID": 54324, "NAME": "Picture1.jpg", "CODE": null, "STORAGE_ID": "3", "TYPE": "file", - "PARENT_ID": "54096", + "PARENT_ID": "54312", "DELETED_TYPE": 0, "GLOBAL_CONTENT_VERSION": 1, - "FILE_ID": 37070, + "FILE_ID": 37222, "SIZE": "805191", - "CREATE_TIME": "2026-03-25T09:17:35+00:00", - "UPDATE_TIME": "2026-03-25T09:17:35+00:00", + "CREATE_TIME": "2026-03-25T17:32:28+03:00", + "UPDATE_TIME": "2026-03-25T17:32:28+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", "DELETED_BY": null, - "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=d7b5c369006e9f06006b12e4000000010000077566fd8...", + "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5effc369006e9f06006b12e400000001000007745241c...", "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/New catalog/Picture1.jpg" } } diff --git a/docs/en/results/Bitrix24/UploadFileToStorage.log b/docs/en/results/Bitrix24/UploadFileToStorage.log index 93866030fa..e33a7ef8c8 100644 --- a/docs/en/results/Bitrix24/UploadFileToStorage.log +++ b/docs/en/results/Bitrix24/UploadFileToStorage.log @@ -1,6 +1,6 @@ { "result": { - "ID": 54090, + "ID": 54306, "NAME": "Picture1.jpg", "CODE": null, "STORAGE_ID": "3", @@ -8,25 +8,25 @@ "PARENT_ID": "3", "DELETED_TYPE": 0, "GLOBAL_CONTENT_VERSION": 1, - "FILE_ID": 37064, + "FILE_ID": 37216, "SIZE": "805189", - "CREATE_TIME": "2026-03-25T09:16:58+00:00", - "UPDATE_TIME": "2026-03-25T09:16:58+00:00", + "CREATE_TIME": "2026-03-25T17:31:38+03:00", + "UPDATE_TIME": "2026-03-25T17:31:38+03:00", "DELETE_TIME": null, "CREATED_BY": "1", "UPDATED_BY": "1", "DELETED_BY": null, - "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=d7b5c369006e9f06006b12e4000000010000077566fd8...", + "DOWNLOAD_URL": "https://b24-ar17wx.bitrix24.by/rest/download.json?auth=5effc369006e9f06006b12e400000001000007745241c...", "DETAIL_URL": "https://b24-ar17wx.bitrix24.by/docs/file/Picture1.jpg" }, "time": { - "start": 1774430218, - "finish": 1774430218.5779, - "duration": 0.577894926071167, - "processing": 0, - "date_start": "2026-03-25T09:16:58+00:00", - "date_finish": "2026-03-25T09:16:58+00:00", - "operating_reset_at": 1774430818, - "operating": 0.394958972930908 + "start": 1774449097, + "finish": 1774449098.15947, + "duration": 1.15947198867798, + "processing": 1, + "date_start": "2026-03-25T17:31:37+03:00", + "date_finish": "2026-03-25T17:31:38+03:00", + "operating_reset_at": 1774449697, + "operating": 0.268471002578735 } } diff --git a/docs/en/results/CDEK/CreateBarcode.log b/docs/en/results/CDEK/CreateBarcode.log index 05e2671f8f..334a628a8f 100644 --- a/docs/en/results/CDEK/CreateBarcode.log +++ b/docs/en/results/CDEK/CreateBarcode.log @@ -1,12 +1,12 @@ { "entity": { - "uuid": "ceebd0f7-c2a2-4a27-b13d-936d43d2c7db" + "uuid": "453bcf47-4cf0-4790-8817-0cdc0eab2b58" }, "requests": [ { - "request_uuid": "79367236-01cc-4469-b134-dea399f3af70", + "request_uuid": "4002b449-be24-48f6-b4e8-64c59e45d5ea", "type": "CREATE", - "date_time": "2026-03-25T09:22:51+00:00", + "date_time": "2026-03-25T17:40:19+03:00", "state": "ACCEPTED" } ], diff --git a/docs/en/results/CDEK/CreateCourierInvitation.log b/docs/en/results/CDEK/CreateCourierInvitation.log index 95b51fb76b..24901357cf 100644 --- a/docs/en/results/CDEK/CreateCourierInvitation.log +++ b/docs/en/results/CDEK/CreateCourierInvitation.log @@ -1,12 +1,12 @@ { "entity": { - "uuid": "2a3bc0f6-b91e-473a-a7d5-9b24c5fdd56e" + "uuid": "a10b45a1-4ae3-4905-b30e-9c6b8415ede3" }, "requests": [ { - "request_uuid": "e74f38bd-62cf-4354-906c-3f8675e18a6f", + "request_uuid": "3a0fe92d-337c-452a-b9ef-c4eab391ecde", "type": "CREATE", - "date_time": "2026-03-25T09:23:37+00:00", + "date_time": "2026-03-25T17:41:16+03:00", "state": "ACCEPTED" } ], diff --git a/docs/en/results/CDEK/CreateCustomerRefund.log b/docs/en/results/CDEK/CreateCustomerRefund.log index eae1b79951..99c6b56bda 100644 --- a/docs/en/results/CDEK/CreateCustomerRefund.log +++ b/docs/en/results/CDEK/CreateCustomerRefund.log @@ -1,12 +1,12 @@ { "entity": { - "uuid": "982ad73b-6f44-41f4-a839-03b4ec3b9c51" + "uuid": "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" }, "requests": [ { - "request_uuid": "b43af671-fc59-43d6-aada-ea6df9b74278", + "request_uuid": "080fbd68-1106-4ea8-9519-0bebb6192566", "type": "CREATE_CLIENT_RETURN", - "date_time": "2026-03-06T18:30:20+03:00", + "date_time": "2026-03-25T17:40:47+03:00", "state": "ACCEPTED" } ], diff --git a/docs/en/results/CDEK/CreateOrder.log b/docs/en/results/CDEK/CreateOrder.log index 773ee0651a..71df74ee72 100644 --- a/docs/en/results/CDEK/CreateOrder.log +++ b/docs/en/results/CDEK/CreateOrder.log @@ -1,12 +1,12 @@ { "entity": { - "uuid": "7457e82b-7b19-45c2-ac43-e9d260c57f6e" + "uuid": "bb23ee55-cba8-464f-870f-e8a490668e85" }, "requests": [ { - "request_uuid": "26c8e156-747a-4837-bde4-d7cf1bb26469", + "request_uuid": "82d59dba-7e1f-4ff8-a760-fb96f42e594d", "type": "CREATE", - "date_time": "2026-03-25T09:23:15+00:00", + "date_time": "2026-03-25T17:40:53+03:00", "state": "ACCEPTED" } ], diff --git a/docs/en/results/CDEK/CreatePrealert.log b/docs/en/results/CDEK/CreatePrealert.log index ba58cb7832..feb1399953 100644 --- a/docs/en/results/CDEK/CreatePrealert.log +++ b/docs/en/results/CDEK/CreatePrealert.log @@ -1,12 +1,12 @@ { "entity": { - "uuid": "e910cb69-9444-4137-b8f3-878bcb207bf4" + "uuid": "52cafb68-c811-41da-8638-2c6dfd35dc5f" }, "requests": [ { - "request_uuid": "f5007f35-b28b-499d-81f9-c8aa1f11c953", + "request_uuid": "ab6b7561-39ef-4b7f-8d15-9f6c4db6710c", "type": "CREATE", - "date_time": "2026-03-25T09:22:52+00:00", + "date_time": "2026-03-25T17:40:20+03:00", "state": "ACCEPTED" } ], diff --git a/docs/en/results/CDEK/CreateReceipt.log b/docs/en/results/CDEK/CreateReceipt.log index f99a273c01..0b70977f3f 100644 --- a/docs/en/results/CDEK/CreateReceipt.log +++ b/docs/en/results/CDEK/CreateReceipt.log @@ -1,12 +1,12 @@ { "entity": { - "uuid": "d1b233fe-74d6-4a64-adb9-4370528375ff" + "uuid": "1a1520a5-4a17-4098-8659-d766033fdebd" }, "requests": [ { - "request_uuid": "eafdd86a-2268-4a7e-9ee0-480d1d567904", + "request_uuid": "ff89cd13-3d2d-44fc-acc0-adb9f293da3d", "type": "CREATE", - "date_time": "2026-03-25T09:22:51+00:00", + "date_time": "2026-03-25T17:40:17+03:00", "state": "ACCEPTED" } ], diff --git a/docs/en/results/CDEK/CreateRefusal.log b/docs/en/results/CDEK/CreateRefusal.log index d1a01027ec..ee68f3ad5a 100644 --- a/docs/en/results/CDEK/CreateRefusal.log +++ b/docs/en/results/CDEK/CreateRefusal.log @@ -1,12 +1,12 @@ { "entity": { - "uuid": "982ad73b-6f44-41f4-a839-03b4ec3b9c51" + "uuid": "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" }, "requests": [ { - "request_uuid": "d1833fc9-6be6-4978-aabe-ebb05a5e2058", + "request_uuid": "756c1261-2f0e-4e68-9513-6ffe6a8e9066", "type": "CREATE_REFUSAL", - "date_time": "2026-03-06T18:30:21+03:00", + "date_time": "2026-03-25T17:40:49+03:00", "state": "ACCEPTED" } ], diff --git a/docs/en/results/CDEK/DeleteOrder.log b/docs/en/results/CDEK/DeleteOrder.log index b95a0bb938..b65be7e3a0 100644 --- a/docs/en/results/CDEK/DeleteOrder.log +++ b/docs/en/results/CDEK/DeleteOrder.log @@ -1,12 +1,12 @@ { "entity": { - "uuid": "92c4135e-b63a-46f6-9675-f249fedcf3db" + "uuid": "bb23ee55-cba8-464f-870f-e8a490668e85" }, "requests": [ { - "request_uuid": "44adbf04-e085-4853-92c7-a611080a5e9a", + "request_uuid": "6aecf74c-e247-4dff-8974-93be3586cd79", "type": "DELETE", - "date_time": "2026-03-06T18:31:16+03:00", + "date_time": "2026-03-25T17:41:49+03:00", "state": "ACCEPTED" } ], diff --git a/docs/en/results/CDEK/GetAvailableDeliveryIntervals.log b/docs/en/results/CDEK/GetAvailableDeliveryIntervals.log index 95c8d753f2..3786bd90fe 100644 --- a/docs/en/results/CDEK/GetAvailableDeliveryIntervals.log +++ b/docs/en/results/CDEK/GetAvailableDeliveryIntervals.log @@ -1,7 +1,7 @@ { "date_intervals": [ { - "date": "2026-03-11", + "date": "2026-04-01", "time_intervals": [ { "start_time": "09:00:00", diff --git a/docs/en/results/CDEK/GetBarcode.log b/docs/en/results/CDEK/GetBarcode.log index 3f727bcfba..9c7d87918b 100644 --- a/docs/en/results/CDEK/GetBarcode.log +++ b/docs/en/results/CDEK/GetBarcode.log @@ -1,9 +1,9 @@ { "entity": { - "uuid": "26d3d55b-3845-4a66-aed9-c08beec65912", + "uuid": "453bcf47-4cf0-4790-8817-0cdc0eab2b58", "orders": [ { - "order_uuid": "f5d899b2-1af6-4b26-868e-2bae4c34ff94" + "order_uuid": "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" } ], "copy_count": 1, @@ -13,34 +13,16 @@ { "code": "ACCEPTED", "name": "Принят", - "date_time": "2026-03-25T06:46:11+00:00" - }, - { - "code": "INVALID", - "name": "Некорректный запрос", - "date_time": "2026-03-25T06:46:12+00:00" + "date_time": "2026-03-25T17:40:19+03:00" } ] }, "requests": [ { - "request_uuid": "4aa6d37f-244c-40da-a282-82f3716adf17", + "request_uuid": "4002b449-be24-48f6-b4e8-64c59e45d5ea", "type": "CREATE", - "date_time": "2026-03-25T06:46:11+00:00", - "state": "INVALID", - "errors": [ - { - "code": "v2_orders_number_is_empty", - "additional_code": "0x1E0EBE20", - "message": "Entity is empty. All orders are incorrect" - } - ], - "warnings": [ - { - "code": "v2_order_invalid", - "message": "Order is invalid f5d899b2-1af6-4b26-868e-2bae4c34ff94" - } - ] + "date_time": "2026-03-25T17:40:19+03:00", + "state": "ACCEPTED" } ], "related_entities": [] diff --git a/docs/en/results/CDEK/GetCourierInvitation.log b/docs/en/results/CDEK/GetCourierInvitation.log index 214f04c9ff..9036d76910 100644 --- a/docs/en/results/CDEK/GetCourierInvitation.log +++ b/docs/en/results/CDEK/GetCourierInvitation.log @@ -1,9 +1,10 @@ { "entity": { - "uuid": "4bd78bea-7418-472c-be7e-7d02565ca426", - "cdek_number": "1107010123", - "order_uuid": "531fb9b2-39ba-42e6-8dd4-d6bd607b3684", - "intake_date": "2026-03-07", + "uuid": "a10b45a1-4ae3-4905-b30e-9c6b8415ede3", + "cdek_number": "1107123271", + "order_uuid": "d3f0387b-aa97-4de7-b113-6258b8c1932a", + "intake_date": "2026-03-26", + "intake_number": "13311489", "intake_time_from": "10:00", "intake_time_to": "17:00", "name": "Consolidated cargo", @@ -14,8 +15,12 @@ "comment": "Comment to courier", "sender": { "company": "Company", - "name": "Ivaniv Ivan", + "name": "Company", + "contragent_type": "LEGAL_ENTITY", "phones": [ + { + "number": "79589441654" + }, { "number": "+79589441654" } @@ -36,17 +41,40 @@ "latitude": 55.75222, "address": "st. Bluchera, 32" }, + "to_location": { + "code": 44, + "city_uuid": "7e8f36ba-d937-4ce4-8d53-e44177db6469", + "city": "Москва", + "country_code": "RU", + "country": "Россия", + "region": "Москва", + "region_code": 81, + "longitude": 37.831928, + "latitude": 55.644399, + "address": "Россия, Москва, Москва, ул. Энергетиков, 22 корп. 2", + "postal_code": "140091" + }, "need_call": false, "statuses": [ + { + "code": "READY_FOR_APPOINTMENT", + "name": "Готова к назначению", + "date_time": "2026-03-25T17:41:21+03:00" + }, + { + "code": "CREATED", + "name": "Создан", + "date_time": "2026-03-25T17:41:20+03:00" + }, { "code": "ACCEPTED", "name": "Принят", - "date_time": "2026-03-06T18:30:51+03:00" + "date_time": "2026-03-25T17:41:20+03:00" } ], "packages": [ { - "package_id": "f2c9d2a3-5322-478a-a64c-1069e29af4bf", + "package_id": "bfef8309-144f-41b9-a4c6-0a9b11fd6388", "weight": 1000, "length": 10, "width": "***", @@ -56,10 +84,10 @@ }, "requests": [ { - "request_uuid": "92d280b6-b88c-4936-9ebb-8c64563cbbe3", + "request_uuid": "3a0fe92d-337c-452a-b9ef-c4eab391ecde", "type": "CREATE", - "date_time": "2026-03-06T18:30:47+03:00", - "state": "ACCEPTED" + "date_time": "2026-03-25T17:41:16+03:00", + "state": "SUCCESSFUL" } ] } diff --git a/docs/en/results/CDEK/GetDeliveryAppointment.log b/docs/en/results/CDEK/GetDeliveryAppointment.log index f905d84286..585d8ee17a 100644 --- a/docs/en/results/CDEK/GetDeliveryAppointment.log +++ b/docs/en/results/CDEK/GetDeliveryAppointment.log @@ -1,8 +1,8 @@ { "entity": { "cdek_number": "1106207236", - "order_uuid": "92c4135e-b63a-46f6-9675-f249fedcf3db", - "date": "2026-03-20", + "order_uuid": "bb23ee55-cba8-464f-870f-e8a490668e85", + "date": "2026-04-08", "time_from": "10:00", "time_to": "17:00", "comment": "Group office", @@ -19,30 +19,30 @@ "address": "st. Bluchera, 33", "postal_code": "109004" }, - "uuid": "f1342ade-e55e-47e1-be91-96cfbc6e28e4", + "uuid": "b470781e-2a8c-4357-a7e9-58a0f3ee3915", "statuses": [ { "code": "INVALID", "name": "Некорректна", - "date_time": "2026-03-06T18:30:55+03:00" + "date_time": "2026-03-25T17:41:27+03:00" }, { "code": "ACCEPTED", "name": "Принята", - "date_time": "2026-03-06T18:30:54+03:00" + "date_time": "2026-03-25T17:41:26+03:00" } ] }, "requests": [ { - "request_uuid": "9ac22af7-79a3-4986-957b-0a0bef345c75", + "request_uuid": "13bdf31c-8750-4bef-a5a4-988f5891d191", "type": "CREATE", - "date_time": "2026-03-06T18:30:54+03:00", + "date_time": "2026-03-25T17:41:26+03:00", "state": "INVALID", "errors": [ { "code": "delivery_date_too_late", - "message": "Указанная дата доставки не может быть позднее 2026-03-17" + "message": "Указанная дата доставки не может быть позднее 2026-04-06" } ] } diff --git a/docs/en/results/CDEK/GetDeliveryCashTransfers.log b/docs/en/results/CDEK/GetDeliveryCashTransfers.log index eaab7e90e6..3682a5f47b 100644 --- a/docs/en/results/CDEK/GetDeliveryCashTransfers.log +++ b/docs/en/results/CDEK/GetDeliveryCashTransfers.log @@ -1,5 +1,5 @@ { - "timestamp": "2026-03-25T09:22:24.956+00:00", + "timestamp": "2026-03-25T17:39:44.989+03:00", "status": 404, "error": "Not Found", "path": "/v2/payment" diff --git a/docs/en/results/CDEK/GetOrder.log b/docs/en/results/CDEK/GetOrder.log index 5c00344cba..2a08788c87 100644 --- a/docs/en/results/CDEK/GetOrder.log +++ b/docs/en/results/CDEK/GetOrder.log @@ -1,85 +1,168 @@ { "entity": { - "uuid": "f31c1a19-bc49-4972-8684-68cc95ad28fa", + "uuid": "a42bcd3c-e156-4681-8d4d-3a158eabcf3f", "type": 1, - "number": "176a62eb-4e29-4a52-ac15-b7e06ee21955", + "is_return": false, + "is_reverse": false, + "cdek_number": "1107123269", + "number": "3fa50312-e9f0-4e0b-9833-506f8299fa51", "tariff_code": 139, "comment": "New order", + "items_cost_currency": "RUB", + "recipient_currency": "RUB", "delivery_recipient_cost": { - "value": 50 + "value": 50, + "vat_sum": 0 }, "delivery_recipient_cost_adv": [ { "threshold": 200, - "sum": 3000 + "sum": 3000, + "vat_sum": 0 } ], "sender": { - "name": "Petrov Petr" + "company": "Тестирование Интеграции ИМ", + "name": "Petrov Petr", + "contragent_type": "LEGAL_ENTITY", + "phones": [ + { + "number": "79529287654" + } + ], + "passport_requirements_satisfied": "***" + }, + "seller": { + "name": "Тестирование Интеграции ИМ" }, "recipient": { + "company": "Ivaniv Ivan", "name": "Ivaniv Ivan", "phones": [ { - "number": "+79134637228" + "number": "79134637228" } - ] + ], + "passport_requirements_satisfied": "***" }, "from_location": { "code": 44, - "city": "Moscow", + "city_uuid": "7e8f36ba-d937-4ce4-8d53-e44177db6469", + "city": "Москва", + "fias_guid": "0c5b2444-70a0-4932-980c-b4dc0d3f02b5", + "country_code": "RU", + "country": "Россия", + "region": "Москва", + "region_code": 81, + "sub_region": "Москва", + "longitude": 37.61556, + "latitude": 55.75222, "address": "Ave. Leningradsky, 4" }, "to_location": { "code": 270, - "city": "Novosibirsk", + "city_uuid": "4e938d63-e189-454d-bb5c-54bfb2f1e4e2", + "city": "Новосибирск", + "kladr_code": "5400000100000", + "country_code": "RU", + "country": "Россия", + "region": "Новосибирская область", + "region_code": 23, + "sub_region": "городской округ Новосибирск", + "longitude": 82.906928, + "latitude": 55.028739, "address": "st. Bluchera, 32" }, "services": [ { "code": "SECURE_PACKAGE_A2", - "parameter": "10" + "parameter": "10", + "sum": 500, + "total_sum": 600, + "discount_percent": 0, + "discount_sum": 0, + "vat_rate": 20, + "vat_sum": 100 + }, + { + "code": "INSURANCE", + "parameter": "600.00", + "sum": 4.5, + "total_sum": 5.4, + "discount_percent": 0, + "discount_sum": 0, + "vat_rate": 20, + "vat_sum": 0.9 } ], "packages": [ { "number": "bar-001", + "barcode": "000001806564", "weight": 4000, "length": 10, "width": "***", + "weight_volume": 200, + "weight_calc": 4000, "height": 10, - "comment": "Packaging", + "comment": "приложена опись", "items": [ { "name": "Product", "ware_key": "***", "payment": { - "value": 3000 + "value": 3000, + "vat_sum": 0 }, "weight": 700, + "weight_gross": 700, "amount": 2, + "delivery_amount": 0, "url": "www.item.ru", + "return_item_detail": {}, + "excise": false, "cost": 300 } - ] + ], + "package_id": "d94b37a9-77be-423d-8380-6eade9ddbb7b" } ], "statuses": [ + { + "code": "CREATED", + "name": "Создан", + "date_time": "2026-03-25T17:39:52+03:00", + "city": "Офис СДЭК", + "deleted": false + }, { "code": "ACCEPTED", "name": "Принят", - "date_time": "2026-03-25T09:22:28+00:00", + "date_time": "2026-03-25T17:39:51+03:00", "city": "Офис СДЭК", "deleted": false } - ] + ], + "is_client_return": "***", + "delivery_mode": "1", + "has_reverse_order": false, + "delivery_detail": { + "delivery_sum": 1315, + "total_sum": 2183.4, + "payment_info": [], + "delivery_vat_rate": 20, + "delivery_vat_sum": 263, + "delivery_discount_percent": 0, + "delivery_discount_sum": 0 + }, + "calls": {} }, "requests": [ { - "request_uuid": "f9a1cbf3-1965-4c7c-9588-22aaaaf7ae0c", + "request_uuid": "976822e5-fbde-43c6-8939-4060627cdefc", "type": "CREATE", - "date_time": "2026-03-25T09:22:28+00:00", - "state": "ACCEPTED" + "date_time": "2026-03-25T17:39:52+03:00", + "state": "SUCCESSFUL" } ], "related_entities": [] diff --git a/docs/en/results/CDEK/GetOrderByNumber.log b/docs/en/results/CDEK/GetOrderByNumber.log index 5c00344cba..2a08788c87 100644 --- a/docs/en/results/CDEK/GetOrderByNumber.log +++ b/docs/en/results/CDEK/GetOrderByNumber.log @@ -1,85 +1,168 @@ { "entity": { - "uuid": "f31c1a19-bc49-4972-8684-68cc95ad28fa", + "uuid": "a42bcd3c-e156-4681-8d4d-3a158eabcf3f", "type": 1, - "number": "176a62eb-4e29-4a52-ac15-b7e06ee21955", + "is_return": false, + "is_reverse": false, + "cdek_number": "1107123269", + "number": "3fa50312-e9f0-4e0b-9833-506f8299fa51", "tariff_code": 139, "comment": "New order", + "items_cost_currency": "RUB", + "recipient_currency": "RUB", "delivery_recipient_cost": { - "value": 50 + "value": 50, + "vat_sum": 0 }, "delivery_recipient_cost_adv": [ { "threshold": 200, - "sum": 3000 + "sum": 3000, + "vat_sum": 0 } ], "sender": { - "name": "Petrov Petr" + "company": "Тестирование Интеграции ИМ", + "name": "Petrov Petr", + "contragent_type": "LEGAL_ENTITY", + "phones": [ + { + "number": "79529287654" + } + ], + "passport_requirements_satisfied": "***" + }, + "seller": { + "name": "Тестирование Интеграции ИМ" }, "recipient": { + "company": "Ivaniv Ivan", "name": "Ivaniv Ivan", "phones": [ { - "number": "+79134637228" + "number": "79134637228" } - ] + ], + "passport_requirements_satisfied": "***" }, "from_location": { "code": 44, - "city": "Moscow", + "city_uuid": "7e8f36ba-d937-4ce4-8d53-e44177db6469", + "city": "Москва", + "fias_guid": "0c5b2444-70a0-4932-980c-b4dc0d3f02b5", + "country_code": "RU", + "country": "Россия", + "region": "Москва", + "region_code": 81, + "sub_region": "Москва", + "longitude": 37.61556, + "latitude": 55.75222, "address": "Ave. Leningradsky, 4" }, "to_location": { "code": 270, - "city": "Novosibirsk", + "city_uuid": "4e938d63-e189-454d-bb5c-54bfb2f1e4e2", + "city": "Новосибирск", + "kladr_code": "5400000100000", + "country_code": "RU", + "country": "Россия", + "region": "Новосибирская область", + "region_code": 23, + "sub_region": "городской округ Новосибирск", + "longitude": 82.906928, + "latitude": 55.028739, "address": "st. Bluchera, 32" }, "services": [ { "code": "SECURE_PACKAGE_A2", - "parameter": "10" + "parameter": "10", + "sum": 500, + "total_sum": 600, + "discount_percent": 0, + "discount_sum": 0, + "vat_rate": 20, + "vat_sum": 100 + }, + { + "code": "INSURANCE", + "parameter": "600.00", + "sum": 4.5, + "total_sum": 5.4, + "discount_percent": 0, + "discount_sum": 0, + "vat_rate": 20, + "vat_sum": 0.9 } ], "packages": [ { "number": "bar-001", + "barcode": "000001806564", "weight": 4000, "length": 10, "width": "***", + "weight_volume": 200, + "weight_calc": 4000, "height": 10, - "comment": "Packaging", + "comment": "приложена опись", "items": [ { "name": "Product", "ware_key": "***", "payment": { - "value": 3000 + "value": 3000, + "vat_sum": 0 }, "weight": 700, + "weight_gross": 700, "amount": 2, + "delivery_amount": 0, "url": "www.item.ru", + "return_item_detail": {}, + "excise": false, "cost": 300 } - ] + ], + "package_id": "d94b37a9-77be-423d-8380-6eade9ddbb7b" } ], "statuses": [ + { + "code": "CREATED", + "name": "Создан", + "date_time": "2026-03-25T17:39:52+03:00", + "city": "Офис СДЭК", + "deleted": false + }, { "code": "ACCEPTED", "name": "Принят", - "date_time": "2026-03-25T09:22:28+00:00", + "date_time": "2026-03-25T17:39:51+03:00", "city": "Офис СДЭК", "deleted": false } - ] + ], + "is_client_return": "***", + "delivery_mode": "1", + "has_reverse_order": false, + "delivery_detail": { + "delivery_sum": 1315, + "total_sum": 2183.4, + "payment_info": [], + "delivery_vat_rate": 20, + "delivery_vat_sum": 263, + "delivery_discount_percent": 0, + "delivery_discount_sum": 0 + }, + "calls": {} }, "requests": [ { - "request_uuid": "f9a1cbf3-1965-4c7c-9588-22aaaaf7ae0c", + "request_uuid": "976822e5-fbde-43c6-8939-4060627cdefc", "type": "CREATE", - "date_time": "2026-03-25T09:22:28+00:00", - "state": "ACCEPTED" + "date_time": "2026-03-25T17:39:52+03:00", + "state": "SUCCESSFUL" } ], "related_entities": [] diff --git a/docs/en/results/CDEK/GetPassportDataStatus.log b/docs/en/results/CDEK/GetPassportDataStatus.log index f5edf4eace..ff2dba7115 100644 --- a/docs/en/results/CDEK/GetPassportDataStatus.log +++ b/docs/en/results/CDEK/GetPassportDataStatus.log @@ -1,8 +1,8 @@ { "orders": [ { - "order_uuid": "982ad73b-6f44-41f4-a839-03b4ec3b9c51", - "cdek_number": 1107010119, + "order_uuid": "a42bcd3c-e156-4681-8d4d-3a158eabcf3f", + "cdek_number": 1107123269, "passport": [ { "client": "***", diff --git a/docs/en/results/CDEK/GetPrealert.log b/docs/en/results/CDEK/GetPrealert.log index 3899764350..67d72524ec 100644 --- a/docs/en/results/CDEK/GetPrealert.log +++ b/docs/en/results/CDEK/GetPrealert.log @@ -1,18 +1,18 @@ { "entity": { - "planned_date": "2026-03-07T21:29:55+03:00", + "planned_date": "2026-03-26T20:40:18+03:00", "shipment_point": "NSK27", "orders": [ { - "order_uuid": "982ad73b-6f44-41f4-a839-03b4ec3b9c51" + "order_uuid": "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" } ] }, "requests": [ { - "request_uuid": "ecfdf439-0c05-432e-8910-576fe44b2a96", + "request_uuid": "ab6b7561-39ef-4b7f-8d15-9f6c4db6710c", "type": "CREATE", - "date_time": "2026-03-06T18:29:55+03:00", + "date_time": "2026-03-25T17:40:20+03:00", "state": "ACCEPTED" } ], diff --git a/docs/en/results/CDEK/GetReceipt.log b/docs/en/results/CDEK/GetReceipt.log index d52c4a62a2..2a5a923dcc 100644 --- a/docs/en/results/CDEK/GetReceipt.log +++ b/docs/en/results/CDEK/GetReceipt.log @@ -1,9 +1,9 @@ { "entity": { - "uuid": "17c4440c-8463-490b-b224-498e402eb593", + "uuid": "1a1520a5-4a17-4098-8659-d766033fdebd", "orders": [ { - "order_uuid": "f5d899b2-1af6-4b26-868e-2bae4c34ff94" + "order_uuid": "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" } ], "copy_count": 1, @@ -12,33 +12,16 @@ { "code": "ACCEPTED", "name": "Принят", - "date_time": "2026-03-25T06:46:10+00:00" - }, - { - "code": "INVALID", - "name": "Некорректный запрос", - "date_time": "2026-03-25T06:46:11+00:00" + "date_time": "2026-03-25T17:40:17+03:00" } ] }, "requests": [ { - "request_uuid": "ff4c1060-d6d7-4341-856c-543bed648527", + "request_uuid": "ff89cd13-3d2d-44fc-acc0-adb9f293da3d", "type": "CREATE", - "date_time": "2026-03-25T06:46:10+00:00", - "state": "INVALID", - "errors": [ - { - "code": "v2_orders_number_is_empty", - "message": "Entity is empty. All orders are incorrect" - } - ], - "warnings": [ - { - "code": "v2_order_invalid", - "message": "Order is invalid f5d899b2-1af6-4b26-868e-2bae4c34ff94" - } - ] + "date_time": "2026-03-25T17:40:17+03:00", + "state": "ACCEPTED" } ], "related_entities": [] diff --git a/docs/en/results/CDEK/GetToken.log b/docs/en/results/CDEK/GetToken.log index 92bd2fe0b1..9cfb8e44fd 100644 --- a/docs/en/results/CDEK/GetToken.log +++ b/docs/en/results/CDEK/GetToken.log @@ -3,5 +3,5 @@ "token_type": "***", "expires_in": 3599, "scope": "location:all order:all payment:all", - "jti": "E2CwF2SRtMWVuYE4nir8gibRmxA" + "jti": "VERlgiAQfR9PPsyDPAAHky6QB0Y" } diff --git a/docs/en/results/CDEK/RegisterDeliveryAppointment.log b/docs/en/results/CDEK/RegisterDeliveryAppointment.log index 9dd316a3ee..ea37530fd9 100644 --- a/docs/en/results/CDEK/RegisterDeliveryAppointment.log +++ b/docs/en/results/CDEK/RegisterDeliveryAppointment.log @@ -1,12 +1,12 @@ { "entity": { - "uuid": "f1342ade-e55e-47e1-be91-96cfbc6e28e4" + "uuid": "b470781e-2a8c-4357-a7e9-58a0f3ee3915" }, "requests": [ { - "request_uuid": "9ac22af7-79a3-4986-957b-0a0bef345c75", + "request_uuid": "13bdf31c-8750-4bef-a5a4-988f5891d191", "type": "CREATE", - "date_time": "2026-03-06T18:30:54+03:00", + "date_time": "2026-03-25T17:41:26+03:00", "state": "ACCEPTED" } ], diff --git a/docs/en/results/CDEK/UpdateOrder.log b/docs/en/results/CDEK/UpdateOrder.log index cb72cdfa4f..2fa593273a 100644 --- a/docs/en/results/CDEK/UpdateOrder.log +++ b/docs/en/results/CDEK/UpdateOrder.log @@ -1,12 +1,12 @@ { "entity": { - "uuid": "982ad73b-6f44-41f4-a839-03b4ec3b9c51" + "uuid": "a42bcd3c-e156-4681-8d4d-3a158eabcf3f" }, "requests": [ { - "request_uuid": "36426fa8-11d8-4de8-b93d-228de52d3d21", + "request_uuid": "dcf1e786-8883-4893-b6e5-8027cfca4749", "type": "UPDATE", - "date_time": "2026-03-06T18:30:19+03:00", + "date_time": "2026-03-25T17:40:46+03:00", "state": "ACCEPTED" } ], diff --git a/docs/en/results/ClickHouse/CreateGRPCConnection.log b/docs/en/results/ClickHouse/CreateGRPCConnection.log index 68bc34c557..7a9ecc9e38 100644 --- a/docs/en/results/ClickHouse/CreateGRPCConnection.log +++ b/docs/en/results/ClickHouse/CreateGRPCConnection.log @@ -34,7 +34,7 @@ ], "rows": 2, "statistics": { - "elapsed": 0.001119204, + "elapsed": 0.001436856, "rows_read": 0, "bytes_read": 0 } @@ -48,7 +48,7 @@ "written_bytes": 0, "written_rows": 0 }, - "query_id": "81217757-28c3-4845-b7e1-78280f6cc8dd", + "query_id": "61f07afa-2343-460f-9872-27269fcd54f5", "stats": { "allocated_bytes": 8448, "applied_aggregation": false, diff --git a/docs/en/results/ClickHouse/ExecuteRequest.log b/docs/en/results/ClickHouse/ExecuteRequest.log index daa97fecc6..938c49058f 100644 --- a/docs/en/results/ClickHouse/ExecuteRequest.log +++ b/docs/en/results/ClickHouse/ExecuteRequest.log @@ -24,17 +24,17 @@ ], "rows": 2, "statistics": { - "elapsed": 0.000872148, + "elapsed": 0.001384394, "rows_read": 2, "bytes_read": 44 } }, "headers": { - "Date": "Wed, 25 Mar 2026 09:40:17 GMT", + "Date": "Wed, 25 Mar 2026 15:01:21 GMT", "Connection": "Keep-Alive", "X-ClickHouse-Server-Display-Name": "clickhouse", "Transfer-Encoding": "chunked", - "X-ClickHouse-Query-Id": "012a0dd7-ed80-4a04-b70f-5cce132f94aa", + "X-ClickHouse-Query-Id": "b3e87785-30ef-4250-bb62-59db2ab4db7d", "X-ClickHouse-Format": "JSON", "X-ClickHouse-Timezone": "Europe/Moscow", "Keep-Alive": "timeout=3", diff --git a/docs/en/results/ClickHouse/GetGRPCConnectionSettings.log b/docs/en/results/ClickHouse/GetGRPCConnectionSettings.log index 56164ba3cc..69530b14b7 100644 --- a/docs/en/results/ClickHouse/GetGRPCConnectionSettings.log +++ b/docs/en/results/ClickHouse/GetGRPCConnectionSettings.log @@ -1,5 +1,5 @@ { - "address": "http://host.docker.internal:9101", + "address": "http://127.0.0.1:9101", "tls": { "use_tls": true, "accept_invalid_certs": true diff --git a/docs/en/results/ClickHouse/GetGRPCMessage.log b/docs/en/results/ClickHouse/GetGRPCMessage.log index 51f228443e..8ec01cdd0e 100644 --- a/docs/en/results/ClickHouse/GetGRPCMessage.log +++ b/docs/en/results/ClickHouse/GetGRPCMessage.log @@ -12,7 +12,7 @@ ], "rows": 1, "statistics": { - "elapsed": 0.000806676, + "elapsed": 0.002456679, "rows_read": 0, "bytes_read": 0 } diff --git a/docs/en/results/ClickHouse/GetHTTPConnectionSettings.log b/docs/en/results/ClickHouse/GetHTTPConnectionSettings.log index bcfe7aa2cc..42b3de7e5f 100644 --- a/docs/en/results/ClickHouse/GetHTTPConnectionSettings.log +++ b/docs/en/results/ClickHouse/GetHTTPConnectionSettings.log @@ -1,5 +1,5 @@ { - "address": "http://host.docker.internal:8123", + "address": "http://127.0.0.1:8123", "headers": { "X-Custom-Header": "CustomValue" }, diff --git a/docs/en/results/ClickHouse/GetRequestSettings.log b/docs/en/results/ClickHouse/GetRequestSettings.log index 0386f99acf..428637de7c 100644 --- a/docs/en/results/ClickHouse/GetRequestSettings.log +++ b/docs/en/results/ClickHouse/GetRequestSettings.log @@ -1,11 +1,8 @@ { "query": "SELECT 1", "database": "default", - "id": "17d35455-8d48-4a03-b67b-7dfddbf564a5", - "data": { - "meta": [], - "data": [] - }, + "id": "9695fb0e-3c37-4334-9cc0-69ad7e4eff08", + "data": "C:\\Users\\bayselonarrend\\AppData\\Local\\Temp\\1qszygo4.xlj.json", "format": "CSV", "external_tables": [ { diff --git a/docs/en/results/ClickHouse/GetSessionSettings.log b/docs/en/results/ClickHouse/GetSessionSettings.log index e8b4b4e08c..fd268ac85f 100644 --- a/docs/en/results/ClickHouse/GetSessionSettings.log +++ b/docs/en/results/ClickHouse/GetSessionSettings.log @@ -1,5 +1,5 @@ { - "id": "f5da4627-b85e-4830-a265-be201540d6db", + "id": "e1afee18-9e92-4234-8b40-a3d6a3b5749c", "check": true, "timeout": 120 } diff --git a/docs/en/results/ClickHouse/OpenGRPCStream.log b/docs/en/results/ClickHouse/OpenGRPCStream.log index 50fe15ce67..ad078fe58e 100644 --- a/docs/en/results/ClickHouse/OpenGRPCStream.log +++ b/docs/en/results/ClickHouse/OpenGRPCStream.log @@ -1,4 +1,4 @@ { "result": true, - "streamId": "c7aa1f45-9c70-415e-b503-f23c4685a8a2" + "streamId": "ebf23d2c-8231-41a5-8562-243c4ef4548f" } diff --git a/docs/en/results/ClickHouse/ProcessGRPCReceiving.log b/docs/en/results/ClickHouse/ProcessGRPCReceiving.log index 0aba34081b..fcd7a01dc6 100644 --- a/docs/en/results/ClickHouse/ProcessGRPCReceiving.log +++ b/docs/en/results/ClickHouse/ProcessGRPCReceiving.log @@ -185,7 +185,7 @@ ], "rows": 20, "statistics": { - "elapsed": 0.003898917, + "elapsed": 0.004799871, "rows_read": 0, "bytes_read": 0 } @@ -199,9 +199,9 @@ "written_bytes": 0, "written_rows": 0 }, - "query_id": "7999dec0-a3a0-492d-869f-3ec28d5b8973", + "query_id": "b6e93c24-6c27-437b-b1f3-556591a8db26", "stats": { - "allocated_bytes": 2816, + "allocated_bytes": 21248, "applied_aggregation": false, "applied_limit": false, "blocks": 1, diff --git a/docs/en/results/ClickHouse/ProcessGRPCSending.log b/docs/en/results/ClickHouse/ProcessGRPCSending.log index 764bcd2ee2..0f5212b486 100644 --- a/docs/en/results/ClickHouse/ProcessGRPCSending.log +++ b/docs/en/results/ClickHouse/ProcessGRPCSending.log @@ -42,7 +42,7 @@ "written_bytes": 235, "written_rows": 5 }, - "query_id": "5ae2ee10-8758-42c2-a38c-3fa2b97e71b9", + "query_id": "12fdc747-64d9-478c-a728-05b60e738778", "stats": { "allocated_bytes": 0, "applied_aggregation": false, diff --git a/docs/en/results/ClickHouse/SendGRPCData.log b/docs/en/results/ClickHouse/SendGRPCData.log index d035c85c75..606889479b 100644 --- a/docs/en/results/ClickHouse/SendGRPCData.log +++ b/docs/en/results/ClickHouse/SendGRPCData.log @@ -1,4 +1,4 @@ { "result": true, - "streamId": "80477383-69bd-4b52-b9d0-d309873909db" + "streamId": "9d0003da-1c22-4c19-824e-1fe0fcc5d3b1" } diff --git a/docs/en/results/ClickHouse/SendGRPCMessage.log b/docs/en/results/ClickHouse/SendGRPCMessage.log index 6370b17ca8..1a5ea00cdd 100644 --- a/docs/en/results/ClickHouse/SendGRPCMessage.log +++ b/docs/en/results/ClickHouse/SendGRPCMessage.log @@ -1,4 +1,4 @@ { "result": true, - "streamId": "46730e50-a233-411b-bde9-38affee95757" + "streamId": "a0c7d618-b06c-4c12-aaa8-12f2291870b0" } diff --git a/docs/en/results/Dropbox/CancelFolderPublication.log b/docs/en/results/Dropbox/CancelFolderPublication.log index beb7183f80..f969b6b3d2 100644 --- a/docs/en/results/Dropbox/CancelFolderPublication.log +++ b/docs/en/results/Dropbox/CancelFolderPublication.log @@ -1,4 +1,4 @@ { ".tag": "async_job_id", - "async_job_id": "dbjid:AACoxStqebUkwb_hVJUQMBAFzGILirvLsi2Snf7eDlqvfDe4RAZWH3b_XixUu24eZ9-noSk3wVtadlmGjPA4nTFY" + "async_job_id": "dbjid:AABAxXrY6nCpPWWf_MQkOvz6R2wD7JFfKZW1yFHDLxt1uDE56bnBXrbyKUF0qG6p3RbxtV8Ym-YMY9xbLWKa0SJb" } diff --git a/docs/en/results/Dropbox/CopyObject.log b/docs/en/results/Dropbox/CopyObject.log index 9ccf66b8cd..00ed654816 100644 --- a/docs/en/results/Dropbox/CopyObject.log +++ b/docs/en/results/Dropbox/CopyObject.log @@ -4,10 +4,10 @@ "name": "pic_copy.png", "path_lower": "/new/pic_copy.png", "path_display": "/New/pic_copy.png", - "id": "id:kJU6-a-pT48AAAAAAABuCw", + "id": "id:kJU6-a-pT48AAAAAAABudw", "client_modified": "***", - "server_modified": "2026-03-25T09:14:29Z", - "rev": "64dd5b1fa02d6bd841553", + "server_modified": "2026-03-25T14:27:50Z", + "rev": "64dda129de8bfbd841553", "size": 2114023, "is_downloadable": true, "content_hash": "0f3b18c255b0f252bd326cacc04c15c3aa57bd6b8234adb65aa7bb2987a65492" diff --git a/docs/en/results/Dropbox/CreateFolder.log b/docs/en/results/Dropbox/CreateFolder.log index 32022db00e..6f70d736cf 100644 --- a/docs/en/results/Dropbox/CreateFolder.log +++ b/docs/en/results/Dropbox/CreateFolder.log @@ -3,6 +3,6 @@ "name": "New catalog", "path_lower": "/new catalog", "path_display": "/New catalog", - "id": "id:kJU6-a-pT48AAAAAAABuDQ" + "id": "id:kJU6-a-pT48AAAAAAABueQ" } } diff --git a/docs/en/results/Dropbox/DeleteObject.log b/docs/en/results/Dropbox/DeleteObject.log index 35c77e8106..ecf4b70f8e 100644 --- a/docs/en/results/Dropbox/DeleteObject.log +++ b/docs/en/results/Dropbox/DeleteObject.log @@ -4,10 +4,10 @@ "name": "pic.png", "path_lower": "/new/pic.png", "path_display": "/New/pic.png", - "id": "id:kJU6-a-pT48AAAAAAABuCQ", + "id": "id:kJU6-a-pT48AAAAAAABudQ", "client_modified": "***", - "server_modified": "2026-03-25T09:14:26Z", - "rev": "64dd5b1c89d40bd841553", + "server_modified": "2026-03-25T14:27:46Z", + "rev": "64dda12629ecebd841553", "size": 2114023, "is_downloadable": true, "content_hash": "0f3b18c255b0f252bd326cacc04c15c3aa57bd6b8234adb65aa7bb2987a65492" diff --git a/docs/en/results/Dropbox/DownloadFolder.log b/docs/en/results/Dropbox/DownloadFolder.log index 118b4e1cc5..73fa24e8c1 100644 --- a/docs/en/results/Dropbox/DownloadFolder.log +++ b/docs/en/results/Dropbox/DownloadFolder.log @@ -1 +1 @@ -NOT JSON: 50 4B 03 04 14 00 00 08 00 00 B8 43 79 5C 00 00 00 00 00 00 00 00 00 00 00 00 04 00 09 00 4E 65 77 2F 55 54 05 00 01 FC 9C C3 69 50 4B 03 04 14 00 08 08 00 00 4F 87 AF 58 00 00 00 00 00 00 00… +NOT JSON: 50 4B 03 04 14 00 00 08 00 00 14 5C 79 5C 00 00 00 00 00 00 00 00 00 00 00 00 04 00 09 00 4E 65 77 2F 55 54 05 00 01 D9 C7 C3 69 50 4B 03 04 14 00 08 08 00 00 4F 87 AF 58 00 00 00 00 00 00 00… diff --git a/docs/en/results/Dropbox/GetListOfFolderFiles.log b/docs/en/results/Dropbox/GetListOfFolderFiles.log index ffa7a984f4..9017e3ba3e 100644 --- a/docs/en/results/Dropbox/GetListOfFolderFiles.log +++ b/docs/en/results/Dropbox/GetListOfFolderFiles.log @@ -7,8 +7,8 @@ "path_display": "/New/Dogs.mp3", "id": "id:kJU6-a-pT48AAAAAAAAACA", "client_modified": "***", - "server_modified": "2026-03-25T09:15:35Z", - "rev": "64dd5b5e74132bd841553", + "server_modified": "2026-03-25T14:29:13Z", + "rev": "64dda17854faebd841553", "size": 9229352, "is_downloadable": true, "content_hash": "376f728ef041d9cef08406f16debc12de89d83130e69c66a817fd834d2d82dc2" @@ -20,8 +20,8 @@ "path_display": "/New/url_doc (1).docx", "id": "id:kJU6-a-pT48AAAAAAAALvg", "client_modified": "***", - "server_modified": "2026-03-25T09:15:35Z", - "rev": "64dd5b5e74133bd841553", + "server_modified": "2026-03-25T14:29:13Z", + "rev": "64dda17854fafbd841553", "size": 24069, "is_downloadable": true, "content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c" @@ -33,8 +33,8 @@ "path_display": "/New/url_doc (2).docx", "id": "id:kJU6-a-pT48AAAAAAAA24g", "client_modified": "***", - "server_modified": "2026-03-25T09:15:35Z", - "rev": "64dd5b5e74134bd841553", + "server_modified": "2026-03-25T14:29:13Z", + "rev": "64dda17854fb0bd841553", "size": 24069, "is_downloadable": true, "content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c" @@ -46,8 +46,8 @@ "path_display": "/New/url_doc (3).docx", "id": "id:kJU6-a-pT48AAAAAAABDNA", "client_modified": "***", - "server_modified": "2026-03-25T09:15:35Z", - "rev": "64dd5b5e74135bd841553", + "server_modified": "2026-03-25T14:29:13Z", + "rev": "64dda17854fb1bd841553", "size": 24069, "is_downloadable": true, "content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c" @@ -59,8 +59,8 @@ "path_display": "/New/url_doc (4).docx", "id": "id:kJU6-a-pT48AAAAAAABJpA", "client_modified": "***", - "server_modified": "2026-03-25T09:15:35Z", - "rev": "64dd5b5e74136bd841553", + "server_modified": "2026-03-25T14:29:13Z", + "rev": "64dda17854fb2bd841553", "size": 24069, "is_downloadable": true, "content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c" @@ -72,8 +72,8 @@ "path_display": "/New/url_doc (5).docx", "id": "id:kJU6-a-pT48AAAAAAABSFA", "client_modified": "***", - "server_modified": "2026-03-25T09:15:35Z", - "rev": "64dd5b5e74137bd841553", + "server_modified": "2026-03-25T14:29:13Z", + "rev": "64dda17854fb3bd841553", "size": 24069, "is_downloadable": true, "content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c" @@ -85,8 +85,8 @@ "path_display": "/New/url_doc (6).docx", "id": "id:kJU6-a-pT48AAAAAAABSTA", "client_modified": "***", - "server_modified": "2026-03-25T09:15:35Z", - "rev": "64dd5b5e74138bd841553", + "server_modified": "2026-03-25T14:29:13Z", + "rev": "64dda17854fb4bd841553", "size": 24069, "is_downloadable": true, "content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c" @@ -98,8 +98,8 @@ "path_display": "/New/url_doc (7).docx", "id": "id:kJU6-a-pT48AAAAAAABSaA", "client_modified": "***", - "server_modified": "2026-03-25T09:15:35Z", - "rev": "64dd5b5e74139bd841553", + "server_modified": "2026-03-25T14:29:13Z", + "rev": "64dda17854fb5bd841553", "size": 24069, "is_downloadable": true, "content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c" @@ -111,8 +111,8 @@ "path_display": "/New/url_doc (8).docx", "id": "id:kJU6-a-pT48AAAAAAABShA", "client_modified": "***", - "server_modified": "2026-03-25T09:15:35Z", - "rev": "64dd5b5e7413abd841553", + "server_modified": "2026-03-25T14:29:13Z", + "rev": "64dda17854fb6bd841553", "size": 24069, "is_downloadable": true, "content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c" @@ -124,8 +124,8 @@ "path_display": "/New/url_doc (9).docx", "id": "id:kJU6-a-pT48AAAAAAABUqg", "client_modified": "***", - "server_modified": "2026-03-25T09:15:35Z", - "rev": "64dd5b5e7413bbd841553", + "server_modified": "2026-03-25T14:29:13Z", + "rev": "64dda17854fb7bd841553", "size": 24069, "is_downloadable": true, "content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c" @@ -137,8 +137,8 @@ "path_display": "/New/url_doc (10).docx", "id": "id:kJU6-a-pT48AAAAAAABpLw", "client_modified": "***", - "server_modified": "2026-03-25T09:15:35Z", - "rev": "64dd5b5e7413cbd841553", + "server_modified": "2026-03-25T14:29:13Z", + "rev": "64dda17854fb8bd841553", "size": 24069, "is_downloadable": true, "content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c" @@ -150,13 +150,13 @@ "path_display": "/New/mydoc.docx", "id": "id:kJU6-a-pT48AAAAAAAAABw", "client_modified": "***", - "server_modified": "2026-03-25T09:15:35Z", - "rev": "64dd5b5e7413dbd841553", + "server_modified": "2026-03-25T14:29:13Z", + "rev": "64dda17854fb9bd841553", "size": 24069, "is_downloadable": true, "content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c" } ], - "cursor": "AAUlpTBCchR3g8l3NRyDW_0enB-4TzoGFQkywjNOWw4PMxNhcDTJLaUP3zK6873gq656jw4NI-93Fk7n-dRtYr7b3McgXTZimkoo...", + "cursor": "AAVC1eVtf3gLBJDMlpyKSVHx4abyswhh9NeZsXMYTPxuJ9XRx3Xoa4oAWd0-uZ0vU45kQOxV_uVA2p_TRyLE_-GQT7g71z9O5shV...", "has_more": false } diff --git a/docs/en/results/Dropbox/GetObjectInformation.log b/docs/en/results/Dropbox/GetObjectInformation.log index 7d12e9bf91..be0a5f1dca 100644 --- a/docs/en/results/Dropbox/GetObjectInformation.log +++ b/docs/en/results/Dropbox/GetObjectInformation.log @@ -3,10 +3,10 @@ "name": "pic.png", "path_lower": "/new/pic.png", "path_display": "/New/pic.png", - "id": "id:kJU6-a-pT48AAAAAAABuCQ", + "id": "id:kJU6-a-pT48AAAAAAABudQ", "client_modified": "***", - "server_modified": "2026-03-25T09:14:01Z", - "rev": "64dd5b04b8f62bd841553", + "server_modified": "2026-03-25T14:27:17Z", + "rev": "64dda10a6480cbd841553", "size": 2114023, "is_downloadable": true, "content_hash": "0f3b18c255b0f252bd326cacc04c15c3aa57bd6b8234adb65aa7bb2987a65492" diff --git a/docs/en/results/Dropbox/GetObjectVersionList.log b/docs/en/results/Dropbox/GetObjectVersionList.log index 5c5c98ca4e..ffd4c6942e 100644 --- a/docs/en/results/Dropbox/GetObjectVersionList.log +++ b/docs/en/results/Dropbox/GetObjectVersionList.log @@ -5,10 +5,10 @@ "name": "pic.png", "path_lower": "/new/pic.png", "path_display": "/New/pic.png", - "id": "id:kJU6-a-pT48AAAAAAABuCQ", + "id": "id:kJU6-a-pT48AAAAAAABudQ", "client_modified": "***", - "server_modified": "2026-03-25T09:14:01Z", - "rev": "64dd5b04b8f62bd841553", + "server_modified": "2026-03-25T14:27:17Z", + "rev": "64dda10a6480cbd841553", "size": 2114023, "is_downloadable": true, "content_hash": "0f3b18c255b0f252bd326cacc04c15c3aa57bd6b8234adb65aa7bb2987a65492" diff --git a/docs/en/results/Dropbox/GetUploadStatusByURL.log b/docs/en/results/Dropbox/GetUploadStatusByURL.log index 60288cd479..9118e825db 100644 --- a/docs/en/results/Dropbox/GetUploadStatusByURL.log +++ b/docs/en/results/Dropbox/GetUploadStatusByURL.log @@ -2,13 +2,13 @@ ".tag": "complete", "client_modified": "***", "content_hash": "8d63c5989ceec1a90f3fde2ffaa76efcd2c050191e6b55a1761e4e352590bd8c", - "id": "id:kJU6-a-pT48AAAAAAABuDA", + "id": "id:kJU6-a-pT48AAAAAAABueA", "is_downloadable": true, "name": "url_doc.docx", "path_display": "/New/url_doc.docx", "path_lower": "/new/url_doc.docx", "property_groups": [], - "rev": "64dd5b2b33330bd841553", - "server_modified": "2026-03-25T09:14:41Z", + "rev": "64dda137cbe9bbd841553", + "server_modified": "2026-03-25T14:28:05Z", "size": 24069 } diff --git a/docs/en/results/Dropbox/MoveObject.log b/docs/en/results/Dropbox/MoveObject.log index 3c08cd60d3..c6e246e8ca 100644 --- a/docs/en/results/Dropbox/MoveObject.log +++ b/docs/en/results/Dropbox/MoveObject.log @@ -4,10 +4,10 @@ "name": "pic.png", "path_lower": "/pic.png", "path_display": "/pic.png", - "id": "id:kJU6-a-pT48AAAAAAABuCQ", + "id": "id:kJU6-a-pT48AAAAAAABudQ", "client_modified": "***", - "server_modified": "2026-03-25T09:14:23Z", - "rev": "64dd5b195d9b4bd841553", + "server_modified": "2026-03-25T14:27:42Z", + "rev": "64dda12250163bd841553", "size": 2114023, "is_downloadable": true, "content_hash": "0f3b18c255b0f252bd326cacc04c15c3aa57bd6b8234adb65aa7bb2987a65492" diff --git a/docs/en/results/Dropbox/PublishFolder.log b/docs/en/results/Dropbox/PublishFolder.log index a84b0cf4eb..87b0e695d0 100644 --- a/docs/en/results/Dropbox/PublishFolder.log +++ b/docs/en/results/Dropbox/PublishFolder.log @@ -19,11 +19,11 @@ ".tag": "enabled" } }, - "preview_url": "https://www.dropbox.com/scl/fo/4kjxngj130nkh5z24z2e9/h?dl=0", - "shared_folder_id": "13942217123", + "preview_url": "https://www.dropbox.com/scl/fo/n7thvo9pie85wog98rh4g/h?dl=0", + "shared_folder_id": "13950080771", "time_invited": "***", "access_inheritance": { ".tag": "inherit" }, - "folder_id": "id:kJU6-a-pT48AAAAAAABuCA" + "folder_id": "id:kJU6-a-pT48AAAAAAABudA" } diff --git a/docs/en/results/Dropbox/RestoreObjectToVersion.log b/docs/en/results/Dropbox/RestoreObjectToVersion.log index 2cd4d181e7..17569556ec 100644 --- a/docs/en/results/Dropbox/RestoreObjectToVersion.log +++ b/docs/en/results/Dropbox/RestoreObjectToVersion.log @@ -2,10 +2,10 @@ "name": "pic.png", "path_lower": "/new/pic.png", "path_display": "/New/pic.png", - "id": "id:kJU6-a-pT48AAAAAAABuCQ", + "id": "id:kJU6-a-pT48AAAAAAABudQ", "client_modified": "***", - "server_modified": "2026-03-25T09:14:01Z", - "rev": "64dd5b04b8f62bd841553", + "server_modified": "2026-03-25T14:27:17Z", + "rev": "64dda10a6480cbd841553", "size": 2114023, "is_downloadable": true, "content_hash": "0f3b18c255b0f252bd326cacc04c15c3aa57bd6b8234adb65aa7bb2987a65492" diff --git a/docs/en/results/Dropbox/UploadFile.log b/docs/en/results/Dropbox/UploadFile.log index 2cd4d181e7..17569556ec 100644 --- a/docs/en/results/Dropbox/UploadFile.log +++ b/docs/en/results/Dropbox/UploadFile.log @@ -2,10 +2,10 @@ "name": "pic.png", "path_lower": "/new/pic.png", "path_display": "/New/pic.png", - "id": "id:kJU6-a-pT48AAAAAAABuCQ", + "id": "id:kJU6-a-pT48AAAAAAABudQ", "client_modified": "***", - "server_modified": "2026-03-25T09:14:01Z", - "rev": "64dd5b04b8f62bd841553", + "server_modified": "2026-03-25T14:27:17Z", + "rev": "64dda10a6480cbd841553", "size": 2114023, "is_downloadable": true, "content_hash": "0f3b18c255b0f252bd326cacc04c15c3aa57bd6b8234adb65aa7bb2987a65492" diff --git a/docs/en/results/Dropbox/UploadFileByURL.log b/docs/en/results/Dropbox/UploadFileByURL.log index acb23f863a..d344a4832f 100644 --- a/docs/en/results/Dropbox/UploadFileByURL.log +++ b/docs/en/results/Dropbox/UploadFileByURL.log @@ -1,4 +1,4 @@ { ".tag": "async_job_id", - "async_job_id": "nh_rxb793HoAAAAAAAAAAQ" + "async_job_id": "HQv7Z-NaWhsAAAAAAAAAAQ" } diff --git a/docs/en/results/GRPC/InitializeBidirectionalStream.log b/docs/en/results/GRPC/InitializeBidirectionalStream.log index 4f7017202c..aecdb1f488 100644 --- a/docs/en/results/GRPC/InitializeBidirectionalStream.log +++ b/docs/en/results/GRPC/InitializeBidirectionalStream.log @@ -1,4 +1,4 @@ { "result": true, - "streamId": "e58fa109-7e3a-4bc4-8fc9-364fdbe5e78b" + "streamId": "148049c1-2c63-44b9-8f64-7b4471569480" } diff --git a/docs/en/results/GRPC/InitializeServerStream.log b/docs/en/results/GRPC/InitializeServerStream.log index 160cb2cfc1..11691adfe3 100644 --- a/docs/en/results/GRPC/InitializeServerStream.log +++ b/docs/en/results/GRPC/InitializeServerStream.log @@ -1,4 +1,4 @@ { "result": true, - "streamId": "5e7f6dcd-8a15-410c-88d6-ccddb22ccb3b" + "streamId": "4113b661-383e-4bca-9f9d-301cb288bf69" } diff --git a/docs/en/results/GoogleCalendar/AddCalendarToList.log b/docs/en/results/GoogleCalendar/AddCalendarToList.log index fd63304f42..af659aeb2a 100644 --- a/docs/en/results/GoogleCalendar/AddCalendarToList.log +++ b/docs/en/results/GoogleCalendar/AddCalendarToList.log @@ -1,13 +1,13 @@ { "kind": "calendar#calendarListEntry", - "etag": "\"1774429775707647\"", - "id": "0d877f0a6c235a71c4399b98b15b85e07f2f81a49b59e05d85640004cfd4a534@group.calendar.google.com", + "etag": "\"1774448490908943\"", + "id": "3d4aa01d61efab48f9fc76da8bd3ada65e052f909e1d888856ae06d05e375bb1@group.calendar.google.com", "summary": "New name", "description": "New description", "timeZone": "Europe/Moscow", "dataOwner": "bayselonarrend@gmail.com", - "colorId": "23", - "backgroundColor": "#cd74e6", + "colorId": "6", + "backgroundColor": "#ffad46", "foregroundColor": "#000000", "selected": true, "accessRole": "owner", diff --git a/docs/en/results/GoogleCalendar/CreateCalendar.log b/docs/en/results/GoogleCalendar/CreateCalendar.log index dc0c99b9a1..380b1fe258 100644 --- a/docs/en/results/GoogleCalendar/CreateCalendar.log +++ b/docs/en/results/GoogleCalendar/CreateCalendar.log @@ -1,7 +1,7 @@ { "kind": "calendar#calendar", - "etag": "\"p5gk7IUMySpY-rUVad-M8kvkycY\"", - "id": "63355a26f38a8d6c75849c7848655a7b639d555406cf71a0e9208ea0a59ae37f@group.calendar.google.com", + "etag": "\"4AX4dZyAuRzshAMghO72YoezFz0\"", + "id": "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@group.calendar.google.com", "summary": "TestCalendar", "timeZone": "Europe/Moscow", "dataOwner": "bayselonarrend@gmail.com", diff --git a/docs/en/results/GoogleCalendar/CreateEvent.log b/docs/en/results/GoogleCalendar/CreateEvent.log index 686e72b911..b274c6315a 100644 --- a/docs/en/results/GoogleCalendar/CreateEvent.log +++ b/docs/en/results/GoogleCalendar/CreateEvent.log @@ -1,11 +1,11 @@ { "kind": "calendar#event", - "etag": "\"3548859583501598\"", - "id": "afsf90dg5s3u1bd0cba1fks42s", + "etag": "\"3548897023992734\"", + "id": "hlkci5glucrm304kjtganmsvug", "status": "confirmed", - "htmlLink": "https://www.google.com/calendar/event?eid=YWZzZjkwZGc1czN1MWJkMGNiYTFma3M0MnMgNjMzNTVhMjZmMzhhOGQ2Yz...", - "created": "2026-03-25T09:09:51Z", - "updated": "2026-03-25T09:09:51.75Z", + "htmlLink": "https://www.google.com/calendar/event?eid=aGxrY2k1Z2x1Y3JtMzA0a2p0Z2FubXN2dWcgMDIzNjIzZGViMjE4ZjhjY2...", + "created": "2026-03-25T14:21:51Z", + "updated": "2026-03-25T14:21:51.996Z", "summary": "New event", "description": "TestEventDescription", "location": "InOffice", @@ -13,19 +13,19 @@ "email": "bayselonarrend@gmail.com" }, "organizer": { - "email": "63355a26f38a8d6c75849c7848655a7b639d555406cf71a0e9208ea0a59ae37f@group.calendar.google.com", + "email": "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@group.calendar.google.com", "displayName": "TestCalendar", "self": true }, "start": { - "dateTime": "2026-03-25T09:09:51+00:00", + "dateTime": "2026-03-25T20:21:50+03:00", "timeZone": "Europe/Moscow" }, "end": { - "dateTime": "2026-03-25T10:09:51+00:00", + "dateTime": "2026-03-25T21:21:50+03:00", "timeZone": "Europe/Moscow" }, - "iCalUID": "afsf90dg5s3u1bd0cba1fks42s@google.com", + "iCalUID": "hlkci5glucrm304kjtganmsvug@google.com", "sequence": 0, "reminders": { "useDefault": true diff --git a/docs/en/results/GoogleCalendar/EditCalendarMetadata.log b/docs/en/results/GoogleCalendar/EditCalendarMetadata.log index a1e8aba9ac..e7db6826a4 100644 --- a/docs/en/results/GoogleCalendar/EditCalendarMetadata.log +++ b/docs/en/results/GoogleCalendar/EditCalendarMetadata.log @@ -1,7 +1,7 @@ { "kind": "calendar#calendar", - "etag": "\"jQnI3gtYxcWX_IYwpERgvONPhao\"", - "id": "0d877f0a6c235a71c4399b98b15b85e07f2f81a49b59e05d85640004cfd4a534@group.calendar.google.com", + "etag": "\"qGnn19wgHKUj-00V4xnerKtgAUQ\"", + "id": "3d4aa01d61efab48f9fc76da8bd3ada65e052f909e1d888856ae06d05e375bb1@group.calendar.google.com", "summary": "New name", "description": "New description", "timeZone": "Europe/Moscow", diff --git a/docs/en/results/GoogleCalendar/EditEvent.log b/docs/en/results/GoogleCalendar/EditEvent.log index 80046bb00b..7634a632ca 100644 --- a/docs/en/results/GoogleCalendar/EditEvent.log +++ b/docs/en/results/GoogleCalendar/EditEvent.log @@ -1,11 +1,11 @@ { "kind": "calendar#event", - "etag": "\"3548859584827646\"", - "id": "afsf90dg5s3u1bd0cba1fks42s", + "etag": "\"3548897026893694\"", + "id": "hlkci5glucrm304kjtganmsvug", "status": "confirmed", - "htmlLink": "https://www.google.com/calendar/event?eid=YWZzZjkwZGc1czN1MWJkMGNiYTFma3M0MnMgNjMzNTVhMjZmMzhhOGQ2Yz...", - "created": "2026-03-25T09:09:51Z", - "updated": "2026-03-25T09:09:52.413Z", + "htmlLink": "https://www.google.com/calendar/event?eid=aGxrY2k1Z2x1Y3JtMzA0a2p0Z2FubXN2dWcgMDIzNjIzZGViMjE4ZjhjY2...", + "created": "2026-03-25T14:21:51Z", + "updated": "2026-03-25T14:21:53.446Z", "summary": "New event", "description": "New event description", "location": "InOffice", @@ -13,19 +13,19 @@ "email": "bayselonarrend@gmail.com" }, "organizer": { - "email": "63355a26f38a8d6c75849c7848655a7b639d555406cf71a0e9208ea0a59ae37f@group.calendar.google.com", + "email": "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@group.calendar.google.com", "displayName": "TestCalendar", "self": true }, "start": { - "dateTime": "2026-03-25T09:09:51+00:00", + "dateTime": "2026-03-25T20:21:50+03:00", "timeZone": "Europe/Moscow" }, "end": { - "dateTime": "2026-03-25T10:09:51+00:00", + "dateTime": "2026-03-25T21:21:50+03:00", "timeZone": "Europe/Moscow" }, - "iCalUID": "afsf90dg5s3u1bd0cba1fks42s@google.com", + "iCalUID": "hlkci5glucrm304kjtganmsvug@google.com", "sequence": 0, "reminders": { "useDefault": true diff --git a/docs/en/results/GoogleCalendar/EditListCalendar.log b/docs/en/results/GoogleCalendar/EditListCalendar.log index 306bfa6790..0867d245e9 100644 --- a/docs/en/results/GoogleCalendar/EditListCalendar.log +++ b/docs/en/results/GoogleCalendar/EditListCalendar.log @@ -1,7 +1,7 @@ { "kind": "calendar#calendarListEntry", - "etag": "\"1774429776283359\"", - "id": "0d877f0a6c235a71c4399b98b15b85e07f2f81a49b59e05d85640004cfd4a534@group.calendar.google.com", + "etag": "\"1774448492002207\"", + "id": "3d4aa01d61efab48f9fc76da8bd3ada65e052f909e1d888856ae06d05e375bb1@group.calendar.google.com", "summary": "New name", "description": "New description", "timeZone": "Europe/Moscow", diff --git a/docs/en/results/GoogleCalendar/GetCalendarList.log b/docs/en/results/GoogleCalendar/GetCalendarList.log index e36643aea1..54270303fe 100644 --- a/docs/en/results/GoogleCalendar/GetCalendarList.log +++ b/docs/en/results/GoogleCalendar/GetCalendarList.log @@ -1030,5 +1030,24 @@ "hangoutsMeet" ] } + }, + { + "kind": "calendar#calendarListEntry", + "etag": "\"1774436939364847\"", + "id": "10f9b286b24bfb2cfd826d10779c9bcfd91133c489036fbc7f497c5be74ee38c@group.calendar.google.com", + "summary": "Тестовый календарь", + "timeZone": "Europe/Moscow", + "dataOwner": "bayselonarrend@gmail.com", + "colorId": "3", + "backgroundColor": "#f83a22", + "foregroundColor": "#000000", + "selected": true, + "accessRole": "owner", + "defaultReminders": [], + "conferenceProperties": { + "allowedConferenceSolutionTypes": [ + "hangoutsMeet" + ] + } } ] diff --git a/docs/en/results/GoogleCalendar/GetCalendarMetadata.log b/docs/en/results/GoogleCalendar/GetCalendarMetadata.log index a1e8aba9ac..e7db6826a4 100644 --- a/docs/en/results/GoogleCalendar/GetCalendarMetadata.log +++ b/docs/en/results/GoogleCalendar/GetCalendarMetadata.log @@ -1,7 +1,7 @@ { "kind": "calendar#calendar", - "etag": "\"jQnI3gtYxcWX_IYwpERgvONPhao\"", - "id": "0d877f0a6c235a71c4399b98b15b85e07f2f81a49b59e05d85640004cfd4a534@group.calendar.google.com", + "etag": "\"qGnn19wgHKUj-00V4xnerKtgAUQ\"", + "id": "3d4aa01d61efab48f9fc76da8bd3ada65e052f909e1d888856ae06d05e375bb1@group.calendar.google.com", "summary": "New name", "description": "New description", "timeZone": "Europe/Moscow", diff --git a/docs/en/results/GoogleCalendar/GetEvent.log b/docs/en/results/GoogleCalendar/GetEvent.log index 80046bb00b..7634a632ca 100644 --- a/docs/en/results/GoogleCalendar/GetEvent.log +++ b/docs/en/results/GoogleCalendar/GetEvent.log @@ -1,11 +1,11 @@ { "kind": "calendar#event", - "etag": "\"3548859584827646\"", - "id": "afsf90dg5s3u1bd0cba1fks42s", + "etag": "\"3548897026893694\"", + "id": "hlkci5glucrm304kjtganmsvug", "status": "confirmed", - "htmlLink": "https://www.google.com/calendar/event?eid=YWZzZjkwZGc1czN1MWJkMGNiYTFma3M0MnMgNjMzNTVhMjZmMzhhOGQ2Yz...", - "created": "2026-03-25T09:09:51Z", - "updated": "2026-03-25T09:09:52.413Z", + "htmlLink": "https://www.google.com/calendar/event?eid=aGxrY2k1Z2x1Y3JtMzA0a2p0Z2FubXN2dWcgMDIzNjIzZGViMjE4ZjhjY2...", + "created": "2026-03-25T14:21:51Z", + "updated": "2026-03-25T14:21:53.446Z", "summary": "New event", "description": "New event description", "location": "InOffice", @@ -13,19 +13,19 @@ "email": "bayselonarrend@gmail.com" }, "organizer": { - "email": "63355a26f38a8d6c75849c7848655a7b639d555406cf71a0e9208ea0a59ae37f@group.calendar.google.com", + "email": "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@group.calendar.google.com", "displayName": "TestCalendar", "self": true }, "start": { - "dateTime": "2026-03-25T09:09:51+00:00", + "dateTime": "2026-03-25T20:21:50+03:00", "timeZone": "Europe/Moscow" }, "end": { - "dateTime": "2026-03-25T10:09:51+00:00", + "dateTime": "2026-03-25T21:21:50+03:00", "timeZone": "Europe/Moscow" }, - "iCalUID": "afsf90dg5s3u1bd0cba1fks42s@google.com", + "iCalUID": "hlkci5glucrm304kjtganmsvug@google.com", "sequence": 0, "reminders": { "useDefault": true diff --git a/docs/en/results/GoogleCalendar/GetEventDescription.log b/docs/en/results/GoogleCalendar/GetEventDescription.log index 5b0290070a..43fce96c21 100644 --- a/docs/en/results/GoogleCalendar/GetEventDescription.log +++ b/docs/en/results/GoogleCalendar/GetEventDescription.log @@ -2,8 +2,8 @@ "Description": "", "Title": "New event", "Venue": "", - "StartDate": "2026-03-25T09:09:57+00:00", - "EndDate": "2026-03-25T10:09:57+00:00", + "StartDate": "2026-03-25T17:22:01+03:00", + "EndDate": "2026-03-25T18:22:01+03:00", "ArrayOfAttachmentURLs": {}, "SendNotifications": true } diff --git a/docs/en/results/GoogleCalendar/GetEventList.log b/docs/en/results/GoogleCalendar/GetEventList.log index cc18c6728e..a3542495bc 100644 --- a/docs/en/results/GoogleCalendar/GetEventList.log +++ b/docs/en/results/GoogleCalendar/GetEventList.log @@ -1,12 +1,12 @@ [ { "kind": "calendar#event", - "etag": "\"3548859593398942\"", - "id": "afsf90dg5s3u1bd0cba1fks42s", + "etag": "\"3548897040755102\"", + "id": "hlkci5glucrm304kjtganmsvug", "status": "confirmed", - "htmlLink": "https://www.google.com/calendar/event?eid=YWZzZjkwZGc1czN1MWJkMGNiYTFma3M0MnMgNjMzNTVhMjZmMzhhOGQ2Yz...", - "created": "2026-03-25T09:09:51Z", - "updated": "2026-03-25T09:09:56.699Z", + "htmlLink": "https://www.google.com/calendar/event?eid=aGxrY2k1Z2x1Y3JtMzA0a2p0Z2FubXN2dWcgMDIzNjIzZGViMjE4ZjhjY2...", + "created": "2026-03-25T14:21:51Z", + "updated": "2026-03-25T14:22:00.377Z", "summary": "New event", "description": "New event description", "location": "InOffice", @@ -14,19 +14,19 @@ "email": "bayselonarrend@gmail.com" }, "organizer": { - "email": "63355a26f38a8d6c75849c7848655a7b639d555406cf71a0e9208ea0a59ae37f@group.calendar.google.com", + "email": "023623deb218f8cca696234cb97dfb9dcf42b53b698f80136b3176b46c24d8e9@group.calendar.google.com", "displayName": "TestCalendar", "self": true }, "start": { - "dateTime": "2026-03-25T09:09:51+00:00", + "dateTime": "2026-03-25T20:21:50+03:00", "timeZone": "Europe/Moscow" }, "end": { - "dateTime": "2026-03-25T10:09:51+00:00", + "dateTime": "2026-03-25T21:21:50+03:00", "timeZone": "Europe/Moscow" }, - "iCalUID": "afsf90dg5s3u1bd0cba1fks42s@google.com", + "iCalUID": "hlkci5glucrm304kjtganmsvug@google.com", "sequence": 0, "reminders": { "useDefault": true diff --git a/docs/en/results/GoogleCalendar/GetListCalendar.log b/docs/en/results/GoogleCalendar/GetListCalendar.log index 306bfa6790..0867d245e9 100644 --- a/docs/en/results/GoogleCalendar/GetListCalendar.log +++ b/docs/en/results/GoogleCalendar/GetListCalendar.log @@ -1,7 +1,7 @@ { "kind": "calendar#calendarListEntry", - "etag": "\"1774429776283359\"", - "id": "0d877f0a6c235a71c4399b98b15b85e07f2f81a49b59e05d85640004cfd4a534@group.calendar.google.com", + "etag": "\"1774448492002207\"", + "id": "3d4aa01d61efab48f9fc76da8bd3ada65e052f909e1d888856ae06d05e375bb1@group.calendar.google.com", "summary": "New name", "description": "New description", "timeZone": "Europe/Moscow", diff --git a/docs/en/results/GoogleCalendar/MoveEvent.log b/docs/en/results/GoogleCalendar/MoveEvent.log index f77315c444..bfe2e94e2e 100644 --- a/docs/en/results/GoogleCalendar/MoveEvent.log +++ b/docs/en/results/GoogleCalendar/MoveEvent.log @@ -1,11 +1,11 @@ { "kind": "calendar#event", - "etag": "\"3548859584827646\"", - "id": "afsf90dg5s3u1bd0cba1fks42s", + "etag": "\"3548897026893694\"", + "id": "hlkci5glucrm304kjtganmsvug", "status": "cancelled", - "htmlLink": "https://www.google.com/calendar/event?eid=YWZzZjkwZGc1czN1MWJkMGNiYTFma3M0MnMgNjMzNTVhMjZmMzhhOGQ2Yz...", - "created": "2026-03-25T09:09:51Z", - "updated": "2026-03-25T09:09:52.413Z", + "htmlLink": "https://www.google.com/calendar/event?eid=aGxrY2k1Z2x1Y3JtMzA0a2p0Z2FubXN2dWcgMDIzNjIzZGViMjE4ZjhjY2...", + "created": "2026-03-25T14:21:51Z", + "updated": "2026-03-25T14:21:53.446Z", "summary": "New event", "description": "New event description", "location": "InOffice", @@ -16,14 +16,14 @@ "email": "bayselonarrend@gmail.com" }, "start": { - "dateTime": "2026-03-25T09:09:51+00:00", + "dateTime": "2026-03-25T20:21:50+03:00", "timeZone": "Europe/Moscow" }, "end": { - "dateTime": "2026-03-25T10:09:51+00:00", + "dateTime": "2026-03-25T21:21:50+03:00", "timeZone": "Europe/Moscow" }, - "iCalUID": "afsf90dg5s3u1bd0cba1fks42s@google.com", + "iCalUID": "hlkci5glucrm304kjtganmsvug@google.com", "sequence": 0, "reminders": { "useDefault": true diff --git a/docs/en/results/GoogleDrive/CopyObject.log b/docs/en/results/GoogleDrive/CopyObject.log index 20b41a030c..07b93c74f7 100644 --- a/docs/en/results/GoogleDrive/CopyObject.log +++ b/docs/en/results/GoogleDrive/CopyObject.log @@ -1,6 +1,6 @@ { "kind": "drive#file", - "id": "1Vz2sWQVBJoGGetejWR6gxh3Dt6z-bWm6", + "id": "1NaHoot7QC7B4F-D5f8SdNH7lSESBwu7G", "name": "CopiedFile.jpeg", "mimeType": "image/jpeg" } diff --git a/docs/en/results/GoogleDrive/CreateComment.log b/docs/en/results/GoogleDrive/CreateComment.log index de11d25248..6586bdc3fc 100644 --- a/docs/en/results/GoogleDrive/CreateComment.log +++ b/docs/en/results/GoogleDrive/CreateComment.log @@ -7,9 +7,9 @@ "photoLink": "//lh3.googleusercontent.com/a/ACg8ocJnbqA6yq1Q0s-yU0hen8H6NFa_chOdcC2wpT9q-BJj0q7MyPU=s50-c-k-no" }, "kind": "drive#comment", - "id": "AAAB2PDA5tE", - "createdTime": "2026-03-25T09:10:56.674Z", - "modifiedTime": "2026-03-25T09:10:56.674Z", + "id": "AAAB2SbdDUE", + "createdTime": "2026-03-25T14:23:14.448Z", + "modifiedTime": "2026-03-25T14:23:14.448Z", "htmlContent": "Comment text", "content": "Comment text", "deleted": false diff --git a/docs/en/results/GoogleDrive/CreateFolder.log b/docs/en/results/GoogleDrive/CreateFolder.log index b04c0ea57c..dc0788100f 100644 --- a/docs/en/results/GoogleDrive/CreateFolder.log +++ b/docs/en/results/GoogleDrive/CreateFolder.log @@ -1,6 +1,6 @@ { "kind": "drive#file", - "id": "1lYZhK3jh22yGY-SPu-53BfNZcE4c9xgn", + "id": "112zeUP2zinNXg2KfYlbm6ZLFkOgZqJQj", "name": "TestFolder", "mimeType": "application/vnd.google-apps.folder" } diff --git a/docs/en/results/GoogleDrive/GetComment.log b/docs/en/results/GoogleDrive/GetComment.log index de11d25248..6586bdc3fc 100644 --- a/docs/en/results/GoogleDrive/GetComment.log +++ b/docs/en/results/GoogleDrive/GetComment.log @@ -7,9 +7,9 @@ "photoLink": "//lh3.googleusercontent.com/a/ACg8ocJnbqA6yq1Q0s-yU0hen8H6NFa_chOdcC2wpT9q-BJj0q7MyPU=s50-c-k-no" }, "kind": "drive#comment", - "id": "AAAB2PDA5tE", - "createdTime": "2026-03-25T09:10:56.674Z", - "modifiedTime": "2026-03-25T09:10:56.674Z", + "id": "AAAB2SbdDUE", + "createdTime": "2026-03-25T14:23:14.448Z", + "modifiedTime": "2026-03-25T14:23:14.448Z", "htmlContent": "Comment text", "content": "Comment text", "deleted": false diff --git a/docs/en/results/GoogleDrive/GetCommentList.log b/docs/en/results/GoogleDrive/GetCommentList.log index 70ba07d2e5..56c0f9bc1c 100644 --- a/docs/en/results/GoogleDrive/GetCommentList.log +++ b/docs/en/results/GoogleDrive/GetCommentList.log @@ -9,9 +9,9 @@ "photoLink": "//lh3.googleusercontent.com/a/ACg8ocJnbqA6yq1Q0s-yU0hen8H6NFa_chOdcC2wpT9q-BJj0q7MyPU=s50-c-k-no" }, "kind": "drive#comment", - "id": "AAAB2PDA5tE", - "createdTime": "2026-03-25T09:10:56.674Z", - "modifiedTime": "2026-03-25T09:10:56.674Z", + "id": "AAAB2SbdDUE", + "createdTime": "2026-03-25T14:23:14.448Z", + "modifiedTime": "2026-03-25T14:23:14.448Z", "htmlContent": "Comment text", "content": "Comment text", "deleted": false diff --git a/docs/en/results/GoogleDrive/GetFilesList.log b/docs/en/results/GoogleDrive/GetFilesList.log index dba870e00a..2aacd89d67 100644 --- a/docs/en/results/GoogleDrive/GetFilesList.log +++ b/docs/en/results/GoogleDrive/GetFilesList.log @@ -96,17 +96,17 @@ "starred": false, "trashed": false, "explicitlyTrashed": false, - "version": "22744", + "version": "22918", "webContentLink": "https://drive.google.com/uc?id=1NKMmj4SJh3WUw74nhLuMofW7dfpUR520&export=download", "webViewLink": "https://drive.google.com/file/d/1NKMmj4SJh3WUw74nhLuMofW7dfpUR520/view?usp=drivesdk", "iconLink": "https://drive-thirdparty.googleusercontent.com/16/type/application/json", "hasThumbnail": false, "thumbnailVersion": "0", "viewedByMe": true, - "viewedByMeTime": "2026-03-25T04:46:07.83Z", + "viewedByMeTime": "2026-03-25T12:43:08.61Z", "createdTime": "2024-02-29T19:22:49.616Z", - "modifiedTime": "2026-03-25T04:46:07.83Z", - "modifiedByMeTime": "2026-03-25T04:46:07.83Z", + "modifiedTime": "2026-03-25T12:43:08.61Z", + "modifiedByMeTime": "2026-03-25T12:43:08.61Z", "modifiedByMe": true, "shared": false, "ownedByMe": true, @@ -116,12 +116,12 @@ "originalFilename": "***", "fullFileExtension": "json", "fileExtension": "json", - "md5Checksum": "26d3836d36a439673dc9d04972942e0a", - "sha1Checksum": "60e3a4124b2cdd792dbb9218dd34f003c101d92a", - "sha256Checksum": "cf0fc3c11344e72a5220e340d2aecef1151af2a21e08393031c1fb7ff434fb20", - "size": "25694", - "quotaBytesUsed": "25694", - "headRevisionId": "0B92vrbrhqfJrQXNMY3JCc1M5dWRPSmFUN0lYN3JhYnp3WXowPQ", + "md5Checksum": "cdf0bf821bdda4db8cc2da568f462895", + "sha1Checksum": "3de8fd939bb194f754ded9cf6cfe3e8ac6096e54", + "sha256Checksum": "4f059fcdc4d1b9fb9bd8b884d44bb8ac711b40c22b4f1cfcb2f7ecac5d8caa60", + "size": "25958", + "quotaBytesUsed": "25958", + "headRevisionId": "0B92vrbrhqfJrRkptYUZyWjNsdWxjSlZHMmZnaTRRdXhZSExZPQ", "isAppAuthorized": false, "inheritedPermissionsDisabled": false } diff --git a/docs/en/results/GoogleDrive/RefreshToken.log b/docs/en/results/GoogleDrive/RefreshToken.log index b426bf52ea..9fff6e7b0c 100644 --- a/docs/en/results/GoogleDrive/RefreshToken.log +++ b/docs/en/results/GoogleDrive/RefreshToken.log @@ -1,6 +1,6 @@ { "access_token": "***", "expires_in": 3599, - "scope": "https://www.googleapis.com/auth/spreadsheets https://www.googleapis.com/auth/drive https://www.googl...", + "scope": "https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/drive https://www.googleapi...", "token_type": "***" } diff --git a/docs/en/results/GoogleDrive/UpdateFile.log b/docs/en/results/GoogleDrive/UpdateFile.log index 1c438ed9ba..3c4c405231 100644 --- a/docs/en/results/GoogleDrive/UpdateFile.log +++ b/docs/en/results/GoogleDrive/UpdateFile.log @@ -1,6 +1,6 @@ { "kind": "drive#file", - "id": "1s3gdgnXgHkxxlirYW2lt2QY01BKXQyQk", + "id": "1TosihPWZXKVFWcCng1A4kXuYpD5-3zG_", "name": "UpdatedFile.jpg", "mimeType": "image/jpeg" } diff --git a/docs/en/results/GoogleDrive/UploadFile.log b/docs/en/results/GoogleDrive/UploadFile.log index 7ad62dd65a..2c29abf1fa 100644 --- a/docs/en/results/GoogleDrive/UploadFile.log +++ b/docs/en/results/GoogleDrive/UploadFile.log @@ -1,6 +1,6 @@ { "kind": "drive#file", - "id": "1T9UFViZUszGCdipXa09Vb3nCpsMQZ0_6", + "id": "13EXKYwf5ivhfAf6jlxDapbYLDw6FjNrC", "name": "New file.jpg", "mimeType": "image/jpeg" } diff --git a/docs/en/results/GoogleSheets/AddSheet.log b/docs/en/results/GoogleSheets/AddSheet.log index 322cd84747..869f22fc04 100644 --- a/docs/en/results/GoogleSheets/AddSheet.log +++ b/docs/en/results/GoogleSheets/AddSheet.log @@ -1,10 +1,10 @@ { - "spreadsheetId": "1dHn_PyvJ94ttv2Ntk0QkdOrE33GoAtqcKagL2WwmCCU", + "spreadsheetId": "1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY", "replies": [ { "addSheet": { "properties": { - "sheetId": 1310236469, + "sheetId": 549184676, "title": "TestSheet", "index": 2, "sheetType": "GRID", diff --git a/docs/en/results/GoogleSheets/ClearCells.log b/docs/en/results/GoogleSheets/ClearCells.log index 142bdc2840..b6d3eea620 100644 --- a/docs/en/results/GoogleSheets/ClearCells.log +++ b/docs/en/results/GoogleSheets/ClearCells.log @@ -1,5 +1,5 @@ { - "spreadsheetId": "1P_TYqvmcprZXNFHWZlB3jq1p2-p1Z-Xh7vYU7b8czQY", + "spreadsheetId": "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ", "clearedRanges": [ "Sheet2!B2", "Sheet2!A3", diff --git a/docs/en/results/GoogleSheets/CopySheet.log b/docs/en/results/GoogleSheets/CopySheet.log index 01cec1b1c7..b605f3d2b4 100644 --- a/docs/en/results/GoogleSheets/CopySheet.log +++ b/docs/en/results/GoogleSheets/CopySheet.log @@ -1,5 +1,5 @@ { - "sheetId": 483033668, + "sheetId": 452775253, "title": "Sheet1 (копия)", "index": 2, "sheetType": "GRID", diff --git a/docs/en/results/GoogleSheets/CreateSpreadsheet.log b/docs/en/results/GoogleSheets/CreateSpreadsheet.log index 087700fd6f..1804e53c45 100644 --- a/docs/en/results/GoogleSheets/CreateSpreadsheet.log +++ b/docs/en/results/GoogleSheets/CreateSpreadsheet.log @@ -1,5 +1,5 @@ { - "spreadsheetId": "1P_TYqvmcprZXNFHWZlB3jq1p2-p1Z-Xh7vYU7b8czQY", + "spreadsheetId": "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ", "properties": { "title": "TestTable", "locale": "ru_RU", @@ -134,7 +134,7 @@ "sheets": [ { "properties": { - "sheetId": 2114702527, + "sheetId": 715957899, "title": "Sheet1", "index": 0, "sheetType": "GRID", @@ -146,7 +146,7 @@ }, { "properties": { - "sheetId": 1145730480, + "sheetId": 972516575, "title": "Sheet2", "index": 1, "sheetType": "GRID", @@ -157,5 +157,5 @@ } } ], - "spreadsheetUrl": "https://docs.google.com/spreadsheets/d/1P_TYqvmcprZXNFHWZlB3jq1p2-p1Z-Xh7vYU7b8czQY/edit" + "spreadsheetUrl": "https://docs.google.com/spreadsheets/d/1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ/edit" } diff --git a/docs/en/results/GoogleSheets/DeleteSheet.log b/docs/en/results/GoogleSheets/DeleteSheet.log index 30733250f7..b1302e846a 100644 --- a/docs/en/results/GoogleSheets/DeleteSheet.log +++ b/docs/en/results/GoogleSheets/DeleteSheet.log @@ -1,5 +1,5 @@ { - "spreadsheetId": "1dHn_PyvJ94ttv2Ntk0QkdOrE33GoAtqcKagL2WwmCCU", + "spreadsheetId": "1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY", "replies": [ {} ] diff --git a/docs/en/results/GoogleSheets/EditSpreadsheetTitle.log b/docs/en/results/GoogleSheets/EditSpreadsheetTitle.log index 30733250f7..b1302e846a 100644 --- a/docs/en/results/GoogleSheets/EditSpreadsheetTitle.log +++ b/docs/en/results/GoogleSheets/EditSpreadsheetTitle.log @@ -1,5 +1,5 @@ { - "spreadsheetId": "1dHn_PyvJ94ttv2Ntk0QkdOrE33GoAtqcKagL2WwmCCU", + "spreadsheetId": "1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY", "replies": [ {} ] diff --git a/docs/en/results/GoogleSheets/GetCellValues.log b/docs/en/results/GoogleSheets/GetCellValues.log index 22678302af..1f58f3355c 100644 --- a/docs/en/results/GoogleSheets/GetCellValues.log +++ b/docs/en/results/GoogleSheets/GetCellValues.log @@ -1,5 +1,5 @@ { - "spreadsheetId": "1P_TYqvmcprZXNFHWZlB3jq1p2-p1Z-Xh7vYU7b8czQY", + "spreadsheetId": "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ", "valueRanges": [ { "range": "Sheet2!B2", diff --git a/docs/en/results/GoogleSheets/GetSpreadsheet.log b/docs/en/results/GoogleSheets/GetSpreadsheet.log index 9dadd9f3de..7aaba8a2b0 100644 --- a/docs/en/results/GoogleSheets/GetSpreadsheet.log +++ b/docs/en/results/GoogleSheets/GetSpreadsheet.log @@ -1,5 +1,5 @@ { - "spreadsheetId": "1dHn_PyvJ94ttv2Ntk0QkdOrE33GoAtqcKagL2WwmCCU", + "spreadsheetId": "1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY", "properties": { "title": "TestTable", "locale": "ru_RU", @@ -134,7 +134,7 @@ "sheets": [ { "properties": { - "sheetId": 1302659010, + "sheetId": 249229425, "title": "Sheet1", "index": 0, "sheetType": "GRID", @@ -146,7 +146,7 @@ }, { "properties": { - "sheetId": 1685015893, + "sheetId": 1693040275, "title": "Sheet2", "index": 1, "sheetType": "GRID", @@ -157,5 +157,5 @@ } } ], - "spreadsheetUrl": "https://docs.google.com/spreadsheets/d/1dHn_PyvJ94ttv2Ntk0QkdOrE33GoAtqcKagL2WwmCCU/edit" + "spreadsheetUrl": "https://docs.google.com/spreadsheets/d/1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY/edit" } diff --git a/docs/en/results/GoogleSheets/GetTable.log b/docs/en/results/GoogleSheets/GetTable.log index 1f74574578..b516e1ba29 100644 --- a/docs/en/results/GoogleSheets/GetTable.log +++ b/docs/en/results/GoogleSheets/GetTable.log @@ -1,5 +1,5 @@ { - "spreadsheetId": "1dHn_PyvJ94ttv2Ntk0QkdOrE33GoAtqcKagL2WwmCCU", + "spreadsheetId": "1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY", "properties": { "title": "Test table (changed.)", "locale": "ru_RU", @@ -134,7 +134,7 @@ "sheets": [ { "properties": { - "sheetId": 1685015893, + "sheetId": 1693040275, "title": "Sheet2", "index": 0, "sheetType": "GRID", @@ -146,7 +146,7 @@ }, { "properties": { - "sheetId": 1310236469, + "sheetId": 549184676, "title": "TestSheet", "index": 1, "sheetType": "GRID", @@ -157,5 +157,5 @@ } } ], - "spreadsheetUrl": "https://docs.google.com/spreadsheets/d/1dHn_PyvJ94ttv2Ntk0QkdOrE33GoAtqcKagL2WwmCCU/edit" + "spreadsheetUrl": "https://docs.google.com/spreadsheets/d/1FL0buk5qY8hZnvfN1mFfr-bDH1qk_c1qkC-6mPpfkJY/edit" } diff --git a/docs/en/results/GoogleSheets/RefreshToken.log b/docs/en/results/GoogleSheets/RefreshToken.log index 9fff6e7b0c..2fe9629f6e 100644 --- a/docs/en/results/GoogleSheets/RefreshToken.log +++ b/docs/en/results/GoogleSheets/RefreshToken.log @@ -1,6 +1,6 @@ { "access_token": "***", "expires_in": 3599, - "scope": "https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/drive https://www.googleapi...", + "scope": "https://www.googleapis.com/auth/spreadsheets https://www.googleapis.com/auth/calendar https://www.go...", "token_type": "***" } diff --git a/docs/en/results/GoogleSheets/SetCellValues.log b/docs/en/results/GoogleSheets/SetCellValues.log index 0e5a7daa8e..b1f12e8296 100644 --- a/docs/en/results/GoogleSheets/SetCellValues.log +++ b/docs/en/results/GoogleSheets/SetCellValues.log @@ -1,61 +1,61 @@ { - "spreadsheetId": "1P_TYqvmcprZXNFHWZlB3jq1p2-p1Z-Xh7vYU7b8czQY", + "spreadsheetId": "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ", "totalUpdatedRows": 4, "totalUpdatedColumns": 2, "totalUpdatedCells": 8, "totalUpdatedSheets": 1, "responses": [ { - "spreadsheetId": "1P_TYqvmcprZXNFHWZlB3jq1p2-p1Z-Xh7vYU7b8czQY", + "spreadsheetId": "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ", "updatedRange": "Sheet2!A1", "updatedRows": 1, "updatedColumns": 1, "updatedCells": 1 }, { - "spreadsheetId": "1P_TYqvmcprZXNFHWZlB3jq1p2-p1Z-Xh7vYU7b8czQY", + "spreadsheetId": "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ", "updatedRange": "Sheet2!A2", "updatedRows": 1, "updatedColumns": 1, "updatedCells": 1 }, { - "spreadsheetId": "1P_TYqvmcprZXNFHWZlB3jq1p2-p1Z-Xh7vYU7b8czQY", + "spreadsheetId": "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ", "updatedRange": "Sheet2!B2", "updatedRows": 1, "updatedColumns": 1, "updatedCells": 1 }, { - "spreadsheetId": "1P_TYqvmcprZXNFHWZlB3jq1p2-p1Z-Xh7vYU7b8czQY", + "spreadsheetId": "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ", "updatedRange": "Sheet2!B3", "updatedRows": 1, "updatedColumns": 1, "updatedCells": 1 }, { - "spreadsheetId": "1P_TYqvmcprZXNFHWZlB3jq1p2-p1Z-Xh7vYU7b8czQY", + "spreadsheetId": "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ", "updatedRange": "Sheet2!A3", "updatedRows": 1, "updatedColumns": 1, "updatedCells": 1 }, { - "spreadsheetId": "1P_TYqvmcprZXNFHWZlB3jq1p2-p1Z-Xh7vYU7b8czQY", + "spreadsheetId": "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ", "updatedRange": "Sheet2!A4", "updatedRows": 1, "updatedColumns": 1, "updatedCells": 1 }, { - "spreadsheetId": "1P_TYqvmcprZXNFHWZlB3jq1p2-p1Z-Xh7vYU7b8czQY", + "spreadsheetId": "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ", "updatedRange": "Sheet2!B1", "updatedRows": 1, "updatedColumns": 1, "updatedCells": 1 }, { - "spreadsheetId": "1P_TYqvmcprZXNFHWZlB3jq1p2-p1Z-Xh7vYU7b8czQY", + "spreadsheetId": "1578W2hD_oE1IrkJLpkCeq2gGtkfTr5GNGy3FU91xftQ", "updatedRange": "Sheet2!B4", "updatedRows": 1, "updatedColumns": 1, diff --git a/docs/en/results/GoogleWorkspace/RefreshToken.log b/docs/en/results/GoogleWorkspace/RefreshToken.log index b426bf52ea..9fff6e7b0c 100644 --- a/docs/en/results/GoogleWorkspace/RefreshToken.log +++ b/docs/en/results/GoogleWorkspace/RefreshToken.log @@ -1,6 +1,6 @@ { "access_token": "***", "expires_in": 3599, - "scope": "https://www.googleapis.com/auth/spreadsheets https://www.googleapis.com/auth/drive https://www.googl...", + "scope": "https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/drive https://www.googleapi...", "token_type": "***" } diff --git a/docs/en/results/GreenAPI/EditMessageText.log b/docs/en/results/GreenAPI/EditMessageText.log index 8b2d237767..b87a65bff3 100644 --- a/docs/en/results/GreenAPI/EditMessageText.log +++ b/docs/en/results/GreenAPI/EditMessageText.log @@ -1,3 +1,3 @@ { - "idMessage": "3EB0D199410A8EB60D2F4A" + "idMessage": "3EB0D7EFCFDFFF1486CC6B" } diff --git a/docs/en/results/GreenAPI/ForwardMessages.log b/docs/en/results/GreenAPI/ForwardMessages.log index 0dc70e65a7..8e91880403 100644 --- a/docs/en/results/GreenAPI/ForwardMessages.log +++ b/docs/en/results/GreenAPI/ForwardMessages.log @@ -1,5 +1,5 @@ { "messages": [ - "3EB0DF30734609E40804E5" + "3EB0DF04A823C089259898" ] } diff --git a/docs/en/results/GreenAPI/GetAccountInformation.log b/docs/en/results/GreenAPI/GetAccountInformation.log index 7f7e954240..509c7f008c 100644 --- a/docs/en/results/GreenAPI/GetAccountInformation.log +++ b/docs/en/results/GreenAPI/GetAccountInformation.log @@ -1,5 +1,5 @@ { - "avatar": "https://pps.whatsapp.net/v/t61.24694-24/657279258_907663075392894_2931521593816285333_n.jpg?stp=dst-...", + "avatar": "https://pps.whatsapp.net/v/t61.24694-24/656334263_1125426829708720_5519814278840505976_n.jpg?stp=dst...", "phone": "***", "stateInstance": "authorized", "deviceId": "***", diff --git a/docs/en/results/GreenAPI/GetChatHistory.log b/docs/en/results/GreenAPI/GetChatHistory.log index ec23f2e99a..1e6d4ef1f3 100644 --- a/docs/en/results/GreenAPI/GetChatHistory.log +++ b/docs/en/results/GreenAPI/GetChatHistory.log @@ -1,4 +1,1232 @@ [ + { + "type": "outgoing", + "idMessage": "3EB0E4ECD68632D65FCAC7", + "timestamp": 1774450352, + "typeMessage": "deletedMessage", + "chatId": "***", + "deletedMessageData": { + "stanzaId": "3EB057125E507CFCAC3611" + }, + "statusMessage": "sent", + "sendByApi": "***" + }, + { + "type": "outgoing", + "idMessage": "3EB0DF04A823C089259898", + "timestamp": 1774450351, + "typeMessage": "extendedTextMessage", + "chatId": "***", + "textMessage": "New message", + "extendedTextMessage": { + "text": "New message", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 1, + "isForwarded": true + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0BADCEDA69161C26545", + "timestamp": 1774450350, + "typeMessage": "contactMessage", + "chatId": "***", + "contact": { + "displayName": "Bicycle", + "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:;;;\nFN:Bicycle\nORG:Bicycle\nTEL;type=CELL;type=VOICE;waid=79001234568:+7900...", + "forwardingScore": 0, + "isForwarded": false + }, + "quotedMessage": { + "stanzaId": "3EB047FE000C94A17A8DE1", + "participant": "1234567890@c.us", + "typeMessage": "contactMessage", + "contact": { + "displayName": "Artem Evpatoriysky Petrovich", + "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:Petrovich;Artem;Evpatoriysky;\nFN:Artem Evpatoriysky Petrovich\nORG:Bicycle\n...", + "forwardingScore": 0, + "isForwarded": false + }, + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0261076E7826E6FFA0E", + "timestamp": 1774450349, + "typeMessage": "locationMessage", + "chatId": "***", + "location": { + "nameLocation": "", + "address": "", + "jpegThumbnail": "", + "latitude": 53.908522, + "longitude": 27.574821, + "forwardingScore": 0, + "isForwarded": false + }, + "quotedMessage": { + "stanzaId": "3EB0EF33806A37CA7BA9DF", + "participant": "1234567890@c.us", + "typeMessage": "locationMessage", + "location": { + "nameLocation": "Victory Square, Minsk", + "address": "Victory sq.", + "jpegThumbnail": "", + "latitude": 53.908522, + "longitude": 27.574821, + "forwardingScore": 0, + "isForwarded": false + }, + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB047FE000C94A17A8DE1", + "timestamp": 1774450349, + "typeMessage": "contactMessage", + "chatId": "***", + "contact": { + "displayName": "Artem Evpatoriysky Petrovich", + "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:Petrovich;Artem;Evpatoriysky;\nFN:Artem Evpatoriysky Petrovich\nORG:Bicycle\n...", + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0EF33806A37CA7BA9DF", + "timestamp": 1774450348, + "typeMessage": "locationMessage", + "chatId": "***", + "location": { + "nameLocation": "Victory Square, Minsk", + "address": "Victory sq.", + "jpegThumbnail": "", + "latitude": 53.908522, + "longitude": 27.574821, + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0142D48F7E266D8164D", + "timestamp": 1774450347, + "typeMessage": "pollMessage", + "chatId": "***", + "pollMessageData": { + "name": "What's your favorite color??", + "options": [ + { + "optionName": "Red" + }, + { + "optionName": "Yellow" + }, + { + "optionName": "Green" + } + ], + "multipleAnswers": true + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0BE365E30685BBDECDB", + "timestamp": 1774450346, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB083B16138CCF026775A", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB06C9B3E43178180076F", + "timestamp": 1774450346, + "typeMessage": "pollMessage", + "chatId": "***", + "pollMessageData": { + "name": "What's your favorite color??", + "options": [ + { + "optionName": "Red" + }, + { + "optionName": "Yellow" + }, + { + "optionName": "Green" + } + ], + "multipleAnswers": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB083B16138CCF026775A", + "timestamp": 1774450341, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://hut.openintegrations.dev/test_data/picture.jpg", + "caption": "File description", + "fileName": "picture.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB011354B52581B68C2D8", + "timestamp": 1774450336, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB043628A553C20F3889A", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB043628A553C20F3889A", + "timestamp": 1774450333, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://do-mediaout-7105.fra1.digitaloceanspaces.com/7105187566/0802bee2-e3fd-439b-a754-1df79209401d...", + "caption": "File description", + "fileName": "0802bee2-e3fd-439b-a754-1df79209401d.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0D0D7F8FB592D7CD78E", + "timestamp": 1774450328, + "typeMessage": "quotedMessage", + "chatId": "***", + "extendedTextMessage": { + "text": "New message", + "stanzaId": "3EB057125E507CFCAC3611", + "participant": "1234567890@c.us" + }, + "quotedMessage": { + "stanzaId": "3EB057125E507CFCAC3611", + "participant": "1234567890@c.us", + "typeMessage": "extendedTextMessage", + "textMessage": "New message", + "extendedTextMessage": { + "text": "New message", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "editedMessageId": "", + "deletedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB057125E507CFCAC3611", + "timestamp": 1774450327, + "typeMessage": "extendedTextMessage", + "chatId": "***", + "textMessage": "New message text", + "extendedTextMessage": { + "text": "New message text", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "3EB0E4ECD68632D65FCAC7", + "editedMessageId": "3EB0D7EFCFDFFF1486CC6B", + "isEdited": true, + "isDeleted": true + }, + { + "type": "outgoing", + "idMessage": "3EB01C4B2BC5F5FA196491", + "timestamp": 1774439663, + "typeMessage": "pollMessage", + "chatId": "***", + "pollMessageData": { + "name": "Какой ваш любимый цвет?", + "options": [ + { + "optionName": "Красный" + }, + { + "optionName": "Желтый" + }, + { + "optionName": "Зеленый" + } + ], + "multipleAnswers": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB040A08C51824D0F8D14", + "timestamp": 1774439662, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "Описание файла", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB031A72FCC9E8DF70F1F", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "Описание файла", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB031A72FCC9E8DF70F1F", + "timestamp": 1774439659, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://hut.openintegrations.dev/test_data/picture.jpg", + "caption": "Описание файла", + "fileName": "picture.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0AB0CCAE360A2D9BC10", + "timestamp": 1774439659, + "typeMessage": "deletedMessage", + "chatId": "***", + "deletedMessageData": { + "stanzaId": "3EB0A0131AF84B43921BE0" + }, + "statusMessage": "sent", + "sendByApi": "***" + }, + { + "type": "outgoing", + "idMessage": "3EB09EB5BC95DB4BF8754C", + "timestamp": 1774439653, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "Описание файла", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB00131A39DBF8E8A638B", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "Описание файла", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB00131A39DBF8E8A638B", + "timestamp": 1774439652, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://do-mediaout-7105.fra1.digitaloceanspaces.com/7105187566/a822f1f7-a8bc-4350-bc5f-1019c50d234e...", + "caption": "Описание файла", + "fileName": "a822f1f7-a8bc-4350-bc5f-1019c50d234e.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0E621F9854641B0E953", + "timestamp": 1774439648, + "typeMessage": "quotedMessage", + "chatId": "***", + "extendedTextMessage": { + "text": "Новое сообщение", + "stanzaId": "3EB0A0131AF84B43921BE0", + "participant": "1234567890@c.us" + }, + "quotedMessage": { + "stanzaId": "3EB0A0131AF84B43921BE0", + "participant": "1234567890@c.us", + "typeMessage": "extendedTextMessage", + "textMessage": "Новое сообщение", + "extendedTextMessage": { + "text": "Новое сообщение", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "editedMessageId": "", + "deletedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0A0131AF84B43921BE0", + "timestamp": 1774439647, + "typeMessage": "extendedTextMessage", + "chatId": "***", + "textMessage": "Новое сообщение", + "extendedTextMessage": { + "text": "Новое сообщение", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "3EB0AB0CCAE360A2D9BC10", + "editedMessageId": "", + "isEdited": false, + "isDeleted": true + }, + { + "type": "outgoing", + "idMessage": "3EB0BFC7CA4B4E781DC344", + "timestamp": 1774434449, + "typeMessage": "pollMessage", + "chatId": "***", + "pollMessageData": { + "name": "What's your favorite color??", + "options": [ + { + "optionName": "Red" + }, + { + "optionName": "Yellow" + }, + { + "optionName": "Green" + } + ], + "multipleAnswers": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB072436120F49FCBA187", + "timestamp": 1774434448, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB09600E51DC977BBC8B5", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB09600E51DC977BBC8B5", + "timestamp": 1774434445, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://hut.openintegrations.dev/test_data/picture.jpg", + "caption": "File description", + "fileName": "picture.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB03B936166A0B544C213", + "timestamp": 1774434443, + "typeMessage": "deletedMessage", + "chatId": "***", + "deletedMessageData": { + "stanzaId": "3EB06378C8A9543DE148D3" + }, + "statusMessage": "sent", + "sendByApi": "***" + }, + { + "type": "outgoing", + "idMessage": "3EB0A9A8823971B03E6A74", + "timestamp": 1774434440, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB0596C3803D9F4635FDD", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0596C3803D9F4635FDD", + "timestamp": 1774434437, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://do-mediaout-7105.fra1.digitaloceanspaces.com/7105187566/48550db1-90ee-4010-ab7d-dbdc77a393c3...", + "caption": "File description", + "fileName": "48550db1-90ee-4010-ab7d-dbdc77a393c3.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB04C9F2EA077DF502F7F", + "timestamp": 1774434434, + "typeMessage": "quotedMessage", + "chatId": "***", + "extendedTextMessage": { + "text": "New message", + "stanzaId": "3EB06378C8A9543DE148D3", + "participant": "1234567890@c.us" + }, + "quotedMessage": { + "stanzaId": "3EB06378C8A9543DE148D3", + "participant": "1234567890@c.us", + "typeMessage": "extendedTextMessage", + "textMessage": "New message", + "extendedTextMessage": { + "text": "New message", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "editedMessageId": "", + "deletedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB06378C8A9543DE148D3", + "timestamp": 1774434433, + "typeMessage": "extendedTextMessage", + "chatId": "***", + "textMessage": "New message", + "extendedTextMessage": { + "text": "New message", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "3EB03B936166A0B544C213", + "editedMessageId": "", + "isEdited": false, + "isDeleted": true + }, + { + "type": "outgoing", + "idMessage": "3EB0E05045D5FBB2347BA3", + "timestamp": 1774432821, + "typeMessage": "contactMessage", + "chatId": "***", + "contact": { + "displayName": "Bicycle", + "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:;;;\nFN:Bicycle\nORG:Bicycle\nTEL;type=CELL;type=VOICE;waid=79001234568:+7900...", + "forwardingScore": 0, + "isForwarded": false + }, + "quotedMessage": { + "stanzaId": "3EB08811E20D25B084F301", + "participant": "1234567890@c.us", + "typeMessage": "contactMessage", + "contact": { + "displayName": "Artem Evpatoriysky Petrovich", + "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:Petrovich;Artem;Evpatoriysky;\nFN:Artem Evpatoriysky Petrovich\nORG:Bicycle\n...", + "forwardingScore": 0, + "isForwarded": false + }, + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0256BA178B66B3B2797", + "timestamp": 1774432821, + "typeMessage": "deletedMessage", + "chatId": "***", + "deletedMessageData": { + "stanzaId": "3EB0730D08EA2995DE6B36" + }, + "statusMessage": "sent", + "sendByApi": "***" + }, + { + "type": "outgoing", + "idMessage": "3EB0FCBB35B921A7B524C8", + "timestamp": 1774432821, + "typeMessage": "extendedTextMessage", + "chatId": "***", + "textMessage": "New message", + "extendedTextMessage": { + "text": "New message", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 1, + "isForwarded": true + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB08811E20D25B084F301", + "timestamp": 1774432820, + "typeMessage": "contactMessage", + "chatId": "***", + "contact": { + "displayName": "Artem Evpatoriysky Petrovich", + "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:Petrovich;Artem;Evpatoriysky;\nFN:Artem Evpatoriysky Petrovich\nORG:Bicycle\n...", + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0B8221D3EFBE50F14A9", + "timestamp": 1774432819, + "typeMessage": "locationMessage", + "chatId": "***", + "location": { + "nameLocation": "", + "address": "", + "jpegThumbnail": "", + "latitude": 53.908522, + "longitude": 27.574821, + "forwardingScore": 0, + "isForwarded": false + }, + "quotedMessage": { + "stanzaId": "3EB0B70F1BB0FE5F67EC35", + "participant": "1234567890@c.us", + "typeMessage": "locationMessage", + "location": { + "nameLocation": "Victory Square, Minsk", + "address": "Victory sq.", + "jpegThumbnail": "", + "latitude": 53.908522, + "longitude": 27.574821, + "forwardingScore": 0, + "isForwarded": false + }, + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0A280731A7712E821EB", + "timestamp": 1774432818, + "typeMessage": "pollMessage", + "chatId": "***", + "pollMessageData": { + "name": "What's your favorite color??", + "options": [ + { + "optionName": "Red" + }, + { + "optionName": "Yellow" + }, + { + "optionName": "Green" + } + ], + "multipleAnswers": true + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0B70F1BB0FE5F67EC35", + "timestamp": 1774432818, + "typeMessage": "locationMessage", + "chatId": "***", + "location": { + "nameLocation": "Victory Square, Minsk", + "address": "Victory sq.", + "jpegThumbnail": "", + "latitude": 53.908522, + "longitude": 27.574821, + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0B43C4D98322D76D118", + "timestamp": 1774432816, + "typeMessage": "pollMessage", + "chatId": "***", + "pollMessageData": { + "name": "What's your favorite color??", + "options": [ + { + "optionName": "Red" + }, + { + "optionName": "Yellow" + }, + { + "optionName": "Green" + } + ], + "multipleAnswers": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0FA04DAFA8DC9699B7D", + "timestamp": 1774432815, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB0AA5D48CC6D9ED05D98", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0B0A316599F33514D3D", + "timestamp": 1774432814, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB050F840B4DB12D0BA10", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0AA5D48CC6D9ED05D98", + "timestamp": 1774432814, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://hut.openintegrations.dev/test_data/picture.jpg", + "caption": "File description", + "fileName": "picture.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB050F840B4DB12D0BA10", + "timestamp": 1774432812, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://do-mediaout-7105.fra1.digitaloceanspaces.com/7105187566/f7fdf6ab-582b-4cf8-bb92-c04d647d07d7...", + "caption": "File description", + "fileName": "f7fdf6ab-582b-4cf8-bb92-c04d647d07d7.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB07ACDCD99C78E561D69", + "timestamp": 1774432809, + "typeMessage": "quotedMessage", + "chatId": "***", + "extendedTextMessage": { + "text": "New message", + "stanzaId": "3EB0730D08EA2995DE6B36", + "participant": "1234567890@c.us" + }, + "quotedMessage": { + "stanzaId": "3EB0730D08EA2995DE6B36", + "participant": "1234567890@c.us", + "typeMessage": "extendedTextMessage", + "textMessage": "New message", + "extendedTextMessage": { + "text": "New message", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "editedMessageId": "", + "deletedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0730D08EA2995DE6B36", + "timestamp": 1774432807, + "typeMessage": "extendedTextMessage", + "chatId": "***", + "textMessage": "New message text", + "extendedTextMessage": { + "text": "New message text", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "3EB0256BA178B66B3B2797", + "editedMessageId": "3EB0E79CB22B135932DCE2", + "isEdited": true, + "isDeleted": true + }, { "type": "outgoing", "idMessage": "3EB061688597DC5CBCC526", @@ -1466,9 +2694,9 @@ "timestamp": 1774423651, "typeMessage": "extendedTextMessage", "chatId": "***", - "textMessage": "Новый текст сообщения", + "textMessage": "Новое сообщение", "extendedTextMessage": { - "text": "Новый текст сообщения", + "text": "Новое сообщение", "description": "", "title": "", "previewType": "None", @@ -1551,1254 +2779,5 @@ "editedMessageId": "", "isEdited": false, "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0E1B5E0B697F4AB65A3", - "timestamp": 1774421971, - "typeMessage": "contactMessage", - "chatId": "***", - "contact": { - "displayName": "Artem Evpatoriysky Petrovich", - "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:Petrovich;Artem;Evpatoriysky;\nFN:Artem Evpatoriysky Petrovich\nORG:Bicycle\n...", - "forwardingScore": 0, - "isForwarded": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB04E984FFAB1C78F998F", - "timestamp": 1774421970, - "typeMessage": "locationMessage", - "chatId": "***", - "location": { - "nameLocation": "Victory Square, Minsk", - "address": "Victory sq.", - "jpegThumbnail": "", - "latitude": 53.908522, - "longitude": 27.574821, - "forwardingScore": 0, - "isForwarded": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0F1EE3EA5B6FBC3DD31", - "timestamp": 1774421970, - "typeMessage": "locationMessage", - "chatId": "***", - "location": { - "nameLocation": "", - "address": "", - "jpegThumbnail": "", - "latitude": 53.908522, - "longitude": 27.574821, - "forwardingScore": 0, - "isForwarded": false - }, - "quotedMessage": { - "stanzaId": "3EB04E984FFAB1C78F998F", - "participant": "1234567890@c.us", - "typeMessage": "locationMessage", - "location": { - "nameLocation": "Victory Square, Minsk", - "address": "Victory sq.", - "jpegThumbnail": "", - "latitude": 53.908522, - "longitude": 27.574821, - "forwardingScore": 0, - "isForwarded": false - }, - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0B422E8BC1D48571E97", - "timestamp": 1774421969, - "typeMessage": "pollMessage", - "chatId": "***", - "pollMessageData": { - "name": "What's your favorite color??", - "options": [ - { - "optionName": "Red" - }, - { - "optionName": "Yellow" - }, - { - "optionName": "Green" - } - ], - "multipleAnswers": true - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB07DE3D3C530F237C195", - "timestamp": 1774421968, - "typeMessage": "pollMessage", - "chatId": "***", - "pollMessageData": { - "name": "What's your favorite color??", - "options": [ - { - "optionName": "Red" - }, - { - "optionName": "Yellow" - }, - { - "optionName": "Green" - } - ], - "multipleAnswers": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0EA4D8C9B368BF4D56B", - "timestamp": 1774421965, - "typeMessage": "videoMessage", - "chatId": "***", - "downloadUrl": "", - "caption": "File description", - "fileName": "", - "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", - "mimeType": "video/mp4", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "quotedMessage": { - "stanzaId": "3EB0B97F9C18EA836E17A0", - "participant": "1234567890@c.us", - "typeMessage": "imageMessage", - "downloadUrl": "", - "caption": "File description", - "fileName": "", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0B97F9C18EA836E17A0", - "timestamp": 1774421962, - "typeMessage": "imageMessage", - "chatId": "***", - "downloadUrl": "https://hut.openintegrations.dev/test_data/picture.jpg", - "caption": "File description", - "fileName": "picture.jpg", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0BD0C2C1201EC9B457D", - "timestamp": 1774421958, - "typeMessage": "videoMessage", - "chatId": "***", - "downloadUrl": "", - "caption": "File description", - "fileName": "", - "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", - "mimeType": "video/mp4", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "quotedMessage": { - "stanzaId": "3EB05F8B733B2673E86D15", - "participant": "1234567890@c.us", - "typeMessage": "imageMessage", - "downloadUrl": "", - "caption": "File description", - "fileName": "", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB05F8B733B2673E86D15", - "timestamp": 1774421956, - "typeMessage": "imageMessage", - "chatId": "***", - "downloadUrl": "https://do-mediaout-7105.fra1.digitaloceanspaces.com/7105187566/5b15c9f4-3a0a-4104-9cd0-3f672101db52...", - "caption": "File description", - "fileName": "5b15c9f4-3a0a-4104-9cd0-3f672101db52.jpg", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0C873C750D151331A53", - "timestamp": 1774421951, - "typeMessage": "quotedMessage", - "chatId": "***", - "extendedTextMessage": { - "text": "New message", - "stanzaId": "3EB00C32B60E38E6A986CC", - "participant": "1234567890@c.us" - }, - "quotedMessage": { - "stanzaId": "3EB00C32B60E38E6A986CC", - "participant": "1234567890@c.us", - "typeMessage": "extendedTextMessage", - "textMessage": "New message", - "extendedTextMessage": { - "text": "New message", - "description": "", - "title": "", - "previewType": "None", - "jpegThumbnail": "", - "forwardingScore": 0, - "isForwarded": false - }, - "editedMessageId": "", - "deletedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB00C32B60E38E6A986CC", - "timestamp": 1774421950, - "typeMessage": "extendedTextMessage", - "chatId": "***", - "textMessage": "New message text", - "extendedTextMessage": { - "text": "New message text", - "description": "", - "title": "", - "previewType": "None", - "jpegThumbnail": "", - "forwardingScore": 0, - "isForwarded": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "3EB044A6C0C334FFE4C1FB", - "editedMessageId": "3EB0BE24AEAC5D22F1F05E", - "isEdited": true, - "isDeleted": true - }, - { - "type": "outgoing", - "idMessage": "3EB0360758A0CD84D59775", - "timestamp": 1774418550, - "typeMessage": "extendedTextMessage", - "chatId": "***", - "textMessage": "Новое сообщение", - "extendedTextMessage": { - "text": "Новое сообщение", - "description": "", - "title": "", - "previewType": "None", - "jpegThumbnail": "", - "forwardingScore": 1, - "isForwarded": true - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0A03FCEF31539212E6F", - "timestamp": 1774418549, - "typeMessage": "contactMessage", - "chatId": "***", - "contact": { - "displayName": "Велосипед", - "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:;;;\nFN:Велосипед\nORG:Велосипед\nTEL;type=CELL;type=VOICE;waid=79001234568:+...", - "forwardingScore": 0, - "isForwarded": false - }, - "quotedMessage": { - "stanzaId": "3EB0F329E7B268105FAA3A", - "participant": "1234567890@c.us", - "typeMessage": "contactMessage", - "contact": { - "displayName": "Артем Евпаторийский Петрович", - "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:Петрович;Артем;Евпаторийский;\nFN:Артем Евпаторийский Петрович\nORG:Велосипе...", - "forwardingScore": 0, - "isForwarded": false - }, - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0EAA8A73E47DB1BC083", - "timestamp": 1774418548, - "typeMessage": "locationMessage", - "chatId": "***", - "location": { - "nameLocation": "", - "address": "", - "jpegThumbnail": "", - "latitude": 53.908522, - "longitude": 27.574821, - "forwardingScore": 0, - "isForwarded": false - }, - "quotedMessage": { - "stanzaId": "3EB0774D2D9D99A660A7F2", - "participant": "1234567890@c.us", - "typeMessage": "locationMessage", - "location": { - "nameLocation": "Площадь Победы, Минск", - "address": "пл. Победы", - "jpegThumbnail": "", - "latitude": 53.908522, - "longitude": 27.574821, - "forwardingScore": 0, - "isForwarded": false - }, - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB02BCCA050EF2D899C36", - "timestamp": 1774418548, - "typeMessage": "deletedMessage", - "chatId": "***", - "deletedMessageData": { - "stanzaId": "3EB0514D1410F0BE172BF8" - }, - "statusMessage": "sent", - "sendByApi": "***" - }, - { - "type": "outgoing", - "idMessage": "3EB0F329E7B268105FAA3A", - "timestamp": 1774418548, - "typeMessage": "contactMessage", - "chatId": "***", - "contact": { - "displayName": "Артем Евпаторийский Петрович", - "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:Петрович;Артем;Евпаторийский;\nFN:Артем Евпаторийский Петрович\nORG:Велосипе...", - "forwardingScore": 0, - "isForwarded": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0774D2D9D99A660A7F2", - "timestamp": 1774418547, - "typeMessage": "locationMessage", - "chatId": "***", - "location": { - "nameLocation": "Площадь Победы, Минск", - "address": "пл. Победы", - "jpegThumbnail": "", - "latitude": 53.908522, - "longitude": 27.574821, - "forwardingScore": 0, - "isForwarded": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0E193D431AEBEF73A2C", - "timestamp": 1774418546, - "typeMessage": "pollMessage", - "chatId": "***", - "pollMessageData": { - "name": "Какой ваш любимый цвет?", - "options": [ - { - "optionName": "Красный" - }, - { - "optionName": "Желтый" - }, - { - "optionName": "Зеленый" - } - ], - "multipleAnswers": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0CDA36B4D012F1BE06B", - "timestamp": 1774418546, - "typeMessage": "pollMessage", - "chatId": "***", - "pollMessageData": { - "name": "Какой ваш любимый цвет?", - "options": [ - { - "optionName": "Красный" - }, - { - "optionName": "Желтый" - }, - { - "optionName": "Зеленый" - } - ], - "multipleAnswers": true - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB00328F22E5C3A1BC72D", - "timestamp": 1774418545, - "typeMessage": "videoMessage", - "chatId": "***", - "downloadUrl": "", - "caption": "Описание файла", - "fileName": "", - "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", - "mimeType": "video/mp4", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "quotedMessage": { - "stanzaId": "3EB0D1CFAC5D90E2612B24", - "participant": "1234567890@c.us", - "typeMessage": "imageMessage", - "downloadUrl": "", - "caption": "Описание файла", - "fileName": "", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0C4A32005586978CABC", - "timestamp": 1774418544, - "typeMessage": "videoMessage", - "chatId": "***", - "downloadUrl": "", - "caption": "Описание файла", - "fileName": "", - "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", - "mimeType": "video/mp4", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "quotedMessage": { - "stanzaId": "3EB0C7D7B37761A8401BE9", - "participant": "1234567890@c.us", - "typeMessage": "imageMessage", - "downloadUrl": "", - "caption": "Описание файла", - "fileName": "", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0D1CFAC5D90E2612B24", - "timestamp": 1774418544, - "typeMessage": "imageMessage", - "chatId": "***", - "downloadUrl": "https://hut.openintegrations.dev/test_data/picture.jpg", - "caption": "Описание файла", - "fileName": "picture.jpg", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0C7D7B37761A8401BE9", - "timestamp": 1774418542, - "typeMessage": "imageMessage", - "chatId": "***", - "downloadUrl": "https://do-mediaout-7105.fra1.digitaloceanspaces.com/7105187566/024eae0f-4989-466c-a87d-6b9e4a308f7a...", - "caption": "Описание файла", - "fileName": "024eae0f-4989-466c-a87d-6b9e4a308f7a.jpg", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB08FE4CD8485478AA039", - "timestamp": 1774418539, - "typeMessage": "quotedMessage", - "chatId": "***", - "extendedTextMessage": { - "text": "Новое сообщение", - "stanzaId": "3EB0514D1410F0BE172BF8", - "participant": "1234567890@c.us" - }, - "quotedMessage": { - "stanzaId": "3EB0514D1410F0BE172BF8", - "participant": "1234567890@c.us", - "typeMessage": "extendedTextMessage", - "textMessage": "Новое сообщение", - "extendedTextMessage": { - "text": "Новое сообщение", - "description": "", - "title": "", - "previewType": "None", - "jpegThumbnail": "", - "forwardingScore": 0, - "isForwarded": false - }, - "editedMessageId": "", - "deletedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0514D1410F0BE172BF8", - "timestamp": 1774418538, - "typeMessage": "extendedTextMessage", - "chatId": "***", - "textMessage": "Новый текст сообщения", - "extendedTextMessage": { - "text": "Новый текст сообщения", - "description": "", - "title": "", - "previewType": "None", - "jpegThumbnail": "", - "forwardingScore": 0, - "isForwarded": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "3EB02BCCA050EF2D899C36", - "editedMessageId": "3EB0C1C60FE7FC82AA3DD6", - "isEdited": true, - "isDeleted": true - }, - { - "type": "outgoing", - "idMessage": "3EB0C3C4F2F777EA2EB25C", - "timestamp": 1774416955, - "typeMessage": "pollMessage", - "chatId": "***", - "pollMessageData": { - "name": "Какой ваш любимый цвет?", - "options": [ - { - "optionName": "Красный" - }, - { - "optionName": "Желтый" - }, - { - "optionName": "Зеленый" - } - ], - "multipleAnswers": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB05CEE31BD30C75B7B2B", - "timestamp": 1774416954, - "typeMessage": "videoMessage", - "chatId": "***", - "downloadUrl": "", - "caption": "Описание файла", - "fileName": "", - "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", - "mimeType": "video/mp4", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "quotedMessage": { - "stanzaId": "3EB0C2374F4462AF692F78", - "participant": "1234567890@c.us", - "typeMessage": "imageMessage", - "downloadUrl": "", - "caption": "Описание файла", - "fileName": "", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0C2374F4462AF692F78", - "timestamp": 1774416951, - "typeMessage": "imageMessage", - "chatId": "***", - "downloadUrl": "https://hut.openintegrations.dev/test_data/picture.jpg", - "caption": "Описание файла", - "fileName": "picture.jpg", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB076AC82967FDF1AC426", - "timestamp": 1774416949, - "typeMessage": "deletedMessage", - "chatId": "***", - "deletedMessageData": { - "stanzaId": "3EB06AEAF60A756CDBB429" - }, - "statusMessage": "sent", - "sendByApi": "***" - }, - { - "type": "outgoing", - "idMessage": "3EB053FC9E93B6BD9BC9F8", - "timestamp": 1774416946, - "typeMessage": "videoMessage", - "chatId": "***", - "downloadUrl": "", - "caption": "Описание файла", - "fileName": "", - "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", - "mimeType": "video/mp4", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "quotedMessage": { - "stanzaId": "3EB01D92847E41681A71C7", - "participant": "1234567890@c.us", - "typeMessage": "imageMessage", - "downloadUrl": "", - "caption": "Описание файла", - "fileName": "", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB01D92847E41681A71C7", - "timestamp": 1774416944, - "typeMessage": "imageMessage", - "chatId": "***", - "downloadUrl": "https://do-mediaout-7105.fra1.digitaloceanspaces.com/7105187566/65554279-e5da-4078-b722-7dee650238b4...", - "caption": "Описание файла", - "fileName": "65554279-e5da-4078-b722-7dee650238b4.jpg", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB01257D5BE28F95F34C9", - "timestamp": 1774416941, - "typeMessage": "quotedMessage", - "chatId": "***", - "extendedTextMessage": { - "text": "Новое сообщение", - "stanzaId": "3EB06AEAF60A756CDBB429", - "participant": "1234567890@c.us" - }, - "quotedMessage": { - "stanzaId": "3EB06AEAF60A756CDBB429", - "participant": "1234567890@c.us", - "typeMessage": "extendedTextMessage", - "textMessage": "Новое сообщение", - "extendedTextMessage": { - "text": "Новое сообщение", - "description": "", - "title": "", - "previewType": "None", - "jpegThumbnail": "", - "forwardingScore": 0, - "isForwarded": false - }, - "editedMessageId": "", - "deletedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB06AEAF60A756CDBB429", - "timestamp": 1774416940, - "typeMessage": "extendedTextMessage", - "chatId": "***", - "textMessage": "Новое сообщение", - "extendedTextMessage": { - "text": "Новое сообщение", - "description": "", - "title": "", - "previewType": "None", - "jpegThumbnail": "", - "forwardingScore": 0, - "isForwarded": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "3EB076AC82967FDF1AC426", - "editedMessageId": "", - "isEdited": false, - "isDeleted": true - }, - { - "type": "outgoing", - "idMessage": "3EB0C689FF0D885A61F62A", - "timestamp": 1774413570, - "typeMessage": "pollMessage", - "chatId": "***", - "pollMessageData": { - "name": "What's your favorite color??", - "options": [ - { - "optionName": "Red" - }, - { - "optionName": "Yellow" - }, - { - "optionName": "Green" - } - ], - "multipleAnswers": true - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0780EDCBF89E74FDBEA", - "timestamp": 1774413569, - "typeMessage": "pollMessage", - "chatId": "***", - "pollMessageData": { - "name": "What's your favorite color??", - "options": [ - { - "optionName": "Red" - }, - { - "optionName": "Yellow" - }, - { - "optionName": "Green" - } - ], - "multipleAnswers": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0A9FFA8604E33D0A10A", - "timestamp": 1774413568, - "typeMessage": "videoMessage", - "chatId": "***", - "downloadUrl": "", - "caption": "File description", - "fileName": "", - "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", - "mimeType": "video/mp4", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "quotedMessage": { - "stanzaId": "3EB065DE9840C5F706A969", - "participant": "1234567890@c.us", - "typeMessage": "imageMessage", - "downloadUrl": "", - "caption": "File description", - "fileName": "", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB03C778EAE66F099BA06", - "timestamp": 1774413566, - "typeMessage": "deletedMessage", - "chatId": "***", - "deletedMessageData": { - "stanzaId": "3EB07740F551CD153C0331" - }, - "statusMessage": "sent", - "sendByApi": "***" - }, - { - "type": "outgoing", - "idMessage": "3EB065DE9840C5F706A969", - "timestamp": 1774413565, - "typeMessage": "imageMessage", - "chatId": "***", - "downloadUrl": "https://hut.openintegrations.dev/test_data/picture.jpg", - "caption": "File description", - "fileName": "picture.jpg", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0D1F6E9144407C389B5", - "timestamp": 1774413561, - "typeMessage": "videoMessage", - "chatId": "***", - "downloadUrl": "", - "caption": "File description", - "fileName": "", - "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", - "mimeType": "video/mp4", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "quotedMessage": { - "stanzaId": "3EB050A0F7ACBAC79C955A", - "participant": "1234567890@c.us", - "typeMessage": "imageMessage", - "downloadUrl": "", - "caption": "File description", - "fileName": "", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB050A0F7ACBAC79C955A", - "timestamp": 1774413559, - "typeMessage": "imageMessage", - "chatId": "***", - "downloadUrl": "https://do-mediaout-7105.fra1.digitaloceanspaces.com/7105187566/425112b3-54a4-4019-9f4c-1052e528c58e...", - "caption": "File description", - "fileName": "425112b3-54a4-4019-9f4c-1052e528c58e.jpg", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0A31CBCE422CCA42185", - "timestamp": 1774413555, - "typeMessage": "quotedMessage", - "chatId": "***", - "extendedTextMessage": { - "text": "New message", - "stanzaId": "3EB07740F551CD153C0331", - "participant": "1234567890@c.us" - }, - "quotedMessage": { - "stanzaId": "3EB07740F551CD153C0331", - "participant": "1234567890@c.us", - "typeMessage": "extendedTextMessage", - "textMessage": "New message", - "extendedTextMessage": { - "text": "New message", - "description": "", - "title": "", - "previewType": "None", - "jpegThumbnail": "", - "forwardingScore": 0, - "isForwarded": false - }, - "editedMessageId": "", - "deletedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "", - "editedMessageId": "", - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB07740F551CD153C0331", - "timestamp": 1774413554, - "typeMessage": "extendedTextMessage", - "chatId": "***", - "textMessage": "New message", - "extendedTextMessage": { - "text": "New message", - "description": "", - "title": "", - "previewType": "None", - "jpegThumbnail": "", - "forwardingScore": 0, - "isForwarded": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "deletedMessageId": "3EB03C778EAE66F099BA06", - "editedMessageId": "", - "isEdited": false, - "isDeleted": true - }, - { - "type": "outgoing", - "idMessage": "3EB056111751ACAB5482BF", - "timestamp": 1774185715, - "typeMessage": "imageMessage", - "chatId": "***", - "downloadUrl": "https://do-media-7105.fra1.digitaloceanspaces.com/7105187566/b3423bd6-e4c1-44fd-964d-5e094fb9ac24.jp...", - "caption": "Описание файла", - "fileName": "b3423bd6-e4c1-44fd-964d-5e094fb9ac24.jpg", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - { - "type": "outgoing", - "idMessage": "3EB0974F51B23A408260CF", - "timestamp": 1774185710, - "typeMessage": "videoMessage", - "chatId": "***", - "downloadUrl": "", - "caption": "Описание файла", - "fileName": "", - "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", - "mimeType": "video/mp4", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "quotedMessage": { - "stanzaId": "3EB0F3273B0C92CDC2E59F", - "participant": "1234567890@c.us", - "typeMessage": "imageMessage", - "downloadUrl": "", - "caption": "Описание файла", - "fileName": "", - "jpegThumbnail": "", - "mimeType": "image/jpeg", - "isAnimated": false, - "isForwarded": false, - "forwardingScore": 0, - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false - }, - "statusMessage": "sent", - "sendByApi": "***", - "editedMessageId": "", - "deletedMessageId": "", - "videoNote": false, - "isEdited": false, - "isDeleted": false } ] diff --git a/docs/en/results/GreenAPI/GetGroupInformation.log b/docs/en/results/GreenAPI/GetGroupInformation.log index 7058114c5f..ad1ec6469d 100644 --- a/docs/en/results/GreenAPI/GetGroupInformation.log +++ b/docs/en/results/GreenAPI/GetGroupInformation.log @@ -1,9 +1,9 @@ { - "groupId": "120363406252072886@g.us", + "groupId": "120363422922409230@g.us", "owner": "***", "subject": "New group", - "creation": 1774431258, - "subjectTime": 1774431258, + "creation": 1774450299, + "subjectTime": 1774450299, "subjectOwner": "375447830891@c.us", "groupInviteLink": "***", "ephemeralExpiration": 0, diff --git a/docs/en/results/GreenAPI/GetIncomingMessageLog.log b/docs/en/results/GreenAPI/GetIncomingMessageLog.log index b76e44e194..f117788923 100644 --- a/docs/en/results/GreenAPI/GetIncomingMessageLog.log +++ b/docs/en/results/GreenAPI/GetIncomingMessageLog.log @@ -1 +1 @@ -[] +{} diff --git a/docs/en/results/GreenAPI/GetMessage.log b/docs/en/results/GreenAPI/GetMessage.log index c0c00087b5..8b02e5fd7d 100644 --- a/docs/en/results/GreenAPI/GetMessage.log +++ b/docs/en/results/GreenAPI/GetMessage.log @@ -1,12 +1,12 @@ { "type": "outgoing", - "idMessage": "3EB080EC35E41AED82DA09", - "timestamp": 1774431276, + "idMessage": "3EB057125E507CFCAC3611", + "timestamp": 1774450327, "typeMessage": "extendedTextMessage", "chatId": "***", - "textMessage": "New message", + "textMessage": "New message text", "extendedTextMessage": { - "text": "New message", + "text": "New message text", "description": "", "title": "", "previewType": "None", @@ -16,8 +16,8 @@ }, "statusMessage": "sent", "sendByApi": "***", - "deletedMessageId": "3EB07B4898ABB4EDB4D456", - "editedMessageId": "", - "isEdited": false, + "deletedMessageId": "3EB0E4ECD68632D65FCAC7", + "editedMessageId": "3EB0D7EFCFDFFF1486CC6B", + "isEdited": true, "isDeleted": true } diff --git a/docs/en/results/GreenAPI/GetMessageQueue.log b/docs/en/results/GreenAPI/GetMessageQueue.log index 4cdb925bd9..f117788923 100644 --- a/docs/en/results/GreenAPI/GetMessageQueue.log +++ b/docs/en/results/GreenAPI/GetMessageQueue.log @@ -1,54 +1 @@ -[ - { - "messageID": "3EB08E09D054445CC698F3", - "type": "sendContact", - "body": { - "chatId": "***", - "contact": { - "phoneContact": "***", - "firstName": "Artem", - "middleName": "Evpatoriysky", - "lastName": "Petrovich", - "company": "Bicycle" - }, - "typingTime": null - } - }, - { - "messageID": "3EB095F0EDCD987745C16C", - "type": "sendContact", - "body": { - "chatId": "***", - "contact": { - "phoneContact": "***", - "company": "Bicycle" - }, - "quotedMessageId": "3EB08E09D054445CC698F3", - "typingTime": null - } - }, - { - "messagesIDs": [ - "3EB0DF30734609E40804E5" - ], - "type": "ForwardMessages", - "body": { - "chatId": "***", - "chatIdFrom": "***", - "messages": [ - "3EB080EC35E41AED82DA09" - ], - "typingTime": null - } - }, - { - "messageID": "3EB0D199410A8EB60D2F4A", - "type": "editMessage", - "body": { - "chatId": "***", - "idMessage": "3EB080EC35E41AED82DA09", - "message": "New message text", - "linkPreview": true - } - } -] +{} diff --git a/docs/en/results/GreenAPI/GetNotification.log b/docs/en/results/GreenAPI/GetNotification.log index 7b7224d293..064a21fdb6 100644 --- a/docs/en/results/GreenAPI/GetNotification.log +++ b/docs/en/results/GreenAPI/GetNotification.log @@ -2,36 +2,31 @@ "receiptId": 1, "body": { "typeWebhook": "outgoingAPIMessageReceived", - "idMessage": "3EB0780EDCBF89E74FDBEA", "instanceData": { "idInstance": "***", "wid": "***", "typeInstance": "whatsapp" }, - "timestamp": 1774413569, + "timestamp": 1774416944, + "idMessage": "3EB01D92847E41681A71C7", "senderData": { "chatId": "***", + "chatName": "***", "sender": "***", "senderName": "***", - "senderContactName": "***", - "chatName": "***" + "senderContactName": "***" }, "messageData": { - "typeMessage": "pollMessage", - "pollMessageData": { - "name": "What's your favorite color??", - "options": [ - { - "optionName": "Red" - }, - { - "optionName": "Yellow" - }, - { - "optionName": "Green" - } - ], - "multipleAnswers": false + "typeMessage": "imageMessage", + "fileMessageData": { + "downloadUrl": "https://do-mediaout-7105.fra1.digitaloceanspaces.com/7105187566/65554279-e5da-4078-b722-7dee650238b4...", + "caption": "Описание файла", + "fileName": "65554279-e5da-4078-b722-7dee650238b4.jpg", + "jpegThumbnail": "", + "isAnimated": false, + "mimeType": "image/jpeg", + "forwardingScore": 0, + "isForwarded": false } } } diff --git a/docs/en/results/GreenAPI/GetOutgoingMessageLog.log b/docs/en/results/GreenAPI/GetOutgoingMessageLog.log index d73a2c65bd..c076dcac23 100644 --- a/docs/en/results/GreenAPI/GetOutgoingMessageLog.log +++ b/docs/en/results/GreenAPI/GetOutgoingMessageLog.log @@ -1,4 +1,1232 @@ [ + { + "type": "outgoing", + "idMessage": "3EB0E4ECD68632D65FCAC7", + "timestamp": 1774450352, + "typeMessage": "deletedMessage", + "chatId": "***", + "deletedMessageData": { + "stanzaId": "3EB057125E507CFCAC3611" + }, + "statusMessage": "sent", + "sendByApi": "***" + }, + { + "type": "outgoing", + "idMessage": "3EB0DF04A823C089259898", + "timestamp": 1774450351, + "typeMessage": "extendedTextMessage", + "chatId": "***", + "textMessage": "New message", + "extendedTextMessage": { + "text": "New message", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 1, + "isForwarded": true + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0BADCEDA69161C26545", + "timestamp": 1774450350, + "typeMessage": "contactMessage", + "chatId": "***", + "contact": { + "displayName": "Bicycle", + "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:;;;\nFN:Bicycle\nORG:Bicycle\nTEL;type=CELL;type=VOICE;waid=79001234568:+7900...", + "forwardingScore": 0, + "isForwarded": false + }, + "quotedMessage": { + "stanzaId": "3EB047FE000C94A17A8DE1", + "participant": "1234567890@c.us", + "typeMessage": "contactMessage", + "contact": { + "displayName": "Artem Evpatoriysky Petrovich", + "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:Petrovich;Artem;Evpatoriysky;\nFN:Artem Evpatoriysky Petrovich\nORG:Bicycle\n...", + "forwardingScore": 0, + "isForwarded": false + }, + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0261076E7826E6FFA0E", + "timestamp": 1774450349, + "typeMessage": "locationMessage", + "chatId": "***", + "location": { + "nameLocation": "", + "address": "", + "jpegThumbnail": "", + "latitude": 53.908522, + "longitude": 27.574821, + "forwardingScore": 0, + "isForwarded": false + }, + "quotedMessage": { + "stanzaId": "3EB0EF33806A37CA7BA9DF", + "participant": "1234567890@c.us", + "typeMessage": "locationMessage", + "location": { + "nameLocation": "Victory Square, Minsk", + "address": "Victory sq.", + "jpegThumbnail": "", + "latitude": 53.908522, + "longitude": 27.574821, + "forwardingScore": 0, + "isForwarded": false + }, + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB047FE000C94A17A8DE1", + "timestamp": 1774450349, + "typeMessage": "contactMessage", + "chatId": "***", + "contact": { + "displayName": "Artem Evpatoriysky Petrovich", + "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:Petrovich;Artem;Evpatoriysky;\nFN:Artem Evpatoriysky Petrovich\nORG:Bicycle\n...", + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0EF33806A37CA7BA9DF", + "timestamp": 1774450348, + "typeMessage": "locationMessage", + "chatId": "***", + "location": { + "nameLocation": "Victory Square, Minsk", + "address": "Victory sq.", + "jpegThumbnail": "", + "latitude": 53.908522, + "longitude": 27.574821, + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0142D48F7E266D8164D", + "timestamp": 1774450347, + "typeMessage": "pollMessage", + "chatId": "***", + "pollMessageData": { + "name": "What's your favorite color??", + "options": [ + { + "optionName": "Red" + }, + { + "optionName": "Yellow" + }, + { + "optionName": "Green" + } + ], + "multipleAnswers": true + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0BE365E30685BBDECDB", + "timestamp": 1774450346, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB083B16138CCF026775A", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB06C9B3E43178180076F", + "timestamp": 1774450346, + "typeMessage": "pollMessage", + "chatId": "***", + "pollMessageData": { + "name": "What's your favorite color??", + "options": [ + { + "optionName": "Red" + }, + { + "optionName": "Yellow" + }, + { + "optionName": "Green" + } + ], + "multipleAnswers": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB083B16138CCF026775A", + "timestamp": 1774450341, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://hut.openintegrations.dev/test_data/picture.jpg", + "caption": "File description", + "fileName": "picture.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB011354B52581B68C2D8", + "timestamp": 1774450336, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB043628A553C20F3889A", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB043628A553C20F3889A", + "timestamp": 1774450333, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://do-mediaout-7105.fra1.digitaloceanspaces.com/7105187566/0802bee2-e3fd-439b-a754-1df79209401d...", + "caption": "File description", + "fileName": "0802bee2-e3fd-439b-a754-1df79209401d.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0D0D7F8FB592D7CD78E", + "timestamp": 1774450328, + "typeMessage": "quotedMessage", + "chatId": "***", + "extendedTextMessage": { + "text": "New message", + "stanzaId": "3EB057125E507CFCAC3611", + "participant": "1234567890@c.us" + }, + "quotedMessage": { + "stanzaId": "3EB057125E507CFCAC3611", + "participant": "1234567890@c.us", + "typeMessage": "extendedTextMessage", + "textMessage": "New message", + "extendedTextMessage": { + "text": "New message", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "editedMessageId": "", + "deletedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB057125E507CFCAC3611", + "timestamp": 1774450327, + "typeMessage": "extendedTextMessage", + "chatId": "***", + "textMessage": "New message text", + "extendedTextMessage": { + "text": "New message text", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "3EB0E4ECD68632D65FCAC7", + "editedMessageId": "3EB0D7EFCFDFFF1486CC6B", + "isEdited": true, + "isDeleted": true + }, + { + "type": "outgoing", + "idMessage": "3EB01C4B2BC5F5FA196491", + "timestamp": 1774439663, + "typeMessage": "pollMessage", + "chatId": "***", + "pollMessageData": { + "name": "Какой ваш любимый цвет?", + "options": [ + { + "optionName": "Красный" + }, + { + "optionName": "Желтый" + }, + { + "optionName": "Зеленый" + } + ], + "multipleAnswers": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB040A08C51824D0F8D14", + "timestamp": 1774439662, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "Описание файла", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB031A72FCC9E8DF70F1F", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "Описание файла", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB031A72FCC9E8DF70F1F", + "timestamp": 1774439659, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://hut.openintegrations.dev/test_data/picture.jpg", + "caption": "Описание файла", + "fileName": "picture.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0AB0CCAE360A2D9BC10", + "timestamp": 1774439659, + "typeMessage": "deletedMessage", + "chatId": "***", + "deletedMessageData": { + "stanzaId": "3EB0A0131AF84B43921BE0" + }, + "statusMessage": "sent", + "sendByApi": "***" + }, + { + "type": "outgoing", + "idMessage": "3EB09EB5BC95DB4BF8754C", + "timestamp": 1774439653, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "Описание файла", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB00131A39DBF8E8A638B", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "Описание файла", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB00131A39DBF8E8A638B", + "timestamp": 1774439652, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://do-mediaout-7105.fra1.digitaloceanspaces.com/7105187566/a822f1f7-a8bc-4350-bc5f-1019c50d234e...", + "caption": "Описание файла", + "fileName": "a822f1f7-a8bc-4350-bc5f-1019c50d234e.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0E621F9854641B0E953", + "timestamp": 1774439648, + "typeMessage": "quotedMessage", + "chatId": "***", + "extendedTextMessage": { + "text": "Новое сообщение", + "stanzaId": "3EB0A0131AF84B43921BE0", + "participant": "1234567890@c.us" + }, + "quotedMessage": { + "stanzaId": "3EB0A0131AF84B43921BE0", + "participant": "1234567890@c.us", + "typeMessage": "extendedTextMessage", + "textMessage": "Новое сообщение", + "extendedTextMessage": { + "text": "Новое сообщение", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "editedMessageId": "", + "deletedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0A0131AF84B43921BE0", + "timestamp": 1774439647, + "typeMessage": "extendedTextMessage", + "chatId": "***", + "textMessage": "Новое сообщение", + "extendedTextMessage": { + "text": "Новое сообщение", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "3EB0AB0CCAE360A2D9BC10", + "editedMessageId": "", + "isEdited": false, + "isDeleted": true + }, + { + "type": "outgoing", + "idMessage": "3EB0BFC7CA4B4E781DC344", + "timestamp": 1774434449, + "typeMessage": "pollMessage", + "chatId": "***", + "pollMessageData": { + "name": "What's your favorite color??", + "options": [ + { + "optionName": "Red" + }, + { + "optionName": "Yellow" + }, + { + "optionName": "Green" + } + ], + "multipleAnswers": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB072436120F49FCBA187", + "timestamp": 1774434448, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB09600E51DC977BBC8B5", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB09600E51DC977BBC8B5", + "timestamp": 1774434445, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://hut.openintegrations.dev/test_data/picture.jpg", + "caption": "File description", + "fileName": "picture.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB03B936166A0B544C213", + "timestamp": 1774434443, + "typeMessage": "deletedMessage", + "chatId": "***", + "deletedMessageData": { + "stanzaId": "3EB06378C8A9543DE148D3" + }, + "statusMessage": "sent", + "sendByApi": "***" + }, + { + "type": "outgoing", + "idMessage": "3EB0A9A8823971B03E6A74", + "timestamp": 1774434440, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB0596C3803D9F4635FDD", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0596C3803D9F4635FDD", + "timestamp": 1774434437, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://do-mediaout-7105.fra1.digitaloceanspaces.com/7105187566/48550db1-90ee-4010-ab7d-dbdc77a393c3...", + "caption": "File description", + "fileName": "48550db1-90ee-4010-ab7d-dbdc77a393c3.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB04C9F2EA077DF502F7F", + "timestamp": 1774434434, + "typeMessage": "quotedMessage", + "chatId": "***", + "extendedTextMessage": { + "text": "New message", + "stanzaId": "3EB06378C8A9543DE148D3", + "participant": "1234567890@c.us" + }, + "quotedMessage": { + "stanzaId": "3EB06378C8A9543DE148D3", + "participant": "1234567890@c.us", + "typeMessage": "extendedTextMessage", + "textMessage": "New message", + "extendedTextMessage": { + "text": "New message", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "editedMessageId": "", + "deletedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB06378C8A9543DE148D3", + "timestamp": 1774434433, + "typeMessage": "extendedTextMessage", + "chatId": "***", + "textMessage": "New message", + "extendedTextMessage": { + "text": "New message", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "3EB03B936166A0B544C213", + "editedMessageId": "", + "isEdited": false, + "isDeleted": true + }, + { + "type": "outgoing", + "idMessage": "3EB0E05045D5FBB2347BA3", + "timestamp": 1774432821, + "typeMessage": "contactMessage", + "chatId": "***", + "contact": { + "displayName": "Bicycle", + "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:;;;\nFN:Bicycle\nORG:Bicycle\nTEL;type=CELL;type=VOICE;waid=79001234568:+7900...", + "forwardingScore": 0, + "isForwarded": false + }, + "quotedMessage": { + "stanzaId": "3EB08811E20D25B084F301", + "participant": "1234567890@c.us", + "typeMessage": "contactMessage", + "contact": { + "displayName": "Artem Evpatoriysky Petrovich", + "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:Petrovich;Artem;Evpatoriysky;\nFN:Artem Evpatoriysky Petrovich\nORG:Bicycle\n...", + "forwardingScore": 0, + "isForwarded": false + }, + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0256BA178B66B3B2797", + "timestamp": 1774432821, + "typeMessage": "deletedMessage", + "chatId": "***", + "deletedMessageData": { + "stanzaId": "3EB0730D08EA2995DE6B36" + }, + "statusMessage": "sent", + "sendByApi": "***" + }, + { + "type": "outgoing", + "idMessage": "3EB0FCBB35B921A7B524C8", + "timestamp": 1774432821, + "typeMessage": "extendedTextMessage", + "chatId": "***", + "textMessage": "New message", + "extendedTextMessage": { + "text": "New message", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 1, + "isForwarded": true + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB08811E20D25B084F301", + "timestamp": 1774432820, + "typeMessage": "contactMessage", + "chatId": "***", + "contact": { + "displayName": "Artem Evpatoriysky Petrovich", + "vcard": "BEGIN:VCARD\nVERSION:3.0\nN:Petrovich;Artem;Evpatoriysky;\nFN:Artem Evpatoriysky Petrovich\nORG:Bicycle\n...", + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0B8221D3EFBE50F14A9", + "timestamp": 1774432819, + "typeMessage": "locationMessage", + "chatId": "***", + "location": { + "nameLocation": "", + "address": "", + "jpegThumbnail": "", + "latitude": 53.908522, + "longitude": 27.574821, + "forwardingScore": 0, + "isForwarded": false + }, + "quotedMessage": { + "stanzaId": "3EB0B70F1BB0FE5F67EC35", + "participant": "1234567890@c.us", + "typeMessage": "locationMessage", + "location": { + "nameLocation": "Victory Square, Minsk", + "address": "Victory sq.", + "jpegThumbnail": "", + "latitude": 53.908522, + "longitude": 27.574821, + "forwardingScore": 0, + "isForwarded": false + }, + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0A280731A7712E821EB", + "timestamp": 1774432818, + "typeMessage": "pollMessage", + "chatId": "***", + "pollMessageData": { + "name": "What's your favorite color??", + "options": [ + { + "optionName": "Red" + }, + { + "optionName": "Yellow" + }, + { + "optionName": "Green" + } + ], + "multipleAnswers": true + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0B70F1BB0FE5F67EC35", + "timestamp": 1774432818, + "typeMessage": "locationMessage", + "chatId": "***", + "location": { + "nameLocation": "Victory Square, Minsk", + "address": "Victory sq.", + "jpegThumbnail": "", + "latitude": 53.908522, + "longitude": 27.574821, + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0B43C4D98322D76D118", + "timestamp": 1774432816, + "typeMessage": "pollMessage", + "chatId": "***", + "pollMessageData": { + "name": "What's your favorite color??", + "options": [ + { + "optionName": "Red" + }, + { + "optionName": "Yellow" + }, + { + "optionName": "Green" + } + ], + "multipleAnswers": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0FA04DAFA8DC9699B7D", + "timestamp": 1774432815, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB0AA5D48CC6D9ED05D98", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0B0A316599F33514D3D", + "timestamp": 1774432814, + "typeMessage": "videoMessage", + "chatId": "***", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "/9j/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB...", + "mimeType": "video/mp4", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "quotedMessage": { + "stanzaId": "3EB050F840B4DB12D0BA10", + "participant": "1234567890@c.us", + "typeMessage": "imageMessage", + "downloadUrl": "", + "caption": "File description", + "fileName": "", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0AA5D48CC6D9ED05D98", + "timestamp": 1774432814, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://hut.openintegrations.dev/test_data/picture.jpg", + "caption": "File description", + "fileName": "picture.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB050F840B4DB12D0BA10", + "timestamp": 1774432812, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://do-mediaout-7105.fra1.digitaloceanspaces.com/7105187566/f7fdf6ab-582b-4cf8-bb92-c04d647d07d7...", + "caption": "File description", + "fileName": "f7fdf6ab-582b-4cf8-bb92-c04d647d07d7.jpg", + "jpegThumbnail": "", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "sent", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB07ACDCD99C78E561D69", + "timestamp": 1774432809, + "typeMessage": "quotedMessage", + "chatId": "***", + "extendedTextMessage": { + "text": "New message", + "stanzaId": "3EB0730D08EA2995DE6B36", + "participant": "1234567890@c.us" + }, + "quotedMessage": { + "stanzaId": "3EB0730D08EA2995DE6B36", + "participant": "1234567890@c.us", + "typeMessage": "extendedTextMessage", + "textMessage": "New message", + "extendedTextMessage": { + "text": "New message", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "editedMessageId": "", + "deletedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "", + "editedMessageId": "", + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "3EB0730D08EA2995DE6B36", + "timestamp": 1774432807, + "typeMessage": "extendedTextMessage", + "chatId": "***", + "textMessage": "New message text", + "extendedTextMessage": { + "text": "New message text", + "description": "", + "title": "", + "previewType": "None", + "jpegThumbnail": "", + "forwardingScore": 0, + "isForwarded": false + }, + "statusMessage": "sent", + "sendByApi": "***", + "deletedMessageId": "3EB0256BA178B66B3B2797", + "editedMessageId": "3EB0E79CB22B135932DCE2", + "isEdited": true, + "isDeleted": true + }, { "type": "outgoing", "idMessage": "3EB061688597DC5CBCC526", diff --git a/docs/en/results/GreenAPI/SendContact.log b/docs/en/results/GreenAPI/SendContact.log index fd5b01e4a1..133ad163ab 100644 --- a/docs/en/results/GreenAPI/SendContact.log +++ b/docs/en/results/GreenAPI/SendContact.log @@ -1,3 +1,3 @@ { - "idMessage": "3EB08E09D054445CC698F3" + "idMessage": "3EB047FE000C94A17A8DE1" } diff --git a/docs/en/results/GreenAPI/SendFile.log b/docs/en/results/GreenAPI/SendFile.log index 7bebba99dd..96984f272c 100644 --- a/docs/en/results/GreenAPI/SendFile.log +++ b/docs/en/results/GreenAPI/SendFile.log @@ -1,4 +1,4 @@ { - "idMessage": "3EB0FDD42CB1140F5AF69C", - "urlFile": "https://do-mediaout-7105.fra1.digitaloceanspaces.com/7105187566/723915f1-319d-43a7-8a70-3e8591ca06d0..." + "idMessage": "3EB043628A553C20F3889A", + "urlFile": "https://do-mediaout-7105.fra1.digitaloceanspaces.com/7105187566/0802bee2-e3fd-439b-a754-1df79209401d..." } diff --git a/docs/en/results/GreenAPI/SendFileByURL.log b/docs/en/results/GreenAPI/SendFileByURL.log index aa470e8093..05970e637f 100644 --- a/docs/en/results/GreenAPI/SendFileByURL.log +++ b/docs/en/results/GreenAPI/SendFileByURL.log @@ -1,3 +1,3 @@ { - "idMessage": "3EB07548A36E66FF5D76C9" + "idMessage": "3EB083B16138CCF026775A" } diff --git a/docs/en/results/GreenAPI/SendLocation.log b/docs/en/results/GreenAPI/SendLocation.log index 700480f3ae..12ced73316 100644 --- a/docs/en/results/GreenAPI/SendLocation.log +++ b/docs/en/results/GreenAPI/SendLocation.log @@ -1,3 +1,3 @@ { - "idMessage": "3EB061688597DC5CBCC526" + "idMessage": "3EB0EF33806A37CA7BA9DF" } diff --git a/docs/en/results/GreenAPI/SendPoll.log b/docs/en/results/GreenAPI/SendPoll.log index d50d44c382..11a8331eb1 100644 --- a/docs/en/results/GreenAPI/SendPoll.log +++ b/docs/en/results/GreenAPI/SendPoll.log @@ -1,3 +1,3 @@ { - "idMessage": "3EB0F23AE470D047B9BB2E" + "idMessage": "3EB06C9B3E43178180076F" } diff --git a/docs/en/results/GreenAPI/SendTextMessage.log b/docs/en/results/GreenAPI/SendTextMessage.log index faa8126213..5fb3d6536f 100644 --- a/docs/en/results/GreenAPI/SendTextMessage.log +++ b/docs/en/results/GreenAPI/SendTextMessage.log @@ -1,3 +1,3 @@ { - "idMessage": "3EB080EC35E41AED82DA09" + "idMessage": "3EB057125E507CFCAC3611" } diff --git a/docs/en/results/GreenAPI/SetGroupPicture.log b/docs/en/results/GreenAPI/SetGroupPicture.log index cda768ac24..d7186b106b 100644 --- a/docs/en/results/GreenAPI/SetGroupPicture.log +++ b/docs/en/results/GreenAPI/SetGroupPicture.log @@ -1,5 +1,5 @@ { "reason": "", - "urlAvatar": "https://pps.whatsapp.net/v/t61.24694-24/658424551_946987394436396_2397283711405921529_n.jpg?ccb=11-4...", + "urlAvatar": "https://pps.whatsapp.net/v/t61.24694-24/656011731_27026799403588445_1557434307658138794_n.jpg?ccb=11...", "setGroupPicture": true } diff --git a/docs/en/results/GreenAPI/SetProfilePicture.log b/docs/en/results/GreenAPI/SetProfilePicture.log index fa74d9bcc9..f92b40b584 100644 --- a/docs/en/results/GreenAPI/SetProfilePicture.log +++ b/docs/en/results/GreenAPI/SetProfilePicture.log @@ -1,5 +1,5 @@ { "reason": null, - "urlAvatar": "https://pps.whatsapp.net/v/t61.24694-24/656558257_801711205833712_4790195179468814290_n.jpg?ccb=11-4...", + "urlAvatar": "https://pps.whatsapp.net/v/t61.24694-24/658129161_801883202479964_6413514971030389571_n.jpg?ccb=11-4...", "setProfilePicture": true } diff --git a/docs/en/results/GreenMax/GetGroupInformation.log b/docs/en/results/GreenMax/GetGroupInformation.log index af22a141af..767b6254d1 100644 --- a/docs/en/results/GreenMax/GetGroupInformation.log +++ b/docs/en/results/GreenMax/GetGroupInformation.log @@ -3,7 +3,7 @@ "owner": "39888725", "subject": "New group", "description": "", - "creation": 1774431317, + "creation": 1774450403, "groupInviteLink": "***", "allowParticipantsAddMembers": true, "allowParticipantsEditGroupSettings": true, diff --git a/docs/en/results/GreenMax/GetIncomingMessageLog.log b/docs/en/results/GreenMax/GetIncomingMessageLog.log index b76e44e194..f117788923 100644 --- a/docs/en/results/GreenMax/GetIncomingMessageLog.log +++ b/docs/en/results/GreenMax/GetIncomingMessageLog.log @@ -1 +1 @@ -[] +{} diff --git a/docs/en/results/GreenMax/GetIncomingNotificationCount.log b/docs/en/results/GreenMax/GetIncomingNotificationCount.log index a12749a922..f76d1b4b9a 100644 --- a/docs/en/results/GreenMax/GetIncomingNotificationCount.log +++ b/docs/en/results/GreenMax/GetIncomingNotificationCount.log @@ -1,3 +1,3 @@ { - "count": 4 + "count": 6 } diff --git a/docs/en/results/GreenMax/GetNotification.log b/docs/en/results/GreenMax/GetNotification.log index 99778f16cf..9e5d9a3011 100644 --- a/docs/en/results/GreenMax/GetNotification.log +++ b/docs/en/results/GreenMax/GetNotification.log @@ -1,33 +1,15 @@ { "receiptId": 1, "body": { - "typeWebhook": "outgoingAPIMessageReceived", + "typeWebhook": "outgoingMessageStatus", + "chatId": "***", "instanceData": { "idInstance": "***", "wid": "***", "typeInstance": "v3" }, - "timestamp": 1774429066, - "idMessage": "1774429064539", - "senderData": { - "chatId": "***", - "chatName": "***", - "sender": "***", - "senderName": "***", - "senderContactName": "***", - "senderPhoneNumber": "***" - }, - "messageData": { - "typeMessage": "extendedTextMessage", - "extendedTextMessageData": { - "text": "Message text", - "description": "", - "title": "", - "previewType": "None", - "jpegThumbnail": "", - "forwardingScore": 0, - "isForwarded": false - } - } + "timestamp": 1774434561, + "idMessage": "1774434501004", + "status": "notInGroup" } } diff --git a/docs/en/results/GreenMax/GetOutgoingMessageCount.log b/docs/en/results/GreenMax/GetOutgoingMessageCount.log index 89227e0789..ca17456e87 100644 --- a/docs/en/results/GreenMax/GetOutgoingMessageCount.log +++ b/docs/en/results/GreenMax/GetOutgoingMessageCount.log @@ -1,3 +1,3 @@ { - "count": 2 + "count": 0 } diff --git a/docs/en/results/GreenMax/GetOutgoingMessageLog.log b/docs/en/results/GreenMax/GetOutgoingMessageLog.log index 815f603359..073d475c09 100644 --- a/docs/en/results/GreenMax/GetOutgoingMessageLog.log +++ b/docs/en/results/GreenMax/GetOutgoingMessageLog.log @@ -1,11 +1,33 @@ [ { "type": "outgoing", - "idMessage": "1774431348232", - "timestamp": 1774431352, + "idMessage": "1774450449796", + "timestamp": 1774450453, + "typeMessage": "imageMessage", + "chatId": "***", + "downloadUrl": "https://hut.openintegrations.dev/test_data/picture.jpg", + "caption": "", + "fileName": "photo.jpg", + "jpegThumbnail": "UklGRh4BAABXRUJQVlA4IBIBAACQCACdASoyACYAP3Gsy2E0rCglqBVZypAuCUAZMQDDgZvlC9W+/2iE8uR8ULVrh0T+1MeFovSy...", + "mimeType": "image/jpeg", + "isAnimated": false, + "isForwarded": false, + "forwardingScore": 0, + "statusMessage": "delivered", + "sendByApi": "***", + "editedMessageId": "", + "deletedMessageId": "", + "videoNote": false, + "isEdited": false, + "isDeleted": false + }, + { + "type": "outgoing", + "idMessage": "1774450447210", + "timestamp": 1774450450, "typeMessage": "videoMessage", "chatId": "***", - "downloadUrl": "https://mediaout-3100.storage.yandexcloud.net/3100309139/9b8a5a75-c233-41cc-bcda-a8a0f0b798be.mp4", + "downloadUrl": "https://mediaout-3100.storage.yandexcloud.net/3100309139/6da45e50-6306-4888-ac59-b5f41147452b.mp4", "caption": "File description", "fileName": "vid.mp4", "jpegThumbnail": "UklGRgIBAABXRUJQVlA4IPYAAADQCACdASoyACYAP3GqxVm0raevqrv9+pAuCUAZ1gGliBxqO0qzotW3ldLyKD9F5oQCfx1Splps...", @@ -23,11 +45,11 @@ }, { "type": "outgoing", - "idMessage": "1774431346570", - "timestamp": 1774431346, + "idMessage": "1774450445178", + "timestamp": 1774450445, "typeMessage": "imageMessage", "chatId": "***", - "downloadUrl": "https://mediaout-3100.storage.yandexcloud.net/3100309139/d81b6570-d214-47ac-9164-b56890c58b0e.jpg", + "downloadUrl": "https://mediaout-3100.storage.yandexcloud.net/3100309139/0a5c0c0b-0c17-460a-9279-9abe516a06e4.jpg", "caption": "File description", "fileName": "photo.jpg", "jpegThumbnail": "UklGRh4BAABXRUJQVlA4IBIBAACQCACdASoyACYAP3Gsy2E0rCglqBVZypAuCUAZMQDDgZvlC9W+/2iE8uR8ULVrh0T+1MeFovSy...", @@ -45,8 +67,8 @@ }, { "type": "outgoing", - "idMessage": "1774431341433", - "timestamp": 1774431343, + "idMessage": "1774450440852", + "timestamp": 1774450442, "typeMessage": "extendedTextMessage", "chatId": "***", "textMessage": "Message text", diff --git a/docs/en/results/GreenMax/GetOutgoingMessageQueue.log b/docs/en/results/GreenMax/GetOutgoingMessageQueue.log index b76e44e194..f117788923 100644 --- a/docs/en/results/GreenMax/GetOutgoingMessageQueue.log +++ b/docs/en/results/GreenMax/GetOutgoingMessageQueue.log @@ -1 +1 @@ -[] +{} diff --git a/docs/en/results/GreenMax/SendFile.log b/docs/en/results/GreenMax/SendFile.log index 9a83e3344a..2a27adc793 100644 --- a/docs/en/results/GreenMax/SendFile.log +++ b/docs/en/results/GreenMax/SendFile.log @@ -1,4 +1,4 @@ { - "idMessage": "1774431346570", - "urlFile": "https://mediaout-3100.storage.yandexcloud.net/3100309139/d81b6570-d214-47ac-9164-b56890c58b0e.jpg" + "idMessage": "1774450445178", + "urlFile": "https://mediaout-3100.storage.yandexcloud.net/3100309139/0a5c0c0b-0c17-460a-9279-9abe516a06e4.jpg" } diff --git a/docs/en/results/GreenMax/SendFileByURL.log b/docs/en/results/GreenMax/SendFileByURL.log index a3e8fb6018..bb21bfe283 100644 --- a/docs/en/results/GreenMax/SendFileByURL.log +++ b/docs/en/results/GreenMax/SendFileByURL.log @@ -1,3 +1,3 @@ { - "idMessage": "1774431349618" + "idMessage": "1774450449796" } diff --git a/docs/en/results/GreenMax/SendTextMessage.log b/docs/en/results/GreenMax/SendTextMessage.log index f150a22690..01fac4842b 100644 --- a/docs/en/results/GreenMax/SendTextMessage.log +++ b/docs/en/results/GreenMax/SendTextMessage.log @@ -1,3 +1,3 @@ { - "idMessage": "1774431341433" + "idMessage": "1774450440852" } diff --git a/docs/en/results/HTTP/AddAWS4Authorization.log b/docs/en/results/HTTP/AddAWS4Authorization.log index 548fa1808e..a13a69e315 100644 --- a/docs/en/results/HTTP/AddAWS4Authorization.log +++ b/docs/en/results/HTTP/AddAWS4Authorization.log @@ -11,8 +11,8 @@ "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", "X-Amz-Content-Sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", - "X-Amz-Date": "20260325T093904Z", - "X-Arr-Log-Id": "d475a369-3389-468c-bdb0-4da238dec10f", + "X-Amz-Date": "20260325T145825Z", + "X-Arr-Log-Id": "e381b716-124c-4941-8bbb-4063975b8bb9", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/AddBasicAuthorization.log b/docs/en/results/HTTP/AddBasicAuthorization.log index f926e94e7a..822b3df66f 100644 --- a/docs/en/results/HTTP/AddBasicAuthorization.log +++ b/docs/en/results/HTTP/AddBasicAuthorization.log @@ -10,7 +10,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "30b98fb1-7ae7-47b4-92f7-92de00c80930", + "X-Arr-Log-Id": "1f871694-d7dc-4e5f-b1e3-2176401886f7", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/AddBearerAuthorization.log b/docs/en/results/HTTP/AddBearerAuthorization.log index b05bc7d0fb..c43a7daea5 100644 --- a/docs/en/results/HTTP/AddBearerAuthorization.log +++ b/docs/en/results/HTTP/AddBearerAuthorization.log @@ -10,7 +10,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "88a74767-9352-437c-9129-595aa4f13a52", + "X-Arr-Log-Id": "ad125942-12fa-48f5-ae24-f475014c2967", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/AddDataAsRelated.log b/docs/en/results/HTTP/AddDataAsRelated.log index 39055bc37c..50bc29ebea 100644 --- a/docs/en/results/HTTP/AddDataAsRelated.log +++ b/docs/en/results/HTTP/AddDataAsRelated.log @@ -1,6 +1,6 @@ { "args": {}, - "data": "--1f9f960e0b5f4edbab26d48a888633eb\r\nContent-Type: application/json; charset=UTF-8\r\n\r\n{\r\n \"Field1\": 1...", + "data": "--a9bf3a25940743ceabc28566be04b759\r\nContent-Type: application/json; charset=UTF-8\r\n\r\n{\r\n \"Field1\": 1...", "files": {}, "form": {}, "headers": { @@ -9,11 +9,11 @@ "Accept-Encoding": "gzip", "Connection": "Keep-Alive", "Content-Length": "208", - "Content-Type": "multipart/related; boundary=1f9f960e0b5f4edbab26d48a888633eb", + "Content-Type": "multipart/related; boundary=a9bf3a25940743ceabc28566be04b759", "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "8b5ed941-faac-4b00-ae7d-be293da28613", + "X-Arr-Log-Id": "fc13a7bf-cd77-4ed1-865e-43dec70d0336", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/AddHeader.log b/docs/en/results/HTTP/AddHeader.log index bd9b80e2f1..e9ffa648ed 100644 --- a/docs/en/results/HTTP/AddHeader.log +++ b/docs/en/results/HTTP/AddHeader.log @@ -9,7 +9,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "6a227ebe-88bd-4705-b3d3-3bb8a2c3afdf", + "X-Arr-Log-Id": "65da9f35-60c3-4416-9eae-72ffaefc706f", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Header1": "Value1", diff --git a/docs/en/results/HTTP/AddMultipartFormDataField.log b/docs/en/results/HTTP/AddMultipartFormDataField.log index 17644afd7f..35ff8cdeff 100644 --- a/docs/en/results/HTTP/AddMultipartFormDataField.log +++ b/docs/en/results/HTTP/AddMultipartFormDataField.log @@ -14,11 +14,11 @@ "Accept-Encoding": "gzip", "Connection": "Keep-Alive", "Content-Length": "2114372", - "Content-Type": "multipart/form-data; boundary=2f8f7ea5c9784c4ab4d275fad21f46bd", + "Content-Type": "multipart/form-data; boundary=67cdd7afd4a54428a58b455d5191ef67", "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "7d288450-9ca2-4c3c-82a5-cc3b5b2e8f33", + "X-Arr-Log-Id": "1d18af4b-8645-496b-8eae-b165ae5e3862", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/AddMultipartFormDataFile.log b/docs/en/results/HTTP/AddMultipartFormDataFile.log index ab1df982c5..b987a5bb5b 100644 --- a/docs/en/results/HTTP/AddMultipartFormDataFile.log +++ b/docs/en/results/HTTP/AddMultipartFormDataFile.log @@ -14,11 +14,11 @@ "Accept-Encoding": "gzip", "Connection": "Keep-Alive", "Content-Length": "2114372", - "Content-Type": "multipart/form-data; boundary=a96fb85b69414b8dba5ee840626c84e4", + "Content-Type": "multipart/form-data; boundary=287a8efc1eae42d2bc6d322eb6f0abad", "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "28c7043d-e692-485f-b771-1ef551410faa", + "X-Arr-Log-Id": "bcd27e9d-fd27-46df-aaf1-211dd9f57e68", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/AddOauthV1Authorization.log b/docs/en/results/HTTP/AddOauthV1Authorization.log index 0567296e0d..85b3c349ad 100644 --- a/docs/en/results/HTTP/AddOauthV1Authorization.log +++ b/docs/en/results/HTTP/AddOauthV1Authorization.log @@ -4,13 +4,13 @@ "Accept": "*/*", "Accept-Charset": "utf-8", "Accept-Encoding": "gzip", - "Authorization": "OAuth oauth_consumer_key=\"***\",oauth_token=\"***\",oauth_signature_method=\"HMAC-SHA256\",oauth_timestamp=\"1772818732\",oauth_nonce=\"1772818732\",oauth_version=\"1.0\",oauth_signature=dhFlTLBkQ5OG0SWILHExdpKFpUgVYxC1MNgpcr%2BdzO8%3D", + "Authorization": "OAuth oauth_consumer_key=\"***\",oauth_token=\"***\",oauth_signature_method=\"HMAC-SHA256\",oauth_timestam...", "Connection": "Keep-Alive", "Content-Length": "0", "Host": "bin.openintegrations.dev", "Max-Forwards": "10", - "User-Agent": "1Script v$2.0.0.0", - "X-Arr-Log-Id": "ef93e661-7a4a-4e33-8dae-ada460ba70e6", + "User-Agent": "1Script v$2.0.1.0", + "X-Arr-Log-Id": "1cbb1c04-235e-42b9-adce-c248b99a0c29", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/ExecuteRequest.log b/docs/en/results/HTTP/ExecuteRequest.log index 3c7ea63f7a..3cff928f01 100644 --- a/docs/en/results/HTTP/ExecuteRequest.log +++ b/docs/en/results/HTTP/ExecuteRequest.log @@ -9,7 +9,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "1298a6c6-30ee-419d-aeaa-c59091ba6fc9", + "X-Arr-Log-Id": "7ca42676-b811-43c2-bd55-d7bb7143694d", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/Initialize.log b/docs/en/results/HTTP/Initialize.log index 66f23c1731..17b63eca07 100644 --- a/docs/en/results/HTTP/Initialize.log +++ b/docs/en/results/HTTP/Initialize.log @@ -9,7 +9,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "8c9c4d13-68b2-456e-a119-8362ae3a8b04", + "X-Arr-Log-Id": "e21f56e7-b9c0-47ce-b0ba-6e550fed96b2", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/ProcessRequest.log b/docs/en/results/HTTP/ProcessRequest.log index 563f84f2cc..ed8480c458 100644 --- a/docs/en/results/HTTP/ProcessRequest.log +++ b/docs/en/results/HTTP/ProcessRequest.log @@ -9,7 +9,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "7d0970fc-e7cc-4271-a703-2747461a5991", + "X-Arr-Log-Id": "e50bbae2-1823-480d-8503-44daae34a626", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/ReturnResponseAsJSONObject.log b/docs/en/results/HTTP/ReturnResponseAsJSONObject.log index c0bd9283fc..e9cd657db1 100644 --- a/docs/en/results/HTTP/ReturnResponseAsJSONObject.log +++ b/docs/en/results/HTTP/ReturnResponseAsJSONObject.log @@ -13,7 +13,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "e75f0779-a99a-4ec7-8cbb-88f9857d27f9", + "X-Arr-Log-Id": "a93d8261-f646-4752-8fe1-4f4a69eea0fc", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/ReturnResponseAsString.log b/docs/en/results/HTTP/ReturnResponseAsString.log index 6424784b73..3c5dc79604 100644 --- a/docs/en/results/HTTP/ReturnResponseAsString.log +++ b/docs/en/results/HTTP/ReturnResponseAsString.log @@ -1 +1 @@ -"{\r\n \"args\": {},\r\n \"data\": \"...\",\r\n \"files\": {},\r\n \"form\": {},\r\n \"headers\": {\r\n \"Accept\": \"*/*\",\r\n \"Accept-Charset\": \"utf-8\",\r\n \"Accept-Encoding\": \"gzip\",\r\n \"Connection\": \"Keep-Alive\",\r\n \"Content-Length\": \"2114023\",\r\n \"Content-Type\": \"application/octet-stream\",\r\n \"Host\": \"bin.openintegrations.dev\",\r\n \"Max-Forwards\": \"10\",\r\n \"User-Agent\": \"1Script v$2.0.1.0\",\r\n \"X-Arr-Log-Id\": \"cc9f3691-a34c-4bc7-bf8e-345b30ec76db\",\r\n \"X-Arr-Ssl\": \"2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev\",\r\n \"X-Forwarded-Host\": \"bin.openintegrations.dev\",\r\n \"X-Original-Url\": \"/post\"\r\n },\r\n \"json\": null,\r\n \"origin\": \"***\",\r\n \"url\": \"https://bin.openintegrations.dev/post\"\r\n}" +"{\r\n \"args\": {},\r\n \"data\": \"...\",\r\n \"files\": {},\r\n \"form\": {},\r\n \"headers\": {\r\n \"Accept\": \"*/*\",\r\n \"Accept-Charset\": \"utf-8\",\r\n \"Accept-Encoding\": \"gzip\",\r\n \"Connection\": \"Keep-Alive\",\r\n \"Content-Length\": \"2114023\",\r\n \"Content-Type\": \"application/octet-stream\",\r\n \"Host\": \"bin.openintegrations.dev\",\r\n \"Max-Forwards\": \"10\",\r\n \"User-Agent\": \"1Script v$2.0.1.0\",\r\n \"X-Arr-Log-Id\": \"150229a4-840a-4359-bd2e-12ff836a47f4\",\r\n \"X-Arr-Ssl\": \"2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev\",\r\n \"X-Forwarded-Host\": \"bin.openintegrations.dev\",\r\n \"X-Original-Url\": \"/post\"\r\n },\r\n \"json\": null,\r\n \"origin\": \"***\",\r\n \"url\": \"https://bin.openintegrations.dev/post\"\r\n}" diff --git a/docs/en/results/HTTP/ReturnResponseFilename.log b/docs/en/results/HTTP/ReturnResponseFilename.log index 12068c38f2..8d50941c5a 100644 --- a/docs/en/results/HTTP/ReturnResponseFilename.log +++ b/docs/en/results/HTTP/ReturnResponseFilename.log @@ -1 +1 @@ -"/tmp/gh23xnmd.lqk" +"C:\\Users\\bayselonarrend\\AppData\\Local\\Temp\\30e1awg2.4yj" diff --git a/docs/en/results/HTTP/SendDataInParts.log b/docs/en/results/HTTP/SendDataInParts.log index e3e10fb055..a63c277ace 100644 --- a/docs/en/results/HTTP/SendDataInParts.log +++ b/docs/en/results/HTTP/SendDataInParts.log @@ -14,7 +14,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "15e6b897-6bae-4547-8715-6bd9a7d32120", + "X-Arr-Log-Id": "9c288562-ef07-4830-8bf4-ad23d103cc1b", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/SendPart.log b/docs/en/results/HTTP/SendPart.log index bf4df1b119..25ef485488 100644 --- a/docs/en/results/HTTP/SendPart.log +++ b/docs/en/results/HTTP/SendPart.log @@ -14,7 +14,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "adedf6ae-532e-4cb8-a868-7b337a3fe5e4", + "X-Arr-Log-Id": "ba5c4868-47cb-4c4c-8ac6-2760a60a9367", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/SetBinaryBody.log b/docs/en/results/HTTP/SetBinaryBody.log index 3926fc694f..ece98c92dc 100644 --- a/docs/en/results/HTTP/SetBinaryBody.log +++ b/docs/en/results/HTTP/SetBinaryBody.log @@ -13,7 +13,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "7d0718b2-149a-4baa-a6db-17a6fa292bc6", + "X-Arr-Log-Id": "072130c8-bfce-4b2c-8965-03f26edc8ef4", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/SetDataType.log b/docs/en/results/HTTP/SetDataType.log index e1b1120462..94688b7802 100644 --- a/docs/en/results/HTTP/SetDataType.log +++ b/docs/en/results/HTTP/SetDataType.log @@ -13,7 +13,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "639a6dae-a815-4012-bf46-a1b9b41b69fc", + "X-Arr-Log-Id": "4a110431-8e34-42d7-a426-81d25f59863e", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/SetFormBody.log b/docs/en/results/HTTP/SetFormBody.log index dc8f03c4fa..3872247e19 100644 --- a/docs/en/results/HTTP/SetFormBody.log +++ b/docs/en/results/HTTP/SetFormBody.log @@ -16,7 +16,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "522f4550-f985-44d8-be95-9be8ffd231b9", + "X-Arr-Log-Id": "98e533d9-c420-488c-97bf-adf6a3f2ce05", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/SetHeaders.log b/docs/en/results/HTTP/SetHeaders.log index 6715cbf4c9..fd34751ca3 100644 --- a/docs/en/results/HTTP/SetHeaders.log +++ b/docs/en/results/HTTP/SetHeaders.log @@ -9,7 +9,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "50bfde5a-9e5c-4f05-ac96-b1ad3e294b5e", + "X-Arr-Log-Id": "91383fc3-2844-4f9d-a069-680b08aaeaac", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Header1": "Value1", diff --git a/docs/en/results/HTTP/SetJsonBody.log b/docs/en/results/HTTP/SetJsonBody.log index d77d1acb89..4e79cc68dc 100644 --- a/docs/en/results/HTTP/SetJsonBody.log +++ b/docs/en/results/HTTP/SetJsonBody.log @@ -13,7 +13,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "8cdbb27e-fe60-47d0-a948-36c34fdf1442", + "X-Arr-Log-Id": "2f8a6d26-ac8e-413e-b2f3-128617612a8b", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/SetOAuthV1Algorithm.log b/docs/en/results/HTTP/SetOAuthV1Algorithm.log index a5f1b3091b..33d47c2d06 100644 --- a/docs/en/results/HTTP/SetOAuthV1Algorithm.log +++ b/docs/en/results/HTTP/SetOAuthV1Algorithm.log @@ -10,7 +10,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "689572ce-524b-4ca2-8f52-8a5a7e1bf6a2", + "X-Arr-Log-Id": "dc4bed50-2bde-4256-8f90-f393b02f761d", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/SetResponseFile.log b/docs/en/results/HTTP/SetResponseFile.log index 4e2352ed78..978ce7c273 100644 --- a/docs/en/results/HTTP/SetResponseFile.log +++ b/docs/en/results/HTTP/SetResponseFile.log @@ -1 +1 @@ -"/tmp/ademsufl.ols" +"C:\\Users\\bayselonarrend\\AppData\\Local\\Temp\\rranquyz.31f" diff --git a/docs/en/results/HTTP/SetStringBody.log b/docs/en/results/HTTP/SetStringBody.log index 93f48c78e7..d8d28c0618 100644 --- a/docs/en/results/HTTP/SetStringBody.log +++ b/docs/en/results/HTTP/SetStringBody.log @@ -13,7 +13,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "ccc644a5-844a-46f2-b804-19576f3fd60c", + "X-Arr-Log-Id": "5457c1ea-fe1c-4edb-9915-b290eb430ba8", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/SetURL.log b/docs/en/results/HTTP/SetURL.log index b357e1b1fb..8398fdcdf0 100644 --- a/docs/en/results/HTTP/SetURL.log +++ b/docs/en/results/HTTP/SetURL.log @@ -9,7 +9,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "28fde1ac-90c2-416a-a035-459a97555241", + "X-Arr-Log-Id": "a2d7c15d-a98a-4289-a603-427d39259db5", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/SetURLParams.log b/docs/en/results/HTTP/SetURLParams.log index dbcbed5fca..e5d4d308d5 100644 --- a/docs/en/results/HTTP/SetURLParams.log +++ b/docs/en/results/HTTP/SetURLParams.log @@ -12,7 +12,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "b19c8361-a5c1-4e5f-aeaf-076964952802", + "X-Arr-Log-Id": "7ae6ebbe-62c1-4115-a72d-f20fcb64f227", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/StartMultipartBody.log b/docs/en/results/HTTP/StartMultipartBody.log index ddef8a08fd..2f4f15b8b2 100644 --- a/docs/en/results/HTTP/StartMultipartBody.log +++ b/docs/en/results/HTTP/StartMultipartBody.log @@ -14,11 +14,11 @@ "Accept-Encoding": "gzip", "Connection": "Keep-Alive", "Content-Length": "2114372", - "Content-Type": "multipart/form-data; boundary=427addfe92b74dcea04e8e3012f9687f", + "Content-Type": "multipart/form-data; boundary=2471f77a7b184d5781796d574fe3ab0d", "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "1fbab17a-d1c3-4a60-971c-f8dd6e74c097", + "X-Arr-Log-Id": "a2515d68-b926-4034-af5e-22a92efe7be0", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/UseBodyFiledsAtOAuth.log b/docs/en/results/HTTP/UseBodyFiledsAtOAuth.log index 2a905acf2f..5877369813 100644 --- a/docs/en/results/HTTP/UseBodyFiledsAtOAuth.log +++ b/docs/en/results/HTTP/UseBodyFiledsAtOAuth.log @@ -15,11 +15,11 @@ "Authorization": "OAuth oauth_consumer_key=\"***\",oauth_token=\"***\",oauth_signature_method=\"HMAC-SHA256\",oauth_timestam...", "Connection": "Keep-Alive", "Content-Length": "2114372", - "Content-Type": "multipart/form-data; boundary=95e050a8be8d4d1bb19984e0a417d2fc", + "Content-Type": "multipart/form-data; boundary=33a0531a4de0488b9866cd0fcf7e6dff", "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "e05d976f-bd6c-46a0-b272-7a7fc8d8a8d5", + "X-Arr-Log-Id": "48b21937-98dc-4df9-91ec-c95b2d261c85", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/HTTP/UseEncoding.log b/docs/en/results/HTTP/UseEncoding.log index f5b935fd8f..2d6b444d3e 100644 --- a/docs/en/results/HTTP/UseEncoding.log +++ b/docs/en/results/HTTP/UseEncoding.log @@ -13,7 +13,7 @@ "Host": "bin.openintegrations.dev", "Max-Forwards": "10", "User-Agent": "1Script v$2.0.1.0", - "X-Arr-Log-Id": "aaaff1fa-0e40-442b-9aea-29cbee766b0b", + "X-Arr-Log-Id": "60c90c3a-b095-4096-8abc-dabe263d1bc4", "X-Arr-Ssl": "2048|256|C=BE, O=GlobalSign nv-sa, CN=GlobalSign GCC R6 AlphaSSL CA 2025|CN=*.openintegrations.dev", "X-Forwarded-Host": "bin.openintegrations.dev", "X-Original-Url": "***" diff --git a/docs/en/results/MSSQL/ExecuteSQLQuery.log b/docs/en/results/MSSQL/ExecuteSQLQuery.log index f86ec77139..232ccb7d72 100644 --- a/docs/en/results/MSSQL/ExecuteSQLQuery.log +++ b/docs/en/results/MSSQL/ExecuteSQLQuery.log @@ -3,14 +3,14 @@ { "Age": 20, "BirthDate": "2026-03-25", - "CreatedAt": "2026-03-25T09:04:11", + "CreatedAt": "2026-03-25T17:13:12", "Data": { "BYTES": "Base64" }, "FirstName": "Vitaly", "IsEmployed": 1, "LastName": "Alpaca", - "RowGuid": "78b940dd-0b6e-4620-a74c-3e156b012a74", + "RowGuid": "66233192-17c3-478f-b914-ede5177fb156", "Salary": 10.3 } ], diff --git a/docs/en/results/MSSQL/GetRecords.log b/docs/en/results/MSSQL/GetRecords.log index 93299f1315..4c0c06f382 100644 --- a/docs/en/results/MSSQL/GetRecords.log +++ b/docs/en/results/MSSQL/GetRecords.log @@ -4,17 +4,17 @@ "bigint_field": 20000000000, "bit_field": 1, "date_field": "2026-03-25", - "datetime_field": "2026-03-25T09:04:19", - "dto_field": "2026-03-24T23:04:19+00:00", + "datetime_field": "2026-03-25T17:13:30", + "dto_field": "2026-03-25T18:13:30+03:00", "float24_field": 10.1234569549561, "float53_field": 10.1234567891235, "int_field": 200000, "numeric_field": 5.333, "nvarchar_field": "Some text", "smallint_field": 2000, - "time_field": "09:04:19", + "time_field": "17:13:30", "tinyint_field": 5, - "uid_field": "a35c774c-33cc-4fe8-b837-da9f3fa5255e", + "uid_field": "ce80b306-8af0-4d39-9caa-0717e19e8240", "varbinary_field": { "BYTES": "/9j/4VTBRX..." }, diff --git a/docs/en/results/MongoDB/GetCollectionList.log b/docs/en/results/MongoDB/GetCollectionList.log index 0c20caa17e..8883c30341 100644 --- a/docs/en/results/MongoDB/GetCollectionList.log +++ b/docs/en/results/MongoDB/GetCollectionList.log @@ -29,7 +29,7 @@ "info": { "readOnly": false, "uuid": { - "__B64_BINARY__": "yVnJ53F1RcGLmoF3YSpR5A==" + "__B64_BINARY__": "WLYhq/BcTla9h27U0IXcLQ==" } }, "idIndex": { diff --git a/docs/en/results/MongoDB/GetCursor.log b/docs/en/results/MongoDB/GetCursor.log index 8040b1a629..0c6cb3f6f9 100644 --- a/docs/en/results/MongoDB/GetCursor.log +++ b/docs/en/results/MongoDB/GetCursor.log @@ -4,7 +4,7 @@ "cursor": { "firstBatch": [ { - "_id": "69c3a548f324c480927864e5", + "_id": "69c3ee13344c6b73af63da11", "stringField": "Text", "oidField": "63ceed18f71dda7d8cf21e8e", "jsField": "const result = [1, 2, 3].map(x => x * 2).filter(x => x > 3);", @@ -14,7 +14,7 @@ "doubleField": 124.456, "boolField": true, "dateField": "2025-11-15T10:55:41Z", - "tsField": "Timestamp(1774429512, 0)", + "tsField": "Timestamp(1774458947, 0)", "regexpField": "/[a-z]+@[a-z]+\\.[a-z]+/i", "binaryField": { "__B64_BINARY__": "VGV4dA==" @@ -32,7 +32,7 @@ ] } ], - "id": 4737319560960601930, + "id": 3849832966060448614, "ns": "main.new_collection" }, "ok": 1 diff --git a/docs/en/results/MongoDB/GetDatabaseUsers.log b/docs/en/results/MongoDB/GetDatabaseUsers.log index 3dac877a9f..14bb69360c 100644 --- a/docs/en/results/MongoDB/GetDatabaseUsers.log +++ b/docs/en/results/MongoDB/GetDatabaseUsers.log @@ -5,7 +5,7 @@ { "_id": "main.newuser", "userId": { - "__B64_BINARY__": "FDixi96SQHSgGzzLbZV+Xg==" + "__B64_BINARY__": "D2q3m0QESyGk+uLdferKJw==" }, "user": "newuser", "db": "main", diff --git a/docs/en/results/MongoDB/GetDocumentBatch.log b/docs/en/results/MongoDB/GetDocumentBatch.log index 0f708bac15..c2897fe2b0 100644 --- a/docs/en/results/MongoDB/GetDocumentBatch.log +++ b/docs/en/results/MongoDB/GetDocumentBatch.log @@ -4,7 +4,7 @@ "cursor": { "nextBatch": [ { - "_id": "69c3a548f324c480927864e4", + "_id": "69c3ee13344c6b73af63da10", "stringField": "Text", "intField": 200, "doubleField": 123.456, @@ -17,7 +17,7 @@ "text": "Text", "number": 10 }, - "dateField": "2026-03-25T09:05:12Z", + "dateField": "2026-03-25T17:15:47Z", "nullField": null } ], diff --git a/docs/en/results/MongoDB/GetDocuments.log b/docs/en/results/MongoDB/GetDocuments.log index d85661b6aa..6ecf27f1d1 100644 --- a/docs/en/results/MongoDB/GetDocuments.log +++ b/docs/en/results/MongoDB/GetDocuments.log @@ -2,7 +2,7 @@ "result": true, "data": [ { - "_id": "69c3a548f324c480927864e5", + "_id": "69c3ee13344c6b73af63da11", "stringField": "Text", "oidField": "63ceed18f71dda7d8cf21e8e", "jsField": "const result = [1, 2, 3].map(x => x * 2).filter(x => x > 3);", @@ -12,7 +12,7 @@ "doubleField": 124.456, "boolField": true, "dateField": "2025-11-15T10:55:41Z", - "tsField": "Timestamp(1774429512, 0)", + "tsField": "Timestamp(1774458947, 0)", "regexpField": "/[a-z]+@[a-z]+\\.[a-z]+/i", "binaryField": { "__B64_BINARY__": "VGV4dA==" @@ -30,7 +30,7 @@ ] }, { - "_id": "69c3a548f324c480927864e4", + "_id": "69c3ee13344c6b73af63da10", "stringField": "Text", "intField": 200, "doubleField": 123.456, @@ -43,7 +43,7 @@ "text": "Text", "number": 10 }, - "dateField": "2026-03-25T09:05:12Z", + "dateField": "2026-03-25T17:15:47Z", "nullField": null } ] diff --git a/docs/en/results/MongoDB/GetListOfBases.log b/docs/en/results/MongoDB/GetListOfBases.log index 795da37ad4..e50cc08a31 100644 --- a/docs/en/results/MongoDB/GetListOfBases.log +++ b/docs/en/results/MongoDB/GetListOfBases.log @@ -9,7 +9,7 @@ }, { "name": "config", - "sizeOnDisk": 86016, + "sizeOnDisk": 61440, "empty": false }, { @@ -19,11 +19,11 @@ }, { "name": "main", - "sizeOnDisk": 73728, + "sizeOnDisk": 40960, "empty": false } ], - "totalSize": 458752, + "totalSize": 401408, "totalSizeMb": 0, "ok": 1 } diff --git a/docs/en/results/MongoDB/GetRoles.log b/docs/en/results/MongoDB/GetRoles.log index 4b4ff931d4..086ab8a423 100644 --- a/docs/en/results/MongoDB/GetRoles.log +++ b/docs/en/results/MongoDB/GetRoles.log @@ -21,11 +21,11 @@ ], "roles": [ { - "role": "userAdmin", + "role": "read", "db": "admin" }, { - "role": "read", + "role": "userAdmin", "db": "admin" } ], diff --git a/docs/en/results/MongoDB/GetUsers.log b/docs/en/results/MongoDB/GetUsers.log index 1a1f3dfaba..8eb73ee897 100644 --- a/docs/en/results/MongoDB/GetUsers.log +++ b/docs/en/results/MongoDB/GetUsers.log @@ -702,7 +702,7 @@ { "_id": "main.newuser", "userId": { - "__B64_BINARY__": "FDixi96SQHSgGzzLbZV+Xg==" + "__B64_BINARY__": "D2q3m0QESyGk+uLdferKJw==" }, "user": "newuser", "db": "main", @@ -713,13 +713,13 @@ "credentials": { "SCRAM-SHA-1": { "iterationCount": 10000, - "salt": "ddxQmTjB4W/9J05q5PPb/w==", + "salt": "xHkDdny0w7Aue407In7Haw==", "storedKey": "***", "serverKey": "***" }, "SCRAM-SHA-256": { "iterationCount": 15000, - "salt": "67XC/DQIgOWN4LPU4x3epMsE6KYhuQs4Vlcrwg==", + "salt": "oTxnStaQNKHBkOrav/jjFEnsPOPn0y3gcU4noQ==", "storedKey": "***", "serverKey": "***" } diff --git a/docs/en/results/MySQL/ExecuteSQLQuery.log b/docs/en/results/MySQL/ExecuteSQLQuery.log index 7f06f2d86d..afeb66d40f 100644 --- a/docs/en/results/MySQL/ExecuteSQLQuery.log +++ b/docs/en/results/MySQL/ExecuteSQLQuery.log @@ -6,10 +6,10 @@ "data": { "BYTES": "Base64" }, - "date": "2026-03-25T00:00:00+00:00", + "date": "2026-03-25T03:00:00+03:00", "name": "Vitaly", "salary": 1000.12, - "time": "1970-01-01T09:02:59+00:00", + "time": "1970-01-01T19:11:20+02:00", "type": 1 } ], diff --git a/docs/en/results/MySQL/GetRecords.log b/docs/en/results/MySQL/GetRecords.log index 5271294457..db05740284 100644 --- a/docs/en/results/MySQL/GetRecords.log +++ b/docs/en/results/MySQL/GetRecords.log @@ -3,8 +3,8 @@ { "bigint_field": 9223372036854775807, "char_field": "AAAAA", - "date_field": "2026-03-25T00:00:00+00:00", - "datetime_field": "2026-03-25T09:03:34+00:00", + "date_field": "2026-03-25T03:00:00+03:00", + "datetime_field": "2026-03-25T20:12:21+03:00", "double_field": 100.51212310791, "float_field": 100.5, "int_field": -2147483647, @@ -17,8 +17,8 @@ "set_field": "one", "smallint_field": -32767, "text_field": "Some text", - "time_field": "1970-01-01T09:03:34+00:00", - "timestamp_field": "2026-03-25T09:03:34+00:00", + "time_field": "1970-01-01T19:12:21+02:00", + "timestamp_field": "2026-03-25T20:12:21+03:00", "tinyint_field": 127, "tinytext_field": "Some tiny text", "uint_field": 4294967295, diff --git a/docs/en/results/MySQL/GetTableInformation.log b/docs/en/results/MySQL/GetTableInformation.log index 8a09df5b6c..52f4487a2e 100644 --- a/docs/en/results/MySQL/GetTableInformation.log +++ b/docs/en/results/MySQL/GetTableInformation.log @@ -1,104 +1,5 @@ { "data": [ - { - "CHARACTER_MAXIMUM_LENGTH": 5, - "COLUMN_DEFAULT": null, - "COLUMN_NAME": "char_field", - "DATA_TYPE": { - "BYTES": "Y2hhcg==" - }, - "IS_NULLABLE": "YES" - }, - { - "CHARACTER_MAXIMUM_LENGTH": 255, - "COLUMN_DEFAULT": null, - "COLUMN_NAME": "varchar_field", - "DATA_TYPE": { - "BYTES": "dmFyY2hhcg==" - }, - "IS_NULLABLE": "YES" - }, - { - "CHARACTER_MAXIMUM_LENGTH": 255, - "COLUMN_DEFAULT": null, - "COLUMN_NAME": "tinytext_field", - "DATA_TYPE": { - "BYTES": "dGlueXRleHQ=" - }, - "IS_NULLABLE": "YES" - }, - { - "CHARACTER_MAXIMUM_LENGTH": 65535, - "COLUMN_DEFAULT": null, - "COLUMN_NAME": "text_field", - "DATA_TYPE": { - "BYTES": "dGV4dA==" - }, - "IS_NULLABLE": "YES" - }, - { - "CHARACTER_MAXIMUM_LENGTH": 16777215, - "COLUMN_DEFAULT": null, - "COLUMN_NAME": "mediumtext_field", - "DATA_TYPE": { - "BYTES": "bWVkaXVtdGV4dA==" - }, - "IS_NULLABLE": "YES" - }, - { - "CHARACTER_MAXIMUM_LENGTH": 4294967295, - "COLUMN_DEFAULT": null, - "COLUMN_NAME": "longtext_field", - "DATA_TYPE": { - "BYTES": "bG9uZ3RleHQ=" - }, - "IS_NULLABLE": "YES" - }, - { - "CHARACTER_MAXIMUM_LENGTH": null, - "COLUMN_DEFAULT": null, - "COLUMN_NAME": "tinyint_field", - "DATA_TYPE": { - "BYTES": "dGlueWludA==" - }, - "IS_NULLABLE": "YES" - }, - { - "CHARACTER_MAXIMUM_LENGTH": null, - "COLUMN_DEFAULT": null, - "COLUMN_NAME": "smallint_field", - "DATA_TYPE": { - "BYTES": "c21hbGxpbnQ=" - }, - "IS_NULLABLE": "YES" - }, - { - "CHARACTER_MAXIMUM_LENGTH": null, - "COLUMN_DEFAULT": null, - "COLUMN_NAME": "mediumint_field", - "DATA_TYPE": { - "BYTES": "bWVkaXVtaW50" - }, - "IS_NULLABLE": "YES" - }, - { - "CHARACTER_MAXIMUM_LENGTH": null, - "COLUMN_DEFAULT": null, - "COLUMN_NAME": "int_field", - "DATA_TYPE": { - "BYTES": "aW50" - }, - "IS_NULLABLE": "YES" - }, - { - "CHARACTER_MAXIMUM_LENGTH": null, - "COLUMN_DEFAULT": null, - "COLUMN_NAME": "uint_field", - "DATA_TYPE": { - "BYTES": "aW50" - }, - "IS_NULLABLE": "YES" - }, { "CHARACTER_MAXIMUM_LENGTH": null, "COLUMN_DEFAULT": null, @@ -109,20 +10,11 @@ "IS_NULLABLE": "YES" }, { - "CHARACTER_MAXIMUM_LENGTH": null, + "CHARACTER_MAXIMUM_LENGTH": 5, "COLUMN_DEFAULT": null, - "COLUMN_NAME": "float_field", + "COLUMN_NAME": "char_field", "DATA_TYPE": { - "BYTES": "ZmxvYXQ=" - }, - "IS_NULLABLE": "YES" - }, - { - "CHARACTER_MAXIMUM_LENGTH": null, - "COLUMN_DEFAULT": null, - "COLUMN_NAME": "double_field", - "DATA_TYPE": { - "BYTES": "ZG91Ymxl" + "BYTES": "Y2hhcg==" }, "IS_NULLABLE": "YES" }, @@ -135,15 +27,6 @@ }, "IS_NULLABLE": "YES" }, - { - "CHARACTER_MAXIMUM_LENGTH": null, - "COLUMN_DEFAULT": null, - "COLUMN_NAME": "time_field", - "DATA_TYPE": { - "BYTES": "dGltZQ==" - }, - "IS_NULLABLE": "YES" - }, { "CHARACTER_MAXIMUM_LENGTH": null, "COLUMN_DEFAULT": null, @@ -156,9 +39,36 @@ { "CHARACTER_MAXIMUM_LENGTH": null, "COLUMN_DEFAULT": null, - "COLUMN_NAME": "timestamp_field", + "COLUMN_NAME": "double_field", "DATA_TYPE": { - "BYTES": "dGltZXN0YW1w" + "BYTES": "ZG91Ymxl" + }, + "IS_NULLABLE": "YES" + }, + { + "CHARACTER_MAXIMUM_LENGTH": null, + "COLUMN_DEFAULT": null, + "COLUMN_NAME": "float_field", + "DATA_TYPE": { + "BYTES": "ZmxvYXQ=" + }, + "IS_NULLABLE": "YES" + }, + { + "CHARACTER_MAXIMUM_LENGTH": null, + "COLUMN_DEFAULT": null, + "COLUMN_NAME": "int_field", + "DATA_TYPE": { + "BYTES": "aW50" + }, + "IS_NULLABLE": "YES" + }, + { + "CHARACTER_MAXIMUM_LENGTH": 4294967295, + "COLUMN_DEFAULT": null, + "COLUMN_NAME": "longtext_field", + "DATA_TYPE": { + "BYTES": "bG9uZ3RleHQ=" }, "IS_NULLABLE": "YES" }, @@ -171,6 +81,24 @@ }, "IS_NULLABLE": "YES" }, + { + "CHARACTER_MAXIMUM_LENGTH": null, + "COLUMN_DEFAULT": null, + "COLUMN_NAME": "mediumint_field", + "DATA_TYPE": { + "BYTES": "bWVkaXVtaW50" + }, + "IS_NULLABLE": "YES" + }, + { + "CHARACTER_MAXIMUM_LENGTH": 16777215, + "COLUMN_DEFAULT": null, + "COLUMN_NAME": "mediumtext_field", + "DATA_TYPE": { + "BYTES": "bWVkaXVtdGV4dA==" + }, + "IS_NULLABLE": "YES" + }, { "CHARACTER_MAXIMUM_LENGTH": 13, "COLUMN_DEFAULT": null, @@ -179,6 +107,78 @@ "BYTES": "c2V0" }, "IS_NULLABLE": "YES" + }, + { + "CHARACTER_MAXIMUM_LENGTH": null, + "COLUMN_DEFAULT": null, + "COLUMN_NAME": "smallint_field", + "DATA_TYPE": { + "BYTES": "c21hbGxpbnQ=" + }, + "IS_NULLABLE": "YES" + }, + { + "CHARACTER_MAXIMUM_LENGTH": 65535, + "COLUMN_DEFAULT": null, + "COLUMN_NAME": "text_field", + "DATA_TYPE": { + "BYTES": "dGV4dA==" + }, + "IS_NULLABLE": "YES" + }, + { + "CHARACTER_MAXIMUM_LENGTH": null, + "COLUMN_DEFAULT": null, + "COLUMN_NAME": "time_field", + "DATA_TYPE": { + "BYTES": "dGltZQ==" + }, + "IS_NULLABLE": "YES" + }, + { + "CHARACTER_MAXIMUM_LENGTH": null, + "COLUMN_DEFAULT": null, + "COLUMN_NAME": "timestamp_field", + "DATA_TYPE": { + "BYTES": "dGltZXN0YW1w" + }, + "IS_NULLABLE": "YES" + }, + { + "CHARACTER_MAXIMUM_LENGTH": null, + "COLUMN_DEFAULT": null, + "COLUMN_NAME": "tinyint_field", + "DATA_TYPE": { + "BYTES": "dGlueWludA==" + }, + "IS_NULLABLE": "YES" + }, + { + "CHARACTER_MAXIMUM_LENGTH": 255, + "COLUMN_DEFAULT": null, + "COLUMN_NAME": "tinytext_field", + "DATA_TYPE": { + "BYTES": "dGlueXRleHQ=" + }, + "IS_NULLABLE": "YES" + }, + { + "CHARACTER_MAXIMUM_LENGTH": null, + "COLUMN_DEFAULT": null, + "COLUMN_NAME": "uint_field", + "DATA_TYPE": { + "BYTES": "aW50" + }, + "IS_NULLABLE": "YES" + }, + { + "CHARACTER_MAXIMUM_LENGTH": 255, + "COLUMN_DEFAULT": null, + "COLUMN_NAME": "varchar_field", + "DATA_TYPE": { + "BYTES": "dmFyY2hhcg==" + }, + "IS_NULLABLE": "YES" } ], "result": true diff --git a/docs/en/results/Neocities/GetFilesList.log b/docs/en/results/Neocities/GetFilesList.log index 76801b8dc7..1ec24e05ad 100644 --- a/docs/en/results/Neocities/GetFilesList.log +++ b/docs/en/results/Neocities/GetFilesList.log @@ -5,16 +5,16 @@ "path": "test/gif.gif", "is_directory": false, "size": 805189, - "created_at": "Wed, 25 Mar 2026 09:22:15 -0000", - "updated_at": "Wed, 25 Mar 2026 09:22:15 -0000", + "created_at": "Wed, 25 Mar 2026 14:39:27 -0000", + "updated_at": "Wed, 25 Mar 2026 14:39:27 -0000", "sha1_hash": "8f92377c07daab3231778f947e2cca1780a77991" }, { "path": "test/pic1.png", "is_directory": false, "size": 2114023, - "created_at": "Wed, 25 Mar 2026 09:22:15 -0000", - "updated_at": "Wed, 25 Mar 2026 09:22:15 -0000", + "created_at": "Wed, 25 Mar 2026 14:39:27 -0000", + "updated_at": "Wed, 25 Mar 2026 14:39:27 -0000", "sha1_hash": "104e16d3f54d5a7bde58d5282f375591de694330" } ] diff --git a/docs/en/results/Neocities/GetSiteData.log b/docs/en/results/Neocities/GetSiteData.log index 6d860c9bd7..da009e25ec 100644 --- a/docs/en/results/Neocities/GetSiteData.log +++ b/docs/en/results/Neocities/GetSiteData.log @@ -2,10 +2,10 @@ "result": "success", "info": { "sitename": "2athenaeum", - "views": 160988, - "hits": 428946, + "views": 161008, + "hits": 429018, "created_at": "Sat, 31 Dec 2022 11:53:53 -0000", - "last_updated": "Wed, 25 Mar 2026 09:22:15 -0000", + "last_updated": "Wed, 25 Mar 2026 14:39:27 -0000", "domain": null, "tags": [ "literature", diff --git a/docs/en/results/Notion/CreateBlock.log b/docs/en/results/Notion/CreateBlock.log index 94b734486f..2e455c49be 100644 --- a/docs/en/results/Notion/CreateBlock.log +++ b/docs/en/results/Notion/CreateBlock.log @@ -3,13 +3,13 @@ "results": [ { "object": "block", - "id": "32e82aa7-fc4e-81f6-b60e-ce57083cee7e", + "id": "32e82aa7-fc4e-81d7-b514-c932986ec0af", "parent": { "type": "page_id", "page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77" }, - "created_time": "2026-03-25T09:12:00Z", - "last_edited_time": "2026-03-25T09:12:00Z", + "created_time": "2026-03-25T14:24:00Z", + "last_edited_time": "2026-03-25T14:24:00Z", "created_by": { "object": "user", "id": "8b07422e-eeea-40d1-8d5e-c784211825b0" @@ -51,5 +51,5 @@ "has_more": false, "type": "block", "block": {}, - "request_id": "646e83d7-9a0a-4a8b-8116-7cf36ed63418" + "request_id": "be775c7f-ed5c-4a01-976e-c42f5f245f2b" } diff --git a/docs/en/results/Notion/CreateDatabase.log b/docs/en/results/Notion/CreateDatabase.log index f8d3e400a3..bc430e027e 100644 --- a/docs/en/results/Notion/CreateDatabase.log +++ b/docs/en/results/Notion/CreateDatabase.log @@ -1,9 +1,9 @@ { "object": "database", - "id": "32e82aa7-fc4e-8197-9425-e5e75b4faa64", + "id": "32e82aa7-fc4e-81c7-8d87-dc506d79abbb", "cover": null, "icon": null, - "created_time": "2026-03-25T09:11:00Z", + "created_time": "2026-03-25T14:24:00Z", "created_by": { "object": "user", "id": "8b07422e-eeea-40d1-8d5e-c784211825b0" @@ -12,7 +12,7 @@ "object": "user", "id": "8b07422e-eeea-40d1-8d5e-c784211825b0" }, - "last_edited_time": "2026-03-25T09:11:00Z", + "last_edited_time": "2026-03-25T14:24:00Z", "title": [ { "type": "text", @@ -35,27 +35,48 @@ "description": [], "is_inline": false, "properties": { + "User": { + "id": "%3A%3BQr", + "name": "User", + "description": null, + "type": "people", + "people": {} + }, + "Email": { + "id": "%3En%5CG", + "name": "Email", + "description": null, + "type": "email", + "email": {} + }, + "Phone": { + "id": "%40qPN", + "name": "Phone", + "description": null, + "type": "phone_number", + "phone_number": {} + }, "Status": { - "id": "CSSK", + "id": "BkPq", "name": "Status", "description": null, "type": "select", "select": { "options": [ { - "id": "aaf84bf3-f206-4f7e-8d65-7ea015d05dc1", + "id": "e337ba1c-6971-456a-941f-7c9437b94e1c", "name": "New", "color": "green", "description": null }, { - "id": "6a9658f6-6b9e-4868-b7dc-97c20a179830", + "id": "a0c3d465-49aa-4adc-97cb-eb4f62c9fb0e", "name": "InProgress", "color": "yellow", "description": null }, { - "id": "b568af54-3389-4cb2-96d0-9a433ffd0088", + "id": "7a815e91-39db-42bd-a310-17b7cebe43f3", "name": "Remote", "color": "red", "description": null @@ -63,36 +84,15 @@ ] } }, - "Phone": { - "id": "Dq%3C%3D", - "name": "Phone", - "description": null, - "type": "phone_number", - "phone_number": {} - }, - "User": { - "id": "FLds", - "name": "User", - "description": null, - "type": "people", - "people": {} - }, - "Email": { - "id": "KZSy", - "name": "Email", - "description": null, - "type": "email", - "email": {} - }, "Active": { - "id": "bD%5B%5C", + "id": "TGNl", "name": "Active", "description": null, "type": "checkbox", "checkbox": {} }, "Number": { - "id": "dp%40P", + "id": "gV%3Ey", "name": "Number", "description": null, "type": "number", @@ -101,28 +101,28 @@ } }, "CreationDate": { - "id": "hiuL", + "id": "huLn", "name": "CreationDate", "description": null, "type": "date", "date": {} }, - "Website": { - "id": "kohe", - "name": "Website", - "description": null, - "type": "url", - "url": {} - }, "Image": { - "id": "lZdo", + "id": "kXOj", "name": "Image", "description": null, "type": "files", "files": {} }, + "Website": { + "id": "pkDX", + "name": "Website", + "description": null, + "type": "url", + "url": {} + }, "Description": { - "id": "ytYZ", + "id": "x%7BCB", "name": "Description", "description": null, "type": "rich_text", @@ -140,9 +140,9 @@ "type": "page_id", "page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77" }, - "url": "https://www.notion.so/32e82aa7fc4e81979425e5e75b4faa64", + "url": "https://www.notion.so/32e82aa7fc4e81c78d87dc506d79abbb", "public_url": null, "in_trash": false, "archived": false, - "request_id": "de615c48-12a3-47d2-99b8-4d469b7432c5" + "request_id": "d3ee1600-190a-4054-a8a9-18bc92d0fd55" } diff --git a/docs/en/results/Notion/CreatePage.log b/docs/en/results/Notion/CreatePage.log index e643fffda1..bc80065480 100644 --- a/docs/en/results/Notion/CreatePage.log +++ b/docs/en/results/Notion/CreatePage.log @@ -1,8 +1,8 @@ { "object": "page", - "id": "32e82aa7-fc4e-81f7-8466-ef4b08b0d980", - "created_time": "2026-03-25T09:11:00Z", - "last_edited_time": "2026-03-25T09:11:00Z", + "id": "32e82aa7-fc4e-814c-a237-dbf7db0a6a0f", + "created_time": "2026-03-25T14:24:00Z", + "last_edited_time": "2026-03-25T14:24:00Z", "created_by": { "object": "user", "id": "8b07422e-eeea-40d1-8d5e-c784211825b0" @@ -45,8 +45,8 @@ ] } }, - "url": "https://www.notion.so/title-32e82aa7fc4e81f78466ef4b08b0d980", + "url": "https://www.notion.so/title-32e82aa7fc4e814ca237dbf7db0a6a0f", "public_url": null, "archived": false, - "request_id": "77acf9a3-400d-47d4-a7a9-9424a1afe0c2" + "request_id": "7c13361e-12c8-4036-960e-6a741604a225" } diff --git a/docs/en/results/Notion/CreatePageInDatabase.log b/docs/en/results/Notion/CreatePageInDatabase.log index b019411da6..d8a6737804 100644 --- a/docs/en/results/Notion/CreatePageInDatabase.log +++ b/docs/en/results/Notion/CreatePageInDatabase.log @@ -1,8 +1,8 @@ { "object": "page", - "id": "32e82aa7-fc4e-8149-8427-fc2ae60d8753", - "created_time": "2026-03-25T09:11:00Z", - "last_edited_time": "2026-03-25T09:11:00Z", + "id": "32e82aa7-fc4e-81b1-98fe-d050cda18e02", + "created_time": "2026-03-25T14:24:00Z", + "last_edited_time": "2026-03-25T14:24:00Z", "created_by": { "object": "user", "id": "8b07422e-eeea-40d1-8d5e-c784211825b0" @@ -15,33 +15,19 @@ "icon": null, "parent": { "type": "database_id", - "database_id": "32e82aa7-fc4e-8197-9425-e5e75b4faa64" + "database_id": "32e82aa7-fc4e-81c7-8d87-dc506d79abbb" }, "in_trash": false, "is_archived": false, "is_locked": false, "properties": { - "Status": { - "id": "CSSK", - "type": "select", - "select": { - "id": "aaf84bf3-f206-4f7e-8d65-7ea015d05dc1", - "name": "New", - "color": "green" - } - }, - "Phone": { - "id": "Dq%3C%3D", - "type": "phone_number", - "phone_number": "***" - }, "User": { - "id": "FLds", + "id": "%3A%3BQr", "type": "people", "people": [] }, "Email": { - "id": "KZSy", + "id": "%3En%5CG", "type": "rich_text", "rich_text": [ { @@ -63,27 +49,41 @@ } ] }, + "Phone": { + "id": "%40qPN", + "type": "phone_number", + "phone_number": "***" + }, + "Status": { + "id": "BkPq", + "type": "select", + "select": { + "id": "e337ba1c-6971-456a-941f-7c9437b94e1c", + "name": "New", + "color": "green" + } + }, "Active": { - "id": "bD%5B%5C", + "id": "TGNl", "type": "checkbox", "checkbox": true }, "Number": { - "id": "dp%40P", + "id": "gV%3Ey", "type": "number", "number": 1 }, "CreationDate": { - "id": "hiuL", + "id": "huLn", "type": "date", "date": { - "start": "2026-03-25T09:11:00+00:00", + "start": "2026-03-25T08:24:00+03:00", "end": null, "time_zone": null } }, "Image": { - "id": "lZdo", + "id": "kXOj", "type": "files", "files": [ { @@ -96,7 +96,7 @@ ] }, "Description": { - "id": "ytYZ", + "id": "x%7BCB", "type": "rich_text", "rich_text": [ { @@ -142,8 +142,8 @@ ] } }, - "url": "https://www.notion.so/LLC-Vector-32e82aa7fc4e81498427fc2ae60d8753", + "url": "https://www.notion.so/LLC-Vector-32e82aa7fc4e81b198fed050cda18e02", "public_url": null, "archived": false, - "request_id": "18d37527-749d-4cef-b310-725cd1c4f859" + "request_id": "a0729b0e-bc57-475b-a924-a0234b183f1f" } diff --git a/docs/en/results/Notion/DeleteBlock.log b/docs/en/results/Notion/DeleteBlock.log index 43094d6739..9cd59370e3 100644 --- a/docs/en/results/Notion/DeleteBlock.log +++ b/docs/en/results/Notion/DeleteBlock.log @@ -1,12 +1,12 @@ { "object": "block", - "id": "32e82aa7-fc4e-81f6-b60e-ce57083cee7e", + "id": "32e82aa7-fc4e-81d7-b514-c932986ec0af", "parent": { "type": "page_id", "page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77" }, - "created_time": "2026-03-25T09:12:00Z", - "last_edited_time": "2026-03-25T09:12:00Z", + "created_time": "2026-03-25T14:24:00Z", + "last_edited_time": "2026-03-25T14:24:00Z", "created_by": { "object": "user", "id": "8b07422e-eeea-40d1-8d5e-c784211825b0" @@ -42,5 +42,5 @@ "color": "default" }, "archived": true, - "request_id": "db8102bd-3d71-45a9-9f5f-bff1f6d03bb0" + "request_id": "f00993c3-1ff7-41df-8af4-0382738730e6" } diff --git a/docs/en/results/Notion/EditDatabaseProperties.log b/docs/en/results/Notion/EditDatabaseProperties.log index bae8e25499..33cf1f5865 100644 --- a/docs/en/results/Notion/EditDatabaseProperties.log +++ b/docs/en/results/Notion/EditDatabaseProperties.log @@ -1,9 +1,9 @@ { "object": "database", - "id": "32e82aa7-fc4e-8197-9425-e5e75b4faa64", + "id": "32e82aa7-fc4e-81c7-8d87-dc506d79abbb", "cover": null, "icon": null, - "created_time": "2026-03-25T09:11:00Z", + "created_time": "2026-03-25T14:24:00Z", "created_by": { "object": "user", "id": "8b07422e-eeea-40d1-8d5e-c784211825b0" @@ -12,7 +12,7 @@ "object": "user", "id": "8b07422e-eeea-40d1-8d5e-c784211825b0" }, - "last_edited_time": "2026-03-25T09:11:00Z", + "last_edited_time": "2026-03-25T14:24:00Z", "title": [ { "type": "text", @@ -53,27 +53,48 @@ ], "is_inline": false, "properties": { + "User": { + "id": "%3A%3BQr", + "name": "User", + "description": null, + "type": "people", + "people": {} + }, + "Email": { + "id": "%3En%5CG", + "name": "Email", + "description": null, + "type": "rich_text", + "rich_text": {} + }, + "Phone": { + "id": "%40qPN", + "name": "Phone", + "description": null, + "type": "phone_number", + "phone_number": {} + }, "Status": { - "id": "CSSK", + "id": "BkPq", "name": "Status", "description": null, "type": "select", "select": { "options": [ { - "id": "aaf84bf3-f206-4f7e-8d65-7ea015d05dc1", + "id": "e337ba1c-6971-456a-941f-7c9437b94e1c", "name": "New", "color": "green", "description": null }, { - "id": "6a9658f6-6b9e-4868-b7dc-97c20a179830", + "id": "a0c3d465-49aa-4adc-97cb-eb4f62c9fb0e", "name": "InProgress", "color": "yellow", "description": null }, { - "id": "b568af54-3389-4cb2-96d0-9a433ffd0088", + "id": "7a815e91-39db-42bd-a310-17b7cebe43f3", "name": "Remote", "color": "red", "description": null @@ -81,36 +102,15 @@ ] } }, - "Phone": { - "id": "Dq%3C%3D", - "name": "Phone", - "description": null, - "type": "phone_number", - "phone_number": {} - }, - "User": { - "id": "FLds", - "name": "User", - "description": null, - "type": "people", - "people": {} - }, - "Email": { - "id": "KZSy", - "name": "Email", - "description": null, - "type": "rich_text", - "rich_text": {} - }, "Active": { - "id": "bD%5B%5C", + "id": "TGNl", "name": "Active", "description": null, "type": "checkbox", "checkbox": {} }, "Number": { - "id": "dp%40P", + "id": "gV%3Ey", "name": "Number", "description": null, "type": "number", @@ -119,21 +119,21 @@ } }, "CreationDate": { - "id": "hiuL", + "id": "huLn", "name": "CreationDate", "description": null, "type": "date", "date": {} }, "Image": { - "id": "lZdo", + "id": "kXOj", "name": "Image", "description": null, "type": "files", "files": {} }, "Description": { - "id": "ytYZ", + "id": "x%7BCB", "name": "Description", "description": null, "type": "rich_text", @@ -151,9 +151,9 @@ "type": "page_id", "page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77" }, - "url": "https://www.notion.so/32e82aa7fc4e81979425e5e75b4faa64", + "url": "https://www.notion.so/32e82aa7fc4e81c78d87dc506d79abbb", "public_url": null, "in_trash": false, "archived": false, - "request_id": "38256af5-aaa1-4c55-813b-0023fa5d6c5b" + "request_id": "a206207c-af06-4ea9-b43c-1dfe05aaaf0b" } diff --git a/docs/en/results/Notion/EditPageProperties.log b/docs/en/results/Notion/EditPageProperties.log index 1c3087fb3a..f55a631002 100644 --- a/docs/en/results/Notion/EditPageProperties.log +++ b/docs/en/results/Notion/EditPageProperties.log @@ -1,8 +1,8 @@ { "object": "page", - "id": "32e82aa7-fc4e-81f7-8466-ef4b08b0d980", - "created_time": "2026-03-25T09:11:00Z", - "last_edited_time": "2026-03-25T09:11:00Z", + "id": "32e82aa7-fc4e-814c-a237-dbf7db0a6a0f", + "created_time": "2026-03-25T14:24:00Z", + "last_edited_time": "2026-03-25T14:24:00Z", "created_by": { "object": "user", "id": "8b07422e-eeea-40d1-8d5e-c784211825b0" @@ -55,8 +55,8 @@ ] } }, - "url": "https://www.notion.so/title-32e82aa7fc4e81f78466ef4b08b0d980", + "url": "https://www.notion.so/title-32e82aa7fc4e814ca237dbf7db0a6a0f", "public_url": null, "archived": false, - "request_id": "20386a42-4606-4858-8c56-75f76cc1dc08" + "request_id": "59b7b653-c092-4331-b4d8-e3af6c44d21c" } diff --git a/docs/en/results/Notion/GetDatabase.log b/docs/en/results/Notion/GetDatabase.log index 9d651a9893..a5e3d15b49 100644 --- a/docs/en/results/Notion/GetDatabase.log +++ b/docs/en/results/Notion/GetDatabase.log @@ -1,9 +1,9 @@ { "object": "database", - "id": "32e82aa7-fc4e-8197-9425-e5e75b4faa64", + "id": "32e82aa7-fc4e-81c7-8d87-dc506d79abbb", "cover": null, "icon": null, - "created_time": "2026-03-25T09:11:00Z", + "created_time": "2026-03-25T14:24:00Z", "created_by": { "object": "user", "id": "8b07422e-eeea-40d1-8d5e-c784211825b0" @@ -12,7 +12,7 @@ "object": "user", "id": "8b07422e-eeea-40d1-8d5e-c784211825b0" }, - "last_edited_time": "2026-03-25T09:11:00Z", + "last_edited_time": "2026-03-25T14:24:00Z", "title": [ { "type": "text", @@ -53,27 +53,48 @@ ], "is_inline": false, "properties": { + "User": { + "id": "%3A%3BQr", + "name": "User", + "description": null, + "type": "people", + "people": {} + }, + "Email": { + "id": "%3En%5CG", + "name": "Email", + "description": null, + "type": "rich_text", + "rich_text": {} + }, + "Phone": { + "id": "%40qPN", + "name": "Phone", + "description": null, + "type": "phone_number", + "phone_number": {} + }, "Status": { - "id": "CSSK", + "id": "BkPq", "name": "Status", "description": null, "type": "select", "select": { "options": [ { - "id": "aaf84bf3-f206-4f7e-8d65-7ea015d05dc1", + "id": "e337ba1c-6971-456a-941f-7c9437b94e1c", "name": "New", "color": "green", "description": null }, { - "id": "6a9658f6-6b9e-4868-b7dc-97c20a179830", + "id": "a0c3d465-49aa-4adc-97cb-eb4f62c9fb0e", "name": "InProgress", "color": "yellow", "description": null }, { - "id": "b568af54-3389-4cb2-96d0-9a433ffd0088", + "id": "7a815e91-39db-42bd-a310-17b7cebe43f3", "name": "Remote", "color": "red", "description": null @@ -81,36 +102,15 @@ ] } }, - "Phone": { - "id": "Dq%3C%3D", - "name": "Phone", - "description": null, - "type": "phone_number", - "phone_number": {} - }, - "User": { - "id": "FLds", - "name": "User", - "description": null, - "type": "people", - "people": {} - }, - "Email": { - "id": "KZSy", - "name": "Email", - "description": null, - "type": "rich_text", - "rich_text": {} - }, "Active": { - "id": "bD%5B%5C", + "id": "TGNl", "name": "Active", "description": null, "type": "checkbox", "checkbox": {} }, "Number": { - "id": "dp%40P", + "id": "gV%3Ey", "name": "Number", "description": null, "type": "number", @@ -119,21 +119,21 @@ } }, "CreationDate": { - "id": "hiuL", + "id": "huLn", "name": "CreationDate", "description": null, "type": "date", "date": {} }, "Image": { - "id": "lZdo", + "id": "kXOj", "name": "Image", "description": null, "type": "files", "files": {} }, "Description": { - "id": "ytYZ", + "id": "x%7BCB", "name": "Description", "description": null, "type": "rich_text", @@ -151,9 +151,9 @@ "type": "page_id", "page_id": "5dd94c34-fab0-4bff-986b-7511c0779f77" }, - "url": "https://www.notion.so/32e82aa7fc4e81979425e5e75b4faa64", + "url": "https://www.notion.so/32e82aa7fc4e81c78d87dc506d79abbb", "public_url": null, "in_trash": false, "archived": false, - "request_id": "ecaff5ac-5009-4e86-83a0-8ec8caf8650c" + "request_id": "e0405725-09e6-47fd-b441-e6f746d3b414" } diff --git a/docs/en/results/Notion/GetPage.log b/docs/en/results/Notion/GetPage.log index 581c4535e6..1023834ec3 100644 --- a/docs/en/results/Notion/GetPage.log +++ b/docs/en/results/Notion/GetPage.log @@ -1,8 +1,8 @@ { "object": "page", - "id": "32e82aa7-fc4e-81f7-8466-ef4b08b0d980", - "created_time": "2026-03-25T09:11:00Z", - "last_edited_time": "2026-03-25T09:11:00Z", + "id": "32e82aa7-fc4e-814c-a237-dbf7db0a6a0f", + "created_time": "2026-03-25T14:24:00Z", + "last_edited_time": "2026-03-25T14:24:00Z", "created_by": { "object": "user", "id": "8b07422e-eeea-40d1-8d5e-c784211825b0" @@ -45,8 +45,8 @@ ] } }, - "url": "https://www.notion.so/title-32e82aa7fc4e81f78466ef4b08b0d980", + "url": "https://www.notion.so/title-32e82aa7fc4e814ca237dbf7db0a6a0f", "public_url": null, "archived": false, - "request_id": "6a320c94-aa7f-4428-b328-b8bc939783c8" + "request_id": "f3931ee9-028a-4665-a504-36e30231d5c4" } diff --git a/docs/en/results/Notion/GetUserData.log b/docs/en/results/Notion/GetUserData.log index 606688cd85..0f5358a856 100644 --- a/docs/en/results/Notion/GetUserData.log +++ b/docs/en/results/Notion/GetUserData.log @@ -7,5 +7,5 @@ "person": { "email": "iscript13@gmail.com" }, - "request_id": "caf32e5d-cc0b-42ca-80bf-e035b17d855e" + "request_id": "d2687b05-aad5-46f7-a995-71e4853f6159" } diff --git a/docs/en/results/Notion/ReturnChildBlocks.log b/docs/en/results/Notion/ReturnChildBlocks.log index 537b6493a3..247742a569 100644 --- a/docs/en/results/Notion/ReturnChildBlocks.log +++ b/docs/en/results/Notion/ReturnChildBlocks.log @@ -5,5 +5,5 @@ "has_more": false, "type": "block", "block": {}, - "request_id": "1652b6ac-58f8-489d-93ab-593771b8c02a" + "request_id": "05551e2e-c38f-4e2f-b840-4d0b0db7e058" } diff --git a/docs/en/results/Notion/UserList.log b/docs/en/results/Notion/UserList.log index 81b81fd97d..b1136270b8 100644 --- a/docs/en/results/Notion/UserList.log +++ b/docs/en/results/Notion/UserList.log @@ -34,5 +34,5 @@ "has_more": false, "type": "user", "user": {}, - "request_id": "249964fb-64bd-48af-bd8e-9e4982d2b4fb" + "request_id": "7ccea0f1-efbe-4b10-b8d1-c6c5e2941189" } diff --git a/docs/en/results/Ollama/GetContextResponse.log b/docs/en/results/Ollama/GetContextResponse.log index 3852adcda5..17b76c67cb 100644 --- a/docs/en/results/Ollama/GetContextResponse.log +++ b/docs/en/results/Ollama/GetContextResponse.log @@ -1,16 +1,16 @@ { "model": "tinyllama", - "created_at": "2026-03-25T09:37:41.9604031Z", + "created_at": "2026-03-25T14:56:35.7605796Z", "message": { "role": "assistant", - "content": "1C:Enterprise has been released several times since its initial release in 2005. Some of the notable..." + "content": "The first version of 1C:Enterprise was released in 2008, while the latest version is currently on th..." }, "done": true, "done_reason": "stop", - "total_duration": 4009138300, - "load_duration": 33268300, - "prompt_eval_count": 205, - "prompt_eval_duration": 706965200, - "eval_count": 176, - "eval_duration": 3201120900 + "total_duration": 1579273400, + "load_duration": 33803900, + "prompt_eval_count": 203, + "prompt_eval_duration": 201149000, + "eval_count": 86, + "eval_duration": 1317566400 } diff --git a/docs/en/results/Ollama/GetEmbeddings.log b/docs/en/results/Ollama/GetEmbeddings.log index 0d104a751e..0348ed07ef 100644 --- a/docs/en/results/Ollama/GetEmbeddings.log +++ b/docs/en/results/Ollama/GetEmbeddings.log @@ -2,2057 +2,2057 @@ "model": "tinyllama", "embeddings": [ [ - -0.0016424527, - 0.025136057, - -0.019211926, - -0.013767924, - -0.0065866825, - -0.0037287758, - 0.016968764, - -0.028335553, - 0.014666888, - 0.014008743, - 0.009876752, - -0.020078426, - -0.023454895, - -0.022142762, - 0.03514589, - 0.039442617, - 0.027140263, - -0.010074051, - -0.008518174, - 0.01796163, - 0.029838948, - 0.0014307727, - -0.019486371, - 0.010887125, - 0.001816469, - -0.008224829, - 0.043517824, - 0.052428756, - 0.0035811951, - -0.013806792, - -0.01467883, - -0.026883181, - 0.000829418, - -0.011673028, - 0.009664451, - 0.053048737, - 0.052770697, - -0.0014692779, - -0.012448098, - 0.011909889, - 0.013771751, - 0.0040078335, - 0.040589366, - 0.0053064027, - -0.01819397, - -0.022590758, - -0.02631265, - -0.014559131, - -0.013536483, - 0.01256153, - 0.031742882, - -0.035652183, - -0.015522915, - -0.009680135, - -0.0070281955, - -0.0080667995, - 0.011362714, - -0.0013694059, - 0.01993327, - 0.03382212, - -0.027566269, - -0.037448257, - -0.01165567, - 0.024421683, - 0.011883995, - 0.0165171, - 0.006112002, - -0.037125282, - 0.0013394778, - 0.01871988, - -0.04435723, - 0.011219587, - 0.017513392, - -0.030585583, - 0.01815843, - 0.02068758, - -0.011473223, - 0.006233973, - 0.02882567, - -0.016969666, - 0.015287428, - 0.0145262405, - 0.03425618, - 0.009202727, - 0.008103332, - -0.015574417, - -0.024703141, - 0.020995267, - 0.007583702, - 0.010833079, - -0.050197758, - 0.008594234, - 0.013121778, - 0.004365969, - -0.0085716685, - -0.017467214, - -0.009683879, - 0.015991122, - 0.013697533, - -0.0039926483, - 0.016333437, - 0.004541399, - -0.008611424, - 0.008760956, - -0.018079748, - 0.0015473292, - -0.015397533, - -0.0015027092, - 0.018447101, - 0.019638682, - 0.02714124, - 0.036342453, - 0.040799484, - -0.016802587, - 0.011063275, - 0.011241472, - -0.0070812693, - 0.02131906, - 0.006796201, - -0.028483322, - -0.021896888, - 0.00080583326, - -0.011580539, - 0.0145323, - -0.031192401, - 0.018758792, - -0.0020173646, - -0.00013690065, - 0.0058756983, - -0.006731867, - -0.011421971, - -0.019444365, - 0.027170967, - 0.014578084, - -0.005638151, - -0.026136722, - 0.022019198, - 0.008502178, - -0.015736593, - -0.0082278075, - 0.032814585, - 0.010944417, - 0.00008342523, - -0.050780006, - -0.00972852, - -0.0077302717, - -0.015905077, - 0.033042364, - 0.004493413, - -0.03954159, - -0.01642656, - 0.0045585628, - 0.030206598, - -0.01694192, - 0.025549417, - -0.0005417272, - 0.025784498, - -0.033870433, - -0.0017854375, - 0.009490924, - -0.020725034, - -0.029622318, - 0.033705115, - 0.0077269585, - -0.015497333, - 0.03552122, - 0.025630761, - -0.03641743, - -0.00067918753, - 0.019944493, - -0.013782128, - -0.009075081, - -0.014927531, - -0.029190179, - 0.005426211, - 0.0050171823, - -0.0130343195, - 0.0002655509, - -0.012997469, - 0.006553062, - -0.020571519, - -0.019791754, - -0.0035125455, - 0.023126474, - -0.0010466849, - 0.022108914, - 0.006595331, - 0.023087185, - 0.014434547, - -0.030018788, - -0.008993595, - 0.016112464, - 0.020046102, - 0.02096176, - 0.011843881, - -0.0029337837, - 0.023262687, - 0.018957786, - 0.007233369, - -0.02769233, - 0.009249709, - -0.03942556, - 0.0019676432, - -0.011550115, - 0.02206962, - -0.000025206553, - 0.033338275, - -0.0019877835, - 0.017232513, - 0.003051331, - 0.002227934, - 0.01466329, - 0.016808262, - -0.011132136, - -0.020118793, - 0.008370822, - -0.022409208, - -0.014782639, - 0.022586456, - -0.047303934, - -0.004105924, - 0.022916658, - 0.01569746, - 0.009585937, - 0.016599879, - -0.0058397655, - -0.03398718, - 0.013895421, - 0.018118763, - 0.017500168, - 0.023607533, - 0.010677054, - -0.0350826, - 0.012996822, - 0.029621938, - -0.008596167, - -0.002077867, - 0.0015260761, - 0.0010401226, - -0.060285307, - 0.008178681, - 0.014753254, - -0.002809591, - -0.025801815, - 0.0028589615, - -0.0111652315, - 0.02362227, - 0.009388168, - -0.013883106, - 0.006420272, - -0.012739638, - -0.0064035566, - 0.030353509, - -0.00847531, - -0.03276381, - -0.005856493, - -0.009471417, - -0.022309223, - 0.014491151, - -0.012079369, - -0.001406952, - -0.024015812, - 0.01970646, - -0.04106062, - -0.01903608, - 0.004878966, - -0.010101057, - 0.013907047, - 0.01541604, - 0.019460673, - 0.010742272, - -0.00028181498, - 0.009239366, - 0.020647487, - -0.0005142413, - 0.022121534, - 0.020952003, - -0.007082318, - 0.016159527, - 0.034750536, - 0.025116084, - 0.031793673, - -0.17568496, - -0.003083295, - 0.008013004, - -0.0062610796, - -0.010018776, - -0.011140784, - 0.00061553455, - -0.016352369, - 0.032629263, - 0.0002853391, - -0.021320442, - 0.022613762, - -0.029754236, - -0.0011009262, - 0.034025174, - 0.008609687, - 0.010676137, - 0.05169155, - 0.015484897, - -0.014428827, - -0.000035852387, - -0.016502291, - -0.041360762, - -0.0027652637, - 0.011455881, - 0.0050478224, - -0.0019263746, - 0.020850709, - -0.0011297931, - 0.008633176, - -0.015009471, - -0.01892944, - -0.018406576, - 0.0003461707, - 0.0043921885, - -0.010921487, - 0.004929511, - 0.03020652, - -0.004317983, - 0.01777432, - 0.0021177696, - -0.00055641046, - -0.005512412, - 0.012237131, - -0.00047336577, - 0.018275244, - -0.0074495394, - 0.019456234, - -0.010810154, - 0.030264877, - -0.02641037, - 0.0561434, - -0.0013791542, - 0.00089495536, - 0.013415676, - -0.0008961394, - 0.019378286, - -0.020452168, - -0.00018426908, - -0.0005084223, - -0.01673553, - -0.011995741, - 0.013486296, - -0.023549512, - -0.021092879, - 0.004911163, - 0.013185319, - 0.025516646, - -0.01076059, - 0.006883066, - -0.011169768, - -0.010546407, - -0.0366431, - -0.0034935111, - -0.027374528, - 0.00021496441, - 0.0062910314, - -0.019722313, - 0.010017855, - 0.010896365, - -0.011420679, - 0.043580186, - -0.012731817, - 0.018376527, - -0.008989754, - -0.017770914, - 0.018053599, - 0.0032956616, - -0.031188631, - 0.014871577, - 0.022273902, - 0.007980579, - 0.029362112, - -0.008949599, - -0.008751175, - -0.00120379, - -0.030399371, - 0.0013786025, - -0.028716924, - 0.038781814, - 0.006768072, - 0.040425546, - -0.041787297, - 0.015734315, - -0.00512869, - 0.055491015, - 0.007264171, - -0.012926128, - -0.002283833, - -0.03234216, - 0.001592777, - 0.009548986, - -0.045548633, - -0.0044551995, - -0.042791355, - 0.014265757, - -0.006329285, - 0.05605006, - 0.003205472, - 0.0049608676, - 0.003214007, - 0.05029068, - 0.010648718, - -0.0005954527, - -0.01845916, - -0.031329468, - 0.05364287, - -0.007955029, - 0.007387288, - 0.0020916716, - -0.006733604, - 0.00459802, - -0.02156825, - -0.02609025, - 0.0013716206, - 0.037315443, - -0.0015292746, - 0.049111467, - 0.012266564, - 0.03846819, - 0.0025508453, - -0.011737366, - 0.028756054, - -0.02968081, - -0.011404358, - -0.019619597, - -0.0052390033, - 0.0073504806, - -0.015824784, - 0.02382312, - -0.0032253137, - -0.0023445515, - -0.0017418825, - -0.008049816, - 0.0137085, - 0.028758412, - -0.003223092, - -0.0095336065, - 0.03286868, - 0.003995294, - 0.01072829, - -0.008744683, - -0.057043377, - -0.023604441, - -0.036181733, - 0.0105519, - -0.046332933, - -0.006965934, - 0.024375897, - 0.005188298, - -0.0116895, - 0.019299418, - -0.0014687515, - -0.018931895, - 0.0034705542, - 0.020727718, - -0.015278859, - 0.028951345, - -0.012290478, - 0.03764003, - -0.0041661933, - -0.00495414, - 0.007036887, - -0.003362814, - -0.015128488, - 0.03189839, - 0.017626902, - -0.041030243, - -0.017190024, - -0.02203624, - -0.041802548, - 0.0040018, - -0.042705886, - 0.025009377, - -0.028981447, - -0.011979859, - 0.012075041, - 0.009361799, - 0.005999288, - 0.0010373845, - 0.021880817, - 0.020102134, - 0.008563873, - 0.012853802, - 0.010156573, - -0.015525657, - -0.014153787, - 0.030581163, - 0.0019591472, - -0.005561246, - -0.04038929, - 0.02215713, - 0.06198317, - 0.001359895, - 0.040492486, - 0.0105054835, - -0.009226701, - -0.03176831, - -0.014911957, - 0.028946266, - 0.0042196475, - -0.018787771, - -0.017036289, - 0.005386338, - -0.023156462, - 0.025957368, - -0.00753524, - 0.0128553305, - -0.015843472, - 0.0048741973, - 0.013082186, - -0.012142282, - -0.00034500787, - -0.011768381, - -0.015574894, - -0.022129072, - 0.010324006, - 0.020293085, - -0.01420191, - -0.033613443, - -0.007993039, - 0.032469705, - 0.010159974, - 0.013039864, - -0.0016954275, - 0.015384027, - -0.017000997, - -0.008157057, - -0.03563937, - 0.01906987, - 0.032872695, - 0.02849194, - -0.010552203, - 0.040331177, - 0.042645797, - -0.007971776, - -0.0012947485, - 0.035894625, - 0.04454182, - 0.01523083, - -0.013202311, - -0.0019931456, - -0.026870813, - 0.006910972, - -0.015173692, - 0.030551169, - 0.011009662, - -0.038193323, - -0.0053073345, - 0.0030706986, - 0.01563814, - -0.01902177, - 0.023599952, - -0.018249897, - 0.002275169, - -0.021513665, - -0.024683367, - 0.0004897832, - -0.006297107, - 0.013226669, - -0.03912981, - -0.0010776396, - -0.004653972, - -0.028267931, - 0.0060359766, - 0.027439345, - 0.03352418, - -0.027606916, - -0.027308093, - -0.008579963, - 0.013443181, - -0.0109681515, - -0.0016039485, - -0.008823747, - 0.014034047, - -0.012294633, - -0.01385062, - -0.027398186, - -0.03171523, - -0.0054136324, - -0.01905299, - 0.03491543, - -0.008788315, - -0.0000025268605, - 0.02011424, - -0.009896482, - 0.02750159, - -0.019846624, - -0.014916394, - -0.021498878, - 0.0018278192, - 0.017617393, - 0.034238137, - 0.021061575, - -0.022794992, - 0.0065103094, - -0.019465463, - -0.00039486532, - -0.015168146, - 0.010799323, - 0.015512041, - -0.002842936, - -0.012514819, - -0.00049553736, - -0.01442601, - 0.014027287, - 0.0042499085, - 0.013053262, - 0.008882106, - -0.023563035, - -0.028510569, - -0.0012314484, - -0.0019342549, - -0.012435367, - 0.010861243, - -0.026409058, - 0.013243315, - 0.017890655, - 0.034165103, - -0.034535192, - -0.018976718, - -0.011585931, - 0.020100472, - 0.007012767, - -0.042358097, - -0.029705541, - 0.013813886, - -0.0014909962, - -0.034461543, - 0.021108836, - 0.019400304, - 0.0020850964, - 0.026060311, - 0.0049246754, - -0.023099631, - 0.023823986, - -0.012490669, - 0.010082871, - -0.0174403, - 0.010768495, - 0.03570636, - -0.0023047526, - 0.00076362916, - -0.000626997, - -0.007623221, - 0.0011421357, - -0.0068580955, - -0.011213188, - 0.020408835, - 0.011730797, - -0.032079637, - -0.008378222, - -0.018683773, - 0.020811392, - -0.0017096385, - 0.0002937123, - -0.008479779, - 0.023670785, - 0.0013854223, - -0.023187922, - -0.040253848, - -0.04855675, - -0.0034373044, - -0.020352105, - 0.014551036, - 0.0060121804, - 0.0069906926, - 0.022035675, - -0.021253549, - 0.0063545806, - 0.0048302733, - 0.00892935, - -0.052359268, - 0.03619619, - 0.026512638, - 0.009077979, - -0.019973816, - -0.010313116, - -0.0047684205, - -0.0071441047, - -0.0041144015, - -0.02461483, - 0.0211642, - 0.0077714855, - 0.0211299, - 0.015553147, - -0.029956065, - 0.0056135817, - -0.009001204, - -0.0039581605, - -0.0146616725, - 0.027906511, - -0.043131433, - 0.021688823, - 0.0092786, - 0.009497925, - 0.027777739, - -0.01958149, - 0.016743267, - 0.011683959, - 0.007876627, - -0.017234236, - 0.008780718, - 0.006689228, - 0.005562891, - -0.015946742, - -0.01821212, - 0.045543704, - -0.0057673645, - 0.003468837, - 0.027520526, - -0.004717534, - 0.015758129, - 0.0030030485, - -0.0047195177, - 0.049107283, - -0.019588869, - -0.012717614, - -0.035037037, - 0.0017989975, - -0.008569583, - -0.046629805, - 0.019092338, - -0.009567439, - -0.031324457, - 0.0010546618, - 0.0064187273, - -0.0076978626, - 0.019240638, - 0.01468731, - 0.018568987, - 0.00637359, - 0.018049072, - 0.025648873, - 0.03651502, - -0.030129038, - -0.00096911285, - -0.004710504, - -0.0060720993, - -0.043975774, - -0.0052880584, - -0.010023248, - 0.013772451, - -0.01081423, - -0.02726721, - -0.019277675, - -0.013888804, - 0.0031236424, - 0.026127327, - 0.0032822543, - -0.03484544, - -0.00541438, - 0.005977455, - 0.023839617, - 0.00876122, - 0.005308502, - -0.0009843452, - 0.027429894, - -0.01798764, - -0.04110368, - 0.025093056, - 0.0057919724, - 0.010652674, - 0.0071783317, - 0.015310297, - 0.038905445, - -0.0043662684, - 0.0032524883, - 0.009034117, - 0.0033399332, - 0.0022123833, - -0.009912694, - 0.018087829, - -0.0033039392, - -0.0083133755, - -0.041725695, - 0.03197378, - 0.045676075, - -0.02135262, - 0.03354441, - 0.010381362, - 0.011843688, - 0.051110968, - 0.033376485, - 0.00041988952, - 0.008258147, - 0.024471363, - 0.021771476, - -0.01752439, - 0.00039188072, - 0.0037581834, - -0.05460377, - -0.014633832, - 0.0046473034, - -0.017981712, - -0.0076110964, - -0.008185436, - -0.014530804, - -0.0044331225, - -0.0028967978, - 0.012626744, - 0.0066983076, - 0.010902823, - -0.012652998, - -0.016043859, - -0.009461423, - -0.026498161, - 0.0030428192, - -0.0398485, - 0.011363298, - -0.009213527, - -0.008006068, - 0.006617976, - 0.0020749206, - 0.014785174, - -0.026160276, - 0.019680088, - -0.0064356914, - 0.018893274, - -0.008848947, - -0.025731552, - 0.0037563834, - -0.050017036, - -0.019561507, - 0.013711451, - 0.009935875, - -0.018028228, - 0.010738694, - -0.021823678, - -0.004726789, - 0.00039609266, - -0.0066779098, - -0.005333997, - -0.016522113, - -0.024000945, - -0.008450663, - -0.00067369157, - 0.024050547, - 0.002660546, - -0.028008569, - -0.00068248576, - 0.036489744, - 0.012576401, - 0.0026173312, - -0.0037473934, - -0.026644463, - 0.029108765, - -0.015632456, - -0.013430054, - -0.024518954, - 0.024545934, - -0.03156686, - -0.010567204, - 0.019782806, - 0.042166658, - -0.039219666, - -0.0059156953, - -0.00976591, - -0.010273991, - 0.030188018, - -0.0020302183, - 0.015949236, - 0.024115762, - -0.03397933, - -0.018811751, - 0.018104728, - 0.0086202575, - 0.025185622, - -0.020557782, - 0.038092375, - -0.0041815685, - -0.0056005507, - -0.0039081345, - 0.02362403, - -0.0114034945, - -0.0027382455, - 0.019646335, - -0.0019230086, - 0.02249451, - 0.011492326, - -0.011547036, - -0.028282702, - -0.039361395, - 0.0032863063, - -0.02207968, - -0.022964599, - 0.013086297, - 0.05714917, - -0.002195391, - 0.005344127, - 0.037935894, - 0.012187706, - -0.011339099, - -0.003617573, - -0.033476986, - -0.0073941555, - 0.0034213858, - 0.035101105, - -0.029008206, - -0.0040808073, - 0.0073807277, - 0.009204414, - -0.024575004, - 0.021112109, - -0.012932882, - 0.010162257, - -0.0034921975, - 0.04428248, - 0.008683342, - -0.016167665, - 0.009884343, - 0.0049942033, - -0.027351134, - -0.02159651, - 0.013261831, - 0.020463996, - -0.007544408, - 0.01364058, - -0.027543623, - -0.011681537, - -0.01159366, - -0.0046996884, - 0.031188449, - 0.043039117, - -0.001160467, - -0.0139918495, - 0.019002728, - 0.006750343, - -0.0012420267, - 0.015257807, - -0.0040428727, - 0.021776894, - 0.014717361, - 0.015761742, - 0.02309478, - 0.0029332798, - 0.014285666, - -0.008572907, - 0.02307348, - 0.006532025, - 0.024316287, - -0.004477502, - -0.043233983, - 0.045016732, - -0.030184595, - -0.007135839, - 0.015588871, - -0.021317573, - -0.00044120752, - 0.008784464, - -0.037852418, - -0.01727173, - -0.012304906, - -0.040953398, - 0.044560697, - -0.010908423, - -0.0074139778, - -0.008401735, - 0.000743019, - -0.003632369, - -0.003953002, - -0.037820436, - 0.00036956213, - -0.01775072, - 0.0129801165, - -0.013740047, - 0.01892274, - 0.01898678, - 0.019494953, - 0.034819216, - -0.00032906944, - -0.012378429, - -0.028876772, - -0.019969856, - -0.0035935494, - -0.0048222616, - -0.019989232, - -0.01800637, - 0.029474443, - -0.004992886, - 0.0035391308, - -0.0014404769, - -0.0021491721, - 0.000508165, - 0.0038053023, - -0.0013773462, - 0.033887587, - 0.019272707, - -0.0060729473, - 0.0658395, - 0.0073947664, - -0.020623136, - 0.010597257, - -0.021745298, - 0.0091798585, - -0.016674832, - -0.032439318, - 0.0029952407, - 0.02778556, - 0.015528565, - -0.020939441, - 0.016939117, - 0.028779708, - -0.018829554, - -0.013176519, - -0.02700816, - -0.0053374404, - -0.01669823, - -0.005666926, - -0.037699882, - 0.02347235, - -0.006016563, - -0.022328567, - -0.004956156, - -0.019257393, - 0.002506809, - 0.030680954, - -0.019693159, - -0.022031356, - 0.02469676, - -0.03600802, - -0.011019917, - -0.011233935, - -0.0023640755, - -0.017375214, - -0.021382282, - -0.021911716, - 0.00039797556, - -0.029708602, - 0.016587052, - -0.0038082635, - -0.030263752, - 0.029027412, - -0.025405193, - 0.01087033, - -0.028900834, - -0.02819159, - -0.0000020182729, - -0.056240823, - -0.04275502, - -0.014447348, - -0.010479057, - 0.014538821, - 0.011030268, - -0.007808449, - -0.040300086, - 0.028867152, - -0.01951276, - 0.01550819, - 0.0048379246, - 0.0062852497, - -0.01141432, - -0.000018631854, - -0.028306257, - 0.0044363565, - -0.025725616, - -0.023530455, - -0.017230138, - 0.00016183428, - 0.009595876, - -0.018337872, - 0.048783228, - 0.0010630724, - -0.036709495, - -0.02790622, - 0.011143574, - 0.02401701, - 0.0030420164, - 0.052723117, - 0.0056143836, - -0.0021878036, - -0.020108046, - -0.04968302, - 0.0025942614, - 0.0007547168, - -0.034650095, - -0.02967729, - -0.00082951115, - -0.005239872, - -0.014761739, - 0.014141197, - 0.009158836, - 0.02794401, - 0.041008554, - -0.033505578, - 0.0027344443, - 0.007966461, - 0.00231072, - 0.0085243685, - 0.012727729, - 0.016727215, - 0.01220871, - -0.016071074, - -0.015925547, - -0.009361749, - -0.003326816, - -0.009192101, - 0.023550967, - -0.0018126424, - 0.03522174, - 0.0055671353, - -0.019010736, - 0.020926442, - -0.014189143, - -0.0019314094, - 0.044370297, - -0.0069036568, - -0.006491256, - 0.004393214, - 0.011852303, - -0.0104120355, - 0.01992089, - 0.003888454, - -0.0017807116, - -0.019756215, - 0.009751544, - 0.011170823, - -0.017417721, - 0.024419473, - 0.0074349763, - -0.0019708755, - -0.03525106, - -0.006420738, - 0.0075641475, - -0.017046288, - -0.003561942, - 0.026845666, - 0.0041308124, - 0.016620746, - 0.00018950381, - -0.000597639, - 0.002676048, - 0.018858409, - -0.020760482, - 0.015919887, - -0.0035923403, - -0.033729114, - -0.01299113, - 0.010101032, - 0.013520509, - 0.025518678, - 0.0035642756, - -0.006829755, - 0.03030487, - 0.012322067, - 0.0025860944, - 0.0047606523, - -0.010235951, - -0.0012263552, - -0.013415671, - -0.01696333, - -0.0145060085, - -0.03671997, - -0.0026891006, - 0.034182973, - -0.0057490724, - -0.02172323, - -0.020048628, - 0.0072428375, - 0.004122311, - 0.011898831, - 0.0058745174, - -0.005382445, - -0.0044472204, - -0.027777003, - -0.00438371, - -0.012697991, - -0.012039473, - -0.030796925, - -0.0011505667, - -0.014551793, - -0.008435458, - 0.0021483118, - 0.036507823, - 0.01188761, - 0.036079608, - 0.005695876, - 0.00027683182, - 0.020805266, - 0.0039843884, - 0.016453596, - -0.0025154222, - -0.033463005, - 0.011205219, - -0.018487228, - 0.0018471654, - -0.0056271194, - 0.021042246, - 0.04984433, - -0.013000316, - -0.015528047, - 0.05672723, - 0.032630097, - -0.010022867, - 0.031416204, - -0.009006835, - 0.012058886, - -0.0048995325, - 0.0108408285, - -0.0061243945, - -0.010661172, - 0.014443928, - 0.00854111, - -0.04225665, - -0.011238056, - 0.0015024947, - 0.0036801342, - 0.049661264, - -0.006816077, - 0.005752767, - 0.0051882, - -0.024423786, - -0.016215852, - -0.010807678, - -0.030499486, - -0.001181661, - -0.0045778058, - 0.00012585583, - 0.0034755731, - -0.012354508, - 0.019843156, - -0.01345337, - 0.024374865, - -0.04770409, - 0.0213236, - 0.0012831643, - 0.0131004555, - 0.010716529, - -0.06642173, - -0.014917793, - 0.021538466, - 0.0040308964, - 0.024785005, - -0.01942262, - -0.003492254, - -0.009650674, - 0.006921171, - 0.013082039, - -0.0027013547, - -0.028710859, - 0.030400116, - 0.004382894, - 0.025419556, - -0.009105871, - -0.009245796, - -0.004283073, - 0.0055875797, - 0.029292844, - -0.012777131, - -0.00066147355, - -0.029928153, - 0.028798804, - -0.01774276, - -0.024701877, - -0.0136652095, - 0.008084456, - -0.02548648, - 0.017106324, - 0.021858416, - -0.008462373, - 0.015893104, - -0.011605527, - 0.00029319228, - 0.0037634177, - 0.024997994, - -0.025909908, - -0.01554268, - -0.005580418, - -0.0033197487, - 0.025602145, - 0.033943705, - -0.009220756, - -0.000766473, - -0.005060384, - 0.0029797368, - -0.0204503, - -0.0793817, - 0.024521332, - 0.016747434, - 0.033195473, - -0.009842468, - 0.017505147, - -0.01944612, - 0.029905533, - 0.007868395, - 0.032201584, - -0.0010460995, - 0.03785052, - -0.016790478, - 0.013543, - 0.022457186, - -0.004582558, - 0.008023783, - 0.014895225, - -0.0024881174, - 0.0077176034, - -0.0150827365, - 0.016011562, - -0.010201211, - 0.014006977, - 0.00425172, - 0.04737008, - 0.03040559, - 0.019296894, - -0.0021545307, - -0.010032081, - 0.027638488, - -0.030276615, - -0.020847835, - -0.0017974747, - -0.011788534, - 0.043179583, - -0.010139217, - 0.034428697, - -0.014761419, - 0.006080768, - -0.0071696765, - -0.01119485, - 0.030621687, - -0.018215088, - 0.0070267185, - -0.027733918, - -0.013275445, - 0.007900086, - -0.020757288, - -0.021621302, - 0.00065172184, - -0.012752957, - -0.009648512, - 0.02626325, - -0.002731835, - 0.0076710368, - -0.005385415, - -0.014935891, - -0.008459927, - 0.0025054414, - -0.0028604534, - 0.01290782, - -0.024979496, - 0.0120343985, - -0.007162581, - 0.02152503, - 0.017590612, - 0.016238933, - -0.0118095055, - -0.0019543723, - -0.05085568, - -0.013146041, - 0.0077613182, - -0.009487084, - 0.0087266, - 0.029486135, - 0.012413053, - -0.024514977, - 0.010729243, - -0.0051972065, - 0.010803455, - 0.01665812, - 0.008713032, - 0.022302689, - 0.019845909, - -0.005704235, - -0.003546847, - -0.015918223, - 0.007985932, - 0.045205176, - 0.04486843, - -0.014177403, - 0.02192934, - 0.034986913, - -0.02065655, - 0.030134901, - -0.014728067, - -0.009031998, - 0.0049665435, - 0.021955382, - 0.031051267, - -0.028336214, - 0.007038134, - 0.025357358, - -0.013900225, - 0.043738626, - 0.015376145, - 0.027950298, - 0.0057363766, - -0.014977898, - 0.021520037, - -0.0036191002, - 0.018294433, - 0.019761749, - -0.018674763, - 0.0006764982, - -0.0073796487, - -0.022940876, - -0.01249908, - -0.02324556, - -0.0074768923, - -0.0042912336, - 0.03442294, - 0.015623758, - -0.01887172, - 0.003993826, - 0.0027961442, - 0.032784104, - -0.00038539415, - 0.024939112, - -0.008848494, - -0.00768751, - 0.0024186873, - 0.0311989, - 0.051765416, - 0.0089705745, - 0.011647905, - 0.01019319, - -0.035210792, - -0.007508915, - 0.018216623, - 0.0005305939, - -0.028491952, - 0.009006277, - 0.0054263207, - -0.03267356, - 0.03013833, - -0.050852947, - -0.0038322515, - -0.007948099, - 0.05970199, - -0.000025452271, - -0.017140502, - 0.017918605, - 0.016388405, - -0.020228693, - -0.009779614, - 0.0059571546, - 0.0013587476, - -0.017673694, - -0.028835965, - 0.012328764, - -0.018279504, - -0.01900624, - 0.018369002, - -0.0041106287, - 0.00668065, - -0.0013059957, - -0.00049970567, - -0.003656059, - -0.011437426, - -0.0018346012, - 0.015222482, - 0.014927049, - -0.015554717, - 0.015244041, - -0.0016746166, - -0.0019305445, - -0.011073972, - 0.0061663617, - 0.008036939, - -0.033867493, - -0.013748281, - 0.014826309, - 0.009064291, - 0.003577398, - 0.010347856, - 0.008664139, - 0.013093072, - -0.0069504133, - -0.0076201996, - -0.041049663, - -0.021744672, - -0.0057163606, - 0.005643672, - -0.018527536, - 0.0418422, - -0.018835753, - 0.00067260064, - 0.02297482, - 0.006039902, - -0.018322341, - 0.0125196455, - 0.009595541, - 0.032062944, - -0.0021795982, - -0.006290977, - 0.014190502, - 0.033231612, - -0.032110438, - 0.00047522772, - -0.00014997371, - 0.018520083, - -0.0075160377, - 0.0011852836, - 0.027954198, - -0.0031838592, - -0.00438527, - 0.003826264, - -0.011240829, - 0.017119782, - -0.008603638, - 0.039760124, - -0.004985101, - -0.010111914, - 0.0029127991, - -0.0019161439, - -0.009409079, - 0.0038906513, - -0.028382687, - 0.02284425, - 0.014420771, - 0.022124372, - -0.0027019174, - -0.032278024, - -0.025137464, - -0.011381257, - 0.010171511, - 0.00092696905, - -0.012254829, - 0.008960619, - 0.0075656525, - -0.007715675, - 0.0064350558, - 0.00591975, - 0.0035147907, - 0.0027671924, - 0.008010178, - 0.01875283, - 0.051791705, - -0.016955674, - -0.044315487, - 0.0010305023, - -0.012302619, - 0.0030581898, - -0.0018717451, - 0.001887895, - 0.016988704, - -0.0124331545, - 0.0080573475, - -0.015439786, - -0.036659986, - 0.032143224, - -0.0073938277, - -0.0123346215, - 0.015257807, - 0.020794047, - 0.01626051, - 0.011887422, - -0.00044383522, - 0.024465978, - -0.025440862, - -0.030571397, - -0.006067481, - -0.042080566, - 0.010657549, - -0.016063645, - -0.003515282, - -0.012749699, - 0.017647088, - -0.00045641226, - -0.04228893, - -0.006186691, - 0.02717916, - 0.03804016, - 0.0037587634, - -0.036549248, - -0.020367159, - -0.018525725, - -0.015518322, - 0.022212276, - 0.004841023, - 0.030327085, - 0.007338259, - 0.0145372925, - -0.029876074, - -0.013070642, - 0.0061126966, - 0.00055543886, - 0.015981901, - -0.007552682, - 0.031297494, - -0.0069430196, - 0.026616143, - -0.041433744, - 0.008207579, - 0.013338562, - 0.04722911, - 0.022409758, - 0.013543857, - 0.021767726, - 0.02305394, - -0.031673368, - -0.03234067, - 0.008650022, - -0.0021197, - -0.026523553, - -0.00027066167, - 0.03554229, - -0.009286223, - 0.0076141977, - -0.006472143, - -0.01726264, - 0.013691104, - -0.005910442, - 0.0067031076, - -0.008631518, - 0.022363275, - -0.0071560526, - 0.022047184, - 0.014668052, - -0.0111484565, - -0.011306775, - 0.013125967, - 0.028948115, - 0.015027798, - -0.001352421, - -0.01138174, - 0.0060642613, - -0.021943433, - -0.02647838, - 0.012459513, - 0.007855434, - -0.0007058355, - 0.00061287254, - -0.011685709, - -0.0132855065, - 0.00082960783, - -0.039307542, - -0.002875895, - 0.014439652, - 0.025277756, - -0.017364055, - -0.013588979, - 0.012973924, - 0.033988606, - -0.015218123, - -0.0049602846, - 0.008549594, - -0.025005221, - 0.026740635, - 0.011710289, - 0.0028216064, - -0.0068391874, - -0.0036209673, - -0.05358369, - -0.023449022, - -0.0064706826, - -0.026221894, - -0.015356993, - -0.013531596, - 0.058948256, - -0.017996956, - 0.043929987, - -0.008991461, - 0.047591038, - -0.00018286951, - -0.0019115277, - -0.020867012, - -0.035795618, - 0.015338462, - 0.09531615, - -0.0014139932, - -0.02831035, - 0.0000565864, - 0.0033594149, - -0.0134887975, - -0.008465703, - -0.035205547, - 0.013940278, - -0.015436001, - -0.00415096, - 0.031087544, - -0.01224927, - 0.017852684, - -0.012271025, - 0.025303148, - -0.008031618, - -0.008645687, - -0.030471498, - 0.032976866, - 0.0056237984, - 0.014433027, - 0.0011342865, - 0.0058190464, - -0.028410986, - -0.016583623, - 0.047277953, - -0.039099045, - -0.012660558, - 0.0058844793, - 0.00985512, - 0.006954608, - -0.001898335, - -0.022506166, - 0.019644778, - 0.005549058, - -0.006883932, - 0.02908137, - -0.039574992, - 0.0034220573, - 0.0054283654, - -0.019640975, - -0.0024330334, - 0.01856554, - -0.006940625, - -0.0025184855, - -0.014874608, - 0.037335485, - -0.01919263, - -0.059878692, - 0.08473609, - -0.023332192, - -0.008359888, - -0.034600254, - -0.005055189, - -0.0047331722, - 0.04148381, - 0.03598205, - -0.006145333, - -0.01612978, - 0.016225694, - 0.026412433, - 0.0013639372, - -0.0026484868, - -0.021793578, - 0.03202086, - 0.010392465, - 0.018216394, - 0.014956683, - -0.023663031, - -0.019715546, - -0.0032812261, - 0.00580823, - -0.03419366, - 0.015235801, - -0.013167152, - 0.012002329, - -0.00095724966, - -0.02065124, - -0.018321358, - -0.020380903, - 0.015317416, - 0.00279792, - -0.012037419, - -0.017950188, - -0.0048899427, - 0.025675114, - -0.013065774, - -0.027515568, - -0.030321239, - -0.027239274, - 0.01502636, - -0.016117632, - 0.008275815, - 0.027048508, - 0.00071066146, - -0.007980384, - -0.012096367, - -0.03894561, - -0.004180111, - 0.040879298, - 0.0028983012, - 0.020079454, - 0.026230443, - 0.024869934, - -0.0056812214, - -0.008523322, - -0.034559343, - -0.019028591, - -0.021847203, - -0.0007272725, - -0.019564437, - 0.1489472, - 0.031651385, - 0.030483559, - -0.014976543, - 0.0037015323, - -0.003780328, - 0.019832239, - -0.00097406324, - 0.00062297785, - -0.026241126, - 0.04462028, - -0.02693981, - 0.029963661, - 0.03129443, - 0.035154298, - -0.045468327, - -0.028567187, - 0.025708815, - 0.01367658, - 0.017585956, - 0.024954839, - -0.0008824266, - 0.013604346, - -0.032293785, - 0.01503325, - -0.09018044, - -0.02674368, - -0.0022292924, - -0.012163382, - 0.006975636, - -0.044169538, - 0.045498617, - -0.013235965, - -0.0053098514, - 0.033737924, - 0.0031101203, - 0.0070937043, - 0.006413175, - -0.0034626576, - -0.055011045, - 0.018396541, - -0.0244599, - -0.0037291031, - 0.017202485, - 0.010335275, - -0.0042132307, - 0.006682651, - 0.02412557, - 0.03737742, - 0.020112364, - -0.0075752735, - 0.020241324, - 0.0066230544, - -0.008343682, - -0.016912477, - 0.04361064, - -0.020111721, - -0.049747974, - 0.044013016, - 0.041849066, - 0.0037419782, - -0.022179663, - -0.002717263, - -0.027637493, - 0.0114403535, - 0.01509831, - -0.024397744, - -0.007622872, - 0.017494261, - -0.0036471144, - -0.017346619, - 0.04289799, - 0.003930691, - -0.024382973, - 0.021403873, - 0.0009500966, - -0.028401658, - 0.058631092, - 0.0046250816, - 0.02251905, - 0.018072039, - -0.0007891602, - -0.007044807, - -0.012570713, - -0.047203135, - 0.01046915, - -0.007552945, - -0.028309379, - -0.060910653, - -0.039452635, - 0.012876512, - -0.00012730125, - 0.022244899, - -0.013664934, - -0.033202726, - -0.003985949, - 0.024567217, - -0.029723434, - -0.0037058063, - -0.006951359, - -0.0036974044, - 0.00054283347, - -0.018851144, - 0.031845268, - -0.012483645, - 0.01285431, - 0.007075276, - 0.002212676, - -0.003139303, - 0.027316352, - -0.0069304775, - -0.03412673, - -0.011230169, - -0.026350068, - 0.03553598, - -0.0066611725, - -0.019016063, - 0.006573171, - -0.0085014375, - -0.016220663, - -0.027215634, - -0.004563527, - 0.019063216, - 0.013182991, - 0.0048801517, - 0.046798382, - -0.0023929307, - -0.01923998, - 0.0020693603, - 0.015553882, - -0.008168512, - -0.027122922, - -0.0106467325, - 0.0052398257, - 0.008889493, - 0.024991957, - -0.013540485, - 0.021835128, - -0.023068171, - 0.015784755, - -0.005119574, - 0.012407579, - -0.010154852, - -0.03577606, - -0.030180056, - 0.0012933773, - 0.0077218967, - -0.01647954, - 0.019614892, - 0.0061276974, - -0.036490627, - -0.02654434, - 0.01332232, - -0.06412939, - -0.021367349, - 0.01610151, - -0.0017778529, - -0.01905783, - 0.0007859467, - 0.023469537, - -0.033117082, - 0.0005194418, - -0.0014059914, - 0.06413489, - 0.06299637, - -0.018635208, - 0.0037959795, - 0.0053404276, - -0.0106050605, - -0.019576361, - -0.011251375, - -0.02655482, - 0.010460407, - 0.027944323, - -0.0043281894, - 0.007542152, - 0.002678269, - -0.03529931, - -0.0054328153, - -0.009786718, - 0.02861662, - -0.037694056, - 0.017820375, - 0.033000186, - -0.010852344, - -0.0080952225, - -0.034954887, - 0.034624457, - 0.007822864, - -0.012621417, - 0.006265872, - 0.012837858, - 0.032814905, - 0.008387609, - 0.010206197, - -0.027133113, - -0.00876652, - -0.032321755, - -0.011177284, - 0.082944445, - 0.04589114, - -0.010029258, - -0.035598196, - -0.036292166, - 0.011798551, - -0.010522193, - -0.016218077, - 0.0073048207, - -0.019495655, - 0.012625267, - -0.05614531, - 0.0047551407, - -0.03582304, - 0.0101654185, - -0.0005437458, - -0.032844882, - -0.02067846, - 0.016747447, - 0.0107739065, - 0.017333332, - 0.023312375, - -0.005645979, - 0.014180509, - 0.017561035, - 0.02990569, - 0.015197163, - -0.03840924, - 0.008202601, - -0.02131427, - 0.030425487, - -0.011463051, - -0.10816434, - -0.0005662185, - -0.020558892, - 0.010401912, - 0.011588079, - 0.029200677, - -0.009930683, - 0.0027377894, - -0.0027059412, - -0.071089946, - 0.0071491012, - -0.040864117, - -0.0069674766, - 0.019469973, - -0.002706094, - 0.029816084, - 0.028717821, - -0.020938264, - -0.009860322, - 0.019781109, - 0.07746283, - 0.010918746, - -0.0050850944, - -0.01594058, - 0.030097894, - 0.023720223, - -0.0074288617, - -0.009486189, - 0.029204397, - 0.01739616, - -0.007822814, - 0.007871971, - -0.031092422, - -0.008344685, - 0.007960327, - -0.0042250585, - 0.011864073, - 0.030080559, - 0.0154228825, - -0.021347955, - 0.0027287924, - 0.007599657, - 0.007830245, - 0.038455367, - 0.02324166, - -0.056805722 + 0.006567801, + 0.017120766, + -0.021233078, + -0.00071872346, + -0.008213052, + -0.001771016, + 0.03765172, + -0.04352719, + 0.019900957, + 0.0134296445, + 0.0016286174, + 0.0056792665, + -0.003862323, + 0.00542662, + 0.000581516, + 0.028417204, + 0.005597418, + -0.0061729737, + -0.013061436, + 0.012481694, + 0.0062368955, + 0.01467892, + 0.008914758, + 0.019255377, + -0.013752533, + -0.017215604, + 0.007988796, + -0.009675451, + -0.009591684, + -0.010658318, + -0.050292917, + -0.06933649, + 0.02217853, + 0.011071725, + 0.002628688, + 0.06139993, + 0.020888343, + -0.00075766706, + -0.016858619, + 0.021615649, + -0.0014523858, + 0.029499304, + 0.0016150207, + -0.0110375, + -0.031718228, + -0.0047946484, + -0.015021475, + -0.021662567, + -0.019978186, + 0.012649324, + 0.026452394, + -0.012192569, + -0.01574544, + -0.0141633665, + 0.01589783, + -0.008814906, + 0.019047515, + 0.014005591, + 0.018277107, + 0.0027028804, + -0.014426378, + -0.040070668, + 0.009694338, + -0.0060418397, + 0.0042678732, + 0.0127479145, + 0.003752015, + -0.02211856, + -0.00479138, + 0.005974252, + -0.037253555, + 0.0008083566, + -0.0031136523, + -0.030845378, + 0.010942472, + 0.025139084, + -0.00165144, + -0.016407365, + 0.0020046276, + 0.00014505222, + 0.013110961, + 0.018136261, + 0.015896736, + 0.01758994, + 0.0068580583, + 0.0068650576, + 0.0045976713, + -0.0010780791, + -0.0039052044, + 0.013587107, + -0.025456522, + 0.010030832, + -0.00016159813, + 0.025927372, + 0.008783384, + -0.021077346, + -0.02474387, + 0.0061034793, + -0.003990975, + -0.01315375, + 0.00446011, + 0.01724706, + -0.013162027, + 0.0065136547, + -0.0043413267, + 0.00590098, + -0.01829046, + 0.011613089, + 0.031036222, + 0.011892632, + 0.027967649, + -0.0031644995, + 0.06676259, + -0.0068227155, + 0.000621177, + 0.0024983408, + -0.023144135, + -0.0031124877, + 0.0045454237, + -0.015090792, + -0.025370236, + 0.009406088, + -0.0149791865, + -0.00016507473, + -0.02823981, + 0.012637605, + -0.00068884, + 0.004953009, + 0.020397333, + -0.005005641, + -0.035857968, + -0.0167443, + -0.007977171, + -0.0041365717, + -0.0030276233, + -0.036033098, + 0.022056058, + 0.02876913, + -0.011989511, + 0.0072020018, + 0.020037673, + -0.0034762, + -0.0097052455, + -0.035286386, + 0.0060704523, + -0.016847983, + -0.010831527, + 0.0012464231, + -0.0010033854, + -0.035791073, + -0.001434137, + -0.0038677475, + 0.037309896, + 0.008736492, + 0.020854615, + -0.011980581, + -0.002418078, + -0.050343744, + -0.16633788, + 0.020535497, + -0.02605661, + -0.02449275, + 0.03195052, + -0.008802873, + 0.0013322545, + 0.015097473, + 0.023529343, + -0.025138479, + 0.0011034663, + -0.010568855, + -0.009241796, + -0.014026163, + -0.008824505, + -0.008580653, + -0.010537888, + 0.0012664738, + -0.0016011277, + 0.04260893, + -0.009494973, + 0.023157695, + -0.01592966, + -0.01179292, + -0.0032665858, + 0.0052941125, + 0.037903283, + 0.041908715, + 0.013317525, + 0.013066564, + -0.005267264, + -0.026345633, + 0.011209655, + 0.0070048375, + -0.003117578, + 0.018891837, + -0.0028199507, + 0.010857111, + 0.015595694, + 0.015938219, + 0.021617386, + -0.008866868, + 0.0070816195, + 0.008397084, + -0.0002083343, + 0.0033971202, + 0.044796884, + -0.051858127, + -0.020045253, + 0.0053417836, + 0.016430443, + -0.015629629, + -0.026283136, + 0.019240122, + -0.009419902, + -0.027798545, + -0.026369616, + 0.024147125, + -0.018348873, + -0.030424014, + 0.024434054, + -0.015999611, + 0.0188052, + 0.031360816, + 0.017069964, + 0.008352579, + 0.021252139, + 0.013252802, + 0.009974439, + 0.019300967, + 0.00005942852, + 0.021763533, + 0.0022667842, + -0.0067821466, + -0.030002285, + 0.008069048, + -0.017171664, + 0.0015452965, + -0.011489648, + -0.0053380434, + 0.014464274, + -0.012387064, + 0.00054675946, + 0.017396394, + 0.0074290177, + -0.023758572, + 0.019139256, + 0.0060069244, + 0.0073153647, + 0.0002549493, + -0.005468548, + -0.008454329, + -0.011675116, + -0.033918947, + 0.027634243, + -0.021025537, + 0.016610494, + -0.018018974, + -0.020846121, + 0.0018073193, + 0.028161542, + -0.026122132, + 0.012936538, + 0.011267225, + 0.001851476, + 0.0022898596, + 0.01178215, + 0.0023724453, + -0.011278948, + 0.0021423744, + -0.014985362, + 0.033156227, + -0.0026356305, + -0.00986507, + 0.01098222, + 0.047504075, + -0.015089646, + 0.012721199, + 0.0023096644, + -0.035102084, + 0.0065490534, + 0.011190909, + 0.011524562, + -0.0018884094, + -0.18790166, + 0.014308383, + -0.03061299, + -0.0014927393, + -0.009698974, + -0.015232684, + -0.032281544, + -0.010920517, + 0.03841913, + -0.012157636, + -0.014724276, + -0.0009222961, + 0.0064085936, + -0.03896799, + 0.0045265015, + -0.005730773, + 0.035632264, + 0.017778302, + 0.0096176155, + 0.0056063016, + 0.009449929, + 0.0062980093, + 0.006032649, + -0.0004393658, + -0.0070444006, + 0.017318616, + 0.0039721816, + 0.012954138, + -0.00979752, + 0.01733589, + 0.007012022, + -0.026268661, + -0.010231861, + 0.0041358024, + -0.006404374, + 0.017610231, + 0.02376162, + 0.046998344, + -0.0031792326, + 0.018835967, + 0.011915507, + 0.022208696, + -0.008191657, + -0.011787387, + -0.028351013, + 0.0031123993, + -0.01915678, + 0.003854695, + -0.020189714, + 0.026928606, + 0.008896713, + 0.0044879294, + -0.00476348, + 0.00577771, + 0.029144602, + -0.032304518, + 0.029414896, + -0.01551393, + 0.00025904877, + -0.011337512, + -0.010611755, + -0.0061640204, + 0.020230493, + 0.03999792, + -0.02772996, + 0.0018687601, + -0.0037987137, + 0.014608159, + -0.02372115, + 0.0067731137, + 0.021503653, + -0.022127718, + -0.01943997, + -0.0023529415, + -0.028823126, + -0.018998727, + 0.033930648, + 0.0024272043, + 0.011556167, + 0.00670428, + -0.017990218, + -0.00013970525, + -0.00391096, + 0.015947413, + -0.018580344, + -0.03261604, + -0.011118086, + 0.00065660954, + -0.022357017, + 0.016830383, + -0.0051394724, + -0.0009085814, + -0.017409217, + -0.005243847, + -0.014716567, + -0.006958991, + 0.0017636595, + 0.0098812245, + -0.014465538, + -0.009535989, + 0.017632019, + 0.024523703, + -0.03244814, + 0.01926618, + -0.018629929, + 0.014345428, + 0.0022557434, + -0.008742242, + 0.016728966, + -0.020723032, + -0.004274143, + 0.028249646, + -0.019344991, + 0.026957817, + -0.02632735, + -0.0096184155, + 0.023965131, + 0.030494321, + 0.010593264, + -0.005279323, + -0.0073531675, + 0.019291759, + 0.0016841027, + 0.0017519473, + -0.005720702, + -0.004485538, + 0.050054744, + -0.008402039, + 0.0489108, + 0.0560372, + -0.02787117, + -0.021276841, + -0.0188211, + -0.0014947214, + 0.025837215, + 0.02812184, + -0.004130419, + 0.038757093, + 0.026054367, + 0.026312286, + 0.012335134, + -0.04013307, + 0.009920988, + -0.018639483, + 0.003055557, + -0.023345085, + 0.011102768, + -0.012819887, + 0.024022698, + 0.049183883, + -0.008812775, + -0.005869524, + -0.043488856, + -0.02177325, + 0.036364842, + 0.02746843, + 0.006180633, + -0.005505216, + 0.020240167, + -0.0043280995, + 0.030955797, + -0.015729453, + -0.039931897, + -0.0074629174, + -0.030834612, + 0.030862771, + -0.08697695, + -0.0444469, + 0.035842516, + 0.00034568014, + -0.0064695133, + 0.017158667, + 0.0028220364, + -0.020297926, + 0.010170912, + -0.0013209934, + 0.009834496, + 0.0056393635, + -0.012216062, + 0.03169262, + 0.004375095, + 0.006829632, + 0.01686369, + -0.00038800924, + 0.0010916094, + 0.009033098, + 0.01211344, + -0.028738908, + -0.019238995, + -0.023756433, + -0.026491398, + -0.0074644117, + -0.03635932, + 0.0006865094, + -0.0022789936, + -0.009062, + 0.016649714, + 0.017868072, + -0.0006433211, + -0.03338327, + -0.006338927, + 0.012762707, + -0.0071654622, + -0.004456235, + 0.0032476673, + -0.039411284, + -0.01888389, + 0.029117836, + 0.0202851, + -0.008123748, + -0.0011595483, + 0.043704934, + 0.044519007, + -0.018403644, + -0.0013603703, + -0.005782237, + 0.006162634, + -0.021418324, + -0.006611561, + 0.006572441, + 0.02433776, + 0.006257969, + -0.0401425, + -0.0135525055, + -0.004603615, + 0.015843976, + 0.004863224, + 0.0335277, + 0.0017299736, + -0.003778849, + 0.011259857, + 0.0050064633, + 0.0075075775, + -0.013788976, + -0.0054982556, + 0.0034086844, + 0.023196032, + 0.011837524, + -0.020093951, + -0.0031806058, + 0.016056962, + 0.025176812, + 0.017867764, + 0.0014714206, + -0.010678288, + 0.033043362, + -0.0059271595, + 0.004348143, + -0.015423457, + 0.0038550412, + 0.053058513, + 0.014600124, + 0.0039133723, + 0.038986593, + -0.01886785, + -0.0068124626, + -0.004766773, + 0.032381665, + 0.017271347, + 0.005131182, + -0.023846116, + 0.008897653, + 0.007106846, + 0.012342698, + 0.0032859256, + 0.02081856, + 0.004390584, + -0.024803359, + 0.0008743567, + -0.017387427, + -0.012248652, + -0.011903136, + 0.005771668, + -0.0092669185, + -0.0052311276, + 0.0121755125, + -0.028721694, + 0.002437282, + 0.013128293, + -0.01900362, + -0.011366241, + 0.003063359, + -0.0015424257, + -0.025239715, + 0.02452821, + 0.017235082, + 0.013038096, + -0.026017906, + -0.0083125895, + -0.02364992, + -0.012597966, + -0.008905754, + 0.009427223, + -0.007533269, + 0.02152532, + 0.0028223821, + -0.00055686367, + -0.029365487, + -0.014444263, + -0.021690808, + -0.015754357, + 0.00077453564, + -0.0044135363, + 0.022227969, + -0.008257337, + -0.0027600857, + 0.023915606, + -0.023331778, + -0.0060204673, + -0.006144896, + -0.0015183475, + -0.015713738, + 0.038658313, + 0.009147867, + 0.014775056, + -0.0038666385, + -0.007927584, + -0.0106002875, + -0.004668527, + 0.011392222, + -0.026409842, + -0.0042046006, + -0.016128436, + 0.0024700991, + -0.013734763, + 0.014270182, + 0.030538354, + -0.0030949253, + 0.014370719, + -0.004374768, + -0.03471572, + 0.013871249, + -0.008830497, + -0.009968391, + -0.0053053778, + -0.055570733, + 0.0012951879, + -0.011543076, + 0.027001746, + -0.008248394, + -0.04009177, + -0.020700142, + -0.0048175836, + -0.0151742725, + -0.06252219, + 0.0057521374, + -0.00034644923, + -0.010139607, + -0.0136723975, + -0.0013127966, + -0.0045920457, + -0.009395566, + -0.0009981599, + -0.012313354, + -0.017718771, + 0.014142541, + -0.018801367, + 0.012712539, + -0.023697289, + 0.01230143, + 0.014030471, + -0.0017100404, + 0.017888807, + -0.0188285, + 0.016298229, + -0.0027716893, + 0.0112477355, + -0.021747809, + 0.027589513, + -0.025956608, + -0.015152452, + -0.036798477, + -0.017213918, + 0.006110698, + -0.020194603, + 0.0022036538, + -0.0127250785, + -0.006521906, + -0.0015694202, + -0.022543008, + -0.018149732, + -0.06576782, + 0.010145263, + -0.0075366083, + -0.0034222375, + 0.0024543107, + 0.0019186839, + -0.008161063, + -0.020608373, + -0.0057963086, + 0.010280957, + 0.005122855, + 0.004766438, + 0.016815761, + 0.00858781, + -0.0033200379, + -0.035019413, + -0.005969705, + 0.0045563076, + -0.005199433, + -0.0062198513, + -0.013252291, + 0.012884804, + 0.0025606928, + -0.0025949506, + 0.021263411, + 0.00674094, + -0.0019865744, + -0.0015404688, + -0.030406503, + 0.0042361575, + 0.016823078, + -0.0319798, + 0.0014344272, + 0.021812245, + 0.0014746669, + 0.023756541, + -0.023420112, + -0.0037278128, + 0.0009203032, + 0.042352118, + -0.033832952, + 0.0031347538, + 0.005556983, + -0.0030684117, + -0.024293017, + -0.025769781, + 0.038099375, + -0.0011083984, + 0.025246652, + 0.0415269, + -0.0094776135, + 0.017136108, + 0.034118995, + -0.004524916, + 0.053468265, + -0.0005055417, + -0.01666693, + -0.010139587, + 0.016669149, + -0.01032509, + -0.014869511, + 0.023450496, + -0.02128064, + -0.023472343, + 0.0069887294, + -0.046172325, + 0.0031855442, + 0.012660814, + 0.00027606857, + -0.012101224, + 0.035979126, + 0.013739725, + 0.009614478, + 0.02988172, + -0.013327392, + 0.027102804, + 0.011472807, + -0.030007683, + -0.032866906, + -0.026441531, + 0.001061252, + -0.002929467, + -0.0046384605, + -0.0043632532, + -0.0030932738, + -0.04459514, + 0.013125992, + -0.01066764, + -0.01166828, + -0.038670305, + 0.0012195768, + 0.0009810413, + 0.02397964, + -0.006278131, + 0.004126523, + -0.0007766232, + -0.005224409, + -0.023709496, + 0.0015968501, + 0.009809479, + 0.012881051, + 0.016121212, + 0.010985727, + 0.007930193, + 0.025580732, + -0.005637864, + -0.017378462, + 0.023544265, + 0.012725394, + -0.018712478, + -0.021852473, + 0.015741132, + 0.0067340317, + -0.021055084, + 0.002675786, + 0.04349844, + 0.023978118, + -0.009355066, + 0.033985756, + 0.021874499, + 0.0038407908, + 0.033011563, + 0.03286629, + 0.019834595, + 0.006693981, + 0.0028950386, + 0.0026701896, + -0.006666339, + -0.009575927, + -0.0049961344, + -0.030100474, + -0.0038572715, + 0.0044144047, + -0.0034012208, + -0.014068096, + -0.008940115, + -0.015061373, + 0.032122456, + 0.015755659, + -0.006346723, + -0.01620687, + -0.00592798, + 0.011717321, + -0.047173794, + 0.0021222644, + -0.009690831, + 0.029234756, + -0.05255836, + 0.010329263, + 0.012601758, + -0.01994211, + 0.019138657, + -0.015725385, + 0.008342701, + -0.014219085, + 0.018500928, + -0.013985817, + 0.017271187, + -0.009422891, + -0.030486546, + 0.011818977, + -0.034598116, + -0.017768918, + -0.027816392, + -0.0033692839, + -0.0054513444, + 0.053064726, + -0.0023784894, + -0.0110957725, + -0.011800508, + -0.006196853, + 0.004672344, + 0.01694841, + -0.02518531, + -0.0066593685, + 0.027230684, + 0.011830205, + -0.0035377531, + -0.023491988, + 0.00041477458, + 0.022133125, + -0.0009672777, + -0.011080573, + -0.013484787, + -0.04037805, + 0.015573907, + -0.034599826, + 0.0188319, + -0.016891016, + 0.0009190735, + -0.031574935, + 0.017466921, + -0.0022380156, + 0.035029862, + -0.043216716, + 0.0008515307, + 0.007910213, + -0.02162805, + 0.02321206, + -0.001172303, + 0.01727799, + 0.02207008, + -0.014742527, + -0.016966462, + 0.03743808, + 0.018179359, + 0.0047611687, + -0.009223215, + 0.011580822, + 0.00549653, + -0.01603627, + -0.020725984, + 0.026458455, + -0.02363578, + -0.03081571, + 0.016643971, + -0.006734788, + 0.03742026, + 0.013438167, + -0.011297891, + -0.018283587, + -0.029076807, + -0.0012665448, + -0.0028484475, + -0.0257651, + -0.0037616522, + 0.042966537, + 0.015094697, + 0.016171161, + 0.0155486, + 0.012348313, + 0.0020950236, + -0.0028259167, + -0.005331799, + 0.0002040887, + 0.0033883536, + 0.004036782, + -0.033140697, + -0.0026352983, + -0.014156853, + 0.026605101, + -0.019447176, + 0.0032326295, + -0.003436798, + 0.0078086006, + -0.031094095, + 0.011528146, + 0.020590298, + -0.014124334, + -0.0013696734, + 0.0025687837, + -0.023892347, + -0.01171145, + -0.020527333, + 0.031502534, + -0.011707855, + -0.00034943142, + 0.007715419, + 0.0132713085, + 0.0006577553, + -0.025899386, + 0.0130947605, + 0.030140802, + -0.012253178, + -0.018729597, + 0.012038694, + -0.019485924, + 0.015800413, + 0.0075173164, + 0.0012017513, + 0.015422149, + -0.019253837, + 0.027071506, + 0.02806509, + -0.0094139455, + 0.0024526552, + -0.0185534, + 0.011540263, + -0.008123791, + 0.013418938, + -0.0034570328, + -0.017219761, + 0.027669134, + -0.005332485, + -0.011147786, + 0.008865248, + -0.007479911, + -0.014901375, + -0.018793328, + -0.008770236, + -0.040812418, + -0.0037581413, + -0.055363216, + 0.0054982984, + -0.009621829, + -0.019809179, + -0.016831968, + 0.00082935824, + 0.017604725, + 0.0147712715, + -0.03247816, + -0.00015318302, + 0.011622733, + -0.009711436, + -0.029086145, + 0.0019912107, + 0.036579315, + 0.011344037, + 0.00580434, + 0.021626752, + -0.01742813, + -0.01036504, + -0.016787207, + -0.02740998, + -0.03584559, + -0.021304842, + -0.0133666, + 0.028414274, + 0.01713389, + -0.022865081, + 0.0063728425, + 0.0040991027, + -0.012286069, + 0.005632688, + 0.00671025, + 0.022005957, + -0.0043401103, + -0.04717812, + 0.15292738, + 0.008414727, + -0.024537878, + 0.018203635, + 0.025434162, + -0.008606656, + -0.025307206, + -0.030743036, + -0.0071284994, + 0.024027014, + -0.008358866, + -0.029010924, + 0.030718308, + 0.040798176, + 0.024601988, + -0.026616432, + -0.041948836, + -0.0040371586, + -0.03806656, + 0.018659888, + -0.018553628, + 0.027162936, + -0.011479927, + -0.023205172, + 0.006880111, + -0.02841982, + -0.043608665, + 0.01020197, + -0.02714181, + 0.005869921, + 0.018531721, + -0.027224075, + -0.024478192, + -0.023976425, + 0.017258592, + 0.008504728, + -0.030820593, + -0.017411062, + 0.007742029, + 0.003861433, + 0.01051805, + -0.034274537, + -0.017692722, + -0.0024074714, + -0.00523453, + 0.017618207, + 0.030981464, + -0.027848724, + -0.030170625, + -0.03754033, + -0.018680576, + -0.010280928, + 0.00781837, + 0.013801439, + 0.002760777, + 0.042613883, + -0.023928652, + 0.024254398, + 0.010667552, + 0.0076896437, + 0.014434394, + -0.020734845, + -0.009466188, + -0.0046527386, + -0.029576063, + 0.010290458, + -0.024940513, + -0.027712036, + 0.0013867485, + 0.009377021, + 0.008622107, + -0.00010623792, + 0.03635775, + -0.018919276, + -0.0007663102, + -0.011035736, + -0.008700132, + -0.031728055, + -0.01717433, + 0.05732175, + 0.008533019, + 0.00986816, + 0.008787389, + -0.070004106, + -0.019528445, + -0.023019426, + -0.014213709, + -0.024220807, + -0.010519099, + -0.0029741018, + -0.008453307, + 0.009218863, + -0.025098775, + 0.023172855, + 0.006847828, + -0.012956058, + 0.009483571, + 0.016080765, + 0.009862353, + -0.021316534, + 0.016378406, + 0.002520812, + -0.0028669375, + -0.023371948, + -0.010046971, + 0.002508491, + -0.0032972726, + 0.008873829, + 0.004307644, + 0.0018791348, + 0.010984148, + -0.0029696953, + -0.030995652, + 0.0009800923, + -0.015543657, + 0.010914188, + 0.05050088, + -0.029944086, + 0.034939982, + -0.011716877, + 0.010833245, + -0.030177888, + 0.012278651, + 0.009371034, + 0.019010965, + -0.029301826, + -0.0034317323, + 0.028291034, + -0.004268114, + 0.0236661, + 0.0096177785, + 0.013492729, + -0.013081376, + -0.02093595, + -0.0006007154, + -0.00044705832, + -0.012730319, + 0.0070698056, + -0.00025287637, + 0.031962622, + 0.009581891, + -0.0020901903, + 0.0018932626, + 0.027886001, + -0.0108230375, + 0.023730054, + -0.0034419594, + -0.0500461, + 0.0017731738, + 0.025207054, + 0.012597284, + -0.0071798414, + 0.0031377273, + 0.03569743, + -0.005061758, + -0.021329176, + -0.012712141, + 0.019009186, + 0.012782128, + -0.019550564, + 0.011903427, + 0.0023502286, + 0.030677259, + 0.00032745578, + -0.017617218, + 0.01116135, + -0.023772905, + 0.0030982653, + -0.0025898325, + 0.003693641, + 0.016066777, + 0.019339371, + 0.017678149, + -0.0038721794, + -0.009378076, + -0.0077489964, + -0.015537484, + 0.0019111782, + 0.0028723783, + -0.025869098, + 0.023829326, + -0.015354883, + -0.0134922555, + 0.026132472, + 0.02188097, + -0.011205684, + 0.03465199, + 0.025482204, + -0.00825132, + 0.024035584, + -0.0252942, + 0.048201237, + -0.03492633, + -0.018602585, + 0.0037323572, + -0.0027850205, + 0.010067393, + -0.006096219, + -0.021379353, + 0.011457522, + -0.029307999, + 0.011743042, + 0.042081684, + 0.02833597, + -0.0125094615, + 0.003935691, + -0.009229813, + -0.004687388, + -0.010355096, + -0.005613659, + -0.04871162, + -0.015199046, + -0.0024530974, + -0.009860262, + 0.009045491, + -0.034622777, + 0.020635724, + -0.01566498, + -0.0014886026, + -0.016351124, + -0.006348036, + -0.004246826, + -0.021644419, + -0.019432707, + -0.003994304, + -0.041896135, + 0.01369675, + -0.010450481, + 0.0076958425, + 0.0032291773, + -0.013715046, + 0.02003028, + 0.017819311, + 0.015945535, + -0.0006544088, + -0.02664815, + 0.014479074, + -0.013752791, + -0.009869974, + -0.04853182, + -0.015182694, + 0.004887655, + -0.014484091, + 0.022508992, + -0.009313667, + -0.011129204, + -0.017974691, + 0.024033338, + 0.0006708222, + 0.0010616928, + 0.014633136, + 0.022903953, + -0.0030606068, + 0.028483808, + 0.025616692, + -0.017975347, + 0.009502161, + 0.0036404822, + 0.004787965, + -0.0074181473, + -0.0013765978, + -0.018784974, + 0.020029068, + -0.014176951, + -0.035847966, + -0.008766654, + -0.012160512, + 0.0021564153, + 0.021907238, + 0.013233803, + -0.0012382605, + -0.027056105, + -0.032809738, + -0.015504157, + -0.0067754467, + 0.004958354, + -0.019253435, + -0.020940203, + 0.014848734, + 0.0015011702, + -0.012799815, + 0.0025071392, + -0.008551839, + -0.015113704, + -0.021401603, + 0.0065185316, + -0.033435807, + -0.13980752, + 0.014497208, + -0.017479636, + 0.025448844, + -0.02746932, + 0.022915078, + -0.005489406, + 0.0046792906, + -0.018427776, + 0.012540129, + 0.005957572, + 0.021437906, + -0.009161498, + 0.020390365, + 0.021849796, + -0.021695929, + -0.0112772295, + 0.010882955, + 0.017277751, + -0.029979486, + -0.014495516, + 0.017638776, + -0.015444916, + 0.032913256, + 0.0044828244, + -0.004330008, + 0.02590996, + 0.021304112, + 0.031276084, + -0.003253379, + 0.012801051, + -0.013843158, + 0.008947547, + 0.014569471, + -0.0066807787, + 0.022483258, + -0.005159573, + 0.010356903, + 0.0068738246, + 0.030388206, + -0.02799208, + 0.0023370052, + 0.026781468, + -0.010750612, + 0.012547797, + -0.0020872778, + -0.00464662, + -0.013358128, + -0.036506426, + -0.024810085, + -0.0035081913, + -0.013919061, + -0.0153733725, + 0.018465731, + -0.007603269, + 0.016968, + 0.034079317, + 0.025370281, + -0.027076144, + -0.018048616, + -0.025143001, + 0.011197689, + -0.019304512, + 0.015305662, + 0.0016665489, + 0.006056622, + -0.001056107, + -0.0149944145, + 0.009129009, + -0.008068545, + -0.003842903, + 0.018803865, + -0.012820242, + -0.0144785475, + 0.019237021, + 0.028179046, + 0.0058361995, + -0.051248997, + -0.011475265, + -0.007567105, + -0.0070102196, + 0.015297984, + 0.009111187, + 0.02421652, + 0.017955303, + -0.016909579, + 0.0034396565, + -0.00090172497, + 0.007735994, + 0.021226954, + 0.022610348, + -0.007330785, + -0.0085804975, + 0.02899737, + -0.051221225, + 0.0200207, + -0.04429752, + 0.0036654407, + 0.004849312, + 0.0034563702, + 0.018256482, + -0.014100307, + 0.002910915, + -0.0009254827, + -0.017590929, + 0.011105483, + -0.0069853757, + 0.02599449, + 0.004204428, + 0.0062013012, + -0.0025754087, + 0.0016363858, + 0.03606278, + -0.010491411, + -0.039829083, + -0.008479634, + -0.01639717, + -0.034479927, + -0.015403763, + 0.0054401057, + 0.0066674636, + 0.008849425, + -0.011688761, + 0.008679983, + -0.01825048, + -0.00872855, + -0.0012336952, + 0.035012804, + -0.008725725, + 0.038131036, + -0.004627695, + 0.0024535442, + -0.005601951, + 0.04246455, + 0.028832996, + 0.0073728156, + 0.0070858235, + -0.0099713765, + -0.025434477, + -0.00044860464, + -0.012948159, + 0.011404955, + -0.0033352808, + -0.004821528, + 0.022071064, + -0.031461507, + 0.033650342, + -0.029648582, + 0.0009304048, + -0.013405985, + 0.025329504, + 0.0030929164, + 0.008815385, + 0.0063216533, + 0.009153919, + -0.037468355, + 0.010273763, + -0.018438356, + 0.003184482, + -0.028656939, + -0.009975967, + 0.0040285895, + -0.0163698, + -0.0074430746, + 0.01694906, + -0.028741224, + 0.008207704, + -0.017361324, + -0.0038497557, + 0.024739329, + 0.002404954, + -0.012739991, + 0.003546368, + 0.008448236, + 0.00894845, + -0.0104725445, + 0.0015123126, + -0.019356258, + -0.009983481, + 0.0010158668, + 0.005952052, + -0.02764493, + -0.015829986, + 0.0040188553, + -0.013761925, + 0.0144138755, + 0.0025016777, + 0.0035016409, + 0.004651366, + -0.007977548, + 0.00759555, + -0.040813703, + 0.023085264, + -0.004710528, + 0.020446835, + 0.0012572594, + 0.015506232, + 0.004992751, + 0.0012299644, + 0.019611193, + 0.008113058, + 0.0042937608, + 0.027113454, + 0.02263741, + 0.025472924, + -0.0047353785, + -0.015677322, + 0.030412337, + -0.008565072, + 0.009364354, + 0.014251257, + 0.015488469, + 0.02536043, + -0.005484474, + 0.006996458, + 0.015023231, + -0.01056621, + -0.0137530165, + -0.04068062, + 0.00824532, + 0.036921646, + -0.0109425755, + 0.00711261, + -0.005457392, + -0.0163783, + 0.007132775, + -0.013381785, + -0.008648205, + 0.01900448, + -0.0074065663, + 0.018954637, + -0.004377485, + 0.008131742, + -0.0066970615, + -0.0034160956, + 0.02404566, + -0.024529861, + -0.018541714, + 0.005980717, + -0.014652303, + 0.009134477, + -0.003492678, + -0.017970983, + -0.00033277972, + 0.015779108, + 0.012020869, + 0.0134017, + -0.003597617, + 0.0013251555, + 0.033310197, + -0.017720044, + -0.012605161, + -0.003704076, + -0.03138389, + 0.017450893, + -0.005858067, + -0.010765887, + 0.0087568145, + -0.005925814, + 0.013074113, + 0.005562161, + -0.043488372, + 0.041524045, + 0.011340256, + -0.020964142, + 0.008383561, + 0.004081567, + 0.010535213, + 0.053003, + 0.00082447886, + 0.019405881, + -0.010510469, + 0.0076319706, + 0.015499646, + 0.012913823, + -0.045027778, + -0.009726461, + -0.027710512, + 0.00005586112, + 0.0116403205, + 0.007785569, + -0.015231924, + -0.020087603, + -0.005676357, + 0.027474193, + -0.00483785, + -0.032848403, + -0.03339549, + -0.012422853, + -0.0013536359, + 0.018145837, + 0.0054233307, + -0.017441912, + 0.02790072, + 0.009274256, + -0.030453067, + 0.0010975227, + -0.0065191966, + -0.0044402597, + 0.021984791, + -0.00028261333, + -0.013100893, + 0.018183578, + -0.014700628, + -0.0030020017, + 0.0018130018, + 0.025832625, + 0.038807664, + -0.009778714, + -0.0020148698, + 0.026263444, + 0.018459793, + 0.004276164, + -0.02051188, + -0.021233361, + -0.022415388, + -0.019620119, + -0.0012135087, + 0.0007258966, + 0.012099988, + 0.0023441738, + 0.0014225473, + 0.024189055, + -0.0013249341, + -0.022724872, + 0.0060476963, + -0.000021169928, + 0.031917267, + 0.01710001, + 0.018990973, + -0.01897592, + 0.0064024, + 0.01453491, + -0.0035237765, + 0.02202231, + 0.0013355897, + 0.032837, + -0.01774816, + 0.0035939396, + -0.010665913, + 0.00916914, + -0.010017566, + 0.036181126, + -0.0054323245, + 0.03976291, + 0.0064059654, + -0.031102346, + -0.025825588, + -0.024464844, + 0.007255701, + -0.014331392, + 0.019419294, + -0.00577165, + -0.024392998, + 0.017918134, + 0.0056661945, + -0.018231576, + 0.0022347097, + 0.01910702, + -0.014416936, + 0.016754447, + 0.0388537, + 0.015498804, + -0.0002027197, + -0.025477653, + -0.06927441, + -0.049229637, + 0.0037451417, + 0.006271498, + -0.036284145, + 0.019895228, + 0.032472324, + -0.023642771, + 0.046855774, + -0.008832176, + 0.014651855, + 0.010448219, + -0.005948148, + 0.0005978858, + -0.054473978, + -0.0043358533, + 0.15438774, + -0.016500354, + -0.011584043, + 0.008821932, + 0.028188229, + -0.017972598, + -0.02381864, + -0.01236243, + 0.021115622, + -0.0034524538, + 0.00847567, + 0.024434105, + 0.0072769322, + 0.0020333878, + -0.026005639, + 0.023885395, + 0.0008799185, + -0.0057772025, + -0.03222086, + 0.022297295, + 0.004126298, + 0.004285237, + -0.011274277, + -0.019100485, + -0.01626144, + -0.02770554, + 0.015468121, + -0.010054299, + -0.00770587, + 0.025145445, + 0.0055802898, + -0.005314216, + -0.007142083, + -0.012295227, + 0.002327958, + 0.039495528, + -0.012802693, + 0.014966441, + -0.018930934, + -0.021141112, + 0.01122196, + -0.02312291, + 0.014928246, + 0.00160856, + 0.021393519, + 0.011789939, + -0.0028962442, + 0.023584452, + -0.041799955, + -0.044101454, + 0.1879555, + 0.004473234, + -0.0053770645, + -0.020627681, + -0.0040245824, + 0.009589299, + 0.007838174, + -0.009105401, + 0.003410706, + -0.01530431, + 0.0036250937, + -0.0023604855, + -0.014484963, + 0.0027500158, + -0.023356555, + 0.0154436035, + 0.0052151545, + -0.006699575, + -0.013165319, + -0.024929373, + -0.010517383, + 0.008988129, + -0.0072928206, + -0.0058089644, + -0.010930364, + -0.015341922, + 0.009969058, + -0.025095183, + -0.00729431, + -0.0021388521, + 0.0055025695, + 0.024583291, + 0.007076895, + -0.012373281, + -0.007591571, + 0.0021772333, + 0.023485012, + 0.010012244, + -0.012785485, + -0.054135047, + -0.021406187, + 0.0064340374, + -0.0077209147, + 0.008403196, + 0.022244819, + -0.014643345, + -0.019066693, + -0.012613943, + -0.041896448, + -0.019719113, + -0.004614184, + -0.012194749, + 0.018419465, + 0.016270477, + 0.0034617067, + 0.019861382, + 0.008313364, + -0.04654085, + 0.023496194, + -0.023420773, + -0.0018295345, + 0.0012795727, + 0.23806652, + 0.016590388, + 0.041079458, + -0.022847362, + -0.005349358, + -0.009280953, + 0.0030420823, + 0.0058868877, + 0.021861935, + -0.017813604, + 0.021191692, + -0.0039153495, + 0.0076865805, + 0.04414937, + 0.014577494, + -0.0018158087, + -0.021101853, + 0.030166646, + 0.0051030107, + 0.012230108, + 0.027562395, + 0.00040439775, + 0.008698435, + -0.03999187, + 0.024644429, + 0.014936163, + -0.011667236, + -0.010054549, + -0.008907463, + 0.004623539, + -0.030967187, + 0.012650743, + -0.02074487, + -0.015390235, + 0.040392894, + 0.014647547, + 0.011595136, + 0.010104069, + -0.009397124, + -0.015473257, + -0.0006806813, + -0.02740162, + -0.015232444, + 0.003119243, + 0.0029431416, + 0.008383912, + 0.01912887, + -0.004013895, + 0.0003410419, + 0.0064522843, + -0.0019245852, + 0.023172375, + 0.01145802, + 0.019367903, + 0.0038650504, + 0.03799692, + -0.0079530915, + -0.023447022, + 0.018693468, + 0.008722381, + 0.010298132, + -0.035005312, + -0.006891061, + -0.025643865, + 0.018896949, + -0.0062169074, + -0.0057936623, + 0.001519507, + 0.02464656, + 0.0033991993, + -0.019650474, + 0.035057023, + 0.00833479, + 0.002421396, + 0.040440127, + -0.0067353486, + -0.018515632, + 0.033304032, + 0.004335674, + 0.009740421, + 0.024176098, + 0.009191728, + 0.008514689, + 0.005975714, + -0.0161113, + 0.0061261524, + -0.023338817, + -0.013858407, + -0.023046358, + -0.035249356, + -0.01968566, + -0.0006731337, + 0.01714827, + -0.0023010694, + -0.017432313, + -0.0056872647, + 0.012327072, + -0.026622934, + -0.01480998, + -0.01651674, + -0.01129254, + -0.00025914173, + 0.0045607043, + 0.05797816, + 0.007459541, + 0.008524966, + 0.004719504, + -0.008436983, + 0.011491474, + -0.023804508, + 0.015226548, + -0.010452584, + -0.010626504, + -0.0150205735, + 0.01986472, + 0.0072039478, + -0.020243108, + 0.0042456156, + 0.0046907137, + -0.022206381, + -0.031922977, + -0.01100764, + -0.0054441607, + 0.0051088827, + 0.0052719093, + 0.046587016, + 0.021195998, + -0.022604838, + 0.034614027, + -0.00049362914, + -0.008042774, + -0.019118462, + -0.0149201155, + -0.022091059, + 0.00035515407, + 0.004617603, + -0.0299033, + -0.019619418, + 0.002950065, + 0.022741774, + -0.01220979, + 0.027731052, + -0.00027583106, + -0.017671568, + -0.0225376, + 0.011473717, + 0.00703135, + -0.022556903, + 0.041422445, + 0.013419818, + -0.023743981, + 0.004796174, + -0.008403061, + -0.03614209, + -0.026386349, + -0.0025245668, + -0.0110917855, + -0.03157878, + 0.02346467, + 0.009872189, + -0.006146367, + 0.013301233, + -0.018994857, + 0.0550251, + 0.04028712, + -0.013807652, + -0.024197714, + -0.021367336, + -0.036356166, + -0.02547748, + 0.02377863, + -0.013470646, + 0.0083133755, + -0.029964099, + -0.006592278, + -0.0025892153, + -0.009452802, + -0.020571753, + 0.0108762495, + 0.009639295, + 0.038538154, + -0.029859375, + 0.029055322, + -0.010686352, + -0.01325582, + 0.01975843, + -0.028402686, + 0.042962983, + 0.013596371, + 0.025046604, + 0.046360817, + 0.0039364374, + -0.006486142, + 0.0047077974, + -0.003931629, + -0.022842, + 0.01907285, + 0.0032884583, + -0.0059621963, + 0.025630929, + 0.012589683, + -0.00092398183, + -0.031794958, + -0.024195652, + 0.01884772, + -0.020524006, + 0.005720466, + 0.015273235, + -0.000229354, + 0.0012725258, + -0.032664347, + -0.010333947, + -0.034625005, + 0.0021792778, + -0.033490647, + -0.025590368, + -0.00734092, + -0.0026922359, + 0.0029888696, + -0.047505807, + 0.01948348, + 0.00009939769, + 0.0009399867, + 0.011566535, + -0.040123854, + 0.003501575, + -0.005638987, + 0.0013945425, + 0.014161015, + 0.027186915, + -0.008359084, + -0.050184283, + 0.013412173, + -0.015224165, + 0.031396303, + 0.0019603204, + 0.023636047, + -0.017888412, + 0.007830237, + -0.012157555, + -0.046375986, + 0.0062291822, + -0.012204225, + 0.025217146, + -0.02347134, + -0.020663997, + 0.0053194007, + -0.008695089, + -0.0024295396, + -0.016193308, + 0.00757456, + 0.0033877357, + -0.007687866, + -0.012681687, + -0.017989937, + 0.009139383, + 0.017190043, + 0.0010762818, + -0.040957738, + 0.010600516, + 0.01487121, + -0.0026788036, + 0.00819713, + 0.0027614392, + 0.0031030993, + 0.016992584, + 0.009828257, + 0.0098298695, + 0.04039976, + -0.0012536786, + -0.014330947, + 0.0029672838, + 0.0062307543, + -0.014157099, + -0.035547495, + 0.025748838, + -0.026820691 ] ], - "total_duration": 160195100, - "load_duration": 23026400, - "prompt_eval_count": 23 + "total_duration": 112413900, + "load_duration": 26741700, + "prompt_eval_count": 16 } diff --git a/docs/en/results/Ollama/GetModelInformation.log b/docs/en/results/Ollama/GetModelInformation.log index 9155c233a4..63e2dec2f4 100644 --- a/docs/en/results/Ollama/GetModelInformation.log +++ b/docs/en/results/Ollama/GetModelInformation.log @@ -1605,5 +1605,5 @@ "capabilities": [ "completion" ], - "modified_at": "2026-03-25T09:38:19.9389946+00:00" + "modified_at": "2026-03-25T17:57:19.8782264+03:00" } diff --git a/docs/en/results/Ollama/GetModelList.log b/docs/en/results/Ollama/GetModelList.log index da0b8ef853..d241d83f2c 100644 --- a/docs/en/results/Ollama/GetModelList.log +++ b/docs/en/results/Ollama/GetModelList.log @@ -1,26 +1,9 @@ { "models": [ - { - "name": "bayselonarrend/tinyllama:latest", - "model": "bayselonarrend/tinyllama:latest", - "modified_at": "2026-03-25T09:38:19.0559259+00:00", - "size": 637700138, - "digest": "2644915ede352ea7bdfaff0bfac0be74c719d5d5202acb63a6fb095b52f394a4", - "details": { - "parent_model": "", - "format": "gguf", - "family": "llama", - "families": [ - "llama" - ], - "parameter_size": "1B", - "quantization_level": "Q4_0" - } - }, { "name": "mario:latest", "model": "mario:latest", - "modified_at": "2026-03-25T09:38:19.9389946+00:00", + "modified_at": "2026-03-25T17:57:19.8782264+03:00", "size": 637700145, "digest": "83472d32997e219d78e3e480763e7b72beca170aaa02f3f2e2dbf613c248dee4", "details": { @@ -34,10 +17,27 @@ "quantization_level": "Q4_0" } }, + { + "name": "bayselonarrend/tinyllama:latest", + "model": "bayselonarrend/tinyllama:latest", + "modified_at": "2026-03-25T17:57:17.0558515+03:00", + "size": 637700138, + "digest": "2644915ede352ea7bdfaff0bfac0be74c719d5d5202acb63a6fb095b52f394a4", + "details": { + "parent_model": "", + "format": "gguf", + "family": "llama", + "families": [ + "llama" + ], + "parameter_size": "1B", + "quantization_level": "Q4_0" + } + }, { "name": "tinyllama:latest", "model": "tinyllama:latest", - "modified_at": "2026-03-25T09:38:18.0997819+00:00", + "modified_at": "2026-03-25T17:57:15.509066+03:00", "size": 637700138, "digest": "2644915ede352ea7bdfaff0bfac0be74c719d5d5202acb63a6fb095b52f394a4", "details": { @@ -54,7 +54,7 @@ { "name": "qwen2.5-coder:7b", "model": "qwen2.5-coder:7b", - "modified_at": "2026-03-23T07:05:25.5001699+00:00", + "modified_at": "2026-03-23T10:05:25.5001699+03:00", "size": 4683087561, "digest": "dae161e27b0e90dd1856c8bb3209201fd6736d8eb66298e75ed87571486f4364", "details": { @@ -71,7 +71,7 @@ { "name": "bge-m3:latest", "model": "bge-m3:latest", - "modified_at": "2026-03-19T12:22:44.2239946+00:00", + "modified_at": "2026-03-19T15:22:44.2239946+03:00", "size": 1157672605, "digest": "7907646426070047a77226ac3e684fbbe8410524f7b4a74d02837e43f2146bab", "details": { @@ -88,7 +88,7 @@ { "name": "qwen2.5:7b", "model": "qwen2.5:7b", - "modified_at": "2026-03-19T07:38:15.3175145+00:00", + "modified_at": "2026-03-19T10:38:15.3175145+03:00", "size": 4683087332, "digest": "845dbda0ea48ed749caafd9e6037047aa19acfcfd82e704d7ca97d631a0b697e", "details": { @@ -105,7 +105,7 @@ { "name": "nomic-embed-text-v2-moe:latest", "model": "nomic-embed-text-v2-moe:latest", - "modified_at": "2026-03-19T07:31:01.8527563+00:00", + "modified_at": "2026-03-19T10:31:01.8527563+03:00", "size": 957680763, "digest": "ff9c2f10ef5e3722623a1b396e1e04efc27a93112c83e9b7b7b9ca1d05620965", "details": { diff --git a/docs/en/results/Ollama/GetResponse.log b/docs/en/results/Ollama/GetResponse.log index 055244a0c6..a8574bcd6d 100644 --- a/docs/en/results/Ollama/GetResponse.log +++ b/docs/en/results/Ollama/GetResponse.log @@ -1,7 +1,7 @@ { "model": "tinyllama", - "created_at": "2026-03-25T09:37:33.8905416Z", - "response": "1C:Enterprise (also known as 1C:OS, 1c-os, or 1C) is a suite of software applications for manufactur...", + "created_at": "2026-03-25T14:56:28.1518792Z", + "response": "1C:Enterprise is a popular accounting software designed specifically for small to medium-sized busin...", "done": true, "done_reason": "stop", "context": [ @@ -52,146 +52,151 @@ 29901, 10399, 7734, - 313, - 15189, - 2998, - 408, - 29871, - 29896, - 29907, - 29901, - 3267, - 29892, - 29871, - 29896, - 29883, - 29899, - 359, - 29892, - 470, - 29871, - 29896, - 29907, - 29897, 338, 263, - 9460, - 310, - 7047, - 8324, - 363, - 12012, - 3864, - 322, - 4978, - 13661, - 8906, - 491, - 29871, - 29896, - 29907, - 6938, - 29889, - 739, - 11624, - 310, - 263, - 731, - 310, - 23387, - 9316, - 393, - 4612, - 5164, - 21420, - 310, - 5381, - 10174, - 29892, - 1316, - 408, - 11817, - 706, - 10643, - 29892, - 5802, - 18987, - 29892, - 16538, - 322, - 9999, + 5972, + 3633, 292, + 7047, + 8688, + 10816, + 363, + 2319, + 304, + 18350, + 29899, + 2311, + 29881, + 5381, + 267, + 313, + 17061, + 29933, + 29879, + 467, + 739, + 16688, + 263, + 3464, + 310, + 5680, + 322, + 13303, + 1907, + 393, + 526, + 12464, + 4395, + 304, + 1371, + 13766, + 29933, + 29879, + 411, + 1009, + 18161, 29892, 3633, 292, 29892, 322, - 11962, - 9443, - 10643, - 313, - 11341, - 29924, - 467, + 3143, + 17462, + 292, + 4225, + 29889, + 450, + 7047, + 338, + 2998, + 363, + 967, + 1404, + 29899, + 18326, + 368, + 5067, + 29892, + 23279, + 4180, + 29892, + 322, + 20607, + 2304, + 3564, + 29889, 29871, 29896, 29907, 29901, 10399, 7734, - 338, - 4049, - 1304, - 491, - 14582, - 297, - 278, - 12012, - 3864, + 29915, + 29879, + 9460, + 310, + 10585, + 7805, + 3633, + 292, 29892, - 3353, - 19585, - 29872, + 11817, + 706, + 10643, 29892, - 3240, - 737, + 5146, + 1245, + 29892, + 16538, + 322, + 9999, + 292, + 29892, + 11421, + 9704, + 10643, 29892, 322, - 4978, - 21136, - 267, + 2498, + 5331, + 914, 29889, 739, + 884, 8128, - 263, - 15171, - 6270, - 1650, - 393, - 508, - 1371, - 25700, - 24656, - 1009, - 6931, + 23415, + 8492, 29892, - 11157, - 3234, - 2068, - 29892, - 10032, - 21544, + 29821, + 579, + 292, + 5680, 29892, 322, - 6548, - 20957, - 434, + 263, + 3464, + 310, + 2888, + 13902, + 13676, + 304, + 1371, + 13766, + 29933, + 29879, + 1207, + 848, + 29899, + 21594, + 29876, + 10608, + 29879, 29889 ], - "total_duration": 3026996400, - "load_duration": 466780500, + "total_duration": 3425586400, + "load_duration": 873337300, "prompt_eval_count": 43, - "prompt_eval_duration": 268166900, - "eval_count": 141, - "eval_duration": 2241855900 + "prompt_eval_duration": 246196900, + "eval_count": 146, + "eval_duration": 2252697000 } diff --git a/docs/en/results/Ollama/ListRunningModels.log b/docs/en/results/Ollama/ListRunningModels.log index 158558e4f0..8de682cc66 100644 --- a/docs/en/results/Ollama/ListRunningModels.log +++ b/docs/en/results/Ollama/ListRunningModels.log @@ -15,7 +15,7 @@ "parameter_size": "1.1B", "quantization_level": "Q4_0" }, - "expires_at": "2026-03-25T09:43:22.438242+00:00", + "expires_at": "2026-03-25T18:02:21.9888059+03:00", "size_vram": 0, "context_length": 2048 } diff --git a/docs/en/results/Ollama/LoadModelToMemory.log b/docs/en/results/Ollama/LoadModelToMemory.log index 8e4ee9708f..c484fa64f5 100644 --- a/docs/en/results/Ollama/LoadModelToMemory.log +++ b/docs/en/results/Ollama/LoadModelToMemory.log @@ -1,6 +1,6 @@ { "model": "tinyllama", - "created_at": "2026-03-25T09:38:19.3759566Z", + "created_at": "2026-03-25T14:57:18.0005672Z", "response": "", "done": true, "done_reason": "load" diff --git a/docs/en/results/Ollama/PushBlob.log b/docs/en/results/Ollama/PushBlob.log index 8fb19bbabf..4fa24eb2c8 100644 --- a/docs/en/results/Ollama/PushBlob.log +++ b/docs/en/results/Ollama/PushBlob.log @@ -1,4 +1,4 @@ { "status_code": 201, - "digest": "122691e86c3c4af0e057195d71fa1cb71acb7bc8631012bdddb3410c6a4d969f" + "digest": "6b3ccb7444ab64efdeb5995be347d08744a6cc5612ab513c01fb8dc6a7e2aa27" } diff --git a/docs/en/results/Ollama/UnloadModelFromMemory.log b/docs/en/results/Ollama/UnloadModelFromMemory.log index f13062887e..c45aac7b8f 100644 --- a/docs/en/results/Ollama/UnloadModelFromMemory.log +++ b/docs/en/results/Ollama/UnloadModelFromMemory.log @@ -1,6 +1,6 @@ { "model": "tinyllama", - "created_at": "2026-03-25T09:38:19.6435549Z", + "created_at": "2026-03-25T14:57:18.9340465Z", "response": "", "done": true, "done_reason": "unload" diff --git a/docs/en/results/PostgreSQL/DisableAllDatabaseConnections.log b/docs/en/results/PostgreSQL/DisableAllDatabaseConnections.log index 7431cabd7f..496d46ac60 100644 --- a/docs/en/results/PostgreSQL/DisableAllDatabaseConnections.log +++ b/docs/en/results/PostgreSQL/DisableAllDatabaseConnections.log @@ -1,20 +1,4 @@ { - "data": [ - { - "pg_terminate_backend": true - }, - { - "pg_terminate_backend": true - }, - { - "pg_terminate_backend": true - }, - { - "pg_terminate_backend": true - }, - { - "pg_terminate_backend": true - } - ], + "data": [], "result": true } diff --git a/docs/en/results/PostgreSQL/GetRecords.log b/docs/en/results/PostgreSQL/GetRecords.log index dab13c0473..93826c5fef 100644 --- a/docs/en/results/PostgreSQL/GetRecords.log +++ b/docs/en/results/PostgreSQL/GetRecords.log @@ -30,10 +30,10 @@ "smallint_field": 5, "smallserial_field": 6, "text_field": "Some text", - "time_field": "09:02:35", - "ts_field": "2026-03-25T09:02:35", - "tswtz_field": "2026-03-25T04:02:35+00:00", - "uuid_field": "f7f880e8-cdbe-4409-8529-70b4475ca1d7", + "time_field": "17:10:17", + "ts_field": "2026-03-25T17:10:17", + "tswtz_field": "2026-03-25T18:10:17+03:00", + "uuid_field": "a459001e-d626-438a-a3b3-6e37da65d9d9", "varchar_field": "Some varchar" } ], diff --git a/docs/en/results/RSS/CreateFeedAtom.log b/docs/en/results/RSS/CreateFeedAtom.log index ec6cbf40cf..491a4fadc5 100644 --- a/docs/en/results/RSS/CreateFeedAtom.log +++ b/docs/en/results/RSS/CreateFeedAtom.log @@ -1 +1 @@ -"\n\n Test Atom feed\n https://example.com/feed\n \n 2026-03-25T09:40:33\n \n First record\n https://example.com/entry1\n \n 2026-03-25T09:40:33\n First record summary\n Full content of the first record\n \n First Author\n \n 2026-03-25T09:40:33\n \n \n Second record\n https://example.com/entry2\n \n 2026-03-25T09:40:33\n Second record summary\n Full content of the second record\n \n Second Author\n \n 2026-03-25T09:40:33\n \n" +"\r\n\r\n Test Atom feed\r\n https://example.com/feed\r\n \r\n 2026-03-25T18:02:06\r\n \r\n First record\r\n https://example.com/entry1\r\n \r\n 2026-03-25T18:02:05\r\n First record summary\r\n Full content of the first record\r\n \r\n First Author\r\n \r\n 2026-03-25T18:02:05\r\n \r\n \r\n Second record\r\n https://example.com/entry2\r\n \r\n 2026-03-25T18:02:06\r\n Second record summary\r\n Full content of the second record\r\n \r\n Second Author\r\n \r\n 2026-03-25T18:02:06\r\n \r\n" diff --git a/docs/en/results/RSS/CreateFeedRSS.log b/docs/en/results/RSS/CreateFeedRSS.log index 963d887ea4..816169290a 100644 --- a/docs/en/results/RSS/CreateFeedRSS.log +++ b/docs/en/results/RSS/CreateFeedRSS.log @@ -1 +1 @@ -"\n\n \n Test RSS channel\n https://example.com\n Test RSS channel description\n Wed, 0,000,000,025 Mar 2026 09:40:30 +0000\n \n First element\n First element description\n https://example.com/item1\n Wed, 0,000,000,025 Mar 2026 09:40:30 +0000\n test@example.com\n item-1\n \n \n Second element\n Second element description\n https://example.com/item2\n Wed, 0,000,000,025 Mar 2026 09:40:30 +0000\n test@example.com\n item-2\n \n \n" +"\r\n\r\n \r\n Test RSS channel\r\n https://example.com\r\n Test RSS channel description\r\n Wed, 0,000,000,025 Mar 2026 18:01:59 +0000\r\n \r\n First element\r\n First element description\r\n https://example.com/item1\r\n Wed, 0,000,000,025 Mar 2026 18:01:58 +0000\r\n test@example.com\r\n item-1\r\n \r\n \r\n Second element\r\n Second element description\r\n https://example.com/item2\r\n Wed, 0,000,000,025 Mar 2026 18:01:59 +0000\r\n test@example.com\r\n item-2\r\n \r\n \r\n" diff --git a/docs/en/results/ReportPortal/CreateItem.log b/docs/en/results/ReportPortal/CreateItem.log index ae25a7b784..ffa571e173 100644 --- a/docs/en/results/ReportPortal/CreateItem.log +++ b/docs/en/results/ReportPortal/CreateItem.log @@ -1,4 +1,4 @@ { - "id": "d074e534-c912-4bc7-a663-4c5d8b881c0b", + "id": "f5d52209-afbc-454d-a79d-42f526195eba", "uniqueId": "auto:293897e9b3e0f4d39b111586ac4a3985" } diff --git a/docs/en/results/ReportPortal/CreateLaunch.log b/docs/en/results/ReportPortal/CreateLaunch.log index 2b5dc5d3db..dcefb99856 100644 --- a/docs/en/results/ReportPortal/CreateLaunch.log +++ b/docs/en/results/ReportPortal/CreateLaunch.log @@ -1,4 +1,4 @@ { - "id": "6a9c2da3-82fb-426b-813b-7d701ae82b6d", - "number": 30 + "id": "0475c26e-b1ea-40dc-9464-8335e6b46d32", + "number": 38 } diff --git a/docs/en/results/ReportPortal/CreateProject.log b/docs/en/results/ReportPortal/CreateProject.log index 65e710c295..c3eb6e882b 100644 --- a/docs/en/results/ReportPortal/CreateProject.log +++ b/docs/en/results/ReportPortal/CreateProject.log @@ -1,3 +1,3 @@ { - "id": 34 + "id": 42 } diff --git a/docs/en/results/ReportPortal/CreateUser.log b/docs/en/results/ReportPortal/CreateUser.log index 0727b2bf36..acf354252b 100644 --- a/docs/en/results/ReportPortal/CreateUser.log +++ b/docs/en/results/ReportPortal/CreateUser.log @@ -1,6 +1,6 @@ { - "id": 19, - "uuid": "988a47c7-5b25-4310-be72-1200032b0522", + "id": 23, + "uuid": "b97df509-3c47-4bfa-bce9-5b5aef870349", "login": "test", "email": "test@example.com", "fullName": "Test User", diff --git a/docs/en/results/ReportPortal/DeleteItem.log b/docs/en/results/ReportPortal/DeleteItem.log index 3c5bcaf1b1..3ad9cfd17f 100644 --- a/docs/en/results/ReportPortal/DeleteItem.log +++ b/docs/en/results/ReportPortal/DeleteItem.log @@ -1,3 +1,3 @@ { - "message": "Test Item with ID = '20205' has been successfully deleted." + "message": "Test Item with ID = '31615' has been successfully deleted." } diff --git a/docs/en/results/ReportPortal/DeleteLaunch.log b/docs/en/results/ReportPortal/DeleteLaunch.log index 3156f6bf27..df66926857 100644 --- a/docs/en/results/ReportPortal/DeleteLaunch.log +++ b/docs/en/results/ReportPortal/DeleteLaunch.log @@ -1,3 +1,3 @@ { - "message": "Launch with ID = '41' successfully deleted." + "message": "Launch with ID = '53' successfully deleted." } diff --git a/docs/en/results/ReportPortal/DeleteLog.log b/docs/en/results/ReportPortal/DeleteLog.log index e0b2e1fd65..bc8d8db6ce 100644 --- a/docs/en/results/ReportPortal/DeleteLog.log +++ b/docs/en/results/ReportPortal/DeleteLog.log @@ -1,3 +1,3 @@ { - "message": "Log with ID = '19873' successfully deleted." + "message": "Log with ID = '31096' successfully deleted." } diff --git a/docs/en/results/ReportPortal/DeletePermanentToken.log b/docs/en/results/ReportPortal/DeletePermanentToken.log index 9851a40c84..e57e611196 100644 --- a/docs/en/results/ReportPortal/DeletePermanentToken.log +++ b/docs/en/results/ReportPortal/DeletePermanentToken.log @@ -1,3 +1,3 @@ { - "message": "Api key with ID = '17' was successfully deleted." + "message": "Api key with ID = '21' was successfully deleted." } diff --git a/docs/en/results/ReportPortal/DeleteProject.log b/docs/en/results/ReportPortal/DeleteProject.log index 42613f0df7..e7f8166473 100644 --- a/docs/en/results/ReportPortal/DeleteProject.log +++ b/docs/en/results/ReportPortal/DeleteProject.log @@ -1,3 +1,3 @@ { - "message": "Project with id = '34' has been successfully deleted." + "message": "Project with id = '42' has been successfully deleted." } diff --git a/docs/en/results/ReportPortal/DeleteUser.log b/docs/en/results/ReportPortal/DeleteUser.log index de13f1c002..82ac3ebbf1 100644 --- a/docs/en/results/ReportPortal/DeleteUser.log +++ b/docs/en/results/ReportPortal/DeleteUser.log @@ -1,3 +1,3 @@ { - "message": "User with ID = '19' successfully deleted." + "message": "User with ID = '23' successfully deleted." } diff --git a/docs/en/results/ReportPortal/FinishItem.log b/docs/en/results/ReportPortal/FinishItem.log index be651c00ac..ed33fdfeb8 100644 --- a/docs/en/results/ReportPortal/FinishItem.log +++ b/docs/en/results/ReportPortal/FinishItem.log @@ -1,3 +1,3 @@ { - "message": "TestItem with ID = 'd074e534-c912-4bc7-a663-4c5d8b881c0b' successfully finished." + "message": "TestItem with ID = 'f5d52209-afbc-454d-a79d-42f526195eba' successfully finished." } diff --git a/docs/en/results/ReportPortal/FinishLaunch.log b/docs/en/results/ReportPortal/FinishLaunch.log index c0dcd88206..789e569c74 100644 --- a/docs/en/results/ReportPortal/FinishLaunch.log +++ b/docs/en/results/ReportPortal/FinishLaunch.log @@ -1,5 +1,5 @@ { - "id": "6a9c2da3-82fb-426b-813b-7d701ae82b6d", - "number": 30, - "link": "http://tests.openintegrations.dev/ui/#test/launches/all/42" + "id": "0475c26e-b1ea-40dc-9464-8335e6b46d32", + "number": 38, + "link": "http://tests.openintegrations.dev/ui/#test/launches/all/54" } diff --git a/docs/en/results/ReportPortal/GetCurrentUser.log b/docs/en/results/ReportPortal/GetCurrentUser.log index 6e69ee90d4..cb06899739 100644 --- a/docs/en/results/ReportPortal/GetCurrentUser.log +++ b/docs/en/results/ReportPortal/GetCurrentUser.log @@ -11,7 +11,7 @@ "userRole": "ADMINISTRATOR", "photoLoaded": true, "metadata": { - "last_login": 1774431561232, + "last_login": 1774450743214, "attachmentContentType": "image/jpeg" }, "assignedProjects": { diff --git a/docs/en/results/ReportPortal/GetItem.log b/docs/en/results/ReportPortal/GetItem.log index 05f9847e05..909f1fc9b8 100644 --- a/docs/en/results/ReportPortal/GetItem.log +++ b/docs/en/results/ReportPortal/GetItem.log @@ -1,6 +1,6 @@ { - "id": 20205, - "uuid": "53014589-1e61-4814-8865-3fc6e0e655f1", + "id": 31615, + "uuid": "02363bd0-ef1b-466f-9aeb-aa26da87d3b0", "name": "Test", "description": "Test launch", "parameters": [], @@ -15,15 +15,15 @@ "pathNames": { "launchPathName": { "name": "Test", - "number": 29 + "number": 37 } }, "hasChildren": false, "hasStats": true, - "launchId": 41, + "launchId": 53, "uniqueId": "auto:293897e9b3e0f4d39b111586ac4a3985", "testCaseHash": 1545806777, "patternTemplates": [], - "path": "20205", + "path": "31615", "hasNestedSteps": false } diff --git a/docs/en/results/ReportPortal/GetLaunch.log b/docs/en/results/ReportPortal/GetLaunch.log index f945b6cac1..fee236eada 100644 --- a/docs/en/results/ReportPortal/GetLaunch.log +++ b/docs/en/results/ReportPortal/GetLaunch.log @@ -2,12 +2,12 @@ "owner": "superadmin", "description": "Test launch", "locked": false, - "id": 41, - "uuid": "1f1ec9b7-7d76-4b92-b831-f0b29e681531", + "id": 53, + "uuid": "92bc0907-7f05-447d-9907-34f545c824b3", "name": "Test", - "number": 29, + "number": 37, "startTime": "2026-01-01T10:00:00Z", - "lastModified": "2026-03-25T09:39:24.298091Z", + "lastModified": "2026-03-25T14:59:10.14479Z", "status": "IN_PROGRESS", "statistics": { "executions": {}, diff --git a/docs/en/results/ReportPortal/GetLaunchReport.log b/docs/en/results/ReportPortal/GetLaunchReport.log index 5d5999e555..602ccb066d 100644 --- a/docs/en/results/ReportPortal/GetLaunchReport.log +++ b/docs/en/results/ReportPortal/GetLaunchReport.log @@ -1 +1 @@ -"\n\n\n \n \n \n\n\n\n\n
 \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n
\n\nLaunch name:\nTest #29\n\nLaunch statistic\n
\n\nDescription:\nNew description Updated launch description\n\nExecution statistic\nIssue statistic\n
\n\nOwner:\ntester\n\nTotal\nPassed\nFailed\nSkipped\nAB\nPB\nSI\nND\nTI\n
\n\nDuration:\n10:00:36000\n\n0\n0\n0\n0\n0\n0\n0\n0\n0\n
\n
\n\nPage 1\n of 1\n
\n
\n\n
 
\n\n\n" +"\n\n\n \n \n \n\n\n\n\n
 \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n
\n\nLaunch name:\nTest #37\n\nLaunch statistic\n
\n\nDescription:\nNew description Updated launch description\n\nExecution statistic\nIssue statistic\n
\n\nOwner:\ntester\n\nTotal\nPassed\nFailed\nSkipped\nAB\nPB\nSI\nND\nTI\n
\n\nDuration:\n10:00:36000\n\n0\n0\n0\n0\n0\n0\n0\n0\n0\n
\n
\n\nPage 1\n of 1\n
\n
\n\n
 
\n\n\n" diff --git a/docs/en/results/ReportPortal/GetLog.log b/docs/en/results/ReportPortal/GetLog.log index 2573ae80f5..b27b9b011e 100644 --- a/docs/en/results/ReportPortal/GetLog.log +++ b/docs/en/results/ReportPortal/GetLog.log @@ -1,8 +1,8 @@ { - "id": 19873, - "uuid": "65b9c58b-70c1-4c58-8d51-caa6ea0137dc", + "id": 31096, + "uuid": "48d98459-45c1-4df1-ba3c-bfa0baa61c80", "time": "1970-01-21T10:54:18.01Z", "message": "Some log 1", "level": "INFO", - "itemId": 20230 + "itemId": 31642 } diff --git a/docs/en/results/ReportPortal/GetLogStructure.log b/docs/en/results/ReportPortal/GetLogStructure.log index 235277805f..dc090f863c 100644 --- a/docs/en/results/ReportPortal/GetLogStructure.log +++ b/docs/en/results/ReportPortal/GetLogStructure.log @@ -1,6 +1,6 @@ { - "launchUuid": "6a9c2da3-82fb-426b-813b-7d701ae82b6d", - "itemUuid": "d074e534-c912-4bc7-a663-4c5d8b881c0b", + "launchUuid": "0475c26e-b1ea-40dc-9464-8335e6b46d32", + "itemUuid": "f5d52209-afbc-454d-a79d-42f526195eba", "time": "1767258010", "message": "Some log", "level": "info" diff --git a/docs/en/results/ReportPortal/GetPermanentToken.log b/docs/en/results/ReportPortal/GetPermanentToken.log index bc7215f760..d28e452411 100644 --- a/docs/en/results/ReportPortal/GetPermanentToken.log +++ b/docs/en/results/ReportPortal/GetPermanentToken.log @@ -1,7 +1,7 @@ { - "id": 17, + "id": 21, "name": "test_key_2", "user_id": 1, - "created_at": "2026-03-25T09:39:21.762379604Z", + "created_at": "2026-03-25T14:59:05.252810542Z", "api_key": "***" } diff --git a/docs/en/results/ReportPortal/GetProject.log b/docs/en/results/ReportPortal/GetProject.log index be4a3545e2..87fcb9424f 100644 --- a/docs/en/results/ReportPortal/GetProject.log +++ b/docs/en/results/ReportPortal/GetProject.log @@ -1,5 +1,5 @@ { - "projectId": 34, + "projectId": 42, "projectName": "testproject", "entryType": "INTERNAL", "configuration": { @@ -93,5 +93,5 @@ "integrations": [], "organization": null, "allocatedStorage": 0, - "creationDate": "2026-03-25T09:39:36.039715Z" + "creationDate": "2026-03-25T14:59:43.077986Z" } diff --git a/docs/en/results/ReportPortal/GetProjects.log b/docs/en/results/ReportPortal/GetProjects.log index eaa663dadc..de88f85658 100644 --- a/docs/en/results/ReportPortal/GetProjects.log +++ b/docs/en/results/ReportPortal/GetProjects.log @@ -4,11 +4,11 @@ "id": 1, "projectName": "superadmin_personal", "usersQuantity": 1, - "launchesQuantity": 7, + "launchesQuantity": 11, "launchesPerUser": null, "uniqueTickets": null, "launchesPerWeek": null, - "lastRun": "2026-03-25T09:06:11Z", + "lastRun": "2026-03-25T14:03:02Z", "creationDate": "2026-03-18T09:44:43.417341Z", "entryType": "PERSONAL", "organization": null @@ -17,7 +17,7 @@ "id": 4, "projectName": "test", "usersQuantity": 2, - "launchesQuantity": 15, + "launchesQuantity": 19, "launchesPerUser": null, "uniqueTickets": null, "launchesPerWeek": null, @@ -40,7 +40,7 @@ "organization": null }, { - "id": 34, + "id": 42, "projectName": "testproject", "usersQuantity": 1, "launchesQuantity": 0, @@ -48,7 +48,7 @@ "uniqueTickets": null, "launchesPerWeek": null, "lastRun": null, - "creationDate": "2026-03-25T09:39:36.039715Z", + "creationDate": "2026-03-25T14:59:43.077986Z", "entryType": "INTERNAL", "organization": null } diff --git a/docs/en/results/ReportPortal/GetUser.log b/docs/en/results/ReportPortal/GetUser.log index 272d3e6ea0..c86ebad6d6 100644 --- a/docs/en/results/ReportPortal/GetUser.log +++ b/docs/en/results/ReportPortal/GetUser.log @@ -1,8 +1,8 @@ { - "uuid": "988a47c7-5b25-4310-be72-1200032b0522", + "uuid": "b97df509-3c47-4bfa-bce9-5b5aef870349", "active": true, "loaded": true, - "id": 19, + "id": 23, "userId": "test", "email": "test@example.com", "fullName": "Test User", @@ -10,18 +10,18 @@ "userRole": "USER", "photoLoaded": true, "metadata": { - "last_login": 1774431579781 + "last_login": 1774450791678 }, "assignedProjects": { - "test_personal": { - "projectId": 35, - "projectRole": "PROJECT_MANAGER", - "entryType": "PERSONAL" - }, "test": { "projectId": 4, "projectRole": "MEMBER", "entryType": "INTERNAL" + }, + "test_personal": { + "projectId": 43, + "projectRole": "PROJECT_MANAGER", + "entryType": "PERSONAL" } } } diff --git a/docs/en/results/ReportPortal/GetUsers.log b/docs/en/results/ReportPortal/GetUsers.log index 769870ca71..43f43286e6 100644 --- a/docs/en/results/ReportPortal/GetUsers.log +++ b/docs/en/results/ReportPortal/GetUsers.log @@ -13,7 +13,7 @@ "userRole": "ADMINISTRATOR", "photoLoaded": true, "metadata": { - "last_login": 1774431561232, + "last_login": 1774450743214, "attachmentContentType": "image/jpeg" }, "assignedProjects": { @@ -44,23 +44,23 @@ "last_login": 1774095282438 }, "assignedProjects": { - "default_personal": { - "projectId": 8, - "projectRole": "PROJECT_MANAGER", - "entryType": "PERSONAL" - }, "test": { "projectId": 4, "projectRole": "MEMBER", "entryType": "INTERNAL" + }, + "default_personal": { + "projectId": 8, + "projectRole": "PROJECT_MANAGER", + "entryType": "PERSONAL" } } }, { - "uuid": "988a47c7-5b25-4310-be72-1200032b0522", + "uuid": "b97df509-3c47-4bfa-bce9-5b5aef870349", "active": true, "loaded": true, - "id": 19, + "id": 23, "userId": "test", "email": "test@example.com", "fullName": "Test User", @@ -68,18 +68,18 @@ "userRole": "USER", "photoLoaded": true, "metadata": { - "last_login": 1774431579781 + "last_login": 1774450791678 }, "assignedProjects": { - "test_personal": { - "projectId": 35, - "projectRole": "PROJECT_MANAGER", - "entryType": "PERSONAL" - }, "test": { "projectId": 4, "projectRole": "MEMBER", "entryType": "INTERNAL" + }, + "test_personal": { + "projectId": 43, + "projectRole": "PROJECT_MANAGER", + "entryType": "PERSONAL" } } } diff --git a/docs/en/results/ReportPortal/UpdateItem.log b/docs/en/results/ReportPortal/UpdateItem.log index 9b0bd20918..92653de457 100644 --- a/docs/en/results/ReportPortal/UpdateItem.log +++ b/docs/en/results/ReportPortal/UpdateItem.log @@ -1,3 +1,3 @@ { - "message": "TestItem with ID = '20205' successfully updated." + "message": "TestItem with ID = '31615' successfully updated." } diff --git a/docs/en/results/ReportPortal/UpdateLaunch.log b/docs/en/results/ReportPortal/UpdateLaunch.log index 0c803acad5..4c8fab3a5c 100644 --- a/docs/en/results/ReportPortal/UpdateLaunch.log +++ b/docs/en/results/ReportPortal/UpdateLaunch.log @@ -1,3 +1,3 @@ { - "message": "Launch with ID = '41' successfully updated." + "message": "Launch with ID = '53' successfully updated." } diff --git a/docs/en/results/ReportPortal/WriteLog.log b/docs/en/results/ReportPortal/WriteLog.log index 787db4fe04..a2d3c04a61 100644 --- a/docs/en/results/ReportPortal/WriteLog.log +++ b/docs/en/results/ReportPortal/WriteLog.log @@ -1,3 +1,3 @@ { - "id": "65b9c58b-70c1-4c58-8d51-caa6ea0137dc" + "id": "48d98459-45c1-4df1-ba3c-bfa0baa61c80" } diff --git a/docs/en/results/S3/AbortMultipartUpload.log b/docs/en/results/S3/AbortMultipartUpload.log index 7f8a6dc311..a7d174ce31 100644 --- a/docs/en/results/S3/AbortMultipartUpload.log +++ b/docs/en/results/S3/AbortMultipartUpload.log @@ -7,12 +7,12 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B852686D4D3", + "X-Amz-Request-Id": "18A01CEA015ED6EF", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:28:39 GMT" + "Date": "Wed, 25 Mar 2026 14:47:24 GMT" } } diff --git a/docs/en/results/S3/CopyObject.log b/docs/en/results/S3/CopyObject.log index aa67794b4d..49b87f6999 100644 --- a/docs/en/results/S3/CopyObject.log +++ b/docs/en/results/S3/CopyObject.log @@ -2,7 +2,7 @@ "status": 200, "response": { "CopyObjectResult": { - "LastModified": "2026-03-25T09:28:40.264Z", + "LastModified": "2026-03-25T14:47:27.218Z", "ETag": "\"9e0176f87f6565a22f78e0f9b39a4d78\"" } }, @@ -15,13 +15,13 @@ "X-Amz-Checksum-Crc64nvme": "p+vCtK1YeeU=", "X-Amz-Checksum-Type": "FULL_OBJECT", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B85484EE735", + "X-Amz-Request-Id": "18A01CEA9F38B7EF", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:28:40 GMT", + "Date": "Wed, 25 Mar 2026 14:47:26 GMT", "Content-Type": "application/xml", "Content-Length": "232" } diff --git a/docs/en/results/S3/CreateBucket.log b/docs/en/results/S3/CreateBucket.log index 661b9d2d9f..290611d616 100644 --- a/docs/en/results/S3/CreateBucket.log +++ b/docs/en/results/S3/CreateBucket.log @@ -3,18 +3,18 @@ "response": {}, "headers": { "Accept-Ranges": "bytes", - "Location": "/0f78b405", + "Location": "/466bcca8", "Vary": "Accept-Encoding", "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B816B784CB6", + "X-Amz-Request-Id": "18A01CE3F2843CE0", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:28:23 GMT", + "Date": "Wed, 25 Mar 2026 14:46:58 GMT", "Content-Length": "0" } } diff --git a/docs/en/results/S3/DeleteBucket.log b/docs/en/results/S3/DeleteBucket.log index 35abf6d29e..fe0bda91af 100644 --- a/docs/en/results/S3/DeleteBucket.log +++ b/docs/en/results/S3/DeleteBucket.log @@ -7,12 +7,12 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00BBA7CFFB8B2", + "X-Amz-Request-Id": "18A01D19A8DBB858", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:32:27 GMT" + "Date": "Wed, 25 Mar 2026 14:50:49 GMT" } } diff --git a/docs/en/results/S3/DeleteBucketEncryption.log b/docs/en/results/S3/DeleteBucketEncryption.log index 38e7f1f3c7..1529417b24 100644 --- a/docs/en/results/S3/DeleteBucketEncryption.log +++ b/docs/en/results/S3/DeleteBucketEncryption.log @@ -7,12 +7,12 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B4613DFE0A1", + "X-Amz-Request-Id": "18A01CABF2146280", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:24:08 GMT" + "Date": "Wed, 25 Mar 2026 14:42:57 GMT" } } diff --git a/docs/en/results/S3/DeleteBucketTagging.log b/docs/en/results/S3/DeleteBucketTagging.log index 5800541455..63c2a0656f 100644 --- a/docs/en/results/S3/DeleteBucketTagging.log +++ b/docs/en/results/S3/DeleteBucketTagging.log @@ -7,12 +7,12 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B45E4EDF726", + "X-Amz-Request-Id": "18A01CAB0CF89C97", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:24:07 GMT" + "Date": "Wed, 25 Mar 2026 14:42:54 GMT" } } diff --git a/docs/en/results/S3/DeleteObject.log b/docs/en/results/S3/DeleteObject.log index 1722a8ab56..60101a397c 100644 --- a/docs/en/results/S3/DeleteObject.log +++ b/docs/en/results/S3/DeleteObject.log @@ -7,12 +7,12 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00BBA6E2B916A", + "X-Amz-Request-Id": "18A01D194F2763C0", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:32:27 GMT" + "Date": "Wed, 25 Mar 2026 14:50:46 GMT" } } diff --git a/docs/en/results/S3/DeleteObjectTagging.log b/docs/en/results/S3/DeleteObjectTagging.log index 2c9c09c814..c5952598ca 100644 --- a/docs/en/results/S3/DeleteObjectTagging.log +++ b/docs/en/results/S3/DeleteObjectTagging.log @@ -7,12 +7,12 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B85798E6908", + "X-Amz-Request-Id": "18A01CEB9425667B", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:28:41 GMT" + "Date": "Wed, 25 Mar 2026 14:47:31 GMT" } } diff --git a/docs/en/results/S3/FinishPartsUpload.log b/docs/en/results/S3/FinishPartsUpload.log index 344da7fcb7..4eb004d723 100644 --- a/docs/en/results/S3/FinishPartsUpload.log +++ b/docs/en/results/S3/FinishPartsUpload.log @@ -2,8 +2,8 @@ "status": 200, "response": { "CompleteMultipartUploadResult": { - "Location": "http://s3.openintegrations.dev/0f78b405/fileChunked.mp3", - "Bucket": "0f78b405", + "Location": "http://s3.openintegrations.dev/466bcca8/fileChunked.mp3", + "Bucket": "466bcca8", "Key": "***", "ETag": "\"22c09aeeb42144b375de8a4c1a1bb573-2\"" } @@ -15,13 +15,13 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B850E63DC28", + "X-Amz-Request-Id": "18A01CE98EA9BEF5", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:28:39 GMT", + "Date": "Wed, 25 Mar 2026 14:47:22 GMT", "Content-Type": "application/xml", "Content-Length": "334" } diff --git a/docs/en/results/S3/GetBucketTagging.log b/docs/en/results/S3/GetBucketTagging.log index 56dfc40c7e..a0451e294d 100644 --- a/docs/en/results/S3/GetBucketTagging.log +++ b/docs/en/results/S3/GetBucketTagging.log @@ -22,13 +22,13 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B45D542A9C0", + "X-Amz-Request-Id": "18A01CAABD93C6A7", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:24:07 GMT", + "Date": "Wed, 25 Mar 2026 14:42:52 GMT", "Content-Type": "application/xml", "Content-Length": "141" } diff --git a/docs/en/results/S3/GetBucketVersioning.log b/docs/en/results/S3/GetBucketVersioning.log index 63a34ec56b..a3ac5d90d9 100644 --- a/docs/en/results/S3/GetBucketVersioning.log +++ b/docs/en/results/S3/GetBucketVersioning.log @@ -11,13 +11,13 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B4635F3D959", + "X-Amz-Request-Id": "18A01CAC8F0A4B5D", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:24:09 GMT", + "Date": "Wed, 25 Mar 2026 14:42:59 GMT", "Content-Type": "application/xml", "Content-Length": "123" } diff --git a/docs/en/results/S3/GetObjectDownloadLink.log b/docs/en/results/S3/GetObjectDownloadLink.log index 6ac93cf8e3..1e68fdc135 100644 --- a/docs/en/results/S3/GetObjectDownloadLink.log +++ b/docs/en/results/S3/GetObjectDownloadLink.log @@ -1 +1 @@ -"s3.openintegrations.dev/0f78b405/picture.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=bayselonarrend%2F20260325%2FBTC%2Fs3%2Faws4_request&X-Amz-Date=20260325T093227Z&X-Amz-Expires=7200&X-Amz-SignedHeaders=host&X-Amz-Signature=5b1527a89a22718be8acd991de864b5ce0dd7bd8bdd6489a08bdd1aa0b7a68e3" +"s3.openintegrations.dev/466bcca8/picture.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=bayselonarrend%2F20260325%2FBTC%2Fs3%2Faws4_request&X-Amz-Date=20260325T145045Z&X-Amz-Expires=7200&X-Amz-SignedHeaders=host&X-Amz-Signature=c8db303547687e1dc85f50d90b2aff3b6a77b29dda3aaace8044963ee295469f" diff --git a/docs/en/results/S3/GetObjectTagging.log b/docs/en/results/S3/GetObjectTagging.log index 002f957934..4652eee764 100644 --- a/docs/en/results/S3/GetObjectTagging.log +++ b/docs/en/results/S3/GetObjectTagging.log @@ -22,13 +22,13 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B856AC6112B", + "X-Amz-Request-Id": "18A01CEB46CF54BF", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:28:40 GMT", + "Date": "Wed, 25 Mar 2026 14:47:30 GMT", "Content-Type": "application/xml", "Content-Length": "180" } diff --git a/docs/en/results/S3/GetObjectUploadLink.log b/docs/en/results/S3/GetObjectUploadLink.log index 63a722f0f1..9b1a2767d6 100644 --- a/docs/en/results/S3/GetObjectUploadLink.log +++ b/docs/en/results/S3/GetObjectUploadLink.log @@ -1 +1 @@ -"s3.openintegrations.dev/newbucket2/pictureU.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=bayselonarrend%2F20260325%2FBTC%2Fs3%2Faws4_request&X-Amz-Date=20260325T093229Z&X-Amz-Expires=7200&X-Amz-SignedHeaders=host&X-Amz-Signature=b72c8731dd431ffadb16caa3d3c4f36471354d5294f719195c0eee3e0ae87c31" +"s3.openintegrations.dev/newbucket2/pictureU.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=bayselonarrend%2F20260325%2FBTC%2Fs3%2Faws4_request&X-Amz-Date=20260325T145050Z&X-Amz-Expires=7200&X-Amz-SignedHeaders=host&X-Amz-Signature=a4a3fffb931e7a03d52a4e9c462ad6d1adaad730faec62263a931dca7fcd469f" diff --git a/docs/en/results/S3/HeadBucket.log b/docs/en/results/S3/HeadBucket.log index d58762663e..3f95cb6dd4 100644 --- a/docs/en/results/S3/HeadBucket.log +++ b/docs/en/results/S3/HeadBucket.log @@ -7,13 +7,13 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B45A11019DA", + "X-Amz-Request-Id": "18A01CA9F23B24EC", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:24:06 GMT", + "Date": "Wed, 25 Mar 2026 14:42:49 GMT", "Content-Length": "0", "Content-Type": "application/xml" } diff --git a/docs/en/results/S3/HeadObject.log b/docs/en/results/S3/HeadObject.log index b891da304f..0d0ea8dd31 100644 --- a/docs/en/results/S3/HeadObject.log +++ b/docs/en/results/S3/HeadObject.log @@ -8,15 +8,15 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B85380CC541", + "X-Amz-Request-Id": "18A01CEA4F8214E6", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:28:39 GMT", + "Date": "Wed, 25 Mar 2026 14:47:25 GMT", "Content-Length": "2114023", "Content-Type": "application/octet-stream", - "Last-Modified": "Wed, 25 Mar 2026 09:28:24 GMT" + "Last-Modified": "Wed, 25 Mar 2026 14:47:00 GMT" } } diff --git a/docs/en/results/S3/InitPartsUpload.log b/docs/en/results/S3/InitPartsUpload.log index aa47a750f1..4eb3d87dbd 100644 --- a/docs/en/results/S3/InitPartsUpload.log +++ b/docs/en/results/S3/InitPartsUpload.log @@ -2,9 +2,9 @@ "status": 200, "response": { "InitiateMultipartUploadResult": { - "Bucket": "0f78b405", + "Bucket": "466bcca8", "Key": "***", - "UploadId": "MGI2Y2U2YTAtMDYxZC00NzkwLTk3YmEtOTM0NDY2MWFjZGYwLjhhZGQxYzBhLWVmMmMtNGNjMi1hNzA0LTZjYWYwNDkxNDk1NHgx..." + "UploadId": "MGI2Y2U2YTAtMDYxZC00NzkwLTk3YmEtOTM0NDY2MWFjZGYwLmQ2MThmZjE2LWRmN2MtNDAyMS05ODkzLTZiMzdiMGIzYjg4YXgx..." } }, "headers": { @@ -13,13 +13,13 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B82E82CC388", + "X-Amz-Request-Id": "18A01CE66492CFDD", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:28:30 GMT", + "Date": "Wed, 25 Mar 2026 14:47:09 GMT", "Content-Type": "application/xml", "Content-Length": "346" } diff --git a/docs/en/results/S3/ListBuckets.log b/docs/en/results/S3/ListBuckets.log index 5767f00f16..93148b8c0f 100644 --- a/docs/en/results/S3/ListBuckets.log +++ b/docs/en/results/S3/ListBuckets.log @@ -16,6 +16,10 @@ "Name": "2c3ab0b1", "CreationDate": "2026-03-20T17:00:33.999Z" }, + { + "Name": "484de24b", + "CreationDate": "2026-03-25T14:42:46.782Z" + }, { "Name": "551bd767", "CreationDate": "2026-03-19T19:54:05.932Z" @@ -28,10 +32,6 @@ "Name": "b04c715a", "CreationDate": "2026-03-20T17:02:26.746Z" }, - { - "Name": "e49bc24b", - "CreationDate": "2026-03-25T09:24:06.305Z" - }, { "Name": "f095d254", "CreationDate": "2026-03-19T20:37:17.899Z" @@ -49,13 +49,13 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B458FAE8E10", + "X-Amz-Request-Id": "18A01CA9A2C08B91", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:24:06 GMT", + "Date": "Wed, 25 Mar 2026 14:42:48 GMT", "Content-Type": "application/xml", "Content-Length": 1005 } diff --git a/docs/en/results/S3/ListObjectVersions.log b/docs/en/results/S3/ListObjectVersions.log index 2372668296..f8f27a68af 100644 --- a/docs/en/results/S3/ListObjectVersions.log +++ b/docs/en/results/S3/ListObjectVersions.log @@ -2,7 +2,7 @@ "status": 200, "response": { "ListVersionsResult": { - "Name": "0f78b405", + "Name": "466bcca8", "Prefix": "pic", "KeyMarker": {}, "NextVersionIdMarker": {}, @@ -11,7 +11,7 @@ "IsTruncated": "false", "Version": { "Key": "***", - "LastModified": "2026-03-25T09:28:24.560Z", + "LastModified": "2026-03-25T14:47:00.494Z", "ETag": "\"9e0176f87f6565a22f78e0f9b39a4d78\"", "Size": "2114023", "Owner": { @@ -30,13 +30,13 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B859773C518", + "X-Amz-Request-Id": "18A01CEC34803EAD", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:28:41 GMT", + "Date": "Wed, 25 Mar 2026 14:47:34 GMT", "Content-Type": "application/xml", "Content-Length": "702" } diff --git a/docs/en/results/S3/ListObjects.log b/docs/en/results/S3/ListObjects.log index ddfa94747e..cd40135dcb 100644 --- a/docs/en/results/S3/ListObjects.log +++ b/docs/en/results/S3/ListObjects.log @@ -2,14 +2,14 @@ "status": 200, "response": { "ListBucketResult": { - "Name": "0f78b405", + "Name": "466bcca8", "Prefix": {}, "KeyCount": "***", "MaxKeys": "***", "IsTruncated": "false", "Contents": { "Key": "***", - "LastModified": "2026-03-25T09:28:24.560Z", + "LastModified": "2026-03-25T14:47:00.494Z", "ETag": "\"9e0176f87f6565a22f78e0f9b39a4d78\"", "Size": "2114023", "StorageClass": "STANDARD" @@ -22,13 +22,13 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B858826ACC0", + "X-Amz-Request-Id": "18A01CEBE07E4D12", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:28:41 GMT", + "Date": "Wed, 25 Mar 2026 14:47:32 GMT", "Content-Type": "application/xml", "Content-Length": "446" } diff --git a/docs/en/results/S3/PutBucketTagging.log b/docs/en/results/S3/PutBucketTagging.log index bf4f1d1633..5be721a062 100644 --- a/docs/en/results/S3/PutBucketTagging.log +++ b/docs/en/results/S3/PutBucketTagging.log @@ -7,13 +7,13 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B45C359AF50", + "X-Amz-Request-Id": "18A01CAA721FF421", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:24:07 GMT", + "Date": "Wed, 25 Mar 2026 14:42:51 GMT", "Content-Length": "0" } } diff --git a/docs/en/results/S3/PutBucketVersioning.log b/docs/en/results/S3/PutBucketVersioning.log index c2d60dc14d..1b55bb23f5 100644 --- a/docs/en/results/S3/PutBucketVersioning.log +++ b/docs/en/results/S3/PutBucketVersioning.log @@ -7,13 +7,13 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B46235F6744", + "X-Amz-Request-Id": "18A01CAC3FEC9E52", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:24:08 GMT", + "Date": "Wed, 25 Mar 2026 14:42:58 GMT", "Content-Length": "0" } } diff --git a/docs/en/results/S3/PutObject.log b/docs/en/results/S3/PutObject.log index 1e27007546..bbb2dfebc7 100644 --- a/docs/en/results/S3/PutObject.log +++ b/docs/en/results/S3/PutObject.log @@ -8,13 +8,13 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B818E45FD28", + "X-Amz-Request-Id": "18A01CE451DFCEAE", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:28:23 GMT", + "Date": "Wed, 25 Mar 2026 14:46:59 GMT", "Content-Length": "0" } } diff --git a/docs/en/results/S3/PutObjectTagging.log b/docs/en/results/S3/PutObjectTagging.log index 933b60a9b7..9d8921a713 100644 --- a/docs/en/results/S3/PutObjectTagging.log +++ b/docs/en/results/S3/PutObjectTagging.log @@ -7,13 +7,13 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B855B9F8B66", + "X-Amz-Request-Id": "18A01CEAF71AFEB4", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:28:40 GMT", + "Date": "Wed, 25 Mar 2026 14:47:27 GMT", "Content-Length": "0" } } diff --git a/docs/en/results/S3/UploadFullObject.log b/docs/en/results/S3/UploadFullObject.log index c65435093f..870c46dc9d 100644 --- a/docs/en/results/S3/UploadFullObject.log +++ b/docs/en/results/S3/UploadFullObject.log @@ -8,13 +8,13 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B827A1A2C23", + "X-Amz-Request-Id": "18A01CE5A37AC6D4", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:28:28 GMT", + "Date": "Wed, 25 Mar 2026 14:47:05 GMT", "Content-Length": "0" } } diff --git a/docs/en/results/S3/UploadObjectPart.log b/docs/en/results/S3/UploadObjectPart.log index e68539f16e..6f28a3d3cc 100644 --- a/docs/en/results/S3/UploadObjectPart.log +++ b/docs/en/results/S3/UploadObjectPart.log @@ -8,13 +8,13 @@ "Server": "Microsoft-IIS/10.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Amz-Id-2": "dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8", - "X-Amz-Request-Id": "18A00B840E8DDB73", + "X-Amz-Request-Id": "18A01CE7FF5D6CC1", "X-Content-Type-Options": "nosniff", - "X-Ratelimit-Limit": "6432", - "X-Ratelimit-Remaining": "6432", + "X-Ratelimit-Limit": "6373", + "X-Ratelimit-Remaining": "6373", "X-XSS-Protection": "1; mode=block", "X-Powered-By": "ARR/3.0", - "Date": "Wed, 25 Mar 2026 09:28:34 GMT", + "Date": "Wed, 25 Mar 2026 14:47:15 GMT", "Content-Length": "0" } } diff --git a/docs/en/results/SFTP/CreateNewDirectory.log b/docs/en/results/SFTP/CreateNewDirectory.log index 8b5b4f1302..e61c4f7106 100644 --- a/docs/en/results/SFTP/CreateNewDirectory.log +++ b/docs/en/results/SFTP/CreateNewDirectory.log @@ -1,3 +1,6 @@ { - "result": true + "result": true, + "close_connection": { + "result": true + } } diff --git a/docs/en/results/SFTP/DeleteDirectory.log b/docs/en/results/SFTP/DeleteDirectory.log index 8b5b4f1302..e61c4f7106 100644 --- a/docs/en/results/SFTP/DeleteDirectory.log +++ b/docs/en/results/SFTP/DeleteDirectory.log @@ -1,3 +1,6 @@ { - "result": true + "result": true, + "close_connection": { + "result": true + } } diff --git a/docs/en/results/SFTP/DeleteFile.log b/docs/en/results/SFTP/DeleteFile.log index 8b5b4f1302..e61c4f7106 100644 --- a/docs/en/results/SFTP/DeleteFile.log +++ b/docs/en/results/SFTP/DeleteFile.log @@ -1,3 +1,6 @@ { - "result": true + "result": true, + "close_connection": { + "result": true + } } diff --git a/docs/en/results/SFTP/GetConnectionConfiguration.log b/docs/en/results/SFTP/GetConnectionConfiguration.log index 04601c7eb5..48e0c29346 100644 --- a/docs/en/results/SFTP/GetConnectionConfiguration.log +++ b/docs/en/results/SFTP/GetConnectionConfiguration.log @@ -7,7 +7,7 @@ "password": "***" }, "proxy": { - "server": "host.docker.internal", + "server": "127.0.0.1", "port": 1080, "proxy_type": "socks5", "login": "proxyuser", diff --git a/docs/en/results/SFTP/GetCurrentDirectory.log b/docs/en/results/SFTP/GetCurrentDirectory.log index e80c08ceb4..20e4a08cd4 100644 --- a/docs/en/results/SFTP/GetCurrentDirectory.log +++ b/docs/en/results/SFTP/GetCurrentDirectory.log @@ -1,4 +1,7 @@ { "result": true, - "path": "/config" + "path": "/config", + "close_connection": { + "result": true + } } diff --git a/docs/en/results/SFTP/GetFileInformation.log b/docs/en/results/SFTP/GetFileInformation.log index acc5717545..d1ce796d6b 100644 --- a/docs/en/results/SFTP/GetFileInformation.log +++ b/docs/en/results/SFTP/GetFileInformation.log @@ -1,16 +1,19 @@ { "data": { - "accessed": 1774429171, + "accessed": 1774447568, "extension": "png", "gid": 1000, "is_directory": false, "is_symlink": false, - "modified": 1774429171, + "modified": 1774447568, "name": "pic_from_binary.png", "path": "files_folder/pic_from_binary.png", "permissions": "100644", "size": 2114023, "uid": 1000 }, - "result": true + "result": true, + "close_connection": { + "result": true + } } diff --git a/docs/en/results/SFTP/GetProxySettings.log b/docs/en/results/SFTP/GetProxySettings.log index ea45d3512b..f9bd411896 100644 --- a/docs/en/results/SFTP/GetProxySettings.log +++ b/docs/en/results/SFTP/GetProxySettings.log @@ -1,5 +1,5 @@ { - "server": "host.docker.internal", + "server": "127.0.0.1", "port": 1080, "proxy_type": "socks5", "login": "proxyuser", diff --git a/docs/en/results/SFTP/ListObjects.log b/docs/en/results/SFTP/ListObjects.log index 754253263a..c8395757ca 100644 --- a/docs/en/results/SFTP/ListObjects.log +++ b/docs/en/results/SFTP/ListObjects.log @@ -1,14 +1,14 @@ { "data": [ { - "accessed": 1774429099, + "accessed": 1774447455, "extension": "", "gid": 1000, "is_directory": true, "is_symlink": false, "modified": 1773778601, "name": "test_folder2", - "path": "test_folder/test_folder2", + "path": "test_folder\\test_folder2", "permissions": "40777", "size": 4096, "uid": 1000, @@ -21,20 +21,20 @@ "is_symlink": false, "modified": 1773778601, "name": "3.txt", - "path": "test_folder/test_folder2/3.txt", + "path": "test_folder\\test_folder2\\3.txt", "permissions": "100777", "size": 0, "uid": 1000 }, { - "accessed": 1774429099, + "accessed": 1774447455, "extension": "", "gid": 1000, "is_directory": true, "is_symlink": false, "modified": 1773778601, "name": "test_folder3", - "path": "test_folder/test_folder2/test_folder3", + "path": "test_folder\\test_folder2\\test_folder3", "permissions": "40777", "size": 4096, "uid": 1000, @@ -47,7 +47,7 @@ "is_symlink": false, "modified": 1773778601, "name": "4.txt", - "path": "test_folder/test_folder2/test_folder3/4.txt", + "path": "test_folder\\test_folder2\\test_folder3\\4.txt", "permissions": "100777", "size": 0, "uid": 1000 @@ -55,14 +55,14 @@ ] }, { - "accessed": 1774429099, + "accessed": 1774447455, "extension": "", "gid": 1000, "is_directory": true, "is_symlink": false, "modified": 1773778601, "name": "test_folder4", - "path": "test_folder/test_folder2/test_folder4", + "path": "test_folder\\test_folder2\\test_folder4", "permissions": "40777", "size": 4096, "uid": 1000, @@ -75,7 +75,7 @@ "is_symlink": false, "modified": 1773778601, "name": "1.txt", - "path": "test_folder/test_folder2/test_folder4/1.txt", + "path": "test_folder\\test_folder2\\test_folder4\\1.txt", "permissions": "100777", "size": 0, "uid": 1000 @@ -88,7 +88,7 @@ "is_symlink": false, "modified": 1773778601, "name": "2.txt", - "path": "test_folder/test_folder2/test_folder4/2.txt", + "path": "test_folder\\test_folder2\\test_folder4\\2.txt", "permissions": "100777", "size": 0, "uid": 1000 @@ -98,5 +98,8 @@ ] } ], - "result": true + "result": true, + "close_connection": { + "result": true + } } diff --git a/docs/en/results/SFTP/SaveFile.log b/docs/en/results/SFTP/SaveFile.log index 5826c3e92b..b9aa67255c 100644 --- a/docs/en/results/SFTP/SaveFile.log +++ b/docs/en/results/SFTP/SaveFile.log @@ -1,5 +1,8 @@ { "bytes": 2114023, - "filepath": "/tmp/a24uxljp.o3j.bin", - "result": true + "filepath": "C:\\Users\\bayselonarrend\\AppData\\Local\\Temp\\ugmaatdk.kz5.bin", + "result": true, + "close_connection": { + "result": true + } } diff --git a/docs/en/results/SFTP/UpdatePath.log b/docs/en/results/SFTP/UpdatePath.log index 8b5b4f1302..e61c4f7106 100644 --- a/docs/en/results/SFTP/UpdatePath.log +++ b/docs/en/results/SFTP/UpdatePath.log @@ -1,3 +1,6 @@ { - "result": true + "result": true, + "close_connection": { + "result": true + } } diff --git a/docs/en/results/SFTP/UploadFile.log b/docs/en/results/SFTP/UploadFile.log index 64933358f7..1f35bbc3b7 100644 --- a/docs/en/results/SFTP/UploadFile.log +++ b/docs/en/results/SFTP/UploadFile.log @@ -1,4 +1,7 @@ { "bytes": 2114023, - "result": true + "result": true, + "close_connection": { + "result": true + } } diff --git a/docs/en/results/SQLite/ExecuteSQLQuery.log b/docs/en/results/SQLite/ExecuteSQLQuery.log index e96d1b0d92..f187f50527 100644 --- a/docs/en/results/SQLite/ExecuteSQLQuery.log +++ b/docs/en/results/SQLite/ExecuteSQLQuery.log @@ -2,7 +2,7 @@ "data": [ { "age": 25, - "created_at": "2026-03-25T09:04:37Z", + "created_at": "2026-03-25T17:14:17Z", "data": { "blob": "Base64" }, diff --git a/docs/en/results/SSH/ExecuteCommand.log b/docs/en/results/SSH/ExecuteCommand.log index 5ca0928ad0..57a4a4892d 100644 --- a/docs/en/results/SSH/ExecuteCommand.log +++ b/docs/en/results/SSH/ExecuteCommand.log @@ -2,5 +2,8 @@ "exit_code": "0", "result": true, "stderr": "", - "stdout": "bayselonarrend" + "stdout": "bayselonarrend", + "close_connection": { + "result": true + } } diff --git a/docs/en/results/SSH/GetConnectionConfiguration.log b/docs/en/results/SSH/GetConnectionConfiguration.log index 04601c7eb5..48e0c29346 100644 --- a/docs/en/results/SSH/GetConnectionConfiguration.log +++ b/docs/en/results/SSH/GetConnectionConfiguration.log @@ -7,7 +7,7 @@ "password": "***" }, "proxy": { - "server": "host.docker.internal", + "server": "127.0.0.1", "port": 1080, "proxy_type": "socks5", "login": "proxyuser", diff --git a/docs/en/results/SSH/GetProxySettings.log b/docs/en/results/SSH/GetProxySettings.log index ea45d3512b..f9bd411896 100644 --- a/docs/en/results/SSH/GetProxySettings.log +++ b/docs/en/results/SSH/GetProxySettings.log @@ -1,5 +1,5 @@ { - "server": "host.docker.internal", + "server": "127.0.0.1", "port": 1080, "proxy_type": "socks5", "login": "proxyuser", diff --git a/docs/en/results/Slack/AddExternalFile.log b/docs/en/results/Slack/AddExternalFile.log index b7deca5199..6fea31cb37 100644 --- a/docs/en/results/Slack/AddExternalFile.log +++ b/docs/en/results/Slack/AddExternalFile.log @@ -1,9 +1,9 @@ { "ok": true, "file": { - "id": "F0APK9Q3AG0", - "created": 1774429991, - "timestamp": 1774429991, + "id": "F0AP65CGP41", + "created": 1774448779, + "timestamp": 1774448779, "name": "NewFile", "title": "NewFile", "mimetype": "application/vnd.slack-remote", @@ -20,11 +20,11 @@ "public_url_shared": false, "display_as_bot": false, "username": "", - "external_id": "a41a4de1-c5db-4eac-8210-982e7fe33bc2", + "external_id": "e41af878-cab3-4f4c-9b64-2e6524238fe9", "external_url": "https://hut.openintegrations.dev/test_data/document.docx", "url_private": "https://hut.openintegrations.dev/test_data/document.docx", "media_display_type": "unknown", - "permalink": "https://openintegrationsgroup.slack.com/files/U06UG1CAYH2/F0APK9Q3AG0/newfile", + "permalink": "https://openintegrationsgroup.slack.com/files/U06UG1CAYH2/F0AP65CGP41/newfile", "comments_count": 0, "is_starred": false, "shares": {}, diff --git a/docs/en/results/Slack/CreateChannel.log b/docs/en/results/Slack/CreateChannel.log index f04b1df2d7..d4b5dd00c7 100644 --- a/docs/en/results/Slack/CreateChannel.log +++ b/docs/en/results/Slack/CreateChannel.log @@ -1,15 +1,15 @@ { "ok": true, "channel": { - "id": "C0AN9HS28NB", - "created": 1774429962, + "id": "C0ANT7R2BA6", + "created": 1774448739, "creator": "U06UG1CAYH2", "is_org_shared": false, "is_im": false, "context_team_id": "T06UD92BS3C", - "updated": 1774429962425, - "name": "testconveaf0ab1e-248d-4e84-a3dc-5d365bba2948", - "name_normalized": "testconveaf0ab1e-248d-4e84-a3dc-5d365bba2948", + "updated": 1774448739127, + "name": "testconvdf1898c5-0f53-46c2-bee1-7b27aee86f49", + "name_normalized": "testconvdf1898c5-0f53-46c2-bee1-7b27aee86f49", "is_channel": true, "is_group": false, "is_mpim": false, diff --git a/docs/en/results/Slack/DeleteMessage.log b/docs/en/results/Slack/DeleteMessage.log index 5e5c62de71..e6e3d96136 100644 --- a/docs/en/results/Slack/DeleteMessage.log +++ b/docs/en/results/Slack/DeleteMessage.log @@ -1,5 +1,5 @@ { "ok": true, "channel": "C06UFNUTKUL", - "ts": "1774429939.464789" + "ts": "1774448708.412259" } diff --git a/docs/en/results/Slack/EditMessage.log b/docs/en/results/Slack/EditMessage.log index d4695094b3..53ba844099 100644 --- a/docs/en/results/Slack/EditMessage.log +++ b/docs/en/results/Slack/EditMessage.log @@ -1,14 +1,14 @@ { "ok": true, "channel": "C06UFNUTKUL", - "ts": "1774429939.464789", + "ts": "1774448708.412259", "text": "TestMessage2", "message": { "user": "U06UG1CAYH2", "type": "message", "edited": { "user": "B06TZ0MJV5M", - "ts": "1774429949.000000" + "ts": "1774448720.000000" }, "bot_id": "B06TZ0MJV5M", "app_id": "A06TYNH45RV", @@ -31,7 +31,7 @@ "blocks": [ { "type": "rich_text", - "block_id": "=I+AA", + "block_id": "+ZT6V", "elements": [ { "type": "rich_text_section", diff --git a/docs/en/results/Slack/GetChannel.log b/docs/en/results/Slack/GetChannel.log index e0d2654bb8..73a21d67da 100644 --- a/docs/en/results/Slack/GetChannel.log +++ b/docs/en/results/Slack/GetChannel.log @@ -1,15 +1,15 @@ { "ok": true, "channel": { - "id": "C0AN9HS28NB", - "created": 1774429962, + "id": "C0ANT7R2BA6", + "created": 1774448739, "creator": "U06UG1CAYH2", "is_org_shared": false, "is_im": false, "context_team_id": "T06UD92BS3C", - "updated": 1774429963801, - "name": "testconveaf0ab1e-248d-4e84-a3dc-5d365bba2948", - "name_normalized": "testconveaf0ab1e-248d-4e84-a3dc-5d365bba2948", + "updated": 1774448741923, + "name": "testconvdf1898c5-0f53-46c2-bee1-7b27aee86f49", + "name_normalized": "testconvdf1898c5-0f53-46c2-bee1-7b27aee86f49", "is_channel": true, "is_group": false, "is_mpim": false, @@ -25,12 +25,12 @@ "purpose": { "value": "TestGoal", "creator": "U06UG1CAYH2", - "last_set": 1774429963 + "last_set": 1774448741 }, "topic": { "value": "TestTopic", "creator": "U06UG1CAYH2", - "last_set": 1774429963 + "last_set": 1774448740 }, "shared_team_ids": [ "T06UD92BS3C" diff --git a/docs/en/results/Slack/GetChannelHistory.log b/docs/en/results/Slack/GetChannelHistory.log index 2f49818839..712679b762 100644 --- a/docs/en/results/Slack/GetChannelHistory.log +++ b/docs/en/results/Slack/GetChannelHistory.log @@ -6,7 +6,7 @@ "user": "U06UABH3APP", "text": "<@U06UABH3APP> has left the channel", "type": "message", - "ts": "1774429965.734459" + "ts": "1774448745.581539" }, { "subtype": "channel_join", @@ -14,7 +14,7 @@ "text": "<@U06UABH3APP> has joined the channel", "inviter": "***", "type": "message", - "ts": "1774429965.111389" + "ts": "1774448744.244149" }, { "subtype": "channel_purpose", @@ -22,7 +22,7 @@ "purpose": "TestGoal", "text": "set the channel description: TestGoal", "type": "message", - "ts": "1774429963.830699" + "ts": "1774448741.956709" }, { "subtype": "channel_topic", @@ -30,14 +30,14 @@ "topic": "TestTopic", "text": "set the channel topic: TestTopic", "type": "message", - "ts": "1774429963.173059" + "ts": "1774448740.745949" }, { "subtype": "channel_join", "user": "U06UG1CAYH2", "text": "<@U06UG1CAYH2> has joined the channel", "type": "message", - "ts": "1774429962.533969" + "ts": "1774448739.295849" } ], "has_more": false, diff --git a/docs/en/results/Slack/GetExternalFile.log b/docs/en/results/Slack/GetExternalFile.log index b7deca5199..6fea31cb37 100644 --- a/docs/en/results/Slack/GetExternalFile.log +++ b/docs/en/results/Slack/GetExternalFile.log @@ -1,9 +1,9 @@ { "ok": true, "file": { - "id": "F0APK9Q3AG0", - "created": 1774429991, - "timestamp": 1774429991, + "id": "F0AP65CGP41", + "created": 1774448779, + "timestamp": 1774448779, "name": "NewFile", "title": "NewFile", "mimetype": "application/vnd.slack-remote", @@ -20,11 +20,11 @@ "public_url_shared": false, "display_as_bot": false, "username": "", - "external_id": "a41a4de1-c5db-4eac-8210-982e7fe33bc2", + "external_id": "e41af878-cab3-4f4c-9b64-2e6524238fe9", "external_url": "https://hut.openintegrations.dev/test_data/document.docx", "url_private": "https://hut.openintegrations.dev/test_data/document.docx", "media_display_type": "unknown", - "permalink": "https://openintegrationsgroup.slack.com/files/U06UG1CAYH2/F0APK9Q3AG0/newfile", + "permalink": "https://openintegrationsgroup.slack.com/files/U06UG1CAYH2/F0AP65CGP41/newfile", "comments_count": 0, "is_starred": false, "shares": {}, diff --git a/docs/en/results/Slack/GetFileData.log b/docs/en/results/Slack/GetFileData.log index c2d5325162..faf1f3ac4c 100644 --- a/docs/en/results/Slack/GetFileData.log +++ b/docs/en/results/Slack/GetFileData.log @@ -1,9 +1,9 @@ { "ok": true, "file": { - "id": "F0ANNV5D4KY", - "created": 1774429976, - "timestamp": 1774429976, + "id": "F0ANLS4UX19", + "created": 1774448765, + "timestamp": 1774448765, "name": "megadoc.docx", "title": "NewFile", "mimetype": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", @@ -20,15 +20,15 @@ "public_url_shared": false, "display_as_bot": false, "username": "", - "url_private": "https://files.slack.com/files-pri/T06UD92BS3C-F0ANNV5D4KY/megadoc.docx", - "url_private_download": "https://files.slack.com/files-pri/T06UD92BS3C-F0ANNV5D4KY/download/megadoc.docx", + "url_private": "https://files.slack.com/files-pri/T06UD92BS3C-F0ANLS4UX19/megadoc.docx", + "url_private_download": "https://files.slack.com/files-pri/T06UD92BS3C-F0ANLS4UX19/download/megadoc.docx", "media_display_type": "unknown", - "converted_pdf": "https://files.slack.com/files-tmb/T06UD92BS3C-F0ANNV5D4KY-5e4f590f74/megadoc_converted.pdf", - "thumb_pdf": "https://files.slack.com/files-tmb/T06UD92BS3C-F0ANNV5D4KY-5e4f590f74/megadoc_thumb_pdf.png", + "converted_pdf": "https://files.slack.com/files-tmb/T06UD92BS3C-F0ANLS4UX19-f6888e267f/megadoc_converted.pdf", + "thumb_pdf": "https://files.slack.com/files-tmb/T06UD92BS3C-F0ANLS4UX19-f6888e267f/megadoc_thumb_pdf.png", "thumb_pdf_w": 909, "thumb_pdf_h": 1286, - "permalink": "https://openintegrationsgroup.slack.com/files/U06UG1CAYH2/F0ANNV5D4KY/megadoc.docx", - "permalink_public": "https://slack-files.com/T06UD92BS3C-F0ANNV5D4KY-5f3ac56fc3", + "permalink": "https://openintegrationsgroup.slack.com/files/U06UG1CAYH2/F0ANLS4UX19/megadoc.docx", + "permalink_public": "https://slack-files.com/T06UD92BS3C-F0ANLS4UX19-1a1e9b6ce4", "is_starred": false, "shares": {}, "channels": [], diff --git a/docs/en/results/Slack/GetMessageLink.log b/docs/en/results/Slack/GetMessageLink.log index 21801a9a51..de1f4df246 100644 --- a/docs/en/results/Slack/GetMessageLink.log +++ b/docs/en/results/Slack/GetMessageLink.log @@ -1,5 +1,5 @@ { "ok": true, - "permalink": "https://openintegrationsgroup.slack.com/archives/C06UFNUTKUL/p1774429939464789", + "permalink": "https://openintegrationsgroup.slack.com/archives/C06UFNUTKUL/p1774448708412259", "channel": "C06UFNUTKUL" } diff --git a/docs/en/results/Slack/GetMessageReplyList.log b/docs/en/results/Slack/GetMessageReplyList.log index 30ffff2a6b..bf0783e896 100644 --- a/docs/en/results/Slack/GetMessageReplyList.log +++ b/docs/en/results/Slack/GetMessageReplyList.log @@ -4,10 +4,10 @@ { "user": "U06UG1CAYH2", "type": "message", - "ts": "1774429939.464789", + "ts": "1774448708.412259", "edited": { "user": "B06TZ0MJV5M", - "ts": "1774429949.000000" + "ts": "1774448720.000000" }, "bot_id": "B06TZ0MJV5M", "app_id": "A06TYNH45RV", @@ -30,7 +30,7 @@ "blocks": [ { "type": "rich_text", - "block_id": "ZSc", + "block_id": "m2S3o", "elements": [ { "type": "rich_text_section", diff --git a/docs/en/results/Slack/GetUserList.log b/docs/en/results/Slack/GetUserList.log index c1697e4eac..08f81536ec 100644 --- a/docs/en/results/Slack/GetUserList.log +++ b/docs/en/results/Slack/GetUserList.log @@ -146,7 +146,7 @@ } } ], - "cache_ts": 1774429936, + "cache_ts": 1774448704, "response_metadata": { "next_cursor": "" } diff --git a/docs/en/results/Slack/InviteUsersToChannel.log b/docs/en/results/Slack/InviteUsersToChannel.log index e0d2654bb8..73a21d67da 100644 --- a/docs/en/results/Slack/InviteUsersToChannel.log +++ b/docs/en/results/Slack/InviteUsersToChannel.log @@ -1,15 +1,15 @@ { "ok": true, "channel": { - "id": "C0AN9HS28NB", - "created": 1774429962, + "id": "C0ANT7R2BA6", + "created": 1774448739, "creator": "U06UG1CAYH2", "is_org_shared": false, "is_im": false, "context_team_id": "T06UD92BS3C", - "updated": 1774429963801, - "name": "testconveaf0ab1e-248d-4e84-a3dc-5d365bba2948", - "name_normalized": "testconveaf0ab1e-248d-4e84-a3dc-5d365bba2948", + "updated": 1774448741923, + "name": "testconvdf1898c5-0f53-46c2-bee1-7b27aee86f49", + "name_normalized": "testconvdf1898c5-0f53-46c2-bee1-7b27aee86f49", "is_channel": true, "is_group": false, "is_mpim": false, @@ -25,12 +25,12 @@ "purpose": { "value": "TestGoal", "creator": "U06UG1CAYH2", - "last_set": 1774429963 + "last_set": 1774448741 }, "topic": { "value": "TestTopic", "creator": "U06UG1CAYH2", - "last_set": 1774429963 + "last_set": 1774448740 }, "shared_team_ids": [ "T06UD92BS3C" diff --git a/docs/en/results/Slack/JoinChannel.log b/docs/en/results/Slack/JoinChannel.log index 7eb1a2c5b6..48daa7a5fd 100644 --- a/docs/en/results/Slack/JoinChannel.log +++ b/docs/en/results/Slack/JoinChannel.log @@ -1,15 +1,15 @@ { "ok": true, "channel": { - "id": "C0AN9HS28NB", - "created": 1774429962, + "id": "C0ANT7R2BA6", + "created": 1774448739, "creator": "U06UG1CAYH2", "is_org_shared": false, "is_im": false, "context_team_id": "T06UD92BS3C", - "updated": 1774429963801, - "name": "testconveaf0ab1e-248d-4e84-a3dc-5d365bba2948", - "name_normalized": "testconveaf0ab1e-248d-4e84-a3dc-5d365bba2948", + "updated": 1774448741923, + "name": "testconvdf1898c5-0f53-46c2-bee1-7b27aee86f49", + "name_normalized": "testconvdf1898c5-0f53-46c2-bee1-7b27aee86f49", "is_channel": true, "is_group": false, "is_mpim": false, @@ -25,19 +25,19 @@ "purpose": { "value": "TestGoal", "creator": "U06UG1CAYH2", - "last_set": 1774429963 + "last_set": 1774448741 }, "topic": { "value": "TestTopic", "creator": "U06UG1CAYH2", - "last_set": 1774429963 + "last_set": 1774448740 }, "shared_team_ids": [ "T06UD92BS3C" ], "pending_connected_team_ids": [], "is_member": true, - "last_read": "1774429967.306349", + "last_read": "1774448749.050609", "priority": 0, "previous_names": [] } diff --git a/docs/en/results/Slack/RenameChannel.log b/docs/en/results/Slack/RenameChannel.log index b2a3e3b464..119f26472b 100644 --- a/docs/en/results/Slack/RenameChannel.log +++ b/docs/en/results/Slack/RenameChannel.log @@ -1,15 +1,15 @@ { "ok": true, "channel": { - "id": "C0AN9HS28NB", - "created": 1774429962, + "id": "C0ANT7R2BA6", + "created": 1774448739, "creator": "U06UG1CAYH2", "is_org_shared": false, "is_im": false, "context_team_id": "T06UD92BS3C", - "updated": 1774429968334, - "name": "testconv642d3103-5c45-4558-a671-1304df74d821", - "name_normalized": "testconv642d3103-5c45-4558-a671-1304df74d821", + "updated": 1774448751372, + "name": "testconv8b3fbbff-2727-4b07-825e-edd641f52808", + "name_normalized": "testconv8b3fbbff-2727-4b07-825e-edd641f52808", "is_channel": true, "is_group": false, "is_mpim": false, @@ -25,21 +25,21 @@ "purpose": { "value": "TestGoal", "creator": "U06UG1CAYH2", - "last_set": 1774429963 + "last_set": 1774448741 }, "topic": { "value": "TestTopic", "creator": "U06UG1CAYH2", - "last_set": 1774429963 + "last_set": 1774448740 }, "shared_team_ids": [ "T06UD92BS3C" ], "pending_connected_team_ids": [], "is_member": true, - "last_read": "1774429967.306349", + "last_read": "1774448749.050609", "previous_names": [ - "testconveaf0ab1e-248d-4e84-a3dc-5d365bba2948" + "testconvdf1898c5-0f53-46c2-bee1-7b27aee86f49" ] } } diff --git a/docs/en/results/Slack/SendEphemeralMessage.log b/docs/en/results/Slack/SendEphemeralMessage.log index bdbfe2fca4..0531f085b3 100644 --- a/docs/en/results/Slack/SendEphemeralMessage.log +++ b/docs/en/results/Slack/SendEphemeralMessage.log @@ -1,4 +1,4 @@ { "ok": true, - "message_ts": "1774429959.000300" + "message_ts": "1774448733.000300" } diff --git a/docs/en/results/Slack/SendExternalFile.log b/docs/en/results/Slack/SendExternalFile.log index 71f4f8938c..0e24ca01b9 100644 --- a/docs/en/results/Slack/SendExternalFile.log +++ b/docs/en/results/Slack/SendExternalFile.log @@ -1,9 +1,9 @@ { "ok": true, "file": { - "id": "F0APK9Q3AG0", - "created": 1774429991, - "timestamp": 1774429991, + "id": "F0AP65CGP41", + "created": 1774448779, + "timestamp": 1774448779, "name": "NewFile", "title": "NewFile", "mimetype": "application/vnd.slack-remote", @@ -20,11 +20,11 @@ "public_url_shared": false, "display_as_bot": false, "username": "", - "external_id": "a41a4de1-c5db-4eac-8210-982e7fe33bc2", + "external_id": "e41af878-cab3-4f4c-9b64-2e6524238fe9", "external_url": "https://hut.openintegrations.dev/test_data/document.docx", "url_private": "https://hut.openintegrations.dev/test_data/document.docx", "media_display_type": "unknown", - "permalink": "https://openintegrationsgroup.slack.com/files/U06UG1CAYH2/F0APK9Q3AG0/newfile", + "permalink": "https://openintegrationsgroup.slack.com/files/U06UG1CAYH2/F0AP65CGP41/newfile", "comments_count": 0, "is_starred": false, "shares": { @@ -34,7 +34,7 @@ "reply_users": [], "reply_users_count": 0, "reply_count": 0, - "ts": "1774430008.715959", + "ts": "1774448781.579219", "channel_name": "slack-api-librarry", "team_id": "T06UD92BS3C", "share_user_id": "U06UG1CAYH2", diff --git a/docs/en/results/Slack/SendMessage.log b/docs/en/results/Slack/SendMessage.log index 953c6912ff..eb61d4f1cc 100644 --- a/docs/en/results/Slack/SendMessage.log +++ b/docs/en/results/Slack/SendMessage.log @@ -1,11 +1,11 @@ { "ok": true, "channel": "C06UFNUTKUL", - "ts": "1774429939.464789", + "ts": "1774448708.412259", "message": { "user": "U06UG1CAYH2", "type": "message", - "ts": "1774429939.464789", + "ts": "1774448708.412259", "bot_id": "B06TZ0MJV5M", "app_id": "A06TYNH45RV", "text": "TestMessage1", @@ -27,7 +27,7 @@ "blocks": [ { "type": "rich_text", - "block_id": "K1IG", + "block_id": "s06", "elements": [ { "type": "rich_text_section", diff --git a/docs/en/results/Slack/SetChannelGoal.log b/docs/en/results/Slack/SetChannelGoal.log index 507fc62273..6293cb83a5 100644 --- a/docs/en/results/Slack/SetChannelGoal.log +++ b/docs/en/results/Slack/SetChannelGoal.log @@ -1,15 +1,15 @@ { "ok": true, "channel": { - "id": "C0AN9HS28NB", - "created": 1774429962, + "id": "C0ANT7R2BA6", + "created": 1774448739, "creator": "U06UG1CAYH2", "is_org_shared": false, "is_im": false, "context_team_id": "T06UD92BS3C", - "updated": 1774429963801, - "name": "testconveaf0ab1e-248d-4e84-a3dc-5d365bba2948", - "name_normalized": "testconveaf0ab1e-248d-4e84-a3dc-5d365bba2948", + "updated": 1774448741923, + "name": "testconvdf1898c5-0f53-46c2-bee1-7b27aee86f49", + "name_normalized": "testconvdf1898c5-0f53-46c2-bee1-7b27aee86f49", "is_channel": true, "is_group": false, "is_mpim": false, @@ -25,12 +25,12 @@ "purpose": { "value": "TestGoal", "creator": "U06UG1CAYH2", - "last_set": 1774429963 + "last_set": 1774448741 }, "topic": { "value": "TestTopic", "creator": "U06UG1CAYH2", - "last_set": 1774429963 + "last_set": 1774448740 }, "shared_team_ids": [ "T06UD92BS3C" diff --git a/docs/en/results/Slack/SetChannelTopic.log b/docs/en/results/Slack/SetChannelTopic.log index 4ea57aed99..c6535b8c67 100644 --- a/docs/en/results/Slack/SetChannelTopic.log +++ b/docs/en/results/Slack/SetChannelTopic.log @@ -1,15 +1,15 @@ { "ok": true, "channel": { - "id": "C0AN9HS28NB", - "created": 1774429962, + "id": "C0ANT7R2BA6", + "created": 1774448739, "creator": "U06UG1CAYH2", "is_org_shared": false, "is_im": false, "context_team_id": "T06UD92BS3C", - "updated": 1774429963128, - "name": "testconveaf0ab1e-248d-4e84-a3dc-5d365bba2948", - "name_normalized": "testconveaf0ab1e-248d-4e84-a3dc-5d365bba2948", + "updated": 1774448740710, + "name": "testconvdf1898c5-0f53-46c2-bee1-7b27aee86f49", + "name_normalized": "testconvdf1898c5-0f53-46c2-bee1-7b27aee86f49", "is_channel": true, "is_group": false, "is_mpim": false, @@ -30,7 +30,7 @@ "topic": { "value": "TestTopic", "creator": "U06UG1CAYH2", - "last_set": 1774429963 + "last_set": 1774448740 }, "shared_team_ids": [ "T06UD92BS3C" diff --git a/docs/en/results/Slack/UploadFile.log b/docs/en/results/Slack/UploadFile.log index f045b9fe38..7fcaf36e41 100644 --- a/docs/en/results/Slack/UploadFile.log +++ b/docs/en/results/Slack/UploadFile.log @@ -2,9 +2,9 @@ "ok": true, "files": [ { - "id": "F0ANNV5D4KY", - "created": 1774429976, - "timestamp": 1774429976, + "id": "F0ANLS4UX19", + "created": 1774448765, + "timestamp": 1774448765, "name": "megadoc.docx", "title": "NewFile", "mimetype": "", @@ -21,11 +21,11 @@ "public_url_shared": false, "display_as_bot": false, "username": "", - "url_private": "https://files.slack.com/files-pri/T06UD92BS3C-F0ANNV5D4KY/megadoc.docx", - "url_private_download": "https://files.slack.com/files-pri/T06UD92BS3C-F0ANNV5D4KY/download/megadoc.docx", + "url_private": "https://files.slack.com/files-pri/T06UD92BS3C-F0ANLS4UX19/megadoc.docx", + "url_private_download": "https://files.slack.com/files-pri/T06UD92BS3C-F0ANLS4UX19/download/megadoc.docx", "media_display_type": "unknown", - "permalink": "https://openintegrationsgroup.slack.com/files/U06UG1CAYH2/F0ANNV5D4KY/megadoc.docx", - "permalink_public": "https://slack-files.com/T06UD92BS3C-F0ANNV5D4KY-5f3ac56fc3", + "permalink": "https://openintegrationsgroup.slack.com/files/U06UG1CAYH2/F0ANLS4UX19/megadoc.docx", + "permalink_public": "https://slack-files.com/T06UD92BS3C-F0ANLS4UX19-1a1e9b6ce4", "comments_count": 0, "is_starred": false, "shares": {}, diff --git a/docs/en/results/TCP/GetNextConnectionData.log b/docs/en/results/TCP/GetNextConnectionData.log index 6b3ba83d00..4097339f2e 100644 --- a/docs/en/results/TCP/GetNextConnectionData.log +++ b/docs/en/results/TCP/GetNextConnectionData.log @@ -1,7 +1,7 @@ { "active": true, - "address": "127.0.0.1:49390", - "connectionId": "d81c808b-69fb-4b7c-ba11-49f2fa513238", + "address": "127.0.0.1:64968", + "connectionId": "857789bc-5a52-426b-92de-96491be61dd7", "message": "", "result": true } diff --git a/docs/en/results/Telegram/CreateForumTopic.log b/docs/en/results/Telegram/CreateForumTopic.log index b061833a16..a2b45fe9f4 100644 --- a/docs/en/results/Telegram/CreateForumTopic.log +++ b/docs/en/results/Telegram/CreateForumTopic.log @@ -1,8 +1,8 @@ { "ok": true, "result": { - "message_thread_id": 14152, - "name": "TestTopic 13535034-e787-4a8a-b2ff-498dabefe5b4", + "message_thread_id": 14196, + "name": "TestTopic c86953cf-75d0-48f9-8bc2-48a1e41baba1", "icon_color": 7322096, "icon_custom_emoji_id": "5357419403325481346" } diff --git a/docs/en/results/Telegram/CreateInvitationLink.log b/docs/en/results/Telegram/CreateInvitationLink.log index e5e07000f2..917c36560f 100644 --- a/docs/en/results/Telegram/CreateInvitationLink.log +++ b/docs/en/results/Telegram/CreateInvitationLink.log @@ -2,14 +2,14 @@ "ok": true, "result": { "invite_link": "***", - "name": "Link 03/25/2026 08:44:08", + "name": "Link 3/25/2026 4:42:50 PM", "creator": { "id": 6129457865, "is_bot": true, "first_name": "Бот Виталий", "username": "sicheebot" }, - "expire_date": 1774511048, + "expire_date": 1774539770, "member_limit": 200, "creates_join_request": false, "is_primary": false, diff --git a/docs/en/results/Telegram/FormKeyboardFromButtonArray.log b/docs/en/results/Telegram/FormKeyboardFromButtonArray.log index b27562bbed..46ebbbf23c 100644 --- a/docs/en/results/Telegram/FormKeyboardFromButtonArray.log +++ b/docs/en/results/Telegram/FormKeyboardFromButtonArray.log @@ -1 +1,23 @@ -"{'keyboard':[[{'text':'Button1','callback_data':'Button1'}],[{'text':'Button2','callback_data':'Button2'}],[{'text':'Button3','callback_data':'Button3'}]],'resize_keyboard':true}" +{ + "keyboard": [ + [ + { + "text": "Button1", + "callback_data": "Button1" + } + ], + [ + { + "text": "Button2", + "callback_data": "Button2" + } + ], + [ + { + "text": "Button3", + "callback_data": "Button3" + } + ] + ], + "resize_keyboard": "***" +} diff --git a/docs/en/results/Telegram/ForwardMessage.log b/docs/en/results/Telegram/ForwardMessage.log index a1f77b2f50..577d12f856 100644 --- a/docs/en/results/Telegram/ForwardMessage.log +++ b/docs/en/results/Telegram/ForwardMessage.log @@ -1,7 +1,7 @@ { "ok": true, "result": { - "message_id": 20469, + "message_id": 20537, "from": { "id": 6129457865, "is_bot": true, @@ -15,7 +15,7 @@ "username": "bayselonarrend", "type": "private" }, - "date": 1774428226, + "date": 1774446149, "forward_origin": { "type": "channel", "chat": { @@ -24,8 +24,8 @@ "username": "testsichee", "type": "channel" }, - "message_id": 26400, - "date": 1774428006 + "message_id": 26486, + "date": 1774445934 }, "forward_from_chat": { "id": -1001893407333, @@ -33,8 +33,8 @@ "username": "testsichee", "type": "channel" }, - "forward_from_message_id": 26400, - "forward_date": 1774428006, + "forward_from_message_id": 26486, + "forward_date": 1774445934, "text": "Bold text", "entities": [ { @@ -42,6 +42,16 @@ "length": 9, "type": "bold" } - ] + ], + "reply_markup": { + "inline_keyboard": [ + [ + { + "text": "💬 Перейти к обсуждению (0)", + "url": "https://t.me/c/2404672933/12485?thread=12485" + } + ] + ] + } } } diff --git a/docs/en/results/Telegram/ReplaceMessageCaption.log b/docs/en/results/Telegram/ReplaceMessageCaption.log index d84d1dc4e4..461c0e74e6 100644 --- a/docs/en/results/Telegram/ReplaceMessageCaption.log +++ b/docs/en/results/Telegram/ReplaceMessageCaption.log @@ -1,7 +1,7 @@ { "ok": true, "result": { - "message_id": 20456, + "message_id": 20525, "from": { "id": 6129457865, "is_bot": true, @@ -15,8 +15,8 @@ "username": "bayselonarrend", "type": "private" }, - "date": 1774428016, - "edit_date": 1774428053, + "date": 1774445951, + "edit_date": 1774445992, "photo": [ { "file_id": "AgACAgIAAxkDAAJPamnDV2gXtIHwgSZT1YtocwNJfqctAAKaFGsbL0kgSut3mL3_-S-dAQADAgADcwADOgQ", diff --git a/docs/en/results/Telegram/ReplaceMessageKeyboard.log b/docs/en/results/Telegram/ReplaceMessageKeyboard.log index c8d940e5d1..6973875ecd 100644 --- a/docs/en/results/Telegram/ReplaceMessageKeyboard.log +++ b/docs/en/results/Telegram/ReplaceMessageKeyboard.log @@ -1,7 +1,7 @@ { "ok": true, "result": { - "message_id": 20452, + "message_id": 20521, "from": { "id": 6129457865, "is_bot": true, @@ -15,8 +15,8 @@ "username": "bayselonarrend", "type": "private" }, - "date": 1774428005, - "edit_date": 1774428009, + "date": 1774445933, + "edit_date": 1774445943, "text": "Строковое значение", "reply_markup": { "inline_keyboard": [ diff --git a/docs/en/results/Telegram/ReplaceMessageText.log b/docs/en/results/Telegram/ReplaceMessageText.log index 38d2e05a48..e32d552880 100644 --- a/docs/en/results/Telegram/ReplaceMessageText.log +++ b/docs/en/results/Telegram/ReplaceMessageText.log @@ -1,7 +1,7 @@ { "ok": true, "result": { - "message_id": 26400, + "message_id": 26486, "sender_chat": { "id": -1001893407333, "title": "Тестовый канал", @@ -14,8 +14,8 @@ "username": "testsichee", "type": "channel" }, - "date": 1774428006, - "edit_date": 1774428008, + "date": 1774445934, + "edit_date": 1774445940, "text": "New message text" } } diff --git a/docs/en/results/Telegram/SendAudio.log b/docs/en/results/Telegram/SendAudio.log index 5d8a99aaaa..7bee150cd2 100644 --- a/docs/en/results/Telegram/SendAudio.log +++ b/docs/en/results/Telegram/SendAudio.log @@ -1,7 +1,7 @@ { "ok": true, "result": { - "message_id": 20460, + "message_id": 20529, "from": { "id": 6129457865, "is_bot": true, @@ -15,15 +15,15 @@ "username": "bayselonarrend", "type": "private" }, - "date": 1774428090, + "date": 1774446037, "audio": { "duration": 228, "file_name": "audio", "mime_type": "audio/mpeg", "title": "Dogs", "performer": "Motorhead", - "file_id": "CQACAgIAAxkDAAJP7GnDn7l8RwUDx3f1I2rdEQQI2inoAAJbkQACL0kgSiE2vjQa6392OgQ", - "file_unique_id": "AgADW5EAAi9JIEo", + "file_id": "CQACAgIAAxkDAAJQMWnD5dQO5k2CQ8YCJVJJ9TOTgporAAIgngACMrohShrLRnpvlPo9OgQ", + "file_unique_id": "AgADIJ4AAjK6IUo", "file_size": 9229352 }, "caption": "Строковое значение" diff --git a/docs/en/results/Telegram/SendDocument.log b/docs/en/results/Telegram/SendDocument.log index b8269ac54e..1bdab3475e 100644 --- a/docs/en/results/Telegram/SendDocument.log +++ b/docs/en/results/Telegram/SendDocument.log @@ -1,7 +1,7 @@ { "ok": true, "result": { - "message_id": 20461, + "message_id": 20530, "from": { "id": 6129457865, "is_bot": true, @@ -15,12 +15,12 @@ "username": "bayselonarrend", "type": "private" }, - "date": 1774428134, + "date": 1774446086, "document": { "file_name": "document.docx", "mime_type": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", - "file_id": "BQACAgIAAxkDAAJP7WnDn-bKxIPPMc8Hy0UxW2orwSxZAAJekQACL0kgSiHXqk3s3YBkOgQ", - "file_unique_id": "AgADXpEAAi9JIEo", + "file_id": "BQACAgIAAxkDAAJQMmnD5gYnCluNOR5qaqTWY0C0R8fUAAIjngACMrohSkqg9UDYhGP4OgQ", + "file_unique_id": "AgADI54AAjK6IUo", "file_size": 24069 }, "caption": "Строковое значение" diff --git a/docs/en/results/Telegram/SendGif.log b/docs/en/results/Telegram/SendGif.log index 9210a25a02..31627876a2 100644 --- a/docs/en/results/Telegram/SendGif.log +++ b/docs/en/results/Telegram/SendGif.log @@ -1,7 +1,7 @@ { "ok": true, "result": { - "message_id": 20463, + "message_id": 20532, "from": { "id": 6129457865, "is_bot": true, @@ -15,7 +15,7 @@ "username": "bayselonarrend", "type": "private" }, - "date": 1774428145, + "date": 1774446099, "animation": { "file_name": "animation.gif.mp4", "mime_type": "video/mp4", @@ -23,43 +23,43 @@ "width": "***", "height": 220, "thumbnail": { - "file_id": "AAMCAgADGQMAAk_vacOf8GXF4kfrNIKmAy8cuQFw50cAAmCRAAIvSSBKjcyklKrT23UBAAdtAAM6BA", - "file_unique_id": "AQADYJEAAi9JIEpy", + "file_id": "AAMCAgADGQMAAlA0acPmEuJF8LgccmfaZexaWH4IrTYAAiWeAAIyuiFKm6kgH0TriVEBAAdtAAM6BA", + "file_unique_id": "AQADJZ4AAjK6IUpy", "file_size": 11342, "width": "***", "height": 220 }, "thumb": { - "file_id": "AAMCAgADGQMAAk_vacOf8GXF4kfrNIKmAy8cuQFw50cAAmCRAAIvSSBKjcyklKrT23UBAAdtAAM6BA", - "file_unique_id": "AQADYJEAAi9JIEpy", + "file_id": "AAMCAgADGQMAAlA0acPmEuJF8LgccmfaZexaWH4IrTYAAiWeAAIyuiFKm6kgH0TriVEBAAdtAAM6BA", + "file_unique_id": "AQADJZ4AAjK6IUpy", "file_size": 11342, "width": "***", "height": 220 }, - "file_id": "CgACAgIAAxkDAAJP72nDn_BlxeJH6zSCpgMvHLkBcOdHAAJgkQACL0kgSo3MpJSq09t1OgQ", - "file_unique_id": "AgADYJEAAi9JIEo", - "file_size": 84978 + "file_id": "CgACAgIAAxkDAAJQNGnD5hLiRfC4HHJn2mXsWlh-CK02AAIlngACMrohSpupIB9E64lROgQ", + "file_unique_id": "AgADJZ4AAjK6IUo", + "file_size": 84979 }, "document": { "file_name": "animation.gif.mp4", "mime_type": "video/mp4", "thumbnail": { - "file_id": "AAMCAgADGQMAAk_vacOf8GXF4kfrNIKmAy8cuQFw50cAAmCRAAIvSSBKjcyklKrT23UBAAdtAAM6BA", - "file_unique_id": "AQADYJEAAi9JIEpy", + "file_id": "AAMCAgADGQMAAlA0acPmEuJF8LgccmfaZexaWH4IrTYAAiWeAAIyuiFKm6kgH0TriVEBAAdtAAM6BA", + "file_unique_id": "AQADJZ4AAjK6IUpy", "file_size": 11342, "width": "***", "height": 220 }, "thumb": { - "file_id": "AAMCAgADGQMAAk_vacOf8GXF4kfrNIKmAy8cuQFw50cAAmCRAAIvSSBKjcyklKrT23UBAAdtAAM6BA", - "file_unique_id": "AQADYJEAAi9JIEpy", + "file_id": "AAMCAgADGQMAAlA0acPmEuJF8LgccmfaZexaWH4IrTYAAiWeAAIyuiFKm6kgH0TriVEBAAdtAAM6BA", + "file_unique_id": "AQADJZ4AAjK6IUpy", "file_size": 11342, "width": "***", "height": 220 }, - "file_id": "CgACAgIAAxkDAAJP72nDn_BlxeJH6zSCpgMvHLkBcOdHAAJgkQACL0kgSo3MpJSq09t1OgQ", - "file_unique_id": "AgADYJEAAi9JIEo", - "file_size": 84978 + "file_id": "CgACAgIAAxkDAAJQNGnD5hLiRfC4HHJn2mXsWlh-CK02AAIlngACMrohSpupIB9E64lROgQ", + "file_unique_id": "AgADJZ4AAjK6IUo", + "file_size": 84979 }, "caption": "Строковое значение" } diff --git a/docs/en/results/Telegram/SendImage.log b/docs/en/results/Telegram/SendImage.log index ece1e426ae..ce113d98dd 100644 --- a/docs/en/results/Telegram/SendImage.log +++ b/docs/en/results/Telegram/SendImage.log @@ -1,7 +1,7 @@ { "ok": true, "result": { - "message_id": 20456, + "message_id": 20525, "from": { "id": 6129457865, "is_bot": true, @@ -15,7 +15,7 @@ "username": "bayselonarrend", "type": "private" }, - "date": 1774428016, + "date": 1774445951, "photo": [ { "file_id": "AgACAgIAAxkDAAJPamnDV2gXtIHwgSZT1YtocwNJfqctAAKaFGsbL0kgSut3mL3_-S-dAQADAgADcwADOgQ", diff --git a/docs/en/results/Telegram/SendLocation.log b/docs/en/results/Telegram/SendLocation.log index 3225b0e84c..cf49398a27 100644 --- a/docs/en/results/Telegram/SendLocation.log +++ b/docs/en/results/Telegram/SendLocation.log @@ -1,7 +1,7 @@ { "ok": true, "result": { - "message_id": 20466, + "message_id": 20535, "from": { "id": 6129457865, "is_bot": true, @@ -15,7 +15,7 @@ "username": "bayselonarrend", "type": "private" }, - "date": 1774428176, + "date": 1774446125, "location": { "latitude": 48.873739, "longitude": 48.873733 diff --git a/docs/en/results/Telegram/SendMediaGroup.log b/docs/en/results/Telegram/SendMediaGroup.log index 7d42ba9e19..ee546f3053 100644 --- a/docs/en/results/Telegram/SendMediaGroup.log +++ b/docs/en/results/Telegram/SendMediaGroup.log @@ -2,7 +2,7 @@ "ok": true, "result": [ { - "message_id": 20464, + "message_id": 20533, "from": { "id": 6129457865, "is_bot": true, @@ -16,8 +16,8 @@ "username": "bayselonarrend", "type": "private" }, - "date": 1774428168, - "media_group_id": "14195425347980530", + "date": 1774446116, + "media_group_id": "14195568935003266", "photo": [ { "file_id": "AgACAgIAAxkDAAJPamnDV2gXtIHwgSZT1YtocwNJfqctAAKaFGsbL0kgSut3mL3_-S-dAQADAgADcwADOgQ", @@ -58,7 +58,7 @@ "caption": "Строковое значение" }, { - "message_id": 20465, + "message_id": 20534, "from": { "id": 6129457865, "is_bot": true, @@ -72,8 +72,8 @@ "username": "bayselonarrend", "type": "private" }, - "date": 1774428168, - "media_group_id": "14195425347980530", + "date": 1774446116, + "media_group_id": "14195568935003266", "video": { "duration": 5, "width": "***", @@ -81,21 +81,21 @@ "file_name": "video1", "mime_type": "video/mp4", "thumbnail": { - "file_id": "AAMCAgADFQdpw6AIc1Fz7F3mhTKbwrvcIXSxTgACZJEAAi9JIEpr6Vtffq5gLwEAB20AAzoE", - "file_unique_id": "AQADZJEAAi9JIEpy", + "file_id": "AAMCAgADFQdpw-YkCkY37GlbKsNqcOGH_J0PxAACJ54AAjK6IUpOkV9BdppmBQEAB20AAzoE", + "file_unique_id": "AQADJ54AAjK6IUpy", "file_size": 19807, "width": "***", "height": 240 }, "thumb": { - "file_id": "AAMCAgADFQdpw6AIc1Fz7F3mhTKbwrvcIXSxTgACZJEAAi9JIEpr6Vtffq5gLwEAB20AAzoE", - "file_unique_id": "AQADZJEAAi9JIEpy", + "file_id": "AAMCAgADFQdpw-YkCkY37GlbKsNqcOGH_J0PxAACJ54AAjK6IUpOkV9BdppmBQEAB20AAzoE", + "file_unique_id": "AQADJ54AAjK6IUpy", "file_size": 19807, "width": "***", "height": 240 }, - "file_id": "BAACAgIAAxUHacOgCHNRc-xd5oUym8K73CF0sU4AAmSRAAIvSSBKa-lbX36uYC86BA", - "file_unique_id": "AgADZJEAAi9JIEo", + "file_id": "BAACAgIAAxUHacPmJApGN-xpWyrDanDhh_ydD8QAAieeAAIyuiFKTpFfQXaaZgU6BA", + "file_unique_id": "AgADJ54AAjK6IUo", "file_size": 1137878 } } diff --git a/docs/en/results/Telegram/SendPoll.log b/docs/en/results/Telegram/SendPoll.log index a3b43df87e..7b81d6fd80 100644 --- a/docs/en/results/Telegram/SendPoll.log +++ b/docs/en/results/Telegram/SendPoll.log @@ -1,7 +1,7 @@ { "ok": true, "result": { - "message_id": 20468, + "message_id": 20536, "from": { "id": 6129457865, "is_bot": true, @@ -15,9 +15,9 @@ "username": "bayselonarrend", "type": "private" }, - "date": 1774428218, + "date": 1774446140, "poll": { - "id": "5341349624273706132", + "id": "5341755356949255088", "question": "What's your favorite color??", "options": [ { diff --git a/docs/en/results/Telegram/SendTextMessage.log b/docs/en/results/Telegram/SendTextMessage.log index bfac84af50..6487c62ae8 100644 --- a/docs/en/results/Telegram/SendTextMessage.log +++ b/docs/en/results/Telegram/SendTextMessage.log @@ -1,7 +1,7 @@ { "ok": true, "result": { - "message_id": 20452, + "message_id": 20521, "from": { "id": 6129457865, "is_bot": true, @@ -15,7 +15,7 @@ "username": "bayselonarrend", "type": "private" }, - "date": 1774428005, + "date": 1774445933, "text": "Строковое значение", "reply_markup": { "inline_keyboard": [ diff --git a/docs/en/results/Telegram/SendVideo.log b/docs/en/results/Telegram/SendVideo.log index d7e7083895..c436e37774 100644 --- a/docs/en/results/Telegram/SendVideo.log +++ b/docs/en/results/Telegram/SendVideo.log @@ -1,7 +1,7 @@ { "ok": true, "result": { - "message_id": 20459, + "message_id": 20528, "from": { "id": 6129457865, "is_bot": true, @@ -15,7 +15,7 @@ "username": "bayselonarrend", "type": "private" }, - "date": 1774428059, + "date": 1774445998, "video": { "duration": 5, "width": "***", @@ -23,21 +23,21 @@ "file_name": "video", "mime_type": "video/mp4", "thumbnail": { - "file_id": "AAMCAgADGQMAAk_racOfm1ngZlCjxHCsY-CWZrFIn6MAAlSRAAIvSSBKui10PQgW8ZcBAAdtAAM6BA", - "file_unique_id": "AQADVJEAAi9JIEpy", + "file_id": "AAMCAgADGQMAAlAwacPlrpfuxSBbINyhodfcMkSrE44AAh-eAAIyuiFKo1DBxnG7TJ4BAAdtAAM6BA", + "file_unique_id": "AQADH54AAjK6IUpy", "file_size": 19807, "width": "***", "height": 240 }, "thumb": { - "file_id": "AAMCAgADGQMAAk_racOfm1ngZlCjxHCsY-CWZrFIn6MAAlSRAAIvSSBKui10PQgW8ZcBAAdtAAM6BA", - "file_unique_id": "AQADVJEAAi9JIEpy", + "file_id": "AAMCAgADGQMAAlAwacPlrpfuxSBbINyhodfcMkSrE44AAh-eAAIyuiFKo1DBxnG7TJ4BAAdtAAM6BA", + "file_unique_id": "AQADH54AAjK6IUpy", "file_size": 19807, "width": "***", "height": 240 }, - "file_id": "BAACAgIAAxkDAAJP62nDn5tZ4GZQo8RwrGPglmaxSJ-jAAJUkQACL0kgSrotdD0IFvGXOgQ", - "file_unique_id": "AgADVJEAAi9JIEo", + "file_id": "BAACAgIAAxkDAAJQMGnD5a6X7sUgWyDcoaHX3DJEqxOOAAIfngACMrohSqNQwcZxu0yeOgQ", + "file_unique_id": "AgADH54AAjK6IUo", "file_size": 1137878 }, "caption": "Строковое значение" diff --git a/docs/en/results/Twitter/CreateCustomTweet.log b/docs/en/results/Twitter/CreateCustomTweet.log index 299e1a62a9..4d1bd10da6 100644 --- a/docs/en/results/Twitter/CreateCustomTweet.log +++ b/docs/en/results/Twitter/CreateCustomTweet.log @@ -1,9 +1,9 @@ { "data": { - "id": "2036728001908396498", + "text": "TestTweet5052a70d-8f90-4b34-a1bd-ca0effa51f8f https://t.co/2R3qhKIahk", + "id": "2036803350390317453", "edit_history_tweet_ids": [ - "2036728001908396498" - ], - "text": "TestTweet5c94fedf-aac2-44e5-ac76-d5797b8f6be4 https://t.co/mWXx1Q3qX8" + "2036803350390317453" + ] } } diff --git a/docs/en/results/Twitter/CreateGifTweet.log b/docs/en/results/Twitter/CreateGifTweet.log index e6080424eb..42c4813d15 100644 --- a/docs/en/results/Twitter/CreateGifTweet.log +++ b/docs/en/results/Twitter/CreateGifTweet.log @@ -1,9 +1,9 @@ { "data": { - "id": "2036727781325717994", + "id": "2036803125340758499", "edit_history_tweet_ids": [ - "2036727781325717994" + "2036803125340758499" ], - "text": "TestTweet70c04370-b2be-4b36-9ca6-a5d684863d7f https://t.co/jik9B8tJ2O" + "text": "TestTweet98209aa8-e2dd-4b52-9304-e7d76ffc8f8c https://t.co/50VVkbYFtp" } } diff --git a/docs/en/results/Twitter/CreateImageTweet.log b/docs/en/results/Twitter/CreateImageTweet.log index 2e7bbe1798..6ec1ab3f16 100644 --- a/docs/en/results/Twitter/CreateImageTweet.log +++ b/docs/en/results/Twitter/CreateImageTweet.log @@ -1,9 +1,9 @@ { "data": { - "id": "2036727598512734696", + "text": "TestTweete0b0048b-7bee-479c-9061-ac5f795de52f https://t.co/ElaJEGy0zr", "edit_history_tweet_ids": [ - "2036727598512734696" + "2036802935171043488" ], - "text": "TestTweetaa0eff81-dca9-4870-8199-f6e01aee6a7e https://t.co/CPVlRzoG83" + "id": "2036802935171043488" } } diff --git a/docs/en/results/Twitter/CreatePollTweet.log b/docs/en/results/Twitter/CreatePollTweet.log index a77835f1d8..84859083e7 100644 --- a/docs/en/results/Twitter/CreatePollTweet.log +++ b/docs/en/results/Twitter/CreatePollTweet.log @@ -1,9 +1,9 @@ { "data": { - "text": "TestTweet0f63c436-22eb-453c-a050-a7c8e1e6d43f", "edit_history_tweet_ids": [ - "2036727933746729203" + "2036803283512082686" ], - "id": "2036727933746729203" + "text": "TestTweet7f9f9fb0-19b4-4c0e-88a4-8a0ccbaba38a", + "id": "2036803283512082686" } } diff --git a/docs/en/results/Twitter/CreateTextTweet.log b/docs/en/results/Twitter/CreateTextTweet.log index 73ee6bf99c..9f0f9b3766 100644 --- a/docs/en/results/Twitter/CreateTextTweet.log +++ b/docs/en/results/Twitter/CreateTextTweet.log @@ -1,9 +1,9 @@ { "data": { - "text": "TestTweet4951c685-5dd7-43f0-8292-0f81a7a0462f", - "id": "2036727347554992512", + "id": "2036802681335914944", + "text": "TestTweet7a50d5f6-aa4d-4349-989d-1ef8e16c44b2", "edit_history_tweet_ids": [ - "2036727347554992512" + "2036802681335914944" ] } } diff --git a/docs/en/results/Twitter/CreateVideoTweet.log b/docs/en/results/Twitter/CreateVideoTweet.log index b667915f5b..74b05d54af 100644 --- a/docs/en/results/Twitter/CreateVideoTweet.log +++ b/docs/en/results/Twitter/CreateVideoTweet.log @@ -1,9 +1,9 @@ { "data": { - "id": "2036727409504854342", + "id": "2036802743428334050", "edit_history_tweet_ids": [ - "2036727409504854342" + "2036802743428334050" ], - "text": "TestTweet39e9e3e2-44e7-4aea-9e07-065445cc7b89 https://t.co/SbWT9L1wfo" + "text": "TestTweet9bea683e-37a3-4d4e-988d-544e325c2970 https://t.co/I8FGNB2VFR" } } diff --git a/docs/en/results/Twitter/UploadAttachmentsArray.log b/docs/en/results/Twitter/UploadAttachmentsArray.log index fff28382d7..8260e1d922 100644 --- a/docs/en/results/Twitter/UploadAttachmentsArray.log +++ b/docs/en/results/Twitter/UploadAttachmentsArray.log @@ -1,4 +1,4 @@ [ - "2036727362348593153", - "2036727371726823424" + "2036802697278672896", + "2036802707919351808" ] diff --git a/docs/en/results/VK/AddProduct.log b/docs/en/results/VK/AddProduct.log index 64ef3bbca6..b952b54c9b 100644 --- a/docs/en/results/VK/AddProduct.log +++ b/docs/en/results/VK/AddProduct.log @@ -1,5 +1,5 @@ { "response": { - "market_item_id": 12837151 + "market_item_id": 12841983 } } diff --git a/docs/en/results/VK/AddProductPropertyVariant.log b/docs/en/results/VK/AddProductPropertyVariant.log index 9ffdcdcd07..6363bd5ea5 100644 --- a/docs/en/results/VK/AddProductPropertyVariant.log +++ b/docs/en/results/VK/AddProductPropertyVariant.log @@ -1,5 +1,5 @@ { "response": { - "variant_id": 10896 + "variant_id": 10908 } } diff --git a/docs/en/results/VK/CreateAlbum.log b/docs/en/results/VK/CreateAlbum.log index a195ef2282..a3926d8a91 100644 --- a/docs/en/results/VK/CreateAlbum.log +++ b/docs/en/results/VK/CreateAlbum.log @@ -1,6 +1,6 @@ { "response": { - "id": 312024936, + "id": 312028828, "owner_id": -218861756, "size": 0, "title": "AlbumFromAutoTest", @@ -8,10 +8,10 @@ "feed_has_pinned": 0, "can_upload": 1, "comments_disabled": 0, - "created": 1774428402, + "created": 1774446338, "description": "NewAlbumFromAutoTest", "thumb_id": 0, - "updated": 1774428402, + "updated": 1774446338, "upload_by_admins_only": 1 } } diff --git a/docs/en/results/VK/CreateCompositePost.log b/docs/en/results/VK/CreateCompositePost.log index 42ab3e4410..385379825e 100644 --- a/docs/en/results/VK/CreateCompositePost.log +++ b/docs/en/results/VK/CreateCompositePost.log @@ -1,5 +1,5 @@ { "response": { - "post_id": 11855 + "post_id": 11895 } } diff --git a/docs/en/results/VK/CreatePoll.log b/docs/en/results/VK/CreatePoll.log index 501a3b888d..480ec44eae 100644 --- a/docs/en/results/VK/CreatePoll.log +++ b/docs/en/results/VK/CreatePoll.log @@ -1,5 +1,5 @@ { "response": { - "post_id": 11857 + "post_id": 11897 } } diff --git a/docs/en/results/VK/CreatePost.log b/docs/en/results/VK/CreatePost.log index 424f2cfaab..d9e1a5675d 100644 --- a/docs/en/results/VK/CreatePost.log +++ b/docs/en/results/VK/CreatePost.log @@ -1,5 +1,5 @@ { "response": { - "post_id": 11852 + "post_id": 11892 } } diff --git a/docs/en/results/VK/CreateProductCollection.log b/docs/en/results/VK/CreateProductCollection.log index 79d198788e..d05b36202b 100644 --- a/docs/en/results/VK/CreateProductCollection.log +++ b/docs/en/results/VK/CreateProductCollection.log @@ -1,6 +1,6 @@ { "response": { - "market_album_id": 151, + "market_album_id": 155, "albums_count": 80 } } diff --git a/docs/en/results/VK/CreateProductProperty.log b/docs/en/results/VK/CreateProductProperty.log index 959c55ef1c..7340e8e60c 100644 --- a/docs/en/results/VK/CreateProductProperty.log +++ b/docs/en/results/VK/CreateProductProperty.log @@ -1,5 +1,5 @@ { "response": { - "property_id": 5747 + "property_id": 5751 } } diff --git a/docs/en/results/VK/CreateStory.log b/docs/en/results/VK/CreateStory.log index cbcaaf80cb..a05224a7e8 100644 --- a/docs/en/results/VK/CreateStory.log +++ b/docs/en/results/VK/CreateStory.log @@ -3,7 +3,7 @@ "count": 1, "items": [ { - "id": 456241515, + "id": 456241523, "owner_id": -218861756, "access_key": "***", "can_comment": 1, @@ -12,16 +12,17 @@ "can_like": true, "can_share": 1, "can_hide": 1, - "date": 1774428424, - "expires_at": 1774514824, + "date": 1774446363, + "answers_count": 0, + "expires_at": 1774532763, "link": { "text": "Ещё", "url": "https://github.com/Bayselonarrend/OpenIntegrations" }, "photo": { "album_id": -81, - "date": 1774428424, - "id": 457263268, + "date": 1774446363, + "id": 457263344, "owner_id": -218861756, "sizes": [ { @@ -58,7 +59,7 @@ "count": 0, "new": 0 }, - "track_code": "story_json/eyJvd25lcl9pZCI6LTIxODg2MTc1Niwic3RvcnlfaWQiOjQ1NjI0MTUxNSwidmlld2VyX2lkIjo2NTc4NDY3NTZ9", + "track_code": "story_json/eyJvd25lcl9pZCI6LTIxODg2MTc1Niwic3RvcnlfaWQiOjQ1NjI0MTUyMywidmlld2VyX2lkIjo2NTc4NDY3NTZ9", "type": "photo", "views": 0, "likes_count": 0, diff --git a/docs/en/results/VK/FormKeyboard.log b/docs/en/results/VK/FormKeyboard.log index 466a02feb3..bbc012b1cc 100644 --- a/docs/en/results/VK/FormKeyboard.log +++ b/docs/en/results/VK/FormKeyboard.log @@ -1 +1,19 @@ -"{\"buttons\":[[{\"action\":{\"type\":\"text\",\"label\":\"Button 1\"}},{\"action\":{\"type\":\"text\",\"label\":\"Button 2\"}}]],\"one_time\":false}" +{ + "buttons": [ + [ + { + "action": { + "type": "text", + "label": "Button 1" + } + }, + { + "action": { + "type": "text", + "label": "Button 2" + } + } + ] + ], + "one_time": false +} diff --git a/docs/en/results/VK/GetProductsByID.log b/docs/en/results/VK/GetProductsByID.log index a419366f9e..558d7cfa23 100644 --- a/docs/en/results/VK/GetProductsByID.log +++ b/docs/en/results/VK/GetProductsByID.log @@ -14,7 +14,7 @@ } }, "description": "Product description", - "id": 12837153, + "id": 12841996, "owner_id": -218861756, "price": { "amount": "100", @@ -58,8 +58,8 @@ "photos": [ { "album_id": -53, - "date": 1774428545, - "id": 1027, + "date": 1774446498, + "id": 1063, "owner_id": -218861756, "access_key": "***", "sizes": [ @@ -143,8 +143,8 @@ }, { "album_id": -53, - "date": 1774428548, - "id": 1028, + "date": 1774446501, + "id": 1064, "owner_id": -218861756, "access_key": "***", "sizes": [ @@ -228,8 +228,8 @@ }, { "album_id": -53, - "date": 1774428550, - "id": 1029, + "date": 1774446503, + "id": 1065, "owner_id": -218861756, "access_key": "***", "sizes": [ @@ -237,67 +237,67 @@ "height": 40, "type": "s", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/eLbVU1z-9FyHiskI1yNYCc1fxU-tHfbCmVXdsiKiyEV4aiWymn5wDqLZK0fMNTh..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/ZMcAe-tW1shw-69MF5cYqUjDMmOmcVuwdnnm7H3yjMrJsIvmR5-FMVobSfeZI8A..." }, { "height": 90, "type": "m", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/eLbVU1z-9FyHiskI1yNYCc1fxU-tHfbCmVXdsiKiyEV4aiWymn5wDqLZK0fMNTh..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/ZMcAe-tW1shw-69MF5cYqUjDMmOmcVuwdnnm7H3yjMrJsIvmR5-FMVobSfeZI8A..." }, { "height": 360, "type": "x", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/eLbVU1z-9FyHiskI1yNYCc1fxU-tHfbCmVXdsiKiyEV4aiWymn5wDqLZK0fMNTh..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/ZMcAe-tW1shw-69MF5cYqUjDMmOmcVuwdnnm7H3yjMrJsIvmR5-FMVobSfeZI8A..." }, { "height": 607, "type": "y", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/eLbVU1z-9FyHiskI1yNYCc1fxU-tHfbCmVXdsiKiyEV4aiWymn5wDqLZK0fMNTh..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/ZMcAe-tW1shw-69MF5cYqUjDMmOmcVuwdnnm7H3yjMrJsIvmR5-FMVobSfeZI8A..." }, { "height": 720, "type": "z", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/eLbVU1z-9FyHiskI1yNYCc1fxU-tHfbCmVXdsiKiyEV4aiWymn5wDqLZK0fMNTh..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/ZMcAe-tW1shw-69MF5cYqUjDMmOmcVuwdnnm7H3yjMrJsIvmR5-FMVobSfeZI8A..." }, { "height": 1080, "type": "w", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/eLbVU1z-9FyHiskI1yNYCc1fxU-tHfbCmVXdsiKiyEV4aiWymn5wDqLZK0fMNTh..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/ZMcAe-tW1shw-69MF5cYqUjDMmOmcVuwdnnm7H3yjMrJsIvmR5-FMVobSfeZI8A..." }, { "height": 61, "type": "o", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/eLbVU1z-9FyHiskI1yNYCc1fxU-tHfbCmVXdsiKiyEV4aiWymn5wDqLZK0fMNTh..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/ZMcAe-tW1shw-69MF5cYqUjDMmOmcVuwdnnm7H3yjMrJsIvmR5-FMVobSfeZI8A..." }, { "height": 135, "type": "p", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/eLbVU1z-9FyHiskI1yNYCc1fxU-tHfbCmVXdsiKiyEV4aiWymn5wDqLZK0fMNTh..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/ZMcAe-tW1shw-69MF5cYqUjDMmOmcVuwdnnm7H3yjMrJsIvmR5-FMVobSfeZI8A..." }, { "height": 202, "type": "q", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/eLbVU1z-9FyHiskI1yNYCc1fxU-tHfbCmVXdsiKiyEV4aiWymn5wDqLZK0fMNTh..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/ZMcAe-tW1shw-69MF5cYqUjDMmOmcVuwdnnm7H3yjMrJsIvmR5-FMVobSfeZI8A..." }, { "height": 304, "type": "r", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/eLbVU1z-9FyHiskI1yNYCc1fxU-tHfbCmVXdsiKiyEV4aiWymn5wDqLZK0fMNTh..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/ZMcAe-tW1shw-69MF5cYqUjDMmOmcVuwdnnm7H3yjMrJsIvmR5-FMVobSfeZI8A..." }, { "height": 1080, "type": "base", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/eLbVU1z-9FyHiskI1yNYCc1fxU-tHfbCmVXdsiKiyEV4aiWymn5wDqLZK0fMNTh..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/ZMcAe-tW1shw-69MF5cYqUjDMmOmcVuwdnnm7H3yjMrJsIvmR5-FMVobSfeZI8A..." } ], "text": "", @@ -307,7 +307,7 @@ "orig_photo": { "height": 1080, "type": "base", - "url": "https://sun9-11.userapi.com/s/v1/ig2/eLbVU1z-9FyHiskI1yNYCc1fxU-tHfbCmVXdsiKiyEV4aiWymn5wDqLZK0fMNTh...", + "url": "https://sun9-11.userapi.com/s/v1/ig2/ZMcAe-tW1shw-69MF5cYqUjDMmOmcVuwdnnm7H3yjMrJsIvmR5-FMVobSfeZI8A...", "width": "***" } } @@ -330,9 +330,9 @@ "type": "text", "variants": [ { - "variant_id": 10894, + "variant_id": 10906, "name": "New variant name", - "item_id": 12837153, + "item_id": 12841996, "is_selected": true } ] @@ -354,7 +354,7 @@ "is_available": false }, "labels": [], - "date": 1774428550, + "date": 1774446503, "item_type": 0, "is_owner": true, "is_adult": false, @@ -362,7 +362,7 @@ "is_main_variant": true, "property_values": [ { - "variant_id": 10894, + "variant_id": 10906, "variant_name": "New variant name", "property_name": "Color (change.)" } @@ -374,12 +374,12 @@ "description": "Товар отклонён. Чтобы добавить его в «Маркет», укажите реальную цену товара или стоимость оказания у...", "moderation_status": 2, "info_link": "[https://vk.com/faq20323|Правила Маркета ВКонтакте]", - "write_to_support_link": "https://vk.com/im?media=&sel=-215808305&ref=ProductId%3D-218861756_12837153", + "write_to_support_link": "https://vk.com/im?media=&sel=-215808305&ref=ProductId%3D-218861756_12841996", "in_progress": false, "buttons": [ { "type": "market_edit", - "url": "https://vk.ru/app7702617#owner_id=-218861756&item_id=12837153&type=market" + "url": "https://vk.ru/app7702617#owner_id=-218861756&item_id=12841996&type=market" }, { "type": "market_delete" @@ -392,7 +392,7 @@ "reviews_count_text": "Нет отзывов" }, "has_group_access": true, - "market_url": "https://vk.com/market/product/test-product-with-prop-218861756-12837153" + "market_url": "https://vk.com/market/product/test-product-with-prop-218861756-12841996" }, { "availability": 0, @@ -406,7 +406,7 @@ } }, "description": "Product description", - "id": 12837154, + "id": 12842000, "owner_id": -218861756, "price": { "amount": "100", @@ -450,8 +450,8 @@ "photos": [ { "album_id": -53, - "date": 1774428554, - "id": 1030, + "date": 1774446507, + "id": 1066, "owner_id": -218861756, "access_key": "***", "sizes": [ @@ -535,8 +535,8 @@ }, { "album_id": -53, - "date": 1774428557, - "id": 1031, + "date": 1774446510, + "id": 1067, "owner_id": -218861756, "access_key": "***", "sizes": [ @@ -620,8 +620,8 @@ }, { "album_id": -53, - "date": 1774428558, - "id": 1032, + "date": 1774446512, + "id": 1068, "owner_id": -218861756, "access_key": "***", "sizes": [ @@ -629,67 +629,67 @@ "height": 40, "type": "s", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/Q-9Mrgvm6-m473x3KYwZMbrn5h0bJMReHmwCidIUKRyGA4xR58INJOlGF-bCQZS..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/kHvn7MfBHcZEaQktC3zs06iklyhlbLyfCa8AND0t5HBiQv_1vB3B5NXGP57y1XU..." }, { "height": 90, "type": "m", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/Q-9Mrgvm6-m473x3KYwZMbrn5h0bJMReHmwCidIUKRyGA4xR58INJOlGF-bCQZS..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/kHvn7MfBHcZEaQktC3zs06iklyhlbLyfCa8AND0t5HBiQv_1vB3B5NXGP57y1XU..." }, { "height": 360, "type": "x", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/Q-9Mrgvm6-m473x3KYwZMbrn5h0bJMReHmwCidIUKRyGA4xR58INJOlGF-bCQZS..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/kHvn7MfBHcZEaQktC3zs06iklyhlbLyfCa8AND0t5HBiQv_1vB3B5NXGP57y1XU..." }, { "height": 607, "type": "y", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/Q-9Mrgvm6-m473x3KYwZMbrn5h0bJMReHmwCidIUKRyGA4xR58INJOlGF-bCQZS..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/kHvn7MfBHcZEaQktC3zs06iklyhlbLyfCa8AND0t5HBiQv_1vB3B5NXGP57y1XU..." }, { "height": 720, "type": "z", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/Q-9Mrgvm6-m473x3KYwZMbrn5h0bJMReHmwCidIUKRyGA4xR58INJOlGF-bCQZS..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/kHvn7MfBHcZEaQktC3zs06iklyhlbLyfCa8AND0t5HBiQv_1vB3B5NXGP57y1XU..." }, { "height": 1080, "type": "w", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/Q-9Mrgvm6-m473x3KYwZMbrn5h0bJMReHmwCidIUKRyGA4xR58INJOlGF-bCQZS..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/kHvn7MfBHcZEaQktC3zs06iklyhlbLyfCa8AND0t5HBiQv_1vB3B5NXGP57y1XU..." }, { "height": 61, "type": "o", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/Q-9Mrgvm6-m473x3KYwZMbrn5h0bJMReHmwCidIUKRyGA4xR58INJOlGF-bCQZS..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/kHvn7MfBHcZEaQktC3zs06iklyhlbLyfCa8AND0t5HBiQv_1vB3B5NXGP57y1XU..." }, { "height": 135, "type": "p", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/Q-9Mrgvm6-m473x3KYwZMbrn5h0bJMReHmwCidIUKRyGA4xR58INJOlGF-bCQZS..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/kHvn7MfBHcZEaQktC3zs06iklyhlbLyfCa8AND0t5HBiQv_1vB3B5NXGP57y1XU..." }, { "height": 202, "type": "q", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/Q-9Mrgvm6-m473x3KYwZMbrn5h0bJMReHmwCidIUKRyGA4xR58INJOlGF-bCQZS..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/kHvn7MfBHcZEaQktC3zs06iklyhlbLyfCa8AND0t5HBiQv_1vB3B5NXGP57y1XU..." }, { "height": 304, "type": "r", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/Q-9Mrgvm6-m473x3KYwZMbrn5h0bJMReHmwCidIUKRyGA4xR58INJOlGF-bCQZS..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/kHvn7MfBHcZEaQktC3zs06iklyhlbLyfCa8AND0t5HBiQv_1vB3B5NXGP57y1XU..." }, { "height": 1080, "type": "base", "width": "***", - "url": "https://sun9-11.userapi.com/s/v1/ig2/Q-9Mrgvm6-m473x3KYwZMbrn5h0bJMReHmwCidIUKRyGA4xR58INJOlGF-bCQZS..." + "url": "https://sun9-11.userapi.com/s/v1/ig2/kHvn7MfBHcZEaQktC3zs06iklyhlbLyfCa8AND0t5HBiQv_1vB3B5NXGP57y1XU..." } ], "text": "", @@ -699,7 +699,7 @@ "orig_photo": { "height": 1080, "type": "base", - "url": "https://sun9-11.userapi.com/s/v1/ig2/Q-9Mrgvm6-m473x3KYwZMbrn5h0bJMReHmwCidIUKRyGA4xR58INJOlGF-bCQZS...", + "url": "https://sun9-11.userapi.com/s/v1/ig2/kHvn7MfBHcZEaQktC3zs06iklyhlbLyfCa8AND0t5HBiQv_1vB3B5NXGP57y1XU...", "width": "***" } } @@ -722,9 +722,9 @@ "type": "text", "variants": [ { - "variant_id": 10895, + "variant_id": 10907, "name": "Blue", - "item_id": 12837154, + "item_id": 12842000, "is_selected": true } ] @@ -746,7 +746,7 @@ "is_available": true }, "labels": [], - "date": 1774428558, + "date": 1774446512, "item_type": 0, "is_owner": true, "is_adult": false, @@ -754,7 +754,7 @@ "is_main_variant": true, "property_values": [ { - "variant_id": 10895, + "variant_id": 10907, "variant_name": "Blue", "property_name": "Color (change.)" } @@ -767,7 +767,7 @@ "reviews_count_text": "Нет отзывов" }, "has_group_access": true, - "market_url": "https://vk.com/market/product/test-product-another-218861756-12837154" + "market_url": "https://vk.com/market/product/test-product-another-218861756-12842000" } ] } diff --git a/docs/en/results/VK/GetSelectionsByID.log b/docs/en/results/VK/GetSelectionsByID.log index 62652843ea..a854d81b22 100644 --- a/docs/en/results/VK/GetSelectionsByID.log +++ b/docs/en/results/VK/GetSelectionsByID.log @@ -3,17 +3,17 @@ "count": 1, "items": [ { - "id": 151, + "id": 155, "owner_id": -218861756, "title": "EditedCollection", "count": 0, - "updated_time": 1774428493, + "updated_time": 1774446440, "is_main": false, "is_hidden": false, "photo": { "album_id": -53, - "date": 1774428493, - "id": 457263270, + "date": 1774446440, + "id": 457263346, "owner_id": -218861756, "sizes": [ { diff --git a/docs/en/results/VK/GetStatistics.log b/docs/en/results/VK/GetStatistics.log index a02c4bae2b..42e5d14f24 100644 --- a/docs/en/results/VK/GetStatistics.log +++ b/docs/en/results/VK/GetStatistics.log @@ -2,7 +2,7 @@ "response": [ { "activity": { - "comments": 8 + "comments": 12 }, "period_from": 1774396800, "period_to": 1774483199, diff --git a/docs/en/results/VK/GroupProducts.log b/docs/en/results/VK/GroupProducts.log index 3223e4f6a2..a3951143b3 100644 --- a/docs/en/results/VK/GroupProducts.log +++ b/docs/en/results/VK/GroupProducts.log @@ -1,5 +1,5 @@ { "response": { - "item_group_id": 489877 + "item_group_id": 489881 } } diff --git a/docs/en/results/VK/MakeRepost.log b/docs/en/results/VK/MakeRepost.log index b67d8c77a5..699ffa0c9c 100644 --- a/docs/en/results/VK/MakeRepost.log +++ b/docs/en/results/VK/MakeRepost.log @@ -1,7 +1,7 @@ { "response": { "success": 1, - "post_id": 11859, + "post_id": 11899, "reposts_count": 3, "likes_count": 10, "wall_repost_count": 1, diff --git a/docs/en/results/VK/SaveImageToAlbum.log b/docs/en/results/VK/SaveImageToAlbum.log index 2a7df822a6..2ce46fb197 100644 --- a/docs/en/results/VK/SaveImageToAlbum.log +++ b/docs/en/results/VK/SaveImageToAlbum.log @@ -1,9 +1,9 @@ { "response": [ { - "album_id": 312024936, - "date": 1774428407, - "id": 457263267, + "album_id": 312028828, + "date": 1774446343, + "id": 457263343, "owner_id": -218861756, "sizes": [ { diff --git a/docs/en/results/VK/UploadPhotoToServer.log b/docs/en/results/VK/UploadPhotoToServer.log index 753ab8f27f..d9fa3c9bd5 100644 --- a/docs/en/results/VK/UploadPhotoToServer.log +++ b/docs/en/results/VK/UploadPhotoToServer.log @@ -2,8 +2,8 @@ "response": [ { "album_id": -14, - "date": 1774428418, - "id": 457250059, + "date": 1774446356, + "id": 457250087, "owner_id": 657846756, "access_key": "***", "sizes": [ diff --git a/docs/en/results/VK/UploadVideoToServer.log b/docs/en/results/VK/UploadVideoToServer.log index 0b1d123d07..659d42e80c 100644 --- a/docs/en/results/VK/UploadVideoToServer.log +++ b/docs/en/results/VK/UploadVideoToServer.log @@ -1,7 +1,7 @@ { - "video_hash": "a17520997fff85a3e8", + "video_hash": "a6e8f79d95fb9b67f5", "size": 1137878, - "direct_link": "https://vkvd238.okcdn.ru/?expires=1774687798956&srcIp=93.125.42.204&pr=40&srcAg=UNKNOWN&ms=45.136.22...", + "direct_link": "https://vkvd626.okcdn.ru/?expires=1774705758657&srcIp=93.125.42.204&pr=40&srcAg=UNKNOWN&ms=185.180.2...", "owner_id": -218861756, - "video_id": 456241213 + "video_id": 456241221 } diff --git a/docs/en/results/VK/WriteComment.log b/docs/en/results/VK/WriteComment.log index 06de96e3bc..639c13952f 100644 --- a/docs/en/results/VK/WriteComment.log +++ b/docs/en/results/VK/WriteComment.log @@ -1,6 +1,6 @@ { "response": { - "comment_id": 11860, + "comment_id": 11900, "parents_stack": [] } } diff --git a/docs/en/results/VK/WriteMessage.log b/docs/en/results/VK/WriteMessage.log index 2ae088eb76..d1231890f9 100644 --- a/docs/en/results/VK/WriteMessage.log +++ b/docs/en/results/VK/WriteMessage.log @@ -1,3 +1,3 @@ { - "response": 1515 + "response": 1523 } diff --git a/docs/en/results/VkTeams/ForwardMessage.log b/docs/en/results/VkTeams/ForwardMessage.log index a354a6dde0..d9d2517da5 100644 --- a/docs/en/results/VkTeams/ForwardMessage.log +++ b/docs/en/results/VkTeams/ForwardMessage.log @@ -1,4 +1,4 @@ { - "msgId": "7614164704348354803", + "msgId": "7621202446349515653", "ok": true } diff --git a/docs/en/results/VkTeams/GetFileInformation.log b/docs/en/results/VkTeams/GetFileInformation.log index 671f4da93a..3b5b3dd42c 100644 --- a/docs/en/results/VkTeams/GetFileInformation.log +++ b/docs/en/results/VkTeams/GetFileInformation.log @@ -2,6 +2,6 @@ "filename": "ImportantDocument.docx", "size": 24069, "type": "application", - "url": "https://ub.myteam.vmailru.net/files/get/sBvnhK7velnA9POX61dMY2Anr-Ne4BRnIId6CdBy1vwcnOAqf6J-LY3k3GvzuCWbPzxthLovsZitsaG3ZDYeOW9j--d5oNGMzy5yxPXLTOSsNtsVm-Rr24raHiwE4v4rlXYjGnf7xEziTeA40RGUazvWOjx669S1GCu_o5BQu5vFs_3n2yGMZq09tr6KShcTakn-wpvmD9KYFr4kcWqxar_HtNttF8iV-E60YleePHsA7vz2Qzw80_mKJBfszFAwtRQ-mDXRH9aln2257mz2nO-FA7LtJDFNJtojBEKRW_n5KMzs60huZuWzCKv4xjY0VFTxQZSbZrUqurg7ZEstX0kXpjD-5dkgYTGOaX-paL-m_0TC4-4DClOVHu5pTrrd_tRF8bMz4u0o-j0KPsbEsQvy64oyma_td5VZ08aMpFZCdPwMfMlqzwuW3X8J8vfRUQ/ImportantDocument.docx", + "url": "https://ub.myteam.vmailru.net/files/get/VHgEhoSo6BMs9YzI54mIBHwcFibn6o1z_sudsYvGi1rQ_HlSiKb2yY30C67q...", "ok": true } diff --git a/docs/en/results/VkTeams/ResendFile.log b/docs/en/results/VkTeams/ResendFile.log index c76ca19414..45e8e1eda6 100644 --- a/docs/en/results/VkTeams/ResendFile.log +++ b/docs/en/results/VkTeams/ResendFile.log @@ -1,5 +1,5 @@ { - "fileId": "WX2FLEqz3oZWV8Gr2g257269aaf2771bd", - "msgId": "7614164725823191291", + "fileId": "sPmK9yp1GRk9Jbh755dHq969c3f3431bd", + "msgId": "7621202476414286733", "ok": true } diff --git a/docs/en/results/VkTeams/ResendVoice.log b/docs/en/results/VkTeams/ResendVoice.log index 8c13a98c37..872905e0cd 100644 --- a/docs/en/results/VkTeams/ResendVoice.log +++ b/docs/en/results/VkTeams/ResendVoice.log @@ -1,5 +1,5 @@ { - "fileId": "I000bnyhJn2WYh3K63fcLn69aaf27f1bd", - "msgId": "7614164760182929661", + "fileId": "I000bhKUOsF8HBL4B2A6GY69c3f34f1bd", + "msgId": "7621202527953894287", "ok": true } diff --git a/docs/en/results/VkTeams/SendFile.log b/docs/en/results/VkTeams/SendFile.log index 4b7e66b1e9..88a378f26d 100644 --- a/docs/en/results/VkTeams/SendFile.log +++ b/docs/en/results/VkTeams/SendFile.log @@ -1,5 +1,5 @@ { - "fileId": "WX2FLEqz3oZWV8Gr2g257269aaf2771bd", - "msgId": "7614164712938289401", + "fileId": "sPmK9yp1GRk9Jbh755dHq969c3f3431bd", + "msgId": "7621202463529384843", "ok": true } diff --git a/docs/en/results/VkTeams/SendTextMessage.log b/docs/en/results/VkTeams/SendTextMessage.log index 781d63c665..b41768e721 100644 --- a/docs/en/results/VkTeams/SendTextMessage.log +++ b/docs/en/results/VkTeams/SendTextMessage.log @@ -1,4 +1,4 @@ { - "msgId": "7614164532549668436", + "msgId": "7621202270255862058", "ok": true } diff --git a/docs/en/results/VkTeams/SendVoice.log b/docs/en/results/VkTeams/SendVoice.log index da1844c4b6..88a720c789 100644 --- a/docs/en/results/VkTeams/SendVoice.log +++ b/docs/en/results/VkTeams/SendVoice.log @@ -1,5 +1,5 @@ { - "fileId": "I000bnyhJn2WYh3K63fcLn69aaf27f1bd", - "msgId": "7614164747298033262", + "fileId": "I000bhKUOsF8HBL4B2A6GY69c3f34f1bd", + "msgId": "7621202519363965252", "ok": true } diff --git a/docs/en/results/YandexDisk/CancelObjectPublication.log b/docs/en/results/YandexDisk/CancelObjectPublication.log index 2bea375bd7..184c8d14ed 100644 --- a/docs/en/results/YandexDisk/CancelObjectPublication.log +++ b/docs/en/results/YandexDisk/CancelObjectPublication.log @@ -1,21 +1,21 @@ { - "path": "disk:/f1c6aa91-f212-4025-930c-ab22ac488e35.png", + "path": "disk:/220e11b8-a4e4-4233-bef8-ef744b8a1af2.png", "type": "file", - "name": "f1c6aa91-f212-4025-930c-ab22ac488e35.png", - "created": "2026-03-25T09:08:24+00:00", - "modified": "2026-03-25T09:08:24+00:00", + "name": "220e11b8-a4e4-4233-bef8-ef744b8a1af2.png", + "created": "2026-03-25T17:20:04+03:00", + "modified": "2026-03-25T17:20:04+03:00", "size": 2114023, "mime_type": "multipart", "md5": "9e0176f87f6565a22f78e0f9b39a4d78", "sha256": "89f8eb42a35208a17c85036e17237b0aa0657e1841efa6171dc5acbc0dea9e18", "media_type": "image", - "resource_id": "1573541518:9a2a47259aaa7e4b09eb50dfce06c9609a5f22cc9a1c2c1a8034b4f89918fb2a", - "revision": 1774429728052178, + "resource_id": "1573541518:48acfacadc2cef23ce93bb9012fb34226e8915f511aac722d6be8cf6ac2ac16e", + "revision": 1774448431093716, "comment_ids": { - "public_resource": "1573541518:9a2a47259aaa7e4b09eb50dfce06c9609a5f22cc9a1c2c1a8034b4f89918fb2a", - "private_resource": "1573541518:9a2a47259aaa7e4b09eb50dfce06c9609a5f22cc9a1c2c1a8034b4f89918fb2a" + "public_resource": "1573541518:48acfacadc2cef23ce93bb9012fb34226e8915f511aac722d6be8cf6ac2ac16e", + "private_resource": "1573541518:48acfacadc2cef23ce93bb9012fb34226e8915f511aac722d6be8cf6ac2ac16e" }, "exif": {}, "antivirus_status": "clean", - "file": "https://downloader.disk.yandex.ru/disk/5f779586a35aa0c3ff6b444c55a1d794cca32966f2dba74745051dd367c03..." + "file": "https://downloader.disk.yandex.ru/disk/568dc77b9e05d8b5c13575737669143cc504bc9ae15f0ccd8129eb73ba54b..." } diff --git a/docs/en/results/YandexDisk/CreateFolder.log b/docs/en/results/YandexDisk/CreateFolder.log index ec6f439fa5..eab438bdbb 100644 --- a/docs/en/results/YandexDisk/CreateFolder.log +++ b/docs/en/results/YandexDisk/CreateFolder.log @@ -1,22 +1,22 @@ { - "path": "disk:/e4b7e513-3e96-4399-9c4d-6a0dc3440bca", + "path": "disk:/c774885e-b6e6-4616-bd05-fc3227063765", "type": "dir", - "name": "e4b7e513-3e96-4399-9c4d-6a0dc3440bca", - "created": "2026-03-25T09:05:44+00:00", - "modified": "2026-03-25T09:05:44+00:00", + "name": "c774885e-b6e6-4616-bd05-fc3227063765", + "created": "2026-03-25T17:17:15+03:00", + "modified": "2026-03-25T17:17:15+03:00", "_embedded": { - "path": "disk:/e4b7e513-3e96-4399-9c4d-6a0dc3440bca", + "path": "disk:/c774885e-b6e6-4616-bd05-fc3227063765", "limit": 20, "offset": 0, "sort": "", "total": 0, "items": [] }, - "resource_id": "1573541518:71fa15fc061cea2677f713442169010aeed4923e6ca8a1e654f0676af3397e90", - "revision": 1774429544399889, + "resource_id": "1573541518:2991f267c5063318bce8f37165b8040aeb1c8235a2aa984c2c64fbced7815620", + "revision": 1774448235355666, "comment_ids": { - "public_resource": "1573541518:71fa15fc061cea2677f713442169010aeed4923e6ca8a1e654f0676af3397e90", - "private_resource": "1573541518:71fa15fc061cea2677f713442169010aeed4923e6ca8a1e654f0676af3397e90" + "public_resource": "1573541518:2991f267c5063318bce8f37165b8040aeb1c8235a2aa984c2c64fbced7815620", + "private_resource": "1573541518:2991f267c5063318bce8f37165b8040aeb1c8235a2aa984c2c64fbced7815620" }, "exif": {} } diff --git a/docs/en/results/YandexDisk/CreateObjectCopy.log b/docs/en/results/YandexDisk/CreateObjectCopy.log index e669e58cf9..d0b6e78fe5 100644 --- a/docs/en/results/YandexDisk/CreateObjectCopy.log +++ b/docs/en/results/YandexDisk/CreateObjectCopy.log @@ -1,21 +1,21 @@ { - "path": "disk:/aab4a096-5ab5-4b06-92e7-fcbaf17e4865.png", + "path": "disk:/031b49ad-0c26-4cf1-b3fe-7a168a6cb784.png", "type": "file", - "name": "aab4a096-5ab5-4b06-92e7-fcbaf17e4865.png", - "created": "2026-03-25T09:06:58+00:00", - "modified": "2026-03-25T09:06:58+00:00", + "name": "031b49ad-0c26-4cf1-b3fe-7a168a6cb784.png", + "created": "2026-03-25T17:18:37+03:00", + "modified": "2026-03-25T17:18:37+03:00", "size": 2114023, "mime_type": "multipart", "md5": "9e0176f87f6565a22f78e0f9b39a4d78", "sha256": "89f8eb42a35208a17c85036e17237b0aa0657e1841efa6171dc5acbc0dea9e18", "media_type": "image", - "resource_id": "1573541518:15deb1751b247314fd10e95d749d189b24e7f4ad7c6b4d8a1d265b9576762fcc", - "revision": 1774429618466954, + "resource_id": "1573541518:64ccefdf3dcf0660102597a35e57f14e51f057f43e28057d451df2c111fd2be6", + "revision": 1774448317217145, "comment_ids": { - "public_resource": "1573541518:15deb1751b247314fd10e95d749d189b24e7f4ad7c6b4d8a1d265b9576762fcc", - "private_resource": "1573541518:15deb1751b247314fd10e95d749d189b24e7f4ad7c6b4d8a1d265b9576762fcc" + "public_resource": "1573541518:64ccefdf3dcf0660102597a35e57f14e51f057f43e28057d451df2c111fd2be6", + "private_resource": "1573541518:64ccefdf3dcf0660102597a35e57f14e51f057f43e28057d451df2c111fd2be6" }, "exif": {}, "antivirus_status": "clean", - "file": "https://downloader.disk.yandex.ru/disk/9a5c6c8444077550698f1c56bd05c4eff075ada4e82f8443aed55a6bea41c..." + "file": "https://downloader.disk.yandex.ru/disk/7c0c7507610e08a7659d476f4ae7a52c7fb2a41f38841fdeffb30b17d8b50..." } diff --git a/docs/en/results/YandexDisk/GetConfirmationCode.log b/docs/en/results/YandexDisk/GetConfirmationCode.log index b6c8d2b9be..ae180ff275 100644 --- a/docs/en/results/YandexDisk/GetConfirmationCode.log +++ b/docs/en/results/YandexDisk/GetConfirmationCode.log @@ -1,7 +1,7 @@ { - "device_code": "36ed8690ea7a4c7f93d8dd3d8497643b", + "device_code": "7aee45858d924d0ab4218c7068f199c2", "expires_in": 300, "interval": 5, - "user_code": "hkvdut2d", + "user_code": "hkbrq5jq", "verification_url": "https://ya.ru/device" } diff --git a/docs/en/results/YandexDisk/GetDiskInformation.log b/docs/en/results/YandexDisk/GetDiskInformation.log index fd139333a5..aab963ed94 100644 --- a/docs/en/results/YandexDisk/GetDiskInformation.log +++ b/docs/en/results/YandexDisk/GetDiskInformation.log @@ -1,7 +1,7 @@ { "total_space": 220117073920, - "used_space": 19826859587, - "trash_size": 15849650297, + "used_space": 20912617965, + "trash_size": 16926950558, "max_file_size": 53687091200, "paid_max_file_size": 53687091200, "photounlim_size": 0, @@ -23,17 +23,17 @@ "calendar": "disk:/Материалы встреч" }, "is_paid": true, - "revision": 1774426885031691, + "revision": 1774443593746605, "user": { "uid": "1573541518", "login": "bayselonarrend", "display_name": "bayselonarrend", "country": "by", "is_child": false, - "reg_time": "2024-02-01T12:13:41+00:00" + "reg_time": "2024-02-01T15:13:41+03:00" }, "unlimited_autoupload_enabled": false, - "reg_time": "2024-02-01T12:13:41+00:00", + "reg_time": "2024-02-01T15:13:41+03:00", "is_idm_managed_public_access": false, "is_idm_managed_folder_address_access": false, "is_sync_shared_folder_desktop": false, diff --git a/docs/en/results/YandexDisk/GetDownloadLink.log b/docs/en/results/YandexDisk/GetDownloadLink.log index f1ccecbf01..0310be986c 100644 --- a/docs/en/results/YandexDisk/GetDownloadLink.log +++ b/docs/en/results/YandexDisk/GetDownloadLink.log @@ -1,5 +1,5 @@ { "method": "GET", - "href": "https://downloader.disk.yandex.ru/disk/b0f62115e9e2a41feaf1a17449e1455b1c5ed13f2d8dfd08223ae39cc22a0...", + "href": "https://downloader.disk.yandex.ru/disk/c075735232996888541140da03b3f1639abb6db5f7c58797350cab69555d4...", "templated": false } diff --git a/docs/en/results/YandexDisk/GetDownloadLinkForPublicObject.log b/docs/en/results/YandexDisk/GetDownloadLinkForPublicObject.log index a3e5b26519..3e251bdfff 100644 --- a/docs/en/results/YandexDisk/GetDownloadLinkForPublicObject.log +++ b/docs/en/results/YandexDisk/GetDownloadLinkForPublicObject.log @@ -1,5 +1,5 @@ { "method": "GET", - "href": "https://downloader.disk.yandex.ru/disk/d2aac4db0eb8b14da47afd83d8af7e7db5e9b2d2154d59a82273bf767bfc5...", + "href": "https://downloader.disk.yandex.ru/disk/d3a25fa16f3d80cceebeaafb9aaf3497f2792095655faa60b99994f142ee5...", "templated": false } diff --git a/docs/en/results/YandexDisk/GetFilesList.log b/docs/en/results/YandexDisk/GetFilesList.log index 804834e9e2..56984ad7af 100644 --- a/docs/en/results/YandexDisk/GetFilesList.log +++ b/docs/en/results/YandexDisk/GetFilesList.log @@ -5,8 +5,8 @@ "path": "disk:/Тестовая папка/Мишки.jpg", "type": "file", "name": "Мишки.jpg", - "created": "2024-02-01T12:13:45+00:00", - "modified": "2024-02-10T11:05:03+00:00", + "created": "2024-02-01T15:13:45+03:00", + "modified": "2024-02-10T14:05:03+03:00", "size": 1555830, "mime_type": "image/jpeg", "md5": "569a1c98696050439b5b2a1ecfa52d19", @@ -15,7 +15,7 @@ "media_type": "image", "sizes": [ { - "url": "https://downloader.disk.yandex.ru/disk/8aa7fe68a54d5a251615146323b364ab318fa0deeab1a820d570c211d979d...", + "url": "https://downloader.disk.yandex.ru/disk/7caa6eeb9c30e6372b870f59af32f14b6f08c1562817bc17e6a0d7d132748...", "name": "ORIGINAL" }, { @@ -70,17 +70,17 @@ "private_resource": "1573541518:12897a65b076a5a0a92f3033e271eb251764c1e70ba590f383d55c3da7ef8c60" }, "exif": { - "date_time": "2014-12-13T14:29:24+00:00" + "date_time": "2014-12-13T17:29:24+03:00" }, "antivirus_status": "clean", - "file": "https://downloader.disk.yandex.ru/disk/e7b77f9e3fd2a12f6e06ca625219a3421f82083177499b6f660016faa9da3..." + "file": "https://downloader.disk.yandex.ru/disk/b97f3162c9a219b642fa2796c153a8cf6efac3ff133d79ca1c7386e8d2e7b..." }, { "path": "disk:/Тестовая папка/Альпака.png", "type": "file", "name": "Альпака.png", - "created": "2024-02-09T08:01:20+00:00", - "modified": "2024-02-10T11:05:23+00:00", + "created": "2024-02-09T11:01:20+03:00", + "modified": "2024-02-10T14:05:23+03:00", "size": 440431, "mime_type": "image/png", "md5": "8d7bf7d7ee61113f9044f3a28496e458", @@ -89,7 +89,7 @@ "media_type": "image", "sizes": [ { - "url": "https://downloader.disk.yandex.ru/disk/3afed3cbb9d71269a91d3d576a3d1b3893b6e42552a9f42bf4555f8cf0cac...", + "url": "https://downloader.disk.yandex.ru/disk/9d5e1ffa5ca8b77d5409abd342a2889000c9f1d2097a4ddcd549bcb1bc2b2...", "name": "ORIGINAL" }, { @@ -145,7 +145,7 @@ }, "exif": {}, "antivirus_status": "clean", - "file": "https://downloader.disk.yandex.ru/disk/c5dbb22de70e43c4842aad663ed8202124d69593796208dd45390458e81a1..." + "file": "https://downloader.disk.yandex.ru/disk/5c11f270adf32479d812d897dbb6c68ed914b87fdd83fb96aa88939662ed7..." } ], "offset": 1 diff --git a/docs/en/results/YandexDisk/GetObject.log b/docs/en/results/YandexDisk/GetObject.log index 50e1985255..faf4ad3a4c 100644 --- a/docs/en/results/YandexDisk/GetObject.log +++ b/docs/en/results/YandexDisk/GetObject.log @@ -1,21 +1,21 @@ { - "path": "disk:/ed560dc2-4912-4cc9-aadc-b14f1231890d.png", + "path": "disk:/c7120b94-deba-428e-a4db-d4c1438ed532.png", "type": "file", - "name": "ed560dc2-4912-4cc9-aadc-b14f1231890d.png", - "created": "2026-03-25T09:05:52+00:00", - "modified": "2026-03-25T09:05:52+00:00", + "name": "c7120b94-deba-428e-a4db-d4c1438ed532.png", + "created": "2026-03-25T17:17:24+03:00", + "modified": "2026-03-25T17:17:24+03:00", "size": 2114023, "mime_type": "multipart", "md5": "9e0176f87f6565a22f78e0f9b39a4d78", "sha256": "89f8eb42a35208a17c85036e17237b0aa0657e1841efa6171dc5acbc0dea9e18", "media_type": "image", - "resource_id": "1573541518:0504a9c9f32c1a7ed6ae4f3b7e686a2e1cac225672dce6a44e10b853362dc278", - "revision": 1774429552674775, + "resource_id": "1573541518:e7082df94d18b4a597f9f6ac68e4cbe1c3f684f79351fed5fb69a4b239204920", + "revision": 1774448244736084, "comment_ids": { - "public_resource": "1573541518:0504a9c9f32c1a7ed6ae4f3b7e686a2e1cac225672dce6a44e10b853362dc278", - "private_resource": "1573541518:0504a9c9f32c1a7ed6ae4f3b7e686a2e1cac225672dce6a44e10b853362dc278" + "public_resource": "1573541518:e7082df94d18b4a597f9f6ac68e4cbe1c3f684f79351fed5fb69a4b239204920", + "private_resource": "1573541518:e7082df94d18b4a597f9f6ac68e4cbe1c3f684f79351fed5fb69a4b239204920" }, "exif": {}, "antivirus_status": "clean", - "file": "https://downloader.disk.yandex.ru/disk/40cde9231297283c47700055659015191a4692bffdc57a6e96971baee6f04..." + "file": "https://downloader.disk.yandex.ru/disk/9f2fbc8e28615c967aa40d239bd6713d89a120e6fbbeb077c558db955d65c..." } diff --git a/docs/en/results/YandexDisk/GetPublicObject.log b/docs/en/results/YandexDisk/GetPublicObject.log index cca9d63d8f..af17f05c26 100644 --- a/docs/en/results/YandexDisk/GetPublicObject.log +++ b/docs/en/results/YandexDisk/GetPublicObject.log @@ -1,24 +1,24 @@ { "path": "/", "type": "file", - "name": "f1c6aa91-f212-4025-930c-ab22ac488e35.png", - "created": "2026-03-25T09:08:24+00:00", - "modified": "2026-03-25T09:08:24+00:00", + "name": "220e11b8-a4e4-4233-bef8-ef744b8a1af2.png", + "created": "2026-03-25T17:20:04+03:00", + "modified": "2026-03-25T17:20:04+03:00", "size": 2114023, "mime_type": "multipart", "md5": "9e0176f87f6565a22f78e0f9b39a4d78", "sha256": "89f8eb42a35208a17c85036e17237b0aa0657e1841efa6171dc5acbc0dea9e18", "public_key": "***", - "public_url": "https://yadi.sk/d/j0ublykpXwCsLA", + "public_url": "https://yadi.sk/d/XSsAncQaEKAZgA", "media_type": "image", - "resource_id": "1573541518:9a2a47259aaa7e4b09eb50dfce06c9609a5f22cc9a1c2c1a8034b4f89918fb2a", - "revision": 1774429723628833, + "resource_id": "1573541518:48acfacadc2cef23ce93bb9012fb34226e8915f511aac722d6be8cf6ac2ac16e", + "revision": 1774448424985909, "comment_ids": { - "public_resource": "1573541518:9a2a47259aaa7e4b09eb50dfce06c9609a5f22cc9a1c2c1a8034b4f89918fb2a", - "private_resource": "1573541518:9a2a47259aaa7e4b09eb50dfce06c9609a5f22cc9a1c2c1a8034b4f89918fb2a" + "public_resource": "1573541518:48acfacadc2cef23ce93bb9012fb34226e8915f511aac722d6be8cf6ac2ac16e", + "private_resource": "1573541518:48acfacadc2cef23ce93bb9012fb34226e8915f511aac722d6be8cf6ac2ac16e" }, "exif": {}, "antivirus_status": "clean", - "file": "https://downloader.disk.yandex.ru/disk/a0c222df0f71656e9cf0faa90420b6fb4fef45ffbaa8a96d87f298d0ea38d...", + "file": "https://downloader.disk.yandex.ru/disk/e592ece2dec6bdb95c51183b2f9aa1abf04cba51c0fa9dc4659dd57ff8472...", "views_count": 0 } diff --git a/docs/en/results/YandexDisk/GetPublishedObjectsList.log b/docs/en/results/YandexDisk/GetPublishedObjectsList.log index cfe81e161e..966021d116 100644 --- a/docs/en/results/YandexDisk/GetPublishedObjectsList.log +++ b/docs/en/results/YandexDisk/GetPublishedObjectsList.log @@ -6,8 +6,8 @@ "path": "disk:/OpenIntegrations", "type": "dir", "name": "OpenIntegrations", - "created": "2026-03-12T08:49:24+00:00", - "modified": "2026-03-12T08:49:24+00:00", + "created": "2026-03-12T11:49:24+03:00", + "modified": "2026-03-12T11:49:24+03:00", "public_key": "***", "public_url": "https://yadi.sk/d/_paRtkfzIV-wGQ", "resource_id": "1573541518:2fbe9407e86db710692960dae5780ebc0fd64015b5bdb7b9f00a285f05109dbe", diff --git a/docs/en/results/YandexDisk/MoveObject.log b/docs/en/results/YandexDisk/MoveObject.log index c1c52190bd..35909cd3a1 100644 --- a/docs/en/results/YandexDisk/MoveObject.log +++ b/docs/en/results/YandexDisk/MoveObject.log @@ -1,21 +1,21 @@ { - "path": "disk:/d7c6b68f-fd09-433c-b3b7-1915712506ba.png", + "path": "disk:/a1b7dc54-adb9-42ab-a7f2-bfbfac87e061.png", "type": "file", - "name": "d7c6b68f-fd09-433c-b3b7-1915712506ba.png", - "created": "2026-03-25T09:07:50+00:00", - "modified": "2026-03-25T09:08:10+00:00", + "name": "a1b7dc54-adb9-42ab-a7f2-bfbfac87e061.png", + "created": "2026-03-25T17:19:28+03:00", + "modified": "2026-03-25T17:19:50+03:00", "size": 2114023, "mime_type": "multipart", "md5": "9e0176f87f6565a22f78e0f9b39a4d78", "sha256": "89f8eb42a35208a17c85036e17237b0aa0657e1841efa6171dc5acbc0dea9e18", "media_type": "image", - "resource_id": "1573541518:ecfde400452185e7e4d3189c724d7a391e9ad1d2f39e8c97914aa1cc27eb4264", - "revision": 1774429690483760, + "resource_id": "1573541518:476b555deba2b7189d4ede507dbde903020380a044ddd15ac94b779a2291a6c6", + "revision": 1774448390064429, "comment_ids": { - "public_resource": "1573541518:ecfde400452185e7e4d3189c724d7a391e9ad1d2f39e8c97914aa1cc27eb4264", - "private_resource": "1573541518:ecfde400452185e7e4d3189c724d7a391e9ad1d2f39e8c97914aa1cc27eb4264" + "public_resource": "1573541518:476b555deba2b7189d4ede507dbde903020380a044ddd15ac94b779a2291a6c6", + "private_resource": "1573541518:476b555deba2b7189d4ede507dbde903020380a044ddd15ac94b779a2291a6c6" }, "exif": {}, "antivirus_status": "clean", - "file": "https://downloader.disk.yandex.ru/disk/5864a6824d09668d82e793142a714c04fd99c4453a3fb8135b5fde632bda7..." + "file": "https://downloader.disk.yandex.ru/disk/0007aede90d5d789b8ae9418a54d5c9c461b3350c64ccbff4989f0b1911f8..." } diff --git a/docs/en/results/YandexDisk/PublishObject.log b/docs/en/results/YandexDisk/PublishObject.log index 424a5fe158..28335ad73a 100644 --- a/docs/en/results/YandexDisk/PublishObject.log +++ b/docs/en/results/YandexDisk/PublishObject.log @@ -1,23 +1,23 @@ { - "path": "disk:/f1c6aa91-f212-4025-930c-ab22ac488e35.png", + "path": "disk:/220e11b8-a4e4-4233-bef8-ef744b8a1af2.png", "type": "file", - "name": "f1c6aa91-f212-4025-930c-ab22ac488e35.png", - "created": "2026-03-25T09:08:24+00:00", - "modified": "2026-03-25T09:08:24+00:00", + "name": "220e11b8-a4e4-4233-bef8-ef744b8a1af2.png", + "created": "2026-03-25T17:20:04+03:00", + "modified": "2026-03-25T17:20:04+03:00", "size": 2114023, "mime_type": "multipart", "md5": "9e0176f87f6565a22f78e0f9b39a4d78", "sha256": "89f8eb42a35208a17c85036e17237b0aa0657e1841efa6171dc5acbc0dea9e18", "public_key": "***", - "public_url": "https://yadi.sk/d/j0ublykpXwCsLA", + "public_url": "https://yadi.sk/d/XSsAncQaEKAZgA", "media_type": "image", - "resource_id": "1573541518:9a2a47259aaa7e4b09eb50dfce06c9609a5f22cc9a1c2c1a8034b4f89918fb2a", - "revision": 1774429723628833, + "resource_id": "1573541518:48acfacadc2cef23ce93bb9012fb34226e8915f511aac722d6be8cf6ac2ac16e", + "revision": 1774448424985909, "comment_ids": { - "public_resource": "1573541518:9a2a47259aaa7e4b09eb50dfce06c9609a5f22cc9a1c2c1a8034b4f89918fb2a", - "private_resource": "1573541518:9a2a47259aaa7e4b09eb50dfce06c9609a5f22cc9a1c2c1a8034b4f89918fb2a" + "public_resource": "1573541518:48acfacadc2cef23ce93bb9012fb34226e8915f511aac722d6be8cf6ac2ac16e", + "private_resource": "1573541518:48acfacadc2cef23ce93bb9012fb34226e8915f511aac722d6be8cf6ac2ac16e" }, "exif": {}, "antivirus_status": "clean", - "file": "https://downloader.disk.yandex.ru/disk/9790ccb7aa852f5bbef495486ecd7a370ce078ef20672de2f950cf0c102ea..." + "file": "https://downloader.disk.yandex.ru/disk/2dd3aea613815ac91edea9762659d5874259ed9a3fb39a13f9f88e140c176..." } diff --git a/docs/en/results/YandexDisk/SavePublicObjectToDisk.log b/docs/en/results/YandexDisk/SavePublicObjectToDisk.log index d309d63610..943a636498 100644 --- a/docs/en/results/YandexDisk/SavePublicObjectToDisk.log +++ b/docs/en/results/YandexDisk/SavePublicObjectToDisk.log @@ -1,21 +1,21 @@ { - "path": "disk:/Загрузки/f1c6aa91-f212-4025-930c-ab22ac488e35.png", + "path": "disk:/Загрузки/220e11b8-a4e4-4233-bef8-ef744b8a1af2.png", "type": "file", - "name": "f1c6aa91-f212-4025-930c-ab22ac488e35.png", - "created": "2026-03-25T09:08:46+00:00", - "modified": "2026-03-25T09:08:46+00:00", + "name": "220e11b8-a4e4-4233-bef8-ef744b8a1af2.png", + "created": "2026-03-25T17:20:28+03:00", + "modified": "2026-03-25T17:20:28+03:00", "size": 2114023, "mime_type": "multipart", "md5": "9e0176f87f6565a22f78e0f9b39a4d78", "sha256": "89f8eb42a35208a17c85036e17237b0aa0657e1841efa6171dc5acbc0dea9e18", "media_type": "image", - "resource_id": "1573541518:89bb21702eccc2b720bf17907a3166fb69039dd4e5bd97fc8fc008674c4b739e", - "revision": 1774429726780799, + "resource_id": "1573541518:47239449e14baf8f5f20771f01ba6b2e10d97e784ac6fefb714554ca2170df16", + "revision": 1774448429098769, "comment_ids": { - "public_resource": "1573541518:89bb21702eccc2b720bf17907a3166fb69039dd4e5bd97fc8fc008674c4b739e", - "private_resource": "1573541518:89bb21702eccc2b720bf17907a3166fb69039dd4e5bd97fc8fc008674c4b739e" + "public_resource": "1573541518:47239449e14baf8f5f20771f01ba6b2e10d97e784ac6fefb714554ca2170df16", + "private_resource": "1573541518:47239449e14baf8f5f20771f01ba6b2e10d97e784ac6fefb714554ca2170df16" }, "exif": {}, "antivirus_status": "clean", - "file": "https://downloader.disk.yandex.ru/disk/0c725e8660e9dec4a5b957749fd4fdc027ad1e95df373cc51142d7b01568b..." + "file": "https://downloader.disk.yandex.ru/disk/283fe74de9526b0a234239b742989c1252440e3c915206228cc300f4e611d..." } diff --git a/docs/en/results/YandexDisk/UploadFileByURL.log b/docs/en/results/YandexDisk/UploadFileByURL.log index f6d99366b7..b9aa18319d 100644 --- a/docs/en/results/YandexDisk/UploadFileByURL.log +++ b/docs/en/results/YandexDisk/UploadFileByURL.log @@ -1,5 +1,5 @@ { "method": "GET", - "href": "https://cloud-api.yandex.net/v1/disk/operations/99de91e8ac4e1a91486e02334c56698edc78573e81a53244d75a...", + "href": "https://cloud-api.yandex.net/v1/disk/operations/b74b2b145e8bd868b09d10484a5f0c64e09b6befb633db22af53...", "templated": false } diff --git a/docs/en/results/YandexMetrika/CreateCounter.log b/docs/en/results/YandexMetrika/CreateCounter.log index 6c337c8eb5..5fc823c56c 100644 --- a/docs/en/results/YandexMetrika/CreateCounter.log +++ b/docs/en/results/YandexMetrika/CreateCounter.log @@ -1,6 +1,6 @@ { "counter": { - "id": 108234145, + "id": 108239210, "status": "Active", "owner_login": "bayselonarrend", "code_status": "CS_ERR_UNKNOWN", @@ -41,12 +41,12 @@ "ytm": false, "ssr": true }, - "create_time": "2026-03-25T09:23:53+00:00", + "create_time": "2026-03-25T17:42:14+03:00", "time_zone_name": "Europe/Moscow", "time_zone_offset": 180, "partner_id": 0, - "update_time": "2026-03-25 12:23:54", - "code": "\n\n\n\n\n\n