1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-05-21 22:43:09 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2024-10-15 22:03:12 +03:00
parent bec1c1661a
commit 0385108c30
679 changed files with 2894 additions and 0 deletions
data.json.gpg
docs/ru/cli/NEW_CLI
airtable
CreateComment
CreateDatabase
CreateField
CreatePosts
CreateTable
DeleteComment
DeletePosts
EditComment
GetAttachmentField
GetCheckboxField
GetComments
GetDatabaseTables
GetDateField
GetEmailField
GetLinkField
GetListOfBases
GetListOfRecords
GetNumberField
GetPhoneField
GetRecord
GetStringField
ModifyField
ModifyTable
dropbox
AddTag
AddUsersToFile
AddUsersToFolder
CancelFilePublication
CancelFolderPublication
CopyObject
CreateFolder
DeleteObject
DownloadFile
DownloadFolder
GetAccountInformation
GetAsynchronousChangeStatus
GetAuthorizationLink
GetListOfFolderFiles
GetObjectInformation
GetObjectVersionList
GetPreview
GetSpaceUsageData
GetTagList
GetToken
GetUploadStatusByURL
MoveObject
PublishFolder
RefreshToken
RestoreObjectToVersion
UploadFile
UploadFileByURL

Binary file not shown.

@ -0,0 +1,6 @@
oint airtable CreateComment \
--token "***" \
--base "appa0vJ8lY2mmXYaL" \
--table "tblKyyaqymN5nDicz" \
--record "recAr77ybisted1eu" \
--text "TestComment"

@ -0,0 +1,6 @@
oint airtable CreateComment ^
--token "***" ^
--base "appa0vJ8lY2mmXYaL" ^
--table "tblKyyaqymN5nDicz" ^
--record "recAr77ybisted1eu" ^
--text "TestComment"

@ -0,0 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint airtable CreateDatabase \
--token "***" \
--ws "wspdf8yl1yZz3PmWZ" \
--title "TestDatabase" \
--tablesdata "{'TestTable':[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'}]}"

@ -0,0 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint airtable CreateDatabase ^
--token "***" ^
--ws "wspdf8yl1yZz3PmWZ" ^
--title "TestDatabase" ^
--tablesdata "{'TestTable':[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'}]}"

@ -0,0 +1,8 @@
# JSON data can also be passed as a path to a .json file
oint airtable CreateField \
--token "***" \
--base "appa0vJ8lY2mmXYaL" \
--table "tblKyyaqymN5nDicz" \
--title "3b1c9feb-4e05-452d-be65-cae12761c977" \
--fielddata "{'name':'3b1c9feb-4e05-452d-be65-cae12761c977','type':'number','options':{'precision':0}}"

@ -0,0 +1,8 @@
:: JSON data can also be passed as a path to a .json file
oint airtable CreateField ^
--token "***" ^
--base "appa0vJ8lY2mmXYaL" ^
--table "tblKyyaqymN5nDicz" ^
--title "3b1c9feb-4e05-452d-be65-cae12761c977" ^
--fielddata "{'name':'3b1c9feb-4e05-452d-be65-cae12761c977','type':'number','options':{'precision':0}}"

@ -0,0 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint airtable CreatePosts \
--token "***" \
--base "appa0vJ8lY2mmXYaL" \
--table "tblKyyaqymN5nDicz" \
--data "{'Number':10,'String':'Hello'}"

@ -0,0 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint airtable CreatePosts ^
--token "***" ^
--base "appa0vJ8lY2mmXYaL" ^
--table "tblKyyaqymN5nDicz" ^
--data "{'Number':10,'String':'Hello'}"

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

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

@ -0,0 +1,6 @@
oint airtable DeleteComment \
--token "***" \
--base "appa0vJ8lY2mmXYaL" \
--table "tblKyyaqymN5nDicz" \
--record "recAr77ybisted1eu" \
--comment "comOtTB6BZRufZaqT"

@ -0,0 +1,6 @@
oint airtable DeleteComment ^
--token "***" ^
--base "appa0vJ8lY2mmXYaL" ^
--table "tblKyyaqymN5nDicz" ^
--record "recAr77ybisted1eu" ^
--comment "comOtTB6BZRufZaqT"

@ -0,0 +1,5 @@
oint airtable DeletePosts \
--token "***" \
--base "appa0vJ8lY2mmXYaL" \
--table "tblKyyaqymN5nDicz" \
--records "recAr77ybisted1eu"

@ -0,0 +1,5 @@
oint airtable DeletePosts ^
--token "***" ^
--base "appa0vJ8lY2mmXYaL" ^
--table "tblKyyaqymN5nDicz" ^
--records "recAr77ybisted1eu"

