squarefi-bff-api-module 1.32.5 → 1.32.6

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.
@@ -2010,7 +2010,7 @@ export interface components {
2010
2010
  /** @enum {string} */
2011
2011
  type?: "INDIVIDUAL" | "BUSINESS";
2012
2012
  created_at?: string;
2013
- search: string;
2013
+ search?: string;
2014
2014
  };
2015
2015
  CounterpartyAccountDto: {
2016
2016
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.32.5",
3
+ "version": "1.32.6",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",