Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dynamic-labs/sdk-api

Package Overview
Dependencies
Maintainers
2
Versions
551
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/sdk-api - npm Package Compare versions

Comparing version 0.0.27 to 0.0.28

src/models/ProjectSetingsChain.d.ts

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc