@seamapi/types 1.587.0 → 1.588.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 +83 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +175 -0
- package/dist/index.cjs +83 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-data.d.ts +34 -0
- package/lib/seam/connect/models/customer/customer-data.js +5 -1
- package/lib/seam/connect/models/customer/customer-data.js.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +14 -0
- package/lib/seam/connect/models/customer/location-resources.d.ts +46 -0
- package/lib/seam/connect/models/customer/location-resources.js +17 -0
- package/lib/seam/connect/models/customer/location-resources.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +144 -0
- package/lib/seam/connect/openapi.js +83 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +31 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-data.ts +5 -0
- package/src/lib/seam/connect/models/customer/location-resources.ts +19 -0
- package/src/lib/seam/connect/openapi.ts +89 -0
- package/src/lib/seam/connect/route-types.ts +37 -0
package/dist/connect.d.cts
CHANGED
|
@@ -82584,6 +82584,7 @@ declare const _default: {
|
|
|
82584
82584
|
building_key?: never;
|
|
82585
82585
|
listing_key?: never;
|
|
82586
82586
|
property_listing_key?: never;
|
|
82587
|
+
site_key?: never;
|
|
82587
82588
|
};
|
|
82588
82589
|
required: string[];
|
|
82589
82590
|
type: string;
|
|
@@ -82600,6 +82601,7 @@ declare const _default: {
|
|
|
82600
82601
|
building_key?: never;
|
|
82601
82602
|
listing_key?: never;
|
|
82602
82603
|
property_listing_key?: never;
|
|
82604
|
+
site_key?: never;
|
|
82603
82605
|
};
|
|
82604
82606
|
required: string[];
|
|
82605
82607
|
type: string;
|
|
@@ -82616,6 +82618,7 @@ declare const _default: {
|
|
|
82616
82618
|
building_key?: never;
|
|
82617
82619
|
listing_key?: never;
|
|
82618
82620
|
property_listing_key?: never;
|
|
82621
|
+
site_key?: never;
|
|
82619
82622
|
};
|
|
82620
82623
|
required: string[];
|
|
82621
82624
|
type: string;
|
|
@@ -82632,6 +82635,7 @@ declare const _default: {
|
|
|
82632
82635
|
building_key?: never;
|
|
82633
82636
|
listing_key?: never;
|
|
82634
82637
|
property_listing_key?: never;
|
|
82638
|
+
site_key?: never;
|
|
82635
82639
|
};
|
|
82636
82640
|
required: string[];
|
|
82637
82641
|
type: string;
|
|
@@ -82648,6 +82652,7 @@ declare const _default: {
|
|
|
82648
82652
|
building_key?: never;
|
|
82649
82653
|
listing_key?: never;
|
|
82650
82654
|
property_listing_key?: never;
|
|
82655
|
+
site_key?: never;
|
|
82651
82656
|
};
|
|
82652
82657
|
required: string[];
|
|
82653
82658
|
type: string;
|
|
@@ -82664,6 +82669,7 @@ declare const _default: {
|
|
|
82664
82669
|
building_key?: never;
|
|
82665
82670
|
listing_key?: never;
|
|
82666
82671
|
property_listing_key?: never;
|
|
82672
|
+
site_key?: never;
|
|
82667
82673
|
};
|
|
82668
82674
|
required: string[];
|
|
82669
82675
|
type: string;
|
|
@@ -82680,6 +82686,7 @@ declare const _default: {
|
|
|
82680
82686
|
facility_key?: never;
|
|
82681
82687
|
listing_key?: never;
|
|
82682
82688
|
property_listing_key?: never;
|
|
82689
|
+
site_key?: never;
|
|
82683
82690
|
};
|
|
82684
82691
|
required: string[];
|
|
82685
82692
|
type: string;
|
|
@@ -82696,6 +82703,7 @@ declare const _default: {
|
|
|
82696
82703
|
facility_key?: never;
|
|
82697
82704
|
building_key?: never;
|
|
82698
82705
|
property_listing_key?: never;
|
|
82706
|
+
site_key?: never;
|
|
82699
82707
|
};
|
|
82700
82708
|
required: string[];
|
|
82701
82709
|
type: string;
|
|
@@ -82712,6 +82720,24 @@ declare const _default: {
|
|
|
82712
82720
|
facility_key?: never;
|
|
82713
82721
|
building_key?: never;
|
|
82714
82722
|
listing_key?: never;
|
|
82723
|
+
site_key?: never;
|
|
82724
|
+
};
|
|
82725
|
+
required: string[];
|
|
82726
|
+
type: string;
|
|
82727
|
+
} | {
|
|
82728
|
+
properties: {
|
|
82729
|
+
site_key: {
|
|
82730
|
+
type: string;
|
|
82731
|
+
};
|
|
82732
|
+
space_key?: never;
|
|
82733
|
+
property_key?: never;
|
|
82734
|
+
room_key?: never;
|
|
82735
|
+
common_area_key?: never;
|
|
82736
|
+
unit_key?: never;
|
|
82737
|
+
facility_key?: never;
|
|
82738
|
+
building_key?: never;
|
|
82739
|
+
listing_key?: never;
|
|
82740
|
+
property_listing_key?: never;
|
|
82715
82741
|
};
|
|
82716
82742
|
required: string[];
|
|
82717
82743
|
type: string;
|
|
@@ -83002,6 +83028,10 @@ declare const _default: {
|
|
|
83002
83028
|
description: string;
|
|
83003
83029
|
type: string;
|
|
83004
83030
|
};
|
|
83031
|
+
parent_site_key: {
|
|
83032
|
+
description: string;
|
|
83033
|
+
type: string;
|
|
83034
|
+
};
|
|
83005
83035
|
};
|
|
83006
83036
|
required: string[];
|
|
83007
83037
|
type: string;
|
|
@@ -83250,6 +83280,10 @@ declare const _default: {
|
|
|
83250
83280
|
description: string;
|
|
83251
83281
|
type: string;
|
|
83252
83282
|
};
|
|
83283
|
+
parent_site_key: {
|
|
83284
|
+
description: string;
|
|
83285
|
+
type: string;
|
|
83286
|
+
};
|
|
83253
83287
|
room_key: {
|
|
83254
83288
|
description: string;
|
|
83255
83289
|
type: string;
|
|
@@ -83260,6 +83294,24 @@ declare const _default: {
|
|
|
83260
83294
|
};
|
|
83261
83295
|
type: string;
|
|
83262
83296
|
};
|
|
83297
|
+
sites: {
|
|
83298
|
+
description: string;
|
|
83299
|
+
items: {
|
|
83300
|
+
properties: {
|
|
83301
|
+
name: {
|
|
83302
|
+
description: string;
|
|
83303
|
+
type: string;
|
|
83304
|
+
};
|
|
83305
|
+
site_key: {
|
|
83306
|
+
description: string;
|
|
83307
|
+
type: string;
|
|
83308
|
+
};
|
|
83309
|
+
};
|
|
83310
|
+
required: string[];
|
|
83311
|
+
type: string;
|
|
83312
|
+
};
|
|
83313
|
+
type: string;
|
|
83314
|
+
};
|
|
83263
83315
|
spaces: {
|
|
83264
83316
|
description: string;
|
|
83265
83317
|
items: {
|
|
@@ -83312,6 +83364,10 @@ declare const _default: {
|
|
|
83312
83364
|
description: string;
|
|
83313
83365
|
type: string;
|
|
83314
83366
|
};
|
|
83367
|
+
parent_site_key: {
|
|
83368
|
+
description: string;
|
|
83369
|
+
type: string;
|
|
83370
|
+
};
|
|
83315
83371
|
unit_key: {
|
|
83316
83372
|
description: string;
|
|
83317
83373
|
type: string;
|
|
@@ -83934,6 +83990,10 @@ declare const _default: {
|
|
|
83934
83990
|
description: string;
|
|
83935
83991
|
type: string;
|
|
83936
83992
|
};
|
|
83993
|
+
parent_site_key: {
|
|
83994
|
+
description: string;
|
|
83995
|
+
type: string;
|
|
83996
|
+
};
|
|
83937
83997
|
};
|
|
83938
83998
|
required: string[];
|
|
83939
83999
|
type: string;
|
|
@@ -84182,6 +84242,10 @@ declare const _default: {
|
|
|
84182
84242
|
description: string;
|
|
84183
84243
|
type: string;
|
|
84184
84244
|
};
|
|
84245
|
+
parent_site_key: {
|
|
84246
|
+
description: string;
|
|
84247
|
+
type: string;
|
|
84248
|
+
};
|
|
84185
84249
|
room_key: {
|
|
84186
84250
|
description: string;
|
|
84187
84251
|
type: string;
|
|
@@ -84192,6 +84256,24 @@ declare const _default: {
|
|
|
84192
84256
|
};
|
|
84193
84257
|
type: string;
|
|
84194
84258
|
};
|
|
84259
|
+
sites: {
|
|
84260
|
+
description: string;
|
|
84261
|
+
items: {
|
|
84262
|
+
properties: {
|
|
84263
|
+
name: {
|
|
84264
|
+
description: string;
|
|
84265
|
+
type: string;
|
|
84266
|
+
};
|
|
84267
|
+
site_key: {
|
|
84268
|
+
description: string;
|
|
84269
|
+
type: string;
|
|
84270
|
+
};
|
|
84271
|
+
};
|
|
84272
|
+
required: string[];
|
|
84273
|
+
type: string;
|
|
84274
|
+
};
|
|
84275
|
+
type: string;
|
|
84276
|
+
};
|
|
84195
84277
|
spaces: {
|
|
84196
84278
|
description: string;
|
|
84197
84279
|
items: {
|
|
@@ -84244,6 +84326,10 @@ declare const _default: {
|
|
|
84244
84326
|
description: string;
|
|
84245
84327
|
type: string;
|
|
84246
84328
|
};
|
|
84329
|
+
parent_site_key: {
|
|
84330
|
+
description: string;
|
|
84331
|
+
type: string;
|
|
84332
|
+
};
|
|
84247
84333
|
unit_key: {
|
|
84248
84334
|
description: string;
|
|
84249
84335
|
type: string;
|
|
@@ -93240,6 +93326,7 @@ declare const _default: {
|
|
|
93240
93326
|
building_key?: never;
|
|
93241
93327
|
listing_key?: never;
|
|
93242
93328
|
property_listing_key?: never;
|
|
93329
|
+
site_key?: never;
|
|
93243
93330
|
};
|
|
93244
93331
|
required: string[];
|
|
93245
93332
|
type: string;
|
|
@@ -93256,6 +93343,7 @@ declare const _default: {
|
|
|
93256
93343
|
building_key?: never;
|
|
93257
93344
|
listing_key?: never;
|
|
93258
93345
|
property_listing_key?: never;
|
|
93346
|
+
site_key?: never;
|
|
93259
93347
|
};
|
|
93260
93348
|
required: string[];
|
|
93261
93349
|
type: string;
|
|
@@ -93272,6 +93360,7 @@ declare const _default: {
|
|
|
93272
93360
|
building_key?: never;
|
|
93273
93361
|
listing_key?: never;
|
|
93274
93362
|
property_listing_key?: never;
|
|
93363
|
+
site_key?: never;
|
|
93275
93364
|
};
|
|
93276
93365
|
required: string[];
|
|
93277
93366
|
type: string;
|
|
@@ -93288,6 +93377,7 @@ declare const _default: {
|
|
|
93288
93377
|
building_key?: never;
|
|
93289
93378
|
listing_key?: never;
|
|
93290
93379
|
property_listing_key?: never;
|
|
93380
|
+
site_key?: never;
|
|
93291
93381
|
};
|
|
93292
93382
|
required: string[];
|
|
93293
93383
|
type: string;
|
|
@@ -93304,6 +93394,7 @@ declare const _default: {
|
|
|
93304
93394
|
building_key?: never;
|
|
93305
93395
|
listing_key?: never;
|
|
93306
93396
|
property_listing_key?: never;
|
|
93397
|
+
site_key?: never;
|
|
93307
93398
|
};
|
|
93308
93399
|
required: string[];
|
|
93309
93400
|
type: string;
|
|
@@ -93320,6 +93411,7 @@ declare const _default: {
|
|
|
93320
93411
|
building_key?: never;
|
|
93321
93412
|
listing_key?: never;
|
|
93322
93413
|
property_listing_key?: never;
|
|
93414
|
+
site_key?: never;
|
|
93323
93415
|
};
|
|
93324
93416
|
required: string[];
|
|
93325
93417
|
type: string;
|
|
@@ -93336,6 +93428,7 @@ declare const _default: {
|
|
|
93336
93428
|
facility_key?: never;
|
|
93337
93429
|
listing_key?: never;
|
|
93338
93430
|
property_listing_key?: never;
|
|
93431
|
+
site_key?: never;
|
|
93339
93432
|
};
|
|
93340
93433
|
required: string[];
|
|
93341
93434
|
type: string;
|
|
@@ -93352,6 +93445,7 @@ declare const _default: {
|
|
|
93352
93445
|
facility_key?: never;
|
|
93353
93446
|
building_key?: never;
|
|
93354
93447
|
property_listing_key?: never;
|
|
93448
|
+
site_key?: never;
|
|
93355
93449
|
};
|
|
93356
93450
|
required: string[];
|
|
93357
93451
|
type: string;
|
|
@@ -93368,6 +93462,24 @@ declare const _default: {
|
|
|
93368
93462
|
facility_key?: never;
|
|
93369
93463
|
building_key?: never;
|
|
93370
93464
|
listing_key?: never;
|
|
93465
|
+
site_key?: never;
|
|
93466
|
+
};
|
|
93467
|
+
required: string[];
|
|
93468
|
+
type: string;
|
|
93469
|
+
} | {
|
|
93470
|
+
properties: {
|
|
93471
|
+
site_key: {
|
|
93472
|
+
type: string;
|
|
93473
|
+
};
|
|
93474
|
+
space_key?: never;
|
|
93475
|
+
property_key?: never;
|
|
93476
|
+
room_key?: never;
|
|
93477
|
+
common_area_key?: never;
|
|
93478
|
+
unit_key?: never;
|
|
93479
|
+
facility_key?: never;
|
|
93480
|
+
building_key?: never;
|
|
93481
|
+
listing_key?: never;
|
|
93482
|
+
property_listing_key?: never;
|
|
93371
93483
|
};
|
|
93372
93484
|
required: string[];
|
|
93373
93485
|
type: string;
|
|
@@ -93544,6 +93656,7 @@ declare const _default: {
|
|
|
93544
93656
|
building_key?: never;
|
|
93545
93657
|
listing_key?: never;
|
|
93546
93658
|
property_listing_key?: never;
|
|
93659
|
+
site_key?: never;
|
|
93547
93660
|
};
|
|
93548
93661
|
required: string[];
|
|
93549
93662
|
type: string;
|
|
@@ -93560,6 +93673,7 @@ declare const _default: {
|
|
|
93560
93673
|
building_key?: never;
|
|
93561
93674
|
listing_key?: never;
|
|
93562
93675
|
property_listing_key?: never;
|
|
93676
|
+
site_key?: never;
|
|
93563
93677
|
};
|
|
93564
93678
|
required: string[];
|
|
93565
93679
|
type: string;
|
|
@@ -93576,6 +93690,7 @@ declare const _default: {
|
|
|
93576
93690
|
building_key?: never;
|
|
93577
93691
|
listing_key?: never;
|
|
93578
93692
|
property_listing_key?: never;
|
|
93693
|
+
site_key?: never;
|
|
93579
93694
|
};
|
|
93580
93695
|
required: string[];
|
|
93581
93696
|
type: string;
|
|
@@ -93592,6 +93707,7 @@ declare const _default: {
|
|
|
93592
93707
|
building_key?: never;
|
|
93593
93708
|
listing_key?: never;
|
|
93594
93709
|
property_listing_key?: never;
|
|
93710
|
+
site_key?: never;
|
|
93595
93711
|
};
|
|
93596
93712
|
required: string[];
|
|
93597
93713
|
type: string;
|
|
@@ -93608,6 +93724,7 @@ declare const _default: {
|
|
|
93608
93724
|
building_key?: never;
|
|
93609
93725
|
listing_key?: never;
|
|
93610
93726
|
property_listing_key?: never;
|
|
93727
|
+
site_key?: never;
|
|
93611
93728
|
};
|
|
93612
93729
|
required: string[];
|
|
93613
93730
|
type: string;
|
|
@@ -93624,6 +93741,7 @@ declare const _default: {
|
|
|
93624
93741
|
building_key?: never;
|
|
93625
93742
|
listing_key?: never;
|
|
93626
93743
|
property_listing_key?: never;
|
|
93744
|
+
site_key?: never;
|
|
93627
93745
|
};
|
|
93628
93746
|
required: string[];
|
|
93629
93747
|
type: string;
|
|
@@ -93640,6 +93758,7 @@ declare const _default: {
|
|
|
93640
93758
|
facility_key?: never;
|
|
93641
93759
|
listing_key?: never;
|
|
93642
93760
|
property_listing_key?: never;
|
|
93761
|
+
site_key?: never;
|
|
93643
93762
|
};
|
|
93644
93763
|
required: string[];
|
|
93645
93764
|
type: string;
|
|
@@ -93656,6 +93775,7 @@ declare const _default: {
|
|
|
93656
93775
|
facility_key?: never;
|
|
93657
93776
|
building_key?: never;
|
|
93658
93777
|
property_listing_key?: never;
|
|
93778
|
+
site_key?: never;
|
|
93659
93779
|
};
|
|
93660
93780
|
required: string[];
|
|
93661
93781
|
type: string;
|
|
@@ -93672,6 +93792,24 @@ declare const _default: {
|
|
|
93672
93792
|
facility_key?: never;
|
|
93673
93793
|
building_key?: never;
|
|
93674
93794
|
listing_key?: never;
|
|
93795
|
+
site_key?: never;
|
|
93796
|
+
};
|
|
93797
|
+
required: string[];
|
|
93798
|
+
type: string;
|
|
93799
|
+
} | {
|
|
93800
|
+
properties: {
|
|
93801
|
+
site_key: {
|
|
93802
|
+
type: string;
|
|
93803
|
+
};
|
|
93804
|
+
space_key?: never;
|
|
93805
|
+
property_key?: never;
|
|
93806
|
+
room_key?: never;
|
|
93807
|
+
common_area_key?: never;
|
|
93808
|
+
unit_key?: never;
|
|
93809
|
+
facility_key?: never;
|
|
93810
|
+
building_key?: never;
|
|
93811
|
+
listing_key?: never;
|
|
93812
|
+
property_listing_key?: never;
|
|
93675
93813
|
};
|
|
93676
93814
|
required: string[];
|
|
93677
93815
|
type: string;
|
|
@@ -95202,6 +95340,9 @@ declare const _default: {
|
|
|
95202
95340
|
needs_review: {
|
|
95203
95341
|
type: string;
|
|
95204
95342
|
};
|
|
95343
|
+
parent_partner_resource_key: {
|
|
95344
|
+
type: string;
|
|
95345
|
+
};
|
|
95205
95346
|
partner_resource_key: {
|
|
95206
95347
|
type: string;
|
|
95207
95348
|
};
|
|
@@ -95313,6 +95454,9 @@ declare const _default: {
|
|
|
95313
95454
|
needs_review: {
|
|
95314
95455
|
type: string;
|
|
95315
95456
|
};
|
|
95457
|
+
parent_partner_resource_key: {
|
|
95458
|
+
type: string;
|
|
95459
|
+
};
|
|
95316
95460
|
partner_resource_key: {
|
|
95317
95461
|
type: string;
|
|
95318
95462
|
};
|
|
@@ -138038,6 +138182,8 @@ type Routes = {
|
|
|
138038
138182
|
listing_key: string;
|
|
138039
138183
|
} | {
|
|
138040
138184
|
property_listing_key: string;
|
|
138185
|
+
} | {
|
|
138186
|
+
site_key: string;
|
|
138041
138187
|
}) | ({
|
|
138042
138188
|
reservation_key: string;
|
|
138043
138189
|
} | {
|
|
@@ -138057,6 +138203,13 @@ type Routes = {
|
|
|
138057
138203
|
/** Your unique identifier for the space. */
|
|
138058
138204
|
space_key: string;
|
|
138059
138205
|
}[] | undefined;
|
|
138206
|
+
/** List of general sites or areas. */
|
|
138207
|
+
sites?: {
|
|
138208
|
+
/** Your display name for this location resource. */
|
|
138209
|
+
name: string;
|
|
138210
|
+
/** Your unique identifier for the site. */
|
|
138211
|
+
site_key: string;
|
|
138212
|
+
}[] | undefined;
|
|
138060
138213
|
/** List of short-term rental properties. */
|
|
138061
138214
|
properties?: {
|
|
138062
138215
|
/** Your display name for this location resource. */
|
|
@@ -138070,6 +138223,8 @@ type Routes = {
|
|
|
138070
138223
|
name: string;
|
|
138071
138224
|
/** Your unique identifier for the room. */
|
|
138072
138225
|
room_key: string;
|
|
138226
|
+
/** Your unique identifier for the site. */
|
|
138227
|
+
parent_site_key?: string | undefined;
|
|
138073
138228
|
}[] | undefined;
|
|
138074
138229
|
/** List of shared common areas. */
|
|
138075
138230
|
common_areas?: {
|
|
@@ -138077,6 +138232,8 @@ type Routes = {
|
|
|
138077
138232
|
name: string;
|
|
138078
138233
|
/** Your unique identifier for the common area. */
|
|
138079
138234
|
common_area_key: string;
|
|
138235
|
+
/** Your unique identifier for the site. */
|
|
138236
|
+
parent_site_key?: string | undefined;
|
|
138080
138237
|
}[] | undefined;
|
|
138081
138238
|
/** List of multi-family residential units. */
|
|
138082
138239
|
units?: {
|
|
@@ -138084,6 +138241,8 @@ type Routes = {
|
|
|
138084
138241
|
name: string;
|
|
138085
138242
|
/** Your unique identifier for the unit. */
|
|
138086
138243
|
unit_key: string;
|
|
138244
|
+
/** Your unique identifier for the site. */
|
|
138245
|
+
parent_site_key?: string | undefined;
|
|
138087
138246
|
}[] | undefined;
|
|
138088
138247
|
/** List of gym or fitness facilities. */
|
|
138089
138248
|
facilities?: {
|
|
@@ -138369,6 +138528,13 @@ type Routes = {
|
|
|
138369
138528
|
/** Your unique identifier for the space. */
|
|
138370
138529
|
space_key: string;
|
|
138371
138530
|
}[] | undefined;
|
|
138531
|
+
/** List of general sites or areas. */
|
|
138532
|
+
sites?: {
|
|
138533
|
+
/** Your display name for this location resource. */
|
|
138534
|
+
name: string;
|
|
138535
|
+
/** Your unique identifier for the site. */
|
|
138536
|
+
site_key: string;
|
|
138537
|
+
}[] | undefined;
|
|
138372
138538
|
/** List of short-term rental properties. */
|
|
138373
138539
|
properties?: {
|
|
138374
138540
|
/** Your display name for this location resource. */
|
|
@@ -138382,6 +138548,8 @@ type Routes = {
|
|
|
138382
138548
|
name: string;
|
|
138383
138549
|
/** Your unique identifier for the room. */
|
|
138384
138550
|
room_key: string;
|
|
138551
|
+
/** Your unique identifier for the site. */
|
|
138552
|
+
parent_site_key?: string | undefined;
|
|
138385
138553
|
}[] | undefined;
|
|
138386
138554
|
/** List of shared common areas. */
|
|
138387
138555
|
common_areas?: {
|
|
@@ -138389,6 +138557,8 @@ type Routes = {
|
|
|
138389
138557
|
name: string;
|
|
138390
138558
|
/** Your unique identifier for the common area. */
|
|
138391
138559
|
common_area_key: string;
|
|
138560
|
+
/** Your unique identifier for the site. */
|
|
138561
|
+
parent_site_key?: string | undefined;
|
|
138392
138562
|
}[] | undefined;
|
|
138393
138563
|
/** List of multi-family residential units. */
|
|
138394
138564
|
units?: {
|
|
@@ -138396,6 +138566,8 @@ type Routes = {
|
|
|
138396
138566
|
name: string;
|
|
138397
138567
|
/** Your unique identifier for the unit. */
|
|
138398
138568
|
unit_key: string;
|
|
138569
|
+
/** Your unique identifier for the site. */
|
|
138570
|
+
parent_site_key?: string | undefined;
|
|
138399
138571
|
}[] | undefined;
|
|
138400
138572
|
/** List of gym or fitness facilities. */
|
|
138401
138573
|
facilities?: {
|
|
@@ -165093,6 +165265,8 @@ type Routes = {
|
|
|
165093
165265
|
listing_key: string;
|
|
165094
165266
|
} | {
|
|
165095
165267
|
property_listing_key: string;
|
|
165268
|
+
} | {
|
|
165269
|
+
site_key: string;
|
|
165096
165270
|
}) | ({
|
|
165097
165271
|
reservation_key: string;
|
|
165098
165272
|
} | {
|
|
@@ -165808,6 +165982,7 @@ type Routes = {
|
|
|
165808
165982
|
spaces: {
|
|
165809
165983
|
name: string;
|
|
165810
165984
|
partner_resource_key: string;
|
|
165985
|
+
parent_partner_resource_key?: string | undefined;
|
|
165811
165986
|
devices: {
|
|
165812
165987
|
device_id: string;
|
|
165813
165988
|
device_type: 'lock' | 'thermostat' | 'sensor';
|