1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-12-19 11:31:03 +03:00
parent c7c9b20f00
commit 7a8bbf06e6
589 changed files with 740 additions and 748 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
oint airtable CreateComment \
--token "***" \
--base "appgUKPGRiafAwWcB" \
--table "tblMVtSRoV51H6eqd" \
--record "rech7EPNWM6zDCFIT" \
--base "appJNU95r80IURgIq" \
--table "tbltMaBjbww8Bhar0" \
--record "recjRaajrWDaxGzUG" \
--text "TestComment"

View File

@ -1,6 +1,6 @@
oint airtable CreateComment ^
--token "***" ^
--base "appgUKPGRiafAwWcB" ^
--table "tblMVtSRoV51H6eqd" ^
--record "rech7EPNWM6zDCFIT" ^
--base "appJNU95r80IURgIq" ^
--table "tbltMaBjbww8Bhar0" ^
--record "recjRaajrWDaxGzUG" ^
--text "TestComment"

View File

@ -2,7 +2,7 @@
oint airtable CreateField \
--token "***" \
--base "appgUKPGRiafAwWcB" \
--table "tblMVtSRoV51H6eqd" \
--title "608b261d-8b6b-4312-bba0-1a19a054f4dc" \
--fielddata "{'name':'608b261d-8b6b-4312-bba0-1a19a054f4dc','type':'number','options':{'precision':0}}"
--base "appJNU95r80IURgIq" \
--table "tbltMaBjbww8Bhar0" \
--title "9f21f784-5b10-415a-bcbf-84a693e67826" \
--fielddata "{'name':'9f21f784-5b10-415a-bcbf-84a693e67826','type':'number','options':{'precision':0}}"

View File

@ -2,7 +2,7 @@
oint airtable CreateField ^
--token "***" ^
--base "appgUKPGRiafAwWcB" ^
--table "tblMVtSRoV51H6eqd" ^
--title "608b261d-8b6b-4312-bba0-1a19a054f4dc" ^
--fielddata "{'name':'608b261d-8b6b-4312-bba0-1a19a054f4dc','type':'number','options':{'precision':0}}"
--base "appJNU95r80IURgIq" ^
--table "tbltMaBjbww8Bhar0" ^
--title "9f21f784-5b10-415a-bcbf-84a693e67826" ^
--fielddata "{'name':'9f21f784-5b10-415a-bcbf-84a693e67826','type':'number','options':{'precision':0}}"

View File

@ -2,6 +2,6 @@
oint airtable CreatePosts \
--token "***" \
--base "appgUKPGRiafAwWcB" \
--table "tblMVtSRoV51H6eqd" \
--base "appJNU95r80IURgIq" \
--table "tbltMaBjbww8Bhar0" \
--data "{'Number':10,'String':'Hello'}"

View File

@ -2,6 +2,6 @@
oint airtable CreatePosts ^
--token "***" ^
--base "appgUKPGRiafAwWcB" ^
--table "tblMVtSRoV51H6eqd" ^
--base "appJNU95r80IURgIq" ^
--table "tbltMaBjbww8Bhar0" ^
--data "{'Number':10,'String':'Hello'}"

View File

@ -1,6 +1,6 @@
oint airtable CreateTable \
--token "***" \
--base "appgUKPGRiafAwWcB" \
--base "appJNU95r80IURgIq" \
--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"

View File

@ -1,6 +1,6 @@
oint airtable CreateTable ^
--token "***" ^
--base "appgUKPGRiafAwWcB" ^
--base "appJNU95r80IURgIq" ^
--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"

View File

@ -1,6 +1,6 @@
oint airtable DeleteComment \
--token "***" \
--base "appgUKPGRiafAwWcB" \
--table "tblMVtSRoV51H6eqd" \
--record "rech7EPNWM6zDCFIT" \
--comment "comQHp52pKZAUlnFR"
--base "appJNU95r80IURgIq" \
--table "tbltMaBjbww8Bhar0" \
--record "recjRaajrWDaxGzUG" \
--comment "com5mxxuCATvb5VLb"

View File

@ -1,6 +1,6 @@
oint airtable DeleteComment ^
--token "***" ^
--base "appgUKPGRiafAwWcB" ^
--table "tblMVtSRoV51H6eqd" ^
--record "rech7EPNWM6zDCFIT" ^
--comment "comQHp52pKZAUlnFR"
--base "appJNU95r80IURgIq" ^
--table "tbltMaBjbww8Bhar0" ^
--record "recjRaajrWDaxGzUG" ^
--comment "com5mxxuCATvb5VLb"

