node-opcua-address-space-base
Advanced tools
Comparing version 2.132.0 to 2.133.0
@@ -125,4 +125,4 @@ import { EventEmitter } from "events"; | ||
/** | ||
* find all the nodes that are referenced by references of type **`reference`** or a sub type of **`reference`**, in the | ||
* direction specified by **`browseDirection`** | ||
* find all the nodes that are referenced by references of type **`reference`** or a | ||
* sub type of **`reference`**, in the direction specified by **`browseDirection`** | ||
* | ||
@@ -178,5 +178,10 @@ * * BrowseDirection.Forward direction is implied if browseDirection flags is omitted. | ||
* NodeVersion (Optional) String The NodeVersion Property is used to indicate the version of a Node. | ||
* The NodeVersion Property is updated each time a Reference is added or deleted to the Node the Property | ||
* belongs to. Attribute value changes do not cause the NodeVersion to change. | ||
* Clients may read the NodeVersion Property or subscribe to it to determine when the structure of a Node has changed. | ||
* | ||
* The NodeVersion Property is updated each time a Reference is added or deleted | ||
* to the Node the Property belongs to. | ||
* | ||
* Attribute value changes do not cause the NodeVersion to change. | ||
* | ||
* Clients may read the NodeVersion Property or subscribe to it to determine when the | ||
* structure of a Node has changed. | ||
*/ | ||
@@ -183,0 +188,0 @@ nodeVersion?: UAVariableT<UAString, DataType.String>; |
@@ -43,3 +43,3 @@ import { UAObject } from "./ua_object"; | ||
* | ||
* @method reconstructFunctionalGroupType | ||
* @param baseType | ||
@@ -46,0 +46,0 @@ */ |
@@ -328,3 +328,3 @@ "use strict"; | ||
* | ||
* @method reconstructFunctionalGroupType | ||
* @param baseType | ||
@@ -331,0 +331,0 @@ */ |
@@ -273,3 +273,3 @@ import { QualifiedNameLike, AccessRestrictionsFlag, LocalizedTextLike } from "node-opcua-data-model"; | ||
/** | ||
* @internals | ||
* @internal | ||
*/ | ||
@@ -276,0 +276,0 @@ getStandardsNodeIds(): { |
@@ -32,6 +32,2 @@ import { NodeClass } from "node-opcua-data-model"; | ||
/** | ||
* @async | ||
* @param inputArguments | ||
* @param context | ||
* @param callback | ||
*/ | ||
@@ -38,0 +34,0 @@ execute(object: UAObject | UAObjectType | null, inputArguments: VariantLike[] | null, context: ISessionContext, callback: CallbackT<CallMethodResultOptions>): void; |
@@ -113,2 +113,5 @@ import { NodeId } from "node-opcua-nodeid"; | ||
} | ||
/** | ||
* @interface UAObject | ||
*/ | ||
export interface UAObject extends BaseNode, EventRaiser, IPropertyAndComponentHolder { | ||
@@ -115,0 +118,0 @@ readonly nodeClass: NodeClass.Object; |
@@ -215,3 +215,4 @@ import { AttributeIds, CallbackT, DataType, PreciseClock, StatusCode, StatusCodeCallback, UInt32 } from "node-opcua-basic-types"; | ||
* | ||
* @precondition UAVariable must have a dataType deriving from "Enumeration" | ||
* **precondition**: | ||
* UAVariable must have a dataType deriving from "Enumeration" | ||
*/ | ||
@@ -218,0 +219,0 @@ writeEnumValue(value: string | number): void; |
{ | ||
"name": "node-opcua-address-space-base", | ||
"version": "2.132.0", | ||
"version": "2.133.0", | ||
"description": "pure nodejs OPCUA SDK - module address-space-base", | ||
@@ -20,16 +20,16 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "2.120.0", | ||
"node-opcua-basic-types": "2.132.0", | ||
"node-opcua-basic-types": "2.133.0", | ||
"node-opcua-constants": "2.125.0", | ||
"node-opcua-crypto": "4.9.4", | ||
"node-opcua-data-model": "2.132.0", | ||
"node-opcua-data-value": "2.132.0", | ||
"node-opcua-date-time": "2.132.0", | ||
"node-opcua-debug": "2.128.0", | ||
"node-opcua-extension-object": "2.132.0", | ||
"node-opcua-nodeid": "2.128.0", | ||
"node-opcua-numeric-range": "2.132.0", | ||
"node-opcua-schemas": "2.132.0", | ||
"node-opcua-status-code": "2.128.0", | ||
"node-opcua-types": "2.132.0", | ||
"node-opcua-variant": "2.132.0" | ||
"node-opcua-crypto": "4.10.0", | ||
"node-opcua-data-model": "2.133.0", | ||
"node-opcua-data-value": "2.133.0", | ||
"node-opcua-date-time": "2.133.0", | ||
"node-opcua-debug": "2.133.0", | ||
"node-opcua-extension-object": "2.133.0", | ||
"node-opcua-nodeid": "2.133.0", | ||
"node-opcua-numeric-range": "2.133.0", | ||
"node-opcua-schemas": "2.133.0", | ||
"node-opcua-status-code": "2.133.0", | ||
"node-opcua-types": "2.133.0", | ||
"node-opcua-variant": "2.133.0" | ||
}, | ||
@@ -51,3 +51,3 @@ "author": "Etienne Rossignon", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "5fab0f1eac0e59abf94bab9034035aec44890456", | ||
"gitHead": "921bb04f2e7ce3109dd051ff27a2210edf700344", | ||
"files": [ | ||
@@ -54,0 +54,0 @@ "dist", |
@@ -185,4 +185,4 @@ import { EventEmitter } from "events"; | ||
/** | ||
* find all the nodes that are referenced by references of type **`reference`** or a sub type of **`reference`**, in the | ||
* direction specified by **`browseDirection`** | ||
* find all the nodes that are referenced by references of type **`reference`** or a | ||
* sub type of **`reference`**, in the direction specified by **`browseDirection`** | ||
* | ||
@@ -249,5 +249,10 @@ * * BrowseDirection.Forward direction is implied if browseDirection flags is omitted. | ||
* NodeVersion (Optional) String The NodeVersion Property is used to indicate the version of a Node. | ||
* The NodeVersion Property is updated each time a Reference is added or deleted to the Node the Property | ||
* belongs to. Attribute value changes do not cause the NodeVersion to change. | ||
* Clients may read the NodeVersion Property or subscribe to it to determine when the structure of a Node has changed. | ||
* | ||
* The NodeVersion Property is updated each time a Reference is added or deleted | ||
* to the Node the Property belongs to. | ||
* | ||
* Attribute value changes do not cause the NodeVersion to change. | ||
* | ||
* Clients may read the NodeVersion Property or subscribe to it to determine when the | ||
* structure of a Node has changed. | ||
*/ | ||
@@ -254,0 +259,0 @@ nodeVersion?: UAVariableT<UAString, DataType.String>; |
@@ -422,3 +422,3 @@ import { assert } from "node-opcua-assert"; | ||
* | ||
* @method reconstructFunctionalGroupType | ||
* @param baseType | ||
@@ -425,0 +425,0 @@ */ |
@@ -350,3 +350,3 @@ import { QualifiedNameLike, AccessRestrictionsFlag, LocalizedTextLike } from "node-opcua-data-model"; | ||
/** | ||
* @internals | ||
* @internal | ||
*/ | ||
@@ -353,0 +353,0 @@ getStandardsNodeIds(): { |
@@ -54,6 +54,2 @@ import { NodeClass } from "node-opcua-data-model"; | ||
/** | ||
* @async | ||
* @param inputArguments | ||
* @param context | ||
* @param callback | ||
*/ | ||
@@ -60,0 +56,0 @@ public execute( |
@@ -157,2 +157,5 @@ import { NodeId } from "node-opcua-nodeid"; | ||
/** | ||
* @interface UAObject | ||
*/ | ||
export interface UAObject extends BaseNode, EventRaiser, IPropertyAndComponentHolder { | ||
@@ -159,0 +162,0 @@ readonly nodeClass: NodeClass.Object; |
@@ -263,3 +263,4 @@ import { AttributeIds, CallbackT, DataType, PreciseClock, StatusCode, StatusCodeCallback, UInt32 } from "node-opcua-basic-types"; | ||
* | ||
* @precondition UAVariable must have a dataType deriving from "Enumeration" | ||
* **precondition**: | ||
* UAVariable must have a dataType deriving from "Enumeration" | ||
*/ | ||
@@ -266,0 +267,0 @@ writeEnumValue(value: string | number): void; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4425
209881
+ Addedlong@5.2.3(transitive)
+ Addednode-opcua-basic-types@2.133.0(transitive)
+ Addednode-opcua-binary-stream@2.133.0(transitive)
+ Addednode-opcua-buffer-utils@2.133.0(transitive)
+ Addednode-opcua-crypto@4.10.0(transitive)
+ Addednode-opcua-data-model@2.133.0(transitive)
+ Addednode-opcua-data-value@2.133.0(transitive)
+ Addednode-opcua-date-time@2.133.0(transitive)
+ Addednode-opcua-debug@2.133.0(transitive)
+ Addednode-opcua-enum@2.133.0(transitive)
+ Addednode-opcua-extension-object@2.133.0(transitive)
+ Addednode-opcua-factory@2.133.0(transitive)
+ Addednode-opcua-generator@2.133.0(transitive)
+ Addednode-opcua-guid@2.133.0(transitive)
+ Addednode-opcua-nodeid@2.133.0(transitive)
+ Addednode-opcua-numeric-range@2.133.0(transitive)
+ Addednode-opcua-schemas@2.133.0(transitive)
+ Addednode-opcua-status-code@2.133.0(transitive)
+ Addednode-opcua-types@2.133.0(transitive)
+ Addednode-opcua-utils@2.133.0(transitive)
+ Addednode-opcua-variant@2.133.0(transitive)
+ Addednode-opcua-xml2json@2.133.0(transitive)
- Removedlong@4.0.0(transitive)
- Removednode-opcua-basic-types@2.132.0(transitive)
- Removednode-opcua-binary-stream@2.128.0(transitive)
- Removednode-opcua-buffer-utils@2.128.0(transitive)
- Removednode-opcua-crypto@4.9.4(transitive)
- Removednode-opcua-data-model@2.132.0(transitive)
- Removednode-opcua-data-value@2.132.0(transitive)
- Removednode-opcua-date-time@2.132.0(transitive)
- Removednode-opcua-debug@2.128.0(transitive)
- Removednode-opcua-enum@2.128.0(transitive)
- Removednode-opcua-extension-object@2.132.0(transitive)
- Removednode-opcua-factory@2.132.0(transitive)
- Removednode-opcua-generator@2.132.0(transitive)
- Removednode-opcua-guid@2.128.0(transitive)
- Removednode-opcua-nodeid@2.128.0(transitive)
- Removednode-opcua-numeric-range@2.132.0(transitive)
- Removednode-opcua-schemas@2.132.0(transitive)
- Removednode-opcua-status-code@2.128.0(transitive)
- Removednode-opcua-types@2.132.0(transitive)
- Removednode-opcua-utils@2.128.0(transitive)
- Removednode-opcua-variant@2.132.0(transitive)
- Removednode-opcua-xml2json@2.128.0(transitive)
Updatednode-opcua-crypto@4.10.0
Updatednode-opcua-date-time@2.133.0
Updatednode-opcua-debug@2.133.0
Updatednode-opcua-nodeid@2.133.0
Updatednode-opcua-schemas@2.133.0
Updatednode-opcua-types@2.133.0
Updatednode-opcua-variant@2.133.0