automation-lib 4.8.86 → 4.8.87

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
@@ -610,7 +610,7 @@ interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceMo
610
610
  idea: string | IIdea;
611
611
  niche: string[] | INiche[];
612
612
  membersAssigned: string[] | IUser[];
613
- groups: string[] | IAccountAIGroup[];
613
+ groupsAI: string[] | IAccountAIGroup[];
614
614
  email: string;
615
615
  password: string;
616
616
  emailPassword: string;
@@ -628,7 +628,7 @@ interface IAccountAITag extends BoInterfaceModelsCommon$1.IBaseModel {
628
628
  }
629
629
 
630
630
  interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
631
- account: string | IAccountAI;
631
+ accountAI: string | IAccountAI;
632
632
  name: string;
633
633
  url: string;
634
634
  }
package/dist/index.d.ts CHANGED
@@ -610,7 +610,7 @@ interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceMo
610
610
  idea: string | IIdea;
611
611
  niche: string[] | INiche[];
612
612
  membersAssigned: string[] | IUser[];
613
- groups: string[] | IAccountAIGroup[];
613
+ groupsAI: string[] | IAccountAIGroup[];
614
614
  email: string;
615
615
  password: string;
616
616
  emailPassword: string;
@@ -628,7 +628,7 @@ interface IAccountAITag extends BoInterfaceModelsCommon$1.IBaseModel {
628
628
  }
629
629
 
630
630
  interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
631
- account: string | IAccountAI;
631
+ accountAI: string | IAccountAI;
632
632
  name: string;
633
633
  url: string;
634
634
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.86",
3
+ "version": "4.8.87",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",