@webiny/api-apw 5.37.2 → 5.37.3-beta.0

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.
Files changed (105) hide show
  1. package/ApwChangeRequestNotification.js +3 -1
  2. package/ApwCommentNotification.js +3 -1
  3. package/ApwContentReviewNotification.js +3 -1
  4. package/ApwContentUrlPlugin.js +3 -1
  5. package/ContentApwSettingsPlugin.js +3 -1
  6. package/crud/createChangeRequestMethods.js +3 -1
  7. package/crud/createCommentMethods.js +3 -1
  8. package/crud/createContentReviewMethods.js +3 -1
  9. package/crud/createReviewerMethods.js +3 -1
  10. package/crud/createWorkflowMethods.js +3 -1
  11. package/crud/index.js +3 -1
  12. package/crud/utils.js +3 -1
  13. package/index.js +3 -1
  14. package/package.json +26 -26
  15. package/plugins/cms/CmsEntryApwSettingsGetterPlugin.js +3 -1
  16. package/plugins/cms/apwEntryPlugins.js +3 -1
  17. package/plugins/cms/index.js +3 -1
  18. package/plugins/cms/linkContentReviewToEntry.js +3 -1
  19. package/plugins/cms/linkWorkflowToEntry.js +3 -1
  20. package/plugins/cms/notifications/changeRequestNotification.js +3 -1
  21. package/plugins/cms/notifications/commentNotification.js +3 -1
  22. package/plugins/cms/notifications/contentReviewNotification.js +3 -1
  23. package/plugins/cms/notifications/contentUrl.js +3 -1
  24. package/plugins/cms/triggerContentReview.js +3 -1
  25. package/plugins/cms/updateContentReviewStatus.js +3 -1
  26. package/plugins/cms/utils.js +3 -1
  27. package/plugins/context.js +3 -1
  28. package/plugins/graphql/changeRequest.gql.js +3 -1
  29. package/plugins/graphql/comment.gql.js +3 -1
  30. package/plugins/graphql/contentReview.gql.js +3 -1
  31. package/plugins/graphql/reviewer.gql.js +3 -1
  32. package/plugins/graphql/workflow.gql.js +3 -1
  33. package/plugins/graphql.js +3 -1
  34. package/plugins/hooks/createReviewerFromIdentity.js +3 -1
  35. package/plugins/hooks/deleteChangeRequestsAfterContentReview.js +3 -1
  36. package/plugins/hooks/deleteCommentsAfterChangeRequest.js +3 -1
  37. package/plugins/hooks/index.js +3 -1
  38. package/plugins/hooks/initializeContentReviewSteps.js +3 -1
  39. package/plugins/hooks/initializeNotifications.js +3 -1
  40. package/plugins/hooks/listContentReviews.js +3 -1
  41. package/plugins/hooks/notifications/appUrl.js +3 -1
  42. package/plugins/hooks/notifications/changeRequestAfterCreate.js +3 -1
  43. package/plugins/hooks/notifications/changeRequestUrl.js +3 -1
  44. package/plugins/hooks/notifications/commentAfterCreate.js +3 -1
  45. package/plugins/hooks/notifications/commentUrl.js +3 -1
  46. package/plugins/hooks/notifications/contentReviewAfterCreate.js +3 -1
  47. package/plugins/hooks/notifications/contentReviewUrl.js +3 -1
  48. package/plugins/hooks/notifications/contentUrl.js +3 -1
  49. package/plugins/hooks/notifications/lastChangeRequestNotificationPlugin.js +3 -1
  50. package/plugins/hooks/notifications/lastCommentNotificationPlugin.js +3 -1
  51. package/plugins/hooks/notifications/lastContentReviewNotificationPlugin.js +3 -1
  52. package/plugins/hooks/notifications/reviewers.js +3 -1
  53. package/plugins/hooks/notifications/sendChangeRequestNotification.js +3 -1
  54. package/plugins/hooks/notifications/sendCommentNotification.js +3 -1
  55. package/plugins/hooks/notifications/sendContentReviewNotification.js +3 -1
  56. package/plugins/hooks/updatePendingChangeRequests.js +3 -1
  57. package/plugins/hooks/updateTotalComments.js +3 -1
  58. package/plugins/hooks/validateChangeRequest.js +3 -1
  59. package/plugins/hooks/validateComment.js +3 -1
  60. package/plugins/hooks/validateContentReview.js +3 -1
  61. package/plugins/pageBuilder/PageApwSettingsGetterPlugin.js +3 -1
  62. package/plugins/pageBuilder/apwContentPagePlugins.js +3 -1
  63. package/plugins/pageBuilder/extendPbPageSettingsSchema.js +3 -1
  64. package/plugins/pageBuilder/index.js +3 -1
  65. package/plugins/pageBuilder/linkContentReviewToPage.js +3 -1
  66. package/plugins/pageBuilder/linkWorkflowToPage.js +3 -1
  67. package/plugins/pageBuilder/notifications/changeRequestNotification.js +3 -1
  68. package/plugins/pageBuilder/notifications/commentNotification.js +3 -1
  69. package/plugins/pageBuilder/notifications/contentReviewNotification.js +3 -1
  70. package/plugins/pageBuilder/notifications/contentUrl.js +3 -1
  71. package/plugins/pageBuilder/triggerContentReview.js +3 -1
  72. package/plugins/pageBuilder/updateContentReviewStatus.js +3 -1
  73. package/plugins/pageBuilder/utils.js +3 -1
  74. package/plugins/utils.js +3 -1
  75. package/scheduler/createScheduleActionMethods.js +3 -1
  76. package/scheduler/handlers/executeAction/index.js +3 -1
  77. package/scheduler/handlers/executeAction/plugins/ApplicationGraphQL.js +3 -1
  78. package/scheduler/handlers/executeAction/plugins/HeadlessCMSGraphQL.js +3 -1
  79. package/scheduler/handlers/executeAction/plugins/PageBuilderGraphQL.js +3 -1
  80. package/scheduler/handlers/executeAction/security.js +3 -1
  81. package/scheduler/handlers/scheduleAction/index.js +3 -1
  82. package/scheduler/handlers/scheduleAction/scheduleAction.utils.js +3 -1
  83. package/scheduler/handlers/utils.js +3 -1
  84. package/scheduler/index.js +3 -1
  85. package/scheduler/types.js +3 -1
  86. package/storageOperations/changeRequestStorageOperations.js +3 -1
  87. package/storageOperations/commentStorageOperations.js +3 -1
  88. package/storageOperations/contentReviewStorageOperations.js +3 -1
  89. package/storageOperations/index.js +3 -1
  90. package/storageOperations/models/changeRequest.model.js +3 -1
  91. package/storageOperations/models/comment.model.js +3 -1
  92. package/storageOperations/models/contentModelPluginFactory.js +3 -1
  93. package/storageOperations/models/contentReview.model.js +3 -1
  94. package/storageOperations/models/index.js +3 -1
  95. package/storageOperations/models/reviewer.model.js +3 -1
  96. package/storageOperations/models/utils.js +3 -1
  97. package/storageOperations/models/workflow.model.js +3 -1
  98. package/storageOperations/reviewerStorageOperations.js +3 -1
  99. package/storageOperations/types.js +3 -1
  100. package/storageOperations/workflowStorageOperations.js +3 -1
  101. package/types.js +3 -1
  102. package/utils/contentApwSettingsPlugin.js +3 -1
  103. package/utils/errors.js +3 -1
  104. package/utils/fieldResolver.js +3 -1
  105. package/utils/resolve.js +3 -1
