@webiny/api-elasticsearch-tasks 0.0.0-unstable.b9b64acb6d → 0.0.0-unstable.c27f4d8a31

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-elasticsearch-tasks",
3
- "version": "0.0.0-unstable.b9b64acb6d",
3
+ "version": "0.0.0-unstable.c27f4d8a31",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -13,28 +13,28 @@
13
13
  ],
14
14
  "license": "MIT",
15
15
  "dependencies": {
16
- "@webiny/api": "0.0.0-unstable.b9b64acb6d",
17
- "@webiny/api-core": "0.0.0-unstable.b9b64acb6d",
18
- "@webiny/api-dynamodb-to-elasticsearch": "0.0.0-unstable.b9b64acb6d",
19
- "@webiny/api-elasticsearch": "0.0.0-unstable.b9b64acb6d",
20
- "@webiny/aws-sdk": "0.0.0-unstable.b9b64acb6d",
21
- "@webiny/db": "0.0.0-unstable.b9b64acb6d",
22
- "@webiny/db-dynamodb": "0.0.0-unstable.b9b64acb6d",
23
- "@webiny/error": "0.0.0-unstable.b9b64acb6d",
24
- "@webiny/feature": "0.0.0-unstable.b9b64acb6d",
25
- "@webiny/plugins": "0.0.0-unstable.b9b64acb6d",
26
- "@webiny/tasks": "0.0.0-unstable.b9b64acb6d",
27
- "@webiny/utils": "0.0.0-unstable.b9b64acb6d"
16
+ "@webiny/api": "0.0.0-unstable.c27f4d8a31",
17
+ "@webiny/api-core": "0.0.0-unstable.c27f4d8a31",
18
+ "@webiny/api-dynamodb-to-elasticsearch": "0.0.0-unstable.c27f4d8a31",
19
+ "@webiny/api-elasticsearch": "0.0.0-unstable.c27f4d8a31",
20
+ "@webiny/aws-sdk": "0.0.0-unstable.c27f4d8a31",
21
+ "@webiny/db": "0.0.0-unstable.c27f4d8a31",
22
+ "@webiny/db-dynamodb": "0.0.0-unstable.c27f4d8a31",
23
+ "@webiny/error": "0.0.0-unstable.c27f4d8a31",
24
+ "@webiny/feature": "0.0.0-unstable.c27f4d8a31",
25
+ "@webiny/plugins": "0.0.0-unstable.c27f4d8a31",
26
+ "@webiny/tasks": "0.0.0-unstable.c27f4d8a31",
27
+ "@webiny/utils": "0.0.0-unstable.c27f4d8a31"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@webiny/api": "0.0.0",
31
- "@webiny/api-headless-cms": "0.0.0-unstable.b9b64acb6d",
32
- "@webiny/build-tools": "0.0.0-unstable.b9b64acb6d",
33
- "@webiny/handler": "0.0.0-unstable.b9b64acb6d",
34
- "@webiny/handler-aws": "0.0.0-unstable.b9b64acb6d",
35
- "@webiny/handler-db": "0.0.0-unstable.b9b64acb6d",
36
- "@webiny/handler-graphql": "0.0.0-unstable.b9b64acb6d",
37
- "@webiny/project-utils": "0.0.0-unstable.b9b64acb6d",
31
+ "@webiny/api-headless-cms": "0.0.0-unstable.c27f4d8a31",
32
+ "@webiny/build-tools": "0.0.0-unstable.c27f4d8a31",
33
+ "@webiny/handler": "0.0.0-unstable.c27f4d8a31",
34
+ "@webiny/handler-aws": "0.0.0-unstable.c27f4d8a31",
35
+ "@webiny/handler-db": "0.0.0-unstable.c27f4d8a31",
36
+ "@webiny/handler-graphql": "0.0.0-unstable.c27f4d8a31",
37
+ "@webiny/project-utils": "0.0.0-unstable.c27f4d8a31",
38
38
  "rimraf": "6.1.3",
39
39
  "type-fest": "5.4.4",
40
40
  "typescript": "5.9.3",
@@ -44,7 +44,7 @@
44
44
  "access": "public",
45
45
  "directory": "dist"
46
46
  },
47
- "gitHead": "b9b64acb6df55b308cfb277533fa07e0a6402546",
47
+ "gitHead": "c27f4d8a31c3af1570817797441855292b6c1f20",
48
48
  "adio": {
49
49
  "ignore": {
50
50
  "src": [
@@ -16,19 +16,13 @@ export declare class DataSynchronizationTask implements TaskDefinition.Interface
16
16
  constructor(elasticsearchClient: IElasticsearchTaskConfig["elasticsearchClient"], documentClient: IElasticsearchTaskConfig["documentClient"], elasticsearchSynchronize: ElasticsearchSynchronize);
17
17
  run({ input, controller }: TaskDefinition.RunParams<IDataSynchronizationInput, IDataSynchronizationOutput>): Promise<import("~/tasks/dataSynchronization/types.js").ISynchronizationRunResult>;
18
18
  createInputValidation({ validator }: TaskDefinition.CreateInputValidationParams): {
19
- flow: import("zod").ZodEnum<["elasticsearchToDynamoDb"]>;
19
+ flow: import("zod").ZodEnum<{
20
+ elasticsearchToDynamoDb: "elasticsearchToDynamoDb";
21
+ }>;
20
22
  elasticsearchToDynamoDb: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodObject<{
21
23
  finished: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodBoolean>>;
22
24
  index: import("zod").ZodOptional<import("zod").ZodString>;
23
- cursor: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
24
- }, "strip", import("zod").ZodTypeAny, {
25
- finished: boolean;
26
- index?: string | undefined;
27
- cursor?: string[] | undefined;
28
- }, {
29
- index?: string | undefined;
30
- cursor?: string[] | undefined;
31
- finished?: boolean | undefined;
32
- }>>>;
25
+ cursor: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
26
+ }, import("zod/v4/core").$strip>>>;
33
27
  };
34
28
  }