Skip to content

Commit

Permalink
Test data update (Jenkins)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyTheAlpaca committed Dec 25, 2024
1 parent 18a37cd commit bc0ec0a
Show file tree
Hide file tree
Showing 603 changed files with 752 additions and 752 deletions.
Binary file modified data.json.gpg
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/en/cli/NEW_CLI/airtable/CreateComment/bash.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
oint airtable CreateComment \
--token "***" \
--base "appeY9wmT8gwFhnc8" \
--table "tbluGIDpz3uigdYJA" \
--record "rec3n8Lkt8cQAP0Ci" \
--base "appTOiWfyXYHsiTf0" \
--table "tblX1A36oAy2fnPS8" \
--record "recRdTMLK4jKqDLYA" \
--text "TestComment"
6 changes: 3 additions & 3 deletions docs/en/cli/NEW_CLI/airtable/CreateComment/bat.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
oint airtable CreateComment ^
--token "***" ^
--base "appeY9wmT8gwFhnc8" ^
--table "tbluGIDpz3uigdYJA" ^
--record "rec3n8Lkt8cQAP0Ci" ^
--base "appTOiWfyXYHsiTf0" ^
--table "tblX1A36oAy2fnPS8" ^
--record "recRdTMLK4jKqDLYA" ^
--text "TestComment"
8 changes: 4 additions & 4 deletions docs/en/cli/NEW_CLI/airtable/CreateField/bash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

oint airtable CreateField \
--token "***" \
--base "appeY9wmT8gwFhnc8" \
--table "tbluGIDpz3uigdYJA" \
--title "23c818b1-2a8a-4c12-a7f4-ec0aed29e272" \
--fielddata "{'name':'23c818b1-2a8a-4c12-a7f4-ec0aed29e272','type':'number','options':{'precision':0}}"
--base "appTOiWfyXYHsiTf0" \
--table "tblX1A36oAy2fnPS8" \
--title "00bf566f-7f79-4cba-b950-015319241e99" \
--fielddata "{'name':'00bf566f-7f79-4cba-b950-015319241e99','type':'number','options':{'precision':0}}"
8 changes: 4 additions & 4 deletions docs/en/cli/NEW_CLI/airtable/CreateField/bat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

oint airtable CreateField ^
--token "***" ^
--base "appeY9wmT8gwFhnc8" ^
--table "tbluGIDpz3uigdYJA" ^
--title "23c818b1-2a8a-4c12-a7f4-ec0aed29e272" ^
--fielddata "{'name':'23c818b1-2a8a-4c12-a7f4-ec0aed29e272','type':'number','options':{'precision':0}}"
--base "appTOiWfyXYHsiTf0" ^
--table "tblX1A36oAy2fnPS8" ^
--title "00bf566f-7f79-4cba-b950-015319241e99" ^
--fielddata "{'name':'00bf566f-7f79-4cba-b950-015319241e99','type':'number','options':{'precision':0}}"
4 changes: 2 additions & 2 deletions docs/en/cli/NEW_CLI/airtable/CreatePosts/bash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

oint airtable CreatePosts \
--token "***" \
--base "appeY9wmT8gwFhnc8" \
--table "tbluGIDpz3uigdYJA" \
--base "appTOiWfyXYHsiTf0" \
--table "tblX1A36oAy2fnPS8" \
--data "{'Number':10,'String':'Hello'}"
4 changes: 2 additions & 2 deletions docs/en/cli/NEW_CLI/airtable/CreatePosts/bat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

