@seamapi/types 1.581.0 → 1.582.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.581.0",
3
+ "version": "1.582.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -26028,6 +26028,7 @@ export default {
26028
26028
  },
26029
26029
  security: [
26030
26030
  { client_session: [] },
26031
+ { client_session_with_customer: [] },
26031
26032
  { pat_with_workspace: [] },
26032
26033
  { console_session_with_workspace: [] },
26033
26034
  { api_key: [] },
@@ -26167,6 +26168,7 @@ export default {
26167
26168
  },
26168
26169
  security: [
26169
26170
  { client_session: [] },
26171
+ { client_session_with_customer: [] },
26170
26172
  { pat_with_workspace: [] },
26171
26173
  { console_session_with_workspace: [] },
26172
26174
  { api_key: [] },
@@ -28206,6 +28208,7 @@ export default {
28206
28208
  },
28207
28209
  security: [
28208
28210
  { client_session: [] },
28211
+ { client_session_with_customer: [] },
28209
28212
  { pat_with_workspace: [] },
28210
28213
  { console_session_with_workspace: [] },
28211
28214
  { api_key: [] },
@@ -28271,6 +28274,7 @@ export default {
28271
28274
  },
28272
28275
  security: [
28273
28276
  { client_session: [] },
28277
+ { client_session_with_customer: [] },
28274
28278
  { pat_with_workspace: [] },
28275
28279
  { console_session_with_workspace: [] },
28276
28280
  { api_key: [] },