Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jan 17, 2025
1 parent 270694e commit 5806abe
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 118 deletions.
26 changes: 22 additions & 4 deletions .mock/definition/empathic-voice/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -887,9 +887,18 @@ types:
properties:
url:
type: string
docs: URL to send the webhook to
docs: >-
The URL where event payloads will be sent. This must be a valid https
URL to ensure secure communication. The server at this URL must accept
POST requests with a JSON payload.
events:
docs: Events this URL is subscribed to
docs: >-
The list of events the specified URL is subscribed to.
See our [webhooks
guide](/docs/empathic-voice-interface-evi/configuration#supported-events)
for more information on supported events.
type: list<PostedWebhookEventType>
source:
openapi: stenographer-openapi.json
Expand Down Expand Up @@ -1258,9 +1267,18 @@ types:
properties:
url:
type: string
docs: Webhook URL to send the event updates to
docs: >-
The URL where event payloads will be sent. This must be a valid https
URL to ensure secure communication. The server at this URL must accept
POST requests with a JSON payload.
events:
docs: Events this URL is subscribed to
docs: >-
The list of events the specified URL is subscribed to.
See our [webhooks
guide](/docs/empathic-voice-interface-evi/configuration#supported-events)
for more information on supported events.
type: list<ReturnWebhookEventType>
source:
openapi: stenographer-openapi.json
Expand Down
137 changes: 61 additions & 76 deletions .mock/definition/expression-measurement/batch/__package__.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1272,176 +1272,169 @@ types:
source:
openapi: batch-openapi.json
Source:
discriminated: false
discriminant: type
base-properties: {}
union:
- SourceUrl
- SourceFile
- SourceTextSource
url: SourceUrl
file: SourceFile
text: SourceTextSource
source:
openapi: batch-openapi.json
SourceFile:
properties:
type: literal<"file">
properties: {}
extends:
- File
source:
openapi: batch-openapi.json
SourceTextSource:
properties:
type: literal<"text">
properties: {}
source:
openapi: batch-openapi.json
SourceUrl:
properties:
type: literal<"url">
properties: {}
extends:
- Url
source:
openapi: batch-openapi.json
Url:
properties:
url:
type: string
docs: The URL of the source media file.
source:
openapi: batch-openapi.json
StateEmbeddingGeneration:
discriminated: false
discriminant: status
base-properties: {}
union:
- StateEmbeddingGenerationQueued
- StateEmbeddingGenerationInProgress
- StateEmbeddingGenerationCompletedEmbeddingGeneration
- StateEmbeddingGenerationFailed
QUEUED: StateEmbeddingGenerationQueued
IN_PROGRESS: StateEmbeddingGenerationInProgress
COMPLETED: StateEmbeddingGenerationCompletedEmbeddingGeneration
FAILED: StateEmbeddingGenerationFailed
source:
openapi: batch-openapi.json
StateEmbeddingGenerationCompletedEmbeddingGeneration:
properties:
status: literal<"COMPLETED">
properties: {}
extends:
- CompletedEmbeddingGeneration
source:
openapi: batch-openapi.json
StateEmbeddingGenerationFailed:
properties:
status: literal<"FAILED">
properties: {}
extends:
- Failed
source:
openapi: batch-openapi.json
StateEmbeddingGenerationInProgress:
properties:
status: literal<"IN_PROGRESS">
properties: {}
extends:
- InProgress
source:
openapi: batch-openapi.json
StateEmbeddingGenerationQueued:
properties:
status: literal<"QUEUED">
properties: {}
extends:
- Queued
source:
openapi: batch-openapi.json
StateInference:
discriminated: false
discriminant: status
base-properties: {}
union:
- QueuedState
- InProgressState
- CompletedState
- FailedState
QUEUED: QueuedState
IN_PROGRESS: InProgressState
COMPLETED: CompletedState
FAILED: FailedState
source:
openapi: batch-openapi.json
CompletedState:
properties:
status: literal<"COMPLETED">
properties: {}
extends:
- CompletedInference
source:
openapi: batch-openapi.json
FailedState:
properties:
status: literal<"FAILED">
properties: {}
extends:
- Failed
source:
openapi: batch-openapi.json
InProgressState:
properties:
status: literal<"IN_PROGRESS">
properties: {}
extends:
- InProgress
source:
openapi: batch-openapi.json
QueuedState:
properties:
status: literal<"QUEUED">
properties: {}
extends:
- Queued
source:
openapi: batch-openapi.json
StateTlInference:
discriminated: false
discriminant: status
base-properties: {}
union:
- StateTlInferenceQueued
- StateTlInferenceInProgress
- StateTlInferenceCompletedTlInference
- StateTlInferenceFailed
QUEUED: StateTlInferenceQueued
IN_PROGRESS: StateTlInferenceInProgress
COMPLETED: StateTlInferenceCompletedTlInference
FAILED: StateTlInferenceFailed
source:
openapi: batch-openapi.json
StateTlInferenceCompletedTlInference:
properties:
status: literal<"COMPLETED">
properties: {}
extends:
- CompletedTlInference
source:
openapi: batch-openapi.json
StateTlInferenceFailed:
properties:
status: literal<"FAILED">
properties: {}
extends:
- Failed
source:
openapi: batch-openapi.json
StateTlInferenceInProgress:
properties:
status: literal<"IN_PROGRESS">
properties: {}
extends:
- InProgress
source:
openapi: batch-openapi.json
StateTlInferenceQueued:
properties:
status: literal<"QUEUED">
properties: {}
extends:
- Queued
source:
openapi: batch-openapi.json
StateTraining:
discriminated: false
discriminant: status
base-properties: {}
union:
- StateTrainingQueued
- StateTrainingInProgress
- StateTrainingCompletedTraining
- StateTrainingFailed
QUEUED: StateTrainingQueued
IN_PROGRESS: StateTrainingInProgress
COMPLETED: StateTrainingCompletedTraining
FAILED: StateTrainingFailed
source:
openapi: batch-openapi.json
StateTrainingCompletedTraining:
properties:
status: literal<"COMPLETED">
properties: {}
extends:
- CompletedTraining
source:
openapi: batch-openapi.json
StateTrainingFailed:
properties:
status: literal<"FAILED">
properties: {}
extends:
- Failed
source:
openapi: batch-openapi.json
StateTrainingInProgress:
properties:
status: literal<"IN_PROGRESS">
properties: {}
extends:
- InProgress
source:
openapi: batch-openapi.json
StateTrainingQueued:
properties:
status: literal<"QUEUED">
properties: {}
extends:
- Queued
source:
Expand Down Expand Up @@ -1493,20 +1486,19 @@ types:
source:
openapi: batch-openapi.json
Task:
discriminated: false
discriminant: type
base-properties: {}
union:
- TaskClassification
- TaskRegression
classification: TaskClassification
regression: TaskRegression
source:
openapi: batch-openapi.json
TaskClassification:
properties:
type: literal<"classification">
properties: {}
source:
openapi: batch-openapi.json
TaskRegression:
properties:
type: literal<"regression">
properties: {}
source:
openapi: batch-openapi.json
TextSource: map<string, unknown>
Expand Down Expand Up @@ -1751,13 +1743,6 @@ types:
source:
openapi: batch-openapi.json
UnionPredictResult: InferenceSourcePredictResult
Url:
properties:
url:
type: string
docs: The URL of the source media file.
source:
openapi: batch-openapi.json
ValidationArgs:
properties:
positive_label: optional<Target>
Expand Down
Loading

0 comments on commit 5806abe

Please sign in to comment.