@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:
|
|
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 = "
|
|
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:
|
|
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 = "
|
|
3524
|
+
REFUSED = "REFUSED",
|
|
3523
3525
|
FRONT_FAILED = "FRONT_FAILED"
|
|
3524
3526
|
}
|
|
3525
3527
|
}
|