@utdk/plaid 0.0.1-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 +89552 -0
- package/overlay.yaml +23 -0
- package/package.json +32 -0
- package/provenance.json +24 -0
- package/research.json +56 -0
- package/types.ts +3 -0
package/overlay.yaml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Spec enrichment overlay for plaid
|
|
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: plaid
|
|
19
|
+
specUrl: https://raw.githubusercontent.com/plaid/plaid-openapi/master/2020-09-14.yml
|
|
20
|
+
generatedAt: 2026-05-30T18:15:40.665Z
|
|
21
|
+
descriptions: {}
|
|
22
|
+
paginationHints: {}
|
|
23
|
+
authHints: {}
|
package/package.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@utdk/plaid",
|
|
3
|
+
"version": "0.0.1-20260530.2-dev.646adf4",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "Generated UTDK provider client for The Plaid API. The Plaid REST API. Please see https://plaid.com/docs/api for more details.",
|
|
6
|
+
"homepage": "https://plaid.com",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"plaid",
|
|
9
|
+
"generated",
|
|
10
|
+
"openapi",
|
|
11
|
+
"utdk"
|
|
12
|
+
],
|
|
13
|
+
"utdk": {
|
|
14
|
+
"provider": "plaid",
|
|
15
|
+
"generation": 2,
|
|
16
|
+
"generatedAt": "2026-05-30T18:16:15.703Z",
|
|
17
|
+
"auth": [
|
|
18
|
+
{
|
|
19
|
+
"auth_type": "api_key",
|
|
20
|
+
"api_key": "${PLAID_CLIENT_ID}",
|
|
21
|
+
"var_name": "PLAID-CLIENT-ID",
|
|
22
|
+
"location": "header"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"openapi": {
|
|
26
|
+
"title": "The Plaid API",
|
|
27
|
+
"url": "https://raw.githubusercontent.com/plaid/plaid-openapi/master/2020-09-14.yml",
|
|
28
|
+
"version": "2020-09-14_1.688.6",
|
|
29
|
+
"termsOfService": "https://plaid.com/legal/"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
package/provenance.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"provider": "plaid",
|
|
3
|
+
"generatedAt": "2026-05-30T18:16:23.286Z",
|
|
4
|
+
"generation": 2,
|
|
5
|
+
"source": {
|
|
6
|
+
"type": "openapi",
|
|
7
|
+
"url": "https://raw.githubusercontent.com/plaid/plaid-openapi/master/2020-09-14.yml",
|
|
8
|
+
"hash": "sha256:389e7440d1308d757d0f419cfe5fdfd272680e33d19ef4f404f0faed452ada96",
|
|
9
|
+
"fetchedAt": "2026-05-30T18:16:23.286Z"
|
|
10
|
+
},
|
|
11
|
+
"ingestSource": "printing-press",
|
|
12
|
+
"pipeline": {
|
|
13
|
+
"research": {
|
|
14
|
+
"noveltyScore": 6,
|
|
15
|
+
"competingPackages": 7
|
|
16
|
+
},
|
|
17
|
+
"scorecard": {
|
|
18
|
+
"infrastructure": "fail",
|
|
19
|
+
"domain": 85
|
|
20
|
+
},
|
|
21
|
+
"agentReadiness": "pass"
|
|
22
|
+
},
|
|
23
|
+
"bundlerVersion": "0.1.1"
|
|
24
|
+
}
|
package/research.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"provider": "plaid",
|
|
3
|
+
"generatedAt": "2026-05-30T18:16:16.180Z",
|
|
4
|
+
"noveltyScore": 6,
|
|
5
|
+
"npmPackages": [
|
|
6
|
+
{
|
|
7
|
+
"name": "fivvy-plaid-sdk",
|
|
8
|
+
"version": "0.6.2",
|
|
9
|
+
"description": "[](https://www.npmjs.com/package/fivvy-plaid-sdk) [](https://www.npmjs.com/package/fivvy-plaid-sdk)",
|
|
10
|
+
"category": "community-sdk"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "@nstudio/nativescript-plaid",
|
|
14
|
+
"version": "2.0.0",
|
|
15
|
+
"description": "Plaid SDK for NativeScript",
|
|
16
|
+
"category": "other"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "react-native-plaid-link-sdk",
|
|
20
|
+
"version": "12.8.1",
|
|
21
|
+
"description": "React Native Plaid Link SDK",
|
|
22
|
+
"category": "community-sdk"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "react-plaid-link",
|
|
26
|
+
"version": "4.1.1",
|
|
27
|
+
"description": "A React component for Plaid Link",
|
|
28
|
+
"category": "other"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "plaid",
|
|
32
|
+
"version": "42.2.0",
|
|
33
|
+
"description": "A node.js client for the Plaid API",
|
|
34
|
+
"category": "other"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "@types/plaid-link",
|
|
38
|
+
"version": "2.0.15",
|
|
39
|
+
"description": "TypeScript definitions for plaid-link",
|
|
40
|
+
"category": "types"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "@jcss/vue-plaid-link",
|
|
44
|
+
"version": "1.1.3",
|
|
45
|
+
"description": "Vue component for Plaid Link",
|
|
46
|
+
"category": "other"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"gapAnalysis": {
|
|
50
|
+
"hasOfficialSdk": false,
|
|
51
|
+
"hasCommunitySDK": true,
|
|
52
|
+
"hasTypeDefinitions": true,
|
|
53
|
+
"hasMcpServer": false,
|
|
54
|
+
"recommendation": "Community SDKs exist for plaid. Evaluate them before generating; focus on filling gaps they do not cover."
|
|
55
|
+
}
|
|
56
|
+
}
|
package/types.ts
ADDED