node-opcua-factory
Advanced tools
Comparing version 2.111.0 to 2.112.0
{ | ||
"name": "node-opcua-factory", | ||
"version": "2.111.0", | ||
"version": "2.112.0", | ||
"description": "pure nodejs OPCUA SDK - module factory", | ||
@@ -45,3 +45,3 @@ "main": "./dist/index.js", | ||
"homepage": "http://node-opcua.github.io/", | ||
"gitHead": "94a810c732583bdb401e29a5ac92662c7895caeb", | ||
"gitHead": "af1c21306612b11aa4265e9e6c094c91fe9beebb", | ||
"files": [ | ||
@@ -48,0 +48,0 @@ "dist", |
@@ -44,3 +44,2 @@ /** | ||
defaultValue?: any | DefaultValueFunc; | ||
fieldType: string; | ||
@@ -91,5 +90,4 @@ isArray?: boolean; | ||
export interface StructuredTypeField { | ||
name: string; // the name that may have been lowercased | ||
originalName: string; // the orignal name from the raw OPCUA description | ||
name: string; // the name that may have been lowercased | ||
originalName: string; // the orignal name from the raw OPCUA description | ||
@@ -139,3 +137,3 @@ fieldType: string; | ||
_resolved?: boolean; | ||
bitFields?: { name: string, length: number }[]; | ||
bitFields?: { name: string; length: number }[]; | ||
deprecated_base?: StructuredTypeOptions; | ||
@@ -191,6 +189,6 @@ dataTypeFactory: DataTypeFactory; | ||
baseType: string; | ||
getBaseSchema(): IStructuredTypeSchema | null; | ||
getDataTypeFactory(): DataTypeFactory; | ||
documentation?: string; | ||
@@ -197,0 +195,0 @@ |
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
250407
75
4703