@utdk/airtable 0.1.0-20260530.2-dev.646adf4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +373 -0
- package/README.md +3 -0
- package/index.ts +22 -0
- package/metadata.ts +3 -0
- package/openapi.json +903 -0
- package/overlay.yaml +23 -0
- package/package.json +34 -0
- package/provenance.json +24 -0
- package/research.json +80 -0
- package/types.ts +3 -0
package/overlay.yaml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Spec enrichment overlay for airtable
|
|
2
|
+
# Edit this file to add corrections, pagination hints, and auth hints.
|
|
3
|
+
# This overlay is applied during regeneration to enrich the generated package.
|
|
4
|
+
# Keys under 'descriptions', 'paginationHints', and 'authHints' are keyed by operationId.
|
|
5
|
+
#
|
|
6
|
+
# Example description correction:
|
|
7
|
+
# descriptions:
|
|
8
|
+
# listRepos: "List all repositories the authenticated user has access to."
|
|
9
|
+
#
|
|
10
|
+
# Example pagination hint:
|
|
11
|
+
# paginationHints:
|
|
12
|
+
# listRepos:
|
|
13
|
+
# type: cursor
|
|
14
|
+
# cursorParam: page
|
|
15
|
+
# limitParam: per_page
|
|
16
|
+
# resultsKey: items
|
|
17
|
+
|
|
18
|
+
provider: airtable
|
|
19
|
+
specUrl: repo://data/openapi/airtable.json
|
|
20
|
+
generatedAt: 2026-05-30T12:22:21.178Z
|
|
21
|
+
descriptions: {}
|
|
22
|
+
paginationHints: {}
|
|
23
|
+
authHints: {}
|
package/package.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@utdk/airtable",
|
|
3
|
+
"version": "0.1.0-20260530.2-dev.646adf4",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "Generated UTDK provider client for Airtable REST API. Airtable is a low-code platform for building collaborative apps. The REST API allows you to create, read, update, and delete records in Airtable bases, manage tables and fields, and automate workflows. Each Airtable base has a unique API that mirrors its structure.",
|
|
6
|
+
"homepage": "https://airtable.com/developers/web/api/introduction",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"airtable",
|
|
9
|
+
"generated",
|
|
10
|
+
"openapi",
|
|
11
|
+
"utdk"
|
|
12
|
+
],
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"utdk": {
|
|
15
|
+
"provider": "airtable",
|
|
16
|
+
"generation": 2,
|
|
17
|
+
"generatedAt": "2026-05-30T12:22:24.390Z",
|
|
18
|
+
"auth": [
|
|
19
|
+
{
|
|
20
|
+
"auth_type": "api_key",
|
|
21
|
+
"api_key": "Bearer ${AIRTABLE_API_KEY}",
|
|
22
|
+
"var_name": "Authorization",
|
|
23
|
+
"location": "header"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"openapi": {
|
|
27
|
+
"title": "Airtable REST API",
|
|
28
|
+
"url": "repo://data/openapi/airtable.json",
|
|
29
|
+
"version": "0.1.0",
|
|
30
|
+
"termsOfService": null,
|
|
31
|
+
"icon": "https://airtable.com/favicon.ico"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
package/provenance.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"provider": "airtable",
|
|
3
|
+
"generatedAt": "2026-05-30T12:22:27.673Z",
|
|
4
|
+
"generation": 2,
|
|
5
|
+
"source": {
|
|
6
|
+
"type": "openapi",
|
|
7
|
+
"url": "repo://data/openapi/airtable.json",
|
|
8
|
+
"hash": "sha256:bc6712ea889e9f73e8e226bcd9ddaaddf99f368ceeb70f5023b9ca444218deee",
|
|
9
|
+
"fetchedAt": "2026-05-30T12:22:27.673Z"
|
|
10
|
+
},
|
|
11
|
+
"ingestSource": "composio",
|
|
12
|
+
"pipeline": {
|
|
13
|
+
"research": {
|
|
14
|
+
"noveltyScore": 4,
|
|
15
|
+
"competingPackages": 11
|
|
16
|
+
},
|
|
17
|
+
"scorecard": {
|
|
18
|
+
"infrastructure": "fail",
|
|
19
|
+
"domain": 100
|
|
20
|
+
},
|
|
21
|
+
"agentReadiness": "pass"
|
|
22
|
+
},
|
|
23
|
+
"bundlerVersion": "0.1.1"
|
|
24
|
+
}
|
package/research.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"provider": "airtable",
|
|
3
|
+
"generatedAt": "2026-05-30T12:22:24.681Z",
|
|
4
|
+
"noveltyScore": 4,
|
|
5
|
+
"npmPackages": [
|
|
6
|
+
{
|
|
7
|
+
"name": "airtable-ts",
|
|
8
|
+
"version": "1.10.0",
|
|
9
|
+
"description": "A type-safe Airtable SDK",
|
|
10
|
+
"category": "other"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "@singulardesign/airtable",
|
|
14
|
+
"version": "1.0.4",
|
|
15
|
+
"description": "A NestJS Airtable SDK",
|
|
16
|
+
"category": "other"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "@airtable/blocks",
|
|
20
|
+
"version": "1.19.0",
|
|
21
|
+
"description": "Airtable Blocks SDK",
|
|
22
|
+
"category": "official-sdk"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "@airtable/blocks-testing",
|
|
26
|
+
"version": "0.0.6",
|
|
27
|
+
"description": "Airtable Blocks Testing Library",
|
|
28
|
+
"category": "official-sdk"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "airtable",
|
|
32
|
+
"version": "0.12.2",
|
|
33
|
+
"description": "The official Airtable JavaScript library.",
|
|
34
|
+
"category": "other"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "@airtable/eslint-plugin-blocks",
|
|
38
|
+
"version": "1.0.4",
|
|
39
|
+
"description": "An eslint plugin used by Airtable to develop the blocks SDK and our own blocks",
|
|
40
|
+
"category": "official-sdk"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "@airtable/blocks-esbuild-bundler",
|
|
44
|
+
"version": "1.0.1",
|
|
45
|
+
"description": "Esbuild bundler for @airtable/blocks-cli",
|
|
46
|
+
"category": "official-sdk"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "@airtable/blocks-cli",
|
|
50
|
+
"version": "3.0.3",
|
|
51
|
+
"description": "Official command line tool for Airtable blocks development",
|
|
52
|
+
"category": "official-sdk"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "mcp-server-airtable",
|
|
56
|
+
"version": "0.0.1",
|
|
57
|
+
"description": "MCP server for airtable integration",
|
|
58
|
+
"category": "mcp-server"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "@felores/airtable-mcp-server",
|
|
62
|
+
"version": "0.3.0",
|
|
63
|
+
"description": "An Airtable Model Context Protocol Server",
|
|
64
|
+
"category": "mcp-server"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "airtable-mcp-server",
|
|
68
|
+
"version": "1.13.0",
|
|
69
|
+
"description": "A Model Context Protocol server that provides read and write access to Airtable databases. This server enables LLMs to inspect database schemas, then read and write records.",
|
|
70
|
+
"category": "mcp-server"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"gapAnalysis": {
|
|
74
|
+
"hasOfficialSdk": true,
|
|
75
|
+
"hasCommunitySDK": false,
|
|
76
|
+
"hasTypeDefinitions": false,
|
|
77
|
+
"hasMcpServer": true,
|
|
78
|
+
"recommendation": "An official SDK exists for airtable. Consider wrapping it or focusing on gaps it does not cover. An MCP server already exists; differentiate by offering better type coverage."
|
|
79
|
+
}
|
|
80
|
+
}
|
package/types.ts
ADDED