@amigo-ai/platform-sdk 0.72.0 → 0.74.0

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.
@@ -57,7 +57,7 @@ export interface paths {
57
57
  * Get Availability
58
58
  * @description Return available appointment slots for the surface's workspace.
59
59
  *
60
- * Queries FHIR Slot resources from world.entities_synced_v3 that are free
60
+ * Queries FHIR Slot resources from world.entities_synced that are free
61
61
  * and within the requested date range. Token-authenticated, no Bearer auth.
62
62
  */
63
63
  get: operations["get-surface-availability"];
@@ -3160,7 +3160,42 @@ export interface paths {
3160
3160
  patch?: never;
3161
3161
  trace?: never;
3162
3162
  };
3163
+ "/v1/{workspace_id}/intake/datasets": {
3164
+ parameters: {
3165
+ query?: never;
3166
+ header?: never;
3167
+ path?: never;
3168
+ cookie?: never;
3169
+ };
3170
+ /** List Intake Datasets */
3171
+ get: operations["list_intake_datasets_v1__workspace_id__intake_datasets_get"];
3172
+ put?: never;
3173
+ post?: never;
3174
+ delete?: never;
3175
+ options?: never;
3176
+ head?: never;
3177
+ patch?: never;
3178
+ trace?: never;
3179
+ };
3163
3180
  "/v1/{workspace_id}/intake/files": {
3181
+ parameters: {
3182
+ query?: never;
3183
+ header?: never;
3184
+ path?: never;
3185
+ cookie?: never;
3186
+ };
3187
+ /** List Intake Files */
3188
+ get: operations["list_intake_files_v1__workspace_id__intake_files_get"];
3189
+ put?: never;
3190
+ /** Upload Intake File */
3191
+ post: operations["upload_intake_file_v1__workspace_id__intake_files_post"];
3192
+ delete?: never;
3193
+ options?: never;
3194
+ head?: never;
3195
+ patch?: never;
3196
+ trace?: never;
3197
+ };
3198
+ "/v1/{workspace_id}/intake/files/external": {
3164
3199
  parameters: {
3165
3200
  query?: never;
3166
3201
  header?: never;
@@ -3170,7 +3205,24 @@ export interface paths {
3170
3205
  get?: never;
3171
3206
  put?: never;
3172
3207
  /** Receive Intake File */
3173
- post: operations["receive_intake_file_v1__workspace_id__intake_files_post"];
3208
+ post: operations["receive_intake_file_v1__workspace_id__intake_files_external_post"];
3209
+ delete?: never;
3210
+ options?: never;
3211
+ head?: never;
3212
+ patch?: never;
3213
+ trace?: never;
3214
+ };
3215
+ "/v1/{workspace_id}/intake/files/{file_id}/download": {
3216
+ parameters: {
3217
+ query?: never;
3218
+ header?: never;
3219
+ path?: never;
3220
+ cookie?: never;
3221
+ };
3222
+ /** Download Intake File */
3223
+ get: operations["download_intake_file_v1__workspace_id__intake_files__file_id__download_get"];
3224
+ put?: never;
3225
+ post?: never;
3174
3226
  delete?: never;
3175
3227
  options?: never;
3176
3228
  head?: never;
@@ -3252,6 +3304,23 @@ export interface paths {
3252
3304
  patch?: never;
3253
3305
  trace?: never;
3254
3306
  };
3307
+ "/v1/{workspace_id}/intake/schema/register": {
3308
+ parameters: {
3309
+ query?: never;
3310
+ header?: never;
3311
+ path?: never;
3312
+ cookie?: never;
3313
+ };
3314
+ get?: never;
3315
+ put?: never;
3316
+ /** Register Intake Schema */
3317
+ post: operations["register_intake_schema_v1__workspace_id__intake_schema_register_post"];
3318
+ delete?: never;
3319
+ options?: never;
3320
+ head?: never;
3321
+ patch?: never;
3322
+ trace?: never;
3323
+ };
3255
3324
  "/v1/{workspace_id}/integrations": {
3256
3325
  parameters: {
3257
3326
  query?: never;
@@ -6515,7 +6584,7 @@ export interface paths {
6515
6584
  * @description Record a real delivery handoff for a surface.
6516
6585
  *
6517
6586
  * Email targets are delivered through channel-manager's
6518
- * ``POST /v1/email/send`` (CM owns SES sender identity, IP pool, DKIM,
6587
+ * ``POST /v1/email/`` (CM owns SES sender identity, IP pool, DKIM,
6519
6588
  * suppression — keyed on the surface row's ``use_case_id``). Phone-shaped
6520
6589
  * addresses return 422 — SMS surface delivery was removed in PR #2783.
6521
6590
  * Other targets record an external handoff that was completed outside
@@ -7020,7 +7089,7 @@ export interface paths {
7020
7089
  put?: never;
7021
7090
  /**
7022
7091
  * Resolve entity by identifier
7023
- * @description Polymorphic identifier → ranked entity candidates. Accepts any subset of {phone, email, canonical_id, external_id, entity_id} plus a required ``entity_type``. Served from the SDP serving surfaces: entity rows from ``world.entities_synced_v3``; canonical_id and external_id resolve through ``world.canonical_entity_map_synced`` point reads. Returns matches ranked by confidence + number of identifiers matched. Summary narrowing: ``external_ids`` is always ``{}``, ``tags`` is always ``[]``, and ``canonical_id`` is the canonical-map value or the entity's MRN.
7092
+ * @description Polymorphic identifier → ranked entity candidates. Accepts any subset of {phone, email, canonical_id, external_id, entity_id} plus a required ``entity_type``. Served from the SDP serving surfaces: entity rows from ``world.entities_synced``; canonical_id and external_id resolve through ``world.canonical_entity_map_synced`` point reads. Returns matches ranked by confidence + number of identifiers matched. Summary narrowing: ``external_ids`` is always ``{}``, ``tags`` is always ``[]``, and ``canonical_id`` is the canonical-map value or the entity's MRN.
7024
7093
  */
7025
7094
  post: operations["resolve-entity"];
7026
7095
  delete?: never;
@@ -8249,6 +8318,13 @@ export interface components {
8249
8318
  */
8250
8319
  workspace_id: string;
8251
8320
  };
8321
+ /** Body_upload_intake_file_v1__workspace_id__intake_files_post */
8322
+ Body_upload_intake_file_v1__workspace_id__intake_files_post: {
8323
+ /** Dataset */
8324
+ dataset: string;
8325
+ /** File */
8326
+ file: string;
8327
+ };
8252
8328
  /** Body_voice-turn */
8253
8329
  "Body_voice-turn": {
8254
8330
  /** Audio */
@@ -10692,7 +10768,7 @@ export interface components {
10692
10768
  * @description World model outbound_task entity ID for completion feedback.
10693
10769
  */
10694
10770
  outbound_task_entity_id?: string | null;
10695
- /** @description Patient world model canonical_id of the form 'source:resource_type:id' (e.g. 'charmhealth:Patient:67890'). The structural regex on CanonicalIdString rejects spaces, names, DOBs, and similar regulated content so PHI cannot leak into audit events or pipeline projections. The raw value is deliberately not recorded in the outbound.initiated event — correlation back to the source system is via the resolved entity_id joined to world.entities_synced_v3.canonical_id. Resolved against the SDP-projected world.entities_synced_v3 table; an entity created moments ago may not yet be visible if the projection is lagging. Provide either patient_entity_id or patient_canonical_id, not both. */
10771
+ /** @description Patient world model canonical_id of the form 'source:resource_type:id' (e.g. 'charmhealth:Patient:67890'). The structural regex on CanonicalIdString rejects spaces, names, DOBs, and similar regulated content so PHI cannot leak into audit events or pipeline projections. The raw value is deliberately not recorded in the outbound.initiated event — correlation back to the source system is via the resolved entity_id joined to world.entities_synced.canonical_id. Resolved against the SDP-projected world.entities_synced table; an entity created moments ago may not yet be visible if the projection is lagging. Provide either patient_entity_id or patient_canonical_id, not both. */
10696
10772
  patient_canonical_id?: components["schemas"]["CanonicalIdString"] | null;
10697
10773
  /**
10698
10774
  * Patient Entity Id
@@ -10999,6 +11075,11 @@ export interface components {
10999
11075
  /** Static Tools */
11000
11076
  static_tools?: components["schemas"]["StaticToolDef-Input"][];
11001
11077
  system_prompt?: components["schemas"]["BackgroundString"] | null;
11078
+ /**
11079
+ * Temperature
11080
+ * @description Anthropic sampling temperature (0-1). Ignored on models that reject sampling params (Opus 4.7+/Fable, which 400 otherwise). Set at most one of temperature/top_p -- Claude 4+ rejects both; the runtime keeps temperature and drops top_p.
11081
+ */
11082
+ temperature?: number | null;
11002
11083
  /** Thinking Effort */
11003
11084
  thinking_effort?: ("low" | "medium" | "high") | null;
11004
11085
  /**
@@ -11006,6 +11087,11 @@ export interface components {
11006
11087
  * @default 60
11007
11088
  */
11008
11089
  timeout_s?: number;
11090
+ /**
11091
+ * Top P
11092
+ * @description Anthropic nucleus sampling (0-1). Ignored on sampling-param-rejecting models; see temperature.
11093
+ */
11094
+ top_p?: number | null;
11009
11095
  /**
11010
11096
  * Use Structured Output
11011
11097
  * @default false
@@ -11212,14 +11298,14 @@ export interface components {
11212
11298
  exchange_url: string;
11213
11299
  /**
11214
11300
  * Identity Bindings
11215
- * @description Maps a declared ``param_name`` to the verified session-principal attribute that supplies it
11301
+ * @description Maps a declared ``param_name`` to the verified identity attribute that supplies it
11216
11302
  * at dispatch. A bound param is dropped from the LLM-facing tool schema and injected from the
11217
- * ``SessionPrincipal`` (never model-supplied), closing the per-user-identity impersonation hole.
11303
+ * verified session context (never model-supplied), closing the per-user-identity impersonation hole.
11218
11304
  * Keys MUST reference a ``param_name`` declared on ``param_headers`` / ``param_body_fields``.
11219
11305
  * @default {}
11220
11306
  */
11221
11307
  identity_bindings?: {
11222
- [key: string]: "principal.subject_key" | "principal.subject_id";
11308
+ [key: string]: "principal.subject_key" | "principal.subject_id" | "external_user.subject_key";
11223
11309
  };
11224
11310
  /**
11225
11311
  * Param Body Fields
@@ -11864,6 +11950,24 @@ export interface components {
11864
11950
  */
11865
11951
  sensitive?: boolean;
11866
11952
  };
11953
+ /**
11954
+ * DatasetRow
11955
+ * @description A registered schema in the Schemas list (intake-ui-mvp-design.md §5.3).
11956
+ */
11957
+ DatasetRow: {
11958
+ /** Field Count */
11959
+ field_count: number;
11960
+ /** File Type */
11961
+ file_type: string;
11962
+ limits: components["schemas"]["Limits"];
11963
+ /**
11964
+ * Name
11965
+ * @description Dataset slug (UI label "Schema").
11966
+ */
11967
+ name: string;
11968
+ /** Schema Version */
11969
+ schema_version: string;
11970
+ };
11867
11971
  /**
11868
11972
  * DecisionFactor
11869
11973
  * @description A specific audio input that drove an agent decision.
@@ -13046,7 +13150,7 @@ export interface components {
13046
13150
  * the ones a UI / agent needs to confirm "yes, that's the right
13047
13151
  * person" before paying for the full state read.
13048
13152
  *
13049
- * Stage-7 narrowing (resolver serves from ``entities_synced_v3`` +
13153
+ * Stage-7 narrowing (resolver serves from ``entities_synced`` +
13050
13154
  * the canonical entity map; fields retained for wire compatibility):
13051
13155
  * ``external_ids`` is always ``{}`` and ``tags`` is always ``[]`` —
13052
13156
  * neither survives on the synced serving table. ``canonical_id`` is
@@ -15197,6 +15301,15 @@ export interface components {
15197
15301
  */
15198
15302
  status: "delivered" | "queued_no_subscriber";
15199
15303
  };
15304
+ /**
15305
+ * IntakeFieldType
15306
+ * @description Allowed ``schema[].type`` values for a registered contract.
15307
+ *
15308
+ * Confirmed set (intake-ui-mvp design contract point #1): scalars plus
15309
+ * ISO date/datetime. Coercion semantics live in :func:`_coerces`.
15310
+ * @enum {string}
15311
+ */
15312
+ IntakeFieldType: "str" | "int" | "float" | "bool" | "date" | "datetime";
15200
15313
  /** IntakeFileResponse */
15201
15314
  IntakeFileResponse: {
15202
15315
  /**
@@ -15213,6 +15326,43 @@ export interface components {
15213
15326
  /** Volume Path */
15214
15327
  volume_path: string;
15215
15328
  };
15329
+ /**
15330
+ * IntakeFileRow
15331
+ * @description A file in the Files list (intake-ui-mvp-design.md §5.1).
15332
+ */
15333
+ IntakeFileRow: {
15334
+ /**
15335
+ * Dataset
15336
+ * @description Schema slug (UI label "Schema").
15337
+ */
15338
+ dataset: string;
15339
+ /**
15340
+ * Error Reason
15341
+ * @description Null unless rejected/failed.
15342
+ */
15343
+ error_reason?: string | null;
15344
+ /** Filename */
15345
+ filename: string;
15346
+ /**
15347
+ * Id
15348
+ * Format: uuid
15349
+ * @description file_id — used for download.
15350
+ */
15351
+ id: string;
15352
+ /**
15353
+ * Ingested At
15354
+ * @description ISO-8601 timestamp the file was received.
15355
+ */
15356
+ ingested_at: string;
15357
+ /**
15358
+ * Schema Version
15359
+ * @description The contract version this file validated against (e.g. ``v1``).
15360
+ */
15361
+ schema_version?: string | null;
15362
+ /** Size Bytes */
15363
+ size_bytes: number;
15364
+ status: components["schemas"]["_FileStatus"];
15365
+ };
15216
15366
  /** IntakeLinkResponse */
15217
15367
  IntakeLinkResponse: {
15218
15368
  /**
@@ -15458,6 +15608,8 @@ export interface components {
15458
15608
  * @default
15459
15609
  */
15460
15610
  system_prompt?: string;
15611
+ /** Temperature */
15612
+ temperature?: number | null;
15461
15613
  /** Thinking Effort */
15462
15614
  thinking_effort?: ("low" | "medium" | "high") | null;
15463
15615
  /**
@@ -15465,6 +15617,8 @@ export interface components {
15465
15617
  * @default 60
15466
15618
  */
15467
15619
  timeout_s?: number;
15620
+ /** Top P */
15621
+ top_p?: number | null;
15468
15622
  /**
15469
15623
  * Use Structured Output
15470
15624
  * @default false
@@ -15909,6 +16063,11 @@ export interface components {
15909
16063
  /** Success */
15910
16064
  success: boolean;
15911
16065
  };
16066
+ /** Limits */
16067
+ Limits: {
16068
+ /** Max Size Mb */
16069
+ max_size_mb?: number | null;
16070
+ };
15912
16071
  /**
15913
16072
  * LinkErrorResponse
15914
16073
  * @description Error envelope returned for token / link validation failures.
@@ -17548,6 +17707,17 @@ export interface components {
17548
17707
  /** Total */
17549
17708
  total?: number | null;
17550
17709
  };
17710
+ /** PaginatedResponse[DatasetRow] */
17711
+ PaginatedResponse_DatasetRow_: {
17712
+ /** Continuation Token */
17713
+ continuation_token?: number | null;
17714
+ /** Has More */
17715
+ has_more: boolean;
17716
+ /** Items */
17717
+ items: components["schemas"]["DatasetRow"][];
17718
+ /** Total */
17719
+ total?: number | null;
17720
+ };
17551
17721
  /** PaginatedResponse[EscalationEventResponse] */
17552
17722
  PaginatedResponse_EscalationEventResponse_: {
17553
17723
  /** Continuation Token */
@@ -17570,6 +17740,17 @@ export interface components {
17570
17740
  /** Total */
17571
17741
  total?: number | null;
17572
17742
  };
17743
+ /** PaginatedResponse[IntakeFileRow] */
17744
+ PaginatedResponse_IntakeFileRow_: {
17745
+ /** Continuation Token */
17746
+ continuation_token?: number | null;
17747
+ /** Has More */
17748
+ has_more: boolean;
17749
+ /** Items */
17750
+ items: components["schemas"]["IntakeFileRow"][];
17751
+ /** Total */
17752
+ total?: number | null;
17753
+ };
17573
17754
  /** PaginatedResponse[InvoiceItem] */
17574
17755
  PaginatedResponse_InvoiceItem_: {
17575
17756
  /** Continuation Token */
@@ -18686,7 +18867,7 @@ export interface components {
18686
18867
  next_offset?: number | null;
18687
18868
  /**
18688
18869
  * Resolved Call Sid
18689
- * @description When ``conversation_id`` was supplied, this is the underlying ``call_sid`` that the lookup resolved to. Useful for callers that want to drill into per-call surfaces afterward without re-querying ``world.entities_synced_v3``. Null when the caller filtered by ``call_sid`` directly or did not filter by conversation.
18870
+ * @description When ``conversation_id`` was supplied, this is the underlying ``call_sid`` that the lookup resolved to. Useful for callers that want to drill into per-call surfaces afterward without re-querying ``world.entities_synced``. Null when the caller filtered by ``call_sid`` directly or did not filter by conversation.
18690
18871
  */
18691
18872
  resolved_call_sid?: string | null;
18692
18873
  /**
@@ -19005,6 +19186,31 @@ export interface components {
19005
19186
  */
19006
19187
  status?: "available";
19007
19188
  };
19189
+ /**
19190
+ * RegisterSchemaRequest
19191
+ * @description Create Schema payload (intake-ui-mvp-design.md §5.4).
19192
+ *
19193
+ * The backend applies the hidden defaults (``ingestion_mode=snapshot``,
19194
+ * ``on_schema_change=additive``, ``schema_version`` auto) — they are not part
19195
+ * of the wire contract.
19196
+ */
19197
+ RegisterSchemaRequest: {
19198
+ /**
19199
+ * File Type
19200
+ * @constant
19201
+ */
19202
+ file_type: "csv";
19203
+ /** Max Size Mb */
19204
+ max_size_mb?: number | null;
19205
+ name: components["schemas"]["_DatasetSlug"];
19206
+ /** Primary Key */
19207
+ primary_key: components["schemas"]["_FieldName"][];
19208
+ /**
19209
+ * Schema
19210
+ * @description Canonical field list ``[{name, type}]`` (wire key ``schema``).
19211
+ */
19212
+ schema: components["schemas"]["SchemaFieldSpec"][];
19213
+ };
19008
19214
  /**
19009
19215
  * RegisteredFunction
19010
19216
  * @description The authored shape of a platform function.
@@ -19806,6 +20012,11 @@ export interface components {
19806
20012
  */
19807
20013
  workspace_id: string;
19808
20014
  };
20015
+ /** SchemaFieldSpec */
20016
+ SchemaFieldSpec: {
20017
+ name: components["schemas"]["_FieldName"];
20018
+ type: components["schemas"]["IntakeFieldType"];
20019
+ };
19809
20020
  /** SchemaResponse */
19810
20021
  SchemaResponse: {
19811
20022
  /** Ai Functions */
@@ -20131,6 +20342,8 @@ export interface components {
20131
20342
  progress_interval_ms?: number | null;
20132
20343
  /** Progress Vocabulary */
20133
20344
  progress_vocabulary?: string[] | null;
20345
+ /** Session Provider */
20346
+ session_provider?: ("inhouse" | "openai_realtime") | null;
20134
20347
  /** Transition Deadline Ms */
20135
20348
  transition_deadline_ms?: number | null;
20136
20349
  /** Tts Config */
@@ -20199,6 +20412,8 @@ export interface components {
20199
20412
  progress_interval_ms?: number | null;
20200
20413
  /** Progress Vocabulary */
20201
20414
  progress_vocabulary?: string[] | null;
20415
+ /** Session Provider */
20416
+ session_provider?: ("inhouse" | "openai_realtime") | null;
20202
20417
  /** Transition Deadline Ms */
20203
20418
  transition_deadline_ms?: number | null;
20204
20419
  /** Tts Config */
@@ -21450,10 +21665,14 @@ export interface components {
21450
21665
  static_tools: components["schemas"]["src__models__StaticToolDef"][];
21451
21666
  /** System Prompt */
21452
21667
  system_prompt: string;
21668
+ /** Temperature */
21669
+ temperature: number | null;
21453
21670
  /** Thinking Effort */
21454
21671
  thinking_effort: ("low" | "medium" | "high") | null;
21455
21672
  /** Timeout S */
21456
21673
  timeout_s: number;
21674
+ /** Top P */
21675
+ top_p: number | null;
21457
21676
  /**
21458
21677
  * Updated At
21459
21678
  * Format: date-time
@@ -21738,7 +21957,7 @@ export interface components {
21738
21957
  };
21739
21958
  /** StartSessionRequest */
21740
21959
  StartSessionRequest: {
21741
- /** @description World model canonical_id of the form 'source:resource_type:id' (e.g. 'charmhealth:Patient:67890'). The structural regex on CanonicalIdString blocks spaces, names, DOBs, and similar regulated content. Resolved against the SDP-projected world.entities_synced_v3 table; a freshly-created entity may not be visible yet if the projection is lagging. Provide either entity_id or canonical_id, not both. */
21960
+ /** @description World model canonical_id of the form 'source:resource_type:id' (e.g. 'charmhealth:Patient:67890'). The structural regex on CanonicalIdString blocks spaces, names, DOBs, and similar regulated content. Resolved against the SDP-projected world.entities_synced table; a freshly-created entity may not be visible yet if the projection is lagging. Provide either entity_id or canonical_id, not both. */
21742
21961
  canonical_id?: components["schemas"]["CanonicalIdString"] | null;
21743
21962
  /**
21744
21963
  * Channel Kind
@@ -23375,7 +23594,7 @@ export interface components {
23375
23594
  TraceAnalysisListItem: {
23376
23595
  /**
23377
23596
  * Call Entity Id
23378
- * @description Associated world.entities_synced_v3 call row UUID
23597
+ * @description Associated world.entities_synced call row UUID
23379
23598
  */
23380
23599
  call_entity_id?: string | null;
23381
23600
  /**
@@ -23455,7 +23674,7 @@ export interface components {
23455
23674
  TraceAnalysisResponse: {
23456
23675
  /**
23457
23676
  * Call Entity Id
23458
- * @description UUID string of the associated world.entities_synced_v3 call row (if resolved)
23677
+ * @description UUID string of the associated world.entities_synced call row (if resolved)
23459
23678
  */
23460
23679
  call_entity_id?: string | null;
23461
23680
  /**
@@ -24428,10 +24647,20 @@ export interface components {
24428
24647
  /** Static Tools */
24429
24648
  static_tools?: components["schemas"]["StaticToolDef-Input"][] | null;
24430
24649
  system_prompt?: components["schemas"]["BackgroundString"] | null;
24650
+ /**
24651
+ * Temperature
24652
+ * @description Anthropic sampling temperature (0-1); see CreateSkillRequest. null/absent leaves it unchanged.
24653
+ */
24654
+ temperature?: number | null;
24431
24655
  /** Thinking Effort */
24432
24656
  thinking_effort?: ("low" | "medium" | "high") | null;
24433
24657
  /** Timeout S */
24434
24658
  timeout_s?: number | null;
24659
+ /**
24660
+ * Top P
24661
+ * @description Anthropic nucleus sampling (0-1); see CreateSkillRequest. null/absent leaves it unchanged.
24662
+ */
24663
+ top_p?: number | null;
24435
24664
  /** Use Structured Output */
24436
24665
  use_structured_output?: boolean | null;
24437
24666
  };
@@ -24776,6 +25005,12 @@ export interface components {
24776
25005
  llm_model_preferences?: {
24777
25006
  [key: string]: components["schemas"]["LLMConfig"];
24778
25007
  };
25008
+ /**
25009
+ * Turn Runtime
25010
+ * @default native
25011
+ * @enum {string}
25012
+ */
25013
+ turn_runtime?: "native" | "openai-agents";
24779
25014
  };
24780
25015
  /**
24781
25016
  * VersionSet
@@ -24790,6 +25025,12 @@ export interface components {
24790
25025
  llm_model_preferences?: {
24791
25026
  [key: string]: components["schemas"]["LLMConfig"];
24792
25027
  };
25028
+ /**
25029
+ * Turn Runtime
25030
+ * @default native
25031
+ * @enum {string}
25032
+ */
25033
+ turn_runtime?: "native" | "openai-agents";
24793
25034
  };
24794
25035
  /** VoiceConfig */
24795
25036
  VoiceConfig: {
@@ -24797,6 +25038,8 @@ export interface components {
24797
25038
  language_providers?: {
24798
25039
  [key: string]: components["schemas"]["LanguageProviderEntry"];
24799
25040
  } | null;
25041
+ /** Session Provider */
25042
+ session_provider?: ("inhouse" | "openai_realtime") | null;
24800
25043
  /**
24801
25044
  * Similarity Boost
24802
25045
  * @default 0
@@ -25380,6 +25623,7 @@ export interface components {
25380
25623
  };
25381
25624
  /** @enum {string} */
25382
25625
  _Access: "read" | "write";
25626
+ _DatasetSlug: string;
25383
25627
  /**
25384
25628
  * _DayHours
25385
25629
  * @description Open-hours window for one weekday. Times in 24h ``HH:MM`` form,
@@ -25391,6 +25635,9 @@ export interface components {
25391
25635
  /** Start */
25392
25636
  start: string;
25393
25637
  };
25638
+ _FieldName: string;
25639
+ /** @enum {string} */
25640
+ _FileStatus: "received" | "scanned" | "processing" | "curated" | "rejected" | "failed" | "held";
25394
25641
  /** @enum {string} */
25395
25642
  _ResourceType: "integration_endpoint" | "skill" | "kb_scope";
25396
25643
  _ToolMockKey: string;
@@ -34718,7 +34965,115 @@ export interface operations {
34718
34965
  };
34719
34966
  };
34720
34967
  };
34721
- receive_intake_file_v1__workspace_id__intake_files_post: {
34968
+ list_intake_datasets_v1__workspace_id__intake_datasets_get: {
34969
+ parameters: {
34970
+ query?: {
34971
+ limit?: number;
34972
+ continuation_token?: number;
34973
+ sort_by?: string;
34974
+ search?: string | null;
34975
+ };
34976
+ header?: never;
34977
+ path: {
34978
+ workspace_id: string;
34979
+ };
34980
+ cookie?: never;
34981
+ };
34982
+ requestBody?: never;
34983
+ responses: {
34984
+ /** @description Successful Response */
34985
+ 200: {
34986
+ headers: {
34987
+ [name: string]: unknown;
34988
+ };
34989
+ content: {
34990
+ "application/json": components["schemas"]["PaginatedResponse_DatasetRow_"];
34991
+ };
34992
+ };
34993
+ /** @description Validation Error */
34994
+ 422: {
34995
+ headers: {
34996
+ [name: string]: unknown;
34997
+ };
34998
+ content: {
34999
+ "application/json": components["schemas"]["HTTPValidationError"];
35000
+ };
35001
+ };
35002
+ };
35003
+ };
35004
+ list_intake_files_v1__workspace_id__intake_files_get: {
35005
+ parameters: {
35006
+ query?: {
35007
+ limit?: number;
35008
+ continuation_token?: number;
35009
+ sort_by?: string;
35010
+ status?: components["schemas"]["_FileStatus"] | null;
35011
+ search?: string | null;
35012
+ };
35013
+ header?: never;
35014
+ path: {
35015
+ workspace_id: string;
35016
+ };
35017
+ cookie?: never;
35018
+ };
35019
+ requestBody?: never;
35020
+ responses: {
35021
+ /** @description Successful Response */
35022
+ 200: {
35023
+ headers: {
35024
+ [name: string]: unknown;
35025
+ };
35026
+ content: {
35027
+ "application/json": components["schemas"]["PaginatedResponse_IntakeFileRow_"];
35028
+ };
35029
+ };
35030
+ /** @description Validation Error */
35031
+ 422: {
35032
+ headers: {
35033
+ [name: string]: unknown;
35034
+ };
35035
+ content: {
35036
+ "application/json": components["schemas"]["HTTPValidationError"];
35037
+ };
35038
+ };
35039
+ };
35040
+ };
35041
+ upload_intake_file_v1__workspace_id__intake_files_post: {
35042
+ parameters: {
35043
+ query?: never;
35044
+ header?: never;
35045
+ path: {
35046
+ workspace_id: string;
35047
+ };
35048
+ cookie?: never;
35049
+ };
35050
+ requestBody: {
35051
+ content: {
35052
+ "multipart/form-data": components["schemas"]["Body_upload_intake_file_v1__workspace_id__intake_files_post"];
35053
+ };
35054
+ };
35055
+ responses: {
35056
+ /** @description Successful Response */
35057
+ 201: {
35058
+ headers: {
35059
+ [name: string]: unknown;
35060
+ };
35061
+ content: {
35062
+ "application/json": components["schemas"]["IntakeFileRow"];
35063
+ };
35064
+ };
35065
+ /** @description Validation Error */
35066
+ 422: {
35067
+ headers: {
35068
+ [name: string]: unknown;
35069
+ };
35070
+ content: {
35071
+ "application/json": components["schemas"]["HTTPValidationError"];
35072
+ };
35073
+ };
35074
+ };
35075
+ };
35076
+ receive_intake_file_v1__workspace_id__intake_files_external_post: {
34722
35077
  parameters: {
34723
35078
  query?: never;
34724
35079
  header: {
@@ -34756,6 +35111,38 @@ export interface operations {
34756
35111
  };
34757
35112
  };
34758
35113
  };
35114
+ download_intake_file_v1__workspace_id__intake_files__file_id__download_get: {
35115
+ parameters: {
35116
+ query?: never;
35117
+ header?: never;
35118
+ path: {
35119
+ workspace_id: string;
35120
+ file_id: string;
35121
+ };
35122
+ cookie?: never;
35123
+ };
35124
+ requestBody?: never;
35125
+ responses: {
35126
+ /** @description Successful Response */
35127
+ 200: {
35128
+ headers: {
35129
+ [name: string]: unknown;
35130
+ };
35131
+ content: {
35132
+ "application/json": unknown;
35133
+ };
35134
+ };
35135
+ /** @description Validation Error */
35136
+ 422: {
35137
+ headers: {
35138
+ [name: string]: unknown;
35139
+ };
35140
+ content: {
35141
+ "application/json": components["schemas"]["HTTPValidationError"];
35142
+ };
35143
+ };
35144
+ };
35145
+ };
34759
35146
  "list-intake-links": {
34760
35147
  parameters: {
34761
35148
  query?: {
@@ -34938,6 +35325,41 @@ export interface operations {
34938
35325
  };
34939
35326
  };
34940
35327
  };
35328
+ register_intake_schema_v1__workspace_id__intake_schema_register_post: {
35329
+ parameters: {
35330
+ query?: never;
35331
+ header?: never;
35332
+ path: {
35333
+ workspace_id: string;
35334
+ };
35335
+ cookie?: never;
35336
+ };
35337
+ requestBody: {
35338
+ content: {
35339
+ "application/json": components["schemas"]["RegisterSchemaRequest"];
35340
+ };
35341
+ };
35342
+ responses: {
35343
+ /** @description Successful Response */
35344
+ 201: {
35345
+ headers: {
35346
+ [name: string]: unknown;
35347
+ };
35348
+ content: {
35349
+ "application/json": components["schemas"]["DatasetRow"];
35350
+ };
35351
+ };
35352
+ /** @description Validation Error */
35353
+ 422: {
35354
+ headers: {
35355
+ [name: string]: unknown;
35356
+ };
35357
+ content: {
35358
+ "application/json": components["schemas"]["HTTPValidationError"];
35359
+ };
35360
+ };
35361
+ };
35362
+ };
34941
35363
  "list-integrations": {
34942
35364
  parameters: {
34943
35365
  query?: {