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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.4.393",
3
+ "version": "5.4.394",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",