@seamapi/types 1.100.0 → 1.101.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 +3 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +9 -9
- package/lib/seam/connect/openapi.js +2 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +9 -9
- package/lib/seam/connect/unstable/models/capability-properties/access-code.d.ts +11 -11
- package/lib/seam/connect/unstable/models/capability-properties/access-code.js +2 -0
- package/lib/seam/connect/unstable/models/capability-properties/access-code.js.map +1 -1
- package/lib/seam/connect/unstable/models/capability-properties/index.d.ts +5 -5
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +9 -9
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -0
- package/src/lib/seam/connect/route-types.ts +18 -0
- package/src/lib/seam/connect/unstable/models/capability-properties/access-code.ts +2 -0
package/dist/connect.d.cts
CHANGED
|
@@ -18145,7 +18145,7 @@ interface Routes {
|
|
|
18145
18145
|
}) & ({
|
|
18146
18146
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
18147
18147
|
code_constraints?: (Array<{
|
|
18148
|
-
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';
|
|
18148
|
+
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';
|
|
18149
18149
|
} | {
|
|
18150
18150
|
constraint_type: 'name_length';
|
|
18151
18151
|
min_length?: number | undefined;
|
|
@@ -18629,7 +18629,7 @@ interface Routes {
|
|
|
18629
18629
|
}) & ({
|
|
18630
18630
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
18631
18631
|
code_constraints?: (Array<{
|
|
18632
|
-
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';
|
|
18632
|
+
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';
|
|
18633
18633
|
} | {
|
|
18634
18634
|
constraint_type: 'name_length';
|
|
18635
18635
|
min_length?: number | undefined;
|
|
@@ -19432,7 +19432,7 @@ interface Routes {
|
|
|
19432
19432
|
}) & ({
|
|
19433
19433
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
19434
19434
|
code_constraints?: (Array<{
|
|
19435
|
-
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';
|
|
19435
|
+
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';
|
|
19436
19436
|
} | {
|
|
19437
19437
|
constraint_type: 'name_length';
|
|
19438
19438
|
min_length?: number | undefined;
|
|
@@ -19893,7 +19893,7 @@ interface Routes {
|
|
|
19893
19893
|
}) & ({
|
|
19894
19894
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
19895
19895
|
code_constraints?: (Array<{
|
|
19896
|
-
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';
|
|
19896
|
+
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';
|
|
19897
19897
|
} | {
|
|
19898
19898
|
constraint_type: 'name_length';
|
|
19899
19899
|
min_length?: number | undefined;
|
|
@@ -20377,7 +20377,7 @@ interface Routes {
|
|
|
20377
20377
|
}) & ({
|
|
20378
20378
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
20379
20379
|
code_constraints?: (Array<{
|
|
20380
|
-
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';
|
|
20380
|
+
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';
|
|
20381
20381
|
} | {
|
|
20382
20382
|
constraint_type: 'name_length';
|
|
20383
20383
|
min_length?: number | undefined;
|
|
@@ -20838,7 +20838,7 @@ interface Routes {
|
|
|
20838
20838
|
}) & ({
|
|
20839
20839
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
20840
20840
|
code_constraints?: (Array<{
|
|
20841
|
-
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';
|
|
20841
|
+
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';
|
|
20842
20842
|
} | {
|
|
20843
20843
|
constraint_type: 'name_length';
|
|
20844
20844
|
min_length?: number | undefined;
|
|
@@ -21891,7 +21891,7 @@ interface Routes {
|
|
|
21891
21891
|
}) & ({
|
|
21892
21892
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
21893
21893
|
code_constraints?: (Array<{
|
|
21894
|
-
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';
|
|
21894
|
+
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';
|
|
21895
21895
|
} | {
|
|
21896
21896
|
constraint_type: 'name_length';
|
|
21897
21897
|
min_length?: number | undefined;
|
|
@@ -22405,7 +22405,7 @@ interface Routes {
|
|
|
22405
22405
|
}) & ({
|
|
22406
22406
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
22407
22407
|
code_constraints?: (Array<{
|
|
22408
|
-
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';
|
|
22408
|
+
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';
|
|
22409
22409
|
} | {
|
|
22410
22410
|
constraint_type: 'name_length';
|
|
22411
22411
|
min_length?: number | undefined;
|
|
@@ -23091,7 +23091,7 @@ interface Routes {
|
|
|
23091
23091
|
}) & ({
|
|
23092
23092
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
23093
23093
|
code_constraints?: (Array<{
|
|
23094
|
-
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';
|
|
23094
|
+
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';
|
|
23095
23095
|
} | {
|
|
23096
23096
|
constraint_type: 'name_length';
|
|
23097
23097
|
min_length?: number | undefined;
|