automation-lib 4.9.94 → 4.9.95
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.
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1439,7 +1439,7 @@ interface ITaskAIImageVoice extends BoInterfaceModelsCommon.IBaseModel, BoInterf
|
|
|
1439
1439
|
billetCharacterVoicePage1: string;
|
|
1440
1440
|
promptVoicePage345Input: string;
|
|
1441
1441
|
promptVoicePage345Output: string;
|
|
1442
|
-
|
|
1442
|
+
billetCharacterVoicePage3456: string;
|
|
1443
1443
|
status: EStatusTaskAI;
|
|
1444
1444
|
}
|
|
1445
1445
|
|
|
@@ -1610,7 +1610,7 @@ interface ILogTaskAIImageVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoI
|
|
|
1610
1610
|
billetCharacterVoicePage1: string;
|
|
1611
1611
|
promptVoicePage345Input: string;
|
|
1612
1612
|
promptVoicePage345Output: string;
|
|
1613
|
-
|
|
1613
|
+
billetCharacterVoicePage3456: string;
|
|
1614
1614
|
status: EStatusTaskAI;
|
|
1615
1615
|
}
|
|
1616
1616
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1439,7 +1439,7 @@ interface ITaskAIImageVoice extends BoInterfaceModelsCommon.IBaseModel, BoInterf
|
|
|
1439
1439
|
billetCharacterVoicePage1: string;
|
|
1440
1440
|
promptVoicePage345Input: string;
|
|
1441
1441
|
promptVoicePage345Output: string;
|
|
1442
|
-
|
|
1442
|
+
billetCharacterVoicePage3456: string;
|
|
1443
1443
|
status: EStatusTaskAI;
|
|
1444
1444
|
}
|
|
1445
1445
|
|
|
@@ -1610,7 +1610,7 @@ interface ILogTaskAIImageVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoI
|
|
|
1610
1610
|
billetCharacterVoicePage1: string;
|
|
1611
1611
|
promptVoicePage345Input: string;
|
|
1612
1612
|
promptVoicePage345Output: string;
|
|
1613
|
-
|
|
1613
|
+
billetCharacterVoicePage3456: string;
|
|
1614
1614
|
status: EStatusTaskAI;
|
|
1615
1615
|
}
|
|
1616
1616
|
|