automation-lib 6.6.545 → 6.6.546
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
|
@@ -84,6 +84,7 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
84
84
|
DRAFT_MANUAL_CONTENT_SOCIAL_INSTAGRAM: string;
|
|
85
85
|
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN: string;
|
|
86
86
|
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN_ITEM_POST: string;
|
|
87
|
+
DRAFT_MANUAL_GROUP_CONTENT_INSTAGRAM: string;
|
|
87
88
|
REPORT_MANAGER: string;
|
|
88
89
|
BLOG_CATEGORY: string;
|
|
89
90
|
BLOG_POST: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare const CONST_API_CONTROLLERS: {
|
|
|
84
84
|
DRAFT_MANUAL_CONTENT_SOCIAL_INSTAGRAM: string;
|
|
85
85
|
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN: string;
|
|
86
86
|
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN_ITEM_POST: string;
|
|
87
|
+
DRAFT_MANUAL_GROUP_CONTENT_INSTAGRAM: string;
|
|
87
88
|
REPORT_MANAGER: string;
|
|
88
89
|
BLOG_CATEGORY: string;
|
|
89
90
|
BLOG_POST: string;
|
package/dist/index.js
CHANGED
|
@@ -422,6 +422,7 @@ var CONST_API_CONTROLLERS = {
|
|
|
422
422
|
DRAFT_MANUAL_CONTENT_SOCIAL_INSTAGRAM: "draft-manual-content-social-instagram",
|
|
423
423
|
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN: "draft-manual-content-instagram-children",
|
|
424
424
|
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN_ITEM_POST: "draft-manual-content-instagram-children-item-post",
|
|
425
|
+
DRAFT_MANUAL_GROUP_CONTENT_INSTAGRAM: "draft-manual-group-content-instagram",
|
|
425
426
|
REPORT_MANAGER: "report-manager",
|
|
426
427
|
BLOG_CATEGORY: "blog-category",
|
|
427
428
|
BLOG_POST: "blog-post",
|
package/dist/index.mjs
CHANGED
|
@@ -108,6 +108,7 @@ var CONST_API_CONTROLLERS = {
|
|
|
108
108
|
DRAFT_MANUAL_CONTENT_SOCIAL_INSTAGRAM: "draft-manual-content-social-instagram",
|
|
109
109
|
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN: "draft-manual-content-instagram-children",
|
|
110
110
|
DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN_ITEM_POST: "draft-manual-content-instagram-children-item-post",
|
|
111
|
+
DRAFT_MANUAL_GROUP_CONTENT_INSTAGRAM: "draft-manual-group-content-instagram",
|
|
111
112
|
REPORT_MANAGER: "report-manager",
|
|
112
113
|
BLOG_CATEGORY: "blog-category",
|
|
113
114
|
BLOG_POST: "blog-post",
|