@seamapi/types 1.346.0 → 1.347.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/dist/connect.cjs +5 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -0
- package/lib/seam/connect/models/acs/acs-encoder.js +1 -0
- package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -2
- package/lib/seam/connect/models/devices/device-provider.js +2 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +1 -0
- package/lib/seam/connect/openapi.js +1 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-encoder.ts +1 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -0
- package/src/lib/seam/connect/openapi.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -1155,9 +1155,11 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
1155
1155
|
"honeywell_resideo",
|
|
1156
1156
|
"visionline",
|
|
1157
1157
|
"assa_abloy_credential_service",
|
|
1158
|
-
"latch"
|
|
1158
|
+
"latch",
|
|
1159
|
+
"akiles"
|
|
1159
1160
|
],
|
|
1160
1161
|
consumer_smartlocks: [
|
|
1162
|
+
"akiles",
|
|
1161
1163
|
"august",
|
|
1162
1164
|
"schlage",
|
|
1163
1165
|
"yale",
|
|
@@ -1777,6 +1779,7 @@ var acs_encoder = zod.z.object({
|
|
|
1777
1779
|
---
|
|
1778
1780
|
route_path: /acs/encoders
|
|
1779
1781
|
---
|
|
1782
|
+
Represents a hardware device that encodes [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) data onto physical cards within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). See also [Working with Card Encoders and Scanners](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners).
|
|
1780
1783
|
`);
|
|
1781
1784
|
var acs_entrance_salto_space_metadata = zod.z.object({
|
|
1782
1785
|
door_name: zod.z.string(),
|
|
@@ -4801,6 +4804,7 @@ var openapi_default = {
|
|
|
4801
4804
|
"x-route-path": "/acs/credential_provisioning_automations"
|
|
4802
4805
|
},
|
|
4803
4806
|
acs_encoder: {
|
|
4807
|
+
description: "Represents a hardware device that encodes [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) data onto physical cards within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). See also [Working with Card Encoders and Scanners](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners).",
|
|
4804
4808
|
properties: {
|
|
4805
4809
|
acs_encoder_id: {
|
|
4806
4810
|
description: "ID of the `acs_encoder`.",
|