@yuno-payments/dashboard-api-mfe 0.35.0-beta.14 → 0.35.0-beta.15

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.
@@ -21,8 +21,6 @@ export interface PatchChartGPTChartPayload {
21
21
  name: string;
22
22
  }
23
23
  export interface CreateAndExecuteChartPayload {
24
- type: string;
25
- name: string;
26
24
  user_prompt: string;
27
25
  }
28
26
  export interface CreateAndExecuteChartResult {
package/build/index.d.ts CHANGED
@@ -4580,8 +4580,6 @@ interface PatchChartGPTChartPayload {
4580
4580
  name: string;
4581
4581
  }
4582
4582
  interface CreateAndExecuteChartPayload {
4583
- type: string;
4584
- name: string;
4585
4583
  user_prompt: string;
4586
4584
  }
4587
4585
  interface CreateAndExecuteChartResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.35.0-beta.14",
3
+ "version": "0.35.0-beta.15",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",