@yuno-payments/dashboard-api-mfe 0.36.16 → 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.
@@ -20,7 +20,7 @@ export declare namespace AI {
20
20
  };
21
21
  enum AIGenerateStatus {
22
22
  ACCEPTED = "ACCEPTED",
23
- REFUSED = "REJECTED",
23
+ REFUSED = "REFUSED",
24
24
  FRONT_FAILED = "FRONT_FAILED"
25
25
  }
26
26
  }
package/build/index.d.ts CHANGED
@@ -3521,7 +3521,7 @@ declare namespace AI {
3521
3521
  };
3522
3522
  enum AIGenerateStatus {
3523
3523
  ACCEPTED = "ACCEPTED",
3524
- REFUSED = "REJECTED",
3524
+ REFUSED = "REFUSED",
3525
3525
  FRONT_FAILED = "FRONT_FAILED"
3526
3526
  }
3527
3527
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.16",
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",