node-opcua-nodeset-gds 2.182.0 → 2.183.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_access_token_requested_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_certificate_revoked_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 +13 -10
- package/source/dt_application_record.ts +2 -2
- package/source/ua_access_token_issued_audit_event.ts +1 -1
- package/source/ua_access_token_requested_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 -1
- package/source/ua_certificate_delivered_audit_event.ts +1 -1
- package/source/ua_certificate_directory.ts +1 -1
- package/source/ua_certificate_requested_audit_event.ts +1 -1
- package/source/ua_certificate_revoked_audit_event.ts +1 -1
- package/source/ua_directory.ts +1 -1
- package/source/ua_key_credential_delivered_audit_event.ts +1 -1
- package/source/ua_key_credential_management_folder.ts +1 -1
- package/source/ua_key_credential_requested_audit_event.ts +1 -1
- package/source/ua_key_credential_revoked_audit_event.ts +1 -1
|
@@ -2,8 +2,8 @@ import type { UAString } from "node-opcua-basic-types";
|
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
4
|
import type { NodeId } from "node-opcua-nodeid";
|
|
5
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
6
|
-
import type { EnumApplication } from "node-opcua-nodeset-ua/dist/enum_application";
|
|
5
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
6
|
+
import type { EnumApplication } from "node-opcua-nodeset-ua/dist/enum_application.js";
|
|
7
7
|
/**
|
|
8
8
|
* | | |
|
|
9
9
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
1
|
+
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
1
|
+
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
1
|
+
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAMethod, UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { DTUserTokenPolicy } from "node-opcua-nodeset-ua/dist/dt_user_token_policy";
|
|
3
|
+
import type { DTUserTokenPolicy } from "node-opcua-nodeset-ua/dist/dt_user_token_policy.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
1
|
+
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { NodeId } from "node-opcua-nodeid";
|
|
3
|
-
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
3
|
+
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import type { UACertificateGroupFolder } from "node-opcua-nodeset-ua/dist/ua_certificate_group_folder";
|
|
2
|
+
import type { UACertificateGroupFolder } from "node-opcua-nodeset-ua/dist/ua_certificate_group_folder.js";
|
|
3
3
|
import type { UADirectory, UADirectory_Base } from "./ua_directory.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { NodeId } from "node-opcua-nodeid";
|
|
3
|
-
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
3
|
+
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
1
|
+
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
package/dist/ua_directory.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
2
|
+
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event";
|
|
1
|
+
import type { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
1
|
+
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event";
|
|
1
|
+
import type { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event";
|
|
1
|
+
import type { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event.js";
|
|
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.183.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",
|
|
@@ -10,15 +10,18 @@
|
|
|
10
10
|
},
|
|
11
11
|
"author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
|
|
12
12
|
"license": "MIT",
|
|
13
|
+
"engines": {
|
|
14
|
+
"node": ">=22.13.0"
|
|
15
|
+
},
|
|
13
16
|
"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.
|
|
17
|
+
"node-opcua-address-space-base": "2.183.0",
|
|
18
|
+
"node-opcua-basic-types": "2.183.0",
|
|
19
|
+
"node-opcua-data-model": "2.183.0",
|
|
20
|
+
"node-opcua-extension-object": "2.183.0",
|
|
21
|
+
"node-opcua-nodeid": "2.183.0",
|
|
22
|
+
"node-opcua-nodeset-ua": "2.183.0",
|
|
23
|
+
"node-opcua-status-code": "2.183.0",
|
|
24
|
+
"node-opcua-variant": "2.183.0"
|
|
22
25
|
},
|
|
23
26
|
"files": [
|
|
24
27
|
"dist",
|
|
@@ -37,5 +40,5 @@
|
|
|
37
40
|
"internet of things"
|
|
38
41
|
],
|
|
39
42
|
"homepage": "http://node-opcua.github.io/",
|
|
40
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "d9a9af54d162f0fbb8d287e168aaeeda2d5c38b7"
|
|
41
44
|
}
|
|
@@ -2,8 +2,8 @@ import type { UAString } from "node-opcua-basic-types";
|
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
4
|
import type { NodeId } from "node-opcua-nodeid";
|
|
5
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
6
|
-
import type { EnumApplication } from "node-opcua-nodeset-ua/dist/enum_application";
|
|
5
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
6
|
+
import type { EnumApplication } from "node-opcua-nodeset-ua/dist/enum_application.js";
|
|
7
7
|
|
|
8
8
|
// ----- this file has been automatically generated - do not edit
|
|
9
9
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
1
|
+
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event.js";
|
|
2
2
|
|
|
3
3
|
// ----- this file has been automatically generated - do not edit
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
1
|
+
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event.js";
|
|
2
2
|
|
|
3
3
|
// ----- this file has been automatically generated - do not edit
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
1
|
+
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event.js";
|
|
2
2
|
|
|
3
3
|
// ----- this file has been automatically generated - do not edit
|
|
4
4
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAMethod, UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { DTUserTokenPolicy } from "node-opcua-nodeset-ua/dist/dt_user_token_policy";
|
|
3
|
+
import type { DTUserTokenPolicy } from "node-opcua-nodeset-ua/dist/dt_user_token_policy.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { NodeId } from "node-opcua-nodeid";
|
|
3
|
-
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
3
|
+
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import type { UACertificateGroupFolder } from "node-opcua-nodeset-ua/dist/ua_certificate_group_folder";
|
|
2
|
+
import type { UACertificateGroupFolder } from "node-opcua-nodeset-ua/dist/ua_certificate_group_folder.js";
|
|
3
3
|
|
|
4
4
|
import type { UADirectory, UADirectory_Base } from "./ua_directory.js";
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { NodeId } from "node-opcua-nodeid";
|
|
3
|
-
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
3
|
+
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
|
|
1
|
+
import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event.js";
|
|
2
2
|
|
|
3
3
|
// ----- this file has been automatically generated - do not edit
|
|
4
4
|
/**
|
package/source/ua_directory.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
2
|
+
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
3
3
|
|
|
4
4
|
// ----- this file has been automatically generated - do not edit
|
|
5
5
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event";
|
|
1
|
+
import type { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event.js";
|
|
2
2
|
|
|
3
3
|
// ----- this file has been automatically generated - do not edit
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event";
|
|
1
|
+
import type { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event.js";
|
|
2
2
|
|
|
3
3
|
// ----- this file has been automatically generated - do not edit
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event";
|
|
1
|
+
import type { UAKeyCredentialAuditEvent, UAKeyCredentialAuditEvent_Base } from "node-opcua-nodeset-ua/dist/ua_key_credential_audit_event.js";
|
|
2
2
|
|
|
3
3
|
// ----- this file has been automatically generated - do not edit
|
|
4
4
|
/**
|