View File

@ -1,5 +1,5 @@
oint airtable DeletePosts \
--token "***" \
--base "appgUKPGRiafAwWcB" \
--table "tblMVtSRoV51H6eqd" \
--records "rech7EPNWM6zDCFIT"
--base "appJNU95r80IURgIq" \
--table "tbltMaBjbww8Bhar0" \
--records "recjRaajrWDaxGzUG"

View File

@ -1,5 +1,5 @@
oint airtable DeletePosts ^
--token "***" ^
--base "appgUKPGRiafAwWcB" ^
--table "tblMVtSRoV51H6eqd" ^
--records "rech7EPNWM6zDCFIT"
--base "appJNU95r80IURgIq" ^
--table "tbltMaBjbww8Bhar0" ^
--records "recjRaajrWDaxGzUG"

View File

@ -1,7 +1,7 @@
oint airtable EditComment \
--token "***" \
--base "appgUKPGRiafAwWcB" \
--table "tblMVtSRoV51H6eqd" \
--record "rech7EPNWM6zDCFIT" \
--comment "comQHp52pKZAUlnFR" \
--base "appJNU95r80IURgIq" \
--table "tbltMaBjbww8Bhar0" \
--record "recjRaajrWDaxGzUG" \
--comment "com5mxxuCATvb5VLb" \
--text "Test comment (change.)"

View File

@ -1,7 +1,7 @@
oint airtable EditComment ^
--token "***" ^
--base "appgUKPGRiafAwWcB" ^
--table "tblMVtSRoV51H6eqd" ^
--record "rech7EPNWM6zDCFIT" ^
--comment "comQHp52pKZAUlnFR" ^
--base "appJNU95r80IURgIq" ^
--table "tbltMaBjbww8Bhar0" ^
--record "recjRaajrWDaxGzUG" ^
--comment "com5mxxuCATvb5VLb" ^
--text "Test comment (change.)"

View File

@ -1,5 +1,5 @@
oint airtable GetComments \
--token "***" \
--base "appgUKPGRiafAwWcB" \
--table "tblMVtSRoV51H6eqd" \
--record "rech7EPNWM6zDCFIT"
--base "appJNU95r80IURgIq" \
--table "tbltMaBjbww8Bhar0" \
--record "recjRaajrWDaxGzUG"

View File

@ -1,5 +1,5 @@
oint airtable GetComments ^
--token "***" ^
--base "appgUKPGRiafAwWcB" ^
--table "tblMVtSRoV51H6eqd" ^
--record "rech7EPNWM6zDCFIT"
--base "appJNU95r80IURgIq" ^
--table "tbltMaBjbww8Bhar0" ^
--record "recjRaajrWDaxGzUG"

View File

@ -1,3 +1,3 @@
oint airtable GetDatabaseTables \
--token "***" \
--base "appgUKPGRiafAwWcB"
--base "appJNU95r80IURgIq"

View File

@ -1,3 +1,3 @@
oint airtable GetDatabaseTables ^
--token "***" ^
--base "appgUKPGRiafAwWcB"
--base "appJNU95r80IURgIq"

View File

@ -1,4 +1,4 @@
oint airtable GetListOfRecords \
--token "***" \
--base "appgUKPGRiafAwWcB" \
--table "tblMVtSRoV51H6eqd"
--base "appJNU95r80IURgIq" \
--table "tbltMaBjbww8Bhar0"

View File

@ -1,4 +1,4 @@
oint airtable GetListOfRecords ^
--token "***" ^
--base "appgUKPGRiafAwWcB" ^
--table "tblMVtSRoV51H6eqd"
--base "appJNU95r80IURgIq" ^
--table "tbltMaBjbww8Bhar0"

View File

@ -1,2 +1,2 @@
oint airtable GetNumberField \
--title "608b261d-8b6b-4312-bba0-1a19a054f4dc"
--title "9f21f784-5b10-415a-bcbf-84a693e67826"

View File

@ -1,2 +1,2 @@
oint airtable GetNumberField ^
--title "608b261d-8b6b-4312-bba0-1a19a054f4dc"
--title "9f21f784-5b10-415a-bcbf-84a693e67826"

View File

@ -1,5 +1,5 @@
oint airtable GetRecord \
--token "***" \
--base "appgUKPGRiafAwWcB" \
--table "tblMVtSRoV51H6eqd" \
--record "rech7EPNWM6zDCFIT"
--base "appJNU95r80IURgIq" \
--table "tbltMaBjbww8Bhar0" \
--record "recjRaajrWDaxGzUG"

