squarefi-bff-api-module 1.34.20 → 1.34.21

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.
@@ -2291,6 +2291,7 @@ export interface components {
2291
2291
  readonly address?: string | null;
2292
2292
  readonly website?: string | null;
2293
2293
  readonly support_text?: string | null;
2294
+ readonly support_phone?: string | null;
2294
2295
  };
2295
2296
  SystemConfigDto: {
2296
2297
  /** @enum {string} */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.34.20",
3
+ "version": "1.34.21",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",