@seamapi/types 1.574.0 → 1.575.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
@@ -57950,9 +57950,13 @@ var openapi_default = {
57950
57950
  description: "ID of the user identity to which you want to add an access system user.",
57951
57951
  format: "uuid",
57952
57952
  type: "string"
57953
+ },
57954
+ user_identity_key: {
57955
+ description: "Key of the user identity to which you want to add an access system user.",
57956
+ type: "string"
57953
57957
  }
57954
57958
  },
57955
- required: ["user_identity_id", "acs_user_id"],
57959
+ required: ["acs_user_id"],
57956
57960
  type: "object"
57957
57961
  }
57958
57962
  }
@@ -58003,9 +58007,13 @@ var openapi_default = {
58003
58007
  description: "ID of the user identity to which you want to add an access system user.",
58004
58008
  format: "uuid",
58005
58009
  type: "string"
58010
+ },
58011
+ user_identity_key: {
58012
+ description: "Key of the user identity to which you want to add an access system user.",
58013
+ type: "string"
58006
58014
  }
58007
58015
  },
58008
- required: ["user_identity_id", "acs_user_id"],
58016
+ required: ["acs_user_id"],
58009
58017
  type: "object"
58010
58018
  }
58011
58019
  }