@ -0,0 +1,7 @@
oint airtable EditComment \
--token "***" \
--base "appa0vJ8lY2mmXYaL" \
--table "tblKyyaqymN5nDicz" \
--record "recAr77ybisted1eu" \
--comment "comOtTB6BZRufZaqT" \
--text "Test comment (change.)"

@ -0,0 +1,7 @@
oint airtable EditComment ^
--token "***" ^
--base "appa0vJ8lY2mmXYaL" ^
--table "tblKyyaqymN5nDicz" ^
--record "recAr77ybisted1eu" ^
--comment "comOtTB6BZRufZaqT" ^
--text "Test comment (change.)"

@ -0,0 +1,2 @@
oint airtable GetAttachmentField \
--title "Attachment"

@ -0,0 +1,2 @@
oint airtable GetAttachmentField ^
--title "Attachment"

@ -0,0 +1,2 @@
oint airtable GetCheckboxField \
--title "Checkbox"

@ -0,0 +1,2 @@
oint airtable GetCheckboxField ^
--title "Checkbox"

@ -0,0 +1,5 @@
oint airtable GetComments \
--token "***" \
--base "appa0vJ8lY2mmXYaL" \
--table "tblKyyaqymN5nDicz" \
--record "recAr77ybisted1eu"

@ -0,0 +1,5 @@
oint airtable GetComments ^
--token "***" ^
--base "appa0vJ8lY2mmXYaL" ^
--table "tblKyyaqymN5nDicz" ^
--record "recAr77ybisted1eu"

@ -0,0 +1,3 @@
oint airtable GetDatabaseTables \
--token "***" \
--base "appa0vJ8lY2mmXYaL"

@ -0,0 +1,3 @@
oint airtable GetDatabaseTables ^
--token "***" ^
--base "appa0vJ8lY2mmXYaL"

@ -0,0 +1,2 @@
oint airtable GetDateField \
--title "Date"

@ -0,0 +1,2 @@
oint airtable GetDateField ^
--title "Date"

@ -0,0 +1,2 @@
oint airtable GetEmailField \
--title "Email"

@ -0,0 +1,2 @@
oint airtable GetEmailField ^
--title "Email"

@ -0,0 +1,2 @@
oint airtable GetLinkField \
--title "Link"

@ -0,0 +1,2 @@
oint airtable GetLinkField ^
--title "Link"

@ -0,0 +1,2 @@
oint airtable GetListOfBases \
--token "***"

@ -0,0 +1,2 @@
oint airtable GetListOfBases ^
--token "***"

@ -0,0 +1,4 @@
oint airtable GetListOfRecords \
--token "***" \
--base "appa0vJ8lY2mmXYaL" \
--table "tblKyyaqymN5nDicz"

@ -0,0 +1,4 @@
oint airtable GetListOfRecords ^
--token "***" ^
--base "appa0vJ8lY2mmXYaL" ^
--table "tblKyyaqymN5nDicz"

@ -0,0 +1,2 @@
oint airtable GetNumberField \
--title "3b1c9feb-4e05-452d-be65-cae12761c977"

@ -0,0 +1,2 @@
oint airtable GetNumberField ^
--title "3b1c9feb-4e05-452d-be65-cae12761c977"

@ -0,0 +1,2 @@
oint airtable GetPhoneField \
--title "Phone"

@ -0,0 +1,2 @@
oint airtable GetPhoneField ^
--title "Phone"

@ -0,0 +1,5 @@
oint airtable GetRecord \
--token "***" \
--base "appa0vJ8lY2mmXYaL" \
--table "tblKyyaqymN5nDicz" \
--record "recAr77ybisted1eu"

@ -0,0 +1,5 @@
oint airtable GetRecord ^
--token "***" ^
--base "appa0vJ8lY2mmXYaL" ^
--table "tblKyyaqymN5nDicz" ^
--record "recAr77ybisted1eu"

@ -0,0 +1,2 @@
oint airtable GetStringField \
--title "String"

@ -0,0 +1,2 @@
oint airtable GetStringField ^
--title "String"

@ -0,0 +1,7 @@
oint airtable ModifyField \
--token "***" \
--base "appa0vJ8lY2mmXYaL" \
--table "tblKyyaqymN5nDicz" \
--field "fldfuTC4N2fdvgEoy" \
--title "a3cec32e-8a06-4c82-aa28-665680883102(change.)" \
--description "New description"

