automation-lib 4.8.114 → 4.8.116

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
@@ -1124,6 +1124,8 @@ interface ITaskAIItemGroup {
1124
1124
  }
1125
1125
  interface ITaskAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1126
1126
  accountAI: string | IAccountAI;
1127
+ accountInfo: string | IAccountAIInfo;
1128
+ accountChannel: string | IAccountAIChannel;
1127
1129
  accountVPS: string | IAccountVPS;
1128
1130
  sheetID: string;
1129
1131
  sheetUrl: string;
package/dist/index.d.ts CHANGED
@@ -1124,6 +1124,8 @@ interface ITaskAIItemGroup {
1124
1124
  }
1125
1125
  interface ITaskAI extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1126
1126
  accountAI: string | IAccountAI;
1127
+ accountInfo: string | IAccountAIInfo;
1128
+ accountChannel: string | IAccountAIChannel;
1127
1129
  accountVPS: string | IAccountVPS;
1128
1130
  sheetID: string;
1129
1131
  sheetUrl: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.114",
3
+ "version": "4.8.116",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",