@@ -27,4 +27,6 @@ exports.ApwChangeRequestNotification = ApwChangeRequestNotification;
27
27
  const createApwChangeRequestNotification = (contentType, cb) => {
28
28
  return new ApwChangeRequestNotification(contentType, cb);
29
29
  };
30
- exports.createApwChangeRequestNotification = createApwChangeRequestNotification;
30
+ exports.createApwChangeRequestNotification = createApwChangeRequestNotification;
31
+
32
+ //# sourceMappingURL=ApwChangeRequestNotification.js.map
@@ -27,4 +27,6 @@ exports.ApwCommentNotification = ApwCommentNotification;
27
27
  const createApwCommentNotification = (contentType, cb) => {
28
28
  return new ApwCommentNotification(contentType, cb);
29
29
  };
30
- exports.createApwCommentNotification = createApwCommentNotification;
30
+ exports.createApwCommentNotification = createApwCommentNotification;
31
+
32
+ //# sourceMappingURL=ApwCommentNotification.js.map
@@ -27,4 +27,6 @@ exports.ApwContentReviewNotification = ApwContentReviewNotification;
27
27
  const createApwContentReviewNotification = (contentType, cb) => {
28
28
  return new ApwContentReviewNotification(contentType, cb);
29
29
  };
30
- exports.createApwContentReviewNotification = createApwContentReviewNotification;
30
+ exports.createApwContentReviewNotification = createApwContentReviewNotification;
31
+
32
+ //# sourceMappingURL=ApwContentReviewNotification.js.map
@@ -27,4 +27,6 @@ exports.ApwContentUrlPlugin = ApwContentUrlPlugin;
27
27
  const createApwContentUrlPlugin = (contentType, cb) => {
28
28
  return new ApwContentUrlPlugin(contentType, cb);
29
29
  };
30
- exports.createApwContentUrlPlugin = createApwContentUrlPlugin;
30
+ exports.createApwContentUrlPlugin = createApwContentUrlPlugin;
31
+
32
+ //# sourceMappingURL=ApwContentUrlPlugin.js.map
@@ -9,4 +9,6 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/de
9
9
  var _Plugin = require("@webiny/plugins/Plugin");
10
10
  class ContentApwSettingsPlugin extends _Plugin.Plugin {}
11
11
  exports.ContentApwSettingsPlugin = ContentApwSettingsPlugin;
12
- (0, _defineProperty2.default)(ContentApwSettingsPlugin, "type", "apw.contentApwSettings");
12
+ (0, _defineProperty2.default)(ContentApwSettingsPlugin, "type", "apw.contentApwSettings");
13
+
14
+ //# sourceMappingURL=ContentApwSettingsPlugin.js.map
@@ -88,4 +88,6 @@ function createChangeRequestMethods({
88
88
  onChangeRequestBeforeDelete,
89
89
  onChangeRequestAfterDelete
90
90
  };
91
- }
91
+ }
92
+
93
+ //# sourceMappingURL=createChangeRequestMethods.js.map
@@ -88,4 +88,6 @@ function createCommentMethods({
88
88
  return true;
89
89
  }
90
90
  };
91
- }
91
+ }
92
+
93
+ //# sourceMappingURL=createCommentMethods.js.map
@@ -510,4 +510,6 @@ function createContentReviewMethods(params) {
510
510
  return true;
511
511
  }
512
512
  };
513
- }
513
+ }
514
+
515
+ //# sourceMappingURL=createContentReviewMethods.js.map
@@ -88,4 +88,6 @@ function createReviewerMethods({
88
88
  return true;
89
89
  }
90
90
  };
91
- }
91
+ }
92
+
93
+ //# sourceMappingURL=createReviewerMethods.js.map
@@ -102,4 +102,6 @@ function createWorkflowMethods({
102
102
  return true;
103
103
  }
104
104
  };
105
- }
105
+ }
106
+
107
+ //# sourceMappingURL=createWorkflowMethods.js.map
package/crud/index.js CHANGED
@@ -68,4 +68,6 @@ const createApw = params => {
68
68
  scheduleAction: params.scheduler
69
69
  };
70
70
  };
71
- exports.createApw = createApw;
71
+ exports.createApw = createApw;
72
+
73
+ //# sourceMappingURL=index.js.map
package/crud/utils.js CHANGED
@@ -107,4 +107,6 @@ const filterContentReviewsByRequiresMyAttention = async params => {
107
107
  totalCount: filteredItems.length
108
108
  })];
109
109
  };
110
- exports.filterContentReviewsByRequiresMyAttention = filterContentReviewsByRequiresMyAttention;
110
+ exports.filterContentReviewsByRequiresMyAttention = filterContentReviewsByRequiresMyAttention;
111
+
112
+ //# sourceMappingURL=utils.js.map
package/index.js CHANGED
@@ -21,4 +21,6 @@ exports.createApwPageBuilderContext = createApwPageBuilderContext;
21
21
  const createApwGraphQL = () => {
22
22
  return [(0, _graphql.default)()];
23
23
  };
24
- exports.createApwGraphQL = createApwGraphQL;
24
+ exports.createApwGraphQL = createApwGraphQL;
25
+
26
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-apw",
3
- "version": "5.37.2",
3
+ "version": "5.37.3-beta.0",
4
4
  "keywords": [
5
5
  "apw:base"
6
6
  ],
@@ -17,26 +17,26 @@
17
17
  "@aws-sdk/client-cloudwatch-events": "3.54.1",
18
18
  "@babel/runtime": "7.22.6",
19
19
  "@commodo/fields": "1.1.2-beta.20",
