@utdk/asana 1.0.0-20260530.1-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 +57827 -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 asana
|
|
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: asana
|
|
19
|
+
specUrl: https://raw.githubusercontent.com/Asana/openapi/master/defs/asana_oas.yaml
|
|
20
|
+
generatedAt: 2026-05-30T22:05:31.234Z
|
|
21
|
+
descriptions: {}
|
|
22
|
+
paginationHints: {}
|
|
23
|
+
authHints: {}
|
package/package.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@utdk/asana",
|
|
3
|
+
"version": "1.0.0-20260530.1-dev.646adf4",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "Generated UTDK provider client for Asana. This is the interface for interacting with the [Asana Platform](https://developers.asana.com). Our API reference is generated from our [OpenAPI spec] (https://raw.githubusercontent.com/Asana/openapi/master/defs/asana_oas.yaml).",
|
|
6
|
+
"homepage": "https://asana.com/support",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"asana",
|
|
9
|
+
"generated",
|
|
10
|
+
"openapi",
|
|
11
|
+
"utdk"
|
|
12
|
+
],
|
|
13
|
+
"license": "Apache 2.0",
|
|
14
|
+
"utdk": {
|
|
15
|
+
"provider": "asana",
|
|
16
|
+
"generation": 1,
|
|
17
|
+
"generatedAt": "2026-05-30T22:05:31.190Z",
|
|
18
|
+
"auth": [
|
|
19
|
+
{
|
|
20
|
+
"auth_type": "oauth2",
|
|
21
|
+
"token_url": "https://app.asana.com/-/oauth_token",
|
|
22
|
+
"client_id": "${ASANA_CLIENT_ID}",
|
|
23
|
+
"client_secret": "${ASANA_CLIENT_SECRET}",
|
|
24
|
+
"scope": "default"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"openapi": {
|
|
28
|
+
"title": "Asana",
|
|
29
|
+
"url": "https://raw.githubusercontent.com/Asana/openapi/master/defs/asana_oas.yaml",
|
|
30
|
+
"version": "1.0",
|
|
31
|
+
"termsOfService": "https://asana.com/terms"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
package/provenance.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"provider": "asana",
|
|
3
|
+
"generatedAt": "2026-05-30T22:05:43.162Z",
|
|
4
|
+
"generation": 1,
|
|
5
|
+
"source": {
|
|
6
|
+
"type": "openapi",
|
|
7
|
+
"url": "https://raw.githubusercontent.com/Asana/openapi/master/defs/asana_oas.yaml",
|
|
8
|
+
"hash": "sha256:9d62cc19c728ee2274db4223cfff41ed13c0f0d52fa33779b6f0884f8d170bad",
|
|
9
|
+
"fetchedAt": "2026-05-30T22:05:43.162Z"
|
|
10
|
+
},
|
|
11
|
+
"ingestSource": "printing-press",
|
|
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": "asana",
|
|
3
|
+
"generatedAt": "2026-05-30T22:05:32.076Z",
|
|
4
|
+
"noveltyScore": 4,
|
|
5
|
+
"npmPackages": [
|
|
6
|
+
{
|
|
7
|
+
"name": "@pliancy/asana-sdk",
|
|
8
|
+
"version": "1.1.1",
|
|
9
|
+
"description": "Wrapper around the Asana node SDK",
|
|
10
|
+
"category": "community-sdk"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "asana",
|
|
14
|
+
"version": "3.1.11",
|
|
15
|
+
"description": "This_is_the_interface_for_interacting_with_the__Asana_Platform_httpsdevelopers_asana_com__Our_API_reference_is_generated_from_our__OpenAPI_spec__httpsraw_githubusercontent_comAsanaopenapimasterdefsasana_oas_yaml_",
|
|
16
|
+
"category": "other"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "@types/asana",
|
|
20
|
+
"version": "0.18.17",
|
|
21
|
+
"description": "TypeScript definitions for asana",
|
|
22
|
+
"category": "types"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "@types/react-dom",
|
|
26
|
+
"version": "19.2.3",
|
|
27
|
+
"description": "TypeScript definitions for react-dom",
|
|
28
|
+
"category": "types"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "asana-phrase",
|
|
32
|
+
"version": "0.0.8",
|
|
33
|
+
"description": "Random error phrase generator used by Asana",
|
|
34
|
+
"category": "other"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "@types/react",
|
|
38
|
+
"version": "19.2.15",
|
|
39
|
+
"description": "TypeScript definitions for react",
|
|
40
|
+
"category": "types"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "@types/sax",
|
|
44
|
+
"version": "1.2.7",
|
|
45
|
+
"description": "TypeScript definitions for sax",
|
|
46
|
+
"category": "types"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "@types/jest",
|
|
50
|
+
"version": "30.0.0",
|
|
51
|
+
"description": "TypeScript definitions for jest",
|
|
52
|
+
"category": "types"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "@roychri/mcp-server-asana",
|
|
56
|
+
"version": "1.8.0",
|
|
57
|
+
"description": "MCP Server for Asana",
|
|
58
|
+
"category": "mcp-server"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "@cristip73/mcp-server-asana",
|
|
62
|
+
"version": "2.0.0",
|
|
63
|
+
"description": "MCP Server for Asana API",
|
|
64
|
+
"category": "mcp-server"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "@panchopoliti/mcp-server-asana",
|
|
68
|
+
"version": "1.8.8",
|
|
69
|
+
"description": "MCP Server for Asana (fork with transaction logging, rollback, and safety guards)",
|
|
70
|
+
"category": "mcp-server"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"gapAnalysis": {
|
|
74
|
+
"hasOfficialSdk": false,
|
|
75
|
+
"hasCommunitySDK": true,
|
|
76
|
+
"hasTypeDefinitions": true,
|
|
77
|
+
"hasMcpServer": true,
|
|
78
|
+
"recommendation": "Community SDKs exist for asana. Evaluate them before generating; focus on filling gaps they do not cover. An MCP server already exists; differentiate by offering better type coverage."
|
|
79
|
+
}
|
|
80
|
+
}
|
package/types.ts
ADDED