node-opcua-nodeset-pack-ml 2.169.0 → 2.172.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.
Files changed (32) hide show
  1. package/dist/dt_pack_ml_alarm.d.ts +3 -3
  2. package/dist/dt_pack_ml_alarm.js.map +1 -1
  3. package/dist/dt_pack_ml_count.d.ts +4 -4
  4. package/dist/dt_pack_ml_count.js.map +1 -1
  5. package/dist/dt_pack_ml_descriptor.d.ts +4 -4
  6. package/dist/dt_pack_ml_descriptor.js.map +1 -1
  7. package/dist/dt_pack_ml_ingredients.d.ts +4 -4
  8. package/dist/dt_pack_ml_ingredients.js.map +1 -1
  9. package/dist/dt_pack_ml_product.d.ts +5 -5
  10. package/dist/dt_pack_ml_product.js.map +1 -1
  11. package/dist/dt_pack_ml_remote_interface.d.ts +4 -4
  12. package/dist/dt_pack_ml_remote_interface.js.map +1 -1
  13. package/dist/ua_pack_ml_admin_object.d.ts +7 -7
  14. package/dist/ua_pack_ml_base_object.d.ts +6 -6
  15. package/dist/ua_pack_ml_base_state_machine.d.ts +8 -8
  16. package/dist/ua_pack_ml_execute_state_machine.d.ts +7 -7
  17. package/dist/ua_pack_ml_machine_state_machine.d.ts +8 -8
  18. package/dist/ua_pack_ml_status_object.d.ts +9 -9
  19. package/package.json +10 -10
  20. package/source/dt_pack_ml_alarm.ts +5 -3
  21. package/source/dt_pack_ml_count.ts +6 -4
  22. package/source/dt_pack_ml_descriptor.ts +6 -4
  23. package/source/dt_pack_ml_ingredients.ts +7 -4
  24. package/source/dt_pack_ml_product.ts +8 -5
  25. package/source/dt_pack_ml_remote_interface.ts +7 -4
  26. package/source/index.ts +1 -1
  27. package/source/ua_pack_ml_admin_object.ts +11 -9
  28. package/source/ua_pack_ml_base_object.ts +10 -8
  29. package/source/ua_pack_ml_base_state_machine.ts +12 -10
  30. package/source/ua_pack_ml_execute_state_machine.ts +10 -9
  31. package/source/ua_pack_ml_machine_state_machine.ts +12 -10
  32. package/source/ua_pack_ml_status_object.ts +13 -11
