@seamapi/types 1.574.0 → 1.576.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.
@@ -28237,6 +28237,13 @@ declare const _default: {
28237
28237
  type: string;
28238
28238
  'x-undocumented': string;
28239
28239
  };
28240
+ excluded_providers: {
28241
+ description: string;
28242
+ items: {
28243
+ type: string;
28244
+ };
28245
+ type: string;
28246
+ };
28240
28247
  provider_category: {
28241
28248
  description: string;
28242
28249
  enum: string[];
@@ -48296,6 +48303,10 @@ declare const _default: {
48296
48303
  format: string;
48297
48304
  type: string;
48298
48305
  };
48306
+ user_identity_key: {
48307
+ description: string;
48308
+ type: string;
48309
+ };
48299
48310
  };
48300
48311
  required: string[];
48301
48312
  type: string;
@@ -48365,6 +48376,10 @@ declare const _default: {
48365
48376
  format: string;
48366
48377
  type: string;
48367
48378
  };
48379
+ user_identity_key: {
48380
+ description: string;
48381
+ type: string;
48382
+ };
48368
48383
  };
48369
48384
  required: string[];
48370
48385
  type: string;
@@ -34304,6 +34304,11 @@ export default {
34304
34304
  type: 'string',
34305
34305
  'x-undocumented': 'Not supported.',
34306
34306
  },
34307
+ excluded_providers: {
34308
+ description: 'List of provider keys to exclude from the Connect Webview. These providers will not be shown when the user tries to connect an account.',
34309
+ items: { type: 'string' },
34310
+ type: 'array',
34311
+ },
34307
34312
  provider_category: {
34308
34313
  description: 'Specifies the category of providers that you want to include. To list all providers within a category, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with the desired `provider_category` filter.',
34309
34314
  enum: [
@@ -52260,8 +52265,12 @@ export default {
52260
52265
  format: 'uuid',
52261
52266
  type: 'string',
52262
52267
  },
52268
+ user_identity_key: {
52269
+ description: 'Key of the user identity to which you want to add an access system user.',
52270
+ type: 'string',
52271
+ },
52263
52272
  },
52264
- required: ['user_identity_id', 'acs_user_id'],
52273
+ required: ['acs_user_id'],
52265
52274
  type: 'object',
52266
52275
  },
52267
52276
  },
@@ -52313,8 +52322,12 @@ export default {
52313
52322
  format: 'uuid',
52314
52323
  type: 'string',
52315
52324
  },
52325
+ user_identity_key: {
52326
+ description: 'Key of the user identity to which you want to add an access system user.',
52327
+ type: 'string',
52328
+ },
52316
52329
  },
52317
- required: ['user_identity_id', 'acs_user_id'],
52330
+ required: ['acs_user_id'],
52318
52331
  type: 'object',
52319
52332
  },
52320
52333
  },