@seamapi/types 1.770.0 → 1.772.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 +732 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1346 -85
- package/dist/index.cjs +732 -10
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +25 -10
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +20 -5
- package/lib/seam/connect/models/action-attempts/encode-credential.js +14 -3
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +5 -5
- package/lib/seam/connect/models/action-attempts/scan-credential.js +3 -3
- package/lib/seam/connect/models/action-attempts/scan-credential.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +35 -14
- package/lib/seam/connect/openapi.d.ts +952 -0
- package/lib/seam/connect/openapi.js +714 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +334 -61
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +21 -3
- package/src/lib/seam/connect/models/action-attempts/scan-credential.ts +3 -3
- package/src/lib/seam/connect/openapi.ts +781 -3
- package/src/lib/seam/connect/route-types.ts +405 -61
|
@@ -55814,6 +55814,958 @@ declare const _default: {
|
|
|
55814
55814
|
'x-undocumented': string;
|
|
55815
55815
|
};
|
|
55816
55816
|
};
|
|
55817
|
+
'/seam/customer/v1/portals/update': {
|
|
55818
|
+
patch: {
|
|
55819
|
+
description: string;
|
|
55820
|
+
operationId: string;
|
|
55821
|
+
requestBody: {
|
|
55822
|
+
content: {
|
|
55823
|
+
'application/json': {
|
|
55824
|
+
schema: {
|
|
55825
|
+
properties: {
|
|
55826
|
+
customer_portal_id: {
|
|
55827
|
+
description: string;
|
|
55828
|
+
format: string;
|
|
55829
|
+
type: string;
|
|
55830
|
+
};
|
|
55831
|
+
portal_configuration: {
|
|
55832
|
+
description: string;
|
|
55833
|
+
properties: {
|
|
55834
|
+
customer_resources_filters: {
|
|
55835
|
+
description: string;
|
|
55836
|
+
items: {
|
|
55837
|
+
properties: {
|
|
55838
|
+
field: {
|
|
55839
|
+
description: string;
|
|
55840
|
+
pattern: string;
|
|
55841
|
+
type: string;
|
|
55842
|
+
};
|
|
55843
|
+
operation: {
|
|
55844
|
+
description: string;
|
|
55845
|
+
enum: string[];
|
|
55846
|
+
type: string;
|
|
55847
|
+
};
|
|
55848
|
+
value: {
|
|
55849
|
+
description: string;
|
|
55850
|
+
oneOf: {
|
|
55851
|
+
type: string;
|
|
55852
|
+
}[];
|
|
55853
|
+
};
|
|
55854
|
+
};
|
|
55855
|
+
required: string[];
|
|
55856
|
+
type: string;
|
|
55857
|
+
};
|
|
55858
|
+
type: string;
|
|
55859
|
+
};
|
|
55860
|
+
customization_profile_id: {
|
|
55861
|
+
description: string;
|
|
55862
|
+
format: string;
|
|
55863
|
+
type: string;
|
|
55864
|
+
};
|
|
55865
|
+
deep_link: {
|
|
55866
|
+
description: string;
|
|
55867
|
+
properties: {
|
|
55868
|
+
resource_key: {
|
|
55869
|
+
type: string;
|
|
55870
|
+
};
|
|
55871
|
+
resource_type: {
|
|
55872
|
+
enum: string[];
|
|
55873
|
+
type: string;
|
|
55874
|
+
};
|
|
55875
|
+
};
|
|
55876
|
+
required: string[];
|
|
55877
|
+
type: string;
|
|
55878
|
+
'x-undocumented': string;
|
|
55879
|
+
};
|
|
55880
|
+
exclude_locale_picker: {
|
|
55881
|
+
default: boolean;
|
|
55882
|
+
description: string;
|
|
55883
|
+
type: string;
|
|
55884
|
+
};
|
|
55885
|
+
features: {
|
|
55886
|
+
default: {};
|
|
55887
|
+
properties: {
|
|
55888
|
+
configure: {
|
|
55889
|
+
default: {};
|
|
55890
|
+
description: string;
|
|
55891
|
+
properties: {
|
|
55892
|
+
allow_access_automation_rule_customization: {
|
|
55893
|
+
default: boolean;
|
|
55894
|
+
description: string;
|
|
55895
|
+
type: string;
|
|
55896
|
+
};
|
|
55897
|
+
allow_climate_automation_rule_customization: {
|
|
55898
|
+
default: boolean;
|
|
55899
|
+
description: string;
|
|
55900
|
+
type: string;
|
|
55901
|
+
};
|
|
55902
|
+
allow_instant_key_customization: {
|
|
55903
|
+
default: boolean;
|
|
55904
|
+
description: string;
|
|
55905
|
+
type: string;
|
|
55906
|
+
};
|
|
55907
|
+
exclude: {
|
|
55908
|
+
default: boolean;
|
|
55909
|
+
description: string;
|
|
55910
|
+
type: string;
|
|
55911
|
+
};
|
|
55912
|
+
};
|
|
55913
|
+
type: string;
|
|
55914
|
+
};
|
|
55915
|
+
connect: {
|
|
55916
|
+
default: {};
|
|
55917
|
+
description: string;
|
|
55918
|
+
properties: {
|
|
55919
|
+
accepted_providers: {
|
|
55920
|
+
description: string;
|
|
55921
|
+
items: {
|
|
55922
|
+
type: string;
|
|
55923
|
+
};
|
|
55924
|
+
type: string;
|
|
55925
|
+
};
|
|
55926
|
+
exclude: {
|
|
55927
|
+
default: boolean;
|
|
55928
|
+
description: string;
|
|
55929
|
+
type: string;
|
|
55930
|
+
};
|
|
55931
|
+
excluded_providers: {
|
|
55932
|
+
description: string;
|
|
55933
|
+
items: {
|
|
55934
|
+
type: string;
|
|
55935
|
+
};
|
|
55936
|
+
type: string;
|
|
55937
|
+
};
|
|
55938
|
+
};
|
|
55939
|
+
type: string;
|
|
55940
|
+
};
|
|
55941
|
+
manage: {
|
|
55942
|
+
default: {};
|
|
55943
|
+
description: string;
|
|
55944
|
+
properties: {
|
|
55945
|
+
events: {
|
|
55946
|
+
description: string;
|
|
55947
|
+
properties: {
|
|
55948
|
+
allowed_events: {
|
|
55949
|
+
description: string;
|
|
55950
|
+
items: {
|
|
55951
|
+
type: string;
|
|
55952
|
+
};
|
|
55953
|
+
type: string;
|
|
55954
|
+
};
|
|
55955
|
+
default_events: {
|
|
55956
|
+
description: string;
|
|
55957
|
+
items: {
|
|
55958
|
+
type: string;
|
|
55959
|
+
};
|
|
55960
|
+
type: string;
|
|
55961
|
+
};
|
|
55962
|
+
};
|
|
55963
|
+
type: string;
|
|
55964
|
+
};
|
|
55965
|
+
exclude: {
|
|
55966
|
+
default: boolean;
|
|
55967
|
+
description: string;
|
|
55968
|
+
type: string;
|
|
55969
|
+
};
|
|
55970
|
+
exclude_reservation_management: {
|
|
55971
|
+
default: boolean;
|
|
55972
|
+
description: string;
|
|
55973
|
+
type: string;
|
|
55974
|
+
};
|
|
55975
|
+
exclude_reservation_technical_details: {
|
|
55976
|
+
default: boolean;
|
|
55977
|
+
description: string;
|
|
55978
|
+
type: string;
|
|
55979
|
+
};
|
|
55980
|
+
exclude_staff_management: {
|
|
55981
|
+
default: boolean;
|
|
55982
|
+
description: string;
|
|
55983
|
+
type: string;
|
|
55984
|
+
};
|
|
55985
|
+
};
|
|
55986
|
+
type: string;
|
|
55987
|
+
};
|
|
55988
|
+
manage_devices: {
|
|
55989
|
+
default: {};
|
|
55990
|
+
description: string;
|
|
55991
|
+
properties: {
|
|
55992
|
+
exclude: {
|
|
55993
|
+
default: boolean;
|
|
55994
|
+
description: string;
|
|
55995
|
+
type: string;
|
|
55996
|
+
};
|
|
55997
|
+
};
|
|
55998
|
+
type: string;
|
|
55999
|
+
};
|
|
56000
|
+
organize: {
|
|
56001
|
+
default: {};
|
|
56002
|
+
description: string;
|
|
56003
|
+
properties: {
|
|
56004
|
+
exclude: {
|
|
56005
|
+
default: boolean;
|
|
56006
|
+
description: string;
|
|
56007
|
+
type: string;
|
|
56008
|
+
};
|
|
56009
|
+
};
|
|
56010
|
+
type: string;
|
|
56011
|
+
};
|
|
56012
|
+
};
|
|
56013
|
+
type: string;
|
|
56014
|
+
};
|
|
56015
|
+
is_embedded: {
|
|
56016
|
+
default: boolean;
|
|
56017
|
+
description: string;
|
|
56018
|
+
type: string;
|
|
56019
|
+
};
|
|
56020
|
+
landing_page: {
|
|
56021
|
+
description: string;
|
|
56022
|
+
properties: {
|
|
56023
|
+
manage: {
|
|
56024
|
+
oneOf: ({
|
|
56025
|
+
oneOf: ({
|
|
56026
|
+
properties: {
|
|
56027
|
+
space_key: {
|
|
56028
|
+
type: string;
|
|
56029
|
+
};
|
|
56030
|
+
property_key?: never;
|
|
56031
|
+
room_key?: never;
|
|
56032
|
+
common_area_key?: never;
|
|
56033
|
+
unit_key?: never;
|
|
56034
|
+
facility_key?: never;
|
|
56035
|
+
building_key?: never;
|
|
56036
|
+
listing_key?: never;
|
|
56037
|
+
property_listing_key?: never;
|
|
56038
|
+
site_key?: never;
|
|
56039
|
+
};
|
|
56040
|
+
required: string[];
|
|
56041
|
+
type: string;
|
|
56042
|
+
} | {
|
|
56043
|
+
properties: {
|
|
56044
|
+
property_key: {
|
|
56045
|
+
type: string;
|
|
56046
|
+
};
|
|
56047
|
+
space_key?: never;
|
|
56048
|
+
room_key?: never;
|
|
56049
|
+
common_area_key?: never;
|
|
56050
|
+
unit_key?: never;
|
|
56051
|
+
facility_key?: never;
|
|
56052
|
+
building_key?: never;
|
|
56053
|
+
listing_key?: never;
|
|
56054
|
+
property_listing_key?: never;
|
|
56055
|
+
site_key?: never;
|
|
56056
|
+
};
|
|
56057
|
+
required: string[];
|
|
56058
|
+
type: string;
|
|
56059
|
+
} | {
|
|
56060
|
+
properties: {
|
|
56061
|
+
room_key: {
|
|
56062
|
+
type: string;
|
|
56063
|
+
};
|
|
56064
|
+
space_key?: never;
|
|
56065
|
+
property_key?: never;
|
|
56066
|
+
common_area_key?: never;
|
|
56067
|
+
unit_key?: never;
|
|
56068
|
+
facility_key?: never;
|
|
56069
|
+
building_key?: never;
|
|
56070
|
+
listing_key?: never;
|
|
56071
|
+
property_listing_key?: never;
|
|
56072
|
+
site_key?: never;
|
|
56073
|
+
};
|
|
56074
|
+
required: string[];
|
|
56075
|
+
type: string;
|
|
56076
|
+
} | {
|
|
56077
|
+
properties: {
|
|
56078
|
+
common_area_key: {
|
|
56079
|
+
type: string;
|
|
56080
|
+
};
|
|
56081
|
+
space_key?: never;
|
|
56082
|
+
property_key?: never;
|
|
56083
|
+
room_key?: never;
|
|
56084
|
+
unit_key?: never;
|
|
56085
|
+
facility_key?: never;
|
|
56086
|
+
building_key?: never;
|
|
56087
|
+
listing_key?: never;
|
|
56088
|
+
property_listing_key?: never;
|
|
56089
|
+
site_key?: never;
|
|
56090
|
+
};
|
|
56091
|
+
required: string[];
|
|
56092
|
+
type: string;
|
|
56093
|
+
} | {
|
|
56094
|
+
properties: {
|
|
56095
|
+
unit_key: {
|
|
56096
|
+
type: string;
|
|
56097
|
+
};
|
|
56098
|
+
space_key?: never;
|
|
56099
|
+
property_key?: never;
|
|
56100
|
+
room_key?: never;
|
|
56101
|
+
common_area_key?: never;
|
|
56102
|
+
facility_key?: never;
|
|
56103
|
+
building_key?: never;
|
|
56104
|
+
listing_key?: never;
|
|
56105
|
+
property_listing_key?: never;
|
|
56106
|
+
site_key?: never;
|
|
56107
|
+
};
|
|
56108
|
+
required: string[];
|
|
56109
|
+
type: string;
|
|
56110
|
+
} | {
|
|
56111
|
+
properties: {
|
|
56112
|
+
facility_key: {
|
|
56113
|
+
type: string;
|
|
56114
|
+
};
|
|
56115
|
+
space_key?: never;
|
|
56116
|
+
property_key?: never;
|
|
56117
|
+
room_key?: never;
|
|
56118
|
+
common_area_key?: never;
|
|
56119
|
+
unit_key?: never;
|
|
56120
|
+
building_key?: never;
|
|
56121
|
+
listing_key?: never;
|
|
56122
|
+
property_listing_key?: never;
|
|
56123
|
+
site_key?: never;
|
|
56124
|
+
};
|
|
56125
|
+
required: string[];
|
|
56126
|
+
type: string;
|
|
56127
|
+
} | {
|
|
56128
|
+
properties: {
|
|
56129
|
+
building_key: {
|
|
56130
|
+
type: string;
|
|
56131
|
+
};
|
|
56132
|
+
space_key?: never;
|
|
56133
|
+
property_key?: never;
|
|
56134
|
+
room_key?: never;
|
|
56135
|
+
common_area_key?: never;
|
|
56136
|
+
unit_key?: never;
|
|
56137
|
+
facility_key?: never;
|
|
56138
|
+
listing_key?: never;
|
|
56139
|
+
property_listing_key?: never;
|
|
56140
|
+
site_key?: never;
|
|
56141
|
+
};
|
|
56142
|
+
required: string[];
|
|
56143
|
+
type: string;
|
|
56144
|
+
} | {
|
|
56145
|
+
properties: {
|
|
56146
|
+
listing_key: {
|
|
56147
|
+
type: string;
|
|
56148
|
+
};
|
|
56149
|
+
space_key?: never;
|
|
56150
|
+
property_key?: never;
|
|
56151
|
+
room_key?: never;
|
|
56152
|
+
common_area_key?: never;
|
|
56153
|
+
unit_key?: never;
|
|
56154
|
+
facility_key?: never;
|
|
56155
|
+
building_key?: never;
|
|
56156
|
+
property_listing_key?: never;
|
|
56157
|
+
site_key?: never;
|
|
56158
|
+
};
|
|
56159
|
+
required: string[];
|
|
56160
|
+
type: string;
|
|
56161
|
+
} | {
|
|
56162
|
+
properties: {
|
|
56163
|
+
property_listing_key: {
|
|
56164
|
+
type: string;
|
|
56165
|
+
};
|
|
56166
|
+
space_key?: never;
|
|
56167
|
+
property_key?: never;
|
|
56168
|
+
room_key?: never;
|
|
56169
|
+
common_area_key?: never;
|
|
56170
|
+
unit_key?: never;
|
|
56171
|
+
facility_key?: never;
|
|
56172
|
+
building_key?: never;
|
|
56173
|
+
listing_key?: never;
|
|
56174
|
+
site_key?: never;
|
|
56175
|
+
};
|
|
56176
|
+
required: string[];
|
|
56177
|
+
type: string;
|
|
56178
|
+
} | {
|
|
56179
|
+
properties: {
|
|
56180
|
+
site_key: {
|
|
56181
|
+
type: string;
|
|
56182
|
+
};
|
|
56183
|
+
space_key?: never;
|
|
56184
|
+
property_key?: never;
|
|
56185
|
+
room_key?: never;
|
|
56186
|
+
common_area_key?: never;
|
|
56187
|
+
unit_key?: never;
|
|
56188
|
+
facility_key?: never;
|
|
56189
|
+
building_key?: never;
|
|
56190
|
+
listing_key?: never;
|
|
56191
|
+
property_listing_key?: never;
|
|
56192
|
+
};
|
|
56193
|
+
required: string[];
|
|
56194
|
+
type: string;
|
|
56195
|
+
})[];
|
|
56196
|
+
} | {
|
|
56197
|
+
oneOf: ({
|
|
56198
|
+
properties: {
|
|
56199
|
+
reservation_key: {
|
|
56200
|
+
type: string;
|
|
56201
|
+
};
|
|
56202
|
+
booking_key?: never;
|
|
56203
|
+
access_grant_key?: never;
|
|
56204
|
+
};
|
|
56205
|
+
required: string[];
|
|
56206
|
+
type: string;
|
|
56207
|
+
} | {
|
|
56208
|
+
properties: {
|
|
56209
|
+
booking_key: {
|
|
56210
|
+
type: string;
|
|
56211
|
+
};
|
|
56212
|
+
reservation_key?: never;
|
|
56213
|
+
access_grant_key?: never;
|
|
56214
|
+
};
|
|
56215
|
+
required: string[];
|
|
56216
|
+
type: string;
|
|
56217
|
+
} | {
|
|
56218
|
+
properties: {
|
|
56219
|
+
access_grant_key: {
|
|
56220
|
+
type: string;
|
|
56221
|
+
};
|
|
56222
|
+
reservation_key?: never;
|
|
56223
|
+
booking_key?: never;
|
|
56224
|
+
};
|
|
56225
|
+
required: string[];
|
|
56226
|
+
type: string;
|
|
56227
|
+
})[];
|
|
56228
|
+
})[];
|
|
56229
|
+
};
|
|
56230
|
+
};
|
|
56231
|
+
type: string;
|
|
56232
|
+
};
|
|
56233
|
+
locale: {
|
|
56234
|
+
description: string;
|
|
56235
|
+
enum: string[];
|
|
56236
|
+
type: string;
|
|
56237
|
+
};
|
|
56238
|
+
navigation_mode: {
|
|
56239
|
+
default: string;
|
|
56240
|
+
description: string;
|
|
56241
|
+
enum: string[];
|
|
56242
|
+
type: string;
|
|
56243
|
+
};
|
|
56244
|
+
};
|
|
56245
|
+
type: string;
|
|
56246
|
+
};
|
|
56247
|
+
};
|
|
56248
|
+
required: string[];
|
|
56249
|
+
type: string;
|
|
56250
|
+
};
|
|
56251
|
+
};
|
|
56252
|
+
};
|
|
56253
|
+
};
|
|
56254
|
+
responses: {
|
|
56255
|
+
200: {
|
|
56256
|
+
content: {
|
|
56257
|
+
'application/json': {
|
|
56258
|
+
schema: {
|
|
56259
|
+
properties: {
|
|
56260
|
+
ok: {
|
|
56261
|
+
type: string;
|
|
56262
|
+
};
|
|
56263
|
+
};
|
|
56264
|
+
required: string[];
|
|
56265
|
+
type: string;
|
|
56266
|
+
};
|
|
56267
|
+
};
|
|
56268
|
+
};
|
|
56269
|
+
description: string;
|
|
56270
|
+
};
|
|
56271
|
+
400: {
|
|
56272
|
+
description: string;
|
|
56273
|
+
};
|
|
56274
|
+
401: {
|
|
56275
|
+
description: string;
|
|
56276
|
+
};
|
|
56277
|
+
};
|
|
56278
|
+
security: ({
|
|
56279
|
+
console_session_with_workspace: never[];
|
|
56280
|
+
api_key?: never;
|
|
56281
|
+
} | {
|
|
56282
|
+
api_key: never[];
|
|
56283
|
+
console_session_with_workspace?: never;
|
|
56284
|
+
})[];
|
|
56285
|
+
summary: string;
|
|
56286
|
+
tags: never[];
|
|
56287
|
+
'x-fern-sdk-group-name': string[];
|
|
56288
|
+
'x-fern-sdk-method-name': string;
|
|
56289
|
+
'x-response-key': null;
|
|
56290
|
+
'x-title': string;
|
|
56291
|
+
'x-undocumented': string;
|
|
56292
|
+
};
|
|
56293
|
+
post: {
|
|
56294
|
+
description: string;
|
|
56295
|
+
operationId: string;
|
|
56296
|
+
requestBody: {
|
|
56297
|
+
content: {
|
|
56298
|
+
'application/json': {
|
|
56299
|
+
schema: {
|
|
56300
|
+
properties: {
|
|
56301
|
+
customer_portal_id: {
|
|
56302
|
+
description: string;
|
|
56303
|
+
format: string;
|
|
56304
|
+
type: string;
|
|
56305
|
+
};
|
|
56306
|
+
portal_configuration: {
|
|
56307
|
+
description: string;
|
|
56308
|
+
properties: {
|
|
56309
|
+
customer_resources_filters: {
|
|
56310
|
+
description: string;
|
|
56311
|
+
items: {
|
|
56312
|
+
properties: {
|
|
56313
|
+
field: {
|
|
56314
|
+
description: string;
|
|
56315
|
+
pattern: string;
|
|
56316
|
+
type: string;
|
|
56317
|
+
};
|
|
56318
|
+
operation: {
|
|
56319
|
+
description: string;
|
|
56320
|
+
enum: string[];
|
|
56321
|
+
type: string;
|
|
56322
|
+
};
|
|
56323
|
+
value: {
|
|
56324
|
+
description: string;
|
|
56325
|
+
oneOf: {
|
|
56326
|
+
type: string;
|
|
56327
|
+
}[];
|
|
56328
|
+
};
|
|
56329
|
+
};
|
|
56330
|
+
required: string[];
|
|
56331
|
+
type: string;
|
|
56332
|
+
};
|
|
56333
|
+
type: string;
|
|
56334
|
+
};
|
|
56335
|
+
customization_profile_id: {
|
|
56336
|
+
description: string;
|
|
56337
|
+
format: string;
|
|
56338
|
+
type: string;
|
|
56339
|
+
};
|
|
56340
|
+
deep_link: {
|
|
56341
|
+
description: string;
|
|
56342
|
+
properties: {
|
|
56343
|
+
resource_key: {
|
|
56344
|
+
type: string;
|
|
56345
|
+
};
|
|
56346
|
+
resource_type: {
|
|
56347
|
+
enum: string[];
|
|
56348
|
+
type: string;
|
|
56349
|
+
};
|
|
56350
|
+
};
|
|
56351
|
+
required: string[];
|
|
56352
|
+
type: string;
|
|
56353
|
+
'x-undocumented': string;
|
|
56354
|
+
};
|
|
56355
|
+
exclude_locale_picker: {
|
|
56356
|
+
default: boolean;
|
|
56357
|
+
description: string;
|
|
56358
|
+
type: string;
|
|
56359
|
+
};
|
|
56360
|
+
features: {
|
|
56361
|
+
default: {};
|
|
56362
|
+
properties: {
|
|
56363
|
+
configure: {
|
|
56364
|
+
default: {};
|
|
56365
|
+
description: string;
|
|
56366
|
+
properties: {
|
|
56367
|
+
allow_access_automation_rule_customization: {
|
|
56368
|
+
default: boolean;
|
|
56369
|
+
description: string;
|
|
56370
|
+
type: string;
|
|
56371
|
+
};
|
|
56372
|
+
allow_climate_automation_rule_customization: {
|
|
56373
|
+
default: boolean;
|
|
56374
|
+
description: string;
|
|
56375
|
+
type: string;
|
|
56376
|
+
};
|
|
56377
|
+
allow_instant_key_customization: {
|
|
56378
|
+
default: boolean;
|
|
56379
|
+
description: string;
|
|
56380
|
+
type: string;
|
|
56381
|
+
};
|
|
56382
|
+
exclude: {
|
|
56383
|
+
default: boolean;
|
|
56384
|
+
description: string;
|
|
56385
|
+
type: string;
|
|
56386
|
+
};
|
|
56387
|
+
};
|
|
56388
|
+
type: string;
|
|
56389
|
+
};
|
|
56390
|
+
connect: {
|
|
56391
|
+
default: {};
|
|
56392
|
+
description: string;
|
|
56393
|
+
properties: {
|
|
56394
|
+
accepted_providers: {
|
|
56395
|
+
description: string;
|
|
56396
|
+
items: {
|
|
56397
|
+
type: string;
|
|
56398
|
+
};
|
|
56399
|
+
type: string;
|
|
56400
|
+
};
|
|
56401
|
+
exclude: {
|
|
56402
|
+
default: boolean;
|
|
56403
|
+
description: string;
|
|
56404
|
+
type: string;
|
|
56405
|
+
};
|
|
56406
|
+
excluded_providers: {
|
|
56407
|
+
description: string;
|
|
56408
|
+
items: {
|
|
56409
|
+
type: string;
|
|
56410
|
+
};
|
|
56411
|
+
type: string;
|
|
56412
|
+
};
|
|
56413
|
+
};
|
|
56414
|
+
type: string;
|
|
56415
|
+
};
|
|
56416
|
+
manage: {
|
|
56417
|
+
default: {};
|
|
56418
|
+
description: string;
|
|
56419
|
+
properties: {
|
|
56420
|
+
events: {
|
|
56421
|
+
description: string;
|
|
56422
|
+
properties: {
|
|
56423
|
+
allowed_events: {
|
|
56424
|
+
description: string;
|
|
56425
|
+
items: {
|
|
56426
|
+
type: string;
|
|
56427
|
+
};
|
|
56428
|
+
type: string;
|
|
56429
|
+
};
|
|
56430
|
+
default_events: {
|
|
56431
|
+
description: string;
|
|
56432
|
+
items: {
|
|
56433
|
+
type: string;
|
|
56434
|
+
};
|
|
56435
|
+
type: string;
|
|
56436
|
+
};
|
|
56437
|
+
};
|
|
56438
|
+
type: string;
|
|
56439
|
+
};
|
|
56440
|
+
exclude: {
|
|
56441
|
+
default: boolean;
|
|
56442
|
+
description: string;
|
|
56443
|
+
type: string;
|
|
56444
|
+
};
|
|
56445
|
+
exclude_reservation_management: {
|
|
56446
|
+
default: boolean;
|
|
56447
|
+
description: string;
|
|
56448
|
+
type: string;
|
|
56449
|
+
};
|
|
56450
|
+
exclude_reservation_technical_details: {
|
|
56451
|
+
default: boolean;
|
|
56452
|
+
description: string;
|
|
56453
|
+
type: string;
|
|
56454
|
+
};
|
|
56455
|
+
exclude_staff_management: {
|
|
56456
|
+
default: boolean;
|
|
56457
|
+
description: string;
|
|
56458
|
+
type: string;
|
|
56459
|
+
};
|
|
56460
|
+
};
|
|
56461
|
+
type: string;
|
|
56462
|
+
};
|
|
56463
|
+
manage_devices: {
|
|
56464
|
+
default: {};
|
|
56465
|
+
description: string;
|
|
56466
|
+
properties: {
|
|
56467
|
+
exclude: {
|
|
56468
|
+
default: boolean;
|
|
56469
|
+
description: string;
|
|
56470
|
+
type: string;
|
|
56471
|
+
};
|
|
56472
|
+
};
|
|
56473
|
+
type: string;
|
|
56474
|
+
};
|
|
56475
|
+
organize: {
|
|
56476
|
+
default: {};
|
|
56477
|
+
description: string;
|
|
56478
|
+
properties: {
|
|
56479
|
+
exclude: {
|
|
56480
|
+
default: boolean;
|
|
56481
|
+
description: string;
|
|
56482
|
+
type: string;
|
|
56483
|
+
};
|
|
56484
|
+
};
|
|
56485
|
+
type: string;
|
|
56486
|
+
};
|
|
56487
|
+
};
|
|
56488
|
+
type: string;
|
|
56489
|
+
};
|
|
56490
|
+
is_embedded: {
|
|
56491
|
+
default: boolean;
|
|
56492
|
+
description: string;
|
|
56493
|
+
type: string;
|
|
56494
|
+
};
|
|
56495
|
+
landing_page: {
|
|
56496
|
+
description: string;
|
|
56497
|
+
properties: {
|
|
56498
|
+
manage: {
|
|
56499
|
+
oneOf: ({
|
|
56500
|
+
oneOf: ({
|
|
56501
|
+
properties: {
|
|
56502
|
+
space_key: {
|
|
56503
|
+
type: string;
|
|
56504
|
+
};
|
|
56505
|
+
property_key?: never;
|
|
56506
|
+
room_key?: never;
|
|
56507
|
+
common_area_key?: never;
|
|
56508
|
+
unit_key?: never;
|
|
56509
|
+
facility_key?: never;
|
|
56510
|
+
building_key?: never;
|
|
56511
|
+
listing_key?: never;
|
|
56512
|
+
property_listing_key?: never;
|
|
56513
|
+
site_key?: never;
|
|
56514
|
+
};
|
|
56515
|
+
required: string[];
|
|
56516
|
+
type: string;
|
|
56517
|
+
} | {
|
|
56518
|
+
properties: {
|
|
56519
|
+
property_key: {
|
|
56520
|
+
type: string;
|
|
56521
|
+
};
|
|
56522
|
+
space_key?: never;
|
|
56523
|
+
room_key?: never;
|
|
56524
|
+
common_area_key?: never;
|
|
56525
|
+
unit_key?: never;
|
|
56526
|
+
facility_key?: never;
|
|
56527
|
+
building_key?: never;
|
|
56528
|
+
listing_key?: never;
|
|
56529
|
+
property_listing_key?: never;
|
|
56530
|
+
site_key?: never;
|
|
56531
|
+
};
|
|
56532
|
+
required: string[];
|
|
56533
|
+
type: string;
|
|
56534
|
+
} | {
|
|
56535
|
+
properties: {
|
|
56536
|
+
room_key: {
|
|
56537
|
+
type: string;
|
|
56538
|
+
};
|
|
56539
|
+
space_key?: never;
|
|
56540
|
+
property_key?: never;
|
|
56541
|
+
common_area_key?: never;
|
|
56542
|
+
unit_key?: never;
|
|
56543
|
+
facility_key?: never;
|
|
56544
|
+
building_key?: never;
|
|
56545
|
+
listing_key?: never;
|
|
56546
|
+
property_listing_key?: never;
|
|
56547
|
+
site_key?: never;
|
|
56548
|
+
};
|
|
56549
|
+
required: string[];
|
|
56550
|
+
type: string;
|
|
56551
|
+
} | {
|
|
56552
|
+
properties: {
|
|
56553
|
+
common_area_key: {
|
|
56554
|
+
type: string;
|
|
56555
|
+
};
|
|
56556
|
+
space_key?: never;
|
|
56557
|
+
property_key?: never;
|
|
56558
|
+
room_key?: never;
|
|
56559
|
+
unit_key?: never;
|
|
56560
|
+
facility_key?: never;
|
|
56561
|
+
building_key?: never;
|
|
56562
|
+
listing_key?: never;
|
|
56563
|
+
property_listing_key?: never;
|
|
56564
|
+
site_key?: never;
|
|
56565
|
+
};
|
|
56566
|
+
required: string[];
|
|
56567
|
+
type: string;
|
|
56568
|
+
} | {
|
|
56569
|
+
properties: {
|
|
56570
|
+
unit_key: {
|
|
56571
|
+
type: string;
|
|
56572
|
+
};
|
|
56573
|
+
space_key?: never;
|
|
56574
|
+
property_key?: never;
|
|
56575
|
+
room_key?: never;
|
|
56576
|
+
common_area_key?: never;
|
|
56577
|
+
facility_key?: never;
|
|
56578
|
+
building_key?: never;
|
|
56579
|
+
listing_key?: never;
|
|
56580
|
+
property_listing_key?: never;
|
|
56581
|
+
site_key?: never;
|
|
56582
|
+
};
|
|
56583
|
+
required: string[];
|
|
56584
|
+
type: string;
|
|
56585
|
+
} | {
|
|
56586
|
+
properties: {
|
|
56587
|
+
facility_key: {
|
|
56588
|
+
type: string;
|
|
56589
|
+
};
|
|
56590
|
+
space_key?: never;
|
|
56591
|
+
property_key?: never;
|
|
56592
|
+
room_key?: never;
|
|
56593
|
+
common_area_key?: never;
|
|
56594
|
+
unit_key?: never;
|
|
56595
|
+
building_key?: never;
|
|
56596
|
+
listing_key?: never;
|
|
56597
|
+
property_listing_key?: never;
|
|
56598
|
+
site_key?: never;
|
|
56599
|
+
};
|
|
56600
|
+
required: string[];
|
|
56601
|
+
type: string;
|
|
56602
|
+
} | {
|
|
56603
|
+
properties: {
|
|
56604
|
+
building_key: {
|
|
56605
|
+
type: string;
|
|
56606
|
+
};
|
|
56607
|
+
space_key?: never;
|
|
56608
|
+
property_key?: never;
|
|
56609
|
+
room_key?: never;
|
|
56610
|
+
common_area_key?: never;
|
|
56611
|
+
unit_key?: never;
|
|
56612
|
+
facility_key?: never;
|
|
56613
|
+
listing_key?: never;
|
|
56614
|
+
property_listing_key?: never;
|
|
56615
|
+
site_key?: never;
|
|
56616
|
+
};
|
|
56617
|
+
required: string[];
|
|
56618
|
+
type: string;
|
|
56619
|
+
} | {
|
|
56620
|
+
properties: {
|
|
56621
|
+
listing_key: {
|
|
56622
|
+
type: string;
|
|
56623
|
+
};
|
|
56624
|
+
space_key?: never;
|
|
56625
|
+
property_key?: never;
|
|
56626
|
+
room_key?: never;
|
|
56627
|
+
common_area_key?: never;
|
|
56628
|
+
unit_key?: never;
|
|
56629
|
+
facility_key?: never;
|
|
56630
|
+
building_key?: never;
|
|
56631
|
+
property_listing_key?: never;
|
|
56632
|
+
site_key?: never;
|
|
56633
|
+
};
|
|
56634
|
+
required: string[];
|
|
56635
|
+
type: string;
|
|
56636
|
+
} | {
|
|
56637
|
+
properties: {
|
|
56638
|
+
property_listing_key: {
|
|
56639
|
+
type: string;
|
|
56640
|
+
};
|
|
56641
|
+
space_key?: never;
|
|
56642
|
+
property_key?: never;
|
|
56643
|
+
room_key?: never;
|
|
56644
|
+
common_area_key?: never;
|
|
56645
|
+
unit_key?: never;
|
|
56646
|
+
facility_key?: never;
|
|
56647
|
+
building_key?: never;
|
|
56648
|
+
listing_key?: never;
|
|
56649
|
+
site_key?: never;
|
|
56650
|
+
};
|
|
56651
|
+
required: string[];
|
|
56652
|
+
type: string;
|
|
56653
|
+
} | {
|
|
56654
|
+
properties: {
|
|
56655
|
+
site_key: {
|
|
56656
|
+
type: string;
|
|
56657
|
+
};
|
|
56658
|
+
space_key?: never;
|
|
56659
|
+
property_key?: never;
|
|
56660
|
+
room_key?: never;
|
|
56661
|
+
common_area_key?: never;
|
|
56662
|
+
unit_key?: never;
|
|
56663
|
+
facility_key?: never;
|
|
56664
|
+
building_key?: never;
|
|
56665
|
+
listing_key?: never;
|
|
56666
|
+
property_listing_key?: never;
|
|
56667
|
+
};
|
|
56668
|
+
required: string[];
|
|
56669
|
+
type: string;
|
|
56670
|
+
})[];
|
|
56671
|
+
} | {
|
|
56672
|
+
oneOf: ({
|
|
56673
|
+
properties: {
|
|
56674
|
+
reservation_key: {
|
|
56675
|
+
type: string;
|
|
56676
|
+
};
|
|
56677
|
+
booking_key?: never;
|
|
56678
|
+
access_grant_key?: never;
|
|
56679
|
+
};
|
|
56680
|
+
required: string[];
|
|
56681
|
+
type: string;
|
|
56682
|
+
} | {
|
|
56683
|
+
properties: {
|
|
56684
|
+
booking_key: {
|
|
56685
|
+
type: string;
|
|
56686
|
+
};
|
|
56687
|
+
reservation_key?: never;
|
|
56688
|
+
access_grant_key?: never;
|
|
56689
|
+
};
|
|
56690
|
+
required: string[];
|
|
56691
|
+
type: string;
|
|
56692
|
+
} | {
|
|
56693
|
+
properties: {
|
|
56694
|
+
access_grant_key: {
|
|
56695
|
+
type: string;
|
|
56696
|
+
};
|
|
56697
|
+
reservation_key?: never;
|
|
56698
|
+
booking_key?: never;
|
|
56699
|
+
};
|
|
56700
|
+
required: string[];
|
|
56701
|
+
type: string;
|
|
56702
|
+
})[];
|
|
56703
|
+
})[];
|
|
56704
|
+
};
|
|
56705
|
+
};
|
|
56706
|
+
type: string;
|
|
56707
|
+
};
|
|
56708
|
+
locale: {
|
|
56709
|
+
description: string;
|
|
56710
|
+
enum: string[];
|
|
56711
|
+
type: string;
|
|
56712
|
+
};
|
|
56713
|
+
navigation_mode: {
|
|
56714
|
+
default: string;
|
|
56715
|
+
description: string;
|
|
56716
|
+
enum: string[];
|
|
56717
|
+
type: string;
|
|
56718
|
+
};
|
|
56719
|
+
};
|
|
56720
|
+
type: string;
|
|
56721
|
+
};
|
|
56722
|
+
};
|
|
56723
|
+
required: string[];
|
|
56724
|
+
type: string;
|
|
56725
|
+
};
|
|
56726
|
+
};
|
|
56727
|
+
};
|
|
56728
|
+
};
|
|
56729
|
+
responses: {
|
|
56730
|
+
200: {
|
|
56731
|
+
content: {
|
|
56732
|
+
'application/json': {
|
|
56733
|
+
schema: {
|
|
56734
|
+
properties: {
|
|
56735
|
+
ok: {
|
|
56736
|
+
type: string;
|
|
56737
|
+
};
|
|
56738
|
+
};
|
|
56739
|
+
required: string[];
|
|
56740
|
+
type: string;
|
|
56741
|
+
};
|
|
56742
|
+
};
|
|
56743
|
+
};
|
|
56744
|
+
description: string;
|
|
56745
|
+
};
|
|
56746
|
+
400: {
|
|
56747
|
+
description: string;
|
|
56748
|
+
};
|
|
56749
|
+
401: {
|
|
56750
|
+
description: string;
|
|
56751
|
+
};
|
|
56752
|
+
};
|
|
56753
|
+
security: ({
|
|
56754
|
+
console_session_with_workspace: never[];
|
|
56755
|
+
api_key?: never;
|
|
56756
|
+
} | {
|
|
56757
|
+
api_key: never[];
|
|
56758
|
+
console_session_with_workspace?: never;
|
|
56759
|
+
})[];
|
|
56760
|
+
summary: string;
|
|
56761
|
+
tags: never[];
|
|
56762
|
+
'x-fern-sdk-group-name': string[];
|
|
56763
|
+
'x-fern-sdk-method-name': string;
|
|
56764
|
+
'x-response-key': null;
|
|
56765
|
+
'x-title': string;
|
|
56766
|
+
'x-undocumented': string;
|
|
56767
|
+
};
|
|
56768
|
+
};
|
|
55817
56769
|
'/seam/customer/v1/reservations/get': {
|
|
55818
56770
|
get: {
|
|
55819
56771
|
description: string;
|