@yuno-payments/dashboard-api-mfe 0.35.0-beta.18 → 0.35.0-beta.19

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.
@@ -4,6 +4,8 @@ export interface ChartGPTResult {
4
4
  value: string;
5
5
  }
6
6
  export interface ChartGPTExecuteResponse {
7
+ status: string;
8
+ summary: string;
7
9
  available_types?: string[];
8
10
  results: ChartGPTResult[];
9
11
  }
package/build/index.d.ts CHANGED
@@ -4542,6 +4542,8 @@ interface ChartGPTResult {
4542
4542
  value: string;
4543
4543
  }
4544
4544
  interface ChartGPTExecuteResponse {
4545
+ status: string;
4546
+ summary: string;
4545
4547
  available_types?: string[];
4546
4548
  results: ChartGPTResult[];
4547
4549
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.35.0-beta.18",
3
+ "version": "0.35.0-beta.19",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",