automation-lib 5.4.253 → 5.4.254

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
@@ -12311,7 +12311,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
12311
12311
  timeExecute: Date;
12312
12312
  status: EStatusTaskToolSocials;
12313
12313
  note: string;
12314
- typeChange: ETypeChangeInfoInstagram;
12314
+ listTypeChange: ETypeChangeInfoInstagram[];
12315
12315
  newUserName: string;
12316
12316
  newFullname: string;
12317
12317
  newBio: string;
@@ -12378,7 +12378,7 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
12378
12378
  timeExecute: Date;
12379
12379
  status: EStatusTaskToolSocials;
12380
12380
  note: string;
12381
- typeChange: ETypeChangeInfoInstagram;
12381
+ listTypeChange: ETypeChangeInfoInstagram[];
12382
12382
  newUserName: string;
12383
12383
  newFullname: string;
12384
12384
  newBio: string;
package/dist/index.d.ts CHANGED
@@ -12311,7 +12311,7 @@ interface ITaskInstagramChangeInfo extends IBaseModel, ITrackingModel<IUser> {
12311
12311
  timeExecute: Date;
12312
12312
  status: EStatusTaskToolSocials;
12313
12313
  note: string;
12314
- typeChange: ETypeChangeInfoInstagram;
12314
+ listTypeChange: ETypeChangeInfoInstagram[];
12315
12315
  newUserName: string;
12316
12316
  newFullname: string;
12317
12317
  newBio: string;
@@ -12378,7 +12378,7 @@ interface ITaskInstagramChangeInfoELS extends IBaseELS {
12378
12378
  timeExecute: Date;
12379
12379
  status: EStatusTaskToolSocials;
12380
12380
  note: string;
12381
- typeChange: ETypeChangeInfoInstagram;
12381
+ listTypeChange: ETypeChangeInfoInstagram[];
12382
12382
  newUserName: string;
12383
12383
  newFullname: string;
12384
12384
  newBio: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.253",
3
+ "version": "5.4.254",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",