@webiny/api-apw 5.33.5-beta.0 → 5.33.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-apw",
3
- "version": "5.33.5-beta.0",
3
+ "version": "5.33.5",
4
4
  "keywords": [
5
5
  "apw:base"
6
6
  ],
@@ -17,24 +17,24 @@
17
17
  "@aws-sdk/client-cloudwatch-events": "3.142.0",
18
18
  "@babel/runtime": "7.18.9",
19
19
  "@commodo/fields": "1.1.2-beta.20",
20
- "@webiny/api": "5.33.5-beta.0",
21
- "@webiny/api-headless-cms": "5.33.5-beta.0",
22
- "@webiny/api-i18n": "5.33.5-beta.0",
23
- "@webiny/api-i18n-ddb": "5.33.5-beta.0",
24
- "@webiny/api-page-builder": "5.33.5-beta.0",
25
- "@webiny/api-security": "5.33.5-beta.0",
26
- "@webiny/api-tenancy": "5.33.5-beta.0",
27
- "@webiny/api-wcp": "5.33.5-beta.0",
28
- "@webiny/db-dynamodb": "5.33.5-beta.0",
29
- "@webiny/error": "5.33.5-beta.0",
30
- "@webiny/handler": "5.33.5-beta.0",
31
- "@webiny/handler-client": "5.33.5-beta.0",
32
- "@webiny/handler-db": "5.33.5-beta.0",
33
- "@webiny/handler-graphql": "5.33.5-beta.0",
34
- "@webiny/handler-logs": "5.33.5-beta.0",
35
- "@webiny/plugins": "5.33.5-beta.0",
36
- "@webiny/pubsub": "5.33.5-beta.0",
37
- "@webiny/validation": "5.33.5-beta.0",
20
+ "@webiny/api": "5.33.5",
21
+ "@webiny/api-headless-cms": "5.33.5",
22
+ "@webiny/api-i18n": "5.33.5",
23
+ "@webiny/api-i18n-ddb": "5.33.5",
24
+ "@webiny/api-page-builder": "5.33.5",
25
+ "@webiny/api-security": "5.33.5",
26
+ "@webiny/api-tenancy": "5.33.5",
27
+ "@webiny/api-wcp": "5.33.5",
28
+ "@webiny/db-dynamodb": "5.33.5",
29
+ "@webiny/error": "5.33.5",
30
+ "@webiny/handler": "5.33.5",
31
+ "@webiny/handler-client": "5.33.5",
32
+ "@webiny/handler-db": "5.33.5",
33
+ "@webiny/handler-graphql": "5.33.5",
34
+ "@webiny/handler-logs": "5.33.5",
35
+ "@webiny/plugins": "5.33.5",
36
+ "@webiny/pubsub": "5.33.5",
37
+ "@webiny/validation": "5.33.5",
38
38
  "dayjs": "1.11.4",
39
39
  "lodash": "4.17.21",
40
40
  "mdbid": "1.0.0",
@@ -45,14 +45,14 @@
45
45
  "@babel/core": "^7.5.5",
46
46
  "@babel/preset-env": "^7.5.5",
47
47
  "@babel/preset-flow": "^7.0.0",
48
- "@webiny/api-headless-cms-ddb": "^5.33.5-beta.0",
49
- "@webiny/api-page-builder-so-ddb": "^5.33.5-beta.0",
50
- "@webiny/api-security-so-ddb": "^5.33.5-beta.0",
51
- "@webiny/api-tenancy-so-ddb": "^5.33.5-beta.0",
52
- "@webiny/cli": "^5.33.5-beta.0",
53
- "@webiny/handler-aws": "^5.33.5-beta.0",
54
- "@webiny/project-utils": "^5.33.5-beta.0",
55
- "@webiny/wcp": "^5.33.5-beta.0",
48
+ "@webiny/api-headless-cms-ddb": "^5.33.5",
49
+ "@webiny/api-page-builder-so-ddb": "^5.33.5",
50
+ "@webiny/api-security-so-ddb": "^5.33.5",
51
+ "@webiny/api-tenancy-so-ddb": "^5.33.5",
52
+ "@webiny/cli": "^5.33.5",
53
+ "@webiny/handler-aws": "^5.33.5",
54
+ "@webiny/project-utils": "^5.33.5",
55
+ "@webiny/wcp": "^5.33.5",
56
56
  "get-yarn-workspaces": "^1.0.2",
57
57
  "graphql": "^15.7.2",
