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} */
|