@dynamic-labs/sdk-api
Advanced tools
Comparing version 0.0.28 to 0.0.29
{ | ||
"name": "@dynamic-labs/sdk-api", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"author": "Dynamic Labs", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -30,2 +30,20 @@ /** | ||
walletPublicKey?: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof TokenResponseTokenCreatedBy | ||
*/ | ||
firstName?: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof TokenResponseTokenCreatedBy | ||
*/ | ||
lastName?: string; | ||
/** | ||
* | ||
* @type {string} | ||
* @memberof TokenResponseTokenCreatedBy | ||
*/ | ||
email?: string; | ||
} | ||
@@ -32,0 +50,0 @@ export declare function TokenResponseTokenCreatedByFromJSON(json: any): TokenResponseTokenCreatedBy; |
@@ -29,2 +29,5 @@ "use strict"; | ||
'walletPublicKey': !(0, runtime_1.exists)(json, 'walletPublicKey') ? undefined : json['walletPublicKey'], | ||
'firstName': !(0, runtime_1.exists)(json, 'firstName') ? undefined : json['firstName'], | ||
'lastName': !(0, runtime_1.exists)(json, 'lastName') ? undefined : json['lastName'], | ||
'email': !(0, runtime_1.exists)(json, 'email') ? undefined : json['email'], | ||
}; | ||
@@ -43,2 +46,5 @@ } | ||
'walletPublicKey': value.walletPublicKey, | ||
'firstName': value.firstName, | ||
'lastName': value.lastName, | ||
'email': value.email, | ||
}; | ||
@@ -45,0 +51,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
413593
8098