node-opcua-nodeset-gds 2.175.1 → 2.175.3

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/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from "./dt_application_record";
2
2
  export * from "./ua_access_token_issued_audit_event";
3
+ export * from "./ua_access_token_requested_audit_event";
3
4
  export * from "./ua_application_registration_changed_audit_event";
4
5
  export * from "./ua_authorization_service";
5
6
  export * from "./ua_authorization_services_folder";
package/dist/index.js CHANGED
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./dt_application_record"), exports);
18
18
  __exportStar(require("./ua_access_token_issued_audit_event"), exports);
19
+ __exportStar(require("./ua_access_token_requested_audit_event"), exports);
19
20
  __exportStar(require("./ua_application_registration_changed_audit_event"), exports);
20
21
  __exportStar(require("./ua_authorization_service"), exports);
21
22
  __exportStar(require("./ua_authorization_services_folder"), exports);
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,uEAAqD;AACrD,oFAAkE;AAClE,6DAA2C;AAC3C,qEAAmD;AACnD,yEAAuD;AACvD,6DAA2C;AAC3C,yEAAuD;AACvD,uEAAqD;AACrD,iDAA+B;AAC/B,4EAA0D;AAC1D,wEAAsD;AACtD,4EAA0D;AAC1D,0EAAwD;AACxD,8DAA4C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,uEAAqD;AACrD,0EAAwD;AACxD,oFAAkE;AAClE,6DAA2C;AAC3C,qEAAmD;AACnD,yEAAuD;AACvD,6DAA2C;AAC3C,yEAAuD;AACvD,uEAAqD;AACrD,iDAA+B;AAC/B,4EAA0D;AAC1D,wEAAsD;AACtD,4EAA0D;AAC1D,0EAAwD;AACxD,8DAA4C"}
@@ -0,0 +1,12 @@
1
+ import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
2
+ /**
3
+ * | | |
4
+ * |----------------|------------------------------------------------------------|
5
+ * |namespace |http://opcfoundation.org/UA/GDS/ |
6
+ * |nodeClass |ObjectType |
7
+ * |typedDefinition |AccessTokenRequestedAuditEventType i=111 |
8
+ * |isAbstract |true |
9
+ */
10
+ export type UAAccessTokenRequestedAuditEvent_Base = UAAuditUpdateMethodEvent_Base;
11
+ export interface UAAccessTokenRequestedAuditEvent extends UAAuditUpdateMethodEvent, UAAccessTokenRequestedAuditEvent_Base {
12
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ua_access_token_requested_audit_event.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ua_access_token_requested_audit_event.js","sourceRoot":"","sources":["../source/ua_access_token_requested_audit_event.ts"],"names":[],"mappings":""}
@@ -14,8 +14,12 @@ export interface UAAuthorizationService_Base {
14
14
  serviceUri: UAProperty<UAString, DataType.String>;
15
15
  serviceCertificate: UAProperty<Buffer, DataType.ByteString>;
16
16
  userTokenPolicies?: UAProperty<DTUserTokenPolicy[], DataType.ExtensionObject>;
17
+ supportedRoles?: UAProperty<UAString[], DataType.String>;
17
18
  getServiceDescription: UAMethod;
18
19
  requestAccessToken?: UAMethod;
20
+ startRequestToken?: UAMethod;
21
+ finishRequestToken?: UAMethod;
22
+ refreshToken?: UAMethod;
19
23
  }
20
24
  export interface UAAuthorizationService extends UAObject, UAAuthorizationService_Base {
21
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-gds",
3
- "version": "2.175.1",
3
+ "version": "2.175.3",
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,12 +11,12 @@
11
11
  "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
- "node-opcua-address-space-base": "2.175.1",
14
+ "node-opcua-address-space-base": "2.175.2",
15
15
  "node-opcua-basic-types": "2.175.1",
16
16
  "node-opcua-data-model": "2.175.1",
17
17
  "node-opcua-extension-object": "2.175.1",
18
18
  "node-opcua-nodeid": "2.175.1",
19
- "node-opcua-nodeset-ua": "2.175.1",
19
+ "node-opcua-nodeset-ua": "2.175.3",
20
20
  "node-opcua-status-code": "2.175.1",
21
21
  "node-opcua-variant": "2.175.1"
22
22
  },
@@ -37,5 +37,5 @@
37
37
  "internet of things"
38
38
  ],
39
39
  "homepage": "http://node-opcua.github.io/",
40
- "gitHead": "7c0416a09c7fd83a034b4de3dc8197dff84b8ad8"
40
+ "gitHead": "31f407d4ad2712b7bf2882d4dc70085f598b0fcd"
41
41
  }
package/source/index.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from "./dt_application_record";
2
2
  export * from "./ua_access_token_issued_audit_event";
3
+ export * from "./ua_access_token_requested_audit_event";
3
4
  export * from "./ua_application_registration_changed_audit_event";
4
5
  export * from "./ua_authorization_service";
5
6
  export * from "./ua_authorization_services_folder";
@@ -0,0 +1,13 @@
1
+ import type { UAAuditUpdateMethodEvent, UAAuditUpdateMethodEvent_Base } from "node-opcua-nodeset-ua/dist/ua_audit_update_method_event";
2
+
3
+ // ----- this file has been automatically generated - do not edit
4
+ /**
5
+ * | | |
6
+ * |----------------|------------------------------------------------------------|
7
+ * |namespace |http://opcfoundation.org/UA/GDS/ |
8
+ * |nodeClass |ObjectType |
9
+ * |typedDefinition |AccessTokenRequestedAuditEventType i=111 |
10
+ * |isAbstract |true |
11
+ */
12
+ export type UAAccessTokenRequestedAuditEvent_Base = UAAuditUpdateMethodEvent_Base;
13
+ export interface UAAccessTokenRequestedAuditEvent extends UAAuditUpdateMethodEvent, UAAccessTokenRequestedAuditEvent_Base {}
@@ -17,7 +17,11 @@ export interface UAAuthorizationService_Base {
17
17
  serviceUri: UAProperty<UAString, DataType.String>;
18
18
  serviceCertificate: UAProperty<Buffer, DataType.ByteString>;
19
19
  userTokenPolicies?: UAProperty<DTUserTokenPolicy[], DataType.ExtensionObject>;
20
+ supportedRoles?: UAProperty<UAString[], DataType.String>;
20
21
  getServiceDescription: UAMethod;
21
22
  requestAccessToken?: UAMethod;
23
+ startRequestToken?: UAMethod;
24
+ finishRequestToken?: UAMethod;
25
+ refreshToken?: UAMethod;
22
26
  }
23
27
  export interface UAAuthorizationService extends UAObject, UAAuthorizationService_Base {}