@webiny/api-page-builder-so-ddb-es 5.40.5 → 5.41.0-dbt.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.
@@ -4,7 +4,7 @@ import { DataLoaderInterface } from "../../types";
4
4
  interface Params {
5
5
  entity: Entity<any>;
6
6
  }
7
- declare type DataLoaderGetItem = Pick<BlockCategory, "slug" | "tenant" | "locale">;
7
+ type DataLoaderGetItem = Pick<BlockCategory, "slug" | "tenant" | "locale">;
8
8
  export declare class BlockCategoryDataLoader implements DataLoaderInterface {
9
9
  private _getDataLoader;
10
10
  private readonly entity;
@@ -4,7 +4,7 @@ import { DataLoaderInterface } from "../../types";
4
4
  interface Params {
5
5
  entity: Entity<any>;
6
6
  }
7
- declare type DataLoaderGetItem = Pick<Category, "slug" | "tenant" | "locale">;
7
+ type DataLoaderGetItem = Pick<Category, "slug" | "tenant" | "locale">;
8
8
  export declare class CategoryDataLoader implements DataLoaderInterface {
9
9
  private _getDataLoader;
10
10
  private readonly entity;
@@ -4,7 +4,7 @@ import { DataLoaderInterface } from "../../types";
4
4
  interface Params {
5
5
  entity: Entity<any>;
6
6
  }
7
- declare type DataLoaderGetItem = Pick<PageBlock, "id" | "tenant" | "locale">;
7
+ type DataLoaderGetItem = Pick<PageBlock, "id" | "tenant" | "locale">;
8
8
  export declare class PageBlockDataLoader implements DataLoaderInterface {
9
9
  private _getDataLoader;
10
10
  private readonly entity;
@@ -4,7 +4,7 @@ import { DataLoaderInterface } from "../../types";
4
4
  interface Params {
5
5
  entity: Entity<any>;
6
6
  }
7
- declare type DataLoaderGetItem = Pick<PageTemplate, "id" | "tenant" | "locale">;
7
+ type DataLoaderGetItem = Pick<PageTemplate, "id" | "tenant" | "locale">;
8
8
  export declare class PageTemplateDataLoader implements DataLoaderInterface {
9
9
  private _getDataLoader;
10
10
  private readonly entity;
@@ -1,5 +1,5 @@
1
1
  import { PageTemplate } from "@webiny/api-page-builder/types";
2
- export declare type PrimaryPKParams = Pick<PageTemplate, "id" | "tenant" | "locale">;
3
- export declare type GSI1Params = Pick<PageTemplate, "tenant" | "locale">;
2
+ export type PrimaryPKParams = Pick<PageTemplate, "id" | "tenant" | "locale">;
3
+ export type GSI1Params = Pick<PageTemplate, "tenant" | "locale">;
4
4
  export declare const createPrimaryPK: ({ id, tenant, locale }: PrimaryPKParams) => string;
5
5
  export declare const createGSI1PK: ({ tenant, locale }: GSI1Params) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-page-builder-so-ddb-es",
3
- "version": "5.40.5",
3
+ "version": "5.41.0-dbt.0",
4
4
  "main": "index.js",
5
5
  "keywords": [
6
6
  "@webiny/api-page-builder",
@@ -23,15 +23,15 @@
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
25
  "@babel/runtime": "7.24.1",
26
- "@webiny/api-elasticsearch": "5.40.5",
27
- "@webiny/api-elasticsearch-tasks": "5.40.5",
28
- "@webiny/api-page-builder": "5.40.5",
29
- "@webiny/aws-sdk": "5.40.5",
30
- "@webiny/db-dynamodb": "5.40.5",
31
- "@webiny/error": "5.40.5",
32
- "@webiny/handler-db": "5.40.5",
33
- "@webiny/plugins": "5.40.5",
34
- "@webiny/utils": "5.40.5",
26
+ "@webiny/api-elasticsearch": "5.41.0-dbt.0",
27
+ "@webiny/api-elasticsearch-tasks": "5.41.0-dbt.0",
28
+ "@webiny/api-page-builder": "5.41.0-dbt.0",
29
+ "@webiny/aws-sdk": "5.41.0-dbt.0",
30
+ "@webiny/db-dynamodb": "5.41.0-dbt.0",
31
+ "@webiny/error": "5.41.0-dbt.0",
32
+ "@webiny/handler-db": "5.41.0-dbt.0",
33
+ "@webiny/plugins": "5.41.0-dbt.0",
34
+ "@webiny/utils": "5.41.0-dbt.0",
35
35
  "dataloader": "2.2.1",
36
36
  "elastic-ts": "0.8.0",
37
37
  "lodash": "4.17.21"
@@ -43,31 +43,31 @@
43
43
  "@babel/preset-typescript": "7.24.1",
44
44
  "@elastic/elasticsearch": "7.12.0",
45
45
  "@elastic/elasticsearch-mock": "0.3.0",
46
- "@webiny/api": "5.40.5",
47
- "@webiny/api-aco": "5.40.5",
48
- "@webiny/api-dynamodb-to-elasticsearch": "5.40.5",
49
- "@webiny/api-headless-cms": "5.40.5",
50
- "@webiny/api-headless-cms-ddb-es": "5.40.5",
51
- "@webiny/api-i18n": "5.40.5",
52
- "@webiny/api-i18n-ddb": "5.40.5",
53
- "@webiny/api-page-builder-aco": "5.40.5",
54
- "@webiny/api-prerendering-service": "5.40.5",
55
- "@webiny/api-security": "5.40.5",
56
- "@webiny/api-security-so-ddb": "5.40.5",
57
- "@webiny/api-tenancy": "5.40.5",
58
- "@webiny/api-tenancy-so-ddb": "5.40.5",
59
- "@webiny/api-wcp": "5.40.5",
60
- "@webiny/cli": "5.40.5",
61
- "@webiny/handler": "5.40.5",
62
- "@webiny/handler-aws": "5.40.5",
63
- "@webiny/handler-graphql": "5.40.5",
64
- "@webiny/project-utils": "5.40.5",
46
+ "@webiny/api": "5.41.0-dbt.0",
47
+ "@webiny/api-aco": "5.41.0-dbt.0",
48
+ "@webiny/api-dynamodb-to-elasticsearch": "5.41.0-dbt.0",
49
+ "@webiny/api-headless-cms": "5.41.0-dbt.0",
50
+ "@webiny/api-headless-cms-ddb-es": "5.41.0-dbt.0",
51
+ "@webiny/api-i18n": "5.41.0-dbt.0",
52
+ "@webiny/api-i18n-ddb": "5.41.0-dbt.0",
53
+ "@webiny/api-page-builder-aco": "5.41.0-dbt.0",
54
+ "@webiny/api-prerendering-service": "5.41.0-dbt.0",
55
+ "@webiny/api-security": "5.41.0-dbt.0",
56
+ "@webiny/api-security-so-ddb": "5.41.0-dbt.0",
57
+ "@webiny/api-tenancy": "5.41.0-dbt.0",
58
+ "@webiny/api-tenancy-so-ddb": "5.41.0-dbt.0",
59
+ "@webiny/api-wcp": "5.41.0-dbt.0",
60
+ "@webiny/cli": "5.41.0-dbt.0",
61
+ "@webiny/handler": "5.41.0-dbt.0",
62
+ "@webiny/handler-aws": "5.41.0-dbt.0",
63
+ "@webiny/handler-graphql": "5.41.0-dbt.0",
64
+ "@webiny/project-utils": "5.41.0-dbt.0",
65
65
  "graphql": "15.8.0",
66
66
  "jest": "29.7.0",
67
67
  "jest-dynalite": "3.6.1",
68
68
  "rimraf": "5.0.5",
69
69
  "ttypescript": "1.5.15",
70
- "typescript": "4.7.4"
70
+ "typescript": "4.9.5"
71
71
  },
72
72
  "publishConfig": {
73
73
  "access": "public",
@@ -77,5 +77,5 @@
77
77
  "build": "yarn webiny run build",
78
78
  "watch": "yarn webiny run watch"
79
79
  },
80
- "gitHead": "f67778732392ed88f28da869ddacbf08a98cdec6"
80
+ "gitHead": "bbaec4dd1685579548c08bbde386aee5d96b80f8"
81
81
  }
package/types.d.ts CHANGED
@@ -6,7 +6,7 @@ import { PluginCollection } from "@webiny/plugins/types";
6
6
  import { TableConstructor } from "@webiny/db-dynamodb/toolbox";
7
7
  import { AttributeDefinition } from "@webiny/db-dynamodb/toolbox";
8
8
  export { PbContext };
9
- export declare type Attributes = Record<string, AttributeDefinition>;
9
+ export type Attributes = Record<string, AttributeDefinition>;
10
10
  export declare enum ENTITIES {
11
11
  SYSTEM = "PbSystem",
12
12
  SETTINGS = "PbSettings",