automation-lib 6.6.504 → 6.6.505
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/index.mjs +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -81,6 +81,9 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
81
81
|
TASKS_MANUAL_CONTENT_THREADS_CHILDREN: string;
|
|
82
82
|
TASKS_MANUAL_CONTENT_THREADS_CHILDREN_ITEM_POST: string;
|
|
83
83
|
TASKS_MANUAL_CONTENT_THREADS_RUNTIME: string;
|
|
84
|
+
DRAFT_MANUAL_CONTENT_SOCIAL_INSTAGRAM: string;
|
|
85
|
+
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN: string;
|
|
86
|
+
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN_ITEM_POST: string;
|
|
84
87
|
REPORT_MANAGER: string;
|
|
85
88
|
BLOG_CATEGORY: string;
|
|
86
89
|
BLOG_POST: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -81,6 +81,9 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
81
81
|
TASKS_MANUAL_CONTENT_THREADS_CHILDREN: string;
|
|
82
82
|
TASKS_MANUAL_CONTENT_THREADS_CHILDREN_ITEM_POST: string;
|
|
83
83
|
TASKS_MANUAL_CONTENT_THREADS_RUNTIME: string;
|
|
84
|
+
DRAFT_MANUAL_CONTENT_SOCIAL_INSTAGRAM: string;
|
|
85
|
+
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN: string;
|
|
86
|
+
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN_ITEM_POST: string;
|
|
84
87
|
REPORT_MANAGER: string;
|
|
85
88
|
BLOG_CATEGORY: string;
|
|
86
89
|
BLOG_POST: string;
|
package/dist/index.js
CHANGED
|
@@ -416,6 +416,9 @@ var CONST_API_CONTROLLERS = {
|
|
|
416
416
|
TASKS_MANUAL_CONTENT_THREADS_CHILDREN: "tasks-manual-content-threads-children",
|
|
417
417
|
TASKS_MANUAL_CONTENT_THREADS_CHILDREN_ITEM_POST: "tasks-manual-content-threads-children-item-post",
|
|
418
418
|
TASKS_MANUAL_CONTENT_THREADS_RUNTIME: "tasks-manual-content-threads-runtime",
|
|
419
|
+
DRAFT_MANUAL_CONTENT_SOCIAL_INSTAGRAM: "draft-manual-content-social-instagram",
|
|
420
|
+
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN: "draft-manual-content-instagram-children",
|
|
421
|
+
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN_ITEM_POST: "draft-manual-content-instagram-children-item-post",
|
|
419
422
|
REPORT_MANAGER: "report-manager",
|
|
420
423
|
BLOG_CATEGORY: "blog-category",
|
|
421
424
|
BLOG_POST: "blog-post",
|
package/dist/index.mjs
CHANGED
|
@@ -105,6 +105,9 @@ var CONST_API_CONTROLLERS = {
|
|
|
105
105
|
TASKS_MANUAL_CONTENT_THREADS_CHILDREN: "tasks-manual-content-threads-children",
|
|
106
106
|
TASKS_MANUAL_CONTENT_THREADS_CHILDREN_ITEM_POST: "tasks-manual-content-threads-children-item-post",
|
|
107
107
|
TASKS_MANUAL_CONTENT_THREADS_RUNTIME: "tasks-manual-content-threads-runtime",
|
|
108
|
+
DRAFT_MANUAL_CONTENT_SOCIAL_INSTAGRAM: "draft-manual-content-social-instagram",
|
|
109
|
+
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN: "draft-manual-content-instagram-children",
|
|
110
|
+
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN_ITEM_POST: "draft-manual-content-instagram-children-item-post",
|
|
108
111
|
REPORT_MANAGER: "report-manager",
|
|
109
112
|
BLOG_CATEGORY: "blog-category",
|
|
110
113
|
BLOG_POST: "blog-post",
|