@seamapi/types 1.535.0 → 1.537.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 +473 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +898 -0
- package/dist/index.cjs +473 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +139 -0
- package/lib/seam/connect/models/customer/customer-portal.js +7 -0
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/models/instant-keys/index.d.ts +1 -0
- package/lib/seam/connect/models/instant-keys/index.js +1 -0
- package/lib/seam/connect/models/instant-keys/index.js.map +1 -1
- package/lib/seam/connect/models/instant-keys/instant-key-preview.d.ts +240 -0
- package/lib/seam/connect/models/instant-keys/instant-key-preview.js +48 -0
- package/lib/seam/connect/models/instant-keys/instant-key-preview.js.map +1 -0
- package/lib/seam/connect/openapi.d.ts +804 -0
- package/lib/seam/connect/openapi.js +471 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +94 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +1 -0
- package/src/lib/seam/connect/models/customer/customer-portal.ts +8 -0
- package/src/lib/seam/connect/models/instant-keys/index.ts +1 -0
- package/src/lib/seam/connect/models/instant-keys/instant-key-preview.ts +58 -0
- package/src/lib/seam/connect/openapi.ts +476 -0
- package/src/lib/seam/connect/route-types.ts +122 -0
package/dist/connect.d.cts
CHANGED
|
@@ -79787,6 +79787,159 @@ declare const _default: {
|
|
|
79787
79787
|
description: string;
|
|
79788
79788
|
type: string;
|
|
79789
79789
|
};
|
|
79790
|
+
landing_page: {
|
|
79791
|
+
description: string;
|
|
79792
|
+
properties: {
|
|
79793
|
+
manage: {
|
|
79794
|
+
oneOf: ({
|
|
79795
|
+
properties: {
|
|
79796
|
+
space_key: {
|
|
79797
|
+
type: string;
|
|
79798
|
+
};
|
|
79799
|
+
property_key?: never;
|
|
79800
|
+
room_key?: never;
|
|
79801
|
+
common_area_key?: never;
|
|
79802
|
+
unit_key?: never;
|
|
79803
|
+
facility_key?: never;
|
|
79804
|
+
building_key?: never;
|
|
79805
|
+
listing_key?: never;
|
|
79806
|
+
property_listing_key?: never;
|
|
79807
|
+
};
|
|
79808
|
+
required: string[];
|
|
79809
|
+
type: string;
|
|
79810
|
+
} | {
|
|
79811
|
+
properties: {
|
|
79812
|
+
property_key: {
|
|
79813
|
+
type: string;
|
|
79814
|
+
};
|
|
79815
|
+
space_key?: never;
|
|
79816
|
+
room_key?: never;
|
|
79817
|
+
common_area_key?: never;
|
|
79818
|
+
unit_key?: never;
|
|
79819
|
+
facility_key?: never;
|
|
79820
|
+
building_key?: never;
|
|
79821
|
+
listing_key?: never;
|
|
79822
|
+
property_listing_key?: never;
|
|
79823
|
+
};
|
|
79824
|
+
required: string[];
|
|
79825
|
+
type: string;
|
|
79826
|
+
} | {
|
|
79827
|
+
properties: {
|
|
79828
|
+
room_key: {
|
|
79829
|
+
type: string;
|
|
79830
|
+
};
|
|
79831
|
+
space_key?: never;
|
|
79832
|
+
property_key?: never;
|
|
79833
|
+
common_area_key?: never;
|
|
79834
|
+
unit_key?: never;
|
|
79835
|
+
facility_key?: never;
|
|
79836
|
+
building_key?: never;
|
|
79837
|
+
listing_key?: never;
|
|
79838
|
+
property_listing_key?: never;
|
|
79839
|
+
};
|
|
79840
|
+
required: string[];
|
|
79841
|
+
type: string;
|
|
79842
|
+
} | {
|
|
79843
|
+
properties: {
|
|
79844
|
+
common_area_key: {
|
|
79845
|
+
type: string;
|
|
79846
|
+
};
|
|
79847
|
+
space_key?: never;
|
|
79848
|
+
property_key?: never;
|
|
79849
|
+
room_key?: never;
|
|
79850
|
+
unit_key?: never;
|
|
79851
|
+
facility_key?: never;
|
|
79852
|
+
building_key?: never;
|
|
79853
|
+
listing_key?: never;
|
|
79854
|
+
property_listing_key?: never;
|
|
79855
|
+
};
|
|
79856
|
+
required: string[];
|
|
79857
|
+
type: string;
|
|
79858
|
+
} | {
|
|
79859
|
+
properties: {
|
|
79860
|
+
unit_key: {
|
|
79861
|
+
type: string;
|
|
79862
|
+
};
|
|
79863
|
+
space_key?: never;
|
|
79864
|
+
property_key?: never;
|
|
79865
|
+
room_key?: never;
|
|
79866
|
+
common_area_key?: never;
|
|
79867
|
+
facility_key?: never;
|
|
79868
|
+
building_key?: never;
|
|
79869
|
+
listing_key?: never;
|
|
79870
|
+
property_listing_key?: never;
|
|
79871
|
+
};
|
|
79872
|
+
required: string[];
|
|
79873
|
+
type: string;
|
|
79874
|
+
} | {
|
|
79875
|
+
properties: {
|
|
79876
|
+
facility_key: {
|
|
79877
|
+
type: string;
|
|
79878
|
+
};
|
|
79879
|
+
space_key?: never;
|
|
79880
|
+
property_key?: never;
|
|
79881
|
+
room_key?: never;
|
|
79882
|
+
common_area_key?: never;
|
|
79883
|
+
unit_key?: never;
|
|
79884
|
+
building_key?: never;
|
|
79885
|
+
listing_key?: never;
|
|
79886
|
+
property_listing_key?: never;
|
|
79887
|
+
};
|
|
79888
|
+
required: string[];
|
|
79889
|
+
type: string;
|
|
79890
|
+
} | {
|
|
79891
|
+
properties: {
|
|
79892
|
+
building_key: {
|
|
79893
|
+
type: string;
|
|
79894
|
+
};
|
|
79895
|
+
space_key?: never;
|
|
79896
|
+
property_key?: never;
|
|
79897
|
+
room_key?: never;
|
|
79898
|
+
common_area_key?: never;
|
|
79899
|
+
unit_key?: never;
|
|
79900
|
+
facility_key?: never;
|
|
79901
|
+
listing_key?: never;
|
|
79902
|
+
property_listing_key?: never;
|
|
79903
|
+
};
|
|
79904
|
+
required: string[];
|
|
79905
|
+
type: string;
|
|
79906
|
+
} | {
|
|
79907
|
+
properties: {
|
|
79908
|
+
listing_key: {
|
|
79909
|
+
type: string;
|
|
79910
|
+
};
|
|
79911
|
+
space_key?: never;
|
|
79912
|
+
property_key?: never;
|
|
79913
|
+
room_key?: never;
|
|
79914
|
+
common_area_key?: never;
|
|
79915
|
+
unit_key?: never;
|
|
79916
|
+
facility_key?: never;
|
|
79917
|
+
building_key?: never;
|
|
79918
|
+
property_listing_key?: never;
|
|
79919
|
+
};
|
|
79920
|
+
required: string[];
|
|
79921
|
+
type: string;
|
|
79922
|
+
} | {
|
|
79923
|
+
properties: {
|
|
79924
|
+
property_listing_key: {
|
|
79925
|
+
type: string;
|
|
79926
|
+
};
|
|
79927
|
+
space_key?: never;
|
|
79928
|
+
property_key?: never;
|
|
79929
|
+
room_key?: never;
|
|
79930
|
+
common_area_key?: never;
|
|
79931
|
+
unit_key?: never;
|
|
79932
|
+
facility_key?: never;
|
|
79933
|
+
building_key?: never;
|
|
79934
|
+
listing_key?: never;
|
|
79935
|
+
};
|
|
79936
|
+
required: string[];
|
|
79937
|
+
type: string;
|
|
79938
|
+
})[];
|
|
79939
|
+
};
|
|
79940
|
+
};
|
|
79941
|
+
type: string;
|
|
79942
|
+
};
|
|
79790
79943
|
customer_data?: never;
|
|
79791
79944
|
};
|
|
79792
79945
|
type: string;
|
|
@@ -80414,6 +80567,7 @@ declare const _default: {
|
|
|
80414
80567
|
};
|
|
80415
80568
|
features?: never;
|
|
80416
80569
|
is_embedded?: never;
|
|
80570
|
+
landing_page?: never;
|
|
80417
80571
|
};
|
|
80418
80572
|
type: string;
|
|
80419
80573
|
default?: never;
|
|
@@ -90088,6 +90242,158 @@ declare const _default: {
|
|
|
90088
90242
|
is_embedded: {
|
|
90089
90243
|
type: string;
|
|
90090
90244
|
};
|
|
90245
|
+
landing_page: {
|
|
90246
|
+
properties: {
|
|
90247
|
+
manage: {
|
|
90248
|
+
oneOf: ({
|
|
90249
|
+
properties: {
|
|
90250
|
+
space_key: {
|
|
90251
|
+
type: string;
|
|
90252
|
+
};
|
|
90253
|
+
property_key?: never;
|
|
90254
|
+
room_key?: never;
|
|
90255
|
+
common_area_key?: never;
|
|
90256
|
+
unit_key?: never;
|
|
90257
|
+
facility_key?: never;
|
|
90258
|
+
building_key?: never;
|
|
90259
|
+
listing_key?: never;
|
|
90260
|
+
property_listing_key?: never;
|
|
90261
|
+
};
|
|
90262
|
+
required: string[];
|
|
90263
|
+
type: string;
|
|
90264
|
+
} | {
|
|
90265
|
+
properties: {
|
|
90266
|
+
property_key: {
|
|
90267
|
+
type: string;
|
|
90268
|
+
};
|
|
90269
|
+
space_key?: never;
|
|
90270
|
+
room_key?: never;
|
|
90271
|
+
common_area_key?: never;
|
|
90272
|
+
unit_key?: never;
|
|
90273
|
+
facility_key?: never;
|
|
90274
|
+
building_key?: never;
|
|
90275
|
+
listing_key?: never;
|
|
90276
|
+
property_listing_key?: never;
|
|
90277
|
+
};
|
|
90278
|
+
required: string[];
|
|
90279
|
+
type: string;
|
|
90280
|
+
} | {
|
|
90281
|
+
properties: {
|
|
90282
|
+
room_key: {
|
|
90283
|
+
type: string;
|
|
90284
|
+
};
|
|
90285
|
+
space_key?: never;
|
|
90286
|
+
property_key?: never;
|
|
90287
|
+
common_area_key?: never;
|
|
90288
|
+
unit_key?: never;
|
|
90289
|
+
facility_key?: never;
|
|
90290
|
+
building_key?: never;
|
|
90291
|
+
listing_key?: never;
|
|
90292
|
+
property_listing_key?: never;
|
|
90293
|
+
};
|
|
90294
|
+
required: string[];
|
|
90295
|
+
type: string;
|
|
90296
|
+
} | {
|
|
90297
|
+
properties: {
|
|
90298
|
+
common_area_key: {
|
|
90299
|
+
type: string;
|
|
90300
|
+
};
|
|
90301
|
+
space_key?: never;
|
|
90302
|
+
property_key?: never;
|
|
90303
|
+
room_key?: never;
|
|
90304
|
+
unit_key?: never;
|
|
90305
|
+
facility_key?: never;
|
|
90306
|
+
building_key?: never;
|
|
90307
|
+
listing_key?: never;
|
|
90308
|
+
property_listing_key?: never;
|
|
90309
|
+
};
|
|
90310
|
+
required: string[];
|
|
90311
|
+
type: string;
|
|
90312
|
+
} | {
|
|
90313
|
+
properties: {
|
|
90314
|
+
unit_key: {
|
|
90315
|
+
type: string;
|
|
90316
|
+
};
|
|
90317
|
+
space_key?: never;
|
|
90318
|
+
property_key?: never;
|
|
90319
|
+
room_key?: never;
|
|
90320
|
+
common_area_key?: never;
|
|
90321
|
+
facility_key?: never;
|
|
90322
|
+
building_key?: never;
|
|
90323
|
+
listing_key?: never;
|
|
90324
|
+
property_listing_key?: never;
|
|
90325
|
+
};
|
|
90326
|
+
required: string[];
|
|
90327
|
+
type: string;
|
|
90328
|
+
} | {
|
|
90329
|
+
properties: {
|
|
90330
|
+
facility_key: {
|
|
90331
|
+
type: string;
|
|
90332
|
+
};
|
|
90333
|
+
space_key?: never;
|
|
90334
|
+
property_key?: never;
|
|
90335
|
+
room_key?: never;
|
|
90336
|
+
common_area_key?: never;
|
|
90337
|
+
unit_key?: never;
|
|
90338
|
+
building_key?: never;
|
|
90339
|
+
listing_key?: never;
|
|
90340
|
+
property_listing_key?: never;
|
|
90341
|
+
};
|
|
90342
|
+
required: string[];
|
|
90343
|
+
type: string;
|
|
90344
|
+
} | {
|
|
90345
|
+
properties: {
|
|
90346
|
+
building_key: {
|
|
90347
|
+
type: string;
|
|
90348
|
+
};
|
|
90349
|
+
space_key?: never;
|
|
90350
|
+
property_key?: never;
|
|
90351
|
+
room_key?: never;
|
|
90352
|
+
common_area_key?: never;
|
|
90353
|
+
unit_key?: never;
|
|
90354
|
+
facility_key?: never;
|
|
90355
|
+
listing_key?: never;
|
|
90356
|
+
property_listing_key?: never;
|
|
90357
|
+
};
|
|
90358
|
+
required: string[];
|
|
90359
|
+
type: string;
|
|
90360
|
+
} | {
|
|
90361
|
+
properties: {
|
|
90362
|
+
listing_key: {
|
|
90363
|
+
type: string;
|
|
90364
|
+
};
|
|
90365
|
+
space_key?: never;
|
|
90366
|
+
property_key?: never;
|
|
90367
|
+
room_key?: never;
|
|
90368
|
+
common_area_key?: never;
|
|
90369
|
+
unit_key?: never;
|
|
90370
|
+
facility_key?: never;
|
|
90371
|
+
building_key?: never;
|
|
90372
|
+
property_listing_key?: never;
|
|
90373
|
+
};
|
|
90374
|
+
required: string[];
|
|
90375
|
+
type: string;
|
|
90376
|
+
} | {
|
|
90377
|
+
properties: {
|
|
90378
|
+
property_listing_key: {
|
|
90379
|
+
type: string;
|
|
90380
|
+
};
|
|
90381
|
+
space_key?: never;
|
|
90382
|
+
property_key?: never;
|
|
90383
|
+
room_key?: never;
|
|
90384
|
+
common_area_key?: never;
|
|
90385
|
+
unit_key?: never;
|
|
90386
|
+
facility_key?: never;
|
|
90387
|
+
building_key?: never;
|
|
90388
|
+
listing_key?: never;
|
|
90389
|
+
};
|
|
90390
|
+
required: string[];
|
|
90391
|
+
type: string;
|
|
90392
|
+
})[];
|
|
90393
|
+
};
|
|
90394
|
+
};
|
|
90395
|
+
type: string;
|
|
90396
|
+
};
|
|
90091
90397
|
};
|
|
90092
90398
|
type: string;
|
|
90093
90399
|
};
|
|
@@ -90200,6 +90506,158 @@ declare const _default: {
|
|
|
90200
90506
|
is_embedded: {
|
|
90201
90507
|
type: string;
|
|
90202
90508
|
};
|
|
90509
|
+
landing_page: {
|
|
90510
|
+
properties: {
|
|
90511
|
+
manage: {
|
|
90512
|
+
oneOf: ({
|
|
90513
|
+
properties: {
|
|
90514
|
+
space_key: {
|
|
90515
|
+
type: string;
|
|
90516
|
+
};
|
|
90517
|
+
property_key?: never;
|
|
90518
|
+
room_key?: never;
|
|
90519
|
+
common_area_key?: never;
|
|
90520
|
+
unit_key?: never;
|
|
90521
|
+
facility_key?: never;
|
|
90522
|
+
building_key?: never;
|
|
90523
|
+
listing_key?: never;
|
|
90524
|
+
property_listing_key?: never;
|
|
90525
|
+
};
|
|
90526
|
+
required: string[];
|
|
90527
|
+
type: string;
|
|
90528
|
+
} | {
|
|
90529
|
+
properties: {
|
|
90530
|
+
property_key: {
|
|
90531
|
+
type: string;
|
|
90532
|
+
};
|
|
90533
|
+
space_key?: never;
|
|
90534
|
+
room_key?: never;
|
|
90535
|
+
common_area_key?: never;
|
|
90536
|
+
unit_key?: never;
|
|
90537
|
+
facility_key?: never;
|
|
90538
|
+
building_key?: never;
|
|
90539
|
+
listing_key?: never;
|
|
90540
|
+
property_listing_key?: never;
|
|
90541
|
+
};
|
|
90542
|
+
required: string[];
|
|
90543
|
+
type: string;
|
|
90544
|
+
} | {
|
|
90545
|
+
properties: {
|
|
90546
|
+
room_key: {
|
|
90547
|
+
type: string;
|
|
90548
|
+
};
|
|
90549
|
+
space_key?: never;
|
|
90550
|
+
property_key?: never;
|
|
90551
|
+
common_area_key?: never;
|
|
90552
|
+
unit_key?: never;
|
|
90553
|
+
facility_key?: never;
|
|
90554
|
+
building_key?: never;
|
|
90555
|
+
listing_key?: never;
|
|
90556
|
+
property_listing_key?: never;
|
|
90557
|
+
};
|
|
90558
|
+
required: string[];
|
|
90559
|
+
type: string;
|
|
90560
|
+
} | {
|
|
90561
|
+
properties: {
|
|
90562
|
+
common_area_key: {
|
|
90563
|
+
type: string;
|
|
90564
|
+
};
|
|
90565
|
+
space_key?: never;
|
|
90566
|
+
property_key?: never;
|
|
90567
|
+
room_key?: never;
|
|
90568
|
+
unit_key?: never;
|
|
90569
|
+
facility_key?: never;
|
|
90570
|
+
building_key?: never;
|
|
90571
|
+
listing_key?: never;
|
|
90572
|
+
property_listing_key?: never;
|
|
90573
|
+
};
|
|
90574
|
+
required: string[];
|
|
90575
|
+
type: string;
|
|
90576
|
+
} | {
|
|
90577
|
+
properties: {
|
|
90578
|
+
unit_key: {
|
|
90579
|
+
type: string;
|
|
90580
|
+
};
|
|
90581
|
+
space_key?: never;
|
|
90582
|
+
property_key?: never;
|
|
90583
|
+
room_key?: never;
|
|
90584
|
+
common_area_key?: never;
|
|
90585
|
+
facility_key?: never;
|
|
90586
|
+
building_key?: never;
|
|
90587
|
+
listing_key?: never;
|
|
90588
|
+
property_listing_key?: never;
|
|
90589
|
+
};
|
|
90590
|
+
required: string[];
|
|
90591
|
+
type: string;
|
|
90592
|
+
} | {
|
|
90593
|
+
properties: {
|
|
90594
|
+
facility_key: {
|
|
90595
|
+
type: string;
|
|
90596
|
+
};
|
|
90597
|
+
space_key?: never;
|
|
90598
|
+
property_key?: never;
|
|
90599
|
+
room_key?: never;
|
|
90600
|
+
common_area_key?: never;
|
|
90601
|
+
unit_key?: never;
|
|
90602
|
+
building_key?: never;
|
|
90603
|
+
listing_key?: never;
|
|
90604
|
+
property_listing_key?: never;
|
|
90605
|
+
};
|
|
90606
|
+
required: string[];
|
|
90607
|
+
type: string;
|
|
90608
|
+
} | {
|
|
90609
|
+
properties: {
|
|
90610
|
+
building_key: {
|
|
90611
|
+
type: string;
|
|
90612
|
+
};
|
|
90613
|
+
space_key?: never;
|
|
90614
|
+
property_key?: never;
|
|
90615
|
+
room_key?: never;
|
|
90616
|
+
common_area_key?: never;
|
|
90617
|
+
unit_key?: never;
|
|
90618
|
+
facility_key?: never;
|
|
90619
|
+
listing_key?: never;
|
|
90620
|
+
property_listing_key?: never;
|
|
90621
|
+
};
|
|
90622
|
+
required: string[];
|
|
90623
|
+
type: string;
|
|
90624
|
+
} | {
|
|
90625
|
+
properties: {
|
|
90626
|
+
listing_key: {
|
|
90627
|
+
type: string;
|
|
90628
|
+
};
|
|
90629
|
+
space_key?: never;
|
|
90630
|
+
property_key?: never;
|
|
90631
|
+
room_key?: never;
|
|
90632
|
+
common_area_key?: never;
|
|
90633
|
+
unit_key?: never;
|
|
90634
|
+
facility_key?: never;
|
|
90635
|
+
building_key?: never;
|
|
90636
|
+
property_listing_key?: never;
|
|
90637
|
+
};
|
|
90638
|
+
required: string[];
|
|
90639
|
+
type: string;
|
|
90640
|
+
} | {
|
|
90641
|
+
properties: {
|
|
90642
|
+
property_listing_key: {
|
|
90643
|
+
type: string;
|
|
90644
|
+
};
|
|
90645
|
+
space_key?: never;
|
|
90646
|
+
property_key?: never;
|
|
90647
|
+
room_key?: never;
|
|
90648
|
+
common_area_key?: never;
|
|
90649
|
+
unit_key?: never;
|
|
90650
|
+
facility_key?: never;
|
|
90651
|
+
building_key?: never;
|
|
90652
|
+
listing_key?: never;
|
|
90653
|
+
};
|
|
90654
|
+
required: string[];
|
|
90655
|
+
type: string;
|
|
90656
|
+
})[];
|
|
90657
|
+
};
|
|
90658
|
+
};
|
|
90659
|
+
type: string;
|
|
90660
|
+
};
|
|
90203
90661
|
};
|
|
90204
90662
|
type: string;
|
|
90205
90663
|
};
|
|
@@ -90510,6 +90968,352 @@ declare const _default: {
|
|
|
90510
90968
|
'x-undocumented': string;
|
|
90511
90969
|
};
|
|
90512
90970
|
};
|
|
90971
|
+
'/seam/instant_key/v1/preview/get': {
|
|
90972
|
+
get: {
|
|
90973
|
+
operationId: string;
|
|
90974
|
+
requestBody: {
|
|
90975
|
+
content: {
|
|
90976
|
+
'application/json': {
|
|
90977
|
+
schema: {
|
|
90978
|
+
properties: {
|
|
90979
|
+
instant_key_url: {
|
|
90980
|
+
description: string;
|
|
90981
|
+
type: string;
|
|
90982
|
+
};
|
|
90983
|
+
};
|
|
90984
|
+
required: string[];
|
|
90985
|
+
type: string;
|
|
90986
|
+
};
|
|
90987
|
+
};
|
|
90988
|
+
};
|
|
90989
|
+
};
|
|
90990
|
+
responses: {
|
|
90991
|
+
200: {
|
|
90992
|
+
content: {
|
|
90993
|
+
'application/json': {
|
|
90994
|
+
schema: {
|
|
90995
|
+
properties: {
|
|
90996
|
+
instant_key_preview: {
|
|
90997
|
+
description: string;
|
|
90998
|
+
properties: {
|
|
90999
|
+
access: {
|
|
91000
|
+
items: {
|
|
91001
|
+
properties: {
|
|
91002
|
+
available: {
|
|
91003
|
+
type: string;
|
|
91004
|
+
};
|
|
91005
|
+
hours: {
|
|
91006
|
+
type: string;
|
|
91007
|
+
};
|
|
91008
|
+
icon: {
|
|
91009
|
+
type: string;
|
|
91010
|
+
};
|
|
91011
|
+
location: {
|
|
91012
|
+
type: string;
|
|
91013
|
+
};
|
|
91014
|
+
name: {
|
|
91015
|
+
type: string;
|
|
91016
|
+
};
|
|
91017
|
+
};
|
|
91018
|
+
required: string[];
|
|
91019
|
+
type: string;
|
|
91020
|
+
};
|
|
91021
|
+
type: string;
|
|
91022
|
+
};
|
|
91023
|
+
created_at: {
|
|
91024
|
+
type: string;
|
|
91025
|
+
};
|
|
91026
|
+
expires_at: {
|
|
91027
|
+
type: string;
|
|
91028
|
+
};
|
|
91029
|
+
guest: {
|
|
91030
|
+
properties: {
|
|
91031
|
+
check_in_date: {
|
|
91032
|
+
type: string;
|
|
91033
|
+
};
|
|
91034
|
+
check_out_date: {
|
|
91035
|
+
type: string;
|
|
91036
|
+
};
|
|
91037
|
+
email: {
|
|
91038
|
+
type: string;
|
|
91039
|
+
};
|
|
91040
|
+
first_name: {
|
|
91041
|
+
type: string;
|
|
91042
|
+
};
|
|
91043
|
+
full_name: {
|
|
91044
|
+
type: string;
|
|
91045
|
+
};
|
|
91046
|
+
last_name: {
|
|
91047
|
+
type: string;
|
|
91048
|
+
};
|
|
91049
|
+
};
|
|
91050
|
+
required: string[];
|
|
91051
|
+
type: string;
|
|
91052
|
+
};
|
|
91053
|
+
hotel: {
|
|
91054
|
+
properties: {
|
|
91055
|
+
accent_color: {
|
|
91056
|
+
type: string;
|
|
91057
|
+
};
|
|
91058
|
+
hotel_name: {
|
|
91059
|
+
type: string;
|
|
91060
|
+
};
|
|
91061
|
+
logo_url: {
|
|
91062
|
+
type: string;
|
|
91063
|
+
};
|
|
91064
|
+
primary_color: {
|
|
91065
|
+
type: string;
|
|
91066
|
+
};
|
|
91067
|
+
secondary_color: {
|
|
91068
|
+
type: string;
|
|
91069
|
+
};
|
|
91070
|
+
verified: {
|
|
91071
|
+
type: string;
|
|
91072
|
+
};
|
|
91073
|
+
};
|
|
91074
|
+
required: string[];
|
|
91075
|
+
type: string;
|
|
91076
|
+
};
|
|
91077
|
+
key_status: {
|
|
91078
|
+
enum: string[];
|
|
91079
|
+
type: string;
|
|
91080
|
+
};
|
|
91081
|
+
room: {
|
|
91082
|
+
properties: {
|
|
91083
|
+
floor: {
|
|
91084
|
+
format: string;
|
|
91085
|
+
type: string;
|
|
91086
|
+
};
|
|
91087
|
+
room_number: {
|
|
91088
|
+
type: string;
|
|
91089
|
+
};
|
|
91090
|
+
room_type: {
|
|
91091
|
+
type: string;
|
|
91092
|
+
};
|
|
91093
|
+
};
|
|
91094
|
+
required: string[];
|
|
91095
|
+
type: string;
|
|
91096
|
+
};
|
|
91097
|
+
shortcode: {
|
|
91098
|
+
type: string;
|
|
91099
|
+
};
|
|
91100
|
+
support_email: {
|
|
91101
|
+
type: string;
|
|
91102
|
+
};
|
|
91103
|
+
support_phone: {
|
|
91104
|
+
type: string;
|
|
91105
|
+
};
|
|
91106
|
+
updated_at: {
|
|
91107
|
+
type: string;
|
|
91108
|
+
};
|
|
91109
|
+
};
|
|
91110
|
+
required: string[];
|
|
91111
|
+
type: string;
|
|
91112
|
+
'x-route-path': string;
|
|
91113
|
+
};
|
|
91114
|
+
ok: {
|
|
91115
|
+
type: string;
|
|
91116
|
+
};
|
|
91117
|
+
};
|
|
91118
|
+
required: string[];
|
|
91119
|
+
type: string;
|
|
91120
|
+
};
|
|
91121
|
+
};
|
|
91122
|
+
};
|
|
91123
|
+
description: string;
|
|
91124
|
+
};
|
|
91125
|
+
400: {
|
|
91126
|
+
description: string;
|
|
91127
|
+
};
|
|
91128
|
+
401: {
|
|
91129
|
+
description: string;
|
|
91130
|
+
};
|
|
91131
|
+
};
|
|
91132
|
+
security: {
|
|
91133
|
+
certified_client: never[];
|
|
91134
|
+
}[];
|
|
91135
|
+
summary: string;
|
|
91136
|
+
tags: never[];
|
|
91137
|
+
'x-fern-sdk-group-name': string[];
|
|
91138
|
+
'x-fern-sdk-method-name': string;
|
|
91139
|
+
'x-fern-sdk-return-value': string;
|
|
91140
|
+
'x-response-key': string;
|
|
91141
|
+
'x-title': string;
|
|
91142
|
+
'x-undocumented': string;
|
|
91143
|
+
};
|
|
91144
|
+
post: {
|
|
91145
|
+
operationId: string;
|
|
91146
|
+
requestBody: {
|
|
91147
|
+
content: {
|
|
91148
|
+
'application/json': {
|
|
91149
|
+
schema: {
|
|
91150
|
+
properties: {
|
|
91151
|
+
instant_key_url: {
|
|
91152
|
+
description: string;
|
|
91153
|
+
type: string;
|
|
91154
|
+
};
|
|
91155
|
+
};
|
|
91156
|
+
required: string[];
|
|
91157
|
+
type: string;
|
|
91158
|
+
};
|
|
91159
|
+
};
|
|
91160
|
+
};
|
|
91161
|
+
};
|
|
91162
|
+
responses: {
|
|
91163
|
+
200: {
|
|
91164
|
+
content: {
|
|
91165
|
+
'application/json': {
|
|
91166
|
+
schema: {
|
|
91167
|
+
properties: {
|
|
91168
|
+
instant_key_preview: {
|
|
91169
|
+
description: string;
|
|
91170
|
+
properties: {
|
|
91171
|
+
access: {
|
|
91172
|
+
items: {
|
|
91173
|
+
properties: {
|
|
91174
|
+
available: {
|
|
91175
|
+
type: string;
|
|
91176
|
+
};
|
|
91177
|
+
hours: {
|
|
91178
|
+
type: string;
|
|
91179
|
+
};
|
|
91180
|
+
icon: {
|
|
91181
|
+
type: string;
|
|
91182
|
+
};
|
|
91183
|
+
location: {
|
|
91184
|
+
type: string;
|
|
91185
|
+
};
|
|
91186
|
+
name: {
|
|
91187
|
+
type: string;
|
|
91188
|
+
};
|
|
91189
|
+
};
|
|
91190
|
+
required: string[];
|
|
91191
|
+
type: string;
|
|
91192
|
+
};
|
|
91193
|
+
type: string;
|
|
91194
|
+
};
|
|
91195
|
+
created_at: {
|
|
91196
|
+
type: string;
|
|
91197
|
+
};
|
|
91198
|
+
expires_at: {
|
|
91199
|
+
type: string;
|
|
91200
|
+
};
|
|
91201
|
+
guest: {
|
|
91202
|
+
properties: {
|
|
91203
|
+
check_in_date: {
|
|
91204
|
+
type: string;
|
|
91205
|
+
};
|
|
91206
|
+
check_out_date: {
|
|
91207
|
+
type: string;
|
|
91208
|
+
};
|
|
91209
|
+
email: {
|
|
91210
|
+
type: string;
|
|
91211
|
+
};
|
|
91212
|
+
first_name: {
|
|
91213
|
+
type: string;
|
|
91214
|
+
};
|
|
91215
|
+
full_name: {
|
|
91216
|
+
type: string;
|
|
91217
|
+
};
|
|
91218
|
+
last_name: {
|
|
91219
|
+
type: string;
|
|
91220
|
+
};
|
|
91221
|
+
};
|
|
91222
|
+
required: string[];
|
|
91223
|
+
type: string;
|
|
91224
|
+
};
|
|
91225
|
+
hotel: {
|
|
91226
|
+
properties: {
|
|
91227
|
+
accent_color: {
|
|
91228
|
+
type: string;
|
|
91229
|
+
};
|
|
91230
|
+
hotel_name: {
|
|
91231
|
+
type: string;
|
|
91232
|
+
};
|
|
91233
|
+
logo_url: {
|
|
91234
|
+
type: string;
|
|
91235
|
+
};
|
|
91236
|
+
primary_color: {
|
|
91237
|
+
type: string;
|
|
91238
|
+
};
|
|
91239
|
+
secondary_color: {
|
|
91240
|
+
type: string;
|
|
91241
|
+
};
|
|
91242
|
+
verified: {
|
|
91243
|
+
type: string;
|
|
91244
|
+
};
|
|
91245
|
+
};
|
|
91246
|
+
required: string[];
|
|
91247
|
+
type: string;
|
|
91248
|
+
};
|
|
91249
|
+
key_status: {
|
|
91250
|
+
enum: string[];
|
|
91251
|
+
type: string;
|
|
91252
|
+
};
|
|
91253
|
+
room: {
|
|
91254
|
+
properties: {
|
|
91255
|
+
floor: {
|
|
91256
|
+
format: string;
|
|
91257
|
+
type: string;
|
|
91258
|
+
};
|
|
91259
|
+
room_number: {
|
|
91260
|
+
type: string;
|
|
91261
|
+
};
|
|
91262
|
+
room_type: {
|
|
91263
|
+
type: string;
|
|
91264
|
+
};
|
|
91265
|
+
};
|
|
91266
|
+
required: string[];
|
|
91267
|
+
type: string;
|
|
91268
|
+
};
|
|
91269
|
+
shortcode: {
|
|
91270
|
+
type: string;
|
|
91271
|
+
};
|
|
91272
|
+
support_email: {
|
|
91273
|
+
type: string;
|
|
91274
|
+
};
|
|
91275
|
+
support_phone: {
|
|
91276
|
+
type: string;
|
|
91277
|
+
};
|
|
91278
|
+
updated_at: {
|
|
91279
|
+
type: string;
|
|
91280
|
+
};
|
|
91281
|
+
};
|
|
91282
|
+
required: string[];
|
|
91283
|
+
type: string;
|
|
91284
|
+
'x-route-path': string;
|
|
91285
|
+
};
|
|
91286
|
+
ok: {
|
|
91287
|
+
type: string;
|
|
91288
|
+
};
|
|
91289
|
+
};
|
|
91290
|
+
required: string[];
|
|
91291
|
+
type: string;
|
|
91292
|
+
};
|
|
91293
|
+
};
|
|
91294
|
+
};
|
|
91295
|
+
description: string;
|
|
91296
|
+
};
|
|
91297
|
+
400: {
|
|
91298
|
+
description: string;
|
|
91299
|
+
};
|
|
91300
|
+
401: {
|
|
91301
|
+
description: string;
|
|
91302
|
+
};
|
|
91303
|
+
};
|
|
91304
|
+
security: {
|
|
91305
|
+
certified_client: never[];
|
|
91306
|
+
}[];
|
|
91307
|
+
summary: string;
|
|
91308
|
+
tags: never[];
|
|
91309
|
+
'x-fern-sdk-group-name': string[];
|
|
91310
|
+
'x-fern-sdk-method-name': string;
|
|
91311
|
+
'x-fern-sdk-return-value': string;
|
|
91312
|
+
'x-response-key': string;
|
|
91313
|
+
'x-title': string;
|
|
91314
|
+
'x-undocumented': string;
|
|
91315
|
+
};
|
|
91316
|
+
};
|
|
90513
91317
|
'/seam/mobile_sdk/v1/acs/credentials/list': {
|
|
90514
91318
|
get: {
|
|
90515
91319
|
description: string;
|
|
@@ -132454,6 +133258,28 @@ type Routes = {
|
|
|
132454
133258
|
};
|
|
132455
133259
|
/** Whether the portal is embedded in another application. */
|
|
132456
133260
|
is_embedded?: boolean;
|
|
133261
|
+
/** Configuration for the landing page when the portal loads. */
|
|
133262
|
+
landing_page?: {
|
|
133263
|
+
manage?: ({
|
|
133264
|
+
space_key: string;
|
|
133265
|
+
} | {
|
|
133266
|
+
property_key: string;
|
|
133267
|
+
} | {
|
|
133268
|
+
room_key: string;
|
|
133269
|
+
} | {
|
|
133270
|
+
common_area_key: string;
|
|
133271
|
+
} | {
|
|
133272
|
+
unit_key: string;
|
|
133273
|
+
} | {
|
|
133274
|
+
facility_key: string;
|
|
133275
|
+
} | {
|
|
133276
|
+
building_key: string;
|
|
133277
|
+
} | {
|
|
133278
|
+
listing_key: string;
|
|
133279
|
+
} | {
|
|
133280
|
+
property_listing_key: string;
|
|
133281
|
+
}) | undefined;
|
|
133282
|
+
} | undefined;
|
|
132457
133283
|
} & {
|
|
132458
133284
|
customer_data?: {
|
|
132459
133285
|
/** Your unique identifier for the customer. */
|
|
@@ -159064,6 +159890,27 @@ type Routes = {
|
|
|
159064
159890
|
} | undefined;
|
|
159065
159891
|
} | undefined;
|
|
159066
159892
|
is_embedded?: boolean | undefined;
|
|
159893
|
+
landing_page?: {
|
|
159894
|
+
manage?: ({
|
|
159895
|
+
space_key: string;
|
|
159896
|
+
} | {
|
|
159897
|
+
property_key: string;
|
|
159898
|
+
} | {
|
|
159899
|
+
room_key: string;
|
|
159900
|
+
} | {
|
|
159901
|
+
common_area_key: string;
|
|
159902
|
+
} | {
|
|
159903
|
+
unit_key: string;
|
|
159904
|
+
} | {
|
|
159905
|
+
facility_key: string;
|
|
159906
|
+
} | {
|
|
159907
|
+
building_key: string;
|
|
159908
|
+
} | {
|
|
159909
|
+
listing_key: string;
|
|
159910
|
+
} | {
|
|
159911
|
+
property_listing_key: string;
|
|
159912
|
+
}) | undefined;
|
|
159913
|
+
} | undefined;
|
|
159067
159914
|
/** Business vertical of the customer portal. */
|
|
159068
159915
|
business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
159069
159916
|
};
|
|
@@ -159142,6 +159989,57 @@ type Routes = {
|
|
|
159142
159989
|
};
|
|
159143
159990
|
};
|
|
159144
159991
|
};
|
|
159992
|
+
'/seam/instant_key/v1/preview/get': {
|
|
159993
|
+
route: '/seam/instant_key/v1/preview/get';
|
|
159994
|
+
method: 'GET' | 'POST';
|
|
159995
|
+
queryParams: {};
|
|
159996
|
+
jsonBody: {
|
|
159997
|
+
/** The short code of the instant key to preview. */
|
|
159998
|
+
instant_key_url: string;
|
|
159999
|
+
};
|
|
160000
|
+
commonParams: {};
|
|
160001
|
+
formData: {};
|
|
160002
|
+
jsonResponse: {
|
|
160003
|
+
/** Represents a preview of an Instant Key with hotel, guest, and access information. */
|
|
160004
|
+
instant_key_preview: {
|
|
160005
|
+
shortcode: string;
|
|
160006
|
+
hotel: {
|
|
160007
|
+
hotel_name: string;
|
|
160008
|
+
primary_color: string;
|
|
160009
|
+
accent_color: string;
|
|
160010
|
+
secondary_color: string;
|
|
160011
|
+
logo_url?: string | undefined;
|
|
160012
|
+
verified: boolean;
|
|
160013
|
+
};
|
|
160014
|
+
guest: {
|
|
160015
|
+
first_name: string;
|
|
160016
|
+
last_name: string;
|
|
160017
|
+
full_name: string;
|
|
160018
|
+
email: string;
|
|
160019
|
+
check_in_date: string;
|
|
160020
|
+
check_out_date: string;
|
|
160021
|
+
};
|
|
160022
|
+
room: {
|
|
160023
|
+
room_number: string;
|
|
160024
|
+
room_type: string;
|
|
160025
|
+
floor: number;
|
|
160026
|
+
};
|
|
160027
|
+
access: {
|
|
160028
|
+
name: string;
|
|
160029
|
+
icon: string;
|
|
160030
|
+
hours?: string | undefined;
|
|
160031
|
+
location?: string | undefined;
|
|
160032
|
+
available: boolean;
|
|
160033
|
+
}[];
|
|
160034
|
+
key_status: 'ready' | 'expired' | 'used';
|
|
160035
|
+
support_phone: string;
|
|
160036
|
+
support_email: string;
|
|
160037
|
+
created_at: string;
|
|
160038
|
+
updated_at: string;
|
|
160039
|
+
expires_at: string;
|
|
160040
|
+
};
|
|
160041
|
+
};
|
|
160042
|
+
};
|
|
159145
160043
|
'/seam/mobile_sdk/v1/acs/credentials/list': {
|
|
159146
160044
|
route: '/seam/mobile_sdk/v1/acs/credentials/list';
|
|
159147
160045
|
method: 'GET' | 'POST';
|