squarefi-bff-api-module 1.27.6 → 1.27.8

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.
@@ -1230,7 +1230,7 @@ export declare namespace API {
1230
1230
  namespace WITHDRAWAL_CRYPTO {
1231
1231
  type Request = {
1232
1232
  amount: number;
1233
- is_subtract: boolean;
1233
+ is_subsctract: boolean;
1234
1234
  wallet_uuid: string;
1235
1235
  crypto_uuid: string;
1236
1236
  to_address: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.27.6",
3
+ "version": "1.27.8",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1579,7 +1579,7 @@ export namespace API {
1579
1579
  export namespace WITHDRAWAL_CRYPTO {
1580
1580
  export type Request = {
1581
1581
  amount: number;
1582
- is_subtract: boolean;
1582
+ is_subsctract: boolean;
1583
1583
  wallet_uuid: string;
1584
1584
  crypto_uuid: string;
1585
1585
  to_address: string;