@seamapi/types 1.75.0 → 1.76.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.
@@ -12893,10 +12893,7 @@ declare const _default: {
12893
12893
  format: string;
12894
12894
  type: string;
12895
12895
  };
12896
- custom_sdk_installation_id: {
12897
- type: string;
12898
- };
12899
- phone_metadata: {
12896
+ assa_abloy_metadata: {
12900
12897
  default: {};
12901
12898
  properties: {
12902
12899
  application_version: {
@@ -12907,20 +12904,33 @@ declare const _default: {
12907
12904
  default: boolean;
12908
12905
  type: string;
12909
12906
  };
12910
- device_manufacturer: {
12911
- default: string;
12907
+ hce_capability: {
12908
+ default: boolean;
12912
12909
  type: string;
12913
12910
  };
12914
- device_model: {
12911
+ nfc_capability: {
12912
+ default: boolean;
12913
+ type: string;
12914
+ };
12915
+ seos_applet_version: {
12915
12916
  default: string;
12916
12917
  type: string;
12917
12918
  };
12918
- hce_capability: {
12919
- default: boolean;
12919
+ };
12920
+ type: string;
12921
+ };
12922
+ custom_sdk_installation_id: {
12923
+ type: string;
12924
+ };
12925
+ phone_metadata: {
12926
+ default: {};
12927
+ properties: {
12928
+ device_manufacturer: {
12929
+ default: string;
12920
12930
  type: string;
12921
12931
  };
12922
- nfc_capability: {
12923
- default: boolean;
12932
+ device_model: {
12933
+ default: string;
12924
12934
  type: string;
12925
12935
  };
12926
12936
  operating_system: {
@@ -12932,10 +12942,6 @@ declare const _default: {
12932
12942
  default: string;
12933
12943
  type: string;
12934
12944
  };
12935
- seos_applet_version: {
12936
- default: string;
12937
- type: string;
12938
- };
12939
12945
  };
12940
12946
  type: string;
12941
12947
  };
@@ -21949,15 +21955,17 @@ interface Routes {
21949
21955
  custom_sdk_installation_id?: string | undefined;
21950
21956
  user_identity_id: string;
21951
21957
  phone_metadata?: {
21958
+ operating_system?: 'android' | 'ios';
21959
+ os_version?: string;
21960
+ device_manufacturer?: string;
21961
+ device_model?: string;
21962
+ };
21963
+ assa_abloy_metadata?: {
21952
21964
  ble_capability?: boolean;
21953
21965
  hce_capability?: boolean;
21954
21966
  nfc_capability?: boolean;
21955
21967
  application_version?: string;
21956
21968
  seos_applet_version?: string;
21957
- device_manufacturer?: string;
21958
- device_model?: string;
21959
- os_version?: string;
21960
- operating_system?: 'android' | 'ios';
21961
21969
  };
21962
21970
  };
21963
21971
  commonParams: {};
@@ -12819,10 +12819,7 @@ declare const _default: {
12819
12819
  format: string;
12820
12820
  type: string;
12821
12821
  };
12822
- custom_sdk_installation_id: {
12823
- type: string;
12824
- };
12825
- phone_metadata: {
12822
+ assa_abloy_metadata: {
12826
12823
  default: {};
12827
12824
  properties: {
12828
12825
  application_version: {
@@ -12833,20 +12830,33 @@ declare const _default: {
12833
12830
  default: boolean;
12834
12831
  type: string;
12835
12832
  };
12836
- device_manufacturer: {
12837
- default: string;
12833
+ hce_capability: {
12834
+ default: boolean;
12838
12835
  type: string;
12839
12836
  };
12840
- device_model: {
12837
+ nfc_capability: {
12838
+ default: boolean;
12839
+ type: string;
12840
+ };
12841
+ seos_applet_version: {
12841
12842
  default: string;
12842
12843
  type: string;
12843
12844
  };
12844
- hce_capability: {
12845
- default: boolean;
12845
+ };
12846
+ type: string;
12847
+ };
12848
+ custom_sdk_installation_id: {
12849
+ type: string;
12850
+ };
12851
+ phone_metadata: {
12852
+ default: {};
12853
+ properties: {
12854
+ device_manufacturer: {
12855
+ default: string;
12846
12856
  type: string;
12847
12857
  };
12848
- nfc_capability: {
12849
- default: boolean;
12858
+ device_model: {
12859
+ default: string;
12850
12860
  type: string;
12851
12861
  };
12852
12862
  operating_system: {
@@ -12858,10 +12868,6 @@ declare const _default: {
12858
12868
  default: string;
12859
12869
  type: string;
12860
12870
  };
12861
- seos_applet_version: {
12862
- default: string;
12863
- type: string;
12864
- };
12865
12871
  };
12866
12872
  type: string;
12867
12873
  };
@@ -9725,12 +9725,21 @@ export default {
9725
9725
  format: 'uuid',
9726
9726
  type: 'string',
9727
9727
  },
9728
- custom_sdk_installation_id: { type: 'string' },
9729
- phone_metadata: {
9728
+ assa_abloy_metadata: {
9730
9729
  default: {},
9731
9730
  properties: {
9732
9731
  application_version: { default: '1.0.0', type: 'string' },
9733
9732
  ble_capability: { default: true, type: 'boolean' },
9733
+ hce_capability: { default: false, type: 'boolean' },
9734
+ nfc_capability: { default: false, type: 'boolean' },
9735
+ seos_applet_version: { default: '1.0.0', type: 'string' },
9736
+ },
9737
+ type: 'object',
9738
+ },
9739
+ custom_sdk_installation_id: { type: 'string' },
9740
+ phone_metadata: {
9741
+ default: {},
9742
+ properties: {
9734
9743
  device_manufacturer: {
9735
9744
  default: 'Samsung',
9736
9745
  type: 'string',
@@ -9739,15 +9748,12 @@ export default {
9739
9748
  default: 'Samsung Galaxy S10',
9740
9749
  type: 'string',
9741
9750
  },
9742
- hce_capability: { default: false, type: 'boolean' },
9743
- nfc_capability: { default: false, type: 'boolean' },
9744
9751
  operating_system: {
9745
9752
  default: 'android',
9746
9753
  enum: ['android', 'ios'],
9747
9754
  type: 'string',
9748
9755
  },
9749
9756
  os_version: { default: '10', type: 'string' },
9750
- seos_applet_version: { default: '1.0.0', type: 'string' },
9751
9757
  },
9752
9758
  type: 'object',
9753
9759
  },