@dynamic-labs/sdk-api-core 0.0.578 → 0.0.579

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.578",
3
+ "version": "0.0.579",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -116,6 +116,7 @@ exports.UnprocessableEntityErrorCode = void 0;
116
116
  UnprocessableEntityErrorCode["TooManyEmbeddedWalletsPerChainForUser"] = "too_many_embedded_wallets_per_chain_for_user";
117
117
  UnprocessableEntityErrorCode["InvalidSessionPublicKey"] = "invalid_session_public_key";
118
118
  UnprocessableEntityErrorCode["CustomFieldNotUnique"] = "custom_field_not_unique";
119
+ UnprocessableEntityErrorCode["InvalidAaProjectConfiguration"] = "invalid_aa_project_configuration";
119
120
  })(exports.UnprocessableEntityErrorCode || (exports.UnprocessableEntityErrorCode = {}));
120
121
  function UnprocessableEntityErrorCodeFromJSON(json) {
121
122
  return UnprocessableEntityErrorCodeFromJSONTyped(json);
@@ -108,7 +108,8 @@ export declare enum UnprocessableEntityErrorCode {
108
108
  TooManyEmbeddedWalletsForUser = "too_many_embedded_wallets_for_user",
109
109
  TooManyEmbeddedWalletsPerChainForUser = "too_many_embedded_wallets_per_chain_for_user",
110
110
  InvalidSessionPublicKey = "invalid_session_public_key",
111
- CustomFieldNotUnique = "custom_field_not_unique"
111
+ CustomFieldNotUnique = "custom_field_not_unique",
112
+ InvalidAaProjectConfiguration = "invalid_aa_project_configuration"
112
113
  }
113
114
  export declare function UnprocessableEntityErrorCodeFromJSON(json: any): UnprocessableEntityErrorCode;
114
115
  export declare function UnprocessableEntityErrorCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UnprocessableEntityErrorCode;
@@ -112,6 +112,7 @@ var UnprocessableEntityErrorCode;
112
112
  UnprocessableEntityErrorCode["TooManyEmbeddedWalletsPerChainForUser"] = "too_many_embedded_wallets_per_chain_for_user";
113
113
  UnprocessableEntityErrorCode["InvalidSessionPublicKey"] = "invalid_session_public_key";
114
114
  UnprocessableEntityErrorCode["CustomFieldNotUnique"] = "custom_field_not_unique";
115
+ UnprocessableEntityErrorCode["InvalidAaProjectConfiguration"] = "invalid_aa_project_configuration";
115
116
  })(UnprocessableEntityErrorCode || (UnprocessableEntityErrorCode = {}));
116
117
  function UnprocessableEntityErrorCodeFromJSON(json) {
117
118
  return UnprocessableEntityErrorCodeFromJSONTyped(json);