@dynamic-labs/sdk-api-core 0.0.456 → 0.0.457

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.456",
3
+ "version": "0.0.457",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -98,6 +98,7 @@ exports.UnprocessableEntityErrorCode = void 0;
98
98
  UnprocessableEntityErrorCode["CustomFieldDataNotUnique"] = "custom_field_data_not_unique";
99
99
  UnprocessableEntityErrorCode["MetadataSizeExceeded"] = "metadata_size_exceeded";
100
100
  UnprocessableEntityErrorCode["InvalidCustomHostname"] = "invalid_custom_hostname";
101
+ UnprocessableEntityErrorCode["BlockedUserCannotTransferWallet"] = "blocked_user_cannot_transfer_wallet";
101
102
  })(exports.UnprocessableEntityErrorCode || (exports.UnprocessableEntityErrorCode = {}));
102
103
  function UnprocessableEntityErrorCodeFromJSON(json) {
103
104
  return UnprocessableEntityErrorCodeFromJSONTyped(json);
@@ -90,7 +90,8 @@ export declare enum UnprocessableEntityErrorCode {
90
90
  CannotSwitchToUnique = "cannot_switch_to_unique",
91
91
  CustomFieldDataNotUnique = "custom_field_data_not_unique",
92
92
  MetadataSizeExceeded = "metadata_size_exceeded",
93
- InvalidCustomHostname = "invalid_custom_hostname"
93
+ InvalidCustomHostname = "invalid_custom_hostname",
94
+ BlockedUserCannotTransferWallet = "blocked_user_cannot_transfer_wallet"
94
95
  }
95
96
  export declare function UnprocessableEntityErrorCodeFromJSON(json: any): UnprocessableEntityErrorCode;
96
97
  export declare function UnprocessableEntityErrorCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UnprocessableEntityErrorCode;
@@ -94,6 +94,7 @@ var UnprocessableEntityErrorCode;
94
94
  UnprocessableEntityErrorCode["CustomFieldDataNotUnique"] = "custom_field_data_not_unique";
95
95
  UnprocessableEntityErrorCode["MetadataSizeExceeded"] = "metadata_size_exceeded";
96
96
  UnprocessableEntityErrorCode["InvalidCustomHostname"] = "invalid_custom_hostname";
97
+ UnprocessableEntityErrorCode["BlockedUserCannotTransferWallet"] = "blocked_user_cannot_transfer_wallet";
97
98
  })(UnprocessableEntityErrorCode || (UnprocessableEntityErrorCode = {}));
98
99
  function UnprocessableEntityErrorCodeFromJSON(json) {
99
100
  return UnprocessableEntityErrorCodeFromJSONTyped(json);