1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-11-24 08:52:18 +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

Binary file not shown.

View File

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

View File

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

View File

@ -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'}]}"

View File

@ -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'}]}"

View File

@ -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}}"

View File

@ -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}}"

View File

@ -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'}"

View File

@ -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'}"

View File

@ -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"

View File

@ -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"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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