node-opcua-nodeset-machinery-result 2.151.0 → 2.154.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
1
  import { UAString } from "node-opcua-basic-types";
2
2
  import { ExtensionObject } from "node-opcua-extension-object";
3
- import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
3
+ import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
4
4
  /**
5
5
  * Abstract type containing information which file
6
6
  * should be provided.
@@ -1,5 +1,5 @@
1
1
  import { ExtensionObject } from "node-opcua-extension-object";
2
- import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
2
+ import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
3
3
  /**
4
4
  * Contains measured times that were generated
5
5
  * during the execution of a recipe.
@@ -1,6 +1,6 @@
1
1
  import { Variant } from "node-opcua-variant";
2
2
  import { ExtensionObject } from "node-opcua-extension-object";
3
- import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
3
+ import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
4
4
  import { DTResultMeta } from "./dt_result_meta";
5
5
  /**
6
6
  * Contains fields that were created during the
@@ -1,7 +1,7 @@
1
1
  import { LocalizedText } from "node-opcua-data-model";
2
2
  import { Int64, Int32, UAString } from "node-opcua-basic-types";
3
3
  import { ExtensionObject } from "node-opcua-extension-object";
4
- import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure";
4
+ import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
5
5
  import { DTProcessingTimes } from "./dt_processing_times";
6
6
  import { EnumResultEvaluationEnum } from "./enum_result_evaluation_enum";
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  import { DataType } from "node-opcua-variant";
2
2
  import { LocalizedText } from "node-opcua-data-model";
3
3
  import { Int64, Int32, UAString } from "node-opcua-basic-types";
4
- import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/source/ua_base_data_variable";
4
+ import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
5
5
  import { DTProcessingTimes } from "./dt_processing_times";
6
6
  import { EnumResultEvaluationEnum } from "./enum_result_evaluation_enum";
7
7
  import { DTResult } from "./dt_result";
@@ -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 { QualifiedName } from "node-opcua-data-model";
4
- import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder";
4
+ import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder";
5
5
  import { UAResultTransfer } from "./ua_result_transfer";
6
6
  /**
7
7
  * Provides mechanism to access results generated by
@@ -15,6 +15,7 @@ import { UAResultTransfer } from "./ua_result_transfer";
15
15
  * |isAbstract |false |
16
16
  */
