@webiny/api-page-builder-import-export 5.39.1-beta.0 → 5.39.1-beta.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import { PbImportExportContext } from "../../types";
2
- import { Payload, Response } from ".";
2
+ import { Payload, Response } from "./";
3
3
  /**
4
4
  * Handles the export blocks combine workflow.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { PbImportExportContext } from "../../types";
2
- import { Payload, Response } from ".";
2
+ import { Payload, Response } from "./";
3
3
  /**
4
4
  * Handles the export forms combine workflow.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { PbImportExportContext } from "../../types";
2
- import { Payload, Response } from ".";
2
+ import { Payload, Response } from "./";
3
3
  /**
4
4
  * Handles the export pages combine workflow.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { PbImportExportContext } from "../../types";
2
- import { Payload, Response } from ".";
2
+ import { Payload, Response } from "./";
3
3
  /**
4
4
  * Handles the export templates combine workflow.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { PbImportExportContext } from "../../types";
2
- import { Configuration, Payload, Response } from ".";
2
+ import { Configuration, Payload, Response } from "./";
3
3
  /**
4
4
  * Handles the export blocks process workflow.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { PbImportExportContext } from "../../types";
2
- import { Configuration, Payload, Response } from ".";
2
+ import { Configuration, Payload, Response } from "./";
3
3
  /**
4
4
  * Handles the export forms process workflow.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { PbImportExportContext } from "../../types";
2
- import { Configuration, Payload, Response } from ".";
2
+ import { Configuration, Payload, Response } from "./";
3
3
  /**
4
4
  * Handles the export pages process workflow.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { PbImportExportContext } from "../../types";
2
- import { Configuration, Payload, Response } from ".";
2
+ import { Configuration, Payload, Response } from "./";
3
3
  /**
4
4
  * Handles the export templates process workflow.
5
5
  */
package/graphql/crud.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import { ImportExportPluginsParams } from "./types";
2
- declare const _default: (params: ImportExportPluginsParams) => import("@webiny/api").ContextPlugin<import("~/graphql/types").PbImportExportContext>[];
2
+ declare const _default: (params: ImportExportPluginsParams) => import("@webiny/api").ContextPlugin<import("./types").PbImportExportContext>[];
3
3
  export default _default;
@@ -1,3 +1,3 @@
1
1
  import { Response, ErrorResponse } from "@webiny/handler-graphql";
2
- declare const _default: (fn: () => Promise<any>) => Promise<ErrorResponse | Response<any>>;
2
+ declare const _default: (fn: () => Promise<any>) => Promise<Response<any> | ErrorResponse>;
3
3
  export default _default;
@@ -1,3 +1,3 @@
1
1
  import { ImportExportPluginsParams } from "./types";
2
- declare const _default: (params: ImportExportPluginsParams) => (import("@webiny/api").ContextPlugin<import("~/graphql/types").PbImportExportContext>[] | import("@webiny/handler-graphql/types").GraphQLSchemaPlugin<import("@webiny/api/types").Context>[])[];
2
+ declare const _default: (params: ImportExportPluginsParams) => (import("@webiny/api").ContextPlugin<import("./types").PbImportExportContext>[] | import("@webiny/handler-graphql/types").GraphQLSchemaPlugin<import("@webiny/api/types").Context>[])[];
3
3
  export default _default;
@@ -1,3 +1,3 @@
1
1
  import { PbImportExportContext } from "../../types";
2
- import { Configuration, Payload, Response } from ".";
2
+ import { Configuration, Payload, Response } from "./";
3
3
  export declare const blocksHandler: (configuration: Configuration, payload: Payload, context: PbImportExportContext) => Promise<Response>;
@@ -1,3 +1,3 @@
1
1
  import { PbImportExportContext } from "../../types";
2
- import { Configuration, Payload, Response } from ".";
2
+ import { Configuration, Payload, Response } from "./";
3
3
  export declare const formsHandler: (configuration: Configuration, payload: Payload, context: PbImportExportContext) => Promise<Response>;
@@ -1,3 +1,3 @@
1
1
  import { PbImportExportContext } from "../../types";
2
- import { Configuration, Payload, Response } from ".";
2
+ import { Configuration, Payload, Response } from "./";
3
3
  export declare const pagesHandler: (configuration: Configuration, payload: Payload, context: PbImportExportContext) => Promise<Response>;
@@ -1,3 +1,3 @@
1
1
  import { PbImportExportContext } from "../../types";