View File

@ -1,5 +1,5 @@
oint airtable GetRecord ^
--token "***" ^
--base "appgUKPGRiafAwWcB" ^
--table "tblMVtSRoV51H6eqd" ^
--record "rech7EPNWM6zDCFIT"
--base "appJNU95r80IURgIq" ^
--table "tbltMaBjbww8Bhar0" ^
--record "recjRaajrWDaxGzUG"

View File

@ -1,7 +1,7 @@
oint airtable ModifyField \
--token "***" \
--base "appgUKPGRiafAwWcB" \
--table "tblMVtSRoV51H6eqd" \
--field "fld1kNLHMbs5xKyNz" \
--title "5098ec20-2d13-495c-90e1-0193dd7218dc(change.)" \
--base "appJNU95r80IURgIq" \
--table "tbltMaBjbww8Bhar0" \
--field "fldxQ3AzfD6Bkz6rE" \
--title "009515eb-446a-4b34-8465-cc02fd588257(change.)" \
--description "New description"

View File

@ -1,7 +1,7 @@
oint airtable ModifyField ^
--token "***" ^
--base "appgUKPGRiafAwWcB" ^
--table "tblMVtSRoV51H6eqd" ^
--field "fld1kNLHMbs5xKyNz" ^
--title "5098ec20-2d13-495c-90e1-0193dd7218dc(change.)" ^
--base "appJNU95r80IURgIq" ^
--table "tbltMaBjbww8Bhar0" ^
--field "fldxQ3AzfD6Bkz6rE" ^
--title "009515eb-446a-4b34-8465-cc02fd588257(change.)" ^
--description "New description"

View File

@ -1,6 +1,6 @@
oint airtable ModifyTable \
--token "***" \
--base "appgUKPGRiafAwWcB" \
--table "tblMVtSRoV51H6eqd" \
--base "appJNU95r80IURgIq" \
--table "tbltMaBjbww8Bhar0" \
--title "Test table 2 (change.)" \
--description "New table (change.)"

View File

@ -1,6 +1,6 @@
oint airtable ModifyTable ^
--token "***" ^
--base "appgUKPGRiafAwWcB" ^
--table "tblMVtSRoV51H6eqd" ^
--base "appJNU95r80IURgIq" ^
--table "tbltMaBjbww8Bhar0" ^
--title "Test table 2 (change.)" ^
--description "New table (change.)"

View File

@ -2,6 +2,6 @@ oint bitrix24 AddKanbanStage \
--url "b24-ar17wx.bitrix24.by" \
--title "New stage 2" \
--color "0026FF" \
--prevstage 1542 \
--prevstage 1546 \
--admin true \
--token "***"

View File

@ -2,6 +2,6 @@ oint bitrix24 AddKanbanStage ^
--url "b24-ar17wx.bitrix24.by" ^
--title "New stage 2" ^
--color "0026FF" ^
--prevstage 1542 ^
--prevstage 1546 ^
--admin true ^
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 AddPostComment \
--url "b24-ar17wx.bitrix24.by" \
--postid 1644 \
--postid 1648 \
--text "Another comment" \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 AddPostComment ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1644 ^
--postid 1648 ^
--text "Another comment" ^
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 AddPostRecipients \
--url "b24-ar17wx.bitrix24.by" \
--postid 1644 \
--postid 1648 \
--vision "UA" \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 AddPostRecipients ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1644 ^
--postid 1648 ^
--vision "UA" ^
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 AddTaskComment \
--url "b24-ar17wx.bitrix24.by" \
--task "4202" \
--task "4212" \
--text "Task uninpossible, don't split up" \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 AddTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4202" ^
--task "4212" ^
--text "Task uninpossible, don't split up" ^
--token "***"

View File

@ -1,8 +1,8 @@
oint bitrix24 AddTaskTimeAccounting \
--url "b24-ar17wx.bitrix24.by" \
--task "4206" \
--task "4216" \
--amount 7200 \
--user 10 \
--text "Time spent on work" \
--date "2024-11-19T09:58:54.1749076" \
--date "2024-11-19T11:15:03.9679743" \
--token "***"

View File

