@seamapi/types 1.98.0 → 1.100.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +3 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +8 -1
- package/lib/seam/connect/openapi.d.ts +6 -0
- package/lib/seam/connect/openapi.js +3 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +3 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.d.cts
CHANGED
|
@@ -2973,6 +2973,9 @@ declare const _default: {
|
|
|
2973
2973
|
prefer_native_scheduling: {
|
|
2974
2974
|
type: string;
|
|
2975
2975
|
};
|
|
2976
|
+
preferred_code_length: {
|
|
2977
|
+
type: string;
|
|
2978
|
+
};
|
|
2976
2979
|
starts_at: {
|
|
2977
2980
|
type: string;
|
|
2978
2981
|
};
|
|
@@ -3101,6 +3104,9 @@ declare const _default: {
|
|
|
3101
3104
|
prefer_native_scheduling: {
|
|
3102
3105
|
type: string;
|
|
3103
3106
|
};
|
|
3107
|
+
preferred_code_length: {
|
|
3108
|
+
type: string;
|
|
3109
|
+
};
|
|
3104
3110
|
starts_at: {
|
|
3105
3111
|
type: string;
|
|
3106
3112
|
};
|
|
@@ -16167,6 +16173,7 @@ interface Routes {
|
|
|
16167
16173
|
jsonBody: {
|
|
16168
16174
|
device_ids: string[];
|
|
16169
16175
|
behavior_when_code_cannot_be_shared?: 'throw' | 'create_random_code';
|
|
16176
|
+
preferred_code_length?: number | undefined;
|
|
16170
16177
|
name?: string | undefined;
|
|
16171
16178
|
starts_at?: string | undefined;
|
|
16172
16179
|
ends_at?: string | undefined;
|
|
@@ -17651,7 +17658,7 @@ interface Routes {
|
|
|
17651
17658
|
device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
|
|
17652
17659
|
custom_redirect_url?: string | undefined;
|
|
17653
17660
|
custom_redirect_failure_url?: string | undefined;
|
|
17654
|
-
accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
|
|
17661
|
+
accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
|
|
17655
17662
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
|
|
17656
17663
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
17657
17664
|
automatically_manage_new_devices?: boolean | undefined;
|
|
@@ -2899,6 +2899,9 @@ declare const _default: {
|
|
|
2899
2899
|
prefer_native_scheduling: {
|
|
2900
2900
|
type: string;
|
|
2901
2901
|
};
|
|
2902
|
+
preferred_code_length: {
|
|
2903
|
+
type: string;
|
|
2904
|
+
};
|
|
2902
2905
|
starts_at: {
|
|
2903
2906
|
type: string;
|
|
2904
2907
|
};
|
|
@@ -3027,6 +3030,9 @@ declare const _default: {
|
|
|
3027
3030
|
prefer_native_scheduling: {
|
|
3028
3031
|
type: string;
|
|
3029
3032
|
};
|
|
3033
|
+
preferred_code_length: {
|
|
3034
|
+
type: string;
|
|
3035
|
+
};
|
|
3030
3036
|
starts_at: {
|
|
3031
3037
|
type: string;
|
|
3032
3038
|
};
|
|
@@ -2330,6 +2330,7 @@ export default {
|
|
|
2330
2330
|
},
|
|
2331
2331
|
name: { type: 'string' },
|
|
2332
2332
|
prefer_native_scheduling: { type: 'boolean' },
|
|
2333
|
+
preferred_code_length: { type: 'number' },
|
|
2333
2334
|
starts_at: { type: 'string' },
|
|
2334
2335
|
use_backup_access_code_pool: { type: 'boolean' },
|
|
2335
2336
|
use_offline_access_code: { type: 'boolean' },
|
|
@@ -2412,6 +2413,7 @@ export default {
|
|
|
2412
2413
|
},
|
|
2413
2414
|
name: { type: 'string' },
|
|
2414
2415
|
prefer_native_scheduling: { type: 'boolean' },
|
|
2416
|
+
preferred_code_length: { type: 'number' },
|
|
2415
2417
|
starts_at: { type: 'string' },
|
|
2416
2418
|
use_backup_access_code_pool: { type: 'boolean' },
|
|
2417
2419
|
use_offline_access_code: { type: 'boolean' },
|
|
@@ -6437,6 +6439,7 @@ export default {
|
|
|
6437
6439
|
'assa_abloy_credential_service',
|
|
6438
6440
|
'seam_bridge',
|
|
6439
6441
|
'tedee',
|
|
6442
|
+
'honeywell',
|
|
6440
6443
|
'yale_access',
|
|
6441
6444
|
'hid_cm',
|
|
6442
6445
|
'google_nest',
|