node-opcua-nodeset-machine-vision 2.169.0 → 2.172.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.
Files changed (125) hide show
  1. package/dist/dt_binary_id_base.d.ts +4 -4
  2. package/dist/dt_binary_id_base.js.map +1 -1
  3. package/dist/dt_configuration.d.ts +3 -3
  4. package/dist/dt_configuration.js.map +1 -1
  5. package/dist/dt_configuration_id.d.ts +4 -4
  6. package/dist/dt_configuration_id.js.map +1 -1
  7. package/dist/dt_configuration_transfer_options.d.ts +3 -3
  8. package/dist/dt_configuration_transfer_options.js.map +1 -1
  9. package/dist/dt_job_id.d.ts +3 -3
  10. package/dist/dt_job_id.js.map +1 -1
  11. package/dist/dt_meas_id.d.ts +4 -4
  12. package/dist/dt_meas_id.js.map +1 -1
  13. package/dist/dt_part_id.d.ts +4 -4
  14. package/dist/dt_part_id.js.map +1 -1
  15. package/dist/dt_processing_times.d.ts +2 -2
  16. package/dist/dt_processing_times.js.map +1 -1
  17. package/dist/dt_product.d.ts +3 -3
  18. package/dist/dt_product.js.map +1 -1
  19. package/dist/dt_product_id.d.ts +4 -4
  20. package/dist/dt_product_id.js.map +1 -1
  21. package/dist/dt_recipe_id_external.d.ts +4 -4
  22. package/dist/dt_recipe_id_external.js.map +1 -1
  23. package/dist/dt_recipe_id_internal.d.ts +4 -4
  24. package/dist/dt_recipe_id_internal.js.map +1 -1
  25. package/dist/dt_recipe_transfer_options.d.ts +3 -3
  26. package/dist/dt_recipe_transfer_options.js.map +1 -1
  27. package/dist/dt_result.d.ts +13 -13
  28. package/dist/dt_result.js.map +1 -1
  29. package/dist/dt_result_id.d.ts +3 -3
  30. package/dist/dt_result_id.js.map +1 -1
  31. package/dist/dt_result_transfer_options.d.ts +3 -3
  32. package/dist/dt_result_transfer_options.js.map +1 -1
  33. package/dist/dt_system_state_description.d.ts +4 -4
  34. package/dist/dt_system_state_description.js.map +1 -1
  35. package/dist/ua_acquisition_done_event.d.ts +4 -4
  36. package/dist/ua_configuration_folder.d.ts +1 -1
  37. package/dist/ua_configuration_management.d.ts +6 -6
  38. package/dist/ua_configuration_transfer.d.ts +2 -2
  39. package/dist/ua_enter_step_sequence_event.d.ts +4 -4
  40. package/dist/ua_error_event.d.ts +1 -1
  41. package/dist/ua_error_resolved_event.d.ts +1 -1
  42. package/dist/ua_job_started_event.d.ts +4 -4
  43. package/dist/ua_leave_step_sequence_event.d.ts +1 -1
  44. package/dist/ua_next_step_event.d.ts +4 -4
  45. package/dist/ua_product_folder.d.ts +1 -1
  46. package/dist/ua_ready_event.d.ts +4 -4
  47. package/dist/ua_recipe.d.ts +6 -6
  48. package/dist/ua_recipe_folder.d.ts +1 -1
  49. package/dist/ua_recipe_management.d.ts +7 -7
  50. package/dist/ua_recipe_prepared_event.d.ts +6 -6
  51. package/dist/ua_recipe_transfer.d.ts +2 -2
  52. package/dist/ua_result.d.ts +13 -13
  53. package/dist/ua_result_folder.d.ts +1 -1
  54. package/dist/ua_result_management.d.ts +3 -3
  55. package/dist/ua_result_ready_event.d.ts +13 -13
  56. package/dist/ua_result_transfer.d.ts +2 -2
  57. package/dist/ua_safety_state_management.d.ts +4 -4
  58. package/dist/ua_state_changed_event.d.ts +1 -1
  59. package/dist/ua_vision_automatic_mode_state_machine.d.ts +5 -5
  60. package/dist/ua_vision_condition.d.ts +12 -12
  61. package/dist/ua_vision_diagnostic_info_event.d.ts +1 -1
  62. package/dist/ua_vision_error_condition.d.ts +1 -1
  63. package/dist/ua_vision_event.d.ts +12 -12
  64. package/dist/ua_vision_information_event.d.ts +1 -1
  65. package/dist/ua_vision_persistent_error_condition.d.ts +1 -1
  66. package/dist/ua_vision_safety_event.d.ts +4 -4
  67. package/dist/ua_vision_state_machine.d.ts +6 -6
  68. package/dist/ua_vision_step_model_state_machine.d.ts +5 -5
  69. package/dist/ua_vision_system.d.ts +15 -15
  70. package/dist/ua_vision_warning_condition.d.ts +1 -1
  71. package/package.json +10 -10
  72. package/source/dt_binary_id_base.ts +6 -4
  73. package/source/dt_configuration.ts +6 -3
  74. package/source/dt_configuration_id.ts +7 -4
  75. package/source/dt_configuration_transfer_options.ts +6 -3
  76. package/source/dt_job_id.ts +5 -3
  77. package/source/dt_meas_id.ts +6 -4
  78. package/source/dt_part_id.ts +6 -4
  79. package/source/dt_processing_times.ts +4 -2
  80. package/source/dt_product.ts +6 -3
  81. package/source/dt_product_id.ts +6 -4
  82. package/source/dt_recipe_id_external.ts +7 -4
  83. package/source/dt_recipe_id_internal.ts +7 -4
  84. package/source/dt_recipe_transfer_options.ts +6 -3
  85. package/source/dt_result.ts +16 -13
  86. package/source/dt_result_id.ts +5 -3
  87. package/source/dt_result_transfer_options.ts +6 -3
  88. package/source/dt_system_state_description.ts +7 -4
  89. package/source/index.ts +1 -1
  90. package/source/ua_acquisition_done_event.ts +8 -6
  91. package/source/ua_configuration_folder.ts +3 -3
  92. package/source/ua_configuration_management.ts +10 -8
  93. package/source/ua_configuration_transfer.ts +5 -4
  94. package/source/ua_enter_step_sequence_event.ts +7 -6
  95. package/source/ua_error_event.ts +3 -3
  96. package/source/ua_error_resolved_event.ts +3 -3
  97. package/source/ua_job_started_event.ts +8 -6
  98. package/source/ua_leave_step_sequence_event.ts +3 -3
  99. package/source/ua_next_step_event.ts +7 -6
  100. package/source/ua_product_folder.ts +3 -3
  101. package/source/ua_ready_event.ts +8 -6
  102. package/source/ua_recipe.ts +10 -8
  103. package/source/ua_recipe_folder.ts +3 -3
  104. package/source/ua_recipe_management.ts +11 -9
  105. package/source/ua_recipe_prepared_event.ts +10 -8
  106. package/source/ua_recipe_transfer.ts +5 -4
  107. package/source/ua_result.ts +17 -15
  108. package/source/ua_result_folder.ts +3 -3
  109. package/source/ua_result_management.ts +7 -5
  110. package/source/ua_result_ready_event.ts +17 -15
  111. package/source/ua_result_transfer.ts +5 -4
  112. package/source/ua_safety_state_management.ts +7 -6
  113. package/source/ua_state_changed_event.ts +3 -3
  114. package/source/ua_vision_automatic_mode_state_machine.ts +9 -7
  115. package/source/ua_vision_condition.ts +16 -14
  116. package/source/ua_vision_diagnostic_info_event.ts +3 -3
  117. package/source/ua_vision_error_condition.ts +3 -3
  118. package/source/ua_vision_event.ts +16 -14
  119. package/source/ua_vision_information_event.ts +3 -3
  120. package/source/ua_vision_persistent_error_condition.ts +3 -3
  121. package/source/ua_vision_safety_event.ts +7 -6
  122. package/source/ua_vision_state_machine.ts +10 -8
  123. package/source/ua_vision_step_model_state_machine.ts +8 -7
  124. package/source/ua_vision_system.ts +19 -17
  125. package/source/ua_vision_warning_condition.ts +3 -3
