@dynamic-labs/sdk-api-core
Advanced tools
Comparing version
{ | ||
"name": "@dynamic-labs/sdk-api-core", | ||
"version": "0.0.660", | ||
"version": "0.0.661", | ||
"author": "Dynamic Labs", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -24,2 +24,8 @@ /** | ||
message: string; | ||
/** | ||
* | ||
* @type {boolean} | ||
* @memberof SignMessageWithWaasRequest | ||
*/ | ||
isFormatted?: boolean; | ||
} | ||
@@ -26,0 +32,0 @@ export declare function SignMessageWithWaasRequestFromJSON(json: any): SignMessageWithWaasRequest; |
@@ -0,14 +1,4 @@ | ||
import { exists } from '../runtime.js'; | ||
/* tslint:disable */ | ||
/* eslint-disable */ | ||
/** | ||
* Dashboard API | ||
* Dashboard API documentation | ||
* | ||
* The version of the OpenAPI document: 1.0.0 | ||
* | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
* https://openapi-generator.tech | ||
* Do not edit the class manually. | ||
*/ | ||
function SignMessageWithWaasRequestFromJSON(json) { | ||
@@ -23,2 +13,3 @@ return SignMessageWithWaasRequestFromJSONTyped(json); | ||
'message': json['message'], | ||
'isFormatted': !exists(json, 'isFormatted') ? undefined : json['isFormatted'], | ||
}; | ||
@@ -35,2 +26,3 @@ } | ||
'message': value.message, | ||
'isFormatted': value.isFormatted, | ||
}; | ||
@@ -37,0 +29,0 @@ } |
Sorry, the diff of this file is not supported yet
2155231
-0.01%50773
-0.02%