@yuno-payments/dashboard-api-mfe 0.36.15 → 0.36.17

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.
@@ -13,12 +13,14 @@ export declare namespace AI {
13
13
  */
14
14
  type AIGenerate = {
15
15
  code: string;
16
- generated_json: SmartRouting.ConditionItem[];
16
+ generated_json: {
17
+ condition_sets: SmartRouting.ConditionItem[];
18
+ };
17
19
  status: AIGenerateStatus;
18
20
  };
19
21
  enum AIGenerateStatus {
20
22
  ACCEPTED = "ACCEPTED",
21
- REFUSED = "REJECTED",
23
+ REFUSED = "REFUSED",
22
24
  FRONT_FAILED = "FRONT_FAILED"
23
25
  }
24
26
  }
package/build/index.d.ts CHANGED
@@ -3514,12 +3514,14 @@ declare namespace AI {
3514
3514
  */
3515
3515
  type AIGenerate = {
3516
3516
  code: string;
3517
- generated_json: SmartRouting.ConditionItem[];
3517
+ generated_json: {
3518
+ condition_sets: SmartRouting.ConditionItem[];
3519
+ };
3518
3520
  status: AIGenerateStatus;
3519
3521
  };
3520
3522
  enum AIGenerateStatus {
3521
3523
  ACCEPTED = "ACCEPTED",
3522
- REFUSED = "REJECTED",
3524
+ REFUSED = "REFUSED",
3523
3525
  FRONT_FAILED = "FRONT_FAILED"
3524
3526
  }
3525
3527
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.15",
3
+ "version": "0.36.17",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",