@utdk/elevenlabs 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 elevenlabs
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: elevenlabs
19
+ specUrl: https://api.elevenlabs.io/openapi.json
20
+ generatedAt: 2026-05-30T18:15:23.955Z
21
+ descriptions: {}
22
+ paginationHints: {}
23
+ authHints: {}
package/package.json ADDED
@@ -0,0 +1,32 @@
1
+ {
2
+ "name": "@utdk/elevenlabs",
3
+ "version": "1.0.0-20260530.2-dev.646adf4",
4
+ "type": "module",
5
+ "description": "Generated UTDK provider client for ElevenLabs API Documentation. This is the documentation for the ElevenLabs API. You can use this API to use our service programmatically, this is done by using your API key. You can find your API key in the dashboard at https://elevenlabs.io/app/settings/api-keys.",
6
+ "homepage": "https://api.elevenlabs.io/openapi.json",
7
+ "keywords": [
8
+ "elevenlabs",
9
+ "generated",
10
+ "openapi",
11
+ "utdk"
12
+ ],
13
+ "utdk": {
14
+ "provider": "elevenlabs",
15
+ "generation": 2,
16
+ "generatedAt": "2026-05-30T18:15:58.893Z",
17
+ "auth": [
18
+ {
19
+ "auth_type": "api_key",
20
+ "api_key": "${ELEVENLABS_API_KEY}",
21
+ "var_name": "xi-api-key",
22
+ "location": "header"
23
+ }
24
+ ],
25
+ "openapi": {
26
+ "title": "ElevenLabs API Documentation",
27
+ "url": "https://api.elevenlabs.io/openapi.json",
28
+ "version": "1.0",
29
+ "termsOfService": null
30
+ }
31
+ }
32
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "provider": "elevenlabs",
3
+ "generatedAt": "2026-05-30T18:16:06.458Z",
4
+ "generation": 2,
5
+ "source": {
6
+ "type": "openapi",
7
+ "url": "https://api.elevenlabs.io/openapi.json",
8
+ "hash": "sha256:daa58ddb7cf25bf2b84d94a67055815aabd8dc4e907e5a2f58a2b9e0b3744e7b",
9
+ "fetchedAt": "2026-05-30T18:16:06.458Z"
10
+ },
11
+ "ingestSource": "printing-press",
12
+ "pipeline": {
13
+ "research": {
14
+ "noveltyScore": 4,
15
+ "competingPackages": 6
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,50 @@
1
+ {
2
+ "provider": "elevenlabs",
3
+ "generatedAt": "2026-05-30T18:15:59.061Z",
4
+ "noveltyScore": 4,
5
+ "npmPackages": [
6
+ {
7
+ "name": "@runapi.ai/elevenlabs",
8
+ "version": "0.2.4",
9
+ "description": "RunAPI ElevenLabs SDK for JavaScript, Ruby, and Go",
10
+ "category": "community-sdk"
11
+ },
12
+ {
13
+ "name": "@elevenlabs/elevenlabs-js",
14
+ "version": "2.49.1",
15
+ "description": "![LOGO](https://github.com/elevenlabs/elevenlabs-python/assets/12028621/21267d89-5e82-4e7e-9c81-caf30b237683)",
16
+ "category": "official-sdk"
17
+ },
18
+ {
19
+ "name": "@elevenlabs/client",
20
+ "version": "1.9.0",
21
+ "description": "ElevenLabs JavaScript Client Library",
22
+ "category": "official-sdk"
23
+ },
24
+ {
25
+ "name": "@ai-sdk/elevenlabs",
26
+ "version": "2.0.33",
27
+ "description": "The **[ElevenLabs provider](https://ai-sdk.dev/providers/ai-sdk-providers/elevenlabs)** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for the ElevenLabs chat and completion APIs and embedding model support for the ElevenLabs em",
28
+ "category": "community-sdk"
29
+ },
30
+ {
31
+ "name": "@elevenlabs/react",
32
+ "version": "1.6.4",
33
+ "description": "ElevenLabs React Library",
34
+ "category": "official-sdk"
35
+ },
36
+ {
37
+ "name": "@elevenlabs/types",
38
+ "version": "0.14.0",
39
+ "description": "AsyncAPI contracts and generated TypeScript types for ElevenLabs agent communication",
40
+ "category": "official-sdk"
41
+ }
42
+ ],
43
+ "gapAnalysis": {
44
+ "hasOfficialSdk": true,
45
+ "hasCommunitySDK": true,
46
+ "hasTypeDefinitions": false,
47
+ "hasMcpServer": false,
48
+ "recommendation": "An official SDK exists for elevenlabs. Consider wrapping it or focusing on gaps it does not cover."
49
+ }
50
+ }
package/types.ts ADDED
@@ -0,0 +1,3 @@
1
+ export type ElevenlabsClient = {
2
+
3
+ };