@webiny/api-apw 0.0.0-unstable.1e66d121db → 0.0.0-unstable.2aaa1916d9

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 (307) hide show
  1. package/ApwChangeRequestNotification.d.ts +27 -0
  2. package/ApwChangeRequestNotification.js +28 -0
  3. package/ApwChangeRequestNotification.js.map +1 -0
  4. package/ApwCommentNotification.d.ts +27 -0
  5. package/ApwCommentNotification.js +28 -0
  6. package/ApwCommentNotification.js.map +1 -0
  7. package/ApwContentReviewNotification.d.ts +26 -0
  8. package/ApwContentReviewNotification.js +28 -0
  9. package/ApwContentReviewNotification.js.map +1 -0
  10. package/ApwContentUrlPlugin.d.ts +19 -0
  11. package/ApwContentUrlPlugin.js +28 -0
  12. package/ApwContentUrlPlugin.js.map +1 -0
  13. package/ContentApwSettingsPlugin.d.ts +1 -1
  14. package/ContentApwSettingsPlugin.js +5 -9
  15. package/ContentApwSettingsPlugin.js.map +1 -1
  16. package/README.md +3 -3
  17. package/crud/createChangeRequestMethods.d.ts +1 -1
  18. package/crud/createChangeRequestMethods.js +7 -12
  19. package/crud/createChangeRequestMethods.js.map +1 -1
  20. package/crud/createCommentMethods.d.ts +1 -1
  21. package/crud/createCommentMethods.js +7 -13
  22. package/crud/createCommentMethods.js.map +1 -1
  23. package/crud/createContentReviewMethods.d.ts +2 -2
  24. package/crud/createContentReviewMethods.js +84 -113
  25. package/crud/createContentReviewMethods.js.map +1 -1
  26. package/crud/createReviewerMethods.d.ts +1 -1
  27. package/crud/createReviewerMethods.js +7 -13
  28. package/crud/createReviewerMethods.js.map +1 -1
  29. package/crud/createWorkflowMethods.d.ts +1 -1
  30. package/crud/createWorkflowMethods.js +7 -18
  31. package/crud/createWorkflowMethods.js.map +1 -1
  32. package/crud/index.d.ts +1 -1
  33. package/crud/index.js +5 -29
  34. package/crud/index.js.map +1 -1
  35. package/crud/utils.d.ts +2 -2
  36. package/crud/utils.js +7 -35
  37. package/crud/utils.js.map +1 -1
  38. package/index.d.ts +3 -4
  39. package/index.js +7 -18
  40. package/index.js.map +1 -1
  41. package/package.json +32 -50
  42. package/plugins/cms/CmsEntryApwSettingsGetterPlugin.d.ts +1 -1
  43. package/plugins/cms/CmsEntryApwSettingsGetterPlugin.js +4 -19
  44. package/plugins/cms/CmsEntryApwSettingsGetterPlugin.js.map +1 -1
  45. package/plugins/cms/apwEntryPlugins.d.ts +2 -2
  46. package/plugins/cms/apwEntryPlugins.js +18 -14
  47. package/plugins/cms/apwEntryPlugins.js.map +1 -1
  48. package/plugins/cms/index.d.ts +4 -4
  49. package/plugins/cms/index.js +7 -10
  50. package/plugins/cms/index.js.map +1 -1
  51. package/plugins/cms/linkContentReviewToEntry.d.ts +2 -2
  52. package/plugins/cms/linkContentReviewToEntry.js +4 -20
  53. package/plugins/cms/linkContentReviewToEntry.js.map +1 -1
  54. package/plugins/cms/linkWorkflowToEntry.d.ts +2 -2
  55. package/plugins/cms/linkWorkflowToEntry.js +18 -46
  56. package/plugins/cms/linkWorkflowToEntry.js.map +1 -1
  57. package/plugins/cms/notifications/changeRequestNotification.d.ts +1 -0
  58. package/plugins/cms/notifications/changeRequestNotification.js +33 -0
  59. package/plugins/cms/notifications/changeRequestNotification.js.map +1 -0
  60. package/plugins/cms/notifications/commentNotification.d.ts +1 -0
  61. package/plugins/cms/notifications/commentNotification.js +33 -0
  62. package/plugins/cms/notifications/commentNotification.js.map +1 -0
  63. package/plugins/cms/notifications/contentReviewNotification.d.ts +1 -0
  64. package/plugins/cms/notifications/contentReviewNotification.js +33 -0
  65. package/plugins/cms/notifications/contentReviewNotification.js.map +1 -0
  66. package/plugins/cms/notifications/contentUrl.d.ts +8 -0
  67. package/plugins/cms/notifications/contentUrl.js +55 -0
  68. package/plugins/cms/notifications/contentUrl.js.map +1 -0
  69. package/plugins/cms/triggerContentReview.d.ts +2 -2
  70. package/plugins/cms/triggerContentReview.js +5 -18
  71. package/plugins/cms/triggerContentReview.js.map +1 -1
  72. package/plugins/cms/updateContentReviewStatus.d.ts +3 -3
  73. package/plugins/cms/updateContentReviewStatus.js +14 -30
  74. package/plugins/cms/updateContentReviewStatus.js.map +1 -1
  75. package/plugins/cms/utils.d.ts +5 -4
  76. package/plugins/cms/utils.js +20 -59
  77. package/plugins/cms/utils.js.map +1 -1
  78. package/plugins/context.d.ts +3 -4
  79. package/plugins/context.js +4 -58
  80. package/plugins/context.js.map +1 -1
  81. package/plugins/graphql/changeRequest.gql.d.ts +1 -1
  82. package/plugins/graphql/changeRequest.gql.js +16 -20
  83. package/plugins/graphql/changeRequest.gql.js.map +1 -1
  84. package/plugins/graphql/comment.gql.d.ts +1 -1
  85. package/plugins/graphql/comment.gql.js +41 -43
  86. package/plugins/graphql/comment.gql.js.map +1 -1
  87. package/plugins/graphql/contentReview.gql.d.ts +1 -1
  88. package/plugins/graphql/contentReview.gql.js +25 -35
  89. package/plugins/graphql/contentReview.gql.js.map +1 -1
  90. package/plugins/graphql/reviewer.gql.d.ts +1 -1
  91. package/plugins/graphql/reviewer.gql.js +17 -20
  92. package/plugins/graphql/reviewer.gql.js.map +1 -1
  93. package/plugins/graphql/utils.d.ts +2 -0
  94. package/plugins/graphql/utils.js +10 -0
  95. package/plugins/graphql/utils.js.map +1 -0
  96. package/plugins/graphql/workflow.gql.d.ts +1 -1
  97. package/plugins/graphql/workflow.gql.js +15 -20
  98. package/plugins/graphql/workflow.gql.js.map +1 -1
  99. package/plugins/graphql.d.ts +1 -1
  100. package/plugins/graphql.js +5 -18
  101. package/plugins/graphql.js.map +1 -1
  102. package/plugins/hooks/createReviewerFromIdentity.d.ts +1 -1
  103. package/plugins/hooks/createReviewerFromIdentity.js +28 -15
  104. package/plugins/hooks/createReviewerFromIdentity.js.map +1 -1
  105. package/plugins/hooks/deleteChangeRequestsAfterContentReview.d.ts +1 -1
  106. package/plugins/hooks/deleteChangeRequestsAfterContentReview.js +3 -9
  107. package/plugins/hooks/deleteChangeRequestsAfterContentReview.js.map +1 -1
  108. package/plugins/hooks/deleteCommentsAfterChangeRequest.d.ts +1 -1
  109. package/plugins/hooks/deleteCommentsAfterChangeRequest.js +3 -8
  110. package/plugins/hooks/deleteCommentsAfterChangeRequest.js.map +1 -1
  111. package/plugins/hooks/index.d.ts +1 -1
  112. package/plugins/hooks/index.js +4 -13
  113. package/plugins/hooks/index.js.map +1 -1
  114. package/plugins/hooks/initializeContentReviewSteps.d.ts +1 -1
  115. package/plugins/hooks/initializeContentReviewSteps.js +15 -20
  116. package/plugins/hooks/initializeContentReviewSteps.js.map +1 -1
  117. package/plugins/hooks/initializeNotifications.d.ts +2 -0
  118. package/plugins/hooks/initializeNotifications.js +17 -0
  119. package/plugins/hooks/initializeNotifications.js.map +1 -0
  120. package/plugins/hooks/listContentReviews.d.ts +4 -4
  121. package/plugins/hooks/listContentReviews.js +11 -33
  122. package/plugins/hooks/listContentReviews.js.map +1 -1
  123. package/plugins/hooks/notifications/changeRequestAfterCreate.d.ts +2 -0
  124. package/plugins/hooks/notifications/changeRequestAfterCreate.js +113 -0
  125. package/plugins/hooks/notifications/changeRequestAfterCreate.js.map +1 -0
  126. package/plugins/hooks/notifications/changeRequestUrl.d.ts +8 -0
  127. package/plugins/hooks/notifications/changeRequestUrl.js +29 -0
  128. package/plugins/hooks/notifications/changeRequestUrl.js.map +1 -0
  129. package/plugins/hooks/notifications/commentAfterCreate.d.ts +2 -0
  130. package/plugins/hooks/notifications/commentAfterCreate.js +124 -0
  131. package/plugins/hooks/notifications/commentAfterCreate.js.map +1 -0
  132. package/plugins/hooks/notifications/commentUrl.d.ts +8 -0
  133. package/plugins/hooks/notifications/commentUrl.js +29 -0
  134. package/plugins/hooks/notifications/commentUrl.js.map +1 -0
  135. package/plugins/hooks/notifications/contentReviewAfterCreate.d.ts +2 -0
  136. package/plugins/hooks/notifications/contentReviewAfterCreate.js +96 -0
  137. package/plugins/hooks/notifications/contentReviewAfterCreate.js.map +1 -0
  138. package/plugins/hooks/notifications/contentReviewUrl.d.ts +7 -0
  139. package/plugins/hooks/notifications/contentReviewUrl.js +28 -0
  140. package/plugins/hooks/notifications/contentReviewUrl.js.map +1 -0
  141. package/plugins/hooks/notifications/contentUrl.d.ts +7 -0
  142. package/plugins/hooks/notifications/contentUrl.js +26 -0
  143. package/plugins/hooks/notifications/contentUrl.js.map +1 -0
  144. package/plugins/hooks/notifications/getAppUrl.d.ts +2 -0
  145. package/plugins/hooks/notifications/getAppUrl.js +19 -0
  146. package/plugins/hooks/notifications/getAppUrl.js.map +1 -0
  147. package/plugins/hooks/notifications/lastChangeRequestNotificationPlugin.d.ts +11 -0
  148. package/plugins/hooks/notifications/lastChangeRequestNotificationPlugin.js +23 -0
  149. package/plugins/hooks/notifications/lastChangeRequestNotificationPlugin.js.map +1 -0
  150. package/plugins/hooks/notifications/lastCommentNotificationPlugin.d.ts +11 -0
  151. package/plugins/hooks/notifications/lastCommentNotificationPlugin.js +23 -0
  152. package/plugins/hooks/notifications/lastCommentNotificationPlugin.js.map +1 -0
  153. package/plugins/hooks/notifications/lastContentReviewNotificationPlugin.d.ts +11 -0
  154. package/plugins/hooks/notifications/lastContentReviewNotificationPlugin.js +23 -0
  155. package/plugins/hooks/notifications/lastContentReviewNotificationPlugin.js.map +1 -0
  156. package/plugins/hooks/notifications/reviewers.d.ts +15 -0
  157. package/plugins/hooks/notifications/reviewers.js +47 -0
  158. package/plugins/hooks/notifications/reviewers.js.map +1 -0
  159. package/plugins/hooks/notifications/sendChangeRequestNotification.d.ts +2 -0
  160. package/plugins/hooks/notifications/sendChangeRequestNotification.js +43 -0
  161. package/plugins/hooks/notifications/sendChangeRequestNotification.js.map +1 -0
  162. package/plugins/hooks/notifications/sendCommentNotification.d.ts +2 -0
  163. package/plugins/hooks/notifications/sendCommentNotification.js +43 -0
  164. package/plugins/hooks/notifications/sendCommentNotification.js.map +1 -0
  165. package/plugins/hooks/notifications/sendContentReviewNotification.d.ts +2 -0
  166. package/plugins/hooks/notifications/sendContentReviewNotification.js +43 -0
  167. package/plugins/hooks/notifications/sendContentReviewNotification.js.map +1 -0
  168. package/plugins/hooks/updatePendingChangeRequests.d.ts +1 -1
  169. package/plugins/hooks/updatePendingChangeRequests.js +7 -13
  170. package/plugins/hooks/updatePendingChangeRequests.js.map +1 -1
  171. package/plugins/hooks/updateTotalComments.d.ts +1 -1
  172. package/plugins/hooks/updateTotalComments.js +21 -23
  173. package/plugins/hooks/updateTotalComments.js.map +1 -1
  174. package/plugins/hooks/validateChangeRequest.d.ts +1 -1
  175. package/plugins/hooks/validateChangeRequest.js +27 -16
  176. package/plugins/hooks/validateChangeRequest.js.map +1 -1
  177. package/plugins/hooks/validateComment.d.ts +1 -1
  178. package/plugins/hooks/validateComment.js +13 -12
  179. package/plugins/hooks/validateComment.js.map +1 -1
  180. package/plugins/hooks/validateContentReview.d.ts +1 -1
  181. package/plugins/hooks/validateContentReview.js +2 -6
  182. package/plugins/hooks/validateContentReview.js.map +1 -1
  183. package/plugins/utils.d.ts +7 -7
  184. package/plugins/utils.js +12 -57
  185. package/plugins/utils.js.map +1 -1
  186. package/scheduler/createScheduleActionMethods.d.ts +1 -1
  187. package/scheduler/createScheduleActionMethods.js +105 -85
  188. package/scheduler/createScheduleActionMethods.js.map +1 -1
  189. package/scheduler/handlers/executeAction/index.d.ts +2 -2
  190. package/scheduler/handlers/executeAction/index.js +47 -41
  191. package/scheduler/handlers/executeAction/index.js.map +1 -1
  192. package/scheduler/handlers/executeAction/plugins/ApplicationGraphQL.d.ts +6 -0
  193. package/scheduler/handlers/executeAction/plugins/ApplicationGraphQL.js +19 -9
  194. package/scheduler/handlers/executeAction/plugins/ApplicationGraphQL.js.map +1 -1
  195. package/scheduler/handlers/executeAction/plugins/HeadlessCMSGraphQL.d.ts +3 -3
  196. package/scheduler/handlers/executeAction/plugins/HeadlessCMSGraphQL.js +11 -28
  197. package/scheduler/handlers/executeAction/plugins/HeadlessCMSGraphQL.js.map +1 -1
  198. package/scheduler/handlers/executeAction/plugins/PageBuilderGraphQL.d.ts +4 -3
  199. package/scheduler/handlers/executeAction/plugins/PageBuilderGraphQL.js +10 -92
  200. package/scheduler/handlers/executeAction/plugins/PageBuilderGraphQL.js.map +1 -1
  201. package/scheduler/handlers/executeAction/security.d.ts +2 -2
  202. package/scheduler/handlers/executeAction/security.js +2 -11
  203. package/scheduler/handlers/executeAction/security.js.map +1 -1
  204. package/scheduler/handlers/scheduleAction/index.d.ts +2 -2
  205. package/scheduler/handlers/scheduleAction/index.js +23 -38
  206. package/scheduler/handlers/scheduleAction/index.js.map +1 -1
  207. package/scheduler/handlers/scheduleAction/scheduleAction.utils.d.ts +3 -3
  208. package/scheduler/handlers/scheduleAction/scheduleAction.utils.js +20 -36
  209. package/scheduler/handlers/scheduleAction/scheduleAction.utils.js.map +1 -1
  210. package/scheduler/handlers/utils.d.ts +2 -4
  211. package/scheduler/handlers/utils.js +22 -53
  212. package/scheduler/handlers/utils.js.map +1 -1
  213. package/scheduler/index.d.ts +1 -1
  214. package/scheduler/index.js +2 -3
  215. package/scheduler/index.js.map +1 -1
  216. package/scheduler/types.d.ts +20 -36
  217. package/scheduler/types.js +11 -23
  218. package/scheduler/types.js.map +1 -1
  219. package/storageOperations/changeRequestStorageOperations.d.ts +2 -2
  220. package/storageOperations/changeRequestStorageOperations.js +43 -41
  221. package/storageOperations/changeRequestStorageOperations.js.map +1 -1
  222. package/storageOperations/commentStorageOperations.d.ts +3 -3
  223. package/storageOperations/commentStorageOperations.js +16 -44
  224. package/storageOperations/commentStorageOperations.js.map +1 -1
  225. package/storageOperations/contentReviewStorageOperations.d.ts +3 -3
  226. package/storageOperations/contentReviewStorageOperations.js +19 -41
  227. package/storageOperations/contentReviewStorageOperations.js.map +1 -1
  228. package/storageOperations/index.d.ts +3 -9
  229. package/storageOperations/index.js +10 -29
  230. package/storageOperations/index.js.map +1 -1
  231. package/storageOperations/models/changeRequest.model.d.ts +1 -2
  232. package/storageOperations/models/changeRequest.model.js +9 -19
  233. package/storageOperations/models/changeRequest.model.js.map +1 -1
  234. package/storageOperations/models/comment.model.d.ts +1 -2
  235. package/storageOperations/models/comment.model.js +9 -18
  236. package/storageOperations/models/comment.model.js.map +1 -1
  237. package/storageOperations/models/contentReview.model.d.ts +1 -2
  238. package/storageOperations/models/contentReview.model.js +16 -41
  239. package/storageOperations/models/contentReview.model.js.map +1 -1
  240. package/storageOperations/models/index.d.ts +1 -1
  241. package/storageOperations/models/index.js +11 -55
  242. package/storageOperations/models/index.js.map +1 -1
  243. package/storageOperations/models/reviewer.model.d.ts +1 -2
  244. package/storageOperations/models/reviewer.model.js +25 -18
  245. package/storageOperations/models/reviewer.model.js.map +1 -1
  246. package/storageOperations/models/utils.d.ts +2 -2
  247. package/storageOperations/models/utils.js +2 -4
  248. package/storageOperations/models/utils.js.map +1 -1
  249. package/storageOperations/models/workflow.model.d.ts +2 -3
  250. package/storageOperations/models/workflow.model.js +22 -46
  251. package/storageOperations/models/workflow.model.js.map +1 -1
  252. package/storageOperations/reviewerStorageOperations.d.ts +3 -3
  253. package/storageOperations/reviewerStorageOperations.js +19 -38
  254. package/storageOperations/reviewerStorageOperations.js.map +1 -1
  255. package/storageOperations/types.d.ts +2 -2
  256. package/storageOperations/types.js +3 -1
  257. package/storageOperations/types.js.map +1 -1
  258. package/storageOperations/workflowStorageOperations.d.ts +2 -2
  259. package/storageOperations/workflowStorageOperations.js +24 -44
  260. package/storageOperations/workflowStorageOperations.js.map +1 -1
  261. package/types.d.ts +66 -69
  262. package/types.js +121 -43
  263. package/types.js.map +1 -1
  264. package/utils/contentApwSettingsPlugin.d.ts +2 -2
  265. package/utils/contentApwSettingsPlugin.js +2 -6
  266. package/utils/contentApwSettingsPlugin.js.map +1 -1
  267. package/utils/errors.js +2 -17
  268. package/utils/errors.js.map +1 -1
  269. package/utils/fieldResolver.d.ts +2 -2
  270. package/utils/fieldResolver.js +8 -18
  271. package/utils/fieldResolver.js.map +1 -1
  272. package/utils/pickEntryFieldValues.d.ts +3 -0
  273. package/utils/pickEntryFieldValues.js +30 -0
  274. package/utils/pickEntryFieldValues.js.map +1 -0
  275. package/utils/resolve.d.ts +1 -1
  276. package/utils/resolve.js +2 -3
  277. package/utils/resolve.js.map +1 -1
  278. package/plugins/pageBuilder/PageApwSettingsGetterPlugin.d.ts +0 -9
  279. package/plugins/pageBuilder/PageApwSettingsGetterPlugin.js +0 -51
  280. package/plugins/pageBuilder/PageApwSettingsGetterPlugin.js.map +0 -1
  281. package/plugins/pageBuilder/apwContentPagePlugins.d.ts +0 -3
  282. package/plugins/pageBuilder/apwContentPagePlugins.js +0 -30
  283. package/plugins/pageBuilder/apwContentPagePlugins.js.map +0 -1
  284. package/plugins/pageBuilder/extendPbPageSettingsSchema.d.ts +0 -3
  285. package/plugins/pageBuilder/extendPbPageSettingsSchema.js +0 -25
  286. package/plugins/pageBuilder/extendPbPageSettingsSchema.js.map +0 -1
  287. package/plugins/pageBuilder/index.d.ts +0 -11
  288. package/plugins/pageBuilder/index.js +0 -45
  289. package/plugins/pageBuilder/index.js.map +0 -1
  290. package/plugins/pageBuilder/linkContentReviewToPage.d.ts +0 -8
  291. package/plugins/pageBuilder/linkContentReviewToPage.js +0 -105
  292. package/plugins/pageBuilder/linkContentReviewToPage.js.map +0 -1
  293. package/plugins/pageBuilder/linkWorkflowToPage.d.ts +0 -8
  294. package/plugins/pageBuilder/linkWorkflowToPage.js +0 -194
  295. package/plugins/pageBuilder/linkWorkflowToPage.js.map +0 -1
  296. package/plugins/pageBuilder/triggerContentReview.d.ts +0 -8
  297. package/plugins/pageBuilder/triggerContentReview.js +0 -50
  298. package/plugins/pageBuilder/triggerContentReview.js.map +0 -1
  299. package/plugins/pageBuilder/updateContentReviewStatus.d.ts +0 -10
  300. package/plugins/pageBuilder/updateContentReviewStatus.js +0 -79
  301. package/plugins/pageBuilder/updateContentReviewStatus.js.map +0 -1
  302. package/plugins/pageBuilder/utils.d.ts +0 -22
  303. package/plugins/pageBuilder/utils.js +0 -184
  304. package/plugins/pageBuilder/utils.js.map +0 -1
  305. package/storageOperations/models/contentModelPluginFactory.d.ts +0 -15
  306. package/storageOperations/models/contentModelPluginFactory.js +0 -28
  307. package/storageOperations/models/contentModelPluginFactory.js.map +0 -1
