Socket
Socket
Sign inDemoInstall

@dynamic-labs/sdk-api

Package Overview
Dependencies
Maintainers
2
Versions
522
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.43 to 0.0.44

2

package.json
{
"name": "@dynamic-labs/sdk-api",
"version": "0.0.43",
"version": "0.0.44",
"author": "Dynamic Labs",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -23,3 +23,3 @@ /**

*/
name?: string;
name: string;
}

@@ -26,0 +26,0 @@ export declare function OrganizationFieldsFromJSON(json: any): OrganizationFields;

@@ -17,3 +17,2 @@ "use strict";

exports.OrganizationFieldsToJSON = exports.OrganizationFieldsFromJSONTyped = exports.OrganizationFieldsFromJSON = void 0;
const runtime_1 = require("../runtime");
function OrganizationFieldsFromJSON(json) {

@@ -28,3 +27,3 @@ return OrganizationFieldsFromJSONTyped(json, false);

return {
'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
'name': json['name'],
};

@@ -31,0 +30,0 @@ }

@@ -23,3 +23,3 @@ /**

*/
name?: string;
name: string;
}

@@ -26,0 +26,0 @@ export declare function UpdateProjectRequestFromJSON(json: any): UpdateProjectRequest;

@@ -17,3 +17,2 @@ "use strict";

exports.UpdateProjectRequestToJSON = exports.UpdateProjectRequestFromJSONTyped = exports.UpdateProjectRequestFromJSON = void 0;
const runtime_1 = require("../runtime");
function UpdateProjectRequestFromJSON(json) {

@@ -28,3 +27,3 @@ return UpdateProjectRequestFromJSONTyped(json, false);

return {
'name': !(0, runtime_1.exists)(json, 'name') ? undefined : json['name'],
'name': json['name'],
};

@@ -31,0 +30,0 @@ }

Sorry, the diff of this file is not supported yet

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