node-opcua-data-model
Advanced tools
Comparing version 2.85.0 to 2.86.0
@@ -16,3 +16,3 @@ /** | ||
} | ||
export declare type AccessLevelFlagString = "CurrentRead" | "CurrentWrite" | "HistoryRead" | "HistoryWrite" | "StatusWrite" | "TimestampWrite"; | ||
export type AccessLevelFlagString = "CurrentRead" | "CurrentWrite" | "HistoryRead" | "HistoryWrite" | "StatusWrite" | "TimestampWrite"; | ||
export declare function convertAccessLevelFlagToByte(accessLevel: AccessLevelFlag): number; | ||
@@ -19,0 +19,0 @@ export declare function makeAccessLevelFlag(str: string | number | null): AccessLevelFlag; |
@@ -53,3 +53,3 @@ import { BinaryStream, OutputBinaryStream } from "node-opcua-binary-stream"; | ||
} | ||
declare type DiagnosticInfo_Mask = typeof DiagnosticInfo_ServiceLevelMask | typeof DiagnosticInfo_OperationLevelMask; | ||
type DiagnosticInfo_Mask = typeof DiagnosticInfo_ServiceLevelMask | typeof DiagnosticInfo_OperationLevelMask; | ||
export declare const RESPONSE_DIAGNOSTICS_MASK_ALL = 1023; | ||
@@ -56,0 +56,0 @@ export declare function filterDiagnosticInfoLevel(returnDiagnostics: number, diagnostic: DiagnosticInfo | null, diagnosticInfoMask: DiagnosticInfo_Mask): DiagnosticInfo | null; |
@@ -22,4 +22,4 @@ import { LocaleId, UAString } from "node-opcua-basic-types"; | ||
} | ||
export declare type LocalizedTextLike = LocalizedTextOptions | string; | ||
export type LocalizedTextLike = LocalizedTextOptions | string; | ||
export declare function encodeLocalizedText(value: LocalizedText, stream: OutputBinaryStream): void; | ||
export declare function decodeLocalizedText(stream: BinaryStream, value?: LocalizedText): LocalizedText; |
@@ -36,2 +36,11 @@ "use strict"; | ||
class LocalizedText extends node_opcua_factory_1.BaseUAObject { | ||
static get schema() { | ||
return schemaLocalizedText; | ||
} | ||
get schema() { | ||
return schemaLocalizedText; | ||
} | ||
static coerce(value) { | ||
return coerceLocalizedText(value); | ||
} | ||
constructor(options) { | ||
@@ -57,11 +66,2 @@ super(); | ||
} | ||
static get schema() { | ||
return schemaLocalizedText; | ||
} | ||
get schema() { | ||
return schemaLocalizedText; | ||
} | ||
static coerce(value) { | ||
return coerceLocalizedText(value); | ||
} | ||
toString() { | ||
@@ -68,0 +68,0 @@ return "locale=" + this.locale + " text=" + this.text; |
@@ -29,3 +29,3 @@ import { BaseUAObject, IStructuredTypeSchema } from "node-opcua-factory"; | ||
} | ||
export declare type QualifiedNameLike = QualifiedNameOptions | string; | ||
export type QualifiedNameLike = QualifiedNameOptions | string; | ||
/** | ||
@@ -32,0 +32,0 @@ * @method stringToQualifiedName |
{ | ||
"name": "node-opcua-data-model", | ||
"version": "2.85.0", | ||
"version": "2.86.0", | ||
"description": "pure nodejs OPCUA SDK - module -data-model", | ||
@@ -17,11 +17,11 @@ "scripts": { | ||
"node-opcua-assert": "2.77.0", | ||
"node-opcua-basic-types": "2.85.0", | ||
"node-opcua-binary-stream": "2.85.0", | ||
"node-opcua-enum": "2.85.0", | ||
"node-opcua-factory": "2.85.0", | ||
"node-opcua-nodeid": "2.85.0", | ||
"node-opcua-status-code": "2.85.0" | ||
"node-opcua-basic-types": "2.86.0", | ||
"node-opcua-binary-stream": "2.86.0", | ||
"node-opcua-enum": "2.86.0", | ||
"node-opcua-factory": "2.86.0", | ||
"node-opcua-nodeid": "2.86.0", | ||
"node-opcua-status-code": "2.86.0" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-packet-analyzer": "2.85.0", | ||
"node-opcua-packet-analyzer": "2.86.0", | ||
"should": "^13.2.3" | ||
@@ -44,3 +44,3 @@ }, | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "68498fcf7b20ea9f7bd66e8529c546221daf5d52" | ||
"gitHead": "36afc46fe2c91aa5664a8c5418f4db5a354670c3" | ||
} |
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
160966
+ Addednode-opcua-basic-types@2.86.0(transitive)
+ Addednode-opcua-binary-stream@2.86.0(transitive)
+ Addednode-opcua-buffer-utils@2.86.0(transitive)
+ Addednode-opcua-date-time@2.86.0(transitive)
+ Addednode-opcua-debug@2.86.0(transitive)
+ Addednode-opcua-enum@2.86.0(transitive)
+ Addednode-opcua-factory@2.86.0(transitive)
+ Addednode-opcua-nodeid@2.86.0(transitive)
+ Addednode-opcua-status-code@2.86.0(transitive)
+ Addednode-opcua-utils@2.86.0(transitive)
- Removednode-opcua-basic-types@2.85.0(transitive)
- Removednode-opcua-binary-stream@2.85.0(transitive)
- Removednode-opcua-buffer-utils@2.85.0(transitive)
- Removednode-opcua-date-time@2.85.0(transitive)
- Removednode-opcua-debug@2.85.0(transitive)
- Removednode-opcua-enum@2.85.0(transitive)
- Removednode-opcua-factory@2.85.0(transitive)
- Removednode-opcua-nodeid@2.85.0(transitive)
- Removednode-opcua-status-code@2.85.0(transitive)
- Removednode-opcua-utils@2.85.0(transitive)
Updatednode-opcua-enum@2.86.0
Updatednode-opcua-factory@2.86.0
Updatednode-opcua-nodeid@2.86.0