node-opcua-nodeset-machine-vision 2.66.3 → 2.67.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.
@@ -1,6 +1,6 @@
1
- import { Variant } from "node-opcua-variant";
2
1
  import { UAString } from "node-opcua-basic-types";
3
2
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
3
+ import { EnumSystemState } from "./enum_system_state";
4
4
  /**
5
5
  * | | |
6
6
  * |-----------|--------------------------------------------------|
@@ -11,7 +11,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
11
11
  */
12
12
  export interface DTSystemStateDescription extends DTStructure {
13
13
  /** Denotes one of the basic SEMI E10 states*/
14
- state: Variant;
14
+ state: EnumSystemState;
15
15
  /** Optional string describing the full state path, starting with the SEMI E10 state denoted by the state member; the string format is described in Section 11.5.*/
16
16
  stateDescription: UAString;
17
17
  }
package/dist/index.js CHANGED
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[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);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sDAAoC;AACpC,qDAAmC;AACnC,wDAAsC;AACtC,sEAAoD;AACpD,8CAA4B;AAC5B,+CAA6B;AAC7B,+CAA6B;AAC7B,wDAAsC;AACtC,+CAA6B;AAC7B,kDAAgC;AAChC,0DAAwC;AACxC,0DAAwC;AACxC,+DAA6C;AAC7C,8CAA4B;AAC5B,iDAA+B;AAC/B,+DAA6C;AAC7C,gEAA8C;AAC9C,sDAAoC;AACpC,2DAAyC;AACzC,8DAA4C;AAC5C,4DAA0C;AAC1C,gEAA8C;AAC9C,8DAA4C;AAC5C,iEAA+C;AAC/C,mDAAiC;AACjC,4DAA0C;AAC1C,yDAAuC;AACvC,iEAA+C;AAC/C,uDAAqC;AACrC,sDAAoC;AACpC,mDAAiC;AACjC,8CAA4B;AAC5B,qDAAmC;AACnC,yDAAuC;AACvC,6DAA2C;AAC3C,uDAAqC;AACrC,8CAA4B;AAC5B,qDAAmC;AACnC,yDAAuC;AACvC,0DAAwC;AACxC,uDAAqC;AACrC,+DAA6C;AAC7C,2DAAyC;AACzC,2EAAyD;AACzD,wDAAsC;AACtC,oEAAkD;AAClD,8DAA4C;AAC5C,oDAAkC;AAClC,gEAA8C;AAC9C,yEAAuD;AACvD,2DAAyC;AACzC,4DAA0C;AAC1C,uEAAqD;AACrD,qDAAmC;AACnC,gEAA8C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,qDAAmC;AACnC,wDAAsC;AACtC,sEAAoD;AACpD,8CAA4B;AAC5B,+CAA6B;AAC7B,+CAA6B;AAC7B,wDAAsC;AACtC,+CAA6B;AAC7B,kDAAgC;AAChC,0DAAwC;AACxC,0DAAwC;AACxC,+DAA6C;AAC7C,8CAA4B;AAC5B,iDAA+B;AAC/B,+DAA6C;AAC7C,gEAA8C;AAC9C,sDAAoC;AACpC,2DAAyC;AACzC,8DAA4C;AAC5C,4DAA0C;AAC1C,gEAA8C;AAC9C,8DAA4C;AAC5C,iEAA+C;AAC/C,mDAAiC;AACjC,4DAA0C;AAC1C,yDAAuC;AACvC,iEAA+C;AAC/C,uDAAqC;AACrC,sDAAoC;AACpC,mDAAiC;AACjC,8CAA4B;AAC5B,qDAAmC;AACnC,yDAAuC;AACvC,6DAA2C;AAC3C,uDAAqC;AACrC,8CAA4B;AAC5B,qDAAmC;AACnC,yDAAuC;AACvC,0DAAwC;AACxC,uDAAqC;AACrC,+DAA6C;AAC7C,2DAAyC;AACzC,2EAAyD;AACzD,wDAAsC;AACtC,oEAAkD;AAClD,8DAA4C;AAC5C,oDAAkC;AAClC,gEAA8C;AAC9C,yEAAuD;AACvD,2DAAyC;AACzC,4DAA0C;AAC1C,uEAAqD;AACrD,qDAAmC;AACnC,gEAA8C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-machine-vision",
3
- "version": "2.66.3",
3
+ "version": "2.67.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,13 +10,13 @@
10
10
  "author": "etienne.rossignon@sterfive.com",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "node-opcua-address-space-base": "2.66.3",
14
- "node-opcua-basic-types": "2.66.0",
15
- "node-opcua-data-model": "2.66.0",
16
- "node-opcua-nodeid": "2.66.0",
17
- "node-opcua-nodeset-ua": "2.66.3",
18
- "node-opcua-status-code": "2.66.0",
19
- "node-opcua-variant": "2.66.0"
13
+ "node-opcua-address-space-base": "2.67.0",
14
+ "node-opcua-basic-types": "2.67.0",
15
+ "node-opcua-data-model": "2.67.0",
16
+ "node-opcua-nodeid": "2.67.0",
17
+ "node-opcua-nodeset-ua": "2.67.0",
18
+ "node-opcua-status-code": "2.67.0",
19
+ "node-opcua-variant": "2.67.0"
20
20
  },
21
- "gitHead": "5b682671b0709e8cdd6307e20a7e13060201a95b"
21
+ "gitHead": "74c2fd7d4ce3eb48d25a911258bf90a64218ea0e"
22
22
  }
@@ -1,7 +1,7 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
- import { Variant } from "node-opcua-variant"
3
2
  import { UAString } from "node-opcua-basic-types"
4
3
  import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
4
+ import { EnumSystemState } from "./enum_system_state"
5
5
  /**
6
6
  * | | |
7
7
  * |-----------|--------------------------------------------------|
@@ -12,7 +12,7 @@ import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
12
12
  */
13
13
  export interface DTSystemStateDescription extends DTStructure {
14
14
  /** Denotes one of the basic SEMI E10 states*/
15
- state: Variant; // Variant ns=4;i=3023
15
+ state: EnumSystemState; // Int32 ns=4;i=3023
16
16
  /** Optional string describing the full state path, starting with the SEMI E10 state denoted by the state member; the string format is described in Section 11.5.*/
17
17
  stateDescription: UAString; // String ns=4;i=3017
18
18
  }