@seamapi/types 1.699.0 → 1.701.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 +36 -61
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +60 -239
- package/dist/index.cjs +36 -61
- 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.d.ts +47 -0
- package/lib/seam/connect/openapi.js +34 -54
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +13 -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 +38 -62
- package/src/lib/seam/connect/route-types.ts +13 -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;
|
|
@@ -11947,6 +11866,10 @@ export type Routes = {
|
|
|
11947
11866
|
commonParams: {
|
|
11948
11867
|
/** Customer key for which you want to list access grants. */
|
|
11949
11868
|
customer_key?: string | undefined;
|
|
11869
|
+
/** Numerical limit on the number of access grants to return. */
|
|
11870
|
+
limit?: number;
|
|
11871
|
+
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
11872
|
+
page_cursor?: (string | undefined) | null;
|
|
11950
11873
|
/** ID of user identity by which you want to filter the list of Access Grants. */
|
|
11951
11874
|
user_identity_id?: string | undefined;
|
|
11952
11875
|
/** ID of the access system by which you want to filter the list of Access Grants. */
|
|
@@ -12031,6 +11954,15 @@ export type Routes = {
|
|
|
12031
11954
|
/** ID of the customization profile associated with the Access Grant. */
|
|
12032
11955
|
customization_profile_id?: string | undefined;
|
|
12033
11956
|
}[];
|
|
11957
|
+
/** Information about the current page of results. */
|
|
11958
|
+
pagination: {
|
|
11959
|
+
/** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
|
|
11960
|
+
next_page_cursor: string | null;
|
|
11961
|
+
/** Indicates whether there is another page of results after this one. */
|
|
11962
|
+
has_next_page: boolean;
|
|
11963
|
+
/** URL to get the next page of results. */
|
|
11964
|
+
next_page_url: string | null;
|
|
11965
|
+
};
|
|
12034
11966
|
};
|
|
12035
11967
|
maxDuration: undefined;
|
|
12036
11968
|
};
|
|
@@ -84177,15 +84109,6 @@ export type Routes = {
|
|
|
84177
84109
|
created_at?: string | undefined;
|
|
84178
84110
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84179
84111
|
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
84112
|
} | {
|
|
84190
84113
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84191
84114
|
message: string;
|
|
@@ -84668,15 +84591,6 @@ export type Routes = {
|
|
|
84668
84591
|
created_at?: string | undefined;
|
|
84669
84592
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84670
84593
|
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
84594
|
} | {
|
|
84681
84595
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84682
84596
|
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.',
|
|
@@ -29916,6 +29856,27 @@ export default {
|
|
|
29916
29856
|
type: 'string',
|
|
29917
29857
|
},
|
|
29918
29858
|
},
|
|
29859
|
+
{
|
|
29860
|
+
in: 'query',
|
|
29861
|
+
name: 'limit',
|
|
29862
|
+
schema: {
|
|
29863
|
+
default: 500,
|
|
29864
|
+
description:
|
|
29865
|
+
'Numerical limit on the number of access grants to return.',
|
|
29866
|
+
format: 'float',
|
|
29867
|
+
type: 'number',
|
|
29868
|
+
},
|
|
29869
|
+
},
|
|
29870
|
+
{
|
|
29871
|
+
in: 'query',
|
|
29872
|
+
name: 'page_cursor',
|
|
29873
|
+
schema: {
|
|
29874
|
+
description:
|
|
29875
|
+
"Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
|
|
29876
|
+
nullable: true,
|
|
29877
|
+
type: 'string',
|
|
29878
|
+
},
|
|
29879
|
+
},
|
|
29919
29880
|
{
|
|
29920
29881
|
in: 'query',
|
|
29921
29882
|
name: 'user_identity_id',
|
|
@@ -29994,8 +29955,9 @@ export default {
|
|
|
29994
29955
|
type: 'array',
|
|
29995
29956
|
},
|
|
29996
29957
|
ok: { type: 'boolean' },
|
|
29958
|
+
pagination: { $ref: '#/components/schemas/pagination' },
|
|
29997
29959
|
},
|
|
29998
|
-
required: ['access_grants', 'ok'],
|
|
29960
|
+
required: ['access_grants', 'pagination', 'ok'],
|
|
29999
29961
|
type: 'object',
|
|
30000
29962
|
},
|
|
30001
29963
|
},
|
|
@@ -30049,12 +30011,25 @@ export default {
|
|
|
30049
30011
|
'Customer key for which you want to list access grants.',
|
|
30050
30012
|
type: 'string',
|
|
30051
30013
|
},
|
|
30014
|
+
limit: {
|
|
30015
|
+
default: 500,
|
|
30016
|
+
description:
|
|
30017
|
+
'Numerical limit on the number of access grants to return.',
|
|
30018
|
+
format: 'float',
|
|
30019
|
+
type: 'number',
|
|
30020
|
+
},
|
|
30052
30021
|
location_id: {
|
|
30053
30022
|
deprecated: true,
|
|
30054
30023
|
format: 'uuid',
|
|
30055
30024
|
type: 'string',
|
|
30056
30025
|
'x-deprecated': 'Use `space_id`.',
|
|
30057
30026
|
},
|
|
30027
|
+
page_cursor: {
|
|
30028
|
+
description:
|
|
30029
|
+
"Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
|
|
30030
|
+
nullable: true,
|
|
30031
|
+
type: 'string',
|
|
30032
|
+
},
|
|
30058
30033
|
reservation_key: {
|
|
30059
30034
|
description: 'Filter Access Grants by reservation_key.',
|
|
30060
30035
|
type: 'string',
|
|
@@ -30088,8 +30063,9 @@ export default {
|
|
|
30088
30063
|
type: 'array',
|
|
30089
30064
|
},
|
|
30090
30065
|
ok: { type: 'boolean' },
|
|
30066
|
+
pagination: { $ref: '#/components/schemas/pagination' },
|
|
30091
30067
|
},
|
|
30092
|
-
required: ['access_grants', 'ok'],
|
|
30068
|
+
required: ['access_grants', 'pagination', 'ok'],
|
|
30093
30069
|
type: 'object',
|
|
30094
30070
|
},
|
|
30095
30071
|
},
|
|
@@ -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
|
|
@@ -13701,6 +13611,10 @@ export type Routes = {
|
|
|
13701
13611
|
commonParams: {
|
|
13702
13612
|
/** Customer key for which you want to list access grants. */
|
|
13703
13613
|
customer_key?: string | undefined
|
|
13614
|
+
/** Numerical limit on the number of access grants to return. */
|
|
13615
|
+
limit?: number
|
|
13616
|
+
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
13617
|
+
page_cursor?: (string | undefined) | null
|
|
13704
13618
|
/** ID of user identity by which you want to filter the list of Access Grants. */
|
|
13705
13619
|
user_identity_id?: string | undefined
|
|
13706
13620
|
/** ID of the access system by which you want to filter the list of Access Grants. */
|
|
@@ -13785,6 +13699,15 @@ export type Routes = {
|
|
|
13785
13699
|
/** ID of the customization profile associated with the Access Grant. */
|
|
13786
13700
|
customization_profile_id?: string | undefined
|
|
13787
13701
|
}[]
|
|
13702
|
+
/** Information about the current page of results. */
|
|
13703
|
+
pagination: {
|
|
13704
|
+
/** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
|
|
13705
|
+
next_page_cursor: string | null
|
|
13706
|
+
/** Indicates whether there is another page of results after this one. */
|
|
13707
|
+
has_next_page: boolean
|
|
13708
|
+
/** URL to get the next page of results. */
|
|
13709
|
+
next_page_url: string | null
|
|
13710
|
+
}
|
|
13788
13711
|
}
|
|
13789
13712
|
maxDuration: undefined
|
|
13790
13713
|
}
|
|
@@ -100480,16 +100403,6 @@ export type Routes = {
|
|
|
100480
100403
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
100481
100404
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
100482
100405
|
}
|
|
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
100406
|
| {
|
|
100494
100407
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100495
100408
|
message: string
|
|
@@ -101028,16 +100941,6 @@ export type Routes = {
|
|
|
101028
100941
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
101029
100942
|
error_code: 'igloohome_bridge_too_many_pending_jobs'
|
|
101030
100943
|
}
|
|
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
100944
|
| {
|
|
101042
100945
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
101043
100946
|
message: string
|