automation-lib 6.3.7 → 6.3.8

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
@@ -87,6 +87,10 @@ declare const CONST_API_CONTROLLERS: {
87
87
  ACCOUNT_VPS_GROUP: string;
88
88
  ACCOUNT_VPN: string;
89
89
  ACCOUNT_PROXY: string;
90
+ ACCOUNTS_VPN: string;
91
+ ACCOUNTS_CHPLAY_ICLOUD: string;
92
+ ACCOUNTS_CANVA: string;
93
+ ACCOUNTS_DRIVE: string;
90
94
  INSTAGRAM: {
91
95
  ACCOUNTS_SOCIALS_RUN: string;
92
96
  ACCOUNTS_SOCIALS_RAW: string;
package/dist/index.d.ts CHANGED
@@ -87,6 +87,10 @@ declare const CONST_API_CONTROLLERS: {
87
87
  ACCOUNT_VPS_GROUP: string;
88
88
  ACCOUNT_VPN: string;
89
89
  ACCOUNT_PROXY: string;
90
+ ACCOUNTS_VPN: string;
91
+ ACCOUNTS_CHPLAY_ICLOUD: string;
92
+ ACCOUNTS_CANVA: string;
93
+ ACCOUNTS_DRIVE: string;
90
94
  INSTAGRAM: {
91
95
  ACCOUNTS_SOCIALS_RUN: string;
92
96
  ACCOUNTS_SOCIALS_RAW: string;
package/dist/index.js CHANGED
@@ -341,6 +341,10 @@ var CONST_API_CONTROLLERS = {
341
341
  ACCOUNT_VPS_GROUP: "account-vps-group",
342
342
  ACCOUNT_VPN: "account-vpn",
343
343
  ACCOUNT_PROXY: "account-proxy",
344
+ ACCOUNTS_VPN: "accounts-vpn",
345
+ ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
346
+ ACCOUNTS_CANVA: "accounts-canva",
347
+ ACCOUNTS_DRIVE: "accounts-drive",
344
348
  INSTAGRAM: {
345
349
  ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
346
350
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
package/dist/index.mjs CHANGED
@@ -113,6 +113,10 @@ var CONST_API_CONTROLLERS = {
113
113
  ACCOUNT_VPS_GROUP: "account-vps-group",
114
114
  ACCOUNT_VPN: "account-vpn",
115
115
  ACCOUNT_PROXY: "account-proxy",
116
+ ACCOUNTS_VPN: "accounts-vpn",
117
+ ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
118
+ ACCOUNTS_CANVA: "accounts-canva",
119
+ ACCOUNTS_DRIVE: "accounts-drive",
116
120
  INSTAGRAM: {
117
121
  ACCOUNTS_SOCIALS_RUN: "accounts-socials-run-instagram",
118
122
  ACCOUNTS_SOCIALS_RAW: "accounts-socials-raw-instagram",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.3.7",
3
+ "version": "6.3.8",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",