node-opcua-nodeset-padim 2.162.0 → 2.163.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.
@@ -11,7 +11,7 @@ import { EnumPatDictionaryEnum } from "./enum_pat_dictionary_enum";
11
11
  * | isAbstract|false |
12
12
  */
13
13
  export interface DTChemicalSubstance extends DTStructure {
14
- patDictionary: EnumPatDictionaryEnum;
14
+ patDictionary?: EnumPatDictionaryEnum;
15
15
  label: LocalizedText;
16
16
  id: LocalizedText;
17
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-padim",
3
- "version": "2.162.0",
3
+ "version": "2.163.0",
4
4
  "description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-padim",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,15 +11,15 @@
11
11
  "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
- "node-opcua-address-space-base": "2.162.0",
14
+ "node-opcua-address-space-base": "2.163.0",
15
15
  "node-opcua-basic-types": "2.162.0",
16
- "node-opcua-data-access": "2.162.0",
17
- "node-opcua-data-model": "2.162.0",
18
- "node-opcua-extension-object": "2.162.0",
16
+ "node-opcua-data-access": "2.163.0",
17
+ "node-opcua-data-model": "2.163.0",
18
+ "node-opcua-extension-object": "2.163.0",
19
19
  "node-opcua-nodeid": "2.157.0",
20
- "node-opcua-nodeset-di": "2.162.0",
21
- "node-opcua-nodeset-ua": "2.162.0",
22
- "node-opcua-variant": "2.162.0"
20
+ "node-opcua-nodeset-di": "2.163.0",
21
+ "node-opcua-nodeset-ua": "2.163.0",
22
+ "node-opcua-variant": "2.163.0"
23
23
  },
24
24
  "files": [
25
25
  "dist",
@@ -38,5 +38,5 @@
38
38
  "internet of things"
39
39
  ],
40
40
  "homepage": "http://node-opcua.github.io/",
41
- "gitHead": "78989e867fc6c2009002f6db4b7cbf8fb95161ae"
41
+ "gitHead": "20862daa7ac42893d32d2bcb4dcecc272c320a67"
42
42
  }
@@ -12,7 +12,7 @@ import { EnumPatDictionaryEnum } from "./enum_pat_dictionary_enum"
12
12
  * | isAbstract|false |
13
13
  */
14
14
  export interface DTChemicalSubstance extends DTStructure {
15
- patDictionary: EnumPatDictionaryEnum; // Int32 ns=24;i=1276
15
+ patDictionary?: EnumPatDictionaryEnum; // Int32 ns=24;i=1276
16
16
  label: LocalizedText; // LocalizedText ns=0;i=21
17
17
  id: LocalizedText; // LocalizedText ns=0;i=21
18
18
  }