oint airtable CreatePosts ^
--token "***" ^
--base "appeY9wmT8gwFhnc8" ^
--table "tbluGIDpz3uigdYJA" ^
--base "appTOiWfyXYHsiTf0" ^
--table "tblX1A36oAy2fnPS8" ^
--data "{'Number':10,'String':'Hello'}"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/airtable/CreateTable/bash.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
oint airtable CreateTable \
--token "***" \
--base "appeY9wmT8gwFhnc8" \
--base "appTOiWfyXYHsiTf0" \
--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"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/airtable/CreateTable/bat.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
oint airtable CreateTable ^
--token "***" ^
--base "appeY9wmT8gwFhnc8" ^
--base "appTOiWfyXYHsiTf0" ^
--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"
8 changes: 4 additions & 4 deletions docs/en/cli/NEW_CLI/airtable/DeleteComment/bash.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
oint airtable DeleteComment \
--token "***" \
--base "appeY9wmT8gwFhnc8" \
--table "tbluGIDpz3uigdYJA" \
--record "rec3n8Lkt8cQAP0Ci" \
--comment "comaPDgK2RzmsGbnt"
--base "appTOiWfyXYHsiTf0" \
--table "tblX1A36oAy2fnPS8" \
--record "recRdTMLK4jKqDLYA" \
--comment "compYLm60IHF4hpyK"
8 changes: 4 additions & 4 deletions docs/en/cli/NEW_CLI/airtable/DeleteComment/bat.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
oint airtable DeleteComment ^
--token "***" ^
--base "appeY9wmT8gwFhnc8" ^
--table "tbluGIDpz3uigdYJA" ^
--record "rec3n8Lkt8cQAP0Ci" ^
--comment "comaPDgK2RzmsGbnt"
--base "appTOiWfyXYHsiTf0" ^
--table "tblX1A36oAy2fnPS8" ^
--record "recRdTMLK4jKqDLYA" ^
--comment "compYLm60IHF4hpyK"
6 changes: 3 additions & 3 deletions docs/en/cli/NEW_CLI/airtable/DeletePosts/bash.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oint airtable DeletePosts \
--token "***" \
--base "appeY9wmT8gwFhnc8" \
--table "tbluGIDpz3uigdYJA" \
--records "rec3n8Lkt8cQAP0Ci"
--base "appTOiWfyXYHsiTf0" \
--table "tblX1A36oAy2fnPS8" \
--records "recRdTMLK4jKqDLYA"
6 changes: 3 additions & 3 deletions docs/en/cli/NEW_CLI/airtable/DeletePosts/bat.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oint airtable DeletePosts ^
--token "***" ^
--base "appeY9wmT8gwFhnc8" ^
--table "tbluGIDpz3uigdYJA" ^
--records "rec3n8Lkt8cQAP0Ci"
--base "appTOiWfyXYHsiTf0" ^
--table "tblX1A36oAy2fnPS8" ^
--records "recRdTMLK4jKqDLYA"
8 changes: 4 additions & 4 deletions docs/en/cli/NEW_CLI/airtable/EditComment/bash.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
oint airtable EditComment \
--token "***" \
--base "appeY9wmT8gwFhnc8" \
--table "tbluGIDpz3uigdYJA" \
--record "rec3n8Lkt8cQAP0Ci" \
--comment "comaPDgK2RzmsGbnt" \
--base "appTOiWfyXYHsiTf0" \
--table "tblX1A36oAy2fnPS8" \
--record "recRdTMLK4jKqDLYA" \
--comment "compYLm60IHF4hpyK" \
--text "Test comment (change.)"
8 changes: 4 additions & 4 deletions docs/en/cli/NEW_CLI/airtable/EditComment/bat.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
oint airtable EditComment ^
--token "***" ^
--base "appeY9wmT8gwFhnc8" ^
--table "tbluGIDpz3uigdYJA" ^
--record "rec3n8Lkt8cQAP0Ci" ^
--comment "comaPDgK2RzmsGbnt" ^
--base "appTOiWfyXYHsiTf0" ^
--table "tblX1A36oAy2fnPS8" ^
--record "recRdTMLK4jKqDLYA" ^
--comment "compYLm60IHF4hpyK" ^
--text "Test comment (change.)"
6 changes: 3 additions & 3 deletions docs/en/cli/NEW_CLI/airtable/GetComments/bash.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oint airtable GetComments \
--token "***" \
--base "appeY9wmT8gwFhnc8" \
--table "tbluGIDpz3uigdYJA" \
--record "rec3n8Lkt8cQAP0Ci"
--base "appTOiWfyXYHsiTf0" \
--table "tblX1A36oAy2fnPS8" \
--record "recRdTMLK4jKqDLYA"
6 changes: 3 additions & 3 deletions docs/en/cli/NEW_CLI/airtable/GetComments/bat.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oint airtable GetComments ^
--token "***" ^
--base "appeY9wmT8gwFhnc8" ^
--table "tbluGIDpz3uigdYJA" ^
--record "rec3n8Lkt8cQAP0Ci"
--base "appTOiWfyXYHsiTf0" ^
--table "tblX1A36oAy2fnPS8" ^
--record "recRdTMLK4jKqDLYA"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/airtable/GetDatabaseTables/bash.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
oint airtable GetDatabaseTables \
--token "***" \
--base "appeY9wmT8gwFhnc8"
--base "appTOiWfyXYHsiTf0"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/airtable/GetDatabaseTables/bat.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
oint airtable GetDatabaseTables ^
--token "***" ^
--base "appeY9wmT8gwFhnc8"
--base "appTOiWfyXYHsiTf0"
4 changes: 2 additions & 2 deletions docs/en/cli/NEW_CLI/airtable/GetListOfRecords/bash.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
oint airtable GetListOfRecords \
--token "***" \
--base "appeY9wmT8gwFhnc8" \
--table "tbluGIDpz3uigdYJA"
--base "appTOiWfyXYHsiTf0" \
--table "tblX1A36oAy2fnPS8"
4 changes: 2 additions & 2 deletions docs/en/cli/NEW_CLI/airtable/GetListOfRecords/bat.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
oint airtable GetListOfRecords ^
--token "***" ^
--base "appeY9wmT8gwFhnc8" ^
--table "tbluGIDpz3uigdYJA"
--base "appTOiWfyXYHsiTf0" ^
--table "tblX1A36oAy2fnPS8"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/airtable/GetNumberField/bash.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
oint airtable GetNumberField \
--title "23c818b1-2a8a-4c12-a7f4-ec0aed29e272"
--title "00bf566f-7f79-4cba-b950-015319241e99"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/airtable/GetNumberField/bat.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
oint airtable GetNumberField ^
--title "23c818b1-2a8a-4c12-a7f4-ec0aed29e272"
--title "00bf566f-7f79-4cba-b950-015319241e99"
6 changes: 3 additions & 3 deletions docs/en/cli/NEW_CLI/airtable/GetRecord/bash.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oint airtable GetRecord \
--token "***" \
--base "appeY9wmT8gwFhnc8" \
--table "tbluGIDpz3uigdYJA" \
--record "rec3n8Lkt8cQAP0Ci"
--base "appTOiWfyXYHsiTf0" \
--table "tblX1A36oAy2fnPS8" \
--record "recRdTMLK4jKqDLYA"
6 changes: 3 additions & 3 deletions docs/en/cli/NEW_CLI/airtable/GetRecord/bat.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oint airtable GetRecord ^
--token "***" ^
--base "appeY9wmT8gwFhnc8" ^
--table "tbluGIDpz3uigdYJA" ^
--record "rec3n8Lkt8cQAP0Ci"
--base "appTOiWfyXYHsiTf0" ^
--table "tblX1A36oAy2fnPS8" ^
--record "recRdTMLK4jKqDLYA"
8 changes: 4 additions & 4 deletions docs/en/cli/NEW_CLI/airtable/ModifyField/bash.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
oint airtable ModifyField \
--token "***" \
--base "appeY9wmT8gwFhnc8" \
--table "tbluGIDpz3uigdYJA" \
--field "fldo9pE1f7Pn78er1" \
--title "16ea98d4-b037-43e8-bb4b-66f9b93ccf09(change.)" \
--base "appTOiWfyXYHsiTf0" \
--table "tblX1A36oAy2fnPS8" \
--field "fldN54kzYVbIEF0JN" \
--title "9e4c1dd5-5e85-4596-adfd-b1bf77a7fc72(change.)" \
--description "New description"
8 changes: 4 additions & 4 deletions docs/en/cli/NEW_CLI/airtable/ModifyField/bat.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
oint airtable ModifyField ^
--token "***" ^
--base "appeY9wmT8gwFhnc8" ^
--table "tbluGIDpz3uigdYJA" ^
--field "fldo9pE1f7Pn78er1" ^
--title "16ea98d4-b037-43e8-bb4b-66f9b93ccf09(change.)" ^
--base "appTOiWfyXYHsiTf0" ^
--table "tblX1A36oAy2fnPS8" ^
--field "fldN54kzYVbIEF0JN" ^
--title "9e4c1dd5-5e85-4596-adfd-b1bf77a7fc72(change.)" ^
--description "New description"
4 changes: 2 additions & 2 deletions docs/en/cli/NEW_CLI/airtable/ModifyTable/bash.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
oint airtable ModifyTable \
--token "***" \
--base "appeY9wmT8gwFhnc8" \
--table "tbluGIDpz3uigdYJA" \
--base "appTOiWfyXYHsiTf0" \
--table "tblX1A36oAy2fnPS8" \
--title "Test table 2 (change.)" \
--description "New table (change.)"
4 changes: 2 additions & 2 deletions docs/en/cli/NEW_CLI/airtable/ModifyTable/bat.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
oint airtable ModifyTable ^
--token "***" ^
--base "appeY9wmT8gwFhnc8" ^
--table "tbluGIDpz3uigdYJA" ^
--base "appTOiWfyXYHsiTf0" ^
--table "tblX1A36oAy2fnPS8" ^
--title "Test table 2 (change.)" ^
--description "New table (change.)"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/bitrix24/AddKanbanStage/bash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ oint bitrix24 AddKanbanStage \
--url "b24-ar17wx.bitrix24.by" \
--title "New stage 2" \
--color "0026FF" \
--prevstage 1574 \
--prevstage 1602 \
--admin true \
--token "***"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/bitrix24/AddKanbanStage/bat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ oint bitrix24 AddKanbanStage ^
--url "b24-ar17wx.bitrix24.by" ^
--title "New stage 2" ^
--color "0026FF" ^
--prevstage 1574 ^
--prevstage 1602 ^
--admin true ^
--token "***"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/bitrix24/AddPostComment/bash.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oint bitrix24 AddPostComment \
--url "b24-ar17wx.bitrix24.by" \
--postid 1676 \
--postid 1704 \
--text "Another comment" \
--token "***"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/bitrix24/AddPostComment/bat.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oint bitrix24 AddPostComment ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1676 ^
--postid 1704 ^
--text "Another comment" ^
--token "***"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/bitrix24/AddPostRecipients/bash.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oint bitrix24 AddPostRecipients \
--url "b24-ar17wx.bitrix24.by" \
--postid 1676 \
--postid 1704 \
--vision "UA" \
--token "***"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/bitrix24/AddPostRecipients/bat.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oint bitrix24 AddPostRecipients ^
--url "b24-ar17wx.bitrix24.by" ^
--postid 1676 ^
--postid 1704 ^
--vision "UA" ^
--token "***"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/bitrix24/AddTaskComment/bash.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oint bitrix24 AddTaskComment \
--url "b24-ar17wx.bitrix24.by" \
--task "4288" \
--task "4358" \
--text "Task uninpossible, don't split up" \
--token "***"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/bitrix24/AddTaskComment/bat.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
oint bitrix24 AddTaskComment ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4288" ^
--task "4358" ^
--text "Task uninpossible, don't split up" ^
--token "***"
4 changes: 2 additions & 2 deletions docs/en/cli/NEW_CLI/bitrix24/AddTaskTimeAccounting/bash.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
oint bitrix24 AddTaskTimeAccounting \
--url "b24-ar17wx.bitrix24.by" \
--task "4292" \
--task "4362" \
--amount 7200 \
--user 10 \
--text "Time spent on work" \
--date "2024-11-23T09:48:30.3588599" \
--date "2024-11-25T11:03:56.4194925" \
--token "***"
4 changes: 2 additions & 2 deletions docs/en/cli/NEW_CLI/bitrix24/AddTaskTimeAccounting/bat.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
oint bitrix24 AddTaskTimeAccounting ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4292" ^
--task "4362" ^
--amount 7200 ^
--user 10 ^
--text "Time spent on work" ^
--date "2024-11-23T09:48:30.3588599" ^
--date "2024-11-25T11:03:56.4194925" ^
--token "***"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/bitrix24/AddTaskToFavorites/bash.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
oint bitrix24 AddTaskToFavorites \
--url "b24-ar17wx.bitrix24.by" \
--task "4286" \
--task "4356" \
--token "***"
2 changes: 1 addition & 1 deletion docs/en/cli/NEW_CLI/bitrix24/AddTaskToFavorites/bat.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
oint bitrix24 AddTaskToFavorites ^
--url "b24-ar17wx.bitrix24.by" ^
--task "4286" ^
--task "4356" ^
--token "***"
Loading

0 comments on commit bc0ec0a

Please sign in to comment.