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

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,13 +21,12 @@ 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 {
29
27
  chart: ChartGPTChart;
30
28
  execution: ChartGPTExecuteResponse;
29
+ chartgpt_id: string;
31
30
  }
32
31
  export declare function useCreateChart(): UseMutationResult<CreateChartGPTChartResponse, AxiosError<ErrorChartGPTResponse>, CreateChartGPTChartPayload>;
33
32
  export declare function useDeleteChart(): UseMutationResult<void, AxiosError<ErrorChartGPTResponse>, string>;
package/build/index.d.ts CHANGED
@@ -4580,13 +4580,12 @@ 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 {
4588
4586
  chart: ChartGPTChart;
4589
4587
  execution: ChartGPTExecuteResponse;
4588
+ chartgpt_id: string;
4590
4589
  }
4591
4590
  declare function useCreateChart(): UseMutationResult<CreateChartGPTChartResponse, AxiosError<ErrorChartGPTResponse>, CreateChartGPTChartPayload>;
4592
4591
  declare function useDeleteChart(): UseMutationResult<void, AxiosError<ErrorChartGPTResponse>, string>;
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.16",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",