20
- "@webiny/api": "5.37.2",
21
- "@webiny/api-admin-settings": "5.37.2",
22
- "@webiny/api-headless-cms": "5.37.2",
23
- "@webiny/api-i18n": "5.37.2",
24
- "@webiny/api-mailer": "5.37.2",
25
- "@webiny/api-page-builder": "5.37.2",
26
- "@webiny/api-security": "5.37.2",
27
- "@webiny/api-tenancy": "5.37.2",
28
- "@webiny/api-wcp": "5.37.2",
29
- "@webiny/db-dynamodb": "5.37.2",
30
- "@webiny/error": "5.37.2",
31
- "@webiny/handler": "5.37.2",
32
- "@webiny/handler-client": "5.37.2",
33
- "@webiny/handler-db": "5.37.2",
34
- "@webiny/handler-graphql": "5.37.2",
35
- "@webiny/handler-logs": "5.37.2",
36
- "@webiny/plugins": "5.37.2",
37
- "@webiny/pubsub": "5.37.2",
38
- "@webiny/utils": "5.37.2",
39
- "@webiny/validation": "5.37.2",
20
+ "@webiny/api": "5.37.3-beta.0",
21
+ "@webiny/api-admin-settings": "5.37.3-beta.0",
22
+ "@webiny/api-headless-cms": "5.37.3-beta.0",
23
+ "@webiny/api-i18n": "5.37.3-beta.0",
24
+ "@webiny/api-mailer": "5.37.3-beta.0",
25
+ "@webiny/api-page-builder": "5.37.3-beta.0",
26
+ "@webiny/api-security": "5.37.3-beta.0",
27
+ "@webiny/api-tenancy": "5.37.3-beta.0",
28
+ "@webiny/api-wcp": "5.37.3-beta.0",
29
+ "@webiny/db-dynamodb": "5.37.3-beta.0",
30
+ "@webiny/error": "5.37.3-beta.0",
31
+ "@webiny/handler": "5.37.3-beta.0",
32
+ "@webiny/handler-client": "5.37.3-beta.0",
33
+ "@webiny/handler-db": "5.37.3-beta.0",
34
+ "@webiny/handler-graphql": "5.37.3-beta.0",
35
+ "@webiny/handler-logs": "5.37.3-beta.0",
36
+ "@webiny/plugins": "5.37.3-beta.0",
37
+ "@webiny/pubsub": "5.37.3-beta.0",
38
+ "@webiny/utils": "5.37.3-beta.0",
39
+ "@webiny/validation": "5.37.3-beta.0",
40
40
  "dayjs": "1.11.7",
41
41
  "lodash": "4.17.21"
42
42
  },
@@ -44,10 +44,10 @@
44
44
  "@babel/cli": "7.22.6",
45
45
  "@babel/core": "7.22.8",
46
46
  "@babel/preset-env": "7.22.7",
47
- "@webiny/cli": "5.37.2",
48
- "@webiny/handler-aws": "5.37.2",
49
- "@webiny/project-utils": "5.37.2",
50
- "@webiny/wcp": "5.37.2",
47
+ "@webiny/cli": "5.37.3-beta.0",
48
+ "@webiny/handler-aws": "5.37.3-beta.0",
49
+ "@webiny/project-utils": "5.37.3-beta.0",
50
+ "@webiny/wcp": "5.37.3-beta.0",
51
51
  "get-yarn-workspaces": "1.0.2",
52
52
  "graphql": "15.8.0",
53
53
  "jest": "29.5.0",
@@ -65,5 +65,5 @@
65
65
  "build": "yarn webiny run build",
66
66
  "watch": "yarn webiny run watch"
67
67
  },
68
- "gitHead": "e69288bf5e710060b14497aae8317034c6cb4bcc"
68
+ "gitHead": "5dbaca4f2294bd7a6718ece14752f5f554d0d842"
69
69
  }
@@ -33,4 +33,6 @@ class CmsEntryApwSettingsGetterPlugin extends _ContentApwSettingsPlugin.ContentA
33
33
  return ((_entry$meta$apw2 = entry.meta.apw) === null || _entry$meta$apw2 === void 0 ? void 0 : _entry$meta$apw2.contentReviewId) || null;
34
34
  }
35
35
  }
36
- exports.CmsEntryApwSettingsGetterPlugin = CmsEntryApwSettingsGetterPlugin;
36
+ exports.CmsEntryApwSettingsGetterPlugin = CmsEntryApwSettingsGetterPlugin;
37
+
38
+ //# sourceMappingURL=CmsEntryApwSettingsGetterPlugin.js.map
@@ -35,4 +35,6 @@ const apwEntryPlugins = params => {
35
35
  return true;
36
36
  });
37
37
  };
38
- exports.apwEntryPlugins = apwEntryPlugins;
38
+ exports.apwEntryPlugins = apwEntryPlugins;
39
+
40
+ //# sourceMappingURL=apwEntryPlugins.js.map
@@ -29,4 +29,6 @@ const apwCmsHooks = params => {
29
29
  (0, _triggerContentReview.triggerContentReview)(params);
30
30
  (0, _updateContentReviewStatus.updateContentReviewStatus)(params);
31
31
  };
32
- exports.apwCmsHooks = apwCmsHooks;
32
+ exports.apwCmsHooks = apwCmsHooks;
33
+
34
+ //# sourceMappingURL=index.js.map
@@ -88,4 +88,6 @@ const linkContentReviewToEntry = params => {
88
88
  });
89
89
  });
90
90
  };
91
- exports.linkContentReviewToEntry = linkContentReviewToEntry;
91
+ exports.linkContentReviewToEntry = linkContentReviewToEntry;
92
+
93
+ //# sourceMappingURL=linkContentReviewToEntry.js.map
@@ -134,4 +134,6 @@ const linkWorkflowToEntry = params => {
134
134
  }
135
135
  });
136
136
  };
137
- exports.linkWorkflowToEntry = linkWorkflowToEntry;
137
+ exports.linkWorkflowToEntry = linkWorkflowToEntry;
138
+
139
+ //# sourceMappingURL=linkWorkflowToEntry.js.map
@@ -28,4 +28,6 @@ const createChangeRequestNotification = () => {
28
28
  plugin.name = `${plugin.type}.${_types.ApwContentTypes.CMS_ENTRY}.default`;
29
29
  return plugin;
30
30
  };
31
- exports.createChangeRequestNotification = createChangeRequestNotification;
31
+ exports.createChangeRequestNotification = createChangeRequestNotification;
32
+
33
+ //# sourceMappingURL=changeRequestNotification.js.map
@@ -28,4 +28,6 @@ const createCommentNotification = () => {
28
28
  plugin.name = `${plugin.type}.${_types.ApwContentTypes.CMS_ENTRY}.default`;
29
29
  return plugin;
30
30
  };
31
- exports.createCommentNotification = createCommentNotification;
31
+ exports.createCommentNotification = createCommentNotification;
32
+
33
+ //# sourceMappingURL=commentNotification.js.map
@@ -28,4 +28,6 @@ const createContentReviewNotification = () => {
28
28
  plugin.name = `${plugin.type}.${_types.ApwContentTypes.CMS_ENTRY}.default`;
29
29
  return plugin;
30
30
  };
