@seamapi/types 1.859.0 → 1.861.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 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: {
@@ -36393,7 +36336,7 @@ var openapi = {
36393
36336
  },
36394
36337
  code: {
36395
36338
  description: "Code to be used for access.",
36396
- maxLength: 9,
36339
+ maxLength: 12,
36397
36340
  minLength: 4,
36398
36341
  pattern: "^\\d+$",
36399
36342
  type: "string"
@@ -36531,7 +36474,7 @@ var openapi = {
36531
36474
  },
36532
36475
  code: {
36533
36476
  description: "Code to be used for access.",
36534
- maxLength: 9,
36477
+ maxLength: 12,
36535
36478
  minLength: 4,
36536
36479
  pattern: "^\\d+$",
36537
36480
  type: "string"
@@ -36638,7 +36581,7 @@ var openapi = {
36638
36581
  },
36639
36582
  code: {
36640
36583
  description: "Code to be used for access.",
36641
- maxLength: 9,
36584
+ maxLength: 12,
36642
36585
  minLength: 4,
36643
36586
  pattern: "^\\d+$",
36644
36587
  type: "string"
@@ -38667,7 +38610,7 @@ var openapi = {
38667
38610
  },
38668
38611
  code: {
38669
38612
  description: "Code to be used for access.",
38670
- maxLength: 9,
38613
+ maxLength: 12,
38671
38614
  minLength: 4,
38672
38615
  pattern: "^\\d+$",
38673
38616
  type: "string"
@@ -38805,7 +38748,7 @@ var openapi = {
38805
38748
  },
38806
38749
  code: {
38807
38750
  description: "Code to be used for access.",
38808
- maxLength: 9,
38751
+ maxLength: 12,
38809
38752
  minLength: 4,
38810
38753
  pattern: "^\\d+$",
38811
38754
  type: "string"
@@ -38943,7 +38886,7 @@ var openapi = {
38943
38886
  },
38944
38887
  code: {
38945
38888
  description: "Code to be used for access.",
38946
- maxLength: 9,
38889
+ maxLength: 12,
38947
38890
  minLength: 4,
38948
38891
  pattern: "^\\d+$",
38949
38892
  type: "string"