@webiny/api-headless-cms-ddb-es 5.41.4-beta.1 → 5.41.4-beta.2

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.
@@ -5,5 +5,5 @@ interface Params {
5
5
  plugins: PluginsContainer;
6
6
  model: CmsModel;
7
7
  }
8
- export declare const createBodyModifierPluginList: ({ plugins, model }: Params) => CmsEntryElasticsearchBodyModifierPlugin[];
8
+ export declare const createBodyModifierPluginList: ({ plugins, model }: Params) => import("@webiny/plugins/PluginsContainer").WithName<CmsEntryElasticsearchBodyModifierPlugin>[];
9
9
  export {};
@@ -5,5 +5,5 @@ interface Params {
5
5
  plugins: PluginsContainer;
6
6
  model: CmsModel;
7
7
  }
8
- export declare const createQueryModifierPluginList: ({ plugins, model }: Params) => CmsEntryElasticsearchQueryModifierPlugin[];
8
+ export declare const createQueryModifierPluginList: ({ plugins, model }: Params) => import("@webiny/plugins/PluginsContainer").WithName<CmsEntryElasticsearchQueryModifierPlugin>[];
9
9
  export {};
@@ -5,5 +5,5 @@ interface Params {
5
5
  plugins: PluginsContainer;
6
6
  model: CmsModel;
7
7
  }
8
- export declare const createSortModifierPluginList: ({ plugins, model }: Params) => CmsEntryElasticsearchSortModifierPlugin[];
8
+ export declare const createSortModifierPluginList: ({ plugins, model }: Params) => import("@webiny/plugins/PluginsContainer").WithName<CmsEntryElasticsearchSortModifierPlugin>[];
9
9
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-headless-cms-ddb-es",
3
- "version": "5.41.4-beta.1",
3
+ "version": "5.41.4-beta.2",
4
4
  "main": "index.js",
5
5
  "keywords": [
6
6
  "@webiny/api-headless-cms",
@@ -27,16 +27,16 @@
27
27
  "license": "MIT",
28
28
  "dependencies": {
29
29
  "@babel/runtime": "7.24.1",
30
- "@webiny/api": "5.41.4-beta.1",
31
- "@webiny/api-elasticsearch": "5.41.4-beta.1",
32
- "@webiny/api-elasticsearch-tasks": "5.41.4-beta.1",
33
- "@webiny/api-headless-cms": "5.41.4-beta.1",
34
- "@webiny/aws-sdk": "5.41.4-beta.1",
35
- "@webiny/db-dynamodb": "5.41.4-beta.1",
36
- "@webiny/error": "5.41.4-beta.1",
37
- "@webiny/handler-db": "5.41.4-beta.1",
38
- "@webiny/plugins": "5.41.4-beta.1",
39
- "@webiny/utils": "5.41.4-beta.1",
30
+ "@webiny/api": "5.41.4-beta.2",
31
+ "@webiny/api-elasticsearch": "5.41.4-beta.2",
32
+ "@webiny/api-elasticsearch-tasks": "5.41.4-beta.2",
33
+ "@webiny/api-headless-cms": "5.41.4-beta.2",
34
+ "@webiny/aws-sdk": "5.41.4-beta.2",
35
+ "@webiny/db-dynamodb": "5.41.4-beta.2",
36
+ "@webiny/error": "5.41.4-beta.2",
37
+ "@webiny/handler-db": "5.41.4-beta.2",
38
+ "@webiny/plugins": "5.41.4-beta.2",
39
+ "@webiny/utils": "5.41.4-beta.2",
40
40
  "dataloader": "2.2.1",
41
41
  "jsonpack": "1.1.5",
42
42
  "lodash": "4.17.21"
@@ -47,17 +47,17 @@
47
47
  "@babel/preset-env": "7.24.3",
48
48
  "@elastic/elasticsearch": "7.12.0",
49
49
  "@types/jsonpack": "1.1.2",
50
- "@webiny/api-dynamodb-to-elasticsearch": "5.41.4-beta.1",
51
- "@webiny/api-i18n": "5.41.4-beta.1",
52
- "@webiny/api-security": "5.41.4-beta.1",
53
- "@webiny/api-tenancy": "5.41.4-beta.1",
54
- "@webiny/api-wcp": "5.41.4-beta.1",
55
- "@webiny/cli": "5.41.4-beta.1",
56
- "@webiny/handler": "5.41.4-beta.1",
57
- "@webiny/handler-aws": "5.41.4-beta.1",
58
- "@webiny/handler-graphql": "5.41.4-beta.1",
59
- "@webiny/project-utils": "5.41.4-beta.1",
60
- "@webiny/tasks": "5.41.4-beta.1",
50
+ "@webiny/api-dynamodb-to-elasticsearch": "5.41.4-beta.2",
51
+ "@webiny/api-i18n": "5.41.4-beta.2",
52
+ "@webiny/api-security": "5.41.4-beta.2",
53
+ "@webiny/api-tenancy": "5.41.4-beta.2",
54
+ "@webiny/api-wcp": "5.41.4-beta.2",
55
+ "@webiny/cli": "5.41.4-beta.2",
56
+ "@webiny/handler": "5.41.4-beta.2",
57
+ "@webiny/handler-aws": "5.41.4-beta.2",
58
+ "@webiny/handler-graphql": "5.41.4-beta.2",
59
+ "@webiny/project-utils": "5.41.4-beta.2",
60
+ "@webiny/tasks": "5.41.4-beta.2",
61
61
  "jest": "29.7.0",
62
62
  "jest-dynalite": "3.6.1",
63
63
  "prettier": "2.8.8",
@@ -74,5 +74,5 @@
74
74
  "build": "yarn webiny run build",
75
75
  "watch": "yarn webiny run watch"
76
76
  },
77
- "gitHead": "ff5f3a2431623ef31920b84e2973e90dedaa9e31"
77
+ "gitHead": "65e6e862765f638fa3b6a0f8ddac10fc60a43f54"
78
78
  }