@@ -1,5 +1,6 @@
1
+ import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
2
+
1
3
  // ----- this file has been automatically generated - do not edit
2
- import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder"
3
4
  /**
4
5
  * | | |
5
6
  * |----------------|------------------------------------------------------------|
@@ -9,5 +10,4 @@ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder"
9
10
  * |isAbstract |false |
10
11
  */
11
12
  export type UAConfigurationFolder_Base = UAFolder_Base;
12
- export interface UAConfigurationFolder extends UAFolder, UAConfigurationFolder_Base {
13
- }
13
+ export interface UAConfigurationFolder extends UAFolder, UAConfigurationFolder_Base {}
@@ -1,10 +1,13 @@
1
+ import type { UAMethod, UAObject } from "node-opcua-address-space-base";
2
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
3
+ import type { DataType } from "node-opcua-variant";
4
+
5
+ import type { DTConfiguration } from "./dt_configuration";
6
+ import type { UAConfigurationFolder } from "./ua_configuration_folder";
7
+ import type { UAConfigurationTransfer } from "./ua_configuration_transfer";
8
+
1
9
  // ----- this file has been automatically generated - do not edit
2
- import { UAObject, UAMethod } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
5
- import { DTConfiguration } from "./dt_configuration"
6
- import { UAConfigurationFolder } from "./ua_configuration_folder"
7
- import { UAConfigurationTransfer } from "./ua_configuration_transfer"
10
+
8
11
  /**
9
12
  * | | |
10
13
  * |----------------|------------------------------------------------------------|
@@ -24,5 +27,4 @@ export interface UAConfigurationManagement_Base {
24
27
  releaseConfigurationHandle?: UAMethod;
25
28
  removeConfiguration?: UAMethod;
26
29
  }
27
- export interface UAConfigurationManagement extends UAObject, UAConfigurationManagement_Base {
28
- }
30
+ export interface UAConfigurationManagement extends UAObject, UAConfigurationManagement_Base {}
@@ -1,6 +1,8 @@
1
+ import type { UAMethod } from "node-opcua-address-space-base";
2
+ import type { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer";
3
+
1
4
  // ----- this file has been automatically generated - do not edit
2
- import { UAMethod } from "node-opcua-address-space-base"
3
- import { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer"
5
+
4
6
  /**
5
7
  * | | |
6
8
  * |----------------|------------------------------------------------------------|
@@ -13,5 +15,4 @@ export interface UAConfigurationTransfer_Base extends UATemporaryFileTransfer_Ba
13
15
  generateFileForRead: UAMethod;
14
16
  generateFileForWrite: UAMethod;
15
17
  }
16
- export interface UAConfigurationTransfer extends Omit<UATemporaryFileTransfer, "generateFileForRead"|"generateFileForWrite">, UAConfigurationTransfer_Base {
17
- }
18
+ export interface UAConfigurationTransfer extends Omit<UATemporaryFileTransfer, "generateFileForRead"|"generateFileForWrite">, UAConfigurationTransfer_Base {}
@@ -1,8 +1,10 @@
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { Int32 } from "node-opcua-basic-types";
3
+ import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
4
+ import type { DataType } from "node-opcua-variant";
5
+
1
6
  // ----- this file has been automatically generated - do not edit
2
- import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { Int32 } from "node-opcua-basic-types"
5
- import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event"
7
+
6
8
  /**
7
9
  * | | |
8
10
  * |----------------|------------------------------------------------------------|
@@ -14,5 +16,4 @@ import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_bas
14
16
  export interface UAEnterStepSequenceEvent_Base extends UABaseEvent_Base {
15
17
  steps: UAProperty<Int32, DataType.Int32>;
16
18
  }
17
- export interface UAEnterStepSequenceEvent extends UABaseEvent, UAEnterStepSequenceEvent_Base {
18
- }
19
+ export interface UAEnterStepSequenceEvent extends UABaseEvent, UAEnterStepSequenceEvent_Base {}
@@ -1,5 +1,6 @@
1
+ import type { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event";
2
+
1
3
  // ----- this file has been automatically generated - do not edit
2
- import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event"
3
4
  /**
4
5
  * | | |
5
6
  * |----------------|------------------------------------------------------------|
@@ -9,5 +10,4 @@ import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua
9
10
  * |isAbstract |false |
10
11
  */
