1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-21 21:27:27 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-12-02 22:29:29 +03:00
parent ef982074bb
commit b4238518b2
585 changed files with 730 additions and 732 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
oint airtable CreateComment \
--token "***" \
--base "app8FbxYqvcwqHSOA" \
--table "tblHECtW0yD4Drd4S" \
--record "rec3Ftmd6btyMt9wq" \
--base "appWrkmjk2YoKeMPz" \
--table "tbl7ssDbyL4cdBb6Z" \
--record "recd6R9x0SLYWcMhN" \
--text "TestComment"

View File

@ -1,6 +1,6 @@
oint airtable CreateComment ^
--token "***" ^
--base "app8FbxYqvcwqHSOA" ^
--table "tblHECtW0yD4Drd4S" ^
--record "rec3Ftmd6btyMt9wq" ^
--base "appWrkmjk2YoKeMPz" ^
--table "tbl7ssDbyL4cdBb6Z" ^
--record "recd6R9x0SLYWcMhN" ^
--text "TestComment"

View File

@ -2,7 +2,7 @@
oint airtable CreateField \
--token "***" \
--base "app8FbxYqvcwqHSOA" \
--table "tblHECtW0yD4Drd4S" \
--title "8ec85ff8-7535-4206-ae59-0ebb7421f7c1" \
--fielddata "{'name':'8ec85ff8-7535-4206-ae59-0ebb7421f7c1','type':'number','options':{'precision':0}}"
--base "appWrkmjk2YoKeMPz" \
--table "tbl7ssDbyL4cdBb6Z" \
--title "228fa4c4-38c5-4858-be3a-642496ffa312" \
--fielddata "{'name':'228fa4c4-38c5-4858-be3a-642496ffa312','type':'number','options':{'precision':0}}"

View File

@ -2,7 +2,7 @@
oint airtable CreateField ^
--token "***" ^
--base "app8FbxYqvcwqHSOA" ^
--table "tblHECtW0yD4Drd4S" ^
--title "8ec85ff8-7535-4206-ae59-0ebb7421f7c1" ^
--fielddata "{'name':'8ec85ff8-7535-4206-ae59-0ebb7421f7c1','type':'number','options':{'precision':0}}"
--base "appWrkmjk2YoKeMPz" ^
--table "tbl7ssDbyL4cdBb6Z" ^
--title "228fa4c4-38c5-4858-be3a-642496ffa312" ^
--fielddata "{'name':'228fa4c4-38c5-4858-be3a-642496ffa312','type':'number','options':{'precision':0}}"

View File

@ -2,6 +2,6 @@
oint airtable CreatePosts \
--token "***" \
--base "app8FbxYqvcwqHSOA" \
--table "tblHECtW0yD4Drd4S" \
--base "appWrkmjk2YoKeMPz" \
--table "tbl7ssDbyL4cdBb6Z" \
--data "{'Number':10,'String':'Hello'}"

View File

@ -2,6 +2,6 @@
oint airtable CreatePosts ^
--token "***" ^
--base "app8FbxYqvcwqHSOA" ^
--table "tblHECtW0yD4Drd4S" ^
--base "appWrkmjk2YoKeMPz" ^
--table "tbl7ssDbyL4cdBb6Z" ^
--data "{'Number':10,'String':'Hello'}"

View File

@ -1,6 +1,6 @@
oint airtable CreateTable \
--token "***" \
--base "app8FbxYqvcwqHSOA" \
--base "appWrkmjk2YoKeMPz" \
--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 "app8FbxYqvcwqHSOA" ^
--base "appWrkmjk2YoKeMPz" ^
--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 "app8FbxYqvcwqHSOA" \
--table "tblHECtW0yD4Drd4S" \
--record "rec3Ftmd6btyMt9wq" \
--comment "comcE7xNipKjqA6LH"
--base "appWrkmjk2YoKeMPz" \
--table "tbl7ssDbyL4cdBb6Z" \
--record "recd6R9x0SLYWcMhN" \
--comment "comnsIMNTCWBekNSd"

