automation-lib 5.4.301 → 5.4.302

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
@@ -4680,7 +4680,6 @@ interface IAccountSocialGroup extends IBaseModel, ITrackingModel<IUser> {
4680
4680
  }
4681
4681
 
4682
4682
  interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccountSocialBase {
4683
- typeSocial: ETypeSocial;
4684
4683
  accountID: number;
4685
4684
  group: IAccountSocialGroup | string;
4686
4685
  nameAppCloneSocial: string;
@@ -12938,7 +12937,6 @@ interface IInstagramDashboardFollowerELS extends IBaseELS {
12938
12937
 
12939
12938
  interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccountSocialBase {
12940
12939
  accountInstagram: string | IInstagramAccountRaw;
12941
- typeSocial: ETypeSocial;
12942
12940
  accountID: number;
12943
12941
  group: IAccountSocialGroup | string;
12944
12942
  nameAppCloneSocial: string;
package/dist/index.d.ts CHANGED
@@ -4680,7 +4680,6 @@ interface IAccountSocialGroup extends IBaseModel, ITrackingModel<IUser> {
4680
4680
  }
4681
4681
 
4682
4682
  interface IInstagramAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccountSocialBase {
4683
- typeSocial: ETypeSocial;
4684
4683
  accountID: number;
4685
4684
  group: IAccountSocialGroup | string;
4686
4685
  nameAppCloneSocial: string;
@@ -12938,7 +12937,6 @@ interface IInstagramDashboardFollowerELS extends IBaseELS {
12938
12937
 
12939
12938
  interface IThreadsAccountRaw extends IBaseModel, ITrackingModel<IUser>, IAccountSocialBase {
12940
12939
  accountInstagram: string | IInstagramAccountRaw;
12941
- typeSocial: ETypeSocial;
12942
12940
  accountID: number;
12943
12941
  group: IAccountSocialGroup | string;
12944
12942
  nameAppCloneSocial: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.301",
3
+ "version": "5.4.302",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",