@seamapi/types 1.941.0 → 1.942.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 -64
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -167
- package/dist/index.cjs +0 -64
- 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 -14
- 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/openapi.js +0 -54
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -99
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -15
- package/src/lib/seam/connect/openapi.ts +0 -64
- package/src/lib/seam/connect/route-types.ts +0 -110
|
@@ -1803,15 +1803,6 @@ export type Routes = {
|
|
|
1803
1803
|
created_at?: string | undefined;
|
|
1804
1804
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1805
1805
|
error_code: 'no_space_for_access_code_on_device';
|
|
1806
|
-
} | {
|
|
1807
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1808
|
-
message: string;
|
|
1809
|
-
/** Indicates that this is an access code error. */
|
|
1810
|
-
is_access_code_error: true;
|
|
1811
|
-
/** Date and time at which Seam created the error. */
|
|
1812
|
-
created_at?: string | undefined;
|
|
1813
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1814
|
-
error_code: 'access_code_state_unconfirmed';
|
|
1815
1806
|
} | {
|
|
1816
1807
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1817
1808
|
message: string;
|
|
@@ -2336,15 +2327,6 @@ export type Routes = {
|
|
|
2336
2327
|
created_at?: string | undefined;
|
|
2337
2328
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2338
2329
|
error_code: 'no_space_for_access_code_on_device';
|
|
2339
|
-
} | {
|
|
2340
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2341
|
-
message: string;
|
|
2342
|
-
/** Indicates that this is an access code error. */
|
|
2343
|
-
is_access_code_error: true;
|
|
2344
|
-
/** Date and time at which Seam created the error. */
|
|
2345
|
-
created_at?: string | undefined;
|
|
2346
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2347
|
-
error_code: 'access_code_state_unconfirmed';
|
|
2348
2330
|
} | {
|
|
2349
2331
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2350
2332
|
message: string;
|
|
@@ -4557,15 +4539,6 @@ export type Routes = {
|
|
|
4557
4539
|
created_at?: string | undefined;
|
|
4558
4540
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4559
4541
|
error_code: 'no_space_for_access_code_on_device';
|
|
4560
|
-
} | {
|
|
4561
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4562
|
-
message: string;
|
|
4563
|
-
/** Indicates that this is an access code error. */
|
|
4564
|
-
is_access_code_error: true;
|
|
4565
|
-
/** Date and time at which Seam created the error. */
|
|
4566
|
-
created_at?: string | undefined;
|
|
4567
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4568
|
-
error_code: 'access_code_state_unconfirmed';
|
|
4569
4542
|
} | {
|
|
4570
4543
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4571
4544
|
message: string;
|
|
@@ -5136,15 +5109,6 @@ export type Routes = {
|
|
|
5136
5109
|
created_at?: string | undefined;
|
|
5137
5110
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5138
5111
|
error_code: 'no_space_for_access_code_on_device';
|
|
5139
|
-
} | {
|
|
5140
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5141
|
-
message: string;
|
|
5142
|
-
/** Indicates that this is an access code error. */
|
|
5143
|
-
is_access_code_error: true;
|
|
5144
|
-
/** Date and time at which Seam created the error. */
|
|
5145
|
-
created_at?: string | undefined;
|
|
5146
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5147
|
-
error_code: 'access_code_state_unconfirmed';
|
|
5148
5112
|
} | {
|
|
5149
5113
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5150
5114
|
message: string;
|
|
@@ -5660,15 +5624,6 @@ export type Routes = {
|
|
|
5660
5624
|
created_at?: string | undefined;
|
|
5661
5625
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5662
5626
|
error_code: 'no_space_for_access_code_on_device';
|
|
5663
|
-
} | {
|
|
5664
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5665
|
-
message: string;
|
|
5666
|
-
/** Indicates that this is an access code error. */
|
|
5667
|
-
is_access_code_error: true;
|
|
5668
|
-
/** Date and time at which Seam created the error. */
|
|
5669
|
-
created_at?: string | undefined;
|
|
5670
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5671
|
-
error_code: 'access_code_state_unconfirmed';
|
|
5672
5627
|
} | {
|
|
5673
5628
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5674
5629
|
message: string;
|
|
@@ -6161,15 +6116,6 @@ export type Routes = {
|
|
|
6161
6116
|
created_at?: string | undefined;
|
|
6162
6117
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6163
6118
|
error_code: 'no_space_for_access_code_on_device';
|
|
6164
|
-
} | {
|
|
6165
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6166
|
-
message: string;
|
|
6167
|
-
/** Indicates that this is an access code error. */
|
|
6168
|
-
is_access_code_error: true;
|
|
6169
|
-
/** Date and time at which Seam created the error. */
|
|
6170
|
-
created_at?: string | undefined;
|
|
6171
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6172
|
-
error_code: 'access_code_state_unconfirmed';
|
|
6173
6119
|
} | {
|
|
6174
6120
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6175
6121
|
message: string;
|
|
@@ -6695,15 +6641,6 @@ export type Routes = {
|
|
|
6695
6641
|
created_at?: string | undefined;
|
|
6696
6642
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6697
6643
|
error_code: 'no_space_for_access_code_on_device';
|
|
6698
|
-
} | {
|
|
6699
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6700
|
-
message: string;
|
|
6701
|
-
/** Indicates that this is an access code error. */
|
|
6702
|
-
is_access_code_error: true;
|
|
6703
|
-
/** Date and time at which Seam created the error. */
|
|
6704
|
-
created_at?: string | undefined;
|
|
6705
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6706
|
-
error_code: 'access_code_state_unconfirmed';
|
|
6707
6644
|
} | {
|
|
6708
6645
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6709
6646
|
message: string;
|
|
@@ -8825,15 +8762,6 @@ export type Routes = {
|
|
|
8825
8762
|
created_at?: string | undefined;
|
|
8826
8763
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8827
8764
|
error_code: 'no_space_for_access_code_on_device';
|
|
8828
|
-
} | {
|
|
8829
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8830
|
-
message: string;
|
|
8831
|
-
/** Indicates that this is an access code error. */
|
|
8832
|
-
is_access_code_error: true;
|
|
8833
|
-
/** Date and time at which Seam created the error. */
|
|
8834
|
-
created_at?: string | undefined;
|
|
8835
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8836
|
-
error_code: 'access_code_state_unconfirmed';
|
|
8837
8765
|
} | {
|
|
8838
8766
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8839
8767
|
message: string;
|
|
@@ -9245,15 +9173,6 @@ export type Routes = {
|
|
|
9245
9173
|
created_at?: string | undefined;
|
|
9246
9174
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9247
9175
|
error_code: 'no_space_for_access_code_on_device';
|
|
9248
|
-
} | {
|
|
9249
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9250
|
-
message: string;
|
|
9251
|
-
/** Indicates that this is an access code error. */
|
|
9252
|
-
is_access_code_error: true;
|
|
9253
|
-
/** Date and time at which Seam created the error. */
|
|
9254
|
-
created_at?: string | undefined;
|
|
9255
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9256
|
-
error_code: 'access_code_state_unconfirmed';
|
|
9257
9176
|
} | {
|
|
9258
9177
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9259
9178
|
message: string;
|
|
@@ -118788,15 +118707,6 @@ export type Routes = {
|
|
|
118788
118707
|
created_at?: string | undefined;
|
|
118789
118708
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118790
118709
|
error_code: 'no_space_for_access_code_on_device';
|
|
118791
|
-
} | {
|
|
118792
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118793
|
-
message: string;
|
|
118794
|
-
/** Indicates that this is an access code error. */
|
|
118795
|
-
is_access_code_error: true;
|
|
118796
|
-
/** Date and time at which Seam created the error. */
|
|
118797
|
-
created_at?: string | undefined;
|
|
118798
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
118799
|
-
error_code: 'access_code_state_unconfirmed';
|
|
118800
118710
|
} | {
|
|
118801
118711
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
118802
118712
|
message: string;
|
|
@@ -119192,15 +119102,6 @@ export type Routes = {
|
|
|
119192
119102
|
created_at?: string | undefined;
|
|
119193
119103
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119194
119104
|
error_code: 'no_space_for_access_code_on_device';
|
|
119195
|
-
} | {
|
|
119196
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119197
|
-
message: string;
|
|
119198
|
-
/** Indicates that this is an access code error. */
|
|
119199
|
-
is_access_code_error: true;
|
|
119200
|
-
/** Date and time at which Seam created the error. */
|
|
119201
|
-
created_at?: string | undefined;
|
|
119202
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
119203
|
-
error_code: 'access_code_state_unconfirmed';
|
|
119204
119105
|
} | {
|
|
119205
119106
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119206
119107
|
message: string;
|
package/package.json
CHANGED
|
@@ -133,17 +133,6 @@ const no_space_for_access_code_on_device = common_access_code_error.extend({
|
|
|
133
133
|
No space for access code on device.
|
|
134
134
|
`)
|
|
135
135
|
|
|
136
|
-
const access_code_state_unconfirmed = common_access_code_error.extend({
|
|
137
|
-
error_code: z
|
|
138
|
-
.literal('access_code_state_unconfirmed')
|
|
139
|
-
.describe(error_code_description),
|
|
140
|
-
}).describe(`
|
|
141
|
-
---
|
|
142
|
-
resource_type: access_code
|
|
143
|
-
---
|
|
144
|
-
Indicates that the provider cannot confirm whether the access code was set or removed on the device.
|
|
145
|
-
`)
|
|
146
|
-
|
|
147
136
|
const insufficient_permissions = common_access_code_error.extend({
|
|
148
137
|
error_code: z
|
|
149
138
|
.literal('insufficient_permissions')
|
|
@@ -190,7 +179,6 @@ const access_code_error = z
|
|
|
190
179
|
duplicate_code_on_device,
|
|
191
180
|
duplicate_code_attempt_prevented,
|
|
192
181
|
no_space_for_access_code_on_device,
|
|
193
|
-
access_code_state_unconfirmed,
|
|
194
182
|
code_modified_external_to_seam_error,
|
|
195
183
|
access_code_inactive_error,
|
|
196
184
|
salto_ks_user_not_subscribed,
|
|
@@ -215,9 +203,6 @@ const _access_code_error_map = z.object({
|
|
|
215
203
|
duplicate_code_attempt_prevented: duplicate_code_attempt_prevented
|
|
216
204
|
.optional()
|
|
217
205
|
.nullable(),
|
|
218
|
-
access_code_state_unconfirmed: access_code_state_unconfirmed
|
|
219
|
-
.optional()
|
|
220
|
-
.nullable(),
|
|
221
206
|
insufficient_permissions: insufficient_permissions.optional().nullable(),
|
|
222
207
|
code_modified_external_to_seam_error: code_modified_external_to_seam_error
|
|
223
208
|
.optional()
|
|
@@ -304,38 +304,6 @@ const openapi: OpenAPISpec = {
|
|
|
304
304
|
type: 'object',
|
|
305
305
|
'x-resource-type': 'access_code',
|
|
306
306
|
},
|
|
307
|
-
{
|
|
308
|
-
description:
|
|
309
|
-
'Indicates that the provider cannot confirm whether the access code was set or removed on the device.',
|
|
310
|
-
properties: {
|
|
311
|
-
created_at: {
|
|
312
|
-
description:
|
|
313
|
-
'Date and time at which Seam created the error.',
|
|
314
|
-
format: 'date-time',
|
|
315
|
-
type: 'string',
|
|
316
|
-
},
|
|
317
|
-
error_code: {
|
|
318
|
-
description:
|
|
319
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
320
|
-
enum: ['access_code_state_unconfirmed'],
|
|
321
|
-
type: 'string',
|
|
322
|
-
},
|
|
323
|
-
is_access_code_error: {
|
|
324
|
-
description:
|
|
325
|
-
'Indicates that this is an access code error.',
|
|
326
|
-
enum: [true],
|
|
327
|
-
type: 'boolean',
|
|
328
|
-
},
|
|
329
|
-
message: {
|
|
330
|
-
description:
|
|
331
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
332
|
-
type: 'string',
|
|
333
|
-
},
|
|
334
|
-
},
|
|
335
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
336
|
-
type: 'object',
|
|
337
|
-
'x-resource-type': 'access_code',
|
|
338
|
-
},
|
|
339
307
|
{
|
|
340
308
|
description:
|
|
341
309
|
'Code was modified or removed externally after Seam successfully set it on the device.',
|
|
@@ -29202,38 +29170,6 @@ const openapi: OpenAPISpec = {
|
|
|
29202
29170
|
type: 'object',
|
|
29203
29171
|
'x-resource-type': 'access_code',
|
|
29204
29172
|
},
|
|
29205
|
-
{
|
|
29206
|
-
description:
|
|
29207
|
-
'Indicates that the provider cannot confirm whether the access code was set or removed on the device.',
|
|
29208
|
-
properties: {
|
|
29209
|
-
created_at: {
|
|
29210
|
-
description:
|
|
29211
|
-
'Date and time at which Seam created the error.',
|
|
29212
|
-
format: 'date-time',
|
|
29213
|
-
type: 'string',
|
|
29214
|
-
},
|
|
29215
|
-
error_code: {
|
|
29216
|
-
description:
|
|
29217
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
29218
|
-
enum: ['access_code_state_unconfirmed'],
|
|
29219
|
-
type: 'string',
|
|
29220
|
-
},
|
|
29221
|
-
is_access_code_error: {
|
|
29222
|
-
description:
|
|
29223
|
-
'Indicates that this is an access code error.',
|
|
29224
|
-
enum: [true],
|
|
29225
|
-
type: 'boolean',
|
|
29226
|
-
},
|
|
29227
|
-
message: {
|
|
29228
|
-
description:
|
|
29229
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
29230
|
-
type: 'string',
|
|
29231
|
-
},
|
|
29232
|
-
},
|
|
29233
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
29234
|
-
type: 'object',
|
|
29235
|
-
'x-resource-type': 'access_code',
|
|
29236
|
-
},
|
|
29237
29173
|
{
|
|
29238
29174
|
description:
|
|
29239
29175
|
'Code was modified or removed externally after Seam successfully set it on the device.',
|
|
@@ -2081,16 +2081,6 @@ export type Routes = {
|
|
|
2081
2081
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2082
2082
|
error_code: 'no_space_for_access_code_on_device'
|
|
2083
2083
|
}
|
|
2084
|
-
| {
|
|
2085
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2086
|
-
message: string
|
|
2087
|
-
/** Indicates that this is an access code error. */
|
|
2088
|
-
is_access_code_error: true
|
|
2089
|
-
/** Date and time at which Seam created the error. */
|
|
2090
|
-
created_at?: string | undefined
|
|
2091
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2092
|
-
error_code: 'access_code_state_unconfirmed'
|
|
2093
|
-
}
|
|
2094
2084
|
| {
|
|
2095
2085
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2096
2086
|
message: string
|
|
@@ -2666,16 +2656,6 @@ export type Routes = {
|
|
|
2666
2656
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2667
2657
|
error_code: 'no_space_for_access_code_on_device'
|
|
2668
2658
|
}
|
|
2669
|
-
| {
|
|
2670
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2671
|
-
message: string
|
|
2672
|
-
/** Indicates that this is an access code error. */
|
|
2673
|
-
is_access_code_error: true
|
|
2674
|
-
/** Date and time at which Seam created the error. */
|
|
2675
|
-
created_at?: string | undefined
|
|
2676
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2677
|
-
error_code: 'access_code_state_unconfirmed'
|
|
2678
|
-
}
|
|
2679
2659
|
| {
|
|
2680
2660
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2681
2661
|
message: string
|
|
@@ -5210,16 +5190,6 @@ export type Routes = {
|
|
|
5210
5190
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5211
5191
|
error_code: 'no_space_for_access_code_on_device'
|
|
5212
5192
|
}
|
|
5213
|
-
| {
|
|
5214
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5215
|
-
message: string
|
|
5216
|
-
/** Indicates that this is an access code error. */
|
|
5217
|
-
is_access_code_error: true
|
|
5218
|
-
/** Date and time at which Seam created the error. */
|
|
5219
|
-
created_at?: string | undefined
|
|
5220
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5221
|
-
error_code: 'access_code_state_unconfirmed'
|
|
5222
|
-
}
|
|
5223
5193
|
| {
|
|
5224
5194
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5225
5195
|
message: string
|
|
@@ -5894,16 +5864,6 @@ export type Routes = {
|
|
|
5894
5864
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5895
5865
|
error_code: 'no_space_for_access_code_on_device'
|
|
5896
5866
|
}
|
|
5897
|
-
| {
|
|
5898
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5899
|
-
message: string
|
|
5900
|
-
/** Indicates that this is an access code error. */
|
|
5901
|
-
is_access_code_error: true
|
|
5902
|
-
/** Date and time at which Seam created the error. */
|
|
5903
|
-
created_at?: string | undefined
|
|
5904
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5905
|
-
error_code: 'access_code_state_unconfirmed'
|
|
5906
|
-
}
|
|
5907
5867
|
| {
|
|
5908
5868
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5909
5869
|
message: string
|
|
@@ -6470,16 +6430,6 @@ export type Routes = {
|
|
|
6470
6430
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6471
6431
|
error_code: 'no_space_for_access_code_on_device'
|
|
6472
6432
|
}
|
|
6473
|
-
| {
|
|
6474
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6475
|
-
message: string
|
|
6476
|
-
/** Indicates that this is an access code error. */
|
|
6477
|
-
is_access_code_error: true
|
|
6478
|
-
/** Date and time at which Seam created the error. */
|
|
6479
|
-
created_at?: string | undefined
|
|
6480
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6481
|
-
error_code: 'access_code_state_unconfirmed'
|
|
6482
|
-
}
|
|
6483
6433
|
| {
|
|
6484
6434
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6485
6435
|
message: string
|
|
@@ -7023,16 +6973,6 @@ export type Routes = {
|
|
|
7023
6973
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7024
6974
|
error_code: 'no_space_for_access_code_on_device'
|
|
7025
6975
|
}
|
|
7026
|
-
| {
|
|
7027
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7028
|
-
message: string
|
|
7029
|
-
/** Indicates that this is an access code error. */
|
|
7030
|
-
is_access_code_error: true
|
|
7031
|
-
/** Date and time at which Seam created the error. */
|
|
7032
|
-
created_at?: string | undefined
|
|
7033
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7034
|
-
error_code: 'access_code_state_unconfirmed'
|
|
7035
|
-
}
|
|
7036
6976
|
| {
|
|
7037
6977
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7038
6978
|
message: string
|
|
@@ -7609,16 +7549,6 @@ export type Routes = {
|
|
|
7609
7549
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7610
7550
|
error_code: 'no_space_for_access_code_on_device'
|
|
7611
7551
|
}
|
|
7612
|
-
| {
|
|
7613
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7614
|
-
message: string
|
|
7615
|
-
/** Indicates that this is an access code error. */
|
|
7616
|
-
is_access_code_error: true
|
|
7617
|
-
/** Date and time at which Seam created the error. */
|
|
7618
|
-
created_at?: string | undefined
|
|
7619
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7620
|
-
error_code: 'access_code_state_unconfirmed'
|
|
7621
|
-
}
|
|
7622
7552
|
| {
|
|
7623
7553
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7624
7554
|
message: string
|
|
@@ -10055,16 +9985,6 @@ export type Routes = {
|
|
|
10055
9985
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10056
9986
|
error_code: 'no_space_for_access_code_on_device'
|
|
10057
9987
|
}
|
|
10058
|
-
| {
|
|
10059
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10060
|
-
message: string
|
|
10061
|
-
/** Indicates that this is an access code error. */
|
|
10062
|
-
is_access_code_error: true
|
|
10063
|
-
/** Date and time at which Seam created the error. */
|
|
10064
|
-
created_at?: string | undefined
|
|
10065
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10066
|
-
error_code: 'access_code_state_unconfirmed'
|
|
10067
|
-
}
|
|
10068
9988
|
| {
|
|
10069
9989
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10070
9990
|
message: string
|
|
@@ -10520,16 +10440,6 @@ export type Routes = {
|
|
|
10520
10440
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10521
10441
|
error_code: 'no_space_for_access_code_on_device'
|
|
10522
10442
|
}
|
|
10523
|
-
| {
|
|
10524
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10525
|
-
message: string
|
|
10526
|
-
/** Indicates that this is an access code error. */
|
|
10527
|
-
is_access_code_error: true
|
|
10528
|
-
/** Date and time at which Seam created the error. */
|
|
10529
|
-
created_at?: string | undefined
|
|
10530
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10531
|
-
error_code: 'access_code_state_unconfirmed'
|
|
10532
|
-
}
|
|
10533
10443
|
| {
|
|
10534
10444
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10535
10445
|
message: string
|
|
@@ -141615,16 +141525,6 @@ export type Routes = {
|
|
|
141615
141525
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
141616
141526
|
error_code: 'no_space_for_access_code_on_device'
|
|
141617
141527
|
}
|
|
141618
|
-
| {
|
|
141619
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
141620
|
-
message: string
|
|
141621
|
-
/** Indicates that this is an access code error. */
|
|
141622
|
-
is_access_code_error: true
|
|
141623
|
-
/** Date and time at which Seam created the error. */
|
|
141624
|
-
created_at?: string | undefined
|
|
141625
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
141626
|
-
error_code: 'access_code_state_unconfirmed'
|
|
141627
|
-
}
|
|
141628
141528
|
| {
|
|
141629
141529
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
141630
141530
|
message: string
|
|
@@ -142066,16 +141966,6 @@ export type Routes = {
|
|
|
142066
141966
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
142067
141967
|
error_code: 'no_space_for_access_code_on_device'
|
|
142068
141968
|
}
|
|
142069
|
-
| {
|
|
142070
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
142071
|
-
message: string
|
|
142072
|
-
/** Indicates that this is an access code error. */
|
|
142073
|
-
is_access_code_error: true
|
|
142074
|
-
/** Date and time at which Seam created the error. */
|
|
142075
|
-
created_at?: string | undefined
|
|
142076
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
142077
|
-
error_code: 'access_code_state_unconfirmed'
|
|
142078
|
-
}
|
|
142079
141969
|
| {
|
|
142080
141970
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
142081
141971
|
message: string
|