@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
|
@@ -3401,11 +3401,11 @@ export declare const device: z.ZodObject<{
|
|
|
3401
3401
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
3402
3402
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
3403
3403
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
3404
|
-
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"]>;
|
|
3404
|
+
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"]>;
|
|
3405
3405
|
}, "strip", z.ZodTypeAny, {
|
|
3406
|
-
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";
|
|
3406
|
+
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";
|
|
3407
3407
|
}, {
|
|
3408
|
-
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";
|
|
3408
|
+
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";
|
|
3409
3409
|
}>, z.ZodObject<{
|
|
3410
3410
|
constraint_type: z.ZodEnum<["name_length", "name_must_be_unique"]>;
|
|
3411
3411
|
min_length: z.ZodOptional<z.ZodNumber>;
|
|
@@ -3436,7 +3436,7 @@ export declare const device: z.ZodObject<{
|
|
|
3436
3436
|
}, "strip", z.ZodTypeAny, {
|
|
3437
3437
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
3438
3438
|
code_constraints?: ({
|
|
3439
|
-
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";
|
|
3439
|
+
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";
|
|
3440
3440
|
} | {
|
|
3441
3441
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
3442
3442
|
min_length?: number | undefined;
|
|
@@ -3454,7 +3454,7 @@ export declare const device: z.ZodObject<{
|
|
|
3454
3454
|
}, {
|
|
3455
3455
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
3456
3456
|
code_constraints?: ({
|
|
3457
|
-
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";
|
|
3457
|
+
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";
|
|
3458
3458
|
} | {
|
|
3459
3459
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
3460
3460
|
min_length?: number | undefined;
|
|
@@ -5195,7 +5195,7 @@ export declare const device: z.ZodObject<{
|
|
|
5195
5195
|
} & {
|
|
5196
5196
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
5197
5197
|
code_constraints?: ({
|
|
5198
|
-
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";
|
|
5198
|
+
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";
|
|
5199
5199
|
} | {
|
|
5200
5200
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
5201
5201
|
min_length?: number | undefined;
|
|
@@ -5851,7 +5851,7 @@ export declare const device: z.ZodObject<{
|
|
|
5851
5851
|
} & {
|
|
5852
5852
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
5853
5853
|
code_constraints?: ({
|
|
5854
|
-
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";
|
|
5854
|
+
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";
|
|
5855
5855
|
} | {
|
|
5856
5856
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
5857
5857
|
min_length?: number | undefined;
|
|
@@ -1535,11 +1535,11 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1535
1535
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
1536
1536
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
1537
1537
|
code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
|
|
1538
|
-
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"]>;
|
|
1538
|
+
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"]>;
|
|
1539
1539
|
}, "strip", z.ZodTypeAny, {
|
|
1540
|
-
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";
|
|
1540
|
+
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";
|
|
1541
1541
|
}, {
|
|
1542
|
-
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";
|
|
1542
|
+
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";
|
|
1543
1543
|
}>, z.ZodObject<{
|
|
1544
1544
|
constraint_type: z.ZodEnum<["name_length", "name_must_be_unique"]>;
|
|
1545
1545
|
min_length: z.ZodOptional<z.ZodNumber>;
|
|
@@ -1570,7 +1570,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1570
1570
|
}, "strip", z.ZodTypeAny, {
|
|
1571
1571
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
1572
1572
|
code_constraints?: ({
|
|
1573
|
-
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";
|
|
1573
|
+
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";
|
|
1574
1574
|
} | {
|
|
1575
1575
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
1576
1576
|
min_length?: number | undefined;
|
|
@@ -1588,7 +1588,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1588
1588
|
}, {
|
|
1589
1589
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
1590
1590
|
code_constraints?: ({
|
|
1591
|
-
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";
|
|
1591
|
+
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";
|
|
1592
1592
|
} | {
|
|
1593
1593
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
1594
1594
|
min_length?: number | undefined;
|
|
@@ -10215,6 +10215,7 @@ export default {
|
|
|
10215
10215
|
'at_least_three_unique_digits',
|
|
10216
10216
|
'cannot_contain_089',
|
|
10217
10217
|
'cannot_contain_0789',
|
|
10218
|
+
'unique_first_four_digits',
|
|
10218
10219
|
],
|
|
10219
10220
|
type: 'string',
|
|
10220
10221
|
},
|