@seamapi/types 1.658.0 → 1.659.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 +11 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +40 -0
- package/dist/index.cjs +11 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +5 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.d.ts +3 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.js +3 -0
- package/lib/seam/connect/models/acs/metadata/salto-space.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +7 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +20 -0
- package/lib/seam/connect/openapi.d.ts +8 -0
- package/lib/seam/connect/openapi.js +8 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +20 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/salto-space.ts +5 -0
- package/src/lib/seam/connect/openapi.ts +10 -0
- package/src/lib/seam/connect/route-types.ts +20 -0
package/dist/connect.cjs
CHANGED
|
@@ -2951,6 +2951,9 @@ var acs_entrance_salto_space_metadata = zod.z.object({
|
|
|
2951
2951
|
door_id: zod.z.string().describe("Door ID in the Salto Space access system."),
|
|
2952
2952
|
door_name: zod.z.string().describe("Name of the door in the Salto Space access system."),
|
|
2953
2953
|
door_description: zod.z.string().describe("Description of the door in the Salto Space access system."),
|
|
2954
|
+
audit_on_keys: zod.z.boolean().describe(
|
|
2955
|
+
"Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system."
|
|
2956
|
+
),
|
|
2954
2957
|
room_name: zod.z.string().describe("Name of the room in the Salto Space access system."),
|
|
2955
2958
|
room_description: zod.z.string().describe("Description of the room in the Salto Space access system.")
|
|
2956
2959
|
}).partial().describe("Salto Space-specific metadata associated with the entrance.");
|
|
@@ -8483,6 +8486,10 @@ var openapi_default = {
|
|
|
8483
8486
|
salto_space_metadata: {
|
|
8484
8487
|
description: "Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
|
|
8485
8488
|
properties: {
|
|
8489
|
+
audit_on_keys: {
|
|
8490
|
+
description: "Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.",
|
|
8491
|
+
type: "boolean"
|
|
8492
|
+
},
|
|
8486
8493
|
door_description: {
|
|
8487
8494
|
description: "Description of the door in the Salto Space access system.",
|
|
8488
8495
|
type: "string"
|
|
@@ -24145,6 +24152,10 @@ var openapi_default = {
|
|
|
24145
24152
|
salto_space_metadata: {
|
|
24146
24153
|
description: "Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).",
|
|
24147
24154
|
properties: {
|
|
24155
|
+
audit_on_keys: {
|
|
24156
|
+
description: "Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.",
|
|
24157
|
+
type: "boolean"
|
|
24158
|
+
},
|
|
24148
24159
|
door_description: {
|
|
24149
24160
|
description: "Description of the door in the Salto Space access system.",
|
|
24150
24161
|
type: "string"
|