@seamapi/types 1.858.0 → 1.859.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 +0 -104
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -429
- package/dist/index.cjs +0 -104
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -129
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -22
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -47
- package/lib/seam/connect/models/batch.d.ts +0 -130
- package/lib/seam/connect/openapi.js +0 -94
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -176
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -24
- package/src/lib/seam/connect/openapi.ts +0 -112
- package/src/lib/seam/connect/route-types.ts +0 -198
package/dist/index.cjs
CHANGED
|
@@ -2329,9 +2329,6 @@ var kwikset_insufficient_permissions = common_access_code_error.extend({
|
|
|
2329
2329
|
var august_lock_invalid_code_length = common_access_code_error.extend({
|
|
2330
2330
|
error_code: zod.z.literal("august_lock_invalid_code_length").describe(error_code_description3)
|
|
2331
2331
|
}).describe("Invalid code length for August lock.");
|
|
2332
|
-
var august_device_programming_delay_error = common_access_code_error.extend({
|
|
2333
|
-
error_code: zod.z.literal("august_device_programming_delay").describe(error_code_description3)
|
|
2334
|
-
}).describe("Access code has not yet been fully moved to the device.");
|
|
2335
2332
|
var august_lock_temporarily_offline_error = common_access_code_error.extend({
|
|
2336
2333
|
error_code: zod.z.literal("august_lock_temporarily_offline").describe(error_code_description3)
|
|
2337
2334
|
}).describe("August lock is temporarily offline.");
|
|
@@ -2376,7 +2373,6 @@ var access_code_error = zod.z.discriminatedUnion("error_code", [
|
|
|
2376
2373
|
kwikset_unable_to_confirm_deletion,
|
|
2377
2374
|
code_modified_external_to_seam_error,
|
|
2378
2375
|
august_lock_invalid_code_length,
|
|
2379
|
-
august_device_programming_delay_error,
|
|
2380
2376
|
august_lock_missing_keypad,
|
|
2381
2377
|
august_lock_temporarily_offline_error,
|
|
2382
2378
|
salto_ks_user_not_subscribed,
|
|
@@ -2403,7 +2399,6 @@ zod.z.object({
|
|
|
2403
2399
|
kwikset_insufficient_permissions: kwikset_insufficient_permissions.optional().nullable(),
|
|
2404
2400
|
code_modified_external_to_seam_error: code_modified_external_to_seam_error.optional().nullable(),
|
|
2405
2401
|
august_lock_invalid_code_length: august_lock_invalid_code_length.optional().nullable(),
|
|
2406
|
-
august_device_programming_delay: august_device_programming_delay_error.optional().nullable(),
|
|
2407
2402
|
august_lock_temporarily_offline: august_lock_temporarily_offline_error.optional().nullable(),
|
|
2408
2403
|
august_lock_missing_keypad: august_lock_missing_keypad.optional().nullable(),
|
|
2409
2404
|
salto_ks_user_not_subscribed: salto_ks_user_not_subscribed.optional().nullable(),
|
|
@@ -2423,9 +2418,6 @@ var warning_code_description3 = "Unique identifier of the type of warning. Enabl
|
|
|
2423
2418
|
var smartthings_failed_to_set_access_code_warning = common_access_code_warning.extend({
|
|
2424
2419
|
warning_code: zod.z.literal("smartthings_failed_to_set_access_code").describe(warning_code_description3)
|
|
2425
2420
|
}).describe("Failed to set code on SmartThings device.");
|
|
2426
|
-
var august_device_programming_delay_warning = common_access_code_warning.extend({
|
|
2427
|
-
warning_code: zod.z.literal("august_device_programming_delay").describe(warning_code_description3)
|
|
2428
|
-
}).describe("Access code has not yet been fully moved to the device.");
|
|
2429
2421
|
var august_lock_temporarily_offline_warning = common_access_code_warning.extend({
|
|
2430
2422
|
warning_code: zod.z.literal("august_lock_temporarily_offline").describe(error_code_description3)
|
|
2431
2423
|
}).describe("August lock is temporarily offline.");
|
|
@@ -2487,7 +2479,6 @@ var access_code_warning = zod.z.discriminatedUnion("warning_code", [
|
|
|
2487
2479
|
delay_in_setting_on_device,
|
|
2488
2480
|
delay_in_removing_from_device,
|
|
2489
2481
|
third_party_integration_detected2,
|
|
2490
|
-
august_device_programming_delay_warning,
|
|
2491
2482
|
august_lock_temporarily_offline_warning,
|
|
2492
2483
|
igloo_algopin_must_be_used_within_24_hours,
|
|
2493
2484
|
management_transferred,
|
|
@@ -2507,7 +2498,6 @@ zod.z.object({
|
|
|
2507
2498
|
delay_in_setting_on_device: delay_in_setting_on_device.optional().nullable(),
|
|
2508
2499
|
delay_in_removing_from_device: delay_in_removing_from_device.optional().nullable(),
|
|
2509
2500
|
third_party_integration_detected: third_party_integration_detected2.optional().nullable(),
|
|
2510
|
-
august_device_programming_delay: august_device_programming_delay_warning.optional().nullable(),
|
|
2511
2501
|
august_lock_temporarily_offline: august_lock_temporarily_offline_warning.optional().nullable(),
|
|
2512
2502
|
igloo_algopin_must_be_used_within_24_hours: igloo_algopin_must_be_used_within_24_hours.optional().nullable(),
|
|
2513
2503
|
management_transferred: management_transferred.optional().nullable(),
|
|
@@ -7478,32 +7468,6 @@ var openapi = {
|
|
|
7478
7468
|
required: ["message", "is_access_code_error", "error_code"],
|
|
7479
7469
|
type: "object"
|
|
7480
7470
|
},
|
|
7481
|
-
{
|
|
7482
|
-
description: "Access code has not yet been fully moved to the device.",
|
|
7483
|
-
properties: {
|
|
7484
|
-
created_at: {
|
|
7485
|
-
description: "Date and time at which Seam created the error.",
|
|
7486
|
-
format: "date-time",
|
|
7487
|
-
type: "string"
|
|
7488
|
-
},
|
|
7489
|
-
error_code: {
|
|
7490
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
7491
|
-
enum: ["august_device_programming_delay"],
|
|
7492
|
-
type: "string"
|
|
7493
|
-
},
|
|
7494
|
-
is_access_code_error: {
|
|
7495
|
-
description: "Indicates that this is an access code error.",
|
|
7496
|
-
enum: [true],
|
|
7497
|
-
type: "boolean"
|
|
7498
|
-
},
|
|
7499
|
-
message: {
|
|
7500
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
7501
|
-
type: "string"
|
|
7502
|
-
}
|
|
7503
|
-
},
|
|
7504
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
7505
|
-
type: "object"
|
|
7506
|
-
},
|
|
7507
7471
|
{
|
|
7508
7472
|
description: "August lock is missing a keypad.",
|
|
7509
7473
|
properties: {
|
|
@@ -8714,27 +8678,6 @@ var openapi = {
|
|
|
8714
8678
|
required: ["message", "warning_code"],
|
|
8715
8679
|
type: "object"
|
|
8716
8680
|
},
|
|
8717
|
-
{
|
|
8718
|
-
description: "Access code has not yet been fully moved to the device.",
|
|
8719
|
-
properties: {
|
|
8720
|
-
created_at: {
|
|
8721
|
-
description: "Date and time at which Seam created the warning.",
|
|
8722
|
-
format: "date-time",
|
|
8723
|
-
type: "string"
|
|
8724
|
-
},
|
|
8725
|
-
message: {
|
|
8726
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
8727
|
-
type: "string"
|
|
8728
|
-
},
|
|
8729
|
-
warning_code: {
|
|
8730
|
-
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
8731
|
-
enum: ["august_device_programming_delay"],
|
|
8732
|
-
type: "string"
|
|
8733
|
-
}
|
|
8734
|
-
},
|
|
8735
|
-
required: ["message", "warning_code"],
|
|
8736
|
-
type: "object"
|
|
8737
|
-
},
|
|
8738
8681
|
{
|
|
8739
8682
|
description: "August lock is temporarily offline.",
|
|
8740
8683
|
properties: {
|
|
@@ -31967,32 +31910,6 @@ var openapi = {
|
|
|
31967
31910
|
required: ["message", "is_access_code_error", "error_code"],
|
|
31968
31911
|
type: "object"
|
|
31969
31912
|
},
|
|
31970
|
-
{
|
|
31971
|
-
description: "Access code has not yet been fully moved to the device.",
|
|
31972
|
-
properties: {
|
|
31973
|
-
created_at: {
|
|
31974
|
-
description: "Date and time at which Seam created the error.",
|
|
31975
|
-
format: "date-time",
|
|
31976
|
-
type: "string"
|
|
31977
|
-
},
|
|
31978
|
-
error_code: {
|
|
31979
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
31980
|
-
enum: ["august_device_programming_delay"],
|
|
31981
|
-
type: "string"
|
|
31982
|
-
},
|
|
31983
|
-
is_access_code_error: {
|
|
31984
|
-
description: "Indicates that this is an access code error.",
|
|
31985
|
-
enum: [true],
|
|
31986
|
-
type: "boolean"
|
|
31987
|
-
},
|
|
31988
|
-
message: {
|
|
31989
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
31990
|
-
type: "string"
|
|
31991
|
-
}
|
|
31992
|
-
},
|
|
31993
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
31994
|
-
type: "object"
|
|
31995
|
-
},
|
|
31996
31913
|
{
|
|
31997
31914
|
description: "August lock is missing a keypad.",
|
|
31998
31915
|
properties: {
|
|
@@ -32920,27 +32837,6 @@ var openapi = {
|
|
|
32920
32837
|
required: ["message", "warning_code"],
|
|
32921
32838
|
type: "object"
|
|
32922
32839
|
},
|
|
32923
|
-
{
|
|
32924
|
-
description: "Access code has not yet been fully moved to the device.",
|
|
32925
|
-
properties: {
|
|
32926
|
-
created_at: {
|
|
32927
|
-
description: "Date and time at which Seam created the warning.",
|
|
32928
|
-
format: "date-time",
|
|
32929
|
-
type: "string"
|
|
32930
|
-
},
|
|
32931
|
-
message: {
|
|
32932
|
-
description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
|
|
32933
|
-
type: "string"
|
|
32934
|
-
},
|
|
32935
|
-
warning_code: {
|
|
32936
|
-
description: "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
|
|
32937
|
-
enum: ["august_device_programming_delay"],
|
|
32938
|
-
type: "string"
|
|
32939
|
-
}
|
|
32940
|
-
},
|
|
32941
|
-
required: ["message", "warning_code"],
|
|
32942
|
-
type: "object"
|
|
32943
|
-
},
|
|
32944
32840
|
{
|
|
32945
32841
|
description: "August lock is temporarily offline.",
|
|
32946
32842
|
properties: {
|