@seamapi/types 1.269.0 → 1.270.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 +8 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +17 -16
- package/lib/seam/connect/models/acs/acs-system.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-system.js +1 -1
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -0
- package/lib/seam/connect/models/devices/device-provider.js +1 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.js +4 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +10 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +4 -2
- package/src/lib/seam/connect/route-types.ts +10 -8
|
@@ -5515,7 +5515,7 @@ export interface Routes {
|
|
|
5515
5515
|
/** ID of the `acs_system`. */
|
|
5516
5516
|
acs_system_id: string;
|
|
5517
5517
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
5518
|
-
external_type?: ('pti_site' | 'alta_org' | '
|
|
5518
|
+
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
|
|
5519
5519
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
5520
5520
|
external_type_display_name?: string | undefined;
|
|
5521
5521
|
/** Indicates if the `acs_system` is a credential manager. */
|
|
@@ -5530,7 +5530,7 @@ export interface Routes {
|
|
|
5530
5530
|
} | undefined;
|
|
5531
5531
|
/**
|
|
5532
5532
|
* @deprecated Use `external_type`. */
|
|
5533
|
-
system_type?: ('pti_site' | 'alta_org' | '
|
|
5533
|
+
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
|
|
5534
5534
|
/**
|
|
5535
5535
|
* @deprecated Use `external_type_display_name`. */
|
|
5536
5536
|
system_type_display_name?: string | undefined;
|
|
@@ -5620,7 +5620,7 @@ export interface Routes {
|
|
|
5620
5620
|
/** ID of the `acs_system`. */
|
|
5621
5621
|
acs_system_id: string;
|
|
5622
5622
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
5623
|
-
external_type?: ('pti_site' | 'alta_org' | '
|
|
5623
|
+
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
|
|
5624
5624
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
5625
5625
|
external_type_display_name?: string | undefined;
|
|
5626
5626
|
/** Indicates if the `acs_system` is a credential manager. */
|
|
@@ -5635,7 +5635,7 @@ export interface Routes {
|
|
|
5635
5635
|
} | undefined;
|
|
5636
5636
|
/**
|
|
5637
5637
|
* @deprecated Use `external_type`. */
|
|
5638
|
-
system_type?: ('pti_site' | 'alta_org' | '
|
|
5638
|
+
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
|
|
5639
5639
|
/**
|
|
5640
5640
|
* @deprecated Use `external_type_display_name`. */
|
|
5641
5641
|
system_type_display_name?: string | undefined;
|
|
@@ -5725,7 +5725,7 @@ export interface Routes {
|
|
|
5725
5725
|
/** ID of the `acs_system`. */
|
|
5726
5726
|
acs_system_id: string;
|
|
5727
5727
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
5728
|
-
external_type?: ('pti_site' | 'alta_org' | '
|
|
5728
|
+
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
|
|
5729
5729
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
5730
5730
|
external_type_display_name?: string | undefined;
|
|
5731
5731
|
/** Indicates if the `acs_system` is a credential manager. */
|
|
@@ -5740,7 +5740,7 @@ export interface Routes {
|
|
|
5740
5740
|
} | undefined;
|
|
5741
5741
|
/**
|
|
5742
5742
|
* @deprecated Use `external_type`. */
|
|
5743
|
-
system_type?: ('pti_site' | 'alta_org' | '
|
|
5743
|
+
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
|
|
5744
5744
|
/**
|
|
5745
5745
|
* @deprecated Use `external_type_display_name`. */
|
|
5746
5746
|
system_type_display_name?: string | undefined;
|
|
@@ -7786,7 +7786,7 @@ export interface Routes {
|
|
|
7786
7786
|
device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
|
|
7787
7787
|
custom_redirect_url?: string | undefined;
|
|
7788
7788
|
custom_redirect_failure_url?: string | undefined;
|
|
7789
|
-
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_resideo' | 'latch' | 'akiles' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
|
|
7789
|
+
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_resideo' | 'latch' | 'akiles' | 'vostio' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
|
|
7790
7790
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
|
|
7791
7791
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
7792
7792
|
automatically_manage_new_devices?: boolean;
|
|
@@ -8978,7 +8978,7 @@ export interface Routes {
|
|
|
8978
8978
|
formData: {};
|
|
8979
8979
|
jsonResponse: {
|
|
8980
8980
|
device_providers: Array<{
|
|
8981
|
-
device_provider_name: '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_resideo' | 'latch' | 'akiles';
|
|
8981
|
+
device_provider_name: '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_resideo' | 'latch' | 'akiles' | 'vostio';
|
|
8982
8982
|
display_name: string;
|
|
8983
8983
|
image_url: string;
|
|
8984
8984
|
provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
|
|
@@ -21183,7 +21183,7 @@ export interface Routes {
|
|
|
21183
21183
|
/** ID of the `acs_system`. */
|
|
21184
21184
|
acs_system_id: string;
|
|
21185
21185
|
/** Brand-specific terminology for the `acs_system` type. */
|
|
21186
|
-
external_type?: ('pti_site' | 'alta_org' | '
|
|
21186
|
+
external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
|
|
21187
21187
|
/** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
|
|
21188
21188
|
external_type_display_name?: string | undefined;
|
|
21189
21189
|
/** Indicates if the `acs_system` is a credential manager. */
|
|
@@ -21198,7 +21198,7 @@ export interface Routes {
|
|
|
21198
21198
|
} | undefined;
|
|
21199
21199
|
/**
|
|
21200
21200
|
* @deprecated Use `external_type`. */
|
|
21201
|
-
system_type?: ('pti_site' | 'alta_org' | '
|
|
21201
|
+
system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
|
|
21202
21202
|
/**
|
|
21203
21203
|
* @deprecated Use `external_type_display_name`. */
|
|
21204
21204
|
system_type_display_name?: string | undefined;
|
package/package.json
CHANGED
|
@@ -671,7 +671,7 @@ export default {
|
|
|
671
671
|
enum: [
|
|
672
672
|
'pti_site',
|
|
673
673
|
'alta_org',
|
|
674
|
-
'
|
|
674
|
+
'salto_ks_site',
|
|
675
675
|
'brivo_account',
|
|
676
676
|
'hid_credential_manager_organization',
|
|
677
677
|
'visionline_system',
|
|
@@ -704,7 +704,7 @@ export default {
|
|
|
704
704
|
enum: [
|
|
705
705
|
'pti_site',
|
|
706
706
|
'alta_org',
|
|
707
|
-
'
|
|
707
|
+
'salto_ks_site',
|
|
708
708
|
'brivo_account',
|
|
709
709
|
'hid_credential_manager_organization',
|
|
710
710
|
'visionline_system',
|
|
@@ -4227,6 +4227,7 @@ export default {
|
|
|
4227
4227
|
'honeywell_resideo',
|
|
4228
4228
|
'latch',
|
|
4229
4229
|
'akiles',
|
|
4230
|
+
'vostio',
|
|
4230
4231
|
],
|
|
4231
4232
|
type: 'string',
|
|
4232
4233
|
},
|
|
@@ -10850,6 +10851,7 @@ export default {
|
|
|
10850
10851
|
'honeywell_resideo',
|
|
10851
10852
|
'latch',
|
|
10852
10853
|
'akiles',
|
|
10854
|
+
'vostio',
|
|
10853
10855
|
'yale_access',
|
|
10854
10856
|
'hid_cm',
|
|
10855
10857
|
'google_nest',
|
|
@@ -6472,7 +6472,7 @@ export interface Routes {
|
|
|
6472
6472
|
| (
|
|
6473
6473
|
| 'pti_site'
|
|
6474
6474
|
| 'alta_org'
|
|
6475
|
-
| '
|
|
6475
|
+
| 'salto_ks_site'
|
|
6476
6476
|
| 'brivo_account'
|
|
6477
6477
|
| 'hid_credential_manager_organization'
|
|
6478
6478
|
| 'visionline_system'
|
|
@@ -6500,7 +6500,7 @@ export interface Routes {
|
|
|
6500
6500
|
| (
|
|
6501
6501
|
| 'pti_site'
|
|
6502
6502
|
| 'alta_org'
|
|
6503
|
-
| '
|
|
6503
|
+
| 'salto_ks_site'
|
|
6504
6504
|
| 'brivo_account'
|
|
6505
6505
|
| 'hid_credential_manager_organization'
|
|
6506
6506
|
| 'visionline_system'
|
|
@@ -6607,7 +6607,7 @@ export interface Routes {
|
|
|
6607
6607
|
| (
|
|
6608
6608
|
| 'pti_site'
|
|
6609
6609
|
| 'alta_org'
|
|
6610
|
-
| '
|
|
6610
|
+
| 'salto_ks_site'
|
|
6611
6611
|
| 'brivo_account'
|
|
6612
6612
|
| 'hid_credential_manager_organization'
|
|
6613
6613
|
| 'visionline_system'
|
|
@@ -6635,7 +6635,7 @@ export interface Routes {
|
|
|
6635
6635
|
| (
|
|
6636
6636
|
| 'pti_site'
|
|
6637
6637
|
| 'alta_org'
|
|
6638
|
-
| '
|
|
6638
|
+
| 'salto_ks_site'
|
|
6639
6639
|
| 'brivo_account'
|
|
6640
6640
|
| 'hid_credential_manager_organization'
|
|
6641
6641
|
| 'visionline_system'
|
|
@@ -6742,7 +6742,7 @@ export interface Routes {
|
|
|
6742
6742
|
| (
|
|
6743
6743
|
| 'pti_site'
|
|
6744
6744
|
| 'alta_org'
|
|
6745
|
-
| '
|
|
6745
|
+
| 'salto_ks_site'
|
|
6746
6746
|
| 'brivo_account'
|
|
6747
6747
|
| 'hid_credential_manager_organization'
|
|
6748
6748
|
| 'visionline_system'
|
|
@@ -6770,7 +6770,7 @@ export interface Routes {
|
|
|
6770
6770
|
| (
|
|
6771
6771
|
| 'pti_site'
|
|
6772
6772
|
| 'alta_org'
|
|
6773
|
-
| '
|
|
6773
|
+
| 'salto_ks_site'
|
|
6774
6774
|
| 'brivo_account'
|
|
6775
6775
|
| 'hid_credential_manager_organization'
|
|
6776
6776
|
| 'visionline_system'
|
|
@@ -9160,6 +9160,7 @@ export interface Routes {
|
|
|
9160
9160
|
| 'honeywell_resideo'
|
|
9161
9161
|
| 'latch'
|
|
9162
9162
|
| 'akiles'
|
|
9163
|
+
| 'vostio'
|
|
9163
9164
|
| 'yale_access'
|
|
9164
9165
|
| 'hid_cm'
|
|
9165
9166
|
| 'google_nest'
|
|
@@ -10914,6 +10915,7 @@ export interface Routes {
|
|
|
10914
10915
|
| 'honeywell_resideo'
|
|
10915
10916
|
| 'latch'
|
|
10916
10917
|
| 'akiles'
|
|
10918
|
+
| 'vostio'
|
|
10917
10919
|
display_name: string
|
|
10918
10920
|
image_url: string
|
|
10919
10921
|
provider_categories: Array<
|
|
@@ -26879,7 +26881,7 @@ export interface Routes {
|
|
|
26879
26881
|
| (
|
|
26880
26882
|
| 'pti_site'
|
|
26881
26883
|
| 'alta_org'
|
|
26882
|
-
| '
|
|
26884
|
+
| 'salto_ks_site'
|
|
26883
26885
|
| 'brivo_account'
|
|
26884
26886
|
| 'hid_credential_manager_organization'
|
|
26885
26887
|
| 'visionline_system'
|
|
@@ -26907,7 +26909,7 @@ export interface Routes {
|
|
|
26907
26909
|
| (
|
|
26908
26910
|
| 'pti_site'
|
|
26909
26911
|
| 'alta_org'
|
|
26910
|
-
| '
|
|
26912
|
+
| 'salto_ks_site'
|
|
26911
26913
|
| 'brivo_account'
|
|
26912
26914
|
| 'hid_credential_manager_organization'
|
|
26913
26915
|
| 'visionline_system'
|