@seamapi/types 1.610.0 → 1.612.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 +61 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +258 -1
- package/dist/index.cjs +61 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +71 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js +11 -0
- 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 +26 -0
- package/lib/seam/connect/models/batch.d.ts +144 -0
- package/lib/seam/connect/openapi.js +54 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +118 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +12 -0
- package/src/lib/seam/connect/openapi.ts +62 -2
- package/src/lib/seam/connect/route-types.ts +131 -1
|
@@ -1557,6 +1557,15 @@ export type Routes = {
|
|
|
1557
1557
|
created_at?: string | undefined;
|
|
1558
1558
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1559
1559
|
error_code: 'kwikset_insufficient_permissions';
|
|
1560
|
+
} | {
|
|
1561
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1562
|
+
message: string;
|
|
1563
|
+
/** Indicates that this is an access code error. */
|
|
1564
|
+
is_access_code_error: true;
|
|
1565
|
+
/** Date and time at which Seam created the error. */
|
|
1566
|
+
created_at?: string | undefined;
|
|
1567
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1568
|
+
error_code: 'keynest_unsupported_third_party_locker';
|
|
1560
1569
|
} | {
|
|
1561
1570
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1562
1571
|
message: string;
|
|
@@ -2102,6 +2111,15 @@ export type Routes = {
|
|
|
2102
2111
|
created_at?: string | undefined;
|
|
2103
2112
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2104
2113
|
error_code: 'kwikset_insufficient_permissions';
|
|
2114
|
+
} | {
|
|
2115
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2116
|
+
message: string;
|
|
2117
|
+
/** Indicates that this is an access code error. */
|
|
2118
|
+
is_access_code_error: true;
|
|
2119
|
+
/** Date and time at which Seam created the error. */
|
|
2120
|
+
created_at?: string | undefined;
|
|
2121
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2122
|
+
error_code: 'keynest_unsupported_third_party_locker';
|
|
2105
2123
|
} | {
|
|
2106
2124
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2107
2125
|
message: string;
|
|
@@ -3911,6 +3929,15 @@ export type Routes = {
|
|
|
3911
3929
|
created_at?: string | undefined;
|
|
3912
3930
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3913
3931
|
error_code: 'kwikset_insufficient_permissions';
|
|
3932
|
+
} | {
|
|
3933
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3934
|
+
message: string;
|
|
3935
|
+
/** Indicates that this is an access code error. */
|
|
3936
|
+
is_access_code_error: true;
|
|
3937
|
+
/** Date and time at which Seam created the error. */
|
|
3938
|
+
created_at?: string | undefined;
|
|
3939
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3940
|
+
error_code: 'keynest_unsupported_third_party_locker';
|
|
3914
3941
|
} | {
|
|
3915
3942
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3916
3943
|
message: string;
|
|
@@ -4430,6 +4457,15 @@ export type Routes = {
|
|
|
4430
4457
|
created_at?: string | undefined;
|
|
4431
4458
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4432
4459
|
error_code: 'kwikset_insufficient_permissions';
|
|
4460
|
+
} | {
|
|
4461
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4462
|
+
message: string;
|
|
4463
|
+
/** Indicates that this is an access code error. */
|
|
4464
|
+
is_access_code_error: true;
|
|
4465
|
+
/** Date and time at which Seam created the error. */
|
|
4466
|
+
created_at?: string | undefined;
|
|
4467
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4468
|
+
error_code: 'keynest_unsupported_third_party_locker';
|
|
4433
4469
|
} | {
|
|
4434
4470
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4435
4471
|
message: string;
|
|
@@ -4955,6 +4991,15 @@ export type Routes = {
|
|
|
4955
4991
|
created_at?: string | undefined;
|
|
4956
4992
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4957
4993
|
error_code: 'kwikset_insufficient_permissions';
|
|
4994
|
+
} | {
|
|
4995
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4996
|
+
message: string;
|
|
4997
|
+
/** Indicates that this is an access code error. */
|
|
4998
|
+
is_access_code_error: true;
|
|
4999
|
+
/** Date and time at which Seam created the error. */
|
|
5000
|
+
created_at?: string | undefined;
|
|
5001
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5002
|
+
error_code: 'keynest_unsupported_third_party_locker';
|
|
4958
5003
|
} | {
|
|
4959
5004
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4960
5005
|
message: string;
|
|
@@ -5458,6 +5503,15 @@ export type Routes = {
|
|
|
5458
5503
|
created_at?: string | undefined;
|
|
5459
5504
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5460
5505
|
error_code: 'kwikset_insufficient_permissions';
|
|
5506
|
+
} | {
|
|
5507
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5508
|
+
message: string;
|
|
5509
|
+
/** Indicates that this is an access code error. */
|
|
5510
|
+
is_access_code_error: true;
|
|
5511
|
+
/** Date and time at which Seam created the error. */
|
|
5512
|
+
created_at?: string | undefined;
|
|
5513
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5514
|
+
error_code: 'keynest_unsupported_third_party_locker';
|
|
5461
5515
|
} | {
|
|
5462
5516
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5463
5517
|
message: string;
|
|
@@ -5994,6 +6048,15 @@ export type Routes = {
|
|
|
5994
6048
|
created_at?: string | undefined;
|
|
5995
6049
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5996
6050
|
error_code: 'kwikset_insufficient_permissions';
|
|
6051
|
+
} | {
|
|
6052
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6053
|
+
message: string;
|
|
6054
|
+
/** Indicates that this is an access code error. */
|
|
6055
|
+
is_access_code_error: true;
|
|
6056
|
+
/** Date and time at which Seam created the error. */
|
|
6057
|
+
created_at?: string | undefined;
|
|
6058
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6059
|
+
error_code: 'keynest_unsupported_third_party_locker';
|
|
5997
6060
|
} | {
|
|
5998
6061
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5999
6062
|
message: string;
|
|
@@ -7790,6 +7853,15 @@ export type Routes = {
|
|
|
7790
7853
|
created_at?: string | undefined;
|
|
7791
7854
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7792
7855
|
error_code: 'kwikset_insufficient_permissions';
|
|
7856
|
+
} | {
|
|
7857
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7858
|
+
message: string;
|
|
7859
|
+
/** Indicates that this is an access code error. */
|
|
7860
|
+
is_access_code_error: true;
|
|
7861
|
+
/** Date and time at which Seam created the error. */
|
|
7862
|
+
created_at?: string | undefined;
|
|
7863
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7864
|
+
error_code: 'keynest_unsupported_third_party_locker';
|
|
7793
7865
|
} | {
|
|
7794
7866
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7795
7867
|
message: string;
|
|
@@ -8287,6 +8359,15 @@ export type Routes = {
|
|
|
8287
8359
|
created_at?: string | undefined;
|
|
8288
8360
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8289
8361
|
error_code: 'kwikset_insufficient_permissions';
|
|
8362
|
+
} | {
|
|
8363
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8364
|
+
message: string;
|
|
8365
|
+
/** Indicates that this is an access code error. */
|
|
8366
|
+
is_access_code_error: true;
|
|
8367
|
+
/** Date and time at which Seam created the error. */
|
|
8368
|
+
created_at?: string | undefined;
|
|
8369
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8370
|
+
error_code: 'keynest_unsupported_third_party_locker';
|
|
8290
8371
|
} | {
|
|
8291
8372
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8292
8373
|
message: string;
|
|
@@ -19764,6 +19845,15 @@ export type Routes = {
|
|
|
19764
19845
|
created_at?: string | undefined;
|
|
19765
19846
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
19766
19847
|
error_code: 'kwikset_insufficient_permissions';
|
|
19848
|
+
} | {
|
|
19849
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
19850
|
+
message: string;
|
|
19851
|
+
/** Indicates that this is an access code error. */
|
|
19852
|
+
is_access_code_error: true;
|
|
19853
|
+
/** Date and time at which Seam created the error. */
|
|
19854
|
+
created_at?: string | undefined;
|
|
19855
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
19856
|
+
error_code: 'keynest_unsupported_third_party_locker';
|
|
19767
19857
|
} | {
|
|
19768
19858
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
19769
19859
|
message: string;
|
|
@@ -20254,6 +20344,15 @@ export type Routes = {
|
|
|
20254
20344
|
created_at?: string | undefined;
|
|
20255
20345
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
20256
20346
|
error_code: 'kwikset_insufficient_permissions';
|
|
20347
|
+
} | {
|
|
20348
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
20349
|
+
message: string;
|
|
20350
|
+
/** Indicates that this is an access code error. */
|
|
20351
|
+
is_access_code_error: true;
|
|
20352
|
+
/** Date and time at which Seam created the error. */
|
|
20353
|
+
created_at?: string | undefined;
|
|
20354
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
20355
|
+
error_code: 'keynest_unsupported_third_party_locker';
|
|
20257
20356
|
} | {
|
|
20258
20357
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
20259
20358
|
message: string;
|
|
@@ -80787,7 +80886,7 @@ export type Routes = {
|
|
|
80787
80886
|
queryParams: {};
|
|
80788
80887
|
jsonBody: {};
|
|
80789
80888
|
commonParams: {
|
|
80790
|
-
/** String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `
|
|
80889
|
+
/** String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `user_identity_id` or `acs_system_id`. */
|
|
80791
80890
|
search?: string | undefined;
|
|
80792
80891
|
/** Maximum number of records to return per page. */
|
|
80793
80892
|
limit?: number;
|
|
@@ -87456,6 +87555,15 @@ export type Routes = {
|
|
|
87456
87555
|
created_at?: string | undefined;
|
|
87457
87556
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
87458
87557
|
error_code: 'kwikset_insufficient_permissions';
|
|
87558
|
+
} | {
|
|
87559
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
87560
|
+
message: string;
|
|
87561
|
+
/** Indicates that this is an access code error. */
|
|
87562
|
+
is_access_code_error: true;
|
|
87563
|
+
/** Date and time at which Seam created the error. */
|
|
87564
|
+
created_at?: string | undefined;
|
|
87565
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
87566
|
+
error_code: 'keynest_unsupported_third_party_locker';
|
|
87459
87567
|
} | {
|
|
87460
87568
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
87461
87569
|
message: string;
|
|
@@ -87946,6 +88054,15 @@ export type Routes = {
|
|
|
87946
88054
|
created_at?: string | undefined;
|
|
87947
88055
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
87948
88056
|
error_code: 'kwikset_insufficient_permissions';
|
|
88057
|
+
} | {
|
|
88058
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
88059
|
+
message: string;
|
|
88060
|
+
/** Indicates that this is an access code error. */
|
|
88061
|
+
is_access_code_error: true;
|
|
88062
|
+
/** Date and time at which Seam created the error. */
|
|
88063
|
+
created_at?: string | undefined;
|
|
88064
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
88065
|
+
error_code: 'keynest_unsupported_third_party_locker';
|
|
87949
88066
|
} | {
|
|
87950
88067
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
87951
88068
|
message: string;
|
package/package.json
CHANGED
|
@@ -229,6 +229,14 @@ const dormakaba_oracode_no_valid_user_level = common_access_code_error
|
|
|
229
229
|
})
|
|
230
230
|
.describe('No valid user level for Oracode.')
|
|
231
231
|
|
|
232
|
+
const keynest_unsupported_third_party_locker = common_access_code_error
|
|
233
|
+
.extend({
|
|
234
|
+
error_code: z
|
|
235
|
+
.literal('keynest_unsupported_third_party_locker')
|
|
236
|
+
.describe(error_code_description),
|
|
237
|
+
})
|
|
238
|
+
.describe('KeyNest locker is not supported.')
|
|
239
|
+
|
|
232
240
|
const access_code_error = z
|
|
233
241
|
.discriminatedUnion('error_code', [
|
|
234
242
|
smartthings_failed_to_set_access_code_error,
|
|
@@ -256,6 +264,7 @@ const access_code_error = z
|
|
|
256
264
|
wyze_potential_duplicate_code,
|
|
257
265
|
dormakaba_oracode_no_valid_user_level,
|
|
258
266
|
kwikset_insufficient_permissions,
|
|
267
|
+
keynest_unsupported_third_party_locker,
|
|
259
268
|
])
|
|
260
269
|
.describe(
|
|
261
270
|
'Errors associated with the [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes).',
|
|
@@ -326,6 +335,9 @@ const _access_code_error_map = z.object({
|
|
|
326
335
|
dormakaba_oracode_no_valid_user_level: dormakaba_oracode_no_valid_user_level
|
|
327
336
|
.optional()
|
|
328
337
|
.nullable(),
|
|
338
|
+
keynest_unsupported_third_party_locker: keynest_unsupported_third_party_locker
|
|
339
|
+
.optional()
|
|
340
|
+
.nullable(),
|
|
329
341
|
})
|
|
330
342
|
|
|
331
343
|
export type AccessCodeErrorMap = z.infer<typeof _access_code_error_map>
|
|
@@ -808,6 +808,36 @@ export default {
|
|
|
808
808
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
809
809
|
type: 'object',
|
|
810
810
|
},
|
|
811
|
+
{
|
|
812
|
+
description: 'KeyNest locker is not supported.',
|
|
813
|
+
properties: {
|
|
814
|
+
created_at: {
|
|
815
|
+
description:
|
|
816
|
+
'Date and time at which Seam created the error.',
|
|
817
|
+
format: 'date-time',
|
|
818
|
+
type: 'string',
|
|
819
|
+
},
|
|
820
|
+
error_code: {
|
|
821
|
+
description:
|
|
822
|
+
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
823
|
+
enum: ['keynest_unsupported_third_party_locker'],
|
|
824
|
+
type: 'string',
|
|
825
|
+
},
|
|
826
|
+
is_access_code_error: {
|
|
827
|
+
description:
|
|
828
|
+
'Indicates that this is an access code error.',
|
|
829
|
+
enum: [true],
|
|
830
|
+
type: 'boolean',
|
|
831
|
+
},
|
|
832
|
+
message: {
|
|
833
|
+
description:
|
|
834
|
+
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
835
|
+
type: 'string',
|
|
836
|
+
},
|
|
837
|
+
},
|
|
838
|
+
required: ['message', 'is_access_code_error', 'error_code'],
|
|
839
|
+
type: 'object',
|
|
840
|
+
},
|
|
811
841
|
{
|
|
812
842
|
description: 'Indicates that the account is disconnected.',
|
|
813
843
|
properties: {
|
|
@@ -21873,6 +21903,36 @@ export default {
|
|
|
21873
21903
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
21874
21904
|
type: 'object',
|
|
21875
21905
|
},
|
|
21906
|
+
{
|
|
21907
|
+
description: 'KeyNest locker is not supported.',
|
|
21908
|
+
properties: {
|
|
21909
|
+
created_at: {
|
|
21910
|
+
description:
|
|
21911
|
+
'Date and time at which Seam created the error.',
|
|
21912
|
+
format: 'date-time',
|
|
21913
|
+
type: 'string',
|
|
21914
|
+
},
|
|
21915
|
+
error_code: {
|
|
21916
|
+
description:
|
|
21917
|
+
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
21918
|
+
enum: ['keynest_unsupported_third_party_locker'],
|
|
21919
|
+
type: 'string',
|
|
21920
|
+
},
|
|
21921
|
+
is_access_code_error: {
|
|
21922
|
+
description:
|
|
21923
|
+
'Indicates that this is an access code error.',
|
|
21924
|
+
enum: [true],
|
|
21925
|
+
type: 'boolean',
|
|
21926
|
+
},
|
|
21927
|
+
message: {
|
|
21928
|
+
description:
|
|
21929
|
+
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
21930
|
+
type: 'string',
|
|
21931
|
+
},
|
|
21932
|
+
},
|
|
21933
|
+
required: ['message', 'is_access_code_error', 'error_code'],
|
|
21934
|
+
type: 'object',
|
|
21935
|
+
},
|
|
21876
21936
|
{
|
|
21877
21937
|
description: 'Indicates that the account is disconnected.',
|
|
21878
21938
|
properties: {
|
|
@@ -62123,7 +62183,7 @@ export default {
|
|
|
62123
62183
|
name: 'search',
|
|
62124
62184
|
schema: {
|
|
62125
62185
|
description:
|
|
62126
|
-
'String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `
|
|
62186
|
+
'String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `user_identity_id` or `acs_system_id`.',
|
|
62127
62187
|
type: 'string',
|
|
62128
62188
|
},
|
|
62129
62189
|
},
|
|
@@ -62416,7 +62476,7 @@ export default {
|
|
|
62416
62476
|
},
|
|
62417
62477
|
search: {
|
|
62418
62478
|
description:
|
|
62419
|
-
'String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `
|
|
62479
|
+
'String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `user_identity_id` or `acs_system_id`.',
|
|
62420
62480
|
type: 'string',
|
|
62421
62481
|
},
|
|
62422
62482
|
},
|
|
@@ -1774,6 +1774,16 @@ export type Routes = {
|
|
|
1774
1774
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1775
1775
|
error_code: 'kwikset_insufficient_permissions'
|
|
1776
1776
|
}
|
|
1777
|
+
| {
|
|
1778
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1779
|
+
message: string
|
|
1780
|
+
/** Indicates that this is an access code error. */
|
|
1781
|
+
is_access_code_error: true
|
|
1782
|
+
/** Date and time at which Seam created the error. */
|
|
1783
|
+
created_at?: string | undefined
|
|
1784
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1785
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
1786
|
+
}
|
|
1777
1787
|
| {
|
|
1778
1788
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1779
1789
|
message: string
|
|
@@ -2373,6 +2383,16 @@ export type Routes = {
|
|
|
2373
2383
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2374
2384
|
error_code: 'kwikset_insufficient_permissions'
|
|
2375
2385
|
}
|
|
2386
|
+
| {
|
|
2387
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2388
|
+
message: string
|
|
2389
|
+
/** Indicates that this is an access code error. */
|
|
2390
|
+
is_access_code_error: true
|
|
2391
|
+
/** Date and time at which Seam created the error. */
|
|
2392
|
+
created_at?: string | undefined
|
|
2393
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2394
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
2395
|
+
}
|
|
2376
2396
|
| {
|
|
2377
2397
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2378
2398
|
message: string
|
|
@@ -4427,6 +4447,16 @@ export type Routes = {
|
|
|
4427
4447
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4428
4448
|
error_code: 'kwikset_insufficient_permissions'
|
|
4429
4449
|
}
|
|
4450
|
+
| {
|
|
4451
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4452
|
+
message: string
|
|
4453
|
+
/** Indicates that this is an access code error. */
|
|
4454
|
+
is_access_code_error: true
|
|
4455
|
+
/** Date and time at which Seam created the error. */
|
|
4456
|
+
created_at?: string | undefined
|
|
4457
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4458
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
4459
|
+
}
|
|
4430
4460
|
| {
|
|
4431
4461
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4432
4462
|
message: string
|
|
@@ -5000,6 +5030,16 @@ export type Routes = {
|
|
|
5000
5030
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5001
5031
|
error_code: 'kwikset_insufficient_permissions'
|
|
5002
5032
|
}
|
|
5033
|
+
| {
|
|
5034
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5035
|
+
message: string
|
|
5036
|
+
/** Indicates that this is an access code error. */
|
|
5037
|
+
is_access_code_error: true
|
|
5038
|
+
/** Date and time at which Seam created the error. */
|
|
5039
|
+
created_at?: string | undefined
|
|
5040
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5041
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
5042
|
+
}
|
|
5003
5043
|
| {
|
|
5004
5044
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5005
5045
|
message: string
|
|
@@ -5579,6 +5619,16 @@ export type Routes = {
|
|
|
5579
5619
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5580
5620
|
error_code: 'kwikset_insufficient_permissions'
|
|
5581
5621
|
}
|
|
5622
|
+
| {
|
|
5623
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5624
|
+
message: string
|
|
5625
|
+
/** Indicates that this is an access code error. */
|
|
5626
|
+
is_access_code_error: true
|
|
5627
|
+
/** Date and time at which Seam created the error. */
|
|
5628
|
+
created_at?: string | undefined
|
|
5629
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5630
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
5631
|
+
}
|
|
5582
5632
|
| {
|
|
5583
5633
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5584
5634
|
message: string
|
|
@@ -6136,6 +6186,16 @@ export type Routes = {
|
|
|
6136
6186
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6137
6187
|
error_code: 'kwikset_insufficient_permissions'
|
|
6138
6188
|
}
|
|
6189
|
+
| {
|
|
6190
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6191
|
+
message: string
|
|
6192
|
+
/** Indicates that this is an access code error. */
|
|
6193
|
+
is_access_code_error: true
|
|
6194
|
+
/** Date and time at which Seam created the error. */
|
|
6195
|
+
created_at?: string | undefined
|
|
6196
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6197
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
6198
|
+
}
|
|
6139
6199
|
| {
|
|
6140
6200
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6141
6201
|
message: string
|
|
@@ -6726,6 +6786,16 @@ export type Routes = {
|
|
|
6726
6786
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6727
6787
|
error_code: 'kwikset_insufficient_permissions'
|
|
6728
6788
|
}
|
|
6789
|
+
| {
|
|
6790
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6791
|
+
message: string
|
|
6792
|
+
/** Indicates that this is an access code error. */
|
|
6793
|
+
is_access_code_error: true
|
|
6794
|
+
/** Date and time at which Seam created the error. */
|
|
6795
|
+
created_at?: string | undefined
|
|
6796
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6797
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
6798
|
+
}
|
|
6729
6799
|
| {
|
|
6730
6800
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6731
6801
|
message: string
|
|
@@ -8767,6 +8837,16 @@ export type Routes = {
|
|
|
8767
8837
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8768
8838
|
error_code: 'kwikset_insufficient_permissions'
|
|
8769
8839
|
}
|
|
8840
|
+
| {
|
|
8841
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8842
|
+
message: string
|
|
8843
|
+
/** Indicates that this is an access code error. */
|
|
8844
|
+
is_access_code_error: true
|
|
8845
|
+
/** Date and time at which Seam created the error. */
|
|
8846
|
+
created_at?: string | undefined
|
|
8847
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8848
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
8849
|
+
}
|
|
8770
8850
|
| {
|
|
8771
8851
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8772
8852
|
message: string
|
|
@@ -9318,6 +9398,16 @@ export type Routes = {
|
|
|
9318
9398
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9319
9399
|
error_code: 'kwikset_insufficient_permissions'
|
|
9320
9400
|
}
|
|
9401
|
+
| {
|
|
9402
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9403
|
+
message: string
|
|
9404
|
+
/** Indicates that this is an access code error. */
|
|
9405
|
+
is_access_code_error: true
|
|
9406
|
+
/** Date and time at which Seam created the error. */
|
|
9407
|
+
created_at?: string | undefined
|
|
9408
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9409
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
9410
|
+
}
|
|
9321
9411
|
| {
|
|
9322
9412
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9323
9413
|
message: string
|
|
@@ -23016,6 +23106,16 @@ export type Routes = {
|
|
|
23016
23106
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23017
23107
|
error_code: 'kwikset_insufficient_permissions'
|
|
23018
23108
|
}
|
|
23109
|
+
| {
|
|
23110
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23111
|
+
message: string
|
|
23112
|
+
/** Indicates that this is an access code error. */
|
|
23113
|
+
is_access_code_error: true
|
|
23114
|
+
/** Date and time at which Seam created the error. */
|
|
23115
|
+
created_at?: string | undefined
|
|
23116
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23117
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
23118
|
+
}
|
|
23019
23119
|
| {
|
|
23020
23120
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23021
23121
|
message: string
|
|
@@ -23562,6 +23662,16 @@ export type Routes = {
|
|
|
23562
23662
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23563
23663
|
error_code: 'kwikset_insufficient_permissions'
|
|
23564
23664
|
}
|
|
23665
|
+
| {
|
|
23666
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23667
|
+
message: string
|
|
23668
|
+
/** Indicates that this is an access code error. */
|
|
23669
|
+
is_access_code_error: true
|
|
23670
|
+
/** Date and time at which Seam created the error. */
|
|
23671
|
+
created_at?: string | undefined
|
|
23672
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23673
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
23674
|
+
}
|
|
23565
23675
|
| {
|
|
23566
23676
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23567
23677
|
message: string
|
|
@@ -96149,7 +96259,7 @@ export type Routes = {
|
|
|
96149
96259
|
queryParams: {}
|
|
96150
96260
|
jsonBody: {}
|
|
96151
96261
|
commonParams: {
|
|
96152
|
-
/** String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `
|
|
96262
|
+
/** String for which to search. Filters returned unmanaged user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address`, `user_identity_id` or `acs_system_id`. */
|
|
96153
96263
|
search?: string | undefined
|
|
96154
96264
|
/** Maximum number of records to return per page. */
|
|
96155
96265
|
limit?: number
|
|
@@ -104125,6 +104235,16 @@ export type Routes = {
|
|
|
104125
104235
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
104126
104236
|
error_code: 'kwikset_insufficient_permissions'
|
|
104127
104237
|
}
|
|
104238
|
+
| {
|
|
104239
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
104240
|
+
message: string
|
|
104241
|
+
/** Indicates that this is an access code error. */
|
|
104242
|
+
is_access_code_error: true
|
|
104243
|
+
/** Date and time at which Seam created the error. */
|
|
104244
|
+
created_at?: string | undefined
|
|
104245
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
104246
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
104247
|
+
}
|
|
104128
104248
|
| {
|
|
104129
104249
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
104130
104250
|
message: string
|
|
@@ -104671,6 +104791,16 @@ export type Routes = {
|
|
|
104671
104791
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
104672
104792
|
error_code: 'kwikset_insufficient_permissions'
|
|
104673
104793
|
}
|
|
104794
|
+
| {
|
|
104795
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
104796
|
+
message: string
|
|
104797
|
+
/** Indicates that this is an access code error. */
|
|
104798
|
+
is_access_code_error: true
|
|
104799
|
+
/** Date and time at which Seam created the error. */
|
|
104800
|
+
created_at?: string | undefined
|
|
104801
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
104802
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
104803
|
+
}
|
|
104674
104804
|
| {
|
|
104675
104805
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
104676
104806
|
message: string
|