@seamapi/types 1.416.0 → 1.416.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.416.0",
3
+ "version": "1.416.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -120,6 +120,7 @@ export const unmanaged_acs_access_group = common_acs_access_group.extend({
120
120
  }).describe(`
121
121
  ---
122
122
  route_path: /acs/access_groups/unmanaged
123
+ undocumented: Unreleased.
123
124
  ---
124
125
  `)
125
126
 
@@ -17,6 +17,7 @@ export const acs_credential_pool = z.object({
17
17
  }).describe(`
18
18
  ---
19
19
  route_path: /acs/credential_pools
20
+ undocumented: Will be removed.
20
21
  ---
21
22
  `)
22
23
 
@@ -9,6 +9,7 @@ export const acs_credential_provisioning_automation = z.object({
9
9
  }).describe(`
10
10
  ---
11
11
  route_path: /acs/credential_provisioning_automations
12
+ undocumented: Will be removed.
12
13
  ---
13
14
  `)
14
15
 
@@ -304,6 +304,7 @@ export const unmanaged_acs_credential = common_acs_credential.merge(
304
304
  ).describe(`
305
305
  ---
306
306
  route_path: /acs/credentials/unmanaged
307
+ undocumented: Unreleased.
307
308
  ---
308
309
  Means by which an [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) gains access at an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). The \`unmanaged_acs_credential\` object, which is not managed by Seam, represents a [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) that provides an ACS user access within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). For each \`acs_credential\` object, you define the access method. You can also specify additional properties, such as a PIN code.
309
310
  `)
@@ -336,6 +336,7 @@ export const unmanaged_acs_user = common_acs_user.merge(
336
336
  ).describe(`
337
337
  ---
338
338
  route_path: /acs/users/unmanaged
339
+ undocumented: Unreleased.
339
340
  ---
340
341
  Represents an unmanaged [user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) in an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).
341
342
  `)
@@ -2238,6 +2238,7 @@ export default {
2238
2238
  ],
2239
2239
  type: 'object',
2240
2240
  'x-route-path': '/acs/credential_pools',
2241
+ 'x-undocumented': 'Will be removed.',
2241
2242
  },
2242
2243
  acs_credential_provisioning_automation: {
2243
2244
  properties: {
@@ -2259,6 +2260,7 @@ export default {
2259
2260
  ],
2260
2261
  type: 'object',
2261
2262
  'x-route-path': '/acs/credential_provisioning_automations',
2263
+ 'x-undocumented': 'Will be removed.',
2262
2264
  },
2263
2265
  acs_encoder: {
2264
2266
  description:
@@ -4736,6 +4738,7 @@ export default {
4736
4738
  ],
4737
4739
  type: 'object',
4738
4740
  'x-route-path': '/acs/credentials/unmanaged',
4741
+ 'x-undocumented': 'Unreleased.',
4739
4742
  },
4740
4743
  ],
4741
4744
  'x-route-path': '/acs/credentials',
@@ -5927,6 +5930,7 @@ export default {
5927
5930
  ],
5928
5931
  type: 'object',
5929
5932
  'x-route-path': '/acs/credentials/unmanaged',
5933
+ 'x-undocumented': 'Unreleased.',
5930
5934
  },
5931
5935
  ],
5932
5936
  },
@@ -19095,6 +19099,7 @@ export default {
19095
19099
  ],
19096
19100
  type: 'object',
19097
19101
  'x-route-path': '/acs/access_groups/unmanaged',
19102
+ 'x-undocumented': 'Unreleased.',
19098
19103
  },
19099
19104
  unmanaged_acs_credential: {
19100
19105
  description:
@@ -19457,6 +19462,7 @@ export default {
19457
19462
  ],
19458
19463
  type: 'object',
19459
19464
  'x-route-path': '/acs/credentials/unmanaged',
19465
+ 'x-undocumented': 'Unreleased.',
19460
19466
  },
19461
19467
  unmanaged_acs_user: {
19462
19468
  description:
@@ -20114,6 +20120,7 @@ export default {
20114
20120
  ],
20115
20121
  type: 'object',
20116
20122
  'x-route-path': '/acs/users/unmanaged',
20123
+ 'x-undocumented': 'Unreleased.',
20117
20124
  },
20118
20125
  unmanaged_device: {
20119
20126
  description: