@seamapi/types 1.78.0 → 1.79.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.
@@ -1157,7 +1157,8 @@ export interface Routes {
1157
1157
  queryParams: {};
1158
1158
  jsonBody: {};
1159
1159
  commonParams: {
1160
- acs_system_id: string;
1160
+ user_identity_id?: string | undefined;
1161
+ acs_system_id?: string | undefined;
1161
1162
  };
1162
1163
  formData: {};
1163
1164
  jsonResponse: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.78.0",
3
+ "version": "1.79.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -6317,8 +6317,8 @@ export default {
6317
6317
  schema: {
6318
6318
  properties: {
6319
6319
  acs_system_id: { format: 'uuid', type: 'string' },
6320
+ user_identity_id: { format: 'uuid', type: 'string' },
6320
6321
  },
6321
- required: ['acs_system_id'],
6322
6322
  type: 'object',
6323
6323
  },
6324
6324
  },
@@ -1294,7 +1294,8 @@ export interface Routes {
1294
1294
  queryParams: {}
1295
1295
  jsonBody: {}
1296
1296
  commonParams: {
1297
- acs_system_id: string
1297
+ user_identity_id?: string | undefined
1298
+ acs_system_id?: string | undefined
1298
1299
  }
1299
1300
  formData: {}
1300
1301
  jsonResponse: {