@seamapi/types 1.347.0 → 1.348.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 +12 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +11 -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/openapi.d.ts +11 -0
- package/lib/seam/connect/openapi.js +11 -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/openapi.ts +12 -0
package/dist/connect.cjs
CHANGED
|
@@ -1779,6 +1779,7 @@ var acs_encoder = zod.z.object({
|
|
|
1779
1779
|
---
|
|
1780
1780
|
route_path: /acs/encoders
|
|
1781
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).
|
|
1782
1783
|
`);
|
|
1783
1784
|
var acs_entrance_salto_space_metadata = zod.z.object({
|
|
1784
1785
|
door_name: zod.z.string(),
|
|
@@ -4803,6 +4804,7 @@ var openapi_default = {
|
|
|
4803
4804
|
"x-route-path": "/acs/credential_provisioning_automations"
|
|
4804
4805
|
},
|
|
4805
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).",
|
|
4806
4808
|
properties: {
|
|
4807
4809
|
acs_encoder_id: {
|
|
4808
4810
|
description: "ID of the `acs_encoder`.",
|
|
@@ -16930,6 +16932,16 @@ var openapi_default = {
|
|
|
16930
16932
|
type: "http"
|
|
16931
16933
|
},
|
|
16932
16934
|
api_key: { bearerFormat: "API Key", scheme: "bearer", type: "http" },
|
|
16935
|
+
bridge_client_session: {
|
|
16936
|
+
bearerFormat: "Bridge Client Session Token",
|
|
16937
|
+
scheme: "bearer",
|
|
16938
|
+
type: "http"
|
|
16939
|
+
},
|
|
16940
|
+
certified_client: {
|
|
16941
|
+
bearerFormat: "Certified Client",
|
|
16942
|
+
scheme: "bearer",
|
|
16943
|
+
type: "http"
|
|
16944
|
+
},
|
|
16933
16945
|
client_session: {
|
|
16934
16946
|
bearerFormat: "Client Session Token",
|
|
16935
16947
|
scheme: "bearer",
|