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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
12381
|
+
listTypeChange: ETypeChangeInfoInstagram[];
|
|
12382
12382
|
newUserName: string;
|
|
12383
12383
|
newFullname: string;
|
|
12384
12384
|
newBio: string;
|