node-opcua-nodeset-pack-ml 2.151.0 → 2.153.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_pack_ml_alarm.d.ts +1 -1
- package/dist/dt_pack_ml_count.d.ts +1 -1
- package/dist/dt_pack_ml_descriptor.d.ts +1 -1
- package/dist/dt_pack_ml_ingredients.d.ts +1 -1
- package/dist/dt_pack_ml_product.d.ts +1 -1
- package/dist/dt_pack_ml_remote_interface.d.ts +1 -1
- package/dist/ua_pack_ml_admin_object.d.ts +1 -1
- package/dist/ua_pack_ml_base_state_machine.d.ts +4 -4
- package/dist/ua_pack_ml_execute_state_machine.d.ts +4 -4
- package/dist/ua_pack_ml_machine_state_machine.d.ts +4 -4
- package/dist/ua_pack_ml_status_object.d.ts +2 -2
- package/package.json +10 -10
- package/source/dt_pack_ml_alarm.ts +1 -1
- package/source/dt_pack_ml_count.ts +1 -1
- package/source/dt_pack_ml_descriptor.ts +1 -1
- package/source/dt_pack_ml_ingredients.ts +1 -1
- package/source/dt_pack_ml_product.ts +1 -1
- package/source/dt_pack_ml_remote_interface.ts +1 -1
- package/source/ua_pack_ml_admin_object.ts +1 -1
- package/source/ua_pack_ml_base_object.ts +2 -10
- package/source/ua_pack_ml_base_state_machine.ts +5 -8
- package/source/ua_pack_ml_execute_state_machine.ts +4 -4
- package/source/ua_pack_ml_machine_state_machine.ts +4 -4
- package/source/ua_pack_ml_status_object.ts +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Int32, UAString } from "node-opcua-basic-types";
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
/**
|
|
5
5
|
* | | |
|
|
6
6
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EUInformation } from "node-opcua-data-access";
|
|
2
2
|
import { Int32, UAString } from "node-opcua-basic-types";
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EUInformation } from "node-opcua-data-access";
|
|
2
2
|
import { Int32, UAString } from "node-opcua-basic-types";
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
|
|
5
5
|
import { DTPackMLIngredients } from "./dt_pack_ml_ingredients";
|
|
6
6
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Int32 } from "node-opcua-basic-types";
|
|
2
2
|
import { ExtensionObject } from "node-opcua-extension-object";
|
|
3
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
3
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure";
|
|
4
4
|
import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UAObject } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { Int32 } from "node-opcua-basic-types";
|
|
4
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
5
5
|
import { DTPackMLAlarm } from "./dt_pack_ml_alarm";
|
|
6
6
|
import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
|
|
7
7
|
import { DTPackMLCount } from "./dt_pack_ml_count";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { NodeId } from "node-opcua-nodeid";
|
|
4
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/
|
|
5
|
-
import { UAState } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UATransition } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
5
|
+
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
6
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
7
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
8
8
|
import { UAPackMLMachineStateMachine } from "./ua_pack_ml_machine_state_machine";
|
|
9
9
|
/**
|
|
10
10
|
* | | |
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { NodeId } from "node-opcua-nodeid";
|
|
4
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/
|
|
5
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UAState } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UATransition } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
5
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
|
+
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
7
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
8
8
|
/**
|
|
9
9
|
* | | |
|
|
10
10
|
* |----------------|------------------------------------------------------------|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { UAMethod } from "node-opcua-address-space-base";
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { NodeId } from "node-opcua-nodeid";
|
|
4
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/
|
|
5
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UAState } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UATransition } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine";
|
|
5
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
6
|
+
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state";
|
|
7
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition";
|
|
8
8
|
import { UAPackMLExecuteStateMachine } from "./ua_pack_ml_execute_state_machine";
|
|
9
9
|
/**
|
|
10
10
|
* | | |
|
|
@@ -2,8 +2,8 @@ import { UAObject, UAProperty } from "node-opcua-address-space-base";
|
|
|
2
2
|
import { DataType } from "node-opcua-variant";
|
|
3
3
|
import { NodeId } from "node-opcua-nodeid";
|
|
4
4
|
import { Int32 } from "node-opcua-basic-types";
|
|
5
|
-
import { UAAnalogItem } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item";
|
|
6
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable";
|
|
7
7
|
import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor";
|
|
8
8
|
import { DTPackMLProduct } from "./dt_pack_ml_product";
|
|
9
9
|
import { DTPackMLRemoteInterface } from "./dt_pack_ml_remote_interface";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-opcua-nodeset-pack-ml",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.153.0",
|
|
4
4
|
"description": "pure nodejs OPCUA SDK - module node-opcua-nodeset-pack-ml",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"author": "Etienne Rossignon <etienne.rossignon@sterfive.com>",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"node-opcua-address-space-base": "2.
|
|
15
|
-
"node-opcua-basic-types": "2.
|
|
16
|
-
"node-opcua-data-access": "2.
|
|
17
|
-
"node-opcua-data-model": "2.
|
|
18
|
-
"node-opcua-extension-object": "2.
|
|
19
|
-
"node-opcua-nodeid": "2.
|
|
20
|
-
"node-opcua-nodeset-ua": "2.
|
|
21
|
-
"node-opcua-variant": "2.
|
|
14
|
+
"node-opcua-address-space-base": "2.153.0",
|
|
15
|
+
"node-opcua-basic-types": "2.153.0",
|
|
16
|
+
"node-opcua-data-access": "2.153.0",
|
|
17
|
+
"node-opcua-data-model": "2.153.0",
|
|
18
|
+
"node-opcua-extension-object": "2.153.0",
|
|
19
|
+
"node-opcua-nodeid": "2.153.0",
|
|
20
|
+
"node-opcua-nodeset-ua": "2.153.0",
|
|
21
|
+
"node-opcua-variant": "2.153.0"
|
|
22
22
|
},
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"internet of things"
|
|
38
38
|
],
|
|
39
39
|
"homepage": "http://node-opcua.github.io/",
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "2193ed025bc9aaded76338c1c76cbc0524b3a37f"
|
|
41
41
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { Int32, UAString } from "node-opcua-basic-types"
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
5
5
|
/**
|
|
6
6
|
* | | |
|
|
7
7
|
* |-----------|------------------------------------------------------------|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { EUInformation } from "node-opcua-data-access"
|
|
3
3
|
import { Int32, UAString } from "node-opcua-basic-types"
|
|
4
4
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
5
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { EUInformation } from "node-opcua-data-access"
|
|
3
3
|
import { Int32, UAString } from "node-opcua-basic-types"
|
|
4
4
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
5
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
8
8
|
* |-----------|------------------------------------------------------------|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { Int32 } from "node-opcua-basic-types"
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
5
5
|
import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { Int32 } from "node-opcua-basic-types"
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
5
5
|
import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
|
|
6
6
|
import { DTPackMLIngredients } from "./dt_pack_ml_ingredients"
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { Int32 } from "node-opcua-basic-types"
|
|
3
3
|
import { ExtensionObject } from "node-opcua-extension-object"
|
|
4
|
-
import { DTStructure } from "node-opcua-nodeset-ua/
|
|
4
|
+
import { DTStructure } from "node-opcua-nodeset-ua/dist/dt_structure"
|
|
5
5
|
import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
|
|
6
6
|
/**
|
|
7
7
|
* | | |
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { UAObject } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { Int32 } from "node-opcua-basic-types"
|
|
5
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
6
6
|
import { DTPackMLAlarm } from "./dt_pack_ml_alarm"
|
|
7
7
|
import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
|
|
8
8
|
import { DTPackMLCount } from "./dt_pack_ml_count"
|
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType
|
|
4
|
-
import {
|
|
5
|
-
import { EUInformation } from "node-opcua-data-access"
|
|
6
|
-
import { NodeId } from "node-opcua-nodeid"
|
|
7
|
-
import { Int32, UAString } from "node-opcua-basic-types"
|
|
8
|
-
import { DTArgument } from "node-opcua-nodeset-ua/source/dt_argument"
|
|
9
|
-
import { DTRange } from "node-opcua-nodeset-ua/source/dt_range"
|
|
10
|
-
import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
|
|
11
|
-
import { DTPackMLProduct } from "./dt_pack_ml_product"
|
|
12
|
-
import { DTPackMLRemoteInterface } from "./dt_pack_ml_remote_interface"
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
4
|
+
import { UAString } from "node-opcua-basic-types"
|
|
13
5
|
import { UAPackMLAdminObject } from "./ua_pack_ml_admin_object"
|
|
14
6
|
import { UAPackMLBaseStateMachine } from "./ua_pack_ml_base_state_machine"
|
|
15
7
|
import { UAPackMLStatusObject } from "./ua_pack_ml_status_object"
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
// ----- this file has been automatically generated - do not edit
|
|
2
2
|
import { UAMethod } from "node-opcua-address-space-base"
|
|
3
|
-
import { DataType
|
|
4
|
-
import { LocalizedText, QualifiedName } from "node-opcua-data-model"
|
|
3
|
+
import { DataType } from "node-opcua-variant"
|
|
5
4
|
import { NodeId } from "node-opcua-nodeid"
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { UATransition } from "node-opcua-nodeset-ua/source/ua_transition"
|
|
11
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/source/ua_base_data_variable"
|
|
5
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
|
|
6
|
+
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
|
|
7
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
|
|
8
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
12
9
|
import { UAPackMLMachineStateMachine } from "./ua_pack_ml_machine_state_machine"
|
|
13
10
|
/**
|
|
14
11
|
* | | |
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import { UAMethod } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { NodeId } from "node-opcua-nodeid"
|
|
5
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UAState } from "node-opcua-nodeset-ua/
|
|
8
|
-
import { UATransition } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
|
|
6
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
7
|
+
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
|
|
8
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
|
|
9
9
|
/**
|
|
10
10
|
* | | |
|
|
11
11
|
* |----------------|------------------------------------------------------------|
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import { UAMethod } from "node-opcua-address-space-base"
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { NodeId } from "node-opcua-nodeid"
|
|
5
|
-
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/
|
|
6
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UAState } from "node-opcua-nodeset-ua/
|
|
8
|
-
import { UATransition } from "node-opcua-nodeset-ua/
|
|
5
|
+
import { UAFiniteStateMachine, UAFiniteStateMachine_Base } from "node-opcua-nodeset-ua/dist/ua_finite_state_machine"
|
|
6
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
7
|
+
import { UAState } from "node-opcua-nodeset-ua/dist/ua_state"
|
|
8
|
+
import { UATransition } from "node-opcua-nodeset-ua/dist/ua_transition"
|
|
9
9
|
import { UAPackMLExecuteStateMachine } from "./ua_pack_ml_execute_state_machine"
|
|
10
10
|
/**
|
|
11
11
|
* | | |
|
|
@@ -3,8 +3,8 @@ import { UAObject, UAProperty } from "node-opcua-address-space-base"
|
|
|
3
3
|
import { DataType } from "node-opcua-variant"
|
|
4
4
|
import { NodeId } from "node-opcua-nodeid"
|
|
5
5
|
import { Int32 } from "node-opcua-basic-types"
|
|
6
|
-
import { UAAnalogItem } from "node-opcua-nodeset-ua/
|
|
7
|
-
import { UABaseDataVariable } from "node-opcua-nodeset-ua/
|
|
6
|
+
import { UAAnalogItem } from "node-opcua-nodeset-ua/dist/ua_analog_item"
|
|
7
|
+
import { UABaseDataVariable } from "node-opcua-nodeset-ua/dist/ua_base_data_variable"
|
|
8
8
|
import { DTPackMLDescriptor } from "./dt_pack_ml_descriptor"
|
|
9
9
|
import { DTPackMLProduct } from "./dt_pack_ml_product"
|
|
10
10
|
import { DTPackMLRemoteInterface } from "./dt_pack_ml_remote_interface"
|