@seamapi/types 1.475.0 → 1.476.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 +5 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +43 -43
- package/dist/index.cjs +5 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +55 -55
- package/lib/seam/connect/models/devices/capability-properties/access-code.d.ts +11 -11
- package/lib/seam/connect/models/devices/capability-properties/access-code.js +1 -0
- package/lib/seam/connect/models/devices/capability-properties/access-code.js.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +5 -5
- package/lib/seam/connect/models/devices/device.d.ts +7 -7
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -5
- package/lib/seam/connect/openapi.js +1 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +17 -17
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/capability-properties/access-code.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +1 -0
- package/src/lib/seam/connect/route-types.ts +17 -0
|
@@ -10726,7 +10726,7 @@ export type Routes = {
|
|
|
10726
10726
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
10727
10727
|
code_constraints?: (({
|
|
10728
10728
|
/** Code constraint type for access codes. */
|
|
10729
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
10729
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
10730
10730
|
} | {
|
|
10731
10731
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
10732
10732
|
/** Minimum name length constraint for access codes. */
|
|
@@ -13837,7 +13837,7 @@ export type Routes = {
|
|
|
13837
13837
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
13838
13838
|
code_constraints?: (({
|
|
13839
13839
|
/** Code constraint type for access codes. */
|
|
13840
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
13840
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
13841
13841
|
} | {
|
|
13842
13842
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
13843
13843
|
/** Minimum name length constraint for access codes. */
|
|
@@ -28823,7 +28823,7 @@ export type Routes = {
|
|
|
28823
28823
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
28824
28824
|
code_constraints?: (({
|
|
28825
28825
|
/** Code constraint type for access codes. */
|
|
28826
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
28826
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
28827
28827
|
} | {
|
|
28828
28828
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
28829
28829
|
/** Minimum name length constraint for access codes. */
|
|
@@ -30077,7 +30077,7 @@ export type Routes = {
|
|
|
30077
30077
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
30078
30078
|
code_constraints?: (({
|
|
30079
30079
|
/** Code constraint type for access codes. */
|
|
30080
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
30080
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
30081
30081
|
} | {
|
|
30082
30082
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
30083
30083
|
/** Minimum name length constraint for access codes. */
|
|
@@ -36063,7 +36063,7 @@ export type Routes = {
|
|
|
36063
36063
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
36064
36064
|
code_constraints?: (({
|
|
36065
36065
|
/** Code constraint type for access codes. */
|
|
36066
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
36066
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
36067
36067
|
} | {
|
|
36068
36068
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
36069
36069
|
/** Minimum name length constraint for access codes. */
|
|
@@ -37267,7 +37267,7 @@ export type Routes = {
|
|
|
37267
37267
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
37268
37268
|
code_constraints?: (({
|
|
37269
37269
|
/** Code constraint type for access codes. */
|
|
37270
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
37270
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
37271
37271
|
} | {
|
|
37272
37272
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
37273
37273
|
/** Minimum name length constraint for access codes. */
|
|
@@ -38521,7 +38521,7 @@ export type Routes = {
|
|
|
38521
38521
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
38522
38522
|
code_constraints?: (({
|
|
38523
38523
|
/** Code constraint type for access codes. */
|
|
38524
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
38524
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
38525
38525
|
} | {
|
|
38526
38526
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
38527
38527
|
/** Minimum name length constraint for access codes. */
|
|
@@ -39724,7 +39724,7 @@ export type Routes = {
|
|
|
39724
39724
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
39725
39725
|
code_constraints?: (({
|
|
39726
39726
|
/** Code constraint type for access codes. */
|
|
39727
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
39727
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
39728
39728
|
} | {
|
|
39729
39729
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
39730
39730
|
/** Minimum name length constraint for access codes. */
|
|
@@ -46016,7 +46016,7 @@ export type Routes = {
|
|
|
46016
46016
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
46017
46017
|
code_constraints?: (({
|
|
46018
46018
|
/** Code constraint type for access codes. */
|
|
46019
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
46019
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
46020
46020
|
} | {
|
|
46021
46021
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
46022
46022
|
/** Minimum name length constraint for access codes. */
|
|
@@ -47219,7 +47219,7 @@ export type Routes = {
|
|
|
47219
47219
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
47220
47220
|
code_constraints?: (({
|
|
47221
47221
|
/** Code constraint type for access codes. */
|
|
47222
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
47222
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
47223
47223
|
} | {
|
|
47224
47224
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
47225
47225
|
/** Minimum name length constraint for access codes. */
|
|
@@ -55616,7 +55616,7 @@ export type Routes = {
|
|
|
55616
55616
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
55617
55617
|
code_constraints?: (({
|
|
55618
55618
|
/** Code constraint type for access codes. */
|
|
55619
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
55619
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
55620
55620
|
} | {
|
|
55621
55621
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
55622
55622
|
/** Minimum name length constraint for access codes. */
|
|
@@ -61200,7 +61200,7 @@ export type Routes = {
|
|
|
61200
61200
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
61201
61201
|
code_constraints?: (({
|
|
61202
61202
|
/** Code constraint type for access codes. */
|
|
61203
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
61203
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
61204
61204
|
} | {
|
|
61205
61205
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
61206
61206
|
/** Minimum name length constraint for access codes. */
|
|
@@ -64986,7 +64986,7 @@ export type Routes = {
|
|
|
64986
64986
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
64987
64987
|
code_constraints?: (({
|
|
64988
64988
|
/** Code constraint type for access codes. */
|
|
64989
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
64989
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
64990
64990
|
} | {
|
|
64991
64991
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
64992
64992
|
/** Minimum name length constraint for access codes. */
|
|
@@ -66189,7 +66189,7 @@ export type Routes = {
|
|
|
66189
66189
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
66190
66190
|
code_constraints?: (({
|
|
66191
66191
|
/** Code constraint type for access codes. */
|
|
66192
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
66192
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
66193
66193
|
} | {
|
|
66194
66194
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
66195
66195
|
/** Minimum name length constraint for access codes. */
|
|
@@ -73321,7 +73321,7 @@ export type Routes = {
|
|
|
73321
73321
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
73322
73322
|
code_constraints?: (({
|
|
73323
73323
|
/** Code constraint type for access codes. */
|
|
73324
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
73324
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
73325
73325
|
} | {
|
|
73326
73326
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
73327
73327
|
/** Minimum name length constraint for access codes. */
|
|
@@ -74526,7 +74526,7 @@ export type Routes = {
|
|
|
74526
74526
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
74527
74527
|
code_constraints?: (({
|
|
74528
74528
|
/** Code constraint type for access codes. */
|
|
74529
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
74529
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
74530
74530
|
} | {
|
|
74531
74531
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
74532
74532
|
/** Minimum name length constraint for access codes. */
|
|
@@ -76480,7 +76480,7 @@ export type Routes = {
|
|
|
76480
76480
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
76481
76481
|
code_constraints?: (({
|
|
76482
76482
|
/** Code constraint type for access codes. */
|
|
76483
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
76483
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
76484
76484
|
} | {
|
|
76485
76485
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
76486
76486
|
/** Minimum name length constraint for access codes. */
|
package/package.json
CHANGED
|
@@ -14,6 +14,7 @@ export const access_code_code_constraint = z
|
|
|
14
14
|
'at_least_three_unique_digits', // Tedee
|
|
15
15
|
'cannot_contain_089', // TTLock
|
|
16
16
|
'cannot_contain_0789', // TTLock (for some cylinder devices only)
|
|
17
|
+
'unique_first_four_digits', // Schlage
|
|
17
18
|
])
|
|
18
19
|
.describe(`Code constraint type for access codes.`),
|
|
19
20
|
})
|
|
@@ -11503,6 +11503,7 @@ export default {
|
|
|
11503
11503
|
'at_least_three_unique_digits',
|
|
11504
11504
|
'cannot_contain_089',
|
|
11505
11505
|
'cannot_contain_0789',
|
|
11506
|
+
'unique_first_four_digits',
|
|
11506
11507
|
],
|
|
11507
11508
|
type: 'string',
|
|
11508
11509
|
},
|
|
@@ -12122,6 +12122,7 @@ export type Routes = {
|
|
|
12122
12122
|
| 'at_least_three_unique_digits'
|
|
12123
12123
|
| 'cannot_contain_089'
|
|
12124
12124
|
| 'cannot_contain_0789'
|
|
12125
|
+
| 'unique_first_four_digits'
|
|
12125
12126
|
}
|
|
12126
12127
|
| {
|
|
12127
12128
|
constraint_type:
|
|
@@ -15847,6 +15848,7 @@ export type Routes = {
|
|
|
15847
15848
|
| 'at_least_three_unique_digits'
|
|
15848
15849
|
| 'cannot_contain_089'
|
|
15849
15850
|
| 'cannot_contain_0789'
|
|
15851
|
+
| 'unique_first_four_digits'
|
|
15850
15852
|
}
|
|
15851
15853
|
| {
|
|
15852
15854
|
constraint_type:
|
|
@@ -33386,6 +33388,7 @@ export type Routes = {
|
|
|
33386
33388
|
| 'at_least_three_unique_digits'
|
|
33387
33389
|
| 'cannot_contain_089'
|
|
33388
33390
|
| 'cannot_contain_0789'
|
|
33391
|
+
| 'unique_first_four_digits'
|
|
33389
33392
|
}
|
|
33390
33393
|
| {
|
|
33391
33394
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -35103,6 +35106,7 @@ export type Routes = {
|
|
|
35103
35106
|
| 'at_least_three_unique_digits'
|
|
35104
35107
|
| 'cannot_contain_089'
|
|
35105
35108
|
| 'cannot_contain_0789'
|
|
35109
|
+
| 'unique_first_four_digits'
|
|
35106
35110
|
}
|
|
35107
35111
|
| {
|
|
35108
35112
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -42639,6 +42643,7 @@ export type Routes = {
|
|
|
42639
42643
|
| 'at_least_three_unique_digits'
|
|
42640
42644
|
| 'cannot_contain_089'
|
|
42641
42645
|
| 'cannot_contain_0789'
|
|
42646
|
+
| 'unique_first_four_digits'
|
|
42642
42647
|
}
|
|
42643
42648
|
| {
|
|
42644
42649
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -44145,6 +44150,7 @@ export type Routes = {
|
|
|
44145
44150
|
| 'at_least_three_unique_digits'
|
|
44146
44151
|
| 'cannot_contain_089'
|
|
44147
44152
|
| 'cannot_contain_0789'
|
|
44153
|
+
| 'unique_first_four_digits'
|
|
44148
44154
|
}
|
|
44149
44155
|
| {
|
|
44150
44156
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -45826,6 +45832,7 @@ export type Routes = {
|
|
|
45826
45832
|
| 'at_least_three_unique_digits'
|
|
45827
45833
|
| 'cannot_contain_089'
|
|
45828
45834
|
| 'cannot_contain_0789'
|
|
45835
|
+
| 'unique_first_four_digits'
|
|
45829
45836
|
}
|
|
45830
45837
|
| {
|
|
45831
45838
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -47331,6 +47338,7 @@ export type Routes = {
|
|
|
47331
47338
|
| 'at_least_three_unique_digits'
|
|
47332
47339
|
| 'cannot_contain_089'
|
|
47333
47340
|
| 'cannot_contain_0789'
|
|
47341
|
+
| 'unique_first_four_digits'
|
|
47334
47342
|
}
|
|
47335
47343
|
| {
|
|
47336
47344
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -54683,6 +54691,7 @@ export type Routes = {
|
|
|
54683
54691
|
| 'at_least_three_unique_digits'
|
|
54684
54692
|
| 'cannot_contain_089'
|
|
54685
54693
|
| 'cannot_contain_0789'
|
|
54694
|
+
| 'unique_first_four_digits'
|
|
54686
54695
|
}
|
|
54687
54696
|
| {
|
|
54688
54697
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -56188,6 +56197,7 @@ export type Routes = {
|
|
|
56188
56197
|
| 'at_least_three_unique_digits'
|
|
56189
56198
|
| 'cannot_contain_089'
|
|
56190
56199
|
| 'cannot_contain_0789'
|
|
56200
|
+
| 'unique_first_four_digits'
|
|
56191
56201
|
}
|
|
56192
56202
|
| {
|
|
56193
56203
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -66138,6 +66148,7 @@ export type Routes = {
|
|
|
66138
66148
|
| 'at_least_three_unique_digits'
|
|
66139
66149
|
| 'cannot_contain_089'
|
|
66140
66150
|
| 'cannot_contain_0789'
|
|
66151
|
+
| 'unique_first_four_digits'
|
|
66141
66152
|
}
|
|
66142
66153
|
| {
|
|
66143
66154
|
constraint_type:
|
|
@@ -72689,6 +72700,7 @@ export type Routes = {
|
|
|
72689
72700
|
| 'at_least_three_unique_digits'
|
|
72690
72701
|
| 'cannot_contain_089'
|
|
72691
72702
|
| 'cannot_contain_0789'
|
|
72703
|
+
| 'unique_first_four_digits'
|
|
72692
72704
|
}
|
|
72693
72705
|
| {
|
|
72694
72706
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -77200,6 +77212,7 @@ export type Routes = {
|
|
|
77200
77212
|
| 'at_least_three_unique_digits'
|
|
77201
77213
|
| 'cannot_contain_089'
|
|
77202
77214
|
| 'cannot_contain_0789'
|
|
77215
|
+
| 'unique_first_four_digits'
|
|
77203
77216
|
}
|
|
77204
77217
|
| {
|
|
77205
77218
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -78705,6 +78718,7 @@ export type Routes = {
|
|
|
78705
78718
|
| 'at_least_three_unique_digits'
|
|
78706
78719
|
| 'cannot_contain_089'
|
|
78707
78720
|
| 'cannot_contain_0789'
|
|
78721
|
+
| 'unique_first_four_digits'
|
|
78708
78722
|
}
|
|
78709
78723
|
| {
|
|
78710
78724
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -86913,6 +86927,7 @@ export type Routes = {
|
|
|
86913
86927
|
| 'at_least_three_unique_digits'
|
|
86914
86928
|
| 'cannot_contain_089'
|
|
86915
86929
|
| 'cannot_contain_0789'
|
|
86930
|
+
| 'unique_first_four_digits'
|
|
86916
86931
|
}
|
|
86917
86932
|
| {
|
|
86918
86933
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -88420,6 +88435,7 @@ export type Routes = {
|
|
|
88420
88435
|
| 'at_least_three_unique_digits'
|
|
88421
88436
|
| 'cannot_contain_089'
|
|
88422
88437
|
| 'cannot_contain_0789'
|
|
88438
|
+
| 'unique_first_four_digits'
|
|
88423
88439
|
}
|
|
88424
88440
|
| {
|
|
88425
88441
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -90768,6 +90784,7 @@ export type Routes = {
|
|
|
90768
90784
|
| 'at_least_three_unique_digits'
|
|
90769
90785
|
| 'cannot_contain_089'
|
|
90770
90786
|
| 'cannot_contain_0789'
|
|
90787
|
+
| 'unique_first_four_digits'
|
|
90771
90788
|
}
|
|
90772
90789
|
| {
|
|
90773
90790
|
constraint_type:
|