@yuno-payments/dashboard-api-mfe 0.36.58 → 0.36.59-beta.4
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.
- package/build/cjs/index.js +6 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/common/config.d.ts +5 -0
- package/build/cjs/types/queries/chartgpt/chartgpt.query.d.ts +1 -1
- package/build/esm/index.js +2 -2
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/common/config.d.ts +5 -0
- package/build/esm/types/queries/chartgpt/chartgpt.query.d.ts +1 -1
- package/build/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -5,4 +5,9 @@ export declare const environment: {
|
|
|
5
5
|
BFF_URL_STG: string | undefined;
|
|
6
6
|
BFF_URL_DEV: string | undefined;
|
|
7
7
|
BFF_URL_LOCAL: string | undefined;
|
|
8
|
+
WS_URL_LOCAL: string | undefined;
|
|
9
|
+
WS_URL_PROD: string | undefined;
|
|
10
|
+
WS_URL_SBX: string | undefined;
|
|
11
|
+
WS_URL_STG: string | undefined;
|
|
12
|
+
WS_URL_DEV: string | undefined;
|
|
8
13
|
};
|
package/build/index.d.ts
CHANGED
|
@@ -4857,7 +4857,7 @@ interface ChartGPTResult {
|
|
|
4857
4857
|
interface ChartGPTExecuteResponse {
|
|
4858
4858
|
status: string;
|
|
4859
4859
|
summary: string;
|
|
4860
|
-
|
|
4860
|
+
availableTypes?: string[];
|
|
4861
4861
|
results: ChartGPTResult[];
|
|
4862
4862
|
sql_query?: string;
|
|
4863
4863
|
user_prompt?: string;
|