squarefi-bff-api-module 1.18.11 → 1.18.12

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.
@@ -1215,11 +1215,10 @@ export declare namespace API {
1215
1215
  namespace OMNIBUS_CRYPTO_WITHDRAWAL {
1216
1216
  interface Request {
1217
1217
  idempotency_key: string;
1218
+ counterparty_account_id: string;
1218
1219
  amount: number;
1219
1220
  wallet_uuid: string;
1220
1221
  currency_id: string;
1221
- to_address: string;
1222
- counterparty_id: string;
1223
1222
  memo?: string;
1224
1223
  note?: string;
1225
1224
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.18.11",
3
+ "version": "1.18.12",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1413,11 +1413,10 @@ export namespace API {
1413
1413
  export namespace OMNIBUS_CRYPTO_WITHDRAWAL {
1414
1414
  export interface Request {
1415
1415
  idempotency_key: string;
1416
+ counterparty_account_id: string;
1416
1417
  amount: number;
1417
1418
  wallet_uuid: string;
1418
1419
  currency_id: string;
1419
- to_address: string;
1420
- counterparty_id: string;
1421
1420
  memo?: string;
1422
1421
  note?: string;
1423
1422
  }