node-opcua-nodeset-machine-vision 2.89.0 → 2.90.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/ua_configuration_folder.d.ts +1 -1
- package/dist/ua_error_event.d.ts +1 -1
- package/dist/ua_error_resolved_event.d.ts +1 -1
- package/dist/ua_leave_step_sequence_event.d.ts +1 -1
- package/dist/ua_product_folder.d.ts +1 -1
- package/dist/ua_recipe_folder.d.ts +1 -1
- package/dist/ua_result_folder.d.ts +1 -1
- package/dist/ua_state_changed_event.d.ts +1 -1
- package/dist/ua_vision_diagnostic_info_event.d.ts +1 -1
- package/dist/ua_vision_error_condition.d.ts +1 -1
- package/dist/ua_vision_information_event.d.ts +1 -1
- package/dist/ua_vision_persistent_error_condition.d.ts +1 -1
- package/dist/ua_vision_warning_condition.d.ts +1 -1
- package/package.json +9 -9
|
@@ -7,6 +7,6 @@ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
|
7
7
|
* |typedDefinition |4:ConfigurationFolderType ns=4;i=1011 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export type UAConfigurationFolder_Base = UAFolder_Base;
|
|
10
|
+
export declare type UAConfigurationFolder_Base = UAFolder_Base;
|
|
11
11
|
export interface UAConfigurationFolder extends UAFolder, UAConfigurationFolder_Base {
|
|
12
12
|
}
|
package/dist/ua_error_event.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua
|
|
|
7
7
|
* |typedDefinition |4:ErrorEventType ns=4;i=1019 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export type UAErrorEvent_Base = UATransitionEvent_Base;
|
|
10
|
+
export declare type UAErrorEvent_Base = UATransitionEvent_Base;
|
|
11
11
|
export interface UAErrorEvent extends UATransitionEvent, UAErrorEvent_Base {
|
|
12
12
|
}
|
|
@@ -7,6 +7,6 @@ import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua
|
|
|
7
7
|
* |typedDefinition |4:ErrorResolvedEventType ns=4;i=1020 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export type UAErrorResolvedEvent_Base = UATransitionEvent_Base;
|
|
10
|
+
export declare type UAErrorResolvedEvent_Base = UATransitionEvent_Base;
|
|
11
11
|
export interface UAErrorResolvedEvent extends UATransitionEvent, UAErrorResolvedEvent_Base {
|
|
12
12
|
}
|
|
@@ -7,6 +7,6 @@ import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_b
|
|
|
7
7
|
* |typedDefinition |4:LeaveStepSequenceEventType ns=4;i=1029 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export type UALeaveStepSequenceEvent_Base = UABaseEvent_Base;
|
|
10
|
+
export declare type UALeaveStepSequenceEvent_Base = UABaseEvent_Base;
|
|
11
11
|
export interface UALeaveStepSequenceEvent extends UABaseEvent, UALeaveStepSequenceEvent_Base {
|
|
12
12
|
}
|
|
@@ -7,6 +7,6 @@ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
|
7
7
|
* |typedDefinition |4:ProductFolderType ns=4;i=1010 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export type UAProductFolder_Base = UAFolder_Base;
|
|
10
|
+
export declare type UAProductFolder_Base = UAFolder_Base;
|
|
11
11
|
export interface UAProductFolder extends UAFolder, UAProductFolder_Base {
|
|
12
12
|
}
|
|
@@ -7,6 +7,6 @@ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
|
7
7
|
* |typedDefinition |4:RecipeFolderType ns=4;i=1008 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export type UARecipeFolder_Base = UAFolder_Base;
|
|
10
|
+
export declare type UARecipeFolder_Base = UAFolder_Base;
|
|
11
11
|
export interface UARecipeFolder extends UAFolder, UARecipeFolder_Base {
|
|
12
12
|
}
|
|
@@ -7,6 +7,6 @@ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
|
7
7
|
* |typedDefinition |4:ResultFolderType ns=4;i=1016 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export type UAResultFolder_Base = UAFolder_Base;
|
|
10
|
+
export declare type UAResultFolder_Base = UAFolder_Base;
|
|
11
11
|
export interface UAResultFolder extends UAFolder, UAResultFolder_Base {
|
|
12
12
|
}
|
|
@@ -7,6 +7,6 @@ import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua
|
|
|
7
7
|
* |typedDefinition |4:StateChangedEventType ns=4;i=1018 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export type UAStateChangedEvent_Base = UATransitionEvent_Base;
|
|
10
|
+
export declare type UAStateChangedEvent_Base = UATransitionEvent_Base;
|
|
11
11
|
export interface UAStateChangedEvent extends UATransitionEvent, UAStateChangedEvent_Base {
|
|
12
12
|
}
|
|
@@ -7,6 +7,6 @@ import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event";
|
|
|
7
7
|
* |typedDefinition |4:VisionDiagnosticInfoEventType ns=4;i=1037 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export type UAVisionDiagnosticInfoEvent_Base = UAVisionEvent_Base;
|
|
10
|
+
export declare type UAVisionDiagnosticInfoEvent_Base = UAVisionEvent_Base;
|
|
11
11
|
export interface UAVisionDiagnosticInfoEvent extends UAVisionEvent, UAVisionDiagnosticInfoEvent_Base {
|
|
12
12
|
}
|
|
@@ -7,6 +7,6 @@ import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition
|
|
|
7
7
|
* |typedDefinition |4:VisionErrorConditionType ns=4;i=1035 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export type UAVisionErrorCondition_Base = UAVisionCondition_Base;
|
|
10
|
+
export declare type UAVisionErrorCondition_Base = UAVisionCondition_Base;
|
|
11
11
|
export interface UAVisionErrorCondition extends UAVisionCondition, UAVisionErrorCondition_Base {
|
|
12
12
|
}
|
|
@@ -7,6 +7,6 @@ import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event";
|
|
|
7
7
|
* |typedDefinition |4:VisionInformationEventType ns=4;i=1038 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export type UAVisionInformationEvent_Base = UAVisionEvent_Base;
|
|
10
|
+
export declare type UAVisionInformationEvent_Base = UAVisionEvent_Base;
|
|
11
11
|
export interface UAVisionInformationEvent extends UAVisionEvent, UAVisionInformationEvent_Base {
|
|
12
12
|
}
|
|
@@ -7,6 +7,6 @@ import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition
|
|
|
7
7
|
* |typedDefinition |4:VisionPersistentErrorConditionType ns=4;i=1036 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export type UAVisionPersistentErrorCondition_Base = UAVisionCondition_Base;
|
|
10
|
+
export declare type UAVisionPersistentErrorCondition_Base = UAVisionCondition_Base;
|
|
11
11
|
export interface UAVisionPersistentErrorCondition extends UAVisionCondition, UAVisionPersistentErrorCondition_Base {
|
|
12
12
|
}
|
|
@@ -7,6 +7,6 @@ import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition
|
|
|
7
7
|
* |typedDefinition |4:VisionWarningConditionType ns=4;i=1034 |
|
|
8
8
|
* |isAbstract |false |
|
|
9
9
|
*/
|
|
10
|
-
export type UAVisionWarningCondition_Base = UAVisionCondition_Base;
|
|
10
|
+
export declare type UAVisionWarningCondition_Base = UAVisionCondition_Base;
|
|
11
11
|
export interface UAVisionWarningCondition extends UAVisionCondition, UAVisionWarningCondition_Base {
|
|
12
12
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-machine-vision",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.90.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.
|
|
14
|
-
"node-opcua-basic-types": "2.
|
|
15
|
-
"node-opcua-data-model": "2.
|
|
16
|
-
"node-opcua-extension-object": "2.
|
|
17
|
-
"node-opcua-nodeid": "2.
|
|
18
|
-
"node-opcua-nodeset-ua": "2.
|
|
13
|
+
"node-opcua-address-space-base": "2.90.0",
|
|
14
|
+
"node-opcua-basic-types": "2.90.0",
|
|
15
|
+
"node-opcua-data-model": "2.90.0",
|
|
16
|
+
"node-opcua-extension-object": "2.90.0",
|
|
17
|
+
"node-opcua-nodeid": "2.90.0",
|
|
18
|
+
"node-opcua-nodeset-ua": "2.90.0",
|
|
19
19
|
"node-opcua-status-code": "2.89.0",
|
|
20
|
-
"node-opcua-variant": "2.
|
|
20
|
+
"node-opcua-variant": "2.90.0"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "d55f9150c3ffa5b86fbe1a0baba69a2543c3090a"
|
|
23
23
|
}
|