2
- import { Configuration, Payload, Response } from ".";
2
+ import { Configuration, Payload, Response } from "./";
3
3
  export declare const templatesHandler: (configuration: Configuration, payload: Payload, context: PbImportExportContext) => Promise<Response>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-page-builder-import-export",
3
- "version": "5.39.1-beta.0",
3
+ "version": "5.39.1-beta.1",
4
4
  "main": "index.js",
5
5
  "keywords": [
6
6
  "pbie:base"
@@ -16,19 +16,19 @@
16
16
  "dependencies": {
17
17
  "@babel/runtime": "7.22.6",
18
18
  "@commodo/fields": "1.1.2-beta.20",
19
- "@webiny/api": "5.39.1-beta.0",
20
- "@webiny/api-file-manager": "5.39.1-beta.0",
21
- "@webiny/api-form-builder": "5.39.1-beta.0",
22
- "@webiny/api-page-builder": "5.39.1-beta.0",
23
- "@webiny/api-security": "5.39.1-beta.0",
24
- "@webiny/aws-sdk": "5.39.1-beta.0",
25
- "@webiny/error": "5.39.1-beta.0",
26
- "@webiny/handler": "5.39.1-beta.0",
27
- "@webiny/handler-aws": "5.39.1-beta.0",
28
- "@webiny/handler-graphql": "5.39.1-beta.0",
29
- "@webiny/pubsub": "5.39.1-beta.0",
30
- "@webiny/utils": "5.39.1-beta.0",
31
- "@webiny/validation": "5.39.1-beta.0",
19
+ "@webiny/api": "5.39.1-beta.1",
20
+ "@webiny/api-file-manager": "5.39.1-beta.1",
21
+ "@webiny/api-form-builder": "5.39.1-beta.1",
22
+ "@webiny/api-page-builder": "5.39.1-beta.1",
23
+ "@webiny/api-security": "5.39.1-beta.1",
24
+ "@webiny/aws-sdk": "5.39.1-beta.1",
25
+ "@webiny/error": "5.39.1-beta.1",
26
+ "@webiny/handler": "5.39.1-beta.1",
27
+ "@webiny/handler-aws": "5.39.1-beta.1",
28
+ "@webiny/handler-graphql": "5.39.1-beta.1",
29
+ "@webiny/pubsub": "5.39.1-beta.1",
30
+ "@webiny/utils": "5.39.1-beta.1",
31
+ "@webiny/validation": "5.39.1-beta.1",
32
32
  "archiver": "5.3.1",
33
33
  "commodo-fields-object": "1.0.6",
34
34
  "dot-prop-immutable": "2.1.1",
@@ -49,13 +49,13 @@
49
49
  "@types/archiver": "5.3.1",
50
50
  "@types/node-fetch": "2.6.2",
51
51
  "@types/yauzl": "2.10.0",
52
- "@webiny/api-authentication": "5.39.1-beta.0",
53
- "@webiny/api-dynamodb-to-elasticsearch": "5.39.1-beta.0",
54
- "@webiny/api-tenancy": "5.39.1-beta.0",
55
- "@webiny/api-wcp": "5.39.1-beta.0",
56
- "@webiny/cli": "5.39.1-beta.0",
57
- "@webiny/db": "5.39.1-beta.0",
58
- "@webiny/project-utils": "5.39.1-beta.0",
52
+ "@webiny/api-authentication": "5.39.1-beta.1",
53
+ "@webiny/api-dynamodb-to-elasticsearch": "5.39.1-beta.1",
54
+ "@webiny/api-tenancy": "5.39.1-beta.1",
55
+ "@webiny/api-wcp": "5.39.1-beta.1",
56
+ "@webiny/cli": "5.39.1-beta.1",
57
+ "@webiny/db": "5.39.1-beta.1",
58
+ "@webiny/project-utils": "5.39.1-beta.1",
59
59
  "jest": "29.5.0",
60
60
  "jest-dynalite": "3.6.1",
61
61
  "rimraf": "3.0.2",
@@ -70,5 +70,5 @@
70
70
  "build": "yarn webiny run build",
71
71
  "watch": "yarn webiny run watch"
72
72
  },
73
- "gitHead": "4637f8570aa523ec1069e5907c3535c3dcdda5fe"
73
+ "gitHead": "6fc74b45740bd4123dcf9b5890bfacee594208bf"
74
74
  }