node-opcua-nodeset-gds 2.151.0 → 2.153.0
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 +2 -2
- package/dist/ua_access_token_issued_audit_event.d.ts +1 -1
- package/dist/ua_application_registration_changed_audit_event.d.ts +1 -1
- package/dist/ua_authorization_service.d.ts +1 -1
- package/dist/ua_authorization_services_folder.d.ts +1 -1
- package/dist/ua_certificate_delivered_audit_event.d.ts +1 -1
- package/dist/ua_certificate_directory.d.ts +1 -1
- package/dist/ua_certificate_requested_audit_event.d.ts +1 -1
- package/dist/ua_directory.d.ts +1 -1
- package/dist/ua_key_credential_delivered_audit_event.d.ts +1 -1
- package/dist/ua_key_credential_management_folder.d.ts +1 -1
- package/dist/ua_key_credential_requested_audit_event.d.ts +1 -1
- package/dist/ua_key_credential_revoked_audit_event.d.ts +1 -1
- package/package.json +10 -10
- package/source/dt_application_record.ts +2 -2
- package/source/ua_access_token_issued_audit_event.ts +1 -1
- package/source/ua_application_registration_changed_audit_event.ts +1 -1
- package/source/ua_authorization_service.ts +1 -1
- package/source/ua_authorization_services_folder.ts +1 -5
- package/source/ua_certificate_delivered_audit_event.ts +1 -1
- package/source/ua_certificate_directory.ts +1 -8
- package/source/ua_certificate_requested_audit_event.ts +1 -1
- package/source/ua_directory.ts +1 -3
- package/source/ua_key_credential_delivered_audit_event.ts +1 -1
- package/source/ua_key_credential_management_folder.ts +1 -4
- package/source/ua_key_credential_requested_audit_event.ts +1 -4
- package/source/ua_key_credential_revoked_audit_event.ts +1 -1
|
@@ -2,8 +2,8 @@ import { LocalizedText } from "node-opcua-data-model";
|
|
|
2
2
|
import { NodeId } from "node-opcua-nodeid";
|
|
3
3
|
import { UAString } from "node-opcua-basic-types";
|
|
4
4
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
5
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { EnumApplication } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
6
|
+
import { EnumApplication } from "node-opcua-nodeset-ua/dist/enum_application";
|
|
7
7
|
/**
|
|
8
8
|
* | | |
|
|
9
9
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/
|
|
1
|
+
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/
|
|
1
|
+
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { UAString } from "node-opcua-basic-types";
|
|
4
|
-
import { DTUserTokenPolicy } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTUserTokenPolicy } from "node-opcua-nodeset-ua/dist/dt_user_token_policy";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { NodeId } from "node-opcua-nodeid";
|
|
4
|
-
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import { UACertificateGroupFolder } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { UACertificateGroupFolder } from "node-opcua-nodeset-ua/dist/ua_certificate_group_folder";
|
|
3
3
|
import { UADirectory, UADirectory_Base } from "./ua_directory";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { NodeId } from "node-opcua-nodeid";
|
|
4
|
-
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
package/dist/ua_directory.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/
|
|
1
|
+
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/
|
|
1
|
+
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/
|
|
1
|
+
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-gds",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.153.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-gds",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"node-opcua-address-space-base": "2.
|
|
15
|
-
"node-opcua-basic-types": "2.
|
|
16
|
-
"node-opcua-data-model": "2.
|
|
17
|
-
"node-opcua-extension-object": "2.
|
|
18
|
-
"node-opcua-nodeid": "2.
|
|
19
|
-
"node-opcua-nodeset-ua": "2.
|
|
20
|
-
"node-opcua-status-code": "2.
|
|
21
|
-
"node-opcua-variant": "2.
|
|
14
|
+
"node-opcua-address-space-base": "2.153.0",
|
|
15
|
+
"node-opcua-basic-types": "2.153.0",
|
|
16
|
+
"node-opcua-data-model": "2.153.0",
|
|
17
|
+
"node-opcua-extension-object": "2.153.0",
|
|
18
|
+
"node-opcua-nodeid": "2.153.0",
|
|
19
|
+
"node-opcua-nodeset-ua": "2.153.0",
|
|
20
|
+
"node-opcua-status-code": "2.153.0",
|
|
21
|
+
"node-opcua-variant": "2.153.0"
|
|
22
22
|
},
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"internet of things"
|
|
38
38
|
],
|
|
39
39
|
"homepage": "http://node-opcua.github.io/",
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "2193ed025bc9aaded76338c1c76cbc0524b3a37f"
|
|
41
41
|
}
|
|
@@ -3,8 +3,8 @@ import { LocalizedText } from "node-opcua-data-model"
|
|
|
3
3
|
import { NodeId } from "node-opcua-nodeid"
|
|
4
4
|
import { UAString } from "node-opcua-basic-types"
|
|
5
5
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
6
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { EnumApplication } from "node-opcua-nodeset-ua/
|
|
6
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
7
|
+
import { EnumApplication } from "node-opcua-nodeset-ua/dist/enum_application"
|
|
8
8
|
/**
|
|
9
9
|
* | | |
|
|
10
10
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event"
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event"
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { UAString } from "node-opcua-basic-types"
|
|
5
|
-
import { DTUserTokenPolicy } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { DTUserTokenPolicy } from "node-opcua-nodeset-ua/dist/dt_user_token_policy"
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import {
|
|
3
|
-
import { UAString } from "node-opcua-basic-types"
|
|
4
|
-
import { DTUserTokenPolicy } from "node-opcua-nodeset-ua/source/dt_user_token_policy"
|
|
5
|
-
import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
|
|
6
|
-
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
2
|
+
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder"
|
|
7
3
|
/**
|
|
8
4
|
* | | |
|
|
9
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { NodeId } from "node-opcua-nodeid"
|
|
5
|
-
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event"
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,13 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAMethod } from "node-opcua-address-space-base"
|
|
3
|
-
import {
|
|
4
|
-
import { LocalizedText, QualifiedName } from "node-opcua-data-model"
|
|
5
|
-
import { NodeId } from "node-opcua-nodeid"
|
|
6
|
-
import { StatusCode } from "node-opcua-status-code"
|
|
7
|
-
import { UInt64, UInt32, UInt16, Int16, UAString } from "node-opcua-basic-types"
|
|
8
|
-
import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
|
|
9
|
-
import { DTTimeZone } from "node-opcua-nodeset-ua/source/dt_time_zone"
|
|
10
|
-
import { UACertificateGroupFolder } from "node-opcua-nodeset-ua/source/ua_certificate_group_folder"
|
|
3
|
+
import { UACertificateGroupFolder } from "node-opcua-nodeset-ua/dist/ua_certificate_group_folder"
|
|
11
4
|
import { UADirectory, UADirectory_Base } from "./ua_directory"
|
|
12
5
|
/**
|
|
13
6
|
* | | |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { UAProperty } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { NodeId } from "node-opcua-nodeid"
|
|
5
|
-
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event"
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |----------------|------------------------------------------------------------|
|
package/source/ua_directory.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAMethod } from "node-opcua-address-space-base"
|
|
3
|
-
import {
|
|
4
|
-
import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
|
|
5
|
-
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
3
|
+
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder"
|
|
6
4
|
/**
|
|
7
5
|
* | | |
|
|
8
6
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event"
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import {
|
|
3
|
-
import { UAString } from "node-opcua-basic-types"
|
|
4
|
-
import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
|
|
5
|
-
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/source/ua_folder"
|
|
2
|
+
import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder"
|
|
6
3
|
/**
|
|
7
4
|
* | | |
|
|
8
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import {
|
|
3
|
-
import { NodeId } from "node-opcua-nodeid"
|
|
4
|
-
import { UAString } from "node-opcua-basic-types"
|
|
5
|
-
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/source/ua_key_credential_audit_event"
|
|
2
|
+
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event"
|
|
6
3
|
/**
|
|
7
4
|
* | | |
|
|
8
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
|
-
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/
|
|
2
|
+
import { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event"
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|