@seamapi/types 1.699.0 → 1.700.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 -239
- 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 -72
- 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 -99
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +1 -10
- package/src/lib/seam/connect/openapi.ts +0 -60
- package/src/lib/seam/connect/route-types.ts +0 -110
|
@@ -1413,15 +1413,6 @@ export type Routes = {
|
|
|
1413
1413
|
created_at?: string | undefined;
|
|
1414
1414
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1415
1415
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
1416
|
-
} | {
|
|
1417
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1418
|
-
message: string;
|
|
1419
|
-
/** Indicates that this is an access code error. */
|
|
1420
|
-
is_access_code_error: true;
|
|
1421
|
-
/** Date and time at which Seam created the error. */
|
|
1422
|
-
created_at?: string | undefined;
|
|
1423
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1424
|
-
error_code: 'igloohome_bridge_offline';
|
|
1425
1416
|
} | {
|
|
1426
1417
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1427
1418
|
message: string;
|
|
@@ -1966,15 +1957,6 @@ export type Routes = {
|
|
|
1966
1957
|
created_at?: string | undefined;
|
|
1967
1958
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1968
1959
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
1969
|
-
} | {
|
|
1970
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1971
|
-
message: string;
|
|
1972
|
-
/** Indicates that this is an access code error. */
|
|
1973
|
-
is_access_code_error: true;
|
|
1974
|
-
/** Date and time at which Seam created the error. */
|
|
1975
|
-
created_at?: string | undefined;
|
|
1976
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1977
|
-
error_code: 'igloohome_bridge_offline';
|
|
1978
1960
|
} | {
|
|
1979
1961
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1980
1962
|
message: string;
|
|
@@ -3785,15 +3767,6 @@ export type Routes = {
|
|
|
3785
3767
|
created_at?: string | undefined;
|
|
3786
3768
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3787
3769
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
3788
|
-
} | {
|
|
3789
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3790
|
-
message: string;
|
|
3791
|
-
/** Indicates that this is an access code error. */
|
|
3792
|
-
is_access_code_error: true;
|
|
3793
|
-
/** Date and time at which Seam created the error. */
|
|
3794
|
-
created_at?: string | undefined;
|
|
3795
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3796
|
-
error_code: 'igloohome_bridge_offline';
|
|
3797
3770
|
} | {
|
|
3798
3771
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3799
3772
|
message: string;
|
|
@@ -4312,15 +4285,6 @@ export type Routes = {
|
|
|
4312
4285
|
created_at?: string | undefined;
|
|
4313
4286
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4314
4287
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
4315
|
-
} | {
|
|
4316
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4317
|
-
message: string;
|
|
4318
|
-
/** Indicates that this is an access code error. */
|
|
4319
|
-
is_access_code_error: true;
|
|
4320
|
-
/** Date and time at which Seam created the error. */
|
|
4321
|
-
created_at?: string | undefined;
|
|
4322
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4323
|
-
error_code: 'igloohome_bridge_offline';
|
|
4324
4288
|
} | {
|
|
4325
4289
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4326
4290
|
message: string;
|
|
@@ -4845,15 +4809,6 @@ export type Routes = {
|
|
|
4845
4809
|
created_at?: string | undefined;
|
|
4846
4810
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4847
4811
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
4848
|
-
} | {
|
|
4849
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4850
|
-
message: string;
|
|
4851
|
-
/** Indicates that this is an access code error. */
|
|
4852
|
-
is_access_code_error: true;
|
|
4853
|
-
/** Date and time at which Seam created the error. */
|
|
4854
|
-
created_at?: string | undefined;
|
|
4855
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4856
|
-
error_code: 'igloohome_bridge_offline';
|
|
4857
4812
|
} | {
|
|
4858
4813
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4859
4814
|
message: string;
|
|
@@ -5355,15 +5310,6 @@ export type Routes = {
|
|
|
5355
5310
|
created_at?: string | undefined;
|
|
5356
5311
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5357
5312
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
5358
|
-
} | {
|
|
5359
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5360
|
-
message: string;
|
|
5361
|
-
/** Indicates that this is an access code error. */
|
|
5362
|
-
is_access_code_error: true;
|
|
5363
|
-
/** Date and time at which Seam created the error. */
|
|
5364
|
-
created_at?: string | undefined;
|
|
5365
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5366
|
-
error_code: 'igloohome_bridge_offline';
|
|
5367
5313
|
} | {
|
|
5368
5314
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5369
5315
|
message: string;
|
|
@@ -5900,15 +5846,6 @@ export type Routes = {
|
|
|
5900
5846
|
created_at?: string | undefined;
|
|
5901
5847
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5902
5848
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
5903
|
-
} | {
|
|
5904
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5905
|
-
message: string;
|
|
5906
|
-
/** Indicates that this is an access code error. */
|
|
5907
|
-
is_access_code_error: true;
|
|
5908
|
-
/** Date and time at which Seam created the error. */
|
|
5909
|
-
created_at?: string | undefined;
|
|
5910
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5911
|
-
error_code: 'igloohome_bridge_offline';
|
|
5912
5849
|
} | {
|
|
5913
5850
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5914
5851
|
message: string;
|
|
@@ -7706,15 +7643,6 @@ export type Routes = {
|
|
|
7706
7643
|
created_at?: string | undefined;
|
|
7707
7644
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7708
7645
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
7709
|
-
} | {
|
|
7710
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7711
|
-
message: string;
|
|
7712
|
-
/** Indicates that this is an access code error. */
|
|
7713
|
-
is_access_code_error: true;
|
|
7714
|
-
/** Date and time at which Seam created the error. */
|
|
7715
|
-
created_at?: string | undefined;
|
|
7716
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7717
|
-
error_code: 'igloohome_bridge_offline';
|
|
7718
7646
|
} | {
|
|
7719
7647
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7720
7648
|
message: string;
|
|
@@ -8211,15 +8139,6 @@ export type Routes = {
|
|
|
8211
8139
|
created_at?: string | undefined;
|
|
8212
8140
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8213
8141
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
8214
|
-
} | {
|
|
8215
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8216
|
-
message: string;
|
|
8217
|
-
/** Indicates that this is an access code error. */
|
|
8218
|
-
is_access_code_error: true;
|
|
8219
|
-
/** Date and time at which Seam created the error. */
|
|
8220
|
-
created_at?: string | undefined;
|
|
8221
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8222
|
-
error_code: 'igloohome_bridge_offline';
|
|
8223
8142
|
} | {
|
|
8224
8143
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8225
8144
|
message: string;
|
|
@@ -84177,15 +84096,6 @@ export type Routes = {
|
|
|
84177
84096
|
created_at?: string | undefined;
|
|
84178
84097
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84179
84098
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
84180
|
-
} | {
|
|
84181
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84182
|
-
message: string;
|
|
84183
|
-
/** Indicates that this is an access code error. */
|
|
84184
|
-
is_access_code_error: true;
|
|
84185
|
-
/** Date and time at which Seam created the error. */
|
|
84186
|
-
created_at?: string | undefined;
|
|
84187
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84188
|
-
error_code: 'igloohome_bridge_offline';
|
|
84189
84099
|
} | {
|
|
84190
84100
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84191
84101
|
message: string;
|
|
@@ -84668,15 +84578,6 @@ export type Routes = {
|
|
|
84668
84578
|
created_at?: string | undefined;
|
|
84669
84579
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84670
84580
|
error_code: 'igloohome_bridge_too_many_pending_jobs';
|
|
84671
|
-
} | {
|
|
84672
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84673
|
-
message: string;
|
|
84674
|
-
/** Indicates that this is an access code error. */
|
|
84675
|
-
is_access_code_error: true;
|
|
84676
|
-
/** Date and time at which Seam created the error. */
|
|
84677
|
-
created_at?: string | undefined;
|
|
84678
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84679
|
-
error_code: 'igloohome_bridge_offline';
|
|
84680
84581
|
} | {
|
|
84681
84582
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84682
84583
|
message: string;
|
package/package.json
CHANGED
|
@@ -96,14 +96,6 @@ const igloohome_bridge_too_many_pending_jobs = common_access_code_error
|
|
|
96
96
|
})
|
|
97
97
|
.describe('Igloohome bridge has too many pending jobs in the queue.')
|
|
98
98
|
|
|
99
|
-
const igloohome_bridge_offline = common_access_code_error
|
|
100
|
-
.extend({
|
|
101
|
-
error_code: z
|
|
102
|
-
.literal('igloohome_bridge_offline')
|
|
103
|
-
.describe(error_code_description),
|
|
104
|
-
})
|
|
105
|
-
.describe('Igloohome bridge is offline.')
|
|
106
|
-
|
|
107
99
|
const kwikset_unable_to_confirm_code = common_access_code_error
|
|
108
100
|
.extend({
|
|
109
101
|
error_code: z
|
|
@@ -241,8 +233,8 @@ const access_code_error = z
|
|
|
241
233
|
duplicate_code_attempt_prevented,
|
|
242
234
|
no_space_for_access_code_on_device,
|
|
243
235
|
igloohome_bridge_too_many_pending_jobs,
|
|
244
|
-
igloohome_bridge_offline,
|
|
245
236
|
kwikset_unable_to_confirm_code,
|
|
237
|
+
|
|
246
238
|
kwikset_unable_to_confirm_deletion,
|
|
247
239
|
code_modified_external_to_seam_error,
|
|
248
240
|
august_lock_invalid_code_length,
|
|
@@ -286,7 +278,6 @@ const _access_code_error_map = z.object({
|
|
|
286
278
|
igloohome_bridge_too_many_pending_jobs: igloohome_bridge_too_many_pending_jobs
|
|
287
279
|
.optional()
|
|
288
280
|
.nullable(),
|
|
289
|
-
igloohome_bridge_offline: igloohome_bridge_offline.optional().nullable(),
|
|
290
281
|
kwikset_unable_to_confirm_code: kwikset_unable_to_confirm_code
|
|
291
282
|
.optional()
|
|
292
283
|
.nullable(),
|
|
@@ -320,36 +320,6 @@ export default {
|
|
|
320
320
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
321
321
|
type: 'object',
|
|
322
322
|
},
|
|
323
|
-
{
|
|
324
|
-
description: 'Igloohome bridge is offline.',
|
|
325
|
-
properties: {
|
|
326
|
-
created_at: {
|
|
327
|
-
description:
|
|
328
|
-
'Date and time at which Seam created the error.',
|
|
329
|
-
format: 'date-time',
|
|
330
|
-
type: 'string',
|
|
331
|
-
},
|
|
332
|
-
error_code: {
|
|
333
|
-
description:
|
|
334
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
335
|
-
enum: ['igloohome_bridge_offline'],
|
|
336
|
-
type: 'string',
|
|
337
|
-
},
|
|
338
|
-
is_access_code_error: {
|
|
339
|
-
description:
|
|
340
|
-
'Indicates that this is an access code error.',
|
|
341
|
-
enum: [true],
|
|
342
|
-
type: 'boolean',
|
|
343
|
-
},
|
|
344
|
-
message: {
|
|
345
|
-
description:
|
|
346
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
347
|
-
type: 'string',
|
|
348
|
-
},
|
|
349
|
-
},
|
|
350
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
351
|
-
type: 'object',
|
|
352
|
-
},
|
|
353
323
|
{
|
|
354
324
|
description:
|
|
355
325
|
'Unable to confirm that the access code is set on Kwikset device.',
|
|
@@ -22080,36 +22050,6 @@ export default {
|
|
|
22080
22050
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
22081
22051
|
type: 'object',
|
|
22082
22052
|
},
|
|
22083
|
-
{
|
|
22084
|
-
description: 'Igloohome bridge is offline.',
|
|
22085
|
-
properties: {
|
|
22086
|
-
created_at: {
|
|
22087
|
-
description:
|
|
22088
|
-
'Date and time at which Seam created the error.',
|
|
22089
|
-
format: 'date-time',
|
|
22090
|
-
type: 'string',
|
|
22091
|
-
},
|
|
22092
|
-
error_code: {
|
|
22093
|
-
description:
|
|
22094
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
22095
|
-
enum: ['igloohome_bridge_offline'],
|
|
22096
|
-
type: 'string',
|
|
22097
|
-
},
|
|
22098
|
-
is_access_code_error: {
|
|
22099
|
-
description:
|
|
22100
|
-
'Indicates that this is an access code error.',
|
|
22101
|
-
enum: [true],
|
|
22102
|
-
type: 'boolean',
|
|
22103
|
-
},
|
|
22104
|
-
message: {
|
|
22105
|
-
description:
|
|
22106
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
22107
|
-
type: 'string',
|
|
22108
|
-
},
|
|
22109
|
-
},
|
|
22110
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
22111
|
-
type: 'object',
|
|
22112
|
-
},
|
|
22113
22053
|
{
|
|
22114
22054
|
description:
|
|
22115
22055
|
'Unable to confirm that the access code is set on Kwikset device.',
|
|
@@ -1614,16 +1614,6 @@ export type Routes = {
|
|
|
1614
1614
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1615
1615
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
1616
1616
|
}
|
|
1617
|
-
| {
|
|
1618
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1619
|
-
message: string
|
|
1620
|
-
/** Indicates that this is an access code error. */
|
|
1621
|
-
is_access_code_error: true
|
|
1622
|
-
/** Date and time at which Seam created the error. */
|
|
1623
|
-
created_at?: string | undefined
|
|
1624
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1625
|
-
error_code: 'igloohome_bridge_offline'
|
|
1626
|
-
}
|
|
1627
1617
|
| {
|
|
1628
1618
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1629
1619
|
message: string
|
|
@@ -2222,16 +2212,6 @@ export type Routes = {
|
|
|
2222
2212
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2223
2213
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
2224
2214
|
}
|
|
2225
|
-
| {
|
|
2226
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2227
|
-
message: string
|
|
2228
|
-
/** Indicates that this is an access code error. */
|
|
2229
|
-
is_access_code_error: true
|
|
2230
|
-
/** Date and time at which Seam created the error. */
|
|
2231
|
-
created_at?: string | undefined
|
|
2232
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2233
|
-
error_code: 'igloohome_bridge_offline'
|
|
2234
|
-
}
|
|
2235
2215
|
| {
|
|
2236
2216
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2237
2217
|
message: string
|
|
@@ -4287,16 +4267,6 @@ export type Routes = {
|
|
|
4287
4267
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4288
4268
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
4289
4269
|
}
|
|
4290
|
-
| {
|
|
4291
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4292
|
-
message: string
|
|
4293
|
-
/** Indicates that this is an access code error. */
|
|
4294
|
-
is_access_code_error: true
|
|
4295
|
-
/** Date and time at which Seam created the error. */
|
|
4296
|
-
created_at?: string | undefined
|
|
4297
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4298
|
-
error_code: 'igloohome_bridge_offline'
|
|
4299
|
-
}
|
|
4300
4270
|
| {
|
|
4301
4271
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4302
4272
|
message: string
|
|
@@ -4869,16 +4839,6 @@ export type Routes = {
|
|
|
4869
4839
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4870
4840
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
4871
4841
|
}
|
|
4872
|
-
| {
|
|
4873
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4874
|
-
message: string
|
|
4875
|
-
/** Indicates that this is an access code error. */
|
|
4876
|
-
is_access_code_error: true
|
|
4877
|
-
/** Date and time at which Seam created the error. */
|
|
4878
|
-
created_at?: string | undefined
|
|
4879
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4880
|
-
error_code: 'igloohome_bridge_offline'
|
|
4881
|
-
}
|
|
4882
4842
|
| {
|
|
4883
4843
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4884
4844
|
message: string
|
|
@@ -5457,16 +5417,6 @@ export type Routes = {
|
|
|
5457
5417
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5458
5418
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
5459
5419
|
}
|
|
5460
|
-
| {
|
|
5461
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5462
|
-
message: string
|
|
5463
|
-
/** Indicates that this is an access code error. */
|
|
5464
|
-
is_access_code_error: true
|
|
5465
|
-
/** Date and time at which Seam created the error. */
|
|
5466
|
-
created_at?: string | undefined
|
|
5467
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5468
|
-
error_code: 'igloohome_bridge_offline'
|
|
5469
|
-
}
|
|
5470
5420
|
| {
|
|
5471
5421
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5472
5422
|
message: string
|
|
@@ -6022,16 +5972,6 @@ export type Routes = {
|
|
|
6022
5972
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6023
5973
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
6024
5974
|
}
|
|
6025
|
-
| {
|
|
6026
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6027
|
-
message: string
|
|
6028
|
-
/** Indicates that this is an access code error. */
|
|
6029
|
-
is_access_code_error: true
|
|
6030
|
-
/** Date and time at which Seam created the error. */
|
|
6031
|
-
created_at?: string | undefined
|
|
6032
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6033
|
-
error_code: 'igloohome_bridge_offline'
|
|
6034
|
-
}
|
|
6035
5975
|
| {
|
|
6036
5976
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6037
5977
|
message: string
|
|
@@ -6622,16 +6562,6 @@ export type Routes = {
|
|
|
6622
6562
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6623
6563
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
6624
6564
|
}
|
|
6625
|
-
| {
|
|
6626
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6627
|
-
message: string
|
|
6628
|
-
/** Indicates that this is an access code error. */
|
|
6629
|
-
is_access_code_error: true
|
|
6630
|
-
/** Date and time at which Seam created the error. */
|
|
6631
|
-
created_at?: string | undefined
|
|
6632
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6633
|
-
error_code: 'igloohome_bridge_offline'
|
|
6634
|
-
}
|
|
6635
6565
|
| {
|
|
6636
6566
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6637
6567
|
message: string
|
|
@@ -8674,16 +8604,6 @@ export type Routes = {
|
|
|
8674
8604
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8675
8605
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
8676
8606
|
}
|
|
8677
|
-
| {
|
|
8678
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8679
|
-
message: string
|
|
8680
|
-
/** Indicates that this is an access code error. */
|
|
8681
|
-
is_access_code_error: true
|
|
8682
|
-
/** Date and time at which Seam created the error. */
|
|
8683
|
-
created_at?: string | undefined
|
|
8684
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8685
|
-
error_code: 'igloohome_bridge_offline'
|
|
8686
|
-
}
|
|
8687
8607
|
| {
|
|
8688
8608
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8689
8609
|
message: string
|
|
@@ -9234,16 +9154,6 @@ export type Routes = {
|
|
|
9234
9154
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9235
9155
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
9236
9156
|
}
|
|
9237
|
-
| {
|
|
9238
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9239
|
-
message: string
|
|
9240
|
-
/** Indicates that this is an access code error. */
|
|
9241
|
-
is_access_code_error: true
|
|
9242
|
-
/** Date and time at which Seam created the error. */
|
|
9243
|
-
created_at?: string | undefined
|
|
9244
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9245
|
-
error_code: 'igloohome_bridge_offline'
|
|
9246
|
-
}
|
|
9247
9157
|
| {
|
|
9248
9158
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9249
9159
|
message: string
|
|
@@ -100480,16 +100390,6 @@ export type Routes = {
|
|
|
100480
100390
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
100481
100391
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
100482
100392
|
}
|
|
100483
|
-
| {
|
|
100484
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100485
|
-
message: string
|
|
100486
|
-
/** Indicates that this is an access code error. */
|
|
100487
|
-
is_access_code_error: true
|
|
100488
|
-
/** Date and time at which Seam created the error. */
|
|
100489
|
-
created_at?: string | undefined
|
|
100490
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
100491
|
-
error_code: 'igloohome_bridge_offline'
|
|
100492
|
-
}
|
|
100493
100393
|
| {
|
|
100494
100394
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100495
100395
|
message: string
|
|
@@ -101028,16 +100928,6 @@ export type Routes = {
|
|
|
101028
100928
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
101029
100929
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
101030
100930
|
}
|
|
101031
|
-
| {
|
|
101032
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
101033
|
-
message: string
|
|
101034
|
-
/** Indicates that this is an access code error. */
|
|
101035
|
-
is_access_code_error: true
|
|
101036
|
-
/** Date and time at which Seam created the error. */
|
|
101037
|
-
created_at?: string | undefined
|
|
101038
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
101039
|
-
error_code: 'igloohome_bridge_offline'
|
|
101040
|
-
}
|
|
101041
100931
|
| {
|
|
101042
100932
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
101043
100933
|
message: string
|