@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.
- package/dist/connect.cjs +0 -118
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -478
- package/dist/index.cjs +0 -118
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -142
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -18
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -52
- package/lib/seam/connect/models/batch.d.ts +0 -144
- package/lib/seam/connect/openapi.js +0 -108
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -198
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +1 -22
- package/src/lib/seam/connect/openapi.ts +0 -124
- package/src/lib/seam/connect/route-types.ts +0 -220
package/dist/connect.d.cts
CHANGED
|
@@ -148,38 +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
|
-
} & {
|
|
168
|
-
error_code: z.ZodLiteral<"igloohome_offline_access_code_no_variance_available">;
|
|
169
|
-
}, "strip", z.ZodTypeAny, {
|
|
170
|
-
message: string;
|
|
171
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
172
|
-
is_access_code_error: true;
|
|
173
|
-
created_at?: string | undefined;
|
|
174
|
-
}, {
|
|
175
|
-
message: string;
|
|
176
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
177
|
-
is_access_code_error: true;
|
|
178
|
-
created_at?: string | undefined;
|
|
179
|
-
}>, z.ZodObject<{
|
|
180
|
-
message: z.ZodString;
|
|
181
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
182
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
183
151
|
} & {
|
|
184
152
|
error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
|
|
185
153
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -748,38 +716,6 @@ declare const access_code: z.ZodObject<{
|
|
|
748
716
|
message: z.ZodString;
|
|
749
717
|
is_access_code_error: z.ZodLiteral<true>;
|
|
750
718
|
created_at: z.ZodOptional<z.ZodString>;
|
|
751
|
-
} & {
|
|
752
|
-
error_code: z.ZodLiteral<"igloohome_bridge_offline">;
|
|
753
|
-
}, "strip", z.ZodTypeAny, {
|
|
754
|
-
message: string;
|
|
755
|
-
error_code: "igloohome_bridge_offline";
|
|
756
|
-
is_access_code_error: true;
|
|
757
|
-
created_at?: string | undefined;
|
|
758
|
-
}, {
|
|
759
|
-
message: string;
|
|
760
|
-
error_code: "igloohome_bridge_offline";
|
|
761
|
-
is_access_code_error: true;
|
|
762
|
-
created_at?: string | undefined;
|
|
763
|
-
}>, z.ZodObject<{
|
|
764
|
-
message: z.ZodString;
|
|
765
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
766
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
767
|
-
} & {
|
|
768
|
-
error_code: z.ZodLiteral<"igloohome_offline_access_code_no_variance_available">;
|
|
769
|
-
}, "strip", z.ZodTypeAny, {
|
|
770
|
-
message: string;
|
|
771
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
772
|
-
is_access_code_error: true;
|
|
773
|
-
created_at?: string | undefined;
|
|
774
|
-
}, {
|
|
775
|
-
message: string;
|
|
776
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
777
|
-
is_access_code_error: true;
|
|
778
|
-
created_at?: string | undefined;
|
|
779
|
-
}>, z.ZodObject<{
|
|
780
|
-
message: z.ZodString;
|
|
781
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
782
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
783
719
|
} & {
|
|
784
720
|
error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
|
|
785
721
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1683,11 +1619,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1683
1619
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
1684
1620
|
is_access_code_error: true;
|
|
1685
1621
|
created_at?: string | undefined;
|
|
1686
|
-
} | {
|
|
1687
|
-
message: string;
|
|
1688
|
-
error_code: "igloohome_bridge_offline";
|
|
1689
|
-
is_access_code_error: true;
|
|
1690
|
-
created_at?: string | undefined;
|
|
1691
1622
|
} | {
|
|
1692
1623
|
message: string;
|
|
1693
1624
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -1703,11 +1634,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1703
1634
|
error_code: "kwikset_insufficient_permissions";
|
|
1704
1635
|
is_access_code_error: true;
|
|
1705
1636
|
created_at?: string | undefined;
|
|
1706
|
-
} | {
|
|
1707
|
-
message: string;
|
|
1708
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
1709
|
-
is_access_code_error: true;
|
|
1710
|
-
created_at?: string | undefined;
|
|
1711
1637
|
} | {
|
|
1712
1638
|
message: string;
|
|
1713
1639
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -1986,11 +1912,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1986
1912
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
1987
1913
|
is_access_code_error: true;
|
|
1988
1914
|
created_at?: string | undefined;
|
|
1989
|
-
} | {
|
|
1990
|
-
message: string;
|
|
1991
|
-
error_code: "igloohome_bridge_offline";
|
|
1992
|
-
is_access_code_error: true;
|
|
1993
|
-
created_at?: string | undefined;
|
|
1994
1915
|
} | {
|
|
1995
1916
|
message: string;
|
|
1996
1917
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -2006,11 +1927,6 @@ declare const access_code: z.ZodObject<{
|
|
|
2006
1927
|
error_code: "kwikset_insufficient_permissions";
|
|
2007
1928
|
is_access_code_error: true;
|
|
2008
1929
|
created_at?: string | undefined;
|
|
2009
|
-
} | {
|
|
2010
|
-
message: string;
|
|
2011
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
2012
|
-
is_access_code_error: true;
|
|
2013
|
-
created_at?: string | undefined;
|
|
2014
1930
|
} | {
|
|
2015
1931
|
message: string;
|
|
2016
1932
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -2298,38 +2214,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
2298
2214
|
message: z.ZodString;
|
|
2299
2215
|
is_access_code_error: z.ZodLiteral<true>;
|
|
2300
2216
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2301
|
-
} & {
|
|
2302
|
-
error_code: z.ZodLiteral<"igloohome_bridge_offline">;
|
|
2303
|
-
}, "strip", z.ZodTypeAny, {
|
|
2304
|
-
message: string;
|
|
2305
|
-
error_code: "igloohome_bridge_offline";
|
|
2306
|
-
is_access_code_error: true;
|
|
2307
|
-
created_at?: string | undefined;
|
|
2308
|
-
}, {
|
|
2309
|
-
message: string;
|
|
2310
|
-
error_code: "igloohome_bridge_offline";
|
|
2311
|
-
is_access_code_error: true;
|
|
2312
|
-
created_at?: string | undefined;
|
|
2313
|
-
}>, z.ZodObject<{
|
|
2314
|
-
message: z.ZodString;
|
|
2315
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
2316
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
2317
|
-
} & {
|
|
2318
|
-
error_code: z.ZodLiteral<"igloohome_offline_access_code_no_variance_available">;
|
|
2319
|
-
}, "strip", z.ZodTypeAny, {
|
|
2320
|
-
message: string;
|
|
2321
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
2322
|
-
is_access_code_error: true;
|
|
2323
|
-
created_at?: string | undefined;
|
|
2324
|
-
}, {
|
|
2325
|
-
message: string;
|
|
2326
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
2327
|
-
is_access_code_error: true;
|
|
2328
|
-
created_at?: string | undefined;
|
|
2329
|
-
}>, z.ZodObject<{
|
|
2330
|
-
message: z.ZodString;
|
|
2331
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
2332
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
2333
2217
|
} & {
|
|
2334
2218
|
error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
|
|
2335
2219
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3227,11 +3111,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3227
3111
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
3228
3112
|
is_access_code_error: true;
|
|
3229
3113
|
created_at?: string | undefined;
|
|
3230
|
-
} | {
|
|
3231
|
-
message: string;
|
|
3232
|
-
error_code: "igloohome_bridge_offline";
|
|
3233
|
-
is_access_code_error: true;
|
|
3234
|
-
created_at?: string | undefined;
|
|
3235
3114
|
} | {
|
|
3236
3115
|
message: string;
|
|
3237
3116
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -3247,11 +3126,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3247
3126
|
error_code: "kwikset_insufficient_permissions";
|
|
3248
3127
|
is_access_code_error: true;
|
|
3249
3128
|
created_at?: string | undefined;
|
|
3250
|
-
} | {
|
|
3251
|
-
message: string;
|
|
3252
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
3253
|
-
is_access_code_error: true;
|
|
3254
|
-
created_at?: string | undefined;
|
|
3255
3129
|
} | {
|
|
3256
3130
|
message: string;
|
|
3257
3131
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -3521,11 +3395,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3521
3395
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
3522
3396
|
is_access_code_error: true;
|
|
3523
3397
|
created_at?: string | undefined;
|
|
3524
|
-
} | {
|
|
3525
|
-
message: string;
|
|
3526
|
-
error_code: "igloohome_bridge_offline";
|
|
3527
|
-
is_access_code_error: true;
|
|
3528
|
-
created_at?: string | undefined;
|
|
3529
3398
|
} | {
|
|
3530
3399
|
message: string;
|
|
3531
3400
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -3541,11 +3410,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3541
3410
|
error_code: "kwikset_insufficient_permissions";
|
|
3542
3411
|
is_access_code_error: true;
|
|
3543
3412
|
created_at?: string | undefined;
|
|
3544
|
-
} | {
|
|
3545
|
-
message: string;
|
|
3546
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
3547
|
-
is_access_code_error: true;
|
|
3548
|
-
created_at?: string | undefined;
|
|
3549
3413
|
} | {
|
|
3550
3414
|
message: string;
|
|
3551
3415
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -29137,38 +29001,6 @@ declare const batch: z.ZodObject<{
|
|
|
29137
29001
|
message: z.ZodString;
|
|
29138
29002
|
is_access_code_error: z.ZodLiteral<true>;
|
|
29139
29003
|
created_at: z.ZodOptional<z.ZodString>;
|
|
29140
|
-
} & {
|
|
29141
|
-
error_code: z.ZodLiteral<"igloohome_bridge_offline">;
|
|
29142
|
-
}, "strip", z.ZodTypeAny, {
|
|
29143
|
-
message: string;
|
|
29144
|
-
error_code: "igloohome_bridge_offline";
|
|
29145
|
-
is_access_code_error: true;
|
|
29146
|
-
created_at?: string | undefined;
|
|
29147
|
-
}, {
|
|
29148
|
-
message: string;
|
|
29149
|
-
error_code: "igloohome_bridge_offline";
|
|
29150
|
-
is_access_code_error: true;
|
|
29151
|
-
created_at?: string | undefined;
|
|
29152
|
-
}>, z.ZodObject<{
|
|
29153
|
-
message: z.ZodString;
|
|
29154
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
29155
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
29156
|
-
} & {
|
|
29157
|
-
error_code: z.ZodLiteral<"igloohome_offline_access_code_no_variance_available">;
|
|
29158
|
-
}, "strip", z.ZodTypeAny, {
|
|
29159
|
-
message: string;
|
|
29160
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
29161
|
-
is_access_code_error: true;
|
|
29162
|
-
created_at?: string | undefined;
|
|
29163
|
-
}, {
|
|
29164
|
-
message: string;
|
|
29165
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
29166
|
-
is_access_code_error: true;
|
|
29167
|
-
created_at?: string | undefined;
|
|
29168
|
-
}>, z.ZodObject<{
|
|
29169
|
-
message: z.ZodString;
|
|
29170
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
29171
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
29172
29004
|
} & {
|
|
29173
29005
|
error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
|
|
29174
29006
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -30072,11 +29904,6 @@ declare const batch: z.ZodObject<{
|
|
|
30072
29904
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
30073
29905
|
is_access_code_error: true;
|
|
30074
29906
|
created_at?: string | undefined;
|
|
30075
|
-
} | {
|
|
30076
|
-
message: string;
|
|
30077
|
-
error_code: "igloohome_bridge_offline";
|
|
30078
|
-
is_access_code_error: true;
|
|
30079
|
-
created_at?: string | undefined;
|
|
30080
29907
|
} | {
|
|
30081
29908
|
message: string;
|
|
30082
29909
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -30092,11 +29919,6 @@ declare const batch: z.ZodObject<{
|
|
|
30092
29919
|
error_code: "kwikset_insufficient_permissions";
|
|
30093
29920
|
is_access_code_error: true;
|
|
30094
29921
|
created_at?: string | undefined;
|
|
30095
|
-
} | {
|
|
30096
|
-
message: string;
|
|
30097
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
30098
|
-
is_access_code_error: true;
|
|
30099
|
-
created_at?: string | undefined;
|
|
30100
29922
|
} | {
|
|
30101
29923
|
message: string;
|
|
30102
29924
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -30375,11 +30197,6 @@ declare const batch: z.ZodObject<{
|
|
|
30375
30197
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
30376
30198
|
is_access_code_error: true;
|
|
30377
30199
|
created_at?: string | undefined;
|
|
30378
|
-
} | {
|
|
30379
|
-
message: string;
|
|
30380
|
-
error_code: "igloohome_bridge_offline";
|
|
30381
|
-
is_access_code_error: true;
|
|
30382
|
-
created_at?: string | undefined;
|
|
30383
30200
|
} | {
|
|
30384
30201
|
message: string;
|
|
30385
30202
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -30395,11 +30212,6 @@ declare const batch: z.ZodObject<{
|
|
|
30395
30212
|
error_code: "kwikset_insufficient_permissions";
|
|
30396
30213
|
is_access_code_error: true;
|
|
30397
30214
|
created_at?: string | undefined;
|
|
30398
|
-
} | {
|
|
30399
|
-
message: string;
|
|
30400
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
30401
|
-
is_access_code_error: true;
|
|
30402
|
-
created_at?: string | undefined;
|
|
30403
30215
|
} | {
|
|
30404
30216
|
message: string;
|
|
30405
30217
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -30685,38 +30497,6 @@ declare const batch: z.ZodObject<{
|
|
|
30685
30497
|
message: z.ZodString;
|
|
30686
30498
|
is_access_code_error: z.ZodLiteral<true>;
|
|
30687
30499
|
created_at: z.ZodOptional<z.ZodString>;
|
|
30688
|
-
} & {
|
|
30689
|
-
error_code: z.ZodLiteral<"igloohome_bridge_offline">;
|
|
30690
|
-
}, "strip", z.ZodTypeAny, {
|
|
30691
|
-
message: string;
|
|
30692
|
-
error_code: "igloohome_bridge_offline";
|
|
30693
|
-
is_access_code_error: true;
|
|
30694
|
-
created_at?: string | undefined;
|
|
30695
|
-
}, {
|
|
30696
|
-
message: string;
|
|
30697
|
-
error_code: "igloohome_bridge_offline";
|
|
30698
|
-
is_access_code_error: true;
|
|
30699
|
-
created_at?: string | undefined;
|
|
30700
|
-
}>, z.ZodObject<{
|
|
30701
|
-
message: z.ZodString;
|
|
30702
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
30703
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
30704
|
-
} & {
|
|
30705
|
-
error_code: z.ZodLiteral<"igloohome_offline_access_code_no_variance_available">;
|
|
30706
|
-
}, "strip", z.ZodTypeAny, {
|
|
30707
|
-
message: string;
|
|
30708
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
30709
|
-
is_access_code_error: true;
|
|
30710
|
-
created_at?: string | undefined;
|
|
30711
|
-
}, {
|
|
30712
|
-
message: string;
|
|
30713
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
30714
|
-
is_access_code_error: true;
|
|
30715
|
-
created_at?: string | undefined;
|
|
30716
|
-
}>, z.ZodObject<{
|
|
30717
|
-
message: z.ZodString;
|
|
30718
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
30719
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
30720
30500
|
} & {
|
|
30721
30501
|
error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
|
|
30722
30502
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -31614,11 +31394,6 @@ declare const batch: z.ZodObject<{
|
|
|
31614
31394
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
31615
31395
|
is_access_code_error: true;
|
|
31616
31396
|
created_at?: string | undefined;
|
|
31617
|
-
} | {
|
|
31618
|
-
message: string;
|
|
31619
|
-
error_code: "igloohome_bridge_offline";
|
|
31620
|
-
is_access_code_error: true;
|
|
31621
|
-
created_at?: string | undefined;
|
|
31622
31397
|
} | {
|
|
31623
31398
|
message: string;
|
|
31624
31399
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -31634,11 +31409,6 @@ declare const batch: z.ZodObject<{
|
|
|
31634
31409
|
error_code: "kwikset_insufficient_permissions";
|
|
31635
31410
|
is_access_code_error: true;
|
|
31636
31411
|
created_at?: string | undefined;
|
|
31637
|
-
} | {
|
|
31638
|
-
message: string;
|
|
31639
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
31640
|
-
is_access_code_error: true;
|
|
31641
|
-
created_at?: string | undefined;
|
|
31642
31412
|
} | {
|
|
31643
31413
|
message: string;
|
|
31644
31414
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -31908,11 +31678,6 @@ declare const batch: z.ZodObject<{
|
|
|
31908
31678
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
31909
31679
|
is_access_code_error: true;
|
|
31910
31680
|
created_at?: string | undefined;
|
|
31911
|
-
} | {
|
|
31912
|
-
message: string;
|
|
31913
|
-
error_code: "igloohome_bridge_offline";
|
|
31914
|
-
is_access_code_error: true;
|
|
31915
|
-
created_at?: string | undefined;
|
|
31916
31681
|
} | {
|
|
31917
31682
|
message: string;
|
|
31918
31683
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -31928,11 +31693,6 @@ declare const batch: z.ZodObject<{
|
|
|
31928
31693
|
error_code: "kwikset_insufficient_permissions";
|
|
31929
31694
|
is_access_code_error: true;
|
|
31930
31695
|
created_at?: string | undefined;
|
|
31931
|
-
} | {
|
|
31932
|
-
message: string;
|
|
31933
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
31934
|
-
is_access_code_error: true;
|
|
31935
|
-
created_at?: string | undefined;
|
|
31936
31696
|
} | {
|
|
31937
31697
|
message: string;
|
|
31938
31698
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -35833,11 +35593,6 @@ declare const batch: z.ZodObject<{
|
|
|
35833
35593
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
35834
35594
|
is_access_code_error: true;
|
|
35835
35595
|
created_at?: string | undefined;
|
|
35836
|
-
} | {
|
|
35837
|
-
message: string;
|
|
35838
|
-
error_code: "igloohome_bridge_offline";
|
|
35839
|
-
is_access_code_error: true;
|
|
35840
|
-
created_at?: string | undefined;
|
|
35841
35596
|
} | {
|
|
35842
35597
|
message: string;
|
|
35843
35598
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -35853,11 +35608,6 @@ declare const batch: z.ZodObject<{
|
|
|
35853
35608
|
error_code: "kwikset_insufficient_permissions";
|
|
35854
35609
|
is_access_code_error: true;
|
|
35855
35610
|
created_at?: string | undefined;
|
|
35856
|
-
} | {
|
|
35857
|
-
message: string;
|
|
35858
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
35859
|
-
is_access_code_error: true;
|
|
35860
|
-
created_at?: string | undefined;
|
|
35861
35611
|
} | {
|
|
35862
35612
|
message: string;
|
|
35863
35613
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -36137,11 +35887,6 @@ declare const batch: z.ZodObject<{
|
|
|
36137
35887
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
36138
35888
|
is_access_code_error: true;
|
|
36139
35889
|
created_at?: string | undefined;
|
|
36140
|
-
} | {
|
|
36141
|
-
message: string;
|
|
36142
|
-
error_code: "igloohome_bridge_offline";
|
|
36143
|
-
is_access_code_error: true;
|
|
36144
|
-
created_at?: string | undefined;
|
|
36145
35890
|
} | {
|
|
36146
35891
|
message: string;
|
|
36147
35892
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -36157,11 +35902,6 @@ declare const batch: z.ZodObject<{
|
|
|
36157
35902
|
error_code: "kwikset_insufficient_permissions";
|
|
36158
35903
|
is_access_code_error: true;
|
|
36159
35904
|
created_at?: string | undefined;
|
|
36160
|
-
} | {
|
|
36161
|
-
message: string;
|
|
36162
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
36163
|
-
is_access_code_error: true;
|
|
36164
|
-
created_at?: string | undefined;
|
|
36165
35905
|
} | {
|
|
36166
35906
|
message: string;
|
|
36167
35907
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -39935,11 +39675,6 @@ declare const batch: z.ZodObject<{
|
|
|
39935
39675
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
39936
39676
|
is_access_code_error: true;
|
|
39937
39677
|
created_at?: string | undefined;
|
|
39938
|
-
} | {
|
|
39939
|
-
message: string;
|
|
39940
|
-
error_code: "igloohome_bridge_offline";
|
|
39941
|
-
is_access_code_error: true;
|
|
39942
|
-
created_at?: string | undefined;
|
|
39943
39678
|
} | {
|
|
39944
39679
|
message: string;
|
|
39945
39680
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -39955,11 +39690,6 @@ declare const batch: z.ZodObject<{
|
|
|
39955
39690
|
error_code: "kwikset_insufficient_permissions";
|
|
39956
39691
|
is_access_code_error: true;
|
|
39957
39692
|
created_at?: string | undefined;
|
|
39958
|
-
} | {
|
|
39959
|
-
message: string;
|
|
39960
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
39961
|
-
is_access_code_error: true;
|
|
39962
|
-
created_at?: string | undefined;
|
|
39963
39693
|
} | {
|
|
39964
39694
|
message: string;
|
|
39965
39695
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -40239,11 +39969,6 @@ declare const batch: z.ZodObject<{
|
|
|
40239
39969
|
error_code: "igloohome_bridge_too_many_pending_jobs";
|
|
40240
39970
|
is_access_code_error: true;
|
|
40241
39971
|
created_at?: string | undefined;
|
|
40242
|
-
} | {
|
|
40243
|
-
message: string;
|
|
40244
|
-
error_code: "igloohome_bridge_offline";
|
|
40245
|
-
is_access_code_error: true;
|
|
40246
|
-
created_at?: string | undefined;
|
|
40247
39972
|
} | {
|
|
40248
39973
|
message: string;
|
|
40249
39974
|
error_code: "kwikset_unable_to_confirm_code";
|
|
@@ -40259,11 +39984,6 @@ declare const batch: z.ZodObject<{
|
|
|
40259
39984
|
error_code: "kwikset_insufficient_permissions";
|
|
40260
39985
|
is_access_code_error: true;
|
|
40261
39986
|
created_at?: string | undefined;
|
|
40262
|
-
} | {
|
|
40263
|
-
message: string;
|
|
40264
|
-
error_code: "igloohome_offline_access_code_no_variance_available";
|
|
40265
|
-
is_access_code_error: true;
|
|
40266
|
-
created_at?: string | undefined;
|
|
40267
39987
|
} | {
|
|
40268
39988
|
message: string;
|
|
40269
39989
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -116502,24 +116222,6 @@ type Routes = {
|
|
|
116502
116222
|
created_at?: string | undefined;
|
|
116503
116223
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
116504
116224
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
116505
|
-
} | {
|
|
116506
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
116507
|
-
message: string;
|
|
116508
|
-
/** Indicates that this is an access code error. */
|
|
116509
|
-
is_access_code_error: true;
|
|
116510
|
-
/** Date and time at which Seam created the error. */
|
|
116511
|
-
created_at?: string | undefined;
|
|
116512
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
116513
|
-
error_code: 'igloohome_bridge_offline';
|
|
116514
|
-
} | {
|
|
116515
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
116516
|
-
message: string;
|
|
116517
|
-
/** Indicates that this is an access code error. */
|
|
116518
|
-
is_access_code_error: true;
|
|
116519
|
-
/** Date and time at which Seam created the error. */
|
|
116520
|
-
created_at?: string | undefined;
|
|
116521
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
116522
|
-
error_code: 'igloohome_offline_access_code_no_variance_available';
|
|
116523
116225
|
} | {
|
|
116524
116226
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
116525
116227
|
message: string;
|
|
@@ -117064,24 +116766,6 @@ type Routes = {
|
|
|
117064
116766
|
created_at?: string | undefined;
|
|
117065
116767
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117066
116768
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
117067
|
-
} | {
|
|
117068
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117069
|
-
message: string;
|
|
117070
|
-
/** Indicates that this is an access code error. */
|
|
117071
|
-
is_access_code_error: true;
|
|
117072
|
-
/** Date and time at which Seam created the error. */
|
|
117073
|
-
created_at?: string | undefined;
|
|
117074
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117075
|
-
error_code: 'igloohome_bridge_offline';
|
|
117076
|
-
} | {
|
|
117077
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117078
|
-
message: string;
|
|
117079
|
-
/** Indicates that this is an access code error. */
|
|
117080
|
-
is_access_code_error: true;
|
|
117081
|
-
/** Date and time at which Seam created the error. */
|
|
117082
|
-
created_at?: string | undefined;
|
|
117083
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117084
|
-
error_code: 'igloohome_offline_access_code_no_variance_available';
|
|
117085
116769
|
} | {
|
|
117086
116770
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117087
116771
|
message: string;
|
|
@@ -118892,24 +118576,6 @@ type Routes = {
|
|
|
118892
118576
|
created_at?: string | undefined;
|
|
118893
118577
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118894
118578
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
118895
|
-
} | {
|
|
118896
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118897
|
-
message: string;
|
|
118898
|
-
/** Indicates that this is an access code error. */
|
|
118899
|
-
is_access_code_error: true;
|
|
118900
|
-
/** Date and time at which Seam created the error. */
|
|
118901
|
-
created_at?: string | undefined;
|
|
118902
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118903
|
-
error_code: 'igloohome_bridge_offline';
|
|
118904
|
-
} | {
|
|
118905
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118906
|
-
message: string;
|
|
118907
|
-
/** Indicates that this is an access code error. */
|
|
118908
|
-
is_access_code_error: true;
|
|
118909
|
-
/** Date and time at which Seam created the error. */
|
|
118910
|
-
created_at?: string | undefined;
|
|
118911
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118912
|
-
error_code: 'igloohome_offline_access_code_no_variance_available';
|
|
118913
118579
|
} | {
|
|
118914
118580
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118915
118581
|
message: string;
|
|
@@ -119428,24 +119094,6 @@ type Routes = {
|
|
|
119428
119094
|
created_at?: string | undefined;
|
|
119429
119095
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119430
119096
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
119431
|
-
} | {
|
|
119432
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119433
|
-
message: string;
|
|
119434
|
-
/** Indicates that this is an access code error. */
|
|
119435
|
-
is_access_code_error: true;
|
|
119436
|
-
/** Date and time at which Seam created the error. */
|
|
119437
|
-
created_at?: string | undefined;
|
|
119438
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119439
|
-
error_code: 'igloohome_bridge_offline';
|
|
119440
|
-
} | {
|
|
119441
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119442
|
-
message: string;
|
|
119443
|
-
/** Indicates that this is an access code error. */
|
|
119444
|
-
is_access_code_error: true;
|
|
119445
|
-
/** Date and time at which Seam created the error. */
|
|
119446
|
-
created_at?: string | undefined;
|
|
119447
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119448
|
-
error_code: 'igloohome_offline_access_code_no_variance_available';
|
|
119449
119097
|
} | {
|
|
119450
119098
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119451
119099
|
message: string;
|
|
@@ -119970,24 +119618,6 @@ type Routes = {
|
|
|
119970
119618
|
created_at?: string | undefined;
|
|
119971
119619
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119972
119620
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
119973
|
-
} | {
|
|
119974
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119975
|
-
message: string;
|
|
119976
|
-
/** Indicates that this is an access code error. */
|
|
119977
|
-
is_access_code_error: true;
|
|
119978
|
-
/** Date and time at which Seam created the error. */
|
|
119979
|
-
created_at?: string | undefined;
|
|
119980
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119981
|
-
error_code: 'igloohome_bridge_offline';
|
|
119982
|
-
} | {
|
|
119983
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119984
|
-
message: string;
|
|
119985
|
-
/** Indicates that this is an access code error. */
|
|
119986
|
-
is_access_code_error: true;
|
|
119987
|
-
/** Date and time at which Seam created the error. */
|
|
119988
|
-
created_at?: string | undefined;
|
|
119989
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119990
|
-
error_code: 'igloohome_offline_access_code_no_variance_available';
|
|
119991
119621
|
} | {
|
|
119992
119622
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119993
119623
|
message: string;
|
|
@@ -120489,24 +120119,6 @@ type Routes = {
|
|
|
120489
120119
|
created_at?: string | undefined;
|
|
120490
120120
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120491
120121
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
120492
|
-
} | {
|
|
120493
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120494
|
-
message: string;
|
|
120495
|
-
/** Indicates that this is an access code error. */
|
|
120496
|
-
is_access_code_error: true;
|
|
120497
|
-
/** Date and time at which Seam created the error. */
|
|
120498
|
-
created_at?: string | undefined;
|
|
120499
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120500
|
-
error_code: 'igloohome_bridge_offline';
|
|
120501
|
-
} | {
|
|
120502
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120503
|
-
message: string;
|
|
120504
|
-
/** Indicates that this is an access code error. */
|
|
120505
|
-
is_access_code_error: true;
|
|
120506
|
-
/** Date and time at which Seam created the error. */
|
|
120507
|
-
created_at?: string | undefined;
|
|
120508
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120509
|
-
error_code: 'igloohome_offline_access_code_no_variance_available';
|
|
120510
120122
|
} | {
|
|
120511
120123
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120512
120124
|
message: string;
|
|
@@ -121043,24 +120655,6 @@ type Routes = {
|
|
|
121043
120655
|
created_at?: string | undefined;
|
|
121044
120656
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
121045
120657
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
121046
|
-
} | {
|
|
121047
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
121048
|
-
message: string;
|
|
121049
|
-
/** Indicates that this is an access code error. */
|
|
121050
|
-
is_access_code_error: true;
|
|
121051
|
-
/** Date and time at which Seam created the error. */
|
|
121052
|
-
created_at?: string | undefined;
|
|
121053
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
121054
|
-
error_code: 'igloohome_bridge_offline';
|
|
121055
|
-
} | {
|
|
121056
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
121057
|
-
message: string;
|
|
121058
|
-
/** Indicates that this is an access code error. */
|
|
121059
|
-
is_access_code_error: true;
|
|
121060
|
-
/** Date and time at which Seam created the error. */
|
|
121061
|
-
created_at?: string | undefined;
|
|
121062
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
121063
|
-
error_code: 'igloohome_offline_access_code_no_variance_available';
|
|
121064
120658
|
} | {
|
|
121065
120659
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
121066
120660
|
message: string;
|
|
@@ -122858,24 +122452,6 @@ type Routes = {
|
|
|
122858
122452
|
created_at?: string | undefined;
|
|
122859
122453
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
122860
122454
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
122861
|
-
} | {
|
|
122862
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
122863
|
-
message: string;
|
|
122864
|
-
/** Indicates that this is an access code error. */
|
|
122865
|
-
is_access_code_error: true;
|
|
122866
|
-
/** Date and time at which Seam created the error. */
|
|
122867
|
-
created_at?: string | undefined;
|
|
122868
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
122869
|
-
error_code: 'igloohome_bridge_offline';
|
|
122870
|
-
} | {
|
|
122871
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
122872
|
-
message: string;
|
|
122873
|
-
/** Indicates that this is an access code error. */
|
|
122874
|
-
is_access_code_error: true;
|
|
122875
|
-
/** Date and time at which Seam created the error. */
|
|
122876
|
-
created_at?: string | undefined;
|
|
122877
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
122878
|
-
error_code: 'igloohome_offline_access_code_no_variance_available';
|
|
122879
122455
|
} | {
|
|
122880
122456
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
122881
122457
|
message: string;
|
|
@@ -123372,24 +122948,6 @@ type Routes = {
|
|
|
123372
122948
|
created_at?: string | undefined;
|
|
123373
122949
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
123374
122950
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
123375
|
-
} | {
|
|
123376
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
123377
|
-
message: string;
|
|
123378
|
-
/** Indicates that this is an access code error. */
|
|
123379
|
-
is_access_code_error: true;
|
|
123380
|
-
/** Date and time at which Seam created the error. */
|
|
123381
|
-
created_at?: string | undefined;
|
|
123382
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
123383
|
-
error_code: 'igloohome_bridge_offline';
|
|
123384
|
-
} | {
|
|
123385
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
123386
|
-
message: string;
|
|
123387
|
-
/** Indicates that this is an access code error. */
|
|
123388
|
-
is_access_code_error: true;
|
|
123389
|
-
/** Date and time at which Seam created the error. */
|
|
123390
|
-
created_at?: string | undefined;
|
|
123391
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
123392
|
-
error_code: 'igloohome_offline_access_code_no_variance_available';
|
|
123393
122951
|
} | {
|
|
123394
122952
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
123395
122953
|
message: string;
|
|
@@ -199347,24 +198905,6 @@ type Routes = {
|
|
|
199347
198905
|
created_at?: string | undefined;
|
|
199348
198906
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
199349
198907
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
199350
|
-
} | {
|
|
199351
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
199352
|
-
message: string;
|
|
199353
|
-
/** Indicates that this is an access code error. */
|
|
199354
|
-
is_access_code_error: true;
|
|
199355
|
-
/** Date and time at which Seam created the error. */
|
|
199356
|
-
created_at?: string | undefined;
|
|
199357
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
199358
|
-
error_code: 'igloohome_bridge_offline';
|
|
199359
|
-
} | {
|
|
199360
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
199361
|
-
message: string;
|
|
199362
|
-
/** Indicates that this is an access code error. */
|
|
199363
|
-
is_access_code_error: true;
|
|
199364
|
-
/** Date and time at which Seam created the error. */
|
|
199365
|
-
created_at?: string | undefined;
|
|
199366
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
199367
|
-
error_code: 'igloohome_offline_access_code_no_variance_available';
|
|
199368
198908
|
} | {
|
|
199369
198909
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
199370
198910
|
message: string;
|
|
@@ -199847,24 +199387,6 @@ type Routes = {
|
|
|
199847
199387
|
created_at?: string | undefined;
|
|
199848
199388
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
199849
199389
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
199850
|
-
} | {
|
|
199851
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
199852
|
-
message: string;
|
|
199853
|
-
/** Indicates that this is an access code error. */
|
|
199854
|
-
is_access_code_error: true;
|
|
199855
|
-
/** Date and time at which Seam created the error. */
|
|
199856
|
-
created_at?: string | undefined;
|
|
199857
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
199858
|
-
error_code: 'igloohome_bridge_offline';
|
|
199859
|
-
} | {
|
|
199860
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
199861
|
-
message: string;
|
|
199862
|
-
/** Indicates that this is an access code error. */
|
|
199863
|
-
is_access_code_error: true;
|
|
199864
|
-
/** Date and time at which Seam created the error. */
|
|
199865
|
-
created_at?: string | undefined;
|
|
199866
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
199867
|
-
error_code: 'igloohome_offline_access_code_no_variance_available';
|
|
199868
199390
|
} | {
|
|
199869
199391
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
199870
199392
|
message: string;
|