31
- exports.createContentReviewNotification = createContentReviewNotification;
31
+ exports.createContentReviewNotification = createContentReviewNotification;
32
+
33
+ //# sourceMappingURL=contentReviewNotification.js.map
@@ -50,4 +50,6 @@ const createContentUrlPlugin = () => {
50
50
  });
51
51
  });
52
52
  };
53
- exports.createContentUrlPlugin = createContentUrlPlugin;
53
+ exports.createContentUrlPlugin = createContentUrlPlugin;
54
+
55
+ //# sourceMappingURL=contentUrl.js.map
@@ -42,4 +42,6 @@ const triggerContentReview = params => {
42
42
  });
43
43
  });
44
44
  };
45
- exports.triggerContentReview = triggerContentReview;
45
+ exports.triggerContentReview = triggerContentReview;
46
+
47
+ //# sourceMappingURL=triggerContentReview.js.map
@@ -76,4 +76,6 @@ const updateContentReviewStatus = params => {
76
76
  });
77
77
  });
78
78
  };
79
- exports.updateContentReviewStatus = updateContentReviewStatus;
79
+ exports.updateContentReviewStatus = updateContentReviewStatus;
80
+
81
+ //# sourceMappingURL=updateContentReviewStatus.js.map
@@ -159,4 +159,6 @@ exports.hasEntries = hasEntries;
159
159
  const isAwpModel = model => {
160
160
  return [_changeRequest.CHANGE_REQUEST_MODEL_ID, _comment.COMMENT_MODEL_ID, _contentReview.CONTENT_REVIEW_MODEL_ID, _reviewer.REVIEWER_MODEL_ID, _workflow.WORKFLOW_MODEL_ID].includes(model.modelId);
161
161
  };
162
- exports.isAwpModel = isAwpModel;
162
+ exports.isAwpModel = isAwpModel;
163
+
164
+ //# sourceMappingURL=utils.js.map
@@ -98,4 +98,6 @@ const createApwPageBuilderContext = params => {
98
98
  context.plugins.register((0, _extendPbPageSettingsSchema.extendPbPageSettingsSchema)());
99
99
  });
100
100
  };
101
- exports.createApwPageBuilderContext = createApwPageBuilderContext;
101
+ exports.createApwPageBuilderContext = createApwPageBuilderContext;
102
+
103
+ //# sourceMappingURL=context.js.map
@@ -145,4 +145,6 @@ const workflowSchema = new _plugins.GraphQLSchemaPlugin({
145
145
  }
146
146
  });
147
147
  var _default = workflowSchema;
148
- exports.default = _default;
148
+ exports.default = _default;
149
+
150
+ //# sourceMappingURL=changeRequest.gql.js.map
@@ -150,4 +150,6 @@ const workflowSchema = new _plugins.GraphQLSchemaPlugin({
150
150
  }
151
151
  });
152
152
  var _default = workflowSchema;
153
- exports.default = _default;
153
+ exports.default = _default;
154
+
155
+ //# sourceMappingURL=comment.gql.js.map
@@ -360,4 +360,6 @@ const contentReviewSchema = new _plugins.GraphQLSchemaPlugin({
360
360
  }
361
361
  });
362
362
  var _default = contentReviewSchema;
363
- exports.default = _default;
363
+ exports.default = _default;
364
+
365
+ //# sourceMappingURL=contentReview.gql.js.map
@@ -106,4 +106,6 @@ const workflowSchema = new _plugins.GraphQLSchemaPlugin({
106
106
  }
107
107
  });
108
108
  var _default = workflowSchema;
109
- exports.default = _default;
109
+ exports.default = _default;
110
+
111
+ //# sourceMappingURL=reviewer.gql.js.map
@@ -195,4 +195,6 @@ const workflowSchema = new _plugins.GraphQLSchemaPlugin({
195
195
  }
196
196
  });
197
197
  var _default = workflowSchema;
198
- exports.default = _default;
198
+ exports.default = _default;
199
+
200
+ //# sourceMappingURL=workflow.gql.js.map
@@ -77,4 +77,6 @@ var _default = () => {
77
77
  context.plugins.register([baseSchema, _workflow.default, _contentReview.default, _reviewer.default, _comment.default, _changeRequest.default]);
78
78
  });
79
79
  };
80
- exports.default = _default;
80
+ exports.default = _default;
81
+
82
+ //# sourceMappingURL=graphql.js.map
@@ -70,4 +70,6 @@ const createReviewerFromIdentity = ({
70
70
  }
71
71
  });
72
72
  };
73
- exports.createReviewerFromIdentity = createReviewerFromIdentity;
73
+ exports.createReviewerFromIdentity = createReviewerFromIdentity;
74
+
75
+ //# sourceMappingURL=createReviewerFromIdentity.js.map
@@ -56,4 +56,6 @@ const deleteChangeRequestsWithContentReview = ({
56
56
  }
57
57
  });
58
58
  };
59
- exports.deleteChangeRequestsWithContentReview = deleteChangeRequestsWithContentReview;
59
+ exports.deleteChangeRequestsWithContentReview = deleteChangeRequestsWithContentReview;
60
+
61
+ //# sourceMappingURL=deleteChangeRequestsAfterContentReview.js.map
@@ -49,4 +49,6 @@ const deleteCommentsAfterChangeRequest = ({
49
49
  }
50
50
  });
51
51
  };
52
- exports.deleteCommentsAfterChangeRequest = deleteCommentsAfterChangeRequest;
52
+ exports.deleteCommentsAfterChangeRequest = deleteCommentsAfterChangeRequest;
53
+
54
+ //# sourceMappingURL=deleteCommentsAfterChangeRequest.js.map
@@ -57,4 +57,6 @@ new _api.ContextPlugin(async context => {
57
57
  (0, _listContentReviews.listContentReviews)(context);
58
58
  (0, _initializeNotifications.initializeNotifications)(context);
59
59
  });
60
- exports.attachApwHooks = attachApwHooks;
60
+ exports.attachApwHooks = attachApwHooks;
61
+
62
+ //# sourceMappingURL=index.js.map
@@ -76,4 +76,6 @@ const initializeContentReviewSteps = ({
76
76
  input = (0, _set.default)(input, "steps", updatedSteps);
77
77
  });
78
78
  };
79
- exports.initializeContentReviewSteps = initializeContentReviewSteps;
79
+ exports.initializeContentReviewSteps = initializeContentReviewSteps;
80
+
81
+ //# sourceMappingURL=initializeContentReviewSteps.js.map
@@ -12,4 +12,6 @@ const initializeNotifications = context => {
12
12
  (0, _commentAfterCreate.attachCommentAfterCreate)(context);
13
13
  (0, _changeRequestAfterCreate.attachChangeRequestAfterCreate)(context);
14
14
  };
