squarefi-bff-api-module 1.22.6 → 1.22.7

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.
@@ -2058,6 +2058,7 @@ export declare namespace API {
2058
2058
  offset: number;
2059
2059
  limit: number;
2060
2060
  pagination?: boolean;
2061
+ wallet_id: string;
2061
2062
  }
2062
2063
  interface Response {
2063
2064
  data: Program[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.22.6",
3
+ "version": "1.22.7",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -2417,6 +2417,7 @@ export namespace API {
2417
2417
  offset: number;
2418
2418
  limit: number;
2419
2419
  pagination?: boolean;
2420
+ wallet_id: string;
2420
2421
  }
2421
2422
  export interface Response {
2422
2423
  data: Program[];