automation-lib 6.6.637 → 6.6.640
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 +48 -1
- package/dist/index.d.ts +48 -1
- package/dist/index.js +3 -0
- package/dist/index.mjs +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -10103,6 +10103,17 @@ interface FindOverViewTaskInstagramChangeInfoDto {
|
|
|
10103
10103
|
[ETypeSocialChangeInfoInstagram.ChangeUsername]: number;
|
|
10104
10104
|
total: number;
|
|
10105
10105
|
};
|
|
10106
|
+
typePostStatus: {
|
|
10107
|
+
[ETaskInstagramPostType.News]: number;
|
|
10108
|
+
[ETaskInstagramPostType.Reel]: number;
|
|
10109
|
+
[ETaskInstagramPostType.Story]: number;
|
|
10110
|
+
[ETaskInstagramPostType.ProductSquare]: number;
|
|
10111
|
+
total: number;
|
|
10112
|
+
};
|
|
10113
|
+
isScheduleStatus: {
|
|
10114
|
+
yes: number;
|
|
10115
|
+
no: number;
|
|
10116
|
+
};
|
|
10106
10117
|
}
|
|
10107
10118
|
interface FilterTaskInstagramChangeInfoDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
10108
10119
|
typeChange: ETypeSocialChangeInfoInstagram[];
|
|
@@ -10328,6 +10339,17 @@ interface FindOverViewTaskInstagramPostDto {
|
|
|
10328
10339
|
[EStatusAccountSocialLogin.NA]: number;
|
|
10329
10340
|
total: number;
|
|
10330
10341
|
};
|
|
10342
|
+
typePostStatus: {
|
|
10343
|
+
[ETaskInstagramPostType.News]: number;
|
|
10344
|
+
[ETaskInstagramPostType.Reel]: number;
|
|
10345
|
+
[ETaskInstagramPostType.Story]: number;
|
|
10346
|
+
[ETaskInstagramPostType.ProductSquare]: number;
|
|
10347
|
+
total: number;
|
|
10348
|
+
};
|
|
10349
|
+
isScheduleStatus: {
|
|
10350
|
+
yes: number;
|
|
10351
|
+
no: number;
|
|
10352
|
+
};
|
|
10331
10353
|
}
|
|
10332
10354
|
interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
10333
10355
|
typePost: ETaskInstagramPostType[];
|
|
@@ -10707,7 +10729,10 @@ declare enum EFilterOptionInstagramSocial {
|
|
|
10707
10729
|
Idea = "Idea",
|
|
10708
10730
|
Niche = "Niche",
|
|
10709
10731
|
PC = "PC",
|
|
10710
|
-
AccountGroup = "AccountGroup"
|
|
10732
|
+
AccountGroup = "AccountGroup",
|
|
10733
|
+
DeviceKey = "deviceKey",
|
|
10734
|
+
SheetToolName = "sheetToolName",
|
|
10735
|
+
AccountVPN = "accountVPN"
|
|
10711
10736
|
}
|
|
10712
10737
|
|
|
10713
10738
|
interface FindOverViewInstagramReportPostHighLightDto {
|
|
@@ -24197,6 +24222,17 @@ interface FindOverViewTaskThreadsChangeInfoDto {
|
|
|
24197
24222
|
[ETypeSocialChangeInfoThreads.ChangeUsername]: number;
|
|
24198
24223
|
total: number;
|
|
24199
24224
|
};
|
|
24225
|
+
typePostStatus: {
|
|
24226
|
+
[ETaskInstagramPostType.News]: number;
|
|
24227
|
+
[ETaskInstagramPostType.Reel]: number;
|
|
24228
|
+
[ETaskInstagramPostType.Story]: number;
|
|
24229
|
+
[ETaskInstagramPostType.ProductSquare]: number;
|
|
24230
|
+
total: number;
|
|
24231
|
+
};
|
|
24232
|
+
isScheduleStatus: {
|
|
24233
|
+
yes: number;
|
|
24234
|
+
no: number;
|
|
24235
|
+
};
|
|
24200
24236
|
}
|
|
24201
24237
|
interface FilterTaskThreadsChangeInfoDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
24202
24238
|
typeChange: ETypeSocialChangeInfoThreads[];
|
|
@@ -24421,6 +24457,17 @@ interface FindOverViewTaskThreadsPostDto {
|
|
|
24421
24457
|
[EStatusAccountSocialLogin.NA]: number;
|
|
24422
24458
|
total: number;
|
|
24423
24459
|
};
|
|
24460
|
+
typePostStatus: {
|
|
24461
|
+
[ETaskInstagramPostType.News]: number;
|
|
24462
|
+
[ETaskInstagramPostType.Reel]: number;
|
|
24463
|
+
[ETaskInstagramPostType.Story]: number;
|
|
24464
|
+
[ETaskInstagramPostType.ProductSquare]: number;
|
|
24465
|
+
total: number;
|
|
24466
|
+
};
|
|
24467
|
+
isScheduleStatus: {
|
|
24468
|
+
yes: number;
|
|
24469
|
+
no: number;
|
|
24470
|
+
};
|
|
24424
24471
|
}
|
|
24425
24472
|
interface FilterTaskThreadsPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
24426
24473
|
typePost: ETaskThreadsPostType[];
|
package/dist/index.d.ts
CHANGED
|
@@ -10103,6 +10103,17 @@ interface FindOverViewTaskInstagramChangeInfoDto {
|
|
|
10103
10103
|
[ETypeSocialChangeInfoInstagram.ChangeUsername]: number;
|
|
10104
10104
|
total: number;
|
|
10105
10105
|
};
|
|
10106
|
+
typePostStatus: {
|
|
10107
|
+
[ETaskInstagramPostType.News]: number;
|
|
10108
|
+
[ETaskInstagramPostType.Reel]: number;
|
|
10109
|
+
[ETaskInstagramPostType.Story]: number;
|
|
10110
|
+
[ETaskInstagramPostType.ProductSquare]: number;
|
|
10111
|
+
total: number;
|
|
10112
|
+
};
|
|
10113
|
+
isScheduleStatus: {
|
|
10114
|
+
yes: number;
|
|
10115
|
+
no: number;
|
|
10116
|
+
};
|
|
10106
10117
|
}
|
|
10107
10118
|
interface FilterTaskInstagramChangeInfoDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
10108
10119
|
typeChange: ETypeSocialChangeInfoInstagram[];
|
|
@@ -10328,6 +10339,17 @@ interface FindOverViewTaskInstagramPostDto {
|
|
|
10328
10339
|
[EStatusAccountSocialLogin.NA]: number;
|
|
10329
10340
|
total: number;
|
|
10330
10341
|
};
|
|
10342
|
+
typePostStatus: {
|
|
10343
|
+
[ETaskInstagramPostType.News]: number;
|
|
10344
|
+
[ETaskInstagramPostType.Reel]: number;
|
|
10345
|
+
[ETaskInstagramPostType.Story]: number;
|
|
10346
|
+
[ETaskInstagramPostType.ProductSquare]: number;
|
|
10347
|
+
total: number;
|
|
10348
|
+
};
|
|
10349
|
+
isScheduleStatus: {
|
|
10350
|
+
yes: number;
|
|
10351
|
+
no: number;
|
|
10352
|
+
};
|
|
10331
10353
|
}
|
|
10332
10354
|
interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
10333
10355
|
typePost: ETaskInstagramPostType[];
|
|
@@ -10707,7 +10729,10 @@ declare enum EFilterOptionInstagramSocial {
|
|
|
10707
10729
|
Idea = "Idea",
|
|
10708
10730
|
Niche = "Niche",
|
|
10709
10731
|
PC = "PC",
|
|
10710
|
-
AccountGroup = "AccountGroup"
|
|
10732
|
+
AccountGroup = "AccountGroup",
|
|
10733
|
+
DeviceKey = "deviceKey",
|
|
10734
|
+
SheetToolName = "sheetToolName",
|
|
10735
|
+
AccountVPN = "accountVPN"
|
|
10711
10736
|
}
|
|
10712
10737
|
|
|
10713
10738
|
interface FindOverViewInstagramReportPostHighLightDto {
|
|
@@ -24197,6 +24222,17 @@ interface FindOverViewTaskThreadsChangeInfoDto {
|
|
|
24197
24222
|
[ETypeSocialChangeInfoThreads.ChangeUsername]: number;
|
|
24198
24223
|
total: number;
|
|
24199
24224
|
};
|
|
24225
|
+
typePostStatus: {
|
|
24226
|
+
[ETaskInstagramPostType.News]: number;
|
|
24227
|
+
[ETaskInstagramPostType.Reel]: number;
|
|
24228
|
+
[ETaskInstagramPostType.Story]: number;
|
|
24229
|
+
[ETaskInstagramPostType.ProductSquare]: number;
|
|
24230
|
+
total: number;
|
|
24231
|
+
};
|
|
24232
|
+
isScheduleStatus: {
|
|
24233
|
+
yes: number;
|
|
24234
|
+
no: number;
|
|
24235
|
+
};
|
|
24200
24236
|
}
|
|
24201
24237
|
interface FilterTaskThreadsChangeInfoDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
24202
24238
|
typeChange: ETypeSocialChangeInfoThreads[];
|
|
@@ -24421,6 +24457,17 @@ interface FindOverViewTaskThreadsPostDto {
|
|
|
24421
24457
|
[EStatusAccountSocialLogin.NA]: number;
|
|
24422
24458
|
total: number;
|
|
24423
24459
|
};
|
|
24460
|
+
typePostStatus: {
|
|
24461
|
+
[ETaskInstagramPostType.News]: number;
|
|
24462
|
+
[ETaskInstagramPostType.Reel]: number;
|
|
24463
|
+
[ETaskInstagramPostType.Story]: number;
|
|
24464
|
+
[ETaskInstagramPostType.ProductSquare]: number;
|
|
24465
|
+
total: number;
|
|
24466
|
+
};
|
|
24467
|
+
isScheduleStatus: {
|
|
24468
|
+
yes: number;
|
|
24469
|
+
no: number;
|
|
24470
|
+
};
|
|
24424
24471
|
}
|
|
24425
24472
|
interface FilterTaskThreadsPostDto extends IFilterBaseDto, IFilterBaseAccountSocialDto {
|
|
24426
24473
|
typePost: ETaskThreadsPostType[];
|
package/dist/index.js
CHANGED
|
@@ -2706,6 +2706,9 @@ var EFilterOptionInstagramSocial = /* @__PURE__ */ ((EFilterOptionInstagramSocia
|
|
|
2706
2706
|
EFilterOptionInstagramSocial2["Niche"] = "Niche";
|
|
2707
2707
|
EFilterOptionInstagramSocial2["PC"] = "PC";
|
|
2708
2708
|
EFilterOptionInstagramSocial2["AccountGroup"] = "AccountGroup";
|
|
2709
|
+
EFilterOptionInstagramSocial2["DeviceKey"] = "deviceKey";
|
|
2710
|
+
EFilterOptionInstagramSocial2["SheetToolName"] = "sheetToolName";
|
|
2711
|
+
EFilterOptionInstagramSocial2["AccountVPN"] = "accountVPN";
|
|
2709
2712
|
return EFilterOptionInstagramSocial2;
|
|
2710
2713
|
})(EFilterOptionInstagramSocial || {});
|
|
2711
2714
|
|
package/dist/index.mjs
CHANGED
|
@@ -2374,6 +2374,9 @@ var EFilterOptionInstagramSocial = /* @__PURE__ */ ((EFilterOptionInstagramSocia
|
|
|
2374
2374
|
EFilterOptionInstagramSocial2["Niche"] = "Niche";
|
|
2375
2375
|
EFilterOptionInstagramSocial2["PC"] = "PC";
|
|
2376
2376
|
EFilterOptionInstagramSocial2["AccountGroup"] = "AccountGroup";
|
|
2377
|
+
EFilterOptionInstagramSocial2["DeviceKey"] = "deviceKey";
|
|
2378
|
+
EFilterOptionInstagramSocial2["SheetToolName"] = "sheetToolName";
|
|
2379
|
+
EFilterOptionInstagramSocial2["AccountVPN"] = "accountVPN";
|
|
2377
2380
|
return EFilterOptionInstagramSocial2;
|
|
2378
2381
|
})(EFilterOptionInstagramSocial || {});
|
|
2379
2382
|
|