11
12
  export type UAErrorEvent_Base = UATransitionEvent_Base;
12
- export interface UAErrorEvent extends UATransitionEvent, UAErrorEvent_Base {
13
- }
13
+ export interface UAErrorEvent extends UATransitionEvent, UAErrorEvent_Base {}
@@ -1,5 +1,6 @@
1
+ import type { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event";
2
+
1
3
  // ----- this file has been automatically generated - do not edit
2
- import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event"
3
4
  /**
4
5
  * | | |
5
6
  * |----------------|------------------------------------------------------------|
@@ -9,5 +10,4 @@ import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua
9
10
  * |isAbstract |false |
10
11
  */
11
12
  export type UAErrorResolvedEvent_Base = UATransitionEvent_Base;
12
- export interface UAErrorResolvedEvent extends UATransitionEvent, UAErrorResolvedEvent_Base {
13
- }
13
+ export interface UAErrorResolvedEvent extends UATransitionEvent, UAErrorResolvedEvent_Base {}
@@ -1,8 +1,11 @@
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
3
+ import type { DataType } from "node-opcua-variant";
4
+
5
+ import type { DTJobId } from "./dt_job_id";
6
+
1
7
  // ----- this file has been automatically generated - do not edit
2
- import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event"
5
- import { DTJobId } from "./dt_job_id"
8
+
6
9
  /**
7
10
  * | | |
8
11
  * |----------------|------------------------------------------------------------|
@@ -14,5 +17,4 @@ import { DTJobId } from "./dt_job_id"
14
17
  export interface UAJobStartedEvent_Base extends UABaseEvent_Base {
15
18
  jobId: UAProperty<DTJobId, DataType.ExtensionObject>;
16
19
  }
17
- export interface UAJobStartedEvent extends UABaseEvent, UAJobStartedEvent_Base {
18
- }
20
+ export interface UAJobStartedEvent extends UABaseEvent, UAJobStartedEvent_Base {}
@@ -1,5 +1,6 @@
1
+ import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
2
+
1
3
  // ----- this file has been automatically generated - do not edit
2
- import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event"
3
4
  /**
4
5
  * | | |
5
6
  * |----------------|------------------------------------------------------------|
@@ -9,5 +10,4 @@ import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_bas
9
10
  * |isAbstract |false |
10
11
  */
11
12
  export type UALeaveStepSequenceEvent_Base = UABaseEvent_Base;
12
- export interface UALeaveStepSequenceEvent extends UABaseEvent, UALeaveStepSequenceEvent_Base {
13
- }
13
+ export interface UALeaveStepSequenceEvent extends UABaseEvent, UALeaveStepSequenceEvent_Base {}
@@ -1,8 +1,10 @@
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { Int32 } from "node-opcua-basic-types";
3
+ import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
4
+ import type { DataType } from "node-opcua-variant";
5
+
1
6
  // ----- this file has been automatically generated - do not edit
2
- import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { Int32 } from "node-opcua-basic-types"
5
- import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event"
7
+
6
8
  /**
7
9
  * | | |
8
10
  * |----------------|------------------------------------------------------------|
@@ -14,5 +16,4 @@ import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_bas
14
16
  export interface UANextStepEvent_Base extends UABaseEvent_Base {
15
17
  step: UAProperty<Int32, DataType.Int32>;
16
18
  }
17
- export interface UANextStepEvent extends UABaseEvent, UANextStepEvent_Base {
18
- }
19
+ export interface UANextStepEvent extends UABaseEvent, UANextStepEvent_Base {}
@@ -1,5 +1,6 @@
1
+ import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
2
+
1
3
  // ----- this file has been automatically generated - do not edit
2
- import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder"
3
4
  /**
4
5
  * | | |
5
6
  * |----------------|------------------------------------------------------------|
@@ -9,5 +10,4 @@ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder"
9
10
  * |isAbstract |false |
10
11
  */
11
12
  export type UAProductFolder_Base = UAFolder_Base;
12
- export interface UAProductFolder extends UAFolder, UAProductFolder_Base {
13
- }
13
+ export interface UAProductFolder extends UAFolder, UAProductFolder_Base {}
@@ -1,8 +1,11 @@
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
3
+ import type { DataType } from "node-opcua-variant";
4
+
5
+ import type { DTJobId } from "./dt_job_id";
6
+
1
7
  // ----- this file has been automatically generated - do not edit
2
- import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event"
5
- import { DTJobId } from "./dt_job_id"
8
+
6
9
  /**
7
10
  * | | |
8
11
  * |----------------|------------------------------------------------------------|
@@ -14,5 +17,4 @@ import { DTJobId } from "./dt_job_id"
14
17
  export interface UAReadyEvent_Base extends UABaseEvent_Base {
15
18
  jobId: UAProperty<DTJobId, DataType.ExtensionObject>;
16
19
  }
17
- export interface UAReadyEvent extends UABaseEvent, UAReadyEvent_Base {
18
- }
20
+ export interface UAReadyEvent extends UABaseEvent, UAReadyEvent_Base {}
@@ -1,10 +1,13 @@
1
+ import type { UAMethod, UAObject, UAProperty } from "node-opcua-address-space-base";
2
+ import type { UAFile } from "node-opcua-nodeset-ua/dist/ua_file";
3
+ import type { DataType } from "node-opcua-variant";
4
+
5
+ import type { DTProductId } from "./dt_product_id";
6
+ import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
7
+ import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
8
+
1
9
  // ----- this file has been automatically generated - do not edit
2
- import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { UAFile } from "node-opcua-nodeset-ua/dist/ua_file"
5
- import { DTRecipeIdExternal } from "./dt_recipe_id_external"
6
- import { DTRecipeIdInternal } from "./dt_recipe_id_internal"
7
- import { DTProductId } from "./dt_product_id"
10
+
8
11
  /**
9
12
  * | | |
10
13
  * |----------------|------------------------------------------------------------|
@@ -47,5 +50,4 @@ export interface UARecipe_Base {
47
50
  unlinkProduct?: UAMethod;
48
51
  unprepare: UAMethod;
49
52
  }
50
- export interface UARecipe extends UAObject, UARecipe_Base {
51
- }
53
+ export interface UARecipe extends UAObject, UARecipe_Base {}
@@ -1,5 +1,6 @@
1
+ import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
2
+
1
3
  // ----- this file has been automatically generated - do not edit
2
- import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder"
3
4
  /**
4
5
  * | | |
5
6
  * |----------------|------------------------------------------------------------|
@@ -9,5 +10,4 @@ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder"
9
10
  * |isAbstract |false |
10
11
  */
11
12
  export type UARecipeFolder_Base = UAFolder_Base;
12
- export interface UARecipeFolder extends UAFolder, UARecipeFolder_Base {
13
- }
13
+ export interface UARecipeFolder extends UAFolder, UARecipeFolder_Base {}
@@ -1,11 +1,14 @@
1
+ import type { UAMethod, UAObject } from "node-opcua-address-space-base";
2
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
3
+ import type { DataType } from "node-opcua-variant";
4
+
5
+ import type { DTProduct } from "./dt_product";
6
+ import type { UAProductFolder } from "./ua_product_folder";
7
+ import type { UARecipeFolder } from "./ua_recipe_folder";
8
+ import type { UARecipeTransfer } from "./ua_recipe_transfer";
9
+
1
10
  // ----- this file has been automatically generated - do not edit
2
- import { UAObject, UAMethod } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
5
- import { DTProduct } from "./dt_product"
6
- import { UAProductFolder } from "./ua_product_folder"
7
- import { UARecipeFolder } from "./ua_recipe_folder"
8
- import { UARecipeTransfer } from "./ua_recipe_transfer"
11
+
9
12
  export interface UARecipeManagement_products extends Omit<UAProductFolder, "$Product$"> { // Object
10
13
  "$Product$": UABaseDataVariable<DTProduct, DataType.ExtensionObject>;
11
14
  }
@@ -31,5 +34,4 @@ export interface UARecipeManagement_Base {
31
34
  unprepareProduct?: UAMethod;
32
35
  unprepareRecipe: UAMethod;
33
36
  }
34
- export interface UARecipeManagement extends UAObject, UARecipeManagement_Base {
35
- }
37
+ export interface UARecipeManagement extends UAObject, UARecipeManagement_Base {}
@@ -1,10 +1,13 @@
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
3
+ import type { DataType } from "node-opcua-variant";
4
+
5
+ import type { DTProductId } from "./dt_product_id";
6
+ import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
7
+ import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
8
+
1
9
  // ----- this file has been automatically generated - do not edit
2
- import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event"
5
- import { DTRecipeIdExternal } from "./dt_recipe_id_external"
6
- import { DTRecipeIdInternal } from "./dt_recipe_id_internal"
7
- import { DTProductId } from "./dt_product_id"
10
+
8
11
  /**
9
12
  * | | |
10
13
  * |----------------|------------------------------------------------------------|
@@ -18,5 +21,4 @@ export interface UARecipePreparedEvent_Base extends UABaseEvent_Base {
18
21
  internalId: UAProperty<DTRecipeIdInternal, DataType.ExtensionObject>;
19
22
  productId?: UAProperty<DTProductId, DataType.ExtensionObject>;
20
23
  }
21
- export interface UARecipePreparedEvent extends UABaseEvent, UARecipePreparedEvent_Base {
22
- }
24
+ export interface UARecipePreparedEvent extends UABaseEvent, UARecipePreparedEvent_Base {}
@@ -1,6 +1,8 @@
1
+ import type { UAMethod } from "node-opcua-address-space-base";
2
+ import type { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer";
3
+
1
4
  // ----- this file has been automatically generated - do not edit
2
- import { UAMethod } from "node-opcua-address-space-base"
3
- import { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer"
5
+
4
6
  /**
5
7
  * | | |
6
8
  * |----------------|------------------------------------------------------------|
@@ -13,5 +15,4 @@ export interface UARecipeTransfer_Base extends UATemporaryFileTransfer_Base {
13
15
  generateFileForRead: UAMethod;
14
16
  generateFileForWrite: UAMethod;
15
17
  }
16
- export interface UARecipeTransfer extends Omit<UATemporaryFileTransfer, "generateFileForRead"|"generateFileForWrite">, UARecipeTransfer_Base {
17
- }
18
+ export interface UARecipeTransfer extends Omit<UATemporaryFileTransfer, "generateFileForRead"|"generateFileForWrite">, UARecipeTransfer_Base {}
@@ -1,17 +1,20 @@
1
+ import type { Int32 } from "node-opcua-basic-types";
2
+ import type { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
3
+ import type { DataType } from "node-opcua-variant";
4
+
5
+ import type { DTConfigurationId } from "./dt_configuration_id";
6
+ import type { DTJobId } from "./dt_job_id";
7
+ import type { DTMeasId } from "./dt_meas_id";
8
+ import type { DTPartId } from "./dt_part_id";
9
+ import type { DTProcessingTimes } from "./dt_processing_times";
10
+ import type { DTProductId } from "./dt_product_id";
11
+ import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
12
+ import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
13
+ import type { DTResult } from "./dt_result";
14
+ import type { DTResultId } from "./dt_result_id";
15
+
1
16
  // ----- this file has been automatically generated - do not edit
2
- import { DataType } from "node-opcua-variant"
3
- import { Int32 } from "node-opcua-basic-types"
4
- import { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
5
- import { DTResult } from "./dt_result"
6
- import { DTConfigurationId } from "./dt_configuration_id"
7
- import { DTRecipeIdExternal } from "./dt_recipe_id_external"
8
- import { DTRecipeIdInternal } from "./dt_recipe_id_internal"
9
- import { DTJobId } from "./dt_job_id"
10
- import { DTMeasId } from "./dt_meas_id"
11
- import { DTPartId } from "./dt_part_id"
12
- import { DTProcessingTimes } from "./dt_processing_times"
13
- import { DTProductId } from "./dt_product_id"
14
- import { DTResultId } from "./dt_result_id"
17
+
15
18
  /**
16
19
  * | | |
17
20
  * |----------------|------------------------------------------------------------|
@@ -41,5 +44,4 @@ export interface UAResult_Base<T extends DTResult> extends UABaseDataVariable_B
41
44
  resultId: UABaseDataVariable<DTResultId, DataType.ExtensionObject>;
42
45
  resultState: UABaseDataVariable<Int32, DataType.Int32>;
43
46
  }
44
- export interface UAResult<T extends DTResult> extends UABaseDataVariable<T, DataType.ExtensionObject>, UAResult_Base<T> {
45
- }
47
+ export interface UAResult<T extends DTResult> extends UABaseDataVariable<T, DataType.ExtensionObject>, UAResult_Base<T> {}
@@ -1,5 +1,6 @@
1
+ import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
2
+
1
3
  // ----- this file has been automatically generated - do not edit
2
- import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder"
3
4
  /**
4
5
  * | | |
5
6
  * |----------------|------------------------------------------------------------|
@@ -9,5 +10,4 @@ import { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder"
9
10
  * |isAbstract |false |
10
11
  */
11
12
  export type UAResultFolder_Base = UAFolder_Base;
12
- export interface UAResultFolder extends UAFolder, UAResultFolder_Base {
13
- }
13
+ export interface UAResultFolder extends UAFolder, UAResultFolder_Base {}
@@ -1,7 +1,10 @@
1
+ import type { UAMethod, UAObject } from "node-opcua-address-space-base";
2
+
3
+ import type { UAResultFolder } from "./ua_result_folder";
4
+ import type { UAResultTransfer } from "./ua_result_transfer";
5
+
1
6
  // ----- this file has been automatically generated - do not edit
2
- import { UAObject, UAMethod } from "node-opcua-address-space-base"
3
- import { UAResultFolder } from "./ua_result_folder"
4
- import { UAResultTransfer } from "./ua_result_transfer"
7
+
5
8
  /**
6
9
  * | | |
7
10
  * |----------------|------------------------------------------------------------|
@@ -18,5 +21,4 @@ export interface UAResultManagement_Base {
18
21
  results?: UAResultFolder;
19
22
  resultTransfer?: UAResultTransfer;
20
23
  }
21
- export interface UAResultManagement extends UAObject, UAResultManagement_Base {
22
- }
24
+ export interface UAResultManagement extends UAObject, UAResultManagement_Base {}
@@ -1,17 +1,20 @@
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { Int32 } from "node-opcua-basic-types";
3
+ import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
4
+ import type { DataType } from "node-opcua-variant";
5
+
6
+ import type { DTConfigurationId } from "./dt_configuration_id";
7
+ import type { DTJobId } from "./dt_job_id";
8
+ import type { DTMeasId } from "./dt_meas_id";
9
+ import type { DTPartId } from "./dt_part_id";
10
+ import type { DTProcessingTimes } from "./dt_processing_times";
11
+ import type { DTProductId } from "./dt_product_id";
12
+ import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
13
+ import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
14
+ import type { DTResultId } from "./dt_result_id";
15
+
1
16
  // ----- this file has been automatically generated - do not edit
2
- import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { Int32 } from "node-opcua-basic-types"
5
- import { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event"
6
- import { DTConfigurationId } from "./dt_configuration_id"
7
- import { DTRecipeIdExternal } from "./dt_recipe_id_external"
8
- import { DTRecipeIdInternal } from "./dt_recipe_id_internal"
9
- import { DTJobId } from "./dt_job_id"
10
- import { DTMeasId } from "./dt_meas_id"
11
- import { DTPartId } from "./dt_part_id"
12
- import { DTProcessingTimes } from "./dt_processing_times"
13
- import { DTProductId } from "./dt_product_id"
14
- import { DTResultId } from "./dt_result_id"
17
+
15
18
  /**
16
19
  * | | |
17
20
  * |----------------|------------------------------------------------------------|
@@ -37,5 +40,4 @@ export interface UAResultReadyEvent_Base extends UABaseEvent_Base {
37
40
  resultId: UAProperty<DTResultId, DataType.ExtensionObject>;
38
41
  resultState: UAProperty<Int32, DataType.Int32>;
39
42
  }
40
- export interface UAResultReadyEvent extends UABaseEvent, UAResultReadyEvent_Base {
41
- }
43
+ export interface UAResultReadyEvent extends UABaseEvent, UAResultReadyEvent_Base {}
@@ -1,6 +1,8 @@
1
+ import type { UAMethod } from "node-opcua-address-space-base";
2
+ import type { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer";
3
+
1
4
  // ----- this file has been automatically generated - do not edit
2
- import { UAMethod } from "node-opcua-address-space-base"
3
- import { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer"
5
+
4
6
  /**
5
7
  * | | |
6
8
  * |----------------|------------------------------------------------------------|
@@ -12,5 +14,4 @@ import { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcu
12
14
  export interface UAResultTransfer_Base extends UATemporaryFileTransfer_Base {
13
15
  generateFileForRead: UAMethod;
14
16
  }
15
- export interface UAResultTransfer extends Omit<UATemporaryFileTransfer, "generateFileForRead">, UAResultTransfer_Base {
16
- }
17
+ export interface UAResultTransfer extends Omit<UATemporaryFileTransfer, "generateFileForRead">, UAResultTransfer_Base {}
@@ -1,8 +1,10 @@
1
+ import type { UAMethod, UAObject } from "node-opcua-address-space-base";
2
+ import type { UAString } from "node-opcua-basic-types";
3
+ import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
4
+ import type { DataType } from "node-opcua-variant";
5
+
1
6
  // ----- this file has been automatically generated - do not edit
2
- import { UAObject, UAMethod } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { UAString } from "node-opcua-basic-types"
5
- import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
7
+
6
8
  /**
7
9
  * | | |
8
10
  * |----------------|------------------------------------------------------------|
@@ -16,5 +18,4 @@ export interface UASafetyStateManagement_Base {
16
18
  visionSafetyInformation: UABaseDataVariable<UAString, DataType.String>;
17
19
  visionSafetyTriggered: UABaseDataVariable<boolean, DataType.Boolean>;
18
20
  }
19
- export interface UASafetyStateManagement extends UAObject, UASafetyStateManagement_Base {
20
- }
21
+ export interface UASafetyStateManagement extends UAObject, UASafetyStateManagement_Base {}
@@ -1,5 +1,6 @@
1
+ import type { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event";
2
+
1
3
  // ----- this file has been automatically generated - do not edit
2
- import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event"
3
4
  /**
4
5
  * | | |
5
6
  * |----------------|------------------------------------------------------------|
@@ -9,5 +10,4 @@ import { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua
9
10
  * |isAbstract |false |
10
11
  */
11
12
  export type UAStateChangedEvent_Base = UATransitionEvent_Base;
12
- export interface UAStateChangedEvent extends UATransitionEvent, UAStateChangedEvent_Base {
13
- }
13
+ export interface UAStateChangedEvent extends UATransitionEvent, UAStateChangedEvent_Base {}
@@ -1,9 +1,12 @@
1
+ import type { UAMethod } from "node-opcua-address-space-base";
2
+ import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
3
+ import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
4
+ import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
5
+
6
+ import type { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine";
7
+
1
8
  // ----- this file has been automatically generated - do not edit
2
- import { UAMethod } from "node-opcua-address-space-base"
3
- import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
4
- import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
5
- import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
6
- import { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine"
9
+
7
10
  /**
8
11
  * | | |
9
12
  * |----------------|------------------------------------------------------------|
@@ -43,5 +46,4 @@ export interface UAVisionAutomaticModeStateMachine_Base extends UAFiniteStateMac
43
46
  startSingleJob: UAMethod;
44
47
  stop: UAMethod;
45
48
  }
46
- export interface UAVisionAutomaticModeStateMachine extends UAFiniteStateMachine, UAVisionAutomaticModeStateMachine_Base {
47
- }
49
+ export interface UAVisionAutomaticModeStateMachine extends UAFiniteStateMachine, UAVisionAutomaticModeStateMachine_Base {}
@@ -1,16 +1,19 @@
1
+ import type { UAProperty } from "node-opcua-address-space-base";
2
+ import type { UAString, UInt64 } from "node-opcua-basic-types";
3
+ import type { UAAcknowledgeableCondition, UAAcknowledgeableCondition_Base } from "node-opcua-nodeset-ua/dist/ua_acknowledgeable_condition";
4
+ import type { DataType } from "node-opcua-variant";
5
+
6
+ import type { DTConfigurationId } from "./dt_configuration_id";
7
+ import type { DTJobId } from "./dt_job_id";
8
+ import type { DTMeasId } from "./dt_meas_id";
9
+ import type { DTPartId } from "./dt_part_id";
10
+ import type { DTProductId } from "./dt_product_id";
11
+ import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
12
+ import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
13
+ import type { DTResultId } from "./dt_result_id";
14
+
1
15
  // ----- this file has been automatically generated - do not edit
2
- import { UAProperty } from "node-opcua-address-space-base"
3
- import { DataType } from "node-opcua-variant"
4
- import { UInt64, UAString } from "node-opcua-basic-types"
5
- import { UAAcknowledgeableCondition, UAAcknowledgeableCondition_Base } from "node-opcua-nodeset-ua/dist/ua_acknowledgeable_condition"
6
- import { DTConfigurationId } from "./dt_configuration_id"
7
- import { DTRecipeIdExternal } from "./dt_recipe_id_external"
8
- import { DTRecipeIdInternal } from "./dt_recipe_id_internal"
9
- import { DTJobId } from "./dt_job_id"
10
- import { DTMeasId } from "./dt_meas_id"
11
- import { DTPartId } from "./dt_part_id"
12
- import { DTProductId } from "./dt_product_id"
13
- import { DTResultId } from "./dt_result_id"
16
+
14
17
  /**
15
18
  * | | |
16
19
  * |----------------|------------------------------------------------------------|
@@ -35,5 +38,4 @@ export interface UAVisionCondition_Base extends UAAcknowledgeableCondition_Base
35
38
  resultId?: UAProperty<DTResultId, DataType.ExtensionObject>;
36
39
  stopReaction: UAProperty<boolean, DataType.Boolean>;
37
40
  }
38
- export interface UAVisionCondition extends UAAcknowledgeableCondition, UAVisionCondition_Base {
39
- }
41
+ export interface UAVisionCondition extends UAAcknowledgeableCondition, UAVisionCondition_Base {}
@@ -1,5 +1,6 @@
1
+ import type { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event";
2
+
1
3
  // ----- this file has been automatically generated - do not edit
2
- import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event"
3
4
  /**
4
5
  * | | |
5
6
  * |----------------|------------------------------------------------------------|
@@ -9,5 +10,4 @@ import { UAVisionEvent, UAVisionEvent_Base } from "./ua_vision_event"
9
10
  * |isAbstract |false |
10
11
  */
11
12
  export type UAVisionDiagnosticInfoEvent_Base = UAVisionEvent_Base;
12
- export interface UAVisionDiagnosticInfoEvent extends UAVisionEvent, UAVisionDiagnosticInfoEvent_Base {
13
- }
13
+ export interface UAVisionDiagnosticInfoEvent extends UAVisionEvent, UAVisionDiagnosticInfoEvent_Base {}
@@ -1,5 +1,6 @@
1
+ import type { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition";
2
+
1
3
  // ----- this file has been automatically generated - do not edit
2
- import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition"
3
4
  /**
4
5
  * | | |
5
6
  * |----------------|------------------------------------------------------------|
@@ -9,5 +10,4 @@ import { UAVisionCondition, UAVisionCondition_Base } from "./ua_vision_condition
9
10
  * |isAbstract |false |
10
11
  */
11
12
  export type UAVisionErrorCondition_Base = UAVisionCondition_Base;
12
- export interface UAVisionErrorCondition extends UAVisionCondition, UAVisionErrorCondition_Base {
13
- }
13
+ export interface UAVisionErrorCondition extends UAVisionCondition, UAVisionErrorCondition_Base {}