@seamapi/types 1.698.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.
@@ -276,60 +276,6 @@ export default {
276
276
  required: ['message', 'is_access_code_error', 'error_code'],
277
277
  type: 'object',
278
278
  },
279
- {
280
- description: 'Igloohome bridge is offline.',
281
- properties: {
282
- created_at: {
283
- description: 'Date and time at which Seam created the error.',
284
- format: 'date-time',
285
- type: 'string',
286
- },
287
- error_code: {
288
- description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
289
- enum: ['igloohome_bridge_offline'],
290
- type: 'string',
291
- },
292
- is_access_code_error: {
293
- description: 'Indicates that this is an access code error.',
294
- enum: [true],
295
- type: 'boolean',
296
- },
297
- message: {
298
- description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
299
- type: 'string',
300
- },
301
- },
302
- required: ['message', 'is_access_code_error', 'error_code'],
303
- type: 'object',
304
- },
305
- {
306
- description: 'Lock has reached maximum amount of codes.',
307
- properties: {
308
- created_at: {
309
- description: 'Date and time at which Seam created the error.',
310
- format: 'date-time',
311
- type: 'string',
312
- },
313
- error_code: {
314
- description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
315
- enum: [
316
- 'igloohome_offline_access_code_no_variance_available',
317
- ],
318
- type: 'string',
319
- },
320
- is_access_code_error: {
321
- description: 'Indicates that this is an access code error.',
322
- enum: [true],
323
- type: 'boolean',
324
- },
325
- message: {
326
- description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
327
- type: 'string',
328
- },
329
- },
330
- required: ['message', 'is_access_code_error', 'error_code'],
331
- type: 'object',
332
- },
333
279
  {
334
280
  description: 'Unable to confirm that the access code is set on Kwikset device.',
335
281
  properties: {
@@ -19882,60 +19828,6 @@ export default {
19882
19828
  required: ['message', 'is_access_code_error', 'error_code'],
19883
19829
  type: 'object',
19884
19830
  },
19885
- {
19886
- description: 'Igloohome bridge is offline.',
19887
- properties: {
19888
- created_at: {
19889
- description: 'Date and time at which Seam created the error.',
19890
- format: 'date-time',
19891
- type: 'string',
19892
- },
19893
- error_code: {
19894
- description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
19895
- enum: ['igloohome_bridge_offline'],
19896
- type: 'string',
19897
- },
19898
- is_access_code_error: {
19899
- description: 'Indicates that this is an access code error.',
19900
- enum: [true],
19901
- type: 'boolean',
19902
- },
19903
- message: {
19904
- description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
19905
- type: 'string',
19906
- },
19907
- },
19908
- required: ['message', 'is_access_code_error', 'error_code'],
19909
- type: 'object',
19910
- },
19911
- {
19912
- description: 'Lock has reached maximum amount of codes.',
19913
- properties: {
19914
- created_at: {
19915
- description: 'Date and time at which Seam created the error.',
19916
- format: 'date-time',
19917
- type: 'string',
19918
- },
19919
- error_code: {
19920
- description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
19921
- enum: [
19922
- 'igloohome_offline_access_code_no_variance_available',
19923
- ],
19924
- type: 'string',
19925
- },
19926
- is_access_code_error: {
19927
- description: 'Indicates that this is an access code error.',
19928
- enum: [true],
19929
- type: 'boolean',
19930
- },
19931
- message: {
19932
- description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
19933
- type: 'string',
19934
- },
19935
- },
19936
- required: ['message', 'is_access_code_error', 'error_code'],
19937
- type: 'object',
19938
- },
19939
19831
  {
19940
19832
  description: 'Unable to confirm that the access code is set on Kwikset device.',
19941
19833
  properties: {