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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
631
|
+
accountAI: string | IAccountAI;
|
|
632
632
|
name: string;
|
|
633
633
|
url: string;
|
|
634
634
|
}
|