@utdk/sendgrid 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 +41251 -0
- package/overlay.yaml +23 -0
- package/package.json +33 -0
- package/provenance.json +24 -0
- package/research.json +74 -0
- package/types.ts +3 -0
package/overlay.yaml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Spec enrichment overlay for sendgrid
|
|
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: sendgrid
|
|
19
|
+
specUrl: https://api.apis.guru/v2/specs/sendgrid.com/1.0.0/openapi.json
|
|
20
|
+
generatedAt: 2026-05-30T12:25:57.720Z
|
|
21
|
+
descriptions: {}
|
|
22
|
+
paginationHints: {}
|
|
23
|
+
authHints: {}
|
package/package.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@utdk/sendgrid",
|
|
3
|
+
"version": "1.0.0-20260530.1-dev.646adf4",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "Generated UTDK provider client for Email Activity (beta). The Beta endpoints for the new Email Activity APIs - functionality is subject to change without notice. You may not have access to this Beta endpoint.\n\nEmail Activity offers filtering and search by event type for two days worth of data. There is an optional add-on to store 60 days worth of data. This add-on also gives you access to the ability to download a CSV of the 60 days worth of email event data. The Beta endpoints for the new Email Activity APIs - functionality is subject to change without notice. You may not have access to this Beta endpoint.\n\nEmail Activity offers filtering and search by event type for two days worth of data. There is an optional add-on to store 60 days worth of data. This add-on also gives you access to the ability to download a CSV of the 60 days worth of email event data.",
|
|
6
|
+
"homepage": "https://sendgrid.com/docs/API_Reference/Web_API_v3/index.html",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"sendgrid",
|
|
9
|
+
"generated",
|
|
10
|
+
"openapi",
|
|
11
|
+
"utdk"
|
|
12
|
+
],
|
|
13
|
+
"utdk": {
|
|
14
|
+
"provider": "sendgrid",
|
|
15
|
+
"generation": 1,
|
|
16
|
+
"generatedAt": "2026-05-30T12:25:57.707Z",
|
|
17
|
+
"auth": [
|
|
18
|
+
{
|
|
19
|
+
"auth_type": "api_key",
|
|
20
|
+
"api_key": "Bearer ${SENDGRID_API_KEY}",
|
|
21
|
+
"var_name": "Authorization",
|
|
22
|
+
"location": "header"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"openapi": {
|
|
26
|
+
"title": "Email Activity (beta)",
|
|
27
|
+
"url": "https://api.apis.guru/v2/specs/sendgrid.com/1.0.0/openapi.json",
|
|
28
|
+
"version": "1.0.0",
|
|
29
|
+
"termsOfService": null,
|
|
30
|
+
"icon": "https://api.apis.guru/v2/cache/logo/https_user-images.githubusercontent.com_21603_27865240-b4c0da22-6189-11e7-9f2c-f35f4c6fa57c.png"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
package/provenance.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"provider": "sendgrid",
|
|
3
|
+
"generatedAt": "2026-05-30T12:26:02.337Z",
|
|
4
|
+
"generation": 1,
|
|
5
|
+
"source": {
|
|
6
|
+
"type": "openapi",
|
|
7
|
+
"url": "https://api.apis.guru/v2/specs/sendgrid.com/1.0.0/openapi.json",
|
|
8
|
+
"hash": "sha256:71a468cc0c9e4fd09795fc223123f623405121d91bd8923c2889abb5c1e2b77b",
|
|
9
|
+
"fetchedAt": "2026-05-30T12:26:02.337Z"
|
|
10
|
+
},
|
|
11
|
+
"ingestSource": "composio",
|
|
12
|
+
"pipeline": {
|
|
13
|
+
"research": {
|
|
14
|
+
"noveltyScore": 2,
|
|
15
|
+
"competingPackages": 10
|
|
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,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"provider": "sendgrid",
|
|
3
|
+
"generatedAt": "2026-05-30T12:25:58.835Z",
|
|
4
|
+
"noveltyScore": 2,
|
|
5
|
+
"npmPackages": [
|
|
6
|
+
{
|
|
7
|
+
"name": "@sendgrid/helpers",
|
|
8
|
+
"version": "8.0.0",
|
|
9
|
+
"description": "Twilio SendGrid NodeJS internal helpers",
|
|
10
|
+
"category": "official-sdk"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "@sendgrid/mail",
|
|
14
|
+
"version": "8.1.6",
|
|
15
|
+
"description": "Twilio SendGrid NodeJS mail service",
|
|
16
|
+
"category": "official-sdk"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "@sendgrid/client",
|
|
20
|
+
"version": "8.1.6",
|
|
21
|
+
"description": "Twilio SendGrid NodeJS API client",
|
|
22
|
+
"category": "official-sdk"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "sendgrid-rest",
|
|
26
|
+
"version": "2.6.1",
|
|
27
|
+
"description": "HTTP REST client, simplified for Node.js.",
|
|
28
|
+
"category": "other"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "smtpapi",
|
|
32
|
+
"version": "1.4.7",
|
|
33
|
+
"description": "Build SendGrid X-SMTPAPI headers in nodejs.",
|
|
34
|
+
"category": "other"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "@types/nodemailer-sendgrid",
|
|
38
|
+
"version": "1.0.3",
|
|
39
|
+
"description": "TypeScript definitions for nodemailer-sendgrid",
|
|
40
|
+
"category": "types"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "mcp-proxy",
|
|
44
|
+
"version": "6.5.1",
|
|
45
|
+
"description": "A TypeScript SSE proxy for MCP servers that use stdio transport.",
|
|
46
|
+
"category": "mcp-server"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "cloudflare",
|
|
50
|
+
"version": "6.3.0",
|
|
51
|
+
"description": "The official TypeScript library for the Cloudflare API",
|
|
52
|
+
"category": "other"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "nodemailer-sendgrid",
|
|
56
|
+
"version": "1.0.3",
|
|
57
|
+
"description": "SendGrid transport object for Nodemailer.",
|
|
58
|
+
"category": "other"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "@sendgrid/eventwebhook",
|
|
62
|
+
"version": "8.0.0",
|
|
63
|
+
"description": "Twilio SendGrid NodeJS Event Webhook",
|
|
64
|
+
"category": "official-sdk"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"gapAnalysis": {
|
|
68
|
+
"hasOfficialSdk": true,
|
|
69
|
+
"hasCommunitySDK": false,
|
|
70
|
+
"hasTypeDefinitions": true,
|
|
71
|
+
"hasMcpServer": true,
|
|
72
|
+
"recommendation": "An official SDK exists for sendgrid. Consider wrapping it or focusing on gaps it does not cover. An MCP server already exists; differentiate by offering better type coverage."
|
|
73
|
+
}
|
|
74
|
+
}
|
package/types.ts
ADDED