View File

@ -1,6 +1,6 @@
oint airtable DeleteComment ^
--token "***" ^
--base "app8FbxYqvcwqHSOA" ^
--table "tblHECtW0yD4Drd4S" ^
--record "rec3Ftmd6btyMt9wq" ^
--comment "comcE7xNipKjqA6LH"
--base "appWrkmjk2YoKeMPz" ^
--table "tbl7ssDbyL4cdBb6Z" ^
--record "recd6R9x0SLYWcMhN" ^
--comment "comnsIMNTCWBekNSd"

View File

@ -1,5 +1,5 @@
oint airtable DeletePosts \
--token "***" \
--base "app8FbxYqvcwqHSOA" \
--table "tblHECtW0yD4Drd4S" \
--records "rec3Ftmd6btyMt9wq"
--base "appWrkmjk2YoKeMPz" \
--table "tbl7ssDbyL4cdBb6Z" \
--records "recd6R9x0SLYWcMhN"

View File

@ -1,5 +1,5 @@
oint airtable DeletePosts ^
--token "***" ^
--base "app8FbxYqvcwqHSOA" ^
--table "tblHECtW0yD4Drd4S" ^
--records "rec3Ftmd6btyMt9wq"
--base "appWrkmjk2YoKeMPz" ^
--table "tbl7ssDbyL4cdBb6Z" ^
--records "recd6R9x0SLYWcMhN"

View File

@ -1,7 +1,7 @@
oint airtable EditComment \
--token "***" \
--base "app8FbxYqvcwqHSOA" \
--table "tblHECtW0yD4Drd4S" \
--record "rec3Ftmd6btyMt9wq" \
--comment "comcE7xNipKjqA6LH" \
--base "appWrkmjk2YoKeMPz" \
--table "tbl7ssDbyL4cdBb6Z" \
--record "recd6R9x0SLYWcMhN" \
--comment "comnsIMNTCWBekNSd" \
--text "Test comment (change.)"

View File

@ -1,7 +1,7 @@
oint airtable EditComment ^
--token "***" ^
--base "app8FbxYqvcwqHSOA" ^
--table "tblHECtW0yD4Drd4S" ^
--record "rec3Ftmd6btyMt9wq" ^
--comment "comcE7xNipKjqA6LH" ^
--base "appWrkmjk2YoKeMPz" ^
--table "tbl7ssDbyL4cdBb6Z" ^
--record "recd6R9x0SLYWcMhN" ^
--comment "comnsIMNTCWBekNSd" ^
--text "Test comment (change.)"

View File

@ -1,5 +1,5 @@
oint airtable GetComments \
--token "***" \
--base "app8FbxYqvcwqHSOA" \
--table "tblHECtW0yD4Drd4S" \
--record "rec3Ftmd6btyMt9wq"
--base "appWrkmjk2YoKeMPz" \
--table "tbl7ssDbyL4cdBb6Z" \
--record "recd6R9x0SLYWcMhN"

View File

@ -1,5 +1,5 @@
oint airtable GetComments ^
--token "***" ^
--base "app8FbxYqvcwqHSOA" ^
--table "tblHECtW0yD4Drd4S" ^
--record "rec3Ftmd6btyMt9wq"
--base "appWrkmjk2YoKeMPz" ^
--table "tbl7ssDbyL4cdBb6Z" ^
--record "recd6R9x0SLYWcMhN"

View File

@ -1,3 +1,3 @@
oint airtable GetDatabaseTables \
--token "***" \
--base "app8FbxYqvcwqHSOA"
--base "appWrkmjk2YoKeMPz"

View File

@ -1,3 +1,3 @@
oint airtable GetDatabaseTables ^
--token "***" ^
--base "app8FbxYqvcwqHSOA"
--base "appWrkmjk2YoKeMPz"

View File

@ -1,4 +1,4 @@
oint airtable GetListOfRecords \
--token "***" \
--base "app8FbxYqvcwqHSOA" \
--table "tblHECtW0yD4Drd4S"
--base "appWrkmjk2YoKeMPz" \
--table "tbl7ssDbyL4cdBb6Z"

