@seamapi/types 1.859.0 → 1.860.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 -57
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -239
- package/dist/index.cjs +0 -57
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -71
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -11
- 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 -26
- package/lib/seam/connect/models/batch.d.ts +0 -72
- package/lib/seam/connect/openapi.js +0 -52
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -99
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -12
- package/src/lib/seam/connect/openapi.ts +0 -60
- package/src/lib/seam/connect/route-types.ts +0 -110
package/dist/connect.cjs
CHANGED
|
@@ -2338,9 +2338,6 @@ var august_lock_missing_keypad = common_access_code_error.extend({
|
|
|
2338
2338
|
var salto_ks_user_not_subscribed = common_access_code_error.extend({
|
|
2339
2339
|
error_code: zod.z.literal("salto_ks_user_not_subscribed").describe(error_code_description3)
|
|
2340
2340
|
}).describe("Salto site user is not subscribed.");
|
|
2341
|
-
var smartthings_no_free_slots_available = common_access_code_error.extend({
|
|
2342
|
-
error_code: zod.z.literal("smartthings_no_free_slots_available").describe(error_code_description3)
|
|
2343
|
-
}).describe("No free slots available on the device.");
|
|
2344
2341
|
var wyze_duplicate_code_name = common_access_code_error.extend({
|
|
2345
2342
|
error_code: zod.z.literal("wyze_duplicate_code_name").describe(error_code_description3)
|
|
2346
2343
|
}).describe("Duplicate access code name detected.");
|
|
@@ -2363,7 +2360,6 @@ var replaced_by_newer_access_code = common_access_code_error.extend({
|
|
|
2363
2360
|
var access_code_error = zod.z.discriminatedUnion("error_code", [
|
|
2364
2361
|
smartthings_failed_to_set_access_code_error,
|
|
2365
2362
|
smartthings_failed_to_set_after_multiple_retries,
|
|
2366
|
-
smartthings_no_free_slots_available,
|
|
2367
2363
|
failed_to_set_on_device,
|
|
2368
2364
|
failed_to_remove_from_device,
|
|
2369
2365
|
duplicate_code_on_device,
|
|
@@ -2388,7 +2384,6 @@ var access_code_error = zod.z.discriminatedUnion("error_code", [
|
|
|
2388
2384
|
zod.z.object({
|
|
2389
2385
|
smartthings_failed_to_set_access_code: smartthings_failed_to_set_access_code_error.optional().nullable(),
|
|
2390
2386
|
smartthings_failed_to_set_after_multiple_retries: smartthings_failed_to_set_after_multiple_retries.optional().nullable(),
|
|
2391
|
-
smartthings_no_free_slots_available: smartthings_no_free_slots_available.optional().nullable(),
|
|
2392
2387
|
failed_to_set_on_device: failed_to_set_on_device.optional().nullable(),
|
|
2393
2388
|
failed_to_remove_from_device: failed_to_remove_from_device.optional().nullable(),
|
|
2394
2389
|
no_space_for_access_code_on_device: no_space_for_access_code_on_device.optional().nullable(),
|
|
@@ -7198,32 +7193,6 @@ var openapi = {
|
|
|
7198
7193
|
required: ["message", "is_access_code_error", "error_code"],
|
|
7199
7194
|
type: "object"
|
|
7200
7195
|
},
|
|
7201
|
-
{
|
|
7202
|
-
description: "No free slots available on the device.",
|
|
7203
|
-
properties: {
|
|
7204
|
-
created_at: {
|
|
7205
|
-
description: "Date and time at which Seam created the error.",
|
|
7206
|
-
format: "date-time",
|
|
7207
|
-
type: "string"
|
|
7208
|
-
},
|
|
7209
|
-
error_code: {
|
|
7210
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
7211
|
-
enum: ["smartthings_no_free_slots_available"],
|
|
7212
|
-
type: "string"
|
|
7213
|
-
},
|
|
7214
|
-
is_access_code_error: {
|
|
7215
|
-
description: "Indicates that this is an access code error.",
|
|
7216
|
-
enum: [true],
|
|
7217
|
-
type: "boolean"
|
|
7218
|
-
},
|
|
7219
|
-
message: {
|
|
7220
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
7221
|
-
type: "string"
|
|
7222
|
-
}
|
|
7223
|
-
},
|
|
7224
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
7225
|
-
type: "object"
|
|
7226
|
-
},
|
|
7227
7196
|
{
|
|
7228
7197
|
description: "Failed to set code on device.",
|
|
7229
7198
|
properties: {
|
|
@@ -31640,32 +31609,6 @@ var openapi = {
|
|
|
31640
31609
|
required: ["message", "is_access_code_error", "error_code"],
|
|
31641
31610
|
type: "object"
|
|
31642
31611
|
},
|
|
31643
|
-
{
|
|
31644
|
-
description: "No free slots available on the device.",
|
|
31645
|
-
properties: {
|
|
31646
|
-
created_at: {
|
|
31647
|
-
description: "Date and time at which Seam created the error.",
|
|
31648
|
-
format: "date-time",
|
|
31649
|
-
type: "string"
|
|
31650
|
-
},
|
|
31651
|
-
error_code: {
|
|
31652
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
31653
|
-
enum: ["smartthings_no_free_slots_available"],
|
|
31654
|
-
type: "string"
|
|
31655
|
-
},
|
|
31656
|
-
is_access_code_error: {
|
|
31657
|
-
description: "Indicates that this is an access code error.",
|
|
31658
|
-
enum: [true],
|
|
31659
|
-
type: "boolean"
|
|
31660
|
-
},
|
|
31661
|
-
message: {
|
|
31662
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
31663
|
-
type: "string"
|
|
31664
|
-
}
|
|
31665
|
-
},
|
|
31666
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
31667
|
-
type: "object"
|
|
31668
|
-
},
|
|
31669
31612
|
{
|
|
31670
31613
|
description: "Failed to set code on device.",
|
|
31671
31614
|
properties: {
|