@seamapi/types 1.865.0 → 1.866.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.
@@ -41279,6 +41279,17 @@ const openapi = {
41279
41279
  format: 'uuid',
41280
41280
  type: 'string',
41281
41281
  },
41282
+ salto_ks_metadata: {
41283
+ description: 'Salto KS-specific metadata for the scan action.',
41284
+ properties: {
41285
+ detect_new_tags: {
41286
+ default: false,
41287
+ description: 'When true, activates tag registration mode on the encoder to detect new, unregistered tags. When false, only detects existing tags already registered in the system. Defaults to false.',
41288
+ type: 'boolean',
41289
+ },
41290
+ },
41291
+ type: 'object',
41292
+ },
41282
41293
  },
41283
41294
  required: ['acs_encoder_id'],
41284
41295
  type: 'object',
@@ -41341,6 +41352,17 @@ const openapi = {
41341
41352
  format: 'uuid',
41342
41353
  type: 'string',
41343
41354
  },
41355
+ salto_ks_metadata: {
41356
+ description: 'Salto KS-specific metadata for the scan action.',
41357
+ properties: {
41358
+ detect_new_tags: {
41359
+ default: false,
41360
+ description: 'When true, activates tag registration mode on the encoder to detect new, unregistered tags. When false, only detects existing tags already registered in the system. Defaults to false.',
41361
+ type: 'boolean',
41362
+ },
41363
+ },
41364
+ type: 'object',
41365
+ },
41344
41366
  user_identity_id: {
41345
41367
  description: 'ID of the `user_identity` to assign the scanned credential to. If the ACS system contains an ACS user linked to this user identity, it is used. Otherwise, one is created.',
41346
41368
  format: 'uuid',