@openxiot/xiot-core-spec-ts 0.0.16 → 0.0.18
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/xiot/core/spec/codec/definition/ActionDefinitionCodec.js +1 -1
- package/dist/xiot/core/spec/codec/definition/DeviceDefinitionCodec.js +1 -1
- package/dist/xiot/core/spec/codec/definition/EventDefinitionCodec.js +1 -1
- package/dist/xiot/core/spec/codec/definition/FormatDefinitionCodec.js +1 -1
- package/dist/xiot/core/spec/codec/definition/PropertyDefinitionCodec.js +1 -1
- package/dist/xiot/core/spec/codec/definition/ServiceDefinitionCodec.js +1 -1
- package/dist/xiot/core/spec/codec/definition/UnitDefinitionCodec.js +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ const ActionType_1 = require("../../typedef/definition/urn/ActionType");
|
|
|
6
6
|
const DescriptionCodec_1 = require("./DescriptionCodec");
|
|
7
7
|
const Spec_1 = require("../../typedef/constant/Spec");
|
|
8
8
|
const ArgumentDefinitionCodec_1 = require("./ArgumentDefinitionCodec");
|
|
9
|
-
const Lifecycle_1 = require("
|
|
9
|
+
const Lifecycle_1 = require("../../typedef/lifecycle/Lifecycle");
|
|
10
10
|
class ActionDefinitionCodec {
|
|
11
11
|
static decodeArray(list) {
|
|
12
12
|
const array = [];
|
|
@@ -5,7 +5,7 @@ const Spec_1 = require("../../typedef/constant/Spec");
|
|
|
5
5
|
const DeviceDefinition_1 = require("../../typedef/definition/DeviceDefinition");
|
|
6
6
|
const DeviceType_1 = require("../../typedef/definition/urn/DeviceType");
|
|
7
7
|
const DescriptionCodec_1 = require("./DescriptionCodec");
|
|
8
|
-
const Lifecycle_1 = require("
|
|
8
|
+
const Lifecycle_1 = require("../../typedef/lifecycle/Lifecycle");
|
|
9
9
|
class DeviceDefinitionCodec {
|
|
10
10
|
static decodeArray(list) {
|
|
11
11
|
const array = [];
|
|
@@ -6,7 +6,7 @@ const EventType_1 = require("../../typedef/definition/urn/EventType");
|
|
|
6
6
|
const DescriptionCodec_1 = require("./DescriptionCodec");
|
|
7
7
|
const ArgumentDefinitionCodec_1 = require("./ArgumentDefinitionCodec");
|
|
8
8
|
const Spec_1 = require("../../typedef/constant/Spec");
|
|
9
|
-
const Lifecycle_1 = require("
|
|
9
|
+
const Lifecycle_1 = require("../../typedef/lifecycle/Lifecycle");
|
|
10
10
|
class EventDefinitionCodec {
|
|
11
11
|
static decodeArray(list) {
|
|
12
12
|
const array = [];
|
|
@@ -5,7 +5,7 @@ const FormatDefinition_1 = require("../../typedef/definition/FormatDefinition");
|
|
|
5
5
|
const FormatType_1 = require("../../typedef/definition/urn/FormatType");
|
|
6
6
|
const DescriptionCodec_1 = require("./DescriptionCodec");
|
|
7
7
|
const Spec_1 = require("../../typedef/constant/Spec");
|
|
8
|
-
const Lifecycle_1 = require("
|
|
8
|
+
const Lifecycle_1 = require("../../typedef/lifecycle/Lifecycle");
|
|
9
9
|
class FormatDefinitionCodec {
|
|
10
10
|
static decodeArray(list) {
|
|
11
11
|
const array = [];
|
|
@@ -12,7 +12,7 @@ const ValueRangeCodec_1 = require("./ValueRangeCodec");
|
|
|
12
12
|
const ValueList_1 = require("../../typedef/definition/property/ValueList");
|
|
13
13
|
const ValueRange_1 = require("../../typedef/definition/property/ValueRange");
|
|
14
14
|
const PropertyTypeCodec_1 = require("./type/PropertyTypeCodec");
|
|
15
|
-
const Lifecycle_1 = require("
|
|
15
|
+
const Lifecycle_1 = require("../../typedef/lifecycle/Lifecycle");
|
|
16
16
|
class PropertyDefinitionCodec {
|
|
17
17
|
static decodeMembers(array) {
|
|
18
18
|
const list = [];
|
|
@@ -8,7 +8,7 @@ const PropertyTypeCodec_1 = require("./type/PropertyTypeCodec");
|
|
|
8
8
|
const ActionTypeCodec_1 = require("./type/ActionTypeCodec");
|
|
9
9
|
const EventTypeCodec_1 = require("./type/EventTypeCodec");
|
|
10
10
|
const Spec_1 = require("../../typedef/constant/Spec");
|
|
11
|
-
const Lifecycle_1 = require("
|
|
11
|
+
const Lifecycle_1 = require("../../typedef/lifecycle/Lifecycle");
|
|
12
12
|
class ServiceDefinitionCodec {
|
|
13
13
|
static decodeArray(list) {
|
|
14
14
|
const array = [];
|
|
@@ -5,7 +5,7 @@ const Spec_1 = require("../../typedef/constant/Spec");
|
|
|
5
5
|
const UnitDefinition_1 = require("../../typedef/definition/UnitDefinition");
|
|
6
6
|
const UnitType_1 = require("../../typedef/definition/urn/UnitType");
|
|
7
7
|
const DescriptionCodec_1 = require("./DescriptionCodec");
|
|
8
|
-
const Lifecycle_1 = require("
|
|
8
|
+
const Lifecycle_1 = require("../../typedef/lifecycle/Lifecycle");
|
|
9
9
|
class UnitDefinitionCodec {
|
|
10
10
|
static decodeArray(list) {
|
|
11
11
|
const array = [];
|