automation-lib 5.4.311 → 5.4.313

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
@@ -5616,9 +5616,6 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBas
5616
5616
  }
5617
5617
 
5618
5618
  interface FindInstagramAccountRawDto extends IFindBaseDto {
5619
- accountStatusSync: EStatusAccountSocialSync;
5620
- accountStatus: EStatusAccountSocialRaw;
5621
- accountStatusTimeChange: Date;
5622
5619
  pcInfo: {
5623
5620
  id: string;
5624
5621
  name: string;
@@ -5638,6 +5635,8 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
5638
5635
  statusConnectPC: EStatusDeviceConnectPC;
5639
5636
  statusReplace: EStatusDeviceReplace;
5640
5637
  };
5638
+ accountStatus: EStatusAccountSocialRaw;
5639
+ accountStatusTimeChange: Date;
5641
5640
  timeAddToDevice: Date;
5642
5641
  isActiveOnDevice: boolean;
5643
5642
  timeStartStopOnDevice: Date;
@@ -9366,7 +9365,7 @@ interface FilterDeviceDto extends IFilterBaseDto, IFilterAssignDto {
9366
9365
  timeExpiredPhoneNumber: [Date, Date];
9367
9366
  resetDeviceTime: number[];
9368
9367
  }
9369
- interface FindDeviceDto extends IFindBaseDto, IDevice {
9368
+ interface FindDeviceDto extends IFindBaseDto {
9370
9369
  allAccountSocials: {
9371
9370
  x: {
9372
9371
  total: number;
@@ -11324,6 +11323,7 @@ interface ISettingRunTimeInstagramPost {
11324
11323
  typePost: EPostType;
11325
11324
  isAddAILabel: boolean;
11326
11325
  isSchedule: boolean;
11326
+ isEdit: boolean;
11327
11327
  }
11328
11328
 
11329
11329
  interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
package/dist/index.d.ts CHANGED
@@ -5616,9 +5616,6 @@ interface FilterInstagramHistoryGroupDto extends IFilterBaseDto, Omit<IFilterBas
5616
5616
  }
5617
5617
 
5618
5618
  interface FindInstagramAccountRawDto extends IFindBaseDto {
5619
- accountStatusSync: EStatusAccountSocialSync;
5620
- accountStatus: EStatusAccountSocialRaw;
5621
- accountStatusTimeChange: Date;
5622
5619
  pcInfo: {
5623
5620
  id: string;
5624
5621
  name: string;
@@ -5638,6 +5635,8 @@ interface FindInstagramAccountRawDto extends IFindBaseDto {
5638
5635
  statusConnectPC: EStatusDeviceConnectPC;
5639
5636
  statusReplace: EStatusDeviceReplace;
5640
5637
  };
5638
+ accountStatus: EStatusAccountSocialRaw;
5639
+ accountStatusTimeChange: Date;
5641
5640
  timeAddToDevice: Date;
5642
5641
  isActiveOnDevice: boolean;
5643
5642
  timeStartStopOnDevice: Date;
@@ -9366,7 +9365,7 @@ interface FilterDeviceDto extends IFilterBaseDto, IFilterAssignDto {
9366
9365
  timeExpiredPhoneNumber: [Date, Date];
9367
9366
  resetDeviceTime: number[];
9368
9367
  }
9369
- interface FindDeviceDto extends IFindBaseDto, IDevice {
9368
+ interface FindDeviceDto extends IFindBaseDto {
9370
9369
  allAccountSocials: {
9371
9370
  x: {
9372
9371
  total: number;
@@ -11324,6 +11323,7 @@ interface ISettingRunTimeInstagramPost {
11324
11323
  typePost: EPostType;
11325
11324
  isAddAILabel: boolean;
11326
11325
  isSchedule: boolean;
11326
+ isEdit: boolean;
11327
11327
  }
11328
11328
 
11329
11329
  interface IInstagramReportInteractBlockUser extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.311",
3
+ "version": "5.4.313",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",