automation-lib 5.4.393 → 5.4.394
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -12492,6 +12492,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
12492
12492
|
niche: string | IManagerWork;
|
|
12493
12493
|
type: ETypeManagerWorkClassify;
|
|
12494
12494
|
sheetName: string;
|
|
12495
|
+
accountID: string;
|
|
12495
12496
|
sheetInfo: Array<{
|
|
12496
12497
|
sheetUrl: string;
|
|
12497
12498
|
type: ETypeImportExport;
|
package/dist/index.d.ts
CHANGED
|
@@ -12492,6 +12492,7 @@ interface FindInstagramAccountRunDto extends IFindBaseDto {
|
|
|
12492
12492
|
niche: string | IManagerWork;
|
|
12493
12493
|
type: ETypeManagerWorkClassify;
|
|
12494
12494
|
sheetName: string;
|
|
12495
|
+
accountID: string;
|
|
12495
12496
|
sheetInfo: Array<{
|
|
12496
12497
|
sheetUrl: string;
|
|
12497
12498
|
type: ETypeImportExport;
|