automation-lib 6.6.583 → 6.6.585

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.js CHANGED
@@ -431,6 +431,10 @@ var CONST_API_CONTROLLERS = {
431
431
  DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN: "draft-manual-content-instagram-children",
432
432
  DRAFT_MANUAL_CONTENT_INSTAGRAM_CHILDREN_ITEM_POST: "draft-manual-content-instagram-children-item-post",
433
433
  DRAFT_MANUAL_GROUP_CONTENT_INSTAGRAM: "draft-manual-group-content-instagram",
434
+ DRAFT_MANUAL_CONTENT_SOCIAL_THREADS: "draft-manual-content-social-threads",
435
+ DRAFT_MANUAL_CONTENT_THREADS_CHILDREN: "draft-manual-content-threads-children",
436
+ DRAFT_MANUAL_CONTENT_THREADS_CHILDREN_ITEM_POST: "draft-manual-content-threads-children-item-post",
437
+ DRAFT_MANUAL_GROUP_CONTENT_THREADS: "draft-manual-group-content-threads",
434
438
  REPORT_MANAGER: "report-manager",
435
439
  BLOG_CATEGORY: "blog-category",
436
440
  BLOG_POST: "blog-post",
@@ -1254,6 +1258,8 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
1254
1258
  _EObjectName["TasksManualContentSocialThreads"] = "TasksManualContentSocialThreads";
1255
1259
  _EObjectName["DraftManualGroupInstagram"] = "DraftManualGroupInstagram";
1256
1260
  _EObjectName["DraftManualContentInstagram"] = "DraftManualContentInstagram";
1261
+ _EObjectName["DraftManualGroupThreads"] = "DraftManualGroupThreads";
1262
+ _EObjectName["DraftManualContentThreads"] = "DraftManualContentThreads";
1257
1263
  _EObjectName["TaskWorkflow"] = "TaskWorkflow";
1258
1264
  _EObjectName["TaskWorkflowGroup"] = "TaskWorkflowGroup";
1259
1265
  _EObjectName["TaskWorkflowLog"] = "TaskWorkflowLog";
package/dist/index.mjs CHANGED
@@ -109,6 +109,10 @@ var CONST_API_CONTROLLERS = {
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
111
  DRAFT_MANUAL_GROUP_CONTENT_INSTAGRAM: "draft-manual-group-content-instagram",
112
+ DRAFT_MANUAL_CONTENT_SOCIAL_THREADS: "draft-manual-content-social-threads",
113
+ DRAFT_MANUAL_CONTENT_THREADS_CHILDREN: "draft-manual-content-threads-children",
114
+ DRAFT_MANUAL_CONTENT_THREADS_CHILDREN_ITEM_POST: "draft-manual-content-threads-children-item-post",
115
+ DRAFT_MANUAL_GROUP_CONTENT_THREADS: "draft-manual-group-content-threads",
112
116
  REPORT_MANAGER: "report-manager",
113
117
  BLOG_CATEGORY: "blog-category",
114
118
  BLOG_POST: "blog-post",
@@ -932,6 +936,8 @@ var EObjectName = /* @__PURE__ */ ((_EObjectName) => {
932
936
  _EObjectName["TasksManualContentSocialThreads"] = "TasksManualContentSocialThreads";
933
937
  _EObjectName["DraftManualGroupInstagram"] = "DraftManualGroupInstagram";
934
938
  _EObjectName["DraftManualContentInstagram"] = "DraftManualContentInstagram";
939
+ _EObjectName["DraftManualGroupThreads"] = "DraftManualGroupThreads";
940
+ _EObjectName["DraftManualContentThreads"] = "DraftManualContentThreads";
935
941
  _EObjectName["TaskWorkflow"] = "TaskWorkflow";
936
942
  _EObjectName["TaskWorkflowGroup"] = "TaskWorkflowGroup";
937
943
  _EObjectName["TaskWorkflowLog"] = "TaskWorkflowLog";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "6.6.583",
3
+ "version": "6.6.585",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",