@seamapi/types 1.582.0 → 1.583.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 -57
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -257
- package/dist/index.cjs +0 -57
- 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 -144
- package/lib/seam/connect/openapi.js +0 -52
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -117
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -10
- package/src/lib/seam/connect/openapi.ts +0 -60
- package/src/lib/seam/connect/route-types.ts +0 -130
package/dist/connect.d.cts
CHANGED
|
@@ -260,22 +260,6 @@ declare const access_code_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObj
|
|
|
260
260
|
message: z.ZodString;
|
|
261
261
|
is_access_code_error: z.ZodLiteral<true>;
|
|
262
262
|
created_at: z.ZodOptional<z.ZodString>;
|
|
263
|
-
} & {
|
|
264
|
-
error_code: z.ZodLiteral<"august_device_slots_full">;
|
|
265
|
-
}, "strip", z.ZodTypeAny, {
|
|
266
|
-
message: string;
|
|
267
|
-
error_code: "august_device_slots_full";
|
|
268
|
-
is_access_code_error: true;
|
|
269
|
-
created_at?: string | undefined;
|
|
270
|
-
}, {
|
|
271
|
-
message: string;
|
|
272
|
-
error_code: "august_device_slots_full";
|
|
273
|
-
is_access_code_error: true;
|
|
274
|
-
created_at?: string | undefined;
|
|
275
|
-
}>, z.ZodObject<{
|
|
276
|
-
message: z.ZodString;
|
|
277
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
278
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
279
263
|
} & {
|
|
280
264
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
281
265
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -847,22 +831,6 @@ declare const access_code: z.ZodObject<{
|
|
|
847
831
|
message: z.ZodString;
|
|
848
832
|
is_access_code_error: z.ZodLiteral<true>;
|
|
849
833
|
created_at: z.ZodOptional<z.ZodString>;
|
|
850
|
-
} & {
|
|
851
|
-
error_code: z.ZodLiteral<"august_device_slots_full">;
|
|
852
|
-
}, "strip", z.ZodTypeAny, {
|
|
853
|
-
message: string;
|
|
854
|
-
error_code: "august_device_slots_full";
|
|
855
|
-
is_access_code_error: true;
|
|
856
|
-
created_at?: string | undefined;
|
|
857
|
-
}, {
|
|
858
|
-
message: string;
|
|
859
|
-
error_code: "august_device_slots_full";
|
|
860
|
-
is_access_code_error: true;
|
|
861
|
-
created_at?: string | undefined;
|
|
862
|
-
}>, z.ZodObject<{
|
|
863
|
-
message: z.ZodString;
|
|
864
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
865
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
866
834
|
} & {
|
|
867
835
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
868
836
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1692,11 +1660,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1692
1660
|
error_code: "august_device_programming_delay";
|
|
1693
1661
|
is_access_code_error: true;
|
|
1694
1662
|
created_at?: string | undefined;
|
|
1695
|
-
} | {
|
|
1696
|
-
message: string;
|
|
1697
|
-
error_code: "august_device_slots_full";
|
|
1698
|
-
is_access_code_error: true;
|
|
1699
|
-
created_at?: string | undefined;
|
|
1700
1663
|
} | {
|
|
1701
1664
|
message: string;
|
|
1702
1665
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -1991,11 +1954,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1991
1954
|
error_code: "august_device_programming_delay";
|
|
1992
1955
|
is_access_code_error: true;
|
|
1993
1956
|
created_at?: string | undefined;
|
|
1994
|
-
} | {
|
|
1995
|
-
message: string;
|
|
1996
|
-
error_code: "august_device_slots_full";
|
|
1997
|
-
is_access_code_error: true;
|
|
1998
|
-
created_at?: string | undefined;
|
|
1999
1957
|
} | {
|
|
2000
1958
|
message: string;
|
|
2001
1959
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -2376,22 +2334,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
2376
2334
|
message: z.ZodString;
|
|
2377
2335
|
is_access_code_error: z.ZodLiteral<true>;
|
|
2378
2336
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2379
|
-
} & {
|
|
2380
|
-
error_code: z.ZodLiteral<"august_device_slots_full">;
|
|
2381
|
-
}, "strip", z.ZodTypeAny, {
|
|
2382
|
-
message: string;
|
|
2383
|
-
error_code: "august_device_slots_full";
|
|
2384
|
-
is_access_code_error: true;
|
|
2385
|
-
created_at?: string | undefined;
|
|
2386
|
-
}, {
|
|
2387
|
-
message: string;
|
|
2388
|
-
error_code: "august_device_slots_full";
|
|
2389
|
-
is_access_code_error: true;
|
|
2390
|
-
created_at?: string | undefined;
|
|
2391
|
-
}>, z.ZodObject<{
|
|
2392
|
-
message: z.ZodString;
|
|
2393
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
2394
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
2395
2337
|
} & {
|
|
2396
2338
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
2397
2339
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3215,11 +3157,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3215
3157
|
error_code: "august_device_programming_delay";
|
|
3216
3158
|
is_access_code_error: true;
|
|
3217
3159
|
created_at?: string | undefined;
|
|
3218
|
-
} | {
|
|
3219
|
-
message: string;
|
|
3220
|
-
error_code: "august_device_slots_full";
|
|
3221
|
-
is_access_code_error: true;
|
|
3222
|
-
created_at?: string | undefined;
|
|
3223
3160
|
} | {
|
|
3224
3161
|
message: string;
|
|
3225
3162
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -3505,11 +3442,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3505
3442
|
error_code: "august_device_programming_delay";
|
|
3506
3443
|
is_access_code_error: true;
|
|
3507
3444
|
created_at?: string | undefined;
|
|
3508
|
-
} | {
|
|
3509
|
-
message: string;
|
|
3510
|
-
error_code: "august_device_slots_full";
|
|
3511
|
-
is_access_code_error: true;
|
|
3512
|
-
created_at?: string | undefined;
|
|
3513
3445
|
} | {
|
|
3514
3446
|
message: string;
|
|
3515
3447
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -28087,22 +28019,6 @@ declare const batch: z.ZodObject<{
|
|
|
28087
28019
|
message: z.ZodString;
|
|
28088
28020
|
is_access_code_error: z.ZodLiteral<true>;
|
|
28089
28021
|
created_at: z.ZodOptional<z.ZodString>;
|
|
28090
|
-
} & {
|
|
28091
|
-
error_code: z.ZodLiteral<"august_device_slots_full">;
|
|
28092
|
-
}, "strip", z.ZodTypeAny, {
|
|
28093
|
-
message: string;
|
|
28094
|
-
error_code: "august_device_slots_full";
|
|
28095
|
-
is_access_code_error: true;
|
|
28096
|
-
created_at?: string | undefined;
|
|
28097
|
-
}, {
|
|
28098
|
-
message: string;
|
|
28099
|
-
error_code: "august_device_slots_full";
|
|
28100
|
-
is_access_code_error: true;
|
|
28101
|
-
created_at?: string | undefined;
|
|
28102
|
-
}>, z.ZodObject<{
|
|
28103
|
-
message: z.ZodString;
|
|
28104
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
28105
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
28106
28022
|
} & {
|
|
28107
28023
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
28108
28024
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28932,11 +28848,6 @@ declare const batch: z.ZodObject<{
|
|
|
28932
28848
|
error_code: "august_device_programming_delay";
|
|
28933
28849
|
is_access_code_error: true;
|
|
28934
28850
|
created_at?: string | undefined;
|
|
28935
|
-
} | {
|
|
28936
|
-
message: string;
|
|
28937
|
-
error_code: "august_device_slots_full";
|
|
28938
|
-
is_access_code_error: true;
|
|
28939
|
-
created_at?: string | undefined;
|
|
28940
28851
|
} | {
|
|
28941
28852
|
message: string;
|
|
28942
28853
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -29231,11 +29142,6 @@ declare const batch: z.ZodObject<{
|
|
|
29231
29142
|
error_code: "august_device_programming_delay";
|
|
29232
29143
|
is_access_code_error: true;
|
|
29233
29144
|
created_at?: string | undefined;
|
|
29234
|
-
} | {
|
|
29235
|
-
message: string;
|
|
29236
|
-
error_code: "august_device_slots_full";
|
|
29237
|
-
is_access_code_error: true;
|
|
29238
|
-
created_at?: string | undefined;
|
|
29239
29145
|
} | {
|
|
29240
29146
|
message: string;
|
|
29241
29147
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -29614,22 +29520,6 @@ declare const batch: z.ZodObject<{
|
|
|
29614
29520
|
message: z.ZodString;
|
|
29615
29521
|
is_access_code_error: z.ZodLiteral<true>;
|
|
29616
29522
|
created_at: z.ZodOptional<z.ZodString>;
|
|
29617
|
-
} & {
|
|
29618
|
-
error_code: z.ZodLiteral<"august_device_slots_full">;
|
|
29619
|
-
}, "strip", z.ZodTypeAny, {
|
|
29620
|
-
message: string;
|
|
29621
|
-
error_code: "august_device_slots_full";
|
|
29622
|
-
is_access_code_error: true;
|
|
29623
|
-
created_at?: string | undefined;
|
|
29624
|
-
}, {
|
|
29625
|
-
message: string;
|
|
29626
|
-
error_code: "august_device_slots_full";
|
|
29627
|
-
is_access_code_error: true;
|
|
29628
|
-
created_at?: string | undefined;
|
|
29629
|
-
}>, z.ZodObject<{
|
|
29630
|
-
message: z.ZodString;
|
|
29631
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
29632
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
29633
29523
|
} & {
|
|
29634
29524
|
error_code: z.ZodLiteral<"august_lock_missing_keypad">;
|
|
29635
29525
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -30453,11 +30343,6 @@ declare const batch: z.ZodObject<{
|
|
|
30453
30343
|
error_code: "august_device_programming_delay";
|
|
30454
30344
|
is_access_code_error: true;
|
|
30455
30345
|
created_at?: string | undefined;
|
|
30456
|
-
} | {
|
|
30457
|
-
message: string;
|
|
30458
|
-
error_code: "august_device_slots_full";
|
|
30459
|
-
is_access_code_error: true;
|
|
30460
|
-
created_at?: string | undefined;
|
|
30461
30346
|
} | {
|
|
30462
30347
|
message: string;
|
|
30463
30348
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -30743,11 +30628,6 @@ declare const batch: z.ZodObject<{
|
|
|
30743
30628
|
error_code: "august_device_programming_delay";
|
|
30744
30629
|
is_access_code_error: true;
|
|
30745
30630
|
created_at?: string | undefined;
|
|
30746
|
-
} | {
|
|
30747
|
-
message: string;
|
|
30748
|
-
error_code: "august_device_slots_full";
|
|
30749
|
-
is_access_code_error: true;
|
|
30750
|
-
created_at?: string | undefined;
|
|
30751
30631
|
} | {
|
|
30752
30632
|
message: string;
|
|
30753
30633
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -34455,11 +34335,6 @@ declare const batch: z.ZodObject<{
|
|
|
34455
34335
|
error_code: "august_device_programming_delay";
|
|
34456
34336
|
is_access_code_error: true;
|
|
34457
34337
|
created_at?: string | undefined;
|
|
34458
|
-
} | {
|
|
34459
|
-
message: string;
|
|
34460
|
-
error_code: "august_device_slots_full";
|
|
34461
|
-
is_access_code_error: true;
|
|
34462
|
-
created_at?: string | undefined;
|
|
34463
34338
|
} | {
|
|
34464
34339
|
message: string;
|
|
34465
34340
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -34755,11 +34630,6 @@ declare const batch: z.ZodObject<{
|
|
|
34755
34630
|
error_code: "august_device_programming_delay";
|
|
34756
34631
|
is_access_code_error: true;
|
|
34757
34632
|
created_at?: string | undefined;
|
|
34758
|
-
} | {
|
|
34759
|
-
message: string;
|
|
34760
|
-
error_code: "august_device_slots_full";
|
|
34761
|
-
is_access_code_error: true;
|
|
34762
|
-
created_at?: string | undefined;
|
|
34763
34633
|
} | {
|
|
34764
34634
|
message: string;
|
|
34765
34635
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -38362,11 +38232,6 @@ declare const batch: z.ZodObject<{
|
|
|
38362
38232
|
error_code: "august_device_programming_delay";
|
|
38363
38233
|
is_access_code_error: true;
|
|
38364
38234
|
created_at?: string | undefined;
|
|
38365
|
-
} | {
|
|
38366
|
-
message: string;
|
|
38367
|
-
error_code: "august_device_slots_full";
|
|
38368
|
-
is_access_code_error: true;
|
|
38369
|
-
created_at?: string | undefined;
|
|
38370
38235
|
} | {
|
|
38371
38236
|
message: string;
|
|
38372
38237
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -38662,11 +38527,6 @@ declare const batch: z.ZodObject<{
|
|
|
38662
38527
|
error_code: "august_device_programming_delay";
|
|
38663
38528
|
is_access_code_error: true;
|
|
38664
38529
|
created_at?: string | undefined;
|
|
38665
|
-
} | {
|
|
38666
|
-
message: string;
|
|
38667
|
-
error_code: "august_device_slots_full";
|
|
38668
|
-
is_access_code_error: true;
|
|
38669
|
-
created_at?: string | undefined;
|
|
38670
38530
|
} | {
|
|
38671
38531
|
message: string;
|
|
38672
38532
|
error_code: "august_lock_temporarily_offline";
|
|
@@ -105896,15 +105756,6 @@ type Routes = {
|
|
|
105896
105756
|
created_at?: string | undefined;
|
|
105897
105757
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
105898
105758
|
error_code: 'august_device_programming_delay';
|
|
105899
|
-
} | {
|
|
105900
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
105901
|
-
message: string;
|
|
105902
|
-
/** Indicates that this is an access code error. */
|
|
105903
|
-
is_access_code_error: true;
|
|
105904
|
-
/** Date and time at which Seam created the error. */
|
|
105905
|
-
created_at?: string | undefined;
|
|
105906
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
105907
|
-
error_code: 'august_device_slots_full';
|
|
105908
105759
|
} | {
|
|
105909
105760
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
105910
105761
|
message: string;
|
|
@@ -106450,15 +106301,6 @@ type Routes = {
|
|
|
106450
106301
|
created_at?: string | undefined;
|
|
106451
106302
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
106452
106303
|
error_code: 'august_device_programming_delay';
|
|
106453
|
-
} | {
|
|
106454
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
106455
|
-
message: string;
|
|
106456
|
-
/** Indicates that this is an access code error. */
|
|
106457
|
-
is_access_code_error: true;
|
|
106458
|
-
/** Date and time at which Seam created the error. */
|
|
106459
|
-
created_at?: string | undefined;
|
|
106460
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
106461
|
-
error_code: 'august_device_slots_full';
|
|
106462
106304
|
} | {
|
|
106463
106305
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
106464
106306
|
message: string;
|
|
@@ -108258,15 +108100,6 @@ type Routes = {
|
|
|
108258
108100
|
created_at?: string | undefined;
|
|
108259
108101
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108260
108102
|
error_code: 'august_device_programming_delay';
|
|
108261
|
-
} | {
|
|
108262
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108263
|
-
message: string;
|
|
108264
|
-
/** Indicates that this is an access code error. */
|
|
108265
|
-
is_access_code_error: true;
|
|
108266
|
-
/** Date and time at which Seam created the error. */
|
|
108267
|
-
created_at?: string | undefined;
|
|
108268
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108269
|
-
error_code: 'august_device_slots_full';
|
|
108270
108103
|
} | {
|
|
108271
108104
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108272
108105
|
message: string;
|
|
@@ -108786,15 +108619,6 @@ type Routes = {
|
|
|
108786
108619
|
created_at?: string | undefined;
|
|
108787
108620
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108788
108621
|
error_code: 'august_device_programming_delay';
|
|
108789
|
-
} | {
|
|
108790
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108791
|
-
message: string;
|
|
108792
|
-
/** Indicates that this is an access code error. */
|
|
108793
|
-
is_access_code_error: true;
|
|
108794
|
-
/** Date and time at which Seam created the error. */
|
|
108795
|
-
created_at?: string | undefined;
|
|
108796
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108797
|
-
error_code: 'august_device_slots_full';
|
|
108798
108622
|
} | {
|
|
108799
108623
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108800
108624
|
message: string;
|
|
@@ -109320,15 +109144,6 @@ type Routes = {
|
|
|
109320
109144
|
created_at?: string | undefined;
|
|
109321
109145
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
109322
109146
|
error_code: 'august_device_programming_delay';
|
|
109323
|
-
} | {
|
|
109324
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
109325
|
-
message: string;
|
|
109326
|
-
/** Indicates that this is an access code error. */
|
|
109327
|
-
is_access_code_error: true;
|
|
109328
|
-
/** Date and time at which Seam created the error. */
|
|
109329
|
-
created_at?: string | undefined;
|
|
109330
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
109331
|
-
error_code: 'august_device_slots_full';
|
|
109332
109147
|
} | {
|
|
109333
109148
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
109334
109149
|
message: string;
|
|
@@ -109832,15 +109647,6 @@ type Routes = {
|
|
|
109832
109647
|
created_at?: string | undefined;
|
|
109833
109648
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
109834
109649
|
error_code: 'august_device_programming_delay';
|
|
109835
|
-
} | {
|
|
109836
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
109837
|
-
message: string;
|
|
109838
|
-
/** Indicates that this is an access code error. */
|
|
109839
|
-
is_access_code_error: true;
|
|
109840
|
-
/** Date and time at which Seam created the error. */
|
|
109841
|
-
created_at?: string | undefined;
|
|
109842
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
109843
|
-
error_code: 'august_device_slots_full';
|
|
109844
109650
|
} | {
|
|
109845
109651
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
109846
109652
|
message: string;
|
|
@@ -110377,15 +110183,6 @@ type Routes = {
|
|
|
110377
110183
|
created_at?: string | undefined;
|
|
110378
110184
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
110379
110185
|
error_code: 'august_device_programming_delay';
|
|
110380
|
-
} | {
|
|
110381
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
110382
|
-
message: string;
|
|
110383
|
-
/** Indicates that this is an access code error. */
|
|
110384
|
-
is_access_code_error: true;
|
|
110385
|
-
/** Date and time at which Seam created the error. */
|
|
110386
|
-
created_at?: string | undefined;
|
|
110387
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
110388
|
-
error_code: 'august_device_slots_full';
|
|
110389
110186
|
} | {
|
|
110390
110187
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
110391
110188
|
message: string;
|
|
@@ -112172,15 +111969,6 @@ type Routes = {
|
|
|
112172
111969
|
created_at?: string | undefined;
|
|
112173
111970
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
112174
111971
|
error_code: 'august_device_programming_delay';
|
|
112175
|
-
} | {
|
|
112176
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
112177
|
-
message: string;
|
|
112178
|
-
/** Indicates that this is an access code error. */
|
|
112179
|
-
is_access_code_error: true;
|
|
112180
|
-
/** Date and time at which Seam created the error. */
|
|
112181
|
-
created_at?: string | undefined;
|
|
112182
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
112183
|
-
error_code: 'august_device_slots_full';
|
|
112184
111972
|
} | {
|
|
112185
111973
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
112186
111974
|
message: string;
|
|
@@ -112678,15 +112466,6 @@ type Routes = {
|
|
|
112678
112466
|
created_at?: string | undefined;
|
|
112679
112467
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
112680
112468
|
error_code: 'august_device_programming_delay';
|
|
112681
|
-
} | {
|
|
112682
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
112683
|
-
message: string;
|
|
112684
|
-
/** Indicates that this is an access code error. */
|
|
112685
|
-
is_access_code_error: true;
|
|
112686
|
-
/** Date and time at which Seam created the error. */
|
|
112687
|
-
created_at?: string | undefined;
|
|
112688
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
112689
|
-
error_code: 'august_device_slots_full';
|
|
112690
112469
|
} | {
|
|
112691
112470
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
112692
112471
|
message: string;
|
|
@@ -123871,15 +123650,6 @@ type Routes = {
|
|
|
123871
123650
|
created_at?: string | undefined;
|
|
123872
123651
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
123873
123652
|
error_code: 'august_device_programming_delay';
|
|
123874
|
-
} | {
|
|
123875
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
123876
|
-
message: string;
|
|
123877
|
-
/** Indicates that this is an access code error. */
|
|
123878
|
-
is_access_code_error: true;
|
|
123879
|
-
/** Date and time at which Seam created the error. */
|
|
123880
|
-
created_at?: string | undefined;
|
|
123881
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
123882
|
-
error_code: 'august_device_slots_full';
|
|
123883
123653
|
} | {
|
|
123884
123654
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
123885
123655
|
message: string;
|
|
@@ -124370,15 +124140,6 @@ type Routes = {
|
|
|
124370
124140
|
created_at?: string | undefined;
|
|
124371
124141
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
124372
124142
|
error_code: 'august_device_programming_delay';
|
|
124373
|
-
} | {
|
|
124374
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
124375
|
-
message: string;
|
|
124376
|
-
/** Indicates that this is an access code error. */
|
|
124377
|
-
is_access_code_error: true;
|
|
124378
|
-
/** Date and time at which Seam created the error. */
|
|
124379
|
-
created_at?: string | undefined;
|
|
124380
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
124381
|
-
error_code: 'august_device_slots_full';
|
|
124382
124143
|
} | {
|
|
124383
124144
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
124384
124145
|
message: string;
|
|
@@ -190626,15 +190387,6 @@ type Routes = {
|
|
|
190626
190387
|
created_at?: string | undefined;
|
|
190627
190388
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
190628
190389
|
error_code: 'august_device_programming_delay';
|
|
190629
|
-
} | {
|
|
190630
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
190631
|
-
message: string;
|
|
190632
|
-
/** Indicates that this is an access code error. */
|
|
190633
|
-
is_access_code_error: true;
|
|
190634
|
-
/** Date and time at which Seam created the error. */
|
|
190635
|
-
created_at?: string | undefined;
|
|
190636
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
190637
|
-
error_code: 'august_device_slots_full';
|
|
190638
190390
|
} | {
|
|
190639
190391
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
190640
190392
|
message: string;
|
|
@@ -191125,15 +190877,6 @@ type Routes = {
|
|
|
191125
190877
|
created_at?: string | undefined;
|
|
191126
190878
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
191127
190879
|
error_code: 'august_device_programming_delay';
|
|
191128
|
-
} | {
|
|
191129
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
191130
|
-
message: string;
|
|
191131
|
-
/** Indicates that this is an access code error. */
|
|
191132
|
-
is_access_code_error: true;
|
|
191133
|
-
/** Date and time at which Seam created the error. */
|
|
191134
|
-
created_at?: string | undefined;
|
|
191135
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
191136
|
-
error_code: 'august_device_slots_full';
|
|
191137
190880
|
} | {
|
|
191138
190881
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
191139
190882
|
message: string;
|
package/dist/index.cjs
CHANGED
|
@@ -2003,9 +2003,6 @@ var august_lock_invalid_code_length = common_access_code_error.extend({
|
|
|
2003
2003
|
var august_device_programming_delay_error = common_access_code_error.extend({
|
|
2004
2004
|
error_code: zod.z.literal("august_device_programming_delay").describe(error_code_description3)
|
|
2005
2005
|
}).describe("Access code has not yet been fully moved to the device.");
|
|
2006
|
-
var august_device_slots_full = common_access_code_error.extend({
|
|
2007
|
-
error_code: zod.z.literal("august_device_slots_full").describe(error_code_description3)
|
|
2008
|
-
}).describe("All access code slots on the device are full.");
|
|
2009
2006
|
var august_lock_temporarily_offline_error = common_access_code_error.extend({
|
|
2010
2007
|
error_code: zod.z.literal("august_lock_temporarily_offline").describe(error_code_description3)
|
|
2011
2008
|
}).describe("August lock is temporarily offline.");
|
|
@@ -2050,7 +2047,6 @@ var access_code_error = zod.z.discriminatedUnion("error_code", [
|
|
|
2050
2047
|
code_modified_external_to_seam_error,
|
|
2051
2048
|
august_lock_invalid_code_length,
|
|
2052
2049
|
august_device_programming_delay_error,
|
|
2053
|
-
august_device_slots_full,
|
|
2054
2050
|
august_lock_missing_keypad,
|
|
2055
2051
|
august_lock_temporarily_offline_error,
|
|
2056
2052
|
salto_ks_user_not_subscribed,
|
|
@@ -2082,7 +2078,6 @@ zod.z.object({
|
|
|
2082
2078
|
august_lock_invalid_code_length: august_lock_invalid_code_length.optional().nullable(),
|
|
2083
2079
|
august_device_programming_delay: august_device_programming_delay_error.optional().nullable(),
|
|
2084
2080
|
august_lock_temporarily_offline: august_lock_temporarily_offline_error.optional().nullable(),
|
|
2085
|
-
august_device_slots_full: august_device_slots_full.optional().nullable(),
|
|
2086
2081
|
august_lock_missing_keypad: august_lock_missing_keypad.optional().nullable(),
|
|
2087
2082
|
salto_ks_user_not_subscribed: salto_ks_user_not_subscribed.optional().nullable(),
|
|
2088
2083
|
hubitat_device_programming_delay: hubitat_device_programming_delay.optional().nullable(),
|
|
@@ -6160,32 +6155,6 @@ var openapi_default = {
|
|
|
6160
6155
|
required: ["message", "is_access_code_error", "error_code"],
|
|
6161
6156
|
type: "object"
|
|
6162
6157
|
},
|
|
6163
|
-
{
|
|
6164
|
-
description: "All access code slots on the device are full.",
|
|
6165
|
-
properties: {
|
|
6166
|
-
created_at: {
|
|
6167
|
-
description: "Date and time at which Seam created the error.",
|
|
6168
|
-
format: "date-time",
|
|
6169
|
-
type: "string"
|
|
6170
|
-
},
|
|
6171
|
-
error_code: {
|
|
6172
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
6173
|
-
enum: ["august_device_slots_full"],
|
|
6174
|
-
type: "string"
|
|
6175
|
-
},
|
|
6176
|
-
is_access_code_error: {
|
|
6177
|
-
description: "Indicates that this is an access code error.",
|
|
6178
|
-
enum: [true],
|
|
6179
|
-
type: "boolean"
|
|
6180
|
-
},
|
|
6181
|
-
message: {
|
|
6182
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
6183
|
-
type: "string"
|
|
6184
|
-
}
|
|
6185
|
-
},
|
|
6186
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
6187
|
-
type: "object"
|
|
6188
|
-
},
|
|
6189
6158
|
{
|
|
6190
6159
|
description: "August lock is missing a keypad.",
|
|
6191
6160
|
properties: {
|
|
@@ -25042,32 +25011,6 @@ var openapi_default = {
|
|
|
25042
25011
|
required: ["message", "is_access_code_error", "error_code"],
|
|
25043
25012
|
type: "object"
|
|
25044
25013
|
},
|
|
25045
|
-
{
|
|
25046
|
-
description: "All access code slots on the device are full.",
|
|
25047
|
-
properties: {
|
|
25048
|
-
created_at: {
|
|
25049
|
-
description: "Date and time at which Seam created the error.",
|
|
25050
|
-
format: "date-time",
|
|
25051
|
-
type: "string"
|
|
25052
|
-
},
|
|
25053
|
-
error_code: {
|
|
25054
|
-
description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
|
|
25055
|
-
enum: ["august_device_slots_full"],
|
|
25056
|
-
type: "string"
|
|
25057
|
-
},
|
|
25058
|
-
is_access_code_error: {
|
|
25059
|
-
description: "Indicates that this is an access code error.",
|
|
25060
|
-
enum: [true],
|
|
25061
|
-
type: "boolean"
|
|
25062
|
-
},
|
|
25063
|
-
message: {
|
|
25064
|
-
description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
|
|
25065
|
-
type: "string"
|
|
25066
|
-
}
|
|
25067
|
-
},
|
|
25068
|
-
required: ["message", "is_access_code_error", "error_code"],
|
|
25069
|
-
type: "object"
|
|
25070
|
-
},
|
|
25071
25014
|
{
|
|
25072
25015
|
description: "August lock is missing a keypad.",
|
|
25073
25016
|
properties: {
|