@seamapi/types 1.318.0 → 1.319.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.
@@ -13257,12 +13257,14 @@ declare const _default: {
13257
13257
  type: string;
13258
13258
  };
13259
13259
  connected_account_ids: {
13260
+ deprecated: boolean;
13260
13261
  description: string;
13261
13262
  items: {
13262
13263
  format: string;
13263
13264
  type: string;
13264
13265
  };
13265
13266
  type: string;
13267
+ 'x-deprecated': string;
13266
13268
  };
13267
13269
  created_at: {
13268
13270
  description: string;
@@ -19646,6 +19648,11 @@ declare const _default: {
19646
19648
  scheme: string;
19647
19649
  type: string;
19648
19650
  };
19651
+ publishable_key: {
19652
+ in: string;
19653
+ name: string;
19654
+ type: string;
19655
+ };
19649
19656
  seam_client_session_token: {
19650
19657
  in: string;
19651
19658
  name: string;
@@ -27178,6 +27185,27 @@ declare const _default: {
27178
27185
  description: string;
27179
27186
  };
27180
27187
  };
27188
+ security: ({
27189
+ publishable_key: never[];
27190
+ api_key?: never;
27191
+ pat_with_workspace?: never;
27192
+ console_session_with_workspace?: never;
27193
+ } | {
27194
+ api_key: never[];
27195
+ publishable_key?: never;
27196
+ pat_with_workspace?: never;
27197
+ console_session_with_workspace?: never;
27198
+ } | {
27199
+ pat_with_workspace: never[];
27200
+ publishable_key?: never;
27201
+ api_key?: never;
27202
+ console_session_with_workspace?: never;
27203
+ } | {
27204
+ console_session_with_workspace: never[];
27205
+ publishable_key?: never;
27206
+ api_key?: never;
27207
+ pat_with_workspace?: never;
27208
+ })[];
27181
27209
  summary: string;
27182
27210
  tags: string[];
27183
27211
  'x-fern-sdk-group-name': string[];
@@ -27251,6 +27279,27 @@ declare const _default: {
27251
27279
  description: string;
27252
27280
  };
27253
27281
  };
27282
+ security: ({
27283
+ publishable_key: never[];
27284
+ api_key?: never;
27285
+ pat_with_workspace?: never;
27286
+ console_session_with_workspace?: never;
27287
+ } | {
27288
+ api_key: never[];
27289
+ publishable_key?: never;
27290
+ pat_with_workspace?: never;
27291
+ console_session_with_workspace?: never;
27292
+ } | {
27293
+ pat_with_workspace: never[];
27294
+ publishable_key?: never;
27295
+ api_key?: never;
27296
+ console_session_with_workspace?: never;
27297
+ } | {
27298
+ console_session_with_workspace: never[];
27299
+ publishable_key?: never;
27300
+ api_key?: never;
27301
+ pat_with_workspace?: never;
27302
+ })[];
27254
27303
  summary: string;
27255
27304
  tags: string[];
27256
27305
  'x-fern-ignore': boolean;
@@ -27463,6 +27512,27 @@ declare const _default: {
27463
27512
  description: string;
27464
27513
  };
27465
27514
  };
27515
+ security: ({
27516
+ publishable_key: never[];
27517
+ api_key?: never;
27518
+ pat_with_workspace?: never;
27519
+ console_session_with_workspace?: never;
27520
+ } | {
27521
+ api_key: never[];
27522
+ publishable_key?: never;
27523
+ pat_with_workspace?: never;
27524
+ console_session_with_workspace?: never;
27525
+ } | {
27526
+ pat_with_workspace: never[];
27527
+ publishable_key?: never;
27528
+ api_key?: never;
27529
+ console_session_with_workspace?: never;
27530
+ } | {
27531
+ console_session_with_workspace: never[];
27532
+ publishable_key?: never;
27533
+ api_key?: never;
27534
+ pat_with_workspace?: never;
27535
+ })[];
27466
27536
  summary: string;
27467
27537
  tags: string[];
27468
27538
  'x-fern-sdk-group-name': string[];
@@ -27470,77 +27540,6 @@ declare const _default: {
27470
27540
  'x-fern-sdk-return-value': string;
27471
27541
  'x-response-key': string;
27472
27542
  };
