node-opcua-nodeset-machinery 2.180.0 → 2.182.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +15 -15
- package/dist/index.js +15 -15
- package/dist/index.js.map +1 -1
- package/dist/ua_i_machine_vendor_nameplate.d.ts +1 -1
- package/dist/ua_i_machinery_equipment.d.ts +1 -1
- package/dist/ua_machine_components.d.ts +1 -1
- package/dist/ua_machine_identification.d.ts +1 -1
- package/dist/ua_machinery_component_identification.d.ts +1 -1
- package/dist/ua_monitoring.d.ts +2 -2
- package/package.json +11 -11
- package/source/index.ts +15 -15
- package/source/ua_i_machine_vendor_nameplate.ts +1 -1
- package/source/ua_i_machinery_equipment.ts +1 -1
- package/source/ua_machine_components.ts +1 -1
- package/source/ua_machine_identification.ts +1 -1
- package/source/ua_machinery_component_identification.ts +1 -1
- package/source/ua_monitoring.ts +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export * from "./ua_i_machine_tag_nameplate";
|
|
2
|
-
export * from "./ua_i_machine_vendor_nameplate";
|
|
3
|
-
export * from "./ua_i_machinery_equipment";
|
|
4
|
-
export * from "./ua_i_machinery_item_vendor_nameplate";
|
|
5
|
-
export * from "./ua_machine_components";
|
|
6
|
-
export * from "./ua_machine_identification";
|
|
7
|
-
export * from "./ua_machinery_component_identification";
|
|
8
|
-
export * from "./ua_machinery_equipment_folder";
|
|
9
|
-
export * from "./ua_machinery_item_identification";
|
|
10
|
-
export * from "./ua_machinery_item_state_state_machine";
|
|
11
|
-
export * from "./ua_machinery_lifetime_counter";
|
|
12
|
-
export * from "./ua_machinery_operation_counter";
|
|
13
|
-
export * from "./ua_machinery_operation_mode_state_machine";
|
|
14
|
-
export * from "./ua_monitoring";
|
|
15
|
-
export * from "./ua_notifications";
|
|
1
|
+
export * from "./ua_i_machine_tag_nameplate.js";
|
|
2
|
+
export * from "./ua_i_machine_vendor_nameplate.js";
|
|
3
|
+
export * from "./ua_i_machinery_equipment.js";
|
|
4
|
+
export * from "./ua_i_machinery_item_vendor_nameplate.js";
|
|
5
|
+
export * from "./ua_machine_components.js";
|
|
6
|
+
export * from "./ua_machine_identification.js";
|
|
7
|
+
export * from "./ua_machinery_component_identification.js";
|
|
8
|
+
export * from "./ua_machinery_equipment_folder.js";
|
|
9
|
+
export * from "./ua_machinery_item_identification.js";
|
|
10
|
+
export * from "./ua_machinery_item_state_state_machine.js";
|
|
11
|
+
export * from "./ua_machinery_lifetime_counter.js";
|
|
12
|
+
export * from "./ua_machinery_operation_counter.js";
|
|
13
|
+
export * from "./ua_machinery_operation_mode_state_machine.js";
|
|
14
|
+
export * from "./ua_monitoring.js";
|
|
15
|
+
export * from "./ua_notifications.js";
|
package/dist/index.js
CHANGED
|
@@ -14,19 +14,19 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./ua_i_machine_tag_nameplate"), exports);
|
|
18
|
-
__exportStar(require("./ua_i_machine_vendor_nameplate"), exports);
|
|
19
|
-
__exportStar(require("./ua_i_machinery_equipment"), exports);
|
|
20
|
-
__exportStar(require("./ua_i_machinery_item_vendor_nameplate"), exports);
|
|
21
|
-
__exportStar(require("./ua_machine_components"), exports);
|
|
22
|
-
__exportStar(require("./ua_machine_identification"), exports);
|
|
23
|
-
__exportStar(require("./ua_machinery_component_identification"), exports);
|
|
24
|
-
__exportStar(require("./ua_machinery_equipment_folder"), exports);
|
|
25
|
-
__exportStar(require("./ua_machinery_item_identification"), exports);
|
|
26
|
-
__exportStar(require("./ua_machinery_item_state_state_machine"), exports);
|
|
27
|
-
__exportStar(require("./ua_machinery_lifetime_counter"), exports);
|
|
28
|
-
__exportStar(require("./ua_machinery_operation_counter"), exports);
|
|
29
|
-
__exportStar(require("./ua_machinery_operation_mode_state_machine"), exports);
|
|
30
|
-
__exportStar(require("./ua_monitoring"), exports);
|
|
31
|
-
__exportStar(require("./ua_notifications"), exports);
|
|
17
|
+
__exportStar(require("./ua_i_machine_tag_nameplate.js"), exports);
|
|
18
|
+
__exportStar(require("./ua_i_machine_vendor_nameplate.js"), exports);
|
|
19
|
+
__exportStar(require("./ua_i_machinery_equipment.js"), exports);
|
|
20
|
+
__exportStar(require("./ua_i_machinery_item_vendor_nameplate.js"), exports);
|
|
21
|
+
__exportStar(require("./ua_machine_components.js"), exports);
|
|
22
|
+
__exportStar(require("./ua_machine_identification.js"), exports);
|
|
23
|
+
__exportStar(require("./ua_machinery_component_identification.js"), exports);
|
|
24
|
+
__exportStar(require("./ua_machinery_equipment_folder.js"), exports);
|
|
25
|
+
__exportStar(require("./ua_machinery_item_identification.js"), exports);
|
|
26
|
+
__exportStar(require("./ua_machinery_item_state_state_machine.js"), exports);
|
|
27
|
+
__exportStar(require("./ua_machinery_lifetime_counter.js"), exports);
|
|
28
|
+
__exportStar(require("./ua_machinery_operation_counter.js"), exports);
|
|
29
|
+
__exportStar(require("./ua_machinery_operation_mode_state_machine.js"), exports);
|
|
30
|
+
__exportStar(require("./ua_monitoring.js"), exports);
|
|
31
|
+
__exportStar(require("./ua_notifications.js"), exports);
|
|
32
32
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD;AAChD,qEAAmD;AACnD,gEAA8C;AAC9C,4EAA0D;AAC1D,6DAA2C;AAC3C,iEAA+C;AAC/C,6EAA2D;AAC3D,qEAAmD;AACnD,wEAAsD;AACtD,6EAA2D;AAC3D,qEAAmD;AACnD,sEAAoD;AACpD,iFAA+D;AAC/D,qDAAmC;AACnC,wDAAsC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { UAIMachineryItemVendorNameplate, UAIMachineryItemVendorNameplate_Base } from "./ua_i_machinery_item_vendor_nameplate";
|
|
4
|
+
import type { UAIMachineryItemVendorNameplate, UAIMachineryItemVendorNameplate_Base } from "./ua_i_machinery_item_vendor_nameplate.js";
|
|
5
5
|
/**
|
|
6
6
|
* Interface containing identification and nameplate
|
|
7
7
|
* information for a machine provided by the machine
|
|
@@ -3,7 +3,7 @@ import type { UAString } from "node-opcua-basic-types";
|
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
4
|
import type { UALifetimeVariable } from "node-opcua-nodeset-di/dist/ua_lifetime_variable";
|
|
5
5
|
import type { DataType } from "node-opcua-variant";
|
|
6
|
-
import type { UAIMachineTagNameplate, UAIMachineTagNameplate_Base } from "./ua_i_machine_tag_nameplate";
|
|
6
|
+
import type { UAIMachineTagNameplate, UAIMachineTagNameplate_Base } from "./ua_i_machine_tag_nameplate.js";
|
|
7
7
|
/**
|
|
8
8
|
* Provides base identification information of
|
|
9
9
|
* MachineryEquipment that can be set by the user.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { QualifiedName } from "node-opcua-data-model";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
|
-
import type { UAMachineryItemIdentification } from "./ua_machinery_item_identification";
|
|
4
|
+
import type { UAMachineryItemIdentification } from "./ua_machinery_item_identification.js";
|
|
5
5
|
export interface UAMachineComponents_$Component$ extends UAObject {
|
|
6
6
|
/**
|
|
7
7
|
* identification
|
|
@@ -2,7 +2,7 @@ import type { UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
3
|
import type { QualifiedName } from "node-opcua-data-model";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
|
-
import type { UAMachineryItemIdentification, UAMachineryItemIdentification_Base } from "./ua_machinery_item_identification";
|
|
5
|
+
import type { UAMachineryItemIdentification, UAMachineryItemIdentification_Base } from "./ua_machinery_item_identification.js";
|
|
6
6
|
/**
|
|
7
7
|
* Contains information about the identification and
|
|
8
8
|
* nameplate of a machine
|
|
@@ -2,7 +2,7 @@ import type { UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
3
|
import type { QualifiedName } from "node-opcua-data-model";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
|
-
import type { UAMachineryItemIdentification, UAMachineryItemIdentification_Base } from "./ua_machinery_item_identification";
|
|
5
|
+
import type { UAMachineryItemIdentification, UAMachineryItemIdentification_Base } from "./ua_machinery_item_identification.js";
|
|
6
6
|
/**
|
|
7
7
|
* Contains information about the identification and
|
|
8
8
|
* nameplate of a component
|
package/dist/ua_monitoring.d.ts
CHANGED
|
@@ -5,8 +5,8 @@ import type { UABasicStacklight } from "node-opcua-nodeset-ia/dist/ua_basic_stac
|
|
|
5
5
|
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
6
|
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
|
-
import type { UAMachineryItemState_StateMachine } from "./ua_machinery_item_state_state_machine";
|
|
9
|
-
import type { UAMachineryOperationModeStateMachine } from "./ua_machinery_operation_mode_state_machine";
|
|
8
|
+
import type { UAMachineryItemState_StateMachine } from "./ua_machinery_item_state_state_machine.js";
|
|
9
|
+
import type { UAMachineryOperationModeStateMachine } from "./ua_machinery_operation_mode_state_machine.js";
|
|
10
10
|
export interface UAMonitoring_health extends UAFolder {
|
|
11
11
|
deviceHealth?: UABaseDataVariable<EnumDeviceHealth, DataType.Int32>;
|
|
12
12
|
deviceHealthAlarms?: UAFolder;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-machinery",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.182.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-machinery",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -11,15 +11,15 @@
|
|
|
11
11
|
"author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"node-opcua-address-space-base": "2.
|
|
15
|
-
"node-opcua-basic-types": "2.
|
|
16
|
-
"node-opcua-data-access": "2.
|
|
17
|
-
"node-opcua-data-model": "2.
|
|
18
|
-
"node-opcua-nodeid": "2.
|
|
19
|
-
"node-opcua-nodeset-di": "2.
|
|
20
|
-
"node-opcua-nodeset-ia": "2.
|
|
21
|
-
"node-opcua-nodeset-ua": "2.
|
|
22
|
-
"node-opcua-variant": "2.
|
|
14
|
+
"node-opcua-address-space-base": "2.182.0",
|
|
15
|
+
"node-opcua-basic-types": "2.182.0",
|
|
16
|
+
"node-opcua-data-access": "2.182.0",
|
|
17
|
+
"node-opcua-data-model": "2.182.0",
|
|
18
|
+
"node-opcua-nodeid": "2.182.0",
|
|
19
|
+
"node-opcua-nodeset-di": "2.182.0",
|
|
20
|
+
"node-opcua-nodeset-ia": "2.182.0",
|
|
21
|
+
"node-opcua-nodeset-ua": "2.182.0",
|
|
22
|
+
"node-opcua-variant": "2.182.0"
|
|
23
23
|
},
|
|
24
24
|
"files": [
|
|
25
25
|
"dist",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"internet of things"
|
|
39
39
|
],
|
|
40
40
|
"homepage": "http://node-opcua.github.io/",
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "7172ac8333d34505a72221e8f56e8708c2c96bd7"
|
|
42
42
|
}
|
package/source/index.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export * from "./ua_i_machine_tag_nameplate";
|
|
2
|
-
export * from "./ua_i_machine_vendor_nameplate";
|
|
3
|
-
export * from "./ua_i_machinery_equipment";
|
|
4
|
-
export * from "./ua_i_machinery_item_vendor_nameplate";
|
|
5
|
-
export * from "./ua_machine_components";
|
|
6
|
-
export * from "./ua_machine_identification";
|
|
7
|
-
export * from "./ua_machinery_component_identification";
|
|
8
|
-
export * from "./ua_machinery_equipment_folder";
|
|
9
|
-
export * from "./ua_machinery_item_identification";
|
|
10
|
-
export * from "./ua_machinery_item_state_state_machine";
|
|
11
|
-
export * from "./ua_machinery_lifetime_counter";
|
|
12
|
-
export * from "./ua_machinery_operation_counter";
|
|
13
|
-
export * from "./ua_machinery_operation_mode_state_machine";
|
|
14
|
-
export * from "./ua_monitoring";
|
|
15
|
-
export * from "./ua_notifications";
|
|
1
|
+
export * from "./ua_i_machine_tag_nameplate.js";
|
|
2
|
+
export * from "./ua_i_machine_vendor_nameplate.js";
|
|
3
|
+
export * from "./ua_i_machinery_equipment.js";
|
|
4
|
+
export * from "./ua_i_machinery_item_vendor_nameplate.js";
|
|
5
|
+
export * from "./ua_machine_components.js";
|
|
6
|
+
export * from "./ua_machine_identification.js";
|
|
7
|
+
export * from "./ua_machinery_component_identification.js";
|
|
8
|
+
export * from "./ua_machinery_equipment_folder.js";
|
|
9
|
+
export * from "./ua_machinery_item_identification.js";
|
|
10
|
+
export * from "./ua_machinery_item_state_state_machine.js";
|
|
11
|
+
export * from "./ua_machinery_lifetime_counter.js";
|
|
12
|
+
export * from "./ua_machinery_operation_counter.js";
|
|
13
|
+
export * from "./ua_machinery_operation_mode_state_machine.js";
|
|
14
|
+
export * from "./ua_monitoring.js";
|
|
15
|
+
export * from "./ua_notifications.js";
|
|
@@ -2,7 +2,7 @@ import type { UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
|
-
import type { UAIMachineryItemVendorNameplate, UAIMachineryItemVendorNameplate_Base } from "./ua_i_machinery_item_vendor_nameplate";
|
|
5
|
+
import type { UAIMachineryItemVendorNameplate, UAIMachineryItemVendorNameplate_Base } from "./ua_i_machinery_item_vendor_nameplate.js";
|
|
6
6
|
|
|
7
7
|
// ----- this file has been automatically generated - do not edit
|
|
8
8
|
|
|
@@ -4,7 +4,7 @@ import type { LocalizedText } from "node-opcua-data-model";
|
|
|
4
4
|
import type { UALifetimeVariable } from "node-opcua-nodeset-di/dist/ua_lifetime_variable";
|
|
5
5
|
import type { DataType } from "node-opcua-variant";
|
|
6
6
|
|
|
7
|
-
import type { UAIMachineTagNameplate, UAIMachineTagNameplate_Base } from "./ua_i_machine_tag_nameplate";
|
|
7
|
+
import type { UAIMachineTagNameplate, UAIMachineTagNameplate_Base } from "./ua_i_machine_tag_nameplate.js";
|
|
8
8
|
|
|
9
9
|
// ----- this file has been automatically generated - do not edit
|
|
10
10
|
|
|
@@ -2,7 +2,7 @@ import type { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import type { QualifiedName } from "node-opcua-data-model";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
|
-
import type { UAMachineryItemIdentification } from "./ua_machinery_item_identification";
|
|
5
|
+
import type { UAMachineryItemIdentification } from "./ua_machinery_item_identification.js";
|
|
6
6
|
|
|
7
7
|
// ----- this file has been automatically generated - do not edit
|
|
8
8
|
|
|
@@ -3,7 +3,7 @@ import type { UAString } from "node-opcua-basic-types";
|
|
|
3
3
|
import type { QualifiedName } from "node-opcua-data-model";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
|
-
import type { UAMachineryItemIdentification, UAMachineryItemIdentification_Base } from "./ua_machinery_item_identification";
|
|
6
|
+
import type { UAMachineryItemIdentification, UAMachineryItemIdentification_Base } from "./ua_machinery_item_identification.js";
|
|
7
7
|
|
|
8
8
|
// ----- this file has been automatically generated - do not edit
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@ import type { UAString } from "node-opcua-basic-types";
|
|
|
3
3
|
import type { QualifiedName } from "node-opcua-data-model";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
|
-
import type { UAMachineryItemIdentification, UAMachineryItemIdentification_Base } from "./ua_machinery_item_identification";
|
|
6
|
+
import type { UAMachineryItemIdentification, UAMachineryItemIdentification_Base } from "./ua_machinery_item_identification.js";
|
|
7
7
|
|
|
8
8
|
// ----- this file has been automatically generated - do not edit
|
|
9
9
|
|
package/source/ua_monitoring.ts
CHANGED
|
@@ -6,8 +6,8 @@ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data
|
|
|
6
6
|
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
8
|
|
|
9
|
-
import type { UAMachineryItemState_StateMachine } from "./ua_machinery_item_state_state_machine";
|
|
10
|
-
import type { UAMachineryOperationModeStateMachine } from "./ua_machinery_operation_mode_state_machine";
|
|
9
|
+
import type { UAMachineryItemState_StateMachine } from "./ua_machinery_item_state_state_machine.js";
|
|
10
|
+
import type { UAMachineryOperationModeStateMachine } from "./ua_machinery_operation_mode_state_machine.js";
|
|
11
11
|
|
|
12
12
|
// ----- this file has been automatically generated - do not edit
|
|
13
13
|
|