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 9, 2024
1 parent ee3fb1d commit ef7bfec
Show file tree
Hide file tree
Showing 595 changed files with 746 additions and 746 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 "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--record "rechqpoXzx4kyiFJ1" \
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--record "recoKWqJZPPhxijBd" \
--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 "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--record "rechqpoXzx4kyiFJ1" ^
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--record "recoKWqJZPPhxijBd" ^
--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 "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--title "87e8bb5e-f04c-4008-9d85-449474535216" \
--fielddata "{'name':'87e8bb5e-f04c-4008-9d85-449474535216','type':'number','options':{'precision':0}}"
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--title "e4f60daa-db3c-47d6-8ecb-24aac8c920ee" \
--fielddata "{'name':'e4f60daa-db3c-47d6-8ecb-24aac8c920ee','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 "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--title "87e8bb5e-f04c-4008-9d85-449474535216" ^
--fielddata "{'name':'87e8bb5e-f04c-4008-9d85-449474535216','type':'number','options':{'precision':0}}"
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--title "e4f60daa-db3c-47d6-8ecb-24aac8c920ee" ^
--fielddata "{'name':'e4f60daa-db3c-47d6-8ecb-24aac8c920ee','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 "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--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 "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--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 "appt76fsk3DQMaLD6" \
--base "appsUAIo50MyTVOYj" \
--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 "appt76fsk3DQMaLD6" ^
--base "appsUAIo50MyTVOYj" ^
--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 "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--record "rechqpoXzx4kyiFJ1" \
--comment "comm2mm6415hhtd8x"
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--record "recoKWqJZPPhxijBd" \
--comment "commkL1wju3jt2FnK"
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 "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--record "rechqpoXzx4kyiFJ1" ^
--comment "comm2mm6415hhtd8x"
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--record "recoKWqJZPPhxijBd" ^
--comment "commkL1wju3jt2FnK"
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 "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--records "rechqpoXzx4kyiFJ1"
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--records "recoKWqJZPPhxijBd"
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 "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--records "rechqpoXzx4kyiFJ1"
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--records "recoKWqJZPPhxijBd"
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 "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--record "rechqpoXzx4kyiFJ1" \
--comment "comm2mm6415hhtd8x" \
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--record "recoKWqJZPPhxijBd" \
--comment "commkL1wju3jt2FnK" \
--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 "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--record "rechqpoXzx4kyiFJ1" ^
--comment "comm2mm6415hhtd8x" ^
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--record "recoKWqJZPPhxijBd" ^
--comment "commkL1wju3jt2FnK" ^
--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 "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--record "rechqpoXzx4kyiFJ1"
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--record "recoKWqJZPPhxijBd"
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 "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--record "rechqpoXzx4kyiFJ1"
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--record "recoKWqJZPPhxijBd"
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 "appt76fsk3DQMaLD6"
--base "appsUAIo50MyTVOYj"
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 "appt76fsk3DQMaLD6"
--base "appsUAIo50MyTVOYj"
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 "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI"
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7"
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 "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI"
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7"
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 "87e8bb5e-f04c-4008-9d85-449474535216"
--title "e4f60daa-db3c-47d6-8ecb-24aac8c920ee"
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 "87e8bb5e-f04c-4008-9d85-449474535216"
--title "e4f60daa-db3c-47d6-8ecb-24aac8c920ee"
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 "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--record "rechqpoXzx4kyiFJ1"
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--record "recoKWqJZPPhxijBd"
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 "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--record "rechqpoXzx4kyiFJ1"
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--record "recoKWqJZPPhxijBd"
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 "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--field "fld91c9B4aSLHAK5H" \
--title "b2dfff70-8b15-4148-8352-481115a2af0a(change.)" \
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--field "fldLH0TllTJjFctcf" \
--title "7cd940eb-6f89-41ce-89e7-409cc01e1a4e(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 "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--field "fld91c9B4aSLHAK5H" ^
--title "b2dfff70-8b15-4148-8352-481115a2af0a(change.)" ^
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--field "fldLH0TllTJjFctcf" ^
--title "7cd940eb-6f89-41ce-89e7-409cc01e1a4e(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 "appt76fsk3DQMaLD6" \
--table "tblsaBKXHBgokqeHI" \
--base "appsUAIo50MyTVOYj" \
--table "tblHTBuJkfJNci1X7" \
--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 "appt76fsk3DQMaLD6" ^
--table "tblsaBKXHBgokqeHI" ^
--base "appsUAIo50MyTVOYj" ^
--table "tblHTBuJkfJNci1X7" ^
--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 1442 \
--prevstage 1474 \
--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 1442 ^
--prevstage 1474 ^
--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 1544 \
--postid 1576 \
--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 1544 ^
--postid 1576 ^
--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 1544 \
--postid 1576 \
--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 1544 ^
--postid 1576 ^
--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 "3946" \
--task "4026" \
--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 "3946" ^
--task "4026" ^
--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 "3950" \
--task "4030" \
--amount 7200 \
--user 10 \
--text "Time spent on work" \
--date "2024-11-05T19:59:54.3530923" \
--date "2024-11-09T23:55:51.2019144" \
--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 "3950" ^
--task "4030" ^
--amount 7200 ^
--user 10 ^
--text "Time spent on work" ^
--date "2024-11-05T19:59:54.3530923" ^
--date "2024-11-09T23:55:51.2019144" ^
--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 "3944" \
--task "4024" \
--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 "3944" ^
--task "4024" ^
--token "***"
Loading

0 comments on commit ef7bfec

Please sign in to comment.