automation-lib 5.0.71 → 5.0.72
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -76,6 +76,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
76
76
|
PC: string;
|
|
77
77
|
PATTERN_CANVA_AVATAR: string;
|
|
78
78
|
PATTERN_CANVA_COVER_BACKGROUND: string;
|
|
79
|
+
ACCOUNTS_VPN: string;
|
|
80
|
+
ACCOUNTS_CHPLAY_ICLOUD: string;
|
|
79
81
|
ACCOUNTS_CANVA: string;
|
|
80
82
|
ACCOUNTS_DRIVE: string;
|
|
81
83
|
ACCOUNTS_SOCIALS: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -76,6 +76,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
76
76
|
PC: string;
|
|
77
77
|
PATTERN_CANVA_AVATAR: string;
|
|
78
78
|
PATTERN_CANVA_COVER_BACKGROUND: string;
|
|
79
|
+
ACCOUNTS_VPN: string;
|
|
80
|
+
ACCOUNTS_CHPLAY_ICLOUD: string;
|
|
79
81
|
ACCOUNTS_CANVA: string;
|
|
80
82
|
ACCOUNTS_DRIVE: string;
|
|
81
83
|
ACCOUNTS_SOCIALS: string;
|
package/dist/index.js
CHANGED
|
@@ -122,6 +122,8 @@ var CONST_API_CONTROLLERS = {
|
|
|
122
122
|
PC: "pc",
|
|
123
123
|
PATTERN_CANVA_AVATAR: "pattern-canva-avatar",
|
|
124
124
|
PATTERN_CANVA_COVER_BACKGROUND: "pattern-canva-cover-background",
|
|
125
|
+
ACCOUNTS_VPN: "accounts-vpn",
|
|
126
|
+
ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
|
|
125
127
|
ACCOUNTS_CANVA: "accounts-canva",
|
|
126
128
|
ACCOUNTS_DRIVE: "accounts-drive",
|
|
127
129
|
ACCOUNTS_SOCIALS: "accounts-socials",
|
package/dist/index.mjs
CHANGED
|
@@ -98,6 +98,8 @@ var CONST_API_CONTROLLERS = {
|
|
|
98
98
|
PC: "pc",
|
|
99
99
|
PATTERN_CANVA_AVATAR: "pattern-canva-avatar",
|
|
100
100
|
PATTERN_CANVA_COVER_BACKGROUND: "pattern-canva-cover-background",
|
|
101
|
+
ACCOUNTS_VPN: "accounts-vpn",
|
|
102
|
+
ACCOUNTS_CHPLAY_ICLOUD: "accounts-chplay-icloud",
|
|
101
103
|
ACCOUNTS_CANVA: "accounts-canva",
|
|
102
104
|
ACCOUNTS_DRIVE: "accounts-drive",
|
|
103
105
|
ACCOUNTS_SOCIALS: "accounts-socials",
|