@seamapi/types 1.243.0 → 1.244.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 +79 -241
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +116 -417
- package/lib/seam/connect/models/acs/acs-user.d.ts +45 -100
- package/lib/seam/connect/models/acs/acs-user.js +4 -8
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +65 -282
- package/lib/seam/connect/openapi.js +75 -233
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +21 -63
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-user.ts +4 -8
- package/src/lib/seam/connect/openapi.ts +75 -242
- package/src/lib/seam/connect/route-types.ts +21 -70
package/dist/connect.d.cts
CHANGED
|
@@ -1021,19 +1021,6 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
1021
1021
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1022
1022
|
created_at: z.ZodString;
|
|
1023
1023
|
message: z.ZodString;
|
|
1024
|
-
}, {
|
|
1025
|
-
warning_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
1026
|
-
}>, "strip", z.ZodTypeAny, {
|
|
1027
|
-
message: string;
|
|
1028
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1029
|
-
created_at: string;
|
|
1030
|
-
}, {
|
|
1031
|
-
message: string;
|
|
1032
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1033
|
-
created_at: string;
|
|
1034
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1035
|
-
created_at: z.ZodString;
|
|
1036
|
-
message: z.ZodString;
|
|
1037
1024
|
}, {
|
|
1038
1025
|
warning_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
|
|
1039
1026
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -1075,40 +1062,40 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
1075
1062
|
created_at: z.ZodString;
|
|
1076
1063
|
message: z.ZodString;
|
|
1077
1064
|
}, {
|
|
1078
|
-
|
|
1065
|
+
error_code: z.ZodLiteral<"failed_to_create_on_acs_system">;
|
|
1079
1066
|
}>, "strip", z.ZodTypeAny, {
|
|
1080
1067
|
message: string;
|
|
1081
|
-
|
|
1068
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1082
1069
|
created_at: string;
|
|
1083
1070
|
}, {
|
|
1084
1071
|
message: string;
|
|
1085
|
-
|
|
1072
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1086
1073
|
created_at: string;
|
|
1087
1074
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1088
1075
|
created_at: z.ZodString;
|
|
1089
1076
|
message: z.ZodString;
|
|
1090
1077
|
}, {
|
|
1091
|
-
|
|
1078
|
+
error_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
1092
1079
|
}>, "strip", z.ZodTypeAny, {
|
|
1093
1080
|
message: string;
|
|
1094
|
-
|
|
1081
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1095
1082
|
created_at: string;
|
|
1096
1083
|
}, {
|
|
1097
1084
|
message: string;
|
|
1098
|
-
|
|
1085
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1099
1086
|
created_at: string;
|
|
1100
1087
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1101
1088
|
created_at: z.ZodString;
|
|
1102
1089
|
message: z.ZodString;
|
|
1103
1090
|
}, {
|
|
1104
|
-
|
|
1091
|
+
error_code: z.ZodLiteral<"failed_to_delete_on_acs_system">;
|
|
1105
1092
|
}>, "strip", z.ZodTypeAny, {
|
|
1106
1093
|
message: string;
|
|
1107
|
-
|
|
1094
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1108
1095
|
created_at: string;
|
|
1109
1096
|
}, {
|
|
1110
1097
|
message: string;
|
|
1111
|
-
|
|
1098
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1112
1099
|
created_at: string;
|
|
1113
1100
|
}>]>, "many">;
|
|
1114
1101
|
}, {
|
|
@@ -1130,22 +1117,18 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
1130
1117
|
created_at: string;
|
|
1131
1118
|
} | {
|
|
1132
1119
|
message: string;
|
|
1133
|
-
|
|
1120
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1134
1121
|
created_at: string;
|
|
1135
1122
|
} | {
|
|
1136
1123
|
message: string;
|
|
1137
|
-
|
|
1124
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1138
1125
|
created_at: string;
|
|
1139
1126
|
} | {
|
|
1140
1127
|
message: string;
|
|
1141
|
-
|
|
1128
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1142
1129
|
created_at: string;
|
|
1143
1130
|
})[];
|
|
1144
1131
|
warnings: ({
|
|
1145
|
-
message: string;
|
|
1146
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1147
|
-
created_at: string;
|
|
1148
|
-
} | {
|
|
1149
1132
|
message: string;
|
|
1150
1133
|
warning_code: "being_deleted";
|
|
1151
1134
|
created_at: string;
|
|
@@ -1189,22 +1172,18 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
1189
1172
|
created_at: string;
|
|
1190
1173
|
} | {
|
|
1191
1174
|
message: string;
|
|
1192
|
-
|
|
1175
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1193
1176
|
created_at: string;
|
|
1194
1177
|
} | {
|
|
1195
1178
|
message: string;
|
|
1196
|
-
|
|
1179
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1197
1180
|
created_at: string;
|
|
1198
1181
|
} | {
|
|
1199
1182
|
message: string;
|
|
1200
|
-
|
|
1183
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1201
1184
|
created_at: string;
|
|
1202
1185
|
})[];
|
|
1203
1186
|
warnings: ({
|
|
1204
|
-
message: string;
|
|
1205
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1206
|
-
created_at: string;
|
|
1207
|
-
} | {
|
|
1208
1187
|
message: string;
|
|
1209
1188
|
warning_code: "being_deleted";
|
|
1210
1189
|
created_at: string;
|
|
@@ -1279,19 +1258,6 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
1279
1258
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1280
1259
|
created_at: z.ZodString;
|
|
1281
1260
|
message: z.ZodString;
|
|
1282
|
-
}, {
|
|
1283
|
-
warning_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
1284
|
-
}>, "strip", z.ZodTypeAny, {
|
|
1285
|
-
message: string;
|
|
1286
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1287
|
-
created_at: string;
|
|
1288
|
-
}, {
|
|
1289
|
-
message: string;
|
|
1290
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1291
|
-
created_at: string;
|
|
1292
|
-
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1293
|
-
created_at: z.ZodString;
|
|
1294
|
-
message: z.ZodString;
|
|
1295
1261
|
}, {
|
|
1296
1262
|
warning_code: z.ZodLiteral<"salto_ks_user_not_subscribed">;
|
|
1297
1263
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -1333,40 +1299,40 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
1333
1299
|
created_at: z.ZodString;
|
|
1334
1300
|
message: z.ZodString;
|
|
1335
1301
|
}, {
|
|
1336
|
-
|
|
1302
|
+
error_code: z.ZodLiteral<"failed_to_create_on_acs_system">;
|
|
1337
1303
|
}>, "strip", z.ZodTypeAny, {
|
|
1338
1304
|
message: string;
|
|
1339
|
-
|
|
1305
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1340
1306
|
created_at: string;
|
|
1341
1307
|
}, {
|
|
1342
1308
|
message: string;
|
|
1343
|
-
|
|
1309
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1344
1310
|
created_at: string;
|
|
1345
1311
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1346
1312
|
created_at: z.ZodString;
|
|
1347
1313
|
message: z.ZodString;
|
|
1348
1314
|
}, {
|
|
1349
|
-
|
|
1315
|
+
error_code: z.ZodLiteral<"failed_to_update_on_acs_system">;
|
|
1350
1316
|
}>, "strip", z.ZodTypeAny, {
|
|
1351
1317
|
message: string;
|
|
1352
|
-
|
|
1318
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1353
1319
|
created_at: string;
|
|
1354
1320
|
}, {
|
|
1355
1321
|
message: string;
|
|
1356
|
-
|
|
1322
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1357
1323
|
created_at: string;
|
|
1358
1324
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1359
1325
|
created_at: z.ZodString;
|
|
1360
1326
|
message: z.ZodString;
|
|
1361
1327
|
}, {
|
|
1362
|
-
|
|
1328
|
+
error_code: z.ZodLiteral<"failed_to_delete_on_acs_system">;
|
|
1363
1329
|
}>, "strip", z.ZodTypeAny, {
|
|
1364
1330
|
message: string;
|
|
1365
|
-
|
|
1331
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1366
1332
|
created_at: string;
|
|
1367
1333
|
}, {
|
|
1368
1334
|
message: string;
|
|
1369
|
-
|
|
1335
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1370
1336
|
created_at: string;
|
|
1371
1337
|
}>]>, "many">;
|
|
1372
1338
|
}, {
|
|
@@ -1388,22 +1354,18 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
1388
1354
|
created_at: string;
|
|
1389
1355
|
} | {
|
|
1390
1356
|
message: string;
|
|
1391
|
-
|
|
1357
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1392
1358
|
created_at: string;
|
|
1393
1359
|
} | {
|
|
1394
1360
|
message: string;
|
|
1395
|
-
|
|
1361
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1396
1362
|
created_at: string;
|
|
1397
1363
|
} | {
|
|
1398
1364
|
message: string;
|
|
1399
|
-
|
|
1365
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1400
1366
|
created_at: string;
|
|
1401
1367
|
})[];
|
|
1402
1368
|
warnings: ({
|
|
1403
|
-
message: string;
|
|
1404
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1405
|
-
created_at: string;
|
|
1406
|
-
} | {
|
|
1407
1369
|
message: string;
|
|
1408
1370
|
warning_code: "being_deleted";
|
|
1409
1371
|
created_at: string;
|
|
@@ -1447,22 +1409,18 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
1447
1409
|
created_at: string;
|
|
1448
1410
|
} | {
|
|
1449
1411
|
message: string;
|
|
1450
|
-
|
|
1412
|
+
error_code: "failed_to_create_on_acs_system";
|
|
1451
1413
|
created_at: string;
|
|
1452
1414
|
} | {
|
|
1453
1415
|
message: string;
|
|
1454
|
-
|
|
1416
|
+
error_code: "failed_to_update_on_acs_system";
|
|
1455
1417
|
created_at: string;
|
|
1456
1418
|
} | {
|
|
1457
1419
|
message: string;
|
|
1458
|
-
|
|
1420
|
+
error_code: "failed_to_delete_on_acs_system";
|
|
1459
1421
|
created_at: string;
|
|
1460
1422
|
})[];
|
|
1461
1423
|
warnings: ({
|
|
1462
|
-
message: string;
|
|
1463
|
-
warning_code: "failed_to_update_on_acs_system";
|
|
1464
|
-
created_at: string;
|
|
1465
|
-
} | {
|
|
1466
1424
|
message: string;
|
|
1467
1425
|
warning_code: "being_deleted";
|
|
1468
1426
|
created_at: string;
|
|
@@ -10051,7 +10009,7 @@ declare const _default: {
|
|
|
10051
10009
|
errors: {
|
|
10052
10010
|
items: {
|
|
10053
10011
|
description: string;
|
|
10054
|
-
oneOf:
|
|
10012
|
+
oneOf: {
|
|
10055
10013
|
description: string;
|
|
10056
10014
|
properties: {
|
|
10057
10015
|
created_at: {
|
|
@@ -10067,31 +10025,10 @@ declare const _default: {
|
|
|
10067
10025
|
description: string;
|
|
10068
10026
|
type: string;
|
|
10069
10027
|
};
|
|
10070
|
-
warning_code?: never;
|
|
10071
10028
|
};
|
|
10072
10029
|
required: string[];
|
|
10073
10030
|
type: string;
|
|
10074
|
-
}
|
|
10075
|
-
description: string;
|
|
10076
|
-
properties: {
|
|
10077
|
-
created_at: {
|
|
10078
|
-
description: string;
|
|
10079
|
-
format: string;
|
|
10080
|
-
type: string;
|
|
10081
|
-
};
|
|
10082
|
-
message: {
|
|
10083
|
-
description: string;
|
|
10084
|
-
type: string;
|
|
10085
|
-
};
|
|
10086
|
-
warning_code: {
|
|
10087
|
-
enum: string[];
|
|
10088
|
-
type: string;
|
|
10089
|
-
};
|
|
10090
|
-
error_code?: never;
|
|
10091
|
-
};
|
|
10092
|
-
required: string[];
|
|
10093
|
-
type: string;
|
|
10094
|
-
})[];
|
|
10031
|
+
}[];
|
|
10095
10032
|
};
|
|
10096
10033
|
type: string;
|
|
10097
10034
|
};
|
|
@@ -10144,35 +10081,14 @@ declare const _default: {
|
|
|
10144
10081
|
warnings: {
|
|
10145
10082
|
items: {
|
|
10146
10083
|
description: string;
|
|
10147
|
-
oneOf:
|
|
10148
|
-
description: string;
|
|
10149
|
-
properties: {
|
|
10150
|
-
created_at: {
|
|
10151
|
-
format: string;
|
|
10152
|
-
type: string;
|
|
10153
|
-
description?: never;
|
|
10154
|
-
};
|
|
10155
|
-
message: {
|
|
10156
|
-
type: string;
|
|
10157
|
-
description?: never;
|
|
10158
|
-
};
|
|
10159
|
-
warning_code: {
|
|
10160
|
-
enum: string[];
|
|
10161
|
-
type: string;
|
|
10162
|
-
};
|
|
10163
|
-
};
|
|
10164
|
-
required: string[];
|
|
10165
|
-
type: string;
|
|
10166
|
-
} | {
|
|
10084
|
+
oneOf: {
|
|
10167
10085
|
description: string;
|
|
10168
10086
|
properties: {
|
|
10169
10087
|
created_at: {
|
|
10170
|
-
description: string;
|
|
10171
10088
|
format: string;
|
|
10172
10089
|
type: string;
|
|
10173
10090
|
};
|
|
10174
10091
|
message: {
|
|
10175
|
-
description: string;
|
|
10176
10092
|
type: string;
|
|
10177
10093
|
};
|
|
10178
10094
|
warning_code: {
|
|
@@ -10182,7 +10098,7 @@ declare const _default: {
|
|
|
10182
10098
|
};
|
|
10183
10099
|
required: string[];
|
|
10184
10100
|
type: string;
|
|
10185
|
-
}
|
|
10101
|
+
}[];
|
|
10186
10102
|
};
|
|
10187
10103
|
type: string;
|
|
10188
10104
|
};
|
|
@@ -10447,6 +10363,56 @@ declare const _default: {
|
|
|
10447
10363
|
required: string[];
|
|
10448
10364
|
type: string;
|
|
10449
10365
|
};
|
|
10366
|
+
climate_preset: {
|
|
10367
|
+
properties: {
|
|
10368
|
+
can_delete: {
|
|
10369
|
+
type: string;
|
|
10370
|
+
};
|
|
10371
|
+
can_edit: {
|
|
10372
|
+
type: string;
|
|
10373
|
+
};
|
|
10374
|
+
climate_preset_key: {
|
|
10375
|
+
type: string;
|
|
10376
|
+
};
|
|
10377
|
+
cooling_set_point_celsius: {
|
|
10378
|
+
format: string;
|
|
10379
|
+
type: string;
|
|
10380
|
+
};
|
|
10381
|
+
cooling_set_point_fahrenheit: {
|
|
10382
|
+
format: string;
|
|
10383
|
+
type: string;
|
|
10384
|
+
};
|
|
10385
|
+
display_name: {
|
|
10386
|
+
type: string;
|
|
10387
|
+
};
|
|
10388
|
+
fan_mode_setting: {
|
|
10389
|
+
enum: string[];
|
|
10390
|
+
type: string;
|
|
10391
|
+
};
|
|
10392
|
+
heating_set_point_celsius: {
|
|
10393
|
+
format: string;
|
|
10394
|
+
type: string;
|
|
10395
|
+
};
|
|
10396
|
+
heating_set_point_fahrenheit: {
|
|
10397
|
+
format: string;
|
|
10398
|
+
type: string;
|
|
10399
|
+
};
|
|
10400
|
+
hvac_mode_setting: {
|
|
10401
|
+
enum: string[];
|
|
10402
|
+
type: string;
|
|
10403
|
+
};
|
|
10404
|
+
manual_override_allowed: {
|
|
10405
|
+
type: string;
|
|
10406
|
+
};
|
|
10407
|
+
name: {
|
|
10408
|
+
default: null;
|
|
10409
|
+
nullable: boolean;
|
|
10410
|
+
type: string;
|
|
10411
|
+
};
|
|
10412
|
+
};
|
|
10413
|
+
required: string[];
|
|
10414
|
+
type: string;
|
|
10415
|
+
};
|
|
10450
10416
|
connect_webview: {
|
|
10451
10417
|
properties: {
|
|
10452
10418
|
accepted_devices: {
|
|
@@ -18376,7 +18342,7 @@ declare const _default: {
|
|
|
18376
18342
|
errors: {
|
|
18377
18343
|
items: {
|
|
18378
18344
|
description: string;
|
|
18379
|
-
oneOf:
|
|
18345
|
+
oneOf: {
|
|
18380
18346
|
description: string;
|
|
18381
18347
|
properties: {
|
|
18382
18348
|
created_at: {
|
|
@@ -18392,31 +18358,10 @@ declare const _default: {
|
|
|
18392
18358
|
description: string;
|
|
18393
18359
|
type: string;
|
|
18394
18360
|
};
|
|
18395
|
-
warning_code?: never;
|
|
18396
18361
|
};
|
|
18397
18362
|
required: string[];
|
|
18398
18363
|
type: string;
|
|
18399
|
-
}
|
|
18400
|
-
description: string;
|
|
18401
|
-
properties: {
|
|
18402
|
-
created_at: {
|
|
18403
|
-
description: string;
|
|
18404
|
-
format: string;
|
|
18405
|
-
type: string;
|
|
18406
|
-
};
|
|
18407
|
-
message: {
|
|
18408
|
-
description: string;
|
|
18409
|
-
type: string;
|
|
18410
|
-
};
|
|
18411
|
-
warning_code: {
|
|
18412
|
-
enum: string[];
|
|
18413
|
-
type: string;
|
|
18414
|
-
};
|
|
18415
|
-
error_code?: never;
|
|
18416
|
-
};
|
|
18417
|
-
required: string[];
|
|
18418
|
-
type: string;
|
|
18419
|
-
})[];
|
|
18364
|
+
}[];
|
|
18420
18365
|
};
|
|
18421
18366
|
type: string;
|
|
18422
18367
|
};
|
|
@@ -18469,17 +18414,15 @@ declare const _default: {
|
|
|
18469
18414
|
warnings: {
|
|
18470
18415
|
items: {
|
|
18471
18416
|
description: string;
|
|
18472
|
-
oneOf:
|
|
18417
|
+
oneOf: {
|
|
18473
18418
|
description: string;
|
|
18474
18419
|
properties: {
|
|
18475
18420
|
created_at: {
|
|
18476
18421
|
format: string;
|
|
18477
18422
|
type: string;
|
|
18478
|
-
description?: never;
|
|
18479
18423
|
};
|
|
18480
18424
|
message: {
|
|
18481
18425
|
type: string;
|
|
18482
|
-
description?: never;
|
|
18483
18426
|
};
|
|
18484
18427
|
warning_code: {
|
|
18485
18428
|
enum: string[];
|
|
@@ -18488,26 +18431,7 @@ declare const _default: {
|
|
|
18488
18431
|
};
|
|
18489
18432
|
required: string[];
|
|
18490
18433
|
type: string;
|
|
18491
|
-
}
|
|
18492
|
-
description: string;
|
|
18493
|
-
properties: {
|
|
18494
|
-
created_at: {
|
|
18495
|
-
description: string;
|
|
18496
|
-
format: string;
|
|
18497
|
-
type: string;
|
|
18498
|
-
};
|
|
18499
|
-
message: {
|
|
18500
|
-
description: string;
|
|
18501
|
-
type: string;
|
|
18502
|
-
};
|
|
18503
|
-
warning_code: {
|
|
18504
|
-
enum: string[];
|
|
18505
|
-
type: string;
|
|
18506
|
-
};
|
|
18507
|
-
};
|
|
18508
|
-
required: string[];
|
|
18509
|
-
type: string;
|
|
18510
|
-
})[];
|
|
18434
|
+
}[];
|
|
18511
18435
|
};
|
|
18512
18436
|
type: string;
|
|
18513
18437
|
};
|
|
@@ -18630,7 +18554,7 @@ declare const _default: {
|
|
|
18630
18554
|
errors: {
|
|
18631
18555
|
items: {
|
|
18632
18556
|
description: string;
|
|
18633
|
-
oneOf:
|
|
18557
|
+
oneOf: {
|
|
18634
18558
|
description: string;
|
|
18635
18559
|
properties: {
|
|
18636
18560
|
created_at: {
|
|
@@ -18646,31 +18570,10 @@ declare const _default: {
|
|
|
18646
18570
|
description: string;
|
|
18647
18571
|
type: string;
|
|
18648
18572
|
};
|
|
18649
|
-
warning_code?: never;
|
|
18650
|
-
};
|
|
18651
|
-
required: string[];
|
|
18652
|
-
type: string;
|
|
18653
|
-
} | {
|
|
18654
|
-
description: string;
|
|
18655
|
-
properties: {
|
|
18656
|
-
created_at: {
|
|
18657
|
-
description: string;
|
|
18658
|
-
format: string;
|
|
18659
|
-
type: string;
|
|
18660
|
-
};
|
|
18661
|
-
message: {
|
|
18662
|
-
description: string;
|
|
18663
|
-
type: string;
|
|
18664
|
-
};
|
|
18665
|
-
warning_code: {
|
|
18666
|
-
enum: string[];
|
|
18667
|
-
type: string;
|
|
18668
|
-
};
|
|
18669
|
-
error_code?: never;
|
|
18670
18573
|
};
|
|
18671
18574
|
required: string[];
|
|
18672
18575
|
type: string;
|
|
18673
|
-
}
|
|
18576
|
+
}[];
|
|
18674
18577
|
};
|
|
18675
18578
|
type: string;
|
|
18676
18579
|
};
|
|
@@ -18723,35 +18626,14 @@ declare const _default: {
|
|
|
18723
18626
|
warnings: {
|
|
18724
18627
|
items: {
|
|
18725
18628
|
description: string;
|
|
18726
|
-
oneOf:
|
|
18727
|
-
description: string;
|
|
18728
|
-
properties: {
|
|
18729
|
-
created_at: {
|
|
18730
|
-
format: string;
|
|
18731
|
-
type: string;
|
|
18732
|
-
description?: never;
|
|
18733
|
-
};
|
|
18734
|
-
message: {
|
|
18735
|
-
type: string;
|
|
18736
|
-
description?: never;
|
|
18737
|
-
};
|
|
18738
|
-
warning_code: {
|
|
18739
|
-
enum: string[];
|
|
18740
|
-
type: string;
|
|
18741
|
-
};
|
|
18742
|
-
};
|
|
18743
|
-
required: string[];
|
|
18744
|
-
type: string;
|
|
18745
|
-
} | {
|
|
18629
|
+
oneOf: {
|
|
18746
18630
|
description: string;
|
|
18747
18631
|
properties: {
|
|
18748
18632
|
created_at: {
|
|
18749
|
-
description: string;
|
|
18750
18633
|
format: string;
|
|
18751
18634
|
type: string;
|
|
18752
18635
|
};
|
|
18753
18636
|
message: {
|
|
18754
|
-
description: string;
|
|
18755
18637
|
type: string;
|
|
18756
18638
|
};
|
|
18757
18639
|
warning_code: {
|
|
@@ -18761,7 +18643,7 @@ declare const _default: {
|
|
|
18761
18643
|
};
|
|
18762
18644
|
required: string[];
|
|
18763
18645
|
type: string;
|
|
18764
|
-
}
|
|
18646
|
+
}[];
|
|
18765
18647
|
};
|
|
18766
18648
|
type: string;
|
|
18767
18649
|
};
|
|
@@ -23672,54 +23554,7 @@ declare const _default: {
|
|
|
23672
23554
|
schema: {
|
|
23673
23555
|
properties: {
|
|
23674
23556
|
climate_preset: {
|
|
23675
|
-
|
|
23676
|
-
can_delete: {
|
|
23677
|
-
type: string;
|
|
23678
|
-
};
|
|
23679
|
-
can_edit: {
|
|
23680
|
-
type: string;
|
|
23681
|
-
};
|
|
23682
|
-
climate_preset_key: {
|
|
23683
|
-
type: string;
|
|
23684
|
-
};
|
|
23685
|
-
cooling_set_point_celsius: {
|
|
23686
|
-
format: string;
|
|
23687
|
-
type: string;
|
|
23688
|
-
};
|
|
23689
|
-
cooling_set_point_fahrenheit: {
|
|
23690
|
-
format: string;
|
|
23691
|
-
type: string;
|
|
23692
|
-
};
|
|
23693
|
-
display_name: {
|
|
23694
|
-
type: string;
|
|
23695
|
-
};
|
|
23696
|
-
fan_mode_setting: {
|
|
23697
|
-
enum: string[];
|
|
23698
|
-
type: string;
|
|
23699
|
-
};
|
|
23700
|
-
heating_set_point_celsius: {
|
|
23701
|
-
format: string;
|
|
23702
|
-
type: string;
|
|
23703
|
-
};
|
|
23704
|
-
heating_set_point_fahrenheit: {
|
|
23705
|
-
format: string;
|
|
23706
|
-
type: string;
|
|
23707
|
-
};
|
|
23708
|
-
hvac_mode_setting: {
|
|
23709
|
-
enum: string[];
|
|
23710
|
-
type: string;
|
|
23711
|
-
};
|
|
23712
|
-
manual_override_allowed: {
|
|
23713
|
-
type: string;
|
|
23714
|
-
};
|
|
23715
|
-
name: {
|
|
23716
|
-
default: null;
|
|
23717
|
-
nullable: boolean;
|
|
23718
|
-
type: string;
|
|
23719
|
-
};
|
|
23720
|
-
};
|
|
23721
|
-
required: string[];
|
|
23722
|
-
type: string;
|
|
23557
|
+
$ref: string;
|
|
23723
23558
|
};
|
|
23724
23559
|
ok: {
|
|
23725
23560
|
type: string;
|
|
@@ -25009,54 +24844,7 @@ declare const _default: {
|
|
|
25009
24844
|
schema: {
|
|
25010
24845
|
properties: {
|
|
25011
24846
|
climate_preset: {
|
|
25012
|
-
|
|
25013
|
-
can_delete: {
|
|
25014
|
-
type: string;
|
|
25015
|
-
};
|
|
25016
|
-
can_edit: {
|
|
25017
|
-
type: string;
|
|
25018
|
-
};
|
|
25019
|
-
climate_preset_key: {
|
|
25020
|
-
type: string;
|
|
25021
|
-
};
|
|
25022
|
-
cooling_set_point_celsius: {
|
|
25023
|
-
format: string;
|
|
25024
|
-
type: string;
|
|
25025
|
-
};
|
|
25026
|
-
cooling_set_point_fahrenheit: {
|
|
25027
|
-
format: string;
|
|
25028
|
-
type: string;
|
|
25029
|
-
};
|
|
25030
|
-
display_name: {
|
|
25031
|
-
type: string;
|
|
25032
|
-
};
|
|
25033
|
-
fan_mode_setting: {
|
|
25034
|
-
enum: string[];
|
|
25035
|
-
type: string;
|
|
25036
|
-
};
|
|
25037
|
-
heating_set_point_celsius: {
|
|
25038
|
-
format: string;
|
|
25039
|
-
type: string;
|
|
25040
|
-
};
|
|
25041
|
-
heating_set_point_fahrenheit: {
|
|
25042
|
-
format: string;
|
|
25043
|
-
type: string;
|
|
25044
|
-
};
|
|
25045
|
-
hvac_mode_setting: {
|
|
25046
|
-
enum: string[];
|
|
25047
|
-
type: string;
|
|
25048
|
-
};
|
|
25049
|
-
manual_override_allowed: {
|
|
25050
|
-
type: string;
|
|
25051
|
-
};
|
|
25052
|
-
name: {
|
|
25053
|
-
default: null;
|
|
25054
|
-
nullable: boolean;
|
|
25055
|
-
type: string;
|
|
25056
|
-
};
|
|
25057
|
-
};
|
|
25058
|
-
required: string[];
|
|
25059
|
-
type: string;
|
|
24847
|
+
$ref: string;
|
|
25060
24848
|
};
|
|
25061
24849
|
ok: {
|
|
25062
24850
|
type: string;
|
|
@@ -25153,54 +24941,7 @@ declare const _default: {
|
|
|
25153
24941
|
schema: {
|
|
25154
24942
|
properties: {
|
|
25155
24943
|
climate_preset: {
|
|
25156
|
-
|
|
25157
|
-
can_delete: {
|
|
25158
|
-
type: string;
|
|
25159
|
-
};
|
|
25160
|
-
can_edit: {
|
|
25161
|
-
type: string;
|
|
25162
|
-
};
|
|
25163
|
-
climate_preset_key: {
|
|
25164
|
-
type: string;
|
|
25165
|
-
};
|
|
25166
|
-
cooling_set_point_celsius: {
|
|
25167
|
-
format: string;
|
|
25168
|
-
type: string;
|
|
25169
|
-
};
|
|
25170
|
-
cooling_set_point_fahrenheit: {
|
|
25171
|
-
format: string;
|
|
25172
|
-
type: string;
|
|
25173
|
-
};
|
|
25174
|
-
display_name: {
|
|
25175
|
-
type: string;
|
|
25176
|
-
};
|
|
25177
|
-
fan_mode_setting: {
|
|
25178
|
-
enum: string[];
|
|
25179
|
-
type: string;
|
|
25180
|
-
};
|
|
25181
|
-
heating_set_point_celsius: {
|
|
25182
|
-
format: string;
|
|
25183
|
-
type: string;
|
|
25184
|
-
};
|
|
25185
|
-
heating_set_point_fahrenheit: {
|
|
25186
|
-
format: string;
|
|
25187
|
-
type: string;
|
|
25188
|
-
};
|
|
25189
|
-
hvac_mode_setting: {
|
|
25190
|
-
enum: string[];
|
|
25191
|
-
type: string;
|
|
25192
|
-
};
|
|
25193
|
-
manual_override_allowed: {
|
|
25194
|
-
type: string;
|
|
25195
|
-
};
|
|
25196
|
-
name: {
|
|
25197
|
-
default: null;
|
|
25198
|
-
nullable: boolean;
|
|
25199
|
-
type: string;
|
|
25200
|
-
};
|
|
25201
|
-
};
|
|
25202
|
-
required: string[];
|
|
25203
|
-
type: string;
|
|
24944
|
+
$ref: string;
|
|
25204
24945
|
};
|
|
25205
24946
|
ok: {
|
|
25206
24947
|
type: string;
|
|
@@ -29813,12 +29554,6 @@ interface Routes {
|
|
|
29813
29554
|
created_at: string;
|
|
29814
29555
|
message: string;
|
|
29815
29556
|
warning_code: 'being_deleted';
|
|
29816
|
-
} | {
|
|
29817
|
-
/** Date and time at which Seam created the error. */
|
|
29818
|
-
created_at: string;
|
|
29819
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29820
|
-
message: string;
|
|
29821
|
-
warning_code: 'failed_to_update_on_acs_system';
|
|
29822
29557
|
} | {
|
|
29823
29558
|
created_at: string;
|
|
29824
29559
|
message: string;
|
|
@@ -29841,19 +29576,19 @@ interface Routes {
|
|
|
29841
29576
|
created_at: string;
|
|
29842
29577
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29843
29578
|
message: string;
|
|
29844
|
-
|
|
29579
|
+
error_code: 'failed_to_create_on_acs_system';
|
|
29845
29580
|
} | {
|
|
29846
29581
|
/** Date and time at which Seam created the error. */
|
|
29847
29582
|
created_at: string;
|
|
29848
29583
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29849
29584
|
message: string;
|
|
29850
|
-
|
|
29585
|
+
error_code: 'failed_to_update_on_acs_system';
|
|
29851
29586
|
} | {
|
|
29852
29587
|
/** Date and time at which Seam created the error. */
|
|
29853
29588
|
created_at: string;
|
|
29854
29589
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
29855
29590
|
message: string;
|
|
29856
|
-
|
|
29591
|
+
error_code: 'failed_to_delete_on_acs_system';
|
|
29857
29592
|
}>;
|
|
29858
29593
|
full_name?: string | undefined;
|
|
29859
29594
|
/**
|
|
@@ -30946,12 +30681,6 @@ interface Routes {
|
|
|
30946
30681
|
created_at: string;
|
|
30947
30682
|
message: string;
|
|
30948
30683
|
warning_code: 'being_deleted';
|
|
30949
|
-
} | {
|
|
30950
|
-
/** Date and time at which Seam created the error. */
|
|
30951
|
-
created_at: string;
|
|
30952
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30953
|
-
message: string;
|
|
30954
|
-
warning_code: 'failed_to_update_on_acs_system';
|
|
30955
30684
|
} | {
|
|
30956
30685
|
created_at: string;
|
|
30957
30686
|
message: string;
|
|
@@ -30974,19 +30703,19 @@ interface Routes {
|
|
|
30974
30703
|
created_at: string;
|
|
30975
30704
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30976
30705
|
message: string;
|
|
30977
|
-
|
|
30706
|
+
error_code: 'failed_to_create_on_acs_system';
|
|
30978
30707
|
} | {
|
|
30979
30708
|
/** Date and time at which Seam created the error. */
|
|
30980
30709
|
created_at: string;
|
|
30981
30710
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30982
30711
|
message: string;
|
|
30983
|
-
|
|
30712
|
+
error_code: 'failed_to_update_on_acs_system';
|
|
30984
30713
|
} | {
|
|
30985
30714
|
/** Date and time at which Seam created the error. */
|
|
30986
30715
|
created_at: string;
|
|
30987
30716
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30988
30717
|
message: string;
|
|
30989
|
-
|
|
30718
|
+
error_code: 'failed_to_delete_on_acs_system';
|
|
30990
30719
|
}>;
|
|
30991
30720
|
full_name?: string | undefined;
|
|
30992
30721
|
/**
|
|
@@ -31043,12 +30772,6 @@ interface Routes {
|
|
|
31043
30772
|
created_at: string;
|
|
31044
30773
|
message: string;
|
|
31045
30774
|
warning_code: 'being_deleted';
|
|
31046
|
-
} | {
|
|
31047
|
-
/** Date and time at which Seam created the error. */
|
|
31048
|
-
created_at: string;
|
|
31049
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31050
|
-
message: string;
|
|
31051
|
-
warning_code: 'failed_to_update_on_acs_system';
|
|
31052
30775
|
} | {
|
|
31053
30776
|
created_at: string;
|
|
31054
30777
|
message: string;
|
|
@@ -31071,19 +30794,19 @@ interface Routes {
|
|
|
31071
30794
|
created_at: string;
|
|
31072
30795
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31073
30796
|
message: string;
|
|
31074
|
-
|
|
30797
|
+
error_code: 'failed_to_create_on_acs_system';
|
|
31075
30798
|
} | {
|
|
31076
30799
|
/** Date and time at which Seam created the error. */
|
|
31077
30800
|
created_at: string;
|
|
31078
30801
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31079
30802
|
message: string;
|
|
31080
|
-
|
|
30803
|
+
error_code: 'failed_to_update_on_acs_system';
|
|
31081
30804
|
} | {
|
|
31082
30805
|
/** Date and time at which Seam created the error. */
|
|
31083
30806
|
created_at: string;
|
|
31084
30807
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31085
30808
|
message: string;
|
|
31086
|
-
|
|
30809
|
+
error_code: 'failed_to_delete_on_acs_system';
|
|
31087
30810
|
}>;
|
|
31088
30811
|
full_name?: string | undefined;
|
|
31089
30812
|
/**
|
|
@@ -31134,12 +30857,6 @@ interface Routes {
|
|
|
31134
30857
|
created_at: string;
|
|
31135
30858
|
message: string;
|
|
31136
30859
|
warning_code: 'being_deleted';
|
|
31137
|
-
} | {
|
|
31138
|
-
/** Date and time at which Seam created the error. */
|
|
31139
|
-
created_at: string;
|
|
31140
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31141
|
-
message: string;
|
|
31142
|
-
warning_code: 'failed_to_update_on_acs_system';
|
|
31143
30860
|
} | {
|
|
31144
30861
|
created_at: string;
|
|
31145
30862
|
message: string;
|
|
@@ -31162,19 +30879,19 @@ interface Routes {
|
|
|
31162
30879
|
created_at: string;
|
|
31163
30880
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31164
30881
|
message: string;
|
|
31165
|
-
|
|
30882
|
+
error_code: 'failed_to_create_on_acs_system';
|
|
31166
30883
|
} | {
|
|
31167
30884
|
/** Date and time at which Seam created the error. */
|
|
31168
30885
|
created_at: string;
|
|
31169
30886
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31170
30887
|
message: string;
|
|
31171
|
-
|
|
30888
|
+
error_code: 'failed_to_update_on_acs_system';
|
|
31172
30889
|
} | {
|
|
31173
30890
|
/** Date and time at which Seam created the error. */
|
|
31174
30891
|
created_at: string;
|
|
31175
30892
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31176
30893
|
message: string;
|
|
31177
|
-
|
|
30894
|
+
error_code: 'failed_to_delete_on_acs_system';
|
|
31178
30895
|
}>;
|
|
31179
30896
|
full_name?: string | undefined;
|
|
31180
30897
|
/**
|
|
@@ -31290,12 +31007,6 @@ interface Routes {
|
|
|
31290
31007
|
created_at: string;
|
|
31291
31008
|
message: string;
|
|
31292
31009
|
warning_code: 'being_deleted';
|
|
31293
|
-
} | {
|
|
31294
|
-
/** Date and time at which Seam created the error. */
|
|
31295
|
-
created_at: string;
|
|
31296
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31297
|
-
message: string;
|
|
31298
|
-
warning_code: 'failed_to_update_on_acs_system';
|
|
31299
31010
|
} | {
|
|
31300
31011
|
created_at: string;
|
|
31301
31012
|
message: string;
|
|
@@ -31318,19 +31029,19 @@ interface Routes {
|
|
|
31318
31029
|
created_at: string;
|
|
31319
31030
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31320
31031
|
message: string;
|
|
31321
|
-
|
|
31032
|
+
error_code: 'failed_to_create_on_acs_system';
|
|
31322
31033
|
} | {
|
|
31323
31034
|
/** Date and time at which Seam created the error. */
|
|
31324
31035
|
created_at: string;
|
|
31325
31036
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31326
31037
|
message: string;
|
|
31327
|
-
|
|
31038
|
+
error_code: 'failed_to_update_on_acs_system';
|
|
31328
31039
|
} | {
|
|
31329
31040
|
/** Date and time at which Seam created the error. */
|
|
31330
31041
|
created_at: string;
|
|
31331
31042
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31332
31043
|
message: string;
|
|
31333
|
-
|
|
31044
|
+
error_code: 'failed_to_delete_on_acs_system';
|
|
31334
31045
|
}>;
|
|
31335
31046
|
full_name?: string | undefined;
|
|
31336
31047
|
/**
|
|
@@ -31380,12 +31091,6 @@ interface Routes {
|
|
|
31380
31091
|
created_at: string;
|
|
31381
31092
|
message: string;
|
|
31382
31093
|
warning_code: 'being_deleted';
|
|
31383
|
-
} | {
|
|
31384
|
-
/** Date and time at which Seam created the error. */
|
|
31385
|
-
created_at: string;
|
|
31386
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31387
|
-
message: string;
|
|
31388
|
-
warning_code: 'failed_to_update_on_acs_system';
|
|
31389
31094
|
} | {
|
|
31390
31095
|
created_at: string;
|
|
31391
31096
|
message: string;
|
|
@@ -31408,19 +31113,19 @@ interface Routes {
|
|
|
31408
31113
|
created_at: string;
|
|
31409
31114
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31410
31115
|
message: string;
|
|
31411
|
-
|
|
31116
|
+
error_code: 'failed_to_create_on_acs_system';
|
|
31412
31117
|
} | {
|
|
31413
31118
|
/** Date and time at which Seam created the error. */
|
|
31414
31119
|
created_at: string;
|
|
31415
31120
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31416
31121
|
message: string;
|
|
31417
|
-
|
|
31122
|
+
error_code: 'failed_to_update_on_acs_system';
|
|
31418
31123
|
} | {
|
|
31419
31124
|
/** Date and time at which Seam created the error. */
|
|
31420
31125
|
created_at: string;
|
|
31421
31126
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31422
31127
|
message: string;
|
|
31423
|
-
|
|
31128
|
+
error_code: 'failed_to_delete_on_acs_system';
|
|
31424
31129
|
}>;
|
|
31425
31130
|
full_name?: string | undefined;
|
|
31426
31131
|
/**
|
|
@@ -43593,12 +43298,6 @@ interface Routes {
|
|
|
43593
43298
|
created_at: string;
|
|
43594
43299
|
message: string;
|
|
43595
43300
|
warning_code: 'being_deleted';
|
|
43596
|
-
} | {
|
|
43597
|
-
/** Date and time at which Seam created the error. */
|
|
43598
|
-
created_at: string;
|
|
43599
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43600
|
-
message: string;
|
|
43601
|
-
warning_code: 'failed_to_update_on_acs_system';
|
|
43602
43301
|
} | {
|
|
43603
43302
|
created_at: string;
|
|
43604
43303
|
message: string;
|
|
@@ -43621,19 +43320,19 @@ interface Routes {
|
|
|
43621
43320
|
created_at: string;
|
|
43622
43321
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43623
43322
|
message: string;
|
|
43624
|
-
|
|
43323
|
+
error_code: 'failed_to_create_on_acs_system';
|
|
43625
43324
|
} | {
|
|
43626
43325
|
/** Date and time at which Seam created the error. */
|
|
43627
43326
|
created_at: string;
|
|
43628
43327
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43629
43328
|
message: string;
|
|
43630
|
-
|
|
43329
|
+
error_code: 'failed_to_update_on_acs_system';
|
|
43631
43330
|
} | {
|
|
43632
43331
|
/** Date and time at which Seam created the error. */
|
|
43633
43332
|
created_at: string;
|
|
43634
43333
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
43635
43334
|
message: string;
|
|
43636
|
-
|
|
43335
|
+
error_code: 'failed_to_delete_on_acs_system';
|
|
43637
43336
|
}>;
|
|
43638
43337
|
full_name?: string | undefined;
|
|
43639
43338
|
/**
|