automation-lib 5.0.46 → 5.0.47
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 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -78,7 +78,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
78
78
|
PATTERN_CANVA_COVER_BACKGROUND: string;
|
|
79
79
|
ACCOUNTS_CANVA: string;
|
|
80
80
|
ACCOUNTS_DRIVE: string;
|
|
81
|
-
|
|
81
|
+
ACCOUNTS_SOCIALS: string;
|
|
82
|
+
ACCOUNTS_SOCIALS_DRAFT: string;
|
|
82
83
|
ACCOUNTS_GROUPS: string;
|
|
83
84
|
ACCOUNTS_STATUS: string;
|
|
84
85
|
ACCOUNTS_DETAILS: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -78,7 +78,8 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
78
78
|
PATTERN_CANVA_COVER_BACKGROUND: string;
|
|
79
79
|
ACCOUNTS_CANVA: string;
|
|
80
80
|
ACCOUNTS_DRIVE: string;
|
|
81
|
-
|
|
81
|
+
ACCOUNTS_SOCIALS: string;
|
|
82
|
+
ACCOUNTS_SOCIALS_DRAFT: string;
|
|
82
83
|
ACCOUNTS_GROUPS: string;
|
|
83
84
|
ACCOUNTS_STATUS: string;
|
|
84
85
|
ACCOUNTS_DETAILS: string;
|
package/dist/index.js
CHANGED
|
@@ -124,7 +124,8 @@ var CONST_API_CONTROLLERS = {
|
|
|
124
124
|
PATTERN_CANVA_COVER_BACKGROUND: "pattern-canva-cover-background",
|
|
125
125
|
ACCOUNTS_CANVA: "accounts-canva",
|
|
126
126
|
ACCOUNTS_DRIVE: "accounts-drive",
|
|
127
|
-
|
|
127
|
+
ACCOUNTS_SOCIALS: "accounts-socials",
|
|
128
|
+
ACCOUNTS_SOCIALS_DRAFT: "accounts-socials-draft",
|
|
128
129
|
ACCOUNTS_GROUPS: "accounts-groups",
|
|
129
130
|
ACCOUNTS_STATUS: "accounts_status",
|
|
130
131
|
ACCOUNTS_DETAILS: "accounts-details",
|
package/dist/index.mjs
CHANGED
|
@@ -100,7 +100,8 @@ var CONST_API_CONTROLLERS = {
|
|
|
100
100
|
PATTERN_CANVA_COVER_BACKGROUND: "pattern-canva-cover-background",
|
|
101
101
|
ACCOUNTS_CANVA: "accounts-canva",
|
|
102
102
|
ACCOUNTS_DRIVE: "accounts-drive",
|
|
103
|
-
|
|
103
|
+
ACCOUNTS_SOCIALS: "accounts-socials",
|
|
104
|
+
ACCOUNTS_SOCIALS_DRAFT: "accounts-socials-draft",
|
|
104
105
|
ACCOUNTS_GROUPS: "accounts-groups",
|
|
105
106
|
ACCOUNTS_STATUS: "accounts_status",
|
|
106
107
|
ACCOUNTS_DETAILS: "accounts-details",
|