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 CHANGED
@@ -1437,8 +1437,8 @@ interface ITaskAIImageVoice extends BoInterfaceModelsCommon.IBaseModel, BoInterf
1437
1437
  promptVoicePage1Input: string;
1438
1438
  promptVoicePage1Output: string;
1439
1439
  billetCharacterVoicePage1: string;
1440
- promptVoicePage345Input: string;
1441
- promptVoicePage345Output: string;
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
- promptVoicePage345Input: string;
1612
- promptVoicePage345Output: string;
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
- promptVoicePage345Input: string;
1441
- promptVoicePage345Output: string;
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
- promptVoicePage345Input: string;
1612
- promptVoicePage345Output: string;
1611
+ promptVoicePage3456Input: string;
1612
+ promptVoicePage3456Output: string;
1613
1613
  billetCharacterVoicePage3456: string;
1614
1614
  status: EStatusTaskAI;
1615
1615
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.9.95",
3
+ "version": "4.9.96",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",