@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
|
@@ -10726,7 +10726,7 @@ export type Routes = {
|
|
|
10726
10726
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
10727
10727
|
code_constraints?: (({
|
|
10728
10728
|
/** Code constraint type for access codes. */
|
|
10729
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
10729
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
10730
10730
|
} | {
|
|
10731
10731
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
10732
10732
|
/** Minimum name length constraint for access codes. */
|
|
@@ -13837,7 +13837,7 @@ export type Routes = {
|
|
|
13837
13837
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
13838
13838
|
code_constraints?: (({
|
|
13839
13839
|
/** Code constraint type for access codes. */
|
|
13840
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
13840
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
13841
13841
|
} | {
|
|
13842
13842
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
13843
13843
|
/** Minimum name length constraint for access codes. */
|
|
@@ -28823,7 +28823,7 @@ export type Routes = {
|
|
|
28823
28823
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
28824
28824
|
code_constraints?: (({
|
|
28825
28825
|
/** Code constraint type for access codes. */
|
|
28826
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
28826
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
28827
28827
|
} | {
|
|
28828
28828
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
28829
28829
|
/** Minimum name length constraint for access codes. */
|
|
@@ -30077,7 +30077,7 @@ export type Routes = {
|
|
|
30077
30077
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
30078
30078
|
code_constraints?: (({
|
|
30079
30079
|
/** Code constraint type for access codes. */
|
|
30080
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
30080
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
30081
30081
|
} | {
|
|
30082
30082
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
30083
30083
|
/** Minimum name length constraint for access codes. */
|
|
@@ -36063,7 +36063,7 @@ export type Routes = {
|
|
|
36063
36063
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
36064
36064
|
code_constraints?: (({
|
|
36065
36065
|
/** Code constraint type for access codes. */
|
|
36066
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
36066
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
36067
36067
|
} | {
|
|
36068
36068
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
36069
36069
|
/** Minimum name length constraint for access codes. */
|
|
@@ -37267,7 +37267,7 @@ export type Routes = {
|
|
|
37267
37267
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
37268
37268
|
code_constraints?: (({
|
|
37269
37269
|
/** Code constraint type for access codes. */
|
|
37270
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
37270
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
37271
37271
|
} | {
|
|
37272
37272
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
37273
37273
|
/** Minimum name length constraint for access codes. */
|
|
@@ -38521,7 +38521,7 @@ export type Routes = {
|
|
|
38521
38521
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
38522
38522
|
code_constraints?: (({
|
|
38523
38523
|
/** Code constraint type for access codes. */
|
|
38524
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
38524
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
38525
38525
|
} | {
|
|
38526
38526
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
38527
38527
|
/** Minimum name length constraint for access codes. */
|
|
@@ -39724,7 +39724,7 @@ export type Routes = {
|
|
|
39724
39724
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
39725
39725
|
code_constraints?: (({
|
|
39726
39726
|
/** Code constraint type for access codes. */
|
|
39727
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
39727
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
39728
39728
|
} | {
|
|
39729
39729
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
39730
39730
|
/** Minimum name length constraint for access codes. */
|
|
@@ -46016,7 +46016,7 @@ export type Routes = {
|
|
|
46016
46016
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
46017
46017
|
code_constraints?: (({
|
|
46018
46018
|
/** Code constraint type for access codes. */
|
|
46019
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
46019
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
46020
46020
|
} | {
|
|
46021
46021
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
46022
46022
|
/** Minimum name length constraint for access codes. */
|
|
@@ -47219,7 +47219,7 @@ export type Routes = {
|
|
|
47219
47219
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
47220
47220
|
code_constraints?: (({
|
|
47221
47221
|
/** Code constraint type for access codes. */
|
|
47222
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
47222
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
47223
47223
|
} | {
|
|
47224
47224
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
47225
47225
|
/** Minimum name length constraint for access codes. */
|
|
@@ -55616,7 +55616,7 @@ export type Routes = {
|
|
|
55616
55616
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
55617
55617
|
code_constraints?: (({
|
|
55618
55618
|
/** Code constraint type for access codes. */
|
|
55619
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
55619
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
55620
55620
|
} | {
|
|
55621
55621
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
55622
55622
|
/** Minimum name length constraint for access codes. */
|
|
@@ -61200,7 +61200,7 @@ export type Routes = {
|
|
|
61200
61200
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
61201
61201
|
code_constraints?: (({
|
|
61202
61202
|
/** Code constraint type for access codes. */
|
|
61203
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
61203
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
61204
61204
|
} | {
|
|
61205
61205
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
61206
61206
|
/** Minimum name length constraint for access codes. */
|
|
@@ -64986,7 +64986,7 @@ export type Routes = {
|
|
|
64986
64986
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
64987
64987
|
code_constraints?: (({
|
|
64988
64988
|
/** Code constraint type for access codes. */
|
|
64989
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
64989
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
64990
64990
|
} | {
|
|
64991
64991
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
64992
64992
|
/** Minimum name length constraint for access codes. */
|
|
@@ -66189,7 +66189,7 @@ export type Routes = {
|
|
|
66189
66189
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
66190
66190
|
code_constraints?: (({
|
|
66191
66191
|
/** Code constraint type for access codes. */
|
|
66192
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
66192
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
66193
66193
|
} | {
|
|
66194
66194
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
66195
66195
|
/** Minimum name length constraint for access codes. */
|
|
@@ -73321,7 +73321,7 @@ export type Routes = {
|
|
|
73321
73321
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
73322
73322
|
code_constraints?: (({
|
|
73323
73323
|
/** Code constraint type for access codes. */
|
|
73324
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
73324
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
73325
73325
|
} | {
|
|
73326
73326
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
73327
73327
|
/** Minimum name length constraint for access codes. */
|
|
@@ -74526,7 +74526,7 @@ export type Routes = {
|
|
|
74526
74526
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
74527
74527
|
code_constraints?: (({
|
|
74528
74528
|
/** Code constraint type for access codes. */
|
|
74529
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
74529
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
74530
74530
|
} | {
|
|
74531
74531
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
74532
74532
|
/** Minimum name length constraint for access codes. */
|
|
@@ -75716,9 +75716,11 @@ export type Routes = {
|
|
|
75716
75716
|
commonParams: {};
|
|
75717
75717
|
formData: {};
|
|
75718
75718
|
jsonResponse: {
|
|
75719
|
+
/** A customization profile. */
|
|
75719
75720
|
customization_profile: {
|
|
75720
|
-
workspace_id: string;
|
|
75721
75721
|
customization_profile_id: string;
|
|
75722
|
+
workspace_id: string;
|
|
75723
|
+
created_at: string;
|
|
75722
75724
|
logo_url?: string | undefined;
|
|
75723
75725
|
primary_color?: string | undefined;
|
|
75724
75726
|
secondary_color?: string | undefined;
|
|
@@ -75735,9 +75737,11 @@ export type Routes = {
|
|
|
75735
75737
|
};
|
|
75736
75738
|
formData: {};
|
|
75737
75739
|
jsonResponse: {
|
|
75740
|
+
/** A customization profile. */
|
|
75738
75741
|
customization_profile: {
|
|
75739
|
-
workspace_id: string;
|
|
75740
75742
|
customization_profile_id: string;
|
|
75743
|
+
workspace_id: string;
|
|
75744
|
+
created_at: string;
|
|
75741
75745
|
logo_url?: string | undefined;
|
|
75742
75746
|
primary_color?: string | undefined;
|
|
75743
75747
|
secondary_color?: string | undefined;
|
|
@@ -75753,8 +75757,9 @@ export type Routes = {
|
|
|
75753
75757
|
formData: {};
|
|
75754
75758
|
jsonResponse: {
|
|
75755
75759
|
customization_profiles: {
|
|
75756
|
-
workspace_id: string;
|
|
75757
75760
|
customization_profile_id: string;
|
|
75761
|
+
workspace_id: string;
|
|
75762
|
+
created_at: string;
|
|
75758
75763
|
logo_url?: string | undefined;
|
|
75759
75764
|
primary_color?: string | undefined;
|
|
75760
75765
|
secondary_color?: string | undefined;
|
|
@@ -76480,7 +76485,7 @@ export type Routes = {
|
|
|
76480
76485
|
/** Constraints on access codes for the device. Seam represents each constraint as an object with a `constraint_type` property. Depending on the constraint type, there may also be additional properties. Note that some constraints are manufacturer- or device-specific. */
|
|
76481
76486
|
code_constraints?: (({
|
|
76482
76487
|
/** Code constraint type for access codes. */
|
|
76483
|
-
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789';
|
|
76488
|
+
constraint_type: 'no_zeros' | 'cannot_start_with_12' | 'no_triple_consecutive_ints' | 'cannot_specify_pin_code' | 'pin_code_matches_existing_set' | 'start_date_in_future' | 'no_ascending_or_descending_sequence' | 'at_least_three_unique_digits' | 'cannot_contain_089' | 'cannot_contain_0789' | 'unique_first_four_digits';
|
|
76484
76489
|
} | {
|
|
76485
76490
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
76486
76491
|
/** Minimum name length constraint for access codes. */
|
package/package.json
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
import { z } from 'zod'
|
|
2
2
|
|
|
3
3
|
export const customization_profile = z.object({
|
|
4
|
-
workspace_id: z.string().uuid(),
|
|
5
4
|
customization_profile_id: z.string().uuid(),
|
|
6
|
-
|
|
5
|
+
workspace_id: z.string().uuid(),
|
|
6
|
+
created_at: z.string().datetime(),
|
|
7
|
+
logo_url: z.string().url().optional(),
|
|
7
8
|
primary_color: z.string().optional(),
|
|
8
9
|
secondary_color: z.string().optional(),
|
|
9
|
-
})
|
|
10
|
+
}).describe(`
|
|
11
|
+
---
|
|
12
|
+
title: Customization Profile
|
|
13
|
+
undocumented: Unreleased.
|
|
14
|
+
route_path: /workspaces/customization_profiles
|
|
15
|
+
---
|
|
16
|
+
A customization profile.
|
|
17
|
+
`)
|
|
10
18
|
|
|
11
19
|
export type CustomizationProfile = z.infer<typeof customization_profile>
|
|
@@ -14,6 +14,7 @@ export const access_code_code_constraint = z
|
|
|
14
14
|
'at_least_three_unique_digits', // Tedee
|
|
15
15
|
'cannot_contain_089', // TTLock
|
|
16
16
|
'cannot_contain_0789', // TTLock (for some cylinder devices only)
|
|
17
|
+
'unique_first_four_digits', // Schlage
|
|
17
18
|
])
|
|
18
19
|
.describe(`Code constraint type for access codes.`),
|
|
19
20
|
})
|
|
@@ -11503,6 +11503,7 @@ export default {
|
|
|
11503
11503
|
'at_least_three_unique_digits',
|
|
11504
11504
|
'cannot_contain_089',
|
|
11505
11505
|
'cannot_contain_0789',
|
|
11506
|
+
'unique_first_four_digits',
|
|
11506
11507
|
],
|
|
11507
11508
|
type: 'string',
|
|
11508
11509
|
},
|
|
@@ -56081,18 +56082,27 @@ export default {
|
|
|
56081
56082
|
schema: {
|
|
56082
56083
|
properties: {
|
|
56083
56084
|
customization_profile: {
|
|
56085
|
+
description: 'A customization profile.',
|
|
56084
56086
|
properties: {
|
|
56087
|
+
created_at: { format: 'date-time', type: 'string' },
|
|
56085
56088
|
customization_profile_id: {
|
|
56086
56089
|
format: 'uuid',
|
|
56087
56090
|
type: 'string',
|
|
56088
56091
|
},
|
|
56089
|
-
logo_url: { type: 'string' },
|
|
56092
|
+
logo_url: { format: 'uri', type: 'string' },
|
|
56090
56093
|
primary_color: { type: 'string' },
|
|
56091
56094
|
secondary_color: { type: 'string' },
|
|
56092
56095
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
56093
56096
|
},
|
|
56094
|
-
required: [
|
|
56097
|
+
required: [
|
|
56098
|
+
'customization_profile_id',
|
|
56099
|
+
'workspace_id',
|
|
56100
|
+
'created_at',
|
|
56101
|
+
],
|
|
56095
56102
|
type: 'object',
|
|
56103
|
+
'x-route-path': '/workspaces/customization_profiles',
|
|
56104
|
+
'x-title': 'Customization Profile',
|
|
56105
|
+
'x-undocumented': 'Unreleased.',
|
|
56096
56106
|
},
|
|
56097
56107
|
ok: { type: 'boolean' },
|
|
56098
56108
|
},
|
|
@@ -56114,6 +56124,7 @@ export default {
|
|
|
56114
56124
|
'x-fern-sdk-return-value': 'customization_profile',
|
|
56115
56125
|
'x-response-key': 'customization_profile',
|
|
56116
56126
|
'x-title': 'Update Customization Profile',
|
|
56127
|
+
'x-undocumented': 'Unreleased.',
|
|
56117
56128
|
},
|
|
56118
56129
|
},
|
|
56119
56130
|
'/workspaces/customization_profiles/get': {
|
|
@@ -56135,18 +56146,27 @@ export default {
|
|
|
56135
56146
|
schema: {
|
|
56136
56147
|
properties: {
|
|
56137
56148
|
customization_profile: {
|
|
56149
|
+
description: 'A customization profile.',
|
|
56138
56150
|
properties: {
|
|
56151
|
+
created_at: { format: 'date-time', type: 'string' },
|
|
56139
56152
|
customization_profile_id: {
|
|
56140
56153
|
format: 'uuid',
|
|
56141
56154
|
type: 'string',
|
|
56142
56155
|
},
|
|
56143
|
-
logo_url: { type: 'string' },
|
|
56156
|
+
logo_url: { format: 'uri', type: 'string' },
|
|
56144
56157
|
primary_color: { type: 'string' },
|
|
56145
56158
|
secondary_color: { type: 'string' },
|
|
56146
56159
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
56147
56160
|
},
|
|
56148
|
-
required: [
|
|
56161
|
+
required: [
|
|
56162
|
+
'customization_profile_id',
|
|
56163
|
+
'workspace_id',
|
|
56164
|
+
'created_at',
|
|
56165
|
+
],
|
|
56149
56166
|
type: 'object',
|
|
56167
|
+
'x-route-path': '/workspaces/customization_profiles',
|
|
56168
|
+
'x-title': 'Customization Profile',
|
|
56169
|
+
'x-undocumented': 'Unreleased.',
|
|
56150
56170
|
},
|
|
56151
56171
|
ok: { type: 'boolean' },
|
|
56152
56172
|
},
|
|
@@ -56168,6 +56188,7 @@ export default {
|
|
|
56168
56188
|
'x-fern-sdk-return-value': 'customization_profile',
|
|
56169
56189
|
'x-response-key': 'customization_profile',
|
|
56170
56190
|
'x-title': 'Get Customization Profile',
|
|
56191
|
+
'x-undocumented': 'Unreleased.',
|
|
56171
56192
|
},
|
|
56172
56193
|
post: {
|
|
56173
56194
|
description: 'Retrieves the customization profile for the workspace.',
|
|
@@ -56192,18 +56213,27 @@ export default {
|
|
|
56192
56213
|
schema: {
|
|
56193
56214
|
properties: {
|
|
56194
56215
|
customization_profile: {
|
|
56216
|
+
description: 'A customization profile.',
|
|
56195
56217
|
properties: {
|
|
56218
|
+
created_at: { format: 'date-time', type: 'string' },
|
|
56196
56219
|
customization_profile_id: {
|
|
56197
56220
|
format: 'uuid',
|
|
56198
56221
|
type: 'string',
|
|
56199
56222
|
},
|
|
56200
|
-
logo_url: { type: 'string' },
|
|
56223
|
+
logo_url: { format: 'uri', type: 'string' },
|
|
56201
56224
|
primary_color: { type: 'string' },
|
|
56202
56225
|
secondary_color: { type: 'string' },
|
|
56203
56226
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
56204
56227
|
},
|
|
56205
|
-
required: [
|
|
56228
|
+
required: [
|
|
56229
|
+
'customization_profile_id',
|
|
56230
|
+
'workspace_id',
|
|
56231
|
+
'created_at',
|
|
56232
|
+
],
|
|
56206
56233
|
type: 'object',
|
|
56234
|
+
'x-route-path': '/workspaces/customization_profiles',
|
|
56235
|
+
'x-title': 'Customization Profile',
|
|
56236
|
+
'x-undocumented': 'Unreleased.',
|
|
56207
56237
|
},
|
|
56208
56238
|
ok: { type: 'boolean' },
|
|
56209
56239
|
},
|
|
@@ -56225,6 +56255,7 @@ export default {
|
|
|
56225
56255
|
'x-fern-sdk-return-value': 'customization_profile',
|
|
56226
56256
|
'x-response-key': 'customization_profile',
|
|
56227
56257
|
'x-title': 'Get Customization Profile',
|
|
56258
|
+
'x-undocumented': 'Unreleased.',
|
|
56228
56259
|
},
|
|
56229
56260
|
},
|
|
56230
56261
|
'/workspaces/customization_profiles/list': {
|
|
@@ -56239,18 +56270,27 @@ export default {
|
|
|
56239
56270
|
properties: {
|
|
56240
56271
|
customization_profiles: {
|
|
56241
56272
|
items: {
|
|
56273
|
+
description: 'A customization profile.',
|
|
56242
56274
|
properties: {
|
|
56275
|
+
created_at: { format: 'date-time', type: 'string' },
|
|
56243
56276
|
customization_profile_id: {
|
|
56244
56277
|
format: 'uuid',
|
|
56245
56278
|
type: 'string',
|
|
56246
56279
|
},
|
|
56247
|
-
logo_url: { type: 'string' },
|
|
56280
|
+
logo_url: { format: 'uri', type: 'string' },
|
|
56248
56281
|
primary_color: { type: 'string' },
|
|
56249
56282
|
secondary_color: { type: 'string' },
|
|
56250
56283
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
56251
56284
|
},
|
|
56252
|
-
required: [
|
|
56285
|
+
required: [
|
|
56286
|
+
'customization_profile_id',
|
|
56287
|
+
'workspace_id',
|
|
56288
|
+
'created_at',
|
|
56289
|
+
],
|
|
56253
56290
|
type: 'object',
|
|
56291
|
+
'x-route-path': '/workspaces/customization_profiles',
|
|
56292
|
+
'x-title': 'Customization Profile',
|
|
56293
|
+
'x-undocumented': 'Unreleased.',
|
|
56254
56294
|
},
|
|
56255
56295
|
type: 'array',
|
|
56256
56296
|
},
|
|
@@ -56274,6 +56314,7 @@ export default {
|
|
|
56274
56314
|
'x-fern-sdk-return-value': 'customization_profiles',
|
|
56275
56315
|
'x-response-key': 'customization_profiles',
|
|
56276
56316
|
'x-title': 'Get Customization Profile',
|
|
56317
|
+
'x-undocumented': 'Unreleased.',
|
|
56277
56318
|
},
|
|
56278
56319
|
post: {
|
|
56279
56320
|
description: 'Retrieves the customization profile for the workspace.',
|
|
@@ -56286,18 +56327,27 @@ export default {
|
|
|
56286
56327
|
properties: {
|
|
56287
56328
|
customization_profiles: {
|
|
56288
56329
|
items: {
|
|
56330
|
+
description: 'A customization profile.',
|
|
56289
56331
|
properties: {
|
|
56332
|
+
created_at: { format: 'date-time', type: 'string' },
|
|
56290
56333
|
customization_profile_id: {
|
|
56291
56334
|
format: 'uuid',
|
|
56292
56335
|
type: 'string',
|
|
56293
56336
|
},
|
|
56294
|
-
logo_url: { type: 'string' },
|
|
56337
|
+
logo_url: { format: 'uri', type: 'string' },
|
|
56295
56338
|
primary_color: { type: 'string' },
|
|
56296
56339
|
secondary_color: { type: 'string' },
|
|
56297
56340
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
56298
56341
|
},
|
|
56299
|
-
required: [
|
|
56342
|
+
required: [
|
|
56343
|
+
'customization_profile_id',
|
|
56344
|
+
'workspace_id',
|
|
56345
|
+
'created_at',
|
|
56346
|
+
],
|
|
56300
56347
|
type: 'object',
|
|
56348
|
+
'x-route-path': '/workspaces/customization_profiles',
|
|
56349
|
+
'x-title': 'Customization Profile',
|
|
56350
|
+
'x-undocumented': 'Unreleased.',
|
|
56301
56351
|
},
|
|
56302
56352
|
type: 'array',
|
|
56303
56353
|
},
|
|
@@ -56321,6 +56371,7 @@ export default {
|
|
|
56321
56371
|
'x-fern-sdk-return-value': 'customization_profiles',
|
|
56322
56372
|
'x-response-key': 'customization_profiles',
|
|
56323
56373
|
'x-title': 'Get Customization Profile',
|
|
56374
|
+
'x-undocumented': 'Unreleased.',
|
|
56324
56375
|
},
|
|
56325
56376
|
},
|
|
56326
56377
|
'/workspaces/customization_profiles/update': {
|
|
@@ -56365,6 +56416,7 @@ export default {
|
|
|
56365
56416
|
'x-fern-sdk-method-name': 'update',
|
|
56366
56417
|
'x-response-key': null,
|
|
56367
56418
|
'x-title': 'Update Customization Profile',
|
|
56419
|
+
'x-undocumented': 'Unreleased.',
|
|
56368
56420
|
},
|
|
56369
56421
|
post: {
|
|
56370
56422
|
description: 'Updates the customization profile for the workspace.',
|
|
@@ -56407,6 +56459,7 @@ export default {
|
|
|
56407
56459
|
'x-fern-sdk-method-name': 'update',
|
|
56408
56460
|
'x-response-key': null,
|
|
56409
56461
|
'x-title': 'Update Customization Profile',
|
|
56462
|
+
'x-undocumented': 'Unreleased.',
|
|
56410
56463
|
},
|
|
56411
56464
|
},
|
|
56412
56465
|
'/workspaces/customization_profiles/upload_images': {
|
|
@@ -56436,7 +56489,8 @@ export default {
|
|
|
56436
56489
|
'x-fern-sdk-method-name': 'upload_images',
|
|
56437
56490
|
'x-response-key': null,
|
|
56438
56491
|
'x-title': 'Upload Customization Profile Logo',
|
|
56439
|
-
'x-undocumented':
|
|
56492
|
+
'x-undocumented':
|
|
56493
|
+
'Internal form-data endpoint for Console and Customer Portal.',
|
|
56440
56494
|
},
|
|
56441
56495
|
},
|
|
56442
56496
|
'/workspaces/find_resources': {
|
|
@@ -12122,6 +12122,7 @@ export type Routes = {
|
|
|
12122
12122
|
| 'at_least_three_unique_digits'
|
|
12123
12123
|
| 'cannot_contain_089'
|
|
12124
12124
|
| 'cannot_contain_0789'
|
|
12125
|
+
| 'unique_first_four_digits'
|
|
12125
12126
|
}
|
|
12126
12127
|
| {
|
|
12127
12128
|
constraint_type:
|
|
@@ -15847,6 +15848,7 @@ export type Routes = {
|
|
|
15847
15848
|
| 'at_least_three_unique_digits'
|
|
15848
15849
|
| 'cannot_contain_089'
|
|
15849
15850
|
| 'cannot_contain_0789'
|
|
15851
|
+
| 'unique_first_four_digits'
|
|
15850
15852
|
}
|
|
15851
15853
|
| {
|
|
15852
15854
|
constraint_type:
|
|
@@ -33386,6 +33388,7 @@ export type Routes = {
|
|
|
33386
33388
|
| 'at_least_three_unique_digits'
|
|
33387
33389
|
| 'cannot_contain_089'
|
|
33388
33390
|
| 'cannot_contain_0789'
|
|
33391
|
+
| 'unique_first_four_digits'
|
|
33389
33392
|
}
|
|
33390
33393
|
| {
|
|
33391
33394
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -35103,6 +35106,7 @@ export type Routes = {
|
|
|
35103
35106
|
| 'at_least_three_unique_digits'
|
|
35104
35107
|
| 'cannot_contain_089'
|
|
35105
35108
|
| 'cannot_contain_0789'
|
|
35109
|
+
| 'unique_first_four_digits'
|
|
35106
35110
|
}
|
|
35107
35111
|
| {
|
|
35108
35112
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -42639,6 +42643,7 @@ export type Routes = {
|
|
|
42639
42643
|
| 'at_least_three_unique_digits'
|
|
42640
42644
|
| 'cannot_contain_089'
|
|
42641
42645
|
| 'cannot_contain_0789'
|
|
42646
|
+
| 'unique_first_four_digits'
|
|
42642
42647
|
}
|
|
42643
42648
|
| {
|
|
42644
42649
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -44145,6 +44150,7 @@ export type Routes = {
|
|
|
44145
44150
|
| 'at_least_three_unique_digits'
|
|
44146
44151
|
| 'cannot_contain_089'
|
|
44147
44152
|
| 'cannot_contain_0789'
|
|
44153
|
+
| 'unique_first_four_digits'
|
|
44148
44154
|
}
|
|
44149
44155
|
| {
|
|
44150
44156
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -45826,6 +45832,7 @@ export type Routes = {
|
|
|
45826
45832
|
| 'at_least_three_unique_digits'
|
|
45827
45833
|
| 'cannot_contain_089'
|
|
45828
45834
|
| 'cannot_contain_0789'
|
|
45835
|
+
| 'unique_first_four_digits'
|
|
45829
45836
|
}
|
|
45830
45837
|
| {
|
|
45831
45838
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -47331,6 +47338,7 @@ export type Routes = {
|
|
|
47331
47338
|
| 'at_least_three_unique_digits'
|
|
47332
47339
|
| 'cannot_contain_089'
|
|
47333
47340
|
| 'cannot_contain_0789'
|
|
47341
|
+
| 'unique_first_four_digits'
|
|
47334
47342
|
}
|
|
47335
47343
|
| {
|
|
47336
47344
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -54683,6 +54691,7 @@ export type Routes = {
|
|
|
54683
54691
|
| 'at_least_three_unique_digits'
|
|
54684
54692
|
| 'cannot_contain_089'
|
|
54685
54693
|
| 'cannot_contain_0789'
|
|
54694
|
+
| 'unique_first_four_digits'
|
|
54686
54695
|
}
|
|
54687
54696
|
| {
|
|
54688
54697
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -56188,6 +56197,7 @@ export type Routes = {
|
|
|
56188
56197
|
| 'at_least_three_unique_digits'
|
|
56189
56198
|
| 'cannot_contain_089'
|
|
56190
56199
|
| 'cannot_contain_0789'
|
|
56200
|
+
| 'unique_first_four_digits'
|
|
56191
56201
|
}
|
|
56192
56202
|
| {
|
|
56193
56203
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -66138,6 +66148,7 @@ export type Routes = {
|
|
|
66138
66148
|
| 'at_least_three_unique_digits'
|
|
66139
66149
|
| 'cannot_contain_089'
|
|
66140
66150
|
| 'cannot_contain_0789'
|
|
66151
|
+
| 'unique_first_four_digits'
|
|
66141
66152
|
}
|
|
66142
66153
|
| {
|
|
66143
66154
|
constraint_type:
|
|
@@ -72689,6 +72700,7 @@ export type Routes = {
|
|
|
72689
72700
|
| 'at_least_three_unique_digits'
|
|
72690
72701
|
| 'cannot_contain_089'
|
|
72691
72702
|
| 'cannot_contain_0789'
|
|
72703
|
+
| 'unique_first_four_digits'
|
|
72692
72704
|
}
|
|
72693
72705
|
| {
|
|
72694
72706
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -77200,6 +77212,7 @@ export type Routes = {
|
|
|
77200
77212
|
| 'at_least_three_unique_digits'
|
|
77201
77213
|
| 'cannot_contain_089'
|
|
77202
77214
|
| 'cannot_contain_0789'
|
|
77215
|
+
| 'unique_first_four_digits'
|
|
77203
77216
|
}
|
|
77204
77217
|
| {
|
|
77205
77218
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -78705,6 +78718,7 @@ export type Routes = {
|
|
|
78705
78718
|
| 'at_least_three_unique_digits'
|
|
78706
78719
|
| 'cannot_contain_089'
|
|
78707
78720
|
| 'cannot_contain_0789'
|
|
78721
|
+
| 'unique_first_four_digits'
|
|
78708
78722
|
}
|
|
78709
78723
|
| {
|
|
78710
78724
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -86913,6 +86927,7 @@ export type Routes = {
|
|
|
86913
86927
|
| 'at_least_three_unique_digits'
|
|
86914
86928
|
| 'cannot_contain_089'
|
|
86915
86929
|
| 'cannot_contain_0789'
|
|
86930
|
+
| 'unique_first_four_digits'
|
|
86916
86931
|
}
|
|
86917
86932
|
| {
|
|
86918
86933
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -88420,6 +88435,7 @@ export type Routes = {
|
|
|
88420
88435
|
| 'at_least_three_unique_digits'
|
|
88421
88436
|
| 'cannot_contain_089'
|
|
88422
88437
|
| 'cannot_contain_0789'
|
|
88438
|
+
| 'unique_first_four_digits'
|
|
88423
88439
|
}
|
|
88424
88440
|
| {
|
|
88425
88441
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -89845,9 +89861,11 @@ export type Routes = {
|
|
|
89845
89861
|
commonParams: {}
|
|
89846
89862
|
formData: {}
|
|
89847
89863
|
jsonResponse: {
|
|
89864
|
+
/** A customization profile. */
|
|
89848
89865
|
customization_profile: {
|
|
89849
|
-
workspace_id: string
|
|
89850
89866
|
customization_profile_id: string
|
|
89867
|
+
workspace_id: string
|
|
89868
|
+
created_at: string
|
|
89851
89869
|
logo_url?: string | undefined
|
|
89852
89870
|
primary_color?: string | undefined
|
|
89853
89871
|
secondary_color?: string | undefined
|
|
@@ -89864,9 +89882,11 @@ export type Routes = {
|
|
|
89864
89882
|
}
|
|
89865
89883
|
formData: {}
|
|
89866
89884
|
jsonResponse: {
|
|
89885
|
+
/** A customization profile. */
|
|
89867
89886
|
customization_profile: {
|
|
89868
|
-
workspace_id: string
|
|
89869
89887
|
customization_profile_id: string
|
|
89888
|
+
workspace_id: string
|
|
89889
|
+
created_at: string
|
|
89870
89890
|
logo_url?: string | undefined
|
|
89871
89891
|
primary_color?: string | undefined
|
|
89872
89892
|
secondary_color?: string | undefined
|
|
@@ -89882,8 +89902,9 @@ export type Routes = {
|
|
|
89882
89902
|
formData: {}
|
|
89883
89903
|
jsonResponse: {
|
|
89884
89904
|
customization_profiles: {
|
|
89885
|
-
workspace_id: string
|
|
89886
89905
|
customization_profile_id: string
|
|
89906
|
+
workspace_id: string
|
|
89907
|
+
created_at: string
|
|
89887
89908
|
logo_url?: string | undefined
|
|
89888
89909
|
primary_color?: string | undefined
|
|
89889
89910
|
secondary_color?: string | undefined
|
|
@@ -90768,6 +90789,7 @@ export type Routes = {
|
|
|
90768
90789
|
| 'at_least_three_unique_digits'
|
|
90769
90790
|
| 'cannot_contain_089'
|
|
90770
90791
|
| 'cannot_contain_0789'
|
|
90792
|
+
| 'unique_first_four_digits'
|
|
90771
90793
|
}
|
|
90772
90794
|
| {
|
|
90773
90795
|
constraint_type:
|