@dynamic-labs/sdk-api-core
Advanced tools
Comparing version 0.0.421 to 0.0.422
{ | ||
"name": "@dynamic-labs/sdk-api-core", | ||
"version": "0.0.421", | ||
"version": "0.0.422", | ||
"author": "Dynamic Labs", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -86,3 +86,4 @@ /** | ||
InvalidEmbeddedWalletChainsConfiguration = "invalid_embedded_wallet_chains_configuration", | ||
MergeAccountsConfirmation = "merge_accounts_confirmation" | ||
MergeAccountsConfirmation = "merge_accounts_confirmation", | ||
MergeAccountsInvalid = "merge_accounts_invalid" | ||
} | ||
@@ -89,0 +90,0 @@ export declare function UnprocessableEntityErrorCodeFromJSON(json: any): UnprocessableEntityErrorCode; |
@@ -90,2 +90,3 @@ /* tslint:disable */ | ||
UnprocessableEntityErrorCode["MergeAccountsConfirmation"] = "merge_accounts_confirmation"; | ||
UnprocessableEntityErrorCode["MergeAccountsInvalid"] = "merge_accounts_invalid"; | ||
})(UnprocessableEntityErrorCode || (UnprocessableEntityErrorCode = {})); | ||
@@ -92,0 +93,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
1252920
30303