automation-lib 6.4.32 → 6.4.34

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
@@ -8279,7 +8279,7 @@ interface FindTaskInstagramPostDto extends IFindBaseDto {
8279
8279
  isSchedule: boolean;
8280
8280
  editPostRunTime: string;
8281
8281
  statusEditContent: string;
8282
- aiLabel: boolean;
8282
+ isAddAILabel: boolean;
8283
8283
  dateTimeStart: Date;
8284
8284
  dateTimeEnd: Date;
8285
8285
  }
@@ -8629,7 +8629,6 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel {
8629
8629
  isSchedule: boolean;
8630
8630
  editPostRunTime: string;
8631
8631
  statusEditContent: string;
8632
- aiLabel: boolean;
8633
8632
  }
8634
8633
 
8635
8634
  interface ITaskInstagramPostLog extends IBaseModel, ITrackingModel {
package/dist/index.d.ts CHANGED
@@ -8279,7 +8279,7 @@ interface FindTaskInstagramPostDto extends IFindBaseDto {
8279
8279
  isSchedule: boolean;
8280
8280
  editPostRunTime: string;
8281
8281
  statusEditContent: string;
8282
- aiLabel: boolean;
8282
+ isAddAILabel: boolean;
8283
8283
  dateTimeStart: Date;
8284
8284
  dateTimeEnd: Date;
8285
8285
  }
@@ -8629,7 +8629,6 @@ interface ITaskInstagramPost extends IBaseModel, ITrackingModel {
8629
8629
  isSchedule: boolean;
8630
8630
  editPostRunTime: string;
8631
8631
  statusEditContent: string;
8632
- aiLabel: boolean;
8633
8632
  }
8634
8633
 
8635
8634
  interface ITaskInstagramPostLog extends IBaseModel, ITrackingModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.4.32",
3
+ "version": "6.4.34",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",