node-opcua-service-history 2.76.0 → 2.76.2

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/imports.d.ts CHANGED
@@ -1 +1 @@
1
- export { AggregateConfiguration, HistoryData, HistoryModifiedData, HistoryReadDetails, HistoryReadValueId, HistoryReadResult, HistoryUpdateResult, HistoryReadRequest, HistoryReadResponse, HistoryUpdateRequest, HistoryUpdateResponse, ReadRawModifiedDetails, ReadProcessedDetails, ReadAtTimeDetails, HistoryUpdateType, ModificationInfo, ReadEventDetails, HistoryReadRequestOptions } from "node-opcua-types";
1
+ export { AggregateConfiguration, HistoryData, HistoryModifiedData, HistoryReadDetails, HistoryReadValueId, HistoryReadResult, HistoryUpdateResult, HistoryReadRequest, HistoryReadResponse, HistoryUpdateRequest, HistoryUpdateResponse, ReadRawModifiedDetails, ReadProcessedDetails, ReadAtTimeDetails, HistoryUpdateType, ModificationInfo, ReadEventDetails, HistoryReadRequestOptions } from "node-opcua-types";
package/dist/imports.js CHANGED
@@ -1,30 +1,30 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ReadEventDetails = exports.ModificationInfo = exports.HistoryUpdateType = exports.ReadAtTimeDetails = exports.ReadProcessedDetails = exports.ReadRawModifiedDetails = exports.HistoryUpdateResponse = exports.HistoryUpdateRequest = exports.HistoryReadResponse = exports.HistoryReadRequest = exports.HistoryUpdateResult = exports.HistoryReadResult = exports.HistoryReadValueId = exports.HistoryReadDetails = exports.HistoryModifiedData = exports.HistoryData = exports.AggregateConfiguration = void 0;
4
- /**
5
- * @module node-opcua-service-history
6
- */
7
- const node_opcua_data_value_1 = require("node-opcua-data-value");
8
- var node_opcua_types_1 = require("node-opcua-types");
9
- Object.defineProperty(exports, "AggregateConfiguration", { enumerable: true, get: function () { return node_opcua_types_1.AggregateConfiguration; } });
10
- Object.defineProperty(exports, "HistoryData", { enumerable: true, get: function () { return node_opcua_types_1.HistoryData; } });
11
- Object.defineProperty(exports, "HistoryModifiedData", { enumerable: true, get: function () { return node_opcua_types_1.HistoryModifiedData; } });
12
- Object.defineProperty(exports, "HistoryReadDetails", { enumerable: true, get: function () { return node_opcua_types_1.HistoryReadDetails; } });
13
- Object.defineProperty(exports, "HistoryReadValueId", { enumerable: true, get: function () { return node_opcua_types_1.HistoryReadValueId; } });
14
- Object.defineProperty(exports, "HistoryReadResult", { enumerable: true, get: function () { return node_opcua_types_1.HistoryReadResult; } });
15
- Object.defineProperty(exports, "HistoryUpdateResult", { enumerable: true, get: function () { return node_opcua_types_1.HistoryUpdateResult; } });
16
- Object.defineProperty(exports, "HistoryReadRequest", { enumerable: true, get: function () { return node_opcua_types_1.HistoryReadRequest; } });
17
- Object.defineProperty(exports, "HistoryReadResponse", { enumerable: true, get: function () { return node_opcua_types_1.HistoryReadResponse; } });
18
- Object.defineProperty(exports, "HistoryUpdateRequest", { enumerable: true, get: function () { return node_opcua_types_1.HistoryUpdateRequest; } });
19
- Object.defineProperty(exports, "HistoryUpdateResponse", { enumerable: true, get: function () { return node_opcua_types_1.HistoryUpdateResponse; } });
20
- Object.defineProperty(exports, "ReadRawModifiedDetails", { enumerable: true, get: function () { return node_opcua_types_1.ReadRawModifiedDetails; } });
21
- Object.defineProperty(exports, "ReadProcessedDetails", { enumerable: true, get: function () { return node_opcua_types_1.ReadProcessedDetails; } });
22
- Object.defineProperty(exports, "ReadAtTimeDetails", { enumerable: true, get: function () { return node_opcua_types_1.ReadAtTimeDetails; } });
23
- Object.defineProperty(exports, "HistoryUpdateType", { enumerable: true, get: function () { return node_opcua_types_1.HistoryUpdateType; } });
24
- Object.defineProperty(exports, "ModificationInfo", { enumerable: true, get: function () { return node_opcua_types_1.ModificationInfo; } });
25
- Object.defineProperty(exports, "ReadEventDetails", { enumerable: true, get: function () { return node_opcua_types_1.ReadEventDetails; } });
26
- const node_opcua_assert_1 = require("node-opcua-assert");
27
- const node_opcua_types_2 = require("node-opcua-types");
28
- (0, node_opcua_assert_1.assert)(node_opcua_types_2.HistoryReadRequest.schema.fields[2].name === "timestampsToReturn");
29
- node_opcua_types_2.HistoryReadRequest.schema.fields[2].defaultValue = node_opcua_data_value_1.TimestampsToReturn.Neither;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ReadEventDetails = exports.ModificationInfo = exports.HistoryUpdateType = exports.ReadAtTimeDetails = exports.ReadProcessedDetails = exports.ReadRawModifiedDetails = exports.HistoryUpdateResponse = exports.HistoryUpdateRequest = exports.HistoryReadResponse = exports.HistoryReadRequest = exports.HistoryUpdateResult = exports.HistoryReadResult = exports.HistoryReadValueId = exports.HistoryReadDetails = exports.HistoryModifiedData = exports.HistoryData = exports.AggregateConfiguration = void 0;
4
+ /**
5
+ * @module node-opcua-service-history
6
+ */
7
+ const node_opcua_data_value_1 = require("node-opcua-data-value");
8
+ var node_opcua_types_1 = require("node-opcua-types");
9
+ Object.defineProperty(exports, "AggregateConfiguration", { enumerable: true, get: function () { return node_opcua_types_1.AggregateConfiguration; } });
10
+ Object.defineProperty(exports, "HistoryData", { enumerable: true, get: function () { return node_opcua_types_1.HistoryData; } });
11
+ Object.defineProperty(exports, "HistoryModifiedData", { enumerable: true, get: function () { return node_opcua_types_1.HistoryModifiedData; } });
12
+ Object.defineProperty(exports, "HistoryReadDetails", { enumerable: true, get: function () { return node_opcua_types_1.HistoryReadDetails; } });
13
+ Object.defineProperty(exports, "HistoryReadValueId", { enumerable: true, get: function () { return node_opcua_types_1.HistoryReadValueId; } });
14
+ Object.defineProperty(exports, "HistoryReadResult", { enumerable: true, get: function () { return node_opcua_types_1.HistoryReadResult; } });
15
+ Object.defineProperty(exports, "HistoryUpdateResult", { enumerable: true, get: function () { return node_opcua_types_1.HistoryUpdateResult; } });
16
+ Object.defineProperty(exports, "HistoryReadRequest", { enumerable: true, get: function () { return node_opcua_types_1.HistoryReadRequest; } });
17
+ Object.defineProperty(exports, "HistoryReadResponse", { enumerable: true, get: function () { return node_opcua_types_1.HistoryReadResponse; } });
18
+ Object.defineProperty(exports, "HistoryUpdateRequest", { enumerable: true, get: function () { return node_opcua_types_1.HistoryUpdateRequest; } });
19
+ Object.defineProperty(exports, "HistoryUpdateResponse", { enumerable: true, get: function () { return node_opcua_types_1.HistoryUpdateResponse; } });
20
+ Object.defineProperty(exports, "ReadRawModifiedDetails", { enumerable: true, get: function () { return node_opcua_types_1.ReadRawModifiedDetails; } });
21
+ Object.defineProperty(exports, "ReadProcessedDetails", { enumerable: true, get: function () { return node_opcua_types_1.ReadProcessedDetails; } });
22
+ Object.defineProperty(exports, "ReadAtTimeDetails", { enumerable: true, get: function () { return node_opcua_types_1.ReadAtTimeDetails; } });
23
+ Object.defineProperty(exports, "HistoryUpdateType", { enumerable: true, get: function () { return node_opcua_types_1.HistoryUpdateType; } });
24
+ Object.defineProperty(exports, "ModificationInfo", { enumerable: true, get: function () { return node_opcua_types_1.ModificationInfo; } });
25
+ Object.defineProperty(exports, "ReadEventDetails", { enumerable: true, get: function () { return node_opcua_types_1.ReadEventDetails; } });
26
+ const node_opcua_assert_1 = require("node-opcua-assert");
27
+ const node_opcua_types_2 = require("node-opcua-types");
28
+ (0, node_opcua_assert_1.assert)(node_opcua_types_2.HistoryReadRequest.schema.fields[2].name === "timestampsToReturn");
29
+ node_opcua_types_2.HistoryReadRequest.schema.fields[2].defaultValue = node_opcua_data_value_1.TimestampsToReturn.Neither;
30
30
  //# sourceMappingURL=imports.js.map
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- /**
2
- * @module node-opcua-service-history
3
- */
4
- export * from "./imports";
1
+ /**
2
+ * @module node-opcua-service-history
3
+ */
4
+ export * from "./imports";
package/dist/index.js CHANGED
@@ -1,21 +1,21 @@
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
- /**
18
- * @module node-opcua-service-history
19
- */
20
- __exportStar(require("./imports"), exports);
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
+ /**
18
+ * @module node-opcua-service-history
19
+ */
20
+ __exportStar(require("./imports"), exports);
21
21
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-service-history",
3
- "version": "2.76.0",
3
+ "version": "2.76.2",
4
4
  "description": "pure nodejs OPCUA SDK - module -service-history",
5
5
  "scripts": {
6
6
  "test": "mocha",
@@ -11,12 +11,12 @@
11
11
  "types": "./dist/index.d.ts",
12
12
  "dependencies": {
13
13
  "node-opcua-assert": "2.76.0",
14
- "node-opcua-data-value": "2.76.0",
15
- "node-opcua-types": "2.76.0"
14
+ "node-opcua-data-value": "2.76.2",
15
+ "node-opcua-types": "2.76.2"
16
16
  },
17
17
  "devDependencies": {
18
- "node-opcua-packet-analyzer": "2.76.0",
19
- "node-opcua-service-read": "2.76.0"
18
+ "node-opcua-packet-analyzer": "2.76.2",
19
+ "node-opcua-service-read": "2.76.2"
20
20
  },
21
21
  "author": "Etienne Rossignon",
22
22
  "license": "MIT",
@@ -33,5 +33,5 @@
33
33
  "internet of things"
34
34
  ],
35
35
  "homepage": "http://node-opcua.github.io/",
36
- "gitHead": "75d9b8cf894c8fbadf77d2c4a48a730d055465e7"
36
+ "gitHead": "acb5ecaf1e1c71af3b63e80909d58447f3f298e7"
37
37
  }