@seamapi/types 1.625.0 → 1.627.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.
@@ -21218,14 +21218,22 @@ declare const _default: {
21218
21218
  pat_with_workspace: never[];
21219
21219
  console_session_with_workspace?: never;
21220
21220
  api_key?: never;
21221
+ client_session_with_customer?: never;
21221
21222
  } | {
21222
21223
  console_session_with_workspace: never[];
21223
21224
  pat_with_workspace?: never;
21224
21225
  api_key?: never;
21226
+ client_session_with_customer?: never;
21225
21227
  } | {
21226
21228
  api_key: never[];
21227
21229
  pat_with_workspace?: never;
21228
21230
  console_session_with_workspace?: never;
21231
+ client_session_with_customer?: never;
21232
+ } | {
21233
+ client_session_with_customer: never[];
21234
+ pat_with_workspace?: never;
21235
+ console_session_with_workspace?: never;
21236
+ api_key?: never;
21229
21237
  })[];
21230
21238
  summary: string;
21231
21239
  tags: never[];
@@ -21305,14 +21313,22 @@ declare const _default: {
21305
21313
  pat_with_workspace: never[];
21306
21314
  console_session_with_workspace?: never;
21307
21315
  api_key?: never;
21316
+ client_session_with_customer?: never;
21308
21317
  } | {
21309
21318
  console_session_with_workspace: never[];
21310
21319
  pat_with_workspace?: never;
21311
21320
  api_key?: never;
21321
+ client_session_with_customer?: never;
21312
21322
  } | {
21313
21323
  api_key: never[];
21314
21324
  pat_with_workspace?: never;
21315
21325
  console_session_with_workspace?: never;
21326
+ client_session_with_customer?: never;
21327
+ } | {
21328
+ client_session_with_customer: never[];
21329
+ pat_with_workspace?: never;
21330
+ console_session_with_workspace?: never;
21331
+ api_key?: never;
21316
21332
  })[];
21317
21333
  summary: string;
21318
21334
  tags: never[];
@@ -43763,6 +43779,7 @@ declare const _default: {
43763
43779
  'x-fern-sdk-return-value': string;
43764
43780
  'x-response-key': string;
43765
43781
  'x-title': string;
43782
+ 'x-undocumented': string;
43766
43783
  };
43767
43784
  };
43768
43785
  '/seam/customer/v1/events/list': {
@@ -45703,6 +45720,7 @@ declare const _default: {
45703
45720
  'x-fern-sdk-return-value': string;
45704
45721
  'x-response-key': string;
45705
45722
  'x-title': string;
45723
+ 'x-undocumented': string;
45706
45724
  };
45707
45725
  };
45708
45726
  '/seam/customer/v1/spaces/list': {
@@ -45784,6 +45802,7 @@ declare const _default: {
45784
45802
  'x-fern-sdk-return-value': string;
45785
45803
  'x-response-key': string;
45786
45804
  'x-title': string;
45805
+ 'x-undocumented': string;
45787
45806
  };
45788
45807
  post: {
45789
45808
  description: string;
@@ -45856,6 +45875,7 @@ declare const _default: {
45856
45875
  'x-fern-sdk-return-value': string;
45857
45876
  'x-response-key': string;
45858
45877
  'x-title': string;
45878
+ 'x-undocumented': string;
45859
45879
  };
45860
45880
  };
45861
45881
  '/seam/customer/v1/staff_members/get': {
@@ -28553,6 +28553,7 @@ export default {
28553
28553
  { pat_with_workspace: [] },
28554
28554
  { console_session_with_workspace: [] },
28555
28555
  { api_key: [] },
28556
+ { client_session_with_customer: [] },
28556
28557
  ],
28557
28558
  summary: '/access_methods/list',
28558
28559
  tags: [],
@@ -28624,6 +28625,7 @@ export default {
28624
28625
  { pat_with_workspace: [] },
28625
28626
  { console_session_with_workspace: [] },
28626
28627
  { api_key: [] },
28628
+ { client_session_with_customer: [] },
28627
28629
  ],
28628
28630
  summary: '/access_methods/list',
28629
28631
  tags: [],
@@ -48576,6 +48578,7 @@ export default {
48576
48578
  'x-fern-sdk-return-value': 'connector_sync',
48577
48579
  'x-response-key': 'connector_sync',
48578
48580
  'x-title': 'Sync Connector Data',
48581
+ 'x-undocumented': 'Only used internally.',
48579
48582
  },
48580
48583
  },
48581
48584
  '/seam/customer/v1/events/list': {
@@ -50477,6 +50480,7 @@ export default {
50477
50480
  'x-fern-sdk-return-value': 'space',
50478
50481
  'x-response-key': 'space',
50479
50482
  'x-title': 'Create a Space',
50483
+ 'x-undocumented': 'Only used internally.',
50480
50484
  },
50481
50485
  },
50482
50486
  '/seam/customer/v1/spaces/list': {
@@ -50544,6 +50548,7 @@ export default {
50544
50548
  'x-fern-sdk-return-value': 'spaces',
50545
50549
  'x-response-key': 'spaces',
50546
50550
  'x-title': 'List Spaces',
50551
+ 'x-undocumented': 'Only used internally.',
50547
50552
  },
50548
50553
  post: {
50549
50554
  description: 'Returns a list of all spaces.',
@@ -50606,6 +50611,7 @@ export default {
50606
50611
  'x-fern-sdk-return-value': 'spaces',
50607
50612
  'x-response-key': 'spaces',
50608
50613
  'x-title': 'List Spaces',
50614
+ 'x-undocumented': 'Only used internally.',
50609
50615
  },
50610
50616
  },
50611
50617
  '/seam/customer/v1/staff_members/get': {