node-opcua-nodeset-adi 2.76.2 → 2.78.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.
@@ -10,7 +10,7 @@ import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_dat
10
10
  * |nodeClass |VariableType |
11
11
  * |typedDefinition |2:EngineeringValueType ns=2;i=9380 |
12
12
  * |dataType |Null |
13
- * |dataType Name |undefined ns=0;i=0 |
13
+ * |dataType Name |VariantOptions ns=0;i=0 |
14
14
  * |isAbstract |false |
15
15
  */
16
16
  export declare type UAEngineeringValue_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
@@ -15,7 +15,7 @@ import { EnumAlarmState } from "./enum_alarm_state";
15
15
  * |nodeClass |VariableType |
16
16
  * |typedDefinition |2:MVAOutputParameterType ns=2;i=2010 |
17
17
  * |dataType |Null |
18
- * |dataType Name |undefined ns=0;i=0 |
18
+ * |dataType Name |VariantOptions ns=0;i=0 |
19
19
  * |isAbstract |false |
20
20
  */
21
21
  export interface UAMVAOutputParameter_Base<T, DT extends DataType> extends UABaseDataVariable_Base<T, DT> {
@@ -12,7 +12,7 @@ import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_dat
12
12
  * |nodeClass |VariableType |
13
13
  * |typedDefinition |2:ProcessVariableType ns=2;i=2008 |
14
14
  * |dataType |Null |
15
- * |dataType Name |undefined ns=0;i=0 |
15
+ * |dataType Name |VariantOptions ns=0;i=0 |
16
16
  * |isAbstract |false |
17
17
  */
18
18
  export declare type UAProcessVariable_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-adi",
3
- "version": "2.76.2",
3
+ "version": "2.78.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,14 +10,14 @@
10
10
  "author": "etienne.rossignon@sterfive.com",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "node-opcua-address-space-base": "2.76.2",
14
- "node-opcua-basic-types": "2.76.2",
15
- "node-opcua-data-access": "2.76.2",
16
- "node-opcua-data-model": "2.76.2",
17
- "node-opcua-nodeid": "2.76.2",
18
- "node-opcua-nodeset-di": "2.76.2",
19
- "node-opcua-nodeset-ua": "2.76.2",
20
- "node-opcua-variant": "2.76.2"
13
+ "node-opcua-address-space-base": "2.78.0",
14
+ "node-opcua-basic-types": "2.77.0",
15
+ "node-opcua-data-access": "2.78.0",
16
+ "node-opcua-data-model": "2.78.0",
17
+ "node-opcua-nodeid": "2.77.0",
18
+ "node-opcua-nodeset-di": "2.78.0",
19
+ "node-opcua-nodeset-ua": "2.78.0",
20
+ "node-opcua-variant": "2.78.0"
21
21
  },
22
- "gitHead": "acb5ecaf1e1c71af3b63e80909d58447f3f298e7"
22
+ "gitHead": "31c6eee3c51f52427584364fff2fdb07bbac65be"
23
23
  }
@@ -1,6 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base"
3
- import { DataType, Variant } from "node-opcua-variant"
3
+ import { DataType, Variant, VariantOptions } from "node-opcua-variant"
4
4
  import { LocalizedText, QualifiedName } from "node-opcua-data-model"
5
5
  import { EUInformation } from "node-opcua-data-access"
6
6
  import { UInt64, UInt32, Int32, UInt16, UAString } from "node-opcua-basic-types"
@@ -1,5 +1,5 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
- import { DataType } from "node-opcua-variant"
2
+ import { DataType, VariantOptions } from "node-opcua-variant"
3
3
  import { LocalizedText, QualifiedName } from "node-opcua-data-model"
4
4
  import { NodeId } from "node-opcua-nodeid"
5
5
  import { UInt32 } from "node-opcua-basic-types"
@@ -1,6 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
3
+ import { DataType, VariantOptions } from "node-opcua-variant"
4
4
  import { LocalizedText } from "node-opcua-data-model"
5
5
  import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
