@seamapi/types 1.759.0 → 1.761.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 +54 -32
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +253 -36
- package/dist/index.cjs +54 -32
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +12 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -0
- package/lib/seam/connect/openapi.d.ts +0 -32
- package/lib/seam/connect/openapi.js +44 -32
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +140 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +13 -0
- package/src/lib/seam/connect/openapi.ts +52 -32
- package/src/lib/seam/connect/route-types.ts +160 -4
|
@@ -13467,6 +13467,14 @@ export type Routes = {
|
|
|
13467
13467
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13468
13468
|
warning_code: 'accessory_keypad_setup_required'
|
|
13469
13469
|
}
|
|
13470
|
+
| {
|
|
13471
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13472
|
+
message: string
|
|
13473
|
+
/** Date and time at which Seam created the warning. */
|
|
13474
|
+
created_at: string
|
|
13475
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13476
|
+
warning_code: 'unreliable_online_status'
|
|
13477
|
+
}
|
|
13470
13478
|
| {
|
|
13471
13479
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13472
13480
|
message: string
|
|
@@ -18475,6 +18483,14 @@ export type Routes = {
|
|
|
18475
18483
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18476
18484
|
warning_code: 'accessory_keypad_setup_required'
|
|
18477
18485
|
}
|
|
18486
|
+
| {
|
|
18487
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18488
|
+
message: string
|
|
18489
|
+
/** Date and time at which Seam created the warning. */
|
|
18490
|
+
created_at: string
|
|
18491
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18492
|
+
warning_code: 'unreliable_online_status'
|
|
18493
|
+
}
|
|
18478
18494
|
| {
|
|
18479
18495
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18480
18496
|
message: string
|
|
@@ -37317,6 +37333,14 @@ export type Routes = {
|
|
|
37317
37333
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37318
37334
|
warning_code: 'accessory_keypad_setup_required'
|
|
37319
37335
|
}
|
|
37336
|
+
| {
|
|
37337
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37338
|
+
message: string
|
|
37339
|
+
/** Date and time at which Seam created the warning. */
|
|
37340
|
+
created_at: string
|
|
37341
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37342
|
+
warning_code: 'unreliable_online_status'
|
|
37343
|
+
}
|
|
37320
37344
|
| {
|
|
37321
37345
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37322
37346
|
message: string
|
|
@@ -39174,6 +39198,14 @@ export type Routes = {
|
|
|
39174
39198
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39175
39199
|
warning_code: 'accessory_keypad_setup_required'
|
|
39176
39200
|
}
|
|
39201
|
+
| {
|
|
39202
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39203
|
+
message: string
|
|
39204
|
+
/** Date and time at which Seam created the warning. */
|
|
39205
|
+
created_at: string
|
|
39206
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39207
|
+
warning_code: 'unreliable_online_status'
|
|
39208
|
+
}
|
|
39177
39209
|
| {
|
|
39178
39210
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39179
39211
|
message: string
|
|
@@ -40304,6 +40336,14 @@ export type Routes = {
|
|
|
40304
40336
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40305
40337
|
warning_code: 'accessory_keypad_setup_required'
|
|
40306
40338
|
}
|
|
40339
|
+
| {
|
|
40340
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40341
|
+
message: string
|
|
40342
|
+
/** Date and time at which Seam created the warning. */
|
|
40343
|
+
created_at: string
|
|
40344
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40345
|
+
warning_code: 'unreliable_online_status'
|
|
40346
|
+
}
|
|
40307
40347
|
| {
|
|
40308
40348
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40309
40349
|
message: string
|
|
@@ -41051,6 +41091,14 @@ export type Routes = {
|
|
|
41051
41091
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41052
41092
|
warning_code: 'accessory_keypad_setup_required'
|
|
41053
41093
|
}
|
|
41094
|
+
| {
|
|
41095
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41096
|
+
message: string
|
|
41097
|
+
/** Date and time at which Seam created the warning. */
|
|
41098
|
+
created_at: string
|
|
41099
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41100
|
+
warning_code: 'unreliable_online_status'
|
|
41101
|
+
}
|
|
41054
41102
|
| {
|
|
41055
41103
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41056
41104
|
message: string
|
|
@@ -49440,6 +49488,14 @@ export type Routes = {
|
|
|
49440
49488
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
49441
49489
|
warning_code: 'accessory_keypad_setup_required'
|
|
49442
49490
|
}
|
|
49491
|
+
| {
|
|
49492
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
49493
|
+
message: string
|
|
49494
|
+
/** Date and time at which Seam created the warning. */
|
|
49495
|
+
created_at: string
|
|
49496
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
49497
|
+
warning_code: 'unreliable_online_status'
|
|
49498
|
+
}
|
|
49443
49499
|
| {
|
|
49444
49500
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
49445
49501
|
message: string
|
|
@@ -51068,6 +51124,14 @@ export type Routes = {
|
|
|
51068
51124
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
51069
51125
|
warning_code: 'accessory_keypad_setup_required'
|
|
51070
51126
|
}
|
|
51127
|
+
| {
|
|
51128
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
51129
|
+
message: string
|
|
51130
|
+
/** Date and time at which Seam created the warning. */
|
|
51131
|
+
created_at: string
|
|
51132
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
51133
|
+
warning_code: 'unreliable_online_status'
|
|
51134
|
+
}
|
|
51071
51135
|
| {
|
|
51072
51136
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
51073
51137
|
message: string
|
|
@@ -52884,6 +52948,14 @@ export type Routes = {
|
|
|
52884
52948
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52885
52949
|
warning_code: 'accessory_keypad_setup_required'
|
|
52886
52950
|
}
|
|
52951
|
+
| {
|
|
52952
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52953
|
+
message: string
|
|
52954
|
+
/** Date and time at which Seam created the warning. */
|
|
52955
|
+
created_at: string
|
|
52956
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52957
|
+
warning_code: 'unreliable_online_status'
|
|
52958
|
+
}
|
|
52887
52959
|
| {
|
|
52888
52960
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52889
52961
|
message: string
|
|
@@ -54511,6 +54583,14 @@ export type Routes = {
|
|
|
54511
54583
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54512
54584
|
warning_code: 'accessory_keypad_setup_required'
|
|
54513
54585
|
}
|
|
54586
|
+
| {
|
|
54587
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54588
|
+
message: string
|
|
54589
|
+
/** Date and time at which Seam created the warning. */
|
|
54590
|
+
created_at: string
|
|
54591
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54592
|
+
warning_code: 'unreliable_online_status'
|
|
54593
|
+
}
|
|
54514
54594
|
| {
|
|
54515
54595
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54516
54596
|
message: string
|
|
@@ -62153,6 +62233,14 @@ export type Routes = {
|
|
|
62153
62233
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62154
62234
|
warning_code: 'accessory_keypad_setup_required'
|
|
62155
62235
|
}
|
|
62236
|
+
| {
|
|
62237
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62238
|
+
message: string
|
|
62239
|
+
/** Date and time at which Seam created the warning. */
|
|
62240
|
+
created_at: string
|
|
62241
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62242
|
+
warning_code: 'unreliable_online_status'
|
|
62243
|
+
}
|
|
62156
62244
|
| {
|
|
62157
62245
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62158
62246
|
message: string
|
|
@@ -63780,6 +63868,14 @@ export type Routes = {
|
|
|
63780
63868
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63781
63869
|
warning_code: 'accessory_keypad_setup_required'
|
|
63782
63870
|
}
|
|
63871
|
+
| {
|
|
63872
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63873
|
+
message: string
|
|
63874
|
+
/** Date and time at which Seam created the warning. */
|
|
63875
|
+
created_at: string
|
|
63876
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
63877
|
+
warning_code: 'unreliable_online_status'
|
|
63878
|
+
}
|
|
63783
63879
|
| {
|
|
63784
63880
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
63785
63881
|
message: string
|
|
@@ -71005,7 +71101,6 @@ export type Routes = {
|
|
|
71005
71101
|
| 'first_two_available'
|
|
71006
71102
|
| 'all_available'
|
|
71007
71103
|
card_count_on_reservation_create?: number | undefined
|
|
71008
|
-
code_count_on_reservation_create?: number | undefined
|
|
71009
71104
|
instant_key_max_use_count?: number | undefined
|
|
71010
71105
|
prefer_guest_phone_last4_as_code?: boolean | undefined
|
|
71011
71106
|
allow_shared_email_and_phone_across_user_identities?:
|
|
@@ -71120,7 +71215,6 @@ export type Routes = {
|
|
|
71120
71215
|
| 'first_two_available'
|
|
71121
71216
|
| 'all_available'
|
|
71122
71217
|
card_count_on_reservation_create?: number | undefined
|
|
71123
|
-
code_count_on_reservation_create?: number | undefined
|
|
71124
71218
|
instant_key_max_use_count?: number | undefined
|
|
71125
71219
|
prefer_guest_phone_last4_as_code?: boolean | undefined
|
|
71126
71220
|
allow_shared_email_and_phone_across_user_identities?:
|
|
@@ -71456,7 +71550,6 @@ export type Routes = {
|
|
|
71456
71550
|
| 'first_two_available'
|
|
71457
71551
|
| 'all_available'
|
|
71458
71552
|
card_count_on_reservation_create?: number | undefined
|
|
71459
|
-
code_count_on_reservation_create?: number | undefined
|
|
71460
71553
|
instant_key_max_use_count?: number | undefined
|
|
71461
71554
|
prefer_guest_phone_last4_as_code?: boolean | undefined
|
|
71462
71555
|
allow_shared_email_and_phone_across_user_identities?:
|
|
@@ -71572,7 +71665,6 @@ export type Routes = {
|
|
|
71572
71665
|
| 'first_two_available'
|
|
71573
71666
|
| 'all_available'
|
|
71574
71667
|
card_count_on_reservation_create?: number | undefined
|
|
71575
|
-
code_count_on_reservation_create?: number | undefined
|
|
71576
71668
|
instant_key_max_use_count?: number | undefined
|
|
71577
71669
|
prefer_guest_phone_last4_as_code?: boolean | undefined
|
|
71578
71670
|
allow_shared_email_and_phone_across_user_identities?:
|
|
@@ -78471,6 +78563,14 @@ export type Routes = {
|
|
|
78471
78563
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78472
78564
|
warning_code: 'accessory_keypad_setup_required'
|
|
78473
78565
|
}
|
|
78566
|
+
| {
|
|
78567
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
78568
|
+
message: string
|
|
78569
|
+
/** Date and time at which Seam created the warning. */
|
|
78570
|
+
created_at: string
|
|
78571
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
78572
|
+
warning_code: 'unreliable_online_status'
|
|
78573
|
+
}
|
|
78474
78574
|
| {
|
|
78475
78575
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
78476
78576
|
message: string
|
|
@@ -85429,6 +85529,14 @@ export type Routes = {
|
|
|
85429
85529
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
85430
85530
|
warning_code: 'accessory_keypad_setup_required'
|
|
85431
85531
|
}
|
|
85532
|
+
| {
|
|
85533
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
85534
|
+
message: string
|
|
85535
|
+
/** Date and time at which Seam created the warning. */
|
|
85536
|
+
created_at: string
|
|
85537
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
85538
|
+
warning_code: 'unreliable_online_status'
|
|
85539
|
+
}
|
|
85432
85540
|
| {
|
|
85433
85541
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
85434
85542
|
message: string
|
|
@@ -90152,6 +90260,14 @@ export type Routes = {
|
|
|
90152
90260
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90153
90261
|
warning_code: 'accessory_keypad_setup_required'
|
|
90154
90262
|
}
|
|
90263
|
+
| {
|
|
90264
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90265
|
+
message: string
|
|
90266
|
+
/** Date and time at which Seam created the warning. */
|
|
90267
|
+
created_at: string
|
|
90268
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90269
|
+
warning_code: 'unreliable_online_status'
|
|
90270
|
+
}
|
|
90155
90271
|
| {
|
|
90156
90272
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90157
90273
|
message: string
|
|
@@ -91779,6 +91895,14 @@ export type Routes = {
|
|
|
91779
91895
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91780
91896
|
warning_code: 'accessory_keypad_setup_required'
|
|
91781
91897
|
}
|
|
91898
|
+
| {
|
|
91899
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91900
|
+
message: string
|
|
91901
|
+
/** Date and time at which Seam created the warning. */
|
|
91902
|
+
created_at: string
|
|
91903
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91904
|
+
warning_code: 'unreliable_online_status'
|
|
91905
|
+
}
|
|
91782
91906
|
| {
|
|
91783
91907
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91784
91908
|
message: string
|
|
@@ -100300,6 +100424,14 @@ export type Routes = {
|
|
|
100300
100424
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
100301
100425
|
warning_code: 'accessory_keypad_setup_required'
|
|
100302
100426
|
}
|
|
100427
|
+
| {
|
|
100428
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
100429
|
+
message: string
|
|
100430
|
+
/** Date and time at which Seam created the warning. */
|
|
100431
|
+
created_at: string
|
|
100432
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
100433
|
+
warning_code: 'unreliable_online_status'
|
|
100434
|
+
}
|
|
100303
100435
|
| {
|
|
100304
100436
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
100305
100437
|
message: string
|
|
@@ -101929,6 +102061,14 @@ export type Routes = {
|
|
|
101929
102061
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
101930
102062
|
warning_code: 'accessory_keypad_setup_required'
|
|
101931
102063
|
}
|
|
102064
|
+
| {
|
|
102065
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
102066
|
+
message: string
|
|
102067
|
+
/** Date and time at which Seam created the warning. */
|
|
102068
|
+
created_at: string
|
|
102069
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
102070
|
+
warning_code: 'unreliable_online_status'
|
|
102071
|
+
}
|
|
101932
102072
|
| {
|
|
101933
102073
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
101934
102074
|
message: string
|
|
@@ -104671,6 +104811,14 @@ export type Routes = {
|
|
|
104671
104811
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
104672
104812
|
warning_code: 'accessory_keypad_setup_required'
|
|
104673
104813
|
}
|
|
104814
|
+
| {
|
|
104815
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
104816
|
+
message: string
|
|
104817
|
+
/** Date and time at which Seam created the warning. */
|
|
104818
|
+
created_at: string
|
|
104819
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
104820
|
+
warning_code: 'unreliable_online_status'
|
|
104821
|
+
}
|
|
104674
104822
|
| {
|
|
104675
104823
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
104676
104824
|
message: string
|
|
@@ -107949,6 +108097,14 @@ export type Routes = {
|
|
|
107949
108097
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
107950
108098
|
warning_code: 'accessory_keypad_setup_required'
|
|
107951
108099
|
}
|
|
108100
|
+
| {
|
|
108101
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
108102
|
+
message: string
|
|
108103
|
+
/** Date and time at which Seam created the warning. */
|
|
108104
|
+
created_at: string
|
|
108105
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
108106
|
+
warning_code: 'unreliable_online_status'
|
|
108107
|
+
}
|
|
107952
108108
|
| {
|
|
107953
108109
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
107954
108110
|
message: string
|