27473
- put: {
27474
- operationId: string;
27475
- requestBody: {
27476
- content: {
27477
- 'application/json': {
27478
- schema: {
27479
- properties: {
27480
- connect_webview_ids: {
27481
- items: {
27482
- type: string;
27483
- };
27484
- type: string;
27485
- };
27486
- connected_account_ids: {
27487
- items: {
27488
- type: string;
27489
- };
27490
- type: string;
27491
- };
27492
- expires_at: {
27493
- format: string;
27494
- type: string;
27495
- };
27496
- user_identifier_key: {
27497
- minLength: number;
27498
- type: string;
27499
- };
27500
- user_identity_ids: {
27501
- items: {
27502
- type: string;
27503
- };
27504
- type: string;
27505
- };
27506
- };
27507
- type: string;
27508
- };
27509
- };
27510
- };
27511
- };
27512
- responses: {
27513
- 200: {
27514
- content: {
27515
- 'application/json': {
27516
- schema: {
27517
- properties: {
27518
- client_session: {
27519
- $ref: string;
27520
- };
27521
- ok: {
27522
- type: string;
27523
- };
27524
- };
27525
- required: string[];
27526
- type: string;
27527
- };
27528
- };
27529
- };
27530
- description: string;
27531
- };
27532
- 400: {
27533
- description: string;
27534
- };
27535
- 401: {
27536
- description: string;
27537
- };
27538
- };
27539
- summary: string;
27540
- tags: string[];
27541
- 'x-fern-ignore': boolean;
27542
- 'x-response-key': string;
27543
- };
27544
27543
  };
