@seamapi/types 1.397.0 → 1.398.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
@@ -23933,9 +23933,14 @@ var openapi_default = {
23933
23933
  description: "ID of the desired user.",
23934
23934
  format: "uuid",
23935
23935
  type: "string"
23936
+ },
23937
+ user_identity_id: {
23938
+ description: "ID of the desired user identity.",
23939
+ format: "uuid",
23940
+ type: "string"
23936
23941
  }
23937
23942
  },
23938
- required: ["acs_access_group_id", "acs_user_id"],
23943
+ required: ["acs_access_group_id"],
23939
23944
  type: "object"
23940
23945
  }
23941
23946
  }