@seamapi/types 1.395.0 → 1.395.1

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
@@ -1470,9 +1470,6 @@ var kwikset_unable_to_confirm_deletion = common_access_code_error.extend({
1470
1470
  var igloohome_offline_access_code_no_variance_available = common_access_code_error.extend({
1471
1471
  error_code: zod.z.literal("igloohome_offline_access_code_no_variance_available").describe(error_code_description3)
1472
1472
  }).describe("Lock has reached maximum amount of codes.");
1473
- var schlage_lock_exceeds_maximum_number_of_access_codes = common_access_code_error.extend({
1474
- error_code: zod.z.literal("schlage_lock_exceeds_maximum_number_of_access_codes").describe(error_code_description3)
1475
- }).describe("Lock has reached maximum amount of codes.");
1476
1473
  var august_lock_invalid_code_length = common_access_code_error.extend({
1477
1474
  error_code: zod.z.literal("august_lock_invalid_code_length").describe(error_code_description3)
1478
1475
  }).describe("Invalid code length for August lock.");
@@ -1521,7 +1518,6 @@ var access_code_error = zod.z.discriminatedUnion("error_code", [
1521
1518
  igloohome_bridge_too_many_pending_jobs,
1522
1519
  igloohome_bridge_offline,
1523
1520
  igloohome_offline_access_code_no_variance_available,
1524
- schlage_lock_exceeds_maximum_number_of_access_codes,
1525
1521
  kwikset_unable_to_confirm_code,
1526
1522
  kwikset_unable_to_confirm_deletion,
1527
1523
  code_modified_external_to_seam_error,
@@ -1564,8 +1560,7 @@ zod.z.object({
1564
1560
  hubitat_no_free_positions_available: hubitat_no_free_positions_available.optional().nullable(),
1565
1561
  wyze_duplicate_code_name: wyze_duplicate_code_name.optional().nullable(),
1566
1562
  wyze_potential_duplicate_code: wyze_potential_duplicate_code.optional().nullable(),
1567
- dormakaba_oracode_no_valid_user_level: dormakaba_oracode_no_valid_user_level.optional().nullable(),
1568
- schlage_lock_exceeds_maximum_number_of_access_codes: schlage_lock_exceeds_maximum_number_of_access_codes.optional().nullable()
1563
+ dormakaba_oracode_no_valid_user_level: dormakaba_oracode_no_valid_user_level.optional().nullable()
1569
1564
  });
1570
1565
  var common_access_code_warning = zod.z.object({
1571
1566
  message: zod.z.string().describe(
@@ -4898,34 +4893,6 @@ var openapi_default = {
4898
4893
  required: ["message", "is_access_code_error", "error_code"],
4899
4894
  type: "object"
4900
4895
  },
4901
- {
4902
- description: "Lock has reached maximum amount of codes.",
4903
- properties: {
4904
- created_at: {
4905
- description: "Date and time at which Seam created the error.",
4906
- format: "date-time",
4907
- type: "string"
4908
- },
4909
- error_code: {
4910
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
4911
- enum: [
4912
- "schlage_lock_exceeds_maximum_number_of_access_codes"
4913
- ],
4914
- type: "string"
4915
- },
4916
- is_access_code_error: {
4917
- description: "Indicates that this is an access code error.",
4918
- enum: [true],
4919
- type: "boolean"
4920
- },
4921
- message: {
4922
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
4923
- type: "string"
4924
- }
4925
- },
4926
- required: ["message", "is_access_code_error", "error_code"],
4927
- type: "object"
4928
- },
4929
4896
  {
4930
4897
  description: "Unable to confirm that the access code is set on Kwikset device.",
4931
4898
  properties: {
@@ -18825,34 +18792,6 @@ var openapi_default = {
18825
18792
  required: ["message", "is_access_code_error", "error_code"],
18826
18793
  type: "object"
18827
18794
  },
18828
- {
18829
- description: "Lock has reached maximum amount of codes.",
18830
- properties: {
18831
- created_at: {
18832
- description: "Date and time at which Seam created the error.",
18833
- format: "date-time",
18834
- type: "string"
18835
- },
18836
- error_code: {
18837
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
18838
- enum: [
18839
- "schlage_lock_exceeds_maximum_number_of_access_codes"
18840
- ],
18841
- type: "string"
18842
- },
18843
- is_access_code_error: {
18844
- description: "Indicates that this is an access code error.",
18845
- enum: [true],
18846
- type: "boolean"
18847
- },
18848
- message: {
18849
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
18850
- type: "string"
18851
- }
18852
- },
18853
- required: ["message", "is_access_code_error", "error_code"],
18854
- type: "object"
18855
- },
18856
18795
  {
18857
18796
  description: "Unable to confirm that the access code is set on Kwikset device.",
18858
18797
  properties: {