@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
|
@@ -29103,6 +29103,159 @@ declare const _default: {
|
|
|
29103
29103
|
description: string;
|
|
29104
29104
|
type: string;
|
|
29105
29105
|
};
|
|
29106
|
+
landing_page: {
|
|
29107
|
+
description: string;
|
|
29108
|
+
properties: {
|
|
29109
|
+
manage: {
|
|
29110
|
+
oneOf: ({
|
|
29111
|
+
properties: {
|
|
29112
|
+
space_key: {
|
|
29113
|
+
type: string;
|
|
29114
|
+
};
|
|
29115
|
+
property_key?: never;
|
|
29116
|
+
room_key?: never;
|
|
29117
|
+
common_area_key?: never;
|
|
29118
|
+
unit_key?: never;
|
|
29119
|
+
facility_key?: never;
|
|
29120
|
+
building_key?: never;
|
|
29121
|
+
listing_key?: never;
|
|
29122
|
+
property_listing_key?: never;
|
|
29123
|
+
};
|
|
29124
|
+
required: string[];
|
|
29125
|
+
type: string;
|
|
29126
|
+
} | {
|
|
29127
|
+
properties: {
|
|
29128
|
+
property_key: {
|
|
29129
|
+
type: string;
|
|
29130
|
+
};
|
|
29131
|
+
space_key?: never;
|
|
29132
|
+
room_key?: never;
|
|
29133
|
+
common_area_key?: never;
|
|
29134
|
+
unit_key?: never;
|
|
29135
|
+
facility_key?: never;
|
|
29136
|
+
building_key?: never;
|
|
29137
|
+
listing_key?: never;
|
|
29138
|
+
property_listing_key?: never;
|
|
29139
|
+
};
|
|
29140
|
+
required: string[];
|
|
29141
|
+
type: string;
|
|
29142
|
+
} | {
|
|
29143
|
+
properties: {
|
|
29144
|
+
room_key: {
|
|
29145
|
+
type: string;
|
|
29146
|
+
};
|
|
29147
|
+
space_key?: never;
|
|
29148
|
+
property_key?: never;
|
|
29149
|
+
common_area_key?: never;
|
|
29150
|
+
unit_key?: never;
|
|
29151
|
+
facility_key?: never;
|
|
29152
|
+
building_key?: never;
|
|
29153
|
+
listing_key?: never;
|
|
29154
|
+
property_listing_key?: never;
|
|
29155
|
+
};
|
|
29156
|
+
required: string[];
|
|
29157
|
+
type: string;
|
|
29158
|
+
} | {
|
|
29159
|
+
properties: {
|
|
29160
|
+
common_area_key: {
|
|
29161
|
+
type: string;
|
|
29162
|
+
};
|
|
29163
|
+
space_key?: never;
|
|
29164
|
+
property_key?: never;
|
|
29165
|
+
room_key?: never;
|
|
29166
|
+
unit_key?: never;
|
|
29167
|
+
facility_key?: never;
|
|
29168
|
+
building_key?: never;
|
|
29169
|
+
listing_key?: never;
|
|
29170
|
+
property_listing_key?: never;
|
|
29171
|
+
};
|
|
29172
|
+
required: string[];
|
|
29173
|
+
type: string;
|
|
29174
|
+
} | {
|
|
29175
|
+
properties: {
|
|
29176
|
+
unit_key: {
|
|
29177
|
+
type: string;
|
|
29178
|
+
};
|
|
29179
|
+
space_key?: never;
|
|
29180
|
+
property_key?: never;
|
|
29181
|
+
room_key?: never;
|
|
29182
|
+
common_area_key?: never;
|
|
29183
|
+
facility_key?: never;
|
|
29184
|
+
building_key?: never;
|
|
29185
|
+
listing_key?: never;
|
|
29186
|
+
property_listing_key?: never;
|
|
29187
|
+
};
|
|
29188
|
+
required: string[];
|
|
29189
|
+
type: string;
|
|
29190
|
+
} | {
|
|
29191
|
+
properties: {
|
|
29192
|
+
facility_key: {
|
|
29193
|
+
type: string;
|
|
29194
|
+
};
|
|
29195
|
+
space_key?: never;
|
|
29196
|
+
property_key?: never;
|
|
29197
|
+
room_key?: never;
|
|
29198
|
+
common_area_key?: never;
|
|
29199
|
+
unit_key?: never;
|
|
29200
|
+
building_key?: never;
|
|
29201
|
+
listing_key?: never;
|
|
29202
|
+
property_listing_key?: never;
|
|
29203
|
+
};
|
|
29204
|
+
required: string[];
|
|
29205
|
+
type: string;
|
|
29206
|
+
} | {
|
|
29207
|
+
properties: {
|
|
29208
|
+
building_key: {
|
|
29209
|
+
type: string;
|
|
29210
|
+
};
|
|
29211
|
+
space_key?: never;
|
|
29212
|
+
property_key?: never;
|
|
29213
|
+
room_key?: never;
|
|
29214
|
+
common_area_key?: never;
|
|
29215
|
+
unit_key?: never;
|
|
29216
|
+
facility_key?: never;
|
|
29217
|
+
listing_key?: never;
|
|
29218
|
+
property_listing_key?: never;
|
|
29219
|
+
};
|
|
29220
|
+
required: string[];
|
|
29221
|
+
type: string;
|
|
29222
|
+
} | {
|
|
29223
|
+
properties: {
|
|
29224
|
+
listing_key: {
|
|
29225
|
+
type: string;
|
|
29226
|
+
};
|
|
29227
|
+
space_key?: never;
|
|
29228
|
+
property_key?: never;
|
|
29229
|
+
room_key?: never;
|
|
29230
|
+
common_area_key?: never;
|
|
29231
|
+
unit_key?: never;
|
|
29232
|
+
facility_key?: never;
|
|
29233
|
+
building_key?: never;
|
|
29234
|
+
property_listing_key?: never;
|
|
29235
|
+
};
|
|
29236
|
+
required: string[];
|
|
29237
|
+
type: string;
|
|
29238
|
+
} | {
|
|
29239
|
+
properties: {
|
|
29240
|
+
property_listing_key: {
|
|
29241
|
+
type: string;
|
|
29242
|
+
};
|
|
29243
|
+
space_key?: never;
|
|
29244
|
+
property_key?: never;
|
|
29245
|
+
room_key?: never;
|
|
29246
|
+
common_area_key?: never;
|
|
29247
|
+
unit_key?: never;
|
|
29248
|
+
facility_key?: never;
|
|
29249
|
+
building_key?: never;
|
|
29250
|
+
listing_key?: never;
|
|
29251
|
+
};
|
|
29252
|
+
required: string[];
|
|
29253
|
+
type: string;
|
|
29254
|
+
})[];
|
|
29255
|
+
};
|
|
29256
|
+
};
|
|
29257
|
+
type: string;
|
|
29258
|
+
};
|
|
29106
29259
|
customer_data?: never;
|
|
29107
29260
|
};
|
|
29108
29261
|
type: string;
|
|
@@ -29730,6 +29883,7 @@ declare const _default: {
|
|
|
29730
29883
|
};
|
|
29731
29884
|
features?: never;
|
|
29732
29885
|
is_embedded?: never;
|
|
29886
|
+
landing_page?: never;
|
|
29733
29887
|
};
|
|
29734
29888
|
type: string;
|
|
29735
29889
|
default?: never;
|
|
@@ -39404,6 +39558,158 @@ declare const _default: {
|
|
|
39404
39558
|
is_embedded: {
|
|
39405
39559
|
type: string;
|
|
39406
39560
|
};
|
|
39561
|
+
landing_page: {
|
|
39562
|
+
properties: {
|
|
39563
|
+
manage: {
|
|
39564
|
+
oneOf: ({
|
|
39565
|
+
properties: {
|
|
39566
|
+
space_key: {
|
|
39567
|
+
type: string;
|
|
39568
|
+
};
|
|
39569
|
+
property_key?: never;
|
|
39570
|
+
room_key?: never;
|
|
39571
|
+
common_area_key?: never;
|
|
39572
|
+
unit_key?: never;
|
|
39573
|
+
facility_key?: never;
|
|
39574
|
+
building_key?: never;
|
|
39575
|
+
listing_key?: never;
|
|
39576
|
+
property_listing_key?: never;
|
|
39577
|
+
};
|
|
39578
|
+
required: string[];
|
|
39579
|
+
type: string;
|
|
39580
|
+
} | {
|
|
39581
|
+
properties: {
|
|
39582
|
+
property_key: {
|
|
39583
|
+
type: string;
|
|
39584
|
+
};
|
|
39585
|
+
space_key?: never;
|
|
39586
|
+
room_key?: never;
|
|
39587
|
+
common_area_key?: never;
|
|
39588
|
+
unit_key?: never;
|
|
39589
|
+
facility_key?: never;
|
|
39590
|
+
building_key?: never;
|
|
39591
|
+
listing_key?: never;
|
|
39592
|
+
property_listing_key?: never;
|
|
39593
|
+
};
|
|
39594
|
+
required: string[];
|
|
39595
|
+
type: string;
|
|
39596
|
+
} | {
|
|
39597
|
+
properties: {
|
|
39598
|
+
room_key: {
|
|
39599
|
+
type: string;
|
|
39600
|
+
};
|
|
39601
|
+
space_key?: never;
|
|
39602
|
+
property_key?: never;
|
|
39603
|
+
common_area_key?: never;
|
|
39604
|
+
unit_key?: never;
|
|
39605
|
+
facility_key?: never;
|
|
39606
|
+
building_key?: never;
|
|
39607
|
+
listing_key?: never;
|
|
39608
|
+
property_listing_key?: never;
|
|
39609
|
+
};
|
|
39610
|
+
required: string[];
|
|
39611
|
+
type: string;
|
|
39612
|
+
} | {
|
|
39613
|
+
properties: {
|
|
39614
|
+
common_area_key: {
|
|
39615
|
+
type: string;
|
|
39616
|
+
};
|
|
39617
|
+
space_key?: never;
|
|
39618
|
+
property_key?: never;
|
|
39619
|
+
room_key?: never;
|
|
39620
|
+
unit_key?: never;
|
|
39621
|
+
facility_key?: never;
|
|
39622
|
+
building_key?: never;
|
|
39623
|
+
listing_key?: never;
|
|
39624
|
+
property_listing_key?: never;
|
|
39625
|
+
};
|
|
39626
|
+
required: string[];
|
|
39627
|
+
type: string;
|
|
39628
|
+
} | {
|
|
39629
|
+
properties: {
|
|
39630
|
+
unit_key: {
|
|
39631
|
+
type: string;
|
|
39632
|
+
};
|
|
39633
|
+
space_key?: never;
|
|
39634
|
+
property_key?: never;
|
|
39635
|
+
room_key?: never;
|
|
39636
|
+
common_area_key?: never;
|
|
39637
|
+
facility_key?: never;
|
|
39638
|
+
building_key?: never;
|
|
39639
|
+
listing_key?: never;
|
|
39640
|
+
property_listing_key?: never;
|
|
39641
|
+
};
|
|
39642
|
+
required: string[];
|
|
39643
|
+
type: string;
|
|
39644
|
+
} | {
|
|
39645
|
+
properties: {
|
|
39646
|
+
facility_key: {
|
|
39647
|
+
type: string;
|
|
39648
|
+
};
|
|
39649
|
+
space_key?: never;
|
|
39650
|
+
property_key?: never;
|
|
39651
|
+
room_key?: never;
|
|
39652
|
+
common_area_key?: never;
|
|
39653
|
+
unit_key?: never;
|
|
39654
|
+
building_key?: never;
|
|
39655
|
+
listing_key?: never;
|
|
39656
|
+
property_listing_key?: never;
|
|
39657
|
+
};
|
|
39658
|
+
required: string[];
|
|
39659
|
+
type: string;
|
|
39660
|
+
} | {
|
|
39661
|
+
properties: {
|
|
39662
|
+
building_key: {
|
|
39663
|
+
type: string;
|
|
39664
|
+
};
|
|
39665
|
+
space_key?: never;
|
|
39666
|
+
property_key?: never;
|
|
39667
|
+
room_key?: never;
|
|
39668
|
+
common_area_key?: never;
|
|
39669
|
+
unit_key?: never;
|
|
39670
|
+
facility_key?: never;
|
|
39671
|
+
listing_key?: never;
|
|
39672
|
+
property_listing_key?: never;
|
|
39673
|
+
};
|
|
39674
|
+
required: string[];
|
|
39675
|
+
type: string;
|
|
39676
|
+
} | {
|
|
39677
|
+
properties: {
|
|
39678
|
+
listing_key: {
|
|
39679
|
+
type: string;
|
|
39680
|
+
};
|
|
39681
|
+
space_key?: never;
|
|
39682
|
+
property_key?: never;
|
|
39683
|
+
room_key?: never;
|
|
39684
|
+
common_area_key?: never;
|
|
39685
|
+
unit_key?: never;
|
|
39686
|
+
facility_key?: never;
|
|
39687
|
+
building_key?: never;
|
|
39688
|
+
property_listing_key?: never;
|
|
39689
|
+
};
|
|
39690
|
+
required: string[];
|
|
39691
|
+
type: string;
|
|
39692
|
+
} | {
|
|
39693
|
+
properties: {
|
|
39694
|
+
property_listing_key: {
|
|
39695
|
+
type: string;
|
|
39696
|
+
};
|
|
39697
|
+
space_key?: never;
|
|
39698
|
+
property_key?: never;
|
|
39699
|
+
room_key?: never;
|
|
39700
|
+
common_area_key?: never;
|
|
39701
|
+
unit_key?: never;
|
|
39702
|
+
facility_key?: never;
|
|
39703
|
+
building_key?: never;
|
|
39704
|
+
listing_key?: never;
|
|
39705
|
+
};
|
|
39706
|
+
required: string[];
|
|
39707
|
+
type: string;
|
|
39708
|
+
})[];
|
|
39709
|
+
};
|
|
39710
|
+
};
|
|
39711
|
+
type: string;
|
|
39712
|
+
};
|
|
39407
39713
|
};
|
|
39408
39714
|
type: string;
|
|
39409
39715
|
};
|
|
@@ -39516,6 +39822,158 @@ declare const _default: {
|
|
|
39516
39822
|
is_embedded: {
|
|
39517
39823
|
type: string;
|
|
39518
39824
|
};
|
|
39825
|
+
landing_page: {
|
|
39826
|
+
properties: {
|
|
39827
|
+
manage: {
|
|
39828
|
+
oneOf: ({
|
|
39829
|
+
properties: {
|
|
39830
|
+
space_key: {
|
|
39831
|
+
type: string;
|
|
39832
|
+
};
|
|
39833
|
+
property_key?: never;
|
|
39834
|
+
room_key?: never;
|
|
39835
|
+
common_area_key?: never;
|
|
39836
|
+
unit_key?: never;
|
|
39837
|
+
facility_key?: never;
|
|
39838
|
+
building_key?: never;
|
|
39839
|
+
listing_key?: never;
|
|
39840
|
+
property_listing_key?: never;
|
|
39841
|
+
};
|
|
39842
|
+
required: string[];
|
|
39843
|
+
type: string;
|
|
39844
|
+
} | {
|
|
39845
|
+
properties: {
|
|
39846
|
+
property_key: {
|
|
39847
|
+
type: string;
|
|
39848
|
+
};
|
|
39849
|
+
space_key?: never;
|
|
39850
|
+
room_key?: never;
|
|
39851
|
+
common_area_key?: never;
|
|
39852
|
+
unit_key?: never;
|
|
39853
|
+
facility_key?: never;
|
|
39854
|
+
building_key?: never;
|
|
39855
|
+
listing_key?: never;
|
|
39856
|
+
property_listing_key?: never;
|
|
39857
|
+
};
|
|
39858
|
+
required: string[];
|
|
39859
|
+
type: string;
|
|
39860
|
+
} | {
|
|
39861
|
+
properties: {
|
|
39862
|
+
room_key: {
|
|
39863
|
+
type: string;
|
|
39864
|
+
};
|
|
39865
|
+
space_key?: never;
|
|
39866
|
+
property_key?: never;
|
|
39867
|
+
common_area_key?: never;
|
|
39868
|
+
unit_key?: never;
|
|
39869
|
+
facility_key?: never;
|
|
39870
|
+
building_key?: never;
|
|
39871
|
+
listing_key?: never;
|
|
39872
|
+
property_listing_key?: never;
|
|
39873
|
+
};
|
|
39874
|
+
required: string[];
|
|
39875
|
+
type: string;
|
|
39876
|
+
} | {
|
|
39877
|
+
properties: {
|
|
39878
|
+
common_area_key: {
|
|
39879
|
+
type: string;
|
|
39880
|
+
};
|
|
39881
|
+
space_key?: never;
|
|
39882
|
+
property_key?: never;
|
|
39883
|
+
room_key?: never;
|
|
39884
|
+
unit_key?: never;
|
|
39885
|
+
facility_key?: never;
|
|
39886
|
+
building_key?: never;
|
|
39887
|
+
listing_key?: never;
|
|
39888
|
+
property_listing_key?: never;
|
|
39889
|
+
};
|
|
39890
|
+
required: string[];
|
|
39891
|
+
type: string;
|
|
39892
|
+
} | {
|
|
39893
|
+
properties: {
|
|
39894
|
+
unit_key: {
|
|
39895
|
+
type: string;
|
|
39896
|
+
};
|
|
39897
|
+
space_key?: never;
|
|
39898
|
+
property_key?: never;
|
|
39899
|
+
room_key?: never;
|
|
39900
|
+
common_area_key?: never;
|
|
39901
|
+
facility_key?: never;
|
|
39902
|
+
building_key?: never;
|
|
39903
|
+
listing_key?: never;
|
|
39904
|
+
property_listing_key?: never;
|
|
39905
|
+
};
|
|
39906
|
+
required: string[];
|
|
39907
|
+
type: string;
|
|
39908
|
+
} | {
|
|
39909
|
+
properties: {
|
|
39910
|
+
facility_key: {
|
|
39911
|
+
type: string;
|
|
39912
|
+
};
|
|
39913
|
+
space_key?: never;
|
|
39914
|
+
property_key?: never;
|
|
39915
|
+
room_key?: never;
|
|
39916
|
+
common_area_key?: never;
|
|
39917
|
+
unit_key?: never;
|
|
39918
|
+
building_key?: never;
|
|
39919
|
+
listing_key?: never;
|
|
39920
|
+
property_listing_key?: never;
|
|
39921
|
+
};
|
|
39922
|
+
required: string[];
|
|
39923
|
+
type: string;
|
|
39924
|
+
} | {
|
|
39925
|
+
properties: {
|
|
39926
|
+
building_key: {
|
|
39927
|
+
type: string;
|
|
39928
|
+
};
|
|
39929
|
+
space_key?: never;
|
|
39930
|
+
property_key?: never;
|
|
39931
|
+
room_key?: never;
|
|
39932
|
+
common_area_key?: never;
|
|
39933
|
+
unit_key?: never;
|
|
39934
|
+
facility_key?: never;
|
|
39935
|
+
listing_key?: never;
|
|
39936
|
+
property_listing_key?: never;
|
|
39937
|
+
};
|
|
39938
|
+
required: string[];
|
|
39939
|
+
type: string;
|
|
39940
|
+
} | {
|
|
39941
|
+
properties: {
|
|
39942
|
+
listing_key: {
|
|
39943
|
+
type: string;
|
|
39944
|
+
};
|
|
39945
|
+
space_key?: never;
|
|
39946
|
+
property_key?: never;
|
|
39947
|
+
room_key?: never;
|
|
39948
|
+
common_area_key?: never;
|
|
39949
|
+
unit_key?: never;
|
|
39950
|
+
facility_key?: never;
|
|
39951
|
+
building_key?: never;
|
|
39952
|
+
property_listing_key?: never;
|
|
39953
|
+
};
|
|
39954
|
+
required: string[];
|
|
39955
|
+
type: string;
|
|
39956
|
+
} | {
|
|
39957
|
+
properties: {
|
|
39958
|
+
property_listing_key: {
|
|
39959
|
+
type: string;
|
|
39960
|
+
};
|
|
39961
|
+
space_key?: never;
|
|
39962
|
+
property_key?: never;
|
|
39963
|
+
room_key?: never;
|
|
39964
|
+
common_area_key?: never;
|
|
39965
|
+
unit_key?: never;
|
|
39966
|
+
facility_key?: never;
|
|
39967
|
+
building_key?: never;
|
|
39968
|
+
listing_key?: never;
|
|
39969
|
+
};
|
|
39970
|
+
required: string[];
|
|
39971
|
+
type: string;
|
|
39972
|
+
})[];
|
|
39973
|
+
};
|
|
39974
|
+
};
|
|
39975
|
+
type: string;
|
|
39976
|
+
};
|
|
39519
39977
|
};
|
|
39520
39978
|
type: string;
|
|
39521
39979
|
};
|
|
@@ -39826,6 +40284,352 @@ declare const _default: {
|
|
|
39826
40284
|
'x-undocumented': string;
|
|
39827
40285
|
};
|
|
39828
40286
|
};
|
|
40287
|
+
'/seam/instant_key/v1/preview/get': {
|
|
40288
|
+
get: {
|
|
40289
|
+
operationId: string;
|
|
40290
|
+
requestBody: {
|
|
40291
|
+
content: {
|
|
40292
|
+
'application/json': {
|
|
40293
|
+
schema: {
|
|
40294
|
+
properties: {
|
|
40295
|
+
instant_key_url: {
|
|
40296
|
+
description: string;
|
|
40297
|
+
type: string;
|
|
40298
|
+
};
|
|
40299
|
+
};
|
|
40300
|
+
required: string[];
|
|
40301
|
+
type: string;
|
|
40302
|
+
};
|
|
40303
|
+
};
|
|
40304
|
+
};
|
|
40305
|
+
};
|
|
40306
|
+
responses: {
|
|
40307
|
+
200: {
|
|
40308
|
+
content: {
|
|
40309
|
+
'application/json': {
|
|
40310
|
+
schema: {
|
|
40311
|
+
properties: {
|
|
40312
|
+
instant_key_preview: {
|
|
40313
|
+
description: string;
|
|
40314
|
+
properties: {
|
|
40315
|
+
access: {
|
|
40316
|
+
items: {
|
|
40317
|
+
properties: {
|
|
40318
|
+
available: {
|
|
40319
|
+
type: string;
|
|
40320
|
+
};
|
|
40321
|
+
hours: {
|
|
40322
|
+
type: string;
|
|
40323
|
+
};
|
|
40324
|
+
icon: {
|
|
40325
|
+
type: string;
|
|
40326
|
+
};
|
|
40327
|
+
location: {
|
|
40328
|
+
type: string;
|
|
40329
|
+
};
|
|
40330
|
+
name: {
|
|
40331
|
+
type: string;
|
|
40332
|
+
};
|
|
40333
|
+
};
|
|
40334
|
+
required: string[];
|
|
40335
|
+
type: string;
|
|
40336
|
+
};
|
|
40337
|
+
type: string;
|
|
40338
|
+
};
|
|
40339
|
+
created_at: {
|
|
40340
|
+
type: string;
|
|
40341
|
+
};
|
|
40342
|
+
expires_at: {
|
|
40343
|
+
type: string;
|
|
40344
|
+
};
|
|
40345
|
+
guest: {
|
|
40346
|
+
properties: {
|
|
40347
|
+
check_in_date: {
|
|
40348
|
+
type: string;
|
|
40349
|
+
};
|
|
40350
|
+
check_out_date: {
|
|
40351
|
+
type: string;
|
|
40352
|
+
};
|
|
40353
|
+
email: {
|
|
40354
|
+
type: string;
|
|
40355
|
+
};
|
|
40356
|
+
first_name: {
|
|
40357
|
+
type: string;
|
|
40358
|
+
};
|
|
40359
|
+
full_name: {
|
|
40360
|
+
type: string;
|
|
40361
|
+
};
|
|
40362
|
+
last_name: {
|
|
40363
|
+
type: string;
|
|
40364
|
+
};
|
|
40365
|
+
};
|
|
40366
|
+
required: string[];
|
|
40367
|
+
type: string;
|
|
40368
|
+
};
|
|
40369
|
+
hotel: {
|
|
40370
|
+
properties: {
|
|
40371
|
+
accent_color: {
|
|
40372
|
+
type: string;
|
|
40373
|
+
};
|
|
40374
|
+
hotel_name: {
|
|
40375
|
+
type: string;
|
|
40376
|
+
};
|
|
40377
|
+
logo_url: {
|
|
40378
|
+
type: string;
|
|
40379
|
+
};
|
|
40380
|
+
primary_color: {
|
|
40381
|
+
type: string;
|
|
40382
|
+
};
|
|
40383
|
+
secondary_color: {
|
|
40384
|
+
type: string;
|
|
40385
|
+
};
|
|
40386
|
+
verified: {
|
|
40387
|
+
type: string;
|
|
40388
|
+
};
|
|
40389
|
+
};
|
|
40390
|
+
required: string[];
|
|
40391
|
+
type: string;
|
|
40392
|
+
};
|
|
40393
|
+
key_status: {
|
|
40394
|
+
enum: string[];
|
|
40395
|
+
type: string;
|
|
40396
|
+
};
|
|
40397
|
+
room: {
|
|
40398
|
+
properties: {
|
|
40399
|
+
floor: {
|
|
40400
|
+
format: string;
|
|
40401
|
+
type: string;
|
|
40402
|
+
};
|
|
40403
|
+
room_number: {
|
|
40404
|
+
type: string;
|
|
40405
|
+
};
|
|
40406
|
+
room_type: {
|
|
40407
|
+
type: string;
|
|
40408
|
+
};
|
|
40409
|
+
};
|
|
40410
|
+
required: string[];
|
|
40411
|
+
type: string;
|
|
40412
|
+
};
|
|
40413
|
+
shortcode: {
|
|
40414
|
+
type: string;
|
|
40415
|
+
};
|
|
40416
|
+
support_email: {
|
|
40417
|
+
type: string;
|
|
40418
|
+
};
|
|
40419
|
+
support_phone: {
|
|
40420
|
+
type: string;
|
|
40421
|
+
};
|
|
40422
|
+
updated_at: {
|
|
40423
|
+
type: string;
|
|
40424
|
+
};
|
|
40425
|
+
};
|
|
40426
|
+
required: string[];
|
|
40427
|
+
type: string;
|
|
40428
|
+
'x-route-path': string;
|
|
40429
|
+
};
|
|
40430
|
+
ok: {
|
|
40431
|
+
type: string;
|
|
40432
|
+
};
|
|
40433
|
+
};
|
|
40434
|
+
required: string[];
|
|
40435
|
+
type: string;
|
|
40436
|
+
};
|
|
40437
|
+
};
|
|
40438
|
+
};
|
|
40439
|
+
description: string;
|
|
40440
|
+
};
|
|
40441
|
+
400: {
|
|
40442
|
+
description: string;
|
|
40443
|
+
};
|
|
40444
|
+
401: {
|
|
40445
|
+
description: string;
|
|
40446
|
+
};
|
|
40447
|
+
};
|
|
40448
|
+
security: {
|
|
40449
|
+
certified_client: never[];
|
|
40450
|
+
}[];
|
|
40451
|
+
summary: string;
|
|
40452
|
+
tags: never[];
|
|
40453
|
+
'x-fern-sdk-group-name': string[];
|
|
40454
|
+
'x-fern-sdk-method-name': string;
|
|
40455
|
+
'x-fern-sdk-return-value': string;
|
|
40456
|
+
'x-response-key': string;
|
|
40457
|
+
'x-title': string;
|
|
40458
|
+
'x-undocumented': string;
|
|
40459
|
+
};
|
|
40460
|
+
post: {
|
|
40461
|
+
operationId: string;
|
|
40462
|
+
requestBody: {
|
|
40463
|
+
content: {
|
|
40464
|
+
'application/json': {
|
|
40465
|
+
schema: {
|
|
40466
|
+
properties: {
|
|
40467
|
+
instant_key_url: {
|
|
40468
|
+
description: string;
|
|
40469
|
+
type: string;
|
|
40470
|
+
};
|
|
40471
|
+
};
|
|
40472
|
+
required: string[];
|
|
40473
|
+
type: string;
|
|
40474
|
+
};
|
|
40475
|
+
};
|
|
40476
|
+
};
|
|
40477
|
+
};
|
|
40478
|
+
responses: {
|
|
40479
|
+
200: {
|
|
40480
|
+
content: {
|
|
40481
|
+
'application/json': {
|
|
40482
|
+
schema: {
|
|
40483
|
+
properties: {
|
|
40484
|
+
instant_key_preview: {
|
|
40485
|
+
description: string;
|
|
40486
|
+
properties: {
|
|
40487
|
+
access: {
|
|
40488
|
+
items: {
|
|
40489
|
+
properties: {
|
|
40490
|
+
available: {
|
|
40491
|
+
type: string;
|
|
40492
|
+
};
|
|
40493
|
+
hours: {
|
|
40494
|
+
type: string;
|
|
40495
|
+
};
|
|
40496
|
+
icon: {
|
|
40497
|
+
type: string;
|
|
40498
|
+
};
|
|
40499
|
+
location: {
|
|
40500
|
+
type: string;
|
|
40501
|
+
};
|
|
40502
|
+
name: {
|
|
40503
|
+
type: string;
|
|
40504
|
+
};
|
|
40505
|
+
};
|
|
40506
|
+
required: string[];
|
|
40507
|
+
type: string;
|
|
40508
|
+
};
|
|
40509
|
+
type: string;
|
|
40510
|
+
};
|
|
40511
|
+
created_at: {
|
|
40512
|
+
type: string;
|
|
40513
|
+
};
|
|
40514
|
+
expires_at: {
|
|
40515
|
+
type: string;
|
|
40516
|
+
};
|
|
40517
|
+
guest: {
|
|
40518
|
+
properties: {
|
|
40519
|
+
check_in_date: {
|
|
40520
|
+
type: string;
|
|
40521
|
+
};
|
|
40522
|
+
check_out_date: {
|
|
40523
|
+
type: string;
|
|
40524
|
+
};
|
|
40525
|
+
email: {
|
|
40526
|
+
type: string;
|
|
40527
|
+
};
|
|
40528
|
+
first_name: {
|
|
40529
|
+
type: string;
|
|
40530
|
+
};
|
|
40531
|
+
full_name: {
|
|
40532
|
+
type: string;
|
|
40533
|
+
};
|
|
40534
|
+
last_name: {
|
|
40535
|
+
type: string;
|
|
40536
|
+
};
|
|
40537
|
+
};
|
|
40538
|
+
required: string[];
|
|
40539
|
+
type: string;
|
|
40540
|
+
};
|
|
40541
|
+
hotel: {
|
|
40542
|
+
properties: {
|
|
40543
|
+
accent_color: {
|
|
40544
|
+
type: string;
|
|
40545
|
+
};
|
|
40546
|
+
hotel_name: {
|
|
40547
|
+
type: string;
|
|
40548
|
+
};
|
|
40549
|
+
logo_url: {
|
|
40550
|
+
type: string;
|
|
40551
|
+
};
|
|
40552
|
+
primary_color: {
|
|
40553
|
+
type: string;
|
|
40554
|
+
};
|
|
40555
|
+
secondary_color: {
|
|
40556
|
+
type: string;
|
|
40557
|
+
};
|
|
40558
|
+
verified: {
|
|
40559
|
+
type: string;
|
|
40560
|
+
};
|
|
40561
|
+
};
|
|
40562
|
+
required: string[];
|
|
40563
|
+
type: string;
|
|
40564
|
+
};
|
|
40565
|
+
key_status: {
|
|
40566
|
+
enum: string[];
|
|
40567
|
+
type: string;
|
|
40568
|
+
};
|
|
40569
|
+
room: {
|
|
40570
|
+
properties: {
|
|
40571
|
+
floor: {
|
|
40572
|
+
format: string;
|
|
40573
|
+
type: string;
|
|
40574
|
+
};
|
|
40575
|
+
room_number: {
|
|
40576
|
+
type: string;
|
|
40577
|
+
};
|
|
40578
|
+
room_type: {
|
|
40579
|
+
type: string;
|
|
40580
|
+
};
|
|
40581
|
+
};
|
|
40582
|
+
required: string[];
|
|
40583
|
+
type: string;
|
|
40584
|
+
};
|
|
40585
|
+
shortcode: {
|
|
40586
|
+
type: string;
|
|
40587
|
+
};
|
|
40588
|
+
support_email: {
|
|
40589
|
+
type: string;
|
|
40590
|
+
};
|
|
40591
|
+
support_phone: {
|
|
40592
|
+
type: string;
|
|
40593
|
+
};
|
|
40594
|
+
updated_at: {
|
|
40595
|
+
type: string;
|
|
40596
|
+
};
|
|
40597
|
+
};
|
|
40598
|
+
required: string[];
|
|
40599
|
+
type: string;
|
|
40600
|
+
'x-route-path': string;
|
|
40601
|
+
};
|
|
40602
|
+
ok: {
|
|
40603
|
+
type: string;
|
|
40604
|
+
};
|
|
40605
|
+
};
|
|
40606
|
+
required: string[];
|
|
40607
|
+
type: string;
|
|
40608
|
+
};
|
|
40609
|
+
};
|
|
40610
|
+
};
|
|
40611
|
+
description: string;
|
|
40612
|
+
};
|
|
40613
|
+
400: {
|
|
40614
|
+
description: string;
|
|
40615
|
+
};
|
|
40616
|
+
401: {
|
|
40617
|
+
description: string;
|
|
40618
|
+
};
|
|
40619
|
+
};
|
|
40620
|
+
security: {
|
|
40621
|
+
certified_client: never[];
|
|
40622
|
+
}[];
|
|
40623
|
+
summary: string;
|
|
40624
|
+
tags: never[];
|
|
40625
|
+
'x-fern-sdk-group-name': string[];
|
|
40626
|
+
'x-fern-sdk-method-name': string;
|
|
40627
|
+
'x-fern-sdk-return-value': string;
|
|
40628
|
+
'x-response-key': string;
|
|
40629
|
+
'x-title': string;
|
|
40630
|
+
'x-undocumented': string;
|
|
40631
|
+
};
|
|
40632
|
+
};
|
|
39829
40633
|
'/seam/mobile_sdk/v1/acs/credentials/list': {
|
|
39830
40634
|
get: {
|
|
39831
40635
|
description: string;
|