@@ -1,28 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.contentModelPluginFactory = void 0;
9
-
10
- var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
11
-
12
- var _apiHeadlessCms = require("@webiny/api-headless-cms");
13
-
14
- const contentModelPluginFactory = params => {
15
- const {
16
- group,
17
- locale,
18
- tenant,
19
- modelDefinition
20
- } = params;
21
- return (0, _apiHeadlessCms.createCmsModel)((0, _objectSpread2.default)({
22
- group,
23
- locale,
24
- tenant
25
- }, modelDefinition));
26
- };
27
-
28
- exports.contentModelPluginFactory = contentModelPluginFactory;
@@ -1 +0,0 @@
1
- {"version":3,"names":["contentModelPluginFactory","params","group","locale","tenant","modelDefinition","createCmsModel"],"sources":["contentModelPluginFactory.ts"],"sourcesContent":["import { CmsModelPlugin, createCmsModel } from \"@webiny/api-headless-cms\";\nimport { CmsModel, CmsGroup } from \"@webiny/api-headless-cms/types\";\n\ninterface Params {\n group: Pick<CmsGroup, \"id\" | \"name\">;\n /**\n * Locale and tenant do not need to be defined.\n * In that case model is not bound to any locale or tenant.\n * You can bind it to locale, tenant, both or none.\n */\n locale?: string;\n tenant?: string;\n modelDefinition: Omit<CmsModel, \"locale\" | \"tenant\" | \"webinyVersion\" | \"group\">;\n}\n\nexport const contentModelPluginFactory = (params: Params): CmsModelPlugin => {\n const { group, locale, tenant, modelDefinition } = params;\n\n return createCmsModel({\n group,\n locale,\n tenant,\n ...modelDefinition\n });\n};\n"],"mappings":";;;;;;;;;;;AAAA;;AAeO,MAAMA,yBAAyB,GAAIC,MAAD,IAAoC;EACzE,MAAM;IAAEC,KAAF;IAASC,MAAT;IAAiBC,MAAjB;IAAyBC;EAAzB,IAA6CJ,MAAnD;EAEA,OAAO,IAAAK,8BAAA;IACHJ,KADG;IAEHC,MAFG;IAGHC;EAHG,GAIAC,eAJA,EAAP;AAMH,CATM"}