mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(google-scopes): removed unnecessary google scopes (#849)
* removed unnecessary google scopes * bun run lint #849 --------- Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net>
This commit is contained in:
@@ -12,7 +12,7 @@ export const appendTool: ToolConfig<GoogleSheetsToolParams, GoogleSheetsAppendRe
|
||||
oauth: {
|
||||
required: true,
|
||||
provider: 'google-sheets',
|
||||
additionalScopes: ['https://www.googleapis.com/auth/spreadsheets'],
|
||||
additionalScopes: [],
|
||||
},
|
||||
params: {
|
||||
accessToken: {
|
||||
|
||||
@@ -9,7 +9,7 @@ export const readTool: ToolConfig<GoogleSheetsToolParams, GoogleSheetsReadRespon
|
||||
oauth: {
|
||||
required: true,
|
||||
provider: 'google-sheets',
|
||||
additionalScopes: ['https://www.googleapis.com/auth/spreadsheets'],
|
||||
additionalScopes: [],
|
||||
},
|
||||
params: {
|
||||
accessToken: {
|
||||
|
||||
@@ -12,7 +12,7 @@ export const updateTool: ToolConfig<GoogleSheetsToolParams, GoogleSheetsUpdateRe
|
||||
oauth: {
|
||||
required: true,
|
||||
provider: 'google-sheets',
|
||||
additionalScopes: ['https://www.googleapis.com/auth/spreadsheets'],
|
||||
additionalScopes: [],
|
||||
},
|
||||
params: {
|
||||
accessToken: {
|
||||
|
||||
@@ -9,7 +9,7 @@ export const writeTool: ToolConfig<GoogleSheetsToolParams, GoogleSheetsWriteResp
|
||||
oauth: {
|
||||
required: true,
|
||||
provider: 'google-sheets',
|
||||
additionalScopes: ['https://www.googleapis.com/auth/spreadsheets'],
|
||||
additionalScopes: [],
|
||||
},
|
||||
params: {
|
||||
accessToken: {
|
||||
|
||||
Reference in New Issue
Block a user