58
58
  "jest": "^28.1.0",
@@ -71,5 +71,5 @@
71
71
  "build": "yarn webiny run build",
72
72
  "watch": "yarn webiny run watch"
73
73
  },
74
- "gitHead": "2d8919d669aefd7df32749e6a4b365a50e1d7be1"
74
+ "gitHead": "5063045cd2abdcdb360f97262f9b90b8858ec1df"
75
75
  }
@@ -9,5 +9,5 @@ export interface HandlerArgs {
9
9
  interface Configuration {
10
10
  storageOperations: ApwScheduleActionStorageOperations;
11
11
  }
12
- export declare const executeActionHandlerPlugins: (config: Configuration) => ((import("@webiny/db-dynamodb/plugins/definitions/ValueFilterPlugin").ValueFilterPlugin[][] | import("@webiny/handler").HandlerResultPlugin<import("@webiny/handler/types").Context> | ContextPlugin<import("@webiny/handler-db/types").DbContext>[])[] | import("@webiny/handler").EventPlugin<HandlerArgs, import("@webiny/handler/types").Context, any> | ContextPlugin<import("@webiny/api/types").Context>)[];
12
+ export declare const executeActionHandlerPlugins: (config: Configuration) => ((import("@webiny/handler").HandlerResultPlugin<import("@webiny/handler/types").Context> | import("@webiny/db-dynamodb/plugins/definitions/ValueFilterPlugin").ValueFilterPlugin[][] | ContextPlugin<import("@webiny/handler-db/types").DbContext>[])[] | import("@webiny/handler").EventPlugin<HandlerArgs, import("@webiny/handler/types").Context, any> | ContextPlugin<import("@webiny/api/types").Context>)[];
13
13
  export {};
@@ -19,4 +19,4 @@ export interface Configuration {
19
19
  executeAction: string;
20
20
  };
21
21
  }
22
- export declare const scheduleActionHandlerPlugins: (config: Configuration) => ((import("@webiny/db-dynamodb/plugins/definitions/ValueFilterPlugin").ValueFilterPlugin[][] | import("@webiny/handler").HandlerResultPlugin<import("@webiny/handler/types").Context> | import("@webiny/api").ContextPlugin<import("@webiny/handler-db/types").DbContext>[])[] | import("@webiny/handler-aws").RawEventHandler<HandlerArgs, import("@webiny/handler/types").Context, any>)[];
22
+ export declare const scheduleActionHandlerPlugins: (config: Configuration) => ((import("@webiny/handler").HandlerResultPlugin<import("@webiny/handler/types").Context> | import("@webiny/db-dynamodb/plugins/definitions/ValueFilterPlugin").ValueFilterPlugin[][] | import("@webiny/api").ContextPlugin<import("@webiny/handler-db/types").DbContext>[])[] | import("@webiny/handler-aws").RawEventHandler<HandlerArgs, import("@webiny/handler/types").Context, any>)[];
@@ -19,7 +19,7 @@ export declare const encodeToken: ({ id, tenant, locale }: EncodeTokenParams) =>
19
19
  export declare const TOKEN_PREFIX = "apw-";
20
20
  export declare const decodeToken: (token: string) => Partial<EncodeTokenParams>;
21
21
  export declare const documentClient: DocumentClient;
22
- export declare const basePlugins: () => (import("@webiny/db-dynamodb/plugins/definitions/ValueFilterPlugin").ValueFilterPlugin[][] | import("@webiny/handler").HandlerResultPlugin<import("@webiny/handler/types").Context> | import("@webiny/api").ContextPlugin<import("@webiny/handler-db/types").DbContext>[])[];
22
+ export declare const basePlugins: () => (import("@webiny/handler").HandlerResultPlugin<import("@webiny/handler/types").Context> | import("@webiny/db-dynamodb/plugins/definitions/ValueFilterPlugin").ValueFilterPlugin[][] | import("@webiny/api").ContextPlugin<import("@webiny/handler-db/types").DbContext>[])[];
23
23
  /**
24
24
  * Get APW settings record from DDB.
25
25
  */
@@ -1,3 +1,3 @@
1
1
  import { Response, ErrorResponse } from "@webiny/handler-graphql";
2
- declare const _default: (fn: () => Promise<any>) => Promise<Response<any> | ErrorResponse>;
2
+ declare const _default: (fn: () => Promise<any>) => Promise<ErrorResponse | Response<any>>;
3
3
  export default _default;