node-opcua-nodeset-machine-vision 2.182.0 → 2.183.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.
- package/dist/dt_binary_id_base.d.ts +1 -1
- package/dist/dt_configuration.d.ts +1 -1
- package/dist/dt_configuration_transfer_options.d.ts +1 -1
- package/dist/dt_job_id.d.ts +1 -1
- package/dist/dt_meas_id.d.ts +1 -1
- package/dist/dt_part_id.d.ts +1 -1
- package/dist/dt_processing_times.d.ts +1 -1
- package/dist/dt_product.d.ts +1 -1
- package/dist/dt_product_id.d.ts +1 -1
- package/dist/dt_recipe_transfer_options.d.ts +1 -1
- package/dist/dt_result.d.ts +3 -3
- package/dist/dt_result_id.d.ts +1 -1
- package/dist/dt_result_transfer_options.d.ts +1 -1
- package/dist/dt_system_state_description.d.ts +1 -1
- package/dist/ua_acquisition_done_event.d.ts +1 -1
- package/dist/ua_configuration_folder.d.ts +1 -1
- package/dist/ua_configuration_management.d.ts +1 -1
- package/dist/ua_configuration_transfer.d.ts +1 -1
- package/dist/ua_enter_step_sequence_event.d.ts +1 -1
- package/dist/ua_error_event.d.ts +1 -1
- package/dist/ua_error_resolved_event.d.ts +1 -1
- package/dist/ua_job_started_event.d.ts +1 -1
- package/dist/ua_leave_step_sequence_event.d.ts +1 -1
- package/dist/ua_next_step_event.d.ts +1 -1
- package/dist/ua_product_folder.d.ts +1 -1
- package/dist/ua_ready_event.d.ts +1 -1
- package/dist/ua_recipe.d.ts +1 -1
- package/dist/ua_recipe_folder.d.ts +1 -1
- package/dist/ua_recipe_management.d.ts +1 -1
- package/dist/ua_recipe_prepared_event.d.ts +1 -1
- package/dist/ua_recipe_transfer.d.ts +1 -1
- package/dist/ua_result.d.ts +1 -1
- package/dist/ua_result_folder.d.ts +1 -1
- package/dist/ua_result_ready_event.d.ts +1 -1
- package/dist/ua_result_transfer.d.ts +1 -1
- package/dist/ua_safety_state_management.d.ts +1 -1
- package/dist/ua_state_changed_event.d.ts +1 -1
- package/dist/ua_vision_automatic_mode_state_machine.d.ts +3 -3
- package/dist/ua_vision_condition.d.ts +1 -1
- package/dist/ua_vision_event.d.ts +1 -1
- package/dist/ua_vision_safety_event.d.ts +1 -1
- package/dist/ua_vision_state_machine.d.ts +3 -3
- package/dist/ua_vision_step_model_state_machine.d.ts +4 -4
- package/dist/ua_vision_system.d.ts +3 -3
- package/package.json +13 -10
- package/source/dt_binary_id_base.ts +1 -1
- package/source/dt_configuration.ts +1 -1
- package/source/dt_configuration_transfer_options.ts +1 -1
- package/source/dt_job_id.ts +1 -1
- package/source/dt_meas_id.ts +1 -1
- package/source/dt_part_id.ts +1 -1
- package/source/dt_processing_times.ts +1 -1
- package/source/dt_product.ts +1 -1
- package/source/dt_product_id.ts +1 -1
- package/source/dt_recipe_transfer_options.ts +1 -1
- package/source/dt_result.ts +3 -3
- package/source/dt_result_id.ts +1 -1
- package/source/dt_result_transfer_options.ts +1 -1
- package/source/dt_system_state_description.ts +1 -1
- package/source/ua_acquisition_done_event.ts +1 -1
- package/source/ua_configuration_folder.ts +1 -1
- package/source/ua_configuration_management.ts +1 -1
- package/source/ua_configuration_transfer.ts +1 -1
- package/source/ua_enter_step_sequence_event.ts +1 -1
- package/source/ua_error_event.ts +1 -1
- package/source/ua_error_resolved_event.ts +1 -1
- package/source/ua_job_started_event.ts +1 -1
- package/source/ua_leave_step_sequence_event.ts +1 -1
- package/source/ua_next_step_event.ts +1 -1
- package/source/ua_product_folder.ts +1 -1
- package/source/ua_ready_event.ts +1 -1
- package/source/ua_recipe.ts +1 -1
- package/source/ua_recipe_folder.ts +1 -1
- package/source/ua_recipe_management.ts +1 -1
- package/source/ua_recipe_prepared_event.ts +1 -1
- package/source/ua_recipe_transfer.ts +1 -1
- package/source/ua_result.ts +1 -1
- package/source/ua_result_folder.ts +1 -1
- package/source/ua_result_ready_event.ts +1 -1
- package/source/ua_result_transfer.ts +1 -1
- package/source/ua_safety_state_management.ts +1 -1
- package/source/ua_state_changed_event.ts +1 -1
- package/source/ua_vision_automatic_mode_state_machine.ts +3 -3
- package/source/ua_vision_condition.ts +1 -1
- package/source/ua_vision_event.ts +1 -1
- package/source/ua_vision_safety_event.ts +1 -1
- package/source/ua_vision_state_machine.ts +3 -3
- package/source/ua_vision_step_model_state_machine.ts +4 -4
- package/source/ua_vision_system.ts +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
3
3
|
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
3
3
|
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
package/dist/dt_job_id.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_meas_id.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_part_id.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_product.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
3
3
|
import type { DTProductId } from "./dt_product_id.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
package/dist/dt_product_id.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
3
3
|
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
package/dist/dt_result.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
-
import type {
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
|
+
import type { VariantOptions } from "node-opcua-variant";
|
|
5
5
|
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
6
6
|
import type { DTJobId } from "./dt_job_id.js";
|
|
7
7
|
import type { DTMeasId } from "./dt_meas_id.js";
|
|
@@ -51,7 +51,7 @@ export interface DTResult extends DTStructure {
|
|
|
51
51
|
/** Collection of different processing times that were needed to create the result.*/
|
|
52
52
|
processingTimes?: DTProcessingTimes;
|
|
53
53
|
/** Abstract data type to be subtyped from to hold result data created by the selected recipe.*/
|
|
54
|
-
resultContent?:
|
|
54
|
+
resultContent?: VariantOptions[];
|
|
55
55
|
}
|
|
56
56
|
export interface UDTResult extends ExtensionObject, DTResult {
|
|
57
57
|
}
|
package/dist/dt_result_id.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
3
3
|
import type { DTResultId } from "./dt_result_id.js";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
import type { EnumSystemState } from "./enum_system_state.js";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
import type { DTJobId } from "./dt_job_id.js";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
1
|
+
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
import type { DTConfiguration } from "./dt_configuration.js";
|
|
5
5
|
import type { UAConfigurationFolder } from "./ua_configuration_folder.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer.js";
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int32 } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
package/dist/ua_error_event.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event";
|
|
1
|
+
import type { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event";
|
|
1
|
+
import type { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
import type { DTJobId } from "./dt_job_id.js";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
1
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int32 } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
1
|
+
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
package/dist/ua_ready_event.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
import type { DTJobId } from "./dt_job_id.js";
|
|
5
5
|
/**
|
package/dist/ua_recipe.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { UAMethod, UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import type { UAFile } from "node-opcua-nodeset-ua/dist/ua_file";
|
|
2
|
+
import type { UAFile } from "node-opcua-nodeset-ua/dist/ua_file.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
import type { DTProductId } from "./dt_product_id.js";
|
|
5
5
|
import type { DTRecipeIdExternal } from "./dt_recipe_id_external.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
1
|
+
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
import type { DTProduct } from "./dt_product.js";
|
|
5
5
|
import type { UAProductFolder } from "./ua_product_folder.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
import type { DTProductId } from "./dt_product_id.js";
|
|
5
5
|
import type { DTRecipeIdExternal } from "./dt_recipe_id_external.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer.js";
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|
package/dist/ua_result.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
5
5
|
import type { DTJobId } from "./dt_job_id.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder";
|
|
1
|
+
import type { UAFolder, UAFolder_Base } from "node-opcua-nodeset-ua/dist/ua_folder.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int32 } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
6
6
|
import type { DTJobId } from "./dt_job_id.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer.js";
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAMethod, UAObject } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
3
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event";
|
|
1
|
+
import type { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event.js";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
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";
|
|
2
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
|
|
3
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
4
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
5
5
|
import type { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine.js";
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
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";
|
|
3
|
+
import type { UAAcknowledgeableCondition, UAAcknowledgeableCondition_Base } from "node-opcua-nodeset-ua/dist/ua_acknowledgeable_condition.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
6
6
|
import type { DTJobId } from "./dt_job_id.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
6
6
|
import type { DTJobId } from "./dt_job_id.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
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";
|
|
2
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
|
|
3
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
4
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
5
5
|
import type { UAVisionAutomaticModeStateMachine } from "./ua_vision_automatic_mode_state_machine.js";
|
|
6
6
|
import type { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine.js";
|
|
7
7
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
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 { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state";
|
|
4
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
5
|
-
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
2
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
|
|
3
|
+
import type { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state.js";
|
|
4
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
5
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { UAMethod, UAObject } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UInt16 } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
-
import type { UAFiniteStateVariable } from "node-opcua-nodeset-ua/dist/ua_finite_state_variable";
|
|
6
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
4
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
5
|
+
import type { UAFiniteStateVariable } from "node-opcua-nodeset-ua/dist/ua_finite_state_variable.js";
|
|
6
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
8
|
import type { DTSystemStateDescription } from "./dt_system_state_description.js";
|
|
9
9
|
import type { UAConfigurationManagement } from "./ua_configuration_management.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-machine-vision",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.183.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-machine-vision",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -10,15 +10,18 @@
|
|
|
10
10
|
},
|
|
11
11
|
"author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
|
|
12
12
|
"license": "MIT",
|
|
13
|
+
"engines": {
|
|
14
|
+
"node": ">=22.13.0"
|
|
15
|
+
},
|
|
13
16
|
"dependencies": {
|
|
14
|
-
"node-opcua-address-space-base": "2.
|
|
15
|
-
"node-opcua-basic-types": "2.
|
|
16
|
-
"node-opcua-data-model": "2.
|
|
17
|
-
"node-opcua-extension-object": "2.
|
|
18
|
-
"node-opcua-nodeid": "2.
|
|
19
|
-
"node-opcua-nodeset-ua": "2.
|
|
20
|
-
"node-opcua-status-code": "2.
|
|
21
|
-
"node-opcua-variant": "2.
|
|
17
|
+
"node-opcua-address-space-base": "2.183.0",
|
|
18
|
+
"node-opcua-basic-types": "2.183.0",
|
|
19
|
+
"node-opcua-data-model": "2.183.0",
|
|
20
|
+
"node-opcua-extension-object": "2.183.0",
|
|
21
|
+
"node-opcua-nodeid": "2.183.0",
|
|
22
|
+
"node-opcua-nodeset-ua": "2.183.0",
|
|
23
|
+
"node-opcua-status-code": "2.183.0",
|
|
24
|
+
"node-opcua-variant": "2.183.0"
|
|
22
25
|
},
|
|
23
26
|
"files": [
|
|
24
27
|
"dist",
|
|
@@ -37,5 +40,5 @@
|
|
|
37
40
|
"internet of things"
|
|
38
41
|
],
|
|
39
42
|
"homepage": "http://node-opcua.github.io/",
|
|
40
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "d9a9af54d162f0fbb8d287e168aaeeda2d5c38b7"
|
|
41
44
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
3
3
|
|
|
4
4
|
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
3
3
|
|
|
4
4
|
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
5
5
|
|
package/source/dt_job_id.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
|
|
5
5
|
// ----- this file has been automatically generated - do not edit
|
|
6
6
|
|
package/source/dt_meas_id.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
|
7
7
|
|
package/source/dt_part_id.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
3
3
|
|
|
4
4
|
// ----- this file has been automatically generated - do not edit
|
|
5
5
|
|
package/source/dt_product.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
3
3
|
|
|
4
4
|
import type { DTProductId } from "./dt_product_id.js";
|
|
5
5
|
|
package/source/dt_product_id.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
3
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
3
3
|
|
|
4
4
|
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal.js";
|
|
5
5
|
|
package/source/dt_result.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
-
import type {
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
|
+
import type { VariantOptions } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
7
7
|
import type { DTJobId } from "./dt_job_id.js";
|
|
@@ -55,6 +55,6 @@ export interface DTResult extends DTStructure {
|
|
|
55
55
|
/** Collection of different processing times that were needed to create the result.*/
|
|
56
56
|
processingTimes?: DTProcessingTimes; // ExtensionObject ns=4;i=3005
|
|
57
57
|
/** Abstract data type to be subtyped from to hold result data created by the selected recipe.*/
|
|
58
|
-
resultContent?:
|
|
58
|
+
resultContent?: VariantOptions[]; // Variant ns=0;i=24
|
|
59
59
|
}
|
|
60
60
|
export interface UDTResult extends ExtensionObject, DTResult {};
|
package/source/dt_result_id.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
|
|
5
5
|
// ----- this file has been automatically generated - do not edit
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
3
3
|
|
|
4
4
|
import type { DTResultId } from "./dt_result_id.js";
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAString } from "node-opcua-basic-types";
|
|
2
2
|
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure.js";
|
|
4
4
|
|
|
5
5
|
import type { EnumSystemState } from "./enum_system_state.js";
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
5
|
import type { DTJobId } from "./dt_job_id.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
5
|
import type { DTConfiguration } from "./dt_configuration.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer.js";
|
|
3
3
|
|
|
4
4
|
// ----- this file has been automatically generated - do not edit
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int32 } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
package/source/ua_error_event.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event";
|
|
1
|
+
import type { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event.js";
|
|
2
2
|
|
|
3
3
|
// ----- this file has been automatically generated - do not edit
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event";
|
|
1
|
+
import type { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event.js";
|
|
2
2
|
|
|
3
3
|
// ----- this file has been automatically generated - do not edit
|
|
4
4
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
5
|
import type { DTJobId } from "./dt_job_id.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int32 } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
package/source/ua_ready_event.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
5
|
import type { DTJobId } from "./dt_job_id.js";
|
package/source/ua_recipe.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { UAMethod, UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import type { UAFile } from "node-opcua-nodeset-ua/dist/ua_file";
|
|
2
|
+
import type { UAFile } from "node-opcua-nodeset-ua/dist/ua_file.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
5
|
import type { DTProductId } from "./dt_product_id.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
5
|
import type { DTProduct } from "./dt_product.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
5
|
import type { DTProductId } from "./dt_product_id.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer.js";
|
|
3
3
|
|
|
4
4
|
// ----- this file has been automatically generated - do not edit
|
|
5
5
|
|
package/source/ua_result.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UABaseDataVariable, UABaseDataVariable_Base } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
3
3
|
import type { DataType } from "node-opcua-variant";
|
|
4
4
|
|
|
5
5
|
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { Int32 } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
2
|
+
import type { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer.js";
|
|
3
3
|
|
|
4
4
|
// ----- this file has been automatically generated - do not edit
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAMethod, UAObject } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
3
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event";
|
|
1
|
+
import type { UATransitionEvent, UATransitionEvent_Base } from "node-opcua-nodeset-ua/dist/ua_transition_event.js";
|
|
2
2
|
|
|
3
3
|
// ----- this file has been automatically generated - do not edit
|
|
4
4
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
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";
|
|
2
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
|
|
3
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
4
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
5
5
|
|
|
6
6
|
import type { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine.js";
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
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";
|
|
3
|
+
import type { UAAcknowledgeableCondition, UAAcknowledgeableCondition_Base } from "node-opcua-nodeset-ua/dist/ua_acknowledgeable_condition.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
import type { DTConfigurationId } from "./dt_configuration_id.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { UAProperty } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UAString } from "node-opcua-basic-types";
|
|
3
|
-
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event";
|
|
3
|
+
import type { UABaseEvent, UABaseEvent_Base } from "node-opcua-nodeset-ua/dist/ua_base_event.js";
|
|
4
4
|
import type { DataType } from "node-opcua-variant";
|
|
5
5
|
|
|
6
6
|
// ----- this file has been automatically generated - do not edit
|
|
@@ -1,7 +1,7 @@
|
|
|
1
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";
|
|
2
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
|
|
3
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
4
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
5
5
|
|
|
6
6
|
import type { UAVisionAutomaticModeStateMachine } from "./ua_vision_automatic_mode_state_machine.js";
|
|
7
7
|
import type { UAVisionStepModelStateMachine } from "./ua_vision_step_model_state_machine.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
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 { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state";
|
|
4
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
5
|
-
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
2
|
+
import type { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine.js";
|
|
3
|
+
import type { UAInitialState } from "node-opcua-nodeset-ua/dist/ua_initial_state.js";
|
|
4
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
5
|
+
import type { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition.js";
|
|
6
6
|
|
|
7
7
|
// ----- this file has been automatically generated - do not edit
|
|
8
8
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import type { UAMethod, UAObject } from "node-opcua-address-space-base";
|
|
2
2
|
import type { UInt16 } from "node-opcua-basic-types";
|
|
3
3
|
import type { LocalizedText } from "node-opcua-data-model";
|
|
4
|
-
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
|
-
import type { UAFiniteStateVariable } from "node-opcua-nodeset-ua/dist/ua_finite_state_variable";
|
|
6
|
-
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
4
|
+
import type { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable.js";
|
|
5
|
+
import type { UAFiniteStateVariable } from "node-opcua-nodeset-ua/dist/ua_finite_state_variable.js";
|
|
6
|
+
import type { UAState } from "node-opcua-nodeset-ua/dist/ua_state.js";
|
|
7
7
|
import type { DataType } from "node-opcua-variant";
|
|
8
8
|
|
|
9
9
|
import type { DTSystemStateDescription } from "./dt_system_state_description.js";
|