@ludo.ninja/api 2.5.8 → 2.6.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.
- package/package.json +1 -1
- package/src/graphql_tools/__generated__/schema.ts +70 -0
- package/build/config/index.d.ts +0 -2
- package/build/config/index.js +0 -186
- package/build/config/typePolicies.d.ts +0 -2
- package/build/config/typePolicies.js +0 -53
- package/build/cookies/index.d.ts +0 -25
- package/build/cookies/index.js +0 -115
- package/build/graphql_tools/__generated__/schema.d.ts +0 -6210
- package/build/graphql_tools/__generated__/schema.js +0 -4711
- package/build/hosts/index.d.ts +0 -28
- package/build/hosts/index.js +0 -31
- package/build/index.d.ts +0 -5
- package/build/index.js +0 -34
package/build/hosts/index.d.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export declare const authHost = "https://auth.ludo.ninja:8080/graphql";
|
|
2
|
-
export declare const identityHost = "https://identities.ludo.ninja:8090/graphql";
|
|
3
|
-
export declare const assetsHost = "https://assets.ludo.ninja:8090/graphql";
|
|
4
|
-
export declare const collectionsHost = "https://collections.ludo.ninja:8090/graphql";
|
|
5
|
-
export declare const adminHost = "https://admin.ludo.ninja:8090/graphql";
|
|
6
|
-
export declare const serverAssetsHost = "http://server-assets.istio.svc.k8s.local:8090/graphql";
|
|
7
|
-
export declare const serverCollectionsHost = "http://server-collections.istio.svc.k8s.local:8090/graphql";
|
|
8
|
-
export declare const serverIdentityHost = "http://server-identities.istio.svc.k8s.local:8090/graphql";
|
|
9
|
-
export declare const galleriesHost = "https://galleries.ludo.ninja:8090/graphql";
|
|
10
|
-
export declare const serverGalleriesHost = "http://server-galleries.istio.svc.k8s.local:8090/graphql";
|
|
11
|
-
export declare const mediasHost = "https://medias.ludo.ninja:8090/graphql";
|
|
12
|
-
export declare const serverImagesHost = "http://server-images.istio.svc.k8s.local:8090/graphql";
|
|
13
|
-
export declare const searchHost = "https://search.ludo.ninja:8090/graphql";
|
|
14
|
-
export declare const showCaseHost = "https://showcase.ludo.ninja:8090/graphql";
|
|
15
|
-
export declare const showCaseHostSSR = "http://ssr.showcase.ludo.ninja:8090/graphql";
|
|
16
|
-
export declare const serverShowCaseHost = "http://server-showcase.istio.svc.k8s.local:8090/graphql";
|
|
17
|
-
export declare const serverSearchHost = "http://server-search.istio.svc.k8s.local:8090/graphql";
|
|
18
|
-
export declare const preferencesHost = "https://preferences.ludo.ninja:8090/graphql";
|
|
19
|
-
export declare const preferencesHostSSR = "https://ssr-preferences.ludo.ninja:8091/graphql";
|
|
20
|
-
export declare const searchHostSSR = "https://ssr-search.ludo.ninja:8091/graphql";
|
|
21
|
-
export declare const serverPreferencesHost = "http://server-preferences.istio.svc.k8s.local:8090/graphql";
|
|
22
|
-
export declare const ethereumHost = "https://ethereum.ludo.ninja:8545";
|
|
23
|
-
export declare const eventsHost = "wss://events.ludo.ninja:8090/subscriptions";
|
|
24
|
-
export declare const experiencesSubscriptionHost = "wss://experiences.ludo.ninja:8090/subscriptions";
|
|
25
|
-
export declare const opportunitiesHost = "https://opportunities.ludo.ninja:8090/graphql";
|
|
26
|
-
export declare const extensionHost = "https://chrome.ludo.ninja:8092/graphql";
|
|
27
|
-
export declare const experiencesHost = "https://experiences.ludo.ninja:8090/graphql";
|
|
28
|
-
export declare const serverExperiencesHost = "http://server-experiences.istio.svc.k8s.local:8090/graphql";
|
package/build/hosts/index.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.serverExperiencesHost = exports.experiencesHost = exports.extensionHost = exports.opportunitiesHost = exports.experiencesSubscriptionHost = exports.eventsHost = exports.ethereumHost = exports.serverPreferencesHost = exports.searchHostSSR = exports.preferencesHostSSR = exports.preferencesHost = exports.serverSearchHost = exports.serverShowCaseHost = exports.showCaseHostSSR = exports.showCaseHost = exports.searchHost = exports.serverImagesHost = exports.mediasHost = exports.serverGalleriesHost = exports.galleriesHost = exports.serverIdentityHost = exports.serverCollectionsHost = exports.serverAssetsHost = exports.adminHost = exports.collectionsHost = exports.assetsHost = exports.identityHost = exports.authHost = void 0;
|
|
4
|
-
exports.authHost = "https://auth.ludo.ninja:8080/graphql";
|
|
5
|
-
exports.identityHost = "https://identities.ludo.ninja:8090/graphql";
|
|
6
|
-
exports.assetsHost = "https://assets.ludo.ninja:8090/graphql";
|
|
7
|
-
exports.collectionsHost = "https://collections.ludo.ninja:8090/graphql";
|
|
8
|
-
exports.adminHost = "https://admin.ludo.ninja:8090/graphql";
|
|
9
|
-
exports.serverAssetsHost = "http://server-assets.istio.svc.k8s.local:8090/graphql";
|
|
10
|
-
exports.serverCollectionsHost = "http://server-collections.istio.svc.k8s.local:8090/graphql";
|
|
11
|
-
exports.serverIdentityHost = "http://server-identities.istio.svc.k8s.local:8090/graphql";
|
|
12
|
-
exports.galleriesHost = "https://galleries.ludo.ninja:8090/graphql";
|
|
13
|
-
exports.serverGalleriesHost = "http://server-galleries.istio.svc.k8s.local:8090/graphql";
|
|
14
|
-
exports.mediasHost = "https://medias.ludo.ninja:8090/graphql";
|
|
15
|
-
exports.serverImagesHost = "http://server-images.istio.svc.k8s.local:8090/graphql";
|
|
16
|
-
exports.searchHost = "https://search.ludo.ninja:8090/graphql";
|
|
17
|
-
exports.showCaseHost = "https://showcase.ludo.ninja:8090/graphql";
|
|
18
|
-
exports.showCaseHostSSR = "http://ssr.showcase.ludo.ninja:8090/graphql";
|
|
19
|
-
exports.serverShowCaseHost = "http://server-showcase.istio.svc.k8s.local:8090/graphql";
|
|
20
|
-
exports.serverSearchHost = "http://server-search.istio.svc.k8s.local:8090/graphql";
|
|
21
|
-
exports.preferencesHost = "https://preferences.ludo.ninja:8090/graphql";
|
|
22
|
-
exports.preferencesHostSSR = "https://ssr-preferences.ludo.ninja:8091/graphql";
|
|
23
|
-
exports.searchHostSSR = "https://ssr-search.ludo.ninja:8091/graphql";
|
|
24
|
-
exports.serverPreferencesHost = "http://server-preferences.istio.svc.k8s.local:8090/graphql";
|
|
25
|
-
exports.ethereumHost = "https://ethereum.ludo.ninja:8545";
|
|
26
|
-
exports.eventsHost = `wss://events.ludo.ninja:8090/subscriptions`;
|
|
27
|
-
exports.experiencesSubscriptionHost = "wss://experiences.ludo.ninja:8090/subscriptions";
|
|
28
|
-
exports.opportunitiesHost = "https://opportunities.ludo.ninja:8090/graphql";
|
|
29
|
-
exports.extensionHost = "https://chrome.ludo.ninja:8092/graphql";
|
|
30
|
-
exports.experiencesHost = "https://experiences.ludo.ninja:8090/graphql";
|
|
31
|
-
exports.serverExperiencesHost = "http://server-experiences.istio.svc.k8s.local:8090/graphql";
|
package/build/index.d.ts
DELETED
package/build/index.js
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.authCookies = exports.graphqlConfig = exports.hosts = exports.schema = void 0;
|
|
27
|
-
const schema = __importStar(require("./graphql_tools/__generated__/schema"));
|
|
28
|
-
exports.schema = schema;
|
|
29
|
-
const hosts = __importStar(require("./hosts"));
|
|
30
|
-
exports.hosts = hosts;
|
|
31
|
-
const graphqlConfig = __importStar(require("./config"));
|
|
32
|
-
exports.graphqlConfig = graphqlConfig;
|
|
33
|
-
const authCookies = __importStar(require("./cookies"));
|
|
34
|
-
exports.authCookies = authCookies;
|