@seamapi/types 1.699.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 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.");
@@ -2095,7 +2092,6 @@ var access_code_error = zod.z.discriminatedUnion("error_code", [
2095
2092
  duplicate_code_attempt_prevented,
2096
2093
  no_space_for_access_code_on_device,
2097
2094
  igloohome_bridge_too_many_pending_jobs,
2098
- igloohome_bridge_offline,
2099
2095
  kwikset_unable_to_confirm_code,
2100
2096
  kwikset_unable_to_confirm_deletion,
2101
2097
  code_modified_external_to_seam_error,
@@ -2124,7 +2120,6 @@ zod.z.object({
2124
2120
  duplicate_code_on_device: duplicate_code_on_device.optional().nullable(),
2125
2121
  duplicate_code_attempt_prevented: duplicate_code_attempt_prevented.optional().nullable(),
2126
2122
  igloohome_bridge_too_many_pending_jobs: igloohome_bridge_too_many_pending_jobs.optional().nullable(),
2127
- igloohome_bridge_offline: igloohome_bridge_offline.optional().nullable(),
2128
2123
  kwikset_unable_to_confirm_code: kwikset_unable_to_confirm_code.optional().nullable(),
2129
2124
  kwikset_unable_to_confirm_deletion: kwikset_unable_to_confirm_deletion.optional().nullable(),
2130
2125
  kwikset_insufficient_permissions: kwikset_insufficient_permissions.optional().nullable(),
@@ -6247,32 +6242,6 @@ var openapi_default = {
6247
6242
  required: ["message", "is_access_code_error", "error_code"],
6248
6243
  type: "object"
6249
6244
  },
6250
- {
6251
- description: "Igloohome bridge is offline.",
6252
- properties: {
6253
- created_at: {
6254
- description: "Date and time at which Seam created the error.",
6255
- format: "date-time",
6256
- type: "string"
6257
- },
6258
- error_code: {
6259
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
6260
- enum: ["igloohome_bridge_offline"],
6261
- type: "string"
6262
- },
6263
- is_access_code_error: {
6264
- description: "Indicates that this is an access code error.",
6265
- enum: [true],
6266
- type: "boolean"
6267
- },
6268
- message: {
6269
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
6270
- type: "string"
6271
- }
6272
- },
6273
- required: ["message", "is_access_code_error", "error_code"],
6274
- type: "object"
6275
- },
6276
6245
  {
6277
6246
  description: "Unable to confirm that the access code is set on Kwikset device.",
6278
6247
  properties: {
@@ -25825,32 +25794,6 @@ var openapi_default = {
25825
25794
  required: ["message", "is_access_code_error", "error_code"],
25826
25795
  type: "object"
25827
25796
  },
25828
- {
25829
- description: "Igloohome bridge is offline.",
25830
- properties: {
25831
- created_at: {
25832
- description: "Date and time at which Seam created the error.",
25833
- format: "date-time",
25834
- type: "string"
25835
- },
25836
- error_code: {
25837
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
25838
- enum: ["igloohome_bridge_offline"],
25839
- type: "string"
25840
- },
25841
- is_access_code_error: {
25842
- description: "Indicates that this is an access code error.",
25843
- enum: [true],
25844
- type: "boolean"
25845
- },
25846
- message: {
25847
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
25848
- type: "string"
25849
- }
25850
- },
25851
- required: ["message", "is_access_code_error", "error_code"],
25852
- type: "object"
25853
- },
25854
25797
  {
25855
25798
  description: "Unable to confirm that the access code is set on Kwikset device.",
25856
25799
  properties: {