@seamapi/types 1.95.0 → 1.96.1

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.
@@ -6787,13 +6787,6 @@ declare const _default: {
6787
6787
  format: string;
6788
6788
  type: string;
6789
6789
  };
6790
- acs_entrance_ids: {
6791
- items: {
6792
- format: string;
6793
- type: string;
6794
- };
6795
- type: string;
6796
- };
6797
6790
  include_if: {
6798
6791
  items: {
6799
6792
  enum: string[];
@@ -6802,6 +6795,7 @@ declare const _default: {
6802
6795
  type: string;
6803
6796
  };
6804
6797
  };
6798
+ required: string[];
6805
6799
  type: string;
6806
6800
  };
6807
6801
  };
@@ -16969,8 +16963,7 @@ interface Routes {
16969
16963
  queryParams: {};
16970
16964
  jsonBody: {};
16971
16965
  commonParams: {
16972
- acs_entrance_id?: string | undefined;
16973
- acs_entrance_ids?: string[] | undefined;
16966
+ acs_entrance_id: string;
16974
16967
  include_if?: Array<'visionline_metadata.is_valid'> | undefined;
16975
16968
  };
16976
16969
  formData: {};
@@ -17485,7 +17478,7 @@ interface Routes {
17485
17478
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
17486
17479
  custom_redirect_url?: string | undefined;
17487
17480
  custom_redirect_failure_url?: string | undefined;
17488
- 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' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
17481
+ 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;
17489
17482
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
17490
17483
  custom_metadata?: Record<string, string | boolean | null> | undefined;
17491
17484
  automatically_manage_new_devices?: boolean | undefined;
@@ -6713,13 +6713,6 @@ declare const _default: {
6713
6713
  format: string;
6714
6714
  type: string;
6715
6715
  };
6716
- acs_entrance_ids: {
6717
- items: {
6718
- format: string;
6719
- type: string;
6720
- };
6721
- type: string;
6722
- };
6723
6716
  include_if: {
6724
6717
  items: {
6725
6718
  enum: string[];
@@ -6728,6 +6721,7 @@ declare const _default: {
6728
6721
  type: string;
6729
6722
  };
6730
6723
  };
6724
+ required: string[];
6731
6725
  type: string;
6732
6726
  };
6733
6727
  };
@@ -4861,10 +4861,6 @@ export default {
4861
4861
  schema: {
4862
4862
  properties: {
4863
4863
  acs_entrance_id: { format: 'uuid', type: 'string' },
4864
- acs_entrance_ids: {
4865
- items: { format: 'uuid', type: 'string' },
4866
- type: 'array',
4867
- },
4868
4864
  include_if: {
4869
4865
  items: {
4870
4866
  enum: ['visionline_metadata.is_valid'],
@@ -4873,6 +4869,7 @@ export default {
4873
4869
  type: 'array',
4874
4870
  },
4875
4871
  },
4872
+ required: ['acs_entrance_id'],
4876
4873
  type: 'object',
4877
4874
  },
4878
4875
  },
@@ -6324,6 +6321,7 @@ export default {
6324
6321
  'visionline',
6325
6322
  'assa_abloy_credential_service',
6326
6323
  'seam_bridge',
6324
+ 'tedee',
6327
6325
  'yale_access',
6328
6326
  'hid_cm',
6329
6327
  'google_nest',