Skip to content

Commit

Permalink
feat(area120tables): update the API
Browse files Browse the repository at this point in the history
#### area120tables:v1alpha1

The following keys were added:
- auth.oauth2.scopes.https://www.googleapis.com/auth/tables.description

The following keys were changed:
- resources.tables.methods.get.scopes
- resources.tables.methods.list.scopes
- resources.tables.resources.rows.methods.batchCreate.scopes
- resources.tables.resources.rows.methods.batchUpdate.scopes
- resources.tables.resources.rows.methods.create.scopes
- resources.tables.resources.rows.methods.delete.scopes
- resources.tables.resources.rows.methods.get.scopes
- resources.tables.resources.rows.methods.list.scopes
- resources.tables.resources.rows.methods.patch.scopes
- resources.workspaces.methods.get.scopes
- resources.workspaces.methods.list.scopes
  • Loading branch information
yoshi-automation authored and bcoe committed Dec 3, 2020
1 parent b7ef329 commit f37709e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 12 deletions.
38 changes: 26 additions & 12 deletions discovery/area120tables-v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
},
"https://www.googleapis.com/auth/spreadsheets.readonly": {
"description": "View your Google Spreadsheets"
},
"https://www.googleapis.com/auth/tables": {
"description": "See, edit, create, and delete your tables in Tables by Area 120"
}
}
}
Expand Down Expand Up @@ -145,7 +148,8 @@
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/drive.readonly",
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/spreadsheets.readonly"
"https://www.googleapis.com/auth/spreadsheets.readonly",
"https://www.googleapis.com/auth/tables"
]
},
"list": {
Expand Down Expand Up @@ -176,7 +180,8 @@
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/drive.readonly",
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/spreadsheets.readonly"
"https://www.googleapis.com/auth/spreadsheets.readonly",
"https://www.googleapis.com/auth/tables"
]
}
},
Expand Down Expand Up @@ -210,7 +215,8 @@
"scopes": [
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/spreadsheets"
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/tables"
]
},
"batchUpdate": {
Expand Down Expand Up @@ -240,7 +246,8 @@
"scopes": [
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/spreadsheets"
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/tables"
]
},
"create": {
Expand Down Expand Up @@ -283,7 +290,8 @@
"scopes": [
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/spreadsheets"
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/tables"
]
},
"delete": {
Expand All @@ -310,7 +318,8 @@
"scopes": [
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/spreadsheets"
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/tables"
]
},
"get": {
Expand Down Expand Up @@ -352,7 +361,8 @@
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/drive.readonly",
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/spreadsheets.readonly"
"https://www.googleapis.com/auth/spreadsheets.readonly",
"https://www.googleapis.com/auth/tables"
]
},
"list": {
Expand Down Expand Up @@ -405,7 +415,8 @@
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/drive.readonly",
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/spreadsheets.readonly"
"https://www.googleapis.com/auth/spreadsheets.readonly",
"https://www.googleapis.com/auth/tables"
]
},
"patch": {
Expand Down Expand Up @@ -454,7 +465,8 @@
"scopes": [
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/spreadsheets"
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/tables"
]
}
}
Expand Down Expand Up @@ -489,7 +501,8 @@
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/drive.readonly",
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/spreadsheets.readonly"
"https://www.googleapis.com/auth/spreadsheets.readonly",
"https://www.googleapis.com/auth/tables"
]
},
"list": {
Expand Down Expand Up @@ -520,13 +533,14 @@
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/drive.readonly",
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/spreadsheets.readonly"
"https://www.googleapis.com/auth/spreadsheets.readonly",
"https://www.googleapis.com/auth/tables"
]
}
}
}
},
"revision": "20201112",
"revision": "20201201",
"rootUrl": "https://area120tables.googleapis.com/",
"schemas": {
"BatchCreateRowsRequest": {
Expand Down
11 changes: 11 additions & 0 deletions src/apis/area120tables/v1alpha1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ export namespace area120tables_v1alpha1 {
* 'https://www.googleapis.com/auth/drive.readonly',
* 'https://www.googleapis.com/auth/spreadsheets',
* 'https://www.googleapis.com/auth/spreadsheets.readonly',
* 'https://www.googleapis.com/auth/tables',
* ],
* });
*
Expand Down Expand Up @@ -516,6 +517,7 @@ export namespace area120tables_v1alpha1 {
* 'https://www.googleapis.com/auth/drive.readonly',
* 'https://www.googleapis.com/auth/spreadsheets',
* 'https://www.googleapis.com/auth/spreadsheets.readonly',
* 'https://www.googleapis.com/auth/tables',
* ],
* });
*
Expand Down Expand Up @@ -676,6 +678,7 @@ export namespace area120tables_v1alpha1 {
* 'https://www.googleapis.com/auth/drive',
* 'https://www.googleapis.com/auth/drive.file',
* 'https://www.googleapis.com/auth/spreadsheets',
* 'https://www.googleapis.com/auth/tables',
* ],
* });
*
Expand Down Expand Up @@ -825,6 +828,7 @@ export namespace area120tables_v1alpha1 {
* 'https://www.googleapis.com/auth/drive',
* 'https://www.googleapis.com/auth/drive.file',
* 'https://www.googleapis.com/auth/spreadsheets',
* 'https://www.googleapis.com/auth/tables',
* ],
* });
*
Expand Down Expand Up @@ -974,6 +978,7 @@ export namespace area120tables_v1alpha1 {
* 'https://www.googleapis.com/auth/drive',
* 'https://www.googleapis.com/auth/drive.file',
* 'https://www.googleapis.com/auth/spreadsheets',
* 'https://www.googleapis.com/auth/tables',
* ],
* });
*
Expand Down Expand Up @@ -1120,6 +1125,7 @@ export namespace area120tables_v1alpha1 {
* 'https://www.googleapis.com/auth/drive',
* 'https://www.googleapis.com/auth/drive.file',
* 'https://www.googleapis.com/auth/spreadsheets',
* 'https://www.googleapis.com/auth/tables',
* ],
* });
*
Expand Down Expand Up @@ -1251,6 +1257,7 @@ export namespace area120tables_v1alpha1 {
* 'https://www.googleapis.com/auth/drive.readonly',
* 'https://www.googleapis.com/auth/spreadsheets',
* 'https://www.googleapis.com/auth/spreadsheets.readonly',
* 'https://www.googleapis.com/auth/tables',
* ],
* });
*
Expand Down Expand Up @@ -1386,6 +1393,7 @@ export namespace area120tables_v1alpha1 {
* 'https://www.googleapis.com/auth/drive.readonly',
* 'https://www.googleapis.com/auth/spreadsheets',
* 'https://www.googleapis.com/auth/spreadsheets.readonly',
* 'https://www.googleapis.com/auth/tables',
* ],
* });
*
Expand Down Expand Up @@ -1526,6 +1534,7 @@ export namespace area120tables_v1alpha1 {
* 'https://www.googleapis.com/auth/drive',
* 'https://www.googleapis.com/auth/drive.file',
* 'https://www.googleapis.com/auth/spreadsheets',
* 'https://www.googleapis.com/auth/tables',
* ],
* });
*
Expand Down Expand Up @@ -1776,6 +1785,7 @@ export namespace area120tables_v1alpha1 {
* 'https://www.googleapis.com/auth/drive.readonly',
* 'https://www.googleapis.com/auth/spreadsheets',
* 'https://www.googleapis.com/auth/spreadsheets.readonly',
* 'https://www.googleapis.com/auth/tables',
* ],
* });
*
Expand Down Expand Up @@ -1910,6 +1920,7 @@ export namespace area120tables_v1alpha1 {
* 'https://www.googleapis.com/auth/drive.readonly',
* 'https://www.googleapis.com/auth/spreadsheets',
* 'https://www.googleapis.com/auth/spreadsheets.readonly',
* 'https://www.googleapis.com/auth/tables',
* ],
* });
*
Expand Down

0 comments on commit f37709e

Please sign in to comment.