@seamapi/types 1.698.0 → 1.699.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 -61
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -239
- package/dist/index.cjs +0 -61
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -71
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -9
- 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 -26
- package/lib/seam/connect/models/batch.d.ts +0 -72
- package/lib/seam/connect/openapi.js +0 -56
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -99
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -12
- package/src/lib/seam/connect/openapi.ts +0 -64
- package/src/lib/seam/connect/route-types.ts +0 -110
package/dist/connect.d.cts
CHANGED
|
@@ -164,22 +164,6 @@ declare const access_code_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObj
|
|
|
164
164
|
message: z.ZodString;
|
|
165
165
|
is_access_code_error: z.ZodLiteral<true>;
|
|
166
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
167
|
} & {
|
|
184
168
|
error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
|
|
185
169
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -764,22 +748,6 @@ declare const access_code: z.ZodObject<{
|
|
|
764
748
|
message: z.ZodString;
|
|
765
749
|
is_access_code_error: z.ZodLiteral<true>;
|
|
766
750
|
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
751
|
} & {
|
|
784
752
|
error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
|
|
785
753
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1703,11 +1671,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1703
1671
|
error_code: "kwikset_insufficient_permissions";
|
|
1704
1672
|
is_access_code_error: true;
|
|
1705
1673
|
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
1674
|
} | {
|
|
1712
1675
|
message: string;
|
|
1713
1676
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -2006,11 +1969,6 @@ declare const access_code: z.ZodObject<{
|
|
|
2006
1969
|
error_code: "kwikset_insufficient_permissions";
|
|
2007
1970
|
is_access_code_error: true;
|
|
2008
1971
|
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
1972
|
} | {
|
|
2015
1973
|
message: string;
|
|
2016
1974
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -2314,22 +2272,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
2314
2272
|
message: z.ZodString;
|
|
2315
2273
|
is_access_code_error: z.ZodLiteral<true>;
|
|
2316
2274
|
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
2275
|
} & {
|
|
2334
2276
|
error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
|
|
2335
2277
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3247,11 +3189,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3247
3189
|
error_code: "kwikset_insufficient_permissions";
|
|
3248
3190
|
is_access_code_error: true;
|
|
3249
3191
|
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
3192
|
} | {
|
|
3256
3193
|
message: string;
|
|
3257
3194
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -3541,11 +3478,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3541
3478
|
error_code: "kwikset_insufficient_permissions";
|
|
3542
3479
|
is_access_code_error: true;
|
|
3543
3480
|
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
3481
|
} | {
|
|
3550
3482
|
message: string;
|
|
3551
3483
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -29153,22 +29085,6 @@ declare const batch: z.ZodObject<{
|
|
|
29153
29085
|
message: z.ZodString;
|
|
29154
29086
|
is_access_code_error: z.ZodLiteral<true>;
|
|
29155
29087
|
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
29088
|
} & {
|
|
29173
29089
|
error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
|
|
29174
29090
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -30092,11 +30008,6 @@ declare const batch: z.ZodObject<{
|
|
|
30092
30008
|
error_code: "kwikset_insufficient_permissions";
|
|
30093
30009
|
is_access_code_error: true;
|
|
30094
30010
|
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
30011
|
} | {
|
|
30101
30012
|
message: string;
|
|
30102
30013
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -30395,11 +30306,6 @@ declare const batch: z.ZodObject<{
|
|
|
30395
30306
|
error_code: "kwikset_insufficient_permissions";
|
|
30396
30307
|
is_access_code_error: true;
|
|
30397
30308
|
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
30309
|
} | {
|
|
30404
30310
|
message: string;
|
|
30405
30311
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -30701,22 +30607,6 @@ declare const batch: z.ZodObject<{
|
|
|
30701
30607
|
message: z.ZodString;
|
|
30702
30608
|
is_access_code_error: z.ZodLiteral<true>;
|
|
30703
30609
|
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
30610
|
} & {
|
|
30721
30611
|
error_code: z.ZodLiteral<"kwikset_unable_to_confirm_code">;
|
|
30722
30612
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -31634,11 +31524,6 @@ declare const batch: z.ZodObject<{
|
|
|
31634
31524
|
error_code: "kwikset_insufficient_permissions";
|
|
31635
31525
|
is_access_code_error: true;
|
|
31636
31526
|
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
31527
|
} | {
|
|
31643
31528
|
message: string;
|
|
31644
31529
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -31928,11 +31813,6 @@ declare const batch: z.ZodObject<{
|
|
|
31928
31813
|
error_code: "kwikset_insufficient_permissions";
|
|
31929
31814
|
is_access_code_error: true;
|
|
31930
31815
|
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
31816
|
} | {
|
|
31937
31817
|
message: string;
|
|
31938
31818
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -35853,11 +35733,6 @@ declare const batch: z.ZodObject<{
|
|
|
35853
35733
|
error_code: "kwikset_insufficient_permissions";
|
|
35854
35734
|
is_access_code_error: true;
|
|
35855
35735
|
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
35736
|
} | {
|
|
35862
35737
|
message: string;
|
|
35863
35738
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -36157,11 +36032,6 @@ declare const batch: z.ZodObject<{
|
|
|
36157
36032
|
error_code: "kwikset_insufficient_permissions";
|
|
36158
36033
|
is_access_code_error: true;
|
|
36159
36034
|
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
36035
|
} | {
|
|
36166
36036
|
message: string;
|
|
36167
36037
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -39955,11 +39825,6 @@ declare const batch: z.ZodObject<{
|
|
|
39955
39825
|
error_code: "kwikset_insufficient_permissions";
|
|
39956
39826
|
is_access_code_error: true;
|
|
39957
39827
|
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
39828
|
} | {
|
|
39964
39829
|
message: string;
|
|
39965
39830
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -40259,11 +40124,6 @@ declare const batch: z.ZodObject<{
|
|
|
40259
40124
|
error_code: "kwikset_insufficient_permissions";
|
|
40260
40125
|
is_access_code_error: true;
|
|
40261
40126
|
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
40127
|
} | {
|
|
40268
40128
|
message: string;
|
|
40269
40129
|
error_code: "august_lock_invalid_code_length";
|
|
@@ -116511,15 +116371,6 @@ type Routes = {
|
|
|
116511
116371
|
created_at?: string | undefined;
|
|
116512
116372
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
116513
116373
|
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
116374
|
} | {
|
|
116524
116375
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
116525
116376
|
message: string;
|
|
@@ -117073,15 +116924,6 @@ type Routes = {
|
|
|
117073
116924
|
created_at?: string | undefined;
|
|
117074
116925
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
117075
116926
|
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
116927
|
} | {
|
|
117086
116928
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
117087
116929
|
message: string;
|
|
@@ -118901,15 +118743,6 @@ type Routes = {
|
|
|
118901
118743
|
created_at?: string | undefined;
|
|
118902
118744
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118903
118745
|
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
118746
|
} | {
|
|
118914
118747
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118915
118748
|
message: string;
|
|
@@ -119437,15 +119270,6 @@ type Routes = {
|
|
|
119437
119270
|
created_at?: string | undefined;
|
|
119438
119271
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119439
119272
|
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
119273
|
} | {
|
|
119450
119274
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119451
119275
|
message: string;
|
|
@@ -119979,15 +119803,6 @@ type Routes = {
|
|
|
119979
119803
|
created_at?: string | undefined;
|
|
119980
119804
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119981
119805
|
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
119806
|
} | {
|
|
119992
119807
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119993
119808
|
message: string;
|
|
@@ -120498,15 +120313,6 @@ type Routes = {
|
|
|
120498
120313
|
created_at?: string | undefined;
|
|
120499
120314
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
120500
120315
|
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
120316
|
} | {
|
|
120511
120317
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
120512
120318
|
message: string;
|
|
@@ -121052,15 +120858,6 @@ type Routes = {
|
|
|
121052
120858
|
created_at?: string | undefined;
|
|
121053
120859
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
121054
120860
|
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
120861
|
} | {
|
|
121065
120862
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
121066
120863
|
message: string;
|
|
@@ -122867,15 +122664,6 @@ type Routes = {
|
|
|
122867
122664
|
created_at?: string | undefined;
|
|
122868
122665
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
122869
122666
|
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
122667
|
} | {
|
|
122880
122668
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
122881
122669
|
message: string;
|
|
@@ -123381,15 +123169,6 @@ type Routes = {
|
|
|
123381
123169
|
created_at?: string | undefined;
|
|
123382
123170
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
123383
123171
|
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
123172
|
} | {
|
|
123394
123173
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
123395
123174
|
message: string;
|
|
@@ -199356,15 +199135,6 @@ type Routes = {
|
|
|
199356
199135
|
created_at?: string | undefined;
|
|
199357
199136
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
199358
199137
|
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
199138
|
} | {
|
|
199369
199139
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
199370
199140
|
message: string;
|
|
@@ -199856,15 +199626,6 @@ type Routes = {
|
|
|
199856
199626
|
created_at?: string | undefined;
|
|
199857
199627
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
199858
199628
|
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
199629
|
} | {
|
|
199869
199630
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
199870
199631
|
message: string;
|
package/dist/index.cjs
CHANGED
|
@@ -2047,9 +2047,6 @@ var kwikset_insufficient_permissions = common_access_code_error.extend({
|
|
|
2047
2047
|
}).describe(
|
|
2048
2048
|
"Admin role required\u2014insufficient permissions to manage PINs on this Kwikset device. Please have a Home Admin update your role in the Kwikset app, or ask them to set the PIN."
|
|
2049
2049
|
);
|
|
2050
|
-
var igloohome_offline_access_code_no_variance_available = common_access_code_error.extend({
|
|
2051
|
-
error_code: zod.z.literal("igloohome_offline_access_code_no_variance_available").describe(error_code_description3)
|
|
2052
|
-
}).describe("Lock has reached maximum amount of codes.");
|
|
2053
2050
|
var august_lock_invalid_code_length = common_access_code_error.extend({
|
|
2054
2051
|
error_code: zod.z.literal("august_lock_invalid_code_length").describe(error_code_description3)
|
|
2055
2052
|
}).describe("Invalid code length for August lock.");
|
|
@@ -2099,7 +2096,6 @@ var access_code_error = zod.z.discriminatedUnion("error_code", [
|
|
|
2099
2096
|
no_space_for_access_code_on_device,
|
|
2100
2097
|
igloohome_bridge_too_many_pending_jobs,
|
|
2101
2098
|
igloohome_bridge_offline,
|
|
2102
|
-
igloohome_offline_access_code_no_variance_available,
|
|
2103
2099
|
kwikset_unable_to_confirm_code,
|
|
2104
2100
|
kwikset_unable_to_confirm_deletion,
|
|
2105
2101
|
code_modified_external_to_seam_error,
|
|
@@ -2129,7 +2125,6 @@ zod.z.object({
|
|
|
2129
2125
|
duplicate_code_attempt_prevented: duplicate_code_attempt_prevented.optional().nullable(),
|
|
2130
2126
|
igloohome_bridge_too_many_pending_jobs: igloohome_bridge_too_many_pending_jobs.optional().nullable(),
|
|
2131
2127
|
igloohome_bridge_offline: igloohome_bridge_offline.optional().nullable(),
|
|
2132
|
-
igloohome_offline_access_code_no_variance_available: igloohome_offline_access_code_no_variance_available.optional().nullable(),
|
|
2133
2128
|
kwikset_unable_to_confirm_code: kwikset_unable_to_confirm_code.optional().nullable(),
|
|
2134
2129
|
kwikset_unable_to_confirm_deletion: kwikset_unable_to_confirm_deletion.optional().nullable(),
|
|
2135
2130
|
kwikset_insufficient_permissions: kwikset_insufficient_permissions.optional().nullable(),
|
|
@@ -6278,34 +6273,6 @@ var openapi_default = {
|
|
|
6278
6273
|
required: ["message", "is_access_code_error", "error_code"],
|
|
6279
6274
|
type: "object"
|
|
6280
6275
|
},
|
|
6281
|
-
{
|
|
6282
|
-
description: "Lock has reached maximum amount of codes.",
|
|
6283
|
-
properties: {
|
|
6284
|
-
created_at: {
|
|
6285
|
-
description: "Date and time at which Seam created the error.",
|
|
6286
|
-
format: "date-time",
|
|
6287
|
-
type: "string"
|
|
6288
|
-
},
|
|
6289
|
-
error_code: {
|
|
6290
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
6291
|
-
enum: [
|
|
6292
|
-
"igloohome_offline_access_code_no_variance_available"
|
|
6293
|
-
],
|
|
6294
|
-
type: "string"
|
|
6295
|
-
},
|
|
6296
|
-
is_access_code_error: {
|
|
6297
|
-
description: "Indicates that this is an access code error.",
|
|
6298
|
-
enum: [true],
|
|
6299
|
-
type: "boolean"
|
|
6300
|
-
},
|
|
6301
|
-
message: {
|
|
6302
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
6303
|
-
type: "string"
|
|
6304
|
-
}
|
|
6305
|
-
},
|
|
6306
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
6307
|
-
type: "object"
|
|
6308
|
-
},
|
|
6309
6276
|
{
|
|
6310
6277
|
description: "Unable to confirm that the access code is set on Kwikset device.",
|
|
6311
6278
|
properties: {
|
|
@@ -25884,34 +25851,6 @@ var openapi_default = {
|
|
|
25884
25851
|
required: ["message", "is_access_code_error", "error_code"],
|
|
25885
25852
|
type: "object"
|
|
25886
25853
|
},
|
|
25887
|
-
{
|
|
25888
|
-
description: "Lock has reached maximum amount of codes.",
|
|
25889
|
-
properties: {
|
|
25890
|
-
created_at: {
|
|
25891
|
-
description: "Date and time at which Seam created the error.",
|
|
25892
|
-
format: "date-time",
|
|
25893
|
-
type: "string"
|
|
25894
|
-
},
|
|
25895
|
-
error_code: {
|
|
25896
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
25897
|
-
enum: [
|
|
25898
|
-
"igloohome_offline_access_code_no_variance_available"
|
|
25899
|
-
],
|
|
25900
|
-
type: "string"
|
|
25901
|
-
},
|
|
25902
|
-
is_access_code_error: {
|
|
25903
|
-
description: "Indicates that this is an access code error.",
|
|
25904
|
-
enum: [true],
|
|
25905
|
-
type: "boolean"
|
|
25906
|
-
},
|
|
25907
|
-
message: {
|
|
25908
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
25909
|
-
type: "string"
|
|
25910
|
-
}
|
|
25911
|
-
},
|
|
25912
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
25913
|
-
type: "object"
|
|
25914
|
-
},
|
|
25915
25854
|
{
|
|
25916
25855
|
description: "Unable to confirm that the access code is set on Kwikset device.",
|
|
25917
25856
|
properties: {
|