@dynamic-labs/sdk-api-core 0.0.489 → 0.0.491

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.489",
3
+ "version": "0.0.491",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -106,6 +106,7 @@ exports.UnprocessableEntityErrorCode = void 0;
106
106
  UnprocessableEntityErrorCode["FeatureNotEnabledInSuborg"] = "feature_not_enabled_in_suborg";
107
107
  UnprocessableEntityErrorCode["InvalidUsername"] = "invalid_username";
108
108
  UnprocessableEntityErrorCode["InvalidExternalAuth"] = "invalid_external_auth";
109
+ UnprocessableEntityErrorCode["InvalidChainAddressMatch"] = "invalid_chain_address_match";
109
110
  })(exports.UnprocessableEntityErrorCode || (exports.UnprocessableEntityErrorCode = {}));
110
111
  function UnprocessableEntityErrorCodeFromJSON(json) {
111
112
  return UnprocessableEntityErrorCodeFromJSONTyped(json);
@@ -98,7 +98,8 @@ export declare enum UnprocessableEntityErrorCode {
98
98
  BlockedUserCannotTransferWallet = "blocked_user_cannot_transfer_wallet",
99
99
  FeatureNotEnabledInSuborg = "feature_not_enabled_in_suborg",
100
100
  InvalidUsername = "invalid_username",
101
- InvalidExternalAuth = "invalid_external_auth"
101
+ InvalidExternalAuth = "invalid_external_auth",
102
+ InvalidChainAddressMatch = "invalid_chain_address_match"
102
103
  }
103
104
  export declare function UnprocessableEntityErrorCodeFromJSON(json: any): UnprocessableEntityErrorCode;
104
105
  export declare function UnprocessableEntityErrorCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UnprocessableEntityErrorCode;
@@ -102,6 +102,7 @@ var UnprocessableEntityErrorCode;
102
102
  UnprocessableEntityErrorCode["FeatureNotEnabledInSuborg"] = "feature_not_enabled_in_suborg";
103
103
  UnprocessableEntityErrorCode["InvalidUsername"] = "invalid_username";
104
104
  UnprocessableEntityErrorCode["InvalidExternalAuth"] = "invalid_external_auth";
105
+ UnprocessableEntityErrorCode["InvalidChainAddressMatch"] = "invalid_chain_address_match";
105
106
  })(UnprocessableEntityErrorCode || (UnprocessableEntityErrorCode = {}));
106
107
  function UnprocessableEntityErrorCodeFromJSON(json) {
107
108
  return UnprocessableEntityErrorCodeFromJSONTyped(json);