@seamapi/types 1.923.0 → 1.925.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 +2 -124
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -299
- package/dist/index.cjs +2 -124
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -129
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -28
- 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 -47
- package/lib/seam/connect/openapi.js +0 -100
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -176
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -32
- package/src/lib/seam/connect/openapi.ts +0 -118
- package/src/lib/seam/connect/route-types.ts +0 -198
package/dist/connect.d.cts
CHANGED
|
@@ -208,22 +208,6 @@ declare const access_code_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObj
|
|
|
208
208
|
error_code: "insufficient_permissions";
|
|
209
209
|
is_access_code_error: true;
|
|
210
210
|
created_at?: string | undefined;
|
|
211
|
-
}>, z.ZodObject<{
|
|
212
|
-
message: z.ZodString;
|
|
213
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
214
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
215
|
-
} & {
|
|
216
|
-
error_code: z.ZodLiteral<"replaced_by_newer_access_code">;
|
|
217
|
-
}, "strip", z.ZodTypeAny, {
|
|
218
|
-
message: string;
|
|
219
|
-
error_code: "replaced_by_newer_access_code";
|
|
220
|
-
is_access_code_error: true;
|
|
221
|
-
created_at?: string | undefined;
|
|
222
|
-
}, {
|
|
223
|
-
message: string;
|
|
224
|
-
error_code: "replaced_by_newer_access_code";
|
|
225
|
-
is_access_code_error: true;
|
|
226
|
-
created_at?: string | undefined;
|
|
227
211
|
}>]>;
|
|
228
212
|
type AccessCodeError = z.infer<typeof access_code_error>;
|
|
229
213
|
declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
|
|
@@ -242,19 +226,6 @@ declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.Zo
|
|
|
242
226
|
}>, z.ZodObject<{
|
|
243
227
|
message: z.ZodString;
|
|
244
228
|
created_at: z.ZodOptional<z.ZodString>;
|
|
245
|
-
} & {
|
|
246
|
-
warning_code: z.ZodLiteral<"schlage_detected_duplicate">;
|
|
247
|
-
}, "strip", z.ZodTypeAny, {
|
|
248
|
-
message: string;
|
|
249
|
-
warning_code: "schlage_detected_duplicate";
|
|
250
|
-
created_at?: string | undefined;
|
|
251
|
-
}, {
|
|
252
|
-
message: string;
|
|
253
|
-
warning_code: "schlage_detected_duplicate";
|
|
254
|
-
created_at?: string | undefined;
|
|
255
|
-
}>, z.ZodObject<{
|
|
256
|
-
message: z.ZodString;
|
|
257
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
258
229
|
} & {
|
|
259
230
|
warning_code: z.ZodLiteral<"schlage_access_code_ambiguous_timezone_dst_risk">;
|
|
260
231
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -629,22 +600,6 @@ declare const access_code: z.ZodObject<{
|
|
|
629
600
|
error_code: "insufficient_permissions";
|
|
630
601
|
is_access_code_error: true;
|
|
631
602
|
created_at?: string | undefined;
|
|
632
|
-
}>, z.ZodObject<{
|
|
633
|
-
message: z.ZodString;
|
|
634
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
635
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
636
|
-
} & {
|
|
637
|
-
error_code: z.ZodLiteral<"replaced_by_newer_access_code">;
|
|
638
|
-
}, "strip", z.ZodTypeAny, {
|
|
639
|
-
message: string;
|
|
640
|
-
error_code: "replaced_by_newer_access_code";
|
|
641
|
-
is_access_code_error: true;
|
|
642
|
-
created_at?: string | undefined;
|
|
643
|
-
}, {
|
|
644
|
-
message: string;
|
|
645
|
-
error_code: "replaced_by_newer_access_code";
|
|
646
|
-
is_access_code_error: true;
|
|
647
|
-
created_at?: string | undefined;
|
|
648
603
|
}>, ...(z.ZodObject<{
|
|
649
604
|
created_at: z.ZodString;
|
|
650
605
|
message: z.ZodString;
|
|
@@ -1035,19 +990,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1035
990
|
}>, z.ZodObject<{
|
|
1036
991
|
message: z.ZodString;
|
|
1037
992
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1038
|
-
} & {
|
|
1039
|
-
warning_code: z.ZodLiteral<"schlage_detected_duplicate">;
|
|
1040
|
-
}, "strip", z.ZodTypeAny, {
|
|
1041
|
-
message: string;
|
|
1042
|
-
warning_code: "schlage_detected_duplicate";
|
|
1043
|
-
created_at?: string | undefined;
|
|
1044
|
-
}, {
|
|
1045
|
-
message: string;
|
|
1046
|
-
warning_code: "schlage_detected_duplicate";
|
|
1047
|
-
created_at?: string | undefined;
|
|
1048
|
-
}>, z.ZodObject<{
|
|
1049
|
-
message: z.ZodString;
|
|
1050
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
1051
993
|
} & {
|
|
1052
994
|
warning_code: z.ZodLiteral<"schlage_access_code_ambiguous_timezone_dst_risk">;
|
|
1053
995
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1591,11 +1533,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1591
1533
|
error_code: "salto_ks_user_not_subscribed";
|
|
1592
1534
|
is_access_code_error: true;
|
|
1593
1535
|
created_at?: string | undefined;
|
|
1594
|
-
} | {
|
|
1595
|
-
message: string;
|
|
1596
|
-
error_code: "replaced_by_newer_access_code";
|
|
1597
|
-
is_access_code_error: true;
|
|
1598
|
-
created_at?: string | undefined;
|
|
1599
1536
|
})[];
|
|
1600
1537
|
warnings: ({
|
|
1601
1538
|
message: string;
|
|
@@ -1607,10 +1544,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1607
1544
|
to: string | null;
|
|
1608
1545
|
field: string;
|
|
1609
1546
|
}[] | undefined;
|
|
1610
|
-
} | {
|
|
1611
|
-
message: string;
|
|
1612
|
-
warning_code: "schlage_detected_duplicate";
|
|
1613
|
-
created_at?: string | undefined;
|
|
1614
1547
|
} | {
|
|
1615
1548
|
message: string;
|
|
1616
1549
|
warning_code: "provider_issue";
|
|
@@ -1902,11 +1835,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1902
1835
|
error_code: "salto_ks_user_not_subscribed";
|
|
1903
1836
|
is_access_code_error: true;
|
|
1904
1837
|
created_at?: string | undefined;
|
|
1905
|
-
} | {
|
|
1906
|
-
message: string;
|
|
1907
|
-
error_code: "replaced_by_newer_access_code";
|
|
1908
|
-
is_access_code_error: true;
|
|
1909
|
-
created_at?: string | undefined;
|
|
1910
1838
|
})[];
|
|
1911
1839
|
warnings: ({
|
|
1912
1840
|
message: string;
|
|
@@ -1918,10 +1846,6 @@ declare const access_code: z.ZodObject<{
|
|
|
1918
1846
|
to: string | null;
|
|
1919
1847
|
field: string;
|
|
1920
1848
|
}[] | undefined;
|
|
1921
|
-
} | {
|
|
1922
|
-
message: string;
|
|
1923
|
-
warning_code: "schlage_detected_duplicate";
|
|
1924
|
-
created_at?: string | undefined;
|
|
1925
1849
|
} | {
|
|
1926
1850
|
message: string;
|
|
1927
1851
|
warning_code: "provider_issue";
|
|
@@ -2252,22 +2176,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
2252
2176
|
error_code: "insufficient_permissions";
|
|
2253
2177
|
is_access_code_error: true;
|
|
2254
2178
|
created_at?: string | undefined;
|
|
2255
|
-
}>, z.ZodObject<{
|
|
2256
|
-
message: z.ZodString;
|
|
2257
|
-
is_access_code_error: z.ZodLiteral<true>;
|
|
2258
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
2259
|
-
} & {
|
|
2260
|
-
error_code: z.ZodLiteral<"replaced_by_newer_access_code">;
|
|
2261
|
-
}, "strip", z.ZodTypeAny, {
|
|
2262
|
-
message: string;
|
|
2263
|
-
error_code: "replaced_by_newer_access_code";
|
|
2264
|
-
is_access_code_error: true;
|
|
2265
|
-
created_at?: string | undefined;
|
|
2266
|
-
}, {
|
|
2267
|
-
message: string;
|
|
2268
|
-
error_code: "replaced_by_newer_access_code";
|
|
2269
|
-
is_access_code_error: true;
|
|
2270
|
-
created_at?: string | undefined;
|
|
2271
2179
|
}>, ...(z.ZodObject<{
|
|
2272
2180
|
created_at: z.ZodString;
|
|
2273
2181
|
message: z.ZodString;
|
|
@@ -2658,19 +2566,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
2658
2566
|
}>, z.ZodObject<{
|
|
2659
2567
|
message: z.ZodString;
|
|
2660
2568
|
created_at: z.ZodOptional<z.ZodString>;
|
|
2661
|
-
} & {
|
|
2662
|
-
warning_code: z.ZodLiteral<"schlage_detected_duplicate">;
|
|
2663
|
-
}, "strip", z.ZodTypeAny, {
|
|
2664
|
-
message: string;
|
|
2665
|
-
warning_code: "schlage_detected_duplicate";
|
|
2666
|
-
created_at?: string | undefined;
|
|
2667
|
-
}, {
|
|
2668
|
-
message: string;
|
|
2669
|
-
warning_code: "schlage_detected_duplicate";
|
|
2670
|
-
created_at?: string | undefined;
|
|
2671
|
-
}>, z.ZodObject<{
|
|
2672
|
-
message: z.ZodString;
|
|
2673
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
2674
2569
|
} & {
|
|
2675
2570
|
warning_code: z.ZodLiteral<"schlage_access_code_ambiguous_timezone_dst_risk">;
|
|
2676
2571
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3040,11 +2935,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3040
2935
|
error_code: "salto_ks_user_not_subscribed";
|
|
3041
2936
|
is_access_code_error: true;
|
|
3042
2937
|
created_at?: string | undefined;
|
|
3043
|
-
} | {
|
|
3044
|
-
message: string;
|
|
3045
|
-
error_code: "replaced_by_newer_access_code";
|
|
3046
|
-
is_access_code_error: true;
|
|
3047
|
-
created_at?: string | undefined;
|
|
3048
2938
|
})[];
|
|
3049
2939
|
warnings: ({
|
|
3050
2940
|
message: string;
|
|
@@ -3056,10 +2946,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3056
2946
|
to: string | null;
|
|
3057
2947
|
field: string;
|
|
3058
2948
|
}[] | undefined;
|
|
3059
|
-
} | {
|
|
3060
|
-
message: string;
|
|
3061
|
-
warning_code: "schlage_detected_duplicate";
|
|
3062
|
-
created_at?: string | undefined;
|
|
3063
2949
|
} | {
|
|
3064
2950
|
message: string;
|
|
3065
2951
|
warning_code: "provider_issue";
|
|
@@ -3298,11 +3184,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3298
3184
|
error_code: "salto_ks_user_not_subscribed";
|
|
3299
3185
|
is_access_code_error: true;
|
|
3300
3186
|
created_at?: string | undefined;
|
|
3301
|
-
} | {
|
|
3302
|
-
message: string;
|
|
3303
|
-
error_code: "replaced_by_newer_access_code";
|
|
3304
|
-
is_access_code_error: true;
|
|
3305
|
-
created_at?: string | undefined;
|
|
3306
3187
|
})[];
|
|
3307
3188
|
warnings: ({
|
|
3308
3189
|
message: string;
|
|
@@ -3314,10 +3195,6 @@ declare const unmanaged_access_code: z.ZodObject<{
|
|
|
3314
3195
|
to: string | null;
|
|
3315
3196
|
field: string;
|
|
3316
3197
|
}[] | undefined;
|
|
3317
|
-
} | {
|
|
3318
|
-
message: string;
|
|
3319
|
-
warning_code: "schlage_detected_duplicate";
|
|
3320
|
-
created_at?: string | undefined;
|
|
3321
3198
|
} | {
|
|
3322
3199
|
message: string;
|
|
3323
3200
|
warning_code: "provider_issue";
|
|
@@ -31480,15 +31357,6 @@ type Routes = {
|
|
|
31480
31357
|
created_at?: string | undefined;
|
|
31481
31358
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
31482
31359
|
error_code: 'insufficient_permissions';
|
|
31483
|
-
} | {
|
|
31484
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31485
|
-
message: string;
|
|
31486
|
-
/** Indicates that this is an access code error. */
|
|
31487
|
-
is_access_code_error: true;
|
|
31488
|
-
/** Date and time at which Seam created the error. */
|
|
31489
|
-
created_at?: string | undefined;
|
|
31490
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
31491
|
-
error_code: 'replaced_by_newer_access_code';
|
|
31492
31360
|
} | {
|
|
31493
31361
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31494
31362
|
message: string;
|
|
@@ -31650,13 +31518,6 @@ type Routes = {
|
|
|
31650
31518
|
created_at?: string | undefined;
|
|
31651
31519
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31652
31520
|
warning_code: 'provider_issue';
|
|
31653
|
-
} | {
|
|
31654
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31655
|
-
message: string;
|
|
31656
|
-
/** Date and time at which Seam created the warning. */
|
|
31657
|
-
created_at?: string | undefined;
|
|
31658
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
31659
|
-
warning_code: 'schlage_detected_duplicate';
|
|
31660
31521
|
} | {
|
|
31661
31522
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
31662
31523
|
message: string;
|
|
@@ -32036,15 +31897,6 @@ type Routes = {
|
|
|
32036
31897
|
created_at?: string | undefined;
|
|
32037
31898
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32038
31899
|
error_code: 'insufficient_permissions';
|
|
32039
|
-
} | {
|
|
32040
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32041
|
-
message: string;
|
|
32042
|
-
/** Indicates that this is an access code error. */
|
|
32043
|
-
is_access_code_error: true;
|
|
32044
|
-
/** Date and time at which Seam created the error. */
|
|
32045
|
-
created_at?: string | undefined;
|
|
32046
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32047
|
-
error_code: 'replaced_by_newer_access_code';
|
|
32048
31900
|
} | {
|
|
32049
31901
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32050
31902
|
message: string;
|
|
@@ -32206,13 +32058,6 @@ type Routes = {
|
|
|
32206
32058
|
created_at?: string | undefined;
|
|
32207
32059
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32208
32060
|
warning_code: 'provider_issue';
|
|
32209
|
-
} | {
|
|
32210
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32211
|
-
message: string;
|
|
32212
|
-
/** Date and time at which Seam created the warning. */
|
|
32213
|
-
created_at?: string | undefined;
|
|
32214
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32215
|
-
warning_code: 'schlage_detected_duplicate';
|
|
32216
32061
|
} | {
|
|
32217
32062
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
32218
32063
|
message: string;
|
|
@@ -34280,15 +34125,6 @@ type Routes = {
|
|
|
34280
34125
|
created_at?: string | undefined;
|
|
34281
34126
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
34282
34127
|
error_code: 'insufficient_permissions';
|
|
34283
|
-
} | {
|
|
34284
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
34285
|
-
message: string;
|
|
34286
|
-
/** Indicates that this is an access code error. */
|
|
34287
|
-
is_access_code_error: true;
|
|
34288
|
-
/** Date and time at which Seam created the error. */
|
|
34289
|
-
created_at?: string | undefined;
|
|
34290
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
34291
|
-
error_code: 'replaced_by_newer_access_code';
|
|
34292
34128
|
} | {
|
|
34293
34129
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
34294
34130
|
message: string;
|
|
@@ -34450,13 +34286,6 @@ type Routes = {
|
|
|
34450
34286
|
created_at?: string | undefined;
|
|
34451
34287
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34452
34288
|
warning_code: 'provider_issue';
|
|
34453
|
-
} | {
|
|
34454
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34455
|
-
message: string;
|
|
34456
|
-
/** Date and time at which Seam created the warning. */
|
|
34457
|
-
created_at?: string | undefined;
|
|
34458
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
34459
|
-
warning_code: 'schlage_detected_duplicate';
|
|
34460
34289
|
} | {
|
|
34461
34290
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
34462
34291
|
message: string;
|
|
@@ -34882,15 +34711,6 @@ type Routes = {
|
|
|
34882
34711
|
created_at?: string | undefined;
|
|
34883
34712
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
34884
34713
|
error_code: 'insufficient_permissions';
|
|
34885
|
-
} | {
|
|
34886
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
34887
|
-
message: string;
|
|
34888
|
-
/** Indicates that this is an access code error. */
|
|
34889
|
-
is_access_code_error: true;
|
|
34890
|
-
/** Date and time at which Seam created the error. */
|
|
34891
|
-
created_at?: string | undefined;
|
|
34892
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
34893
|
-
error_code: 'replaced_by_newer_access_code';
|
|
34894
34714
|
} | {
|
|
34895
34715
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
34896
34716
|
message: string;
|
|
@@ -35052,13 +34872,6 @@ type Routes = {
|
|
|
35052
34872
|
created_at?: string | undefined;
|
|
35053
34873
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35054
34874
|
warning_code: 'provider_issue';
|
|
35055
|
-
} | {
|
|
35056
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35057
|
-
message: string;
|
|
35058
|
-
/** Date and time at which Seam created the warning. */
|
|
35059
|
-
created_at?: string | undefined;
|
|
35060
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35061
|
-
warning_code: 'schlage_detected_duplicate';
|
|
35062
34875
|
} | {
|
|
35063
34876
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35064
34877
|
message: string;
|
|
@@ -35429,15 +35242,6 @@ type Routes = {
|
|
|
35429
35242
|
created_at?: string | undefined;
|
|
35430
35243
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35431
35244
|
error_code: 'insufficient_permissions';
|
|
35432
|
-
} | {
|
|
35433
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35434
|
-
message: string;
|
|
35435
|
-
/** Indicates that this is an access code error. */
|
|
35436
|
-
is_access_code_error: true;
|
|
35437
|
-
/** Date and time at which Seam created the error. */
|
|
35438
|
-
created_at?: string | undefined;
|
|
35439
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35440
|
-
error_code: 'replaced_by_newer_access_code';
|
|
35441
35245
|
} | {
|
|
35442
35246
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35443
35247
|
message: string;
|
|
@@ -35599,13 +35403,6 @@ type Routes = {
|
|
|
35599
35403
|
created_at?: string | undefined;
|
|
35600
35404
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35601
35405
|
warning_code: 'provider_issue';
|
|
35602
|
-
} | {
|
|
35603
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35604
|
-
message: string;
|
|
35605
|
-
/** Date and time at which Seam created the warning. */
|
|
35606
|
-
created_at?: string | undefined;
|
|
35607
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35608
|
-
warning_code: 'schlage_detected_duplicate';
|
|
35609
35406
|
} | {
|
|
35610
35407
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35611
35408
|
message: string;
|
|
@@ -35953,15 +35750,6 @@ type Routes = {
|
|
|
35953
35750
|
created_at?: string | undefined;
|
|
35954
35751
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35955
35752
|
error_code: 'insufficient_permissions';
|
|
35956
|
-
} | {
|
|
35957
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35958
|
-
message: string;
|
|
35959
|
-
/** Indicates that this is an access code error. */
|
|
35960
|
-
is_access_code_error: true;
|
|
35961
|
-
/** Date and time at which Seam created the error. */
|
|
35962
|
-
created_at?: string | undefined;
|
|
35963
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35964
|
-
error_code: 'replaced_by_newer_access_code';
|
|
35965
35753
|
} | {
|
|
35966
35754
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35967
35755
|
message: string;
|
|
@@ -36123,13 +35911,6 @@ type Routes = {
|
|
|
36123
35911
|
created_at?: string | undefined;
|
|
36124
35912
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36125
35913
|
warning_code: 'provider_issue';
|
|
36126
|
-
} | {
|
|
36127
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36128
|
-
message: string;
|
|
36129
|
-
/** Date and time at which Seam created the warning. */
|
|
36130
|
-
created_at?: string | undefined;
|
|
36131
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36132
|
-
warning_code: 'schlage_detected_duplicate';
|
|
36133
35914
|
} | {
|
|
36134
35915
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36135
35916
|
message: string;
|
|
@@ -36510,15 +36291,6 @@ type Routes = {
|
|
|
36510
36291
|
created_at?: string | undefined;
|
|
36511
36292
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36512
36293
|
error_code: 'insufficient_permissions';
|
|
36513
|
-
} | {
|
|
36514
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36515
|
-
message: string;
|
|
36516
|
-
/** Indicates that this is an access code error. */
|
|
36517
|
-
is_access_code_error: true;
|
|
36518
|
-
/** Date and time at which Seam created the error. */
|
|
36519
|
-
created_at?: string | undefined;
|
|
36520
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36521
|
-
error_code: 'replaced_by_newer_access_code';
|
|
36522
36294
|
} | {
|
|
36523
36295
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36524
36296
|
message: string;
|
|
@@ -36680,13 +36452,6 @@ type Routes = {
|
|
|
36680
36452
|
created_at?: string | undefined;
|
|
36681
36453
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36682
36454
|
warning_code: 'provider_issue';
|
|
36683
|
-
} | {
|
|
36684
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36685
|
-
message: string;
|
|
36686
|
-
/** Date and time at which Seam created the warning. */
|
|
36687
|
-
created_at?: string | undefined;
|
|
36688
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
36689
|
-
warning_code: 'schlage_detected_duplicate';
|
|
36690
36455
|
} | {
|
|
36691
36456
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
36692
36457
|
message: string;
|
|
@@ -38663,15 +38428,6 @@ type Routes = {
|
|
|
38663
38428
|
created_at?: string | undefined;
|
|
38664
38429
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
38665
38430
|
error_code: 'insufficient_permissions';
|
|
38666
|
-
} | {
|
|
38667
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
38668
|
-
message: string;
|
|
38669
|
-
/** Indicates that this is an access code error. */
|
|
38670
|
-
is_access_code_error: true;
|
|
38671
|
-
/** Date and time at which Seam created the error. */
|
|
38672
|
-
created_at?: string | undefined;
|
|
38673
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
38674
|
-
error_code: 'replaced_by_newer_access_code';
|
|
38675
38431
|
} | {
|
|
38676
38432
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
38677
38433
|
message: string;
|
|
@@ -38833,13 +38589,6 @@ type Routes = {
|
|
|
38833
38589
|
created_at?: string | undefined;
|
|
38834
38590
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38835
38591
|
warning_code: 'provider_issue';
|
|
38836
|
-
} | {
|
|
38837
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38838
|
-
message: string;
|
|
38839
|
-
/** Date and time at which Seam created the warning. */
|
|
38840
|
-
created_at?: string | undefined;
|
|
38841
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38842
|
-
warning_code: 'schlage_detected_duplicate';
|
|
38843
38592
|
} | {
|
|
38844
38593
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
38845
38594
|
message: string;
|
|
@@ -39106,15 +38855,6 @@ type Routes = {
|
|
|
39106
38855
|
created_at?: string | undefined;
|
|
39107
38856
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
39108
38857
|
error_code: 'insufficient_permissions';
|
|
39109
|
-
} | {
|
|
39110
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
39111
|
-
message: string;
|
|
39112
|
-
/** Indicates that this is an access code error. */
|
|
39113
|
-
is_access_code_error: true;
|
|
39114
|
-
/** Date and time at which Seam created the error. */
|
|
39115
|
-
created_at?: string | undefined;
|
|
39116
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
39117
|
-
error_code: 'replaced_by_newer_access_code';
|
|
39118
38858
|
} | {
|
|
39119
38859
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
39120
38860
|
message: string;
|
|
@@ -39276,13 +39016,6 @@ type Routes = {
|
|
|
39276
39016
|
created_at?: string | undefined;
|
|
39277
39017
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39278
39018
|
warning_code: 'provider_issue';
|
|
39279
|
-
} | {
|
|
39280
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39281
|
-
message: string;
|
|
39282
|
-
/** Date and time at which Seam created the warning. */
|
|
39283
|
-
created_at?: string | undefined;
|
|
39284
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39285
|
-
warning_code: 'schlage_detected_duplicate';
|
|
39286
39019
|
} | {
|
|
39287
39020
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39288
39021
|
message: string;
|
|
@@ -147386,15 +147119,6 @@ type Routes = {
|
|
|
147386
147119
|
created_at?: string | undefined;
|
|
147387
147120
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147388
147121
|
error_code: 'insufficient_permissions';
|
|
147389
|
-
} | {
|
|
147390
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147391
|
-
message: string;
|
|
147392
|
-
/** Indicates that this is an access code error. */
|
|
147393
|
-
is_access_code_error: true;
|
|
147394
|
-
/** Date and time at which Seam created the error. */
|
|
147395
|
-
created_at?: string | undefined;
|
|
147396
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147397
|
-
error_code: 'replaced_by_newer_access_code';
|
|
147398
147122
|
} | {
|
|
147399
147123
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147400
147124
|
message: string;
|
|
@@ -147556,13 +147280,6 @@ type Routes = {
|
|
|
147556
147280
|
created_at?: string | undefined;
|
|
147557
147281
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147558
147282
|
warning_code: 'provider_issue';
|
|
147559
|
-
} | {
|
|
147560
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147561
|
-
message: string;
|
|
147562
|
-
/** Date and time at which Seam created the warning. */
|
|
147563
|
-
created_at?: string | undefined;
|
|
147564
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147565
|
-
warning_code: 'schlage_detected_duplicate';
|
|
147566
147283
|
} | {
|
|
147567
147284
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147568
147285
|
message: string;
|
|
@@ -147813,15 +147530,6 @@ type Routes = {
|
|
|
147813
147530
|
created_at?: string | undefined;
|
|
147814
147531
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147815
147532
|
error_code: 'insufficient_permissions';
|
|
147816
|
-
} | {
|
|
147817
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147818
|
-
message: string;
|
|
147819
|
-
/** Indicates that this is an access code error. */
|
|
147820
|
-
is_access_code_error: true;
|
|
147821
|
-
/** Date and time at which Seam created the error. */
|
|
147822
|
-
created_at?: string | undefined;
|
|
147823
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
147824
|
-
error_code: 'replaced_by_newer_access_code';
|
|
147825
147533
|
} | {
|
|
147826
147534
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
147827
147535
|
message: string;
|
|
@@ -147983,13 +147691,6 @@ type Routes = {
|
|
|
147983
147691
|
created_at?: string | undefined;
|
|
147984
147692
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147985
147693
|
warning_code: 'provider_issue';
|
|
147986
|
-
} | {
|
|
147987
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147988
|
-
message: string;
|
|
147989
|
-
/** Date and time at which Seam created the warning. */
|
|
147990
|
-
created_at?: string | undefined;
|
|
147991
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147992
|
-
warning_code: 'schlage_detected_duplicate';
|
|
147993
147694
|
} | {
|
|
147994
147695
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147995
147696
|
message: string;
|