@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.625.0",
3
+ "version": "1.627.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -31617,6 +31617,7 @@ export default {
31617
31617
  { pat_with_workspace: [] },
31618
31618
  { console_session_with_workspace: [] },
31619
31619
  { api_key: [] },
31620
+ { client_session_with_customer: [] },
31620
31621
  ],
31621
31622
  summary: '/access_methods/list',
31622
31623
  tags: [],
@@ -31693,6 +31694,7 @@ export default {
31693
31694
  { pat_with_workspace: [] },
31694
31695
  { console_session_with_workspace: [] },
31695
31696
  { api_key: [] },
31697
+ { client_session_with_customer: [] },
31696
31698
  ],
31697
31699
  summary: '/access_methods/list',
31698
31700
  tags: [],
@@ -52769,6 +52771,7 @@ export default {
52769
52771
  'x-fern-sdk-return-value': 'connector_sync',
52770
52772
  'x-response-key': 'connector_sync',
52771
52773
  'x-title': 'Sync Connector Data',
52774
+ 'x-undocumented': 'Only used internally.',
52772
52775
  },
52773
52776
  },
52774
52777
  '/seam/customer/v1/events/list': {
@@ -54733,6 +54736,7 @@ export default {
54733
54736
  'x-fern-sdk-return-value': 'space',
54734
54737
  'x-response-key': 'space',
54735
54738
  'x-title': 'Create a Space',
54739
+ 'x-undocumented': 'Only used internally.',
54736
54740
  },
54737
54741
  },
54738
54742
  '/seam/customer/v1/spaces/list': {
@@ -54802,6 +54806,7 @@ export default {
54802
54806
  'x-fern-sdk-return-value': 'spaces',
54803
54807
  'x-response-key': 'spaces',
54804
54808
  'x-title': 'List Spaces',
54809
+ 'x-undocumented': 'Only used internally.',
54805
54810
  },
54806
54811
  post: {
54807
54812
  description: 'Returns a list of all spaces.',
@@ -54866,6 +54871,7 @@ export default {
54866
54871
  'x-fern-sdk-return-value': 'spaces',
54867
54872
  'x-response-key': 'spaces',
54868
54873
  'x-title': 'List Spaces',
54874
+ 'x-undocumented': 'Only used internally.',
54869
54875
  },
54870
54876
  },
54871
54877
  '/seam/customer/v1/staff_members/get': {