automation-lib 6.6.557 → 6.6.559

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.js CHANGED
@@ -2580,6 +2580,7 @@ var EFilterOptionInstagramAccountRun = /* @__PURE__ */ ((EFilterOptionInstagramA
2580
2580
  EFilterOptionInstagramAccountRun2["UpdatedBy"] = "UpdatedBy";
2581
2581
  EFilterOptionInstagramAccountRun2["MemberRunDeviceAndRunPC"] = "MemberRunDeviceAndRunPC";
2582
2582
  EFilterOptionInstagramAccountRun2["Idea"] = "Idea";
2583
+ EFilterOptionInstagramAccountRun2["Niche"] = "Niche";
2583
2584
  EFilterOptionInstagramAccountRun2["AccountGroup"] = "AccountGroup";
2584
2585
  return EFilterOptionInstagramAccountRun2;
2585
2586
  })(EFilterOptionInstagramAccountRun || {});
package/dist/index.mjs CHANGED
@@ -2266,6 +2266,7 @@ var EFilterOptionInstagramAccountRun = /* @__PURE__ */ ((EFilterOptionInstagramA
2266
2266
  EFilterOptionInstagramAccountRun2["UpdatedBy"] = "UpdatedBy";
2267
2267
  EFilterOptionInstagramAccountRun2["MemberRunDeviceAndRunPC"] = "MemberRunDeviceAndRunPC";
2268
2268
  EFilterOptionInstagramAccountRun2["Idea"] = "Idea";
2269
+ EFilterOptionInstagramAccountRun2["Niche"] = "Niche";
2269
2270
  EFilterOptionInstagramAccountRun2["AccountGroup"] = "AccountGroup";
2270
2271
  return EFilterOptionInstagramAccountRun2;
2271
2272
  })(EFilterOptionInstagramAccountRun || {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.557",
3
+ "version": "6.6.559",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",