@webiny/api-headless-cms-bulk-actions 5.43.2 → 6.0.0-alpha.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/handlers/index.d.ts +1 -1
- package/index.d.ts +1 -1
- package/package.json +17 -17
package/handlers/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const createHandlers: () => (import("@webiny/handler-aws").EventBridgeEventHandler<"WebinyEmptyTrashBin", Record<string, any>, any>
|
|
1
|
+
export declare const createHandlers: () => (import("@webiny/handler").HandlerOnRequestPlugin | import("@webiny/handler-aws").EventBridgeEventHandler<"WebinyEmptyTrashBin", Record<string, any>, any>)[];
|
package/index.d.ts
CHANGED
|
@@ -3,4 +3,4 @@ export * from "./handlers";
|
|
|
3
3
|
export * from "./useCases";
|
|
4
4
|
export * from "./plugins";
|
|
5
5
|
export * from "./tasks";
|
|
6
|
-
export declare const createHcmsBulkActions: () => ((import("@webiny/handler-aws").EventBridgeEventHandler<"WebinyEmptyTrashBin", Record<string, any>, any>
|
|
6
|
+
export declare const createHcmsBulkActions: () => ((import("@webiny/handler").HandlerOnRequestPlugin | import("@webiny/handler-aws").EventBridgeEventHandler<"WebinyEmptyTrashBin", Record<string, any>, any>)[] | import("@webiny/api").ContextPlugin<import("./types").HcmsBulkActionsContext>)[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/api-headless-cms-bulk-actions",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0-alpha.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"description": "Webiny Headless CMS bulk actions",
|
|
6
6
|
"keywords": [
|
|
@@ -13,23 +13,23 @@
|
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@webiny/api-headless-cms": "
|
|
17
|
-
"@webiny/handler": "
|
|
18
|
-
"@webiny/handler-aws": "
|
|
19
|
-
"@webiny/tasks": "
|
|
20
|
-
"@webiny/utils": "
|
|
16
|
+
"@webiny/api-headless-cms": "6.0.0-alpha.0",
|
|
17
|
+
"@webiny/handler": "6.0.0-alpha.0",
|
|
18
|
+
"@webiny/handler-aws": "6.0.0-alpha.0",
|
|
19
|
+
"@webiny/tasks": "6.0.0-alpha.0",
|
|
20
|
+
"@webiny/utils": "6.0.0-alpha.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@webiny/api": "
|
|
24
|
-
"@webiny/api-admin-users": "
|
|
25
|
-
"@webiny/api-i18n": "
|
|
26
|
-
"@webiny/api-security": "
|
|
27
|
-
"@webiny/api-tenancy": "
|
|
28
|
-
"@webiny/api-wcp": "
|
|
29
|
-
"@webiny/handler-graphql": "
|
|
30
|
-
"@webiny/plugins": "
|
|
31
|
-
"@webiny/project-utils": "
|
|
32
|
-
"@webiny/wcp": "
|
|
23
|
+
"@webiny/api": "6.0.0-alpha.0",
|
|
24
|
+
"@webiny/api-admin-users": "6.0.0-alpha.0",
|
|
25
|
+
"@webiny/api-i18n": "6.0.0-alpha.0",
|
|
26
|
+
"@webiny/api-security": "6.0.0-alpha.0",
|
|
27
|
+
"@webiny/api-tenancy": "6.0.0-alpha.0",
|
|
28
|
+
"@webiny/api-wcp": "6.0.0-alpha.0",
|
|
29
|
+
"@webiny/handler-graphql": "6.0.0-alpha.0",
|
|
30
|
+
"@webiny/plugins": "6.0.0-alpha.0",
|
|
31
|
+
"@webiny/project-utils": "6.0.0-alpha.0",
|
|
32
|
+
"@webiny/wcp": "6.0.0-alpha.0",
|
|
33
33
|
"graphql": "15.9.0",
|
|
34
34
|
"typescript": "5.3.3"
|
|
35
35
|
},
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"access": "public",
|
|
42
42
|
"directory": "dist"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "a5b28fed7a242d8f56712197a8ea83aa6d2ed101"
|
|
45
45
|
}
|