node-opcua-nodeset-adi 2.96.0 → 2.97.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.
@@ -7,6 +7,6 @@ import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
7
7
  * |typedDefinition |2:AcousticSpectrometerDeviceType ns=2;i=1015 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UAAcousticSpectrometerDevice_Base = UAAnalyserDevice_Base;
10
+ export type UAAcousticSpectrometerDevice_Base = UAAnalyserDevice_Base;
11
11
  export interface UAAcousticSpectrometerDevice extends UAAnalyserDevice, UAAcousticSpectrometerDevice_Base {
12
12
  }
@@ -7,6 +7,6 @@ import { UAStream, UAStream_Base } from "./ua_stream";
7
7
  * |typedDefinition |2:AcousticSpectrometerDeviceStreamType ns=2;i=1033|
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UAAcousticSpectrometerDeviceStream_Base = UAStream_Base;
10
+ export type UAAcousticSpectrometerDeviceStream_Base = UAStream_Base;
11
11
  export interface UAAcousticSpectrometerDeviceStream extends UAStream, UAAcousticSpectrometerDeviceStream_Base {
12
12
  }
@@ -7,6 +7,6 @@ import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state";
7
7
  * |typedDefinition |2:AnalyserChannelLocalStateType ns=2;i=1005 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UAAnalyserChannelLocalState_Base = UAState_Base;
10
+ export type UAAnalyserChannelLocalState_Base = UAState_Base;
11
11
  export interface UAAnalyserChannelLocalState extends UAState, UAAnalyserChannelLocalState_Base {
12
12
  }
@@ -7,6 +7,6 @@ import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state";
7
7
  * |typedDefinition |2:AnalyserChannelMaintenanceStateType ns=2;i=1006 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UAAnalyserChannelMaintenanceState_Base = UAState_Base;
10
+ export type UAAnalyserChannelMaintenanceState_Base = UAState_Base;
11
11
  export interface UAAnalyserChannelMaintenanceState extends UAState, UAAnalyserChannelMaintenanceState_Base {
12
12
  }
@@ -7,6 +7,6 @@ import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state";
7
7
  * |typedDefinition |2:AnalyserChannelOperatingExecuteStateType ns=2;i=8964|
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UAAnalyserChannelOperatingExecuteState_Base = UAState_Base;
10
+ export type UAAnalyserChannelOperatingExecuteState_Base = UAState_Base;
11
11
  export interface UAAnalyserChannelOperatingExecuteState extends UAState, UAAnalyserChannelOperatingExecuteState_Base {
12
12
  }
@@ -7,6 +7,6 @@ import { UAState, UAState_Base } from "node-opcua-nodeset-ua/source/ua_state";
7
7
  * |typedDefinition |2:AnalyserChannelOperatingStateType ns=2;i=1004 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UAAnalyserChannelOperatingState_Base = UAState_Base;
10
+ export type UAAnalyserChannelOperatingState_Base = UAState_Base;
11
11
  export interface UAAnalyserChannelOperatingState extends UAState, UAAnalyserChannelOperatingState_Base {
12
12
  }
@@ -7,6 +7,6 @@ import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
7
7
  * |typedDefinition |2:ChromatographDeviceType ns=2;i=1013 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UAChromatographDevice_Base = UAAnalyserDevice_Base;
10
+ export type UAChromatographDevice_Base = UAAnalyserDevice_Base;
11
11
  export interface UAChromatographDevice extends UAAnalyserDevice, UAChromatographDevice_Base {
12
12
  }
@@ -7,6 +7,6 @@ import { UAStream, UAStream_Base } from "./ua_stream";
7
7
  * |typedDefinition |2:ChromatographDeviceStreamType ns=2;i=1034 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UAChromatographDeviceStream_Base = UAStream_Base;
10
+ export type UAChromatographDeviceStream_Base = UAStream_Base;
11
11
  export interface UAChromatographDeviceStream extends UAStream, UAChromatographDeviceStream_Base {
12
12
  }
@@ -7,6 +7,6 @@ import { UAAccessory, UAAccessory_Base } from "./ua_accessory";
7
7
  * |typedDefinition |2:DetectorType ns=2;i=9350 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UADetector_Base = UAAccessory_Base;
10
+ export type UADetector_Base = UAAccessory_Base;
11
11
  export interface UADetector extends UAAccessory, UADetector_Base {
12
12
  }
@@ -13,6 +13,6 @@ import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_dat
13
13
  * |dataType Name |VariantOptions ns=0;i=0 |
14
14
  * |isAbstract |false |
15
15
  */
16
- export declare type UAEngineeringValue_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
16
+ export type UAEngineeringValue_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
17
17
  export interface UAEngineeringValue<T, DT extends DataType> extends UADataItem<T, DT>, UAEngineeringValue_Base<T, DT> {
18
18
  }
@@ -7,6 +7,6 @@ import { UAAccessory, UAAccessory_Base } from "./ua_accessory";
7
7
  * |typedDefinition |2:GcOvenType ns=2;i=1020 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UAGcOven_Base = UAAccessory_Base;
10
+ export type UAGcOven_Base = UAAccessory_Base;
11
11
  export interface UAGcOven extends UAAccessory, UAGcOven_Base {
12
12
  }
