automation-lib 5.4.27 → 5.4.29
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 +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -31,6 +31,7 @@ declare const CONST_API_COMMON: {
|
|
|
31
31
|
FIND_DETAIL: string;
|
|
32
32
|
FIND_MULTI: string;
|
|
33
33
|
FIND_MULTI_FULL: string;
|
|
34
|
+
FIND_MULTI_FULL_ELS: string;
|
|
34
35
|
};
|
|
35
36
|
declare const CONST_API_CONTROLLERS: {
|
|
36
37
|
COMMON: {
|
|
@@ -3613,6 +3614,7 @@ interface FilterTaskThreadsPostDto extends IFilterBaseDto, IFilterBaseAccountSoc
|
|
|
3613
3614
|
accountGroup: string[];
|
|
3614
3615
|
account: string[];
|
|
3615
3616
|
sheetName: string[];
|
|
3617
|
+
status: EStatusTaskToolSocials[];
|
|
3616
3618
|
}
|
|
3617
3619
|
|
|
3618
3620
|
interface FindOverViewTaskThreadsFollowDto {
|
|
@@ -3656,6 +3658,7 @@ interface FilterTaskThreadsFollowDto extends IFilterBaseDto, IFilterBaseAccountS
|
|
|
3656
3658
|
accountGroup: string[];
|
|
3657
3659
|
account: string[];
|
|
3658
3660
|
sheetName: string[];
|
|
3661
|
+
status: EStatusTaskToolSocials[];
|
|
3659
3662
|
}
|
|
3660
3663
|
|
|
3661
3664
|
interface FindOverViewTaskThreadsReplyCommentDto {
|
|
@@ -3699,6 +3702,7 @@ interface FilterTaskThreadsReplyCommentDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
3699
3702
|
accountGroup: string[];
|
|
3700
3703
|
account: string[];
|
|
3701
3704
|
sheetName: string[];
|
|
3705
|
+
status: EStatusTaskToolSocials[];
|
|
3702
3706
|
}
|
|
3703
3707
|
|
|
3704
3708
|
interface FindOverViewTaskThreadsReplyMessageDto {
|
|
@@ -3742,6 +3746,7 @@ interface FilterTaskThreadsReplyMessageDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
3742
3746
|
accountGroup: string[];
|
|
3743
3747
|
account: string[];
|
|
3744
3748
|
sheetName: string[];
|
|
3749
|
+
status: EStatusTaskToolSocials[];
|
|
3745
3750
|
}
|
|
3746
3751
|
|
|
3747
3752
|
interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseAccountSocialDto, ApplyTimeDashboardDto {
|
|
@@ -5974,6 +5979,7 @@ interface FilterTaskInstagramBlockUserDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
5974
5979
|
device: string[];
|
|
5975
5980
|
accountGroup: string[];
|
|
5976
5981
|
account: string[];
|
|
5982
|
+
status: EStatusTaskToolSocials[];
|
|
5977
5983
|
}
|
|
5978
5984
|
|
|
5979
5985
|
interface FindOverViewTaskInstagramChangeInfoDto {
|
|
@@ -6017,6 +6023,7 @@ interface FilterTaskInstagramChangeInfoDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
6017
6023
|
accountGroup: string[];
|
|
6018
6024
|
account: string[];
|
|
6019
6025
|
sheetName: string[];
|
|
6026
|
+
status: EStatusTaskToolSocials[];
|
|
6020
6027
|
}
|
|
6021
6028
|
|
|
6022
6029
|
interface FindOverViewTaskInstagramFollowDto {
|
|
@@ -6060,6 +6067,7 @@ interface FilterTaskInstagramFollowDto extends IFilterBaseDto, IFilterBaseAccoun
|
|
|
6060
6067
|
accountGroup: string[];
|
|
6061
6068
|
account: string[];
|
|
6062
6069
|
sheetName: string[];
|
|
6070
|
+
status: EStatusTaskToolSocials[];
|
|
6063
6071
|
}
|
|
6064
6072
|
|
|
6065
6073
|
interface FindOverViewTaskInstagramReplyCommentDto {
|
|
@@ -6103,6 +6111,7 @@ interface FilterTaskInstagramReplyCommentDto extends IFilterBaseDto, IFilterBase
|
|
|
6103
6111
|
accountGroup: string[];
|
|
6104
6112
|
account: string[];
|
|
6105
6113
|
sheetName: string[];
|
|
6114
|
+
status: EStatusTaskToolSocials[];
|
|
6106
6115
|
}
|
|
6107
6116
|
|
|
6108
6117
|
interface FindOverViewTaskInstagramReplyMessageDto {
|
|
@@ -6146,6 +6155,7 @@ interface FilterTaskInstagramReplyMessageDto extends IFilterBaseDto, IFilterBase
|
|
|
6146
6155
|
accountGroup: string[];
|
|
6147
6156
|
account: string[];
|
|
6148
6157
|
sheetName: string[];
|
|
6158
|
+
status: EStatusTaskToolSocials[];
|
|
6149
6159
|
}
|
|
6150
6160
|
|
|
6151
6161
|
interface FindOverViewTaskInstagramPostDto {
|
|
@@ -6189,6 +6199,7 @@ interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountS
|
|
|
6189
6199
|
accountGroup: string[];
|
|
6190
6200
|
account: string[];
|
|
6191
6201
|
sheetName: string[];
|
|
6202
|
+
status: EStatusTaskToolSocials[];
|
|
6192
6203
|
}
|
|
6193
6204
|
|
|
6194
6205
|
interface FindOverViewTaskInstagramInteractExploreDto {
|
|
@@ -6231,6 +6242,7 @@ interface FilterTaskInstagramInteractExploreDto extends IFilterBaseDto, IFilterB
|
|
|
6231
6242
|
device: string[];
|
|
6232
6243
|
accountGroup: string[];
|
|
6233
6244
|
account: string[];
|
|
6245
|
+
status: EStatusTaskToolSocials[];
|
|
6234
6246
|
}
|
|
6235
6247
|
|
|
6236
6248
|
interface FindOverViewTaskInstagramInteractReelDto {
|
|
@@ -6273,6 +6285,7 @@ interface FilterTaskInstagramInteractReelDto extends IFilterBaseDto, IFilterBase
|
|
|
6273
6285
|
device: string[];
|
|
6274
6286
|
accountGroup: string[];
|
|
6275
6287
|
account: string[];
|
|
6288
|
+
status: EStatusTaskToolSocials[];
|
|
6276
6289
|
}
|
|
6277
6290
|
|
|
6278
6291
|
interface FindOverViewTaskInstagramInteractStoryDto {
|
|
@@ -6315,6 +6328,7 @@ interface FilterTaskInstagramInteractStoryDto extends IFilterBaseDto, IFilterBas
|
|
|
6315
6328
|
device: string[];
|
|
6316
6329
|
accountGroup: string[];
|
|
6317
6330
|
account: string[];
|
|
6331
|
+
status: EStatusTaskToolSocials[];
|
|
6318
6332
|
}
|
|
6319
6333
|
|
|
6320
6334
|
interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBaseAccountSocialDto, ApplyTimeDashboardDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -31,6 +31,7 @@ declare const CONST_API_COMMON: {
|
|
|
31
31
|
FIND_DETAIL: string;
|
|
32
32
|
FIND_MULTI: string;
|
|
33
33
|
FIND_MULTI_FULL: string;
|
|
34
|
+
FIND_MULTI_FULL_ELS: string;
|
|
34
35
|
};
|
|
35
36
|
declare const CONST_API_CONTROLLERS: {
|
|
36
37
|
COMMON: {
|
|
@@ -3613,6 +3614,7 @@ interface FilterTaskThreadsPostDto extends IFilterBaseDto, IFilterBaseAccountSoc
|
|
|
3613
3614
|
accountGroup: string[];
|
|
3614
3615
|
account: string[];
|
|
3615
3616
|
sheetName: string[];
|
|
3617
|
+
status: EStatusTaskToolSocials[];
|
|
3616
3618
|
}
|
|
3617
3619
|
|
|
3618
3620
|
interface FindOverViewTaskThreadsFollowDto {
|
|
@@ -3656,6 +3658,7 @@ interface FilterTaskThreadsFollowDto extends IFilterBaseDto, IFilterBaseAccountS
|
|
|
3656
3658
|
accountGroup: string[];
|
|
3657
3659
|
account: string[];
|
|
3658
3660
|
sheetName: string[];
|
|
3661
|
+
status: EStatusTaskToolSocials[];
|
|
3659
3662
|
}
|
|
3660
3663
|
|
|
3661
3664
|
interface FindOverViewTaskThreadsReplyCommentDto {
|
|
@@ -3699,6 +3702,7 @@ interface FilterTaskThreadsReplyCommentDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
3699
3702
|
accountGroup: string[];
|
|
3700
3703
|
account: string[];
|
|
3701
3704
|
sheetName: string[];
|
|
3705
|
+
status: EStatusTaskToolSocials[];
|
|
3702
3706
|
}
|
|
3703
3707
|
|
|
3704
3708
|
interface FindOverViewTaskThreadsReplyMessageDto {
|
|
@@ -3742,6 +3746,7 @@ interface FilterTaskThreadsReplyMessageDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
3742
3746
|
accountGroup: string[];
|
|
3743
3747
|
account: string[];
|
|
3744
3748
|
sheetName: string[];
|
|
3749
|
+
status: EStatusTaskToolSocials[];
|
|
3745
3750
|
}
|
|
3746
3751
|
|
|
3747
3752
|
interface FilterThreadsDashboardFollowerDto extends IFilterBaseDto, IFilterBaseAccountSocialDto, ApplyTimeDashboardDto {
|
|
@@ -5974,6 +5979,7 @@ interface FilterTaskInstagramBlockUserDto extends IFilterBaseDto, IFilterBaseAcc
|
|
|
5974
5979
|
device: string[];
|
|
5975
5980
|
accountGroup: string[];
|
|
5976
5981
|
account: string[];
|
|
5982
|
+
status: EStatusTaskToolSocials[];
|
|
5977
5983
|
}
|
|
5978
5984
|
|
|
5979
5985
|
interface FindOverViewTaskInstagramChangeInfoDto {
|
|
@@ -6017,6 +6023,7 @@ interface FilterTaskInstagramChangeInfoDto extends IFilterBaseDto, IFilterBaseAc
|
|
|
6017
6023
|
accountGroup: string[];
|
|
6018
6024
|
account: string[];
|
|
6019
6025
|
sheetName: string[];
|
|
6026
|
+
status: EStatusTaskToolSocials[];
|
|
6020
6027
|
}
|
|
6021
6028
|
|
|
6022
6029
|
interface FindOverViewTaskInstagramFollowDto {
|
|
@@ -6060,6 +6067,7 @@ interface FilterTaskInstagramFollowDto extends IFilterBaseDto, IFilterBaseAccoun
|
|
|
6060
6067
|
accountGroup: string[];
|
|
6061
6068
|
account: string[];
|
|
6062
6069
|
sheetName: string[];
|
|
6070
|
+
status: EStatusTaskToolSocials[];
|
|
6063
6071
|
}
|
|
6064
6072
|
|
|
6065
6073
|
interface FindOverViewTaskInstagramReplyCommentDto {
|
|
@@ -6103,6 +6111,7 @@ interface FilterTaskInstagramReplyCommentDto extends IFilterBaseDto, IFilterBase
|
|
|
6103
6111
|
accountGroup: string[];
|
|
6104
6112
|
account: string[];
|
|
6105
6113
|
sheetName: string[];
|
|
6114
|
+
status: EStatusTaskToolSocials[];
|
|
6106
6115
|
}
|
|
6107
6116
|
|
|
6108
6117
|
interface FindOverViewTaskInstagramReplyMessageDto {
|
|
@@ -6146,6 +6155,7 @@ interface FilterTaskInstagramReplyMessageDto extends IFilterBaseDto, IFilterBase
|
|
|
6146
6155
|
accountGroup: string[];
|
|
6147
6156
|
account: string[];
|
|
6148
6157
|
sheetName: string[];
|
|
6158
|
+
status: EStatusTaskToolSocials[];
|
|
6149
6159
|
}
|
|
6150
6160
|
|
|
6151
6161
|
interface FindOverViewTaskInstagramPostDto {
|
|
@@ -6189,6 +6199,7 @@ interface FilterTaskInstagramPostDto extends IFilterBaseDto, IFilterBaseAccountS
|
|
|
6189
6199
|
accountGroup: string[];
|
|
6190
6200
|
account: string[];
|
|
6191
6201
|
sheetName: string[];
|
|
6202
|
+
status: EStatusTaskToolSocials[];
|
|
6192
6203
|
}
|
|
6193
6204
|
|
|
6194
6205
|
interface FindOverViewTaskInstagramInteractExploreDto {
|
|
@@ -6231,6 +6242,7 @@ interface FilterTaskInstagramInteractExploreDto extends IFilterBaseDto, IFilterB
|
|
|
6231
6242
|
device: string[];
|
|
6232
6243
|
accountGroup: string[];
|
|
6233
6244
|
account: string[];
|
|
6245
|
+
status: EStatusTaskToolSocials[];
|
|
6234
6246
|
}
|
|
6235
6247
|
|
|
6236
6248
|
interface FindOverViewTaskInstagramInteractReelDto {
|
|
@@ -6273,6 +6285,7 @@ interface FilterTaskInstagramInteractReelDto extends IFilterBaseDto, IFilterBase
|
|
|
6273
6285
|
device: string[];
|
|
6274
6286
|
accountGroup: string[];
|
|
6275
6287
|
account: string[];
|
|
6288
|
+
status: EStatusTaskToolSocials[];
|
|
6276
6289
|
}
|
|
6277
6290
|
|
|
6278
6291
|
interface FindOverViewTaskInstagramInteractStoryDto {
|
|
@@ -6315,6 +6328,7 @@ interface FilterTaskInstagramInteractStoryDto extends IFilterBaseDto, IFilterBas
|
|
|
6315
6328
|
device: string[];
|
|
6316
6329
|
accountGroup: string[];
|
|
6317
6330
|
account: string[];
|
|
6331
|
+
status: EStatusTaskToolSocials[];
|
|
6318
6332
|
}
|
|
6319
6333
|
|
|
6320
6334
|
interface FilterInstagramDashboardFollowerDto extends IFilterBaseDto, IFilterBaseAccountSocialDto, ApplyTimeDashboardDto {
|
package/dist/index.js
CHANGED
|
@@ -206,7 +206,8 @@ var CONST_API_COMMON = {
|
|
|
206
206
|
FIND_BY_ID: "find-by-id",
|
|
207
207
|
FIND_DETAIL: "find-detail",
|
|
208
208
|
FIND_MULTI: "find-multi",
|
|
209
|
-
FIND_MULTI_FULL: "find-multi/full"
|
|
209
|
+
FIND_MULTI_FULL: "find-multi/full",
|
|
210
|
+
FIND_MULTI_FULL_ELS: "find-multi/full/els"
|
|
210
211
|
};
|
|
211
212
|
var CONST_API_CONTROLLERS = {
|
|
212
213
|
COMMON: {
|
package/dist/index.mjs
CHANGED
|
@@ -53,7 +53,8 @@ var CONST_API_COMMON = {
|
|
|
53
53
|
FIND_BY_ID: "find-by-id",
|
|
54
54
|
FIND_DETAIL: "find-detail",
|
|
55
55
|
FIND_MULTI: "find-multi",
|
|
56
|
-
FIND_MULTI_FULL: "find-multi/full"
|
|
56
|
+
FIND_MULTI_FULL: "find-multi/full",
|
|
57
|
+
FIND_MULTI_FULL_ELS: "find-multi/full/els"
|
|
57
58
|
};
|
|
58
59
|
var CONST_API_CONTROLLERS = {
|
|
59
60
|
COMMON: {
|