@amigo-ai/platform-sdk 0.73.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;
@@ -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
@@ -11874,6 +11950,24 @@ export interface components {
11874
11950
  */
11875
11951
  sensitive?: boolean;
11876
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
+ };
11877
11971
  /**
11878
11972
  * DecisionFactor
11879
11973
  * @description A specific audio input that drove an agent decision.
@@ -13056,7 +13150,7 @@ export interface components {
13056
13150
  * the ones a UI / agent needs to confirm "yes, that's the right
13057
13151
  * person" before paying for the full state read.
13058
13152
  *
13059
- * Stage-7 narrowing (resolver serves from ``entities_synced_v3`` +
13153
+ * Stage-7 narrowing (resolver serves from ``entities_synced`` +
13060
13154
  * the canonical entity map; fields retained for wire compatibility):
13061
13155
  * ``external_ids`` is always ``{}`` and ``tags`` is always ``[]`` —
13062
13156
  * neither survives on the synced serving table. ``canonical_id`` is
@@ -15207,6 +15301,15 @@ export interface components {
15207
15301
  */
15208
15302
  status: "delivered" | "queued_no_subscriber";
15209
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";
15210
15313
  /** IntakeFileResponse */
15211
15314
  IntakeFileResponse: {
15212
15315
  /**
@@ -15223,6 +15326,43 @@ export interface components {
15223
15326
  /** Volume Path */
15224
15327
  volume_path: string;
15225
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
+ };
15226
15366
  /** IntakeLinkResponse */
15227
15367
  IntakeLinkResponse: {
15228
15368
  /**
@@ -15923,6 +16063,11 @@ export interface components {
15923
16063
  /** Success */
15924
16064
  success: boolean;
15925
16065
  };
16066
+ /** Limits */
16067
+ Limits: {
16068
+ /** Max Size Mb */
16069
+ max_size_mb?: number | null;
16070
+ };
15926
16071
  /**
15927
16072
  * LinkErrorResponse
15928
16073
  * @description Error envelope returned for token / link validation failures.
@@ -17562,6 +17707,17 @@ export interface components {
17562
17707
  /** Total */
17563
17708
  total?: number | null;
17564
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
+ };
17565
17721
  /** PaginatedResponse[EscalationEventResponse] */
