@seamapi/types 1.574.0 → 1.575.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/dist/connect.cjs +10 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +11 -1
- package/dist/index.cjs +10 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +8 -0
- package/lib/seam/connect/openapi.js +10 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +12 -2
- package/src/lib/seam/connect/route-types.ts +3 -1
|
@@ -48296,6 +48296,10 @@ declare const _default: {
|
|
|
48296
48296
|
format: string;
|
|
48297
48297
|
type: string;
|
|
48298
48298
|
};
|
|
48299
|
+
user_identity_key: {
|
|
48300
|
+
description: string;
|
|
48301
|
+
type: string;
|
|
48302
|
+
};
|
|
48299
48303
|
};
|
|
48300
48304
|
required: string[];
|
|
48301
48305
|
type: string;
|
|
@@ -48365,6 +48369,10 @@ declare const _default: {
|
|
|
48365
48369
|
format: string;
|
|
48366
48370
|
type: string;
|
|
48367
48371
|
};
|
|
48372
|
+
user_identity_key: {
|
|
48373
|
+
description: string;
|
|
48374
|
+
type: string;
|
|
48375
|
+
};
|
|
48368
48376
|
};
|
|
48369
48377
|
required: string[];
|
|
48370
48378
|
type: string;
|
|
@@ -52260,8 +52260,12 @@ export default {
|
|
|
52260
52260
|
format: 'uuid',
|
|
52261
52261
|
type: 'string',
|
|
52262
52262
|
},
|
|
52263
|
+
user_identity_key: {
|
|
52264
|
+
description: 'Key of the user identity to which you want to add an access system user.',
|
|
52265
|
+
type: 'string',
|
|
52266
|
+
},
|
|
52263
52267
|
},
|
|
52264
|
-
required: ['
|
|
52268
|
+
required: ['acs_user_id'],
|
|
52265
52269
|
type: 'object',
|
|
52266
52270
|
},
|
|
52267
52271
|
},
|
|
@@ -52313,8 +52317,12 @@ export default {
|
|
|
52313
52317
|
format: 'uuid',
|
|
52314
52318
|
type: 'string',
|
|
52315
52319
|
},
|
|
52320
|
+
user_identity_key: {
|
|
52321
|
+
description: 'Key of the user identity to which you want to add an access system user.',
|
|
52322
|
+
type: 'string',
|
|
52323
|
+
},
|
|
52316
52324
|
},
|
|
52317
|
-
required: ['
|
|
52325
|
+
required: ['acs_user_id'],
|
|
52318
52326
|
type: 'object',
|
|
52319
52327
|
},
|
|
52320
52328
|
},
|