@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
package/dist/connect.d.cts
CHANGED
|
@@ -11893,11 +11893,11 @@ declare const batch: z.ZodObject<{
|
|
|
11893
11893
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
11894
11894
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
11895
11895
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
11896
|
-
constraint_type: z.ZodEnum<["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"]>;
|
|
11896
|
+
constraint_type: z.ZodEnum<["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"]>;
|
|
11897
11897
|
}, "strip", z.ZodTypeAny, {
|
|
11898
|
-
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";
|
|
11898
|
+
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";
|
|
11899
11899
|
}, {
|
|
11900
|
-
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";
|
|
11900
|
+
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";
|
|
11901
11901
|
}>, z.ZodObject<{
|
|
11902
11902
|
constraint_type: z.ZodEnum<["name_length", "name_must_be_unique"]>;
|
|
11903
11903
|
min_length: z.ZodOptional<z.ZodNumber>;
|
|
@@ -11928,7 +11928,7 @@ declare const batch: z.ZodObject<{
|
|
|
11928
11928
|
}, "strip", z.ZodTypeAny, {
|
|
11929
11929
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
11930
11930
|
code_constraints?: ({
|
|
11931
|
-
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";
|
|
11931
|
+
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";
|
|
11932
11932
|
} | {
|
|
11933
11933
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
11934
11934
|
min_length?: number | undefined;
|
|
@@ -11946,7 +11946,7 @@ declare const batch: z.ZodObject<{
|
|
|
11946
11946
|
}, {
|
|
11947
11947
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
11948
11948
|
code_constraints?: ({
|
|
11949
|
-
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";
|
|
11949
|
+
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";
|
|
11950
11950
|
} | {
|
|
11951
11951
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
11952
11952
|
min_length?: number | undefined;
|
|
@@ -13687,7 +13687,7 @@ declare const batch: z.ZodObject<{
|
|
|
13687
13687
|
} & {
|
|
13688
13688
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
13689
13689
|
code_constraints?: ({
|
|
13690
|
-
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";
|
|
13690
|
+
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";
|
|
13691
13691
|
} | {
|
|
13692
13692
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
13693
13693
|
min_length?: number | undefined;
|
|
@@ -14343,7 +14343,7 @@ declare const batch: z.ZodObject<{
|
|
|
14343
14343
|
} & {
|
|
14344
14344
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
14345
14345
|
code_constraints?: ({
|
|
14346
|
-
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";
|
|
14346
|
+
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";
|
|
14347
14347
|
} | {
|
|
14348
14348
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
14349
14349
|
min_length?: number | undefined;
|
|
@@ -21854,11 +21854,11 @@ declare const batch: z.ZodObject<{
|
|
|
21854
21854
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
21855
21855
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
21856
21856
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
21857
|
-
constraint_type: z.ZodEnum<["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"]>;
|
|
21857
|
+
constraint_type: z.ZodEnum<["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"]>;
|
|
21858
21858
|
}, "strip", z.ZodTypeAny, {
|
|
21859
|
-
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";
|
|
21859
|
+
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";
|
|
21860
21860
|
}, {
|
|
21861
|
-
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";
|
|
21861
|
+
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";
|
|
21862
21862
|
}>, z.ZodObject<{
|
|
21863
21863
|
constraint_type: z.ZodEnum<["name_length", "name_must_be_unique"]>;
|
|
21864
21864
|
min_length: z.ZodOptional<z.ZodNumber>;
|
|
@@ -21889,7 +21889,7 @@ declare const batch: z.ZodObject<{
|
|
|
21889
21889
|
}, "strip", z.ZodTypeAny, {
|
|
21890
21890
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
21891
21891
|
code_constraints?: ({
|
|
21892
|
-
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";
|
|
21892
|
+
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";
|
|
21893
21893
|
} | {
|
|
21894
21894
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
21895
21895
|
min_length?: number | undefined;
|
|
@@ -21907,7 +21907,7 @@ declare const batch: z.ZodObject<{
|
|
|
21907
21907
|
}, {
|
|
21908
21908
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
21909
21909
|
code_constraints?: ({
|
|
21910
|
-
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";
|
|
21910
|
+
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";
|
|
21911
21911
|
} | {
|
|
21912
21912
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
21913
21913
|
min_length?: number | undefined;
|
|
@@ -24371,7 +24371,7 @@ declare const batch: z.ZodObject<{
|
|
|
24371
24371
|
} & {
|
|
24372
24372
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
24373
24373
|
code_constraints?: ({
|
|
24374
|
-
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";
|
|
24374
|
+
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";
|
|
24375
24375
|
} | {
|
|
24376
24376
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
24377
24377
|
min_length?: number | undefined;
|
|
@@ -26503,7 +26503,7 @@ declare const batch: z.ZodObject<{
|
|
|
26503
26503
|
} & {
|
|
26504
26504
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
26505
26505
|
code_constraints?: ({
|
|
26506
|
-
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";
|
|
26506
|
+
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";
|
|
26507
26507
|
} | {
|
|
26508
26508
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
26509
26509
|
min_length?: number | undefined;
|
|
@@ -30990,11 +30990,11 @@ declare const device: z.ZodObject<{
|
|
|
30990
30990
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
30991
30991
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
30992
30992
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
30993
|
-
constraint_type: z.ZodEnum<["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"]>;
|
|
30993
|
+
constraint_type: z.ZodEnum<["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"]>;
|
|
30994
30994
|
}, "strip", z.ZodTypeAny, {
|
|
30995
|
-
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";
|
|
30995
|
+
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";
|
|
30996
30996
|
}, {
|
|
30997
|
-
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";
|
|
30997
|
+
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";
|
|
30998
30998
|
}>, z.ZodObject<{
|
|
30999
30999
|
constraint_type: z.ZodEnum<["name_length", "name_must_be_unique"]>;
|
|
31000
31000
|
min_length: z.ZodOptional<z.ZodNumber>;
|
|
@@ -31025,7 +31025,7 @@ declare const device: z.ZodObject<{
|
|
|
31025
31025
|
}, "strip", z.ZodTypeAny, {
|
|
31026
31026
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
31027
31027
|
code_constraints?: ({
|
|
31028
|
-
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";
|
|
31028
|
+
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";
|
|
31029
31029
|
} | {
|
|
31030
31030
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
31031
31031
|
min_length?: number | undefined;
|
|
@@ -31043,7 +31043,7 @@ declare const device: z.ZodObject<{
|
|
|
31043
31043
|
}, {
|
|
31044
31044
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
31045
31045
|
code_constraints?: ({
|
|
31046
|
-
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";
|
|
31046
|
+
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";
|
|
31047
31047
|
} | {
|
|
31048
31048
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
31049
31049
|
min_length?: number | undefined;
|
|
@@ -32784,7 +32784,7 @@ declare const device: z.ZodObject<{
|
|
|
32784
32784
|
} & {
|
|
32785
32785
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
32786
32786
|
code_constraints?: ({
|
|
32787
|
-
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";
|
|
32787
|
+
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";
|
|
32788
32788
|
} | {
|
|
32789
32789
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
32790
32790
|
min_length?: number | undefined;
|
|
@@ -33440,7 +33440,7 @@ declare const device: z.ZodObject<{
|
|
|
33440
33440
|
} & {
|
|
33441
33441
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
33442
33442
|
code_constraints?: ({
|
|
33443
|
-
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";
|
|
33443
|
+
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";
|
|
33444
33444
|
} | {
|
|
33445
33445
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
33446
33446
|
min_length?: number | undefined;
|
|
@@ -35255,11 +35255,11 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35255
35255
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
35256
35256
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
35257
35257
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
35258
|
-
constraint_type: z.ZodEnum<["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"]>;
|
|
35258
|
+
constraint_type: z.ZodEnum<["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"]>;
|
|
35259
35259
|
}, "strip", z.ZodTypeAny, {
|
|
35260
|
-
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";
|
|
35260
|
+
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";
|
|
35261
35261
|
}, {
|
|
35262
|
-
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";
|
|
35262
|
+
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";
|
|
35263
35263
|
}>, z.ZodObject<{
|
|
35264
35264
|
constraint_type: z.ZodEnum<["name_length", "name_must_be_unique"]>;
|
|
35265
35265
|
min_length: z.ZodOptional<z.ZodNumber>;
|
|
@@ -35290,7 +35290,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35290
35290
|
}, "strip", z.ZodTypeAny, {
|
|
35291
35291
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
35292
35292
|
code_constraints?: ({
|
|
35293
|
-
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";
|
|
35293
|
+
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";
|
|
35294
35294
|
} | {
|
|
35295
35295
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
35296
35296
|
min_length?: number | undefined;
|
|
@@ -35308,7 +35308,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35308
35308
|
}, {
|
|
35309
35309
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
35310
35310
|
code_constraints?: ({
|
|
35311
|
-
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";
|
|
35311
|
+
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";
|
|
35312
35312
|
} | {
|
|
35313
35313
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
35314
35314
|
min_length?: number | undefined;
|
|
@@ -100449,7 +100449,7 @@ type Routes = {
|
|
|
100449
100449
|
/** 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. */
|
|
100450
100450
|
code_constraints?: (({
|
|
100451
100451
|
/** Code constraint type for access codes. */
|
|
100452
|
-
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';
|
|
100452
|
+
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';
|
|
100453
100453
|
} | {
|
|
100454
100454
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
100455
100455
|
/** Minimum name length constraint for access codes. */
|
|
@@ -103560,7 +103560,7 @@ type Routes = {
|
|
|
103560
103560
|
/** 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. */
|
|
103561
103561
|
code_constraints?: (({
|
|
103562
103562
|
/** Code constraint type for access codes. */
|
|
103563
|
-
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';
|
|
103563
|
+
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';
|
|
103564
103564
|
} | {
|
|
103565
103565
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
103566
103566
|
/** Minimum name length constraint for access codes. */
|
|
@@ -118546,7 +118546,7 @@ type Routes = {
|
|
|
118546
118546
|
/** 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. */
|
|
118547
118547
|
code_constraints?: (({
|
|
118548
118548
|
/** Code constraint type for access codes. */
|
|
118549
|
-
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';
|
|
118549
|
+
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';
|
|
118550
118550
|
} | {
|
|
118551
118551
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
118552
118552
|
/** Minimum name length constraint for access codes. */
|
|
@@ -119800,7 +119800,7 @@ type Routes = {
|
|
|
119800
119800
|
/** 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. */
|
|
119801
119801
|
code_constraints?: (({
|
|
119802
119802
|
/** Code constraint type for access codes. */
|
|
119803
|
-
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';
|
|
119803
|
+
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';
|
|
119804
119804
|
} | {
|
|
119805
119805
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
119806
119806
|
/** Minimum name length constraint for access codes. */
|
|
@@ -125786,7 +125786,7 @@ type Routes = {
|
|
|
125786
125786
|
/** 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. */
|
|
125787
125787
|
code_constraints?: (({
|
|
125788
125788
|
/** Code constraint type for access codes. */
|
|
125789
|
-
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';
|
|
125789
|
+
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';
|
|
125790
125790
|
} | {
|
|
125791
125791
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
125792
125792
|
/** Minimum name length constraint for access codes. */
|
|
@@ -126990,7 +126990,7 @@ type Routes = {
|
|
|
126990
126990
|
/** 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. */
|
|
126991
126991
|
code_constraints?: (({
|
|
126992
126992
|
/** Code constraint type for access codes. */
|
|
126993
|
-
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';
|
|
126993
|
+
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';
|
|
126994
126994
|
} | {
|
|
126995
126995
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
126996
126996
|
/** Minimum name length constraint for access codes. */
|
|
@@ -128244,7 +128244,7 @@ type Routes = {
|
|
|
128244
128244
|
/** 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. */
|
|
128245
128245
|
code_constraints?: (({
|
|
128246
128246
|
/** Code constraint type for access codes. */
|
|
128247
|
-
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';
|
|
128247
|
+
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';
|
|
128248
128248
|
} | {
|
|
128249
128249
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
128250
128250
|
/** Minimum name length constraint for access codes. */
|
|
@@ -129447,7 +129447,7 @@ type Routes = {
|
|
|
129447
129447
|
/** 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. */
|
|
129448
129448
|
code_constraints?: (({
|
|
129449
129449
|
/** Code constraint type for access codes. */
|
|
129450
|
-
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';
|
|
129450
|
+
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';
|
|
129451
129451
|
} | {
|
|
129452
129452
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
129453
129453
|
/** Minimum name length constraint for access codes. */
|
|
@@ -135739,7 +135739,7 @@ type Routes = {
|
|
|
135739
135739
|
/** 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. */
|
|
135740
135740
|
code_constraints?: (({
|
|
135741
135741
|
/** Code constraint type for access codes. */
|
|
135742
|
-
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';
|
|
135742
|
+
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';
|
|
135743
135743
|
} | {
|
|
135744
135744
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
135745
135745
|
/** Minimum name length constraint for access codes. */
|
|
@@ -136942,7 +136942,7 @@ type Routes = {
|
|
|
136942
136942
|
/** 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. */
|
|
136943
136943
|
code_constraints?: (({
|
|
136944
136944
|
/** Code constraint type for access codes. */
|
|
136945
|
-
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';
|
|
136945
|
+
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';
|
|
136946
136946
|
} | {
|
|
136947
136947
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
136948
136948
|
/** Minimum name length constraint for access codes. */
|
|
@@ -145339,7 +145339,7 @@ type Routes = {
|
|
|
145339
145339
|
/** 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. */
|
|
145340
145340
|
code_constraints?: (({
|
|
145341
145341
|
/** Code constraint type for access codes. */
|
|
145342
|
-
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';
|
|
145342
|
+
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';
|
|
145343
145343
|
} | {
|
|
145344
145344
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
145345
145345
|
/** Minimum name length constraint for access codes. */
|
|
@@ -150923,7 +150923,7 @@ type Routes = {
|
|
|
150923
150923
|
/** 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. */
|
|
150924
150924
|
code_constraints?: (({
|
|
150925
150925
|
/** Code constraint type for access codes. */
|
|
150926
|
-
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';
|
|
150926
|
+
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';
|
|
150927
150927
|
} | {
|
|
150928
150928
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
150929
150929
|
/** Minimum name length constraint for access codes. */
|
|
@@ -154709,7 +154709,7 @@ type Routes = {
|
|
|
154709
154709
|
/** 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. */
|
|
154710
154710
|
code_constraints?: (({
|
|
154711
154711
|
/** Code constraint type for access codes. */
|
|
154712
|
-
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';
|
|
154712
|
+
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';
|
|
154713
154713
|
} | {
|
|
154714
154714
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
154715
154715
|
/** Minimum name length constraint for access codes. */
|
|
@@ -155912,7 +155912,7 @@ type Routes = {
|
|
|
155912
155912
|
/** 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. */
|
|
155913
155913
|
code_constraints?: (({
|
|
155914
155914
|
/** Code constraint type for access codes. */
|
|
155915
|
-
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';
|
|
155915
|
+
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';
|
|
155916
155916
|
} | {
|
|
155917
155917
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
155918
155918
|
/** Minimum name length constraint for access codes. */
|
|
@@ -163044,7 +163044,7 @@ type Routes = {
|
|
|
163044
163044
|
/** 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. */
|
|
163045
163045
|
code_constraints?: (({
|
|
163046
163046
|
/** Code constraint type for access codes. */
|
|
163047
|
-
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';
|
|
163047
|
+
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';
|
|
163048
163048
|
} | {
|
|
163049
163049
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
163050
163050
|
/** Minimum name length constraint for access codes. */
|
|
@@ -164249,7 +164249,7 @@ type Routes = {
|
|
|
164249
164249
|
/** 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. */
|
|
164250
164250
|
code_constraints?: (({
|
|
164251
164251
|
/** Code constraint type for access codes. */
|
|
164252
|
-
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';
|
|
164252
|
+
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';
|
|
164253
164253
|
} | {
|
|
164254
164254
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
164255
164255
|
/** Minimum name length constraint for access codes. */
|
|
@@ -166203,7 +166203,7 @@ type Routes = {
|
|
|
166203
166203
|
/** 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. */
|
|
166204
166204
|
code_constraints?: (({
|
|
166205
166205
|
/** Code constraint type for access codes. */
|
|
166206
|
-
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';
|
|
166206
|
+
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';
|
|
166207
166207
|
} | {
|
|
166208
166208
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
166209
166209
|
/** Minimum name length constraint for access codes. */
|
package/dist/index.cjs
CHANGED
|
@@ -80,8 +80,10 @@ var access_code_code_constraint = zod.z.object({
|
|
|
80
80
|
// Tedee
|
|
81
81
|
"cannot_contain_089",
|
|
82
82
|
// TTLock
|
|
83
|
-
"cannot_contain_0789"
|
|
83
|
+
"cannot_contain_0789",
|
|
84
84
|
// TTLock (for some cylinder devices only)
|
|
85
|
+
"unique_first_four_digits"
|
|
86
|
+
// Schlage
|
|
85
87
|
]).describe(`Code constraint type for access codes.`)
|
|
86
88
|
}).describe(`Code constraint for access codes.`);
|
|
87
89
|
var access_code_name_constraint = zod.z.object({
|
|
@@ -15667,7 +15669,8 @@ var openapi_default = {
|
|
|
15667
15669
|
"no_ascending_or_descending_sequence",
|
|
15668
15670
|
"at_least_three_unique_digits",
|
|
15669
15671
|
"cannot_contain_089",
|
|
15670
|
-
"cannot_contain_0789"
|
|
15672
|
+
"cannot_contain_0789",
|
|
15673
|
+
"unique_first_four_digits"
|
|
15671
15674
|
],
|
|
15672
15675
|
type: "string"
|
|
15673
15676
|
}
|