17566
17722
  PaginatedResponse_EscalationEventResponse_: {
17567
17723
  /** Continuation Token */
@@ -17584,6 +17740,17 @@ export interface components {
17584
17740
  /** Total */
17585
17741
  total?: number | null;
17586
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
+ };
17587
17754
  /** PaginatedResponse[InvoiceItem] */
17588
17755
  PaginatedResponse_InvoiceItem_: {
17589
17756
  /** Continuation Token */
@@ -18700,7 +18867,7 @@ export interface components {
18700
18867
  next_offset?: number | null;
18701
18868
  /**
18702
18869
  * Resolved Call Sid
18703
- * @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.
18704
18871
  */
18705
18872
  resolved_call_sid?: string | null;
18706
18873
  /**
@@ -19019,6 +19186,31 @@ export interface components {
19019
19186
  */
19020
19187
  status?: "available";
19021
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
+ };
19022
19214
  /**
19023
19215
  * RegisteredFunction
19024
19216
  * @description The authored shape of a platform function.
@@ -19820,6 +20012,11 @@ export interface components {
19820
20012
  */
19821
20013
  workspace_id: string;
19822
20014
  };
20015
+ /** SchemaFieldSpec */
20016
+ SchemaFieldSpec: {
20017
+ name: components["schemas"]["_FieldName"];
20018
+ type: components["schemas"]["IntakeFieldType"];
20019
+ };
19823
20020
  /** SchemaResponse */
19824
20021
  SchemaResponse: {
19825
20022
  /** Ai Functions */
@@ -20145,6 +20342,8 @@ export interface components {
20145
20342
  progress_interval_ms?: number | null;
20146
20343
  /** Progress Vocabulary */
20147
20344
  progress_vocabulary?: string[] | null;
20345
+ /** Session Provider */
20346
+ session_provider?: ("inhouse" | "openai_realtime") | null;
20148
20347
  /** Transition Deadline Ms */
20149
20348
  transition_deadline_ms?: number | null;
20150
20349
  /** Tts Config */
@@ -20213,6 +20412,8 @@ export interface components {
20213
20412
  progress_interval_ms?: number | null;
20214
20413
  /** Progress Vocabulary */
20215
20414
  progress_vocabulary?: string[] | null;
20415
+ /** Session Provider */
20416
+ session_provider?: ("inhouse" | "openai_realtime") | null;
20216
20417
  /** Transition Deadline Ms */
20217
20418
  transition_deadline_ms?: number | null;
20218
20419
  /** Tts Config */
@@ -21756,7 +21957,7 @@ export interface components {
21756
21957
  };
21757
21958
  /** StartSessionRequest */
21758
21959
  StartSessionRequest: {
21759
- /** @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. */
21760
21961
  canonical_id?: components["schemas"]["CanonicalIdString"] | null;
21761
21962
  /**
21762
21963
  * Channel Kind
@@ -23393,7 +23594,7 @@ export interface components {
23393
23594
  TraceAnalysisListItem: {
23394
23595
  /**
23395
23596
  * Call Entity Id
23396
- * @description Associated world.entities_synced_v3 call row UUID
23597
+ * @description Associated world.entities_synced call row UUID
23397
23598
  */
23398
23599
  call_entity_id?: string | null;
23399
23600
  /**
@@ -23473,7 +23674,7 @@ export interface components {
23473
23674
  TraceAnalysisResponse: {
23474
23675
  /**
23475
23676
  * Call Entity Id
23476
- * @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)
23477
23678
  */
23478
23679
  call_entity_id?: string | null;
23479
23680
  /**
@@ -24804,6 +25005,12 @@ export interface components {
24804
25005
  llm_model_preferences?: {
24805
25006
  [key: string]: components["schemas"]["LLMConfig"];
24806
25007
  };
25008
+ /**
25009
+ * Turn Runtime
25010
+ * @default native
25011
+ * @enum {string}
25012
+ */
25013
+ turn_runtime?: "native" | "openai-agents";
24807
25014
  };
24808
25015
  /**
24809
25016
  * VersionSet
@@ -24818,6 +25025,12 @@ export interface components {
24818
25025
  llm_model_preferences?: {
24819
25026
  [key: string]: components["schemas"]["LLMConfig"];
24820
25027
  };
25028
+ /**
25029
+ * Turn Runtime
25030
+ * @default native
25031
+ * @enum {string}
25032
+ */
25033
+ turn_runtime?: "native" | "openai-agents";
24821
25034
  };
24822
25035
  /** VoiceConfig */
24823
25036
  VoiceConfig: {
@@ -24825,6 +25038,8 @@ export interface components {
24825
25038
  language_providers?: {
24826
25039
  [key: string]: components["schemas"]["LanguageProviderEntry"];
24827
25040
  } | null;
25041
+ /** Session Provider */
25042
+ session_provider?: ("inhouse" | "openai_realtime") | null;
24828
25043
  /**
24829
25044
  * Similarity Boost
24830
25045
  * @default 0
@@ -25408,6 +25623,7 @@ export interface components {
25408
25623
  };
25409
25624
  /** @enum {string} */
25410
25625
  _Access: "read" | "write";
25626
+ _DatasetSlug: string;
25411
25627
  /**
25412
25628
  * _DayHours
25413
25629
  * @description Open-hours window for one weekday. Times in 24h ``HH:MM`` form,
@@ -25419,6 +25635,9 @@ export interface components {
25419
25635
  /** Start */
25420
25636
  start: string;
25421
25637
  };
25638
+ _FieldName: string;
25639
+ /** @enum {string} */
25640
+ _FileStatus: "received" | "scanned" | "processing" | "curated" | "rejected" | "failed" | "held";
25422
25641
  /** @enum {string} */
25423
25642
  _ResourceType: "integration_endpoint" | "skill" | "kb_scope";
25424
25643
  _ToolMockKey: string;
@@ -34746,7 +34965,115 @@ export interface operations {
34746
34965
  };
34747
34966
  };
34748
34967
  };
34749
- 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: {
34750
35077
  parameters: {
34751
35078
  query?: never;
34752
35079
  header: {
@@ -34784,6 +35111,38 @@ export interface operations {
34784
35111
  };
34785
35112
  };
34786
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
+ };
34787
35146
  "list-intake-links": {
34788
35147
  parameters: {
34789
35148
  query?: {
@@ -34966,6 +35325,41 @@ export interface operations {
34966
35325
  };
34967
35326
  };
34968
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
+ };
34969
35363
  "list-integrations": {
34970
35364
  parameters: {
34971
35365
  query?: {