squarefi-bff-api-module 1.27.1 → 1.27.2

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.
@@ -1539,7 +1539,9 @@ export declare namespace API {
1539
1539
  type Response = Common.Response.CryptoTransferResponse;
1540
1540
  }
1541
1541
  namespace SEGREGATED_CRYPTO_TRANSFER {
1542
- type Request = Common.Request.OrderWithWalletAccountParams & Common.Request.OrderWithCounterpartyParams;
1542
+ type Request = Common.Request.OrderWithWalletAccountParams & Common.Request.OrderWithCounterpartyParams & {
1543
+ to_currency_id?: never;
1544
+ };
1543
1545
  type Response = Common.Response.CryptoTransferResponse;
1544
1546
  }
1545
1547
  namespace RN_CARDS_OFFRAMP {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.27.1",
3
+ "version": "1.27.2",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1999,7 +1999,9 @@ export namespace API {
1999
1999
  }
2000
2000
  export namespace SEGREGATED_CRYPTO_TRANSFER {
2001
2001
  export type Request = Common.Request.OrderWithWalletAccountParams &
2002
- Common.Request.OrderWithCounterpartyParams;
2002
+ Common.Request.OrderWithCounterpartyParams & {
2003
+ to_currency_id?: never;
2004
+ };
2003
2005
  export type Response = Common.Response.CryptoTransferResponse;
2004
2006
  }
2005
2007
  export namespace RN_CARDS_OFFRAMP {