@golemio/pid 2.2.12-dev.641997994 → 2.2.12-dev.644959745

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 (28) hide show
  1. package/dist/integration-engine/vehicle-positions/transformations/MetroRunsMessagesTransformation.d.ts +1 -1
  2. package/dist/integration-engine/vehicle-positions/transformations/MetroRunsMessagesTransformation.js +4 -1
  3. package/dist/integration-engine/vehicle-positions/transformations/MetroRunsMessagesTransformation.js.map +1 -1
  4. package/dist/integration-engine/vehicle-positions/workers/runs/tasks/DeleteDataTask.d.ts +2 -1
  5. package/dist/integration-engine/vehicle-positions/workers/runs/tasks/DeleteDataTask.js +2 -2
  6. package/dist/integration-engine/vehicle-positions/workers/runs/tasks/DeleteDataTask.js.map +1 -1
  7. package/dist/integration-engine/vehicle-positions/workers/runs/tasks/SaveMetroRunsToDBTask.d.ts +2 -1
  8. package/dist/integration-engine/vehicle-positions/workers/runs/tasks/SaveMetroRunsToDBTask.js +5 -3
  9. package/dist/integration-engine/vehicle-positions/workers/runs/tasks/SaveMetroRunsToDBTask.js.map +1 -1
  10. package/dist/integration-engine/vehicle-positions/workers/runs/tasks/interfaces/IDataDeletionParams.d.ts +3 -0
  11. package/dist/integration-engine/vehicle-positions/{schema/MetroRunsSchemaInterfaces.js → workers/runs/tasks/interfaces/IDataDeletionParams.js} +1 -1
  12. package/dist/integration-engine/vehicle-positions/workers/runs/tasks/interfaces/IDataDeletionParams.js.map +1 -0
  13. package/dist/integration-engine/vehicle-positions/{schema/MetroRunsSchemaInterfaces.d.ts → workers/runs/tasks/interfaces/MetroRunsMessageInterfaces.d.ts} +1 -1
  14. package/dist/integration-engine/vehicle-positions/workers/runs/tasks/interfaces/MetroRunsMessageInterfaces.js +3 -0
  15. package/dist/integration-engine/vehicle-positions/workers/runs/tasks/interfaces/MetroRunsMessageInterfaces.js.map +1 -0
  16. package/dist/integration-engine/vehicle-positions/{schema → workers/runs/tasks/schema}/DataDeletionSchema.d.ts +1 -3
  17. package/dist/integration-engine/vehicle-positions/{schema → workers/runs/tasks/schema}/DataDeletionSchema.js +0 -0
  18. package/dist/integration-engine/vehicle-positions/workers/runs/tasks/schema/DataDeletionSchema.js.map +1 -0
  19. package/dist/integration-engine/vehicle-positions/{schema → workers/runs/tasks/schema}/MetroRunsSchema.d.ts +1 -1
  20. package/dist/integration-engine/vehicle-positions/{schema → workers/runs/tasks/schema}/MetroRunsSchema.js +1 -0
  21. package/dist/integration-engine/vehicle-positions/workers/runs/tasks/schema/MetroRunsSchema.js.map +1 -0
  22. package/package.json +2 -3
  23. package/dist/integration-engine/vehicle-positions/schema/DataDeletionSchema.js.map +0 -1
  24. package/dist/integration-engine/vehicle-positions/schema/MetroRunsSchema.js.map +0 -1
  25. package/dist/integration-engine/vehicle-positions/schema/MetroRunsSchemaInterfaces.js.map +0 -1
  26. package/dist/integration-engine/vehicle-positions/schema/index.d.ts +0 -3
  27. package/dist/integration-engine/vehicle-positions/schema/index.js +0 -20
  28. package/dist/integration-engine/vehicle-positions/schema/index.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import { MetroRunsMessagesModel } from "../../../schema-definitions/vehicle-positions/models";
