automation-lib 6.6.639 → 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 CHANGED
@@ -10729,7 +10729,10 @@ declare enum EFilterOptionInstagramSocial {
10729
10729
  Idea = "Idea",
10730
10730
  Niche = "Niche",
10731
10731
  PC = "PC",
10732
- AccountGroup = "AccountGroup"
10732
+ AccountGroup = "AccountGroup",
10733
+ DeviceKey = "deviceKey",
10734
+ SheetToolName = "sheetToolName",
10735
+ AccountVPN = "accountVPN"
10733
10736
  }
10734
10737
 
10735
10738
  interface FindOverViewInstagramReportPostHighLightDto {
package/dist/index.d.ts CHANGED
@@ -10729,7 +10729,10 @@ declare enum EFilterOptionInstagramSocial {
10729
10729
  Idea = "Idea",
10730
10730
  Niche = "Niche",
10731
10731
  PC = "PC",
10732
- AccountGroup = "AccountGroup"
10732
+ AccountGroup = "AccountGroup",
10733
+ DeviceKey = "deviceKey",
10734
+ SheetToolName = "sheetToolName",
10735
+ AccountVPN = "accountVPN"
10733
10736
  }
10734
10737
 
10735
10738
  interface FindOverViewInstagramReportPostHighLightDto {
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.639",
3
+ "version": "6.6.640",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",