@utdk/twilio 1.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/overlay.yaml ADDED
@@ -0,0 +1,23 @@
1
+ # Spec enrichment overlay for twilio
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: twilio
19
+ specUrl: https://api.apis.guru/v2/specs/twilio.com/api/1.42.0/openapi.json
20
+ generatedAt: 2026-05-30T12:25:52.615Z
21
+ descriptions: {}
22
+ paginationHints: {}
23
+ authHints: {}
package/package.json ADDED
@@ -0,0 +1,32 @@
1
+ {
2
+ "name": "@utdk/twilio",
3
+ "version": "1.0.0-20260530.2-dev.646adf4",
4
+ "type": "module",
5
+ "description": "Generated UTDK provider client for Twilio - Api. This is the public Twilio REST API.",
6
+ "homepage": "https://support.twilio.com",
7
+ "keywords": [
8
+ "twilio",
9
+ "generated",
10
+ "openapi",
11
+ "utdk"
12
+ ],
13
+ "license": "Apache 2.0",
14
+ "utdk": {
15
+ "provider": "twilio",
16
+ "generation": 2,
17
+ "generatedAt": "2026-05-30T22:05:43.397Z",
18
+ "auth": [
19
+ {
20
+ "auth_type": "basic",
21
+ "username": "${TWILIO_ACCOUNT_SID}",
22
+ "password": "${TWILIO_AUTH_TOKEN}"
23
+ }
24
+ ],
25
+ "openapi": {
26
+ "title": "Twilio - Api",
27
+ "url": "https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_api_v2010.json",
28
+ "version": "1.0.0",
29
+ "termsOfService": "https://www.twilio.com/legal/tos"
30
+ }
31
+ }
32
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "provider": "twilio",
3
+ "generatedAt": "2026-05-30T22:05:54.660Z",
4
+ "generation": 2,
5
+ "source": {
6
+ "type": "openapi",
7
+ "url": "https://raw.githubusercontent.com/twilio/twilio-oai/main/spec/json/twilio_api_v2010.json",
8
+ "hash": "sha256:611eddb28ff23cc948b8fcf648b5e9cff0e7915439561ab35c992168a6665c6e",
9
+ "fetchedAt": "2026-05-30T22:05:54.660Z"
10
+ },
11
+ "ingestSource": "printing-press",
12
+ "pipeline": {
13
+ "research": {
14
+ "noveltyScore": 4,
15
+ "competingPackages": 5
16
+ },
17
+ "scorecard": {
18
+ "infrastructure": "fail",
19
+ "domain": 70
20
+ },
21
+ "agentReadiness": "pass"
22
+ },
23
+ "bundlerVersion": "0.1.1"
24
+ }
package/research.json ADDED
@@ -0,0 +1,44 @@
1
+ {
2
+ "provider": "twilio",
3
+ "generatedAt": "2026-05-30T22:05:43.851Z",
4
+ "noveltyScore": 4,
5
+ "npmPackages": [
6
+ {
7
+ "name": "twilio-sdk-type-validator",
8
+ "version": "0.1.3",
9
+ "description": "Runtime type validator for JS Messaging SDKs",
10
+ "category": "community-sdk"
11
+ },
12
+ {
13
+ "name": "nativescript-twilio",
14
+ "version": "0.14.0",
15
+ "description": "NativeScript Twilio SDK plugin",
16
+ "category": "other"
17
+ },
18
+ {
19
+ "name": "@twilio/voice-sdk",
20
+ "version": "2.18.3",
21
+ "description": "Twilio's JavaScript Voice SDK",
22
+ "category": "official-sdk"
23
+ },
24
+ {
25
+ "name": "twilio-sync",
26
+ "version": "4.0.0",
27
+ "description": "Twilio Sync client library",
28
+ "category": "other"
29
+ },
30
+ {
31
+ "name": "twilio",
32
+ "version": "6.0.2",
33
+ "description": "A Twilio helper library",
34
+ "category": "other"
35
+ }
36
+ ],
37
+ "gapAnalysis": {
38
+ "hasOfficialSdk": true,
39
+ "hasCommunitySDK": true,
40
+ "hasTypeDefinitions": false,
41
+ "hasMcpServer": false,
42
+ "recommendation": "An official SDK exists for twilio. Consider wrapping it or focusing on gaps it does not cover."
43
+ }
44
+ }
package/types.ts ADDED
@@ -0,0 +1,3 @@
1
+ export type TwilioClient = {
2
+
3
+ };