Skip to content

Commit f774d61

Browse files
committed
SDK regeneration
1 parent 289a71b commit f774d61

50 files changed

Lines changed: 1491 additions & 1056 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.mock/definition/__package__.yml

Lines changed: 163 additions & 120 deletions
Large diffs are not rendered by default.

.mock/definition/conversationalAi/agents/widget.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,27 @@ service:
9393
conversation_id: conversation_id
9494
error_occurred: error_occurred
9595
copy_id: copy_id
96+
styles:
97+
base: base
98+
base_hover: base_hover
99+
base_active: base_active
100+
base_border: base_border
101+
base_subtle: base_subtle
102+
base_primary: base_primary
103+
base_error: base_error
104+
accent: accent
105+
accent_hover: accent_hover
106+
accent_active: accent_active
107+
accent_border: accent_border
108+
accent_subtle: accent_subtle
109+
accent_primary: accent_primary
110+
overlay_padding: 1.1
111+
button_radius: 1.1
112+
input_radius: 1.1
113+
bubble_radius: 1.1
114+
sheet_radius: 1.1
115+
compact_sheet_radius: 1.1
116+
dropdown_sheet_radius: 1.1
96117
language: language
97118
supported_language_overrides:
98119
- supported_language_overrides

.mock/definition/speechToText.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,19 @@ service:
130130
Whether to send the transcription result to configured
131131
speech-to-text webhooks. If set the request will return early
132132
without the transcription, which will be delivered later via
133-
webhook. Webhooks can be created and assigned to a transcription
134-
task in webhook settings page in the UI.
133+
webhook.
135134
default: false
135+
temperature:
136+
type: optional<double>
137+
docs: >-
138+
Controls the randomness of the transcription output. Accepts
139+
values between 0.0 and 2.0, where higher values result in more
140+
diverse and less deterministic results. If omitted, we will use
141+
a temperature based on the model you selected which is usually
142+
0.
143+
validation:
144+
min: 0
145+
max: 2
136146
content-type: multipart/form-data
137147
response:
138148
docs: Synchronous transcription result

.mock/definition/user/subscription.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ service:
4444
next_invoice:
4545
amount_due_cents: 1000
4646
discount_percent_off: 1.1
47+
discount_amount_off: 1.1
4748
next_payment_attempt_unix: 1738356858
4849
has_open_invoices: false
4950
source:

.mock/definition/voices.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ service:
194194
docs: >-
195195
Type of the voice to filter by. One of 'personal', 'community',
196196
'default', 'workspace', 'non-default'. 'non-default' is equal to
197-
'personal' plus 'community'.
197+
all but 'default'.
198198
category:
199199
type: optional<string>
200200
docs: >-
@@ -895,7 +895,7 @@ service:
895895
source:
896896
openapi: openapi.json
897897
display-name: Voices
898-
docs: Access to voices created either by you or us.
898+
docs: Access to voices created either by you or ElevenLabs.
899899
types:
900900
VoicesGetSharedRequestCategory:
901901
enum:

.mock/definition/workspace.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
imports:
2+
root: __package__.yml
3+
service:
4+
auth: false
5+
base-path: ''
6+
endpoints:
7+
updateUserAutoProvisioning:
8+
path: /v1/workspace/user-auto-provisioning
9+
method: POST
10+
auth: false
11+
docs: Update user auto provisioning settings for the workspace.
12+
source:
13+
openapi: openapi.json
14+
display-name: Update User Auto Provisioning
15+
request:
16+
name: BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost
17+
body:
18+
properties:
19+
enabled: boolean
20+
content-type: application/json
21+
response:
22+
docs: Successful Response
23+
type: unknown
24+
status-code: 200
25+
errors:
26+
- root.UnprocessableEntityError
27+
examples:
28+
- request:
29+
enabled: true
30+
response:
31+
body:
32+
key: value
33+
source:
34+
openapi: openapi.json

.mock/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization" : "elevenlabs",
3-
"version" : "0.63.19"
3+
"version" : "0.63.38"
44
}

0 commit comments

Comments
 (0)