@golemio/fypr 1.8.1-dev.2631049367 → 1.8.1-dev.2638551106
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/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/integration-engine/data-sources/AbstractDBFYPRDataSourceFactory.js +1 -1
- package/dist/integration-engine/data-sources/AbstractDBFYPRDataSourceFactory.js.map +1 -1
- package/dist/integration-engine/data-sources/DBFYPRDisplayCasesDataSourceFactory.d.ts +1 -1
- package/dist/integration-engine/data-sources/DBFYPRDisplayCasesDataSourceFactory.js +1 -1
- package/dist/integration-engine/data-sources/DBFYPRDisplayCasesDataSourceFactory.js.map +1 -1
- package/dist/integration-engine/data-sources/DBFYPRInformationPanelsDataSourceFactory.d.ts +1 -1
- package/dist/integration-engine/data-sources/DBFYPRInformationPanelsDataSourceFactory.js +1 -1
- package/dist/integration-engine/data-sources/DBFYPRInformationPanelsDataSourceFactory.js.map +1 -1
- package/dist/integration-engine/data-sources/DBFYPRObelisksDataSourceFactory.d.ts +1 -1
- package/dist/integration-engine/data-sources/DBFYPRObelisksDataSourceFactory.js +1 -1
- package/dist/integration-engine/data-sources/DBFYPRObelisksDataSourceFactory.js.map +1 -1
- package/dist/integration-engine/data-sources/DBFYPRSignpostsDataSourceFactory.d.ts +1 -1
- package/dist/integration-engine/data-sources/DBFYPRSignpostsDataSourceFactory.js +1 -1
- package/dist/integration-engine/data-sources/DBFYPRSignpostsDataSourceFactory.js.map +1 -1
- package/dist/integration-engine/data-sources/DBFYPRTotemsDataSourceFactory.d.ts +1 -1
- package/dist/integration-engine/data-sources/DBFYPRTotemsDataSourceFactory.js +1 -1
- package/dist/integration-engine/data-sources/DBFYPRTotemsDataSourceFactory.js.map +1 -1
- package/dist/integration-engine/data-sources/protocol-strategies/StrapiPaginatedHTTPProtocolStrategy.js +2 -2
- package/dist/integration-engine/data-sources/protocol-strategies/StrapiPaginatedHTTPProtocolStrategy.js.map +1 -1
- package/dist/integration-engine/ioc/Di.js +25 -25
- package/dist/integration-engine/ioc/Di.js.map +1 -1
- package/dist/integration-engine/repositories/AbstractFyprRepository.d.ts +2 -2
- package/dist/integration-engine/repositories/AbstractFyprRepository.js +1 -1
- package/dist/integration-engine/repositories/AbstractFyprRepository.js.map +1 -1
- package/dist/integration-engine/repositories/DisplayCaseRepository.d.ts +2 -2
- package/dist/integration-engine/repositories/DisplayCaseRepository.js +2 -2
- package/dist/integration-engine/repositories/DisplayCaseRepository.js.map +1 -1
- package/dist/integration-engine/repositories/InformationPanelPresetsRepository.d.ts +1 -1
- package/dist/integration-engine/repositories/InformationPanelPresetsRepository.js +3 -3
- package/dist/integration-engine/repositories/InformationPanelPresetsRepository.js.map +1 -1
- package/dist/integration-engine/repositories/InformationPanelPresetsRoutesRepository.d.ts +1 -1
- package/dist/integration-engine/repositories/InformationPanelPresetsRoutesRepository.js +2 -2
- package/dist/integration-engine/repositories/InformationPanelPresetsRoutesRepository.js.map +1 -1
- package/dist/integration-engine/repositories/InformationPanelPresetsStopsRepository.d.ts +1 -1
- package/dist/integration-engine/repositories/InformationPanelPresetsStopsRepository.js +2 -2
- package/dist/integration-engine/repositories/InformationPanelPresetsStopsRepository.js.map +1 -1
- package/dist/integration-engine/repositories/InformationPanelRepository.d.ts +2 -2
- package/dist/integration-engine/repositories/InformationPanelRepository.js +2 -2
- package/dist/integration-engine/repositories/InformationPanelRepository.js.map +1 -1
- package/dist/integration-engine/repositories/ObeliskRepository.d.ts +2 -2
- package/dist/integration-engine/repositories/ObeliskRepository.js +2 -2
- package/dist/integration-engine/repositories/ObeliskRepository.js.map +1 -1
- package/dist/integration-engine/repositories/SignpostRepository.d.ts +2 -2
- package/dist/integration-engine/repositories/SignpostRepository.js +2 -2
- package/dist/integration-engine/repositories/SignpostRepository.js.map +1 -1
- package/dist/integration-engine/repositories/TotemRepository.d.ts +2 -2
- package/dist/integration-engine/repositories/TotemRepository.js +2 -2
- package/dist/integration-engine/repositories/TotemRepository.js.map +1 -1
- package/dist/integration-engine/transformations/AbstractElementTransformation.d.ts +2 -2
- package/dist/integration-engine/transformations/DisplayCasesTransformation.d.ts +2 -2
- package/dist/integration-engine/transformations/InformationPanelsTransformation.d.ts +2 -2
- package/dist/integration-engine/transformations/ObelisksTransformation.d.ts +2 -2
- package/dist/integration-engine/transformations/SignpostsTransformation.d.ts +2 -2
- package/dist/integration-engine/transformations/TotemsTransformation.d.ts +2 -2
- package/dist/integration-engine/workers/FYPRWorker.js +2 -2
- package/dist/integration-engine/workers/FYPRWorker.js.map +1 -1
- package/dist/integration-engine/workers/tasks/AbstractUpdateElementsTask.d.ts +3 -3
- package/dist/integration-engine/workers/tasks/AbstractUpdateElementsTask.js +1 -1
- package/dist/integration-engine/workers/tasks/AbstractUpdateElementsTask.js.map +1 -1
- package/dist/integration-engine/workers/tasks/FetchDBFYPRTask.d.ts +5 -5
- package/dist/integration-engine/workers/tasks/FetchDBFYPRTask.js +7 -7
- package/dist/integration-engine/workers/tasks/FetchDBFYPRTask.js.map +1 -1
- package/dist/integration-engine/workers/tasks/UpdateDisplayCasesTask.d.ts +4 -4
- package/dist/integration-engine/workers/tasks/UpdateDisplayCasesTask.js +4 -4
- package/dist/integration-engine/workers/tasks/UpdateDisplayCasesTask.js.map +1 -1
- package/dist/integration-engine/workers/tasks/UpdateInformationPanelsTask.d.ts +4 -4
- package/dist/integration-engine/workers/tasks/UpdateInformationPanelsTask.js +4 -4
- package/dist/integration-engine/workers/tasks/UpdateInformationPanelsTask.js.map +1 -1
- package/dist/integration-engine/workers/tasks/UpdateObelisksTask.d.ts +4 -4
- package/dist/integration-engine/workers/tasks/UpdateObelisksTask.js +4 -4
- package/dist/integration-engine/workers/tasks/UpdateObelisksTask.js.map +1 -1
- package/dist/integration-engine/workers/tasks/UpdatePresetsTask.d.ts +3 -3
- package/dist/integration-engine/workers/tasks/UpdatePresetsTask.js +6 -6
- package/dist/integration-engine/workers/tasks/UpdatePresetsTask.js.map +1 -1
- package/dist/integration-engine/workers/tasks/UpdateSignpostsTask.d.ts +4 -4
- package/dist/integration-engine/workers/tasks/UpdateSignpostsTask.js +4 -4
- package/dist/integration-engine/workers/tasks/UpdateSignpostsTask.js.map +1 -1
- package/dist/integration-engine/workers/tasks/UpdateTotemsTask.d.ts +4 -4
- package/dist/integration-engine/workers/tasks/UpdateTotemsTask.js +4 -4
- package/dist/integration-engine/workers/tasks/UpdateTotemsTask.js.map +1 -1
- package/dist/output-gateway/fypr/controllers/v1/V1FyprElementKindsController.d.ts +4 -4
- package/dist/output-gateway/fypr/controllers/v1/V1FyprElementKindsController.js +3 -3
- package/dist/output-gateway/fypr/controllers/v1/V1FyprElementKindsController.js.map +1 -1
- package/dist/output-gateway/fypr/controllers/v1/V1FyprMetadataController.js +2 -2
- package/dist/output-gateway/fypr/controllers/v1/V1FyprMetadataController.js.map +1 -1
- package/dist/output-gateway/fypr/data-access/FyprElementRepository.d.ts +1 -1
- package/dist/output-gateway/fypr/data-access/FyprElementRepository.js +1 -1
- package/dist/output-gateway/fypr/data-access/FyprElementRepository.js.map +1 -1
- package/dist/output-gateway/fypr/routers/v1/V1FyprElementKindsRouter.js +5 -5
- package/dist/output-gateway/fypr/routers/v1/V1FyprElementKindsRouter.js.map +1 -1
- package/dist/output-gateway/fypr/routers/v1/V1FyprMetadataRouter.js +2 -2
- package/dist/output-gateway/fypr/routers/v1/V1FyprMetadataRouter.js.map +1 -1
- package/dist/output-gateway/fypr/transformations/InformationPanelOutputTransformation.d.ts +2 -2
- package/dist/output-gateway/index.js +1 -1
- package/dist/output-gateway/index.js.map +1 -1
- package/dist/output-gateway/interfaces/IOGInformationPanel.d.ts +1 -1
- package/dist/output-gateway/interfaces/IOGInformationPanelScopes.d.ts +1 -1
- package/dist/output-gateway/ioc/Di.js +5 -5
- package/dist/output-gateway/ioc/Di.js.map +1 -1
- package/dist/output-gateway/shared/constants/element-kinds.d.ts +1 -1
- package/dist/output-gateway/shared/constants/element-kinds.js +1 -1
- package/dist/output-gateway/shared/constants/element-kinds.js.map +1 -1
- package/dist/schema-definitions/data-sources/DBFYPRDisplayCasesJSONSchema.js +1 -1
- package/dist/schema-definitions/data-sources/DBFYPRDisplayCasesJSONSchema.js.map +1 -1
- package/dist/schema-definitions/data-sources/DBFYPRElementsJSONSchema.js +1 -1
- package/dist/schema-definitions/data-sources/DBFYPRElementsJSONSchema.js.map +1 -1
- package/dist/schema-definitions/data-sources/DBFYPRInformationPanelsJSONSchema.js +1 -1
- package/dist/schema-definitions/data-sources/DBFYPRInformationPanelsJSONSchema.js.map +1 -1
- package/dist/schema-definitions/data-sources/DBFYPRObelisksJSONSchema.js +1 -1
- package/dist/schema-definitions/data-sources/DBFYPRObelisksJSONSchema.js.map +1 -1
- package/dist/schema-definitions/data-sources/DBFYPRSignpostsJSONSchema.js +1 -1
- package/dist/schema-definitions/data-sources/DBFYPRSignpostsJSONSchema.js.map +1 -1
- package/dist/schema-definitions/data-sources/DBFYPRTotemsJSONSchema.js +1 -1
- package/dist/schema-definitions/data-sources/DBFYPRTotemsJSONSchema.js.map +1 -1
- package/dist/schema-definitions/data-sources/interfaces/IDBFYPRElement.d.ts +1 -1
- package/dist/schema-definitions/models/AbstractElementModel.js +1 -1
- package/dist/schema-definitions/models/AbstractElementModel.js.map +1 -1
- package/dist/schema-definitions/models/DisplayCaseModel.js +1 -1
- package/dist/schema-definitions/models/DisplayCaseModel.js.map +1 -1
- package/dist/schema-definitions/models/InformationPanelModel.js +1 -1
- package/dist/schema-definitions/models/InformationPanelModel.js.map +1 -1
- package/dist/schema-definitions/models/InformationPanelPresetsModel.js +1 -1
- package/dist/schema-definitions/models/InformationPanelPresetsModel.js.map +1 -1
- package/dist/schema-definitions/models/ObeliskModel.js +1 -1
- package/dist/schema-definitions/models/ObeliskModel.js.map +1 -1
- package/dist/schema-definitions/models/SignpostModel.js +1 -1
- package/dist/schema-definitions/models/SignpostModel.js.map +1 -1
- package/dist/schema-definitions/models/TotemModel.js +1 -1
- package/dist/schema-definitions/models/TotemModel.js.map +1 -1
- package/dist/schema-definitions/translation/index.d.ts +1 -1
- package/package.json +14 -41
- package/dist/output-gateway/fypr/routers.d.ts +0 -1
- package/dist/output-gateway/fypr/routers.js +0 -18
- package/dist/output-gateway/fypr/routers.js.map +0 -1
- package/dist/output-gateway/shared/constants.d.ts +0 -1
- package/dist/output-gateway/shared/constants.js +0 -18
- package/dist/output-gateway/shared/constants.js.map +0 -1
- package/dist/schema-definitions/translation.d.ts +0 -1
- package/dist/schema-definitions/translation.js +0 -18
- package/dist/schema-definitions/translation.js.map +0 -1
|
@@ -16,8 +16,8 @@ exports.TotemRepository = void 0;
|
|
|
16
16
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
17
17
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
|
18
18
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
19
|
-
const const_1 = require("
|
|
20
|
-
const TotemModel_1 = require("
|
|
19
|
+
const const_1 = require("../../schema-definitions/const");
|
|
20
|
+
const TotemModel_1 = require("../../schema-definitions/models/TotemModel");
|
|
21
21
|
const AbstractFyprRepository_1 = require("./AbstractFyprRepository");
|
|
22
22
|
let TotemRepository = class TotemRepository extends AbstractFyprRepository_1.AbstractFyprRepository {
|
|
23
23
|
constructor(connector, logger) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TotemRepository.js","sourceRoot":"","sources":["../../../src/integration-engine/repositories/TotemRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAEA,wEAAqE;AACrE,mFAAkF;AAElF,iEAAwE;AACxE,
|
|
1
|
+
{"version":3,"file":"TotemRepository.js","sourceRoot":"","sources":["../../../src/integration-engine/repositories/TotemRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAEA,wEAAqE;AACrE,mFAAkF;AAElF,iEAAwE;AACxE,0DAAuC;AACvC,2EAAoD;AAEpD,qEAAkE;AAG3D,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,+CAA8B;IAO/D,YAAiD,SAA6B,EAA4B,MAAe;QACrH,KAAK,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;QANtB,cAAS,GAAG,uBAAU,CAAC,SAAS,CAAC;QAG9B,gBAAW,GAAG,QAAQ,CAAC;QAI7B,IAAI,CAAC,SAAS,GAAG,IAAI,uCAAmB,CAAC,iBAAiB,EAAE,uBAAU,CAAC,UAAU,CAAC,CAAC;QACnF,IAAI,CAAC,cAAc,GAAG,SAAS,CAAC,aAAa,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,SAAS,EAAE,uBAAU,CAAC,cAAc,EAAE;YAC9F,MAAM,EAAE,iBAAS;SACpB,CAAC,CAAC;IACP,CAAC;CACJ,CAAA;AAdY,0CAAe;0BAAf,eAAe;IAD3B,IAAA,qBAAU,GAAE;IAQI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;IAAiC,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,MAAM,CAAC,CAAA;;GAPhG,eAAe,CAc3B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IDBFYPRElement } from "
|
|
2
|
-
import { IElement } from "
|
|
1
|
+
import { IDBFYPRElement } from "../../schema-definitions/data-sources/interfaces/IDBFYPRElement";
|
|
2
|
+
import { IElement } from "../../schema-definitions/models/interfaces/IElement";
|
|
3
3
|
import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation";
|
|
4
4
|
export declare abstract class AbstractElementTransformation<In extends IDBFYPRElement, Out extends IElement> extends AbstractTransformation<In, Out> {
|
|
5
5
|
protected transformCommon(data: IDBFYPRElement): IElement;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IDBFYPRDisplayCase } from "
|
|
2
|
-
import { IDisplayCase } from "
|
|
1
|
+
import { IDBFYPRDisplayCase } from "../../schema-definitions/data-sources/interfaces/IDBFYPRDisplayCase";
|
|
2
|
+
import { IDisplayCase } from "../../schema-definitions/models/interfaces/IDisplayCase";
|
|
3
3
|
import { AbstractElementTransformation } from "./AbstractElementTransformation";
|
|
4
4
|
type TransformIn = IDBFYPRDisplayCase;
|
|
5
5
|
type TransformOut = IDisplayCase;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IDBFYPRInformationPanel } from "
|
|
2
|
-
import { IInformationPanel } from "
|
|
1
|
+
import { IDBFYPRInformationPanel } from "../../schema-definitions/data-sources/interfaces/IDBFYPRInformationPanel";
|
|
2
|
+
import { IInformationPanel } from "../../schema-definitions/models/interfaces/IInformationPanel";
|
|
3
3
|
import { AbstractElementTransformation } from "./AbstractElementTransformation";
|
|
4
4
|
type TransformIn = IDBFYPRInformationPanel;
|
|
5
5
|
type TransformOut = IInformationPanel;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IDBFYPRObelisk } from "
|
|
2
|
-
import { IObelisk } from "
|
|
1
|
+
import { IDBFYPRObelisk } from "../../schema-definitions/data-sources/interfaces/IDBFYPRObelisk";
|
|
2
|
+
import { IObelisk } from "../../schema-definitions/models/interfaces/IObelisk";
|
|
3
3
|
import { AbstractElementTransformation } from "./AbstractElementTransformation";
|
|
4
4
|
type TransformIn = IDBFYPRObelisk;
|
|
5
5
|
type TransformOut = IObelisk;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IDBFYPRSignpost } from "
|
|
2
|
-
import { ISignpost } from "
|
|
1
|
+
import { IDBFYPRSignpost } from "../../schema-definitions/data-sources/interfaces/IDBFYPRSignpost";
|
|
2
|
+
import { ISignpost } from "../../schema-definitions/models/interfaces/ISignpost";
|
|
3
3
|
import { AbstractElementTransformation } from "./AbstractElementTransformation";
|
|
4
4
|
type TransformIn = IDBFYPRSignpost;
|
|
5
5
|
type TransformOut = ISignpost;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IDBFYPRTotem } from "
|
|
2
|
-
import { ITotem } from "
|
|
1
|
+
import { IDBFYPRTotem } from "../../schema-definitions/data-sources/interfaces/IDBFYPRTotem";
|
|
2
|
+
import { ITotem } from "../../schema-definitions/models/interfaces/ITotem";
|
|
3
3
|
import { AbstractElementTransformation } from "./AbstractElementTransformation";
|
|
4
4
|
type TransformIn = IDBFYPRTotem;
|
|
5
5
|
type TransformOut = ITotem;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FYPRWorker = void 0;
|
|
4
|
-
const Di_1 = require("
|
|
5
|
-
const FYPRIEContainerTokens_1 = require("
|
|
4
|
+
const Di_1 = require("../ioc/Di");
|
|
5
|
+
const FYPRIEContainerTokens_1 = require("../ioc/FYPRIEContainerTokens");
|
|
6
6
|
const workers_1 = require("@golemio/core/dist/integration-engine/workers");
|
|
7
7
|
const constants_1 = require("./constants");
|
|
8
8
|
class FYPRWorker extends workers_1.AbstractWorker {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FYPRWorker.js","sourceRoot":"","sources":["../../../src/integration-engine/workers/FYPRWorker.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"FYPRWorker.js","sourceRoot":"","sources":["../../../src/integration-engine/workers/FYPRWorker.ts"],"names":[],"mappings":";;;AAAA,kCAA6C;AAC7C,wEAAsE;AACtE,2EAA+E;AAE/E,2CAA+C;AAS/C,MAAa,UAAW,SAAQ,wBAAc;IAG1C;QACI,KAAK,EAAE,CAAC;QAHgB,SAAI,GAAG,4BAAgB,CAAC,WAAW,EAAE,CAAC;QAI9D,IAAI,CAAC,aAAa,EAAE,CAAC;IACzB,CAAC;IAEe,YAAY,CAAC,IAAW;QACpC,KAAK,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;QACzB,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,cAAc,EAAE,CAAC;IAC7C,CAAC;IAEO,aAAa;QACjB,MAAM,KAAK,GAAG;YACV,oBAAe,CAAC,OAAO,CAAkB,6CAAqB,CAAC,eAAe,CAAC;YAC/E,oBAAe,CAAC,OAAO,CAAyB,6CAAqB,CAAC,sBAAsB,CAAC;YAC7F,oBAAe,CAAC,OAAO,CAA8B,6CAAqB,CAAC,2BAA2B,CAAC;YACvG,oBAAe,CAAC,OAAO,CAAqB,6CAAqB,CAAC,kBAAkB,CAAC;YACrF,oBAAe,CAAC,OAAO,CAAsB,6CAAqB,CAAC,mBAAmB,CAAC;YACvF,oBAAe,CAAC,OAAO,CAAmB,6CAAqB,CAAC,gBAAgB,CAAC;YACjF,oBAAe,CAAC,OAAO,CAAoB,6CAAqB,CAAC,iBAAiB,CAAC;SACtF,CAAC;QACF,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;YACvB,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;QAC5B,CAAC;IACL,CAAC;CACJ;AA3BD,gCA2BC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IDBFYPRElement } from "
|
|
2
|
-
import { IElement } from "
|
|
1
|
+
import { IDBFYPRElement } from "../../../schema-definitions/data-sources/interfaces/IDBFYPRElement";
|
|
2
|
+
import { IElement } from "../../../schema-definitions/models/interfaces/IElement";
|
|
3
3
|
import { AbstractTaskJsonSchema } from "@golemio/core/dist/integration-engine/workers/AbstractTaskJsonSchema";
|
|
4
4
|
import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation";
|
|
5
|
-
import { AbstractFyprRepository } from "
|
|
5
|
+
import { AbstractFyprRepository } from "../../repositories/AbstractFyprRepository";
|
|
6
6
|
export declare abstract class AbstractUpdateElementsTask<InputElementType extends IDBFYPRElement, OutputElementType extends IElement> extends AbstractTaskJsonSchema<InputElementType[]> {
|
|
7
7
|
private readonly transformation;
|
|
8
8
|
private readonly repository;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AbstractUpdateElementsTask = void 0;
|
|
4
|
-
const ErrorHelper_1 = require("
|
|
4
|
+
const ErrorHelper_1 = require("../../../helpers/errors/ErrorHelper");
|
|
5
5
|
const AbstractTaskJsonSchema_1 = require("@golemio/core/dist/integration-engine/workers/AbstractTaskJsonSchema");
|
|
6
6
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
7
7
|
const constants_1 = require("../constants");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AbstractUpdateElementsTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/AbstractUpdateElementsTask.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"AbstractUpdateElementsTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/AbstractUpdateElementsTask.ts"],"names":[],"mappings":";;;AAAA,qEAA0D;AAG1D,iHAA8G;AAC9G,6EAAwE;AACxE,4CAAgD;AAIhD,MAAsB,0BAGpB,SAAQ,+CAA0C;IAGhD,YACqB,cAA2E,EAC3E,UAAkC;QAEnD,KAAK,CAAC,4BAAgB,CAAC,WAAW,EAAE,CAAC,CAAC;QAHrB,mBAAc,GAAd,cAAc,CAA6D;QAC3E,eAAU,GAAV,UAAU,CAAwB;QAJ9B,aAAQ,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,aAAa;IAO5D,CAAC;IAEkB,KAAK,CAAC,OAAO,CAAC,IAAwB;QACrD,IAAI,CAAC;YACD,MAAM,eAAe,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC;YACjE,MAAM,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,eAAe,CAAC,CAAC;QACrD,CAAC;QAAC,OAAO,GAAG,EAAE,CAAC;YACX,MAAM,yBAAW,CAAC,kBAAkB,CAChC,GAAG,EACH,IAAI,6BAAY,CAAC,gCAAgC,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,GAAG,CAAC,CACjF,CAAC;QACN,CAAC;IACL,CAAC;CACJ;AAxBD,gEAwBC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { DBFYPRDisplayCasesDataSourceFactory } from "
|
|
2
|
-
import { DBFYPRInformationPanelsDataSourceFactory } from "
|
|
3
|
-
import { DBFYPRObelisksDataSourceFactory } from "
|
|
4
|
-
import { DBFYPRSignpostsDataSourceFactory } from "
|
|
5
|
-
import { DBFYPRTotemsDataSourceFactory } from "
|
|
1
|
+
import { DBFYPRDisplayCasesDataSourceFactory } from "../../data-sources/DBFYPRDisplayCasesDataSourceFactory";
|
|
2
|
+
import { DBFYPRInformationPanelsDataSourceFactory } from "../../data-sources/DBFYPRInformationPanelsDataSourceFactory";
|
|
3
|
+
import { DBFYPRObelisksDataSourceFactory } from "../../data-sources/DBFYPRObelisksDataSourceFactory";
|
|
4
|
+
import { DBFYPRSignpostsDataSourceFactory } from "../../data-sources/DBFYPRSignpostsDataSourceFactory";
|
|
5
|
+
import { DBFYPRTotemsDataSourceFactory } from "../../data-sources/DBFYPRTotemsDataSourceFactory";
|
|
6
6
|
import { ISimpleConfig } from "@golemio/core/dist/helpers/configuration/ISimpleConfig";
|
|
7
7
|
import { AbstractEmptyTask } from "@golemio/core/dist/integration-engine";
|
|
8
8
|
export declare class FetchDBFYPRTask extends AbstractEmptyTask {
|
|
@@ -13,13 +13,13 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.FetchDBFYPRTask = void 0;
|
|
16
|
-
const ErrorHelper_1 = require("
|
|
17
|
-
const DBFYPRDisplayCasesDataSourceFactory_1 = require("
|
|
18
|
-
const DBFYPRInformationPanelsDataSourceFactory_1 = require("
|
|
19
|
-
const DBFYPRObelisksDataSourceFactory_1 = require("
|
|
20
|
-
const DBFYPRSignpostsDataSourceFactory_1 = require("
|
|
21
|
-
const DBFYPRTotemsDataSourceFactory_1 = require("
|
|
22
|
-
const FYPRIEContainerTokens_1 = require("
|
|
16
|
+
const ErrorHelper_1 = require("../../../helpers/errors/ErrorHelper");
|
|
17
|
+
const DBFYPRDisplayCasesDataSourceFactory_1 = require("../../data-sources/DBFYPRDisplayCasesDataSourceFactory");
|
|
18
|
+
const DBFYPRInformationPanelsDataSourceFactory_1 = require("../../data-sources/DBFYPRInformationPanelsDataSourceFactory");
|
|
19
|
+
const DBFYPRObelisksDataSourceFactory_1 = require("../../data-sources/DBFYPRObelisksDataSourceFactory");
|
|
20
|
+
const DBFYPRSignpostsDataSourceFactory_1 = require("../../data-sources/DBFYPRSignpostsDataSourceFactory");
|
|
21
|
+
const DBFYPRTotemsDataSourceFactory_1 = require("../../data-sources/DBFYPRTotemsDataSourceFactory");
|
|
22
|
+
const FYPRIEContainerTokens_1 = require("../../ioc/FYPRIEContainerTokens");
|
|
23
23
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
24
24
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
25
25
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FetchDBFYPRTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/FetchDBFYPRTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"FetchDBFYPRTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/FetchDBFYPRTask.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { DisplayCasesTransformation } from "
|
|
2
|
-
import { IDBFYPRDisplayCase } from "
|
|
3
|
-
import { IDisplayCase } from "
|
|
1
|
+
import { DisplayCasesTransformation } from "../../transformations/DisplayCasesTransformation";
|
|
2
|
+
import { IDBFYPRDisplayCase } from "../../../schema-definitions/data-sources/interfaces/IDBFYPRDisplayCase";
|
|
3
|
+
import { IDisplayCase } from "../../../schema-definitions/models/interfaces/IDisplayCase";
|
|
4
4
|
import { JSONSchemaValidator } from "@golemio/core/dist/shared/golemio-validator";
|
|
5
5
|
import { AbstractUpdateElementsTask } from "./AbstractUpdateElementsTask";
|
|
6
|
-
import { DisplayCaseRepository } from "
|
|
6
|
+
import { DisplayCaseRepository } from "../../repositories/DisplayCaseRepository";
|
|
7
7
|
export declare class UpdateDisplayCasesTask extends AbstractUpdateElementsTask<IDBFYPRDisplayCase, IDisplayCase> {
|
|
8
8
|
readonly queueName = "updateDisplayCases";
|
|
9
9
|
readonly schema: JSONSchemaValidator;
|
|
@@ -13,13 +13,13 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.UpdateDisplayCasesTask = void 0;
|
|
16
|
-
const FYPRIEContainerTokens_1 = require("
|
|
17
|
-
const DisplayCasesTransformation_1 = require("
|
|
18
|
-
const DBFYPRDisplayCasesJSONSchema_1 = require("
|
|
16
|
+
const FYPRIEContainerTokens_1 = require("../../ioc/FYPRIEContainerTokens");
|
|
17
|
+
const DisplayCasesTransformation_1 = require("../../transformations/DisplayCasesTransformation");
|
|
18
|
+
const DBFYPRDisplayCasesJSONSchema_1 = require("../../../schema-definitions/data-sources/DBFYPRDisplayCasesJSONSchema");
|
|
19
19
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
|
20
20
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
21
21
|
const AbstractUpdateElementsTask_1 = require("./AbstractUpdateElementsTask");
|
|
22
|
-
const DisplayCaseRepository_1 = require("
|
|
22
|
+
const DisplayCaseRepository_1 = require("../../repositories/DisplayCaseRepository");
|
|
23
23
|
let UpdateDisplayCasesTask = class UpdateDisplayCasesTask extends AbstractUpdateElementsTask_1.AbstractUpdateElementsTask {
|
|
24
24
|
constructor(transformation, repository) {
|
|
25
25
|
super(transformation, repository);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateDisplayCasesTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateDisplayCasesTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"UpdateDisplayCasesTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateDisplayCasesTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2EAAsE;AACtE,iGAA4F;AAC5F,wHAA8F;AAG9F,mFAAkF;AAClF,iEAAwE;AACxE,6EAA0E;AAC1E,oFAA+E;AAGxE,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,uDAA4D;IAIpG,YAEI,cAA0C,EACW,UAAiC;QAEtF,KAAK,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;QARb,cAAS,GAAG,oBAAoB,CAAC;QACjC,WAAM,GAAG,IAAI,uCAAmB,CAAC,4BAA4B,EAAE,2DAA4B,CAAC,CAAC;IAQtH,CAAC;CACJ,CAAA;AAXY,wDAAsB;iCAAtB,sBAAsB;IADlC,IAAA,qBAAU,GAAE;IAMJ,WAAA,IAAA,iBAAM,EAAC,6CAAqB,CAAC,0BAA0B,CAAC,CAAA;IAExD,WAAA,IAAA,iBAAM,EAAC,6CAAqB,CAAC,qBAAqB,CAAC,CAAA;qCADpC,uDAA0B;QACuB,6CAAqB;GAPjF,sBAAsB,CAWlC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { InformationPanelsTransformation } from "
|
|
2
|
-
import { IDBFYPRInformationPanel } from "
|
|
3
|
-
import { IInformationPanel } from "
|
|
1
|
+
import { InformationPanelsTransformation } from "../../transformations/InformationPanelsTransformation";
|
|
2
|
+
import { IDBFYPRInformationPanel } from "../../../schema-definitions/data-sources/interfaces/IDBFYPRInformationPanel";
|
|
3
|
+
import { IInformationPanel } from "../../../schema-definitions/models/interfaces/IInformationPanel";
|
|
4
4
|
import { JSONSchemaValidator } from "@golemio/core/dist/shared/golemio-validator";
|
|
5
5
|
import { AbstractUpdateElementsTask } from "./AbstractUpdateElementsTask";
|
|
6
|
-
import { InformationPanelRepository } from "
|
|
6
|
+
import { InformationPanelRepository } from "../../repositories/InformationPanelRepository";
|
|
7
7
|
export declare class UpdateInformationPanelsTask extends AbstractUpdateElementsTask<IDBFYPRInformationPanel, IInformationPanel> {
|
|
8
8
|
readonly queueName = "updateInformationPanels";
|
|
9
9
|
readonly schema: JSONSchemaValidator;
|
|
@@ -13,13 +13,13 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.UpdateInformationPanelsTask = void 0;
|
|
16
|
-
const FYPRIEContainerTokens_1 = require("
|
|
17
|
-
const InformationPanelsTransformation_1 = require("
|
|
18
|
-
const DBFYPRInformationPanelsJSONSchema_1 = require("
|
|
16
|
+
const FYPRIEContainerTokens_1 = require("../../ioc/FYPRIEContainerTokens");
|
|
17
|
+
const InformationPanelsTransformation_1 = require("../../transformations/InformationPanelsTransformation");
|
|
18
|
+
const DBFYPRInformationPanelsJSONSchema_1 = require("../../../schema-definitions/data-sources/DBFYPRInformationPanelsJSONSchema");
|
|
19
19
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
|
20
20
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
21
21
|
const AbstractUpdateElementsTask_1 = require("./AbstractUpdateElementsTask");
|
|
22
|
-
const InformationPanelRepository_1 = require("
|
|
22
|
+
const InformationPanelRepository_1 = require("../../repositories/InformationPanelRepository");
|
|
23
23
|
let UpdateInformationPanelsTask = class UpdateInformationPanelsTask extends AbstractUpdateElementsTask_1.AbstractUpdateElementsTask {
|
|
24
24
|
constructor(transformation, repository) {
|
|
25
25
|
super(transformation, repository);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateInformationPanelsTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateInformationPanelsTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"UpdateInformationPanelsTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateInformationPanelsTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2EAAsE;AACtE,2GAAsG;AACtG,kIAAwG;AAGxG,mFAAkF;AAClF,iEAAwE;AACxE,6EAA0E;AAC1E,8FAAyF;AAGlF,IAAM,2BAA2B,GAAjC,MAAM,2BAA4B,SAAQ,uDAAsE;IAOnH,YAEI,cAA+C,EACW,UAAsC;QAEhG,KAAK,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;QAXb,cAAS,GAAG,yBAAyB,CAAC;QACtC,WAAM,GAAG,IAAI,uCAAmB,CACrD,iCAAiC,EACjC,qEAAiC,CACpC,CAAC;IAQF,CAAC;CACJ,CAAA;AAdY,kEAA2B;sCAA3B,2BAA2B;IADvC,IAAA,qBAAU,GAAE;IASJ,WAAA,IAAA,iBAAM,EAAC,6CAAqB,CAAC,+BAA+B,CAAC,CAAA;IAE7D,WAAA,IAAA,iBAAM,EAAC,6CAAqB,CAAC,0BAA0B,CAAC,CAAA;qCADzC,iEAA+B;QACuB,uDAA0B;GAV3F,2BAA2B,CAcvC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ObelisksTransformation } from "
|
|
2
|
-
import { IDBFYPRObelisk } from "
|
|
3
|
-
import { IObelisk } from "
|
|
1
|
+
import { ObelisksTransformation } from "../../transformations/ObelisksTransformation";
|
|
2
|
+
import { IDBFYPRObelisk } from "../../../schema-definitions/data-sources/interfaces/IDBFYPRObelisk";
|
|
3
|
+
import { IObelisk } from "../../../schema-definitions/models/interfaces/IObelisk";
|
|
4
4
|
import { JSONSchemaValidator } from "@golemio/core/dist/shared/golemio-validator";
|
|
5
5
|
import { AbstractUpdateElementsTask } from "./AbstractUpdateElementsTask";
|
|
6
|
-
import { ObeliskRepository } from "
|
|
6
|
+
import { ObeliskRepository } from "../../repositories/ObeliskRepository";
|
|
7
7
|
export declare class UpdateObelisksTask extends AbstractUpdateElementsTask<IDBFYPRObelisk, IObelisk> {
|
|
8
8
|
readonly queueName = "updateObelisks";
|
|
9
9
|
readonly schema: JSONSchemaValidator;
|
|
@@ -13,13 +13,13 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.UpdateObelisksTask = void 0;
|
|
16
|
-
const FYPRIEContainerTokens_1 = require("
|
|
17
|
-
const ObelisksTransformation_1 = require("
|
|
18
|
-
const DBFYPRObelisksJSONSchema_1 = require("
|
|
16
|
+
const FYPRIEContainerTokens_1 = require("../../ioc/FYPRIEContainerTokens");
|
|
17
|
+
const ObelisksTransformation_1 = require("../../transformations/ObelisksTransformation");
|
|
18
|
+
const DBFYPRObelisksJSONSchema_1 = require("../../../schema-definitions/data-sources/DBFYPRObelisksJSONSchema");
|
|
19
19
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
|
20
20
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
21
21
|
const AbstractUpdateElementsTask_1 = require("./AbstractUpdateElementsTask");
|
|
22
|
-
const ObeliskRepository_1 = require("
|
|
22
|
+
const ObeliskRepository_1 = require("../../repositories/ObeliskRepository");
|
|
23
23
|
let UpdateObelisksTask = class UpdateObelisksTask extends AbstractUpdateElementsTask_1.AbstractUpdateElementsTask {
|
|
24
24
|
constructor(transformation, repository) {
|
|
25
25
|
super(transformation, repository);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateObelisksTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateObelisksTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"UpdateObelisksTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateObelisksTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2EAAsE;AACtE,yFAAoF;AACpF,gHAAsF;AAGtF,mFAAkF;AAClF,iEAAwE;AACxE,6EAA0E;AAC1E,4EAAuE;AAGhE,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,uDAAoD;IAIxF,YAEI,cAAsC,EACW,UAA6B;QAE9E,KAAK,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;QARb,cAAS,GAAG,gBAAgB,CAAC;QAC7B,WAAM,GAAG,IAAI,uCAAmB,CAAC,wBAAwB,EAAE,mDAAwB,CAAC,CAAC;IAQ9G,CAAC;CACJ,CAAA;AAXY,gDAAkB;6BAAlB,kBAAkB;IAD9B,IAAA,qBAAU,GAAE;IAMJ,WAAA,IAAA,iBAAM,EAAC,6CAAqB,CAAC,sBAAsB,CAAC,CAAA;IAEpD,WAAA,IAAA,iBAAM,EAAC,6CAAqB,CAAC,iBAAiB,CAAC,CAAA;qCADhC,+CAAsB;QACuB,qCAAiB;GAPzE,kBAAkB,CAW9B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { InformationPanelPresetsRepository } from "
|
|
2
|
-
import { InformationPanelPresetsRoutesRepository } from "
|
|
3
|
-
import { InformationPanelPresetsStopsRepository } from "
|
|
1
|
+
import { InformationPanelPresetsRepository } from "../../repositories/InformationPanelPresetsRepository";
|
|
2
|
+
import { InformationPanelPresetsRoutesRepository } from "../../repositories/InformationPanelPresetsRoutesRepository";
|
|
3
|
+
import { InformationPanelPresetsStopsRepository } from "../../repositories/InformationPanelPresetsStopsRepository";
|
|
4
4
|
import { ISimpleConfig } from "@golemio/core/dist/helpers/configuration/ISimpleConfig";
|
|
5
5
|
import { AbstractEmptyTask } from "@golemio/core/dist/integration-engine";
|
|
6
6
|
export declare class UpdatePresetsTask extends AbstractEmptyTask {
|
|
@@ -13,12 +13,12 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.UpdatePresetsTask = void 0;
|
|
16
|
-
const ErrorHelper_1 = require("
|
|
17
|
-
const InformationPanelPresetsRepository_1 = require("
|
|
18
|
-
const InformationPanelPresetsRoutesRepository_1 = require("
|
|
19
|
-
const InformationPanelPresetsStopsRepository_1 = require("
|
|
20
|
-
const FYPRIEContainerTokens_1 = require("
|
|
21
|
-
const GolemioPresetsJSONSchema_1 = require("
|
|
16
|
+
const ErrorHelper_1 = require("../../../helpers/errors/ErrorHelper");
|
|
17
|
+
const InformationPanelPresetsRepository_1 = require("../../repositories/InformationPanelPresetsRepository");
|
|
18
|
+
const InformationPanelPresetsRoutesRepository_1 = require("../../repositories/InformationPanelPresetsRoutesRepository");
|
|
19
|
+
const InformationPanelPresetsStopsRepository_1 = require("../../repositories/InformationPanelPresetsStopsRepository");
|
|
20
|
+
const FYPRIEContainerTokens_1 = require("../../ioc/FYPRIEContainerTokens");
|
|
21
|
+
const GolemioPresetsJSONSchema_1 = require("../../../schema-definitions/data-sources/GolemioPresetsJSONSchema");
|
|
22
22
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
23
23
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
24
24
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdatePresetsTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdatePresetsTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"UpdatePresetsTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdatePresetsTask.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { SignpostsTransformation } from "
|
|
2
|
-
import { IDBFYPRSignpost } from "
|
|
3
|
-
import { ISignpost } from "
|
|
1
|
+
import { SignpostsTransformation } from "../../transformations/SignpostsTransformation";
|
|
2
|
+
import { IDBFYPRSignpost } from "../../../schema-definitions/data-sources/interfaces/IDBFYPRSignpost";
|
|
3
|
+
import { ISignpost } from "../../../schema-definitions/models/interfaces/ISignpost";
|
|
4
4
|
import { JSONSchemaValidator } from "@golemio/core/dist/shared/golemio-validator";
|
|
5
5
|
import { AbstractUpdateElementsTask } from "./AbstractUpdateElementsTask";
|
|
6
|
-
import { SignpostRepository } from "
|
|
6
|
+
import { SignpostRepository } from "../../repositories/SignpostRepository";
|
|
7
7
|
export declare class UpdateSignpostsTask extends AbstractUpdateElementsTask<IDBFYPRSignpost, ISignpost> {
|
|
8
8
|
readonly queueName = "updateSignposts";
|
|
9
9
|
readonly schema: JSONSchemaValidator;
|
|
@@ -13,13 +13,13 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.UpdateSignpostsTask = void 0;
|
|
16
|
-
const FYPRIEContainerTokens_1 = require("
|
|
17
|
-
const SignpostsTransformation_1 = require("
|
|
18
|
-
const DBFYPRSignpostsJSONSchema_1 = require("
|
|
16
|
+
const FYPRIEContainerTokens_1 = require("../../ioc/FYPRIEContainerTokens");
|
|
17
|
+
const SignpostsTransformation_1 = require("../../transformations/SignpostsTransformation");
|
|
18
|
+
const DBFYPRSignpostsJSONSchema_1 = require("../../../schema-definitions/data-sources/DBFYPRSignpostsJSONSchema");
|
|
19
19
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
|
20
20
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
21
21
|
const AbstractUpdateElementsTask_1 = require("./AbstractUpdateElementsTask");
|
|
22
|
-
const SignpostRepository_1 = require("
|
|
22
|
+
const SignpostRepository_1 = require("../../repositories/SignpostRepository");
|
|
23
23
|
let UpdateSignpostsTask = class UpdateSignpostsTask extends AbstractUpdateElementsTask_1.AbstractUpdateElementsTask {
|
|
24
24
|
constructor(transformation, repository) {
|
|
25
25
|
super(transformation, repository);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateSignpostsTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateSignpostsTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"UpdateSignpostsTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateSignpostsTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2EAAsE;AACtE,2FAAsF;AACtF,kHAAwF;AAGxF,mFAAkF;AAClF,iEAAwE;AACxE,6EAA0E;AAC1E,8EAAyE;AAGlE,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,uDAAsD;IAI3F,YAEI,cAAuC,EACW,UAA8B;QAEhF,KAAK,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;QARb,cAAS,GAAG,iBAAiB,CAAC;QAC9B,WAAM,GAAG,IAAI,uCAAmB,CAAC,yBAAyB,EAAE,qDAAyB,CAAC,CAAC;IAQhH,CAAC;CACJ,CAAA;AAXY,kDAAmB;8BAAnB,mBAAmB;IAD/B,IAAA,qBAAU,GAAE;IAMJ,WAAA,IAAA,iBAAM,EAAC,6CAAqB,CAAC,uBAAuB,CAAC,CAAA;IAErD,WAAA,IAAA,iBAAM,EAAC,6CAAqB,CAAC,kBAAkB,CAAC,CAAA;qCADjC,iDAAuB;QACuB,uCAAkB;GAP3E,mBAAmB,CAW/B"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { TotemsTransformation } from "
|
|
2
|
-
import { IDBFYPRTotem } from "
|
|
3
|
-
import { ITotem } from "
|
|
1
|
+
import { TotemsTransformation } from "../../transformations/TotemsTransformation";
|
|
2
|
+
import { IDBFYPRTotem } from "../../../schema-definitions/data-sources/interfaces/IDBFYPRTotem";
|
|
3
|
+
import { ITotem } from "../../../schema-definitions/models/interfaces/ITotem";
|
|
4
4
|
import { JSONSchemaValidator } from "@golemio/core/dist/shared/golemio-validator";
|
|
5
5
|
import { AbstractUpdateElementsTask } from "./AbstractUpdateElementsTask";
|
|
6
|
-
import { TotemRepository } from "
|
|
6
|
+
import { TotemRepository } from "../../repositories/TotemRepository";
|
|
7
7
|
export declare class UpdateTotemsTask extends AbstractUpdateElementsTask<IDBFYPRTotem, ITotem> {
|
|
8
8
|
readonly queueName = "updateTotems";
|
|
9
9
|
readonly schema: JSONSchemaValidator;
|
|
@@ -13,13 +13,13 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.UpdateTotemsTask = void 0;
|
|
16
|
-
const FYPRIEContainerTokens_1 = require("
|
|
17
|
-
const TotemsTransformation_1 = require("
|
|
18
|
-
const DBFYPRTotemsJSONSchema_1 = require("
|
|
16
|
+
const FYPRIEContainerTokens_1 = require("../../ioc/FYPRIEContainerTokens");
|
|
17
|
+
const TotemsTransformation_1 = require("../../transformations/TotemsTransformation");
|
|
18
|
+
const DBFYPRTotemsJSONSchema_1 = require("../../../schema-definitions/data-sources/DBFYPRTotemsJSONSchema");
|
|
19
19
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
|
20
20
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
21
21
|
const AbstractUpdateElementsTask_1 = require("./AbstractUpdateElementsTask");
|
|
22
|
-
const TotemRepository_1 = require("
|
|
22
|
+
const TotemRepository_1 = require("../../repositories/TotemRepository");
|
|
23
23
|
let UpdateTotemsTask = class UpdateTotemsTask extends AbstractUpdateElementsTask_1.AbstractUpdateElementsTask {
|
|
24
24
|
constructor(transformation, repository) {
|
|
25
25
|
super(transformation, repository);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateTotemsTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateTotemsTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"UpdateTotemsTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/tasks/UpdateTotemsTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2EAAsE;AACtE,qFAAgF;AAChF,4GAAkF;AAGlF,mFAAkF;AAClF,iEAAwE;AACxE,6EAA0E;AAC1E,wEAAmE;AAG5D,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,uDAAgD;IAIlF,YAEI,cAAoC,EACW,UAA2B;QAE1E,KAAK,CAAC,cAAc,EAAE,UAAU,CAAC,CAAC;QARb,cAAS,GAAG,cAAc,CAAC;QAC3B,WAAM,GAAG,IAAI,uCAAmB,CAAC,sBAAsB,EAAE,+CAAsB,CAAC,CAAC;IAQ1G,CAAC;CACJ,CAAA;AAXY,4CAAgB;2BAAhB,gBAAgB;IAD5B,IAAA,qBAAU,GAAE;IAMJ,WAAA,IAAA,iBAAM,EAAC,6CAAqB,CAAC,oBAAoB,CAAC,CAAA;IAElD,WAAA,IAAA,iBAAM,EAAC,6CAAqB,CAAC,eAAe,CAAC,CAAA;qCAD9B,2CAAoB;QACuB,iCAAe;GAPrE,gBAAgB,CAW5B"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { FyprElementRepository } from "
|
|
2
|
-
import { InformationPanelOutputTransformation } from "
|
|
3
|
-
import { FyprElementKind } from "
|
|
4
|
-
import { AnyFyprElement } from "
|
|
1
|
+
import { FyprElementRepository } from "../../data-access/FyprElementRepository";
|
|
2
|
+
import { InformationPanelOutputTransformation } from "../../transformations/InformationPanelOutputTransformation";
|
|
3
|
+
import { FyprElementKind } from "../../../shared/constants";
|
|
4
|
+
import { AnyFyprElement } from "../../../../schema-definitions";
|
|
5
5
|
import { ISimpleConfig } from "@golemio/core/dist/helpers/configuration/ISimpleConfig";
|
|
6
6
|
import { NextFunction, Request, RequestHandler, Response } from "@golemio/core/dist/shared/express";
|
|
7
7
|
export declare class V1FyprElementKindsController {
|
|
@@ -13,9 +13,9 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.V1FyprElementKindsController = void 0;
|
|
16
|
-
const InformationPanelOutputTransformation_1 = require("
|
|
17
|
-
const FYPROGContainerTokens_1 = require("
|
|
18
|
-
const _sch_1 = require("
|
|
16
|
+
const InformationPanelOutputTransformation_1 = require("../../transformations/InformationPanelOutputTransformation");
|
|
17
|
+
const FYPROGContainerTokens_1 = require("../../../ioc/FYPROGContainerTokens");
|
|
18
|
+
const _sch_1 = require("../../../../schema-definitions");
|
|
19
19
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
20
20
|
const express_validator_1 = require("@golemio/core/dist/shared/express-validator");
|
|
21
21
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"V1FyprElementKindsController.js","sourceRoot":"","sources":["../../../../../src/output-gateway/fypr/controllers/v1/V1FyprElementKindsController.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,
|
|
1
|
+
{"version":3,"file":"V1FyprElementKindsController.js","sourceRoot":"","sources":["../../../../../src/output-gateway/fypr/controllers/v1/V1FyprElementKindsController.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,8 +7,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.V1FyprMetadataController = void 0;
|
|
10
|
-
const _sch_1 = require("
|
|
11
|
-
const translation_1 = require("
|
|
10
|
+
const _sch_1 = require("../../../../schema-definitions");
|
|
11
|
+
const translation_1 = require("../../../../schema-definitions/translation");
|
|
12
12
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
13
13
|
let V1FyprMetadataController = class V1FyprMetadataController {
|
|
14
14
|
getMetadata(basePath) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"V1FyprMetadataController.js","sourceRoot":"","sources":["../../../../../src/output-gateway/fypr/controllers/v1/V1FyprMetadataController.ts"],"names":[],"mappings":";;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"V1FyprMetadataController.js","sourceRoot":"","sources":["../../../../../src/output-gateway/fypr/controllers/v1/V1FyprMetadataController.ts"],"names":[],"mappings":";;;;;;;;;AAAA,yDAA4D;AAC5D,4EAA2D;AAE3D,iEAAgE;AAGzD,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IAC1B,WAAW,CAAC,QAAgB;QAC/B,MAAM,QAAQ,GAAG,uBAAgB,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACnD,GAAG,CAAC,IAAI,CAAC,GAAG;gBACR,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,YAAY,EAAE,IAAI,EAAE,GAAG,QAAQ,IAAI,IAAI,EAAE,EAAE,CAAC;gBAC3D,YAAY,EAAE;oBACV,IAAI,EAAE;wBACF,OAAO,EAAE,yBAAkB,CAAC,IAAI,CAAC,CAAC,SAAS;wBAC3C,QAAQ,EAAE,yBAAkB,CAAC,IAAI,CAAC,CAAC,EAAE;wBACrC,iBAAiB,EAAE,yBAAkB,CAAC,IAAI,CAAC,CAAC,WAAW;qBAC1D;oBACD,UAAU,EAAE,MAAM,CAAC,WAAW,CAC1B,MAAM,CAAC,OAAO,CAAC,qCAAuB,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC;wBACnE,MAAM;wBACN,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE,EAAE,QAAQ,EAAE,KAAK,CAAC,QAAQ,EAAE;qBAClD,CAAC,CACL;iBACJ;aACJ,CAAC;YACF,OAAO,GAAG,CAAC;QACf,CAAC,EAAE,EAA6B,CAAC,CAAC;QAClC,OAAO,CAAC,IAAa,EAAE,GAAa,EAAE,KAAmB,EAAE,EAAE,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC;IACrG,CAAC;CACJ,CAAA;AAvBY,4DAAwB;mCAAxB,wBAAwB;IADpC,IAAA,qBAAU,GAAE;GACA,wBAAwB,CAuBpC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FyprEmbedConfig } from "
|
|
1
|
+
import { FyprEmbedConfig } from "../../../schema-definitions/index";
|
|
2
2
|
import { ILogger } from "@golemio/core/dist/helpers";
|
|
3
3
|
import { IDatabaseConnector } from "@golemio/core/dist/helpers/data-access/postgres/IDatabaseConnector";
|
|
4
4
|
import { AbstractBasicRepository } from "@golemio/core/dist/helpers/data-access/postgres/repositories/AbstractBasicRepository";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FyprElementRepository = void 0;
|
|
4
|
-
const const_1 = require("
|
|
4
|
+
const const_1 = require("../../../schema-definitions/const");
|
|
5
5
|
const AbstractBasicRepository_1 = require("@golemio/core/dist/helpers/data-access/postgres/repositories/AbstractBasicRepository");
|
|
6
6
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
7
7
|
// Manually instantiated via instanceCachingFactory in Di.ts (deferred until first resolve, after connect()).
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FyprElementRepository.js","sourceRoot":"","sources":["../../../../src/output-gateway/fypr/data-access/FyprElementRepository.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"FyprElementRepository.js","sourceRoot":"","sources":["../../../../src/output-gateway/fypr/data-access/FyprElementRepository.ts"],"names":[],"mappings":"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"}
|