@ -0,0 +1,7 @@
oint airtable ModifyField ^
--token "***" ^
--base "appa0vJ8lY2mmXYaL" ^
--table "tblKyyaqymN5nDicz" ^
--field "fldfuTC4N2fdvgEoy" ^
--title "a3cec32e-8a06-4c82-aa28-665680883102(change.)" ^
--description "New description"

@ -0,0 +1,6 @@
oint airtable ModifyTable \
--token "***" \
--base "appa0vJ8lY2mmXYaL" \
--table "tblKyyaqymN5nDicz" \
--title "Test table 2 (change.)" \
--description "New table (change.)"

@ -0,0 +1,6 @@
oint airtable ModifyTable ^
--token "***" ^
--base "appa0vJ8lY2mmXYaL" ^
--table "tblKyyaqymN5nDicz" ^
--title "Test table 2 (change.)" ^
--description "New table (change.)"

@ -0,0 +1,4 @@
oint dropbox AddTag \
--token "***" \
--path "/New/mydoc.docx" \
--tag "Important"

@ -0,0 +1,4 @@
oint dropbox AddTag ^
--token "***" ^
--path "/New/mydoc.docx" ^
--tag "Important"

@ -0,0 +1,5 @@
oint dropbox AddUsersToFile \
--token "***" \
--fileid "kJU6-a-pT48AAAAAAAAABw" \
--emails "['h5bk6ft62s@privaterelay.appleid.com']" \
--readonly true

@ -0,0 +1,5 @@
oint dropbox AddUsersToFile ^
--token "***" ^
--fileid "kJU6-a-pT48AAAAAAAAABw" ^
--emails "['h5bk6ft62s@privaterelay.appleid.com']" ^
--readonly true

@ -0,0 +1,5 @@
oint dropbox AddUsersToFolder \
--token "***" \
--folder "11746318241" \
--emails "['h5bk6ft62s@privaterelay.appleid.com']" \
--readonly true

@ -0,0 +1,5 @@
oint dropbox AddUsersToFolder ^
--token "***" ^
--folder "11746318241" ^
--emails "['h5bk6ft62s@privaterelay.appleid.com']" ^
--readonly true

@ -0,0 +1,3 @@
oint dropbox CancelFilePublication \
--token "***" \
--fileid "kJU6-a-pT48AAAAAAAAABw"

@ -0,0 +1,3 @@
oint dropbox CancelFilePublication ^
--token "***" ^
--fileid "kJU6-a-pT48AAAAAAAAABw"

@ -0,0 +1,3 @@
oint dropbox CancelFolderPublication \
--token "***" \
--folder "11746318241"

@ -0,0 +1,3 @@
oint dropbox CancelFolderPublication ^
--token "***" ^
--folder "11746318241"

@ -0,0 +1,4 @@
oint dropbox CopyObject \
--token "***" \
--from "/New/pic.png" \
--to "/New/pic_copy.png"

@ -0,0 +1,4 @@
oint dropbox CopyObject ^
--token "***" ^
--from "/New/pic.png" ^
--to "/New/pic_copy.png"

@ -0,0 +1,3 @@
oint dropbox CreateFolder \
--token "***" \
--path "/New catalog"

@ -0,0 +1,3 @@
oint dropbox CreateFolder ^
--token "***" ^
--path "/New catalog"

@ -0,0 +1,3 @@
oint dropbox DeleteObject \
--token "***" \
--path "/New catalog"

@ -0,0 +1,3 @@
oint dropbox DeleteObject ^
--token "***" ^
--path "/New catalog"

@ -0,0 +1,3 @@
oint dropbox DownloadFile \
--token "***" \
--path "/New/pic.png"

@ -0,0 +1,3 @@
oint dropbox DownloadFile ^
--token "***" ^
--path "/New/pic.png"

@ -0,0 +1,3 @@
oint dropbox DownloadFolder \
--token "***" \
--path "/New"

@ -0,0 +1,3 @@
oint dropbox DownloadFolder ^
--token "***" ^
--path "/New"

@ -0,0 +1,3 @@
oint dropbox GetAccountInformation \
--token "***" \
--account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE"

@ -0,0 +1,3 @@
oint dropbox GetAccountInformation ^
--token "***" ^
--account "dbid:AAA4WKMCfgoW5LwuNQFeLOyp-X4omQiNDhE"

@ -0,0 +1,3 @@
oint dropbox GetAsynchronousChangeStatus \
--token "***" \
--job "dbjid:AACI4RQipoLpiu7mBRFL5IZ986bb1eIF-_oQmTF7mopj7v2o-gjzNflsopXTI9pfPjtCU8lfQvzymjChBZhFTQgo"

