@utdk/zendesk 2.0.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 +984 -0
- package/overlay.yaml +23 -0
- package/package.json +34 -0
- package/provenance.json +24 -0
- package/research.json +110 -0
- package/types.ts +3 -0
package/overlay.yaml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Spec enrichment overlay for zendesk
|
|
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: zendesk
|
|
19
|
+
specUrl: repo://data/openapi/zendesk.json
|
|
20
|
+
generatedAt: 2026-05-30T12:22:31.383Z
|
|
21
|
+
descriptions: {}
|
|
22
|
+
paginationHints: {}
|
|
23
|
+
authHints: {}
|
package/package.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@utdk/zendesk",
|
|
3
|
+
"version": "2.0.0-20260530.2-dev.646adf4",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "Generated UTDK provider client for Zendesk Support API. The Zendesk Support API lets you access, create, update, and delete help desk tickets (called 'tickets'), users, organizations, and groups. Build integrations that automate support workflows, sync customer data, and extend the Zendesk platform.",
|
|
6
|
+
"homepage": "https://developer.zendesk.com/api-reference",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"zendesk",
|
|
9
|
+
"generated",
|
|
10
|
+
"openapi",
|
|
11
|
+
"utdk"
|
|
12
|
+
],
|
|
13
|
+
"license": "Apache 2.0",
|
|
14
|
+
"utdk": {
|
|
15
|
+
"provider": "zendesk",
|
|
16
|
+
"generation": 2,
|
|
17
|
+
"generatedAt": "2026-05-30T12:26:08.147Z",
|
|
18
|
+
"auth": [
|
|
19
|
+
{
|
|
20
|
+
"auth_type": "api_key",
|
|
21
|
+
"api_key": "Bearer ${ZENDESK_API_TOKEN}",
|
|
22
|
+
"var_name": "Authorization",
|
|
23
|
+
"location": "header"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"openapi": {
|
|
27
|
+
"title": "Zendesk Support API",
|
|
28
|
+
"url": "repo://data/openapi/zendesk.json",
|
|
29
|
+
"version": "2.0.0",
|
|
30
|
+
"termsOfService": null,
|
|
31
|
+
"icon": "https://d1eipm3vz40hy0.cloudfront.net/images/logos/zendesk-logo.svg"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
package/provenance.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"provider": "zendesk",
|
|
3
|
+
"generatedAt": "2026-05-30T12:26:11.920Z",
|
|
4
|
+
"generation": 2,
|
|
5
|
+
"source": {
|
|
6
|
+
"type": "openapi",
|
|
7
|
+
"url": "repo://data/openapi/zendesk.json",
|
|
8
|
+
"hash": "sha256:f4df6f0e86268a673663a17110c2e08d6fe1827e5cb69b55628568b724a32f75",
|
|
9
|
+
"fetchedAt": "2026-05-30T12:26:11.920Z"
|
|
10
|
+
},
|
|
11
|
+
"ingestSource": "composio",
|
|
12
|
+
"pipeline": {
|
|
13
|
+
"research": {
|
|
14
|
+
"noveltyScore": 1,
|
|
15
|
+
"competingPackages": 16
|
|
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,110 @@
|
|
|
1
|
+
{
|
|
2
|
+
"provider": "zendesk",
|
|
3
|
+
"generatedAt": "2026-05-30T12:26:08.369Z",
|
|
4
|
+
"noveltyScore": 1,
|
|
5
|
+
"npmPackages": [
|
|
6
|
+
{
|
|
7
|
+
"name": "@datacamp/react-native-zendesk",
|
|
8
|
+
"version": "1.1.4",
|
|
9
|
+
"description": "Zendesk SDK for React Native.",
|
|
10
|
+
"category": "other"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "expo-zendesk-messaging",
|
|
14
|
+
"version": "1.0.6",
|
|
15
|
+
"description": "Zendesk SDK integration with Expo",
|
|
16
|
+
"category": "other"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "react-native-zendesk",
|
|
20
|
+
"version": "2.1.0",
|
|
21
|
+
"description": "Zendesk SDK for React Native.",
|
|
22
|
+
"category": "other"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "rn-zendesk",
|
|
26
|
+
"version": "4.0.0",
|
|
27
|
+
"description": "Wrapper around the native Zendesk SDK for React Native.",
|
|
28
|
+
"category": "other"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "nativescript-zendesk-sdk",
|
|
32
|
+
"version": "0.2.0",
|
|
33
|
+
"description": "Zendesk SDK for NativeScript",
|
|
34
|
+
"category": "community-sdk"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "@types/zendesk-web-widget",
|
|
38
|
+
"version": "1.0.1",
|
|
39
|
+
"description": "TypeScript definitions for zendesk-web-widget",
|
|
40
|
+
"category": "types"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "node-zendesk",
|
|
44
|
+
"version": "6.0.1",
|
|
45
|
+
"description": "A trusted Zendesk API client library for Node.js and the browser, lovingly maintained for over 10 years.",
|
|
46
|
+
"category": "other"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "@types/smooch",
|
|
50
|
+
"version": "5.6.0",
|
|
51
|
+
"description": "TypeScript definitions for smooch",
|
|
52
|
+
"category": "types"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "react-zendesk",
|
|
56
|
+
"version": "0.1.13",
|
|
57
|
+
"description": "A component enable Zendesk in your React application",
|
|
58
|
+
"category": "other"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "react-native-zendesk-messaging",
|
|
62
|
+
"version": "0.3.2",
|
|
63
|
+
"description": "Zendesk messaging SDK for React Native",
|
|
64
|
+
"category": "other"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "@mindstone-engineering/mcp-server-zendesk",
|
|
68
|
+
"version": "0.3.1",
|
|
69
|
+
"description": "Zendesk MCP server for Model Context Protocol hosts",
|
|
70
|
+
"category": "mcp-server"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "@mindstone/mcp-server-zendesk",
|
|
74
|
+
"version": "0.3.2",
|
|
75
|
+
"description": "Zendesk MCP server for Model Context Protocol hosts",
|
|
76
|
+
"category": "mcp-server"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "mcp-proxy",
|
|
80
|
+
"version": "6.5.1",
|
|
81
|
+
"description": "A TypeScript SSE proxy for MCP servers that use stdio transport.",
|
|
82
|
+
"category": "mcp-server"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "cloudflare",
|
|
86
|
+
"version": "6.3.0",
|
|
87
|
+
"description": "The official TypeScript library for the Cloudflare API",
|
|
88
|
+
"category": "other"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "zendesk",
|
|
92
|
+
"version": "0.0.5",
|
|
93
|
+
"description": "NodeJS library for the Zendesk API",
|
|
94
|
+
"category": "other"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "@zendesk/zcli",
|
|
98
|
+
"version": "1.0.1",
|
|
99
|
+
"description": "Zendesk CLI is a single command line tool for all your zendesk needs",
|
|
100
|
+
"category": "official-sdk"
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"gapAnalysis": {
|
|
104
|
+
"hasOfficialSdk": true,
|
|
105
|
+
"hasCommunitySDK": true,
|
|
106
|
+
"hasTypeDefinitions": true,
|
|
107
|
+
"hasMcpServer": true,
|
|
108
|
+
"recommendation": "An official SDK exists for zendesk. Consider wrapping it or focusing on gaps it does not cover. An MCP server already exists; differentiate by offering better type coverage."
|
|
109
|
+
}
|
|
110
|
+
}
|
package/types.ts
ADDED