@seamapi/types 1.681.0 → 1.682.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
@@ -2063,9 +2063,11 @@ var wyze_duplicate_code_name = common_access_code_error.extend({
2063
2063
  var wyze_potential_duplicate_code = common_access_code_error.extend({
2064
2064
  error_code: zod.z.literal("wyze_potential_duplicate_code").describe(error_code_description3)
2065
2065
  }).describe("Potential duplicate access code detected.");
2066
- var dormakaba_oracode_no_valid_user_level = common_access_code_error.extend({
2067
- error_code: zod.z.literal("dormakaba_oracode_no_valid_user_level").describe(error_code_description3)
2068
- }).describe("No valid user level for Oracode.");
2066
+ var dormakaba_oracode_invalid_time_range = common_access_code_error.extend({
2067
+ error_code: zod.z.literal("dormakaba_oracode_invalid_time_range").describe(error_code_description3)
2068
+ }).describe(
2069
+ "No Dormakaba Oracode user levels configured for the requested time range."
2070
+ );
2069
2071
  var keynest_unsupported_third_party_locker = common_access_code_error.extend({
2070
2072
  error_code: zod.z.literal("keynest_unsupported_third_party_locker").describe(error_code_description3)
2071
2073
  }).describe("KeyNest locker is not supported.");
@@ -2093,7 +2095,7 @@ var access_code_error = zod.z.discriminatedUnion("error_code", [
2093
2095
  hubitat_no_free_positions_available,
2094
2096
  wyze_duplicate_code_name,
2095
2097
  wyze_potential_duplicate_code,
2096
- dormakaba_oracode_no_valid_user_level,
2098
+ dormakaba_oracode_invalid_time_range,
2097
2099
  kwikset_insufficient_permissions,
2098
2100
  keynest_unsupported_third_party_locker
2099
2101
  ]).describe(
@@ -2124,7 +2126,7 @@ zod.z.object({
2124
2126
  hubitat_no_free_positions_available: hubitat_no_free_positions_available.optional().nullable(),
2125
2127
  wyze_duplicate_code_name: wyze_duplicate_code_name.optional().nullable(),
2126
2128
  wyze_potential_duplicate_code: wyze_potential_duplicate_code.optional().nullable(),
2127
- dormakaba_oracode_no_valid_user_level: dormakaba_oracode_no_valid_user_level.optional().nullable(),
2129
+ dormakaba_oracode_invalid_time_range: dormakaba_oracode_invalid_time_range.optional().nullable(),
2128
2130
  keynest_unsupported_third_party_locker: keynest_unsupported_third_party_locker.optional().nullable()
2129
2131
  });
2130
2132
  var common_access_code_warning = zod.z.object({
@@ -6541,7 +6543,7 @@ var openapi_default = {
6541
6543
  type: "object"
6542
6544
  },
6543
6545
  {
6544
- description: "No valid user level for Oracode.",
6546
+ description: "No Dormakaba Oracode user levels configured for the requested time range.",
6545
6547
  properties: {
6546
6548
  created_at: {
6547
6549
  description: "Date and time at which Seam created the error.",
@@ -6550,7 +6552,7 @@ var openapi_default = {
6550
6552
  },
6551
6553
  error_code: {
6552
6554
  description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
6553
- enum: ["dormakaba_oracode_no_valid_user_level"],
6555
+ enum: ["dormakaba_oracode_invalid_time_range"],
6554
6556
  type: "string"
6555
6557
  },
6556
6558
  is_access_code_error: {
@@ -25909,7 +25911,7 @@ var openapi_default = {
25909
25911
  type: "object"
25910
25912
  },
25911
25913
  {
25912
- description: "No valid user level for Oracode.",
25914
+ description: "No Dormakaba Oracode user levels configured for the requested time range.",
25913
25915
  properties: {
25914
25916
  created_at: {
25915
25917
  description: "Date and time at which Seam created the error.",
@@ -25918,7 +25920,7 @@ var openapi_default = {
25918
25920
  },
25919
25921
  error_code: {
25920
25922
  description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
25921
- enum: ["dormakaba_oracode_no_valid_user_level"],
25923
+ enum: ["dormakaba_oracode_invalid_time_range"],
25922
25924
  type: "string"
25923
25925
  },
25924
25926
  is_access_code_error: {