@ -1,8 +1,8 @@
oint bitrix24 AddTaskTimeAccounting ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4206" ^
--task "4216" ^
--amount 7200 ^
--user 10 ^
--text "Time spent on work" ^
--date "2024-11-19T09:58:54.1749076" ^
--date "2024-11-19T11:15:03.9679743" ^
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 AddTaskToFavorites \
--url "b24-ar17wx.bitrix24.by" \
--task "4200" \
--task "4210" \
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 AddTaskToFavorites ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4200" ^
--task "4210" ^
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 AddTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "4200" \
--task "4210" \
--text "Checklist element" \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 AddTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4200" ^
--task "4210" ^
--text "Checklist element" ^
--token "***"

View File

@ -1,6 +1,6 @@
oint bitrix24 AddUsersToChat \
--url "b24-ar17wx.bitrix24.by" \
--chat 1684 \
--chat 1688 \
--users "[10,12]" \
--hide true \
--token "***"

View File

@ -1,6 +1,6 @@
oint bitrix24 AddUsersToChat ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1684 ^
--chat 1688 ^
--users "[10,12]" ^
--hide true ^
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 ApproveTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4200" \
--task "4210" \
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 ApproveTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4200" ^
--task "4210" ^
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 AttachFileToTopic \
--url "b24-ar17wx.bitrix24.by" \
--task "4200" \
--fileid 22952 \
--task "4210" \
--fileid 23012 \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 AttachFileToTopic ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4200" ^
--fileid 22952 ^
--task "4210" ^
--fileid 23012 ^
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 ChangeChatColor \
--url "b24-ar17wx.bitrix24.by" \
--chat 1682 \
--chat 1686 \
--color "PURPLE" \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 ChangeChatColor ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1682 ^
--chat 1686 ^
--color "PURPLE" ^
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 ChangeChatOwner \
--url "b24-ar17wx.bitrix24.by" \
--chat 1684 \
--chat 1688 \
--user 10 \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 ChangeChatOwner ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1684 ^
--chat 1688 ^
--user 10 ^
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 ChangeChatPicture \
--url "b24-ar17wx.bitrix24.by" \
--chat 1684 \
--chat 1688 \
--picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 ChangeChatPicture ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1684 ^
--chat 1688 ^
--picture "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" ^
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 ChangeChatTitle \
--url "b24-ar17wx.bitrix24.by" \
--chat 1684 \
--chat 1688 \
--title "Another title" \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 ChangeChatTitle ^
--url "b24-ar17wx.bitrix24.by" ^
--chat 1684 ^
--chat 1688 ^
--title "Another title" ^
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 ChangeUserStatus \
--url "b24-ar17wx.bitrix24.by" \
--userid 1302 \
--userid 1306 \
--fire true \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 ChangeUserStatus ^
--url "b24-ar17wx.bitrix24.by" ^
--userid 1302 ^
--userid 1306 ^
--fire true ^
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 CheckTaskAccesses \
--url "b24-ar17wx.bitrix24.by" \
--task "4200" \
--task "4210" \
--users "['1','10']" \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 CheckTaskAccesses ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4200" ^
--task "4210" ^
--users "['1','10']" ^
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 CompleteTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4200" \
--task "4210" \
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 CompleteTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4200" ^
--task "4210" ^
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 CompleteTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "4200" \
--element 2852 \
--task "4210" \
--element 2860 \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 CompleteTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4200" ^
--element 2852 ^
--task "4210" ^
--element 2860 ^
--token "***"

View File

@ -1,6 +1,6 @@
oint bitrix24 CreateDepartment \
--url "b24-ar17wx.bitrix24.by" \
--title "Subordinate department" \
--parentid 1296 \
--parentid 1300 \
--headid 1 \
--token "***"

View File

@ -1,6 +1,6 @@
oint bitrix24 CreateDepartment ^
--url "b24-ar17wx.bitrix24.by" ^
--title "Subordinate department" ^
--parentid 1296 ^
--parentid 1300 ^
--headid 1 ^
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 CreateResultFromComment \
--url "b24-ar17wx.bitrix24.by" \
--comment 9974 \
--comment 9996 \
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 CreateResultFromComment ^
--url "b24-ar17wx.bitrix24.by" ^
--comment 9974 ^
--comment 9996 ^
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 CreateSubfolder \
--url "b24-ar17wx.bitrix24.by" \
--folderid 22962 \
--folderid 23022 \
--title "New subfolder" \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 CreateSubfolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 22962 ^
--folderid 23022 ^
--title "New subfolder" ^
--token "***"

View File

@ -2,5 +2,5 @@
oint bitrix24 CreateTask \
--url "b24-ar17wx.bitrix24.by" \
--fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2024-12-20T09:53:59.8324937Z','RESPONSIBLE_ID':1}" \
--fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2024-12-20T11:10:14.9652649Z','RESPONSIBLE_ID':1}" \
--token "***"