View File

@ -1,4 +1,4 @@
oint airtable GetListOfRecords ^
--token "***" ^
--base "app8FbxYqvcwqHSOA" ^
--table "tblHECtW0yD4Drd4S"
--base "appWrkmjk2YoKeMPz" ^
--table "tbl7ssDbyL4cdBb6Z"

View File

@ -1,2 +1,2 @@
oint airtable GetNumberField \
--title "8ec85ff8-7535-4206-ae59-0ebb7421f7c1"
--title "228fa4c4-38c5-4858-be3a-642496ffa312"

View File

@ -1,2 +1,2 @@
oint airtable GetNumberField ^
--title "8ec85ff8-7535-4206-ae59-0ebb7421f7c1"
--title "228fa4c4-38c5-4858-be3a-642496ffa312"

View File

@ -1,5 +1,5 @@
oint airtable GetRecord \
--token "***" \
--base "app8FbxYqvcwqHSOA" \
--table "tblHECtW0yD4Drd4S" \
--record "rec3Ftmd6btyMt9wq"
--base "appWrkmjk2YoKeMPz" \
--table "tbl7ssDbyL4cdBb6Z" \
--record "recd6R9x0SLYWcMhN"

View File

@ -1,5 +1,5 @@
oint airtable GetRecord ^
--token "***" ^
--base "app8FbxYqvcwqHSOA" ^
--table "tblHECtW0yD4Drd4S" ^
--record "rec3Ftmd6btyMt9wq"
--base "appWrkmjk2YoKeMPz" ^
--table "tbl7ssDbyL4cdBb6Z" ^
--record "recd6R9x0SLYWcMhN"

View File

@ -1,7 +1,7 @@
oint airtable ModifyField \
--token "***" \
--base "app8FbxYqvcwqHSOA" \
--table "tblHECtW0yD4Drd4S" \
--field "fldwYhEYwvCgOjtmL" \
--title "84bdca92-ca47-4ec9-808d-1f6cb0fdae98(change.)" \
--base "appWrkmjk2YoKeMPz" \
--table "tbl7ssDbyL4cdBb6Z" \
--field "fld28QvCp0eX0jWaW" \
--title "ca982738-1fb7-4c44-9c9c-23a9900693ad(change.)" \
--description "New description"

View File

@ -1,7 +1,7 @@
oint airtable ModifyField ^
--token "***" ^
--base "app8FbxYqvcwqHSOA" ^
--table "tblHECtW0yD4Drd4S" ^
--field "fldwYhEYwvCgOjtmL" ^
--title "84bdca92-ca47-4ec9-808d-1f6cb0fdae98(change.)" ^
--base "appWrkmjk2YoKeMPz" ^
--table "tbl7ssDbyL4cdBb6Z" ^
--field "fld28QvCp0eX0jWaW" ^
--title "ca982738-1fb7-4c44-9c9c-23a9900693ad(change.)" ^
--description "New description"

View File

@ -1,6 +1,6 @@
oint airtable ModifyTable \
--token "***" \
--base "app8FbxYqvcwqHSOA" \
--table "tblHECtW0yD4Drd4S" \
--base "appWrkmjk2YoKeMPz" \
--table "tbl7ssDbyL4cdBb6Z" \
--title "Test table 2 (change.)" \
--description "New table (change.)"

View File

@ -1,6 +1,6 @@
oint airtable ModifyTable ^
--token "***" ^
--base "app8FbxYqvcwqHSOA" ^
--table "tblHECtW0yD4Drd4S" ^
--base "appWrkmjk2YoKeMPz" ^
--table "tbl7ssDbyL4cdBb6Z" ^
--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 1382 \
--prevstage 1410 \
--admin true \
--token "***"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,8 +1,8 @@
oint bitrix24 AddTaskTimeAccounting \
--url "b24-ar17wx.bitrix24.by" \
--task "3788" \
--task "3870" \
--amount 7200 \
--user 10 \
--text "Time spent on work" \
--date "2024-11-01T16:47:34.2064221" \
--date "2024-11-02T22:13:27.2186601" \
--token "***"