27545
27544
  '/client_sessions/grant_access': {
27546
27545
  patch: {
@@ -43443,9 +43442,7 @@ interface Routes {
43443
43442
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
43444
43443
  workspace_id: string;
43445
43444
  /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
43446
- ---
43447
- deprecated: Use `connected_account_id`.
43448
- --- */
43445
+ * @deprecated Use `connected_account_id`. */
43449
43446
  connected_account_ids: string[];
43450
43447
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
43451
43448
  connected_account_id: string;
@@ -43572,9 +43569,7 @@ interface Routes {
43572
43569
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
43573
43570
  workspace_id: string;
43574
43571
  /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
43575
- ---
43576
- deprecated: Use `connected_account_id`.
43577
- --- */
43572
+ * @deprecated Use `connected_account_id`. */
43578
43573
  connected_account_ids: string[];
43579
43574
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
43580
43575
  connected_account_id: string;
@@ -43701,9 +43696,7 @@ interface Routes {
43701
43696
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
43702
43697
  workspace_id: string;
43703
43698
  /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
43704
- ---
43705
- deprecated: Use `connected_account_id`.
43706
- --- */
43699
+ * @deprecated Use `connected_account_id`. */
43707
43700
  connected_account_ids: string[];
43708
43701
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
43709
43702
  connected_account_id: string;
@@ -46175,7 +46168,7 @@ interface Routes {
46175
46168
  };
46176
46169
  '/client_sessions/get_or_create': {
46177
46170
  route: '/client_sessions/get_or_create';
46178
- method: 'POST' | 'PUT';
46171
+ method: 'POST';
46179
46172
  queryParams: {};
46180
46173
  jsonBody: {
46181
46174
  user_identifier_key?: string | undefined;
@@ -66630,9 +66623,7 @@ interface Routes {
66630
66623
  /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`. */
66631
66624
  workspace_id: string;
66632
66625
  /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.
66633
- ---
66634
- deprecated: Use `connected_account_id`.
66635
- --- */
66626
+ * @deprecated Use `connected_account_id`. */
66636
66627
  connected_account_ids: string[];
66637
66628
  /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`. */
66638
66629
  connected_account_id: string;
@@ -206,11 +206,12 @@ export const acs_system = z
206
206
  .string()
207
207
  .uuid()
208
208
  .describe('ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the `acs_system`.'),
209
- connected_account_ids: z.array(z.string().uuid()).describe(`IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the \`acs_system\`.
210
- ---
211
- deprecated: Use \`connected_account_id\`.
212
- ---
213
- `),
209
+ connected_account_ids: z.array(z.string().uuid()).describe(`
210
+ ---
211
+ deprecated: Use \`connected_account_id\`.
212
+ ---
213
+ IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the \`acs_system\`.
214
+ `),
214
215
  connected_account_id: z
215
216
  .string()
216
217
  .uuid()
@@ -1 +1 @@
1
- {"version":3,"file":"acs-system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-system.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,uBAAuB,EAAE,CAAC;SACvB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,qUAAqU,CACtU;IACH,4BAA4B,EAAE,CAAC;SAC5B,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,oXAAoX,CACrX;IACH,2CAA2C,EAAE,CAAC;SAC3C,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,uaAAua,CACxa;IACH,sCAAsC,EAAE,CAAC;SACtC,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,8ZAA8Z,CAC/Z;CACJ,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/B,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,iDAAiD,CAAC;CAC/D,CAAC,CAAA;AAEF,oEAAoE;AACpE,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,CAAC,IAAI,CAAC;IAC7C,UAAU;IACV,UAAU;IACV,eAAe;IACf,oBAAoB;IACpB,eAAe;IACf,qCAAqC;IACrC,mBAAmB;IACnB,+BAA+B;IAC/B,gBAAgB;IAChB,0BAA0B;IAC1B,kCAAkC;IAClC,mBAAmB;IACnB,sCAAsC;CACvC,CAAC,CAAA;AAIF,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gDAAgD,CAAC;IAC7D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,wGAAwG,CACzG;CACJ,CAAC,CAAA;AAEF,MAAM,sBAAsB,GAC1B,oGAAoG,CAAA;AAEtG,MAAM,wBAAwB,GAAG,uBAAuB,CAAC,MAAM,CAAC;IAC9D,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,0BAA0B,CAAC;SACnC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACC,QAAQ,CAAC;;+NAEmN,CAAC,CAAA;AAEhO,MAAM,+BAA+B,GAAG,uBAAuB,CAAC,MAAM,CAAC;IACrE,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,iCAAiC,CAAC;SAC1C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACC,QAAQ,CAAC;;sOAE0N,CAAC,CAAA;AAEvO,MAAM,oCAAoC,GAAG,uBAAuB;KACjE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,sCAAsC,CAAC;SAC/C,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CACP,yLAAyL,CAC1L,CAAA;AAEH,MAAM,uBAAuB,GAAG,uBAAuB;KACpD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,yBAAyB,CAAC;SAClC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CACP,+MAA+M,CAChN,CAAA;AAEH,MAAM,oBAAoB,GAAG,uBAAuB;KACjD,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,sBAAsB,CAAC;SAC/B,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CACP,sHAAsH,CACvH,CAAA;AAEH,MAAM,8BAA8B,GAAG,uBAAuB,CAAC,MAAM,CAAC;IACpE,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,gCAAgC,CAAC;SACzC,QAAQ,CACP,gHAAgH,CACjH;CACJ,CAAC,CAAA;AACF,MAAM,gBAAgB,GAAG,CAAC;KACvB,KAAK,CAAC;IACL,wBAAwB;IACxB,+BAA+B;IAC/B,oCAAoC;IACpC,uBAAuB;IACvB,oBAAoB;IACpB,8BAA8B;CAC/B,CAAC;KACD,QAAQ,CAAC,yCAAyC,CAAC,CAAA;AAEtD,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3C,wBAAwB,EAAE,wBAAwB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACxE,+BAA+B,EAAE,+BAA+B;SAC7D,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,oCAAoC,EAAE,oCAAoC;SACvE,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,uBAAuB,EAAE,uBAAuB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtE,oBAAoB,EAAE,oBAAoB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAChE,8BAA8B,EAAE,8BAA8B;SAC3D,QAAQ,EAAE;SACV,QAAQ,EAAE;CACd,CAAC,CAAA;AAIF,MAAM,yBAAyB,GAAG,CAAC,CAAC,MAAM,CAAC;IACzC,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,kDAAkD,CAAC;IAC/D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,0GAA0G,CAC3G;CACJ,CAAC,CAAA;AAEF,MAAM,0CAA0C,GAC9C,yBAAyB,CAAC,MAAM,CAAC;IAC/B,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,4CAA4C,CAAC;SACrD,QAAQ,CACP,yLAAyL,CAC1L;CACJ,CAAC,CAAA;AAEJ,MAAM,iCAAiC,GAAG,yBAAyB,CAAC,MAAM,CAAC;IACzE,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,mCAAmC,CAAC;SAC5C,QAAQ,CACP,0KAA0K,CAC3K;IACH,8BAA8B,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE;CACtE,CAAC,CAAA;AAEF,MAAM,kBAAkB,GAAG,CAAC;KACzB,KAAK,CAAC;IACL,0CAA0C;IAC1C,iCAAiC;CAClC,CAAC;KACD,QAAQ,CAAC,2CAA2C,CAAC,CAAA;AAExD,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7C,0CAA0C,EACxC,0CAA0C,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAClE,iCAAiC,EAAE,iCAAiC;SACjE,QAAQ,EAAE;SACV,QAAQ,EAAE;CACd,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC;KACxB,MAAM,CAAC;IACN,wCAAwC,EAAE,CAAC;SACxC,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CACP;;;;;SAKC,CACF;IACH,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,yBAAyB,CAAC;IACpE,aAAa,EAAE,wBAAwB;SACpC,QAAQ,CAAC,uDAAuD,CAAC;SACjE,QAAQ,EAAE;IACb,0BAA0B,EAAE,CAAC;SAC1B,MAAM,EAAE;SACR,QAAQ,CACP,4FAA4F,CAC7F;SACA,QAAQ,EAAE;IACb,qBAAqB,EAAE,CAAC;SACrB,OAAO,EAAE;SACT,QAAQ,CAAC,wDAAwD,CAAC;IACrE,mBAAmB,EAAE,CAAC;SACnB,MAAM,CAAC;QACN,kBAAkB,EAAE,CAAC;aAClB,MAAM,EAAE;aACR,QAAQ,CACP,qJAAqJ,CACtJ;QACH,SAAS,EAAE,CAAC;aACT,MAAM,EAAE;aACR,QAAQ,CACP,4GAA4G,CAC7G;QACH,WAAW,EAAE,CAAC;aACX,MAAM,EAAE;aACR,QAAQ,CACP,wGAAwG,CACzG;KACJ,CAAC;SACD,QAAQ,EAAE;IACb,WAAW,EAAE,wBAAwB;SAClC,QAAQ,CACP;;;;OAID,CACA;SACA,QAAQ,EAAE;IACb,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC;;;;OAItD,CAAC;IACJ,QAAQ;IACR,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2BAA2B,CAAC;IACtD,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;IACnE,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,6GAA6G,CAC9G;IACH,qBAAqB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,QAAQ,CACxD;;;;SAIG,CACJ;IACD,oBAAoB,EAAE,CAAC;SACpB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,+HAA+H,CAChI;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CAAC,qDAAqD,CAAC;IAClE,cAAc,EAAE,CAAC;SACd,MAAM,EAAE;SACR,QAAQ,CAAC,8CAA8C,CAAC;IAC3D,MAAM,EAAE,CAAC;SACN,KAAK,CAAC,gBAAgB,CAAC;SACvB,QAAQ,CAAC,0CAA0C,CAAC;IACvD,QAAQ,EAAE,CAAC;SACR,KAAK,CAAC,kBAAkB,CAAC;SACzB,QAAQ,CAAC,4CAA4C,CAAC;CAC1D,CAAC;KACD,KAAK,CAAC,2BAA2B,CAAC;KAClC,QAAQ,CACP,sGAAsG,CACvG,CAAA"}
1
+ {"version":3,"file":"acs-system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-system.ts"],"names":[],"mappings":"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"}
@@ -694,12 +694,14 @@ declare const _default: {
694
694
  type: string;
695
695
  };
696
696
  connected_account_ids: {
697
+ deprecated: boolean;
697
698
  description: string;
698
699
  items: {
699
700
  format: string;
700
701
  type: string;
701
702
  };
702
703
  type: string;
704
+ 'x-deprecated': string;
703
705
  };
704
706
  created_at: {
705
707
  description: string;
@@ -7083,6 +7085,11 @@ declare const _default: {
7083
7085
  scheme: string;
7084
7086
  type: string;
7085
7087
  };
7088
+ publishable_key: {
7089
+ in: string;
7090
+ name: string;
7091
+ type: string;
7092
+ };
7086
7093
  seam_client_session_token: {
7087
7094
  in: string;
7088
7095
  name: string;
@@ -14615,6 +14622,27 @@ declare const _default: {
14615
14622
  description: string;
14616
14623
  };
14617
14624
  };
14625
+ security: ({
14626
+ publishable_key: never[];
14627
+ api_key?: never;
14628
+ pat_with_workspace?: never;
14629
+ console_session_with_workspace?: never;
14630
+ } | {
14631
+ api_key: never[];
14632
+ publishable_key?: never;
14633
+ pat_with_workspace?: never;
14634
+ console_session_with_workspace?: never;
14635
+ } | {
14636
+ pat_with_workspace: never[];
14637
+ publishable_key?: never;
14638
+ api_key?: never;
14639
+ console_session_with_workspace?: never;
14640
+ } | {
14641
+ console_session_with_workspace: never[];
14642
+ publishable_key?: never;
14643
+ api_key?: never;
14644
+ pat_with_workspace?: never;
14645
+ })[];
14618
14646
  summary: string;
14619
14647
  tags: string[];
14620
14648
  'x-fern-sdk-group-name': string[];
@@ -14688,6 +14716,27 @@ declare const _default: {
14688
14716
  description: string;
14689
14717
  };
14690
14718
  };
14719
+ security: ({
14720
+ publishable_key: never[];
14721
+ api_key?: never;
14722
+ pat_with_workspace?: never;
14723
+ console_session_with_workspace?: never;
14724
+ } | {
14725
+ api_key: never[];
14726
+ publishable_key?: never;
14727
+ pat_with_workspace?: never;
14728
+ console_session_with_workspace?: never;
14729
+ } | {
14730
+ pat_with_workspace: never[];
14731
+ publishable_key?: never;
14732
+ api_key?: never;
14733
+ console_session_with_workspace?: never;
14734
+ } | {
14735
+ console_session_with_workspace: never[];
14736
+ publishable_key?: never;
14737
+ api_key?: never;
14738
+ pat_with_workspace?: never;
14739
+ })[];
14691
14740
  summary: string;
14692
14741
  tags: string[];
14693
14742
  'x-fern-ignore': boolean;
@@ -14900,6 +14949,27 @@ declare const _default: {
14900
14949
  description: string;
14901
14950
  };
14902
14951
  };
14952
+ security: ({
14953
+ publishable_key: never[];
14954
+ api_key?: never;
14955
+ pat_with_workspace?: never;
14956
+ console_session_with_workspace?: never;
14957
+ } | {
14958
+ api_key: never[];
14959
+ publishable_key?: never;
14960
+ pat_with_workspace?: never;
14961
+ console_session_with_workspace?: never;
14962
+ } | {
14963
+ pat_with_workspace: never[];
14964
+ publishable_key?: never;
14965
+ api_key?: never;
14966
+ console_session_with_workspace?: never;
14967
+ } | {
14968
+ console_session_with_workspace: never[];
14969
+ publishable_key?: never;
14970
+ api_key?: never;
14971
+ pat_with_workspace?: never;
14972
+ })[];
14903
14973
  summary: string;
14904
14974
  tags: string[];
14905
14975
  'x-fern-sdk-group-name': string[];
@@ -14907,77 +14977,6 @@ declare const _default: {
14907
14977
  'x-fern-sdk-return-value': string;
14908
14978
  'x-response-key': string;
14909
14979
  };
14910
- put: {
14911
- operationId: string;
14912
- requestBody: {
14913
- content: {
14914
- 'application/json': {
14915
- schema: {
14916
- properties: {
14917
- connect_webview_ids: {
14918
- items: {
14919
- type: string;
14920
- };
14921
- type: string;
14922
- };
14923
- connected_account_ids: {
14924
- items: {
14925
- type: string;
14926
- };
14927
- type: string;
14928
- };
14929
- expires_at: {
14930
- format: string;
14931
- type: string;
14932
- };
14933
- user_identifier_key: {
14934
- minLength: number;
14935
- type: string;
14936
- };
14937
- user_identity_ids: {
14938
- items: {
14939
- type: string;
14940
- };
14941
- type: string;
14942
- };
14943
- };
14944
- type: string;
14945
- };
14946
- };
14947
- };
14948
- };
14949
- responses: {
14950
- 200: {
14951
- content: {
14952
- 'application/json': {
14953
- schema: {
14954
- properties: {
14955
- client_session: {
14956
- $ref: string;
14957
- };
14958
- ok: {
14959
- type: string;
14960
- };
14961
- };
14962
- required: string[];
14963
- type: string;
14964
- };
14965
- };
14966
- };
14967
- description: string;
14968
- };
14969
- 400: {
14970
- description: string;
14971
- };
14972
- 401: {
14973
- description: string;
14974
- };
14975
- };
14976
- summary: string;
14977
- tags: string[];
14978
- 'x-fern-ignore': boolean;
14979
- 'x-response-key': string;
14980
- };
14981
14980
  };
14982
14981
  '/client_sessions/grant_access': {
14983
14982
  patch: {
@@ -717,9 +717,11 @@ export default {
717
717
  type: 'string',
718
718
  },
719
719
  connected_account_ids: {
720
- description: 'IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.\n---\ndeprecated: Use `connected_account_id`.\n---',
720
+ deprecated: true,
721
+ description: 'IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the `acs_system`.',
721
722
  items: { format: 'uuid', type: 'string' },
722
723
  type: 'array',
724
+ 'x-deprecated': 'Use `connected_account_id`.',
723
725
  },
724
726
  created_at: {
725
727
  description: 'Date and time at which the `acs_system` was created.',
@@ -10108,6 +10110,11 @@ export default {
10108
10110
  scheme: 'bearer',
10109
10111
  type: 'http',
10110
10112
  },
10113
+ publishable_key: {
10114
+ in: 'header',
10115
+ name: 'seam-publishable-key',
10116
+ type: 'apiKey',
10117
+ },
10111
10118
  seam_client_session_token: {
10112
10119
  in: 'header',
10113
10120
  name: 'seam-client-session-token',
@@ -16304,6 +16311,12 @@ export default {
16304
16311
  400: { description: 'Bad Request' },
16305
16312
  401: { description: 'Unauthorized' },
16306
16313
  },
16314
+ security: [
16315
+ { publishable_key: [] },
16316
+ { api_key: [] },
16317
+ { pat_with_workspace: [] },
16318
+ { console_session_with_workspace: [] },
16319
+ ],
16307
16320
  summary: '/client_sessions/create',
16308
16321
  tags: ['/client_sessions'],
16309
16322
  'x-fern-sdk-group-name': ['client_sessions'],
@@ -16359,6 +16372,12 @@ export default {
16359
16372
  400: { description: 'Bad Request' },
16360
16373
  401: { description: 'Unauthorized' },
16361
16374
  },
16375
+ security: [
16376
+ { publishable_key: [] },
16377
+ { api_key: [] },
16378
+ { pat_with_workspace: [] },
16379
+ { console_session_with_workspace: [] },
16380
+ ],
16362
16381
  summary: '/client_sessions/create',
16363
16382
  tags: ['/client_sessions'],
16364
16383
  'x-fern-ignore': true,
@@ -16509,6 +16528,12 @@ export default {
16509
16528
  400: { description: 'Bad Request' },
16510
16529
  401: { description: 'Unauthorized' },
16511
16530
  },
16531
+ security: [
16532
+ { publishable_key: [] },
16533
+ { api_key: [] },
16534
+ { pat_with_workspace: [] },
16535
+ { console_session_with_workspace: [] },
16536
+ ],
16512
16537
  summary: '/client_sessions/get_or_create',
16513
16538
  tags: ['/client_sessions'],
16514
16539
  'x-fern-sdk-group-name': ['client_sessions'],
@@ -16516,59 +16541,6 @@ export default {
16516
16541
  'x-fern-sdk-return-value': 'client_session',
16517
16542
  'x-response-key': 'client_session',
16518
16543
  },
16519
- put: {
16520
- operationId: 'clientSessionsGetOrCreatePut',
16521
- requestBody: {
16522
- content: {
16523
- 'application/json': {
16524
- schema: {
16525
- properties: {
16526
- connect_webview_ids: {
16527
- items: { type: 'string' },
16528
- type: 'array',
16529
- },
16530
- connected_account_ids: {
16531
- items: { type: 'string' },
16532
- type: 'array',
16533
- },
16534
- expires_at: { format: 'date-time', type: 'string' },
16535
- user_identifier_key: { minLength: 1, type: 'string' },
16536
- user_identity_ids: {
16537
- items: { type: 'string' },
16538
- type: 'array',
16539
- },
16540
- },
16541
- type: 'object',
16542
- },
16543
- },
16544
- },
16545
- },
16546
- responses: {
16547
- 200: {
16548
- content: {
16549
- 'application/json': {
16550
- schema: {
16551
- properties: {
16552
- client_session: {
16553
- $ref: '#/components/schemas/client_session',
16554
- },
16555
- ok: { type: 'boolean' },
16556
- },
16557
- required: ['client_session', 'ok'],
16558
- type: 'object',
16559
- },
16560
- },
16561
- },
16562
- description: 'OK',
16563
- },
16564
- 400: { description: 'Bad Request' },
16565
- 401: { description: 'Unauthorized' },
16566
- },
16567
- summary: '/client_sessions/get_or_create',
16568
- tags: ['/client_sessions'],
16569
- 'x-fern-ignore': true,
16570
- 'x-response-key': 'client_session',
16571
- },
16572
16544
  },
16573
16545
  '/client_sessions/grant_access': {
16574
16546
  patch: {