@webiny/api-serverless-cms 5.42.0-beta.0 → 5.42.0-beta.1

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.
Files changed (3) hide show
  1. package/index.d.ts +2 -1
  2. package/index.js.map +1 -1
  3. package/package.json +35 -35
package/index.d.ts CHANGED
@@ -14,7 +14,8 @@ import { ContextPluginCallable } from "@webiny/api";
14
14
  import { GraphQLSchemaPluginConfig } from "@webiny/handler-graphql";
15
15
  import { createSecurityRolePlugin, createSecurityTeamPlugin } from "@webiny/api-security";
16
16
  import { MailerContext } from "@webiny/api-mailer/types";
17
- export interface Context extends ClientContext, MailerContext, TenancyContext, SecurityContext, I18NContext, I18NContentContext, PbContext, PrerenderingServiceClientContext, FileManagerContext, FormBuilderContext, AcoContext, PbAcoContext, CmsContext {
17
+ import { Context as LoggerContext } from "@webiny/api-log/types";
18
+ export interface Context extends ClientContext, MailerContext, TenancyContext, SecurityContext, I18NContext, I18NContentContext, PbContext, PrerenderingServiceClientContext, FileManagerContext, FormBuilderContext, AcoContext, PbAcoContext, LoggerContext, CmsContext {
18
19
  }
19
20
  export declare const createContextPlugin: <T extends Context = Context>(callable: ContextPluginCallable<T>) => import("@webiny/api").ContextPlugin<T>;
20
21
  export declare const createGraphQLSchemaPlugin: <T extends Context = Context>(config: GraphQLSchemaPluginConfig<T>) => import("@webiny/handler-graphql").GraphQLSchemaPlugin<T>;
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["_api","require","_handlerGraphql","_apiSecurity","_InstallTenant","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","createContextPlugin","callable","baseCreateContextPlugin","createGraphQLSchemaPlugin","config","baseCreateGraphQLSchemaPlugin"],"sources":["index.ts"],"sourcesContent":["import { ClientContext } from \"@webiny/handler-client/types\";\nimport { TenancyContext } from \"@webiny/api-tenancy/types\";\nimport { SecurityContext } from \"@webiny/api-security/types\";\nimport { I18NContext } from \"@webiny/api-i18n/types\";\nimport { I18NContentContext } from \"@webiny/api-i18n-content/types\";\nimport { PbContext } from \"@webiny/api-page-builder/graphql/types\";\nimport { PrerenderingServiceClientContext } from \"@webiny/api-prerendering-service/client/types\";\nimport { FileManagerContext } from \"@webiny/api-file-manager/types\";\nimport { FormBuilderContext } from \"@webiny/api-form-builder/types\";\nimport { CmsContext } from \"@webiny/api-headless-cms/types\";\nimport { AcoContext } from \"@webiny/api-aco/types\";\nimport { PbAcoContext } from \"@webiny/api-page-builder-aco/types\";\nimport { createContextPlugin as baseCreateContextPlugin, ContextPluginCallable } from \"@webiny/api\";\nimport {\n createGraphQLSchemaPlugin as baseCreateGraphQLSchemaPlugin,\n GraphQLSchemaPluginConfig\n} from \"@webiny/handler-graphql\";\nimport { createSecurityRolePlugin, createSecurityTeamPlugin } from \"@webiny/api-security\";\nimport { MailerContext } from \"@webiny/api-mailer/types\";\n\nexport interface Context\n extends ClientContext,\n MailerContext,\n TenancyContext,\n SecurityContext,\n I18NContext,\n I18NContentContext,\n PbContext,\n PrerenderingServiceClientContext,\n FileManagerContext,\n FormBuilderContext,\n AcoContext,\n PbAcoContext,\n CmsContext {}\n\nexport const createContextPlugin = <T extends Context = Context>(\n callable: ContextPluginCallable<T>\n) => {\n return baseCreateContextPlugin<T>(callable);\n};\n\nexport const createGraphQLSchemaPlugin = <T extends Context = Context>(\n config: GraphQLSchemaPluginConfig<T>\n) => {\n return baseCreateGraphQLSchemaPlugin<T>(config);\n};\n\nexport { createSecurityRolePlugin, createSecurityTeamPlugin };\n\nexport * from \"./tenancy/InstallTenant\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAYA,IAAAA,IAAA,GAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAIA,IAAAE,YAAA,GAAAF,OAAA;AAgCA,IAAAG,cAAA,GAAAH,OAAA;AAAAI,MAAA,CAAAC,IAAA,CAAAF,cAAA,EAAAG,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAJ,cAAA,CAAAI,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAZ,cAAA,CAAAI,GAAA;IAAA;EAAA;AAAA;AAdO,MAAMS,mBAAmB,GAC5BC,QAAkC,IACjC;EACD,OAAO,IAAAC,wBAAuB,EAAID,QAAQ,CAAC;AAC/C,CAAC;AAACL,OAAA,CAAAI,mBAAA,GAAAA,mBAAA;AAEK,MAAMG,yBAAyB,GAClCC,MAAoC,IACnC;EACD,OAAO,IAAAC,yCAA6B,EAAID,MAAM,CAAC;AACnD,CAAC;AAACR,OAAA,CAAAO,yBAAA,GAAAA,yBAAA","ignoreList":[]}
1
+ {"version":3,"names":["_api","require","_handlerGraphql","_apiSecurity","_InstallTenant","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","createContextPlugin","callable","baseCreateContextPlugin","createGraphQLSchemaPlugin","config","baseCreateGraphQLSchemaPlugin"],"sources":["index.ts"],"sourcesContent":["import { ClientContext } from \"@webiny/handler-client/types\";\nimport { TenancyContext } from \"@webiny/api-tenancy/types\";\nimport { SecurityContext } from \"@webiny/api-security/types\";\nimport { I18NContext } from \"@webiny/api-i18n/types\";\nimport { I18NContentContext } from \"@webiny/api-i18n-content/types\";\nimport { PbContext } from \"@webiny/api-page-builder/graphql/types\";\nimport { PrerenderingServiceClientContext } from \"@webiny/api-prerendering-service/client/types\";\nimport { FileManagerContext } from \"@webiny/api-file-manager/types\";\nimport { FormBuilderContext } from \"@webiny/api-form-builder/types\";\nimport { CmsContext } from \"@webiny/api-headless-cms/types\";\nimport { AcoContext } from \"@webiny/api-aco/types\";\nimport { PbAcoContext } from \"@webiny/api-page-builder-aco/types\";\nimport { ContextPluginCallable, createContextPlugin as baseCreateContextPlugin } from \"@webiny/api\";\nimport {\n createGraphQLSchemaPlugin as baseCreateGraphQLSchemaPlugin,\n GraphQLSchemaPluginConfig\n} from \"@webiny/handler-graphql\";\nimport { createSecurityRolePlugin, createSecurityTeamPlugin } from \"@webiny/api-security\";\nimport { MailerContext } from \"@webiny/api-mailer/types\";\nimport { Context as LoggerContext } from \"@webiny/api-log/types\";\n\nexport interface Context\n extends ClientContext,\n MailerContext,\n TenancyContext,\n SecurityContext,\n I18NContext,\n I18NContentContext,\n PbContext,\n PrerenderingServiceClientContext,\n FileManagerContext,\n FormBuilderContext,\n AcoContext,\n PbAcoContext,\n LoggerContext,\n CmsContext {}\n\nexport const createContextPlugin = <T extends Context = Context>(\n callable: ContextPluginCallable<T>\n) => {\n return baseCreateContextPlugin<T>(callable);\n};\n\nexport const createGraphQLSchemaPlugin = <T extends Context = Context>(\n config: GraphQLSchemaPluginConfig<T>\n) => {\n return baseCreateGraphQLSchemaPlugin<T>(config);\n};\n\nexport { createSecurityRolePlugin, createSecurityTeamPlugin };\n\nexport * from \"./tenancy/InstallTenant\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAYA,IAAAA,IAAA,GAAAC,OAAA;AACA,IAAAC,eAAA,GAAAD,OAAA;AAIA,IAAAE,YAAA,GAAAF,OAAA;AAkCA,IAAAG,cAAA,GAAAH,OAAA;AAAAI,MAAA,CAAAC,IAAA,CAAAF,cAAA,EAAAG,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAC,YAAA,EAAAJ,GAAA;EAAA,IAAAA,GAAA,IAAAK,OAAA,IAAAA,OAAA,CAAAL,GAAA,MAAAJ,cAAA,CAAAI,GAAA;EAAAH,MAAA,CAAAS,cAAA,CAAAD,OAAA,EAAAL,GAAA;IAAAO,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAZ,cAAA,CAAAI,GAAA;IAAA;EAAA;AAAA;AAdO,MAAMS,mBAAmB,GAC5BC,QAAkC,IACjC;EACD,OAAO,IAAAC,wBAAuB,EAAID,QAAQ,CAAC;AAC/C,CAAC;AAACL,OAAA,CAAAI,mBAAA,GAAAA,mBAAA;AAEK,MAAMG,yBAAyB,GAClCC,MAAoC,IACnC;EACD,OAAO,IAAAC,yCAA6B,EAAID,MAAM,CAAC;AACnD,CAAC;AAACR,OAAA,CAAAO,yBAAA,GAAAA,yBAAA","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/api-serverless-cms",
3
- "version": "5.42.0-beta.0",
3
+ "version": "5.42.0-beta.1",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,41 +9,41 @@
9
9
  "description": "Core package for all of our API packages.",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@webiny/api": "5.42.0-beta.0",
13
- "@webiny/api-aco": "5.42.0-beta.0",
14
- "@webiny/api-file-manager": "5.42.0-beta.0",
15
- "@webiny/api-form-builder": "5.42.0-beta.0",
16
- "@webiny/api-headless-cms": "5.42.0-beta.0",
17
- "@webiny/api-i18n": "5.42.0-beta.0",
18
- "@webiny/api-i18n-content": "5.42.0-beta.0",
19
- "@webiny/api-mailer": "5.42.0-beta.0",
20
- "@webiny/api-page-builder": "5.42.0-beta.0",
21
- "@webiny/api-page-builder-aco": "5.42.0-beta.0",
22
- "@webiny/api-prerendering-service": "5.42.0-beta.0",
23
- "@webiny/api-security": "5.42.0-beta.0",
24
- "@webiny/api-tenancy": "5.42.0-beta.0",
25
- "@webiny/error": "5.42.0-beta.0",
26
- "@webiny/handler-client": "5.42.0-beta.0",
27
- "@webiny/handler-graphql": "5.42.0-beta.0"
12
+ "@webiny/api": "5.42.0-beta.1",
13
+ "@webiny/api-aco": "5.42.0-beta.1",
14
+ "@webiny/api-file-manager": "5.42.0-beta.1",
15
+ "@webiny/api-form-builder": "5.42.0-beta.1",
16
+ "@webiny/api-headless-cms": "5.42.0-beta.1",
17
+ "@webiny/api-i18n": "5.42.0-beta.1",
18
+ "@webiny/api-i18n-content": "5.42.0-beta.1",
19
+ "@webiny/api-log": "5.42.0-beta.1",
20
+ "@webiny/api-mailer": "5.42.0-beta.1",
21
+ "@webiny/api-page-builder": "5.42.0-beta.1",
22
+ "@webiny/api-page-builder-aco": "5.42.0-beta.1",
23
+ "@webiny/api-prerendering-service": "5.42.0-beta.1",
24
+ "@webiny/api-security": "5.42.0-beta.1",
25
+ "@webiny/api-tenancy": "5.42.0-beta.1",
26
+ "@webiny/error": "5.42.0-beta.1",
27
+ "@webiny/handler-client": "5.42.0-beta.1",
28
+ "@webiny/handler-graphql": "5.42.0-beta.1"
28
29
  },
29
30
  "devDependencies": {
30
- "@webiny/api-admin-users": "5.42.0-beta.0",
31
- "@webiny/api-apw": "5.42.0-beta.0",
32
- "@webiny/api-audit-logs": "5.42.0-beta.0",
33
- "@webiny/api-headless-cms-aco": "5.42.0-beta.0",
34
- "@webiny/api-headless-cms-tasks": "5.42.0-beta.0",
35
- "@webiny/api-log": "5.42.0-beta.0",
36
- "@webiny/api-page-builder-import-export": "5.42.0-beta.0",
37
- "@webiny/api-page-builder-import-export-so-ddb": "5.42.0-beta.0",
38
- "@webiny/api-record-locking": "5.42.0-beta.0",
39
- "@webiny/api-wcp": "5.42.0-beta.0",
40
- "@webiny/api-websockets": "5.42.0-beta.0",
41
- "@webiny/cli": "5.42.0-beta.0",
42
- "@webiny/handler": "5.42.0-beta.0",
43
- "@webiny/handler-aws": "5.42.0-beta.0",
44
- "@webiny/plugins": "5.42.0-beta.0",
45
- "@webiny/project-utils": "5.42.0-beta.0",
46
- "@webiny/tasks": "5.42.0-beta.0",
31
+ "@webiny/api-admin-users": "5.42.0-beta.1",
32
+ "@webiny/api-apw": "5.42.0-beta.1",
33
+ "@webiny/api-audit-logs": "5.42.0-beta.1",
34
+ "@webiny/api-headless-cms-aco": "5.42.0-beta.1",
35
+ "@webiny/api-headless-cms-tasks": "5.42.0-beta.1",
36
+ "@webiny/api-page-builder-import-export": "5.42.0-beta.1",
37
+ "@webiny/api-page-builder-import-export-so-ddb": "5.42.0-beta.1",
38
+ "@webiny/api-record-locking": "5.42.0-beta.1",
39
+ "@webiny/api-wcp": "5.42.0-beta.1",
40
+ "@webiny/api-websockets": "5.42.0-beta.1",
41
+ "@webiny/cli": "5.42.0-beta.1",
42
+ "@webiny/handler": "5.42.0-beta.1",
43
+ "@webiny/handler-aws": "5.42.0-beta.1",
44
+ "@webiny/plugins": "5.42.0-beta.1",
45
+ "@webiny/project-utils": "5.42.0-beta.1",
46
+ "@webiny/tasks": "5.42.0-beta.1",
47
47
  "graphql": "15.9.0",
48
48
  "rimraf": "6.0.1",
49
49
  "ttypescript": "1.5.15",
@@ -57,5 +57,5 @@
57
57
  "build": "yarn webiny run build",
58
58
  "watch": "yarn webiny run watch"
59
59
  },
60
- "gitHead": "ebf90f62ed3f28114ffdb012b7e5f80988af53d3"
60
+ "gitHead": "5e69da579efa4f2c8268e0c97ac6407ddc3f5f07"
61
61
  }