@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
|
@@ -1466,15 +1466,6 @@ export type Routes = {
|
|
|
1466
1466
|
created_at?: string | undefined;
|
|
1467
1467
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1468
1468
|
error_code: 'august_device_programming_delay';
|
|
1469
|
-
} | {
|
|
1470
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1471
|
-
message: string;
|
|
1472
|
-
/** Indicates that this is an access code error. */
|
|
1473
|
-
is_access_code_error: true;
|
|
1474
|
-
/** Date and time at which Seam created the error. */
|
|
1475
|
-
created_at?: string | undefined;
|
|
1476
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1477
|
-
error_code: 'august_device_slots_full';
|
|
1478
1469
|
} | {
|
|
1479
1470
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1480
1471
|
message: string;
|
|
@@ -2020,15 +2011,6 @@ export type Routes = {
|
|
|
2020
2011
|
created_at?: string | undefined;
|
|
2021
2012
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2022
2013
|
error_code: 'august_device_programming_delay';
|
|
2023
|
-
} | {
|
|
2024
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2025
|
-
message: string;
|
|
2026
|
-
/** Indicates that this is an access code error. */
|
|
2027
|
-
is_access_code_error: true;
|
|
2028
|
-
/** Date and time at which Seam created the error. */
|
|
2029
|
-
created_at?: string | undefined;
|
|
2030
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2031
|
-
error_code: 'august_device_slots_full';
|
|
2032
2014
|
} | {
|
|
2033
2015
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2034
2016
|
message: string;
|
|
@@ -3828,15 +3810,6 @@ export type Routes = {
|
|
|
3828
3810
|
created_at?: string | undefined;
|
|
3829
3811
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3830
3812
|
error_code: 'august_device_programming_delay';
|
|
3831
|
-
} | {
|
|
3832
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3833
|
-
message: string;
|
|
3834
|
-
/** Indicates that this is an access code error. */
|
|
3835
|
-
is_access_code_error: true;
|
|
3836
|
-
/** Date and time at which Seam created the error. */
|
|
3837
|
-
created_at?: string | undefined;
|
|
3838
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3839
|
-
error_code: 'august_device_slots_full';
|
|
3840
3813
|
} | {
|
|
3841
3814
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3842
3815
|
message: string;
|
|
@@ -4356,15 +4329,6 @@ export type Routes = {
|
|
|
4356
4329
|
created_at?: string | undefined;
|
|
4357
4330
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4358
4331
|
error_code: 'august_device_programming_delay';
|
|
4359
|
-
} | {
|
|
4360
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4361
|
-
message: string;
|
|
4362
|
-
/** Indicates that this is an access code error. */
|
|
4363
|
-
is_access_code_error: true;
|
|
4364
|
-
/** Date and time at which Seam created the error. */
|
|
4365
|
-
created_at?: string | undefined;
|
|
4366
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4367
|
-
error_code: 'august_device_slots_full';
|
|
4368
4332
|
} | {
|
|
4369
4333
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4370
4334
|
message: string;
|
|
@@ -4890,15 +4854,6 @@ export type Routes = {
|
|
|
4890
4854
|
created_at?: string | undefined;
|
|
4891
4855
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4892
4856
|
error_code: 'august_device_programming_delay';
|
|
4893
|
-
} | {
|
|
4894
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4895
|
-
message: string;
|
|
4896
|
-
/** Indicates that this is an access code error. */
|
|
4897
|
-
is_access_code_error: true;
|
|
4898
|
-
/** Date and time at which Seam created the error. */
|
|
4899
|
-
created_at?: string | undefined;
|
|
4900
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4901
|
-
error_code: 'august_device_slots_full';
|
|
4902
4857
|
} | {
|
|
4903
4858
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4904
4859
|
message: string;
|
|
@@ -5402,15 +5357,6 @@ export type Routes = {
|
|
|
5402
5357
|
created_at?: string | undefined;
|
|
5403
5358
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5404
5359
|
error_code: 'august_device_programming_delay';
|
|
5405
|
-
} | {
|
|
5406
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5407
|
-
message: string;
|
|
5408
|
-
/** Indicates that this is an access code error. */
|
|
5409
|
-
is_access_code_error: true;
|
|
5410
|
-
/** Date and time at which Seam created the error. */
|
|
5411
|
-
created_at?: string | undefined;
|
|
5412
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5413
|
-
error_code: 'august_device_slots_full';
|
|
5414
5360
|
} | {
|
|
5415
5361
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5416
5362
|
message: string;
|
|
@@ -5947,15 +5893,6 @@ export type Routes = {
|
|
|
5947
5893
|
created_at?: string | undefined;
|
|
5948
5894
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5949
5895
|
error_code: 'august_device_programming_delay';
|
|
5950
|
-
} | {
|
|
5951
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5952
|
-
message: string;
|
|
5953
|
-
/** Indicates that this is an access code error. */
|
|
5954
|
-
is_access_code_error: true;
|
|
5955
|
-
/** Date and time at which Seam created the error. */
|
|
5956
|
-
created_at?: string | undefined;
|
|
5957
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5958
|
-
error_code: 'august_device_slots_full';
|
|
5959
5896
|
} | {
|
|
5960
5897
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5961
5898
|
message: string;
|
|
@@ -7742,15 +7679,6 @@ export type Routes = {
|
|
|
7742
7679
|
created_at?: string | undefined;
|
|
7743
7680
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7744
7681
|
error_code: 'august_device_programming_delay';
|
|
7745
|
-
} | {
|
|
7746
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7747
|
-
message: string;
|
|
7748
|
-
/** Indicates that this is an access code error. */
|
|
7749
|
-
is_access_code_error: true;
|
|
7750
|
-
/** Date and time at which Seam created the error. */
|
|
7751
|
-
created_at?: string | undefined;
|
|
7752
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7753
|
-
error_code: 'august_device_slots_full';
|
|
7754
7682
|
} | {
|
|
7755
7683
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7756
7684
|
message: string;
|
|
@@ -8248,15 +8176,6 @@ export type Routes = {
|
|
|
8248
8176
|
created_at?: string | undefined;
|
|
8249
8177
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8250
8178
|
error_code: 'august_device_programming_delay';
|
|
8251
|
-
} | {
|
|
8252
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8253
|
-
message: string;
|
|
8254
|
-
/** Indicates that this is an access code error. */
|
|
8255
|
-
is_access_code_error: true;
|
|
8256
|
-
/** Date and time at which Seam created the error. */
|
|
8257
|
-
created_at?: string | undefined;
|
|
8258
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8259
|
-
error_code: 'august_device_slots_full';
|
|
8260
8179
|
} | {
|
|
8261
8180
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8262
8181
|
message: string;
|
|
@@ -19441,15 +19360,6 @@ export type Routes = {
|
|
|
19441
19360
|
created_at?: string | undefined;
|
|
19442
19361
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
19443
19362
|
error_code: 'august_device_programming_delay';
|
|
19444
|
-
} | {
|
|
19445
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
19446
|
-
message: string;
|
|
19447
|
-
/** Indicates that this is an access code error. */
|
|
19448
|
-
is_access_code_error: true;
|
|
19449
|
-
/** Date and time at which Seam created the error. */
|
|
19450
|
-
created_at?: string | undefined;
|
|
19451
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
19452
|
-
error_code: 'august_device_slots_full';
|
|
19453
19363
|
} | {
|
|
19454
19364
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
19455
19365
|
message: string;
|
|
@@ -19940,15 +19850,6 @@ export type Routes = {
|
|
|
19940
19850
|
created_at?: string | undefined;
|
|
19941
19851
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
19942
19852
|
error_code: 'august_device_programming_delay';
|
|
19943
|
-
} | {
|
|
19944
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
19945
|
-
message: string;
|
|
19946
|
-
/** Indicates that this is an access code error. */
|
|
19947
|
-
is_access_code_error: true;
|
|
19948
|
-
/** Date and time at which Seam created the error. */
|
|
19949
|
-
created_at?: string | undefined;
|
|
19950
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
19951
|
-
error_code: 'august_device_slots_full';
|
|
19952
19853
|
} | {
|
|
19953
19854
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
19954
19855
|
message: string;
|
|
@@ -86196,15 +86097,6 @@ export type Routes = {
|
|
|
86196
86097
|
created_at?: string | undefined;
|
|
86197
86098
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
86198
86099
|
error_code: 'august_device_programming_delay';
|
|
86199
|
-
} | {
|
|
86200
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86201
|
-
message: string;
|
|
86202
|
-
/** Indicates that this is an access code error. */
|
|
86203
|
-
is_access_code_error: true;
|
|
86204
|
-
/** Date and time at which Seam created the error. */
|
|
86205
|
-
created_at?: string | undefined;
|
|
86206
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
86207
|
-
error_code: 'august_device_slots_full';
|
|
86208
86100
|
} | {
|
|
86209
86101
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86210
86102
|
message: string;
|
|
@@ -86695,15 +86587,6 @@ export type Routes = {
|
|
|
86695
86587
|
created_at?: string | undefined;
|
|
86696
86588
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
86697
86589
|
error_code: 'august_device_programming_delay';
|
|
86698
|
-
} | {
|
|
86699
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86700
|
-
message: string;
|
|
86701
|
-
/** Indicates that this is an access code error. */
|
|
86702
|
-
is_access_code_error: true;
|
|
86703
|
-
/** Date and time at which Seam created the error. */
|
|
86704
|
-
created_at?: string | undefined;
|
|
86705
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
86706
|
-
error_code: 'august_device_slots_full';
|
|
86707
86590
|
} | {
|
|
86708
86591
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86709
86592
|
message: string;
|
package/package.json
CHANGED
|
@@ -157,14 +157,6 @@ const august_device_programming_delay_error = common_access_code_error
|
|
|
157
157
|
})
|
|
158
158
|
.describe('Access code has not yet been fully moved to the device.')
|
|
159
159
|
|
|
160
|
-
const august_device_slots_full = common_access_code_error
|
|
161
|
-
.extend({
|
|
162
|
-
error_code: z
|
|
163
|
-
.literal('august_device_slots_full')
|
|
164
|
-
.describe(error_code_description),
|
|
165
|
-
})
|
|
166
|
-
.describe('All access code slots on the device are full.')
|
|
167
|
-
|
|
168
160
|
const august_lock_temporarily_offline_error = common_access_code_error
|
|
169
161
|
.extend({
|
|
170
162
|
error_code: z
|
|
@@ -255,7 +247,6 @@ const access_code_error = z
|
|
|
255
247
|
code_modified_external_to_seam_error,
|
|
256
248
|
august_lock_invalid_code_length,
|
|
257
249
|
august_device_programming_delay_error,
|
|
258
|
-
august_device_slots_full,
|
|
259
250
|
august_lock_missing_keypad,
|
|
260
251
|
august_lock_temporarily_offline_error,
|
|
261
252
|
salto_ks_user_not_subscribed,
|
|
@@ -318,7 +309,6 @@ const _access_code_error_map = z.object({
|
|
|
318
309
|
august_lock_temporarily_offline: august_lock_temporarily_offline_error
|
|
319
310
|
.optional()
|
|
320
311
|
.nullable(),
|
|
321
|
-
august_device_slots_full: august_device_slots_full.optional().nullable(),
|
|
322
312
|
august_lock_missing_keypad: august_lock_missing_keypad.optional().nullable(),
|
|
323
313
|
salto_ks_user_not_subscribed: salto_ks_user_not_subscribed
|
|
324
314
|
.optional()
|
|
@@ -536,36 +536,6 @@ export default {
|
|
|
536
536
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
537
537
|
type: 'object',
|
|
538
538
|
},
|
|
539
|
-
{
|
|
540
|
-
description: 'All access code slots on the device are full.',
|
|
541
|
-
properties: {
|
|
542
|
-
created_at: {
|
|
543
|
-
description:
|
|
544
|
-
'Date and time at which Seam created the error.',
|
|
545
|
-
format: 'date-time',
|
|
546
|
-
type: 'string',
|
|
547
|
-
},
|
|
548
|
-
error_code: {
|
|
549
|
-
description:
|
|
550
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
551
|
-
enum: ['august_device_slots_full'],
|
|
552
|
-
type: 'string',
|
|
553
|
-
},
|
|
554
|
-
is_access_code_error: {
|
|
555
|
-
description:
|
|
556
|
-
'Indicates that this is an access code error.',
|
|
557
|
-
enum: [true],
|
|
558
|
-
type: 'boolean',
|
|
559
|
-
},
|
|
560
|
-
message: {
|
|
561
|
-
description:
|
|
562
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
563
|
-
type: 'string',
|
|
564
|
-
},
|
|
565
|
-
},
|
|
566
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
567
|
-
type: 'object',
|
|
568
|
-
},
|
|
569
539
|
{
|
|
570
540
|
description: 'August lock is missing a keypad.',
|
|
571
541
|
properties: {
|
|
@@ -21531,36 +21501,6 @@ export default {
|
|
|
21531
21501
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
21532
21502
|
type: 'object',
|
|
21533
21503
|
},
|
|
21534
|
-
{
|
|
21535
|
-
description: 'All access code slots on the device are full.',
|
|
21536
|
-
properties: {
|
|
21537
|
-
created_at: {
|
|
21538
|
-
description:
|
|
21539
|
-
'Date and time at which Seam created the error.',
|
|
21540
|
-
format: 'date-time',
|
|
21541
|
-
type: 'string',
|
|
21542
|
-
},
|
|
21543
|
-
error_code: {
|
|
21544
|
-
description:
|
|
21545
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
21546
|
-
enum: ['august_device_slots_full'],
|
|
21547
|
-
type: 'string',
|
|
21548
|
-
},
|
|
21549
|
-
is_access_code_error: {
|
|
21550
|
-
description:
|
|
21551
|
-
'Indicates that this is an access code error.',
|
|
21552
|
-
enum: [true],
|
|
21553
|
-
type: 'boolean',
|
|
21554
|
-
},
|
|
21555
|
-
message: {
|
|
21556
|
-
description:
|
|
21557
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
21558
|
-
type: 'string',
|
|
21559
|
-
},
|
|
21560
|
-
},
|
|
21561
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
21562
|
-
type: 'object',
|
|
21563
|
-
},
|
|
21564
21504
|
{
|
|
21565
21505
|
description: 'August lock is missing a keypad.',
|
|
21566
21506
|
properties: {
|
|
@@ -1672,16 +1672,6 @@ export type Routes = {
|
|
|
1672
1672
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1673
1673
|
error_code: 'august_device_programming_delay'
|
|
1674
1674
|
}
|
|
1675
|
-
| {
|
|
1676
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1677
|
-
message: string
|
|
1678
|
-
/** Indicates that this is an access code error. */
|
|
1679
|
-
is_access_code_error: true
|
|
1680
|
-
/** Date and time at which Seam created the error. */
|
|
1681
|
-
created_at?: string | undefined
|
|
1682
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1683
|
-
error_code: 'august_device_slots_full'
|
|
1684
|
-
}
|
|
1685
1675
|
| {
|
|
1686
1676
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1687
1677
|
message: string
|
|
@@ -2281,16 +2271,6 @@ export type Routes = {
|
|
|
2281
2271
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2282
2272
|
error_code: 'august_device_programming_delay'
|
|
2283
2273
|
}
|
|
2284
|
-
| {
|
|
2285
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2286
|
-
message: string
|
|
2287
|
-
/** Indicates that this is an access code error. */
|
|
2288
|
-
is_access_code_error: true
|
|
2289
|
-
/** Date and time at which Seam created the error. */
|
|
2290
|
-
created_at?: string | undefined
|
|
2291
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2292
|
-
error_code: 'august_device_slots_full'
|
|
2293
|
-
}
|
|
2294
2274
|
| {
|
|
2295
2275
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2296
2276
|
message: string
|
|
@@ -4333,16 +4313,6 @@ export type Routes = {
|
|
|
4333
4313
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4334
4314
|
error_code: 'august_device_programming_delay'
|
|
4335
4315
|
}
|
|
4336
|
-
| {
|
|
4337
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4338
|
-
message: string
|
|
4339
|
-
/** Indicates that this is an access code error. */
|
|
4340
|
-
is_access_code_error: true
|
|
4341
|
-
/** Date and time at which Seam created the error. */
|
|
4342
|
-
created_at?: string | undefined
|
|
4343
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4344
|
-
error_code: 'august_device_slots_full'
|
|
4345
|
-
}
|
|
4346
4316
|
| {
|
|
4347
4317
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4348
4318
|
message: string
|
|
@@ -4916,16 +4886,6 @@ export type Routes = {
|
|
|
4916
4886
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4917
4887
|
error_code: 'august_device_programming_delay'
|
|
4918
4888
|
}
|
|
4919
|
-
| {
|
|
4920
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4921
|
-
message: string
|
|
4922
|
-
/** Indicates that this is an access code error. */
|
|
4923
|
-
is_access_code_error: true
|
|
4924
|
-
/** Date and time at which Seam created the error. */
|
|
4925
|
-
created_at?: string | undefined
|
|
4926
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4927
|
-
error_code: 'august_device_slots_full'
|
|
4928
|
-
}
|
|
4929
4889
|
| {
|
|
4930
4890
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4931
4891
|
message: string
|
|
@@ -5505,16 +5465,6 @@ export type Routes = {
|
|
|
5505
5465
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5506
5466
|
error_code: 'august_device_programming_delay'
|
|
5507
5467
|
}
|
|
5508
|
-
| {
|
|
5509
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5510
|
-
message: string
|
|
5511
|
-
/** Indicates that this is an access code error. */
|
|
5512
|
-
is_access_code_error: true
|
|
5513
|
-
/** Date and time at which Seam created the error. */
|
|
5514
|
-
created_at?: string | undefined
|
|
5515
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5516
|
-
error_code: 'august_device_slots_full'
|
|
5517
|
-
}
|
|
5518
5468
|
| {
|
|
5519
5469
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5520
5470
|
message: string
|
|
@@ -6072,16 +6022,6 @@ export type Routes = {
|
|
|
6072
6022
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6073
6023
|
error_code: 'august_device_programming_delay'
|
|
6074
6024
|
}
|
|
6075
|
-
| {
|
|
6076
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6077
|
-
message: string
|
|
6078
|
-
/** Indicates that this is an access code error. */
|
|
6079
|
-
is_access_code_error: true
|
|
6080
|
-
/** Date and time at which Seam created the error. */
|
|
6081
|
-
created_at?: string | undefined
|
|
6082
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6083
|
-
error_code: 'august_device_slots_full'
|
|
6084
|
-
}
|
|
6085
6025
|
| {
|
|
6086
6026
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6087
6027
|
message: string
|
|
@@ -6672,16 +6612,6 @@ export type Routes = {
|
|
|
6672
6612
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6673
6613
|
error_code: 'august_device_programming_delay'
|
|
6674
6614
|
}
|
|
6675
|
-
| {
|
|
6676
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6677
|
-
message: string
|
|
6678
|
-
/** Indicates that this is an access code error. */
|
|
6679
|
-
is_access_code_error: true
|
|
6680
|
-
/** Date and time at which Seam created the error. */
|
|
6681
|
-
created_at?: string | undefined
|
|
6682
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6683
|
-
error_code: 'august_device_slots_full'
|
|
6684
|
-
}
|
|
6685
6615
|
| {
|
|
6686
6616
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6687
6617
|
message: string
|
|
@@ -8711,16 +8641,6 @@ export type Routes = {
|
|
|
8711
8641
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8712
8642
|
error_code: 'august_device_programming_delay'
|
|
8713
8643
|
}
|
|
8714
|
-
| {
|
|
8715
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8716
|
-
message: string
|
|
8717
|
-
/** Indicates that this is an access code error. */
|
|
8718
|
-
is_access_code_error: true
|
|
8719
|
-
/** Date and time at which Seam created the error. */
|
|
8720
|
-
created_at?: string | undefined
|
|
8721
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8722
|
-
error_code: 'august_device_slots_full'
|
|
8723
|
-
}
|
|
8724
8644
|
| {
|
|
8725
8645
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8726
8646
|
message: string
|
|
@@ -9272,16 +9192,6 @@ export type Routes = {
|
|
|
9272
9192
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9273
9193
|
error_code: 'august_device_programming_delay'
|
|
9274
9194
|
}
|
|
9275
|
-
| {
|
|
9276
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9277
|
-
message: string
|
|
9278
|
-
/** Indicates that this is an access code error. */
|
|
9279
|
-
is_access_code_error: true
|
|
9280
|
-
/** Date and time at which Seam created the error. */
|
|
9281
|
-
created_at?: string | undefined
|
|
9282
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9283
|
-
error_code: 'august_device_slots_full'
|
|
9284
|
-
}
|
|
9285
9195
|
| {
|
|
9286
9196
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9287
9197
|
message: string
|
|
@@ -22674,16 +22584,6 @@ export type Routes = {
|
|
|
22674
22584
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
22675
22585
|
error_code: 'august_device_programming_delay'
|
|
22676
22586
|
}
|
|
22677
|
-
| {
|
|
22678
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
22679
|
-
message: string
|
|
22680
|
-
/** Indicates that this is an access code error. */
|
|
22681
|
-
is_access_code_error: true
|
|
22682
|
-
/** Date and time at which Seam created the error. */
|
|
22683
|
-
created_at?: string | undefined
|
|
22684
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
22685
|
-
error_code: 'august_device_slots_full'
|
|
22686
|
-
}
|
|
22687
22587
|
| {
|
|
22688
22588
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
22689
22589
|
message: string
|
|
@@ -23230,16 +23130,6 @@ export type Routes = {
|
|
|
23230
23130
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23231
23131
|
error_code: 'august_device_programming_delay'
|
|
23232
23132
|
}
|
|
23233
|
-
| {
|
|
23234
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23235
|
-
message: string
|
|
23236
|
-
/** Indicates that this is an access code error. */
|
|
23237
|
-
is_access_code_error: true
|
|
23238
|
-
/** Date and time at which Seam created the error. */
|
|
23239
|
-
created_at?: string | undefined
|
|
23240
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23241
|
-
error_code: 'august_device_slots_full'
|
|
23242
|
-
}
|
|
23243
23133
|
| {
|
|
23244
23134
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23245
23135
|
message: string
|
|
@@ -102726,16 +102616,6 @@ export type Routes = {
|
|
|
102726
102616
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
102727
102617
|
error_code: 'august_device_programming_delay'
|
|
102728
102618
|
}
|
|
102729
|
-
| {
|
|
102730
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
102731
|
-
message: string
|
|
102732
|
-
/** Indicates that this is an access code error. */
|
|
102733
|
-
is_access_code_error: true
|
|
102734
|
-
/** Date and time at which Seam created the error. */
|
|
102735
|
-
created_at?: string | undefined
|
|
102736
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
102737
|
-
error_code: 'august_device_slots_full'
|
|
102738
|
-
}
|
|
102739
102619
|
| {
|
|
102740
102620
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
102741
102621
|
message: string
|
|
@@ -103282,16 +103162,6 @@ export type Routes = {
|
|
|
103282
103162
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
103283
103163
|
error_code: 'august_device_programming_delay'
|
|
103284
103164
|
}
|
|
103285
|
-
| {
|
|
103286
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
103287
|
-
message: string
|
|
103288
|
-
/** Indicates that this is an access code error. */
|
|
103289
|
-
is_access_code_error: true
|
|
103290
|
-
/** Date and time at which Seam created the error. */
|
|
103291
|
-
created_at?: string | undefined
|
|
103292
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
103293
|
-
error_code: 'august_device_slots_full'
|
|
103294
|
-
}
|
|
103295
103165
|
| {
|
|
103296
103166
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
103297
103167
|
message: string
|