@seamapi/types 1.716.0 → 1.717.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 +12 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +46 -46
- package/dist/index.cjs +12 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +14 -14
- 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 +2 -1
- package/lib/seam/connect/models/devices/capability-properties/access-code.js.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +5 -5
- package/lib/seam/connect/models/devices/device.d.ts +7 -7
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -5
- package/lib/seam/connect/openapi.js +7 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +20 -20
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/capability-properties/access-code.ts +2 -1
- package/src/lib/seam/connect/openapi.ts +7 -0
- package/src/lib/seam/connect/route-types.ts +20 -0
|
@@ -10689,7 +10689,7 @@ export type Routes = {
|
|
|
10689
10689
|
/** 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. */
|
|
10690
10690
|
code_constraints?: (({
|
|
10691
10691
|
/** Code constraint type for access codes. */
|
|
10692
|
-
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';
|
|
10692
|
+
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' | 'no_all_same_digits';
|
|
10693
10693
|
} | {
|
|
10694
10694
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
10695
10695
|
/** Minimum name length constraint for access codes. */
|
|
@@ -14187,7 +14187,7 @@ export type Routes = {
|
|
|
14187
14187
|
/** 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. */
|
|
14188
14188
|
code_constraints?: (({
|
|
14189
14189
|
/** Code constraint type for access codes. */
|
|
14190
|
-
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';
|
|
14190
|
+
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' | 'no_all_same_digits';
|
|
14191
14191
|
} | {
|
|
14192
14192
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
14193
14193
|
/** Minimum name length constraint for access codes. */
|
|
@@ -27956,7 +27956,7 @@ export type Routes = {
|
|
|
27956
27956
|
/** 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. */
|
|
27957
27957
|
code_constraints?: (({
|
|
27958
27958
|
/** Code constraint type for access codes. */
|
|
27959
|
-
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';
|
|
27959
|
+
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' | 'no_all_same_digits';
|
|
27960
27960
|
} | {
|
|
27961
27961
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
27962
27962
|
/** Minimum name length constraint for access codes. */
|
|
@@ -28627,7 +28627,7 @@ export type Routes = {
|
|
|
28627
28627
|
/** Array of device types for which you want to list devices. */
|
|
28628
28628
|
device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone'))[] | undefined;
|
|
28629
28629
|
/** Manufacturer for which you want to list devices. */
|
|
28630
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq') | undefined;
|
|
28630
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq') | undefined;
|
|
28631
28631
|
/** Array of device IDs for which you want to list devices. */
|
|
28632
28632
|
device_ids?: string[] | undefined;
|
|
28633
28633
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -29284,7 +29284,7 @@ export type Routes = {
|
|
|
29284
29284
|
/** 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. */
|
|
29285
29285
|
code_constraints?: (({
|
|
29286
29286
|
/** Code constraint type for access codes. */
|
|
29287
|
-
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';
|
|
29287
|
+
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' | 'no_all_same_digits';
|
|
29288
29288
|
} | {
|
|
29289
29289
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
29290
29290
|
/** Minimum name length constraint for access codes. */
|
|
@@ -30523,7 +30523,7 @@ export type Routes = {
|
|
|
30523
30523
|
/** Array of device types for which you want to list devices. */
|
|
30524
30524
|
device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone'))[] | undefined;
|
|
30525
30525
|
/** Manufacturer for which you want to list devices. */
|
|
30526
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq') | undefined;
|
|
30526
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq') | undefined;
|
|
30527
30527
|
/** Array of device IDs for which you want to list devices. */
|
|
30528
30528
|
device_ids?: string[] | undefined;
|
|
30529
30529
|
/** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
|
|
@@ -35940,7 +35940,7 @@ export type Routes = {
|
|
|
35940
35940
|
/** 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. */
|
|
35941
35941
|
code_constraints?: (({
|
|
35942
35942
|
/** Code constraint type for access codes. */
|
|
35943
|
-
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';
|
|
35943
|
+
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' | 'no_all_same_digits';
|
|
35944
35944
|
} | {
|
|
35945
35945
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
35946
35946
|
/** Minimum name length constraint for access codes. */
|
|
@@ -37218,7 +37218,7 @@ export type Routes = {
|
|
|
37218
37218
|
/** 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. */
|
|
37219
37219
|
code_constraints?: (({
|
|
37220
37220
|
/** Code constraint type for access codes. */
|
|
37221
|
-
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';
|
|
37221
|
+
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' | 'no_all_same_digits';
|
|
37222
37222
|
} | {
|
|
37223
37223
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
37224
37224
|
/** Minimum name length constraint for access codes. */
|
|
@@ -37889,7 +37889,7 @@ export type Routes = {
|
|
|
37889
37889
|
/** Device types of the locks that you want to list. */
|
|
37890
37890
|
device_types?: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_lock')[] | undefined;
|
|
37891
37891
|
/** Manufacturer of the locks that you want to list. */
|
|
37892
|
-
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'korelock' | 'kwikset2' | 'smartthings' | 'ultraloq') | undefined;
|
|
37892
|
+
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'korelock' | 'akiles' | 'korelock' | 'kwikset2' | 'smartthings' | 'ultraloq') | undefined;
|
|
37893
37893
|
/** Array of device IDs for which you want to list devices. */
|
|
37894
37894
|
device_ids?: string[] | undefined;
|
|
37895
37895
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -38546,7 +38546,7 @@ export type Routes = {
|
|
|
38546
38546
|
/** 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. */
|
|
38547
38547
|
code_constraints?: (({
|
|
38548
38548
|
/** Code constraint type for access codes. */
|
|
38549
|
-
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';
|
|
38549
|
+
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' | 'no_all_same_digits';
|
|
38550
38550
|
} | {
|
|
38551
38551
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
38552
38552
|
/** Minimum name length constraint for access codes. */
|
|
@@ -39823,7 +39823,7 @@ export type Routes = {
|
|
|
39823
39823
|
/** 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. */
|
|
39824
39824
|
code_constraints?: (({
|
|
39825
39825
|
/** Code constraint type for access codes. */
|
|
39826
|
-
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';
|
|
39826
|
+
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' | 'no_all_same_digits';
|
|
39827
39827
|
} | {
|
|
39828
39828
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
39829
39829
|
/** Minimum name length constraint for access codes. */
|
|
@@ -46233,7 +46233,7 @@ export type Routes = {
|
|
|
46233
46233
|
/** 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. */
|
|
46234
46234
|
code_constraints?: (({
|
|
46235
46235
|
/** Code constraint type for access codes. */
|
|
46236
|
-
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';
|
|
46236
|
+
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' | 'no_all_same_digits';
|
|
46237
46237
|
} | {
|
|
46238
46238
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
46239
46239
|
/** Minimum name length constraint for access codes. */
|
|
@@ -47510,7 +47510,7 @@ export type Routes = {
|
|
|
47510
47510
|
/** 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. */
|
|
47511
47511
|
code_constraints?: (({
|
|
47512
47512
|
/** Code constraint type for access codes. */
|
|
47513
|
-
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';
|
|
47513
|
+
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' | 'no_all_same_digits';
|
|
47514
47514
|
} | {
|
|
47515
47515
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
47516
47516
|
/** Minimum name length constraint for access codes. */
|
|
@@ -57649,7 +57649,7 @@ export type Routes = {
|
|
|
57649
57649
|
/** 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. */
|
|
57650
57650
|
code_constraints?: (({
|
|
57651
57651
|
/** Code constraint type for access codes. */
|
|
57652
|
-
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';
|
|
57652
|
+
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' | 'no_all_same_digits';
|
|
57653
57653
|
} | {
|
|
57654
57654
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
57655
57655
|
/** Minimum name length constraint for access codes. */
|
|
@@ -63377,7 +63377,7 @@ export type Routes = {
|
|
|
63377
63377
|
/** 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. */
|
|
63378
63378
|
code_constraints?: (({
|
|
63379
63379
|
/** Code constraint type for access codes. */
|
|
63380
|
-
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';
|
|
63380
|
+
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' | 'no_all_same_digits';
|
|
63381
63381
|
} | {
|
|
63382
63382
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
63383
63383
|
/** Minimum name length constraint for access codes. */
|
|
@@ -67259,7 +67259,7 @@ export type Routes = {
|
|
|
67259
67259
|
/** 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. */
|
|
67260
67260
|
code_constraints?: (({
|
|
67261
67261
|
/** Code constraint type for access codes. */
|
|
67262
|
-
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';
|
|
67262
|
+
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' | 'no_all_same_digits';
|
|
67263
67263
|
} | {
|
|
67264
67264
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
67265
67265
|
/** Minimum name length constraint for access codes. */
|
|
@@ -68536,7 +68536,7 @@ export type Routes = {
|
|
|
68536
68536
|
/** 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. */
|
|
68537
68537
|
code_constraints?: (({
|
|
68538
68538
|
/** Code constraint type for access codes. */
|
|
68539
|
-
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';
|
|
68539
|
+
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' | 'no_all_same_digits';
|
|
68540
68540
|
} | {
|
|
68541
68541
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
68542
68542
|
/** Minimum name length constraint for access codes. */
|
|
@@ -75833,7 +75833,7 @@ export type Routes = {
|
|
|
75833
75833
|
/** 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. */
|
|
75834
75834
|
code_constraints?: (({
|
|
75835
75835
|
/** Code constraint type for access codes. */
|
|
75836
|
-
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';
|
|
75836
|
+
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' | 'no_all_same_digits';
|
|
75837
75837
|
} | {
|
|
75838
75838
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
75839
75839
|
/** Minimum name length constraint for access codes. */
|
|
@@ -77112,7 +77112,7 @@ export type Routes = {
|
|
|
77112
77112
|
/** 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. */
|
|
77113
77113
|
code_constraints?: (({
|
|
77114
77114
|
/** Code constraint type for access codes. */
|
|
77115
|
-
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';
|
|
77115
|
+
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' | 'no_all_same_digits';
|
|
77116
77116
|
} | {
|
|
77117
77117
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
77118
77118
|
/** Minimum name length constraint for access codes. */
|
|
@@ -79356,7 +79356,7 @@ export type Routes = {
|
|
|
79356
79356
|
/** 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. */
|
|
79357
79357
|
code_constraints?: (({
|
|
79358
79358
|
/** Code constraint type for access codes. */
|
|
79359
|
-
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';
|
|
79359
|
+
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' | 'no_all_same_digits';
|
|
79360
79360
|
} | {
|
|
79361
79361
|
constraint_type: 'name_length' | 'name_must_be_unique';
|
|
79362
79362
|
/** Minimum name length constraint for access codes. */
|
package/package.json
CHANGED
|
@@ -10,11 +10,12 @@ export const access_code_code_constraint = z
|
|
|
10
10
|
'cannot_specify_pin_code', // Dormakaba?
|
|
11
11
|
'pin_code_matches_existing_set', // Salto
|
|
12
12
|
'start_date_in_future', // Kwikset
|
|
13
|
-
'no_ascending_or_descending_sequence', // Tedee
|
|
13
|
+
'no_ascending_or_descending_sequence', // Tedee, Korelock
|
|
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
17
|
'unique_first_four_digits', // Schlage
|
|
18
|
+
'no_all_same_digits', // Korelock
|
|
18
19
|
])
|
|
19
20
|
.describe(`Code constraint type for access codes.`),
|
|
20
21
|
})
|
|
@@ -12016,6 +12016,7 @@ export default {
|
|
|
12016
12016
|
'cannot_contain_089',
|
|
12017
12017
|
'cannot_contain_0789',
|
|
12018
12018
|
'unique_first_four_digits',
|
|
12019
|
+
'no_all_same_digits',
|
|
12019
12020
|
],
|
|
12020
12021
|
type: 'string',
|
|
12021
12022
|
},
|
|
@@ -44964,6 +44965,7 @@ export default {
|
|
|
44964
44965
|
'controlbyweb',
|
|
44965
44966
|
'dormakaba_oracode',
|
|
44966
44967
|
'tedee',
|
|
44968
|
+
'korelock',
|
|
44967
44969
|
'akiles',
|
|
44968
44970
|
'ecobee',
|
|
44969
44971
|
'honeywell_resideo',
|
|
@@ -45468,6 +45470,7 @@ export default {
|
|
|
45468
45470
|
'controlbyweb',
|
|
45469
45471
|
'dormakaba_oracode',
|
|
45470
45472
|
'tedee',
|
|
45473
|
+
'korelock',
|
|
45471
45474
|
'akiles',
|
|
45472
45475
|
'ecobee',
|
|
45473
45476
|
'honeywell_resideo',
|
|
@@ -46842,6 +46845,7 @@ export default {
|
|
|
46842
46845
|
'controlbyweb',
|
|
46843
46846
|
'dormakaba_oracode',
|
|
46844
46847
|
'tedee',
|
|
46848
|
+
'korelock',
|
|
46845
46849
|
'akiles',
|
|
46846
46850
|
'ecobee',
|
|
46847
46851
|
'honeywell_resideo',
|
|
@@ -47345,6 +47349,7 @@ export default {
|
|
|
47345
47349
|
'controlbyweb',
|
|
47346
47350
|
'dormakaba_oracode',
|
|
47347
47351
|
'tedee',
|
|
47352
|
+
'korelock',
|
|
47348
47353
|
'akiles',
|
|
47349
47354
|
'ecobee',
|
|
47350
47355
|
'honeywell_resideo',
|
|
@@ -49422,6 +49427,7 @@ export default {
|
|
|
49422
49427
|
'four_suites',
|
|
49423
49428
|
'dormakaba_oracode',
|
|
49424
49429
|
'tedee',
|
|
49430
|
+
'korelock',
|
|
49425
49431
|
'akiles',
|
|
49426
49432
|
'korelock',
|
|
49427
49433
|
'kwikset2',
|
|
@@ -49849,6 +49855,7 @@ export default {
|
|
|
49849
49855
|
'four_suites',
|
|
49850
49856
|
'dormakaba_oracode',
|
|
49851
49857
|
'tedee',
|
|
49858
|
+
'korelock',
|
|
49852
49859
|
'akiles',
|
|
49853
49860
|
'korelock',
|
|
49854
49861
|
'kwikset2',
|
|
@@ -12117,6 +12117,7 @@ export type Routes = {
|
|
|
12117
12117
|
| 'cannot_contain_089'
|
|
12118
12118
|
| 'cannot_contain_0789'
|
|
12119
12119
|
| 'unique_first_four_digits'
|
|
12120
|
+
| 'no_all_same_digits'
|
|
12120
12121
|
}
|
|
12121
12122
|
| {
|
|
12122
12123
|
constraint_type:
|
|
@@ -16303,6 +16304,7 @@ export type Routes = {
|
|
|
16303
16304
|
| 'cannot_contain_089'
|
|
16304
16305
|
| 'cannot_contain_0789'
|
|
16305
16306
|
| 'unique_first_four_digits'
|
|
16307
|
+
| 'no_all_same_digits'
|
|
16306
16308
|
}
|
|
16307
16309
|
| {
|
|
16308
16310
|
constraint_type:
|
|
@@ -32390,6 +32392,7 @@ export type Routes = {
|
|
|
32390
32392
|
| 'cannot_contain_089'
|
|
32391
32393
|
| 'cannot_contain_0789'
|
|
32392
32394
|
| 'unique_first_four_digits'
|
|
32395
|
+
| 'no_all_same_digits'
|
|
32393
32396
|
}
|
|
32394
32397
|
| {
|
|
32395
32398
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -33345,6 +33348,7 @@ export type Routes = {
|
|
|
33345
33348
|
| 'controlbyweb'
|
|
33346
33349
|
| 'dormakaba_oracode'
|
|
33347
33350
|
| 'tedee'
|
|
33351
|
+
| 'korelock'
|
|
33348
33352
|
| 'akiles'
|
|
33349
33353
|
| 'ecobee'
|
|
33350
33354
|
| 'honeywell_resideo'
|
|
@@ -34219,6 +34223,7 @@ export type Routes = {
|
|
|
34219
34223
|
| 'cannot_contain_089'
|
|
34220
34224
|
| 'cannot_contain_0789'
|
|
34221
34225
|
| 'unique_first_four_digits'
|
|
34226
|
+
| 'no_all_same_digits'
|
|
34222
34227
|
}
|
|
34223
34228
|
| {
|
|
34224
34229
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -36334,6 +36339,7 @@ export type Routes = {
|
|
|
36334
36339
|
| 'controlbyweb'
|
|
36335
36340
|
| 'dormakaba_oracode'
|
|
36336
36341
|
| 'tedee'
|
|
36342
|
+
| 'korelock'
|
|
36337
36343
|
| 'akiles'
|
|
36338
36344
|
| 'ecobee'
|
|
36339
36345
|
| 'honeywell_resideo'
|
|
@@ -42955,6 +42961,7 @@ export type Routes = {
|
|
|
42955
42961
|
| 'cannot_contain_089'
|
|
42956
42962
|
| 'cannot_contain_0789'
|
|
42957
42963
|
| 'unique_first_four_digits'
|
|
42964
|
+
| 'no_all_same_digits'
|
|
42958
42965
|
}
|
|
42959
42966
|
| {
|
|
42960
42967
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -44553,6 +44560,7 @@ export type Routes = {
|
|
|
44553
44560
|
| 'cannot_contain_089'
|
|
44554
44561
|
| 'cannot_contain_0789'
|
|
44555
44562
|
| 'unique_first_four_digits'
|
|
44563
|
+
| 'no_all_same_digits'
|
|
44556
44564
|
}
|
|
44557
44565
|
| {
|
|
44558
44566
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -45478,6 +45486,7 @@ export type Routes = {
|
|
|
45478
45486
|
| 'four_suites'
|
|
45479
45487
|
| 'dormakaba_oracode'
|
|
45480
45488
|
| 'tedee'
|
|
45489
|
+
| 'korelock'
|
|
45481
45490
|
| 'akiles'
|
|
45482
45491
|
| 'korelock'
|
|
45483
45492
|
| 'kwikset2'
|
|
@@ -46344,6 +46353,7 @@ export type Routes = {
|
|
|
46344
46353
|
| 'cannot_contain_089'
|
|
46345
46354
|
| 'cannot_contain_0789'
|
|
46346
46355
|
| 'unique_first_four_digits'
|
|
46356
|
+
| 'no_all_same_digits'
|
|
46347
46357
|
}
|
|
46348
46358
|
| {
|
|
46349
46359
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -47941,6 +47951,7 @@ export type Routes = {
|
|
|
47941
47951
|
| 'cannot_contain_089'
|
|
47942
47952
|
| 'cannot_contain_0789'
|
|
47943
47953
|
| 'unique_first_four_digits'
|
|
47954
|
+
| 'no_all_same_digits'
|
|
47944
47955
|
}
|
|
47945
47956
|
| {
|
|
47946
47957
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -55481,6 +55492,7 @@ export type Routes = {
|
|
|
55481
55492
|
| 'cannot_contain_089'
|
|
55482
55493
|
| 'cannot_contain_0789'
|
|
55483
55494
|
| 'unique_first_four_digits'
|
|
55495
|
+
| 'no_all_same_digits'
|
|
55484
55496
|
}
|
|
55485
55497
|
| {
|
|
55486
55498
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -57078,6 +57090,7 @@ export type Routes = {
|
|
|
57078
57090
|
| 'cannot_contain_089'
|
|
57079
57091
|
| 'cannot_contain_0789'
|
|
57080
57092
|
| 'unique_first_four_digits'
|
|
57093
|
+
| 'no_all_same_digits'
|
|
57081
57094
|
}
|
|
57082
57095
|
| {
|
|
57083
57096
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -68962,6 +68975,7 @@ export type Routes = {
|
|
|
68962
68975
|
| 'cannot_contain_089'
|
|
68963
68976
|
| 'cannot_contain_0789'
|
|
68964
68977
|
| 'unique_first_four_digits'
|
|
68978
|
+
| 'no_all_same_digits'
|
|
68965
68979
|
}
|
|
68966
68980
|
| {
|
|
68967
68981
|
constraint_type:
|
|
@@ -75717,6 +75731,7 @@ export type Routes = {
|
|
|
75717
75731
|
| 'cannot_contain_089'
|
|
75718
75732
|
| 'cannot_contain_0789'
|
|
75719
75733
|
| 'unique_first_four_digits'
|
|
75734
|
+
| 'no_all_same_digits'
|
|
75720
75735
|
}
|
|
75721
75736
|
| {
|
|
75722
75737
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -80374,6 +80389,7 @@ export type Routes = {
|
|
|
80374
80389
|
| 'cannot_contain_089'
|
|
80375
80390
|
| 'cannot_contain_0789'
|
|
80376
80391
|
| 'unique_first_four_digits'
|
|
80392
|
+
| 'no_all_same_digits'
|
|
80377
80393
|
}
|
|
80378
80394
|
| {
|
|
80379
80395
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -81971,6 +81987,7 @@ export type Routes = {
|
|
|
81971
81987
|
| 'cannot_contain_089'
|
|
81972
81988
|
| 'cannot_contain_0789'
|
|
81973
81989
|
| 'unique_first_four_digits'
|
|
81990
|
+
| 'no_all_same_digits'
|
|
81974
81991
|
}
|
|
81975
81992
|
| {
|
|
81976
81993
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -90388,6 +90405,7 @@ export type Routes = {
|
|
|
90388
90405
|
| 'cannot_contain_089'
|
|
90389
90406
|
| 'cannot_contain_0789'
|
|
90390
90407
|
| 'unique_first_four_digits'
|
|
90408
|
+
| 'no_all_same_digits'
|
|
90391
90409
|
}
|
|
90392
90410
|
| {
|
|
90393
90411
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -91987,6 +92005,7 @@ export type Routes = {
|
|
|
91987
92005
|
| 'cannot_contain_089'
|
|
91988
92006
|
| 'cannot_contain_0789'
|
|
91989
92007
|
| 'unique_first_four_digits'
|
|
92008
|
+
| 'no_all_same_digits'
|
|
91990
92009
|
}
|
|
91991
92010
|
| {
|
|
91992
92011
|
constraint_type: 'name_length' | 'name_must_be_unique'
|
|
@@ -94665,6 +94684,7 @@ export type Routes = {
|
|
|
94665
94684
|
| 'cannot_contain_089'
|
|
94666
94685
|
| 'cannot_contain_0789'
|
|
94667
94686
|
| 'unique_first_four_digits'
|
|
94687
|
+
| 'no_all_same_digits'
|
|
94668
94688
|
}
|
|
94669
94689
|
| {
|
|
94670
94690
|
constraint_type:
|