automation-lib 4.9.95 → 4.9.96
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1437,8 +1437,8 @@ interface ITaskAIImageVoice extends BoInterfaceModelsCommon.IBaseModel, BoInterf
|
|
|
1437
1437
|
promptVoicePage1Input: string;
|
|
1438
1438
|
promptVoicePage1Output: string;
|
|
1439
1439
|
billetCharacterVoicePage1: string;
|
|
1440
|
-
|
|
1441
|
-
|
|
1440
|
+
promptVoicePage3456Input: string;
|
|
1441
|
+
promptVoicePage3456Output: string;
|
|
1442
1442
|
billetCharacterVoicePage3456: string;
|
|
1443
1443
|
status: EStatusTaskAI;
|
|
1444
1444
|
}
|
|
@@ -1608,8 +1608,8 @@ interface ILogTaskAIImageVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoI
|
|
|
1608
1608
|
promptVoicePage1Input: string;
|
|
1609
1609
|
promptVoicePage1Output: string;
|
|
1610
1610
|
billetCharacterVoicePage1: string;
|
|
1611
|
-
|
|
1612
|
-
|
|
1611
|
+
promptVoicePage3456Input: string;
|
|
1612
|
+
promptVoicePage3456Output: string;
|
|
1613
1613
|
billetCharacterVoicePage3456: string;
|
|
1614
1614
|
status: EStatusTaskAI;
|
|
1615
1615
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -1437,8 +1437,8 @@ interface ITaskAIImageVoice extends BoInterfaceModelsCommon.IBaseModel, BoInterf
|
|
|
1437
1437
|
promptVoicePage1Input: string;
|
|
1438
1438
|
promptVoicePage1Output: string;
|
|
1439
1439
|
billetCharacterVoicePage1: string;
|
|
1440
|
-
|
|
1441
|
-
|
|
1440
|
+
promptVoicePage3456Input: string;
|
|
1441
|
+
promptVoicePage3456Output: string;
|
|
1442
1442
|
billetCharacterVoicePage3456: string;
|
|
1443
1443
|
status: EStatusTaskAI;
|
|
1444
1444
|
}
|
|
@@ -1608,8 +1608,8 @@ interface ILogTaskAIImageVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoI
|
|
|
1608
1608
|
promptVoicePage1Input: string;
|
|
1609
1609
|
promptVoicePage1Output: string;
|
|
1610
1610
|
billetCharacterVoicePage1: string;
|
|
1611
|
-
|
|
1612
|
-
|
|
1611
|
+
promptVoicePage3456Input: string;
|
|
1612
|
+
promptVoicePage3456Output: string;
|
|
1613
1613
|
billetCharacterVoicePage3456: string;
|
|
1614
1614
|
status: EStatusTaskAI;
|
|
1615
1615
|
}
|