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

@dynamic-labs/sdk-api-core

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.440 to 0.0.441

2

package.json
{
"name": "@dynamic-labs/sdk-api-core",
"version": "0.0.440",
"version": "0.0.441",
"author": "Dynamic Labs",

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

@@ -91,3 +91,4 @@ /**

CannotSwitchToUnique = "cannot_switch_to_unique",
CustomFieldDataNotUnique = "custom_field_data_not_unique"
CustomFieldDataNotUnique = "custom_field_data_not_unique",
MetadataSizeExceeded = "metadata_size_exceeded"
}

@@ -94,0 +95,0 @@ export declare function UnprocessableEntityErrorCodeFromJSON(json: any): UnprocessableEntityErrorCode;

@@ -95,2 +95,3 @@ /* tslint:disable */

UnprocessableEntityErrorCode["CustomFieldDataNotUnique"] = "custom_field_data_not_unique";
UnprocessableEntityErrorCode["MetadataSizeExceeded"] = "metadata_size_exceeded";
})(UnprocessableEntityErrorCode || (UnprocessableEntityErrorCode = {}));

@@ -97,0 +98,0 @@ function UnprocessableEntityErrorCodeFromJSON(json) {

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