@dynamic-labs/sdk-api-core 0.0.476 → 0.0.478

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.476",
3
+ "version": "0.0.478",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -110,13 +110,13 @@ export interface JwtVerifiedCredential {
110
110
  * @type {string}
111
111
  * @memberof JwtVerifiedCredential
112
112
  */
113
- oauthDisplayName?: string;
113
+ oauthDisplayName?: string | null;
114
114
  /**
115
115
  *
116
116
  * @type {string}
117
117
  * @memberof JwtVerifiedCredential
118
118
  */
119
- oauthAccountId?: string;
119
+ oauthAccountId?: string | null;
120
120
  /**
121
121
  * This field contains the phone number in the country. This could also contain the area code within a country.
122
122
  * @type {string}