node-opcua-service-endpoints
Advanced tools
+3
-0
@@ -0,1 +1,4 @@ | ||
| /** | ||
| * @module node-opcua-service-endpoints | ||
| */ | ||
| export { ApplicationType, ApplicationDescription, ApplicationDescriptionOptions, UserTokenPolicy, EndpointDescription, UserIdentityToken, GetEndpointsRequest, GetEndpointsRequestOptions, GetEndpointsResponse, UserTokenType } from "node-opcua-types"; |
+71
-0
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| /** | ||
| * @module node-opcua-service-endpoints | ||
| */ | ||
| // tslint:disable:max-line-length | ||
| var node_opcua_types_1 = require("node-opcua-types"); | ||
@@ -12,2 +16,69 @@ Object.defineProperty(exports, "ApplicationType", { enumerable: true, get: function () { return node_opcua_types_1.ApplicationType; } }); | ||
| Object.defineProperty(exports, "UserTokenType", { enumerable: true, get: function () { return node_opcua_types_1.UserTokenType; } }); | ||
| // OPC Unified Architecture, Part 4 $7.1 page 106 | ||
| // ApplicationDescription", | ||
| // 0. applicationUri String The globally unique identifier for the application instance. | ||
| // 1. productUri String The globally unique identifier for the product. | ||
| // 2. applicationName LocalizedText A localized descriptive name for the application. | ||
| // 3. applicationType ApplicationType The type of application. | ||
| // 4. gatewayServerUri String A URI that identifies the Gateway Server associated with the discoveryUrls . | ||
| // this flag is not used if applicationType === CLIENT | ||
| // 5. discoveryProfileUri String A URI that identifies the discovery profile supported by the URLs provided | ||
| // 6. discoveryUrls String[] A list of URLs for the discovery Endpoints provided by the application | ||
| // OPC Unified Architecture, Part 4 page 121 | ||
| // EndpointDescription", | ||
| // endpointUrl String The URL for the Endpoint described. | ||
| // server ApplicationDescription The description for the Server that the Endpoint belongs to. ( see part 4 - $7.1) | ||
| // serverCertificate ByteString The application instance Certificate issued to the Server . | ||
| // securityMode MessageSecurityMode The type of security to apply to the messages. ( see part 4 - $7.14.) | ||
| // securityPolicyUri String The URI for SecurityPolicy to use when securing messages. | ||
| // The set of known URIs and the SecurityPolicies associated with them are defined in Part 7. | ||
| // userIdentityTokens UserTokenPolicy[] The user identity tokens that the Server will accept. ( see part 4 - $7.36) | ||
| // The Client shall pass one of the UserIdentityTokens in the ActivateSession request. | ||
| // transportProfileUri String The URI of the Transport Profile supported by the Endpoint . ( see part 7) | ||
| // securityLevel Byte A numeric value that indicates how secure the EndpointDescription | ||
| // is compared to other EndpointDescriptions for the same Server. | ||
| // A value of 0 indicates that the EndpointDescription is not | ||
| // recommended and is only supported for backward compatibility. | ||
| // OPC Unified Architecture, Part 4 page 16 | ||
| // GetEndpointsRequest | ||
| // requestHeader RequestHeader | ||
| // endpointUrl String The network address that the Client used to access the Discovery Endpoint . | ||
| // The Server uses this information for diagnostics and to determine what | ||
| // URLs to return in the response. | ||
| // The Server should return a suitable default URL if it does not recognize | ||
| // the HostName in the URL. | ||
| // localeIds LocaleId[] List of locales to use. | ||
| // Specifies the locale to use when returning human readable strings. | ||
| // profileUri String[] List of transport profiles that the returned Endpoints shall support. | ||
| /* | ||
| Release 1.02 38 OPC Unified Architecture, Part 7 | ||
| //User Token profiles | ||
| http://opcfoundation.org/UA-Profile/ Security/UserToken-Server/UserNamePassword | ||
| http://opcfoundation.org/UA-Profile/Security/UserToken-Server/X509Certificate | ||
| http://opcfoundation.org/UA-Profile/Security/UserToken-Server/IssuedToken | ||
| http://opcfoundation.org/UA-Profile/Security/UserToken-Server/IssuedTokenWindows | ||
| http://opcfoundation.org/UA-Profile/Security/UserToken-Client/UserNamePassword | ||
| http://opcfoundation.org/UA-Profile/Security/UserToken-Client/X509Certificate | ||
| http://opcfoundation.org/UA-Profile/Security/UserToken-Client/IssuedToken | ||
| http://opcfoundation.org/UA-Profile/Security/UserToken-Client/IssuedTokenWindows | ||
| */ | ||
| // OPC Unified Architecture, Part 4 $7.36 page 160 | ||
| // UserTokenPolicy | ||
| // policyId String An identifier for the UserTokenPolicy assigned by the Server. | ||
| // The Client specifies this value when it constructs a UserIdentityToken that | ||
| // conforms to the policy. | ||
| // This value is only unique within the context of a single Server. | ||
| // tokenType UserTokenType | ||
| // issuedTokenType String This field may only be specified if TokenType is ISSUEDTOKEN. | ||
| // A URI for the type of token. Part 7 defines URIs for supported token types. | ||
| // issuerEndpointUrl String A optional URL for the token issuing service. | ||
| // ", defaultValue: null }, | ||
| // securityPolicyUri String The security policy to use when encrypting or signing the UserToken when it is | ||
| // passed to the Server in the ActivateSession request. see $7.35 | ||
| // Release 1.02 155 OPC Unified Architecture, Part 4 | ||
| // (If this SecurityPolicy is omitted then the Client uses the SecurityPolicy in the | ||
| // EndpointDescription.) | ||
| // ", defaultValue: null } | ||
| // | ||
| //# sourceMappingURL=index.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;AAIA,qDAW0B;AAVtB,mHAAA,eAAe,OAAA;AACf,0HAAA,sBAAsB,OAAA;AAEtB,mHAAA,eAAe,OAAA;AACf,uHAAA,mBAAmB,OAAA;AACnB,qHAAA,iBAAiB,OAAA;AACjB,uHAAA,mBAAmB,OAAA;AAEnB,wHAAA,oBAAoB,OAAA;AACpB,iHAAA,aAAa,OAAA"} | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;AAAA;;GAEG;AACH,iCAAiC;AACjC,qDAW0B;AAVtB,mHAAA,eAAe,OAAA;AACf,0HAAA,sBAAsB,OAAA;AAEtB,mHAAA,eAAe,OAAA;AACf,uHAAA,mBAAmB,OAAA;AACnB,qHAAA,iBAAiB,OAAA;AACjB,uHAAA,mBAAmB,OAAA;AAEnB,wHAAA,oBAAoB,OAAA;AACpB,iHAAA,aAAa,OAAA;AAKjB,iDAAiD;AACjD,2BAA2B;AAC3B,0GAA0G;AAC1G,6FAA6F;AAC7F,+FAA+F;AAC/F,sEAAsE;AACtE,0HAA0H;AAC1H,iGAAiG;AACjG,wHAAwH;AACxH,oHAAoH;AAEpH,4CAA4C;AAC5C,wBAAwB;AACxB,wFAAwF;AACxF,sIAAsI;AACtI,gHAAgH;AAChH,0HAA0H;AAC1H,8GAA8G;AAC9G,+IAA+I;AAC/I,gIAAgI;AAChI,wIAAwI;AACxI,+HAA+H;AAC/H,sHAAsH;AACtH,mHAAmH;AACnH,+GAA+G;AAC/G,kHAAkH;AAElH,2CAA2C;AAC3C,sBAAsB;AACtB,sCAAsC;AACtC,0HAA0H;AAC1H,qHAAqH;AACrH,8EAA8E;AAC9E,uHAAuH;AACvH,uEAAuE;AACvE,sEAAsE;AACtE,iHAAiH;AACjH,oHAAoH;AACpH;;;;;;;;;;;;EAYE;AAEF,kDAAkD;AAClD,kBAAkB;AAClB,4GAA4G;AAC5G,0HAA0H;AAC1H,sEAAsE;AACtE,+GAA+G;AAC/G,kCAAkC;AAClC,4GAA4G;AAC5G,0HAA0H;AAC1H,4FAA4F;AAC5F,4BAA4B;AAC5B,6HAA6H;AAC7H,6GAA6G;AAC7G,gGAAgG;AAChG,gIAAgI;AAChI,oEAAoE;AACpE,2BAA2B;AAC3B,EAAE"} |
+11
-11
| { | ||
| "name": "node-opcua-service-endpoints", | ||
| "version": "2.6.0-alpha.7", | ||
| "version": "2.6.1", | ||
| "description": "pure nodejs OPCUA SDK - module -service-endpoints", | ||
@@ -13,14 +13,14 @@ "main": "./dist/index.js", | ||
| "dependencies": { | ||
| "node-opcua-assert": "^2.6.0-alpha.1", | ||
| "node-opcua-basic-types": "^2.6.0-alpha.1", | ||
| "node-opcua-binary-stream": "^2.6.0-alpha.1", | ||
| "node-opcua-data-model": "^2.6.0-alpha.7", | ||
| "node-opcua-factory": "^2.6.0-alpha.7", | ||
| "node-opcua-nodeid": "^2.6.0-alpha.1", | ||
| "node-opcua-service-secure-channel": "^2.6.0-alpha.7", | ||
| "node-opcua-types": "^2.6.0-alpha.7", | ||
| "node-opcua-assert": "^2.6.1", | ||
| "node-opcua-basic-types": "^2.6.1", | ||
| "node-opcua-binary-stream": "^2.6.1", | ||
| "node-opcua-data-model": "^2.6.1", | ||
| "node-opcua-factory": "^2.6.1", | ||
| "node-opcua-nodeid": "^2.6.1", | ||
| "node-opcua-service-secure-channel": "^2.6.1", | ||
| "node-opcua-types": "^2.6.1", | ||
| "underscore": "^1.10.2" | ||
| }, | ||
| "devDependencies": { | ||
| "node-opcua-generator": "^2.6.0-alpha.7", | ||
| "node-opcua-generator": "^2.6.1", | ||
| "should": "^13.2.3" | ||
@@ -43,3 +43,3 @@ }, | ||
| "homepage": "http://node-opcua.github.io/", | ||
| "gitHead": "6af0c6f183dcb96ddc5a2befc98851d0960c5fd0" | ||
| "gitHead": "15f0c0f83232fc63310dc04fea187048c7a01e4b" | ||
| } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
17332
60.11%175
71.57%0
-100%Updated
Updated
Updated
Updated
Updated