@webiny/api-headless-cms-tasks 5.43.5 → 5.43.6-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.
- package/index.d.ts +1 -1
- package/package.json +20 -20
package/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { createDeleteModelTask } from "./tasks/deleteModel";
|
|
2
2
|
export { createDeleteModelTask };
|
|
3
|
-
export declare const createHcmsTasks: () => ((import("@webiny/api").ContextPlugin<import("./types").HcmsTasksContext> | import("@webiny/tasks").TaskDefinitionPlugin<import("./types").HcmsTasksContext, import("./tasks/deleteModel/types").IDeleteModelTaskInput, import("./tasks/deleteModel/types").IDeleteModelTaskOutput>)[] | (
|
|
3
|
+
export declare const createHcmsTasks: () => (import("@webiny/tasks").TaskDefinitionPlugin<import("@webiny/api-headless-cms-bulk-actions/types").HcmsBulkActionsContext, import("@webiny/api-headless-cms-bulk-actions/types").IEmptyTrashBinsInput, import("@webiny/tasks").ITaskResponseDoneResultOutput> | (import("@webiny/api").ContextPlugin<import("./types").HcmsTasksContext> | import("@webiny/tasks").TaskDefinitionPlugin<import("./types").HcmsTasksContext, import("./tasks/deleteModel/types").IDeleteModelTaskInput, import("./tasks/deleteModel/types").IDeleteModelTaskOutput>)[] | (import("@webiny/api").ContextPlugin<import("@webiny/api-headless-cms-bulk-actions/types").HcmsBulkActionsContext> | (import("@webiny/handler").HandlerOnRequestPlugin | import("@webiny/handler-aws").EventBridgeEventHandler<"WebinyEmptyTrashBin", Record<string, any>, any>)[])[] | (import("@webiny/api").ContextPlugin<import("@webiny/api-headless-cms-bulk-actions/types").HcmsBulkActionsContext> | (import("@webiny/tasks").TaskDefinitionPlugin<import("@webiny/api-headless-cms-bulk-actions/types").HcmsBulkActionsContext, import("@webiny/api-headless-cms-bulk-actions/types").IBulkActionOperationByModelInput, import("@webiny/api-headless-cms-bulk-actions/types").IBulkActionOperationByModelOutput> | import("@webiny/tasks").TaskDefinitionPlugin<import("@webiny/api-headless-cms-bulk-actions/types").HcmsBulkActionsContext, import("@webiny/api-headless-cms-bulk-actions/types").IBulkActionOperationInput, import("@webiny/api-headless-cms-bulk-actions/types").IBulkActionOperationOutput>)[])[][] | import("@webiny/plugins/types").Plugin[])[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/api-headless-cms-tasks",
|
|
3
|
-
"version": "5.43.
|
|
3
|
+
"version": "5.43.6-beta.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"description": "Background tasks for Webiny Headless CMS",
|
|
6
6
|
"keywords": [
|
|
@@ -13,27 +13,27 @@
|
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@webiny/api": "5.43.
|
|
17
|
-
"@webiny/api-aco": "5.43.
|
|
18
|
-
"@webiny/api-headless-cms": "5.43.
|
|
19
|
-
"@webiny/api-headless-cms-bulk-actions": "5.43.
|
|
20
|
-
"@webiny/api-headless-cms-import-export": "5.43.
|
|
21
|
-
"@webiny/db": "5.43.
|
|
22
|
-
"@webiny/error": "5.43.
|
|
23
|
-
"@webiny/handler-graphql": "5.43.
|
|
24
|
-
"@webiny/tasks": "5.43.
|
|
25
|
-
"@webiny/utils": "5.43.
|
|
16
|
+
"@webiny/api": "5.43.6-beta.0",
|
|
17
|
+
"@webiny/api-aco": "5.43.6-beta.0",
|
|
18
|
+
"@webiny/api-headless-cms": "5.43.6-beta.0",
|
|
19
|
+
"@webiny/api-headless-cms-bulk-actions": "5.43.6-beta.0",
|
|
20
|
+
"@webiny/api-headless-cms-import-export": "5.43.6-beta.0",
|
|
21
|
+
"@webiny/db": "5.43.6-beta.0",
|
|
22
|
+
"@webiny/error": "5.43.6-beta.0",
|
|
23
|
+
"@webiny/handler-graphql": "5.43.6-beta.0",
|
|
24
|
+
"@webiny/tasks": "5.43.6-beta.0",
|
|
25
|
+
"@webiny/utils": "5.43.6-beta.0",
|
|
26
26
|
"zod": "3.23.8"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@webiny/api-i18n": "5.43.
|
|
30
|
-
"@webiny/api-security": "5.43.
|
|
31
|
-
"@webiny/api-tenancy": "5.43.
|
|
32
|
-
"@webiny/api-wcp": "5.43.
|
|
33
|
-
"@webiny/handler": "5.43.
|
|
34
|
-
"@webiny/handler-aws": "5.43.
|
|
35
|
-
"@webiny/plugins": "5.43.
|
|
36
|
-
"@webiny/project-utils": "5.43.
|
|
29
|
+
"@webiny/api-i18n": "5.43.6-beta.0",
|
|
30
|
+
"@webiny/api-security": "5.43.6-beta.0",
|
|
31
|
+
"@webiny/api-tenancy": "5.43.6-beta.0",
|
|
32
|
+
"@webiny/api-wcp": "5.43.6-beta.0",
|
|
33
|
+
"@webiny/handler": "5.43.6-beta.0",
|
|
34
|
+
"@webiny/handler-aws": "5.43.6-beta.0",
|
|
35
|
+
"@webiny/plugins": "5.43.6-beta.0",
|
|
36
|
+
"@webiny/project-utils": "5.43.6-beta.0",
|
|
37
37
|
"typescript": "5.3.3"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"access": "public",
|
|
45
45
|
"directory": "dist"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "32e742e0043a9d4930d1c68c990eb6976882c820"
|
|
48
48
|
}
|