View File

@ -2,5 +2,5 @@
oint bitrix24 CreateTask ^
--url "b24-ar17wx.bitrix24.by" ^
--fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2024-12-20T09:53:59.8324937Z','RESPONSIBLE_ID':1}" ^
--fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2024-12-20T11:10:14.9652649Z','RESPONSIBLE_ID':1}" ^
--token "***"

View File

@ -1,6 +1,6 @@
oint bitrix24 CreateTasksDependencies \
--url "b24-ar17wx.bitrix24.by" \
--taskfrom "4200" \
--taskto "4198" \
--taskfrom "4210" \
--taskto "4208" \
--linktype 2 \
--token "***"

View File

@ -1,6 +1,6 @@
oint bitrix24 CreateTasksDependencies ^
--url "b24-ar17wx.bitrix24.by" ^
--taskfrom "4200" ^
--taskto "4198" ^
--taskfrom "4210" ^
--taskto "4208" ^
--linktype 2 ^
--token "***"

View File

@ -2,5 +2,5 @@
oint bitrix24 CreateUser \
--url "b24-ar17wx.bitrix24.by" \
--fields "{'EMAIL':'dee818a9-7010-4e97-b700-72f90eddc453@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" \
--fields "{'EMAIL':'9d052b69-627d-4994-a4e8-ae8e61cec262@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" \
--token "***"

View File

@ -2,5 +2,5 @@
oint bitrix24 CreateUser ^
--url "b24-ar17wx.bitrix24.by" ^
--fields "{'EMAIL':'dee818a9-7010-4e97-b700-72f90eddc453@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" ^
--fields "{'EMAIL':'9d052b69-627d-4994-a4e8-ae8e61cec262@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" ^
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeferTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4200" \
--task "4210" \
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeferTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4200" ^
--task "4210" ^
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 DelegateTask \
--url "b24-ar17wx.bitrix24.by" \
--task "4200" \
--user 1298 \
--task "4210" \
--user 1302 \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 DelegateTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4200" ^
--user 1298 ^
--task "4210" ^
--user 1302 ^
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteDeal \
--url "b24-ar17wx.bitrix24.by" \
--deal 2154 \
--deal 2162 \
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteDeal ^
--url "b24-ar17wx.bitrix24.by" ^
--deal 2154 ^
--deal 2162 ^
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteDepartment \
--url "b24-ar17wx.bitrix24.by" \
--depid 1296 \
--depid 1300 \
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteDepartment ^
--url "b24-ar17wx.bitrix24.by" ^
--depid 1296 ^
--depid 1300 ^
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteFile \
--url "b24-ar17wx.bitrix24.by" \
--fileid 22956 \
--fileid 23016 \
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteFile ^
--url "b24-ar17wx.bitrix24.by" ^
--fileid 22956 ^
--fileid 23016 ^
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteFolder \
--url "b24-ar17wx.bitrix24.by" \
--folderid 22962 \
--folderid 23022 \
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteFolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 22962 ^
--folderid 23022 ^
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteKanbanStage \
--url "b24-ar17wx.bitrix24.by" \
--stage 1544 \
--stage 1548 \
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteKanbanStage ^
--url "b24-ar17wx.bitrix24.by" ^
--stage 1544 ^
--stage 1548 ^
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteLead \
--url "b24-ar17wx.bitrix24.by" \
--lead 1086 \
--lead 1090 \
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteLead ^
--url "b24-ar17wx.bitrix24.by" ^
--lead 1086 ^
--lead 1090 ^
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteMessage \
--url "b24-ar17wx.bitrix24.by" \
--message 30358 \
--message 30426 \
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteMessage ^
--url "b24-ar17wx.bitrix24.by" ^
--message 30358 ^
--message 30426 ^
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteNotification \
--url "b24-ar17wx.bitrix24.by" \
--notif 30366 \
--notif 30434 \
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteNotification ^
--url "b24-ar17wx.bitrix24.by" ^
--notif 30366 ^
--notif 30434 ^
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeletePost \
--url "b24-ar17wx.bitrix24.by" \
--postid 1644 \
--postid 1648 \
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeletePost ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1644 ^
--postid 1648 ^
--token "***"

View File

@ -1,4 +1,4 @@
oint bitrix24 DeleteResultFromComment \
--url "b24-ar17wx.bitrix24.by" \
--comment 9974 \
--comment 9996 \
--token "***"

Some files were not shown because too many files have changed in this diff Show More