@seamapi/types 1.882.0 → 1.883.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 +0 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -2
- package/dist/index.cjs +0 -10
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +0 -10
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -12
- package/src/lib/seam/connect/route-types.ts +0 -2
|
@@ -83662,8 +83662,6 @@ export type Routes = {
|
|
|
83662
83662
|
device_ids?: string[] | undefined;
|
|
83663
83663
|
/** IDs of the entrances that you want to set for the space. If specified, this will replace all existing entrances. */
|
|
83664
83664
|
acs_entrance_ids?: string[] | undefined;
|
|
83665
|
-
/** Customer key for which you want to update the space. */
|
|
83666
|
-
customer_key?: string | undefined;
|
|
83667
83665
|
/** Reservation/stay-related defaults for the space. Only the keys you provide are updated; omit a key to leave it unchanged. Pass null on a key to clear it. */
|
|
83668
83666
|
customer_data?: {
|
|
83669
83667
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
package/package.json
CHANGED
|
@@ -78241,12 +78241,6 @@ const openapi: OpenAPISpec = {
|
|
|
78241
78241
|
},
|
|
78242
78242
|
type: 'object',
|
|
78243
78243
|
},
|
|
78244
|
-
customer_key: {
|
|
78245
|
-
description:
|
|
78246
|
-
'Customer key for which you want to update the space.',
|
|
78247
|
-
minLength: 1,
|
|
78248
|
-
type: 'string',
|
|
78249
|
-
},
|
|
78250
78244
|
device_ids: {
|
|
78251
78245
|
description:
|
|
78252
78246
|
'IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.',
|
|
@@ -78344,12 +78338,6 @@ const openapi: OpenAPISpec = {
|
|
|
78344
78338
|
},
|
|
78345
78339
|
type: 'object',
|
|
78346
78340
|
},
|
|
78347
|
-
customer_key: {
|
|
78348
|
-
description:
|
|
78349
|
-
'Customer key for which you want to update the space.',
|
|
78350
|
-
minLength: 1,
|
|
78351
|
-
type: 'string',
|
|
78352
|
-
},
|
|
78353
78341
|
device_ids: {
|
|
78354
78342
|
description:
|
|
78355
78343
|
'IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.',
|
|
@@ -99947,8 +99947,6 @@ export type Routes = {
|
|
|
99947
99947
|
device_ids?: string[] | undefined
|
|
99948
99948
|
/** IDs of the entrances that you want to set for the space. If specified, this will replace all existing entrances. */
|
|
99949
99949
|
acs_entrance_ids?: string[] | undefined
|
|
99950
|
-
/** Customer key for which you want to update the space. */
|
|
99951
|
-
customer_key?: string | undefined
|
|
99952
99950
|
/** Reservation/stay-related defaults for the space. Only the keys you provide are updated; omit a key to leave it unchanged. Pass null on a key to clear it. */
|
|
99953
99951
|
customer_data?:
|
|
99954
99952
|
| {
|