6
6
  /**
@@ -1,5 +1,5 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
- import { DataType } from "node-opcua-variant"
2
+ import { DataType, VariantOptions } from "node-opcua-variant"
3
3
  import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_data_item"
4
4
  /**
5
5
  * Expose key results of an analyser and the
@@ -11,7 +11,7 @@ import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_dat
11
11
  * |nodeClass |VariableType |
12
12
  * |typedDefinition |2:EngineeringValueType ns=2;i=9380 |
13
13
  * |dataType |Null |
14
- * |dataType Name |undefined ns=0;i=0 |
14
+ * |dataType Name |VariantOptions ns=0;i=0 |
15
15
  * |isAbstract |false |
16
16
  */
17
17
  export type UAEngineeringValue_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
@@ -1,6 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
3
+ import { DataType, VariantOptions } from "node-opcua-variant"
4
4
  import { Int32, UAString } from "node-opcua-basic-types"
5
5
  import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
6
6
  import { EnumAlarmState } from "./enum_alarm_state"
@@ -1,6 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
3
+ import { DataType, VariantOptions } from "node-opcua-variant"
4
4
  import { UAString } from "node-opcua-basic-types"
5
5
  import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
6
6
  import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
@@ -16,7 +16,7 @@ import { EnumAlarmState } from "./enum_alarm_state"
16
16
  * |nodeClass |VariableType |
17
17
  * |typedDefinition |2:MVAOutputParameterType ns=2;i=2010 |
18
18
  * |dataType |Null |
19
- * |dataType Name |undefined ns=0;i=0 |
19
+ * |dataType Name |VariantOptions ns=0;i=0 |
20
20
  * |isAbstract |false |
21
21
  */
22
22
  export interface UAMVAOutputParameter_Base<T, DT extends DataType> extends UABaseDataVariable_Base<T, DT> {
@@ -1,5 +1,5 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
- import { DataType, Variant } from "node-opcua-variant"
2
+ import { DataType, Variant, VariantOptions } from "node-opcua-variant"
3
3
  import { UInt32, UAString } from "node-opcua-basic-types"
4
4
  import { UAYArrayItem } from "node-opcua-nodeset-ua/source/ua_y_array_item"
5
5
  import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item"
@@ -1,5 +1,5 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
- import { DataType } from "node-opcua-variant"
2
+ import { DataType, VariantOptions } from "node-opcua-variant"
3
3
  import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_data_item"
4
4
  /**
5
5
  * Provides a stable address space view from the
@@ -13,7 +13,7 @@ import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_dat
13
13
  * |nodeClass |VariableType |
14
14
  * |typedDefinition |2:ProcessVariableType ns=2;i=2008 |
15
15
  * |dataType |Null |
16
- * |dataType Name |undefined ns=0;i=0 |
16
+ * |dataType Name |VariantOptions ns=0;i=0 |
17
17
  * |isAbstract |false |
18
18
  */
19
19
  export type UAProcessVariable_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
@@ -1,5 +1,5 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
- import { DataType } from "node-opcua-variant"
2
+ import { DataType, VariantOptions } from "node-opcua-variant"
3
3
  import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
4
4
  import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item"
5
5
  import { EnumDeviceHealth } from "node-opcua-nodeset-di/source/enum_device_health"
@@ -1,6 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAObject } from "node-opcua-address-space-base"
3
- import { DataType, Variant } from "node-opcua-variant"
3
+ import { DataType, Variant, VariantOptions } from "node-opcua-variant"
4
4
  import { LocalizedText } from "node-opcua-data-model"
5
5
  import { EUInformation } from "node-opcua-data-access"
6
6
  import { UInt32, Int32, UAString } from "node-opcua-basic-types"
@@ -1,6 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAObject } from "node-opcua-address-space-base"
3
- import { DataType, Variant } from "node-opcua-variant"
3
+ import { DataType, Variant, VariantOptions } from "node-opcua-variant"
4
4
  import { UInt32, UAString } from "node-opcua-basic-types"
5
5
  import { UADataItem } from "node-opcua-nodeset-ua/source/ua_data_item"
6
6
  import { UAAnalogItem } from "node-opcua-nodeset-ua/source/ua_analog_item"