15
- exports.initializeNotifications = initializeNotifications;
15
+ exports.initializeNotifications = initializeNotifications;
16
+
17
+ //# sourceMappingURL=initializeNotifications.js.map
@@ -53,4 +53,6 @@ const listContentReviews = ({
53
53
  where.workflowId_in = userWorkflows.map(workflow => workflow.id);
54
54
  });
55
55
  };
56
- exports.listContentReviews = listContentReviews;
56
+ exports.listContentReviews = listContentReviews;
57
+
58
+ //# sourceMappingURL=listContentReviews.js.map
@@ -15,4 +15,6 @@ const getAppUrl = async context => {
15
15
  }
16
16
  return null;
17
17
  };
18
- exports.getAppUrl = getAppUrl;
18
+ exports.getAppUrl = getAppUrl;
19
+
20
+ //# sourceMappingURL=appUrl.js.map
@@ -108,4 +108,6 @@ const attachChangeRequestAfterCreate = context => {
108
108
  });
109
109
  });
110
110
  };
111
- exports.attachChangeRequestAfterCreate = attachChangeRequestAfterCreate;
111
+ exports.attachChangeRequestAfterCreate = attachChangeRequestAfterCreate;
112
+
113
+ //# sourceMappingURL=changeRequestAfterCreate.js.map
@@ -24,4 +24,6 @@ const createChangeRequestUrl = params => {
24
24
  } = params;
25
25
  return `${baseUrl}/apw/content-reviews/${contentReviewId}/${stepId}/${changeRequestId}`;
26
26
  };
27
- exports.createChangeRequestUrl = createChangeRequestUrl;
27
+ exports.createChangeRequestUrl = createChangeRequestUrl;
28
+
29
+ //# sourceMappingURL=changeRequestUrl.js.map
@@ -119,4 +119,6 @@ const attachCommentAfterCreate = context => {
119
119
  });
120
120
  });
121
121
  };
122
- exports.attachCommentAfterCreate = attachCommentAfterCreate;
122
+ exports.attachCommentAfterCreate = attachCommentAfterCreate;
123
+
124
+ //# sourceMappingURL=commentAfterCreate.js.map
@@ -24,4 +24,6 @@ const createCommentUrl = params => {
24
24
  } = params;
25
25
  return `${baseUrl}/apw/content-reviews/${contentReviewId}/${stepId}/${changeRequestId}`;
26
26
  };
27
- exports.createCommentUrl = createCommentUrl;
27
+ exports.createCommentUrl = createCommentUrl;
28
+
29
+ //# sourceMappingURL=commentUrl.js.map
@@ -91,4 +91,6 @@ const attachContentReviewAfterCreate = context => {
91
91
  });
92
92
  });
93
93
  };
94
- exports.attachContentReviewAfterCreate = attachContentReviewAfterCreate;
94
+ exports.attachContentReviewAfterCreate = attachContentReviewAfterCreate;
95
+
96
+ //# sourceMappingURL=contentReviewAfterCreate.js.map
@@ -23,4 +23,6 @@ const createContentReviewUrl = params => {
23
23
  } = params;
24
24
  return `${baseUrl}/apw/content-reviews/${contentReviewId}/${stepId}`;
25
25
  };
26
- exports.createContentReviewUrl = createContentReviewUrl;
26
+ exports.createContentReviewUrl = createContentReviewUrl;
27
+
28
+ //# sourceMappingURL=contentReviewUrl.js.map
@@ -21,4 +21,6 @@ const createContentUrl = params => {
21
21
  }
22
22
  return contentUrlPlugin.create(params);
23
23
  };
24
- exports.createContentUrl = createContentUrl;
24
+ exports.createContentUrl = createContentUrl;
25
+
26
+ //# sourceMappingURL=contentUrl.js.map
@@ -18,4 +18,6 @@ const getLastChangeRequestNotificationPlugin = params => {
18
18
  });
19
19
  return plugins.shift();
20
20
  };
21
- exports.getLastChangeRequestNotificationPlugin = getLastChangeRequestNotificationPlugin;
21
+ exports.getLastChangeRequestNotificationPlugin = getLastChangeRequestNotificationPlugin;
22
+
23
+ //# sourceMappingURL=lastChangeRequestNotificationPlugin.js.map
@@ -18,4 +18,6 @@ const getLastCommentNotificationPlugin = params => {
18
18
  });
19
19
  return plugins.shift();
20
20
  };
21
- exports.getLastCommentNotificationPlugin = getLastCommentNotificationPlugin;
21
+ exports.getLastCommentNotificationPlugin = getLastCommentNotificationPlugin;
22
+
23
+ //# sourceMappingURL=lastCommentNotificationPlugin.js.map
@@ -18,4 +18,6 @@ const getLastContentReviewNotificationPlugin = params => {
18
18
  });
19
19
  return plugins.shift();
20
20
  };
21
- exports.getLastContentReviewNotificationPlugin = getLastContentReviewNotificationPlugin;
21
+ exports.getLastContentReviewNotificationPlugin = getLastContentReviewNotificationPlugin;
22
+
23
+ //# sourceMappingURL=lastContentReviewNotificationPlugin.js.map
@@ -42,4 +42,6 @@ const fetchReviewers = async params => {
42
42
  });
43
43
  });
44
44
  };
45
- exports.fetchReviewers = fetchReviewers;
45
+ exports.fetchReviewers = fetchReviewers;
46
+
47
+ //# sourceMappingURL=reviewers.js.map
@@ -38,4 +38,6 @@ const sendChangeRequestNotification = async params => {
38
38
  }
39
39
  console.log("Error while sending e-mail", JSON.stringify(result.error));
40
40
  };
41
- exports.sendChangeRequestNotification = sendChangeRequestNotification;
41
+ exports.sendChangeRequestNotification = sendChangeRequestNotification;
42
+
43
+ //# sourceMappingURL=sendChangeRequestNotification.js.map
@@ -38,4 +38,6 @@ const sendCommentNotification = async params => {
38
38
  }
39
39
  console.log("Error while sending e-mail", JSON.stringify(result.error));
40
40
  };
41
- exports.sendCommentNotification = sendCommentNotification;
41
+ exports.sendCommentNotification = sendCommentNotification;
42
+
43
+ //# sourceMappingURL=sendCommentNotification.js.map
@@ -38,4 +38,6 @@ const sendContentReviewNotification = async params => {
38
38
  }
39
39
  console.log("Error while sending e-mail", JSON.stringify(result.error));
40
40
  };
41
- exports.sendContentReviewNotification = sendContentReviewNotification;
41
+ exports.sendContentReviewNotification = sendContentReviewNotification;
42
+
43
+ //# sourceMappingURL=sendContentReviewNotification.js.map
@@ -83,4 +83,6 @@ const updatePendingChangeRequestsCount = ({
83
83
  }
84
84
  });
