automation-lib 5.5.55 → 5.5.57
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 +22 -4
- package/dist/index.d.ts +22 -4
- package/dist/index.js +37 -0
- package/dist/index.mjs +34 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -33,6 +33,9 @@ __export(index_exports, {
|
|
|
33
33
|
Common: () => common_exports,
|
|
34
34
|
EAIVersionGPT: () => EAIVersionGPT,
|
|
35
35
|
EAIVersionPerplexity: () => EAIVersionPerplexity,
|
|
36
|
+
EAccountAIContentChannelStatus: () => EAccountAIContentChannelStatus,
|
|
37
|
+
EAccountAIContentModel: () => EAccountAIContentModel,
|
|
38
|
+
EAccountAIContentStatus: () => EAccountAIContentStatus,
|
|
36
39
|
EDayOfWeek: () => EDayOfWeek,
|
|
37
40
|
EDeviceResetTime: () => EDeviceResetTime,
|
|
38
41
|
EEmailTagType: () => EEmailTagType,
|
|
@@ -2019,6 +2022,9 @@ var models_exports = {};
|
|
|
2019
2022
|
__export(models_exports, {
|
|
2020
2023
|
Auth: () => auth_exports,
|
|
2021
2024
|
Common: () => common_exports,
|
|
2025
|
+
EAccountAIContentChannelStatus: () => EAccountAIContentChannelStatus,
|
|
2026
|
+
EAccountAIContentModel: () => EAccountAIContentModel,
|
|
2027
|
+
EAccountAIContentStatus: () => EAccountAIContentStatus,
|
|
2022
2028
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
2023
2029
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
2024
2030
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
@@ -2083,6 +2089,9 @@ var ETypeSettingInstagram = /* @__PURE__ */ ((ETypeSettingInstagram2) => {
|
|
|
2083
2089
|
// src/interfaces/models/tool/index.ts
|
|
2084
2090
|
var tool_exports = {};
|
|
2085
2091
|
__export(tool_exports, {
|
|
2092
|
+
EAccountAIContentChannelStatus: () => EAccountAIContentChannelStatus,
|
|
2093
|
+
EAccountAIContentModel: () => EAccountAIContentModel,
|
|
2094
|
+
EAccountAIContentStatus: () => EAccountAIContentStatus,
|
|
2086
2095
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
2087
2096
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
2088
2097
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
@@ -2140,6 +2149,28 @@ var EManagerImageAIThreadsFolder = /* @__PURE__ */ ((EManagerImageAIThreadsFolde
|
|
|
2140
2149
|
return EManagerImageAIThreadsFolder2;
|
|
2141
2150
|
})(EManagerImageAIThreadsFolder || {});
|
|
2142
2151
|
|
|
2152
|
+
// src/interfaces/models/tool/managers/account-ai-content/enum/EAccountAIContent.enum.ts
|
|
2153
|
+
var EAccountAIContentModel = /* @__PURE__ */ ((EAccountAIContentModel2) => {
|
|
2154
|
+
EAccountAIContentModel2["GPT"] = "GPT";
|
|
2155
|
+
EAccountAIContentModel2["Perplexity"] = "Perplexity";
|
|
2156
|
+
return EAccountAIContentModel2;
|
|
2157
|
+
})(EAccountAIContentModel || {});
|
|
2158
|
+
var EAccountAIContentStatus = /* @__PURE__ */ ((EAccountAIContentStatus2) => {
|
|
2159
|
+
EAccountAIContentStatus2["Active"] = "Active";
|
|
2160
|
+
EAccountAIContentStatus2["Limit"] = "Limit";
|
|
2161
|
+
EAccountAIContentStatus2["Suspend"] = "Suspend";
|
|
2162
|
+
EAccountAIContentStatus2["Wrong2FA"] = "Wrong2FA";
|
|
2163
|
+
EAccountAIContentStatus2["WrongPassword"] = "WrongPassword";
|
|
2164
|
+
return EAccountAIContentStatus2;
|
|
2165
|
+
})(EAccountAIContentStatus || {});
|
|
2166
|
+
var EAccountAIContentChannelStatus = /* @__PURE__ */ ((EAccountAIContentChannelStatus2) => {
|
|
2167
|
+
EAccountAIContentChannelStatus2["New"] = "New";
|
|
2168
|
+
EAccountAIContentChannelStatus2["Pending"] = "Pending";
|
|
2169
|
+
EAccountAIContentChannelStatus2["Active"] = "Active";
|
|
2170
|
+
EAccountAIContentChannelStatus2["Error"] = "Error";
|
|
2171
|
+
return EAccountAIContentChannelStatus2;
|
|
2172
|
+
})(EAccountAIContentChannelStatus || {});
|
|
2173
|
+
|
|
2143
2174
|
// src/interfaces/models/tool/managers/account-canva/enum/EStatusAccountCanva.enum.ts
|
|
2144
2175
|
var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
2145
2176
|
EStatusAccountCanva2["New"] = "New";
|
|
@@ -2377,6 +2408,9 @@ var interfaces_exports = {};
|
|
|
2377
2408
|
__export(interfaces_exports, {
|
|
2378
2409
|
Auth: () => auth_exports,
|
|
2379
2410
|
Common: () => common_exports,
|
|
2411
|
+
EAccountAIContentChannelStatus: () => EAccountAIContentChannelStatus,
|
|
2412
|
+
EAccountAIContentModel: () => EAccountAIContentModel,
|
|
2413
|
+
EAccountAIContentStatus: () => EAccountAIContentStatus,
|
|
2380
2414
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
2381
2415
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
2382
2416
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
@@ -2430,6 +2464,9 @@ __export(interfaces_exports, {
|
|
|
2430
2464
|
Common,
|
|
2431
2465
|
EAIVersionGPT,
|
|
2432
2466
|
EAIVersionPerplexity,
|
|
2467
|
+
EAccountAIContentChannelStatus,
|
|
2468
|
+
EAccountAIContentModel,
|
|
2469
|
+
EAccountAIContentStatus,
|
|
2433
2470
|
EDayOfWeek,
|
|
2434
2471
|
EDeviceResetTime,
|
|
2435
2472
|
EEmailTagType,
|
package/dist/index.mjs
CHANGED
|
@@ -1837,6 +1837,9 @@ var models_exports = {};
|
|
|
1837
1837
|
__export(models_exports, {
|
|
1838
1838
|
Auth: () => auth_exports,
|
|
1839
1839
|
Common: () => common_exports,
|
|
1840
|
+
EAccountAIContentChannelStatus: () => EAccountAIContentChannelStatus,
|
|
1841
|
+
EAccountAIContentModel: () => EAccountAIContentModel,
|
|
1842
|
+
EAccountAIContentStatus: () => EAccountAIContentStatus,
|
|
1840
1843
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
1841
1844
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
1842
1845
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
@@ -1901,6 +1904,9 @@ var ETypeSettingInstagram = /* @__PURE__ */ ((ETypeSettingInstagram2) => {
|
|
|
1901
1904
|
// src/interfaces/models/tool/index.ts
|
|
1902
1905
|
var tool_exports = {};
|
|
1903
1906
|
__export(tool_exports, {
|
|
1907
|
+
EAccountAIContentChannelStatus: () => EAccountAIContentChannelStatus,
|
|
1908
|
+
EAccountAIContentModel: () => EAccountAIContentModel,
|
|
1909
|
+
EAccountAIContentStatus: () => EAccountAIContentStatus,
|
|
1904
1910
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
1905
1911
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
1906
1912
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
@@ -1958,6 +1964,28 @@ var EManagerImageAIThreadsFolder = /* @__PURE__ */ ((EManagerImageAIThreadsFolde
|
|
|
1958
1964
|
return EManagerImageAIThreadsFolder2;
|
|
1959
1965
|
})(EManagerImageAIThreadsFolder || {});
|
|
1960
1966
|
|
|
1967
|
+
// src/interfaces/models/tool/managers/account-ai-content/enum/EAccountAIContent.enum.ts
|
|
1968
|
+
var EAccountAIContentModel = /* @__PURE__ */ ((EAccountAIContentModel2) => {
|
|
1969
|
+
EAccountAIContentModel2["GPT"] = "GPT";
|
|
1970
|
+
EAccountAIContentModel2["Perplexity"] = "Perplexity";
|
|
1971
|
+
return EAccountAIContentModel2;
|
|
1972
|
+
})(EAccountAIContentModel || {});
|
|
1973
|
+
var EAccountAIContentStatus = /* @__PURE__ */ ((EAccountAIContentStatus2) => {
|
|
1974
|
+
EAccountAIContentStatus2["Active"] = "Active";
|
|
1975
|
+
EAccountAIContentStatus2["Limit"] = "Limit";
|
|
1976
|
+
EAccountAIContentStatus2["Suspend"] = "Suspend";
|
|
1977
|
+
EAccountAIContentStatus2["Wrong2FA"] = "Wrong2FA";
|
|
1978
|
+
EAccountAIContentStatus2["WrongPassword"] = "WrongPassword";
|
|
1979
|
+
return EAccountAIContentStatus2;
|
|
1980
|
+
})(EAccountAIContentStatus || {});
|
|
1981
|
+
var EAccountAIContentChannelStatus = /* @__PURE__ */ ((EAccountAIContentChannelStatus2) => {
|
|
1982
|
+
EAccountAIContentChannelStatus2["New"] = "New";
|
|
1983
|
+
EAccountAIContentChannelStatus2["Pending"] = "Pending";
|
|
1984
|
+
EAccountAIContentChannelStatus2["Active"] = "Active";
|
|
1985
|
+
EAccountAIContentChannelStatus2["Error"] = "Error";
|
|
1986
|
+
return EAccountAIContentChannelStatus2;
|
|
1987
|
+
})(EAccountAIContentChannelStatus || {});
|
|
1988
|
+
|
|
1961
1989
|
// src/interfaces/models/tool/managers/account-canva/enum/EStatusAccountCanva.enum.ts
|
|
1962
1990
|
var EStatusAccountCanva = /* @__PURE__ */ ((EStatusAccountCanva2) => {
|
|
1963
1991
|
EStatusAccountCanva2["New"] = "New";
|
|
@@ -2195,6 +2223,9 @@ var interfaces_exports = {};
|
|
|
2195
2223
|
__export(interfaces_exports, {
|
|
2196
2224
|
Auth: () => auth_exports,
|
|
2197
2225
|
Common: () => common_exports,
|
|
2226
|
+
EAccountAIContentChannelStatus: () => EAccountAIContentChannelStatus,
|
|
2227
|
+
EAccountAIContentModel: () => EAccountAIContentModel,
|
|
2228
|
+
EAccountAIContentStatus: () => EAccountAIContentStatus,
|
|
2198
2229
|
EManagerImageAIInstagramFolder: () => EManagerImageAIInstagramFolder,
|
|
2199
2230
|
EManagerImageAIInstagramModel: () => EManagerImageAIInstagramModel,
|
|
2200
2231
|
EManagerImageAIThreadsFolder: () => EManagerImageAIThreadsFolder,
|
|
@@ -2247,6 +2278,9 @@ export {
|
|
|
2247
2278
|
common_exports as Common,
|
|
2248
2279
|
EAIVersionGPT,
|
|
2249
2280
|
EAIVersionPerplexity,
|
|
2281
|
+
EAccountAIContentChannelStatus,
|
|
2282
|
+
EAccountAIContentModel,
|
|
2283
|
+
EAccountAIContentStatus,
|
|
2250
2284
|
EDayOfWeek,
|
|
2251
2285
|
EDeviceResetTime,
|
|
2252
2286
|
EEmailTagType,
|