@seamapi/types 1.625.0 → 1.626.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.626.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -52769,6 +52769,7 @@ export default {
52769
52769
  'x-fern-sdk-return-value': 'connector_sync',
52770
52770
  'x-response-key': 'connector_sync',
52771
52771
  'x-title': 'Sync Connector Data',
52772
+ 'x-undocumented': 'Only used internally.',
52772
52773
  },
52773
52774
  },
52774
52775
  '/seam/customer/v1/events/list': {
@@ -54733,6 +54734,7 @@ export default {
54733
54734
  'x-fern-sdk-return-value': 'space',
54734
54735
  'x-response-key': 'space',
54735
54736
  'x-title': 'Create a Space',
54737
+ 'x-undocumented': 'Only used internally.',
54736
54738
  },
54737
54739
  },
54738
54740
  '/seam/customer/v1/spaces/list': {
@@ -54802,6 +54804,7 @@ export default {
54802
54804
  'x-fern-sdk-return-value': 'spaces',
54803
54805
  'x-response-key': 'spaces',
54804
54806
  'x-title': 'List Spaces',
54807
+ 'x-undocumented': 'Only used internally.',
54805
54808
  },
54806
54809
  post: {
54807
54810
  description: 'Returns a list of all spaces.',
@@ -54866,6 +54869,7 @@ export default {
54866
54869
  'x-fern-sdk-return-value': 'spaces',
54867
54870
  'x-response-key': 'spaces',
54868
54871
  'x-title': 'List Spaces',
54872
+ 'x-undocumented': 'Only used internally.',
54869
54873
  },
54870
54874
  },
54871
54875
  '/seam/customer/v1/staff_members/get': {