@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.
@@ -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
  };
@@ -6,7 +6,7 @@ export interface ChartGPTResult {
6
6
  export interface ChartGPTExecuteResponse {
7
7
  status: string;
8
8
  summary: string;
9
- available_types?: string[];
9
+ availableTypes?: string[];
10
10
  results: ChartGPTResult[];
11
11
  sql_query?: string;
12
12
  user_prompt?: string;
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
- available_types?: string[];
4860
+ availableTypes?: string[];
4861
4861
  results: ChartGPTResult[];
4862
4862
  sql_query?: string;
4863
4863
  user_prompt?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.58",
3
+ "version": "0.36.59-beta.4",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",