node-opcua-data-model
Advanced tools
Comparing version 2.29.0 to 2.31.0
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
export { isValidAttributeId, attributeNameById, AttributeIds } from "node-opcua-basic-types"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -23,3 +23,3 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream"; | ||
*/ | ||
constructor(options?: any); | ||
constructor(options?: DiagnosticInfoOptions); | ||
encode(stream: OutputBinaryStream): void; | ||
@@ -29,3 +29,11 @@ decode(stream: BinaryStream): void; | ||
} | ||
export declare type DiagnosticInfoOptions = any; | ||
export interface DiagnosticInfoOptions { | ||
symbolicId?: Int32; | ||
namespaceURI?: Int32; | ||
locale?: Int32; | ||
localizedText?: Int32; | ||
additionalInfo?: UAString; | ||
innerStatusCode?: StatusCode; | ||
innerDiagnosticInfo?: DiagnosticInfo; | ||
} | ||
export declare enum DiagnosticInfo_EncodingByte { | ||
@@ -32,0 +40,0 @@ SymbolicId = 1, |
@@ -64,4 +64,3 @@ "use strict"; | ||
*/ | ||
constructor(options) { | ||
options = options || {}; | ||
constructor(options = {}) { | ||
super(); | ||
@@ -276,3 +275,3 @@ const schema = exports.schemaDiagnosticInfo; | ||
function decodeDiagnosticInfo(stream, _value) { | ||
const value = _value || new DiagnosticInfo(null); | ||
const value = _value || new DiagnosticInfo(); | ||
value.decode(stream); | ||
@@ -279,0 +278,0 @@ return value; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { LocaleId, UAString } from "node-opcua-basic-types"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum NodeClass { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { BaseUAObject, StructuredTypeSchema } from "node-opcua-factory"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
/** | ||
* @module node-opcua-data-model | ||
*/ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "node-opcua-data-model", | ||
"version": "2.29.0", | ||
"version": "2.31.0", | ||
"description": "pure nodejs OPCUA SDK - module -data-model", | ||
@@ -14,12 +14,12 @@ "scripts": { | ||
"node-opcua-assert": "2.29.0", | ||
"node-opcua-basic-types": "2.29.0", | ||
"node-opcua-basic-types": "2.31.0", | ||
"node-opcua-binary-stream": "2.29.0", | ||
"node-opcua-enum": "2.29.0", | ||
"node-opcua-factory": "2.29.0", | ||
"node-opcua-nodeid": "2.29.0", | ||
"node-opcua-factory": "2.31.0", | ||
"node-opcua-nodeid": "2.31.0", | ||
"node-opcua-status-code": "2.29.0", | ||
"node-opcua-utils": "2.29.0" | ||
"node-opcua-utils": "2.31.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-packet-analyzer": "2.29.0", | ||
"node-opcua-packet-analyzer": "2.31.0", | ||
"should": "^13.2.3", | ||
@@ -43,3 +43,3 @@ "source-map-support": "^0.5.19" | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "33989ea29477b4bd20f8708189258d9448848996" | ||
"gitHead": "344be19d71445220cf23569881e0234a79d63ee2" | ||
} |
@@ -0,0 +0,0 @@ // tslint:disable:no-bitwise |
@@ -0,0 +0,0 @@ export { |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -115,4 +115,3 @@ /** | ||
*/ | ||
constructor(options?: any) { | ||
options = options || {}; | ||
constructor(options: DiagnosticInfoOptions = {}) { | ||
super(); | ||
@@ -149,3 +148,11 @@ const schema = schemaDiagnosticInfo; | ||
export type DiagnosticInfoOptions = any; | ||
export interface DiagnosticInfoOptions { | ||
symbolicId?: Int32; | ||
namespaceURI?: Int32; | ||
locale?: Int32; | ||
localizedText?: Int32; | ||
additionalInfo?: UAString; | ||
innerStatusCode?: StatusCode; | ||
innerDiagnosticInfo?: DiagnosticInfo; | ||
} | ||
@@ -346,3 +353,3 @@ export enum DiagnosticInfo_EncodingByte { | ||
export function decodeDiagnosticInfo(stream: BinaryStream, _value?: DiagnosticInfo | null): DiagnosticInfo { | ||
const value = _value || new DiagnosticInfo(null); | ||
const value = _value || new DiagnosticInfo(); | ||
value.decode(stream); | ||
@@ -349,0 +356,0 @@ return value; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
112924
2108
+ Added@types/lodash@4.14.168(transitive)
+ Addednode-opcua-basic-types@2.31.0(transitive)
+ Addednode-opcua-date-time@2.31.0(transitive)
+ Addednode-opcua-debug@2.31.0(transitive)
+ Addednode-opcua-factory@2.31.0(transitive)
+ Addednode-opcua-nodeid@2.31.0(transitive)
+ Addednode-opcua-utils@2.31.0(transitive)
- Removed@types/lodash@4.14.167(transitive)
- Removednode-opcua-basic-types@2.29.0(transitive)
- Removednode-opcua-date-time@2.29.0(transitive)
- Removednode-opcua-debug@2.29.0(transitive)
- Removednode-opcua-factory@2.29.0(transitive)
- Removednode-opcua-nodeid@2.29.0(transitive)
- Removednode-opcua-utils@2.29.0(transitive)
Updatednode-opcua-factory@2.31.0
Updatednode-opcua-nodeid@2.31.0
Updatednode-opcua-utils@2.31.0