@golemio/microclimate 1.1.3-dev.797529028 → 1.1.3-rc.799701768

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 (55) hide show
  1. package/db/example/00_truncate_tables.sql +2 -2
  2. package/db/example/01_microclimate.sql +2 -44
  3. package/dist/integration-engine/schema/RefreshMeasurementsByIdTaskSchema.js.map +1 -1
  4. package/dist/schema-definitions/datasources/MeasurementsJsonSchema.d.ts +3 -0
  5. package/dist/schema-definitions/datasources/MeasurementsJsonSchema.js.map +1 -1
  6. package/dist/schema-definitions/index.js +0 -6
  7. package/dist/schema-definitions/index.js.map +1 -1
  8. package/docs/implementation_documentation.md +1 -20
  9. package/package.json +4 -4
  10. package/db/migrations/postgresql/20230215185618-og-api.js +0 -53
  11. package/db/migrations/postgresql/sqls/20230215185618-og-api-down.sql +0 -5
  12. package/db/migrations/postgresql/sqls/20230215185618-og-api-up.sql +0 -172
  13. package/dist/output-gateway/MicroclimateRouter.d.ts +0 -4
  14. package/dist/output-gateway/MicroclimateRouter.js +0 -85
  15. package/dist/output-gateway/MicroclimateRouter.js.map +0 -1
  16. package/dist/output-gateway/helpers/LocationsOutputMapper.d.ts +0 -18
  17. package/dist/output-gateway/helpers/LocationsOutputMapper.js +0 -35
  18. package/dist/output-gateway/helpers/LocationsOutputMapper.js.map +0 -1
  19. package/dist/output-gateway/helpers/PointsOutputMapper.d.ts +0 -27
  20. package/dist/output-gateway/helpers/PointsOutputMapper.js +0 -45
  21. package/dist/output-gateway/helpers/PointsOutputMapper.js.map +0 -1
  22. package/dist/output-gateway/index.d.ts +0 -1
  23. package/dist/output-gateway/index.js +0 -18
  24. package/dist/output-gateway/index.js.map +0 -1
  25. package/dist/output-gateway/repositories/SensorDevicesImportRepository.d.ts +0 -19
  26. package/dist/output-gateway/repositories/SensorDevicesImportRepository.js +0 -55
  27. package/dist/output-gateway/repositories/SensorDevicesImportRepository.js.map +0 -1
  28. package/dist/output-gateway/repositories/SensorMeasurementsViewRepository.d.ts +0 -16
  29. package/dist/output-gateway/repositories/SensorMeasurementsViewRepository.js +0 -53
  30. package/dist/output-gateway/repositories/SensorMeasurementsViewRepository.js.map +0 -1
  31. package/dist/output-gateway/repositories/SensorPointsViewRepository.d.ts +0 -11
  32. package/dist/output-gateway/repositories/SensorPointsViewRepository.js +0 -43
  33. package/dist/output-gateway/repositories/SensorPointsViewRepository.js.map +0 -1
  34. package/dist/output-gateway/repositories/index.d.ts +0 -3
  35. package/dist/output-gateway/repositories/index.js +0 -20
  36. package/dist/output-gateway/repositories/index.js.map +0 -1
  37. package/dist/schema-definitions/SensorDevicesImport.d.ts +0 -33
  38. package/dist/schema-definitions/SensorDevicesImport.js +0 -8
  39. package/dist/schema-definitions/SensorDevicesImport.js.map +0 -1
  40. package/dist/schema-definitions/SensorMeasurementsView.d.ts +0 -14
  41. package/dist/schema-definitions/SensorMeasurementsView.js +0 -8
  42. package/dist/schema-definitions/SensorMeasurementsView.js.map +0 -1
  43. package/dist/schema-definitions/SensorPointsView.d.ts +0 -23
  44. package/dist/schema-definitions/SensorPointsView.js +0 -8
  45. package/dist/schema-definitions/SensorPointsView.js.map +0 -1
  46. package/dist/schema-definitions/models/SensorDevicesImportModel.d.ts +0 -32
  47. package/dist/schema-definitions/models/SensorDevicesImportModel.js +0 -37
  48. package/dist/schema-definitions/models/SensorDevicesImportModel.js.map +0 -1
  49. package/dist/schema-definitions/models/SensorMeasurementsViewModel.d.ts +0 -13
  50. package/dist/schema-definitions/models/SensorMeasurementsViewModel.js +0 -18
  51. package/dist/schema-definitions/models/SensorMeasurementsViewModel.js.map +0 -1
  52. package/dist/schema-definitions/models/SensorPointsViewModel.d.ts +0 -22
  53. package/dist/schema-definitions/models/SensorPointsViewModel.js +0 -27
  54. package/dist/schema-definitions/models/SensorPointsViewModel.js.map +0 -1
  55. package/docs/openapi.yaml +0 -298
