@dynamic-labs/sdk-api
Advanced tools
Comparing version 0.0.27 to 0.0.28
{ | ||
"name": "@dynamic-labs/sdk-api", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"author": "Dynamic Labs", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -42,2 +42,5 @@ export * from './BadRequest'; | ||
export * from './ProjectSettingsChains'; | ||
export * from './ProjectSettingsDesign'; | ||
export * from './ProjectSettingsDesignButton'; | ||
export * from './ProjectSettingsDesignModal'; | ||
export * from './ProjectSettingsKyc'; | ||
@@ -44,0 +47,0 @@ export * from './ProjectsResponse'; |
@@ -60,2 +60,5 @@ "use strict"; | ||
__exportStar(require("./ProjectSettingsChains"), exports); | ||
__exportStar(require("./ProjectSettingsDesign"), exports); | ||
__exportStar(require("./ProjectSettingsDesignButton"), exports); | ||
__exportStar(require("./ProjectSettingsDesignModal"), exports); | ||
__exportStar(require("./ProjectSettingsKyc"), exports); | ||
@@ -62,0 +65,0 @@ __exportStar(require("./ProjectsResponse"), exports); |
@@ -13,2 +13,3 @@ /** | ||
import { ProjectSettingsChains } from './ProjectSettingsChains'; | ||
import { ProjectSettingsDesign } from './ProjectSettingsDesign'; | ||
import { ProjectSettingsKyc } from './ProjectSettingsKyc'; | ||
@@ -33,2 +34,8 @@ /** | ||
kyc: Array<ProjectSettingsKyc>; | ||
/** | ||
* | ||
* @type {ProjectSettingsDesign} | ||
* @memberof ProjectSettings | ||
*/ | ||
design: ProjectSettingsDesign; | ||
} | ||
@@ -35,0 +42,0 @@ export declare function ProjectSettingsFromJSON(json: any): ProjectSettings; |
@@ -18,2 +18,3 @@ "use strict"; | ||
const ProjectSettingsChains_1 = require("./ProjectSettingsChains"); | ||
const ProjectSettingsDesign_1 = require("./ProjectSettingsDesign"); | ||
const ProjectSettingsKyc_1 = require("./ProjectSettingsKyc"); | ||
@@ -31,2 +32,3 @@ function ProjectSettingsFromJSON(json) { | ||
'kyc': (json['kyc'].map(ProjectSettingsKyc_1.ProjectSettingsKycFromJSON)), | ||
'design': (0, ProjectSettingsDesign_1.ProjectSettingsDesignFromJSON)(json['design']), | ||
}; | ||
@@ -45,2 +47,3 @@ } | ||
'kyc': (value.kyc.map(ProjectSettingsKyc_1.ProjectSettingsKycToJSON)), | ||
'design': (0, ProjectSettingsDesign_1.ProjectSettingsDesignToJSON)(value.design), | ||
}; | ||
@@ -47,0 +50,0 @@ } |
Sorry, the diff of this file is not supported yet
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
412450
240
8074