@seamapi/types 1.76.0 → 1.77.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
@@ -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"
@@ -9779,7 +9785,8 @@ var openapi_default = {
9779
9785
  ble_capability: { default: true, type: "boolean" },
9780
9786
  hce_capability: { default: false, type: "boolean" },
9781
9787
  nfc_capability: { default: false, type: "boolean" },
9782
- seos_applet_version: { default: "1.0.0", type: "string" }
9788
+ seos_applet_version: { default: "1.0.0", type: "string" },
9789
+ seos_tsm_endpoint_id: { default: 1, type: "number" }
9783
9790
  },
9784
9791
  type: "object"
9785
9792
  },