automation-lib 5.7.2 → 5.7.4
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 +10 -4
- package/dist/index.d.ts +10 -4
- package/dist/index.js +18 -0
- package/dist/index.mjs +17 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -43,6 +43,7 @@ __export(index_exports, {
|
|
|
43
43
|
EAccountAIModelType: () => EAccountAIModelType,
|
|
44
44
|
EAccountAISync: () => EAccountAISync,
|
|
45
45
|
EAccountAITypeEmail: () => EAccountAITypeEmail,
|
|
46
|
+
EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
|
|
46
47
|
EDayOfWeek: () => EDayOfWeek,
|
|
47
48
|
EDeviceResetTime: () => EDeviceResetTime,
|
|
48
49
|
EEmailTagType: () => EEmailTagType,
|
|
@@ -1997,6 +1998,7 @@ __export(models_exports, {
|
|
|
1997
1998
|
EAccountAIModelType: () => EAccountAIModelType,
|
|
1998
1999
|
EAccountAISync: () => EAccountAISync,
|
|
1999
2000
|
EAccountAITypeEmail: () => EAccountAITypeEmail,
|
|
2001
|
+
EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
|
|
2000
2002
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
2001
2003
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
2002
2004
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
@@ -2052,9 +2054,23 @@ var auth_exports = {};
|
|
|
2052
2054
|
// src/interfaces/models/socials/index.ts
|
|
2053
2055
|
var socials_exports = {};
|
|
2054
2056
|
__export(socials_exports, {
|
|
2057
|
+
EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
|
|
2055
2058
|
ETypeSettingInstagram: () => ETypeSettingInstagram
|
|
2056
2059
|
});
|
|
2057
2060
|
|
|
2061
|
+
// src/interfaces/models/socials/instagram/account/enum/EAccountInstagram.enum.ts
|
|
2062
|
+
var EAccountInstagramTypeChangeInfo = /* @__PURE__ */ ((EAccountInstagramTypeChangeInfo2) => {
|
|
2063
|
+
EAccountInstagramTypeChangeInfo2["ChangeUserName"] = "ChangeUserName";
|
|
2064
|
+
EAccountInstagramTypeChangeInfo2["ChangeFullName"] = "ChangeFullName";
|
|
2065
|
+
EAccountInstagramTypeChangeInfo2["ChangeBio"] = "ChangeBio";
|
|
2066
|
+
EAccountInstagramTypeChangeInfo2["ChangeEmail"] = "ChangeEmail";
|
|
2067
|
+
EAccountInstagramTypeChangeInfo2["ChangePassword"] = "ChangePassword";
|
|
2068
|
+
EAccountInstagramTypeChangeInfo2["Change2FA"] = "Change2FA";
|
|
2069
|
+
EAccountInstagramTypeChangeInfo2["ChangeNameLinks"] = "ChangeNameLinks";
|
|
2070
|
+
EAccountInstagramTypeChangeInfo2["ComboBio"] = "ComboBio";
|
|
2071
|
+
return EAccountInstagramTypeChangeInfo2;
|
|
2072
|
+
})(EAccountInstagramTypeChangeInfo || {});
|
|
2073
|
+
|
|
2058
2074
|
// src/interfaces/models/socials/instagram/settings/enum/ETypeSettingInstagram.enum.ts
|
|
2059
2075
|
var ETypeSettingInstagram = /* @__PURE__ */ ((ETypeSettingInstagram2) => {
|
|
2060
2076
|
ETypeSettingInstagram2["InteractFollow"] = "InteractFollow";
|
|
@@ -2512,6 +2528,7 @@ __export(interfaces_exports, {
|
|
|
2512
2528
|
EAccountAIModelType: () => EAccountAIModelType,
|
|
2513
2529
|
EAccountAISync: () => EAccountAISync,
|
|
2514
2530
|
EAccountAITypeEmail: () => EAccountAITypeEmail,
|
|
2531
|
+
EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
|
|
2515
2532
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
2516
2533
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
2517
2534
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
@@ -2582,6 +2599,7 @@ __export(interfaces_exports, {
|
|
|
2582
2599
|
EAccountAIModelType,
|
|
2583
2600
|
EAccountAISync,
|
|
2584
2601
|
EAccountAITypeEmail,
|
|
2602
|
+
EAccountInstagramTypeChangeInfo,
|
|
2585
2603
|
EDayOfWeek,
|
|
2586
2604
|
EDeviceResetTime,
|
|
2587
2605
|
EEmailTagType,
|
package/dist/index.mjs
CHANGED
|
@@ -1803,6 +1803,7 @@ __export(models_exports, {
|
|
|
1803
1803
|
EAccountAIModelType: () => EAccountAIModelType,
|
|
1804
1804
|
EAccountAISync: () => EAccountAISync,
|
|
1805
1805
|
EAccountAITypeEmail: () => EAccountAITypeEmail,
|
|
1806
|
+
EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
|
|
1806
1807
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
1807
1808
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
1808
1809
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
@@ -1858,9 +1859,23 @@ var auth_exports = {};
|
|
|
1858
1859
|
// src/interfaces/models/socials/index.ts
|
|
1859
1860
|
var socials_exports = {};
|
|
1860
1861
|
__export(socials_exports, {
|
|
1862
|
+
EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
|
|
1861
1863
|
ETypeSettingInstagram: () => ETypeSettingInstagram
|
|
1862
1864
|
});
|
|
1863
1865
|
|
|
1866
|
+
// src/interfaces/models/socials/instagram/account/enum/EAccountInstagram.enum.ts
|
|
1867
|
+
var EAccountInstagramTypeChangeInfo = /* @__PURE__ */ ((EAccountInstagramTypeChangeInfo2) => {
|
|
1868
|
+
EAccountInstagramTypeChangeInfo2["ChangeUserName"] = "ChangeUserName";
|
|
1869
|
+
EAccountInstagramTypeChangeInfo2["ChangeFullName"] = "ChangeFullName";
|
|
1870
|
+
EAccountInstagramTypeChangeInfo2["ChangeBio"] = "ChangeBio";
|
|
1871
|
+
EAccountInstagramTypeChangeInfo2["ChangeEmail"] = "ChangeEmail";
|
|
1872
|
+
EAccountInstagramTypeChangeInfo2["ChangePassword"] = "ChangePassword";
|
|
1873
|
+
EAccountInstagramTypeChangeInfo2["Change2FA"] = "Change2FA";
|
|
1874
|
+
EAccountInstagramTypeChangeInfo2["ChangeNameLinks"] = "ChangeNameLinks";
|
|
1875
|
+
EAccountInstagramTypeChangeInfo2["ComboBio"] = "ComboBio";
|
|
1876
|
+
return EAccountInstagramTypeChangeInfo2;
|
|
1877
|
+
})(EAccountInstagramTypeChangeInfo || {});
|
|
1878
|
+
|
|
1864
1879
|
// src/interfaces/models/socials/instagram/settings/enum/ETypeSettingInstagram.enum.ts
|
|
1865
1880
|
var ETypeSettingInstagram = /* @__PURE__ */ ((ETypeSettingInstagram2) => {
|
|
1866
1881
|
ETypeSettingInstagram2["InteractFollow"] = "InteractFollow";
|
|
@@ -2318,6 +2333,7 @@ __export(interfaces_exports, {
|
|
|
2318
2333
|
EAccountAIModelType: () => EAccountAIModelType,
|
|
2319
2334
|
EAccountAISync: () => EAccountAISync,
|
|
2320
2335
|
EAccountAITypeEmail: () => EAccountAITypeEmail,
|
|
2336
|
+
EAccountInstagramTypeChangeInfo: () => EAccountInstagramTypeChangeInfo,
|
|
2321
2337
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
2322
2338
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
2323
2339
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
@@ -2387,6 +2403,7 @@ export {
|
|
|
2387
2403
|
EAccountAIModelType,
|
|
2388
2404
|
EAccountAISync,
|
|
2389
2405
|
EAccountAITypeEmail,
|
|
2406
|
+
EAccountInstagramTypeChangeInfo,
|
|
2390
2407
|
EDayOfWeek,
|
|
2391
2408
|
EDeviceResetTime,
|
|
2392
2409
|
EEmailTagType,
|