automation-lib 5.5.2 → 5.5.3
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -316,6 +316,7 @@ var CONST_API_CONTROLLERS = {
|
|
|
316
316
|
CREATE_FOLDER_NAME: "threads-socials-instagram-create-folder-name"
|
|
317
317
|
}
|
|
318
318
|
},
|
|
319
|
+
TASKS_MANUAL_CONTENT_SOCIAL: "tasks-manual-content-social",
|
|
319
320
|
ACCOUNTS_GROUPS: "accounts-groups",
|
|
320
321
|
ACCOUNTS_STATUS: "accounts_status",
|
|
321
322
|
ACCOUNTS_DETAILS: "accounts-details",
|
package/dist/index.mjs
CHANGED
|
@@ -143,6 +143,7 @@ var CONST_API_CONTROLLERS = {
|
|
|
143
143
|
CREATE_FOLDER_NAME: "threads-socials-instagram-create-folder-name"
|
|
144
144
|
}
|
|
145
145
|
},
|
|
146
|
+
TASKS_MANUAL_CONTENT_SOCIAL: "tasks-manual-content-social",
|
|
146
147
|
ACCOUNTS_GROUPS: "accounts-groups",
|
|
147
148
|
ACCOUNTS_STATUS: "accounts_status",
|
|
148
149
|
ACCOUNTS_DETAILS: "accounts-details",
|