node-opcua-address-space-base
Advanced tools
Comparing version 2.66.3 to 2.67.0
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -49,2 +49,6 @@ import { AttributeIds, CallbackT, PreciseClock, StatusCode, StatusCodeCallback, UInt32 } from "node-opcua-basic-types"; | ||
} | ||
export interface BindExtensionObjectOptions { | ||
createMissingProp?: boolean; | ||
force?: boolean; | ||
} | ||
export interface UAVariable extends BaseNode, VariableAttributes, IPropertyAndComponentHolder { | ||
@@ -271,3 +275,4 @@ readonly nodeClass: NodeClass.Variable; | ||
bindVariable(options?: BindVariableOptions, overwrite?: boolean): void; | ||
bindExtensionObject(optionalExtensionObject?: ExtensionObject): ExtensionObject | null; | ||
bindExtensionObject(optionalExtensionObject?: ExtensionObject, options?: BindExtensionObjectOptions): ExtensionObject | null; | ||
installExtensionObjectVariables(): void; | ||
historyRead(context: ISessionContext, historyReadDetails: HistoryReadDetails | ReadRawModifiedDetails | ReadEventDetails | ReadProcessedDetails | ReadAtTimeDetails, indexRange: NumericRange | null, dataEncoding: QualifiedNameLike | null, continuationData: ContinuationData): Promise<HistoryReadResult>; | ||
@@ -274,0 +279,0 @@ historyRead(context: ISessionContext, historyReadDetails: HistoryReadDetails | ReadRawModifiedDetails | ReadEventDetails | ReadProcessedDetails | ReadAtTimeDetails, indexRange: NumericRange | null, dataEncoding: QualifiedNameLike | null, continuationData: ContinuationData, callback: CallbackT<HistoryReadResult>): void; |
{ | ||
"name": "node-opcua-address-space-base", | ||
"version": "2.66.3", | ||
"version": "2.67.0", | ||
"description": "pure nodejs OPCUA SDK - module -address-space", | ||
@@ -25,28 +25,28 @@ "main": "./dist/index.js", | ||
"node-opcua-assert": "2.66.0", | ||
"node-opcua-basic-types": "2.66.0", | ||
"node-opcua-client-dynamic-extension-object": "2.66.3", | ||
"node-opcua-constants": "2.66.0", | ||
"node-opcua-data-access": "2.66.0", | ||
"node-opcua-data-model": "2.66.0", | ||
"node-opcua-data-value": "2.66.0", | ||
"node-opcua-date-time": "2.66.0", | ||
"node-opcua-debug": "2.66.0", | ||
"node-opcua-enum": "2.66.0", | ||
"node-opcua-factory": "2.66.0", | ||
"node-opcua-nodeid": "2.66.0", | ||
"node-opcua-numeric-range": "2.66.0", | ||
"node-opcua-object-registry": "2.66.0", | ||
"node-opcua-pseudo-session": "2.66.3", | ||
"node-opcua-schemas": "2.66.0", | ||
"node-opcua-service-browse": "2.66.0", | ||
"node-opcua-service-call": "2.66.0", | ||
"node-opcua-service-filter": "2.66.0", | ||
"node-opcua-service-history": "2.66.0", | ||
"node-opcua-service-translate-browse-path": "2.66.0", | ||
"node-opcua-service-write": "2.66.0", | ||
"node-opcua-status-code": "2.66.0", | ||
"node-opcua-types": "2.66.0", | ||
"node-opcua-utils": "2.66.0", | ||
"node-opcua-variant": "2.66.0", | ||
"node-opcua-xml2json": "2.66.0", | ||
"node-opcua-basic-types": "2.67.0", | ||
"node-opcua-client-dynamic-extension-object": "2.67.0", | ||
"node-opcua-constants": "2.67.0", | ||
"node-opcua-data-access": "2.67.0", | ||
"node-opcua-data-model": "2.67.0", | ||
"node-opcua-data-value": "2.67.0", | ||
"node-opcua-date-time": "2.67.0", | ||
"node-opcua-debug": "2.67.0", | ||
"node-opcua-enum": "2.67.0", | ||
"node-opcua-factory": "2.67.0", | ||
"node-opcua-nodeid": "2.67.0", | ||
"node-opcua-numeric-range": "2.67.0", | ||
"node-opcua-object-registry": "2.67.0", | ||
"node-opcua-pseudo-session": "2.67.0", | ||
"node-opcua-schemas": "2.67.0", | ||
"node-opcua-service-browse": "2.67.0", | ||
"node-opcua-service-call": "2.67.0", | ||
"node-opcua-service-filter": "2.67.0", | ||
"node-opcua-service-history": "2.67.0", | ||
"node-opcua-service-translate-browse-path": "2.67.0", | ||
"node-opcua-service-write": "2.67.0", | ||
"node-opcua-status-code": "2.67.0", | ||
"node-opcua-types": "2.67.0", | ||
"node-opcua-utils": "2.67.0", | ||
"node-opcua-variant": "2.67.0", | ||
"node-opcua-xml2json": "2.67.0", | ||
"set-prototype-of": "^1.0.0", | ||
@@ -57,9 +57,9 @@ "thenify": "^3.3.1", | ||
"devDependencies": { | ||
"node-opcua-benchmarker": "2.66.0", | ||
"node-opcua-binary-stream": "2.66.0", | ||
"node-opcua-extension-object": "2.66.0", | ||
"node-opcua-leak-detector": "2.66.0", | ||
"node-opcua-benchmarker": "2.67.0", | ||
"node-opcua-binary-stream": "2.67.0", | ||
"node-opcua-extension-object": "2.67.0", | ||
"node-opcua-leak-detector": "2.67.0", | ||
"node-opcua-nodesets": "2.66.0", | ||
"node-opcua-packet-analyzer": "2.66.0", | ||
"node-opcua-test-fixtures": "2.66.0", | ||
"node-opcua-packet-analyzer": "2.67.0", | ||
"node-opcua-test-fixtures": "2.67.0", | ||
"should": "^13.2.3", | ||
@@ -84,3 +84,3 @@ "sinon": "^13.0.1", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "5b682671b0709e8cdd6307e20a7e13060201a95b" | ||
"gitHead": "74c2fd7d4ce3eb48d25a911258bf90a64218ea0e" | ||
} |
import { AttributeIds, CallbackT, PreciseClock, StatusCode, StatusCodeCallback, UInt32 } from "node-opcua-basic-types"; | ||
import { NodeClass, QualifiedNameLike } from "node-opcua-data-model"; | ||
import { NodeId } from "node-opcua-nodeid"; | ||
import { DataValue, DataValueOptions } from "node-opcua-data-value"; | ||
import { DataValue } from "node-opcua-data-value"; | ||
import { ExtensionObject } from "node-opcua-extension-object"; | ||
@@ -76,2 +76,6 @@ import { NumericRange } from "node-opcua-numeric-range"; | ||
} | ||
export interface BindExtensionObjectOptions { | ||
createMissingProp?: boolean; | ||
force?: boolean; | ||
} | ||
@@ -340,4 +344,7 @@ export interface UAVariable extends BaseNode, VariableAttributes, IPropertyAndComponentHolder { | ||
bindExtensionObject(optionalExtensionObject?: ExtensionObject): ExtensionObject | null; | ||
bindExtensionObject(optionalExtensionObject?: ExtensionObject, options?: BindExtensionObjectOptions): ExtensionObject | null; | ||
installExtensionObjectVariables(): void; | ||
historyRead( | ||
@@ -344,0 +351,0 @@ context: ISessionContext, |
Sorry, the diff of this file is not supported yet
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
153551
3363
+ Addednode-opcua-basic-types@2.67.0(transitive)
+ Addednode-opcua-binary-stream@2.67.0(transitive)
+ Addednode-opcua-buffer-utils@2.67.0(transitive)
+ Addednode-opcua-client-dynamic-extension-object@2.67.0(transitive)
+ Addednode-opcua-constants@2.67.0(transitive)
+ Addednode-opcua-data-access@2.67.0(transitive)
+ Addednode-opcua-data-model@2.67.0(transitive)
+ Addednode-opcua-data-value@2.67.0(transitive)
+ Addednode-opcua-date-time@2.67.0(transitive)
+ Addednode-opcua-debug@2.67.0(transitive)
+ Addednode-opcua-enum@2.67.0(transitive)
+ Addednode-opcua-extension-object@2.67.0(transitive)
+ Addednode-opcua-factory@2.67.0(transitive)
+ Addednode-opcua-generator@2.67.0(transitive)
+ Addednode-opcua-nodeid@2.67.0(transitive)
+ Addednode-opcua-numeric-range@2.67.0(transitive)
+ Addednode-opcua-object-registry@2.67.0(transitive)
+ Addednode-opcua-packet-analyzer@2.67.0(transitive)
+ Addednode-opcua-pseudo-session@2.67.0(transitive)
+ Addednode-opcua-schemas@2.67.0(transitive)
+ Addednode-opcua-service-browse@2.67.0(transitive)
+ Addednode-opcua-service-call@2.67.0(transitive)
+ Addednode-opcua-service-filter@2.67.0(transitive)
+ Addednode-opcua-service-history@2.67.0(transitive)
+ Addednode-opcua-service-read@2.67.0(transitive)
+ Addednode-opcua-service-secure-channel@2.67.0(transitive)
+ Addednode-opcua-service-subscription@2.67.0(transitive)
+ Addednode-opcua-service-translate-browse-path@2.67.0(transitive)
+ Addednode-opcua-service-write@2.67.0(transitive)
+ Addednode-opcua-status-code@2.67.0(transitive)
+ Addednode-opcua-types@2.67.0(transitive)
+ Addednode-opcua-utils@2.67.0(transitive)
+ Addednode-opcua-variant@2.67.0(transitive)
+ Addednode-opcua-xml2json@2.67.0(transitive)
- Removednode-opcua-basic-types@2.66.0(transitive)
- Removednode-opcua-binary-stream@2.66.0(transitive)
- Removednode-opcua-buffer-utils@2.66.0(transitive)
- Removednode-opcua-client-dynamic-extension-object@2.66.3(transitive)
- Removednode-opcua-constants@2.66.0(transitive)
- Removednode-opcua-data-access@2.66.0(transitive)
- Removednode-opcua-data-model@2.66.0(transitive)
- Removednode-opcua-data-value@2.66.0(transitive)
- Removednode-opcua-date-time@2.66.0(transitive)
- Removednode-opcua-debug@2.66.0(transitive)
- Removednode-opcua-enum@2.66.0(transitive)
- Removednode-opcua-extension-object@2.66.0(transitive)
- Removednode-opcua-factory@2.66.0(transitive)
- Removednode-opcua-generator@2.66.0(transitive)
- Removednode-opcua-nodeid@2.66.0(transitive)
- Removednode-opcua-numeric-range@2.66.0(transitive)
- Removednode-opcua-object-registry@2.66.0(transitive)
- Removednode-opcua-packet-analyzer@2.66.0(transitive)
- Removednode-opcua-pseudo-session@2.66.3(transitive)
- Removednode-opcua-schemas@2.66.0(transitive)
- Removednode-opcua-service-browse@2.66.0(transitive)
- Removednode-opcua-service-call@2.66.0(transitive)
- Removednode-opcua-service-filter@2.66.0(transitive)
- Removednode-opcua-service-history@2.66.0(transitive)
- Removednode-opcua-service-read@2.66.0(transitive)
- Removednode-opcua-service-secure-channel@2.66.0(transitive)
- Removednode-opcua-service-subscription@2.66.3(transitive)
- Removednode-opcua-service-translate-browse-path@2.66.0(transitive)
- Removednode-opcua-service-write@2.66.0(transitive)
- Removednode-opcua-status-code@2.66.0(transitive)
- Removednode-opcua-types@2.66.0(transitive)
- Removednode-opcua-utils@2.66.0(transitive)
- Removednode-opcua-variant@2.66.0(transitive)
- Removednode-opcua-xml2json@2.66.0(transitive)
Updatednode-opcua-constants@2.67.0
Updatednode-opcua-data-model@2.67.0
Updatednode-opcua-data-value@2.67.0
Updatednode-opcua-date-time@2.67.0
Updatednode-opcua-debug@2.67.0
Updatednode-opcua-enum@2.67.0
Updatednode-opcua-factory@2.67.0
Updatednode-opcua-nodeid@2.67.0
Updatednode-opcua-schemas@2.67.0
Updatednode-opcua-types@2.67.0
Updatednode-opcua-utils@2.67.0
Updatednode-opcua-variant@2.67.0
Updatednode-opcua-xml2json@2.67.0