@dynamic-labs/sdk-api-core 0.0.593 → 0.0.594

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api-core",
3
- "version": "0.0.593",
3
+ "version": "0.0.594",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -118,6 +118,7 @@ exports.UnprocessableEntityErrorCode = void 0;
118
118
  UnprocessableEntityErrorCode["CustomFieldNotUnique"] = "custom_field_not_unique";
119
119
  UnprocessableEntityErrorCode["InvalidAaProjectConfiguration"] = "invalid_aa_project_configuration";
120
120
  UnprocessableEntityErrorCode["NoV1EmbeddedWalletFound"] = "no_v1_embedded_wallet_found";
121
+ UnprocessableEntityErrorCode["EmbeddedWalletAddressAlreadyLinked"] = "embedded_wallet_address_already_linked";
121
122
  })(exports.UnprocessableEntityErrorCode || (exports.UnprocessableEntityErrorCode = {}));
122
123
  function UnprocessableEntityErrorCodeFromJSON(json) {
123
124
  return UnprocessableEntityErrorCodeFromJSONTyped(json);
@@ -110,7 +110,8 @@ export declare enum UnprocessableEntityErrorCode {
110
110
  InvalidSessionPublicKey = "invalid_session_public_key",
111
111
  CustomFieldNotUnique = "custom_field_not_unique",
112
112
  InvalidAaProjectConfiguration = "invalid_aa_project_configuration",
113
- NoV1EmbeddedWalletFound = "no_v1_embedded_wallet_found"
113
+ NoV1EmbeddedWalletFound = "no_v1_embedded_wallet_found",
114
+ EmbeddedWalletAddressAlreadyLinked = "embedded_wallet_address_already_linked"
114
115
  }
115
116
  export declare function UnprocessableEntityErrorCodeFromJSON(json: any): UnprocessableEntityErrorCode;
116
117
  export declare function UnprocessableEntityErrorCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UnprocessableEntityErrorCode;
@@ -114,6 +114,7 @@ var UnprocessableEntityErrorCode;
114
114
  UnprocessableEntityErrorCode["CustomFieldNotUnique"] = "custom_field_not_unique";
115
115
  UnprocessableEntityErrorCode["InvalidAaProjectConfiguration"] = "invalid_aa_project_configuration";
116
116
  UnprocessableEntityErrorCode["NoV1EmbeddedWalletFound"] = "no_v1_embedded_wallet_found";
117
+ UnprocessableEntityErrorCode["EmbeddedWalletAddressAlreadyLinked"] = "embedded_wallet_address_already_linked";
117
118
  })(UnprocessableEntityErrorCode || (UnprocessableEntityErrorCode = {}));
118
119
  function UnprocessableEntityErrorCodeFromJSON(json) {
119
120
  return UnprocessableEntityErrorCodeFromJSONTyped(json);