automation-lib 5.1.59 → 5.1.61

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
@@ -1321,7 +1321,6 @@ interface IDepartmentRole extends IBaseModel, ITrackingModel<IUser> {
1321
1321
  interface ILark extends IBaseModel, ITrackingModel<IUser> {
1322
1322
  name: string;
1323
1323
  botHook: string;
1324
- typeSocial: ETypeSocial;
1325
1324
  departmentAssigned: string | IDepartment;
1326
1325
  teamAssigned: string | ITeam;
1327
1326
  typeObject: ELarkObject;
@@ -3046,7 +3045,7 @@ interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
3046
3045
  timePost: Date;
3047
3046
  linkPost: string;
3048
3047
  statusAccount: EStatusAccountSocial;
3049
- statusPost: EStatusExecuteCommon;
3048
+ statusPost: EStatusTaskScript;
3050
3049
  noteFix: string;
3051
3050
  }
3052
3051
 
@@ -3063,7 +3062,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
3063
3062
  altNicheImages: string[];
3064
3063
  altImages: string[];
3065
3064
  altVideos: string[];
3066
- status: EStatusExecuteCommon;
3065
+ status: EStatusTaskScript;
3067
3066
  statusDetail: string;
3068
3067
  timeStart: Date;
3069
3068
  timeEnd: Date;
@@ -3073,7 +3072,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
3073
3072
  account: IAccountSocialBase | string;
3074
3073
  follower: number;
3075
3074
  following: number;
3076
- status: EStatusExecuteCommon;
3075
+ status: EStatusTaskScript;
3077
3076
  statusDetail: string;
3078
3077
  timeStart: Date;
3079
3078
  timeEnd: Date;
@@ -3081,7 +3080,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
3081
3080
 
3082
3081
  interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3083
3082
  account: IAccountSocialBase | string;
3084
- status: EStatusExecuteCommon;
3083
+ status: EStatusTaskScript;
3085
3084
  statusDetail: string;
3086
3085
  receiverName: string;
3087
3086
  messageReply: string;
@@ -3092,7 +3091,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
3092
3091
  content: string;
3093
3092
  linkPost: string;
3094
3093
  userLink: string;
3095
- status: EStatusExecuteCommon;
3094
+ status: EStatusTaskScript;
3096
3095
  statusDetail: string;
3097
3096
  timeStart: Date;
3098
3097
  timeEnd: Date;
@@ -3234,7 +3233,7 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
3234
3233
  timePost: Date;
3235
3234
  linkPost: string;
3236
3235
  statusAccount: EStatusAccountSocial;
3237
- statusPost: EStatusExecuteCommon;
3236
+ statusPost: EStatusTaskScript;
3238
3237
  noteFix: string;
3239
3238
  }
3240
3239
 
package/dist/index.d.ts CHANGED
@@ -1321,7 +1321,6 @@ interface IDepartmentRole extends IBaseModel, ITrackingModel<IUser> {
1321
1321
  interface ILark extends IBaseModel, ITrackingModel<IUser> {
1322
1322
  name: string;
1323
1323
  botHook: string;
1324
- typeSocial: ETypeSocial;
1325
1324
  departmentAssigned: string | IDepartment;
1326
1325
  teamAssigned: string | ITeam;
1327
1326
  typeObject: ELarkObject;
@@ -3046,7 +3045,7 @@ interface IThreadsHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
3046
3045
  timePost: Date;
3047
3046
  linkPost: string;
3048
3047
  statusAccount: EStatusAccountSocial;
3049
- statusPost: EStatusExecuteCommon;
3048
+ statusPost: EStatusTaskScript;
3050
3049
  noteFix: string;
3051
3050
  }
3052
3051
 
@@ -3063,7 +3062,7 @@ interface IThreadsReportPost extends IBaseModel, ITrackingModel<IUser> {
3063
3062
  altNicheImages: string[];
3064
3063
  altImages: string[];
3065
3064
  altVideos: string[];
3066
- status: EStatusExecuteCommon;
3065
+ status: EStatusTaskScript;
3067
3066
  statusDetail: string;
3068
3067
  timeStart: Date;
3069
3068
  timeEnd: Date;
@@ -3073,7 +3072,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
3073
3072
  account: IAccountSocialBase | string;
3074
3073
  follower: number;
3075
3074
  following: number;
3076
- status: EStatusExecuteCommon;
3075
+ status: EStatusTaskScript;
3077
3076
  statusDetail: string;
3078
3077
  timeStart: Date;
3079
3078
  timeEnd: Date;
@@ -3081,7 +3080,7 @@ interface IThreadsReportInteractFollow extends IBaseModel, ITrackingModel<IUser>
3081
3080
 
3082
3081
  interface IThreadsReportInteractReplyMessage extends IBaseModel, ITrackingTimeScript, ITrackingModel<IUser> {
3083
3082
  account: IAccountSocialBase | string;
3084
- status: EStatusExecuteCommon;
3083
+ status: EStatusTaskScript;
3085
3084
  statusDetail: string;
3086
3085
  receiverName: string;
3087
3086
  messageReply: string;
@@ -3092,7 +3091,7 @@ interface IThreadsReportInteractReplyComment extends IBaseModel, ITrackingModel<
3092
3091
  content: string;
3093
3092
  linkPost: string;
3094
3093
  userLink: string;
3095
- status: EStatusExecuteCommon;
3094
+ status: EStatusTaskScript;
3096
3095
  statusDetail: string;
3097
3096
  timeStart: Date;
3098
3097
  timeEnd: Date;
@@ -3234,7 +3233,7 @@ interface IInstagramHistoryAutoPost extends IBaseModel, ITrackingModel<IUser> {
3234
3233
  timePost: Date;
3235
3234
  linkPost: string;
3236
3235
  statusAccount: EStatusAccountSocial;
3237
- statusPost: EStatusExecuteCommon;
3236
+ statusPost: EStatusTaskScript;
3238
3237
  noteFix: string;
3239
3238
  }
3240
3239
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.59",
3
+ "version": "5.1.61",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",