@yuno-payments/dashboard-api-mfe 0.36.15 → 0.36.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.
|
@@ -13,7 +13,9 @@ 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 {
|
|
@@ -13,7 +13,9 @@ 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 {
|
package/build/index.d.ts
CHANGED
|
@@ -3514,7 +3514,9 @@ 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 {
|