@@ -1,6 +1,6 @@
1
- import { Int32, UAString } from "node-opcua-basic-types";
2
- import { ExtensionObject } from "node-opcua-extension-object";
3
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
1
+ import type { Int32, UAString } from "node-opcua-basic-types";
2
+ import type { ExtensionObject } from "node-opcua-extension-object";
3
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
4
4
  /**
5
5
  * | | |
6
6
  * |-----------|------------------------------------------------------------|
@@ -1 +1 @@
1
- {"version":3,"file":"dt_pack_ml_alarm.js","sourceRoot":"","sources":["../source/dt_pack_ml_alarm.ts"],"names":[],"mappings":";;AA4ByE,CAAC"}
1
+ {"version":3,"file":"dt_pack_ml_alarm.js","sourceRoot":"","sources":["../source/dt_pack_ml_alarm.ts"],"names":[],"mappings":";;AA8ByE,CAAC"}
@@ -1,7 +1,7 @@
1
- import { EUInformation } from "node-opcua-data-access";
2
- import { Int32, UAString } from "node-opcua-basic-types";
3
- import { ExtensionObject } from "node-opcua-extension-object";
4
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
1
+ import type { Int32, UAString } from "node-opcua-basic-types";
2
+ import type { EUInformation } from "node-opcua-data-access";
3
+ import type { ExtensionObject } from "node-opcua-extension-object";
4
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
5
5
  /**
6
6
  * | | |
7
7
  * |-----------|------------------------------------------------------------|
@@ -1 +1 @@
1
- {"version":3,"file":"dt_pack_ml_count.js","sourceRoot":"","sources":["../source/dt_pack_ml_count.ts"],"names":[],"mappings":";;AAyByE,CAAC"}
1
+ {"version":3,"file":"dt_pack_ml_count.js","sourceRoot":"","sources":["../source/dt_pack_ml_count.ts"],"names":[],"mappings":";;AA2ByE,CAAC"}
@@ -1,7 +1,7 @@
1
- import { EUInformation } from "node-opcua-data-access";
2
- import { Int32, UAString } from "node-opcua-basic-types";
3
- import { ExtensionObject } from "node-opcua-extension-object";
4
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
1
+ import type { Int32, UAString } from "node-opcua-basic-types";
2
+ import type { EUInformation } from "node-opcua-data-access";
3
+ import type { ExtensionObject } from "node-opcua-extension-object";
4
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
5
5
  /**
6
6
  * | | |
7
7
  * |-----------|------------------------------------------------------------|
@@ -1 +1 @@
1
- {"version":3,"file":"dt_pack_ml_descriptor.js","sourceRoot":"","sources":["../source/dt_pack_ml_descriptor.ts"],"names":[],"mappings":";;AAuBmF,CAAC"}
1
+ {"version":3,"file":"dt_pack_ml_descriptor.js","sourceRoot":"","sources":["../source/dt_pack_ml_descriptor.ts"],"names":[],"mappings":";;AAyBmF,CAAC"}
@@ -1,7 +1,7 @@
1
- import { Int32 } from "node-opcua-basic-types";
2
- import { ExtensionObject } from "node-opcua-extension-object";
3
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
4
- import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
1
+ import type { Int32 } from "node-opcua-basic-types";
2
+ import type { ExtensionObject } from "node-opcua-extension-object";
3
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
4
+ import type { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
5
5
  /**
6
6
  * | | |
7
7
  * |-----------|------------------------------------------------------------|
@@ -1 +1 @@
1
- {"version":3,"file":"dt_pack_ml_ingredients.js","sourceRoot":"","sources":["../source/dt_pack_ml_ingredients.ts"],"names":[],"mappings":";;AAmBqF,CAAC"}
1
+ {"version":3,"file":"dt_pack_ml_ingredients.js","sourceRoot":"","sources":["../source/dt_pack_ml_ingredients.ts"],"names":[],"mappings":";;AAsBqF,CAAC"}
@@ -1,8 +1,8 @@
1
- import { Int32 } from "node-opcua-basic-types";
2
- import { ExtensionObject } from "node-opcua-extension-object";
3
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
4
- import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
5
- import { DTPackMLIngredients } from "./dt_pack_ml_ingredients";
1
+ import type { Int32 } from "node-opcua-basic-types";
2
+ import type { ExtensionObject } from "node-opcua-extension-object";
3
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
4
+ import type { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
5
+ import type { DTPackMLIngredients } from "./dt_pack_ml_ingredients";
6
6
  /**
7
7
  * | | |
8
8
  * |-----------|------------------------------------------------------------|
@@ -1 +1 @@
1
- {"version":3,"file":"dt_pack_ml_product.js","sourceRoot":"","sources":["../source/dt_pack_ml_product.ts"],"names":[],"mappings":";;AAsB6E,CAAC"}
1
+ {"version":3,"file":"dt_pack_ml_product.js","sourceRoot":"","sources":["../source/dt_pack_ml_product.ts"],"names":[],"mappings":";;AAyB6E,CAAC"}
@@ -1,7 +1,7 @@
1
- import { Int32 } from "node-opcua-basic-types";
2
- import { ExtensionObject } from "node-opcua-extension-object";
3
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
4
- import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
1
+ import type { Int32 } from "node-opcua-basic-types";
2
+ import type { ExtensionObject } from "node-opcua-extension-object";
3
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
4
+ import type { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
5
5
  /**
6
6
  * | | |
7
7
  * |-----------|------------------------------------------------------------|
@@ -1 +1 @@
1
- {"version":3,"file":"dt_pack_ml_remote_interface.js","sourceRoot":"","sources":["../source/dt_pack_ml_remote_interface.ts"],"names":[],"mappings":";;AAuB6F,CAAC"}
1
+ {"version":3,"file":"dt_pack_ml_remote_interface.js","sourceRoot":"","sources":["../source/dt_pack_ml_remote_interface.ts"],"names":[],"mappings":";;AA0B6F,CAAC"}
@@ -1,10 +1,10 @@
1
- import { UAObject } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { Int32 } from "node-opcua-basic-types";
4
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
5
- import { DTPackMLAlarm } from "./dt_pack_ml_alarm";
6
- import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
7
- import { DTPackMLCount } from "./dt_pack_ml_count";
1
+ import type { UAObject } from "node-opcua-address-space-base";
2
+ import type { Int32 } from "node-opcua-basic-types";
3
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
+ import type { DataType } from "node-opcua-variant";
5
+ import type { DTPackMLAlarm } from "./dt_pack_ml_alarm";
6
+ import type { DTPackMLCount } from "./dt_pack_ml_count";
7
+ import type { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
8
8
  /**
9
9
  * | | |
10
10
  * |----------------|------------------------------------------------------------|
@@ -1,9 +1,9 @@
1
- import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { UAString } from "node-opcua-basic-types";
4
- import { UAPackMLAdminObject } from "./ua_pack_ml_admin_object";
5
- import { UAPackMLBaseStateMachine } from "./ua_pack_ml_base_state_machine";
6
- import { UAPackMLStatusObject } from "./ua_pack_ml_status_object";
1
+ import type { UAMethod, UAObject, UAProperty } from "node-opcua-address-space-base";
2
+ import type { UAString } from "node-opcua-basic-types";
3
+ import type { DataType } from "node-opcua-variant";
4
+ import type { UAPackMLAdminObject } from "./ua_pack_ml_admin_object";
5
+ import type { UAPackMLBaseStateMachine } from "./ua_pack_ml_base_state_machine";
6
+ import type { UAPackMLStatusObject } from "./ua_pack_ml_status_object";
7
7
  /**
8
8
  * | | |
9
9
  * |----------------|------------------------------------------------------------|
@@ -1,11 +1,11 @@
1
- import { UAMethod } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { NodeId } from "node-opcua-nodeid";
4
- import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
5
- import { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
6
- import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
7
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
8
- import { UAPackMLMachineStateMachine } from "./ua_pack_ml_machine_state_machine";
1
+ import type { UAMethod } from "node-opcua-address-space-base";
2
+ import type { NodeId } from "node-opcua-nodeid";
3
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
+ import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
5
+ import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
6
+ import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
7
+ import type { DataType } from "node-opcua-variant";
8
+ import type { UAPackMLMachineStateMachine } from "./ua_pack_ml_machine_state_machine";
9
9
  /**
10
10
  * | | |
11
11
  * |----------------|------------------------------------------------------------|
@@ -1,10 +1,10 @@
1
- import { UAMethod } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { NodeId } from "node-opcua-nodeid";
4
- import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
5
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
6
- import { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
7
- import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
1
+ import type { UAMethod } from "node-opcua-address-space-base";
2
+ import type { NodeId } from "node-opcua-nodeid";
3
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
+ import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
5
+ import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
6
+ import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
7
+ import type { DataType } from "node-opcua-variant";
8
8
  /**
9
9
  * | | |
10
10
  * |----------------|------------------------------------------------------------|
@@ -1,11 +1,11 @@
1
- import { UAMethod } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { NodeId } from "node-opcua-nodeid";
4
- import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
5
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
6
- import { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
7
- import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
8
- import { UAPackMLExecuteStateMachine } from "./ua_pack_ml_execute_state_machine";
1
+ import type { UAMethod } from "node-opcua-address-space-base";
2
+ import type { NodeId } from "node-opcua-nodeid";
3
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
+ import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
5
+ import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
6
+ import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
7
+ import type { DataType } from "node-opcua-variant";
8
+ import type { UAPackMLExecuteStateMachine } from "./ua_pack_ml_execute_state_machine";
9
9
  /**
10
10
  * | | |
11
11
  * |----------------|------------------------------------------------------------|
@@ -1,12 +1,12 @@
1
- import { UAObject, UAProperty } from "node-opcua-address-space-base";
2
- import { DataType } from "node-opcua-variant";
3
- import { NodeId } from "node-opcua-nodeid";
4
- import { Int32 } from "node-opcua-basic-types";
5
- import { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
6
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
7
- import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
8
- import { DTPackMLProduct } from "./dt_pack_ml_product";
9
- import { DTPackMLRemoteInterface } from "./dt_pack_ml_remote_interface";
1
+ import type { UAObject, UAProperty } from "node-opcua-address-space-base";
2
+ import type { Int32 } from "node-opcua-basic-types";
3
+ import type { NodeId } from "node-opcua-nodeid";
4
+ import type { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
5
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
6
+ import type { DataType } from "node-opcua-variant";
7
+ import type { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
8
+ import type { DTPackMLProduct } from "./dt_pack_ml_product";
9
+ import type { DTPackMLRemoteInterface } from "./dt_pack_ml_remote_interface";
10
10
  /**
11
11
  * | | |
12
12
  * |----------------|------------------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-pack-ml",
3
- "version": "2.169.0",
3
+ "version": "2.172.0",
4
4
  "description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-pack-ml",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,14 +11,14 @@
11
11
  "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
- "node-opcua-address-space-base": "2.169.0",
15
- "node-opcua-basic-types": "2.169.0",
16
- "node-opcua-data-access": "2.169.0",
17
- "node-opcua-data-model": "2.169.0",
18
- "node-opcua-extension-object": "2.169.0",
19
- "node-opcua-nodeid": "2.169.0",
20
- "node-opcua-nodeset-ua": "2.169.0",
21
- "node-opcua-variant": "2.169.0"
14
+ "node-opcua-address-space-base": "2.172.0",
15
+ "node-opcua-basic-types": "2.172.0",
16
+ "node-opcua-data-access": "2.172.0",
17
+ "node-opcua-data-model": "2.172.0",
18
+ "node-opcua-extension-object": "2.172.0",
19
+ "node-opcua-nodeid": "2.172.0",
20
+ "node-opcua-nodeset-ua": "2.172.0",
21
+ "node-opcua-variant": "2.172.0"
22
22
  },
23
23
  "files": [
24
24
  "dist",
@@ -37,5 +37,5 @@
37
37
  "internet of things"
38
38
  ],
39
39
  "homepage": "http://node-opcua.github.io/",
40
- "gitHead": "82d570d3e95bea689cbbe30096279885c5282245"
40
+ "gitHead": "dfe9993a93b5c3897825e898b5f07b25952c7f45"
41
41
  }
@@ -1,7 +1,9 @@
1
+ import type { Int32, UAString } from "node-opcua-basic-types";
2
+ import type { ExtensionObject } from "node-opcua-extension-object";
3
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
4
+
1
5
  // ----- this file has been automatically generated - do not edit
2
- import { Int32, UAString } from "node-opcua-basic-types"
3
- import { ExtensionObject } from "node-opcua-extension-object"
4
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
6
+
5
7
  /**
6
8
  * | | |
7
9
  * |-----------|------------------------------------------------------------|
@@ -1,8 +1,10 @@
1
+ import type { Int32, UAString } from "node-opcua-basic-types";
2
+ import type { EUInformation } from "node-opcua-data-access";
3
+ import type { ExtensionObject } from "node-opcua-extension-object";
4
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
5
+
1
6
  // ----- this file has been automatically generated - do not edit
2
- import { EUInformation } from "node-opcua-data-access"
3
- import { Int32, UAString } from "node-opcua-basic-types"
4
- import { ExtensionObject } from "node-opcua-extension-object"
5
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
7
+
6
8
  /**
7
9
  * | | |
8
10
  * |-----------|------------------------------------------------------------|
@@ -1,8 +1,10 @@
1
+ import type { Int32, UAString } from "node-opcua-basic-types";
2
+ import type { EUInformation } from "node-opcua-data-access";
3
+ import type { ExtensionObject } from "node-opcua-extension-object";
4
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
5
+
1
6
  // ----- this file has been automatically generated - do not edit
2
- import { EUInformation } from "node-opcua-data-access"
3
- import { Int32, UAString } from "node-opcua-basic-types"
4
- import { ExtensionObject } from "node-opcua-extension-object"
5
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
7
+
6
8
  /**
7
9
  * | | |
8
10
  * |-----------|------------------------------------------------------------|
@@ -1,8 +1,11 @@
1
+ import type { Int32 } from "node-opcua-basic-types";
2
+ import type { ExtensionObject } from "node-opcua-extension-object";
3
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
4
+
5
+ import type { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
6
+
1
7
  // ----- this file has been automatically generated - do not edit
2
- import { Int32 } from "node-opcua-basic-types"
3
- import { ExtensionObject } from "node-opcua-extension-object"
4
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
5
- import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
8
+
6
9
  /**
7
10
  * | | |
8
11
  * |-----------|------------------------------------------------------------|
@@ -1,9 +1,12 @@
1
+ import type { Int32 } from "node-opcua-basic-types";
2
+ import type { ExtensionObject } from "node-opcua-extension-object";
3
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
4
+
5
+ import type { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
6
+ import type { DTPackMLIngredients } from "./dt_pack_ml_ingredients";
7
+
1
8
  // ----- this file has been automatically generated - do not edit
2
- import { Int32 } from "node-opcua-basic-types"
3
- import { ExtensionObject } from "node-opcua-extension-object"
4
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
5
- import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
6
- import { DTPackMLIngredients } from "./dt_pack_ml_ingredients"
9
+
7
10
  /**
8
11
  * | | |
9
12
  * |-----------|------------------------------------------------------------|
@@ -1,8 +1,11 @@
1
+ import type { Int32 } from "node-opcua-basic-types";
2
+ import type { ExtensionObject } from "node-opcua-extension-object";
3
+ import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
4
+
5
+ import type { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
6
+
1
7
  // ----- this file has been automatically generated - do not edit
2
- import { Int32 } from "node-opcua-basic-types"
3
- import { ExtensionObject } from "node-opcua-extension-object"
4
- import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
5
- import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
8
+
6
9
  /**
7
10
  * | | |
8
11
  * |-----------|------------------------------------------------------------|
package/source/index.ts CHANGED
@@ -10,4 +10,4 @@ export * from "./ua_pack_ml_base_object";
10
10
  export * from "./ua_pack_ml_base_state_machine";
11
11
  export * from "./ua_pack_ml_execute_state_machine";
12
12
  export * from "./ua_pack_ml_machine_state_machine";
13
- export * from "./ua_pack_ml_status_object";
13
+ export * from "./ua_pack_ml_status_object";
@@ -1,11 +1,14 @@
1
+ import type { UAObject } from "node-opcua-address-space-base";
2
+ import type { Int32 } from "node-opcua-basic-types";
3
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
+ import type { DataType } from "node-opcua-variant";
5
+
6
+ import type { DTPackMLAlarm } from "./dt_pack_ml_alarm";
7
+ import type { DTPackMLCount } from "./dt_pack_ml_count";
8
+ import type { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
9
+
1
10
  // ----- this file has been automatically generated - do not edit
2
- import { UAObject } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { Int32 } from "node-opcua-basic-types"
5
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
6
- import { DTPackMLAlarm } from "./dt_pack_ml_alarm"
7
- import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
8
- import { DTPackMLCount } from "./dt_pack_ml_count"
11
+
9
12
  /**
10
13
  * | | |
11
14
  * |----------------|------------------------------------------------------------|
@@ -34,5 +37,4 @@ export interface UAPackMLAdminObject_Base {
34
37
  warning?: UABaseDataVariable<DTPackMLAlarm[], DataType.ExtensionObject>;
35
38
  warningExtent?: UABaseDataVariable<Int32, DataType.Int32>;
36
39
  }
37
- export interface UAPackMLAdminObject extends UAObject, UAPackMLAdminObject_Base {
38
- }
40
+ export interface UAPackMLAdminObject extends UAObject, UAPackMLAdminObject_Base {}
@@ -1,10 +1,13 @@
1
+ import type { UAMethod, UAObject, UAProperty } from "node-opcua-address-space-base";
2
+ import type { UAString } from "node-opcua-basic-types";
3
+ import type { DataType } from "node-opcua-variant";
4
+
5
+ import type { UAPackMLAdminObject } from "./ua_pack_ml_admin_object";
6
+ import type { UAPackMLBaseStateMachine } from "./ua_pack_ml_base_state_machine";
7
+ import type { UAPackMLStatusObject } from "./ua_pack_ml_status_object";
8
+
1
9
  // ----- this file has been automatically generated - do not edit
2
- import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { UAString } from "node-opcua-basic-types"
5
- import { UAPackMLAdminObject } from "./ua_pack_ml_admin_object"
6
- import { UAPackMLBaseStateMachine } from "./ua_pack_ml_base_state_machine"
7
- import { UAPackMLStatusObject } from "./ua_pack_ml_status_object"
10
+
8
11
  /**
9
12
  * | | |
10
13
  * |----------------|------------------------------------------------------------|
@@ -26,5 +29,4 @@ export interface UAPackMLBaseObject_Base {
26
29
  status: UAPackMLStatusObject;
27
30
  tagID?: UAProperty<UAString, DataType.String>;
28
31
  }
29
- export interface UAPackMLBaseObject extends UAObject, UAPackMLBaseObject_Base {
30
- }
32
+ export interface UAPackMLBaseObject extends UAObject, UAPackMLBaseObject_Base {}
@@ -1,12 +1,15 @@
1
+ import type { UAMethod } from "node-opcua-address-space-base";
2
+ import type { NodeId } from "node-opcua-nodeid";
3
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
+ import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
5
+ import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
6
+ import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
7
+ import type { DataType } from "node-opcua-variant";
8
+
9
+ import type { UAPackMLMachineStateMachine } from "./ua_pack_ml_machine_state_machine";
10
+
1
11
  // ----- this file has been automatically generated - do not edit
2
- import { UAMethod } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { NodeId } from "node-opcua-nodeid"
5
- import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
6
- import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
7
- import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
8
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
9
- import { UAPackMLMachineStateMachine } from "./ua_pack_ml_machine_state_machine"
12
+
10
13
  /**
11
14
  * | | |
12
15
  * |----------------|------------------------------------------------------------|
@@ -28,5 +31,4 @@ export interface UAPackMLBaseStateMachine_Base extends UAFiniteStateMachine_Base
28
31
  clearedToAborting: UATransition;
29
32
  machineState: UAPackMLMachineStateMachine;
30
33
  }
31
- export interface UAPackMLBaseStateMachine extends Omit<UAFiniteStateMachine, "availableStates"|"availableTransitions">, UAPackMLBaseStateMachine_Base {
32
- }
34
+ export interface UAPackMLBaseStateMachine extends Omit<UAFiniteStateMachine, "availableStates"|"availableTransitions">, UAPackMLBaseStateMachine_Base {}
@@ -1,11 +1,13 @@
1
+ import type { UAMethod } from "node-opcua-address-space-base";
2
+ import type { NodeId } from "node-opcua-nodeid";
3
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
+ import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
5
+ import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
6
+ import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
7
+ import type { DataType } from "node-opcua-variant";
8
+
1
9
  // ----- this file has been automatically generated - do not edit
2
- import { UAMethod } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { NodeId } from "node-opcua-nodeid"
5
- import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
6
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
7
- import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
8
- import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
10
+
9
11
  /**
10
12
  * | | |
11
13
  * |----------------|------------------------------------------------------------|
@@ -145,5 +147,4 @@ export interface UAPackMLExecuteStateMachine_Base extends UAFiniteStateMachine_B
145
147
  unsuspendingToExecute: UATransition;
146
148
  unsuspendingToHolding: UATransition;
147
149
  }
148
- export interface UAPackMLExecuteStateMachine extends Omit<UAFiniteStateMachine, "availableStates"|"availableTransitions">, UAPackMLExecuteStateMachine_Base {
149
- }
150
+ export interface UAPackMLExecuteStateMachine extends Omit<UAFiniteStateMachine, "availableStates"|"availableTransitions">, UAPackMLExecuteStateMachine_Base {}
@@ -1,12 +1,15 @@
1
+ import type { UAMethod } from "node-opcua-address-space-base";
2
+ import type { NodeId } from "node-opcua-nodeid";
3
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
+ import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
5
+ import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
6
+ import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
7
+ import type { DataType } from "node-opcua-variant";
8
+
9
+ import type { UAPackMLExecuteStateMachine } from "./ua_pack_ml_execute_state_machine";
10
+
1
11
  // ----- this file has been automatically generated - do not edit
2
- import { UAMethod } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { NodeId } from "node-opcua-nodeid"
5
- import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
6
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
7
- import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
8
- import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
9
- import { UAPackMLExecuteStateMachine } from "./ua_pack_ml_execute_state_machine"
12
+
10
13
  /**
11
14
  * | | |
12
15
  * |----------------|------------------------------------------------------------|
@@ -53,5 +56,4 @@ export interface UAPackMLMachineStateMachine_Base extends UAFiniteStateMachine_B
53
56
  stopping: UAState;
54
57
  stoppingToStopped: UATransition;
55
58
  }
56
- export interface UAPackMLMachineStateMachine extends Omit<UAFiniteStateMachine, "availableStates"|"availableTransitions">, UAPackMLMachineStateMachine_Base {
57
- }
59
+ export interface UAPackMLMachineStateMachine extends Omit<UAFiniteStateMachine, "availableStates"|"availableTransitions">, UAPackMLMachineStateMachine_Base {}
@@ -1,13 +1,16 @@
1
+ import type { UAObject, UAProperty } from "node-opcua-address-space-base";
2
+ import type { Int32 } from "node-opcua-basic-types";
3
+ import type { NodeId } from "node-opcua-nodeid";
4
+ import type { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
5
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
6
+ import type { DataType } from "node-opcua-variant";
7
+
8
+ import type { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
9
+ import type { DTPackMLProduct } from "./dt_pack_ml_product";
10
+ import type { DTPackMLRemoteInterface } from "./dt_pack_ml_remote_interface";
11
+
1
12
  // ----- this file has been automatically generated - do not edit
2
- import { UAObject, UAProperty } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { NodeId } from "node-opcua-nodeid"
5
- import { Int32 } from "node-opcua-basic-types"
6
- import { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item"
7
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
8
- import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
9
- import { DTPackMLProduct } from "./dt_pack_ml_product"
10
- import { DTPackMLRemoteInterface } from "./dt_pack_ml_remote_interface"
13
+
11
14
  /**
12
15
  * | | |
13
16
  * |----------------|------------------------------------------------------------|
@@ -33,5 +36,4 @@ export interface UAPackMLStatusObject_Base {
33
36
  unitModeRequested?: UABaseDataVariable<boolean, DataType.Boolean>;
34
37
  unitSupportedModes: UAProperty<NodeId, DataType.NodeId>;
35
38
  }
36
- export interface UAPackMLStatusObject extends UAObject, UAPackMLStatusObject_Base {
37
- }
39
+ export interface UAPackMLStatusObject extends UAObject, UAPackMLStatusObject_Base {}