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 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
- idea: string | IManagerWork;
792
- niche: string[] | IManagerWork[];
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
- idea: string | IManagerWork;
792
- niche: string[] | IManagerWork[];
791
+ ideaManagerWork: string | IManagerWork;
792
+ nicheManagerWork: string[] | IManagerWork[];
793
793
  tags: string[] | IAccountAITag[];
794
794
  membersAssigned: string[] | IUser[];
795
795
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.96",
3
+ "version": "4.8.97",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",