View File

@ -1,8 +1,8 @@
oint bitrix24 AddTaskTimeAccounting ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3788" ^
--task "3870" ^
--amount 7200 ^
--user 10 ^
--text "Time spent on work" ^
--date "2024-11-01T16:47:34.2064221" ^
--date "2024-11-02T22:13:27.2186601" ^
--token "***"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
oint bitrix24 AttachFileToTopic \
--url "b24-ar17wx.bitrix24.by" \
--task "3782" \
--fileid 20588 \
--task "3864" \
--fileid 21000 \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 AttachFileToTopic ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3782" ^
--fileid 20588 ^
--task "3864" ^
--fileid 21000 ^
--token "***"

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
oint bitrix24 ChangeChatPicture \
--url "b24-ar17wx.bitrix24.by" \
--chat 1528 \
--chat 1552 \
--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 1528 ^
--chat 1552 ^
--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 1528 \
--chat 1552 \
--title "Another title" \
--token "***"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
oint bitrix24 CompleteTasksChecklistElement \
--url "b24-ar17wx.bitrix24.by" \
--task "3782" \
--element 2532 \
--task "3864" \
--element 2588 \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 CompleteTasksChecklistElement ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3782" ^
--element 2532 ^
--task "3864" ^
--element 2588 ^
--token "***"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
oint bitrix24 CreateSubfolder ^
--url "b24-ar17wx.bitrix24.by" ^
--folderid 20598 ^
--folderid 21010 ^
--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-02T16:43:01.5214643Z','RESPONSIBLE_ID':1}" \
--fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2024-12-03T22:08:43.3609033Z','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-02T16:43:01.5214643Z','RESPONSIBLE_ID':1}" ^
--fields "{'TITLE':'New task','DESCRIPTION':'New task description','PRIORITY':'2','DEADLINE':'2024-12-03T22:08:43.3609033Z','RESPONSIBLE_ID':1}" ^
--token "***"

View File

@ -1,6 +1,6 @@
oint bitrix24 CreateTasksDependencies \
--url "b24-ar17wx.bitrix24.by" \
--taskfrom "3782" \
--taskto "3780" \
--taskfrom "3864" \
--taskto "3862" \
--linktype 2 \
--token "***"

View File

@ -1,6 +1,6 @@
oint bitrix24 CreateTasksDependencies ^
--url "b24-ar17wx.bitrix24.by" ^
--taskfrom "3782" ^
--taskto "3780" ^
--taskfrom "3864" ^
--taskto "3862" ^
--linktype 2 ^
--token "***"

View File

@ -2,5 +2,5 @@
oint bitrix24 CreateUser \
--url "b24-ar17wx.bitrix24.by" \
--fields "{'EMAIL':'7429bf16-28d0-4d16-a30e-92f7ca56f824@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" \
--fields "{'EMAIL':'978baaac-a9b3-48a0-bc3b-31bc48482693@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':'7429bf16-28d0-4d16-a30e-92f7ca56f824@exepmple.org','NAME':'Vitaly','LAST_NAME':'Alpaca','PERSONAL_MOBILE':'88003553535','UF_DEPARTMENT':1}" ^
--fields "{'EMAIL':'978baaac-a9b3-48a0-bc3b-31bc48482693@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 "3782" \
--task "3864" \
--token "***"

View File

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

View File

@ -1,5 +1,5 @@
oint bitrix24 DelegateTask \
--url "b24-ar17wx.bitrix24.by" \
--task "3782" \
--user 1138 \
--task "3864" \
--user 1166 \
--token "***"

View File

@ -1,5 +1,5 @@
oint bitrix24 DelegateTask ^
--url "b24-ar17wx.bitrix24.by" ^
--task "3782" ^
--user 1138 ^
--task "3864" ^
--user 1166 ^
--token "***"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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