@seamapi/types 1.475.0 → 1.477.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 +91 -28
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +107 -47
- package/dist/index.cjs +91 -28
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +55 -55
- package/lib/seam/connect/models/customization_profiles/customization_profile.d.ts +4 -1
- package/lib/seam/connect/models/customization_profiles/customization_profile.js +11 -3
- package/lib/seam/connect/models/customization_profiles/customization_profile.js.map +1 -1
- 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.d.ts +52 -0
- package/lib/seam/connect/openapi.js +64 -11
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +25 -20
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customization_profiles/customization_profile.ts +11 -3
- package/src/lib/seam/connect/models/devices/capability-properties/access-code.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +65 -11
- package/src/lib/seam/connect/route-types.ts +25 -3
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;
|
|
@@ -28980,19 +28980,22 @@ declare const custom_metadata: z.ZodRecord<z.ZodString, z.ZodUnion<[z.ZodString,
|
|
|
28980
28980
|
type CustomMetadata = z.output<typeof custom_metadata>;
|
|
28981
28981
|
|
|
28982
28982
|
declare const customization_profile: z.ZodObject<{
|
|
28983
|
-
workspace_id: z.ZodString;
|
|
28984
28983
|
customization_profile_id: z.ZodString;
|
|
28984
|
+
workspace_id: z.ZodString;
|
|
28985
|
+
created_at: z.ZodString;
|
|
28985
28986
|
logo_url: z.ZodOptional<z.ZodString>;
|
|
28986
28987
|
primary_color: z.ZodOptional<z.ZodString>;
|
|
28987
28988
|
secondary_color: z.ZodOptional<z.ZodString>;
|
|
28988
28989
|
}, "strip", z.ZodTypeAny, {
|
|
28989
28990
|
workspace_id: string;
|
|
28991
|
+
created_at: string;
|
|
28990
28992
|
customization_profile_id: string;
|
|
28991
28993
|
logo_url?: string | undefined;
|
|
28992
28994
|
primary_color?: string | undefined;
|
|
28993
28995
|
secondary_color?: string | undefined;
|
|
28994
28996
|
}, {
|
|
28995
28997
|
workspace_id: string;
|
|
28998
|
+
created_at: string;
|
|
28996
28999
|
customization_profile_id: string;
|
|
28997
29000
|
logo_url?: string | undefined;
|
|
28998
29001
|
primary_color?: string | undefined;
|
|
@@ -30990,11 +30993,11 @@ declare const device: z.ZodObject<{
|
|
|
30990
30993
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
30991
30994
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
30992
30995
|
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"]>;
|
|
30996
|
+
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
30997
|
}, "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";
|
|
30998
|
+
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
30999
|
}, {
|
|
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";
|
|
31000
|
+
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
31001
|
}>, z.ZodObject<{
|
|
30999
31002
|
constraint_type: z.ZodEnum<["name_length", "name_must_be_unique"]>;
|
|
31000
31003
|
min_length: z.ZodOptional<z.ZodNumber>;
|
|
@@ -31025,7 +31028,7 @@ declare const device: z.ZodObject<{
|
|
|
31025
31028
|
}, "strip", z.ZodTypeAny, {
|
|
31026
31029
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
31027
31030
|
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";
|
|
31031
|
+
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
31032
|
} | {
|
|
31030
31033
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
31031
31034
|
min_length?: number | undefined;
|
|
@@ -31043,7 +31046,7 @@ declare const device: z.ZodObject<{
|
|
|
31043
31046
|
}, {
|
|
31044
31047
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
31045
31048
|
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";
|
|
31049
|
+
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
31050
|
} | {
|
|
31048
31051
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
31049
31052
|
min_length?: number | undefined;
|
|
@@ -32784,7 +32787,7 @@ declare const device: z.ZodObject<{
|
|
|
32784
32787
|
} & {
|
|
32785
32788
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
32786
32789
|
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";
|
|
32790
|
+
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
32791
|
} | {
|
|
32789
32792
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
32790
32793
|
min_length?: number | undefined;
|
|
@@ -33440,7 +33443,7 @@ declare const device: z.ZodObject<{
|
|
|
33440
33443
|
} & {
|
|
33441
33444
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
33442
33445
|
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";
|
|
33446
|
+
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
33447
|
} | {
|
|
33445
33448
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
33446
33449
|
min_length?: number | undefined;
|
|
@@ -35255,11 +35258,11 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35255
35258
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
35256
35259
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
35257
35260
|
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"]>;
|
|
35261
|
+
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
35262
|
}, "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";
|
|
35263
|
+
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
35264
|
}, {
|
|
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";
|
|
35265
|
+
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
35266
|
}>, z.ZodObject<{
|
|
35264
35267
|
constraint_type: z.ZodEnum<["name_length", "name_must_be_unique"]>;
|
|
35265
35268
|
min_length: z.ZodOptional<z.ZodNumber>;
|
|
@@ -35290,7 +35293,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35290
35293
|
}, "strip", z.ZodTypeAny, {
|
|
35291
35294
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
35292
35295
|
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";
|
|
35296
|
+
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
35297
|
} | {
|
|
35295
35298
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
35296
35299
|
min_length?: number | undefined;
|
|
@@ -35308,7 +35311,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
35308
35311
|
}, {
|
|
35309
35312
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
35310
35313
|
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";
|
|
35314
|
+
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
35315
|
} | {
|
|
35313
35316
|
constraint_type: "name_length" | "name_must_be_unique";
|
|
35314
35317
|
min_length?: number | undefined;
|
|
@@ -88352,12 +88355,18 @@ declare const _default: {
|
|
|
88352
88355
|
schema: {
|
|
88353
88356
|
properties: {
|
|
88354
88357
|
customization_profile: {
|
|
88358
|
+
description: string;
|
|
88355
88359
|
properties: {
|
|
88360
|
+
created_at: {
|
|
88361
|
+
format: string;
|
|
88362
|
+
type: string;
|
|
88363
|
+
};
|
|
88356
88364
|
customization_profile_id: {
|
|
88357
88365
|
format: string;
|
|
88358
88366
|
type: string;
|
|
88359
88367
|
};
|
|
88360
88368
|
logo_url: {
|
|
88369
|
+
format: string;
|
|
88361
88370
|
type: string;
|
|
88362
88371
|
};
|
|
88363
88372
|
primary_color: {
|
|
@@ -88373,6 +88382,9 @@ declare const _default: {
|
|
|
88373
88382
|
};
|
|
88374
88383
|
required: string[];
|
|
88375
88384
|
type: string;
|
|
88385
|
+
'x-route-path': string;
|
|
88386
|
+
'x-title': string;
|
|
88387
|
+
'x-undocumented': string;
|
|
88376
88388
|
};
|
|
88377
88389
|
ok: {
|
|
88378
88390
|
type: string;
|
|
@@ -88402,6 +88414,7 @@ declare const _default: {
|
|
|
88402
88414
|
'x-fern-sdk-return-value': string;
|
|
88403
88415
|
'x-response-key': string;
|
|
88404
88416
|
'x-title': string;
|
|
88417
|
+
'x-undocumented': string;
|
|
88405
88418
|
};
|
|
88406
88419
|
};
|
|
88407
88420
|
'/workspaces/customization_profiles/get': {
|
|
@@ -88424,12 +88437,18 @@ declare const _default: {
|
|
|
88424
88437
|
schema: {
|
|
88425
88438
|
properties: {
|
|
88426
88439
|
customization_profile: {
|
|
88440
|
+
description: string;
|
|
88427
88441
|
properties: {
|
|
88442
|
+
created_at: {
|
|
88443
|
+
format: string;
|
|
88444
|
+
type: string;
|
|
88445
|
+
};
|
|
88428
88446
|
customization_profile_id: {
|
|
88429
88447
|
format: string;
|
|
88430
88448
|
type: string;
|
|
88431
88449
|
};
|
|
88432
88450
|
logo_url: {
|
|
88451
|
+
format: string;
|
|
88433
88452
|
type: string;
|
|
88434
88453
|
};
|
|
88435
88454
|
primary_color: {
|
|
@@ -88445,6 +88464,9 @@ declare const _default: {
|
|
|
88445
88464
|
};
|
|
88446
88465
|
required: string[];
|
|
88447
88466
|
type: string;
|
|
88467
|
+
'x-route-path': string;
|
|
88468
|
+
'x-title': string;
|
|
88469
|
+
'x-undocumented': string;
|
|
88448
88470
|
};
|
|
88449
88471
|
ok: {
|
|
88450
88472
|
type: string;
|
|
@@ -88474,6 +88496,7 @@ declare const _default: {
|
|
|
88474
88496
|
'x-fern-sdk-return-value': string;
|
|
88475
88497
|
'x-response-key': string;
|
|
88476
88498
|
'x-title': string;
|
|
88499
|
+
'x-undocumented': string;
|
|
88477
88500
|
};
|
|
88478
88501
|
post: {
|
|
88479
88502
|
description: string;
|
|
@@ -88501,12 +88524,18 @@ declare const _default: {
|
|
|
88501
88524
|
schema: {
|
|
88502
88525
|
properties: {
|
|
88503
88526
|
customization_profile: {
|
|
88527
|
+
description: string;
|
|
88504
88528
|
properties: {
|
|
88529
|
+
created_at: {
|
|
88530
|
+
format: string;
|
|
88531
|
+
type: string;
|
|
88532
|
+
};
|
|
88505
88533
|
customization_profile_id: {
|
|
88506
88534
|
format: string;
|
|
88507
88535
|
type: string;
|
|
88508
88536
|
};
|
|
88509
88537
|
logo_url: {
|
|
88538
|
+
format: string;
|
|
88510
88539
|
type: string;
|
|
88511
88540
|
};
|
|
88512
88541
|
primary_color: {
|
|
@@ -88522,6 +88551,9 @@ declare const _default: {
|
|
|
88522
88551
|
};
|
|
88523
88552
|
required: string[];
|
|
88524
88553
|
type: string;
|
|
88554
|
+
'x-route-path': string;
|
|
88555
|
+
'x-title': string;
|
|
88556
|
+
'x-undocumented': string;
|
|
88525
88557
|
};
|
|
88526
88558
|
ok: {
|
|
88527
88559
|
type: string;
|
|
@@ -88551,6 +88583,7 @@ declare const _default: {
|
|
|
88551
88583
|
'x-fern-sdk-return-value': string;
|
|
88552
88584
|
'x-response-key': string;
|
|
88553
88585
|
'x-title': string;
|
|
88586
|
+
'x-undocumented': string;
|
|
88554
88587
|
};
|
|
88555
88588
|
};
|
|
88556
88589
|
'/workspaces/customization_profiles/list': {
|
|
@@ -88565,12 +88598,18 @@ declare const _default: {
|
|
|
88565
88598
|
properties: {
|
|
88566
88599
|
customization_profiles: {
|
|
88567
88600
|
items: {
|
|
88601
|
+
description: string;
|
|
88568
88602
|
properties: {
|
|
88603
|
+
created_at: {
|
|
88604
|
+
format: string;
|
|
88605
|
+
type: string;
|
|
88606
|
+
};
|
|
88569
88607
|
customization_profile_id: {
|
|
88570
88608
|
format: string;
|
|
88571
88609
|
type: string;
|
|
88572
88610
|
};
|
|
88573
88611
|
logo_url: {
|
|
88612
|
+
format: string;
|
|
88574
88613
|
type: string;
|
|
88575
88614
|
};
|
|
88576
88615
|
primary_color: {
|
|
@@ -88586,6 +88625,9 @@ declare const _default: {
|
|
|
88586
88625
|
};
|
|
88587
88626
|
required: string[];
|
|
88588
88627
|
type: string;
|
|
88628
|
+
'x-route-path': string;
|
|
88629
|
+
'x-title': string;
|
|
88630
|
+
'x-undocumented': string;
|
|
88589
88631
|
};
|
|
88590
88632
|
type: string;
|
|
88591
88633
|
};
|
|
@@ -88617,6 +88659,7 @@ declare const _default: {
|
|
|
88617
88659
|
'x-fern-sdk-return-value': string;
|
|
88618
88660
|
'x-response-key': string;
|
|
88619
88661
|
'x-title': string;
|
|
88662
|
+
'x-undocumented': string;
|
|
88620
88663
|
};
|
|
88621
88664
|
post: {
|
|
88622
88665
|
description: string;
|
|
@@ -88629,12 +88672,18 @@ declare const _default: {
|
|
|
88629
88672
|
properties: {
|
|
88630
88673
|
customization_profiles: {
|
|
88631
88674
|
items: {
|
|
88675
|
+
description: string;
|
|
88632
88676
|
properties: {
|
|
88677
|
+
created_at: {
|
|
88678
|
+
format: string;
|
|
88679
|
+
type: string;
|
|
88680
|
+
};
|
|
88633
88681
|
customization_profile_id: {
|
|
88634
88682
|
format: string;
|
|
88635
88683
|
type: string;
|
|
88636
88684
|
};
|
|
88637
88685
|
logo_url: {
|
|
88686
|
+
format: string;
|
|
88638
88687
|
type: string;
|
|
88639
88688
|
};
|
|
88640
88689
|
primary_color: {
|
|
@@ -88650,6 +88699,9 @@ declare const _default: {
|
|
|
88650
88699
|
};
|
|
88651
88700
|
required: string[];
|
|
88652
88701
|
type: string;
|
|
88702
|
+
'x-route-path': string;
|
|
88703
|
+
'x-title': string;
|
|
88704
|
+
'x-undocumented': string;
|
|
88653
88705
|
};
|
|
88654
88706
|
type: string;
|
|
88655
88707
|
};
|
|
@@ -88681,6 +88733,7 @@ declare const _default: {
|
|
|
88681
88733
|
'x-fern-sdk-return-value': string;
|
|
88682
88734
|
'x-response-key': string;
|
|
88683
88735
|
'x-title': string;
|
|
88736
|
+
'x-undocumented': string;
|
|
88684
88737
|
};
|
|
88685
88738
|
};
|
|
88686
88739
|
'/workspaces/customization_profiles/update': {
|
|
@@ -88742,6 +88795,7 @@ declare const _default: {
|
|
|
88742
88795
|
'x-fern-sdk-method-name': string;
|
|
88743
88796
|
'x-response-key': null;
|
|
88744
88797
|
'x-title': string;
|
|
88798
|
+
'x-undocumented': string;
|
|
88745
88799
|
};
|
|
88746
88800
|
post: {
|
|
88747
88801
|
description: string;
|
|
@@ -88801,6 +88855,7 @@ declare const _default: {
|
|
|
88801
88855
|
'x-fern-sdk-method-name': string;
|
|
88802
88856
|
'x-response-key': null;
|
|
88803
88857
|
'x-title': string;
|
|
88858
|
+
'x-undocumented': string;
|
|
88804
88859
|
};
|
|
88805
88860
|
};
|
|
88806
88861
|
'/workspaces/customization_profiles/upload_images': {
|
|
@@ -100449,7 +100504,7 @@ type Routes = {
|
|
|
100449
100504
|
/** 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
100505
|
code_constraints?: (({
|
|
100451
100506
|
/** 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';
|
|
100507
|
+
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
100508
|
} | {
|
|
100454
100509
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
100455
100510
|
/** Minimum name length constraint for access codes. */
|
|
@@ -103560,7 +103615,7 @@ type Routes = {
|
|
|
103560
103615
|
/** 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
103616
|
code_constraints?: (({
|
|
103562
103617
|
/** 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';
|
|
103618
|
+
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
103619
|
} | {
|
|
103565
103620
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
103566
103621
|
/** Minimum name length constraint for access codes. */
|
|
@@ -118546,7 +118601,7 @@ type Routes = {
|
|
|
118546
118601
|
/** 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
118602
|
code_constraints?: (({
|
|
118548
118603
|
/** 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';
|
|
118604
|
+
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
118605
|
} | {
|
|
118551
118606
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
118552
118607
|
/** Minimum name length constraint for access codes. */
|
|
@@ -119800,7 +119855,7 @@ type Routes = {
|
|
|
119800
119855
|
/** 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
119856
|
code_constraints?: (({
|
|
119802
119857
|
/** 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';
|
|
119858
|
+
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
119859
|
} | {
|
|
119805
119860
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
119806
119861
|
/** Minimum name length constraint for access codes. */
|
|
@@ -125786,7 +125841,7 @@ type Routes = {
|
|
|
125786
125841
|
/** 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
125842
|
code_constraints?: (({
|
|
125788
125843
|
/** 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';
|
|
125844
|
+
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
125845
|
} | {
|
|
125791
125846
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
125792
125847
|
/** Minimum name length constraint for access codes. */
|
|
@@ -126990,7 +127045,7 @@ type Routes = {
|
|
|
126990
127045
|
/** 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
127046
|
code_constraints?: (({
|
|
126992
127047
|
/** 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';
|
|
127048
|
+
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
127049
|
} | {
|
|
126995
127050
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
126996
127051
|
/** Minimum name length constraint for access codes. */
|
|
@@ -128244,7 +128299,7 @@ type Routes = {
|
|
|
128244
128299
|
/** 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
128300
|
code_constraints?: (({
|
|
128246
128301
|
/** 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';
|
|
128302
|
+
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
128303
|
} | {
|
|
128249
128304
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
128250
128305
|
/** Minimum name length constraint for access codes. */
|
|
@@ -129447,7 +129502,7 @@ type Routes = {
|
|
|
129447
129502
|
/** 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
129503
|
code_constraints?: (({
|
|
129449
129504
|
/** 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';
|
|
129505
|
+
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
129506
|
} | {
|
|
129452
129507
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
129453
129508
|
/** Minimum name length constraint for access codes. */
|
|
@@ -135739,7 +135794,7 @@ type Routes = {
|
|
|
135739
135794
|
/** 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
135795
|
code_constraints?: (({
|
|
135741
135796
|
/** 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';
|
|
135797
|
+
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
135798
|
} | {
|
|
135744
135799
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
135745
135800
|
/** Minimum name length constraint for access codes. */
|
|
@@ -136942,7 +136997,7 @@ type Routes = {
|
|
|
136942
136997
|
/** 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
136998
|
code_constraints?: (({
|
|
136944
136999
|
/** 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';
|
|
137000
|
+
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
137001
|
} | {
|
|
136947
137002
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
136948
137003
|
/** Minimum name length constraint for access codes. */
|
|
@@ -145339,7 +145394,7 @@ type Routes = {
|
|
|
145339
145394
|
/** 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
145395
|
code_constraints?: (({
|
|
145341
145396
|
/** 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';
|
|
145397
|
+
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
145398
|
} | {
|
|
145344
145399
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
145345
145400
|
/** Minimum name length constraint for access codes. */
|
|
@@ -150923,7 +150978,7 @@ type Routes = {
|
|
|
150923
150978
|
/** 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
150979
|
code_constraints?: (({
|
|
150925
150980
|
/** 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';
|
|
150981
|
+
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
150982
|
} | {
|
|
150928
150983
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
150929
150984
|
/** Minimum name length constraint for access codes. */
|
|
@@ -154709,7 +154764,7 @@ type Routes = {
|
|
|
154709
154764
|
/** 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
154765
|
code_constraints?: (({
|
|
154711
154766
|
/** 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';
|
|
154767
|
+
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
154768
|
} | {
|
|
154714
154769
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
154715
154770
|
/** Minimum name length constraint for access codes. */
|
|
@@ -155912,7 +155967,7 @@ type Routes = {
|
|
|
155912
155967
|
/** 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
155968
|
code_constraints?: (({
|
|
155914
155969
|
/** 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';
|
|
155970
|
+
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
155971
|
} | {
|
|
155917
155972
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
155918
155973
|
/** Minimum name length constraint for access codes. */
|
|
@@ -163044,7 +163099,7 @@ type Routes = {
|
|
|
163044
163099
|
/** 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
163100
|
code_constraints?: (({
|
|
163046
163101
|
/** 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';
|
|
163102
|
+
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
163103
|
} | {
|
|
163049
163104
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
163050
163105
|
/** Minimum name length constraint for access codes. */
|
|
@@ -164249,7 +164304,7 @@ type Routes = {
|
|
|
164249
164304
|
/** 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
164305
|
code_constraints?: (({
|
|
164251
164306
|
/** 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';
|
|
164307
|
+
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
164308
|
} | {
|
|
164254
164309
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
164255
164310
|
/** Minimum name length constraint for access codes. */
|
|
@@ -165439,9 +165494,11 @@ type Routes = {
|
|
|
165439
165494
|
commonParams: {};
|
|
165440
165495
|
formData: {};
|
|
165441
165496
|
jsonResponse: {
|
|
165497
|
+
/** A customization profile. */
|
|
165442
165498
|
customization_profile: {
|
|
165443
|
-
workspace_id: string;
|
|
165444
165499
|
customization_profile_id: string;
|
|
165500
|
+
workspace_id: string;
|
|
165501
|
+
created_at: string;
|
|
165445
165502
|
logo_url?: string | undefined;
|
|
165446
165503
|
primary_color?: string | undefined;
|
|
165447
165504
|
secondary_color?: string | undefined;
|
|
@@ -165458,9 +165515,11 @@ type Routes = {
|
|
|
165458
165515
|
};
|
|
165459
165516
|
formData: {};
|
|
165460
165517
|
jsonResponse: {
|
|
165518
|
+
/** A customization profile. */
|
|
165461
165519
|
customization_profile: {
|
|
165462
|
-
workspace_id: string;
|
|
165463
165520
|
customization_profile_id: string;
|
|
165521
|
+
workspace_id: string;
|
|
165522
|
+
created_at: string;
|
|
165464
165523
|
logo_url?: string | undefined;
|
|
165465
165524
|
primary_color?: string | undefined;
|
|
165466
165525
|
secondary_color?: string | undefined;
|
|
@@ -165476,8 +165535,9 @@ type Routes = {
|
|
|
165476
165535
|
formData: {};
|
|
165477
165536
|
jsonResponse: {
|
|
165478
165537
|
customization_profiles: {
|
|
165479
|
-
workspace_id: string;
|
|
165480
165538
|
customization_profile_id: string;
|
|
165539
|
+
workspace_id: string;
|
|
165540
|
+
created_at: string;
|
|
165481
165541
|
logo_url?: string | undefined;
|
|
165482
165542
|
primary_color?: string | undefined;
|
|
165483
165543
|
secondary_color?: string | undefined;
|
|
@@ -166203,7 +166263,7 @@ type Routes = {
|
|
|
166203
166263
|
/** 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
166264
|
code_constraints?: (({
|
|
166205
166265
|
/** 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';
|
|
166266
|
+
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
166267
|
} | {
|
|
166208
166268
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
166209
166269
|
/** Minimum name length constraint for access codes. */
|