@seamapi/types 1.698.0 → 1.700.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 -118
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -478
- package/dist/index.cjs +0 -118
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -142
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -18
- 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 -52
- package/lib/seam/connect/models/batch.d.ts +0 -144
- package/lib/seam/connect/openapi.js +0 -108
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -198
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +1 -22
- package/src/lib/seam/connect/openapi.ts +0 -124
- package/src/lib/seam/connect/route-types.ts +0 -220
package/dist/connect.cjs
CHANGED
|
@@ -2031,9 +2031,6 @@ var no_space_for_access_code_on_device = common_access_code_error.extend({
|
|
|
2031
2031
|
var igloohome_bridge_too_many_pending_jobs = common_access_code_error.extend({
|
|
2032
2032
|
error_code: zod.z.literal("igloohome_bridge_too_many_pending_jobs").describe(error_code_description3)
|
|
2033
2033
|
}).describe("Igloohome bridge has too many pending jobs in the queue.");
|
|
2034
|
-
var igloohome_bridge_offline = common_access_code_error.extend({
|
|
2035
|
-
error_code: zod.z.literal("igloohome_bridge_offline").describe(error_code_description3)
|
|
2036
|
-
}).describe("Igloohome bridge is offline.");
|
|
2037
2034
|
var kwikset_unable_to_confirm_code = common_access_code_error.extend({
|
|
2038
2035
|
error_code: zod.z.literal("kwikset_unable_to_confirm_code").describe(error_code_description3)
|
|
2039
2036
|
}).describe("Unable to confirm that the access code is set on Kwikset device.");
|
|
@@ -2047,9 +2044,6 @@ var kwikset_insufficient_permissions = common_access_code_error.extend({
|
|
|
2047
2044
|
}).describe(
|
|
2048
2045
|
"Admin role required\u2014insufficient permissions to manage PINs on this Kwikset device. Please have a Home Admin update your role in the Kwikset app, or ask them to set the PIN."
|
|
2049
2046
|
);
|
|
2050
|
-
var igloohome_offline_access_code_no_variance_available = common_access_code_error.extend({
|
|
2051
|
-
error_code: zod.z.literal("igloohome_offline_access_code_no_variance_available").describe(error_code_description3)
|
|
2052
|
-
}).describe("Lock has reached maximum amount of codes.");
|
|
2053
2047
|
var august_lock_invalid_code_length = common_access_code_error.extend({
|
|
2054
2048
|
error_code: zod.z.literal("august_lock_invalid_code_length").describe(error_code_description3)
|
|
2055
2049
|
}).describe("Invalid code length for August lock.");
|
|
@@ -2098,8 +2092,6 @@ var access_code_error = zod.z.discriminatedUnion("error_code", [
|
|
|
2098
2092
|
duplicate_code_attempt_prevented,
|
|
2099
2093
|
no_space_for_access_code_on_device,
|
|
2100
2094
|
igloohome_bridge_too_many_pending_jobs,
|
|
2101
|
-
igloohome_bridge_offline,
|
|
2102
|
-
igloohome_offline_access_code_no_variance_available,
|
|
2103
2095
|
kwikset_unable_to_confirm_code,
|
|
2104
2096
|
kwikset_unable_to_confirm_deletion,
|
|
2105
2097
|
code_modified_external_to_seam_error,
|
|
@@ -2128,8 +2120,6 @@ zod.z.object({
|
|
|
2128
2120
|
duplicate_code_on_device: duplicate_code_on_device.optional().nullable(),
|
|
2129
2121
|
duplicate_code_attempt_prevented: duplicate_code_attempt_prevented.optional().nullable(),
|
|
2130
2122
|
igloohome_bridge_too_many_pending_jobs: igloohome_bridge_too_many_pending_jobs.optional().nullable(),
|
|
2131
|
-
igloohome_bridge_offline: igloohome_bridge_offline.optional().nullable(),
|
|
2132
|
-
igloohome_offline_access_code_no_variance_available: igloohome_offline_access_code_no_variance_available.optional().nullable(),
|
|
2133
2123
|
kwikset_unable_to_confirm_code: kwikset_unable_to_confirm_code.optional().nullable(),
|
|
2134
2124
|
kwikset_unable_to_confirm_deletion: kwikset_unable_to_confirm_deletion.optional().nullable(),
|
|
2135
2125
|
kwikset_insufficient_permissions: kwikset_insufficient_permissions.optional().nullable(),
|
|
@@ -6252,60 +6242,6 @@ var openapi_default = {
|
|
|
6252
6242
|
required: ["message", "is_access_code_error", "error_code"],
|
|
6253
6243
|
type: "object"
|
|
6254
6244
|
},
|
|
6255
|
-
{
|
|
6256
|
-
description: "Igloohome bridge is offline.",
|
|
6257
|
-
properties: {
|
|
6258
|
-
created_at: {
|
|
6259
|
-
description: "Date and time at which Seam created the error.",
|
|
6260
|
-
format: "date-time",
|
|
6261
|
-
type: "string"
|
|
6262
|
-
},
|
|
6263
|
-
error_code: {
|
|
6264
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
6265
|
-
enum: ["igloohome_bridge_offline"],
|
|
6266
|
-
type: "string"
|
|
6267
|
-
},
|
|
6268
|
-
is_access_code_error: {
|
|
6269
|
-
description: "Indicates that this is an access code error.",
|
|
6270
|
-
enum: [true],
|
|
6271
|
-
type: "boolean"
|
|
6272
|
-
},
|
|
6273
|
-
message: {
|
|
6274
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
6275
|
-
type: "string"
|
|
6276
|
-
}
|
|
6277
|
-
},
|
|
6278
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
6279
|
-
type: "object"
|
|
6280
|
-
},
|
|
6281
|
-
{
|
|
6282
|
-
description: "Lock has reached maximum amount of codes.",
|
|
6283
|
-
properties: {
|
|
6284
|
-
created_at: {
|
|
6285
|
-
description: "Date and time at which Seam created the error.",
|
|
6286
|
-
format: "date-time",
|
|
6287
|
-
type: "string"
|
|
6288
|
-
},
|
|
6289
|
-
error_code: {
|
|
6290
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
6291
|
-
enum: [
|
|
6292
|
-
"igloohome_offline_access_code_no_variance_available"
|
|
6293
|
-
],
|
|
6294
|
-
type: "string"
|
|
6295
|
-
},
|
|
6296
|
-
is_access_code_error: {
|
|
6297
|
-
description: "Indicates that this is an access code error.",
|
|
6298
|
-
enum: [true],
|
|
6299
|
-
type: "boolean"
|
|
6300
|
-
},
|
|
6301
|
-
message: {
|
|
6302
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
6303
|
-
type: "string"
|
|
6304
|
-
}
|
|
6305
|
-
},
|
|
6306
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
6307
|
-
type: "object"
|
|
6308
|
-
},
|
|
6309
6245
|
{
|
|
6310
6246
|
description: "Unable to confirm that the access code is set on Kwikset device.",
|
|
6311
6247
|
properties: {
|
|
@@ -25858,60 +25794,6 @@ var openapi_default = {
|
|
|
25858
25794
|
required: ["message", "is_access_code_error", "error_code"],
|
|
25859
25795
|
type: "object"
|
|
25860
25796
|
},
|
|
25861
|
-
{
|
|
25862
|
-
description: "Igloohome bridge is offline.",
|
|
25863
|
-
properties: {
|
|
25864
|
-
created_at: {
|
|
25865
|
-
description: "Date and time at which Seam created the error.",
|
|
25866
|
-
format: "date-time",
|
|
25867
|
-
type: "string"
|
|
25868
|
-
},
|
|
25869
|
-
error_code: {
|
|
25870
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
25871
|
-
enum: ["igloohome_bridge_offline"],
|
|
25872
|
-
type: "string"
|
|
25873
|
-
},
|
|
25874
|
-
is_access_code_error: {
|
|
25875
|
-
description: "Indicates that this is an access code error.",
|
|
25876
|
-
enum: [true],
|
|
25877
|
-
type: "boolean"
|
|
25878
|
-
},
|
|
25879
|
-
message: {
|
|
25880
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
25881
|
-
type: "string"
|
|
25882
|
-
}
|
|
25883
|
-
},
|
|
25884
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
25885
|
-
type: "object"
|
|
25886
|
-
},
|
|
25887
|
-
{
|
|
25888
|
-
description: "Lock has reached maximum amount of codes.",
|
|
25889
|
-
properties: {
|
|
25890
|
-
created_at: {
|
|
25891
|
-
description: "Date and time at which Seam created the error.",
|
|
25892
|
-
format: "date-time",
|
|
25893
|
-
type: "string"
|
|
25894
|
-
},
|
|
25895
|
-
error_code: {
|
|
25896
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
25897
|
-
enum: [
|
|
25898
|
-
"igloohome_offline_access_code_no_variance_available"
|
|
25899
|
-
],
|
|
25900
|
-
type: "string"
|
|
25901
|
-
},
|
|
25902
|
-
is_access_code_error: {
|
|
25903
|
-
description: "Indicates that this is an access code error.",
|
|
25904
|
-
enum: [true],
|
|
25905
|
-
type: "boolean"
|
|
25906
|
-
},
|
|
25907
|
-
message: {
|
|
25908
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
25909
|
-
type: "string"
|
|
25910
|
-
}
|
|
25911
|
-
},
|
|
25912
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
25913
|
-
type: "object"
|
|
25914
|
-
},
|
|
25915
25797
|
{
|
|
25916
25798
|
description: "Unable to confirm that the access code is set on Kwikset device.",
|
|
25917
25799
|
properties: {
|