Skip to content

Commit 71edf23

Browse files
EricGustinclaude
andcommitted
Revert Airtable auth provider_id from "airtable" back to "arcade-airtable"
PR #23 changed the Airtable provider_id from "arcade-airtable" to "airtable", but there is no well-known Airtable auth class in arcade-core, causing "unsupported authorization provider type ID 'airtable'" errors. This reverts the provider_id change while bumping versions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aeb69c8 commit 71edf23

File tree

99 files changed

+386
-386
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+386
-386
lines changed

servers/airtable_api/arcade_airtable_api/moar/Airtable.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"api_endpoint_selection_customized": false,
1010
"api_endpoint_for_http_testing": "",
1111
"authorization_type": "oauth",
12-
"auth_provider_id": "airtable",
12+
"auth_provider_id": "arcade-airtable",
1313
"where_to_provide_token": "header",
1414
"token_key_name": "Authorization",
1515
"token_value": "Bearer {authorization}",

servers/airtable_api/arcade_airtable_api/tools/__init__.py

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.

servers/airtable_api/arcade_airtable_api/wrapper_tools/AddBaseCollaborator.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"requirements": {
7070
"authorization": {
71-
"provider_id": "airtable",
71+
"provider_id": "arcade-airtable",
7272
"provider_type": "oauth2",
7373
"id": null,
7474
"oauth2": {
@@ -83,13 +83,13 @@
8383
"deprecation_message": null,
8484
"metadata": {
8585
"object_type": "api_wrapper_tool",
86-
"version": "1.2.0",
86+
"version": "1.3.0",
8787
"description": "Tools that enable LLMs to interact directly with the airtable API."
8888
},
8989
"http_endpoint": {
9090
"metadata": {
9191
"object_type": "http_endpoint",
92-
"version": "1.2.0",
92+
"version": "1.3.0",
9393
"description": ""
9494
},
9595
"url": "https://api.airtable.com/v0/meta/bases/{baseId}/collaborators",

servers/airtable_api/arcade_airtable_api/wrapper_tools/AddCollaboratorToAirtableInterface.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
"requirements": {
8585
"authorization": {
86-
"provider_id": "airtable",
86+
"provider_id": "arcade-airtable",
8787
"provider_type": "oauth2",
8888
"id": null,
8989
"oauth2": {
@@ -98,13 +98,13 @@
9898
"deprecation_message": null,
9999
"metadata": {
100100
"object_type": "api_wrapper_tool",
101-
"version": "1.2.0",
101+
"version": "1.3.0",
102102
"description": "Tools that enable LLMs to interact directly with the airtable API."
103103
},
104104
"http_endpoint": {
105105
"metadata": {
106106
"object_type": "http_endpoint",
107-
"version": "1.2.0",
107+
"version": "1.3.0",
108108
"description": ""
109109
},
110110
"url": "https://api.airtable.com/v0/meta/bases/{baseId}/interfaces/{pageBundleId}/collaborators",

servers/airtable_api/arcade_airtable_api/wrapper_tools/AddRecordComment.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
},
107107
"requirements": {
108108
"authorization": {
109-
"provider_id": "airtable",
109+
"provider_id": "arcade-airtable",
110110
"provider_type": "oauth2",
111111
"id": null,
112112
"oauth2": {
@@ -121,13 +121,13 @@
121121
"deprecation_message": null,
122122
"metadata": {
123123
"object_type": "api_wrapper_tool",
124-
"version": "1.2.0",
124+
"version": "1.3.0",
125125
"description": "Tools that enable LLMs to interact directly with the airtable API."
126126
},
127127
"http_endpoint": {
128128
"metadata": {
129129
"object_type": "http_endpoint",
130-
"version": "1.2.0",
130+
"version": "1.3.0",
131131
"description": ""
132132
},
133133
"url": "https://api.airtable.com/v0/{baseId}/{tableIdOrName}/{recordId}/comments",

servers/airtable_api/arcade_airtable_api/wrapper_tools/AddWorkspaceCollaborator.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"requirements": {
7070
"authorization": {
71-
"provider_id": "airtable",
71+
"provider_id": "arcade-airtable",
7272
"provider_type": "oauth2",
7373
"id": null,
7474
"oauth2": {
@@ -83,13 +83,13 @@
8383
"deprecation_message": null,
8484
"metadata": {
8585
"object_type": "api_wrapper_tool",
86-
"version": "1.2.0",
86+
"version": "1.3.0",
8787
"description": "Tools that enable LLMs to interact directly with the airtable API."
8888
},
8989
"http_endpoint": {
9090
"metadata": {
9191
"object_type": "http_endpoint",
92-
"version": "1.2.0",
92+
"version": "1.3.0",
9393
"description": ""
9494
},
9595
"url": "https://api.airtable.com/v0/meta/workspaces/{workspaceId}/collaborators",

servers/airtable_api/arcade_airtable_api/wrapper_tools/AirtableGetRecord.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
},
105105
"requirements": {
106106
"authorization": {
107-
"provider_id": "airtable",
107+
"provider_id": "arcade-airtable",
108108
"provider_type": "oauth2",
109109
"id": null,
110110
"oauth2": {
@@ -119,13 +119,13 @@
119119
"deprecation_message": null,
120120
"metadata": {
121121
"object_type": "api_wrapper_tool",
122-
"version": "1.2.0",
122+
"version": "1.3.0",
123123
"description": "Tools that enable LLMs to interact directly with the airtable API."
124124
},
125125
"http_endpoint": {
126126
"metadata": {
127127
"object_type": "http_endpoint",
128-
"version": "1.2.0",
128+
"version": "1.3.0",
129129
"description": ""
130130
},
131131
"url": "https://api.airtable.com/v0/{baseId}/{tableIdOrName}/{recordId}",

servers/airtable_api/arcade_airtable_api/wrapper_tools/BatchManageEnterpriseUsers.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
},
113113
"requirements": {
114114
"authorization": {
115-
"provider_id": "airtable",
115+
"provider_id": "arcade-airtable",
116116
"provider_type": "oauth2",
117117
"id": null,
118118
"oauth2": {
@@ -127,13 +127,13 @@
127127
"deprecation_message": null,
128128
"metadata": {
129129
"object_type": "api_wrapper_tool",
130-
"version": "1.2.0",
130+
"version": "1.3.0",
131131
"description": "Tools that enable LLMs to interact directly with the airtable API."
132132
},
133133
"http_endpoint": {
134134
"metadata": {
135135
"object_type": "http_endpoint",
136-
"version": "1.2.0",
136+
"version": "1.3.0",
137137
"description": ""
138138
},
139139
"url": "https://api.airtable.com/v0/meta/enterpriseAccounts/{enterpriseAccountId}/users",

servers/airtable_api/arcade_airtable_api/wrapper_tools/BatchManageUserMembership.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
},
9797
"requirements": {
9898
"authorization": {
99-
"provider_id": "airtable",
99+
"provider_id": "arcade-airtable",
100100
"provider_type": "oauth2",
101101
"id": null,
102102
"oauth2": {
@@ -111,13 +111,13 @@
111111
"deprecation_message": null,
112112
"metadata": {
113113
"object_type": "api_wrapper_tool",
114-
"version": "1.2.0",
114+
"version": "1.3.0",
115115
"description": "Tools that enable LLMs to interact directly with the airtable API."
116116
},
117117
"http_endpoint": {
118118
"metadata": {
119119
"object_type": "http_endpoint",
120-
"version": "1.2.0",
120+
"version": "1.3.0",
121121
"description": ""
122122
},
123123
"url": "https://api.airtable.com/v0/meta/enterpriseAccounts/{enterpriseAccountId}/users/claim",

servers/airtable_api/arcade_airtable_api/wrapper_tools/BatchMoveUserGroupsBetweenAccounts.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
},
7777
"requirements": {
7878
"authorization": {
79-
"provider_id": "airtable",
79+
"provider_id": "arcade-airtable",
8080
"provider_type": "oauth2",
8181
"id": null,
8282
"oauth2": {
@@ -91,13 +91,13 @@
9191
"deprecation_message": null,
9292
"metadata": {
9393
"object_type": "api_wrapper_tool",
94-
"version": "1.2.0",
94+
"version": "1.3.0",
9595
"description": "Tools that enable LLMs to interact directly with the airtable API."
9696
},
9797
"http_endpoint": {
9898
"metadata": {
9999
"object_type": "http_endpoint",
100-
"version": "1.2.0",
100+
"version": "1.3.0",
101101
"description": ""
102102
},
103103
"url": "https://api.airtable.com/v0/meta/enterpriseAccounts/{enterpriseAccountId}/moveGroups",

0 commit comments

Comments
 (0)