automation-lib 4.8.118 → 4.8.119

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
@@ -1120,7 +1120,7 @@ interface ITaskAIItemGroup {
1120
1120
  name: string;
1121
1121
  order: number;
1122
1122
  listItemAction: Array<ITaskAIItemAction>;
1123
- listChannelAI: Array<string> | Array<IAccountAIChannel>;
1123
+ listChannelsAI: Array<string> | Array<IAccountAIChannel>;
1124
1124
  status: EStatusTaskAI;
1125
1125
  }
1126
1126
  interface ITaskAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
package/dist/index.d.ts CHANGED
@@ -1120,7 +1120,7 @@ interface ITaskAIItemGroup {
1120
1120
  name: string;
1121
1121
  order: number;
1122
1122
  listItemAction: Array<ITaskAIItemAction>;
1123
- listChannelAI: Array<string> | Array<IAccountAIChannel>;
1123
+ listChannelsAI: Array<string> | Array<IAccountAIChannel>;
1124
1124
  status: EStatusTaskAI;
1125
1125
  }
1126
1126
  interface ITaskAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.118",
3
+ "version": "4.8.119",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",