xiot-core-spec-ts
Version:
XIOT Specification Codec
332 lines (331 loc) • 29.2 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./xiot/core/spec/typedef/app/Application"), exports);
__exportStar(require("./xiot/core/spec/typedef/app/authorization/Authorization"), exports);
__exportStar(require("./xiot/core/spec/typedef/app/authorization/AuthorizationType"), exports);
__exportStar(require("./xiot/core/spec/typedef/app/authorization/impl/AuthorizationEventbusImpl"), exports);
__exportStar(require("./xiot/core/spec/typedef/app/authorization/impl/AuthorizationHttpImpl"), exports);
__exportStar(require("./xiot/core/spec/typedef/app/authorization/impl/AuthorizationJwtImpl"), exports);
__exportStar(require("./xiot/core/spec/typedef/app/event/EventReceiver"), exports);
__exportStar(require("./xiot/core/spec/typedef/app/event/EventReceiverType"), exports);
__exportStar(require("./xiot/core/spec/typedef/app/event/impl/EventReceiverEventbusImpl"), exports);
__exportStar(require("./xiot/core/spec/typedef/app/event/impl/EventReceiverHttpImpl"), exports);
__exportStar(require("./xiot/core/spec/typedef/app/event/impl/EventReceiverKafkaImpl"), exports);
__exportStar(require("./xiot/core/spec/typedef/constant/Spec"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/ActionDefinition"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/ArgumentDefinition"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/DeviceDefinition"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/EventDefinition"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/PropertyDefinition"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/ServiceDefinition"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/UnitDefinition"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/FormatDefinition"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/NamespaceDefinition"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/urn/ActionType"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/urn/DeviceType"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/urn/GroupType"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/urn/EventType"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/urn/Extendable"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/urn/PropertyType"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/urn/ServiceType"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/urn/FormatType"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/urn/UnitType"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/urn/Urn"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/urn/UrnStyle"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/urn/UrnType"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/Access"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/ConstraintValue"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/ValueDefinition"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/ValueList"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/ValueRange"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/data/DataFormat"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/data/DataValue"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/data/DataValueFactory"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/data/value/Vbool"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/data/value/Vfloat"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/data/value/Vint8"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/data/value/Vint16"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/data/value/Vint32"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/data/value/Vint64"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/data/value/Vstring"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/data/value/Vuint8"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/data/value/Vuint16"), exports);
__exportStar(require("./xiot/core/spec/typedef/definition/property/data/value/Vuint32"), exports);
__exportStar(require("./xiot/core/spec/typedef/device/Device"), exports);
__exportStar(require("./xiot/core/spec/typedef/error/IotError"), exports);
__exportStar(require("./xiot/core/spec/typedef/image/ActionImage"), exports);
__exportStar(require("./xiot/core/spec/typedef/image/ArgumentImage"), exports);
__exportStar(require("./xiot/core/spec/typedef/image/DeviceImage"), exports);
__exportStar(require("./xiot/core/spec/typedef/image/EventImage"), exports);
__exportStar(require("./xiot/core/spec/typedef/image/PropertyImage"), exports);
__exportStar(require("./xiot/core/spec/typedef/image/ServiceImage"), exports);
__exportStar(require("./xiot/core/spec/typedef/instance/Action"), exports);
__exportStar(require("./xiot/core/spec/typedef/instance/Argument"), exports);
__exportStar(require("./xiot/core/spec/typedef/instance/DeviceInstance"), exports);
__exportStar(require("./xiot/core/spec/typedef/instance/Event"), exports);
__exportStar(require("./xiot/core/spec/typedef/instance/Property"), exports);
__exportStar(require("./xiot/core/spec/typedef/instance/PropertyValue"), exports);
__exportStar(require("./xiot/core/spec/typedef/instance/Service"), exports);
__exportStar(require("./xiot/core/spec/typedef/jwt/Jwt"), exports);
__exportStar(require("./xiot/core/spec/typedef/jwt/JwtType"), exports);
__exportStar(require("./xiot/core/spec/typedef/jwt/impl/JwtEsImpl"), exports);
__exportStar(require("./xiot/core/spec/typedef/jwt/impl/JwtRsaImpl"), exports);
__exportStar(require("./xiot/core/spec/typedef/jwt/impl/JwtSecretsImpl"), exports);
__exportStar(require("./xiot/core/spec/typedef/key/AccessKey"), exports);
__exportStar(require("./xiot/core/spec/typedef/key/DeviceKey"), exports);
__exportStar(require("./xiot/core/spec/typedef/key/DeviceCert"), exports);
__exportStar(require("./xiot/core/spec/typedef/lifecycle/Lifecycle"), exports);
__exportStar(require("./xiot/core/spec/typedef/lifecycle/ObjectWithLifecycle"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/device/impl/DeviceAccessKeyChanged"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/device/impl/DeviceChildrenAdded"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/device/impl/DeviceChildrenRemoved"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/device/impl/DeviceSummaryChanged"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/device/impl/DeviceEventOccurred"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/device/impl/DevicePropertiesChanged"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/device/impl/DevicePropertyChanged"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/device/impl/DeviceRootActive"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/device/impl/DeviceRootInactive"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/OwnerDeviceAdded"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/OwnerDeviceRemoved"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/OwnerDeviceSummaryChanged"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/OwnerDeviceSomewhereChanged"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/OwnerEventOccurred"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/OwnerPropertiesChanged"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/OwnerRuleAdded"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/OwnerRuleChanged"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/OwnerRuleExecuted"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/OwnerRuleRemoved"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/OwnerRuleTriggered"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/OwnershipDisclaimed"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/OwnershipTaken"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/home/OwnerHomeAdded"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/home/OwnerHomeChanged"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/home/OwnerHomeRemoved"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/space/OwnerSpaceAdded"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/space/OwnerSpaceChanged"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/impl/space/OwnerSpaceRemoved"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/device/DeviceNotice"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/device/DeviceNoticeType"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/OwnerNotice"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/owner/OwnerNoticeType"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/Notice"), exports);
__exportStar(require("./xiot/core/spec/typedef/notice/NoticeCodec"), exports);
__exportStar(require("./xiot/core/spec/typedef/oauth2/Oauth2Configuration"), exports);
__exportStar(require("./xiot/core/spec/typedef/operation/value/AnyValue"), exports);
__exportStar(require("./xiot/core/spec/typedef/operation/value/AutoscalingValue"), exports);
__exportStar(require("./xiot/core/spec/typedef/operation/value/ReverseValue"), exports);
__exportStar(require("./xiot/core/spec/typedef/operation/AbstractOperation"), exports);
__exportStar(require("./xiot/core/spec/typedef/operation/ActionOperation"), exports);
__exportStar(require("./xiot/core/spec/typedef/operation/ArgumentOperation"), exports);
__exportStar(require("./xiot/core/spec/typedef/operation/EventOperation"), exports);
__exportStar(require("./xiot/core/spec/typedef/operation/PropertyOperation"), exports);
__exportStar(require("./xiot/core/spec/typedef/operation/RemindOperation"), exports);
__exportStar(require("./xiot/core/spec/typedef/operation/RuleOperation"), exports);
__exportStar(require("./xiot/core/spec/typedef/operation/SleepOperation"), exports);
__exportStar(require("./xiot/core/spec/typedef/ownership/Ownership"), exports);
__exportStar(require("./xiot/core/spec/typedef/ownership/DeviceOwner"), exports);
__exportStar(require("./xiot/core/spec/typedef/product/Product"), exports);
__exportStar(require("./xiot/core/spec/typedef/product/ProductVersion"), exports);
__exportStar(require("./xiot/core/spec/typedef/product/resource/ProductResource"), exports);
__exportStar(require("./xiot/core/spec/typedef/product/resource/ProductResourceVersion"), exports);
__exportStar(require("./xiot/core/spec/typedef/product/resource/ResourceVersion"), exports);
__exportStar(require("./xiot/core/spec/typedef/rbac/Permission"), exports);
__exportStar(require("./xiot/core/spec/typedef/rbac/Role"), exports);
__exportStar(require("./xiot/core/spec/typedef/rbac/account/Account"), exports);
__exportStar(require("./xiot/core/spec/typedef/rbac/organization/Organization"), exports);
__exportStar(require("./xiot/core/spec/typedef/rbac/organization/Member"), exports);
__exportStar(require("./xiot/core/spec/typedef/registry/DeviceRegistry"), exports);
__exportStar(require("./xiot/core/spec/typedef/registry/accesspoint/AccessPoint"), exports);
__exportStar(require("./xiot/core/spec/typedef/registry/accesspoint/AccessPointType"), exports);
__exportStar(require("./xiot/core/spec/typedef/registry/accesspoint/impl/AccessPointEventbus"), exports);
__exportStar(require("./xiot/core/spec/typedef/registry/accesspoint/impl/AccessPointHttp"), exports);
__exportStar(require("./xiot/core/spec/typedef/registry/accesspoint/impl/AccessPointHttp"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/condition/operator/LogicalOperator"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/condition/operator/ComparisonOperator"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/condition/operator/logical/Logical"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/condition/operator/logical/Logic"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/condition/operator/compare/Compare"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/condition/operator/compare/Comparator"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/condition/AbstractCondition"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/condition/ComplexCondition"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/condition/EventCondition"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/condition/ExternalCondition"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/condition/ExternalType"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/condition/NowCondition"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/condition/PropertyCondition"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/condition/TimeCondition"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/cron/CronExp"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/listener/RuleExecutionListener"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/parser/condition/parser0/Parser0"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/parser/condition/parser1/Parser1"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/parser/condition/parser2/Parser2"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/parser/condition/parser2/ParserState2"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/parser/condition/parser2/Token2"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/parser/condition/ConditionParser"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/parser/operation/OperationParser"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/parser/operation/OperationState"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/parser/token/Token"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/parser/token/Tokenizer"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/parser/RuleContentParser"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/Rule"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/RuleContent"), exports);
__exportStar(require("./xiot/core/spec/typedef/rule/RuleType"), exports);
__exportStar(require("./xiot/core/spec/typedef/shadow/Shadow"), exports);
__exportStar(require("./xiot/core/spec/typedef/shadow/DeviceShadow"), exports);
__exportStar(require("./xiot/core/spec/typedef/space/Space"), exports);
__exportStar(require("./xiot/core/spec/typedef/status/AbstractStatus"), exports);
__exportStar(require("./xiot/core/spec/typedef/status/Status"), exports);
__exportStar(require("./xiot/core/spec/typedef/summary/Summary"), exports);
__exportStar(require("./xiot/core/spec/typedef/template/ActionTemplate"), exports);
__exportStar(require("./xiot/core/spec/typedef/template/DeviceTemplate"), exports);
__exportStar(require("./xiot/core/spec/typedef/template/EventTemplate"), exports);
__exportStar(require("./xiot/core/spec/typedef/template/PropertyTemplate"), exports);
__exportStar(require("./xiot/core/spec/typedef/template/ServiceTemplate"), exports);
__exportStar(require("./xiot/core/spec/typedef/utils/TemplateHelper"), exports);
__exportStar(require("./xiot/core/spec/typedef/utils/Stack"), exports);
__exportStar(require("./xiot/core/spec/typedef/version/Version"), exports);
__exportStar(require("./xiot/core/spec/typedef/somewhere/Somewhere"), exports);
__exportStar(require("./xiot/core/spec/typedef/somewhere/Where"), exports);
__exportStar(require("./xiot/core/spec/typedef/xid/ActionID"), exports);
__exportStar(require("./xiot/core/spec/typedef/xid/EventID"), exports);
__exportStar(require("./xiot/core/spec/typedef/xid/PropertyID"), exports);
__exportStar(require("./xiot/core/spec/codec/app/ApplicationCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/type/ActionTypeCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/type/EventTypeCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/type/GroupTypeCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/type/PropertyTypeCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/type/ServiceTypeCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/ActionDefinitionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/ArgumentDefinitionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/CategoryDefinitionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/DescriptionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/DeviceDefinitionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/EventDefinitionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/FormatDefinitionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/NamespaceDefinitionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/PropertyDefinitionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/ServiceDefinitionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/UnitDefinitionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/ValueListCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/definition/ValueRangeCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/device/DeviceCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/image/ActionImageCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/image/ArgumentImageCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/image/DeviceImageCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/image/EventImageCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/image/PropertyImageCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/image/ServiceImageCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/instance/ActionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/instance/ArgumentCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/instance/DeviceInstanceCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/instance/EventCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/instance/PropertyCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/instance/ServiceCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/jwt/JwtCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/key/AccessKeyCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/key/DeviceKeyCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/key/DeviceCertCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/lifecycle/app/ApplicationWithLifecycleCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/lifecycle/definition/ActionDefinitionWithLifecycleCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/lifecycle/definition/DeviceDefinitionWithLifecycleCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/lifecycle/definition/EventDefinitionWithLifecycleCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/lifecycle/definition/FormatDefinitionWithLifecycleCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/lifecycle/definition/PropertyDefinitionWithLifecycleCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/lifecycle/definition/ServiceDefinitionWithLifecycleCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/lifecycle/definition/UnitDefinitionWithLifecycleCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/lifecycle/instance/DeviceInstanceWithLifecycleCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/lifecycle/product/VersionWithLifecycleCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/lifecycle/template/DeviceTemplateWithLifecycleCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/lifecycle/type/DeviceTypeWithLifecycleCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/DeviceNoticeCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/device/DeviceAccessKeyChangedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/device/DeviceChildrenAddedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/device/DeviceChildrenRemovedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/device/DeviceEventOccurredCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/device/DeviceSummaryChangedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/device/DevicePropertiesChangedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/device/DeviceRootActiveCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/OwnerNoticeCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/OwnerDeviceAddedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/OwnerDeviceRemovedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/OwnerDeviceSummaryChangedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/OwnerDeviceSomewhereChangedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/OwnerEventOccurredCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/OwnerPropertiesChangedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/OwnerRuleAddedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/OwnerRuleChangedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/OwnerRuleExecutedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/OwnerRuleRemovedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/OwnerRuleTriggeredCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/OwnershipDisclaimedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/OwnershipTakenCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/home/OwnerHomeAddedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/home/OwnerHomeChangedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/home/OwnerHomeRemovedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/space/OwnerSpaceAddedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/space/OwnerSpaceChangedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/notice/owner/space/OwnerSpaceRemovedCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/oauth2/Oauth2ConfigurationCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/operation/ActionOperationCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/operation/ArgumentOperationCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/operation/EventOperationCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/operation/PropertyOperationCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/operation/CombinationValueCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/operation/RuleOperationCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/ownership/OwnershipCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/ownership/DeviceOwnerCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/product/ProductCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/product/ProductVersionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/product/resource/ProductResourceCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/product/resource/ProductResourceVersionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/product/resource/ResourceVersionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/rbac/PermissionCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/rbac/RoleCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/rbac/account/AccountCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/rbac/organization/OrganizationCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/rbac/organization/MemberCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/rule/RuleCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/shadow/ShadowCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/shadow/DeviceShadowCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/space/SpaceCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/summary/SummaryCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/somewhere/SomewhereCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/template/ActionTemplateCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/template/DeviceTemplateCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/template/ServiceTemplateCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/template/EventTemplateCodec"), exports);
__exportStar(require("./xiot/core/spec/codec/template/PropertyTemplateCodec"), exports);
__exportStar(require("./xiot/core/support/codegen/codec/controller/ActionControllerCodec"), exports);
__exportStar(require("./xiot/core/support/codegen/codec/controller/DeviceControllerCodec"), exports);
__exportStar(require("./xiot/core/support/codegen/codec/controller/EventControllerCodec"), exports);
__exportStar(require("./xiot/core/support/codegen/codec/controller/PropertyControllerCodec"), exports);
__exportStar(require("./xiot/core/support/codegen/codec/controller/ServiceControllerCodec"), exports);
__exportStar(require("./xiot/core/support/codegen/typedef/controller/operator/PropertySetterWrapper"), exports);
__exportStar(require("./xiot/core/support/codegen/typedef/controller/operator/ActionInvokerWrapper"), exports);
__exportStar(require("./xiot/core/support/codegen/typedef/controller/ActionController"), exports);
__exportStar(require("./xiot/core/support/codegen/typedef/controller/DeviceController"), exports);
__exportStar(require("./xiot/core/support/codegen/typedef/controller/EventController"), exports);
__exportStar(require("./xiot/core/support/codegen/typedef/controller/PropertyController"), exports);
__exportStar(require("./xiot/core/support/codegen/typedef/controller/ServiceController"), exports);
__exportStar(require("./xiot/core/support/codegen/typedef/controller/SummaryController"), exports);
__exportStar(require("./xiot/core/support/codegen/typedef/controller/SomewhereController"), exports);
__exportStar(require("./xiot/core/support/codegen/typedef/result/Result"), exports);
__exportStar(require("./xiot/core/support/codegen/typedef/rule/RuleController"), exports);
__exportStar(require("./xiot/core/support/codegen/typedef/rule/status/RuleStatus"), exports);
__exportStar(require("./xiot/core/support/codegen/typedef/rule/status/impl/RuleReady"), exports);
__exportStar(require("./xiot/core/support/codegen/typedef/rule/status/impl/RuleExecuted"), exports);
__exportStar(require("./xiot/core/support/codegen/typedef/rule/status/impl/RuleTriggered"), exports);