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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
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;
|