@seamapi/types 1.685.0 → 1.687.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 +2 -50
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -253
- package/dist/index.cjs +2 -50
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +0 -58
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +1 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +0 -58
- package/lib/seam/connect/models/devices/device.js +0 -9
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -21
- package/lib/seam/connect/openapi.js +0 -42
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -140
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -0
- package/src/lib/seam/connect/models/devices/device.ts +0 -12
- package/src/lib/seam/connect/openapi.ts +0 -50
- package/src/lib/seam/connect/route-types.ts +0 -160
package/dist/connect.cjs
CHANGED
|
@@ -1370,11 +1370,6 @@ var wyze_device_missing_gateway = common_device_warning.extend({
|
|
|
1370
1370
|
}).describe(`
|
|
1371
1371
|
Indicates that the Wyze Lock is not connected to a gateway.
|
|
1372
1372
|
`);
|
|
1373
|
-
var functional_offline_device = common_device_warning.extend({
|
|
1374
|
-
warning_code: zod.z.literal("functional_offline_device").describe(warning_code_description2)
|
|
1375
|
-
}).describe(
|
|
1376
|
-
"Indicates that the device is offline but has some functionality available."
|
|
1377
|
-
);
|
|
1378
1373
|
var third_party_integration_detected = common_device_warning.extend({
|
|
1379
1374
|
warning_code: zod.z.literal("third_party_integration_detected").describe(warning_code_description2)
|
|
1380
1375
|
}).describe("Indicates that a third-party integration has been detected.");
|
|
@@ -1449,7 +1444,6 @@ var device_warning = zod.z.discriminatedUnion("warning_code", [
|
|
|
1449
1444
|
partial_backup_access_code_pool,
|
|
1450
1445
|
many_active_backup_codes,
|
|
1451
1446
|
wyze_device_missing_gateway,
|
|
1452
|
-
functional_offline_device,
|
|
1453
1447
|
third_party_integration_detected,
|
|
1454
1448
|
ttlock_lock_gateway_unlocking_not_enabled,
|
|
1455
1449
|
ttlock_weak_gateway_signal,
|
|
@@ -1474,7 +1468,6 @@ zod.z.object({
|
|
|
1474
1468
|
_reason: zod.z.string().optional()
|
|
1475
1469
|
}).optional().nullable(),
|
|
1476
1470
|
wyze_device_missing_gateway: wyze_device_missing_gateway.optional().nullable(),
|
|
1477
|
-
functional_offline_device: functional_offline_device.optional().nullable(),
|
|
1478
1471
|
third_party_integration_detected: third_party_integration_detected.optional().nullable(),
|
|
1479
1472
|
ttlock_lock_gateway_unlocking_not_enabled: ttlock_lock_gateway_unlocking_not_enabled.optional().nullable(),
|
|
1480
1473
|
ttlock_weak_gateway_signal: ttlock_weak_gateway_signal.optional().nullable(),
|
|
@@ -1865,7 +1858,8 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
1865
1858
|
"sensi",
|
|
1866
1859
|
"assa_abloy_vostio",
|
|
1867
1860
|
"avigilon_alta",
|
|
1868
|
-
"keynest"
|
|
1861
|
+
"keynest",
|
|
1862
|
+
"hotek"
|
|
1869
1863
|
],
|
|
1870
1864
|
consumer_smartlocks: [
|
|
1871
1865
|
"akiles",
|
|
@@ -17477,27 +17471,6 @@ var openapi_default = {
|
|
|
17477
17471
|
required: ["message", "created_at", "warning_code"],
|
|
17478
17472
|
type: "object"
|
|
17479
17473
|
},
|
|
17480
|
-
{
|
|
17481
|
-
description: "Indicates that the device is offline but has some functionality available.",
|
|
17482
|
-
properties: {
|
|
17483
|
-
created_at: {
|
|
17484
|
-
description: "Date and time at which Seam created the warning.",
|
|
17485
|
-
format: "date-time",
|
|
17486
|
-
type: "string"
|
|
17487
|
-
},
|
|
17488
|
-
message: {
|
|
17489
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
17490
|
-
type: "string"
|
|
17491
|
-
},
|
|
17492
|
-
warning_code: {
|
|
17493
|
-
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
17494
|
-
enum: ["functional_offline_device"],
|
|
17495
|
-
type: "string"
|
|
17496
|
-
}
|
|
17497
|
-
},
|
|
17498
|
-
required: ["message", "created_at", "warning_code"],
|
|
17499
|
-
type: "object"
|
|
17500
|
-
},
|
|
17501
17474
|
{
|
|
17502
17475
|
description: "Indicates that a third-party integration has been detected.",
|
|
17503
17476
|
properties: {
|
|
@@ -28907,27 +28880,6 @@ var openapi_default = {
|
|
|
28907
28880
|
required: ["message", "created_at", "warning_code"],
|
|
28908
28881
|
type: "object"
|
|
28909
28882
|
},
|
|
28910
|
-
{
|
|
28911
|
-
description: "Indicates that the device is offline but has some functionality available.",
|
|
28912
|
-
properties: {
|
|
28913
|
-
created_at: {
|
|
28914
|
-
description: "Date and time at which Seam created the warning.",
|
|
28915
|
-
format: "date-time",
|
|
28916
|
-
type: "string"
|
|
28917
|
-
},
|
|
28918
|
-
message: {
|
|
28919
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
28920
|
-
type: "string"
|
|
28921
|
-
},
|
|
28922
|
-
warning_code: {
|
|
28923
|
-
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
28924
|
-
enum: ["functional_offline_device"],
|
|
28925
|
-
type: "string"
|
|
28926
|
-
}
|
|
28927
|
-
},
|
|
28928
|
-
required: ["message", "created_at", "warning_code"],
|
|
28929
|
-
type: "object"
|
|
28930
|
-
},
|
|
28931
28883
|
{
|
|
28932
28884
|
description: "Indicates that a third-party integration has been detected.",
|
|
28933
28885
|
properties: {
|