@seamapi/types 1.76.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"