@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.
@@ -148,22 +148,6 @@ declare const access_code_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObj
148
148
  message: z.ZodString;
149
149
  is_access_code_error: z.ZodLiteral<true>;
150
150
  created_at: z.ZodOptional<z.ZodString>;
151
- } & {
152
- error_code: z.ZodLiteral<"igloohome_bridge_offline">;
153
- }, "strip", z.ZodTypeAny, {
154
- message: string;
155
- error_code: "igloohome_bridge_offline";
156
- is_access_code_error: true;
157
- created_at?: string | undefined;
158
- }, {
159
- message: string;
160
- error_code: "igloohome_bridge_offline";
161
- is_access_code_error: true;
162
- created_at?: string | undefined;
163
- }>, z.ZodObject<{
164
- message: z.ZodString;
165
- is_access_code_error: z.ZodLiteral<true>;
166
- created_at: z.ZodOptional<z.ZodString>;
167
151
  } & {
168
152
  error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
169
153
  }, "strip", z.ZodTypeAny, {
@@ -732,22 +716,6 @@ declare const access_code: z.ZodObject<{
732
716
  message: z.ZodString;
733
717
  is_access_code_error: z.ZodLiteral<true>;
734
718
  created_at: z.ZodOptional<z.ZodString>;
735
- } & {
736
- error_code: z.ZodLiteral<"igloohome_bridge_offline">;
737
- }, "strip", z.ZodTypeAny, {
738
- message: string;
739
- error_code: "igloohome_bridge_offline";
740
- is_access_code_error: true;
741
- created_at?: string | undefined;
742
- }, {
743
- message: string;
744
- error_code: "igloohome_bridge_offline";
745
- is_access_code_error: true;
746
- created_at?: string | undefined;
747
- }>, z.ZodObject<{
748
- message: z.ZodString;
749
- is_access_code_error: z.ZodLiteral<true>;
750
- created_at: z.ZodOptional<z.ZodString>;
751
719
  } & {
752
720
  error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
753
721
  }, "strip", z.ZodTypeAny, {
@@ -1651,11 +1619,6 @@ declare const access_code: z.ZodObject<{
1651
1619
  error_code: "igloohome_bridge_too_many_pending_jobs";
1652
1620
  is_access_code_error: true;
1653
1621
  created_at?: string | undefined;
1654
- } | {
1655
- message: string;
1656
- error_code: "igloohome_bridge_offline";
1657
- is_access_code_error: true;
1658
- created_at?: string | undefined;
1659
1622
  } | {
1660
1623
  message: string;
1661
1624
  error_code: "kwikset_unable_to_confirm_code";
@@ -1949,11 +1912,6 @@ declare const access_code: z.ZodObject<{
1949
1912
  error_code: "igloohome_bridge_too_many_pending_jobs";
1950
1913
  is_access_code_error: true;
1951
1914
  created_at?: string | undefined;
1952
- } | {
1953
- message: string;
1954
- error_code: "igloohome_bridge_offline";
1955
- is_access_code_error: true;
1956
- created_at?: string | undefined;
1957
1915
  } | {
1958
1916
  message: string;
1959
1917
  error_code: "kwikset_unable_to_confirm_code";
@@ -2256,22 +2214,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2256
2214
  message: z.ZodString;
2257
2215
  is_access_code_error: z.ZodLiteral<true>;
2258
2216
  created_at: z.ZodOptional<z.ZodString>;
2259
- } & {
2260
- error_code: z.ZodLiteral<"igloohome_bridge_offline">;
2261
- }, "strip", z.ZodTypeAny, {
2262
- message: string;
2263
- error_code: "igloohome_bridge_offline";
2264
- is_access_code_error: true;
2265
- created_at?: string | undefined;
2266
- }, {
2267
- message: string;
2268
- error_code: "igloohome_bridge_offline";
2269
- is_access_code_error: true;
2270
- created_at?: string | undefined;
2271
- }>, z.ZodObject<{
2272
- message: z.ZodString;
2273
- is_access_code_error: z.ZodLiteral<true>;
2274
- created_at: z.ZodOptional<z.ZodString>;
2275
2217
  } & {
2276
2218
  error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
2277
2219
  }, "strip", z.ZodTypeAny, {
@@ -3169,11 +3111,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3169
3111
  error_code: "igloohome_bridge_too_many_pending_jobs";
3170
3112
  is_access_code_error: true;
3171
3113
  created_at?: string | undefined;
3172
- } | {
3173
- message: string;
3174
- error_code: "igloohome_bridge_offline";
3175
- is_access_code_error: true;
3176
- created_at?: string | undefined;
3177
3114
  } | {
3178
3115
  message: string;
3179
3116
  error_code: "kwikset_unable_to_confirm_code";
@@ -3458,11 +3395,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3458
3395
  error_code: "igloohome_bridge_too_many_pending_jobs";
3459
3396
  is_access_code_error: true;
3460
3397
  created_at?: string | undefined;
3461
- } | {
3462
- message: string;
3463
- error_code: "igloohome_bridge_offline";
3464
- is_access_code_error: true;
3465
- created_at?: string | undefined;
3466
3398
  } | {
3467
3399
  message: string;
3468
3400
  error_code: "kwikset_unable_to_confirm_code";
@@ -29069,22 +29001,6 @@ declare const batch: z.ZodObject<{
29069
29001
  message: z.ZodString;
29070
29002
  is_access_code_error: z.ZodLiteral<true>;
29071
29003
  created_at: z.ZodOptional<z.ZodString>;
29072
- } & {
29073
- error_code: z.ZodLiteral<"igloohome_bridge_offline">;
29074
- }, "strip", z.ZodTypeAny, {
29075
- message: string;
29076
- error_code: "igloohome_bridge_offline";
29077
- is_access_code_error: true;
29078
- created_at?: string | undefined;
29079
- }, {
29080
- message: string;
29081
- error_code: "igloohome_bridge_offline";
29082
- is_access_code_error: true;
29083
- created_at?: string | undefined;
29084
- }>, z.ZodObject<{
29085
- message: z.ZodString;
29086
- is_access_code_error: z.ZodLiteral<true>;
29087
- created_at: z.ZodOptional<z.ZodString>;
29088
29004
  } & {
29089
29005
  error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
29090
29006
  }, "strip", z.ZodTypeAny, {
@@ -29988,11 +29904,6 @@ declare const batch: z.ZodObject<{
29988
29904
  error_code: "igloohome_bridge_too_many_pending_jobs";
29989
29905
  is_access_code_error: true;
29990
29906
  created_at?: string | undefined;
29991
- } | {
29992
- message: string;
29993
- error_code: "igloohome_bridge_offline";
29994
- is_access_code_error: true;
29995
- created_at?: string | undefined;
29996
29907
  } | {
29997
29908
  message: string;
29998
29909
  error_code: "kwikset_unable_to_confirm_code";
@@ -30286,11 +30197,6 @@ declare const batch: z.ZodObject<{
30286
30197
  error_code: "igloohome_bridge_too_many_pending_jobs";
30287
30198
  is_access_code_error: true;
30288
30199
  created_at?: string | undefined;
30289
- } | {
30290
- message: string;
30291
- error_code: "igloohome_bridge_offline";
30292
- is_access_code_error: true;
30293
- created_at?: string | undefined;
30294
30200
  } | {
30295
30201
  message: string;
30296
30202
  error_code: "kwikset_unable_to_confirm_code";
@@ -30591,22 +30497,6 @@ declare const batch: z.ZodObject<{
30591
30497
  message: z.ZodString;
30592
30498
  is_access_code_error: z.ZodLiteral<true>;
30593
30499
  created_at: z.ZodOptional<z.ZodString>;
30594
- } & {
30595
- error_code: z.ZodLiteral<"igloohome_bridge_offline">;
30596
- }, "strip", z.ZodTypeAny, {
30597
- message: string;
30598
- error_code: "igloohome_bridge_offline";
30599
- is_access_code_error: true;
30600
- created_at?: string | undefined;
30601
- }, {
30602
- message: string;
30603
- error_code: "igloohome_bridge_offline";
30604
- is_access_code_error: true;
30605
- created_at?: string | undefined;
30606
- }>, z.ZodObject<{
30607
- message: z.ZodString;
30608
- is_access_code_error: z.ZodLiteral<true>;
30609
- created_at: z.ZodOptional<z.ZodString>;
30610
30500
  } & {
30611
30501
  error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
30612
30502
  }, "strip", z.ZodTypeAny, {
@@ -31504,11 +31394,6 @@ declare const batch: z.ZodObject<{
31504
31394
  error_code: "igloohome_bridge_too_many_pending_jobs";
31505
31395
  is_access_code_error: true;
31506
31396
  created_at?: string | undefined;
31507
- } | {
31508
- message: string;
31509
- error_code: "igloohome_bridge_offline";
31510
- is_access_code_error: true;
31511
- created_at?: string | undefined;
31512
31397
  } | {
31513
31398
  message: string;
31514
31399
  error_code: "kwikset_unable_to_confirm_code";
@@ -31793,11 +31678,6 @@ declare const batch: z.ZodObject<{
31793
31678
  error_code: "igloohome_bridge_too_many_pending_jobs";
31794
31679
  is_access_code_error: true;
31795
31680
  created_at?: string | undefined;
31796
- } | {
31797
- message: string;
31798
- error_code: "igloohome_bridge_offline";
31799
- is_access_code_error: true;
31800
- created_at?: string | undefined;
31801
31681
  } | {
31802
31682
  message: string;
31803
31683
  error_code: "kwikset_unable_to_confirm_code";
@@ -35713,11 +35593,6 @@ declare const batch: z.ZodObject<{
35713
35593
  error_code: "igloohome_bridge_too_many_pending_jobs";
35714
35594
  is_access_code_error: true;
35715
35595
  created_at?: string | undefined;
35716
- } | {
35717
- message: string;
35718
- error_code: "igloohome_bridge_offline";
35719
- is_access_code_error: true;
35720
- created_at?: string | undefined;
35721
35596
  } | {
35722
35597
  message: string;
35723
35598
  error_code: "kwikset_unable_to_confirm_code";
@@ -36012,11 +35887,6 @@ declare const batch: z.ZodObject<{
36012
35887
  error_code: "igloohome_bridge_too_many_pending_jobs";
36013
35888
  is_access_code_error: true;
36014
35889
  created_at?: string | undefined;
36015
- } | {
36016
- message: string;
36017
- error_code: "igloohome_bridge_offline";
36018
- is_access_code_error: true;
36019
- created_at?: string | undefined;
36020
35890
  } | {
36021
35891
  message: string;
36022
35892
  error_code: "kwikset_unable_to_confirm_code";
@@ -39805,11 +39675,6 @@ declare const batch: z.ZodObject<{
39805
39675
  error_code: "igloohome_bridge_too_many_pending_jobs";
39806
39676
  is_access_code_error: true;
39807
39677
  created_at?: string | undefined;
39808
- } | {
39809
- message: string;
39810
- error_code: "igloohome_bridge_offline";
39811
- is_access_code_error: true;
39812
- created_at?: string | undefined;
39813
39678
  } | {
39814
39679
  message: string;
39815
39680
  error_code: "kwikset_unable_to_confirm_code";
@@ -40104,11 +39969,6 @@ declare const batch: z.ZodObject<{
40104
39969
  error_code: "igloohome_bridge_too_many_pending_jobs";
40105
39970
  is_access_code_error: true;
40106
39971
  created_at?: string | undefined;
40107
- } | {
40108
- message: string;
40109
- error_code: "igloohome_bridge_offline";
40110
- is_access_code_error: true;
40111
- created_at?: string | undefined;
40112
39972
  } | {
40113
39973
  message: string;
40114
39974
  error_code: "kwikset_unable_to_confirm_code";
@@ -116362,15 +116222,6 @@ type Routes = {
116362
116222
  created_at?: string | undefined;
116363
116223
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
116364
116224
  error_code: 'igloohome_bridge_too_many_pending_jobs';
116365
- } | {
116366
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
116367
- message: string;
116368
- /** Indicates that this is an access code error. */
116369
- is_access_code_error: true;
116370
- /** Date and time at which Seam created the error. */
116371
- created_at?: string | undefined;
116372
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
116373
- error_code: 'igloohome_bridge_offline';
116374
116225
  } | {
116375
116226
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
116376
116227
  message: string;
@@ -116915,15 +116766,6 @@ type Routes = {
116915
116766
  created_at?: string | undefined;
116916
116767
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
116917
116768
  error_code: 'igloohome_bridge_too_many_pending_jobs';
116918
- } | {
116919
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
116920
- message: string;
116921
- /** Indicates that this is an access code error. */
116922
- is_access_code_error: true;
116923
- /** Date and time at which Seam created the error. */
116924
- created_at?: string | undefined;
116925
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
116926
- error_code: 'igloohome_bridge_offline';
116927
116769
  } | {
116928
116770
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
116929
116771
  message: string;
@@ -118734,15 +118576,6 @@ type Routes = {
118734
118576
  created_at?: string | undefined;
118735
118577
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
118736
118578
  error_code: 'igloohome_bridge_too_many_pending_jobs';
118737
- } | {
118738
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
118739
- message: string;
118740
- /** Indicates that this is an access code error. */
118741
- is_access_code_error: true;
118742
- /** Date and time at which Seam created the error. */
118743
- created_at?: string | undefined;
118744
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
118745
- error_code: 'igloohome_bridge_offline';
118746
118579
  } | {
118747
118580
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
118748
118581
  message: string;
@@ -119261,15 +119094,6 @@ type Routes = {
119261
119094
  created_at?: string | undefined;
119262
119095
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
119263
119096
  error_code: 'igloohome_bridge_too_many_pending_jobs';
119264
- } | {
119265
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
119266
- message: string;
119267
- /** Indicates that this is an access code error. */
119268
- is_access_code_error: true;
119269
- /** Date and time at which Seam created the error. */
119270
- created_at?: string | undefined;
119271
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
119272
- error_code: 'igloohome_bridge_offline';
119273
119097
  } | {
119274
119098
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
119275
119099
  message: string;
@@ -119794,15 +119618,6 @@ type Routes = {
119794
119618
  created_at?: string | undefined;
119795
119619
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
119796
119620
  error_code: 'igloohome_bridge_too_many_pending_jobs';
119797
- } | {
119798
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
119799
- message: string;
119800
- /** Indicates that this is an access code error. */
119801
- is_access_code_error: true;
119802
- /** Date and time at which Seam created the error. */
119803
- created_at?: string | undefined;
119804
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
119805
- error_code: 'igloohome_bridge_offline';
119806
119621
  } | {
119807
119622
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
119808
119623
  message: string;
@@ -120304,15 +120119,6 @@ type Routes = {
120304
120119
  created_at?: string | undefined;
120305
120120
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
120306
120121
  error_code: 'igloohome_bridge_too_many_pending_jobs';
120307
- } | {
120308
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
120309
- message: string;
120310
- /** Indicates that this is an access code error. */
120311
- is_access_code_error: true;
120312
- /** Date and time at which Seam created the error. */
120313
- created_at?: string | undefined;
120314
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
120315
- error_code: 'igloohome_bridge_offline';
120316
120122
  } | {
120317
120123
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
120318
120124
  message: string;
@@ -120849,15 +120655,6 @@ type Routes = {
120849
120655
  created_at?: string | undefined;
120850
120656
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
120851
120657
  error_code: 'igloohome_bridge_too_many_pending_jobs';
120852
- } | {
120853
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
120854
- message: string;
120855
- /** Indicates that this is an access code error. */
120856
- is_access_code_error: true;
120857
- /** Date and time at which Seam created the error. */
120858
- created_at?: string | undefined;
120859
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
120860
- error_code: 'igloohome_bridge_offline';
120861
120658
  } | {
120862
120659
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
120863
120660
  message: string;
@@ -122655,15 +122452,6 @@ type Routes = {
122655
122452
  created_at?: string | undefined;
122656
122453
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
122657
122454
  error_code: 'igloohome_bridge_too_many_pending_jobs';
122658
- } | {
122659
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
122660
- message: string;
122661
- /** Indicates that this is an access code error. */
122662
- is_access_code_error: true;
122663
- /** Date and time at which Seam created the error. */
122664
- created_at?: string | undefined;
122665
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
122666
- error_code: 'igloohome_bridge_offline';
122667
122455
  } | {
122668
122456
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
122669
122457
  message: string;
@@ -123160,15 +122948,6 @@ type Routes = {
123160
122948
  created_at?: string | undefined;
123161
122949
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
123162
122950
  error_code: 'igloohome_bridge_too_many_pending_jobs';
123163
- } | {
123164
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
123165
- message: string;
123166
- /** Indicates that this is an access code error. */
123167
- is_access_code_error: true;
123168
- /** Date and time at which Seam created the error. */
123169
- created_at?: string | undefined;
123170
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
123171
- error_code: 'igloohome_bridge_offline';
123172
122951
  } | {
123173
122952
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
123174
122953
  message: string;
@@ -199126,15 +198905,6 @@ type Routes = {
199126
198905
  created_at?: string | undefined;
199127
198906
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
199128
198907
  error_code: 'igloohome_bridge_too_many_pending_jobs';
199129
- } | {
199130
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
199131
- message: string;
199132
- /** Indicates that this is an access code error. */
199133
- is_access_code_error: true;
199134
- /** Date and time at which Seam created the error. */
199135
- created_at?: string | undefined;
199136
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
199137
- error_code: 'igloohome_bridge_offline';
199138
198908
  } | {
199139
198909
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
199140
198910
  message: string;
@@ -199617,15 +199387,6 @@ type Routes = {
199617
199387
  created_at?: string | undefined;
199618
199388
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
199619
199389
  error_code: 'igloohome_bridge_too_many_pending_jobs';
199620
- } | {
199621
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
199622
- message: string;
199623
- /** Indicates that this is an access code error. */
199624
- is_access_code_error: true;
199625
- /** Date and time at which Seam created the error. */
199626
- created_at?: string | undefined;
199627
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
199628
- error_code: 'igloohome_bridge_offline';
199629
199390
  } | {
199630
199391
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
199631
199392
  message: string;
package/dist/index.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: {