@seamapi/types 1.322.0 → 1.322.2
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 +30 -22
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +184 -105
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +26 -5
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +26 -5
- package/lib/seam/connect/models/devices/device.d.ts +34 -7
- package/lib/seam/connect/models/devices/phone.d.ts +26 -5
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +26 -5
- package/lib/seam/connect/models/events/acs/common.js +0 -1
- package/lib/seam/connect/models/events/acs/common.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.d.ts +18 -3
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +4 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +26 -42
- package/lib/seam/connect/openapi.js +20 -16
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +80 -48
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/acs/common.ts +0 -1
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +6 -1
- package/src/lib/seam/connect/openapi.ts +20 -16
- package/src/lib/seam/connect/route-types.ts +80 -48
|
@@ -11057,7 +11057,10 @@ export interface Routes {
|
|
|
11057
11057
|
/** Date and time at which the thermostat schedule was created. */
|
|
11058
11058
|
created_at: string;
|
|
11059
11059
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
11060
|
-
errors
|
|
11060
|
+
errors: Array<{
|
|
11061
|
+
error_code: string;
|
|
11062
|
+
message: string;
|
|
11063
|
+
}>;
|
|
11061
11064
|
} | null) | undefined;
|
|
11062
11065
|
min_cooling_set_point_celsius?: number | undefined;
|
|
11063
11066
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -11611,7 +11614,10 @@ export interface Routes {
|
|
|
11611
11614
|
/** Date and time at which the thermostat schedule was created. */
|
|
11612
11615
|
created_at: string;
|
|
11613
11616
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
11614
|
-
errors
|
|
11617
|
+
errors: Array<{
|
|
11618
|
+
error_code: string;
|
|
11619
|
+
message: string;
|
|
11620
|
+
}>;
|
|
11615
11621
|
} | null) | undefined;
|
|
11616
11622
|
min_cooling_set_point_celsius?: number | undefined;
|
|
11617
11623
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -12312,8 +12318,7 @@ export interface Routes {
|
|
|
12312
12318
|
created_at: string;
|
|
12313
12319
|
/** Time when the event occurred. */
|
|
12314
12320
|
occurred_at: string;
|
|
12315
|
-
/** ID of the connected account.
|
|
12316
|
-
* @deprecated Will be removed. */
|
|
12321
|
+
/** ID of the connected account. */
|
|
12317
12322
|
connected_account_id?: string | undefined;
|
|
12318
12323
|
/** ID of the ACS system. */
|
|
12319
12324
|
acs_system_id: string;
|
|
@@ -12327,8 +12332,7 @@ export interface Routes {
|
|
|
12327
12332
|
created_at: string;
|
|
12328
12333
|
/** Time when the event occurred. */
|
|
12329
12334
|
occurred_at: string;
|
|
12330
|
-
/** ID of the connected account.
|
|
12331
|
-
* @deprecated Will be removed. */
|
|
12335
|
+
/** ID of the connected account. */
|
|
12332
12336
|
connected_account_id?: string | undefined;
|
|
12333
12337
|
/** ID of the ACS system. */
|
|
12334
12338
|
acs_system_id: string;
|
|
@@ -12342,8 +12346,7 @@ export interface Routes {
|
|
|
12342
12346
|
created_at: string;
|
|
12343
12347
|
/** Time when the event occurred. */
|
|
12344
12348
|
occurred_at: string;
|
|
12345
|
-
/** ID of the connected account.
|
|
12346
|
-
* @deprecated Will be removed. */
|
|
12349
|
+
/** ID of the connected account. */
|
|
12347
12350
|
connected_account_id?: string | undefined;
|
|
12348
12351
|
/** ID of the ACS system. */
|
|
12349
12352
|
acs_system_id: string;
|
|
@@ -12357,8 +12360,7 @@ export interface Routes {
|
|
|
12357
12360
|
created_at: string;
|
|
12358
12361
|
/** Time when the event occurred. */
|
|
12359
12362
|
occurred_at: string;
|
|
12360
|
-
/** ID of the connected account.
|
|
12361
|
-
* @deprecated Will be removed. */
|
|
12363
|
+
/** ID of the connected account. */
|
|
12362
12364
|
connected_account_id?: string | undefined;
|
|
12363
12365
|
/** ID of the ACS system. */
|
|
12364
12366
|
acs_system_id: string;
|
|
@@ -12373,8 +12375,7 @@ export interface Routes {
|
|
|
12373
12375
|
created_at: string;
|
|
12374
12376
|
/** Time when the event occurred. */
|
|
12375
12377
|
occurred_at: string;
|
|
12376
|
-
/** ID of the connected account.
|
|
12377
|
-
* @deprecated Will be removed. */
|
|
12378
|
+
/** ID of the connected account. */
|
|
12378
12379
|
connected_account_id?: string | undefined;
|
|
12379
12380
|
/** ID of the ACS system. */
|
|
12380
12381
|
acs_system_id: string;
|
|
@@ -12389,8 +12390,7 @@ export interface Routes {
|
|
|
12389
12390
|
created_at: string;
|
|
12390
12391
|
/** Time when the event occurred. */
|
|
12391
12392
|
occurred_at: string;
|
|
12392
|
-
/** ID of the connected account.
|
|
12393
|
-
* @deprecated Will be removed. */
|
|
12393
|
+
/** ID of the connected account. */
|
|
12394
12394
|
connected_account_id?: string | undefined;
|
|
12395
12395
|
/** ID of the ACS system. */
|
|
12396
12396
|
acs_system_id: string;
|
|
@@ -12405,8 +12405,7 @@ export interface Routes {
|
|
|
12405
12405
|
created_at: string;
|
|
12406
12406
|
/** Time when the event occurred. */
|
|
12407
12407
|
occurred_at: string;
|
|
12408
|
-
/** ID of the connected account.
|
|
12409
|
-
* @deprecated Will be removed. */
|
|
12408
|
+
/** ID of the connected account. */
|
|
12410
12409
|
connected_account_id?: string | undefined;
|
|
12411
12410
|
/** ID of the ACS system. */
|
|
12412
12411
|
acs_system_id: string;
|
|
@@ -12422,8 +12421,7 @@ export interface Routes {
|
|
|
12422
12421
|
created_at: string;
|
|
12423
12422
|
/** Time when the event occurred. */
|
|
12424
12423
|
occurred_at: string;
|
|
12425
|
-
/** ID of the connected account.
|
|
12426
|
-
* @deprecated Will be removed. */
|
|
12424
|
+
/** ID of the connected account. */
|
|
12427
12425
|
connected_account_id?: string | undefined;
|
|
12428
12426
|
/** ID of the ACS system. */
|
|
12429
12427
|
acs_system_id: string;
|
|
@@ -13461,8 +13459,7 @@ export interface Routes {
|
|
|
13461
13459
|
created_at: string;
|
|
13462
13460
|
/** Time when the event occurred. */
|
|
13463
13461
|
occurred_at: string;
|
|
13464
|
-
/** ID of the connected account.
|
|
13465
|
-
* @deprecated Will be removed. */
|
|
13462
|
+
/** ID of the connected account. */
|
|
13466
13463
|
connected_account_id?: string | undefined;
|
|
13467
13464
|
/** ID of the ACS system. */
|
|
13468
13465
|
acs_system_id: string;
|
|
@@ -13476,8 +13473,7 @@ export interface Routes {
|
|
|
13476
13473
|
created_at: string;
|
|
13477
13474
|
/** Time when the event occurred. */
|
|
13478
13475
|
occurred_at: string;
|
|
13479
|
-
/** ID of the connected account.
|
|
13480
|
-
* @deprecated Will be removed. */
|
|
13476
|
+
/** ID of the connected account. */
|
|
13481
13477
|
connected_account_id?: string | undefined;
|
|
13482
13478
|
/** ID of the ACS system. */
|
|
13483
13479
|
acs_system_id: string;
|
|
@@ -13491,8 +13487,7 @@ export interface Routes {
|
|
|
13491
13487
|
created_at: string;
|
|
13492
13488
|
/** Time when the event occurred. */
|
|
13493
13489
|
occurred_at: string;
|
|
13494
|
-
/** ID of the connected account.
|
|
13495
|
-
* @deprecated Will be removed. */
|
|
13490
|
+
/** ID of the connected account. */
|
|
13496
13491
|
connected_account_id?: string | undefined;
|
|
13497
13492
|
/** ID of the ACS system. */
|
|
13498
13493
|
acs_system_id: string;
|
|
@@ -13506,8 +13501,7 @@ export interface Routes {
|
|
|
13506
13501
|
created_at: string;
|
|
13507
13502
|
/** Time when the event occurred. */
|
|
13508
13503
|
occurred_at: string;
|
|
13509
|
-
/** ID of the connected account.
|
|
13510
|
-
* @deprecated Will be removed. */
|
|
13504
|
+
/** ID of the connected account. */
|
|
13511
13505
|
connected_account_id?: string | undefined;
|
|
13512
13506
|
/** ID of the ACS system. */
|
|
13513
13507
|
acs_system_id: string;
|
|
@@ -13522,8 +13516,7 @@ export interface Routes {
|
|
|
13522
13516
|
created_at: string;
|
|
13523
13517
|
/** Time when the event occurred. */
|
|
13524
13518
|
occurred_at: string;
|
|
13525
|
-
/** ID of the connected account.
|
|
13526
|
-
* @deprecated Will be removed. */
|
|
13519
|
+
/** ID of the connected account. */
|
|
13527
13520
|
connected_account_id?: string | undefined;
|
|
13528
13521
|
/** ID of the ACS system. */
|
|
13529
13522
|
acs_system_id: string;
|
|
@@ -13538,8 +13531,7 @@ export interface Routes {
|
|
|
13538
13531
|
created_at: string;
|
|
13539
13532
|
/** Time when the event occurred. */
|
|
13540
13533
|
occurred_at: string;
|
|
13541
|
-
/** ID of the connected account.
|
|
13542
|
-
* @deprecated Will be removed. */
|
|
13534
|
+
/** ID of the connected account. */
|
|
13543
13535
|
connected_account_id?: string | undefined;
|
|
13544
13536
|
/** ID of the ACS system. */
|
|
13545
13537
|
acs_system_id: string;
|
|
@@ -13554,8 +13546,7 @@ export interface Routes {
|
|
|
13554
13546
|
created_at: string;
|
|
13555
13547
|
/** Time when the event occurred. */
|
|
13556
13548
|
occurred_at: string;
|
|
13557
|
-
/** ID of the connected account.
|
|
13558
|
-
* @deprecated Will be removed. */
|
|
13549
|
+
/** ID of the connected account. */
|
|
13559
13550
|
connected_account_id?: string | undefined;
|
|
13560
13551
|
/** ID of the ACS system. */
|
|
13561
13552
|
acs_system_id: string;
|
|
@@ -13571,8 +13562,7 @@ export interface Routes {
|
|
|
13571
13562
|
created_at: string;
|
|
13572
13563
|
/** Time when the event occurred. */
|
|
13573
13564
|
occurred_at: string;
|
|
13574
|
-
/** ID of the connected account.
|
|
13575
|
-
* @deprecated Will be removed. */
|
|
13565
|
+
/** ID of the connected account. */
|
|
13576
13566
|
connected_account_id?: string | undefined;
|
|
13577
13567
|
/** ID of the ACS system. */
|
|
13578
13568
|
acs_system_id: string;
|
|
@@ -14764,7 +14754,10 @@ export interface Routes {
|
|
|
14764
14754
|
/** Date and time at which the thermostat schedule was created. */
|
|
14765
14755
|
created_at: string;
|
|
14766
14756
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
14767
|
-
errors
|
|
14757
|
+
errors: Array<{
|
|
14758
|
+
error_code: string;
|
|
14759
|
+
message: string;
|
|
14760
|
+
}>;
|
|
14768
14761
|
} | null) | undefined;
|
|
14769
14762
|
min_cooling_set_point_celsius?: number | undefined;
|
|
14770
14763
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -15281,7 +15274,10 @@ export interface Routes {
|
|
|
15281
15274
|
/** Date and time at which the thermostat schedule was created. */
|
|
15282
15275
|
created_at: string;
|
|
15283
15276
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
15284
|
-
errors
|
|
15277
|
+
errors: Array<{
|
|
15278
|
+
error_code: string;
|
|
15279
|
+
message: string;
|
|
15280
|
+
}>;
|
|
15285
15281
|
} | null) | undefined;
|
|
15286
15282
|
min_cooling_set_point_celsius?: number | undefined;
|
|
15287
15283
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -15835,7 +15831,10 @@ export interface Routes {
|
|
|
15835
15831
|
/** Date and time at which the thermostat schedule was created. */
|
|
15836
15832
|
created_at: string;
|
|
15837
15833
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
15838
|
-
errors
|
|
15834
|
+
errors: Array<{
|
|
15835
|
+
error_code: string;
|
|
15836
|
+
message: string;
|
|
15837
|
+
}>;
|
|
15839
15838
|
} | null) | undefined;
|
|
15840
15839
|
min_cooling_set_point_celsius?: number | undefined;
|
|
15841
15840
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -16352,7 +16351,10 @@ export interface Routes {
|
|
|
16352
16351
|
/** Date and time at which the thermostat schedule was created. */
|
|
16353
16352
|
created_at: string;
|
|
16354
16353
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
16355
|
-
errors
|
|
16354
|
+
errors: Array<{
|
|
16355
|
+
error_code: string;
|
|
16356
|
+
message: string;
|
|
16357
|
+
}>;
|
|
16356
16358
|
} | null) | undefined;
|
|
16357
16359
|
min_cooling_set_point_celsius?: number | undefined;
|
|
16358
16360
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -18550,7 +18552,10 @@ export interface Routes {
|
|
|
18550
18552
|
/** Date and time at which the thermostat schedule was created. */
|
|
18551
18553
|
created_at: string;
|
|
18552
18554
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
18553
|
-
errors
|
|
18555
|
+
errors: Array<{
|
|
18556
|
+
error_code: string;
|
|
18557
|
+
message: string;
|
|
18558
|
+
}>;
|
|
18554
18559
|
} | null) | undefined;
|
|
18555
18560
|
min_cooling_set_point_celsius?: number | undefined;
|
|
18556
18561
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -19067,7 +19072,10 @@ export interface Routes {
|
|
|
19067
19072
|
/** Date and time at which the thermostat schedule was created. */
|
|
19068
19073
|
created_at: string;
|
|
19069
19074
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
19070
|
-
errors
|
|
19075
|
+
errors: Array<{
|
|
19076
|
+
error_code: string;
|
|
19077
|
+
message: string;
|
|
19078
|
+
}>;
|
|
19071
19079
|
} | null) | undefined;
|
|
19072
19080
|
min_cooling_set_point_celsius?: number | undefined;
|
|
19073
19081
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -23923,7 +23931,10 @@ export interface Routes {
|
|
|
23923
23931
|
/** Date and time at which the thermostat schedule was created. */
|
|
23924
23932
|
created_at: string;
|
|
23925
23933
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
23926
|
-
errors
|
|
23934
|
+
errors: Array<{
|
|
23935
|
+
error_code: string;
|
|
23936
|
+
message: string;
|
|
23937
|
+
}>;
|
|
23927
23938
|
} | null) | undefined;
|
|
23928
23939
|
min_cooling_set_point_celsius?: number | undefined;
|
|
23929
23940
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -26103,7 +26114,10 @@ export interface Routes {
|
|
|
26103
26114
|
/** Date and time at which the thermostat schedule was created. */
|
|
26104
26115
|
created_at: string;
|
|
26105
26116
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
26106
|
-
errors
|
|
26117
|
+
errors: Array<{
|
|
26118
|
+
error_code: string;
|
|
26119
|
+
message: string;
|
|
26120
|
+
}>;
|
|
26107
26121
|
} | null) | undefined;
|
|
26108
26122
|
min_cooling_set_point_celsius?: number | undefined;
|
|
26109
26123
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -26620,7 +26634,10 @@ export interface Routes {
|
|
|
26620
26634
|
/** Date and time at which the thermostat schedule was created. */
|
|
26621
26635
|
created_at: string;
|
|
26622
26636
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
26623
|
-
errors
|
|
26637
|
+
errors: Array<{
|
|
26638
|
+
error_code: string;
|
|
26639
|
+
message: string;
|
|
26640
|
+
}>;
|
|
26624
26641
|
} | null) | undefined;
|
|
26625
26642
|
min_cooling_set_point_celsius?: number | undefined;
|
|
26626
26643
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -27535,7 +27552,10 @@ export interface Routes {
|
|
|
27535
27552
|
/** Date and time at which the thermostat schedule was created. */
|
|
27536
27553
|
created_at: string;
|
|
27537
27554
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
27538
|
-
errors
|
|
27555
|
+
errors: Array<{
|
|
27556
|
+
error_code: string;
|
|
27557
|
+
message: string;
|
|
27558
|
+
}>;
|
|
27539
27559
|
};
|
|
27540
27560
|
};
|
|
27541
27561
|
};
|
|
@@ -27583,7 +27603,10 @@ export interface Routes {
|
|
|
27583
27603
|
/** Date and time at which the thermostat schedule was created. */
|
|
27584
27604
|
created_at: string;
|
|
27585
27605
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
27586
|
-
errors
|
|
27606
|
+
errors: Array<{
|
|
27607
|
+
error_code: string;
|
|
27608
|
+
message: string;
|
|
27609
|
+
}>;
|
|
27587
27610
|
};
|
|
27588
27611
|
};
|
|
27589
27612
|
};
|
|
@@ -27620,7 +27643,10 @@ export interface Routes {
|
|
|
27620
27643
|
/** Date and time at which the thermostat schedule was created. */
|
|
27621
27644
|
created_at: string;
|
|
27622
27645
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
27623
|
-
errors
|
|
27646
|
+
errors: Array<{
|
|
27647
|
+
error_code: string;
|
|
27648
|
+
message: string;
|
|
27649
|
+
}>;
|
|
27624
27650
|
}>;
|
|
27625
27651
|
};
|
|
27626
27652
|
};
|
|
@@ -30052,7 +30078,10 @@ export interface Routes {
|
|
|
30052
30078
|
/** Date and time at which the thermostat schedule was created. */
|
|
30053
30079
|
created_at: string;
|
|
30054
30080
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
30055
|
-
errors
|
|
30081
|
+
errors: Array<{
|
|
30082
|
+
error_code: string;
|
|
30083
|
+
message: string;
|
|
30084
|
+
}>;
|
|
30056
30085
|
} | null) | undefined;
|
|
30057
30086
|
min_cooling_set_point_celsius?: number | undefined;
|
|
30058
30087
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
|
@@ -30571,7 +30600,10 @@ export interface Routes {
|
|
|
30571
30600
|
/** Date and time at which the thermostat schedule was created. */
|
|
30572
30601
|
created_at: string;
|
|
30573
30602
|
/** Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
30574
|
-
errors
|
|
30603
|
+
errors: Array<{
|
|
30604
|
+
error_code: string;
|
|
30605
|
+
message: string;
|
|
30606
|
+
}>;
|
|
30575
30607
|
} | null) | undefined;
|
|
30576
30608
|
min_cooling_set_point_celsius?: number | undefined;
|
|
30577
30609
|
min_cooling_set_point_fahrenheit?: number | undefined;
|
package/package.json
CHANGED
|
@@ -53,7 +53,12 @@ export const thermostat_schedule = z
|
|
|
53
53
|
.datetime()
|
|
54
54
|
.describe('Date and time at which the thermostat schedule was created.'),
|
|
55
55
|
errors: z
|
|
56
|
-
.
|
|
56
|
+
.array(
|
|
57
|
+
z.object({
|
|
58
|
+
error_code: z.string(),
|
|
59
|
+
message: z.string(),
|
|
60
|
+
}),
|
|
61
|
+
)
|
|
57
62
|
.describe(
|
|
58
63
|
'Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it.',
|
|
59
64
|
),
|
|
@@ -5319,6 +5319,15 @@ export default {
|
|
|
5319
5319
|
errors: {
|
|
5320
5320
|
description:
|
|
5321
5321
|
'Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it.',
|
|
5322
|
+
items: {
|
|
5323
|
+
properties: {
|
|
5324
|
+
error_code: { type: 'string' },
|
|
5325
|
+
message: { type: 'string' },
|
|
5326
|
+
},
|
|
5327
|
+
required: ['error_code', 'message'],
|
|
5328
|
+
type: 'object',
|
|
5329
|
+
},
|
|
5330
|
+
type: 'array',
|
|
5322
5331
|
},
|
|
5323
5332
|
max_override_period_minutes: {
|
|
5324
5333
|
description:
|
|
@@ -5357,6 +5366,7 @@ export default {
|
|
|
5357
5366
|
'starts_at',
|
|
5358
5367
|
'ends_at',
|
|
5359
5368
|
'created_at',
|
|
5369
|
+
'errors',
|
|
5360
5370
|
],
|
|
5361
5371
|
type: 'object',
|
|
5362
5372
|
},
|
|
@@ -6920,11 +6930,9 @@ export default {
|
|
|
6920
6930
|
'x-title': 'ACS System ID',
|
|
6921
6931
|
},
|
|
6922
6932
|
connected_account_id: {
|
|
6923
|
-
deprecated: true,
|
|
6924
6933
|
description: 'ID of the connected account.',
|
|
6925
6934
|
format: 'uuid',
|
|
6926
6935
|
type: 'string',
|
|
6927
|
-
'x-deprecated': 'Will be removed.',
|
|
6928
6936
|
'x-title': 'Connected Account ID',
|
|
6929
6937
|
},
|
|
6930
6938
|
created_at: {
|
|
@@ -6970,11 +6978,9 @@ export default {
|
|
|
6970
6978
|
'x-title': 'ACS System ID',
|
|
6971
6979
|
},
|
|
6972
6980
|
connected_account_id: {
|
|
6973
|
-
deprecated: true,
|
|
6974
6981
|
description: 'ID of the connected account.',
|
|
6975
6982
|
format: 'uuid',
|
|
6976
6983
|
type: 'string',
|
|
6977
|
-
'x-deprecated': 'Will be removed.',
|
|
6978
6984
|
'x-title': 'Connected Account ID',
|
|
6979
6985
|
},
|
|
6980
6986
|
created_at: {
|
|
@@ -7020,11 +7026,9 @@ export default {
|
|
|
7020
7026
|
'x-title': 'ACS System ID',
|
|
7021
7027
|
},
|
|
7022
7028
|
connected_account_id: {
|
|
7023
|
-
deprecated: true,
|
|
7024
7029
|
description: 'ID of the connected account.',
|
|
7025
7030
|
format: 'uuid',
|
|
7026
7031
|
type: 'string',
|
|
7027
|
-
'x-deprecated': 'Will be removed.',
|
|
7028
7032
|
'x-title': 'Connected Account ID',
|
|
7029
7033
|
},
|
|
7030
7034
|
created_at: {
|
|
@@ -7071,11 +7075,9 @@ export default {
|
|
|
7071
7075
|
'x-title': 'ACS System ID',
|
|
7072
7076
|
},
|
|
7073
7077
|
connected_account_id: {
|
|
7074
|
-
deprecated: true,
|
|
7075
7078
|
description: 'ID of the connected account.',
|
|
7076
7079
|
format: 'uuid',
|
|
7077
7080
|
type: 'string',
|
|
7078
|
-
'x-deprecated': 'Will be removed.',
|
|
7079
7081
|
'x-title': 'Connected Account ID',
|
|
7080
7082
|
},
|
|
7081
7083
|
created_at: {
|
|
@@ -7123,11 +7125,9 @@ export default {
|
|
|
7123
7125
|
'x-title': 'ACS System ID',
|
|
7124
7126
|
},
|
|
7125
7127
|
connected_account_id: {
|
|
7126
|
-
deprecated: true,
|
|
7127
7128
|
description: 'ID of the connected account.',
|
|
7128
7129
|
format: 'uuid',
|
|
7129
7130
|
type: 'string',
|
|
7130
|
-
'x-deprecated': 'Will be removed.',
|
|
7131
7131
|
'x-title': 'Connected Account ID',
|
|
7132
7132
|
},
|
|
7133
7133
|
created_at: {
|
|
@@ -7175,11 +7175,9 @@ export default {
|
|
|
7175
7175
|
},
|
|
7176
7176
|
acs_user_id: { format: 'uuid', type: 'string' },
|
|
7177
7177
|
connected_account_id: {
|
|
7178
|
-
deprecated: true,
|
|
7179
7178
|
description: 'ID of the connected account.',
|
|
7180
7179
|
format: 'uuid',
|
|
7181
7180
|
type: 'string',
|
|
7182
|
-
'x-deprecated': 'Will be removed.',
|
|
7183
7181
|
'x-title': 'Connected Account ID',
|
|
7184
7182
|
},
|
|
7185
7183
|
created_at: {
|
|
@@ -7231,11 +7229,9 @@ export default {
|
|
|
7231
7229
|
'x-title': 'ACS System ID',
|
|
7232
7230
|
},
|
|
7233
7231
|
connected_account_id: {
|
|
7234
|
-
deprecated: true,
|
|
7235
7232
|
description: 'ID of the connected account.',
|
|
7236
7233
|
format: 'uuid',
|
|
7237
7234
|
type: 'string',
|
|
7238
|
-
'x-deprecated': 'Will be removed.',
|
|
7239
7235
|
'x-title': 'Connected Account ID',
|
|
7240
7236
|
},
|
|
7241
7237
|
created_at: {
|
|
@@ -7287,11 +7283,9 @@ export default {
|
|
|
7287
7283
|
'x-title': 'ACS System ID',
|
|
7288
7284
|
},
|
|
7289
7285
|
connected_account_id: {
|
|
7290
|
-
deprecated: true,
|
|
7291
7286
|
description: 'ID of the connected account.',
|
|
7292
7287
|
format: 'uuid',
|
|
7293
7288
|
type: 'string',
|
|
7294
|
-
'x-deprecated': 'Will be removed.',
|
|
7295
7289
|
'x-title': 'Connected Account ID',
|
|
7296
7290
|
},
|
|
7297
7291
|
created_at: {
|
|
@@ -10161,6 +10155,15 @@ export default {
|
|
|
10161
10155
|
errors: {
|
|
10162
10156
|
description:
|
|
10163
10157
|
'Array of errors associated with the thermostat schedule. Each error object within the array contains two fields: `error_code` and `message`. `error_code` is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it.',
|
|
10158
|
+
items: {
|
|
10159
|
+
properties: {
|
|
10160
|
+
error_code: { type: 'string' },
|
|
10161
|
+
message: { type: 'string' },
|
|
10162
|
+
},
|
|
10163
|
+
required: ['error_code', 'message'],
|
|
10164
|
+
type: 'object',
|
|
10165
|
+
},
|
|
10166
|
+
type: 'array',
|
|
10164
10167
|
},
|
|
10165
10168
|
max_override_period_minutes: {
|
|
10166
10169
|
description:
|
|
@@ -10199,6 +10202,7 @@ export default {
|
|
|
10199
10202
|
'starts_at',
|
|
10200
10203
|
'ends_at',
|
|
10201
10204
|
'created_at',
|
|
10205
|
+
'errors',
|
|
10202
10206
|
],
|
|
10203
10207
|
type: 'object',
|
|
10204
10208
|
},
|