85
85
  };
86
- exports.updatePendingChangeRequestsCount = updatePendingChangeRequestsCount;
86
+ exports.updatePendingChangeRequestsCount = updatePendingChangeRequestsCount;
87
+
88
+ //# sourceMappingURL=updatePendingChangeRequests.js.map
@@ -141,4 +141,6 @@ const updateLatestCommentId = ({
141
141
  }
142
142
  });
143
143
  };
144
- exports.updateLatestCommentId = updateLatestCommentId;
144
+ exports.updateLatestCommentId = updateLatestCommentId;
145
+
146
+ //# sourceMappingURL=updateTotalComments.js.map
@@ -70,4 +70,6 @@ const validateChangeRequest = ({
70
70
  }
71
71
  });
72
72
  };
73
- exports.validateChangeRequest = validateChangeRequest;
73
+ exports.validateChangeRequest = validateChangeRequest;
74
+
75
+ //# sourceMappingURL=validateChangeRequest.js.map
@@ -43,4 +43,6 @@ const validateComment = ({
43
43
  input.step = changeRequest.step;
44
44
  });
45
45
  };
46
- exports.validateComment = validateComment;
46
+ exports.validateComment = validateComment;
47
+
48
+ //# sourceMappingURL=validateComment.js.map
@@ -29,4 +29,6 @@ const validateContentReview = ({
29
29
  }
30
30
  });
31
31
  };
32
- exports.validateContentReview = validateContentReview;
32
+ exports.validateContentReview = validateContentReview;
33
+
34
+ //# sourceMappingURL=validateContentReview.js.map
@@ -33,4 +33,6 @@ class PageApwSettingsGetterPlugin extends _ContentApwSettingsPlugin.ContentApwSe
33
33
  return (_page$settings$apw2 = page.settings.apw) === null || _page$settings$apw2 === void 0 ? void 0 : _page$settings$apw2.contentReviewId;
34
34
  }
35
35
  }
36
- exports.PageApwSettingsGetterPlugin = PageApwSettingsGetterPlugin;
36
+ exports.PageApwSettingsGetterPlugin = PageApwSettingsGetterPlugin;
37
+
38
+ //# sourceMappingURL=PageApwSettingsGetterPlugin.js.map
@@ -23,4 +23,6 @@ const apwContentPagePlugins = () => new _api.ContextPlugin(async context => {
23
23
  return true;
24
24
  });
25
25
  });
