@seamapi/types 1.910.0 → 1.911.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 +2 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +2 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -2
- package/src/lib/seam/connect/route-types.ts +1 -1
|
@@ -65738,7 +65738,7 @@ const openapi = {
|
|
|
65738
65738
|
MANAGE_DEVICES_CONFIRMATION_MODAL: {
|
|
65739
65739
|
type: 'boolean',
|
|
65740
65740
|
},
|
|
65741
|
-
|
|
65741
|
+
RESERVATION_LEGACY: { type: 'boolean' },
|
|
65742
65742
|
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
|
|
65743
65743
|
type: 'boolean',
|
|
65744
65744
|
},
|
|
@@ -66157,7 +66157,7 @@ const openapi = {
|
|
|
66157
66157
|
MANAGE_DEVICES_CONFIRMATION_MODAL: {
|
|
66158
66158
|
type: 'boolean',
|
|
66159
66159
|
},
|
|
66160
|
-
|
|
66160
|
+
RESERVATION_LEGACY: { type: 'boolean' },
|
|
66161
66161
|
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
|
|
66162
66162
|
type: 'boolean',
|
|
66163
66163
|
},
|