@ludo.ninja/api 2.8.36 → 2.8.37

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/build/index.js CHANGED
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.formsSchema = exports.searchSchema = exports.preferencesSchema = exports.opportunitiesSchema = exports.mediasSchema = exports.identitySchema = exports.galleriesSchema = exports.extensionSchema = exports.experiencesSchema = exports.collectionsSchema = exports.authSchema = exports.assetSchema = exports.adminSchema = exports.authCookies = exports.graphqlConfig = exports.schema = exports.hosts = void 0;
26
+ exports.formsSchema = exports.searchSchema = exports.preferencesSchema = exports.opportunitiesSchema = exports.mediasSchema = exports.identitySchema = exports.galleriesSchema = exports.extensionSchema = exports.experiencesSchema = exports.collectionsSchema = exports.authSchema = exports.assetSchema = exports.adminSchema = exports.authCookies = exports.graphqlConfig = exports.hosts = void 0;
27
27
  const hosts = __importStar(require("./hosts"));
28
28
  exports.hosts = hosts;
29
29
  const graphqlConfig = __importStar(require("./config"));
@@ -56,19 +56,3 @@ const searchSchema = __importStar(require("./graphql_tools/__generated__/searchH
56
56
  exports.searchSchema = searchSchema;
57
57
  const formsSchema = __importStar(require("./graphql_tools/__generated__/formsHost/schema"));
58
58
  exports.formsSchema = formsSchema;
59
- const schema = {
60
- ...adminSchema,
61
- ...assetSchema,
62
- ...authSchema,
63
- ...collectionsSchema,
64
- ...experiencesSchema,
65
- ...extensionSchema,
66
- ...galleriesSchema,
67
- ...identitySchema,
68
- ...mediasSchema,
69
- ...opportunitiesSchema,
70
- ...preferencesSchema,
71
- ...searchSchema,
72
- ...formsSchema
73
- };
74
- exports.schema = schema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludo.ninja/api",
3
- "version": "2.8.36",
3
+ "version": "2.8.37",
4
4
  "main": "./build/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
package/src/index.ts CHANGED
@@ -15,25 +15,8 @@ import * as preferencesSchema from "./graphql_tools/__generated__/preferencesHos
15
15
  import * as searchSchema from "./graphql_tools/__generated__/searchHost/schema";
16
16
  import * as formsSchema from "./graphql_tools/__generated__/formsHost/schema";
17
17
 
18
- const schema = {
19
- ...adminSchema,
20
- ...assetSchema,
21
- ...authSchema,
22
- ...collectionsSchema,
23
- ...experiencesSchema,
24
- ...extensionSchema,
25
- ...galleriesSchema,
26
- ...identitySchema,
27
- ...mediasSchema,
28
- ...opportunitiesSchema,
29
- ...preferencesSchema,
30
- ...searchSchema,
31
- ...formsSchema
32
- }
33
-
34
18
  export {
35
19
  hosts,
36
- schema,
37
20
  graphqlConfig,
38
21
  authCookies,
39
22
  adminSchema,