@@ -1,18 +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("./MicroclimateRouter"), exports);
18
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/output-gateway/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}
@@ -1,19 +0,0 @@
1
- import { SequelizeModel } from "@golemio/core/dist/output-gateway";
2
- export interface ILocationRecord {
3
- location_id: number;
4
- location: string;
5
- loc_description: string;
6
- loc_orientation: string;
7
- loc_surface: string;
8
- address: string;
9
- point_id: number;
10
- point_name: string;
11
- }
12
- export declare class SensorDevicesImportRepository extends SequelizeModel {
13
- constructor();
14
- GetAllDistinctLocations: (options?: {
15
- locationId?: number;
16
- }) => Promise<ILocationRecord[]>;
17
- GetAll(): never;
18
- GetOne(): never;
19
- }
@@ -1,55 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- var __importDefault = (this && this.__importDefault) || function (mod) {
12
- return (mod && mod.__esModule) ? mod : { "default": mod };
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.SensorDevicesImportRepository = void 0;
16
- const output_gateway_1 = require("@golemio/core/dist/output-gateway");
17
- const sequelize_1 = __importDefault(require("@golemio/core/dist/shared/sequelize"));
18
- const _sch_1 = require("../../schema-definitions");
19
- const SensorDevicesImportModel_1 = require("../../schema-definitions/models/SensorDevicesImportModel");
20
- class SensorDevicesImportRepository extends output_gateway_1.SequelizeModel {
21
- constructor() {
22
- super(_sch_1.Microclimate.definitions.sensorDevicesImport.name, _sch_1.Microclimate.definitions.sensorDevicesImport.pgTableName, SensorDevicesImportModel_1.SensorDevicesImportModel.attributeModel, {
23
- schema: _sch_1.Microclimate.pgSchema,
24
- });
25
- this.GetAllDistinctLocations = (options = {}) => __awaiter(this, void 0, void 0, function* () {
26
- let whereCondition = "";
27
- if (options.locationId) {
28
- whereCondition = `WHERE location_id = ${options.locationId}`;
29
- }
30
- return this.sequelizeModel.sequelize.query(`
31
- SELECT DISTINCT
32
- location_id,
33
- point_id,
34
- location,
35
- loc_description,
36
- loc_orientation,
37
- loc_surface,
38
- point_name,
39
- address
40
- FROM ${_sch_1.Microclimate.pgSchema}.sensor_devices_import
41
- ${whereCondition}
42
- ORDER BY location_id ASC, point_id ASC
43
- ;
44
- `, { type: sequelize_1.default.QueryTypes.SELECT });
45
- });
46
- }
47
- GetAll() {
48
- throw new Error("Not implemented");
49
- }
50
- GetOne() {
51
- throw new Error("Not implemented");
52
- }
53
- }
54
- exports.SensorDevicesImportRepository = SensorDevicesImportRepository;
55
- //# sourceMappingURL=SensorDevicesImportRepository.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SensorDevicesImportRepository.js","sourceRoot":"","sources":["../../../src/output-gateway/repositories/SensorDevicesImportRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sEAAmE;AACnE,oFAA4D;AAC5D,mDAAoC;AACpC,uGAAgF;AAahF,MAAa,6BAA8B,SAAQ,+BAAc;IAC7D;QACI,KAAK,CACD,mBAAY,CAAC,WAAW,CAAC,mBAAmB,CAAC,IAAI,EACjD,mBAAY,CAAC,WAAW,CAAC,mBAAmB,CAAC,WAAW,EACxD,mDAAwB,CAAC,cAAc,EACvC;YACI,MAAM,EAAE,mBAAY,CAAC,QAAQ;SAChC,CACJ,CAAC;QAGC,4BAAuB,GAAG,CAC7B,UAEI,EAAE,EACoB,EAAE;YAC5B,IAAI,cAAc,GAAG,EAAE,CAAC;YACxB,IAAI,OAAO,CAAC,UAAU,EAAE;gBACpB,cAAc,GAAG,uBAAuB,OAAO,CAAC,UAAU,EAAE,CAAC;aAChE;YAED,OAAO,IAAI,CAAC,cAAc,CAAC,SAAU,CAAC,KAAK,CACvC;;;;;;;;;;mBAUO,mBAAY,CAAC,QAAQ;cAC1B,cAAc;;;SAGnB,EACG,EAAE,IAAI,EAAE,mBAAS,CAAC,UAAU,CAAC,MAAM,EAAE,CACxC,CAAC;QACN,CAAC,CAAA,CAAC;IA9BF,CAAC;IAgCD,MAAM;QACF,MAAM,IAAI,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACvC,CAAC;IAED,MAAM;QACF,MAAM,IAAI,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACvC,CAAC;CACJ;AAjDD,sEAiDC"}
@@ -1,16 +0,0 @@
1
- import { SequelizeModel } from "@golemio/core/dist/output-gateway";
2
- import { ISensorMeasurementsView } from "../../schema-definitions/SensorMeasurementsView";
3
- export declare class SensorMeasurementsViewRepository extends SequelizeModel {
4
- constructor();
5
- GetAllMeasurements: (options?: {
6
- locationId?: number;
7
- pointId?: number;
8
- measure?: string;
9
- from?: string;
10
- to?: string;
11
- limit?: number;
12
- offset?: number;
13
- }) => Promise<ISensorMeasurementsView[]>;
14
- GetAll(): never;
15
- GetOne(): never;
16
- }
@@ -1,53 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.SensorMeasurementsViewRepository = void 0;
13
- const output_gateway_1 = require("@golemio/core/dist/output-gateway");
14
- const _sch_1 = require("../../schema-definitions");
15
- const SensorMeasurementsViewModel_1 = require("../../schema-definitions/models/SensorMeasurementsViewModel");
16
- const sequelize_1 = require("@golemio/core/dist/shared/sequelize");
17
- class SensorMeasurementsViewRepository extends output_gateway_1.SequelizeModel {
18
- constructor() {
19
- super(_sch_1.Microclimate.definitions.sensorMeasurementsView.name, _sch_1.Microclimate.definitions.sensorMeasurementsView.pgTableName, SensorMeasurementsViewModel_1.SensorMeasurementsViewModel.attributeModel, {
20
- schema: _sch_1.Microclimate.pgSchema,
21
- });
22
- this.GetAllMeasurements = (options = {}) => __awaiter(this, void 0, void 0, function* () {
23
- var _a;
24
- const whereAttributes = {
25
- [sequelize_1.Op.and]: [
26
- ...(options.locationId ? [{ location_id: { [sequelize_1.Op.eq]: options.locationId } }] : []),
27
- ...(options.pointId ? [{ point_id: { [sequelize_1.Op.eq]: options.pointId } }] : []),
28
- ...(options.measure ? [{ measure: { [sequelize_1.Op.eq]: options.measure } }] : []),
29
- ...(options.from ? [{ measured_at: { [sequelize_1.Op.gte]: options.from } }] : []),
30
- ...(options.to ? [{ measured_at: { [sequelize_1.Op.lte]: options.to } }] : []),
31
- ...(!options.from && !options.to ? [{ rn: { [sequelize_1.Op.eq]: 1 } }] : []),
32
- ],
33
- };
34
- return this.sequelizeModel.findAll({
35
- attributes: {
36
- exclude: ["sensor_id", "rn"],
37
- },
38
- where: whereAttributes,
39
- limit: options.limit,
40
- offset: (_a = options.offset) !== null && _a !== void 0 ? _a : 0,
41
- });
42
- });
43
- this.sequelizeModel.removeAttribute("id");
44
- }
45
- GetAll() {
46
- throw new Error("Not implemented");
47
- }
48
- GetOne() {
49
- throw new Error("Not implemented");
50
- }
51
- }
52
- exports.SensorMeasurementsViewRepository = SensorMeasurementsViewRepository;
53
- //# sourceMappingURL=SensorMeasurementsViewRepository.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SensorMeasurementsViewRepository.js","sourceRoot":"","sources":["../../../src/output-gateway/repositories/SensorMeasurementsViewRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sEAAmE;AACnE,mDAAoC;AACpC,6GAAsF;AAEtF,mEAAuE;AAEvE,MAAa,gCAAiC,SAAQ,+BAAc;IAChE;QACI,KAAK,CACD,mBAAY,CAAC,WAAW,CAAC,sBAAsB,CAAC,IAAI,EACpD,mBAAY,CAAC,WAAW,CAAC,sBAAsB,CAAC,WAAW,EAC3D,yDAA2B,CAAC,cAAc,EAC1C;YACI,MAAM,EAAE,mBAAY,CAAC,QAAQ;SAChC,CACJ,CAAC;QAIC,uBAAkB,GAAG,CACxB,UAQI,EAAE,EAC4B,EAAE;;YACpC,MAAM,eAAe,GAAiB;gBAClC,CAAC,cAAE,CAAC,GAAG,CAAC,EAAE;oBACN,GAAG,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,EAAE,CAAC,cAAE,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;oBACjF,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,EAAE,CAAC,cAAE,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;oBACxE,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,EAAE,CAAC,cAAE,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;oBACvE,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,EAAE,CAAC,cAAE,CAAC,GAAG,CAAC,EAAE,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;oBACtE,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,EAAE,CAAC,cAAE,CAAC,GAAG,CAAC,EAAE,OAAO,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;oBAClE,GAAG,CAAC,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,cAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;iBACpE;aACJ,CAAC;YACF,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC;gBAC/B,UAAU,EAAE;oBACR,OAAO,EAAE,CAAC,WAAW,EAAE,IAAI,CAAC;iBAC/B;gBACD,KAAK,EAAE,eAAe;gBACtB,KAAK,EAAE,OAAO,CAAC,KAAK;gBACpB,MAAM,EAAE,MAAA,OAAO,CAAC,MAAM,mCAAI,CAAC;aAC9B,CAAC,CAAC;QACP,CAAC,CAAA,CAAC;QAhCE,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;IAC9C,CAAC;IAiCD,MAAM;QACF,MAAM,IAAI,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACvC,CAAC;IAED,MAAM;QACF,MAAM,IAAI,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACvC,CAAC;CACJ;AAnDD,4EAmDC"}
@@ -1,11 +0,0 @@
1
- import { SequelizeModel } from "@golemio/core/dist/output-gateway";
2
- import { ISensorPointsView } from "../../schema-definitions/SensorPointsView";
3
- export declare class SensorPointsViewRepository extends SequelizeModel {
4
- constructor();
5
- GetAllPoints: (options?: {
6
- locationId?: number;
7
- pointId?: number;
8
- }) => Promise<ISensorPointsView[]>;
9
- GetAll(): never;
10
- GetOne(): never;
11
- }
@@ -1,43 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.SensorPointsViewRepository = void 0;
13
- const output_gateway_1 = require("@golemio/core/dist/output-gateway");
14
- const _sch_1 = require("../../schema-definitions");
15
- const SensorPointsViewModel_1 = require("../../schema-definitions/models/SensorPointsViewModel");
16
- const sequelize_1 = require("@golemio/core/dist/shared/sequelize");
17
- class SensorPointsViewRepository extends output_gateway_1.SequelizeModel {
18
- constructor() {
19
- super(_sch_1.Microclimate.definitions.sensorPointsView.name, _sch_1.Microclimate.definitions.sensorPointsView.pgTableName, SensorPointsViewModel_1.SensorPointsViewModel.attributeModel, {
20
- schema: _sch_1.Microclimate.pgSchema,
21
- });
22
- this.GetAllPoints = (options = {}) => __awaiter(this, void 0, void 0, function* () {
23
- const whereAttributes = {
24
- [sequelize_1.Op.and]: [
25
- ...(options.locationId ? [{ location_id: { [sequelize_1.Op.eq]: options.locationId } }] : []),
26
- ...(options.pointId ? [{ point_id: { [sequelize_1.Op.eq]: options.pointId } }] : []),
27
- ],
28
- };
29
- return this.sequelizeModel.findAll({
30
- where: whereAttributes,
31
- });
32
- });
33
- this.sequelizeModel.removeAttribute("id");
34
- }
35
- GetAll() {
36
- throw new Error("Not implemented");
37
- }
38
- GetOne() {
39
- throw new Error("Not implemented");
40
- }
41
- }
42
- exports.SensorPointsViewRepository = SensorPointsViewRepository;
43
- //# sourceMappingURL=SensorPointsViewRepository.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SensorPointsViewRepository.js","sourceRoot":"","sources":["../../../src/output-gateway/repositories/SensorPointsViewRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sEAAmE;AACnE,mDAAoC;AACpC,iGAA0E;AAE1E,mEAAuE;AAEvE,MAAa,0BAA2B,SAAQ,+BAAc;IAC1D;QACI,KAAK,CACD,mBAAY,CAAC,WAAW,CAAC,gBAAgB,CAAC,IAAI,EAC9C,mBAAY,CAAC,WAAW,CAAC,gBAAgB,CAAC,WAAW,EACrD,6CAAqB,CAAC,cAAc,EACpC;YACI,MAAM,EAAE,mBAAY,CAAC,QAAQ;SAChC,CACJ,CAAC;QAIC,iBAAY,GAAG,CAClB,UAGI,EAAE,EACsB,EAAE;YAC9B,MAAM,eAAe,GAAiB;gBAClC,CAAC,cAAE,CAAC,GAAG,CAAC,EAAE;oBACN,GAAG,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,EAAE,CAAC,cAAE,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,UAAU,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;oBACjF,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,EAAE,CAAC,cAAE,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;iBAC3E;aACJ,CAAC;YAEF,OAAO,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC;gBAC/B,KAAK,EAAE,eAAe;aACzB,CAAC,CAAC;QACP,CAAC,CAAA,CAAC;QAnBE,IAAI,CAAC,cAAc,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;IAC9C,CAAC;IAoBD,MAAM;QACF,MAAM,IAAI,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACvC,CAAC;IAED,MAAM;QACF,MAAM,IAAI,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACvC,CAAC;CACJ;AAtCD,gEAsCC"}
@@ -1,3 +0,0 @@
1
- export * from "./SensorDevicesImportRepository";
2
- export * from "./SensorPointsViewRepository";
3
- export * from "./SensorMeasurementsViewRepository";
@@ -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("./SensorDevicesImportRepository"), exports);
18
- __exportStar(require("./SensorPointsViewRepository"), exports);
19
- __exportStar(require("./SensorMeasurementsViewRepository"), exports);
20
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/output-gateway/repositories/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD;AAChD,+DAA6C;AAC7C,qEAAmD"}
@@ -1,33 +0,0 @@
1
- export interface ISensorDeviceImport {
2
- location_id: number;
3
- point_id: number;
4
- location: string;
5
- loc_description: string;
6
- loc_orientation: string;
7
- loc_surface: string;
8
- point_name: string;
9
- point_whole_name: string;
10
- address: string;
11
- sensor_position: string;
12
- sensor_position_detail: string;
13
- sensor_id: string;
14
- data_relevance: string;
15
- lat: number;
16
- lng: number;
17
- air_temp: number;
18
- air_hum: number;
19
- pressure: number;
20
- wind_dir: number;
21
- wind_impact: number;
22
- wind_speed: number;
23
- precip: number;
24
- sun_irr: number;
25
- soil_temp: number;
26
- water_pot: number;
27
- dendro_circ: number;
28
- dendro_gain: number;
29
- }
30
- export declare const sensorDevicesImport: {
31
- name: string;
32
- pgTableName: string;
33
- };
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.sensorDevicesImport = void 0;
4
- exports.sensorDevicesImport = {
5
- name: "SensorDevicesImport",
6
- pgTableName: "sensor_devices_import",
7
- };
8
- //# sourceMappingURL=SensorDevicesImport.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SensorDevicesImport.js","sourceRoot":"","sources":["../../src/schema-definitions/SensorDevicesImport.ts"],"names":[],"mappings":";;;AA8Ba,QAAA,mBAAmB,GAAG;IAC/B,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE,uBAAuB;CACvC,CAAC"}
@@ -1,14 +0,0 @@
1
- export interface ISensorMeasurementsView {
2
- sensor_id?: string;
3
- measured_at: Date | string;
4
- point_id: number;
5
- location_id: number;
6
- measure: string;
7
- value: number;
8
- unit: string;
9
- rn?: number;
10
- }
11
- export declare const sensorMeasurementsView: {
12
- name: string;
13
- pgTableName: string;
14
- };
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.sensorMeasurementsView = void 0;
4
- exports.sensorMeasurementsView = {
5
- name: "SensorMeasurementsView",
6
- pgTableName: "v_sensor_measurements",
7
- };
8
- //# sourceMappingURL=SensorMeasurementsView.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SensorMeasurementsView.js","sourceRoot":"","sources":["../../src/schema-definitions/SensorMeasurementsView.ts"],"names":[],"mappings":";;;AAWa,QAAA,sBAAsB,GAAG;IAClC,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EAAE,uBAAuB;CACvC,CAAC"}
@@ -1,23 +0,0 @@
1
- export interface ISensorPointsView {
2
- point_id: number;
3
- point_name: string;
4
- location_id: number;
5
- location: string;
6
- loc_description: string;
7
- loc_orientation: string;
8
- loc_surface: string;
9
- lat: number;
10
- lng: number;
11
- x_jtsk: null;
12
- y_jtsk: null;
13
- elevation_m: null;
14
- sensor_position: string;
15
- sensor_position_detail: string;
16
- measure: string;
17
- measure_cz: string;
18
- unit: string;
19
- }
20
- export declare const sensorPointsView: {
21
- name: string;
22
- pgTableName: string;
23
- };
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.sensorPointsView = void 0;
4
- exports.sensorPointsView = {
5
- name: "SensorPointsView",
6
- pgTableName: "v_sensor_points",
7
- };
8
- //# sourceMappingURL=SensorPointsView.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SensorPointsView.js","sourceRoot":"","sources":["../../src/schema-definitions/SensorPointsView.ts"],"names":[],"mappings":";;;AAoBa,QAAA,gBAAgB,GAAG;IAC5B,IAAI,EAAE,kBAAkB;IACxB,WAAW,EAAE,iBAAiB;CACjC,CAAC"}
@@ -1,32 +0,0 @@
1
- import { Model, ModelAttributes } from "@golemio/core/dist/shared/sequelize";
2
- import { ISensorDeviceImport } from "../SensorDevicesImport";
3
- export declare class SensorDevicesImportModel extends Model<ISensorDeviceImport> implements ISensorDeviceImport {
4
- location_id: number;
5
- point_id: number;
6
- location: string;
7
- loc_description: string;
8
- loc_orientation: string;
9
- loc_surface: string;
10
- point_name: string;
11
- point_whole_name: string;
12
- address: string;
13
- sensor_position: string;
14
- sensor_position_detail: string;
15
- sensor_id: string;
16
- data_relevance: string;
17
- lat: number;
18
- lng: number;
19
- air_temp: number;
20
- air_hum: number;
21
- pressure: number;
22
- wind_dir: number;
23
- wind_impact: number;
24
- wind_speed: number;
25
- precip: number;
26
- sun_irr: number;
27
- soil_temp: number;
28
- water_pot: number;
29
- dendro_circ: number;
30
- dendro_gain: number;
31
- static attributeModel: ModelAttributes<SensorDevicesImportModel, ISensorDeviceImport>;
32
- }
@@ -1,37 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SensorDevicesImportModel = void 0;
4
- const sequelize_1 = require("@golemio/core/dist/shared/sequelize");
5
- class SensorDevicesImportModel extends sequelize_1.Model {
6
- }
7
- exports.SensorDevicesImportModel = SensorDevicesImportModel;
8
- SensorDevicesImportModel.attributeModel = {
9
- location_id: { type: sequelize_1.DataTypes.INTEGER },
10
- point_id: { type: sequelize_1.DataTypes.INTEGER },
11
- location: { type: sequelize_1.DataTypes.STRING(50) },
12
- loc_description: { type: sequelize_1.DataTypes.STRING(50) },
13
- loc_orientation: { type: sequelize_1.DataTypes.STRING(50) },
14
- loc_surface: { type: sequelize_1.DataTypes.STRING(50) },
15
- point_name: { type: sequelize_1.DataTypes.STRING(50) },
16
- point_whole_name: { type: sequelize_1.DataTypes.STRING(50) },
17
- address: { type: sequelize_1.DataTypes.STRING(50) },
18
- sensor_position: { type: sequelize_1.DataTypes.STRING(50) },
19
- sensor_position_detail: { type: sequelize_1.DataTypes.STRING(50) },
20
- sensor_id: { type: sequelize_1.DataTypes.STRING(50), primaryKey: true },
21
- data_relevance: { type: sequelize_1.DataTypes.STRING(50) },
22
- lat: { type: sequelize_1.DataTypes.REAL },
23
- lng: { type: sequelize_1.DataTypes.REAL },
24
- air_temp: { type: sequelize_1.DataTypes.INTEGER },
25
- air_hum: { type: sequelize_1.DataTypes.INTEGER },
26
- pressure: { type: sequelize_1.DataTypes.INTEGER },
27
- wind_dir: { type: sequelize_1.DataTypes.INTEGER },
28
- wind_impact: { type: sequelize_1.DataTypes.INTEGER },
29
- wind_speed: { type: sequelize_1.DataTypes.INTEGER },
30
- precip: { type: sequelize_1.DataTypes.INTEGER },
31
- sun_irr: { type: sequelize_1.DataTypes.INTEGER },
32
- soil_temp: { type: sequelize_1.DataTypes.INTEGER },
33
- water_pot: { type: sequelize_1.DataTypes.INTEGER },
34
- dendro_circ: { type: sequelize_1.DataTypes.INTEGER },
35
- dendro_gain: { type: sequelize_1.DataTypes.INTEGER },
36
- };
37
- //# sourceMappingURL=SensorDevicesImportModel.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SensorDevicesImportModel.js","sourceRoot":"","sources":["../../../src/schema-definitions/models/SensorDevicesImportModel.ts"],"names":[],"mappings":";;;AAAA,mEAAwF;AAGxF,MAAa,wBAAyB,SAAQ,iBAA0B;;AAAxE,4DA0DC;AA7BiB,uCAAc,GAAmE;IAC3F,WAAW,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACxC,QAAQ,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACrC,QAAQ,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IACxC,eAAe,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IAC/C,eAAe,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IAC/C,WAAW,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IAC3C,UAAU,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IAC1C,gBAAgB,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IAChD,OAAO,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IACvC,eAAe,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IAC/C,sBAAsB,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IACtD,SAAS,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE;IAC3D,cAAc,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IAC9C,GAAG,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,IAAI,EAAE;IAC7B,GAAG,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,IAAI,EAAE;IAC7B,QAAQ,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACrC,OAAO,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACpC,QAAQ,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACrC,QAAQ,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACrC,WAAW,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACxC,UAAU,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACvC,MAAM,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACnC,OAAO,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACpC,SAAS,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACtC,SAAS,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACtC,WAAW,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACxC,WAAW,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;CAC3C,CAAC"}
@@ -1,13 +0,0 @@
1
- import { Model, ModelAttributes } from "@golemio/core/dist/shared/sequelize";
2
- import { ISensorMeasurementsView } from "../SensorMeasurementsView";
3
- export declare class SensorMeasurementsViewModel extends Model<ISensorMeasurementsView> implements ISensorMeasurementsView {
4
- sensor_id: string;
5
- measured_at: Date;
6
- point_id: number;
7
- location_id: number;
8
- measure: string;
9
- value: number;
10
- unit: string;
11
- rn: number;
12
- static attributeModel: ModelAttributes<SensorMeasurementsViewModel, ISensorMeasurementsView>;
13
- }
@@ -1,18 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SensorMeasurementsViewModel = void 0;
4
- const sequelize_1 = require("@golemio/core/dist/shared/sequelize");
5
- class SensorMeasurementsViewModel extends sequelize_1.Model {
6
- }
7
- exports.SensorMeasurementsViewModel = SensorMeasurementsViewModel;
8
- SensorMeasurementsViewModel.attributeModel = {
9
- sensor_id: { type: sequelize_1.DataTypes.STRING(50) },
10
- measured_at: { type: sequelize_1.DataTypes.DATE },
11
- point_id: { type: sequelize_1.DataTypes.INTEGER },
12
- location_id: { type: sequelize_1.DataTypes.INTEGER },
13
- measure: { type: sequelize_1.DataTypes.TEXT },
14
- value: { type: sequelize_1.DataTypes.DOUBLE },
15
- unit: { type: sequelize_1.DataTypes.TEXT },
16
- rn: { type: sequelize_1.DataTypes.INTEGER },
17
- };
18
- //# sourceMappingURL=SensorMeasurementsViewModel.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SensorMeasurementsViewModel.js","sourceRoot":"","sources":["../../../src/schema-definitions/models/SensorMeasurementsViewModel.ts"],"names":[],"mappings":";;;AAAA,mEAAwF;AAGxF,MAAa,2BAA4B,SAAQ,iBAA8B;;AAA/E,kEAoBC;AAViB,0CAAc,GAA0E;IAClG,SAAS,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IACzC,WAAW,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,IAAI,EAAE;IACrC,QAAQ,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACrC,WAAW,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACxC,OAAO,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,IAAI,EAAE;IACjC,KAAK,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,EAAE;IACjC,IAAI,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,IAAI,EAAE;IAC9B,EAAE,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;CAClC,CAAC"}
@@ -1,22 +0,0 @@
1
- import { Model, ModelAttributes } from "@golemio/core/dist/shared/sequelize";
2
- import { ISensorPointsView } from "../SensorPointsView";
3
- export declare class SensorPointsViewModel extends Model<ISensorPointsView> implements ISensorPointsView {
4
- point_id: number;
5
- point_name: string;
6
- location_id: number;
7
- location: string;
8
- loc_description: string;
9
- loc_orientation: string;
10
- loc_surface: string;
11
- lat: number;
12
- lng: number;
13
- x_jtsk: null;
14
- y_jtsk: null;
15
- elevation_m: null;
16
- sensor_position: string;
17
- sensor_position_detail: string;
18
- measure: string;
19
- measure_cz: string;
20
- unit: string;
21
- static attributeModel: ModelAttributes<SensorPointsViewModel, ISensorPointsView>;
22
- }
@@ -1,27 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SensorPointsViewModel = void 0;
4
- const sequelize_1 = require("@golemio/core/dist/shared/sequelize");
5
- class SensorPointsViewModel extends sequelize_1.Model {
6
- }
7
- exports.SensorPointsViewModel = SensorPointsViewModel;
8
- SensorPointsViewModel.attributeModel = {
9
- point_id: { type: sequelize_1.DataTypes.INTEGER },
10
- point_name: { type: sequelize_1.DataTypes.STRING(50) },
11
- location_id: { type: sequelize_1.DataTypes.INTEGER },
12
- location: { type: sequelize_1.DataTypes.STRING(50) },
13
- loc_description: { type: sequelize_1.DataTypes.STRING(50) },
14
- loc_orientation: { type: sequelize_1.DataTypes.STRING(50) },
15
- loc_surface: { type: sequelize_1.DataTypes.STRING(50) },
16
- lat: { type: sequelize_1.DataTypes.REAL },
17
- lng: { type: sequelize_1.DataTypes.REAL },
18
- x_jtsk: { type: sequelize_1.DataTypes.INTEGER, allowNull: true },
19
- y_jtsk: { type: sequelize_1.DataTypes.INTEGER, allowNull: true },
20
- elevation_m: { type: sequelize_1.DataTypes.INTEGER, allowNull: true },
21
- sensor_position: { type: sequelize_1.DataTypes.STRING(50) },
22
- sensor_position_detail: { type: sequelize_1.DataTypes.STRING(50) },
23
- measure: { type: sequelize_1.DataTypes.TEXT },
24
- measure_cz: { type: sequelize_1.DataTypes.TEXT },
25
- unit: { type: sequelize_1.DataTypes.TEXT },
26
- };
27
- //# sourceMappingURL=SensorPointsViewModel.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SensorPointsViewModel.js","sourceRoot":"","sources":["../../../src/schema-definitions/models/SensorPointsViewModel.ts"],"names":[],"mappings":";;;AAAA,mEAAwF;AAGxF,MAAa,qBAAsB,SAAQ,iBAAwB;;AAAnE,sDAsCC;AAnBiB,oCAAc,GAA8D;IACtF,QAAQ,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACrC,UAAU,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IAC1C,WAAW,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE;IACxC,QAAQ,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IACxC,eAAe,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IAC/C,eAAe,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IAC/C,WAAW,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IAC3C,GAAG,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,IAAI,EAAE;IAC7B,GAAG,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,IAAI,EAAE;IAC7B,MAAM,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE;IACpD,MAAM,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE;IACpD,WAAW,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE;IACzD,eAAe,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IAC/C,sBAAsB,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE;IACtD,OAAO,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,IAAI,EAAE;IACjC,UAAU,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,IAAI,EAAE;IACpC,IAAI,EAAE,EAAE,IAAI,EAAE,qBAAS,CAAC,IAAI,EAAE;CACjC,CAAC"}