@seamapi/types 1.927.0 → 1.928.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 +5 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +36 -36
- package/dist/index.cjs +5 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/spaces/space.d.ts +23 -23
- package/lib/seam/connect/models/spaces/space.js +4 -1
- package/lib/seam/connect/models/spaces/space.js.map +1 -1
- package/lib/seam/connect/openapi.js +2 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +13 -13
- package/package.json +1 -1
- package/src/lib/seam/connect/models/spaces/space.ts +6 -1
- package/src/lib/seam/connect/openapi.ts +3 -1
- package/src/lib/seam/connect/route-types.ts +13 -13
|
@@ -11844,7 +11844,7 @@ export type Routes = {
|
|
|
11844
11844
|
acs_entrance_count: number;
|
|
11845
11845
|
/** Customer key associated with the space. */
|
|
11846
11846
|
customer_key?: string | undefined;
|
|
11847
|
-
/** Reservation/stay-related defaults for the space. */
|
|
11847
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
11848
11848
|
customer_data?: {
|
|
11849
11849
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
11850
11850
|
time_zone?: (string | null) | undefined;
|
|
@@ -18492,7 +18492,7 @@ export type Routes = {
|
|
|
18492
18492
|
acs_entrance_count: number;
|
|
18493
18493
|
/** Customer key associated with the space. */
|
|
18494
18494
|
customer_key?: string | undefined;
|
|
18495
|
-
/** Reservation/stay-related defaults for the space. */
|
|
18495
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
18496
18496
|
customer_data?: {
|
|
18497
18497
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
18498
18498
|
time_zone?: (string | null) | undefined;
|
|
@@ -73947,7 +73947,7 @@ export type Routes = {
|
|
|
73947
73947
|
acs_entrance_count: number;
|
|
73948
73948
|
/** Customer key associated with the space. */
|
|
73949
73949
|
customer_key?: string | undefined;
|
|
73950
|
-
/** Reservation/stay-related defaults for the space. */
|
|
73950
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
73951
73951
|
customer_data?: {
|
|
73952
73952
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
73953
73953
|
time_zone?: (string | null) | undefined;
|
|
@@ -74016,7 +74016,7 @@ export type Routes = {
|
|
|
74016
74016
|
acs_entrance_count: number;
|
|
74017
74017
|
/** Customer key associated with the space. */
|
|
74018
74018
|
customer_key?: string | undefined;
|
|
74019
|
-
/** Reservation/stay-related defaults for the space. */
|
|
74019
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
74020
74020
|
customer_data?: {
|
|
74021
74021
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
74022
74022
|
time_zone?: (string | null) | undefined;
|
|
@@ -74077,7 +74077,7 @@ export type Routes = {
|
|
|
74077
74077
|
acs_entrance_count: number;
|
|
74078
74078
|
/** Customer key associated with the space. */
|
|
74079
74079
|
customer_key?: string | undefined;
|
|
74080
|
-
/** Reservation/stay-related defaults for the space. */
|
|
74080
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
74081
74081
|
customer_data?: {
|
|
74082
74082
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
74083
74083
|
time_zone?: (string | null) | undefined;
|
|
@@ -80735,7 +80735,7 @@ export type Routes = {
|
|
|
80735
80735
|
acs_entrance_count: number;
|
|
80736
80736
|
/** Customer key associated with the space. */
|
|
80737
80737
|
customer_key?: string | undefined;
|
|
80738
|
-
/** Reservation/stay-related defaults for the space. */
|
|
80738
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
80739
80739
|
customer_data?: {
|
|
80740
80740
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
80741
80741
|
time_zone?: (string | null) | undefined;
|
|
@@ -80799,7 +80799,7 @@ export type Routes = {
|
|
|
80799
80799
|
acs_entrance_count: number;
|
|
80800
80800
|
/** Customer key associated with the space. */
|
|
80801
80801
|
customer_key?: string | undefined;
|
|
80802
|
-
/** Reservation/stay-related defaults for the space. */
|
|
80802
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
80803
80803
|
customer_data?: {
|
|
80804
80804
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
80805
80805
|
time_zone?: (string | null) | undefined;
|
|
@@ -81948,7 +81948,7 @@ export type Routes = {
|
|
|
81948
81948
|
acs_entrance_count: number;
|
|
81949
81949
|
/** Customer key associated with the space. */
|
|
81950
81950
|
customer_key?: string | undefined;
|
|
81951
|
-
/** Reservation/stay-related defaults for the space. */
|
|
81951
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
81952
81952
|
customer_data?: {
|
|
81953
81953
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
81954
81954
|
time_zone?: (string | null) | undefined;
|
|
@@ -82021,7 +82021,7 @@ export type Routes = {
|
|
|
82021
82021
|
acs_entrance_count: number;
|
|
82022
82022
|
/** Customer key associated with the space. */
|
|
82023
82023
|
customer_key?: string | undefined;
|
|
82024
|
-
/** Reservation/stay-related defaults for the space. */
|
|
82024
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
82025
82025
|
customer_data?: {
|
|
82026
82026
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
82027
82027
|
time_zone?: (string | null) | undefined;
|
|
@@ -82083,7 +82083,7 @@ export type Routes = {
|
|
|
82083
82083
|
acs_entrance_count: number;
|
|
82084
82084
|
/** Customer key associated with the space. */
|
|
82085
82085
|
customer_key?: string | undefined;
|
|
82086
|
-
/** Reservation/stay-related defaults for the space. */
|
|
82086
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
82087
82087
|
customer_data?: {
|
|
82088
82088
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
82089
82089
|
time_zone?: (string | null) | undefined;
|
|
@@ -84156,7 +84156,7 @@ export type Routes = {
|
|
|
84156
84156
|
acs_entrance_count: number;
|
|
84157
84157
|
/** Customer key associated with the space. */
|
|
84158
84158
|
customer_key?: string | undefined;
|
|
84159
|
-
/** Reservation/stay-related defaults for the space. */
|
|
84159
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
84160
84160
|
customer_data?: {
|
|
84161
84161
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
84162
84162
|
time_zone?: (string | null) | undefined;
|
|
@@ -84290,7 +84290,7 @@ export type Routes = {
|
|
|
84290
84290
|
acs_entrance_count: number;
|
|
84291
84291
|
/** Customer key associated with the space. */
|
|
84292
84292
|
customer_key?: string | undefined;
|
|
84293
|
-
/** Reservation/stay-related defaults for the space. */
|
|
84293
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
84294
84294
|
customer_data?: {
|
|
84295
84295
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
84296
84296
|
time_zone?: (string | null) | undefined;
|
|
@@ -113672,7 +113672,7 @@ export type Routes = {
|
|
|
113672
113672
|
acs_entrance_count: number;
|
|
113673
113673
|
/** Customer key associated with the space. */
|
|
113674
113674
|
customer_key?: string | undefined;
|
|
113675
|
-
/** Reservation/stay-related defaults for the space. */
|
|
113675
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
113676
113676
|
customer_data?: {
|
|
113677
113677
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
113678
113678
|
time_zone?: (string | null) | undefined;
|
package/package.json
CHANGED
|
@@ -57,7 +57,12 @@ export const space = z.object({
|
|
|
57
57
|
.string()
|
|
58
58
|
.optional()
|
|
59
59
|
.describe('Customer key associated with the space.'),
|
|
60
|
-
customer_data: space_customer_data
|
|
60
|
+
customer_data: space_customer_data
|
|
61
|
+
.catchall(z.string().nullish())
|
|
62
|
+
.describe(
|
|
63
|
+
'Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam).',
|
|
64
|
+
)
|
|
65
|
+
.optional(),
|
|
61
66
|
geolocation: space_geolocation
|
|
62
67
|
.nullish()
|
|
63
68
|
.describe('Geographic coordinates (latitude and longitude) of the space.'),
|
|
@@ -28317,7 +28317,9 @@ const openapi: OpenAPISpec = {
|
|
|
28317
28317
|
type: 'string',
|
|
28318
28318
|
},
|
|
28319
28319
|
customer_data: {
|
|
28320
|
-
|
|
28320
|
+
additionalProperties: { nullable: true, type: 'string' },
|
|
28321
|
+
description:
|
|
28322
|
+
'Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam).',
|
|
28321
28323
|
properties: {
|
|
28322
28324
|
address: {
|
|
28323
28325
|
description: 'Postal address for the space.',
|
|
@@ -13460,7 +13460,7 @@ export type Routes = {
|
|
|
13460
13460
|
acs_entrance_count: number
|
|
13461
13461
|
/** Customer key associated with the space. */
|
|
13462
13462
|
customer_key?: string | undefined
|
|
13463
|
-
/** Reservation/stay-related defaults for the space. */
|
|
13463
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
13464
13464
|
customer_data?:
|
|
13465
13465
|
| {
|
|
13466
13466
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
@@ -21270,7 +21270,7 @@ export type Routes = {
|
|
|
21270
21270
|
acs_entrance_count: number
|
|
21271
21271
|
/** Customer key associated with the space. */
|
|
21272
21272
|
customer_key?: string | undefined
|
|
21273
|
-
/** Reservation/stay-related defaults for the space. */
|
|
21273
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
21274
21274
|
customer_data?:
|
|
21275
21275
|
| {
|
|
21276
21276
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
@@ -88411,7 +88411,7 @@ export type Routes = {
|
|
|
88411
88411
|
acs_entrance_count: number
|
|
88412
88412
|
/** Customer key associated with the space. */
|
|
88413
88413
|
customer_key?: string | undefined
|
|
88414
|
-
/** Reservation/stay-related defaults for the space. */
|
|
88414
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
88415
88415
|
customer_data?:
|
|
88416
88416
|
| {
|
|
88417
88417
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
@@ -88484,7 +88484,7 @@ export type Routes = {
|
|
|
88484
88484
|
acs_entrance_count: number
|
|
88485
88485
|
/** Customer key associated with the space. */
|
|
88486
88486
|
customer_key?: string | undefined
|
|
88487
|
-
/** Reservation/stay-related defaults for the space. */
|
|
88487
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
88488
88488
|
customer_data?:
|
|
88489
88489
|
| {
|
|
88490
88490
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
@@ -88549,7 +88549,7 @@ export type Routes = {
|
|
|
88549
88549
|
acs_entrance_count: number
|
|
88550
88550
|
/** Customer key associated with the space. */
|
|
88551
88551
|
customer_key?: string | undefined
|
|
88552
|
-
/** Reservation/stay-related defaults for the space. */
|
|
88552
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
88553
88553
|
customer_data?:
|
|
88554
88554
|
| {
|
|
88555
88555
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
@@ -96449,7 +96449,7 @@ export type Routes = {
|
|
|
96449
96449
|
acs_entrance_count: number
|
|
96450
96450
|
/** Customer key associated with the space. */
|
|
96451
96451
|
customer_key?: string | undefined
|
|
96452
|
-
/** Reservation/stay-related defaults for the space. */
|
|
96452
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
96453
96453
|
customer_data?:
|
|
96454
96454
|
| {
|
|
96455
96455
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
@@ -96517,7 +96517,7 @@ export type Routes = {
|
|
|
96517
96517
|
acs_entrance_count: number
|
|
96518
96518
|
/** Customer key associated with the space. */
|
|
96519
96519
|
customer_key?: string | undefined
|
|
96520
|
-
/** Reservation/stay-related defaults for the space. */
|
|
96520
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
96521
96521
|
customer_data?:
|
|
96522
96522
|
| {
|
|
96523
96523
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
@@ -97796,7 +97796,7 @@ export type Routes = {
|
|
|
97796
97796
|
acs_entrance_count: number
|
|
97797
97797
|
/** Customer key associated with the space. */
|
|
97798
97798
|
customer_key?: string | undefined
|
|
97799
|
-
/** Reservation/stay-related defaults for the space. */
|
|
97799
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
97800
97800
|
customer_data?:
|
|
97801
97801
|
| {
|
|
97802
97802
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
@@ -97875,7 +97875,7 @@ export type Routes = {
|
|
|
97875
97875
|
acs_entrance_count: number
|
|
97876
97876
|
/** Customer key associated with the space. */
|
|
97877
97877
|
customer_key?: string | undefined
|
|
97878
|
-
/** Reservation/stay-related defaults for the space. */
|
|
97878
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
97879
97879
|
customer_data?:
|
|
97880
97880
|
| {
|
|
97881
97881
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
@@ -97960,7 +97960,7 @@ export type Routes = {
|
|
|
97960
97960
|
acs_entrance_count: number
|
|
97961
97961
|
/** Customer key associated with the space. */
|
|
97962
97962
|
customer_key?: string | undefined
|
|
97963
|
-
/** Reservation/stay-related defaults for the space. */
|
|
97963
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
97964
97964
|
customer_data?:
|
|
97965
97965
|
| {
|
|
97966
97966
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
@@ -100528,7 +100528,7 @@ export type Routes = {
|
|
|
100528
100528
|
acs_entrance_count: number
|
|
100529
100529
|
/** Customer key associated with the space. */
|
|
100530
100530
|
customer_key?: string | undefined
|
|
100531
|
-
/** Reservation/stay-related defaults for the space. */
|
|
100531
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
100532
100532
|
customer_data?:
|
|
100533
100533
|
| {
|
|
100534
100534
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
@@ -100668,7 +100668,7 @@ export type Routes = {
|
|
|
100668
100668
|
acs_entrance_count: number
|
|
100669
100669
|
/** Customer key associated with the space. */
|
|
100670
100670
|
customer_key?: string | undefined
|
|
100671
|
-
/** Reservation/stay-related defaults for the space. */
|
|
100671
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
100672
100672
|
customer_data?:
|
|
100673
100673
|
| {
|
|
100674
100674
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|
|
@@ -135429,7 +135429,7 @@ export type Routes = {
|
|
|
135429
135429
|
acs_entrance_count: number
|
|
135430
135430
|
/** Customer key associated with the space. */
|
|
135431
135431
|
customer_key?: string | undefined
|
|
135432
|
-
/** Reservation/stay-related defaults for the space. */
|
|
135432
|
+
/** Reservation/stay-related defaults for the space. Also carries the provider/PMS-supplied name under a `<connector_type>_name` key (e.g. `guesty_name`), which Seam preserves when you rename the space (read-only — managed by Seam). */
|
|
135433
135433
|
customer_data?:
|
|
135434
135434
|
| {
|
|
135435
135435
|
/** IANA time zone for the space, e.g. America/Los_Angeles. */
|