@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.
package/dist/connect.cjs CHANGED
@@ -9772,12 +9772,21 @@ var openapi_default = {
9772
9772
  format: "uuid",
9773
9773
  type: "string"
9774
9774
  },
9775
- custom_sdk_installation_id: { type: "string" },
9776
- phone_metadata: {
9775
+ assa_abloy_metadata: {
9777
9776
  default: {},
9778
9777
  properties: {
9779
9778
  application_version: { default: "1.0.0", type: "string" },
9780
9779
  ble_capability: { default: true, type: "boolean" },
9780
+ hce_capability: { default: false, type: "boolean" },
9781
+ nfc_capability: { default: false, type: "boolean" },
9782
+ seos_applet_version: { default: "1.0.0", type: "string" }
9783
+ },
9784
+ type: "object"
9785
+ },
9786
+ custom_sdk_installation_id: { type: "string" },
9787
+ phone_metadata: {
9788
+ default: {},
9789
+ properties: {
9781
9790
  device_manufacturer: {
9782
9791
  default: "Samsung",
9783
9792
  type: "string"
@@ -9786,15 +9795,12 @@ var openapi_default = {
9786
9795
  default: "Samsung Galaxy S10",
9787
9796
  type: "string"
9788
9797
  },
9789
- hce_capability: { default: false, type: "boolean" },
9790
- nfc_capability: { default: false, type: "boolean" },
9791
9798
  operating_system: {
9792
9799
  default: "android",
9793
9800
  enum: ["android", "ios"],
9794
9801
  type: "string"
9795
9802
  },
9796
- os_version: { default: "10", type: "string" },
9797
- seos_applet_version: { default: "1.0.0", type: "string" }
9803
+ os_version: { default: "10", type: "string" }
9798
9804
  },
9799
9805
  type: "object"
9800
9806
  },