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.
- package/dist/dt_binary_id_base.d.ts +4 -4
- package/dist/dt_binary_id_base.js.map +1 -1
- package/dist/dt_configuration.d.ts +3 -3
- package/dist/dt_configuration.js.map +1 -1
- package/dist/dt_configuration_id.d.ts +4 -4
- package/dist/dt_configuration_id.js.map +1 -1
- package/dist/dt_configuration_transfer_options.d.ts +3 -3
- package/dist/dt_configuration_transfer_options.js.map +1 -1
- package/dist/dt_job_id.d.ts +3 -3
- package/dist/dt_job_id.js.map +1 -1
- package/dist/dt_meas_id.d.ts +4 -4
- package/dist/dt_meas_id.js.map +1 -1
- package/dist/dt_part_id.d.ts +4 -4
- package/dist/dt_part_id.js.map +1 -1
- package/dist/dt_processing_times.d.ts +2 -2
- package/dist/dt_processing_times.js.map +1 -1
- package/dist/dt_product.d.ts +3 -3
- package/dist/dt_product.js.map +1 -1
- package/dist/dt_product_id.d.ts +4 -4
- package/dist/dt_product_id.js.map +1 -1
- package/dist/dt_recipe_id_external.d.ts +4 -4
- package/dist/dt_recipe_id_external.js.map +1 -1
- package/dist/dt_recipe_id_internal.d.ts +4 -4
- package/dist/dt_recipe_id_internal.js.map +1 -1
- package/dist/dt_recipe_transfer_options.d.ts +3 -3
- package/dist/dt_recipe_transfer_options.js.map +1 -1
- package/dist/dt_result.d.ts +13 -13
- package/dist/dt_result.js.map +1 -1
- package/dist/dt_result_id.d.ts +3 -3
- package/dist/dt_result_id.js.map +1 -1
- package/dist/dt_result_transfer_options.d.ts +3 -3
- package/dist/dt_result_transfer_options.js.map +1 -1
- package/dist/dt_system_state_description.d.ts +4 -4
- package/dist/dt_system_state_description.js.map +1 -1
- package/dist/ua_acquisition_done_event.d.ts +4 -4
- package/dist/ua_configuration_folder.d.ts +1 -1
- package/dist/ua_configuration_management.d.ts +6 -6
- package/dist/ua_configuration_transfer.d.ts +2 -2
- package/dist/ua_enter_step_sequence_event.d.ts +4 -4
- 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 +4 -4
- package/dist/ua_leave_step_sequence_event.d.ts +1 -1
- package/dist/ua_next_step_event.d.ts +4 -4
- package/dist/ua_product_folder.d.ts +1 -1
- package/dist/ua_ready_event.d.ts +4 -4
- package/dist/ua_recipe.d.ts +6 -6
- package/dist/ua_recipe_folder.d.ts +1 -1
- package/dist/ua_recipe_management.d.ts +7 -7
- package/dist/ua_recipe_prepared_event.d.ts +6 -6
- package/dist/ua_recipe_transfer.d.ts +2 -2
- package/dist/ua_result.d.ts +13 -13
- package/dist/ua_result_folder.d.ts +1 -1
- package/dist/ua_result_management.d.ts +3 -3
- package/dist/ua_result_ready_event.d.ts +13 -13
- package/dist/ua_result_transfer.d.ts +2 -2
- package/dist/ua_safety_state_management.d.ts +4 -4
- package/dist/ua_state_changed_event.d.ts +1 -1
- package/dist/ua_vision_automatic_mode_state_machine.d.ts +5 -5
- package/dist/ua_vision_condition.d.ts +12 -12
- package/dist/ua_vision_diagnostic_info_event.d.ts +1 -1
- package/dist/ua_vision_error_condition.d.ts +1 -1
- package/dist/ua_vision_event.d.ts +12 -12
- package/dist/ua_vision_information_event.d.ts +1 -1
- package/dist/ua_vision_persistent_error_condition.d.ts +1 -1
- package/dist/ua_vision_safety_event.d.ts +4 -4
- package/dist/ua_vision_state_machine.d.ts +6 -6
- package/dist/ua_vision_step_model_state_machine.d.ts +5 -5
- package/dist/ua_vision_system.d.ts +15 -15
- package/dist/ua_vision_warning_condition.d.ts +1 -1
- package/package.json +10 -10
- package/source/dt_binary_id_base.ts +6 -4
- package/source/dt_configuration.ts +6 -3
- package/source/dt_configuration_id.ts +7 -4
- package/source/dt_configuration_transfer_options.ts +6 -3
- package/source/dt_job_id.ts +5 -3
- package/source/dt_meas_id.ts +6 -4
- package/source/dt_part_id.ts +6 -4
- package/source/dt_processing_times.ts +4 -2
- package/source/dt_product.ts +6 -3
- package/source/dt_product_id.ts +6 -4
- package/source/dt_recipe_id_external.ts +7 -4
- package/source/dt_recipe_id_internal.ts +7 -4
- package/source/dt_recipe_transfer_options.ts +6 -3
- package/source/dt_result.ts +16 -13
- package/source/dt_result_id.ts +5 -3
- package/source/dt_result_transfer_options.ts +6 -3
- package/source/dt_system_state_description.ts +7 -4
- package/source/index.ts +1 -1
- package/source/ua_acquisition_done_event.ts +8 -6
- package/source/ua_configuration_folder.ts +3 -3
- package/source/ua_configuration_management.ts +10 -8
- package/source/ua_configuration_transfer.ts +5 -4
- package/source/ua_enter_step_sequence_event.ts +7 -6
- package/source/ua_error_event.ts +3 -3
- package/source/ua_error_resolved_event.ts +3 -3
- package/source/ua_job_started_event.ts +8 -6
- package/source/ua_leave_step_sequence_event.ts +3 -3
- package/source/ua_next_step_event.ts +7 -6
- package/source/ua_product_folder.ts +3 -3
- package/source/ua_ready_event.ts +8 -6
- package/source/ua_recipe.ts +10 -8
- package/source/ua_recipe_folder.ts +3 -3
- package/source/ua_recipe_management.ts +11 -9
- package/source/ua_recipe_prepared_event.ts +10 -8
- package/source/ua_recipe_transfer.ts +5 -4
- package/source/ua_result.ts +17 -15
- package/source/ua_result_folder.ts +3 -3
- package/source/ua_result_management.ts +7 -5
- package/source/ua_result_ready_event.ts +17 -15
- package/source/ua_result_transfer.ts +5 -4
- package/source/ua_safety_state_management.ts +7 -6
- package/source/ua_state_changed_event.ts +3 -3
- package/source/ua_vision_automatic_mode_state_machine.ts +9 -7
- package/source/ua_vision_condition.ts +16 -14
- package/source/ua_vision_diagnostic_info_event.ts +3 -3
- package/source/ua_vision_error_condition.ts +3 -3
- package/source/ua_vision_event.ts +16 -14
- package/source/ua_vision_information_event.ts +3 -3
- package/source/ua_vision_persistent_error_condition.ts +3 -3
- package/source/ua_vision_safety_event.ts +7 -6
- package/source/ua_vision_state_machine.ts +10 -8
- package/source/ua_vision_step_model_state_machine.ts +8 -7
- package/source/ua_vision_system.ts +19 -17
- package/source/ua_vision_warning_condition.ts +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_binary_id_base.js","sourceRoot":"","sources":["../source/dt_binary_id_base.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_binary_id_base.js","sourceRoot":"","sources":["../source/dt_binary_id_base.ts"],"names":[],"mappings":";;AA4B2E,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
-
import { DTConfigurationId } from "./dt_configuration_id";
|
|
1
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTConfigurationId } from "./dt_configuration_id";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_configuration.js","sourceRoot":"","sources":["../source/dt_configuration.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_configuration.js","sourceRoot":"","sources":["../source/dt_configuration.ts"],"names":[],"mappings":";;AAyB6E,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import { DTBinaryIdBase } from "./dt_binary_id_base";
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
+
import type { DTBinaryIdBase } from "./dt_binary_id_base";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_configuration_id.js","sourceRoot":"","sources":["../source/dt_configuration_id.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_configuration_id.js","sourceRoot":"","sources":["../source/dt_configuration_id.ts"],"names":[],"mappings":";;AA6BiF,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
-
import { DTConfigurationId } from "./dt_configuration_id";
|
|
1
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTConfigurationId } from "./dt_configuration_id";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_configuration_transfer_options.js","sourceRoot":"","sources":["../source/dt_configuration_transfer_options.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_configuration_transfer_options.js","sourceRoot":"","sources":["../source/dt_configuration_transfer_options.ts"],"names":[],"mappings":";;AAmB2G,CAAC"}
|
package/dist/dt_job_id.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_job_id.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_job_id.js","sourceRoot":"","sources":["../source/dt_job_id.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_job_id.js","sourceRoot":"","sources":["../source/dt_job_id.ts"],"names":[],"mappings":";;AAkB6D,CAAC"}
|
package/dist/dt_meas_id.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_meas_id.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_meas_id.js","sourceRoot":"","sources":["../source/dt_meas_id.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_meas_id.js","sourceRoot":"","sources":["../source/dt_meas_id.ts"],"names":[],"mappings":";;AAqB+D,CAAC"}
|
package/dist/dt_part_id.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_part_id.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_part_id.js","sourceRoot":"","sources":["../source/dt_part_id.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_part_id.js","sourceRoot":"","sources":["../source/dt_part_id.ts"],"names":[],"mappings":";;AAqB+D,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_processing_times.js","sourceRoot":"","sources":["../source/dt_processing_times.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_processing_times.js","sourceRoot":"","sources":["../source/dt_processing_times.ts"],"names":[],"mappings":";;AAuBiF,CAAC"}
|
package/dist/dt_product.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
-
import { DTProductId } from "./dt_product_id";
|
|
1
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTProductId } from "./dt_product_id";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_product.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_product.js","sourceRoot":"","sources":["../source/dt_product.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_product.js","sourceRoot":"","sources":["../source/dt_product.ts"],"names":[],"mappings":";;AAmBiE,CAAC"}
|
package/dist/dt_product_id.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_product_id.js","sourceRoot":"","sources":["../source/dt_product_id.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_product_id.js","sourceRoot":"","sources":["../source/dt_product_id.ts"],"names":[],"mappings":";;AAqBqE,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import { DTBinaryIdBase } from "./dt_binary_id_base";
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
+
import type { DTBinaryIdBase } from "./dt_binary_id_base";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_recipe_id_external.js","sourceRoot":"","sources":["../source/dt_recipe_id_external.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_recipe_id_external.js","sourceRoot":"","sources":["../source/dt_recipe_id_external.ts"],"names":[],"mappings":";;AA6BmF,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import { DTBinaryIdBase } from "./dt_binary_id_base";
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { LocalizedText } from "node-opcua-data-model";
|
|
3
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
+
import type { DTBinaryIdBase } from "./dt_binary_id_base";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_recipe_id_internal.js","sourceRoot":"","sources":["../source/dt_recipe_id_internal.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_recipe_id_internal.js","sourceRoot":"","sources":["../source/dt_recipe_id_internal.ts"],"names":[],"mappings":";;AA6BmF,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
-
import { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
1
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_recipe_transfer_options.js","sourceRoot":"","sources":["../source/dt_recipe_transfer_options.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_recipe_transfer_options.js","sourceRoot":"","sources":["../source/dt_recipe_transfer_options.ts"],"names":[],"mappings":";;AAmB6F,CAAC"}
|
package/dist/dt_result.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { DTProductId } from "./dt_product_id";
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
1
|
+
import type { Int32 } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
+
import type { Variant } from "node-opcua-variant";
|
|
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 { DTResultId } from "./dt_result_id";
|
|
14
14
|
/**
|
|
15
15
|
* | | |
|
|
16
16
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_result.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_result.js","sourceRoot":"","sources":["../source/dt_result.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_result.js","sourceRoot":"","sources":["../source/dt_result.ts"],"names":[],"mappings":";;AA2D+D,CAAC"}
|
package/dist/dt_result_id.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
package/dist/dt_result_id.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_result_id.js","sourceRoot":"","sources":["../source/dt_result_id.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_result_id.js","sourceRoot":"","sources":["../source/dt_result_id.ts"],"names":[],"mappings":";;AAkBmE,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
-
import { DTResultId } from "./dt_result_id";
|
|
1
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
2
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
3
|
+
import type { DTResultId } from "./dt_result_id";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_result_transfer_options.js","sourceRoot":"","sources":["../source/dt_result_transfer_options.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_result_transfer_options.js","sourceRoot":"","sources":["../source/dt_result_transfer_options.ts"],"names":[],"mappings":";;AAmB6F,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAString } from "node-opcua-basic-types";
|
|
2
|
-
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
-
import { EnumSystemState } from "./enum_system_state";
|
|
1
|
+
import type { UAString } from "node-opcua-basic-types";
|
|
2
|
+
import type { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
+
import type { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
|
+
import type { EnumSystemState } from "./enum_system_state";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dt_system_state_description.js","sourceRoot":"","sources":["../source/dt_system_state_description.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"dt_system_state_description.js","sourceRoot":"","sources":["../source/dt_system_state_description.ts"],"names":[],"mappings":";;AAsB+F,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { DTJobId } from "./dt_job_id";
|
|
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
|
+
import type { DTJobId } from "./dt_job_id";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { DTConfiguration } from "./dt_configuration";
|
|
5
|
-
import { UAConfigurationFolder } from "./ua_configuration_folder";
|
|
6
|
-
import { UAConfigurationTransfer } from "./ua_configuration_transfer";
|
|
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
|
+
import type { DTConfiguration } from "./dt_configuration";
|
|
5
|
+
import type { UAConfigurationFolder } from "./ua_configuration_folder";
|
|
6
|
+
import type { UAConfigurationTransfer } from "./ua_configuration_transfer";
|
|
7
7
|
/**
|
|
8
8
|
* | | |
|
|
9
9
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer";
|
|
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
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
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
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
package/dist/ua_error_event.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { 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";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { 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";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { DTJobId } from "./dt_job_id";
|
|
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
|
+
import type { DTJobId } from "./dt_job_id";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { 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";
|
|
2
2
|
/**
|
|
3
3
|
* | | |
|
|
4
4
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
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
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
package/dist/ua_ready_event.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { DTJobId } from "./dt_job_id";
|
|
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
|
+
import type { DTJobId } from "./dt_job_id";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |----------------|------------------------------------------------------------|
|
package/dist/ua_recipe.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
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
|
+
import type { DTProductId } from "./dt_product_id";
|
|
5
|
+
import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
|
|
6
|
+
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
7
7
|
/**
|
|
8
8
|
* | | |
|
|
9
9
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { DTProduct } from "./dt_product";
|
|
5
|
-
import { UAProductFolder } from "./ua_product_folder";
|
|
6
|
-
import { UARecipeFolder } from "./ua_recipe_folder";
|
|
7
|
-
import { UARecipeTransfer } from "./ua_recipe_transfer";
|
|
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
|
+
import type { DTProduct } from "./dt_product";
|
|
5
|
+
import type { UAProductFolder } from "./ua_product_folder";
|
|
6
|
+
import type { UARecipeFolder } from "./ua_recipe_folder";
|
|
7
|
+
import type { UARecipeTransfer } from "./ua_recipe_transfer";
|
|
8
8
|
export interface UARecipeManagement_products extends Omit<UAProductFolder, "$Product$"> {
|
|
9
9
|
"$Product$": UABaseDataVariable<DTProduct, DataType.ExtensionObject>;
|
|
10
10
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { UAProperty } from "node-opcua-address-space-base";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
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
|
+
import type { DTProductId } from "./dt_product_id";
|
|
5
|
+
import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
|
|
6
|
+
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
7
7
|
/**
|
|
8
8
|
* | | |
|
|
9
9
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
|
-
import { UATemporaryFileTransfer, UATemporaryFileTransfer_Base } from "node-opcua-nodeset-ua/dist/ua_temporary_file_transfer";
|
|
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
3
|
/**
|
|
4
4
|
* | | |
|
|
5
5
|
* |----------------|------------------------------------------------------------|
|
package/dist/ua_result.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import { DTResultId } from "./dt_result_id";
|
|
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
|
+
import type { DTConfigurationId } from "./dt_configuration_id";
|
|
5
|
+
import type { DTJobId } from "./dt_job_id";
|
|
6
|
+
import type { DTMeasId } from "./dt_meas_id";
|
|
7
|
+
import type { DTPartId } from "./dt_part_id";
|
|
8
|
+
import type { DTProcessingTimes } from "./dt_processing_times";
|
|
9
|
+
import type { DTProductId } from "./dt_product_id";
|
|
10
|
+
import type { DTRecipeIdExternal } from "./dt_recipe_id_external";
|
|
11
|
+
import type { DTRecipeIdInternal } from "./dt_recipe_id_internal";
|
|
12
|
+
import type { DTResult } from "./dt_result";
|
|
13
|
+
import type { DTResultId } from "./dt_result_id";
|
|
14
14
|
/**
|
|
15
15
|
* | | |
|
|
16
16
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { UAResultFolder } from "./ua_result_folder";
|
|
3
|
-
import { UAResultTransfer } from "./ua_result_transfer";
|
|
1
|
+
import type { UAMethod, UAObject } from "node-opcua-address-space-base";
|
|
2
|
+
import type { UAResultFolder } from "./ua_result_folder";
|
|
3
|
+
import type { UAResultTransfer } from "./ua_result_transfer";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |----------------|------------------------------------------------------------|
|