@dynamic-labs/sdk-api-core
Advanced tools
Comparing version 0.0.440 to 0.0.441
{ | ||
"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
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
1327166
31935
2