automation-lib 5.4.18 → 5.4.19
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
|
@@ -3154,7 +3154,7 @@ interface AutoFillThreadsAccountRawDto {
|
|
|
3154
3154
|
timeExecuteCover: Date;
|
|
3155
3155
|
}
|
|
3156
3156
|
|
|
3157
|
-
interface FindThreadsAccountRunDto extends IFindBaseDto
|
|
3157
|
+
interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
3158
3158
|
idea: string | IManagerWork;
|
|
3159
3159
|
niche: string | IManagerWork;
|
|
3160
3160
|
type: ETypeManagerWorkClassify;
|
|
@@ -4984,7 +4984,7 @@ interface AutoFillAssignedMemberInstagramAccountRawDto {
|
|
|
4984
4984
|
member: string;
|
|
4985
4985
|
}
|
|
4986
4986
|
|
|
4987
|
-
interface FindInstagramAccountRunDto extends IFindBaseDto
|
|
4987
|
+
interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
4988
4988
|
idea: string | IManagerWork;
|
|
4989
4989
|
niche: string | IManagerWork;
|
|
4990
4990
|
type: ETypeManagerWorkClassify;
|
package/dist/index.d.ts
CHANGED
|
@@ -3154,7 +3154,7 @@ interface AutoFillThreadsAccountRawDto {
|
|
|
3154
3154
|
timeExecuteCover: Date;
|
|
3155
3155
|
}
|
|
3156
3156
|
|
|
3157
|
-
interface FindThreadsAccountRunDto extends IFindBaseDto
|
|
3157
|
+
interface FindThreadsAccountRunDto extends IFindBaseDto {
|
|
3158
3158
|
idea: string | IManagerWork;
|
|
3159
3159
|
niche: string | IManagerWork;
|
|
3160
3160
|
type: ETypeManagerWorkClassify;
|
|
@@ -4984,7 +4984,7 @@ interface AutoFillAssignedMemberInstagramAccountRawDto {
|
|
|
4984
4984
|
member: string;
|
|
4985
4985
|
}
|
|
4986
4986
|
|
|
4987
|
-
interface FindInstagramAccountRunDto extends IFindBaseDto
|
|
4987
|
+
interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
4988
4988
|
idea: string | IManagerWork;
|
|
4989
4989
|
niche: string | IManagerWork;
|
|
4990
4990
|
type: ETypeManagerWorkClassify;
|