@seamapi/types 1.59.1 → 1.60.1
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 +78 -34
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +338 -132
- package/lib/seam/connect/openapi.d.ts +222 -132
- package/lib/seam/connect/openapi.js +77 -33
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +116 -0
- package/lib/seam/connect/unstable/models/acs/system.js +1 -1
- package/lib/seam/connect/unstable/models/acs/system.js.map +1 -1
- package/lib/seam/connect/unstable/models/capability-properties/index.d.ts +15 -0
- package/lib/seam/connect/unstable/models/capability-properties/thermostat.d.ts +33 -0
- package/lib/seam/connect/unstable/models/capability-properties/thermostat.js +3 -0
- package/lib/seam/connect/unstable/models/capability-properties/thermostat.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/device-metadata.d.ts +76 -0
- package/lib/seam/connect/unstable/models/devices/device-metadata.js +15 -8
- package/lib/seam/connect/unstable/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +93 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +81 -33
- package/src/lib/seam/connect/route-types.ts +116 -0
- package/src/lib/seam/connect/unstable/models/acs/system.ts +1 -1
- package/src/lib/seam/connect/unstable/models/capability-properties/thermostat.ts +5 -0
- package/src/lib/seam/connect/unstable/models/devices/device-metadata.ts +18 -10
package/dist/connect.cjs
CHANGED
|
@@ -398,6 +398,10 @@ var openapi_default = {
|
|
|
398
398
|
cooling_set_point_fahrenheit: { type: "number" },
|
|
399
399
|
created_at: { format: "date-time", type: "string" },
|
|
400
400
|
device_id: { type: "string" },
|
|
401
|
+
errors: {
|
|
402
|
+
description: 'Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues.',
|
|
403
|
+
nullable: true
|
|
404
|
+
},
|
|
401
405
|
heating_set_point_celsius: { type: "number" },
|
|
402
406
|
heating_set_point_fahrenheit: { type: "number" },
|
|
403
407
|
hvac_mode_setting: {
|
|
@@ -793,6 +797,17 @@ var openapi_default = {
|
|
|
793
797
|
properties: {
|
|
794
798
|
check_in_time: { type: "string" },
|
|
795
799
|
check_out_time: { type: "string" },
|
|
800
|
+
dormakaba_oracode_user_level_id: {
|
|
801
|
+
format: "uuid",
|
|
802
|
+
type: "string"
|
|
803
|
+
},
|
|
804
|
+
ext_dormakaba_oracode_user_level_prefix: {
|
|
805
|
+
type: "number"
|
|
806
|
+
},
|
|
807
|
+
is_24_hour: { type: "boolean" },
|
|
808
|
+
is_biweekly_mode: { type: "boolean" },
|
|
809
|
+
is_master: { type: "boolean" },
|
|
810
|
+
is_one_shot: { type: "boolean" },
|
|
796
811
|
name: { type: "string" },
|
|
797
812
|
prefix: { type: "number" }
|
|
798
813
|
},
|
|
@@ -800,7 +815,13 @@ var openapi_default = {
|
|
|
800
815
|
"name",
|
|
801
816
|
"prefix",
|
|
802
817
|
"check_in_time",
|
|
803
|
-
"check_out_time"
|
|
818
|
+
"check_out_time",
|
|
819
|
+
"is_24_hour",
|
|
820
|
+
"is_biweekly_mode",
|
|
821
|
+
"is_one_shot",
|
|
822
|
+
"is_master",
|
|
823
|
+
"ext_dormakaba_oracode_user_level_prefix",
|
|
824
|
+
"dormakaba_oracode_user_level_id"
|
|
804
825
|
],
|
|
805
826
|
type: "object"
|
|
806
827
|
},
|
|
@@ -1168,6 +1189,10 @@ var openapi_default = {
|
|
|
1168
1189
|
type: "string"
|
|
1169
1190
|
},
|
|
1170
1191
|
device_id: { type: "string" },
|
|
1192
|
+
errors: {
|
|
1193
|
+
description: 'Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues.',
|
|
1194
|
+
nullable: true
|
|
1195
|
+
},
|
|
1171
1196
|
heating_set_point_celsius: { type: "number" },
|
|
1172
1197
|
heating_set_point_fahrenheit: { type: "number" },
|
|
1173
1198
|
hvac_mode_setting: {
|
|
@@ -1306,6 +1331,10 @@ var openapi_default = {
|
|
|
1306
1331
|
type: "string"
|
|
1307
1332
|
},
|
|
1308
1333
|
device_id: { type: "string" },
|
|
1334
|
+
errors: {
|
|
1335
|
+
description: 'Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues.',
|
|
1336
|
+
nullable: true
|
|
1337
|
+
},
|
|
1309
1338
|
heating_set_point_celsius: { type: "number" },
|
|
1310
1339
|
heating_set_point_fahrenheit: { type: "number" },
|
|
1311
1340
|
hvac_mode_setting: {
|
|
@@ -1436,6 +1465,10 @@ var openapi_default = {
|
|
|
1436
1465
|
type: "string"
|
|
1437
1466
|
},
|
|
1438
1467
|
device_id: { type: "string" },
|
|
1468
|
+
errors: {
|
|
1469
|
+
description: 'Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues.',
|
|
1470
|
+
nullable: true
|
|
1471
|
+
},
|
|
1439
1472
|
heating_set_point_celsius: { type: "number" },
|
|
1440
1473
|
heating_set_point_fahrenheit: { type: "number" },
|
|
1441
1474
|
hvac_mode_setting: {
|
|
@@ -2008,9 +2041,10 @@ var openapi_default = {
|
|
|
2008
2041
|
401: { description: "Unauthorized" }
|
|
2009
2042
|
},
|
|
2010
2043
|
security: [
|
|
2011
|
-
{
|
|
2012
|
-
{
|
|
2013
|
-
{
|
|
2044
|
+
{ client_session: [] },
|
|
2045
|
+
{ pat_with_workspace: [] },
|
|
2046
|
+
{ console_session: [] },
|
|
2047
|
+
{ api_key: [] }
|
|
2014
2048
|
],
|
|
2015
2049
|
summary: "/access_codes/create",
|
|
2016
2050
|
tags: ["/access_codes"],
|
|
@@ -2090,9 +2124,10 @@ var openapi_default = {
|
|
|
2090
2124
|
401: { description: "Unauthorized" }
|
|
2091
2125
|
},
|
|
2092
2126
|
security: [
|
|
2093
|
-
{
|
|
2094
|
-
{
|
|
2095
|
-
{
|
|
2127
|
+
{ client_session: [] },
|
|
2128
|
+
{ pat_with_workspace: [] },
|
|
2129
|
+
{ console_session: [] },
|
|
2130
|
+
{ api_key: [] }
|
|
2096
2131
|
],
|
|
2097
2132
|
summary: "/access_codes/create_multiple",
|
|
2098
2133
|
tags: ["/access_codes"],
|
|
@@ -2170,9 +2205,10 @@ var openapi_default = {
|
|
|
2170
2205
|
401: { description: "Unauthorized" }
|
|
2171
2206
|
},
|
|
2172
2207
|
security: [
|
|
2173
|
-
{
|
|
2174
|
-
{
|
|
2175
|
-
{
|
|
2208
|
+
{ client_session: [] },
|
|
2209
|
+
{ pat_with_workspace: [] },
|
|
2210
|
+
{ console_session: [] },
|
|
2211
|
+
{ api_key: [] }
|
|
2176
2212
|
],
|
|
2177
2213
|
summary: "/access_codes/create_multiple",
|
|
2178
2214
|
tags: ["/access_codes"],
|
|
@@ -2219,9 +2255,10 @@ var openapi_default = {
|
|
|
2219
2255
|
401: { description: "Unauthorized" }
|
|
2220
2256
|
},
|
|
2221
2257
|
security: [
|
|
2222
|
-
{
|
|
2223
|
-
{
|
|
2224
|
-
{
|
|
2258
|
+
{ client_session: [] },
|
|
2259
|
+
{ pat_with_workspace: [] },
|
|
2260
|
+
{ console_session: [] },
|
|
2261
|
+
{ api_key: [] }
|
|
2225
2262
|
],
|
|
2226
2263
|
summary: "/access_codes/delete",
|
|
2227
2264
|
tags: ["/access_codes"],
|
|
@@ -2266,9 +2303,10 @@ var openapi_default = {
|
|
|
2266
2303
|
401: { description: "Unauthorized" }
|
|
2267
2304
|
},
|
|
2268
2305
|
security: [
|
|
2269
|
-
{
|
|
2270
|
-
{
|
|
2271
|
-
{
|
|
2306
|
+
{ client_session: [] },
|
|
2307
|
+
{ pat_with_workspace: [] },
|
|
2308
|
+
{ console_session: [] },
|
|
2309
|
+
{ api_key: [] }
|
|
2272
2310
|
],
|
|
2273
2311
|
summary: "/access_codes/generate_code",
|
|
2274
2312
|
tags: ["/access_codes"],
|
|
@@ -2369,9 +2407,10 @@ var openapi_default = {
|
|
|
2369
2407
|
401: { description: "Unauthorized" }
|
|
2370
2408
|
},
|
|
2371
2409
|
security: [
|
|
2372
|
-
{
|
|
2373
|
-
{
|
|
2374
|
-
{
|
|
2410
|
+
{ client_session: [] },
|
|
2411
|
+
{ pat_with_workspace: [] },
|
|
2412
|
+
{ console_session: [] },
|
|
2413
|
+
{ api_key: [] }
|
|
2375
2414
|
],
|
|
2376
2415
|
summary: "/access_codes/list",
|
|
2377
2416
|
tags: ["/access_codes"],
|
|
@@ -2418,9 +2457,10 @@ var openapi_default = {
|
|
|
2418
2457
|
401: { description: "Unauthorized" }
|
|
2419
2458
|
},
|
|
2420
2459
|
security: [
|
|
2421
|
-
{
|
|
2422
|
-
{
|
|
2423
|
-
{
|
|
2460
|
+
{ client_session: [] },
|
|
2461
|
+
{ pat_with_workspace: [] },
|
|
2462
|
+
{ console_session: [] },
|
|
2463
|
+
{ api_key: [] }
|
|
2424
2464
|
],
|
|
2425
2465
|
summary: "/access_codes/pull_backup_access_code",
|
|
2426
2466
|
tags: ["/access_codes"],
|
|
@@ -2474,9 +2514,10 @@ var openapi_default = {
|
|
|
2474
2514
|
401: { description: "Unauthorized" }
|
|
2475
2515
|
},
|
|
2476
2516
|
security: [
|
|
2477
|
-
{
|
|
2478
|
-
{
|
|
2479
|
-
{
|
|
2517
|
+
{ client_session: [] },
|
|
2518
|
+
{ pat_with_workspace: [] },
|
|
2519
|
+
{ console_session: [] },
|
|
2520
|
+
{ api_key: [] }
|
|
2480
2521
|
],
|
|
2481
2522
|
summary: "/access_codes/simulate/create_unmanaged_access_code",
|
|
2482
2523
|
tags: ["/access_codes"],
|
|
@@ -2886,9 +2927,10 @@ var openapi_default = {
|
|
|
2886
2927
|
401: { description: "Unauthorized" }
|
|
2887
2928
|
},
|
|
2888
2929
|
security: [
|
|
2889
|
-
{
|
|
2890
|
-
{
|
|
2891
|
-
{
|
|
2930
|
+
{ client_session: [] },
|
|
2931
|
+
{ pat_with_workspace: [] },
|
|
2932
|
+
{ console_session: [] },
|
|
2933
|
+
{ api_key: [] }
|
|
2892
2934
|
],
|
|
2893
2935
|
summary: "/access_codes/update",
|
|
2894
2936
|
tags: ["/access_codes"],
|
|
@@ -2959,9 +3001,10 @@ var openapi_default = {
|
|
|
2959
3001
|
401: { description: "Unauthorized" }
|
|
2960
3002
|
},
|
|
2961
3003
|
security: [
|
|
2962
|
-
{
|
|
2963
|
-
{
|
|
2964
|
-
{
|
|
3004
|
+
{ client_session: [] },
|
|
3005
|
+
{ pat_with_workspace: [] },
|
|
3006
|
+
{ console_session: [] },
|
|
3007
|
+
{ api_key: [] }
|
|
2965
3008
|
],
|
|
2966
3009
|
summary: "/access_codes/update",
|
|
2967
3010
|
tags: ["/access_codes"],
|
|
@@ -3034,9 +3077,10 @@ var openapi_default = {
|
|
|
3034
3077
|
401: { description: "Unauthorized" }
|
|
3035
3078
|
},
|
|
3036
3079
|
security: [
|
|
3037
|
-
{
|
|
3038
|
-
{
|
|
3039
|
-
{
|
|
3080
|
+
{ client_session: [] },
|
|
3081
|
+
{ pat_with_workspace: [] },
|
|
3082
|
+
{ console_session: [] },
|
|
3083
|
+
{ api_key: [] }
|
|
3040
3084
|
],
|
|
3041
3085
|
summary: "/access_codes/update",
|
|
3042
3086
|
tags: ["/access_codes"],
|