@dynamic-labs/sdk-api 0.0.494 → 0.0.495

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",
3
- "version": "0.0.494",
3
+ "version": "0.0.495",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -91,7 +91,7 @@ export interface InternalUserFields {
91
91
  */
92
92
  country?: string | null;
93
93
  /**
94
- * Alphanumeric username
94
+ * Alphanumeric with slugs and underscores username
95
95
  * @type {string}
96
96
  * @memberof InternalUserFields
97
97
  */
@@ -77,7 +77,7 @@ export interface UserFields {
77
77
  */
78
78
  country?: string | null;
79
79
  /**
80
- * Alphanumeric username
80
+ * Alphanumeric with slugs and underscores username
81
81
  * @type {string}
82
82
  * @memberof UserFields
83
83
  */