26
- exports.apwContentPagePlugins = apwContentPagePlugins;
26
+ exports.apwContentPagePlugins = apwContentPagePlugins;
27
+
28
+ //# sourceMappingURL=apwContentPagePlugins.js.map
@@ -17,4 +17,6 @@ const extendPbPageSettingsSchema = () => new _plugins.GraphQLSchemaPlugin({
17
17
  }
18
18
  `
19
19
  });
20
- exports.extendPbPageSettingsSchema = extendPbPageSettingsSchema;
20
+ exports.extendPbPageSettingsSchema = extendPbPageSettingsSchema;
21
+
22
+ //# sourceMappingURL=extendPbPageSettingsSchema.js.map
@@ -39,4 +39,6 @@ const apwPageBuilderHooks = params => {
39
39
  pageBuilder
40
40
  });
41
41
  };
42
- exports.apwPageBuilderHooks = apwPageBuilderHooks;
42
+ exports.apwPageBuilderHooks = apwPageBuilderHooks;
43
+
44
+ //# sourceMappingURL=index.js.map
@@ -86,4 +86,6 @@ const linkContentReviewToPage = params => {
86
86
  }
87
87
  });
88
88
  };
89
- exports.linkContentReviewToPage = linkContentReviewToPage;
89
+ exports.linkContentReviewToPage = linkContentReviewToPage;
90
+
91
+ //# sourceMappingURL=linkContentReviewToPage.js.map
@@ -161,4 +161,6 @@ const linkWorkflowToPage = params => {
161
161
  }
162
162
  });
163
163
  };
164
- exports.linkWorkflowToPage = linkWorkflowToPage;
164
+ exports.linkWorkflowToPage = linkWorkflowToPage;
165
+
166
+ //# sourceMappingURL=linkWorkflowToPage.js.map
@@ -28,4 +28,6 @@ const createChangeRequestNotification = () => {
28
28
  plugin.name = `${plugin.type}.${_types.ApwContentTypes.PAGE}.default`;
29
29
  return plugin;
30
30
  };
31
- exports.createChangeRequestNotification = createChangeRequestNotification;
31
+ exports.createChangeRequestNotification = createChangeRequestNotification;
32
+
33
+ //# sourceMappingURL=changeRequestNotification.js.map
@@ -28,4 +28,6 @@ const createCommentNotification = () => {
28
28
  plugin.name = `${plugin.type}.${_types.ApwContentTypes.PAGE}.default`;
29
29
  return plugin;
30
30
  };
31
- exports.createCommentNotification = createCommentNotification;
31
+ exports.createCommentNotification = createCommentNotification;
32
+
33
+ //# sourceMappingURL=commentNotification.js.map
@@ -28,4 +28,6 @@ const createContentReviewNotification = () => {
28
28
  plugin.name = `${plugin.type}.${_types.ApwContentTypes.PAGE}.default`;
29
29
  return plugin;
30
30
  };
31
- exports.createContentReviewNotification = createContentReviewNotification;
31
+ exports.createContentReviewNotification = createContentReviewNotification;
32
+
33
+ //# sourceMappingURL=contentReviewNotification.js.map
@@ -44,4 +44,6 @@ const createContentUrlPlugin = () => {
44
44
  });
45
45
  });
46
46
  };
47
- exports.createContentUrlPlugin = createContentUrlPlugin;
47
+ exports.createContentUrlPlugin = createContentUrlPlugin;
48
+
49
+ //# sourceMappingURL=contentUrl.js.map
@@ -36,4 +36,6 @@ const triggerContentReview = params => {
36
36
  }
37
37
  });
38
38
  };
39
- exports.triggerContentReview = triggerContentReview;
39
+ exports.triggerContentReview = triggerContentReview;
40
+
41
+ //# sourceMappingURL=triggerContentReview.js.map
@@ -64,4 +64,6 @@ const updateContentReviewStatus = params => {
64
64
  }
65
65
  });
66
66
  };
67
- exports.updateContentReviewStatus = updateContentReviewStatus;
67
+ exports.updateContentReviewStatus = updateContentReviewStatus;
68
+
69
+ //# sourceMappingURL=updateContentReviewStatus.js.map
@@ -147,4 +147,6 @@ const updatePageSettings = async ({
147
147
  }
148
148
  }
149
149
  };
150
- exports.updatePageSettings = updatePageSettings;
150
+ exports.updatePageSettings = updatePageSettings;
151
+
152
+ //# sourceMappingURL=utils.js.map
package/plugins/utils.js CHANGED
@@ -141,4 +141,6 @@ const workflowByCreatedOnDesc = (a, b) => {
141
141
  */
142
142
  return new Date(createdOnB).getTime() - new Date(createdOnA).getTime();
143
143
  };
144
- exports.workflowByCreatedOnDesc = workflowByCreatedOnDesc;
144
+ exports.workflowByCreatedOnDesc = workflowByCreatedOnDesc;
145
+
146
+ //# sourceMappingURL=utils.js.map
@@ -122,4 +122,6 @@ function createScheduleActionMethods({
122
122
  return await storageOperations.deleteCurrentTask((0, _objectSpread2.default)({}, getTenantAndLocale()));
123
123
  }
124
124
  };
125
- }
125
+ }
126
+
127
+ //# sourceMappingURL=createScheduleActionMethods.js.map
@@ -175,4 +175,6 @@ const createExecuteActionLambda = params => {
175
175
  const executeActionHandlerPlugins = config => [new _api.ContextPlugin(async context => {
176
176
  context.plugins.register([new _PageBuilderGraphQL.PageBuilderGraphQL(), new _HeadlessCMSGraphQL.HeadlessCMSGraphQL()]);
177
177
  }), (0, _utils.basePlugins)(), createExecuteActionLambda(config)];
178
- exports.executeActionHandlerPlugins = executeActionHandlerPlugins;
178
+ exports.executeActionHandlerPlugins = executeActionHandlerPlugins;
179
+
180
+ //# sourceMappingURL=index.js.map
@@ -23,4 +23,6 @@ var _types = require("../../../types");
23
23
  var _utils = require("../../utils");
24
24
  class ApplicationGraphQL extends _Plugin.Plugin {}
25
25
  exports.ApplicationGraphQL = ApplicationGraphQL;
26
- (0, _defineProperty2.default)(ApplicationGraphQL, "type", "apw.scheduler.applicationGraphQL");
26
+ (0, _defineProperty2.default)(ApplicationGraphQL, "type", "apw.scheduler.applicationGraphQL");
27
+
28
+ //# sourceMappingURL=ApplicationGraphQL.js.map
@@ -107,4 +107,6 @@ class HeadlessCMSGraphQL extends _ApplicationGraphQL.ApplicationGraphQL {
107
107
  };
108
108
  }
109
109
  }
110
- exports.HeadlessCMSGraphQL = HeadlessCMSGraphQL;
110
+ exports.HeadlessCMSGraphQL = HeadlessCMSGraphQL;
111
+
112
+ //# sourceMappingURL=HeadlessCMSGraphQL.js.map
@@ -81,4 +81,6 @@ class PageBuilderGraphQL extends _ApplicationGraphQL.ApplicationGraphQL {
81
81
  };
82
82
  }
83
83
  }
84
- exports.PageBuilderGraphQL = PageBuilderGraphQL;
84
+ exports.PageBuilderGraphQL = PageBuilderGraphQL;
85
+
86
+ //# sourceMappingURL=PageBuilderGraphQL.js.map
@@ -54,4 +54,6 @@ const createCustomAuth = ({
54
54
  });
55
55
  });
56
56
  };
57
- exports.createCustomAuth = createCustomAuth;
57
+ exports.createCustomAuth = createCustomAuth;
58
+
59
+ //# sourceMappingURL=security.js.map
@@ -145,4 +145,6 @@ const createScheduleActionLambda = params => {
145
145
  };
146
146
 
147
147
  const scheduleActionHandlerPlugins = config => [(0, _utils.basePlugins)(), createScheduleActionLambda(config)];
148
- exports.scheduleActionHandlerPlugins = scheduleActionHandlerPlugins;
148
+ exports.scheduleActionHandlerPlugins = scheduleActionHandlerPlugins;
149
+
150
+ //# sourceMappingURL=index.js.map
@@ -150,4 +150,6 @@ const executeTask = async ({
150
150
  console.error(e);
151
151
  }
152
152
  };
153
- exports.executeTask = executeTask;
153
+ exports.executeTask = executeTask;
154
+
155
+ //# sourceMappingURL=scheduleAction.utils.js.map
@@ -127,4 +127,6 @@ const getApwSettings = async () => {
127
127
  eventTargetId: Item ? Item["eventTargetId"] : "eventTargetId"
128
128
  };
129
129
  };
130
- exports.getApwSettings = getApwSettings;
130
+ exports.getApwSettings = getApwSettings;
131
+
132
+ //# sourceMappingURL=utils.js.map
@@ -21,4 +21,6 @@ const createScheduler = params => {
21
21
  storageOperations
22
22
  });
23
23
  };
24
- exports.createScheduler = createScheduler;
24
+ exports.createScheduler = createScheduler;
25
+
26
+ //# sourceMappingURL=index.js.map
@@ -20,4 +20,6 @@ let InvocationTypes = /*#__PURE__*/function (InvocationTypes) {
20
20
  InvocationTypes["SCHEDULED"] = "scheduled";
21
21
  return InvocationTypes;
22
22
  }({});
23
- exports.InvocationTypes = InvocationTypes;
23
+ exports.InvocationTypes = InvocationTypes;
24
+
25
+ //# sourceMappingURL=types.js.map
@@ -100,4 +100,6 @@ const createChangeRequestStorageOperations = params => {
100
100
  }
101
101
  };
102
102
  };
103
- exports.createChangeRequestStorageOperations = createChangeRequestStorageOperations;
103
+ exports.createChangeRequestStorageOperations = createChangeRequestStorageOperations;
104
+
105
+ //# sourceMappingURL=changeRequestStorageOperations.js.map
@@ -114,4 +114,6 @@ const createCommentStorageOperations = ({
114
114
  }
115
115
  };
116
116
  };
117
- exports.createCommentStorageOperations = createCommentStorageOperations;
117
+ exports.createCommentStorageOperations = createCommentStorageOperations;
118
+
119
+ //# sourceMappingURL=commentStorageOperations.js.map
@@ -73,4 +73,6 @@ const createContentReviewStorageOperations = ({
73
73
  }
74
74
  };
75
75
  };
76
- exports.createContentReviewStorageOperations = createContentReviewStorageOperations;
76
+ exports.createContentReviewStorageOperations = createContentReviewStorageOperations;
77
+
78
+ //# sourceMappingURL=contentReviewStorageOperations.js.map
@@ -31,4 +31,6 @@ const createStorageOperations = params => {
31
31
  (0, _models.createApwModels)(context);
32
32
  return (0, _objectSpread2.default)((0, _objectSpread2.default)((0, _objectSpread2.default)((0, _objectSpread2.default)((0, _objectSpread2.default)({}, (0, _reviewerStorageOperations.createReviewerStorageOperations)(params)), (0, _workflowStorageOperations.createWorkflowStorageOperations)(params)), (0, _contentReviewStorageOperations.createContentReviewStorageOperations)(params)), (0, _changeRequestStorageOperations.createChangeRequestStorageOperations)(params)), (0, _commentStorageOperations.createCommentStorageOperations)(params));
33
33
  };
34
- exports.createStorageOperations = createStorageOperations;
34
+ exports.createStorageOperations = createStorageOperations;
35
+
36
+ //# sourceMappingURL=index.js.map
@@ -47,4 +47,6 @@ const createChangeRequestModelDefinition = () => {
47
47
  isPrivate: true
48
48
  };
49
49
  };
50
- exports.createChangeRequestModelDefinition = createChangeRequestModelDefinition;
50
+ exports.createChangeRequestModelDefinition = createChangeRequestModelDefinition;
51
+
52
+ //# sourceMappingURL=changeRequest.model.js.map
@@ -49,4 +49,6 @@ const createCommentModelDefinition = ({
49
49
  isPrivate: true
50
50
  };
51
51
  };
52
- exports.createCommentModelDefinition = createCommentModelDefinition;
52
+ exports.createCommentModelDefinition = createCommentModelDefinition;
53
+
54
+ //# sourceMappingURL=comment.model.js.map
@@ -17,4 +17,6 @@ const contentModelPluginFactory = params => {
17
17
  noValidate: true
18
18
  }));
19
19
  };
20
- exports.contentModelPluginFactory = contentModelPluginFactory;
20
+ exports.contentModelPluginFactory = contentModelPluginFactory;
21
+
22
+ //# sourceMappingURL=contentModelPluginFactory.js.map
@@ -229,4 +229,6 @@ const createContentReviewModelDefinition = ({
229
229
  description: "",
230
230
  isPrivate: true
231
231
  });
232
- exports.createContentReviewModelDefinition = createContentReviewModelDefinition;
232
+ exports.createContentReviewModelDefinition = createContentReviewModelDefinition;
233
+
234
+ //# sourceMappingURL=contentReview.model.js.map
@@ -86,4 +86,6 @@ const createApwModels = context => {
86
86
  */
87
87
  context.plugins.register([cmsGroupPlugin, cmsModelPlugins]);
88
88
  };
89
- exports.createApwModels = createApwModels;
89
+ exports.createApwModels = createApwModels;
90
+
91
+ //# sourceMappingURL=index.js.map
@@ -60,4 +60,6 @@ const createReviewerModelDefinition = () => {
60
60
  isPrivate: true
61
61
  };
62
62
  };
63
- exports.createReviewerModelDefinition = createReviewerModelDefinition;
63
+ exports.createReviewerModelDefinition = createReviewerModelDefinition;
64
+
65
+ //# sourceMappingURL=reviewer.model.js.map
@@ -30,4 +30,6 @@ const createModelField = params => {
30
30
  }
31
31
  };
32
32
  };
33
- exports.createModelField = createModelField;
33
+ exports.createModelField = createModelField;
34
+
35
+ //# sourceMappingURL=utils.js.map
@@ -182,4 +182,6 @@ const createWorkflowModelDefinition = ({
182
182
  fields: [titleField(), stepsField([stepTitleField(), stepTypeField(), stepIdField(), stepReviewersField(reviewerModelId)]), scopeField([scopeTypeField(), scopeDataField([scopeDataPbCategories(), scopeDataPbPages(), scopeDataCmsModels(), scopeDataCmsEntries()])]), applicationField()],
183
183
  isPrivate: true
184
184
  });
185
- exports.createWorkflowModelDefinition = createWorkflowModelDefinition;
185
+ exports.createWorkflowModelDefinition = createWorkflowModelDefinition;
186
+
187
+ //# sourceMappingURL=workflow.model.js.map
@@ -72,4 +72,6 @@ const createReviewerStorageOperations = ({
72
72
  }
73
73
  };
74
74
  };
75
- exports.createReviewerStorageOperations = createReviewerStorageOperations;
75
+ exports.createReviewerStorageOperations = createReviewerStorageOperations;
76
+
77
+ //# sourceMappingURL=reviewerStorageOperations.js.map
@@ -2,4 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
5
+ });
6
+
7
+ //# sourceMappingURL=types.js.map
@@ -89,4 +89,6 @@ const createWorkflowStorageOperations = params => {
89
89
  }
90
90
  };
91
91
  };
92
- exports.createWorkflowStorageOperations = createWorkflowStorageOperations;
92
+ exports.createWorkflowStorageOperations = createWorkflowStorageOperations;
93
+
94
+ //# sourceMappingURL=workflowStorageOperations.js.map
package/types.js CHANGED
@@ -148,4 +148,6 @@ var ApwScheduleActionTypes = /*#__PURE__*/function (ApwScheduleActionTypes) {
148
148
  */
149
149
  /**
150
150
  * Headless CMS
151
- */
151
+ */
152
+
153
+ //# sourceMappingURL=types.js.map
@@ -17,4 +17,6 @@ const getContentApwSettingsPlugin = params => {
17
17
  }
18
18
  throw new _handlerGraphql.NotFoundError(`Could not find a "ContentApwSettingsPlugin" for "${type}".`);
19
19
  };
20
- exports.getContentApwSettingsPlugin = getContentApwSettingsPlugin;
20
+ exports.getContentApwSettingsPlugin = getContentApwSettingsPlugin;
21
+
22
+ //# sourceMappingURL=contentApwSettingsPlugin.js.map
package/utils/errors.js CHANGED
@@ -55,4 +55,6 @@ class NoSignOffProvidedError extends _error.default {
55
55
  });
56
56
  }
57
57
  }
58
- exports.NoSignOffProvidedError = NoSignOffProvidedError;
58
+ exports.NoSignOffProvidedError = NoSignOffProvidedError;
59
+
60
+ //# sourceMappingURL=errors.js.map
@@ -41,4 +41,6 @@ const getTransformer = (model, fieldId) => ({
41
41
  model: model,
42
42
  field: model.fields.find(field => field.fieldId === fieldId)
43
43
  });
44
- exports.getTransformer = getTransformer;
44
+ exports.getTransformer = getTransformer;
45
+
46
+ //# sourceMappingURL=fieldResolver.js.map
package/utils/resolve.js CHANGED
@@ -12,4 +12,6 @@ var _default = async fn => {
12
12
  return new _handlerGraphql.ErrorResponse(e);
13
13
  }
14
14
  };
15
- exports.default = _default;
15
+ exports.default = _default;
16
+
17
+ //# sourceMappingURL=resolve.js.map