@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.
- package/dist/connect.cjs +22 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +10 -0
- package/dist/index.cjs +22 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +22 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +10 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +26 -0
- package/src/lib/seam/connect/route-types.ts +14 -0
|
@@ -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',
|