@dynamic-labs/sdk-api-core
Advanced tools
Comparing version 0.0.433 to 0.0.434
{ | ||
"name": "@dynamic-labs/sdk-api-core", | ||
"version": "0.0.433", | ||
"version": "0.0.434", | ||
"author": "Dynamic Labs", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -89,3 +89,5 @@ /** | ||
InvalidWalletId = "invalid_wallet_id", | ||
UnableToFetchBalances = "unable_to_fetch_balances" | ||
UnableToFetchBalances = "unable_to_fetch_balances", | ||
CannotSwitchToUnique = "cannot_switch_to_unique", | ||
CustomFieldDataNotUnique = "custom_field_data_not_unique" | ||
} | ||
@@ -92,0 +94,0 @@ export declare function UnprocessableEntityErrorCodeFromJSON(json: any): UnprocessableEntityErrorCode; |
@@ -93,2 +93,4 @@ /* tslint:disable */ | ||
UnprocessableEntityErrorCode["UnableToFetchBalances"] = "unable_to_fetch_balances"; | ||
UnprocessableEntityErrorCode["CannotSwitchToUnique"] = "cannot_switch_to_unique"; | ||
UnprocessableEntityErrorCode["CustomFieldDataNotUnique"] = "custom_field_data_not_unique"; | ||
})(UnprocessableEntityErrorCode || (UnprocessableEntityErrorCode = {})); | ||
@@ -95,0 +97,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
1302366
31431