Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
283 changes: 163 additions & 120 deletions .mock/definition/__package__.yml

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions .mock/definition/conversationalAi/agents/widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,27 @@ service:
conversation_id: conversation_id
error_occurred: error_occurred
copy_id: copy_id
styles:
base: base
base_hover: base_hover
base_active: base_active
base_border: base_border
base_subtle: base_subtle
base_primary: base_primary
base_error: base_error
accent: accent
accent_hover: accent_hover
accent_active: accent_active
accent_border: accent_border
accent_subtle: accent_subtle
accent_primary: accent_primary
overlay_padding: 1.1
button_radius: 1.1
input_radius: 1.1
bubble_radius: 1.1
sheet_radius: 1.1
compact_sheet_radius: 1.1
dropdown_sheet_radius: 1.1
language: language
supported_language_overrides:
- supported_language_overrides
Expand Down
14 changes: 12 additions & 2 deletions .mock/definition/speechToText.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,19 @@ service:
Whether to send the transcription result to configured
speech-to-text webhooks. If set the request will return early
without the transcription, which will be delivered later via
webhook. Webhooks can be created and assigned to a transcription
task in webhook settings page in the UI.
webhook.
default: false
temperature:
type: optional<double>
docs: >-
Controls the randomness of the transcription output. Accepts
values between 0.0 and 2.0, where higher values result in more
diverse and less deterministic results. If omitted, we will use
a temperature based on the model you selected which is usually
0.
validation:
min: 0
max: 2
content-type: multipart/form-data
response:
docs: Synchronous transcription result
Expand Down
1 change: 1 addition & 0 deletions .mock/definition/user/subscription.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ service:
next_invoice:
amount_due_cents: 1000
discount_percent_off: 1.1
discount_amount_off: 1.1
next_payment_attempt_unix: 1738356858
has_open_invoices: false
source:
Expand Down
4 changes: 2 additions & 2 deletions .mock/definition/voices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ service:
docs: >-
Type of the voice to filter by. One of 'personal', 'community',
'default', 'workspace', 'non-default'. 'non-default' is equal to
'personal' plus 'community'.
all but 'default'.
category:
type: optional<string>
docs: >-
Expand Down Expand Up @@ -895,7 +895,7 @@ service:
source:
openapi: openapi.json
display-name: Voices
docs: Access to voices created either by you or us.
docs: Access to voices created either by you or ElevenLabs.
types:
VoicesGetSharedRequestCategory:
enum:
Expand Down
34 changes: 34 additions & 0 deletions .mock/definition/workspace.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
imports:
root: __package__.yml
service:
auth: false
base-path: ''
endpoints:
updateUserAutoProvisioning:
path: /v1/workspace/user-auto-provisioning
method: POST
auth: false
docs: Update user auto provisioning settings for the workspace.
source:
openapi: openapi.json
display-name: Update User Auto Provisioning
request:
name: BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost
body:
properties:
enabled: boolean
content-type: application/json
response:
docs: Successful Response
type: unknown
status-code: 200
errors:
- root.UnprocessableEntityError
examples:
- request:
enabled: true
response:
body:
key: value
source:
openapi: openapi.json
2 changes: 1 addition & 1 deletion .mock/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization" : "elevenlabs",
"version" : "0.63.19"
"version" : "0.63.38"
}
Loading