@seamapi/types 1.534.0 → 1.536.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 +274 -98
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +397 -49
- package/dist/index.cjs +274 -98
- package/dist/index.cjs.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 +346 -35
- package/lib/seam/connect/openapi.js +274 -98
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +51 -14
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +1 -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 +278 -112
- package/src/lib/seam/connect/route-types.ts +51 -14
|
@@ -23311,16 +23311,6 @@ declare const _default: {
|
|
|
23311
23311
|
'application/json': {
|
|
23312
23312
|
schema: {
|
|
23313
23313
|
properties: {
|
|
23314
|
-
access_grant_id: {
|
|
23315
|
-
description: string;
|
|
23316
|
-
format: string;
|
|
23317
|
-
type: string;
|
|
23318
|
-
};
|
|
23319
|
-
access_method_id: {
|
|
23320
|
-
description: string;
|
|
23321
|
-
format: string;
|
|
23322
|
-
type: string;
|
|
23323
|
-
};
|
|
23324
23314
|
acs_credential_id: {
|
|
23325
23315
|
description: string;
|
|
23326
23316
|
format: string;
|
|
@@ -31349,11 +31339,6 @@ declare const _default: {
|
|
|
31349
31339
|
'application/json': {
|
|
31350
31340
|
schema: {
|
|
31351
31341
|
properties: {
|
|
31352
|
-
access_method_id: {
|
|
31353
|
-
description: string;
|
|
31354
|
-
format: string;
|
|
31355
|
-
type: string;
|
|
31356
|
-
};
|
|
31357
31342
|
connect_webview_id: {
|
|
31358
31343
|
description: string;
|
|
31359
31344
|
format: string;
|
|
@@ -32610,11 +32595,6 @@ declare const _default: {
|
|
|
32610
32595
|
'application/json': {
|
|
32611
32596
|
schema: {
|
|
32612
32597
|
properties: {
|
|
32613
|
-
access_method_id: {
|
|
32614
|
-
description: string;
|
|
32615
|
-
format: string;
|
|
32616
|
-
type: string;
|
|
32617
|
-
};
|
|
32618
32598
|
connect_webview_id: {
|
|
32619
32599
|
description: string;
|
|
32620
32600
|
format: string;
|
|
@@ -34594,11 +34574,6 @@ declare const _default: {
|
|
|
34594
34574
|
'application/json': {
|
|
34595
34575
|
schema: {
|
|
34596
34576
|
properties: {
|
|
34597
|
-
access_method_id: {
|
|
34598
|
-
description: string;
|
|
34599
|
-
format: string;
|
|
34600
|
-
type: string;
|
|
34601
|
-
};
|
|
34602
34577
|
connect_webview_id: {
|
|
34603
34578
|
description: string;
|
|
34604
34579
|
format: string;
|
|
@@ -35400,11 +35375,6 @@ declare const _default: {
|
|
|
35400
35375
|
'application/json': {
|
|
35401
35376
|
schema: {
|
|
35402
35377
|
properties: {
|
|
35403
|
-
access_method_id: {
|
|
35404
|
-
description: string;
|
|
35405
|
-
format: string;
|
|
35406
|
-
type: string;
|
|
35407
|
-
};
|
|
35408
35378
|
connect_webview_id: {
|
|
35409
35379
|
description: string;
|
|
35410
35380
|
format: string;
|
|
@@ -39856,6 +39826,352 @@ declare const _default: {
|
|
|
39856
39826
|
'x-undocumented': string;
|
|
39857
39827
|
};
|
|
39858
39828
|
};
|
|
39829
|
+
'/seam/instant_key/v1/preview/get': {
|
|
39830
|
+
get: {
|
|
39831
|
+
operationId: string;
|
|
39832
|
+
requestBody: {
|
|
39833
|
+
content: {
|
|
39834
|
+
'application/json': {
|
|
39835
|
+
schema: {
|
|
39836
|
+
properties: {
|
|
39837
|
+
instant_key_url: {
|
|
39838
|
+
description: string;
|
|
39839
|
+
type: string;
|
|
39840
|
+
};
|
|
39841
|
+
};
|
|
39842
|
+
required: string[];
|
|
39843
|
+
type: string;
|
|
39844
|
+
};
|
|
39845
|
+
};
|
|
39846
|
+
};
|
|
39847
|
+
};
|
|
39848
|
+
responses: {
|
|
39849
|
+
200: {
|
|
39850
|
+
content: {
|
|
39851
|
+
'application/json': {
|
|
39852
|
+
schema: {
|
|
39853
|
+
properties: {
|
|
39854
|
+
instant_key_preview: {
|
|
39855
|
+
description: string;
|
|
39856
|
+
properties: {
|
|
39857
|
+
access: {
|
|
39858
|
+
items: {
|
|
39859
|
+
properties: {
|
|
39860
|
+
available: {
|
|
39861
|
+
type: string;
|
|
39862
|
+
};
|
|
39863
|
+
hours: {
|
|
39864
|
+
type: string;
|
|
39865
|
+
};
|
|
39866
|
+
icon: {
|
|
39867
|
+
type: string;
|
|
39868
|
+
};
|
|
39869
|
+
location: {
|
|
39870
|
+
type: string;
|
|
39871
|
+
};
|
|
39872
|
+
name: {
|
|
39873
|
+
type: string;
|
|
39874
|
+
};
|
|
39875
|
+
};
|
|
39876
|
+
required: string[];
|
|
39877
|
+
type: string;
|
|
39878
|
+
};
|
|
39879
|
+
type: string;
|
|
39880
|
+
};
|
|
39881
|
+
created_at: {
|
|
39882
|
+
type: string;
|
|
39883
|
+
};
|
|
39884
|
+
expires_at: {
|
|
39885
|
+
type: string;
|
|
39886
|
+
};
|
|
39887
|
+
guest: {
|
|
39888
|
+
properties: {
|
|
39889
|
+
check_in_date: {
|
|
39890
|
+
type: string;
|
|
39891
|
+
};
|
|
39892
|
+
check_out_date: {
|
|
39893
|
+
type: string;
|
|
39894
|
+
};
|
|
39895
|
+
email: {
|
|
39896
|
+
type: string;
|
|
39897
|
+
};
|
|
39898
|
+
first_name: {
|
|
39899
|
+
type: string;
|
|
39900
|
+
};
|
|
39901
|
+
full_name: {
|
|
39902
|
+
type: string;
|
|
39903
|
+
};
|
|
39904
|
+
last_name: {
|
|
39905
|
+
type: string;
|
|
39906
|
+
};
|
|
39907
|
+
};
|
|
39908
|
+
required: string[];
|
|
39909
|
+
type: string;
|
|
39910
|
+
};
|
|
39911
|
+
hotel: {
|
|
39912
|
+
properties: {
|
|
39913
|
+
accent_color: {
|
|
39914
|
+
type: string;
|
|
39915
|
+
};
|
|
39916
|
+
hotel_name: {
|
|
39917
|
+
type: string;
|
|
39918
|
+
};
|
|
39919
|
+
logo_url: {
|
|
39920
|
+
type: string;
|
|
39921
|
+
};
|
|
39922
|
+
primary_color: {
|
|
39923
|
+
type: string;
|
|
39924
|
+
};
|
|
39925
|
+
secondary_color: {
|
|
39926
|
+
type: string;
|
|
39927
|
+
};
|
|
39928
|
+
verified: {
|
|
39929
|
+
type: string;
|
|
39930
|
+
};
|
|
39931
|
+
};
|
|
39932
|
+
required: string[];
|
|
39933
|
+
type: string;
|
|
39934
|
+
};
|
|
39935
|
+
key_status: {
|
|
39936
|
+
enum: string[];
|
|
39937
|
+
type: string;
|
|
39938
|
+
};
|
|
39939
|
+
room: {
|
|
39940
|
+
properties: {
|
|
39941
|
+
floor: {
|
|
39942
|
+
format: string;
|
|
39943
|
+
type: string;
|
|
39944
|
+
};
|
|
39945
|
+
room_number: {
|
|
39946
|
+
type: string;
|
|
39947
|
+
};
|
|
39948
|
+
room_type: {
|
|
39949
|
+
type: string;
|
|
39950
|
+
};
|
|
39951
|
+
};
|
|
39952
|
+
required: string[];
|
|
39953
|
+
type: string;
|
|
39954
|
+
};
|
|
39955
|
+
shortcode: {
|
|
39956
|
+
type: string;
|
|
39957
|
+
};
|
|
39958
|
+
support_email: {
|
|
39959
|
+
type: string;
|
|
39960
|
+
};
|
|
39961
|
+
support_phone: {
|
|
39962
|
+
type: string;
|
|
39963
|
+
};
|
|
39964
|
+
updated_at: {
|
|
39965
|
+
type: string;
|
|
39966
|
+
};
|
|
39967
|
+
};
|
|
39968
|
+
required: string[];
|
|
39969
|
+
type: string;
|
|
39970
|
+
'x-route-path': string;
|
|
39971
|
+
};
|
|
39972
|
+
ok: {
|
|
39973
|
+
type: string;
|
|
39974
|
+
};
|
|
39975
|
+
};
|
|
39976
|
+
required: string[];
|
|
39977
|
+
type: string;
|
|
39978
|
+
};
|
|
39979
|
+
};
|
|
39980
|
+
};
|
|
39981
|
+
description: string;
|
|
39982
|
+
};
|
|
39983
|
+
400: {
|
|
39984
|
+
description: string;
|
|
39985
|
+
};
|
|
39986
|
+
401: {
|
|
39987
|
+
description: string;
|
|
39988
|
+
};
|
|
39989
|
+
};
|
|
39990
|
+
security: {
|
|
39991
|
+
certified_client: never[];
|
|
39992
|
+
}[];
|
|
39993
|
+
summary: string;
|
|
39994
|
+
tags: never[];
|
|
39995
|
+
'x-fern-sdk-group-name': string[];
|
|
39996
|
+
'x-fern-sdk-method-name': string;
|
|
39997
|
+
'x-fern-sdk-return-value': string;
|
|
39998
|
+
'x-response-key': string;
|
|
39999
|
+
'x-title': string;
|
|
40000
|
+
'x-undocumented': string;
|
|
40001
|
+
};
|
|
40002
|
+
post: {
|
|
40003
|
+
operationId: string;
|
|
40004
|
+
requestBody: {
|
|
40005
|
+
content: {
|
|
40006
|
+
'application/json': {
|
|
40007
|
+
schema: {
|
|
40008
|
+
properties: {
|
|
40009
|
+
instant_key_url: {
|
|
40010
|
+
description: string;
|
|
40011
|
+
type: string;
|
|
40012
|
+
};
|
|
40013
|
+
};
|
|
40014
|
+
required: string[];
|
|
40015
|
+
type: string;
|
|
40016
|
+
};
|
|
40017
|
+
};
|
|
40018
|
+
};
|
|
40019
|
+
};
|
|
40020
|
+
responses: {
|
|
40021
|
+
200: {
|
|
40022
|
+
content: {
|
|
40023
|
+
'application/json': {
|
|
40024
|
+
schema: {
|
|
40025
|
+
properties: {
|
|
40026
|
+
instant_key_preview: {
|
|
40027
|
+
description: string;
|
|
40028
|
+
properties: {
|
|
40029
|
+
access: {
|
|
40030
|
+
items: {
|
|
40031
|
+
properties: {
|
|
40032
|
+
available: {
|
|
40033
|
+
type: string;
|
|
40034
|
+
};
|
|
40035
|
+
hours: {
|
|
40036
|
+
type: string;
|
|
40037
|
+
};
|
|
40038
|
+
icon: {
|
|
40039
|
+
type: string;
|
|
40040
|
+
};
|
|
40041
|
+
location: {
|
|
40042
|
+
type: string;
|
|
40043
|
+
};
|
|
40044
|
+
name: {
|
|
40045
|
+
type: string;
|
|
40046
|
+
};
|
|
40047
|
+
};
|
|
40048
|
+
required: string[];
|
|
40049
|
+
type: string;
|
|
40050
|
+
};
|
|
40051
|
+
type: string;
|
|
40052
|
+
};
|
|
40053
|
+
created_at: {
|
|
40054
|
+
type: string;
|
|
40055
|
+
};
|
|
40056
|
+
expires_at: {
|
|
40057
|
+
type: string;
|
|
40058
|
+
};
|
|
40059
|
+
guest: {
|
|
40060
|
+
properties: {
|
|
40061
|
+
check_in_date: {
|
|
40062
|
+
type: string;
|
|
40063
|
+
};
|
|
40064
|
+
check_out_date: {
|
|
40065
|
+
type: string;
|
|
40066
|
+
};
|
|
40067
|
+
email: {
|
|
40068
|
+
type: string;
|
|
40069
|
+
};
|
|
40070
|
+
first_name: {
|
|
40071
|
+
type: string;
|
|
40072
|
+
};
|
|
40073
|
+
full_name: {
|
|
40074
|
+
type: string;
|
|
40075
|
+
};
|
|
40076
|
+
last_name: {
|
|
40077
|
+
type: string;
|
|
40078
|
+
};
|
|
40079
|
+
};
|
|
40080
|
+
required: string[];
|
|
40081
|
+
type: string;
|
|
40082
|
+
};
|
|
40083
|
+
hotel: {
|
|
40084
|
+
properties: {
|
|
40085
|
+
accent_color: {
|
|
40086
|
+
type: string;
|
|
40087
|
+
};
|
|
40088
|
+
hotel_name: {
|
|
40089
|
+
type: string;
|
|
40090
|
+
};
|
|
40091
|
+
logo_url: {
|
|
40092
|
+
type: string;
|
|
40093
|
+
};
|
|
40094
|
+
primary_color: {
|
|
40095
|
+
type: string;
|
|
40096
|
+
};
|
|
40097
|
+
secondary_color: {
|
|
40098
|
+
type: string;
|
|
40099
|
+
};
|
|
40100
|
+
verified: {
|
|
40101
|
+
type: string;
|
|
40102
|
+
};
|
|
40103
|
+
};
|
|
40104
|
+
required: string[];
|
|
40105
|
+
type: string;
|
|
40106
|
+
};
|
|
40107
|
+
key_status: {
|
|
40108
|
+
enum: string[];
|
|
40109
|
+
type: string;
|
|
40110
|
+
};
|
|
40111
|
+
room: {
|
|
40112
|
+
properties: {
|
|
40113
|
+
floor: {
|
|
40114
|
+
format: string;
|
|
40115
|
+
type: string;
|
|
40116
|
+
};
|
|
40117
|
+
room_number: {
|
|
40118
|
+
type: string;
|
|
40119
|
+
};
|
|
40120
|
+
room_type: {
|
|
40121
|
+
type: string;
|
|
40122
|
+
};
|
|
40123
|
+
};
|
|
40124
|
+
required: string[];
|
|
40125
|
+
type: string;
|
|
40126
|
+
};
|
|
40127
|
+
shortcode: {
|
|
40128
|
+
type: string;
|
|
40129
|
+
};
|
|
40130
|
+
support_email: {
|
|
40131
|
+
type: string;
|
|
40132
|
+
};
|
|
40133
|
+
support_phone: {
|
|
40134
|
+
type: string;
|
|
40135
|
+
};
|
|
40136
|
+
updated_at: {
|
|
40137
|
+
type: string;
|
|
40138
|
+
};
|
|
40139
|
+
};
|
|
40140
|
+
required: string[];
|
|
40141
|
+
type: string;
|
|
40142
|
+
'x-route-path': string;
|
|
40143
|
+
};
|
|
40144
|
+
ok: {
|
|
40145
|
+
type: string;
|
|
40146
|
+
};
|
|
40147
|
+
};
|
|
40148
|
+
required: string[];
|
|
40149
|
+
type: string;
|
|
40150
|
+
};
|
|
40151
|
+
};
|
|
40152
|
+
};
|
|
40153
|
+
description: string;
|
|
40154
|
+
};
|
|
40155
|
+
400: {
|
|
40156
|
+
description: string;
|
|
40157
|
+
};
|
|
40158
|
+
401: {
|
|
40159
|
+
description: string;
|
|
40160
|
+
};
|
|
40161
|
+
};
|
|
40162
|
+
security: {
|
|
40163
|
+
certified_client: never[];
|
|
40164
|
+
}[];
|
|
40165
|
+
summary: string;
|
|
40166
|
+
tags: never[];
|
|
40167
|
+
'x-fern-sdk-group-name': string[];
|
|
40168
|
+
'x-fern-sdk-method-name': string;
|
|
40169
|
+
'x-fern-sdk-return-value': string;
|
|
40170
|
+
'x-response-key': string;
|
|
40171
|
+
'x-title': string;
|
|
40172
|
+
'x-undocumented': string;
|
|
40173
|
+
};
|
|
40174
|
+
};
|
|
39859
40175
|
'/seam/mobile_sdk/v1/acs/credentials/list': {
|
|
39860
40176
|
get: {
|
|
39861
40177
|
description: string;
|
|
@@ -43509,11 +43825,6 @@ declare const _default: {
|
|
|
43509
43825
|
'application/json': {
|
|
43510
43826
|
schema: {
|
|
43511
43827
|
properties: {
|
|
43512
|
-
access_method_id: {
|
|
43513
|
-
description: string;
|
|
43514
|
-
format: string;
|
|
43515
|
-
type: string;
|
|
43516
|
-
};
|
|
43517
43828
|
connect_webview_id: {
|
|
43518
43829
|
description: string;
|
|
43519
43830
|
format: string;
|