@dynamic-labs/sdk-api-core 0.0.536 → 0.0.537

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api-core",
3
- "version": "0.0.536",
3
+ "version": "0.0.537",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -20,7 +20,7 @@ import { UserIdentifierTypeEnum } from './UserIdentifierTypeEnum';
20
20
  */
21
21
  export interface CreateUserEmbeddedWalletsRequest {
22
22
  /**
23
- * Identifier for the user. Must be either an email, phone number, or user id
23
+ * Identifier for the user. Must be either an email, phone number, user id, external user id, or username from a supported social provider
24
24
  * @type {string}
25
25
  * @memberof CreateUserEmbeddedWalletsRequest
26
26
  */