@seamapi/types 1.75.0 → 1.76.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.
package/dist/connect.cjs CHANGED
@@ -284,7 +284,12 @@ var openapi_default = {
284
284
  },
285
285
  email_address: { format: "email", type: "string" },
286
286
  external_type: {
287
- enum: ["pti_user", "brivo_user", "hid_cm_user", "salto_site_user"],
287
+ enum: [
288
+ "pti_user",
289
+ "brivo_user",
290
+ "hid_credential_manager_user",
291
+ "salto_site_user"
292
+ ],
288
293
  type: "string"
289
294
  },
290
295
  external_type_display_name: { type: "string" },
@@ -5897,6 +5902,7 @@ var openapi_default = {
5897
5902
  "application/json": {
5898
5903
  schema: {
5899
5904
  properties: {
5905
+ acs_credential_id: { format: "uuid", type: "string" },
5900
5906
  acs_system_id: { format: "uuid", type: "string" }
5901
5907
  },
5902
5908
  type: "object"
@@ -9772,12 +9778,21 @@ var openapi_default = {
9772
9778
  format: "uuid",
9773
9779
  type: "string"
9774
9780
  },
9775
- custom_sdk_installation_id: { type: "string" },
9776
- phone_metadata: {
9781
+ assa_abloy_metadata: {
9777
9782
  default: {},
9778
9783
  properties: {
9779
9784
  application_version: { default: "1.0.0", type: "string" },
9780
9785
  ble_capability: { default: true, type: "boolean" },
9786
+ hce_capability: { default: false, type: "boolean" },
9787
+ nfc_capability: { default: false, type: "boolean" },
9788
+ seos_applet_version: { default: "1.0.0", type: "string" }
9789
+ },
9790
+ type: "object"
9791
+ },
9792
+ custom_sdk_installation_id: { type: "string" },
9793
+ phone_metadata: {
9794
+ default: {},
9795
+ properties: {
9781
9796
  device_manufacturer: {
9782
9797
  default: "Samsung",
9783
9798
  type: "string"
@@ -9786,15 +9801,12 @@ var openapi_default = {
9786
9801
  default: "Samsung Galaxy S10",
9787
9802
  type: "string"
9788
9803
  },
9789
- hce_capability: { default: false, type: "boolean" },
9790
- nfc_capability: { default: false, type: "boolean" },
9791
9804
  operating_system: {
9792
9805
  default: "android",
9793
9806
  enum: ["android", "ios"],
9794
9807
  type: "string"
9795
9808
  },
9796
- os_version: { default: "10", type: "string" },
9797
- seos_applet_version: { default: "1.0.0", type: "string" }
9809
+ os_version: { default: "10", type: "string" }
9798
9810
  },
9799
9811
  type: "object"
9800
9812
  },