@ -0,0 +1,3 @@
oint dropbox GetAsynchronousChangeStatus ^
--token "***" ^
--job "dbjid:AACI4RQipoLpiu7mBRFL5IZ986bb1eIF-_oQmTF7mopj7v2o-gjzNflsopXTI9pfPjtCU8lfQvzymjChBZhFTQgo"

@ -0,0 +1,2 @@
oint dropbox GetAuthorizationLink \
--appkey "***"

@ -0,0 +1,2 @@
oint dropbox GetAuthorizationLink ^
--appkey "***"

@ -0,0 +1,3 @@
oint dropbox GetListOfFolderFiles \
--token "***" \
--path "/New"

@ -0,0 +1,3 @@
oint dropbox GetListOfFolderFiles ^
--token "***" ^
--path "/New"

@ -0,0 +1,4 @@
oint dropbox GetObjectInformation \
--token "***" \
--path "/New/pic.png" \
--detail true

@ -0,0 +1,4 @@
oint dropbox GetObjectInformation ^
--token "***" ^
--path "/New/pic.png" ^
--detail true

@ -0,0 +1,4 @@
oint dropbox GetObjectVersionList \
--token "***" \
--path "/New/pic.png" \
--amount 1

@ -0,0 +1,4 @@
oint dropbox GetObjectVersionList ^
--token "***" ^
--path "/New/pic.png" ^
--amount 1

@ -0,0 +1,3 @@
oint dropbox GetPreview \
--token "***" \
--path "/New/mydoc.docx"

@ -0,0 +1,3 @@
oint dropbox GetPreview ^
--token "***" ^
--path "/New/mydoc.docx"

@ -0,0 +1,2 @@
oint dropbox GetSpaceUsageData \
--token "***"

@ -0,0 +1,2 @@
oint dropbox GetSpaceUsageData ^
--token "***"

@ -0,0 +1,3 @@
oint dropbox GetTagList \
--token "***" \
--paths "/New/mydoc.docx"

@ -0,0 +1,3 @@
oint dropbox GetTagList ^
--token "***" ^
--paths "/New/mydoc.docx"

@ -0,0 +1,4 @@
oint dropbox GetToken \
--appkey "***" \
--appsecret "***" \
--code "bTCiUTzxe6kAAAAAAAAAGN1NMZIxyqETKr4o7OS2dU8"

@ -0,0 +1,4 @@
oint dropbox GetToken ^
--appkey "***" ^
--appsecret "***" ^
--code "bTCiUTzxe6kAAAAAAAAAGN1NMZIxyqETKr4o7OS2dU8"

@ -0,0 +1,3 @@
oint dropbox GetUploadStatusByURL \
--token "***" \
--job "MVsRf40tHvAAAAAAAAAAAQ"

@ -0,0 +1,3 @@
oint dropbox GetUploadStatusByURL ^
--token "***" ^
--job "MVsRf40tHvAAAAAAAAAAAQ"

@ -0,0 +1,4 @@
oint dropbox MoveObject \
--token "***" \
--from "/pic.png" \
--to "/New/pic.png"

@ -0,0 +1,4 @@
oint dropbox MoveObject ^
--token "***" ^
--from "/pic.png" ^
--to "/New/pic.png"

@ -0,0 +1,3 @@
oint dropbox PublishFolder \
--token "***" \
--path "/New"

@ -0,0 +1,3 @@
oint dropbox PublishFolder ^
--token "***" ^
--path "/New"

@ -0,0 +1,4 @@
oint dropbox RefreshToken \
--appkey "***" \
--appsecret "***" \
--refresh "***"

@ -0,0 +1,4 @@
oint dropbox RefreshToken ^
--appkey "***" ^
--appsecret "***" ^
--refresh "***"

@ -0,0 +1,4 @@
oint dropbox RestoreObjectToVersion \
--token "***" \
--path "/New/pic.png" \
--rev "62480d07de916bd841553"

@ -0,0 +1,4 @@
oint dropbox RestoreObjectToVersion ^
--token "***" ^
--path "/New/pic.png" ^
--rev "62480d07de916bd841553"

@ -0,0 +1,5 @@
oint dropbox UploadFile \
--token "***" \
--file "C:\Users\Administrator\AppData\Local\Temp\u0oofh5ydgx.png" \
--path "/New/pic.png" \
--overwrite true

@ -0,0 +1,5 @@
oint dropbox UploadFile ^
--token "***" ^
--file "C:\Users\Administrator\AppData\Local\Temp\u0oofh5ydgx.png" ^
--path "/New/pic.png" ^
--overwrite true

@ -0,0 +1,4 @@
oint dropbox UploadFileByURL \
--token "***" \
--url "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/document.docx" \
--path "/New/url_doc.docx"

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