2
- import { IMetroRunsInput } from "../schema";
2
+ import { IMetroRunsInput } from "../workers/runs/tasks/interfaces/MetroRunsMessageInterfaces";
3
3
  export declare class MetroRunsMessagesTransformation {
4
4
  static mapToDTO: (data: IMetroRunsInput) => MetroRunsMessagesModel[];
5
5
  private static mapItemToDTO;
@@ -8,10 +8,13 @@ exports.MetroRunsMessagesTransformation = MetroRunsMessagesTransformation;
8
8
  _a = MetroRunsMessagesTransformation;
9
9
  MetroRunsMessagesTransformation.mapToDTO = (data) => {
10
10
  let { $: messageData, vlak: trainData } = data.m;
11
- const dto = [];
11
+ if (!trainData) {
12
+ return [];
13
+ }
12
14
  if (!Array.isArray(trainData)) {
13
15
  trainData = [trainData];
14
16
  }
17
+ const dto = [];
15
18
  for (const trainDataItem of trainData) {
16
19
  const dtoItem = _a.mapItemToDTO({ messageData, trainData: trainDataItem });
17
20
  dto.push(dtoItem);
@@ -1 +1 @@
1
- {"version":3,"file":"MetroRunsMessagesTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/vehicle-positions/transformations/MetroRunsMessagesTransformation.ts"],"names":[],"mappings":";;;;AAQA,MAAa,+BAA+B;;AAA5C,0EAkCC;;AAjCiB,wCAAQ,GAAG,CAAC,IAAqB,EAA4B,EAAE;IACzE,IAAI,EAAE,CAAC,EAAE,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC;IACjD,MAAM,GAAG,GAA6B,EAAE,CAAC;IAEzC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;QAC3B,SAAS,GAAG,CAAC,SAAS,CAAC,CAAC;KAC3B;IAED,KAAK,MAAM,aAAa,IAAI,SAAS,EAAE;QACnC,MAAM,OAAO,GAAG,EAAI,CAAC,YAAY,CAAC,EAAE,WAAW,EAAE,SAAS,EAAE,aAAa,EAAE,CAAC,CAAC;QAC7E,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACrB;IAED,OAAO,GAAG,CAAC;AACf,CAAE,CAAA;AAEa,4CAAY,GAAG,CAAC,EAAE,WAAW,EAAE,SAAS,EAAoB,EAA0B,EAAE;IACnG,MAAM,WAAW,GAAG,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IAC/C,MAAM,gBAAgB,GAAG,IAAI,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC;IAC5D,wEAAwE;IACxE,MAAM,kBAAkB,GAAG,gBAAgB,GAAG,WAAW,GAAG,IAAI,CAAC;IAEjE,OAAO;QACH,UAAU,EAAE,WAAW,CAAC,KAAK;QAC7B,iBAAiB,EAAE,WAAW,CAAC,EAAE;QACjC,0BAA0B,EAAE,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,EAAE;QACvD,qBAAqB,EAAE,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,EAAE;QAClD,YAAY,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE;QAC5B,QAAQ,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE;QACxB,YAAY,EAAE,WAAW;QACzB,mCAAmC,EAAE,kBAAkB;KAChC,CAAC;AAChC,CAAE,CAAA"}
1
+ {"version":3,"file":"MetroRunsMessagesTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/vehicle-positions/transformations/MetroRunsMessagesTransformation.ts"],"names":[],"mappings":";;;;AAYA,MAAa,+BAA+B;;AAA5C,0EAqCC;;AApCiB,wCAAQ,GAAG,CAAC,IAAqB,EAA4B,EAAE;IACzE,IAAI,EAAE,CAAC,EAAE,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC;IACjD,IAAI,CAAC,SAAS,EAAE;QACZ,OAAO,EAAE,CAAC;KACb;IAED,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;QAC3B,SAAS,GAAG,CAAC,SAAS,CAAC,CAAC;KAC3B;IAED,MAAM,GAAG,GAA6B,EAAE,CAAC;IACzC,KAAK,MAAM,aAAa,IAAI,SAAS,EAAE;QACnC,MAAM,OAAO,GAAG,EAAI,CAAC,YAAY,CAAC,EAAE,WAAW,EAAE,SAAS,EAAE,aAAa,EAAE,CAAC,CAAC;QAC7E,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACrB;IAED,OAAO,GAAG,CAAC;AACf,CAAE,CAAA;AAEa,4CAAY,GAAG,CAAC,EAAE,WAAW,EAAE,SAAS,EAAqB,EAA0B,EAAE;IACpG,MAAM,WAAW,GAAG,QAAQ,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IAC/C,MAAM,gBAAgB,GAAG,IAAI,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC;IAC5D,wEAAwE;IACxE,MAAM,kBAAkB,GAAG,gBAAgB,GAAG,WAAW,GAAG,IAAI,CAAC;IAEjE,OAAO;QACH,UAAU,EAAE,WAAW,CAAC,KAAK;QAC7B,iBAAiB,EAAE,WAAW,CAAC,EAAE;QACjC,0BAA0B,EAAE,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,EAAE;QACvD,qBAAqB,EAAE,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,SAAS,EAAE;QAClD,YAAY,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE;QAC5B,QAAQ,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE;QACxB,YAAY,EAAE,WAAW;QACzB,mCAAmC,EAAE,kBAAkB;KAChC,CAAC;AAChC,CAAE,CAAA"}
@@ -1,5 +1,6 @@
1
1
  import { AbstractTask } from "@golemio/core/dist/integration-engine/workers";
2
- import { IDataDeletionParams, DataDeletionValidationSchema } from "../../../schema";
2
+ import { IDataDeletionParams } from "./interfaces/IDataDeletionParams";
3
+ import { DataDeletionValidationSchema } from "./schema/DataDeletionSchema";
3
4
  export declare class DeleteDataTask extends AbstractTask<IDataDeletionParams> {
4
5
  readonly queueName = "deleteData";
5
6
  readonly queueTtl: number;
@@ -11,14 +11,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.DeleteDataTask = void 0;
13
13
  const workers_1 = require("@golemio/core/dist/integration-engine/workers");
14
- const schema_1 = require("../../../schema");
15
14
  const data_access_1 = require("../../../data-access");
15
+ const DataDeletionSchema_1 = require("./schema/DataDeletionSchema");
16
16
  class DeleteDataTask extends workers_1.AbstractTask {
17
17
  constructor(queuePrefix) {
18
18
  super(queuePrefix);
19
19
  this.queueName = "deleteData";
20
20
  this.queueTtl = 1 * 60 * 60 * 1000; // 1 hour
21
- this.schema = schema_1.DataDeletionValidationSchema;
21
+ this.schema = DataDeletionSchema_1.DataDeletionValidationSchema;
22
22
  this.messagesRepository = new data_access_1.MetroRunsMessagesRepository();
23
23
  }
24
24
  execute(data) {
@@ -1 +1 @@
1
- {"version":3,"file":"DeleteDataTask.js","sourceRoot":"","sources":["../../../../../../src/integration-engine/vehicle-positions/workers/runs/tasks/DeleteDataTask.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2EAA6E;AAC7E,4CAAiG;AACjG,sDAAgF;AAEhF,MAAa,cAAe,SAAQ,sBAAiC;IAOjE,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QAPP,cAAS,GAAG,YAAY,CAAC;QACzB,aAAQ,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,SAAS;QACxC,WAAM,GAAG,qCAA4B,CAAC;QAMlD,IAAI,CAAC,kBAAkB,GAAG,IAAI,yCAA2B,EAAE,CAAC;IAChE,CAAC;IAEe,OAAO,CAAC,IAAyB;;YAC7C,MAAM,IAAI,CAAC,kBAAkB,CAAC,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACxE,CAAC;KAAA;CACJ;AAfD,wCAeC"}
1
+ {"version":3,"file":"DeleteDataTask.js","sourceRoot":"","sources":["../../../../../../src/integration-engine/vehicle-positions/workers/runs/tasks/DeleteDataTask.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2EAA6E;AAC7E,sDAAgF;AAEhF,oEAA2E;AAE3E,MAAa,cAAe,SAAQ,sBAAiC;IAOjE,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QAPP,cAAS,GAAG,YAAY,CAAC;QACzB,aAAQ,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,SAAS;QACxC,WAAM,GAAG,iDAA4B,CAAC;QAMlD,IAAI,CAAC,kBAAkB,GAAG,IAAI,yCAA2B,EAAE,CAAC;IAChE,CAAC;IAEe,OAAO,CAAC,IAAyB;;YAC7C,MAAM,IAAI,CAAC,kBAAkB,CAAC,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACxE,CAAC;KAAA;CACJ;AAfD,wCAeC"}
@@ -1,5 +1,6 @@
1
1
  import { AbstractTask } from "@golemio/core/dist/integration-engine/workers";
2
- import { IMetroRunsInput, MetroRunsValidationSchema } from "../../../schema";
2
+ import { IMetroRunsInput } from "./interfaces/MetroRunsMessageInterfaces";
3
+ import { MetroRunsValidationSchema } from "./schema/MetroRunsSchema";
3
4
  export declare class SaveMetroRunsToDBTask extends AbstractTask<IMetroRunsInput> {
4
5
  readonly queueName = "saveMetroRunsToDB";
5
6
  readonly queueTtl: number;
@@ -11,21 +11,23 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.SaveMetroRunsToDBTask = void 0;
13
13
  const workers_1 = require("@golemio/core/dist/integration-engine/workers");
14
- const schema_1 = require("../../../schema");
15
14
  const transformations_1 = require("../../../transformations");
16
15
  const data_access_1 = require("../../../data-access");
16
+ const MetroRunsSchema_1 = require("./schema/MetroRunsSchema");
17
17
  class SaveMetroRunsToDBTask extends workers_1.AbstractTask {
18
18
  constructor(queuePrefix) {
19
19
  super(queuePrefix);
20
20
  this.queueName = "saveMetroRunsToDB";
21
21
  this.queueTtl = 3 * 60 * 1000; // 3 minutes
22
- this.schema = schema_1.MetroRunsValidationSchema;
22
+ this.schema = MetroRunsSchema_1.MetroRunsValidationSchema;
23
23
  this.messagesRepository = new data_access_1.MetroRunsMessagesRepository();
24
24
  }
25
25
  execute(data) {
26
26
  return __awaiter(this, void 0, void 0, function* () {
27
27
  const messages = transformations_1.MetroRunsMessagesTransformation.mapToDTO(data);
28
- yield this.messagesRepository.saveData(messages);
28
+ if (messages.length > 0) {
29
+ yield this.messagesRepository.saveData(messages);
30
+ }
29
31
  });
30
32
  }
31
33
  }
@@ -1 +1 @@
1
- {"version":3,"file":"SaveMetroRunsToDBTask.js","sourceRoot":"","sources":["../../../../../../src/integration-engine/vehicle-positions/workers/runs/tasks/SaveMetroRunsToDBTask.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2EAA6E;AAC7E,4CAA0F;AAC1F,8DAAwF;AACxF,sDAAgF;AAEhF,MAAa,qBAAsB,SAAQ,sBAA6B;IAOpE,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QAPP,cAAS,GAAG,mBAAmB,CAAC;QAChC,aAAQ,GAAG,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,YAAY;QACtC,WAAM,GAAG,kCAAyB,CAAC;QAM/C,IAAI,CAAC,kBAAkB,GAAG,IAAI,yCAA2B,EAAE,CAAC;IAChE,CAAC;IAEe,OAAO,CAAC,IAAqB;;YACzC,MAAM,QAAQ,GAAG,iDAA+B,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YAChE,MAAM,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;QACrD,CAAC;KAAA;CACJ;AAhBD,sDAgBC"}
1
+ {"version":3,"file":"SaveMetroRunsToDBTask.js","sourceRoot":"","sources":["../../../../../../src/integration-engine/vehicle-positions/workers/runs/tasks/SaveMetroRunsToDBTask.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2EAA6E;AAC7E,8DAAwF;AACxF,sDAAgF;AAEhF,8DAAqE;AAErE,MAAa,qBAAsB,SAAQ,sBAA6B;IAOpE,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QAPP,cAAS,GAAG,mBAAmB,CAAC;QAChC,aAAQ,GAAG,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,YAAY;QACtC,WAAM,GAAG,2CAAyB,CAAC;QAM/C,IAAI,CAAC,kBAAkB,GAAG,IAAI,yCAA2B,EAAE,CAAC;IAChE,CAAC;IAEe,OAAO,CAAC,IAAqB;;YACzC,MAAM,QAAQ,GAAG,iDAA+B,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YAChE,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE;gBACrB,MAAM,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAC;aACpD;QACL,CAAC;KAAA;CACJ;AAlBD,sDAkBC"}
@@ -0,0 +1,3 @@
1
+ export interface IDataDeletionParams {
2
+ targetHours: number;
3
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=MetroRunsSchemaInterfaces.js.map
3
+ //# sourceMappingURL=IDataDeletionParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDataDeletionParams.js","sourceRoot":"","sources":["../../../../../../../src/integration-engine/vehicle-positions/workers/runs/tasks/interfaces/IDataDeletionParams.ts"],"names":[],"mappings":""}
@@ -15,7 +15,7 @@ export interface IMetroRunsTrainContent {
15
15
  }
16
16
  export interface IMetroRunsMessageContent {
17
17
  $: IMetroRunsMessageProperties;
18
- vlak: IMetroRunsTrainContent | IMetroRunsTrainContent[];
18
+ vlak?: IMetroRunsTrainContent | IMetroRunsTrainContent[];
19
19
  }
20
20
  export interface IMetroRunsInput {
21
21
  m: IMetroRunsMessageContent;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=MetroRunsMessageInterfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MetroRunsMessageInterfaces.js","sourceRoot":"","sources":["../../../../../../../src/integration-engine/vehicle-positions/workers/runs/tasks/interfaces/MetroRunsMessageInterfaces.ts"],"names":[],"mappings":""}
@@ -1,6 +1,4 @@
1
- export interface IDataDeletionParams {
2
- targetHours: number;
3
- }
1
+ import { IDataDeletionParams } from "../interfaces/IDataDeletionParams";
4
2
  export declare class DataDeletionValidationSchema implements IDataDeletionParams {
5
3
  targetHours: number;
6
4
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DataDeletionSchema.js","sourceRoot":"","sources":["../../../../../../../src/integration-engine/vehicle-positions/workers/runs/tasks/schema/DataDeletionSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+EAAuE;AAGvE,MAAa,4BAA4B;CAIxC;AADG;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,EAAE,EAAE,EAAE,OAAO,EAAE,4CAA4C,EAAE,CAAC;;iEAC9C;AAHzB,oEAIC"}
@@ -1,4 +1,4 @@
1
- import { IMetroRunsInput, IMetroRunsMessageContent } from "./MetroRunsSchemaInterfaces";
1
+ import { IMetroRunsInput, IMetroRunsMessageContent } from "../interfaces/MetroRunsMessageInterfaces";
2
2
  export declare class MetroRunsValidationSchema implements IMetroRunsInput {
3
3
  m: IMetroRunsMessageContent;
4
4
  }
@@ -67,6 +67,7 @@ __decorate([
67
67
  __metadata("design:type", Object)
68
68
  ], MessageContentValidationSchema.prototype, "$", void 0);
69
69
  __decorate([
70
+ (0, class_validator_1.IsOptional)(),
70
71
  (0, class_validator_1.IsObject)({ each: true }),
71
72
  (0, class_validator_1.ValidateNested)(),
72
73
  (0, class_transformer_1.Type)(() => TrainContentValidationSchema),
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MetroRunsSchema.js","sourceRoot":"","sources":["../../../../../../../src/integration-engine/vehicle-positions/workers/runs/tasks/schema/MetroRunsSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+EAQmD;AACnD,mFAAmE;AASnE,MAAM,iCAAiC;CAWtC;AARG;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,8BAAY,EAAC,CAAC,EAAE,CAAC,CAAC;;gEACJ;AAGf;IADC,IAAA,2BAAS,EAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;6DAChB;AAIZ;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8DACE;AAGjB,MAAM,+BAA+B;CAepC;AAbG;IADC,IAAA,0BAAQ,GAAE;;4DACE;AAGb;IADC,IAAA,0BAAQ,GAAE;;4DACE;AAGb;IADC,IAAA,0BAAQ,GAAE;;2DACC;AAGZ;IADC,IAAA,0BAAQ,GAAE;;2DACC;AAGZ;IADC,IAAA,gCAAc,GAAE;;6DACH;AAGlB,MAAM,4BAA4B;CAKjC;AADG;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+BAA+B,CAAC;;uDACd;AAGlC,MAAM,8BAA8B;CAWnC;AAPG;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iCAAiC,CAAC;;yDACd;AAMhC;IAJC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAA4B,CAAC;;4DACgB;AAG7D,MAAa,yBAAyB;CAKrC;AADG;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8BAA8B,CAAC;;oDACd;AAJjC,8DAKC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/pid",
3
- "version": "2.2.12-dev.641997994",
3
+ "version": "2.2.12-dev.644959745",
4
4
  "description": "Golemio PID Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "@commitlint/cli": "^11.0.0",
29
29
  "@commitlint/config-conventional": "^11.0.0",
30
30
  "@golemio/cli": "1.3.1",
31
- "@golemio/core": "1.2.18-dev.641319952",
31
+ "@golemio/core": "1.2.18-dev.642290622",
32
32
  "@golemio/db-common": "1.0.1",
33
33
  "@golemio/eslint-config": "^1.1.0",
34
34
  "@ovos-media/ts-transform-paths": "^1.7.18-1",
@@ -53,7 +53,6 @@
53
53
  "nyc": "^15.1.0",
54
54
  "prettier": "^2.5.1",
55
55
  "pretty-quick": "^3.1.0",
56
- "reflect-metadata": "^0.1.13",
57
56
  "rimraf": "^3.0.2",
58
57
  "sinon": "^9.2.3",
59
58
  "source-map-support": "0.5.19",
@@ -1 +0,0 @@
1
- {"version":3,"file":"DataDeletionSchema.js","sourceRoot":"","sources":["../../../../src/integration-engine/vehicle-positions/schema/DataDeletionSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+EAAuE;AAMvE,MAAa,4BAA4B;CAIxC;AADG;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,EAAE,EAAE,EAAE,OAAO,EAAE,4CAA4C,EAAE,CAAC;;iEAC9C;AAHzB,oEAIC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MetroRunsSchema.js","sourceRoot":"","sources":["../../../../src/integration-engine/vehicle-positions/schema/MetroRunsSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+EAQmD;AACnD,mFAAmE;AASnE,MAAM,iCAAiC;CAWtC;AARG;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,8BAAY,EAAC,CAAC,EAAE,CAAC,CAAC;;gEACJ;AAGf;IADC,IAAA,2BAAS,EAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;6DAChB;AAIZ;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;8DACE;AAGjB,MAAM,+BAA+B;CAepC;AAbG;IADC,IAAA,0BAAQ,GAAE;;4DACE;AAGb;IADC,IAAA,0BAAQ,GAAE;;4DACE;AAGb;IADC,IAAA,0BAAQ,GAAE;;2DACC;AAGZ;IADC,IAAA,0BAAQ,GAAE;;2DACC;AAGZ;IADC,IAAA,gCAAc,GAAE;;6DACH;AAGlB,MAAM,4BAA4B;CAKjC;AADG;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,+BAA+B,CAAC;;uDACd;AAGlC,MAAM,8BAA8B;CAUnC;AANG;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,iCAAiC,CAAC;;yDACd;AAKhC;IAHC,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,4BAA4B,CAAC;;4DACgB;AAG7D,MAAa,yBAAyB;CAKrC;AADG;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,gCAAc,GAAE;IAChB,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,8BAA8B,CAAC;;oDACd;AAJjC,8DAKC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"MetroRunsSchemaInterfaces.js","sourceRoot":"","sources":["../../../../src/integration-engine/vehicle-positions/schema/MetroRunsSchemaInterfaces.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- export * from "./MetroRunsSchema";
2
- export * from "./MetroRunsSchemaInterfaces";
3
- export * from "./DataDeletionSchema";
@@ -1,20 +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 __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./MetroRunsSchema"), exports);
18
- __exportStar(require("./MetroRunsSchemaInterfaces"), exports);
19
- __exportStar(require("./DataDeletionSchema"), exports);
20
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/integration-engine/vehicle-positions/schema/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,8DAA4C;AAC5C,uDAAqC"}