node-opcua-nodeset-gds 2.71.0 → 2.72.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dt_application_record.d.ts +22 -22
- package/dist/dt_application_record.js +2 -2
- package/dist/index.d.ts +14 -14
- package/dist/index.js +30 -30
- package/dist/ua_access_token_issued_audit_event.d.ts +13 -13
- package/dist/ua_access_token_issued_audit_event.js +2 -2
- package/dist/ua_application_registration_changed_audit_event.d.ts +13 -13
- package/dist/ua_application_registration_changed_audit_event.js +2 -2
- package/dist/ua_authorization_service.d.ts +22 -22
- package/dist/ua_authorization_service.js +2 -2
- package/dist/ua_authorization_services_folder.d.ts +13 -13
- package/dist/ua_authorization_services_folder.js +2 -2
- package/dist/ua_certificate_delivered_audit_event.d.ts +18 -18
- package/dist/ua_certificate_delivered_audit_event.js +2 -2
- package/dist/ua_certificate_directory.d.ts +23 -23
- package/dist/ua_certificate_directory.js +2 -2
- package/dist/ua_certificate_requested_audit_event.d.ts +18 -18
- package/dist/ua_certificate_requested_audit_event.js +2 -2
- package/dist/ua_directory.d.ts +22 -22
- package/dist/ua_directory.js +2 -2
- package/dist/ua_key_credential_delivered_audit_event.d.ts +13 -13
- package/dist/ua_key_credential_delivered_audit_event.js +2 -2
- package/dist/ua_key_credential_management_folder.d.ts +13 -13
- package/dist/ua_key_credential_management_folder.js +2 -2
- package/dist/ua_key_credential_requested_audit_event.d.ts +13 -13
- package/dist/ua_key_credential_requested_audit_event.js +2 -2
- package/dist/ua_key_credential_revoked_audit_event.d.ts +13 -13
- package/dist/ua_key_credential_revoked_audit_event.js +2 -2
- package/dist/ua_key_credential_service.d.ts +20 -20
- package/dist/ua_key_credential_service.js +2 -2
- package/package.json +7 -8
- package/LICENSE +0 -20
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { LocalizedText } from "node-opcua-data-model";
|
|
2
|
-
import { NodeId } from "node-opcua-nodeid";
|
|
3
|
-
import { UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
5
|
-
import { EnumApplication } from "node-opcua-nodeset-ua/source/enum_application";
|
|
6
|
-
/**
|
|
7
|
-
* | | |
|
|
8
|
-
* |-----------|--------------------------------------------------|
|
|
9
|
-
* | namespace |http://opcfoundation.org/UA/GDS/ |
|
|
10
|
-
* | nodeClass |DataType |
|
|
11
|
-
* | name |6:ApplicationRecordDataType |
|
|
12
|
-
* | isAbstract|false |
|
|
13
|
-
*/
|
|
14
|
-
export interface DTApplicationRecord extends DTStructure {
|
|
15
|
-
applicationId: NodeId;
|
|
16
|
-
applicationUri: UAString;
|
|
17
|
-
applicationType: EnumApplication;
|
|
18
|
-
applicationNames: LocalizedText[];
|
|
19
|
-
productUri: UAString;
|
|
20
|
-
discoveryUrls: UAString[];
|
|
21
|
-
serverCapabilities: UAString[];
|
|
22
|
-
}
|
|
1
|
+
import { LocalizedText } from "node-opcua-data-model";
|
|
2
|
+
import { NodeId } from "node-opcua-nodeid";
|
|
3
|
+
import { UAString } from "node-opcua-basic-types";
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
|
|
5
|
+
import { EnumApplication } from "node-opcua-nodeset-ua/source/enum_application";
|
|
6
|
+
/**
|
|
7
|
+
* | | |
|
|
8
|
+
* |-----------|--------------------------------------------------|
|
|
9
|
+
* | namespace |http://opcfoundation.org/UA/GDS/ |
|
|
10
|
+
* | nodeClass |DataType |
|
|
11
|
+
* | name |6:ApplicationRecordDataType |
|
|
12
|
+
* | isAbstract|false |
|
|
13
|
+
*/
|
|
14
|
+
export interface DTApplicationRecord extends DTStructure {
|
|
15
|
+
applicationId: NodeId;
|
|
16
|
+
applicationUri: UAString;
|
|
17
|
+
applicationType: EnumApplication;
|
|
18
|
+
applicationNames: LocalizedText[];
|
|
19
|
+
productUri: UAString;
|
|
20
|
+
discoveryUrls: UAString[];
|
|
21
|
+
serverCapabilities: UAString[];
|
|
22
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=dt_application_record.js.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export * from "./dt_application_record";
|
|
2
|
-
export * from "./ua_access_token_issued_audit_event";
|
|
3
|
-
export * from "./ua_application_registration_changed_audit_event";
|
|
4
|
-
export * from "./ua_authorization_service";
|
|
5
|
-
export * from "./ua_authorization_services_folder";
|
|
6
|
-
export * from "./ua_certificate_delivered_audit_event";
|
|
7
|
-
export * from "./ua_certificate_directory";
|
|
8
|
-
export * from "./ua_certificate_requested_audit_event";
|
|
9
|
-
export * from "./ua_directory";
|
|
10
|
-
export * from "./ua_key_credential_delivered_audit_event";
|
|
11
|
-
export * from "./ua_key_credential_management_folder";
|
|
12
|
-
export * from "./ua_key_credential_requested_audit_event";
|
|
13
|
-
export * from "./ua_key_credential_revoked_audit_event";
|
|
14
|
-
export * from "./ua_key_credential_service";
|
|
1
|
+
export * from "./dt_application_record";
|
|
2
|
+
export * from "./ua_access_token_issued_audit_event";
|
|
3
|
+
export * from "./ua_application_registration_changed_audit_event";
|
|
4
|
+
export * from "./ua_authorization_service";
|
|
5
|
+
export * from "./ua_authorization_services_folder";
|
|
6
|
+
export * from "./ua_certificate_delivered_audit_event";
|
|
7
|
+
export * from "./ua_certificate_directory";
|
|
8
|
+
export * from "./ua_certificate_requested_audit_event";
|
|
9
|
+
export * from "./ua_directory";
|
|
10
|
+
export * from "./ua_key_credential_delivered_audit_event";
|
|
11
|
+
export * from "./ua_key_credential_management_folder";
|
|
12
|
+
export * from "./ua_key_credential_requested_audit_event";
|
|
13
|
+
export * from "./ua_key_credential_revoked_audit_event";
|
|
14
|
+
export * from "./ua_key_credential_service";
|
package/dist/index.js
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./dt_application_record"), exports);
|
|
18
|
-
__exportStar(require("./ua_access_token_issued_audit_event"), exports);
|
|
19
|
-
__exportStar(require("./ua_application_registration_changed_audit_event"), exports);
|
|
20
|
-
__exportStar(require("./ua_authorization_service"), exports);
|
|
21
|
-
__exportStar(require("./ua_authorization_services_folder"), exports);
|
|
22
|
-
__exportStar(require("./ua_certificate_delivered_audit_event"), exports);
|
|
23
|
-
__exportStar(require("./ua_certificate_directory"), exports);
|
|
24
|
-
__exportStar(require("./ua_certificate_requested_audit_event"), exports);
|
|
25
|
-
__exportStar(require("./ua_directory"), exports);
|
|
26
|
-
__exportStar(require("./ua_key_credential_delivered_audit_event"), exports);
|
|
27
|
-
__exportStar(require("./ua_key_credential_management_folder"), exports);
|
|
28
|
-
__exportStar(require("./ua_key_credential_requested_audit_event"), exports);
|
|
29
|
-
__exportStar(require("./ua_key_credential_revoked_audit_event"), exports);
|
|
30
|
-
__exportStar(require("./ua_key_credential_service"), exports);
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./dt_application_record"), exports);
|
|
18
|
+
__exportStar(require("./ua_access_token_issued_audit_event"), exports);
|
|
19
|
+
__exportStar(require("./ua_application_registration_changed_audit_event"), exports);
|
|
20
|
+
__exportStar(require("./ua_authorization_service"), exports);
|
|
21
|
+
__exportStar(require("./ua_authorization_services_folder"), exports);
|
|
22
|
+
__exportStar(require("./ua_certificate_delivered_audit_event"), exports);
|
|
23
|
+
__exportStar(require("./ua_certificate_directory"), exports);
|
|
24
|
+
__exportStar(require("./ua_certificate_requested_audit_event"), exports);
|
|
25
|
+
__exportStar(require("./ua_directory"), exports);
|
|
26
|
+
__exportStar(require("./ua_key_credential_delivered_audit_event"), exports);
|
|
27
|
+
__exportStar(require("./ua_key_credential_management_folder"), exports);
|
|
28
|
+
__exportStar(require("./ua_key_credential_requested_audit_event"), exports);
|
|
29
|
+
__exportStar(require("./ua_key_credential_revoked_audit_event"), exports);
|
|
30
|
+
__exportStar(require("./ua_key_credential_service"), exports);
|
|
31
31
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/source/ua_audit_update_method_event";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |6:AccessTokenIssuedAuditEventType ns=6;i=975 |
|
|
8
|
-
* |isAbstract |true |
|
|
9
|
-
*/
|
|
10
|
-
export interface UAAccessTokenIssuedAuditEvent_Base extends UAAuditUpdateMethodEvent_Base {
|
|
11
|
-
}
|
|
12
|
-
export interface UAAccessTokenIssuedAuditEvent extends UAAuditUpdateMethodEvent, UAAccessTokenIssuedAuditEvent_Base {
|
|
13
|
-
}
|
|
1
|
+
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/source/ua_audit_update_method_event";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |6:AccessTokenIssuedAuditEventType ns=6;i=975 |
|
|
8
|
+
* |isAbstract |true |
|
|
9
|
+
*/
|
|
10
|
+
export interface UAAccessTokenIssuedAuditEvent_Base extends UAAuditUpdateMethodEvent_Base {
|
|
11
|
+
}
|
|
12
|
+
export interface UAAccessTokenIssuedAuditEvent extends UAAuditUpdateMethodEvent, UAAccessTokenIssuedAuditEvent_Base {
|
|
13
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_access_token_issued_audit_event.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/source/ua_audit_update_method_event";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |6:ApplicationRegistrationChangedAuditEventType ns=6;i=26|
|
|
8
|
-
* |isAbstract |true |
|
|
9
|
-
*/
|
|
10
|
-
export interface UAApplicationRegistrationChangedAuditEvent_Base extends UAAuditUpdateMethodEvent_Base {
|
|
11
|
-
}
|
|
12
|
-
export interface UAApplicationRegistrationChangedAuditEvent extends UAAuditUpdateMethodEvent, UAApplicationRegistrationChangedAuditEvent_Base {
|
|
13
|
-
}
|
|
1
|
+
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/source/ua_audit_update_method_event";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |6:ApplicationRegistrationChangedAuditEventType ns=6;i=26|
|
|
8
|
+
* |isAbstract |true |
|
|
9
|
+
*/
|
|
10
|
+
export interface UAApplicationRegistrationChangedAuditEvent_Base extends UAAuditUpdateMethodEvent_Base {
|
|
11
|
+
}
|
|
12
|
+
export interface UAApplicationRegistrationChangedAuditEvent extends UAAuditUpdateMethodEvent, UAApplicationRegistrationChangedAuditEvent_Base {
|
|
13
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_application_registration_changed_audit_event.js.map
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
3
|
-
import { DataType } from "node-opcua-variant";
|
|
4
|
-
import { UAString } from "node-opcua-basic-types";
|
|
5
|
-
import { DTUserTokenPolicy } from "node-opcua-nodeset-ua/source/dt_user_token_policy";
|
|
6
|
-
/**
|
|
7
|
-
* | | |
|
|
8
|
-
* |----------------|--------------------------------------------------|
|
|
9
|
-
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
10
|
-
* |nodeClass |ObjectType |
|
|
11
|
-
* |typedDefinition |6:AuthorizationServiceType ns=6;i=966 |
|
|
12
|
-
* |isAbstract |false |
|
|
13
|
-
*/
|
|
14
|
-
export interface UAAuthorizationService_Base {
|
|
15
|
-
serviceUri: UAProperty<UAString, /*z*/ DataType.String>;
|
|
16
|
-
serviceCertificate: UAProperty<Buffer, /*z*/ DataType.ByteString>;
|
|
17
|
-
userTokenPolicies?: UAProperty<DTUserTokenPolicy[], /*z*/ DataType.ExtensionObject>;
|
|
18
|
-
getServiceDescription: UAMethod;
|
|
19
|
-
requestAccessToken?: UAMethod;
|
|
20
|
-
}
|
|
21
|
-
export interface UAAuthorizationService extends UAObject, UAAuthorizationService_Base {
|
|
22
|
-
}
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
3
|
+
import { DataType } from "node-opcua-variant";
|
|
4
|
+
import { UAString } from "node-opcua-basic-types";
|
|
5
|
+
import { DTUserTokenPolicy } from "node-opcua-nodeset-ua/source/dt_user_token_policy";
|
|
6
|
+
/**
|
|
7
|
+
* | | |
|
|
8
|
+
* |----------------|--------------------------------------------------|
|
|
9
|
+
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
10
|
+
* |nodeClass |ObjectType |
|
|
11
|
+
* |typedDefinition |6:AuthorizationServiceType ns=6;i=966 |
|
|
12
|
+
* |isAbstract |false |
|
|
13
|
+
*/
|
|
14
|
+
export interface UAAuthorizationService_Base {
|
|
15
|
+
serviceUri: UAProperty<UAString, /*z*/ DataType.String>;
|
|
16
|
+
serviceCertificate: UAProperty<Buffer, /*z*/ DataType.ByteString>;
|
|
17
|
+
userTokenPolicies?: UAProperty<DTUserTokenPolicy[], /*z*/ DataType.ExtensionObject>;
|
|
18
|
+
getServiceDescription: UAMethod;
|
|
19
|
+
requestAccessToken?: UAMethod;
|
|
20
|
+
}
|
|
21
|
+
export interface UAAuthorizationService extends UAObject, UAAuthorizationService_Base {
|
|
22
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_authorization_service.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |6:AuthorizationServicesFolderType ns=6;i=233 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export interface UAAuthorizationServicesFolder_Base extends UAFolder_Base {
|
|
11
|
-
}
|
|
12
|
-
export interface UAAuthorizationServicesFolder extends UAFolder, UAAuthorizationServicesFolder_Base {
|
|
13
|
-
}
|
|
1
|
+
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |6:AuthorizationServicesFolderType ns=6;i=233 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export interface UAAuthorizationServicesFolder_Base extends UAFolder_Base {
|
|
11
|
+
}
|
|
12
|
+
export interface UAAuthorizationServicesFolder extends UAFolder, UAAuthorizationServicesFolder_Base {
|
|
13
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_authorization_services_folder.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { NodeId } from "node-opcua-nodeid";
|
|
4
|
-
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/source/ua_audit_update_method_event";
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |----------------|--------------------------------------------------|
|
|
8
|
-
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
9
|
-
* |nodeClass |ObjectType |
|
|
10
|
-
* |typedDefinition |6:CertificateDeliveredAuditEventType ns=6;i=109 |
|
|
11
|
-
* |isAbstract |true |
|
|
12
|
-
*/
|
|
13
|
-
export interface UACertificateDeliveredAuditEvent_Base extends UAAuditUpdateMethodEvent_Base {
|
|
14
|
-
certificateGroup: UAProperty<NodeId, /*z*/ DataType.NodeId>;
|
|
15
|
-
certificateType: UAProperty<NodeId, /*z*/ DataType.NodeId>;
|
|
16
|
-
}
|
|
17
|
-
export interface UACertificateDeliveredAuditEvent extends UAAuditUpdateMethodEvent, UACertificateDeliveredAuditEvent_Base {
|
|
18
|
-
}
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { NodeId } from "node-opcua-nodeid";
|
|
4
|
+
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/source/ua_audit_update_method_event";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |6:CertificateDeliveredAuditEventType ns=6;i=109 |
|
|
11
|
+
* |isAbstract |true |
|
|
12
|
+
*/
|
|
13
|
+
export interface UACertificateDeliveredAuditEvent_Base extends UAAuditUpdateMethodEvent_Base {
|
|
14
|
+
certificateGroup: UAProperty<NodeId, /*z*/ DataType.NodeId>;
|
|
15
|
+
certificateType: UAProperty<NodeId, /*z*/ DataType.NodeId>;
|
|
16
|
+
}
|
|
17
|
+
export interface UACertificateDeliveredAuditEvent extends UAAuditUpdateMethodEvent, UACertificateDeliveredAuditEvent_Base {
|
|
18
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_certificate_delivered_audit_event.js.map
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import { UACertificateGroupFolder } from "node-opcua-nodeset-ua/source/ua_certificate_group_folder";
|
|
3
|
-
import { UADirectory, UADirectory_Base } from "./ua_directory";
|
|
4
|
-
/**
|
|
5
|
-
* | | |
|
|
6
|
-
* |----------------|--------------------------------------------------|
|
|
7
|
-
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
8
|
-
* |nodeClass |ObjectType |
|
|
9
|
-
* |typedDefinition |6:CertificateDirectoryType ns=6;i=63 |
|
|
10
|
-
* |isAbstract |false |
|
|
11
|
-
*/
|
|
12
|
-
export interface UACertificateDirectory_Base extends UADirectory_Base {
|
|
13
|
-
startSigningRequest: UAMethod;
|
|
14
|
-
startNewKeyPairRequest: UAMethod;
|
|
15
|
-
finishRequest: UAMethod;
|
|
16
|
-
revokeCertificate?: UAMethod;
|
|
17
|
-
getCertificateGroups: UAMethod;
|
|
18
|
-
getTrustList: UAMethod;
|
|
19
|
-
getCertificateStatus: UAMethod;
|
|
20
|
-
certificateGroups: UACertificateGroupFolder;
|
|
21
|
-
}
|
|
22
|
-
export interface UACertificateDirectory extends UADirectory, UACertificateDirectory_Base {
|
|
23
|
-
}
|
|
1
|
+
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import { UACertificateGroupFolder } from "node-opcua-nodeset-ua/source/ua_certificate_group_folder";
|
|
3
|
+
import { UADirectory, UADirectory_Base } from "./ua_directory";
|
|
4
|
+
/**
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|--------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
8
|
+
* |nodeClass |ObjectType |
|
|
9
|
+
* |typedDefinition |6:CertificateDirectoryType ns=6;i=63 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
|
+
*/
|
|
12
|
+
export interface UACertificateDirectory_Base extends UADirectory_Base {
|
|
13
|
+
startSigningRequest: UAMethod;
|
|
14
|
+
startNewKeyPairRequest: UAMethod;
|
|
15
|
+
finishRequest: UAMethod;
|
|
16
|
+
revokeCertificate?: UAMethod;
|
|
17
|
+
getCertificateGroups: UAMethod;
|
|
18
|
+
getTrustList: UAMethod;
|
|
19
|
+
getCertificateStatus: UAMethod;
|
|
20
|
+
certificateGroups: UACertificateGroupFolder;
|
|
21
|
+
}
|
|
22
|
+
export interface UACertificateDirectory extends UADirectory, UACertificateDirectory_Base {
|
|
23
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_certificate_directory.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { NodeId } from "node-opcua-nodeid";
|
|
4
|
-
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/source/ua_audit_update_method_event";
|
|
5
|
-
/**
|
|
6
|
-
* | | |
|
|
7
|
-
* |----------------|--------------------------------------------------|
|
|
8
|
-
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
9
|
-
* |nodeClass |ObjectType |
|
|
10
|
-
* |typedDefinition |6:CertificateRequestedAuditEventType ns=6;i=91 |
|
|
11
|
-
* |isAbstract |true |
|
|
12
|
-
*/
|
|
13
|
-
export interface UACertificateRequestedAuditEvent_Base extends UAAuditUpdateMethodEvent_Base {
|
|
14
|
-
certificateGroup: UAProperty<NodeId, /*z*/ DataType.NodeId>;
|
|
15
|
-
certificateType: UAProperty<NodeId, /*z*/ DataType.NodeId>;
|
|
16
|
-
}
|
|
17
|
-
export interface UACertificateRequestedAuditEvent extends UAAuditUpdateMethodEvent, UACertificateRequestedAuditEvent_Base {
|
|
18
|
-
}
|
|
1
|
+
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { NodeId } from "node-opcua-nodeid";
|
|
4
|
+
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/source/ua_audit_update_method_event";
|
|
5
|
+
/**
|
|
6
|
+
* | | |
|
|
7
|
+
* |----------------|--------------------------------------------------|
|
|
8
|
+
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
9
|
+
* |nodeClass |ObjectType |
|
|
10
|
+
* |typedDefinition |6:CertificateRequestedAuditEventType ns=6;i=91 |
|
|
11
|
+
* |isAbstract |true |
|
|
12
|
+
*/
|
|
13
|
+
export interface UACertificateRequestedAuditEvent_Base extends UAAuditUpdateMethodEvent_Base {
|
|
14
|
+
certificateGroup: UAProperty<NodeId, /*z*/ DataType.NodeId>;
|
|
15
|
+
certificateType: UAProperty<NodeId, /*z*/ DataType.NodeId>;
|
|
16
|
+
}
|
|
17
|
+
export interface UACertificateRequestedAuditEvent extends UAAuditUpdateMethodEvent, UACertificateRequestedAuditEvent_Base {
|
|
18
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_certificate_requested_audit_event.js.map
|
package/dist/ua_directory.d.ts
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder";
|
|
3
|
-
/**
|
|
4
|
-
* | | |
|
|
5
|
-
* |----------------|--------------------------------------------------|
|
|
6
|
-
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
7
|
-
* |nodeClass |ObjectType |
|
|
8
|
-
* |typedDefinition |6:DirectoryType ns=6;i=13 |
|
|
9
|
-
* |isAbstract |false |
|
|
10
|
-
*/
|
|
11
|
-
export interface UADirectory_Base extends UAFolder_Base {
|
|
12
|
-
applications: UAFolder;
|
|
13
|
-
findApplications: UAMethod;
|
|
14
|
-
registerApplication: UAMethod;
|
|
15
|
-
updateApplication: UAMethod;
|
|
16
|
-
unregisterApplication: UAMethod;
|
|
17
|
-
getApplication: UAMethod;
|
|
18
|
-
queryApplications: UAMethod;
|
|
19
|
-
queryServers: UAMethod;
|
|
20
|
-
}
|
|
21
|
-
export interface UADirectory extends UAFolder, UADirectory_Base {
|
|
22
|
-
}
|
|
1
|
+
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
+
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder";
|
|
3
|
+
/**
|
|
4
|
+
* | | |
|
|
5
|
+
* |----------------|--------------------------------------------------|
|
|
6
|
+
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
7
|
+
* |nodeClass |ObjectType |
|
|
8
|
+
* |typedDefinition |6:DirectoryType ns=6;i=13 |
|
|
9
|
+
* |isAbstract |false |
|
|
10
|
+
*/
|
|
11
|
+
export interface UADirectory_Base extends UAFolder_Base {
|
|
12
|
+
applications: UAFolder;
|
|
13
|
+
findApplications: UAMethod;
|
|
14
|
+
registerApplication: UAMethod;
|
|
15
|
+
updateApplication: UAMethod;
|
|
16
|
+
unregisterApplication: UAMethod;
|
|
17
|
+
getApplication: UAMethod;
|
|
18
|
+
queryApplications: UAMethod;
|
|
19
|
+
queryServers: UAMethod;
|
|
20
|
+
}
|
|
21
|
+
export interface UADirectory extends UAFolder, UADirectory_Base {
|
|
22
|
+
}
|
package/dist/ua_directory.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_directory.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/source/ua_key_credential_audit_event";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |6:KeyCredentialDeliveredAuditEventType ns=6;i=1057|
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export interface UAKeyCredentialDeliveredAuditEvent_Base extends UAKeyCredentialAuditEvent_Base {
|
|
11
|
-
}
|
|
12
|
-
export interface UAKeyCredentialDeliveredAuditEvent extends UAKeyCredentialAuditEvent, UAKeyCredentialDeliveredAuditEvent_Base {
|
|
13
|
-
}
|
|
1
|
+
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/source/ua_key_credential_audit_event";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |6:KeyCredentialDeliveredAuditEventType ns=6;i=1057|
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export interface UAKeyCredentialDeliveredAuditEvent_Base extends UAKeyCredentialAuditEvent_Base {
|
|
11
|
+
}
|
|
12
|
+
export interface UAKeyCredentialDeliveredAuditEvent extends UAKeyCredentialAuditEvent, UAKeyCredentialDeliveredAuditEvent_Base {
|
|
13
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_key_credential_delivered_audit_event.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |6:KeyCredentialManagementFolderType ns=6;i=55 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export interface UAKeyCredentialManagementFolder_Base extends UAFolder_Base {
|
|
11
|
-
}
|
|
12
|
-
export interface UAKeyCredentialManagementFolder extends UAFolder, UAKeyCredentialManagementFolder_Base {
|
|
13
|
-
}
|
|
1
|
+
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |6:KeyCredentialManagementFolderType ns=6;i=55 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export interface UAKeyCredentialManagementFolder_Base extends UAFolder_Base {
|
|
11
|
+
}
|
|
12
|
+
export interface UAKeyCredentialManagementFolder extends UAFolder, UAKeyCredentialManagementFolder_Base {
|
|
13
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_key_credential_management_folder.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/source/ua_key_credential_audit_event";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |6:KeyCredentialRequestedAuditEventType ns=6;i=1039|
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export interface UAKeyCredentialRequestedAuditEvent_Base extends UAKeyCredentialAuditEvent_Base {
|
|
11
|
-
}
|
|
12
|
-
export interface UAKeyCredentialRequestedAuditEvent extends UAKeyCredentialAuditEvent, UAKeyCredentialRequestedAuditEvent_Base {
|
|
13
|
-
}
|
|
1
|
+
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/source/ua_key_credential_audit_event";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |6:KeyCredentialRequestedAuditEventType ns=6;i=1039|
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export interface UAKeyCredentialRequestedAuditEvent_Base extends UAKeyCredentialAuditEvent_Base {
|
|
11
|
+
}
|
|
12
|
+
export interface UAKeyCredentialRequestedAuditEvent extends UAKeyCredentialAuditEvent, UAKeyCredentialRequestedAuditEvent_Base {
|
|
13
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_key_credential_requested_audit_event.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/source/ua_key_credential_audit_event";
|
|
2
|
-
/**
|
|
3
|
-
* | | |
|
|
4
|
-
* |----------------|--------------------------------------------------|
|
|
5
|
-
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
6
|
-
* |nodeClass |ObjectType |
|
|
7
|
-
* |typedDefinition |6:KeyCredentialRevokedAuditEventType ns=6;i=1075 |
|
|
8
|
-
* |isAbstract |false |
|
|
9
|
-
*/
|
|
10
|
-
export interface UAKeyCredentialRevokedAuditEvent_Base extends UAKeyCredentialAuditEvent_Base {
|
|
11
|
-
}
|
|
12
|
-
export interface UAKeyCredentialRevokedAuditEvent extends UAKeyCredentialAuditEvent, UAKeyCredentialRevokedAuditEvent_Base {
|
|
13
|
-
}
|
|
1
|
+
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/source/ua_key_credential_audit_event";
|
|
2
|
+
/**
|
|
3
|
+
* | | |
|
|
4
|
+
* |----------------|--------------------------------------------------|
|
|
5
|
+
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
6
|
+
* |nodeClass |ObjectType |
|
|
7
|
+
* |typedDefinition |6:KeyCredentialRevokedAuditEventType ns=6;i=1075 |
|
|
8
|
+
* |isAbstract |false |
|
|
9
|
+
*/
|
|
10
|
+
export interface UAKeyCredentialRevokedAuditEvent_Base extends UAKeyCredentialAuditEvent_Base {
|
|
11
|
+
}
|
|
12
|
+
export interface UAKeyCredentialRevokedAuditEvent extends UAKeyCredentialAuditEvent, UAKeyCredentialRevokedAuditEvent_Base {
|
|
13
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_key_credential_revoked_audit_event.js.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import { DataType } from "node-opcua-variant";
|
|
3
|
-
import { UAString } from "node-opcua-basic-types";
|
|
4
|
-
/**
|
|
5
|
-
* | | |
|
|
6
|
-
* |----------------|--------------------------------------------------|
|
|
7
|
-
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
8
|
-
* |nodeClass |ObjectType |
|
|
9
|
-
* |typedDefinition |6:KeyCredentialServiceType ns=6;i=1020 |
|
|
10
|
-
* |isAbstract |false |
|
|
11
|
-
*/
|
|
12
|
-
export interface UAKeyCredentialService_Base {
|
|
13
|
-
resourceUri: UAProperty<UAString, /*z*/ DataType.String>;
|
|
14
|
-
profileUris: UAProperty<UAString[], /*z*/ DataType.String>;
|
|
15
|
-
startRequest: UAMethod;
|
|
16
|
-
finishRequest: UAMethod;
|
|
17
|
-
revoke?: UAMethod;
|
|
18
|
-
}
|
|
19
|
-
export interface UAKeyCredentialService extends UAObject, UAKeyCredentialService_Base {
|
|
20
|
-
}
|
|
1
|
+
import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
+
import { DataType } from "node-opcua-variant";
|
|
3
|
+
import { UAString } from "node-opcua-basic-types";
|
|
4
|
+
/**
|
|
5
|
+
* | | |
|
|
6
|
+
* |----------------|--------------------------------------------------|
|
|
7
|
+
* |namespace |http://opcfoundation.org/UA/GDS/ |
|
|
8
|
+
* |nodeClass |ObjectType |
|
|
9
|
+
* |typedDefinition |6:KeyCredentialServiceType ns=6;i=1020 |
|
|
10
|
+
* |isAbstract |false |
|
|
11
|
+
*/
|
|
12
|
+
export interface UAKeyCredentialService_Base {
|
|
13
|
+
resourceUri: UAProperty<UAString, /*z*/ DataType.String>;
|
|
14
|
+
profileUris: UAProperty<UAString[], /*z*/ DataType.String>;
|
|
15
|
+
startRequest: UAMethod;
|
|
16
|
+
finishRequest: UAMethod;
|
|
17
|
+
revoke?: UAMethod;
|
|
18
|
+
}
|
|
19
|
+
export interface UAKeyCredentialService extends UAObject, UAKeyCredentialService_Base {
|
|
20
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
//# sourceMappingURL=ua_key_credential_service.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-gds",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.72.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,13 +10,12 @@
|
|
|
10
10
|
"author": "etienne.rossignon@sterfive.com",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"node-opcua-address-space-base": "2.
|
|
14
|
-
"node-opcua-basic-types": "2.
|
|
15
|
-
"node-opcua-data-model": "2.
|
|
13
|
+
"node-opcua-address-space-base": "2.72.2",
|
|
14
|
+
"node-opcua-basic-types": "2.72.1",
|
|
15
|
+
"node-opcua-data-model": "2.72.1",
|
|
16
16
|
"node-opcua-nodeid": "2.71.0",
|
|
17
|
-
"node-opcua-nodeset-ua": "2.
|
|
17
|
+
"node-opcua-nodeset-ua": "2.72.2",
|
|
18
18
|
"node-opcua-status-code": "2.71.0",
|
|
19
|
-
"node-opcua-variant": "2.
|
|
20
|
-
}
|
|
21
|
-
"gitHead": "10f7cc1e1cd30dfef75adad9cb709a78401fabf3"
|
|
19
|
+
"node-opcua-variant": "2.72.2"
|
|
20
|
+
}
|
|
22
21
|
}
|
package/LICENSE
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
The MIT License (MIT)
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2014-2021 Etienne Rossignon
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
7
|
-
the Software without restriction, including without limitation the rights to
|
|
8
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
9
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
10
|
-
subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
17
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
18
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
19
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
20
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|