17
17
  export interface UAResultManagement_Base {
18
+ acknowledgeResults?: UAMethod;
18
19
  /**
19
20
  * defaultInstanceBrowseName
20
21
  * The default BrowseName for instances of the type.
@@ -1,4 +1,4 @@
1
- import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event";
1
+ import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
2
2
  import { DTResult } from "./dt_result";
3
3
  import { UAResult } from "./ua_result";
4
4
  /**
@@ -1,5 +1,5 @@
1
1
  import { UAMethod } from "node-opcua-address-space-base";
2
- import { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/source/ua_temporary_file_transfer";
2
+ import { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer";
3
3
  /**
4
4
  * Transfers result data as a file.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-opcua-nodeset-machinery-result",
3
- "version": "2.151.0",
3
+ "version": "2.154.0",
4
4
  "description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-machinery-result",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,13 +11,13 @@
11
11
  "author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
- "node-opcua-address-space-base": "2.151.0",
15
- "node-opcua-basic-types": "2.151.0",
16
- "node-opcua-data-model": "2.151.0",
17
- "node-opcua-extension-object": "2.151.0",
18
- "node-opcua-nodeid": "2.139.0",
19
- "node-opcua-nodeset-ua": "2.151.0",
20
- "node-opcua-variant": "2.151.0"
14
+ "node-opcua-address-space-base": "2.154.0",
15
+ "node-opcua-basic-types": "2.154.0",
16
+ "node-opcua-data-model": "2.154.0",
17
+ "node-opcua-extension-object": "2.154.0",
18
+ "node-opcua-nodeid": "2.153.0",
19
+ "node-opcua-nodeset-ua": "2.154.0",
20
+ "node-opcua-variant": "2.154.0"
21
21
  },
22
22
  "files": [
23
23
  "dist",
@@ -36,5 +36,5 @@
36
36
  "internet of things"
37
37
  ],
38
38
  "homepage": "http://node-opcua.github.io/",
39
- "gitHead": "991033dd109dcf825217003cbf240ea103890b65"
39
+ "gitHead": "134c73195f93f46c0101b2837bed22754156c916"
40
40
  }
@@ -1,7 +1,7 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { UAString } from "node-opcua-basic-types"
3
3
  import { ExtensionObject } from "node-opcua-extension-object"
4
- import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
4
+ import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
5
5
  /**
6
6
  * Abstract type containing information which file
7
7
  * should be provided.
@@ -1,6 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { ExtensionObject } from "node-opcua-extension-object"
3
- import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
3
+ import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
4
4
  /**
5
5
  * Contains measured times that were generated
6
6
  * during the execution of a recipe.
@@ -1,7 +1,7 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
2
  import { Variant } from "node-opcua-variant"
3
3
  import { ExtensionObject } from "node-opcua-extension-object"
4
- import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
4
+ import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
5
5
  import { DTResultMeta } from "./dt_result_meta"
6
6
  /**
7
7
  * Contains fields that were created during the
@@ -2,7 +2,7 @@
2
2
  import { LocalizedText } from "node-opcua-data-model"
3
3
  import { Int64, Int32, UAString } from "node-opcua-basic-types"
4
4
  import { ExtensionObject } from "node-opcua-extension-object"
5
- import { DTStructure } from "node-opcua-nodeset-ua/source/dt_structure"
5
+ import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
6
6
  import { DTProcessingTimes } from "./dt_processing_times"
7
7
  import { EnumResultEvaluationEnum } from "./enum_result_evaluation_enum"
8
8
  /**
@@ -1,8 +1,8 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
- import { DataType, VariantOptions } from "node-opcua-variant"
2
+ import { DataType } from "node-opcua-variant"
3
3
  import { LocalizedText } from "node-opcua-data-model"
4
4
  import { Int64, Int32, UAString } from "node-opcua-basic-types"
5
- import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
5
+ import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
6
6
  import { DTProcessingTimes } from "./dt_processing_times"
7
7
  import { EnumResultEvaluationEnum } from "./enum_result_evaluation_enum"
8
8
  import { DTResult } from "./dt_result"
@@ -2,9 +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 { QualifiedName } from "node-opcua-data-model"
5
- import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
6
- import { UAFolder } from "node-opcua-nodeset-ua/source/ua_folder"
7
- import { DTResult } from "./dt_result"
5
+ import { UAFolder } from "node-opcua-nodeset-ua/dist/ua_folder"
8
6
  import { UAResultTransfer } from "./ua_result_transfer"
9
7
  /**
10
8
  * Provides mechanism to access results generated by
@@ -18,6 +16,7 @@ import { UAResultTransfer } from "./ua_result_transfer"
18
16
  * |isAbstract |false |
19
17
  */
20
18
  export interface UAResultManagement_Base {
19
+ acknowledgeResults?: UAMethod;
21
20
  /**
22
21
  * defaultInstanceBrowseName
23
22
  * The default BrowseName for instances of the type.
@@ -1,14 +1,6 @@
1
1
  // ----- this file has been automatically generated - do not edit
2
- import { DataType, VariantOptions } from "node-opcua-variant"
3
- import { LocalizedText } from "node-opcua-data-model"
4
- import { NodeId } from "node-opcua-nodeid"
5
- import { Int64, Int32, UInt16, UAString } from "node-opcua-basic-types"
6
- import { DTTimeZone } from "node-opcua-nodeset-ua/source/dt_time_zone"
7
- import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/source/ua_base_event"
2
+ import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event"
8
3
  import { DTResult } from "./dt_result"
9
- import { DTProcessingTimes } from "./dt_processing_times"
10
- import { EnumResultEvaluationEnum } from "./enum_result_evaluation_enum"
11
- import { DTResultMeta } from "./dt_result_meta"
12
4
  import { UAResult } from "./ua_result"
13
5
  /**
14
6
  * Provides information of a complete or partial
@@ -1,11 +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 { DataType, VariantOptions } from "node-opcua-variant"
4
- import { LocalizedText, QualifiedName } from "node-opcua-data-model"
5
- import { NodeId } from "node-opcua-nodeid"
6
- import { UInt32 } from "node-opcua-basic-types"
7
- import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
8
- import { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/source/ua_temporary_file_transfer"
3
+ import { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer"
9
4
  /**
10
5
  * Transfers result data as a file.
11
6
  *