automation-lib 5.5.38 → 5.5.40

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
@@ -138,6 +138,7 @@ __export(index_exports, {
138
138
  EToolName: () => EToolName,
139
139
  ETypeAccountInstagramSetting: () => ETypeAccountInstagramSetting,
140
140
  ETypeAccountVPN: () => ETypeAccountVPN,
141
+ ETypeAntidetect: () => ETypeAntidetect,
141
142
  ETypeCanva: () => ETypeCanva,
142
143
  ETypeColumnManagerWork: () => ETypeColumnManagerWork,
143
144
  ETypeDevice: () => ETypeDevice,
@@ -2085,6 +2086,7 @@ __export(models_exports, {
2085
2086
  EStatusVPSReplace: () => EStatusVPSReplace,
2086
2087
  ETaskGenerateAIStatus: () => ETaskGenerateAIStatus,
2087
2088
  ETaskGenerateAIType: () => ETaskGenerateAIType,
2089
+ ETypeAntidetect: () => ETypeAntidetect,
2088
2090
  ETypeRatioImage: () => ETypeRatioImage,
2089
2091
  ETypeSettingInstagram: () => ETypeSettingInstagram,
2090
2092
  ETypeVPS: () => ETypeVPS,
@@ -2138,6 +2140,7 @@ __export(tool_exports, {
2138
2140
  EStatusVPSReplace: () => EStatusVPSReplace,
2139
2141
  ETaskGenerateAIStatus: () => ETaskGenerateAIStatus,
2140
2142
  ETaskGenerateAIType: () => ETaskGenerateAIType,
2143
+ ETypeAntidetect: () => ETypeAntidetect,
2141
2144
  ETypeRatioImage: () => ETypeRatioImage,
2142
2145
  ETypeVPS: () => ETypeVPS
2143
2146
  });
@@ -2244,6 +2247,12 @@ var ETypeVPS = /* @__PURE__ */ ((ETypeVPS2) => {
2244
2247
  ETypeVPS2["NA"] = "N/A";
2245
2248
  return ETypeVPS2;
2246
2249
  })(ETypeVPS || {});
2250
+ var ETypeAntidetect = /* @__PURE__ */ ((ETypeAntidetect2) => {
2251
+ ETypeAntidetect2["NA"] = "N/A";
2252
+ ETypeAntidetect2["GPM"] = "GPM";
2253
+ ETypeAntidetect2["ADS"] = "ADS";
2254
+ return ETypeAntidetect2;
2255
+ })(ETypeAntidetect || {});
2247
2256
 
2248
2257
  // src/interfaces/models/tool/tasks/canva/enum/ETaskGenerateAI.enum.ts
2249
2258
  var ETaskGenerateAIStatus = /* @__PURE__ */ ((ETaskGenerateAIStatus2) => {
@@ -2324,6 +2333,7 @@ __export(interfaces_exports, {
2324
2333
  EStatusVPSReplace: () => EStatusVPSReplace,
2325
2334
  ETaskGenerateAIStatus: () => ETaskGenerateAIStatus,
2326
2335
  ETaskGenerateAIType: () => ETaskGenerateAIType,
2336
+ ETypeAntidetect: () => ETypeAntidetect,
2327
2337
  ETypeRatioImage: () => ETypeRatioImage,
2328
2338
  ETypeSettingInstagram: () => ETypeSettingInstagram,
2329
2339
  ETypeVPS: () => ETypeVPS,
@@ -2453,6 +2463,7 @@ __export(interfaces_exports, {
2453
2463
  EToolName,
2454
2464
  ETypeAccountInstagramSetting,
2455
2465
  ETypeAccountVPN,
2466
+ ETypeAntidetect,
2456
2467
  ETypeCanva,
2457
2468
  ETypeColumnManagerWork,
2458
2469
  ETypeDevice,
package/dist/index.mjs CHANGED
@@ -1910,6 +1910,7 @@ __export(models_exports, {
1910
1910
  EStatusVPSReplace: () => EStatusVPSReplace,
1911
1911
  ETaskGenerateAIStatus: () => ETaskGenerateAIStatus,
1912
1912
  ETaskGenerateAIType: () => ETaskGenerateAIType,
1913
+ ETypeAntidetect: () => ETypeAntidetect,
1913
1914
  ETypeRatioImage: () => ETypeRatioImage,
1914
1915
  ETypeSettingInstagram: () => ETypeSettingInstagram,
1915
1916
  ETypeVPS: () => ETypeVPS,
@@ -1963,6 +1964,7 @@ __export(tool_exports, {
1963
1964
  EStatusVPSReplace: () => EStatusVPSReplace,
1964
1965
  ETaskGenerateAIStatus: () => ETaskGenerateAIStatus,
1965
1966
  ETaskGenerateAIType: () => ETaskGenerateAIType,
1967
+ ETypeAntidetect: () => ETypeAntidetect,
1966
1968
  ETypeRatioImage: () => ETypeRatioImage,
1967
1969
  ETypeVPS: () => ETypeVPS
1968
1970
  });
@@ -2069,6 +2071,12 @@ var ETypeVPS = /* @__PURE__ */ ((ETypeVPS2) => {
2069
2071
  ETypeVPS2["NA"] = "N/A";
2070
2072
  return ETypeVPS2;
2071
2073
  })(ETypeVPS || {});
2074
+ var ETypeAntidetect = /* @__PURE__ */ ((ETypeAntidetect2) => {
2075
+ ETypeAntidetect2["NA"] = "N/A";
2076
+ ETypeAntidetect2["GPM"] = "GPM";
2077
+ ETypeAntidetect2["ADS"] = "ADS";
2078
+ return ETypeAntidetect2;
2079
+ })(ETypeAntidetect || {});
2072
2080
 
2073
2081
  // src/interfaces/models/tool/tasks/canva/enum/ETaskGenerateAI.enum.ts
2074
2082
  var ETaskGenerateAIStatus = /* @__PURE__ */ ((ETaskGenerateAIStatus2) => {
@@ -2149,6 +2157,7 @@ __export(interfaces_exports, {
2149
2157
  EStatusVPSReplace: () => EStatusVPSReplace,
2150
2158
  ETaskGenerateAIStatus: () => ETaskGenerateAIStatus,
2151
2159
  ETaskGenerateAIType: () => ETaskGenerateAIType,
2160
+ ETypeAntidetect: () => ETypeAntidetect,
2152
2161
  ETypeRatioImage: () => ETypeRatioImage,
2153
2162
  ETypeSettingInstagram: () => ETypeSettingInstagram,
2154
2163
  ETypeVPS: () => ETypeVPS,
@@ -2277,6 +2286,7 @@ export {
2277
2286
  EToolName,
2278
2287
  ETypeAccountInstagramSetting,
2279
2288
  ETypeAccountVPN,
2289
+ ETypeAntidetect,
2280
2290
  ETypeCanva,
2281
2291
  ETypeColumnManagerWork,
2282
2292
  ETypeDevice,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.5.38",
3
+ "version": "5.5.40",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",