node-opcua-service-endpoints
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:38.349Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:30.828Z | ||
"use strict"; | ||
@@ -52,2 +52,7 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
self.applicationName = null; /* new LocalizedText(null); */ | ||
return ; | ||
} | ||
@@ -54,0 +59,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:38.429Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:30.952Z | ||
"use strict"; | ||
@@ -54,2 +54,8 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
self.server = null; /* new ApplicationDescription(null); */ | ||
self.userIdentityTokens = null; /* null array */ | ||
return ; | ||
} | ||
@@ -175,3 +181,3 @@ /** | ||
this.userIdentityTokens = decodeArray(stream, function(stream) { | ||
var obj = new UserTokenPolicy(); | ||
var obj = new UserTokenPolicy(null); | ||
obj.decode(stream,options); | ||
@@ -178,0 +184,0 @@ return obj; |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:38.437Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:30.967Z | ||
"use strict"; | ||
@@ -49,2 +49,7 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
self.requestHeader = null; /* new RequestHeader(null); */ | ||
return ; | ||
} | ||
@@ -51,0 +56,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:38.441Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:30.984Z | ||
"use strict"; | ||
@@ -48,2 +48,8 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
self.responseHeader = null; /* new ResponseHeader(null); */ | ||
self.endpoints = null; /* null array */ | ||
return ; | ||
} | ||
@@ -99,3 +105,3 @@ /** | ||
this.endpoints = decodeArray(stream, function(stream) { | ||
var obj = new EndpointDescription(); | ||
var obj = new EndpointDescription(null); | ||
obj.decode(stream,options); | ||
@@ -102,0 +108,0 @@ return obj; |
@@ -1,2 +0,2 @@ | ||
// --------- This code has been automatically generated !!! 2017-12-13T08:26:38.305Z | ||
// --------- This code has been automatically generated !!! 2018-02-22T17:36:30.807Z | ||
"use strict"; | ||
@@ -49,2 +49,6 @@ /** | ||
BaseUAObject.call(this,options); | ||
if (options === null) { | ||
BaseUAObject.call(this,options); | ||
return ; | ||
} | ||
@@ -51,0 +55,0 @@ /** |
@@ -0,0 +0,0 @@ var generator = require("node-opcua-generator"); |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "node-opcua-service-endpoints", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "pure nodejs OPCUA SDK - module -service-endpoints", | ||
@@ -13,11 +13,11 @@ "main": "index.js", | ||
"node-opcua-assert": "^0.2.0", | ||
"node-opcua-basic-types": "^0.2.1", | ||
"node-opcua-data-model": "^0.2.1", | ||
"node-opcua-factory": "^0.2.1", | ||
"node-opcua-nodeid": "^0.2.0", | ||
"node-opcua-service-secure-channel": "^0.2.1", | ||
"node-opcua-basic-types": "^0.2.2", | ||
"node-opcua-data-model": "^0.2.2", | ||
"node-opcua-factory": "^0.2.2", | ||
"node-opcua-nodeid": "^0.2.2", | ||
"node-opcua-service-secure-channel": "^0.2.2", | ||
"underscore": "^1.8.3" | ||
}, | ||
"devDependencies": { | ||
"node-opcua-generator": "^0.2.1", | ||
"node-opcua-generator": "^0.2.2", | ||
"should": "13.2.1" | ||
@@ -24,0 +24,0 @@ }, |
@@ -0,0 +0,0 @@ require("node-opcua-data-model"); |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ require("node-opcua-service-secure-channel"); |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ |
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
43503
19
939