@seamapi/types 1.681.0 → 1.682.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 +11 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +38 -38
- package/dist/index.cjs +11 -9
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +16 -16
- package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -5
- 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 +5 -5
- package/lib/seam/connect/models/batch.d.ts +14 -14
- package/lib/seam/connect/openapi.js +4 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +11 -11
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +7 -5
- package/src/lib/seam/connect/openapi.ts +6 -4
- package/src/lib/seam/connect/route-types.ts +11 -11
|
@@ -1547,7 +1547,7 @@ export type Routes = {
|
|
|
1547
1547
|
/** Date and time at which Seam created the error. */
|
|
1548
1548
|
created_at?: string | undefined;
|
|
1549
1549
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1550
|
-
error_code: '
|
|
1550
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
1551
1551
|
} | {
|
|
1552
1552
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1553
1553
|
message: string;
|
|
@@ -2109,7 +2109,7 @@ export type Routes = {
|
|
|
2109
2109
|
/** Date and time at which Seam created the error. */
|
|
2110
2110
|
created_at?: string | undefined;
|
|
2111
2111
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2112
|
-
error_code: '
|
|
2112
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
2113
2113
|
} | {
|
|
2114
2114
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2115
2115
|
message: string;
|
|
@@ -3937,7 +3937,7 @@ export type Routes = {
|
|
|
3937
3937
|
/** Date and time at which Seam created the error. */
|
|
3938
3938
|
created_at?: string | undefined;
|
|
3939
3939
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
3940
|
-
error_code: '
|
|
3940
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
3941
3941
|
} | {
|
|
3942
3942
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3943
3943
|
message: string;
|
|
@@ -4473,7 +4473,7 @@ export type Routes = {
|
|
|
4473
4473
|
/** Date and time at which Seam created the error. */
|
|
4474
4474
|
created_at?: string | undefined;
|
|
4475
4475
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4476
|
-
error_code: '
|
|
4476
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
4477
4477
|
} | {
|
|
4478
4478
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4479
4479
|
message: string;
|
|
@@ -5015,7 +5015,7 @@ export type Routes = {
|
|
|
5015
5015
|
/** Date and time at which Seam created the error. */
|
|
5016
5016
|
created_at?: string | undefined;
|
|
5017
5017
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5018
|
-
error_code: '
|
|
5018
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
5019
5019
|
} | {
|
|
5020
5020
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5021
5021
|
message: string;
|
|
@@ -5534,7 +5534,7 @@ export type Routes = {
|
|
|
5534
5534
|
/** Date and time at which Seam created the error. */
|
|
5535
5535
|
created_at?: string | undefined;
|
|
5536
5536
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5537
|
-
error_code: '
|
|
5537
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
5538
5538
|
} | {
|
|
5539
5539
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5540
5540
|
message: string;
|
|
@@ -6088,7 +6088,7 @@ export type Routes = {
|
|
|
6088
6088
|
/** Date and time at which Seam created the error. */
|
|
6089
6089
|
created_at?: string | undefined;
|
|
6090
6090
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6091
|
-
error_code: '
|
|
6091
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
6092
6092
|
} | {
|
|
6093
6093
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6094
6094
|
message: string;
|
|
@@ -7903,7 +7903,7 @@ export type Routes = {
|
|
|
7903
7903
|
/** Date and time at which Seam created the error. */
|
|
7904
7904
|
created_at?: string | undefined;
|
|
7905
7905
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7906
|
-
error_code: '
|
|
7906
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
7907
7907
|
} | {
|
|
7908
7908
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7909
7909
|
message: string;
|
|
@@ -8417,7 +8417,7 @@ export type Routes = {
|
|
|
8417
8417
|
/** Date and time at which Seam created the error. */
|
|
8418
8418
|
created_at?: string | undefined;
|
|
8419
8419
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8420
|
-
error_code: '
|
|
8420
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
8421
8421
|
} | {
|
|
8422
8422
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8423
8423
|
message: string;
|
|
@@ -83825,7 +83825,7 @@ export type Routes = {
|
|
|
83825
83825
|
/** Date and time at which Seam created the error. */
|
|
83826
83826
|
created_at?: string | undefined;
|
|
83827
83827
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
83828
|
-
error_code: '
|
|
83828
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
83829
83829
|
} | {
|
|
83830
83830
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
83831
83831
|
message: string;
|
|
@@ -84325,7 +84325,7 @@ export type Routes = {
|
|
|
84325
84325
|
/** Date and time at which Seam created the error. */
|
|
84326
84326
|
created_at?: string | undefined;
|
|
84327
84327
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84328
|
-
error_code: '
|
|
84328
|
+
error_code: 'dormakaba_oracode_invalid_time_range';
|
|
84329
84329
|
} | {
|
|
84330
84330
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84331
84331
|
message: string;
|
package/package.json
CHANGED
|
@@ -221,13 +221,15 @@ const wyze_potential_duplicate_code = common_access_code_error
|
|
|
221
221
|
})
|
|
222
222
|
.describe('Potential duplicate access code detected.')
|
|
223
223
|
|
|
224
|
-
const
|
|
224
|
+
const dormakaba_oracode_invalid_time_range = common_access_code_error
|
|
225
225
|
.extend({
|
|
226
226
|
error_code: z
|
|
227
|
-
.literal('
|
|
227
|
+
.literal('dormakaba_oracode_invalid_time_range')
|
|
228
228
|
.describe(error_code_description),
|
|
229
229
|
})
|
|
230
|
-
.describe(
|
|
230
|
+
.describe(
|
|
231
|
+
'No Dormakaba Oracode user levels configured for the requested time range.',
|
|
232
|
+
)
|
|
231
233
|
|
|
232
234
|
const keynest_unsupported_third_party_locker = common_access_code_error
|
|
233
235
|
.extend({
|
|
@@ -262,7 +264,7 @@ const access_code_error = z
|
|
|
262
264
|
hubitat_no_free_positions_available,
|
|
263
265
|
wyze_duplicate_code_name,
|
|
264
266
|
wyze_potential_duplicate_code,
|
|
265
|
-
|
|
267
|
+
dormakaba_oracode_invalid_time_range,
|
|
266
268
|
kwikset_insufficient_permissions,
|
|
267
269
|
keynest_unsupported_third_party_locker,
|
|
268
270
|
])
|
|
@@ -332,7 +334,7 @@ const _access_code_error_map = z.object({
|
|
|
332
334
|
wyze_potential_duplicate_code: wyze_potential_duplicate_code
|
|
333
335
|
.optional()
|
|
334
336
|
.nullable(),
|
|
335
|
-
|
|
337
|
+
dormakaba_oracode_invalid_time_range: dormakaba_oracode_invalid_time_range
|
|
336
338
|
.optional()
|
|
337
339
|
.nullable(),
|
|
338
340
|
keynest_unsupported_third_party_locker: keynest_unsupported_third_party_locker
|
|
@@ -748,7 +748,8 @@ export default {
|
|
|
748
748
|
type: 'object',
|
|
749
749
|
},
|
|
750
750
|
{
|
|
751
|
-
description:
|
|
751
|
+
description:
|
|
752
|
+
'No Dormakaba Oracode user levels configured for the requested time range.',
|
|
752
753
|
properties: {
|
|
753
754
|
created_at: {
|
|
754
755
|
description:
|
|
@@ -759,7 +760,7 @@ export default {
|
|
|
759
760
|
error_code: {
|
|
760
761
|
description:
|
|
761
762
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
762
|
-
enum: ['
|
|
763
|
+
enum: ['dormakaba_oracode_invalid_time_range'],
|
|
763
764
|
type: 'string',
|
|
764
765
|
},
|
|
765
766
|
is_access_code_error: {
|
|
@@ -22278,7 +22279,8 @@ export default {
|
|
|
22278
22279
|
type: 'object',
|
|
22279
22280
|
},
|
|
22280
22281
|
{
|
|
22281
|
-
description:
|
|
22282
|
+
description:
|
|
22283
|
+
'No Dormakaba Oracode user levels configured for the requested time range.',
|
|
22282
22284
|
properties: {
|
|
22283
22285
|
created_at: {
|
|
22284
22286
|
description:
|
|
@@ -22289,7 +22291,7 @@ export default {
|
|
|
22289
22291
|
error_code: {
|
|
22290
22292
|
description:
|
|
22291
22293
|
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
22292
|
-
enum: ['
|
|
22294
|
+
enum: ['dormakaba_oracode_invalid_time_range'],
|
|
22293
22295
|
type: 'string',
|
|
22294
22296
|
},
|
|
22295
22297
|
is_access_code_error: {
|
|
@@ -1762,7 +1762,7 @@ export type Routes = {
|
|
|
1762
1762
|
/** Date and time at which Seam created the error. */
|
|
1763
1763
|
created_at?: string | undefined
|
|
1764
1764
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1765
|
-
error_code: '
|
|
1765
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
1766
1766
|
}
|
|
1767
1767
|
| {
|
|
1768
1768
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -2380,7 +2380,7 @@ export type Routes = {
|
|
|
2380
2380
|
/** Date and time at which Seam created the error. */
|
|
2381
2381
|
created_at?: string | undefined
|
|
2382
2382
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2383
|
-
error_code: '
|
|
2383
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
2384
2384
|
}
|
|
2385
2385
|
| {
|
|
2386
2386
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -4455,7 +4455,7 @@ export type Routes = {
|
|
|
4455
4455
|
/** Date and time at which Seam created the error. */
|
|
4456
4456
|
created_at?: string | undefined
|
|
4457
4457
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4458
|
-
error_code: '
|
|
4458
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
4459
4459
|
}
|
|
4460
4460
|
| {
|
|
4461
4461
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -5047,7 +5047,7 @@ export type Routes = {
|
|
|
5047
5047
|
/** Date and time at which Seam created the error. */
|
|
5048
5048
|
created_at?: string | undefined
|
|
5049
5049
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5050
|
-
error_code: '
|
|
5050
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
5051
5051
|
}
|
|
5052
5052
|
| {
|
|
5053
5053
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -5645,7 +5645,7 @@ export type Routes = {
|
|
|
5645
5645
|
/** Date and time at which Seam created the error. */
|
|
5646
5646
|
created_at?: string | undefined
|
|
5647
5647
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5648
|
-
error_code: '
|
|
5648
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
5649
5649
|
}
|
|
5650
5650
|
| {
|
|
5651
5651
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -6220,7 +6220,7 @@ export type Routes = {
|
|
|
6220
6220
|
/** Date and time at which Seam created the error. */
|
|
6221
6221
|
created_at?: string | undefined
|
|
6222
6222
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6223
|
-
error_code: '
|
|
6223
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
6224
6224
|
}
|
|
6225
6225
|
| {
|
|
6226
6226
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -6830,7 +6830,7 @@ export type Routes = {
|
|
|
6830
6830
|
/** Date and time at which Seam created the error. */
|
|
6831
6831
|
created_at?: string | undefined
|
|
6832
6832
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6833
|
-
error_code: '
|
|
6833
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
6834
6834
|
}
|
|
6835
6835
|
| {
|
|
6836
6836
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -8892,7 +8892,7 @@ export type Routes = {
|
|
|
8892
8892
|
/** Date and time at which Seam created the error. */
|
|
8893
8893
|
created_at?: string | undefined
|
|
8894
8894
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8895
|
-
error_code: '
|
|
8895
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
8896
8896
|
}
|
|
8897
8897
|
| {
|
|
8898
8898
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -9462,7 +9462,7 @@ export type Routes = {
|
|
|
9462
9462
|
/** Date and time at which Seam created the error. */
|
|
9463
9463
|
created_at?: string | undefined
|
|
9464
9464
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9465
|
-
error_code: '
|
|
9465
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
9466
9466
|
}
|
|
9467
9467
|
| {
|
|
9468
9468
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -100093,7 +100093,7 @@ export type Routes = {
|
|
|
100093
100093
|
/** Date and time at which Seam created the error. */
|
|
100094
100094
|
created_at?: string | undefined
|
|
100095
100095
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
100096
|
-
error_code: '
|
|
100096
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
100097
100097
|
}
|
|
100098
100098
|
| {
|
|
100099
100099
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
@@ -100651,7 +100651,7 @@ export type Routes = {
|
|
|
100651
100651
|
/** Date and time at which Seam created the error. */
|
|
100652
100652
|
created_at?: string | undefined
|
|
100653
100653
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
100654
|
-
error_code: '
|
|
100654
|
+
error_code: 'dormakaba_oracode_invalid_time_range'
|
|
100655
100655
|
}
|
|
100656
100656
|
| {
|
|
100657
100657
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|