@@ -7,6 +7,6 @@ import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
7
7
  * |typedDefinition |2:MassSpectrometerDeviceType ns=2;i=1014 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UAMassSpectrometerDevice_Base = UAAnalyserDevice_Base;
10
+ export type UAMassSpectrometerDevice_Base = UAAnalyserDevice_Base;
11
11
  export interface UAMassSpectrometerDevice extends UAAnalyserDevice, UAMassSpectrometerDevice_Base {
12
12
  }
@@ -7,6 +7,6 @@ import { UAStream, UAStream_Base } from "./ua_stream";
7
7
  * |typedDefinition |2:MassSpectrometerDeviceStreamType ns=2;i=1031 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UAMassSpectrometerDeviceStream_Base = UAStream_Base;
10
+ export type UAMassSpectrometerDeviceStream_Base = UAStream_Base;
11
11
  export interface UAMassSpectrometerDeviceStream extends UAStream, UAMassSpectrometerDeviceStream_Base {
12
12
  }
@@ -7,6 +7,6 @@ import { UAStream, UAStream_Base } from "./ua_stream";
7
7
  * |typedDefinition |2:MNRDeviceStreamType ns=2;i=1035 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UAMNRDeviceStream_Base = UAStream_Base;
10
+ export type UAMNRDeviceStream_Base = UAStream_Base;
11
11
  export interface UAMNRDeviceStream extends UAStream, UAMNRDeviceStream_Base {
12
12
  }
@@ -7,6 +7,6 @@ import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
7
7
  * |typedDefinition |2:NMRDeviceType ns=2;i=1016 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UANMRDevice_Base = UAAnalyserDevice_Base;
10
+ export type UANMRDevice_Base = UAAnalyserDevice_Base;
11
11
  export interface UANMRDevice extends UAAnalyserDevice, UANMRDevice_Base {
12
12
  }
@@ -7,6 +7,6 @@ import { UAAnalyserDevice, UAAnalyserDevice_Base } from "./ua_analyser_device";
7
7
  * |typedDefinition |2:ParticleSizeMonitorDeviceType ns=2;i=1012 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UAParticleSizeMonitorDevice_Base = UAAnalyserDevice_Base;
10
+ export type UAParticleSizeMonitorDevice_Base = UAAnalyserDevice_Base;
11
11
  export interface UAParticleSizeMonitorDevice extends UAAnalyserDevice, UAParticleSizeMonitorDevice_Base {
12
12
  }
@@ -15,6 +15,6 @@ import { UADataItem, UADataItem_Base } from "node-opcua-nodeset-ua/source/ua_dat
15
15
  * |dataType Name |VariantOptions ns=0;i=0 |
16
16
  * |isAbstract |false |
17
17
  */
18
- export declare type UAProcessVariable_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
18
+ export type UAProcessVariable_Base<T, DT extends DataType> = UADataItem_Base<T, DT>;
19
19
  export interface UAProcessVariable<T, DT extends DataType> extends UADataItem<T, DT>, UAProcessVariable_Base<T, DT> {
20
20
  }
@@ -7,6 +7,6 @@ import { UAAccessory, UAAccessory_Base } from "./ua_accessory";
7
7
  * |typedDefinition |2:SmartSamplingSystemType ns=2;i=9359 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UASmartSamplingSystem_Base = UAAccessory_Base;
10
+ export type UASmartSamplingSystem_Base = UAAccessory_Base;
11
11
  export interface UASmartSamplingSystem extends UAAccessory, UASmartSamplingSystem_Base {
12
12
  }
@@ -7,6 +7,6 @@ import { UAAccessory, UAAccessory_Base } from "./ua_accessory";
7
7
  * |typedDefinition |2:SourceType ns=2;i=9368 |
8
8
  * |isAbstract |false |
9
9
  */
10
- export declare type UASource_Base = UAAccessory_Base;
10
+ export type UASource_Base = UAAccessory_Base;
11
11
  export interface UASource extends UAAccessory, UASource_Base {
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-adi",
3
- "version": "2.96.0",
3
+ "version": "2.97.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.96.0",
14
- "node-opcua-basic-types": "2.92.0",
15
- "node-opcua-data-access": "2.96.0",
16
- "node-opcua-data-model": "2.95.0",
17
- "node-opcua-nodeid": "2.90.1",
18
- "node-opcua-nodeset-di": "2.96.0",
19
- "node-opcua-nodeset-ua": "2.96.0",
20
- "node-opcua-variant": "2.95.0"
13
+ "node-opcua-address-space-base": "2.97.0",
14
+ "node-opcua-basic-types": "2.97.0",
15
+ "node-opcua-data-access": "2.97.0",
16
+ "node-opcua-data-model": "2.97.0",
17
+ "node-opcua-nodeid": "2.97.0",
18
+ "node-opcua-nodeset-di": "2.97.0",
19
+ "node-opcua-nodeset-ua": "2.97.0",
20
+ "node-opcua-variant": "2.97.0"
21
21
  },
22
- "gitHead": "43642e4aaa1ca2a3938b044cc2237544dfff764a"
22
+ "gitHead": "19c96bda0810d2dec73dd1c2427546be40908646"
23
23
  }