@seamapi/types 1.156.0 → 1.157.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 +9 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +9 -9
- package/lib/seam/connect/models/acs/entrance.d.ts +16 -16
- package/lib/seam/connect/models/acs/entrance.js +2 -2
- package/lib/seam/connect/models/acs/entrance.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +3 -3
- package/lib/seam/connect/openapi.js +8 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +6 -6
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/entrance.ts +2 -2
- package/src/lib/seam/connect/openapi.ts +8 -3
- package/src/lib/seam/connect/route-types.ts +6 -6
package/dist/connect.cjs
CHANGED
|
@@ -365,11 +365,16 @@ var openapi_default = {
|
|
|
365
365
|
nullable: true,
|
|
366
366
|
properties: {
|
|
367
367
|
accessibility_type: { type: "string" },
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
368
|
+
door_name: { type: "string" },
|
|
369
|
+
door_type: { type: "string" },
|
|
370
|
+
is_connected: { type: "boolean" }
|
|
371
371
|
},
|
|
372
|
-
required: [
|
|
372
|
+
required: [
|
|
373
|
+
"accessibility_type",
|
|
374
|
+
"door_name",
|
|
375
|
+
"door_type",
|
|
376
|
+
"is_connected"
|
|
377
|
+
],
|
|
373
378
|
type: "object"
|
|
374
379
|
},
|
|
375
380
|
visionline_metadata: {
|