@seamapi/types 1.634.0 → 1.636.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 +160 -21
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +162 -16
- package/dist/index.cjs +160 -21
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +5 -3
- package/lib/seam/connect/models/access-grants/access-grant.js +6 -1
- package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +136 -8
- package/lib/seam/connect/openapi.js +152 -16
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +26 -8
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-grant.ts +11 -6
- package/src/lib/seam/connect/openapi.ts +152 -16
- package/src/lib/seam/connect/route-types.ts +30 -8
package/dist/connect.d.cts
CHANGED
|
@@ -94748,7 +94748,7 @@ declare const _default: {
|
|
|
94748
94748
|
properties: {
|
|
94749
94749
|
reservation_created: {
|
|
94750
94750
|
properties: {
|
|
94751
|
-
|
|
94751
|
+
automated_occupied_preset: {
|
|
94752
94752
|
properties: {
|
|
94753
94753
|
fan_mode: {
|
|
94754
94754
|
enum: string[];
|
|
@@ -94757,14 +94757,43 @@ declare const _default: {
|
|
|
94757
94757
|
is_override_allowed: {
|
|
94758
94758
|
type: string;
|
|
94759
94759
|
};
|
|
94760
|
+
max_override_period_minutes: {
|
|
94761
|
+
format: string;
|
|
94762
|
+
type: string;
|
|
94763
|
+
};
|
|
94760
94764
|
mode: {
|
|
94761
94765
|
enum: string[];
|
|
94762
94766
|
type: string;
|
|
94763
94767
|
};
|
|
94764
|
-
|
|
94768
|
+
temperature: {
|
|
94769
|
+
format: string;
|
|
94770
|
+
type: string;
|
|
94771
|
+
};
|
|
94772
|
+
temperature_unit: {
|
|
94773
|
+
enum: string[];
|
|
94774
|
+
type: string;
|
|
94775
|
+
};
|
|
94776
|
+
};
|
|
94777
|
+
required: string[];
|
|
94778
|
+
type: string;
|
|
94779
|
+
};
|
|
94780
|
+
automated_unoccupied_preset: {
|
|
94781
|
+
properties: {
|
|
94782
|
+
fan_mode: {
|
|
94783
|
+
enum: string[];
|
|
94784
|
+
type: string;
|
|
94785
|
+
};
|
|
94786
|
+
is_override_allowed: {
|
|
94787
|
+
type: string;
|
|
94788
|
+
};
|
|
94789
|
+
max_override_period_minutes: {
|
|
94765
94790
|
format: string;
|
|
94766
94791
|
type: string;
|
|
94767
94792
|
};
|
|
94793
|
+
mode: {
|
|
94794
|
+
enum: string[];
|
|
94795
|
+
type: string;
|
|
94796
|
+
};
|
|
94768
94797
|
temperature: {
|
|
94769
94798
|
format: string;
|
|
94770
94799
|
type: string;
|
|
@@ -94780,6 +94809,9 @@ declare const _default: {
|
|
|
94780
94809
|
occupied_preset_key: {
|
|
94781
94810
|
type: string;
|
|
94782
94811
|
};
|
|
94812
|
+
unoccupied_preset_key: {
|
|
94813
|
+
type: string;
|
|
94814
|
+
};
|
|
94783
94815
|
};
|
|
94784
94816
|
type: string;
|
|
94785
94817
|
};
|
|
@@ -94961,7 +94993,7 @@ declare const _default: {
|
|
|
94961
94993
|
properties: {
|
|
94962
94994
|
reservation_created: {
|
|
94963
94995
|
properties: {
|
|
94964
|
-
|
|
94996
|
+
automated_occupied_preset: {
|
|
94965
94997
|
properties: {
|
|
94966
94998
|
fan_mode: {
|
|
94967
94999
|
enum: string[];
|
|
@@ -94970,14 +95002,43 @@ declare const _default: {
|
|
|
94970
95002
|
is_override_allowed: {
|
|
94971
95003
|
type: string;
|
|
94972
95004
|
};
|
|
95005
|
+
max_override_period_minutes: {
|
|
95006
|
+
format: string;
|
|
95007
|
+
type: string;
|
|
95008
|
+
};
|
|
94973
95009
|
mode: {
|
|
94974
95010
|
enum: string[];
|
|
94975
95011
|
type: string;
|
|
94976
95012
|
};
|
|
94977
|
-
|
|
95013
|
+
temperature: {
|
|
95014
|
+
format: string;
|
|
95015
|
+
type: string;
|
|
95016
|
+
};
|
|
95017
|
+
temperature_unit: {
|
|
95018
|
+
enum: string[];
|
|
95019
|
+
type: string;
|
|
95020
|
+
};
|
|
95021
|
+
};
|
|
95022
|
+
required: string[];
|
|
95023
|
+
type: string;
|
|
95024
|
+
};
|
|
95025
|
+
automated_unoccupied_preset: {
|
|
95026
|
+
properties: {
|
|
95027
|
+
fan_mode: {
|
|
95028
|
+
enum: string[];
|
|
95029
|
+
type: string;
|
|
95030
|
+
};
|
|
95031
|
+
is_override_allowed: {
|
|
95032
|
+
type: string;
|
|
95033
|
+
};
|
|
95034
|
+
max_override_period_minutes: {
|
|
94978
95035
|
format: string;
|
|
94979
95036
|
type: string;
|
|
94980
95037
|
};
|
|
95038
|
+
mode: {
|
|
95039
|
+
enum: string[];
|
|
95040
|
+
type: string;
|
|
95041
|
+
};
|
|
94981
95042
|
temperature: {
|
|
94982
95043
|
format: string;
|
|
94983
95044
|
type: string;
|
|
@@ -94993,6 +95054,9 @@ declare const _default: {
|
|
|
94993
95054
|
occupied_preset_key: {
|
|
94994
95055
|
type: string;
|
|
94995
95056
|
};
|
|
95057
|
+
unoccupied_preset_key: {
|
|
95058
|
+
type: string;
|
|
95059
|
+
};
|
|
94996
95060
|
};
|
|
94997
95061
|
type: string;
|
|
94998
95062
|
};
|
|
@@ -95183,7 +95247,7 @@ declare const _default: {
|
|
|
95183
95247
|
properties: {
|
|
95184
95248
|
reservation_created: {
|
|
95185
95249
|
properties: {
|
|
95186
|
-
|
|
95250
|
+
automated_occupied_preset: {
|
|
95187
95251
|
properties: {
|
|
95188
95252
|
fan_mode: {
|
|
95189
95253
|
enum: string[];
|
|
@@ -95192,14 +95256,43 @@ declare const _default: {
|
|
|
95192
95256
|
is_override_allowed: {
|
|
95193
95257
|
type: string;
|
|
95194
95258
|
};
|
|
95259
|
+
max_override_period_minutes: {
|
|
95260
|
+
format: string;
|
|
95261
|
+
type: string;
|
|
95262
|
+
};
|
|
95195
95263
|
mode: {
|
|
95196
95264
|
enum: string[];
|
|
95197
95265
|
type: string;
|
|
95198
95266
|
};
|
|
95199
|
-
|
|
95267
|
+
temperature: {
|
|
95268
|
+
format: string;
|
|
95269
|
+
type: string;
|
|
95270
|
+
};
|
|
95271
|
+
temperature_unit: {
|
|
95272
|
+
enum: string[];
|
|
95273
|
+
type: string;
|
|
95274
|
+
};
|
|
95275
|
+
};
|
|
95276
|
+
required: string[];
|
|
95277
|
+
type: string;
|
|
95278
|
+
};
|
|
95279
|
+
automated_unoccupied_preset: {
|
|
95280
|
+
properties: {
|
|
95281
|
+
fan_mode: {
|
|
95282
|
+
enum: string[];
|
|
95283
|
+
type: string;
|
|
95284
|
+
};
|
|
95285
|
+
is_override_allowed: {
|
|
95286
|
+
type: string;
|
|
95287
|
+
};
|
|
95288
|
+
max_override_period_minutes: {
|
|
95200
95289
|
format: string;
|
|
95201
95290
|
type: string;
|
|
95202
95291
|
};
|
|
95292
|
+
mode: {
|
|
95293
|
+
enum: string[];
|
|
95294
|
+
type: string;
|
|
95295
|
+
};
|
|
95203
95296
|
temperature: {
|
|
95204
95297
|
format: string;
|
|
95205
95298
|
type: string;
|
|
@@ -95215,6 +95308,9 @@ declare const _default: {
|
|
|
95215
95308
|
occupied_preset_key: {
|
|
95216
95309
|
type: string;
|
|
95217
95310
|
};
|
|
95311
|
+
unoccupied_preset_key: {
|
|
95312
|
+
type: string;
|
|
95313
|
+
};
|
|
95218
95314
|
};
|
|
95219
95315
|
type: string;
|
|
95220
95316
|
};
|
|
@@ -95416,7 +95512,7 @@ declare const _default: {
|
|
|
95416
95512
|
properties: {
|
|
95417
95513
|
reservation_created: {
|
|
95418
95514
|
properties: {
|
|
95419
|
-
|
|
95515
|
+
automated_occupied_preset: {
|
|
95420
95516
|
properties: {
|
|
95421
95517
|
fan_mode: {
|
|
95422
95518
|
enum: string[];
|
|
@@ -95425,14 +95521,43 @@ declare const _default: {
|
|
|
95425
95521
|
is_override_allowed: {
|
|
95426
95522
|
type: string;
|
|
95427
95523
|
};
|
|
95524
|
+
max_override_period_minutes: {
|
|
95525
|
+
format: string;
|
|
95526
|
+
type: string;
|
|
95527
|
+
};
|
|
95428
95528
|
mode: {
|
|
95429
95529
|
enum: string[];
|
|
95430
95530
|
type: string;
|
|
95431
95531
|
};
|
|
95432
|
-
|
|
95532
|
+
temperature: {
|
|
95533
|
+
format: string;
|
|
95534
|
+
type: string;
|
|
95535
|
+
};
|
|
95536
|
+
temperature_unit: {
|
|
95537
|
+
enum: string[];
|
|
95538
|
+
type: string;
|
|
95539
|
+
};
|
|
95540
|
+
};
|
|
95541
|
+
required: string[];
|
|
95542
|
+
type: string;
|
|
95543
|
+
};
|
|
95544
|
+
automated_unoccupied_preset: {
|
|
95545
|
+
properties: {
|
|
95546
|
+
fan_mode: {
|
|
95547
|
+
enum: string[];
|
|
95548
|
+
type: string;
|
|
95549
|
+
};
|
|
95550
|
+
is_override_allowed: {
|
|
95551
|
+
type: string;
|
|
95552
|
+
};
|
|
95553
|
+
max_override_period_minutes: {
|
|
95433
95554
|
format: string;
|
|
95434
95555
|
type: string;
|
|
95435
95556
|
};
|
|
95557
|
+
mode: {
|
|
95558
|
+
enum: string[];
|
|
95559
|
+
type: string;
|
|
95560
|
+
};
|
|
95436
95561
|
temperature: {
|
|
95437
95562
|
format: string;
|
|
95438
95563
|
type: string;
|
|
@@ -95448,6 +95573,9 @@ declare const _default: {
|
|
|
95448
95573
|
occupied_preset_key: {
|
|
95449
95574
|
type: string;
|
|
95450
95575
|
};
|
|
95576
|
+
unoccupied_preset_key: {
|
|
95577
|
+
type: string;
|
|
95578
|
+
};
|
|
95451
95579
|
};
|
|
95452
95580
|
type: string;
|
|
95453
95581
|
};
|
|
@@ -123207,8 +123335,6 @@ type Routes = {
|
|
|
123207
123335
|
access_grant_id: string;
|
|
123208
123336
|
/** Reservation key for the access grant. */
|
|
123209
123337
|
reservation_key?: string | undefined;
|
|
123210
|
-
/** ID of user identity to which the Access Grant gives access. */
|
|
123211
|
-
user_identity_id: string;
|
|
123212
123338
|
/**
|
|
123213
123339
|
* @deprecated Use `space_ids`.*/
|
|
123214
123340
|
location_ids: string[];
|
|
@@ -123248,6 +123374,8 @@ type Routes = {
|
|
|
123248
123374
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
123249
123375
|
warning_code: 'being_deleted';
|
|
123250
123376
|
}[];
|
|
123377
|
+
/** ID of user identity to which the Access Grant gives access. */
|
|
123378
|
+
user_identity_id?: string | undefined;
|
|
123251
123379
|
};
|
|
123252
123380
|
};
|
|
123253
123381
|
};
|
|
@@ -123275,8 +123403,6 @@ type Routes = {
|
|
|
123275
123403
|
access_grant_id: string;
|
|
123276
123404
|
/** Reservation key for the access grant. */
|
|
123277
123405
|
reservation_key?: string | undefined;
|
|
123278
|
-
/** ID of user identity to which the Access Grant gives access. */
|
|
123279
|
-
user_identity_id: string;
|
|
123280
123406
|
/**
|
|
123281
123407
|
* @deprecated Use `space_ids`.*/
|
|
123282
123408
|
location_ids: string[];
|
|
@@ -123316,6 +123442,8 @@ type Routes = {
|
|
|
123316
123442
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
123317
123443
|
warning_code: 'being_deleted';
|
|
123318
123444
|
}[];
|
|
123445
|
+
/** ID of user identity to which the Access Grant gives access. */
|
|
123446
|
+
user_identity_id?: string | undefined;
|
|
123319
123447
|
}[];
|
|
123320
123448
|
};
|
|
123321
123449
|
};
|
|
@@ -168484,13 +168612,22 @@ type Routes = {
|
|
|
168484
168612
|
rules: {
|
|
168485
168613
|
reservation_created?: {
|
|
168486
168614
|
occupied_preset_key?: string | undefined;
|
|
168487
|
-
|
|
168615
|
+
automated_occupied_preset?: {
|
|
168488
168616
|
mode: 'heat' | 'cool' | 'auto';
|
|
168489
168617
|
temperature: number;
|
|
168490
168618
|
temperature_unit: 'celsius' | 'fahrenheit';
|
|
168491
168619
|
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168492
168620
|
is_override_allowed: boolean;
|
|
168493
|
-
|
|
168621
|
+
max_override_period_minutes: number;
|
|
168622
|
+
} | undefined;
|
|
168623
|
+
unoccupied_preset_key?: string | undefined;
|
|
168624
|
+
automated_unoccupied_preset?: {
|
|
168625
|
+
mode: 'heat' | 'cool' | 'auto';
|
|
168626
|
+
temperature: number;
|
|
168627
|
+
temperature_unit: 'celsius' | 'fahrenheit';
|
|
168628
|
+
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168629
|
+
is_override_allowed: boolean;
|
|
168630
|
+
max_override_period_minutes: number;
|
|
168494
168631
|
} | undefined;
|
|
168495
168632
|
} | undefined;
|
|
168496
168633
|
reservation_time_updated?: {} | undefined;
|
|
@@ -168543,13 +168680,22 @@ type Routes = {
|
|
|
168543
168680
|
rules?: {
|
|
168544
168681
|
reservation_created?: {
|
|
168545
168682
|
occupied_preset_key?: string | undefined;
|
|
168546
|
-
|
|
168683
|
+
automated_occupied_preset?: {
|
|
168684
|
+
mode: 'heat' | 'cool' | 'auto';
|
|
168685
|
+
temperature: number;
|
|
168686
|
+
temperature_unit: 'celsius' | 'fahrenheit';
|
|
168687
|
+
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168688
|
+
is_override_allowed: boolean;
|
|
168689
|
+
max_override_period_minutes: number;
|
|
168690
|
+
} | undefined;
|
|
168691
|
+
unoccupied_preset_key?: string | undefined;
|
|
168692
|
+
automated_unoccupied_preset?: {
|
|
168547
168693
|
mode: 'heat' | 'cool' | 'auto';
|
|
168548
168694
|
temperature: number;
|
|
168549
168695
|
temperature_unit: 'celsius' | 'fahrenheit';
|
|
168550
168696
|
fan_mode: 'on' | 'auto' | 'circulate';
|
|
168551
168697
|
is_override_allowed: boolean;
|
|
168552
|
-
|
|
168698
|
+
max_override_period_minutes: number;
|
|
168553
168699
|
} | undefined;
|
|
168554
168700
|
} | undefined;
|
|
168555
168701
|
reservation_time_updated?: {} | undefined;
|