automation-lib 5.3.41 → 5.3.42

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
@@ -1438,8 +1438,8 @@ declare enum ETypeProxyProvider {
1438
1438
 
1439
1439
  declare enum ETypeAccountInstagramSetting {
1440
1440
  Business = "Business",
1441
- Personal = "Business",
1442
- Creator = "Business",
1441
+ Personal = "Personal",
1442
+ Creator = "Creator",
1443
1443
  Professional = "Professional"
1444
1444
  }
1445
1445
 
package/dist/index.d.ts CHANGED
@@ -1438,8 +1438,8 @@ declare enum ETypeProxyProvider {
1438
1438
 
1439
1439
  declare enum ETypeAccountInstagramSetting {
1440
1440
  Business = "Business",
1441
- Personal = "Business",
1442
- Creator = "Business",
1441
+ Personal = "Personal",
1442
+ Creator = "Creator",
1443
1443
  Professional = "Professional"
1444
1444
  }
1445
1445
 
package/dist/index.js CHANGED
@@ -1837,8 +1837,8 @@ var ETypeProxyProvider = /* @__PURE__ */ ((ETypeProxyProvider2) => {
1837
1837
  // src/enums/types/ETypeAccountInstagramSetting.enum.ts
1838
1838
  var ETypeAccountInstagramSetting = /* @__PURE__ */ ((ETypeAccountInstagramSetting2) => {
1839
1839
  ETypeAccountInstagramSetting2["Business"] = "Business";
1840
- ETypeAccountInstagramSetting2["Personal"] = "Business";
1841
- ETypeAccountInstagramSetting2["Creator"] = "Business";
1840
+ ETypeAccountInstagramSetting2["Personal"] = "Personal";
1841
+ ETypeAccountInstagramSetting2["Creator"] = "Creator";
1842
1842
  ETypeAccountInstagramSetting2["Professional"] = "Professional";
1843
1843
  return ETypeAccountInstagramSetting2;
1844
1844
  })(ETypeAccountInstagramSetting || {});
package/dist/index.mjs CHANGED
@@ -1688,8 +1688,8 @@ var ETypeProxyProvider = /* @__PURE__ */ ((ETypeProxyProvider2) => {
1688
1688
  // src/enums/types/ETypeAccountInstagramSetting.enum.ts
1689
1689
  var ETypeAccountInstagramSetting = /* @__PURE__ */ ((ETypeAccountInstagramSetting2) => {
1690
1690
  ETypeAccountInstagramSetting2["Business"] = "Business";
1691
- ETypeAccountInstagramSetting2["Personal"] = "Business";
1692
- ETypeAccountInstagramSetting2["Creator"] = "Business";
1691
+ ETypeAccountInstagramSetting2["Personal"] = "Personal";
1692
+ ETypeAccountInstagramSetting2["Creator"] = "Creator";
1693
1693
  ETypeAccountInstagramSetting2["Professional"] = "Professional";
1694
1694
  return ETypeAccountInstagramSetting2;
1695
1695
  })(ETypeAccountInstagramSetting || {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.3.41",
3
+ "version": "5.3.42",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",