automation-lib 4.8.96 → 4.8.97
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 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -788,8 +788,8 @@ declare namespace index$5 {
|
|
|
788
788
|
|
|
789
789
|
interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
790
790
|
groupsAI: string | IAccountAIGroup;
|
|
791
|
-
|
|
792
|
-
|
|
791
|
+
ideaManagerWork: string | IManagerWork;
|
|
792
|
+
nicheManagerWork: string[] | IManagerWork[];
|
|
793
793
|
tags: string[] | IAccountAITag[];
|
|
794
794
|
membersAssigned: string[] | IUser[];
|
|
795
795
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -788,8 +788,8 @@ declare namespace index$5 {
|
|
|
788
788
|
|
|
789
789
|
interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
790
790
|
groupsAI: string | IAccountAIGroup;
|
|
791
|
-
|
|
792
|
-
|
|
791
|
+
ideaManagerWork: string | IManagerWork;
|
|
792
|
+
nicheManagerWork: string[] | IManagerWork[];
|
|
793
793
|
tags: string[] | IAccountAITag[];
|
|
794
794
|
membersAssigned: string[] | IUser[];
|
|
795
795
|
}
|