Socket
Socket
Sign inDemoInstall

ozone-type

Package Overview
Dependencies
Maintainers
6
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozone-type - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1-alpha.0

9

dist/index.js

@@ -1,2 +0,7 @@

export * from './model/models';
export * from './utility/index';
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./model/models"));
__export(require("./utility/index"));

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Article = class Article extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Article = class Article extends Item_1.Item {
constructor(src) {

@@ -24,5 +26,5 @@ super(src);

Article = __decorate([
OzoneType('article'),
Item_1.OzoneType('article'),
__metadata("design:paramtypes", [Article])
], Article);
export { Article };
exports.Article = Article;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let ArticleCategory = class ArticleCategory extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let ArticleCategory = class ArticleCategory extends Item_1.Item {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

ArticleCategory = __decorate([
OzoneType('article.category'),
Item_1.OzoneType('article.category'),
__metadata("design:paramtypes", [ArticleCategory])
], ArticleCategory);
export { ArticleCategory };
exports.ArticleCategory = ArticleCategory;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Media } from './Media';
import { OzoneType } from './Item';
let Audio = class Audio extends Media {
Object.defineProperty(exports, "__esModule", { value: true });
const Media_1 = require("./Media");
const Item_1 = require("./Item");
let Audio = class Audio extends Media_1.Media {
constructor(src) {

@@ -21,5 +23,5 @@ super(src);

Audio = __decorate([
OzoneType('audio'),
Item_1.OzoneType('audio'),
__metadata("design:paramtypes", [Audio])
], Audio);
export { Audio };
exports.Audio = Audio;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Media } from './Media';
import { OzoneType } from './Item';
let Basket = class Basket extends Media {
Object.defineProperty(exports, "__esModule", { value: true });
const Media_1 = require("./Media");
const Item_1 = require("./Item");
let Basket = class Basket extends Media_1.Media {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

Basket = __decorate([
OzoneType('basket'),
Item_1.OzoneType('basket'),
__metadata("design:paramtypes", [Basket])
], Basket);
export { Basket };
exports.Basket = Basket;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Media } from './Media';
import { OzoneType } from './Item';
let Batch = class Batch extends Media {
Object.defineProperty(exports, "__esModule", { value: true });
const Media_1 = require("./Media");
const Item_1 = require("./Item");
let Batch = class Batch extends Media_1.Media {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

Batch = __decorate([
OzoneType('batch'),
Item_1.OzoneType('batch'),
__metadata("design:paramtypes", [Batch])
], Batch);
export { Batch };
exports.Batch = Batch;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,3 +13,4 @@ * Ozone

*/
export var Blob;
Object.defineProperty(exports, "__esModule", { value: true });
var Blob;
(function (Blob) {

@@ -21,2 +23,2 @@ let StatusEnum;

})(StatusEnum = Blob.StatusEnum || (Blob.StatusEnum = {}));
})(Blob || (Blob = {}));
})(Blob = exports.Blob || (exports.Blob = {}));

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Channel = class Channel extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Channel = class Channel extends Item_1.Item {
constructor(src) {

@@ -42,5 +44,5 @@ super(src);

Channel = __decorate([
OzoneType('channel'),
Item_1.OzoneType('channel'),
__metadata("design:paramtypes", [Channel])
], Channel);
export { Channel };
exports.Channel = Channel;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,8 +8,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let ChannelInput = class ChannelInput extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let ChannelInput = class ChannelInput extends Item_1.Item {
};
ChannelInput = __decorate([
OzoneType('channel.input')
Item_1.OzoneType('channel.input')
], ChannelInput);
export { ChannelInput };
exports.ChannelInput = ChannelInput;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { ChannelInput } from './ChannelInput';
import { OzoneType } from './Item';
let ChannelInputMulticast = class ChannelInputMulticast extends ChannelInput {
Object.defineProperty(exports, "__esModule", { value: true });
const ChannelInput_1 = require("./ChannelInput");
const Item_1 = require("./Item");
let ChannelInputMulticast = class ChannelInputMulticast extends ChannelInput_1.ChannelInput {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

ChannelInputMulticast = __decorate([
OzoneType('channel.input.multicast'),
Item_1.OzoneType('channel.input.multicast'),
__metadata("design:paramtypes", [ChannelInputMulticast])
], ChannelInputMulticast);
export { ChannelInputMulticast };
exports.ChannelInputMulticast = ChannelInputMulticast;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { ChannelInput } from './ChannelInput';
import { OzoneType } from './Item';
let ChannelInputRtmp = class ChannelInputRtmp extends ChannelInput {
Object.defineProperty(exports, "__esModule", { value: true });
const ChannelInput_1 = require("./ChannelInput");
const Item_1 = require("./Item");
let ChannelInputRtmp = class ChannelInputRtmp extends ChannelInput_1.ChannelInput {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

ChannelInputRtmp = __decorate([
OzoneType('channel.input.rtmp'),
Item_1.OzoneType('channel.input.rtmp'),
__metadata("design:paramtypes", [ChannelInputRtmp])
], ChannelInputRtmp);
export { ChannelInputRtmp };
exports.ChannelInputRtmp = ChannelInputRtmp;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { ChannelInput } from './ChannelInput';
import { OzoneType } from './Item';
let ChannelInputScreencast = class ChannelInputScreencast extends ChannelInput {
Object.defineProperty(exports, "__esModule", { value: true });
const ChannelInput_1 = require("./ChannelInput");
const Item_1 = require("./Item");
let ChannelInputScreencast = class ChannelInputScreencast extends ChannelInput_1.ChannelInput {
constructor(src) {

@@ -21,5 +23,5 @@ super(src);

ChannelInputScreencast = __decorate([
OzoneType('channel.input.screencast'),
Item_1.OzoneType('channel.input.screencast'),
__metadata("design:paramtypes", [ChannelInputScreencast])
], ChannelInputScreencast);
export { ChannelInputScreencast };
exports.ChannelInputScreencast = ChannelInputScreencast;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,8 +8,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let ChannelOutput = class ChannelOutput extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let ChannelOutput = class ChannelOutput extends Item_1.Item {
};
ChannelOutput = __decorate([
OzoneType('channel.output')
Item_1.OzoneType('channel.output')
], ChannelOutput);
export { ChannelOutput };
exports.ChannelOutput = ChannelOutput;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { ChannelOutput } from './ChannelOutput';
import { OzoneType } from './Item';
let ChannelOutputRecording = class ChannelOutputRecording extends ChannelOutput {
Object.defineProperty(exports, "__esModule", { value: true });
const ChannelOutput_1 = require("./ChannelOutput");
const Item_1 = require("./Item");
let ChannelOutputRecording = class ChannelOutputRecording extends ChannelOutput_1.ChannelOutput {
constructor(src) {

@@ -25,5 +27,5 @@ super(src);

ChannelOutputRecording = __decorate([
OzoneType('channel.output.recording'),
Item_1.OzoneType('channel.output.recording'),
__metadata("design:paramtypes", [ChannelOutputRecording])
], ChannelOutputRecording);
export { ChannelOutputRecording };
exports.ChannelOutputRecording = ChannelOutputRecording;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { ChannelOutput } from './ChannelOutput';
import { OzoneType } from './Item';
let ChannelOutputStreaming = class ChannelOutputStreaming extends ChannelOutput {
Object.defineProperty(exports, "__esModule", { value: true });
const ChannelOutput_1 = require("./ChannelOutput");
const Item_1 = require("./Item");
let ChannelOutputStreaming = class ChannelOutputStreaming extends ChannelOutput_1.ChannelOutput {
constructor(src) {

@@ -23,5 +25,5 @@ super(src);

ChannelOutputStreaming = __decorate([
OzoneType('channel.output.streaming'),
Item_1.OzoneType('channel.output.streaming'),
__metadata("design:paramtypes", [ChannelOutputStreaming])
], ChannelOutputStreaming);
export { ChannelOutputStreaming };
exports.ChannelOutputStreaming = ChannelOutputStreaming;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { File } from './File';
import { OzoneType } from './Item';
let ChannelSegment = class ChannelSegment extends File {
Object.defineProperty(exports, "__esModule", { value: true });
const File_1 = require("./File");
const Item_1 = require("./Item");
let ChannelSegment = class ChannelSegment extends File_1.File {
constructor(src) {

@@ -24,5 +26,5 @@ super(src);

ChannelSegment = __decorate([
OzoneType('channel.segment'),
Item_1.OzoneType('channel.segment'),
__metadata("design:paramtypes", [ChannelSegment])
], ChannelSegment);
export { ChannelSegment };
exports.ChannelSegment = ChannelSegment;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let ChannelTranscoding = class ChannelTranscoding extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let ChannelTranscoding = class ChannelTranscoding extends Item_1.Item {
constructor(src) {

@@ -27,5 +29,5 @@ super(src);

ChannelTranscoding = __decorate([
OzoneType('channel.transcoding'),
Item_1.OzoneType('channel.transcoding'),
__metadata("design:paramtypes", [ChannelTranscoding])
], ChannelTranscoding);
export { ChannelTranscoding };
exports.ChannelTranscoding = ChannelTranscoding;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,8 +8,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Collection = class Collection extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Collection = class Collection extends Item_1.Item {
};
Collection = __decorate([
OzoneType('collection')
Item_1.OzoneType('collection')
], Collection);
export { Collection };
exports.Collection = Collection;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,3 +13,4 @@ * Ozone

*/
export var Connector;
Object.defineProperty(exports, "__esModule", { value: true });
var Connector;
(function (Connector) {

@@ -21,2 +23,2 @@ let TypeEnum;

})(TypeEnum = Connector.TypeEnum || (Connector.TypeEnum = {}));
})(Connector || (Connector = {}));
})(Connector = exports.Connector || (exports.Connector = {}));

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Metric } from './Metric';
import { OzoneType } from './Item';
let Counter = class Counter extends Metric {
Object.defineProperty(exports, "__esModule", { value: true });
const Metric_1 = require("./Metric");
const Item_1 = require("./Item");
let Counter = class Counter extends Metric_1.Metric {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

Counter = __decorate([
OzoneType('counter'),
Item_1.OzoneType('counter'),
__metadata("design:paramtypes", [Counter])
], Counter);
export { Counter };
exports.Counter = Counter;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,8 +8,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let DeviceAction = class DeviceAction extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let DeviceAction = class DeviceAction extends Item_1.Item {
};
DeviceAction = __decorate([
OzoneType('device.action')
Item_1.OzoneType('device.action')
], DeviceAction);
export { DeviceAction };
exports.DeviceAction = DeviceAction;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceAction } from './DeviceAction';
import { OzoneType } from './Item';
let DeviceActionChangetenant = class DeviceActionChangetenant extends DeviceAction {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceAction_1 = require("./DeviceAction");
const Item_1 = require("./Item");
let DeviceActionChangetenant = class DeviceActionChangetenant extends DeviceAction_1.DeviceAction {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

DeviceActionChangetenant = __decorate([
OzoneType('device.action.changetenant'),
Item_1.OzoneType('device.action.changetenant'),
__metadata("design:paramtypes", [DeviceActionChangetenant])
], DeviceActionChangetenant);
export { DeviceActionChangetenant };
exports.DeviceActionChangetenant = DeviceActionChangetenant;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceEvent } from './DeviceEvent';
import { OzoneType } from './Item';
let DeviceActionEvent = class DeviceActionEvent extends DeviceEvent {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceEvent_1 = require("./DeviceEvent");
const Item_1 = require("./Item");
let DeviceActionEvent = class DeviceActionEvent extends DeviceEvent_1.DeviceEvent {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

DeviceActionEvent = __decorate([
OzoneType('device.action.event'),
Item_1.OzoneType('device.action.event'),
__metadata("design:paramtypes", [DeviceActionEvent])
], DeviceActionEvent);
export { DeviceActionEvent };
exports.DeviceActionEvent = DeviceActionEvent;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceAction } from './DeviceAction';
import { OzoneType } from './Item';
let DeviceActionTurnon = class DeviceActionTurnon extends DeviceAction {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceAction_1 = require("./DeviceAction");
const Item_1 = require("./Item");
let DeviceActionTurnon = class DeviceActionTurnon extends DeviceAction_1.DeviceAction {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

DeviceActionTurnon = __decorate([
OzoneType('device.action.turnon'),
Item_1.OzoneType('device.action.turnon'),
__metadata("design:paramtypes", [DeviceActionTurnon])
], DeviceActionTurnon);
export { DeviceActionTurnon };
exports.DeviceActionTurnon = DeviceActionTurnon;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Event } from './Event';
import { OzoneType } from './Item';
let DeviceEvent = class DeviceEvent extends Event {
Object.defineProperty(exports, "__esModule", { value: true });
const Event_1 = require("./Event");
const Item_1 = require("./Item");
let DeviceEvent = class DeviceEvent extends Event_1.Event {
constructor(src) {

@@ -21,5 +23,5 @@ super(src);

DeviceEvent = __decorate([
OzoneType('device.event'),
Item_1.OzoneType('device.event'),
__metadata("design:paramtypes", [DeviceEvent])
], DeviceEvent);
export { DeviceEvent };
exports.DeviceEvent = DeviceEvent;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let DeviceFirmware = class DeviceFirmware extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let DeviceFirmware = class DeviceFirmware extends Item_1.Item {
constructor(src) {

@@ -23,5 +25,5 @@ super(src);

DeviceFirmware = __decorate([
OzoneType('device.firmware'),
Item_1.OzoneType('device.firmware'),
__metadata("design:paramtypes", [DeviceFirmware])
], DeviceFirmware);
export { DeviceFirmware };
exports.DeviceFirmware = DeviceFirmware;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,9 +8,10 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceFirmware } from './DeviceFirmware';
import { OzoneType } from './Item';
let DeviceFirmwareTizen = class DeviceFirmwareTizen extends DeviceFirmware {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceFirmware_1 = require("./DeviceFirmware");
const Item_1 = require("./Item");
let DeviceFirmwareTizen = class DeviceFirmwareTizen extends DeviceFirmware_1.DeviceFirmware {
};
DeviceFirmwareTizen = __decorate([
OzoneType('device.firmware.tizen')
Item_1.OzoneType('device.firmware.tizen')
], DeviceFirmwareTizen);
export { DeviceFirmwareTizen };
exports.DeviceFirmwareTizen = DeviceFirmwareTizen;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let DeviceInfo = class DeviceInfo extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let DeviceInfo = class DeviceInfo extends Item_1.Item {
constructor(src) {

@@ -39,5 +41,5 @@ super(src);

DeviceInfo = __decorate([
OzoneType('device.info'),
Item_1.OzoneType('device.info'),
__metadata("design:paramtypes", [DeviceInfo])
], DeviceInfo);
export { DeviceInfo };
exports.DeviceInfo = DeviceInfo;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,8 +8,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let DeviceMessage = class DeviceMessage extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let DeviceMessage = class DeviceMessage extends Item_1.Item {
};
DeviceMessage = __decorate([
OzoneType('device.message')
Item_1.OzoneType('device.message')
], DeviceMessage);
export { DeviceMessage };
exports.DeviceMessage = DeviceMessage;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageAlert = class DeviceMessageAlert extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageAlert = class DeviceMessageAlert extends DeviceMessage_1.DeviceMessage {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

DeviceMessageAlert = __decorate([
OzoneType('device.message.alert'),
Item_1.OzoneType('device.message.alert'),
__metadata("design:paramtypes", [DeviceMessageAlert])
], DeviceMessageAlert);
export { DeviceMessageAlert };
exports.DeviceMessageAlert = DeviceMessageAlert;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageEmail = class DeviceMessageEmail extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageEmail = class DeviceMessageEmail extends DeviceMessage_1.DeviceMessage {
constructor(src) {

@@ -22,5 +24,5 @@ super(src);

DeviceMessageEmail = __decorate([
OzoneType('device.message.email'),
Item_1.OzoneType('device.message.email'),
__metadata("design:paramtypes", [DeviceMessageEmail])
], DeviceMessageEmail);
export { DeviceMessageEmail };
exports.DeviceMessageEmail = DeviceMessageEmail;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageEnablevorlon = class DeviceMessageEnablevorlon extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageEnablevorlon = class DeviceMessageEnablevorlon extends DeviceMessage_1.DeviceMessage {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

DeviceMessageEnablevorlon = __decorate([
OzoneType('device.message.enablevorlon'),
Item_1.OzoneType('device.message.enablevorlon'),
__metadata("design:paramtypes", [DeviceMessageEnablevorlon])
], DeviceMessageEnablevorlon);
export { DeviceMessageEnablevorlon };
exports.DeviceMessageEnablevorlon = DeviceMessageEnablevorlon;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceEvent } from './DeviceEvent';
import { OzoneType } from './Item';
let DeviceMessageEvent = class DeviceMessageEvent extends DeviceEvent {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceEvent_1 = require("./DeviceEvent");
const Item_1 = require("./Item");
let DeviceMessageEvent = class DeviceMessageEvent extends DeviceEvent_1.DeviceEvent {
constructor(src) {

@@ -23,5 +25,5 @@ super(src);

DeviceMessageEvent = __decorate([
OzoneType('device.message.event'),
Item_1.OzoneType('device.message.event'),
__metadata("design:paramtypes", [DeviceMessageEvent])
], DeviceMessageEvent);
export { DeviceMessageEvent };
exports.DeviceMessageEvent = DeviceMessageEvent;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageForcechannel = class DeviceMessageForcechannel extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageForcechannel = class DeviceMessageForcechannel extends DeviceMessage_1.DeviceMessage {
constructor(src) {

@@ -24,5 +26,5 @@ super(src);

DeviceMessageForcechannel = __decorate([
OzoneType('device.message.forcechannel'),
Item_1.OzoneType('device.message.forcechannel'),
__metadata("design:paramtypes", [DeviceMessageForcechannel])
], DeviceMessageForcechannel);
export { DeviceMessageForcechannel };
exports.DeviceMessageForcechannel = DeviceMessageForcechannel;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageFromdevice = class DeviceMessageFromdevice extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageFromdevice = class DeviceMessageFromdevice extends DeviceMessage_1.DeviceMessage {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

DeviceMessageFromdevice = __decorate([
OzoneType('device.message.fromdevice'),
Item_1.OzoneType('device.message.fromdevice'),
__metadata("design:paramtypes", [DeviceMessageFromdevice])
], DeviceMessageFromdevice);
export { DeviceMessageFromdevice };
exports.DeviceMessageFromdevice = DeviceMessageFromdevice;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageKeypress = class DeviceMessageKeypress extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageKeypress = class DeviceMessageKeypress extends DeviceMessage_1.DeviceMessage {
constructor(src) {

@@ -21,5 +23,5 @@ super(src);

DeviceMessageKeypress = __decorate([
OzoneType('device.message.keypress'),
Item_1.OzoneType('device.message.keypress'),
__metadata("design:paramtypes", [DeviceMessageKeypress])
], DeviceMessageKeypress);
export { DeviceMessageKeypress };
exports.DeviceMessageKeypress = DeviceMessageKeypress;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageLogs = class DeviceMessageLogs extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageLogs = class DeviceMessageLogs extends DeviceMessage_1.DeviceMessage {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

DeviceMessageLogs = __decorate([
OzoneType('device.message.logs'),
Item_1.OzoneType('device.message.logs'),
__metadata("design:paramtypes", [DeviceMessageLogs])
], DeviceMessageLogs);
export { DeviceMessageLogs };
exports.DeviceMessageLogs = DeviceMessageLogs;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageMessagedeleted = class DeviceMessageMessagedeleted extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageMessagedeleted = class DeviceMessageMessagedeleted extends DeviceMessage_1.DeviceMessage {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

DeviceMessageMessagedeleted = __decorate([
OzoneType('device.message.messagedeleted'),
Item_1.OzoneType('device.message.messagedeleted'),
__metadata("design:paramtypes", [DeviceMessageMessagedeleted])
], DeviceMessageMessagedeleted);
export { DeviceMessageMessagedeleted };
exports.DeviceMessageMessagedeleted = DeviceMessageMessagedeleted;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageNotice = class DeviceMessageNotice extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageNotice = class DeviceMessageNotice extends DeviceMessage_1.DeviceMessage {
constructor(src) {

@@ -21,5 +23,5 @@ super(src);

DeviceMessageNotice = __decorate([
OzoneType('device.message.notice'),
Item_1.OzoneType('device.message.notice'),
__metadata("design:paramtypes", [DeviceMessageNotice])
], DeviceMessageNotice);
export { DeviceMessageNotice };
exports.DeviceMessageNotice = DeviceMessageNotice;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,9 +8,10 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageReboot = class DeviceMessageReboot extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageReboot = class DeviceMessageReboot extends DeviceMessage_1.DeviceMessage {
};
DeviceMessageReboot = __decorate([
OzoneType('device.message.reboot')
Item_1.OzoneType('device.message.reboot')
], DeviceMessageReboot);
export { DeviceMessageReboot };
exports.DeviceMessageReboot = DeviceMessageReboot;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,9 +8,10 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageRefresh = class DeviceMessageRefresh extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageRefresh = class DeviceMessageRefresh extends DeviceMessage_1.DeviceMessage {
};
DeviceMessageRefresh = __decorate([
OzoneType('device.message.refresh')
Item_1.OzoneType('device.message.refresh')
], DeviceMessageRefresh);
export { DeviceMessageRefresh };
exports.DeviceMessageRefresh = DeviceMessageRefresh;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,9 +8,10 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageReload = class DeviceMessageReload extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageReload = class DeviceMessageReload extends DeviceMessage_1.DeviceMessage {
};
DeviceMessageReload = __decorate([
OzoneType('device.message.reload')
Item_1.OzoneType('device.message.reload')
], DeviceMessageReload);
export { DeviceMessageReload };
exports.DeviceMessageReload = DeviceMessageReload;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessageFromdevice } from './DeviceMessageFromdevice';
import { OzoneType } from './Item';
let DeviceMessageReply = class DeviceMessageReply extends DeviceMessageFromdevice {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessageFromdevice_1 = require("./DeviceMessageFromdevice");
const Item_1 = require("./Item");
let DeviceMessageReply = class DeviceMessageReply extends DeviceMessageFromdevice_1.DeviceMessageFromdevice {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

DeviceMessageReply = __decorate([
OzoneType('device.message.reply'),
Item_1.OzoneType('device.message.reply'),
__metadata("design:paramtypes", [DeviceMessageReply])
], DeviceMessageReply);
export { DeviceMessageReply };
exports.DeviceMessageReply = DeviceMessageReply;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessageFromdevice } from './DeviceMessageFromdevice';
import { OzoneType } from './Item';
let DeviceMessageTakescreenshot = class DeviceMessageTakescreenshot extends DeviceMessageFromdevice {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessageFromdevice_1 = require("./DeviceMessageFromdevice");
const Item_1 = require("./Item");
let DeviceMessageTakescreenshot = class DeviceMessageTakescreenshot extends DeviceMessageFromdevice_1.DeviceMessageFromdevice {
constructor(src) {

@@ -21,5 +23,5 @@ super(src);

DeviceMessageTakescreenshot = __decorate([
OzoneType('device.message.takescreenshot'),
Item_1.OzoneType('device.message.takescreenshot'),
__metadata("design:paramtypes", [DeviceMessageTakescreenshot])
], DeviceMessageTakescreenshot);
export { DeviceMessageTakescreenshot };
exports.DeviceMessageTakescreenshot = DeviceMessageTakescreenshot;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessageReply } from './DeviceMessageReply';
import { OzoneType } from './Item';
let DeviceMessageTakescreenshotreply = class DeviceMessageTakescreenshotreply extends DeviceMessageReply {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessageReply_1 = require("./DeviceMessageReply");
const Item_1 = require("./Item");
let DeviceMessageTakescreenshotreply = class DeviceMessageTakescreenshotreply extends DeviceMessageReply_1.DeviceMessageReply {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

DeviceMessageTakescreenshotreply = __decorate([
OzoneType('device.message.takescreenshotreply'),
Item_1.OzoneType('device.message.takescreenshotreply'),
__metadata("design:paramtypes", [DeviceMessageTakescreenshotreply])
], DeviceMessageTakescreenshotreply);
export { DeviceMessageTakescreenshotreply };
exports.DeviceMessageTakescreenshotreply = DeviceMessageTakescreenshotreply;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageTicketing = class DeviceMessageTicketing extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageTicketing = class DeviceMessageTicketing extends DeviceMessage_1.DeviceMessage {
constructor(src) {

@@ -22,5 +24,5 @@ super(src);

DeviceMessageTicketing = __decorate([
OzoneType('device.message.ticketing'),
Item_1.OzoneType('device.message.ticketing'),
__metadata("design:paramtypes", [DeviceMessageTicketing])
], DeviceMessageTicketing);
export { DeviceMessageTicketing };
exports.DeviceMessageTicketing = DeviceMessageTicketing;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageTicketingTicket = class DeviceMessageTicketingTicket extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageTicketingTicket = class DeviceMessageTicketingTicket extends DeviceMessage_1.DeviceMessage {
constructor(src) {

@@ -22,5 +24,5 @@ super(src);

DeviceMessageTicketingTicket = __decorate([
OzoneType('device.message.ticketing.ticket'),
Item_1.OzoneType('device.message.ticketing.ticket'),
__metadata("design:paramtypes", [DeviceMessageTicketingTicket])
], DeviceMessageTicketingTicket);
export { DeviceMessageTicketingTicket };
exports.DeviceMessageTicketingTicket = DeviceMessageTicketingTicket;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageTicketingVisitor = class DeviceMessageTicketingVisitor extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageTicketingVisitor = class DeviceMessageTicketingVisitor extends DeviceMessage_1.DeviceMessage {
constructor(src) {

@@ -21,5 +23,5 @@ super(src);

DeviceMessageTicketingVisitor = __decorate([
OzoneType('device.message.ticketing.visitor'),
Item_1.OzoneType('device.message.ticketing.visitor'),
__metadata("design:paramtypes", [DeviceMessageTicketingVisitor])
], DeviceMessageTicketingVisitor);
export { DeviceMessageTicketingVisitor };
exports.DeviceMessageTicketingVisitor = DeviceMessageTicketingVisitor;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,9 +8,10 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageTurnoff = class DeviceMessageTurnoff extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageTurnoff = class DeviceMessageTurnoff extends DeviceMessage_1.DeviceMessage {
};
DeviceMessageTurnoff = __decorate([
OzoneType('device.message.turnoff')
Item_1.OzoneType('device.message.turnoff')
], DeviceMessageTurnoff);
export { DeviceMessageTurnoff };
exports.DeviceMessageTurnoff = DeviceMessageTurnoff;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceMessage } from './DeviceMessage';
import { OzoneType } from './Item';
let DeviceMessageUpdate = class DeviceMessageUpdate extends DeviceMessage {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessage_1 = require("./DeviceMessage");
const Item_1 = require("./Item");
let DeviceMessageUpdate = class DeviceMessageUpdate extends DeviceMessage_1.DeviceMessage {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

DeviceMessageUpdate = __decorate([
OzoneType('device.message.update'),
Item_1.OzoneType('device.message.update'),
__metadata("design:paramtypes", [DeviceMessageUpdate])
], DeviceMessageUpdate);
export { DeviceMessageUpdate };
exports.DeviceMessageUpdate = DeviceMessageUpdate;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Metric } from './Metric';
import { OzoneType } from './Item';
let DistributionSummary = class DistributionSummary extends Metric {
Object.defineProperty(exports, "__esModule", { value: true });
const Metric_1 = require("./Metric");
const Item_1 = require("./Item");
let DistributionSummary = class DistributionSummary extends Metric_1.Metric {
constructor(src) {

@@ -23,5 +25,5 @@ super(src);

DistributionSummary = __decorate([
OzoneType('distributionSummary'),
Item_1.OzoneType('distributionSummary'),
__metadata("design:paramtypes", [DistributionSummary])
], DistributionSummary);
export { DistributionSummary };
exports.DistributionSummary = DistributionSummary;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let DnsRecord = class DnsRecord extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let DnsRecord = class DnsRecord extends Item_1.Item {
constructor(src) {

@@ -23,5 +25,5 @@ super(src);

DnsRecord = __decorate([
OzoneType('dns.record'),
Item_1.OzoneType('dns.record'),
__metadata("design:paramtypes", [DnsRecord])
], DnsRecord);
export { DnsRecord };
exports.DnsRecord = DnsRecord;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let DnsService = class DnsService extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let DnsService = class DnsService extends Item_1.Item {
constructor(src) {

@@ -19,5 +21,5 @@ super(src);

DnsService = __decorate([
OzoneType('dns.service'),
Item_1.OzoneType('dns.service'),
__metadata("design:paramtypes", [DnsService])
], DnsService);
export { DnsService };
exports.DnsService = DnsService;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,9 +8,10 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Media } from './Media';
import { OzoneType } from './Item';
let Document = class Document extends Media {
Object.defineProperty(exports, "__esModule", { value: true });
const Media_1 = require("./Media");
const Item_1 = require("./Item");
let Document = class Document extends Media_1.Media {
};
Document = __decorate([
OzoneType('document')
Item_1.OzoneType('document')
], Document);
export { Document };
exports.Document = Document;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Documenttemplate = class Documenttemplate extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Documenttemplate = class Documenttemplate extends Item_1.Item {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

Documenttemplate = __decorate([
OzoneType('documenttemplate'),
Item_1.OzoneType('documenttemplate'),
__metadata("design:paramtypes", [Documenttemplate])
], Documenttemplate);
export { Documenttemplate };
exports.Documenttemplate = Documenttemplate;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let EshopOrder = class EshopOrder extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let EshopOrder = class EshopOrder extends Item_1.Item {
constructor(src) {

@@ -21,5 +23,5 @@ super(src);

EshopOrder = __decorate([
OzoneType('eshop.order'),
Item_1.OzoneType('eshop.order'),
__metadata("design:paramtypes", [EshopOrder])
], EshopOrder);
export { EshopOrder };
exports.EshopOrder = EshopOrder;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,8 +8,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Event = class Event extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Event = class Event extends Item_1.Item {
};
Event = __decorate([
OzoneType('event')
Item_1.OzoneType('event')
], Event);
export { Event };
exports.Event = Event;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,3 +13,4 @@ * Ozone

*/
export var ExportSpec;
Object.defineProperty(exports, "__esModule", { value: true });
var ExportSpec;
(function (ExportSpec) {

@@ -21,2 +23,2 @@ let SearchModeEnum;

})(SearchModeEnum = ExportSpec.SearchModeEnum || (ExportSpec.SearchModeEnum = {}));
})(ExportSpec || (ExportSpec = {}));
})(ExportSpec = exports.ExportSpec || (exports.ExportSpec = {}));

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Video } from './Video';
import { OzoneType } from './Item';
let Externalvideo = class Externalvideo extends Video {
Object.defineProperty(exports, "__esModule", { value: true });
const Video_1 = require("./Video");
const Item_1 = require("./Item");
let Externalvideo = class Externalvideo extends Video_1.Video {
constructor(src) {

@@ -24,5 +26,5 @@ super(src);

Externalvideo = __decorate([
OzoneType('externalvideo'),
Item_1.OzoneType('externalvideo'),
__metadata("design:paramtypes", [Externalvideo])
], Externalvideo);
export { Externalvideo };
exports.Externalvideo = Externalvideo;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let File = class File extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let File = class File extends Item_1.Item {
constructor(src) {

@@ -23,5 +25,5 @@ super(src);

File = __decorate([
OzoneType('file'),
Item_1.OzoneType('file'),
__metadata("design:paramtypes", [File])
], File);
export { File };
exports.File = File;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let FlowrAgent = class FlowrAgent extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let FlowrAgent = class FlowrAgent extends Item_1.Item {
constructor(src) {

@@ -26,5 +28,5 @@ super(src);

FlowrAgent = __decorate([
OzoneType('flowr.agent'),
Item_1.OzoneType('flowr.agent'),
__metadata("design:paramtypes", [FlowrAgent])
], FlowrAgent);
export { FlowrAgent };
exports.FlowrAgent = FlowrAgent;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Flowrconfig = class Flowrconfig extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Flowrconfig = class Flowrconfig extends Item_1.Item {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

Flowrconfig = __decorate([
OzoneType('flowrconfig'),
Item_1.OzoneType('flowrconfig'),
__metadata("design:paramtypes", [Flowrconfig])
], Flowrconfig);
export { Flowrconfig };
exports.Flowrconfig = Flowrconfig;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let FlowrDoctemplate = class FlowrDoctemplate extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let FlowrDoctemplate = class FlowrDoctemplate extends Item_1.Item {
constructor(src) {

@@ -25,5 +27,5 @@ super(src);

FlowrDoctemplate = __decorate([
OzoneType('flowr.doctemplate'),
Item_1.OzoneType('flowr.doctemplate'),
__metadata("design:paramtypes", [FlowrDoctemplate])
], FlowrDoctemplate);
export { FlowrDoctemplate };
exports.FlowrDoctemplate = FlowrDoctemplate;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Recording } from './Recording';
import { OzoneType } from './Item';
let Flowrecording = class Flowrecording extends Recording {
Object.defineProperty(exports, "__esModule", { value: true });
const Recording_1 = require("./Recording");
const Item_1 = require("./Item");
let Flowrecording = class Flowrecording extends Recording_1.Recording {
constructor(src) {

@@ -23,5 +25,5 @@ super(src);

Flowrecording = __decorate([
OzoneType('flowrecording'),
Item_1.OzoneType('flowrecording'),
__metadata("design:paramtypes", [Flowrecording])
], Flowrecording);
export { Flowrecording };
exports.Flowrecording = Flowrecording;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let FlowrEpg = class FlowrEpg extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let FlowrEpg = class FlowrEpg extends Item_1.Item {
constructor(src) {

@@ -21,5 +23,5 @@ super(src);

FlowrEpg = __decorate([
OzoneType('flowr.epg'),
Item_1.OzoneType('flowr.epg'),
__metadata("design:paramtypes", [FlowrEpg])
], FlowrEpg);
export { FlowrEpg };
exports.FlowrEpg = FlowrEpg;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let FlowrFrontendSettings = class FlowrFrontendSettings extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let FlowrFrontendSettings = class FlowrFrontendSettings extends Item_1.Item {
constructor(src) {

@@ -30,5 +32,5 @@ super(src);

FlowrFrontendSettings = __decorate([
OzoneType('flowr.frontend.settings'),
Item_1.OzoneType('flowr.frontend.settings'),
__metadata("design:paramtypes", [FlowrFrontendSettings])
], FlowrFrontendSettings);
export { FlowrFrontendSettings };
exports.FlowrFrontendSettings = FlowrFrontendSettings;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let FlowrGeolocation = class FlowrGeolocation extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let FlowrGeolocation = class FlowrGeolocation extends Item_1.Item {
constructor(src) {

@@ -21,5 +23,5 @@ super(src);

FlowrGeolocation = __decorate([
OzoneType('flowr.geolocation'),
Item_1.OzoneType('flowr.geolocation'),
__metadata("design:paramtypes", [FlowrGeolocation])
], FlowrGeolocation);
export { FlowrGeolocation };
exports.FlowrGeolocation = FlowrGeolocation;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { SubscriptionAction } from './SubscriptionAction';
import { OzoneType } from './Item';
let FlowrGrantcontent = class FlowrGrantcontent extends SubscriptionAction {
Object.defineProperty(exports, "__esModule", { value: true });
const SubscriptionAction_1 = require("./SubscriptionAction");
const Item_1 = require("./Item");
let FlowrGrantcontent = class FlowrGrantcontent extends SubscriptionAction_1.SubscriptionAction {
constructor(src) {

@@ -22,5 +24,5 @@ super(src);

FlowrGrantcontent = __decorate([
OzoneType('flowr.grantcontent'),
Item_1.OzoneType('flowr.grantcontent'),
__metadata("design:paramtypes", [FlowrGrantcontent])
], FlowrGrantcontent);
export { FlowrGrantcontent };
exports.FlowrGrantcontent = FlowrGrantcontent;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { TimestampedItem } from './TimestampedItem';
import { OzoneType } from './Item';
let FlowrMediaplay = class FlowrMediaplay extends TimestampedItem {
Object.defineProperty(exports, "__esModule", { value: true });
const TimestampedItem_1 = require("./TimestampedItem");
const Item_1 = require("./Item");
let FlowrMediaplay = class FlowrMediaplay extends TimestampedItem_1.TimestampedItem {
constructor(src) {

@@ -31,5 +33,5 @@ super(src);

FlowrMediaplay = __decorate([
OzoneType('flowr.mediaplay'),
Item_1.OzoneType('flowr.mediaplay'),
__metadata("design:paramtypes", [FlowrMediaplay])
], FlowrMediaplay);
export { FlowrMediaplay };
exports.FlowrMediaplay = FlowrMediaplay;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,8 +8,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let FlowrPackage = class FlowrPackage extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let FlowrPackage = class FlowrPackage extends Item_1.Item {
};
FlowrPackage = __decorate([
OzoneType("flowr.package")
Item_1.OzoneType("flowr.package")
], FlowrPackage);
export { FlowrPackage };
exports.FlowrPackage = FlowrPackage;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let FlowrRemoteControlSettings = class FlowrRemoteControlSettings extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let FlowrRemoteControlSettings = class FlowrRemoteControlSettings extends Item_1.Item {
constructor(src) {

@@ -19,5 +21,5 @@ super(src);

FlowrRemoteControlSettings = __decorate([
OzoneType('flowr.remote.control.settings'),
Item_1.OzoneType('flowr.remote.control.settings'),
__metadata("design:paramtypes", [FlowrRemoteControlSettings])
], FlowrRemoteControlSettings);
export { FlowrRemoteControlSettings };
exports.FlowrRemoteControlSettings = FlowrRemoteControlSettings;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { TimestampedItem } from './TimestampedItem';
import { OzoneType } from './Item';
let FlowrScenesdisplay = class FlowrScenesdisplay extends TimestampedItem {
Object.defineProperty(exports, "__esModule", { value: true });
const TimestampedItem_1 = require("./TimestampedItem");
const Item_1 = require("./Item");
let FlowrScenesdisplay = class FlowrScenesdisplay extends TimestampedItem_1.TimestampedItem {
constructor(src) {

@@ -28,5 +30,5 @@ super(src);

FlowrScenesdisplay = __decorate([
OzoneType('flowr.scenesdisplay'),
Item_1.OzoneType('flowr.scenesdisplay'),
__metadata("design:paramtypes", [FlowrScenesdisplay])
], FlowrScenesdisplay);
export { FlowrScenesdisplay };
exports.FlowrScenesdisplay = FlowrScenesdisplay;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,9 +8,10 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Media } from './Media';
import { OzoneType } from './Item';
let Folder = class Folder extends Media {
Object.defineProperty(exports, "__esModule", { value: true });
const Media_1 = require("./Media");
const Item_1 = require("./Item");
let Folder = class Folder extends Media_1.Media {
};
Folder = __decorate([
OzoneType('folder')
Item_1.OzoneType('folder')
], Folder);
export { Folder };
exports.Folder = Folder;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Metric } from './Metric';
import { OzoneType } from './Item';
let FunctionCounter = class FunctionCounter extends Metric {
Object.defineProperty(exports, "__esModule", { value: true });
const Metric_1 = require("./Metric");
const Item_1 = require("./Item");
let FunctionCounter = class FunctionCounter extends Metric_1.Metric {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

FunctionCounter = __decorate([
OzoneType('functionCounter'),
Item_1.OzoneType('functionCounter'),
__metadata("design:paramtypes", [FunctionCounter])
], FunctionCounter);
export { FunctionCounter };
exports.FunctionCounter = FunctionCounter;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Metric } from './Metric';
import { OzoneType } from './Item';
let FunctionTimer = class FunctionTimer extends Metric {
Object.defineProperty(exports, "__esModule", { value: true });
const Metric_1 = require("./Metric");
const Item_1 = require("./Item");
let FunctionTimer = class FunctionTimer extends Metric_1.Metric {
constructor(src) {

@@ -22,5 +24,5 @@ super(src);

FunctionTimer = __decorate([
OzoneType('functionTimer'),
Item_1.OzoneType('functionTimer'),
__metadata("design:paramtypes", [FunctionTimer])
], FunctionTimer);
export { FunctionTimer };
exports.FunctionTimer = FunctionTimer;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Metric } from './Metric';
import { OzoneType } from './Item';
let Gauge = class Gauge extends Metric {
Object.defineProperty(exports, "__esModule", { value: true });
const Metric_1 = require("./Metric");
const Item_1 = require("./Item");
let Gauge = class Gauge extends Metric_1.Metric {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

Gauge = __decorate([
OzoneType('gauge'),
Item_1.OzoneType('gauge'),
__metadata("design:paramtypes", [Gauge])
], Gauge);
export { Gauge };
exports.Gauge = Gauge;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,3 +13,4 @@ * Ozone

*/
export var Grants;
Object.defineProperty(exports, "__esModule", { value: true });
var Grants;
(function (Grants) {

@@ -55,2 +57,2 @@ let GrantsEnum;

})(FieldGrantsEnum = Grants.FieldGrantsEnum || (Grants.FieldGrantsEnum = {}));
})(Grants || (Grants = {}));
})(Grants = exports.Grants || (exports.Grants = {}));

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Gui = class Gui extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Gui = class Gui extends Item_1.Item {
constructor(src) {

@@ -28,5 +30,5 @@ super(src);

Gui = __decorate([
OzoneType('gui'),
Item_1.OzoneType('gui'),
__metadata("design:paramtypes", [Gui])
], Gui);
export { Gui };
exports.Gui = Gui;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Media } from './Media';
import { OzoneType } from './Item';
let Image = class Image extends Media {
Object.defineProperty(exports, "__esModule", { value: true });
const Media_1 = require("./Media");
const Item_1 = require("./Item");
let Image = class Image extends Media_1.Media {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

Image = __decorate([
OzoneType('image'),
Item_1.OzoneType('image'),
__metadata("design:paramtypes", [Image])
], Image);
export { Image };
exports.Image = Image;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { DeviceInfo } from './DeviceInfo';
import { OzoneType } from './Item';
let InputDevice = class InputDevice extends DeviceInfo {
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceInfo_1 = require("./DeviceInfo");
const Item_1 = require("./Item");
let InputDevice = class InputDevice extends DeviceInfo_1.DeviceInfo {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

InputDevice = __decorate([
OzoneType('input.device'),
Item_1.OzoneType('input.device'),
__metadata("design:paramtypes", [InputDevice])
], InputDevice);
export { InputDevice };
exports.InputDevice = InputDevice;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,8 +11,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
export var State;
Object.defineProperty(exports, "__esModule", { value: true });
var State;
(function (State) {
State["OK"] = "OK";
State["ERROR"] = "ERROR";
})(State || (State = {}));
export var Validity;
})(State = exports.State || (exports.State = {}));
var Validity;
(function (Validity) {

@@ -21,4 +23,4 @@ Validity["VALID"] = "VALID";

Validity["UNKNOWN"] = "UNKNOWN";
})(Validity || (Validity = {}));
export var Security;
})(Validity = exports.Validity || (exports.Validity = {}));
var Security;
(function (Security) {

@@ -28,4 +30,4 @@ Security["ALLOWED"] = "ALLOWED";

Security["UNKNOWN"] = "UNKNOWN";
})(Security || (Security = {}));
export var Persistence;
})(Security = exports.Security || (exports.Security = {}));
var Persistence;
(function (Persistence) {

@@ -36,3 +38,3 @@ Persistence["NEW"] = "NEW";

Persistence["SAVE_ERROR"] = "SAVE_ERROR";
})(Persistence || (Persistence = {}));
})(Persistence = exports.Persistence || (exports.Persistence = {}));
let Item = class Item {

@@ -58,3 +60,3 @@ constructor(src) {

], Item);
export { Item };
exports.Item = Item;
function toPatch(item) {

@@ -89,5 +91,6 @@ let patch = {};

}
export class GenericItem extends Item {
class GenericItem extends Item {
}
export function OzoneType(typeIdentifier) {
exports.GenericItem = GenericItem;
function OzoneType(typeIdentifier) {
return function (constructor) {

@@ -102,1 +105,2 @@ return class extends constructor {

}
exports.OzoneType = OzoneType;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,9 +8,10 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { InputDevice } from './InputDevice';
import { OzoneType } from './Item';
let Joystick = class Joystick extends InputDevice {
Object.defineProperty(exports, "__esModule", { value: true });
const InputDevice_1 = require("./InputDevice");
const Item_1 = require("./Item");
let Joystick = class Joystick extends InputDevice_1.InputDevice {
};
Joystick = __decorate([
OzoneType('joystick')
Item_1.OzoneType('joystick')
], Joystick);
export { Joystick };
exports.Joystick = Joystick;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Media } from './Media';
import { OzoneType } from './Item';
let ListModel = class ListModel extends Media {
Object.defineProperty(exports, "__esModule", { value: true });
const Media_1 = require("./Media");
const Item_1 = require("./Item");
let ListModel = class ListModel extends Media_1.Media {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

ListModel = __decorate([
OzoneType('list'),
Item_1.OzoneType('list'),
__metadata("design:paramtypes", [ListModel])
], ListModel);
export { ListModel };
exports.ListModel = ListModel;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { TimestampedItem } from './TimestampedItem';
import { OzoneType } from './Item';
let LogItem = class LogItem extends TimestampedItem {
Object.defineProperty(exports, "__esModule", { value: true });
const TimestampedItem_1 = require("./TimestampedItem");
const Item_1 = require("./Item");
let LogItem = class LogItem extends TimestampedItem_1.TimestampedItem {
constructor(src) {

@@ -28,5 +30,5 @@ super(src);

LogItem = __decorate([
OzoneType('logItem'),
Item_1.OzoneType('logItem'),
__metadata("design:paramtypes", [LogItem])
], LogItem);
export { LogItem };
exports.LogItem = LogItem;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Metric } from './Metric';
import { OzoneType } from './Item';
let LongTaskTimer = class LongTaskTimer extends Metric {
Object.defineProperty(exports, "__esModule", { value: true });
const Metric_1 = require("./Metric");
const Item_1 = require("./Item");
let LongTaskTimer = class LongTaskTimer extends Metric_1.Metric {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

LongTaskTimer = __decorate([
OzoneType('longTaskTimer'),
Item_1.OzoneType('longTaskTimer'),
__metadata("design:paramtypes", [LongTaskTimer])
], LongTaskTimer);
export { LongTaskTimer };
exports.LongTaskTimer = LongTaskTimer;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,3 +13,4 @@ * Ozone

*/
export var MatchQuery;
Object.defineProperty(exports, "__esModule", { value: true });
var MatchQuery;
(function (MatchQuery) {

@@ -20,2 +22,2 @@ let OperatorEnum;

})(OperatorEnum = MatchQuery.OperatorEnum || (MatchQuery.OperatorEnum = {}));
})(MatchQuery || (MatchQuery = {}));
})(MatchQuery = exports.MatchQuery || (exports.MatchQuery = {}));

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Media = class Media extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Media = class Media extends Item_1.Item {
constructor(src) {

@@ -55,5 +57,5 @@ super(src);

Media = __decorate([
OzoneType('media'),
Item_1.OzoneType('media'),
__metadata("design:paramtypes", [Media])
], Media);
export { Media };
exports.Media = Media;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Message = class Message extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Message = class Message extends Item_1.Item {
constructor(src) {

@@ -34,5 +36,5 @@ super(src);

Message = __decorate([
OzoneType('message'),
Item_1.OzoneType('message'),
__metadata("design:paramtypes", [Message])
], Message);
export { Message };
exports.Message = Message;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { TimestampedItem } from './TimestampedItem';
import { OzoneType } from './Item';
let Metric = class Metric extends TimestampedItem {
Object.defineProperty(exports, "__esModule", { value: true });
const TimestampedItem_1 = require("./TimestampedItem");
const Item_1 = require("./Item");
let Metric = class Metric extends TimestampedItem_1.TimestampedItem {
constructor(src) {

@@ -24,5 +26,5 @@ super(src);

Metric = __decorate([
OzoneType('metric'),
Item_1.OzoneType('metric'),
__metadata("design:paramtypes", [Metric])
], Metric);
export { Metric };
exports.Metric = Metric;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,100 +0,105 @@

export * from './Article';
export * from './ArticleCategory';
export * from './Audio';
export * from './Basket';
export * from './Batch';
export * from './Blob';
export * from './Channel';
export * from './ChannelSegment';
export * from './Collection';
export * from './Connector';
export * from './Counter';
export * from './DeviceAction';
export * from './DeviceActionChangetenant';
export * from './DeviceActionEvent';
export * from './DeviceActionTurnon';
export * from './DeviceEvent';
export * from './DeviceFirmware';
export * from './DeviceFirmwareTizen';
export * from './DeviceInfo';
export * from './DeviceMessage';
export * from './DeviceMessageAlert';
export * from './DeviceMessageEmail';
export * from './DeviceMessageEnablevorlon';
export * from './DeviceMessageEvent';
export * from './DeviceMessageForcechannel';
export * from './DeviceMessageFromdevice';
export * from './DeviceMessageKeypress';
export * from './DeviceMessageLogs';
export * from './DeviceMessageMessagedeleted';
export * from './DeviceMessageNotice';
export * from './DeviceMessageReboot';
export * from './DeviceMessageRefresh';
export * from './DeviceMessageReload';
export * from './DeviceMessageReply';
export * from './DeviceMessageTakescreenshot';
export * from './DeviceMessageTakescreenshotreply';
export * from './DeviceMessageTicketing';
export * from './DeviceMessageTurnoff';
export * from './DeviceMessageUpdate';
export * from './DistributionSummary';
export * from './DnsRecord';
export * from './DnsService';
export * from './Document';
export * from './Documenttemplate';
export * from './EshopOrder';
export * from './Event';
export * from './ExportSpec';
export * from './Externalvideo';
export * from './File';
export * from './FlowrAgent';
export * from './FlowrDoctemplate';
export * from './FlowrEpg';
export * from './FlowrFrontendSettings';
export * from './FlowrGrantcontent';
export * from './FlowrMediaplay';
export * from './Flowrconfig';
export * from './Flowrecording';
export * from './Folder';
export * from './FunctionCounter';
export * from './FunctionTimer';
export * from './Gauge';
export * from './Grants';
export * from './Gui';
export * from './Image';
export * from './InputDevice';
export * from './Item';
export * from './Joystick';
export * from './LogItem';
export * from './LongTaskTimer';
export * from './MatchQuery';
export * from './Media';
export * from './Message';
export * from './Metric';
export * from './Network';
export * from './OrganizationInfo';
export * from './OwnTenantEntityFilter';
export * from './OwnTenantQuery';
export * from './Passingtime';
export * from './Playlist';
export * from './PlaylistFolder';
export * from './Postingindex';
export * from './QueryStringQuery';
export * from './Recording';
export * from './Reservation';
export * from './Role';
export * from './Room';
export * from './SearchRequest';
export * from './Stock';
export * from './Subscription';
export * from './SubscriptionAction';
export * from './Survey';
export * from './SurveyCategory';
export * from './SurveyResponse';
export * from './TimeGauge';
export * from './Timer';
export * from './TimestampedItem';
export * from './Tizenfirmware';
export * from './User';
export * from './Vehicleposition';
export * from './Video';
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./Article"));
__export(require("./ArticleCategory"));
__export(require("./Audio"));
__export(require("./Basket"));
__export(require("./Batch"));
__export(require("./Blob"));
__export(require("./Channel"));
__export(require("./ChannelSegment"));
__export(require("./Collection"));
__export(require("./Connector"));
__export(require("./Counter"));
__export(require("./DeviceAction"));
__export(require("./DeviceActionChangetenant"));
__export(require("./DeviceActionEvent"));
__export(require("./DeviceActionTurnon"));
__export(require("./DeviceEvent"));
__export(require("./DeviceFirmware"));
__export(require("./DeviceFirmwareTizen"));
__export(require("./DeviceInfo"));
__export(require("./DeviceMessage"));
__export(require("./DeviceMessageAlert"));
__export(require("./DeviceMessageEmail"));
__export(require("./DeviceMessageEnablevorlon"));
__export(require("./DeviceMessageEvent"));
__export(require("./DeviceMessageForcechannel"));
__export(require("./DeviceMessageFromdevice"));
__export(require("./DeviceMessageKeypress"));
__export(require("./DeviceMessageLogs"));
__export(require("./DeviceMessageMessagedeleted"));
__export(require("./DeviceMessageNotice"));
__export(require("./DeviceMessageReboot"));
__export(require("./DeviceMessageRefresh"));
__export(require("./DeviceMessageReload"));
__export(require("./DeviceMessageReply"));
__export(require("./DeviceMessageTakescreenshot"));
__export(require("./DeviceMessageTakescreenshotreply"));
__export(require("./DeviceMessageTicketing"));
__export(require("./DeviceMessageTurnoff"));
__export(require("./DeviceMessageUpdate"));
__export(require("./DistributionSummary"));
__export(require("./DnsRecord"));
__export(require("./DnsService"));
__export(require("./Document"));
__export(require("./Documenttemplate"));
__export(require("./EshopOrder"));
__export(require("./Event"));
__export(require("./ExportSpec"));
__export(require("./Externalvideo"));
__export(require("./File"));
__export(require("./FlowrAgent"));
__export(require("./FlowrDoctemplate"));
__export(require("./FlowrEpg"));
__export(require("./FlowrFrontendSettings"));
__export(require("./FlowrGrantcontent"));
__export(require("./FlowrMediaplay"));
__export(require("./Flowrconfig"));
__export(require("./Flowrecording"));
__export(require("./Folder"));
__export(require("./FunctionCounter"));
__export(require("./FunctionTimer"));
__export(require("./Gauge"));
__export(require("./Grants"));
__export(require("./Gui"));
__export(require("./Image"));
__export(require("./InputDevice"));
__export(require("./Item"));
__export(require("./Joystick"));
__export(require("./LogItem"));
__export(require("./LongTaskTimer"));
__export(require("./MatchQuery"));
__export(require("./Media"));
__export(require("./Message"));
__export(require("./Metric"));
__export(require("./Network"));
__export(require("./OrganizationInfo"));
__export(require("./OwnTenantEntityFilter"));
__export(require("./OwnTenantQuery"));
__export(require("./Passingtime"));
__export(require("./Playlist"));
__export(require("./PlaylistFolder"));
__export(require("./Postingindex"));
__export(require("./QueryStringQuery"));
__export(require("./Recording"));
__export(require("./Reservation"));
__export(require("./Role"));
__export(require("./Room"));
__export(require("./SearchRequest"));
__export(require("./Stock"));
__export(require("./Subscription"));
__export(require("./SubscriptionAction"));
__export(require("./Survey"));
__export(require("./SurveyCategory"));
__export(require("./SurveyResponse"));
__export(require("./TimeGauge"));
__export(require("./Timer"));
__export(require("./TimestampedItem"));
__export(require("./Tizenfirmware"));
__export(require("./User"));
__export(require("./Vehicleposition"));
__export(require("./Video"));

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Network = class Network extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Network = class Network extends Item_1.Item {
constructor(src) {

@@ -22,5 +24,5 @@ super(src);

Network = __decorate([
OzoneType('network'),
Item_1.OzoneType('network'),
__metadata("design:paramtypes", [Network])
], Network);
export { Network };
exports.Network = Network;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let OrganizationInfo = class OrganizationInfo extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let OrganizationInfo = class OrganizationInfo extends Item_1.Item {
constructor(src) {

@@ -24,5 +26,5 @@ super(src);

OrganizationInfo = __decorate([
OzoneType('organization.info'),
Item_1.OzoneType('organization.info'),
__metadata("design:paramtypes", [OrganizationInfo])
], OrganizationInfo);
export { OrganizationInfo };
exports.OrganizationInfo = OrganizationInfo;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,3 +13,4 @@ * Ozone

*/
export var OwnTenantEntityFilter;
Object.defineProperty(exports, "__esModule", { value: true });
var OwnTenantEntityFilter;
(function (OwnTenantEntityFilter) {

@@ -25,2 +27,2 @@ let ModeEnum;

})(ModeEnum = OwnTenantEntityFilter.ModeEnum || (OwnTenantEntityFilter.ModeEnum = {}));
})(OwnTenantEntityFilter || (OwnTenantEntityFilter = {}));
})(OwnTenantEntityFilter = exports.OwnTenantEntityFilter || (exports.OwnTenantEntityFilter = {}));

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,3 +13,4 @@ * Ozone

*/
export var OwnTenantQuery;
Object.defineProperty(exports, "__esModule", { value: true });
var OwnTenantQuery;
(function (OwnTenantQuery) {

@@ -25,2 +27,2 @@ let ModeEnum;

})(ModeEnum = OwnTenantQuery.ModeEnum || (OwnTenantQuery.ModeEnum = {}));
})(OwnTenantQuery || (OwnTenantQuery = {}));
})(OwnTenantQuery = exports.OwnTenantQuery || (exports.OwnTenantQuery = {}));

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Passingtime = class Passingtime extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Passingtime = class Passingtime extends Item_1.Item {
constructor(src) {

@@ -21,5 +23,5 @@ super(src);

Passingtime = __decorate([
OzoneType('passingtime'),
Item_1.OzoneType('passingtime'),
__metadata("design:paramtypes", [Passingtime])
], Passingtime);
export { Passingtime };
exports.Passingtime = Passingtime;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,9 +8,10 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { File } from './File';
import { OzoneType } from './Item';
let Playlist = class Playlist extends File {
Object.defineProperty(exports, "__esModule", { value: true });
const File_1 = require("./File");
const Item_1 = require("./Item");
let Playlist = class Playlist extends File_1.File {
};
Playlist = __decorate([
OzoneType('playlist')
Item_1.OzoneType('playlist')
], Playlist);
export { Playlist };
exports.Playlist = Playlist;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,9 +8,10 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { File } from './File';
import { OzoneType } from './Item';
let PlaylistFolder = class PlaylistFolder extends File {
Object.defineProperty(exports, "__esModule", { value: true });
const File_1 = require("./File");
const Item_1 = require("./Item");
let PlaylistFolder = class PlaylistFolder extends File_1.File {
};
PlaylistFolder = __decorate([
OzoneType('playlist.folder')
Item_1.OzoneType('playlist.folder')
], PlaylistFolder);
export { PlaylistFolder };
exports.PlaylistFolder = PlaylistFolder;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Postingindex = class Postingindex extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Postingindex = class Postingindex extends Item_1.Item {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

Postingindex = __decorate([
OzoneType('postingindex'),
Item_1.OzoneType('postingindex'),
__metadata("design:paramtypes", [Postingindex])
], Postingindex);
export { Postingindex };
exports.Postingindex = Postingindex;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,3 +13,4 @@ * Ozone

*/
export var QueryStringQuery;
Object.defineProperty(exports, "__esModule", { value: true });
var QueryStringQuery;
(function (QueryStringQuery) {

@@ -20,2 +22,2 @@ let DefaultOperatorEnum;

})(DefaultOperatorEnum = QueryStringQuery.DefaultOperatorEnum || (QueryStringQuery.DefaultOperatorEnum = {}));
})(QueryStringQuery || (QueryStringQuery = {}));
})(QueryStringQuery = exports.QueryStringQuery || (exports.QueryStringQuery = {}));

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Recording = class Recording extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Recording = class Recording extends Item_1.Item {
constructor(src) {

@@ -23,5 +25,5 @@ super(src);

Recording = __decorate([
OzoneType('recording'),
Item_1.OzoneType('recording'),
__metadata("design:paramtypes", [Recording])
], Recording);
export { Recording };
exports.Recording = Recording;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Reservation = class Reservation extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Reservation = class Reservation extends Item_1.Item {
constructor(src) {

@@ -53,5 +55,5 @@ super(src);

Reservation = __decorate([
OzoneType('reservation'),
Item_1.OzoneType('reservation'),
__metadata("design:paramtypes", [Reservation])
], Reservation);
export { Reservation };
exports.Reservation = Reservation;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,3 +13,4 @@ * Ozone

*/
export var Role;
Object.defineProperty(exports, "__esModule", { value: true });
var Role;
(function (Role) {

@@ -21,2 +23,2 @@ let VirtualHostDependencyEnum;

})(VirtualHostDependencyEnum = Role.VirtualHostDependencyEnum || (Role.VirtualHostDependencyEnum = {}));
})(Role || (Role = {}));
})(Role = exports.Role || (exports.Role = {}));

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Room = class Room extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Room = class Room extends Item_1.Item {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

Room = __decorate([
OzoneType('room'),
Item_1.OzoneType('room'),
__metadata("design:paramtypes", [Room])
], Room);
export { Room };
exports.Room = Room;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,3 +13,4 @@ * Ozone

*/
export var SearchRequest;
Object.defineProperty(exports, "__esModule", { value: true });
var SearchRequest;
(function (SearchRequest) {

@@ -21,2 +23,2 @@ let SearchModeEnum;

})(SearchModeEnum = SearchRequest.SearchModeEnum || (SearchRequest.SearchModeEnum = {}));
})(SearchRequest || (SearchRequest = {}));
})(SearchRequest = exports.SearchRequest || (exports.SearchRequest = {}));

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,8 +8,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Stock = class Stock extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Stock = class Stock extends Item_1.Item {
};
Stock = __decorate([
OzoneType('stock')
Item_1.OzoneType('stock')
], Stock);
export { Stock };
exports.Stock = Stock;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Subscription = class Subscription extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Subscription = class Subscription extends Item_1.Item {
constructor(src) {

@@ -24,5 +26,5 @@ super(src);

Subscription = __decorate([
OzoneType('subscription'),
Item_1.OzoneType('subscription'),
__metadata("design:paramtypes", [Subscription])
], Subscription);
export { Subscription };
exports.Subscription = Subscription;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,8 +8,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let SubscriptionAction = class SubscriptionAction extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let SubscriptionAction = class SubscriptionAction extends Item_1.Item {
};
SubscriptionAction = __decorate([
OzoneType('subscription.action')
Item_1.OzoneType('subscription.action')
], SubscriptionAction);
export { SubscriptionAction };
exports.SubscriptionAction = SubscriptionAction;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Survey = class Survey extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Survey = class Survey extends Item_1.Item {
constructor(src) {

@@ -21,5 +23,5 @@ super(src);

Survey = __decorate([
OzoneType('survey'),
Item_1.OzoneType('survey'),
__metadata("design:paramtypes", [Survey])
], Survey);
export { Survey };
exports.Survey = Survey;

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let SurveyCategory = class SurveyCategory extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let SurveyCategory = class SurveyCategory extends Item_1.Item {
constructor(src) {

@@ -20,5 +22,5 @@ super(src);

SurveyCategory = __decorate([
OzoneType('survey.category'),
Item_1.OzoneType('survey.category'),
__metadata("design:paramtypes", [SurveyCategory])
], SurveyCategory);
export { SurveyCategory };
exports.SurveyCategory = SurveyCategory;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let SurveyResponse = class SurveyResponse extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let SurveyResponse = class SurveyResponse extends Item_1.Item {
constructor(src) {

@@ -24,5 +26,5 @@ super(src);

SurveyResponse = __decorate([
OzoneType('survey.response'),
Item_1.OzoneType('survey.response'),
__metadata("design:paramtypes", [SurveyResponse])
], SurveyResponse);
export { SurveyResponse };
exports.SurveyResponse = SurveyResponse;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -7,9 +8,10 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Gauge } from './Gauge';
import { OzoneType } from './Item';
let TimeGauge = class TimeGauge extends Gauge {
Object.defineProperty(exports, "__esModule", { value: true });
const Gauge_1 = require("./Gauge");
const Item_1 = require("./Item");
let TimeGauge = class TimeGauge extends Gauge_1.Gauge {
};
TimeGauge = __decorate([
OzoneType('timeGauge')
Item_1.OzoneType('timeGauge')
], TimeGauge);
export { TimeGauge };
exports.TimeGauge = TimeGauge;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Metric } from './Metric';
import { OzoneType } from './Item';
let Timer = class Timer extends Metric {
Object.defineProperty(exports, "__esModule", { value: true });
const Metric_1 = require("./Metric");
const Item_1 = require("./Item");
let Timer = class Timer extends Metric_1.Metric {
constructor(src) {

@@ -23,5 +25,5 @@ super(src);

Timer = __decorate([
OzoneType('timer'),
Item_1.OzoneType('timer'),
__metadata("design:paramtypes", [Timer])
], Timer);
export { Timer };
exports.Timer = Timer;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let TimestampedItem = class TimestampedItem extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let TimestampedItem = class TimestampedItem extends Item_1.Item {
constructor(src) {

@@ -19,5 +21,5 @@ super(src);

TimestampedItem = __decorate([
OzoneType('timestampedItem'),
Item_1.OzoneType('timestampedItem'),
__metadata("design:paramtypes", [TimestampedItem])
], TimestampedItem);
export { TimestampedItem };
exports.TimestampedItem = TimestampedItem;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Tizenfirmware = class Tizenfirmware extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Tizenfirmware = class Tizenfirmware extends Item_1.Item {
constructor(src) {

@@ -23,5 +25,5 @@ super(src);

Tizenfirmware = __decorate([
OzoneType('tizenfirmware'),
Item_1.OzoneType('tizenfirmware'),
__metadata("design:paramtypes", [Tizenfirmware])
], Tizenfirmware);
export { Tizenfirmware };
exports.Tizenfirmware = Tizenfirmware;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,3 +13,4 @@ * Ozone

*/
export var User;
Object.defineProperty(exports, "__esModule", { value: true });
var User;
(function (User) {

@@ -28,2 +30,2 @@ let TypeEnum;

})(StatusEnum = User.StatusEnum || (User.StatusEnum = {}));
})(User || (User = {}));
})(User = exports.User || (exports.User = {}));

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,4 +11,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Item, OzoneType } from './Item';
let Vehicleposition = class Vehicleposition extends Item {
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Vehicleposition = class Vehicleposition extends Item_1.Item {
constructor(src) {

@@ -22,5 +24,5 @@ super(src);

Vehicleposition = __decorate([
OzoneType('vehicleposition'),
Item_1.OzoneType('vehicleposition'),
__metadata("design:paramtypes", [Vehicleposition])
], Vehicleposition);
export { Vehicleposition };
exports.Vehicleposition = Vehicleposition;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -10,5 +11,6 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
import { Media } from './Media';
import { OzoneType } from './Item';
let Video = class Video extends Media {
Object.defineProperty(exports, "__esModule", { value: true });
const Media_1 = require("./Media");
const Item_1 = require("./Item");
let Video = class Video extends Media_1.Media {
constructor(src) {

@@ -35,5 +37,5 @@ super(src);

Video = __decorate([
OzoneType('video'),
Item_1.OzoneType('video'),
__metadata("design:paramtypes", [Video])
], Video);
export { Video };
exports.Video = Video;

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,2 @@

"use strict";
/**

@@ -12,1 +13,2 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,3 +0,5 @@

import { Grants } from '../model/models';
export class FieldsPermissionUtility {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const models_1 = require("../model/models");
class FieldsPermissionUtility {
constructor(grant) {

@@ -16,4 +18,5 @@ this.grant = grant;

isFieldEditable(fieldName) {
return this.hasFieldPermission(fieldName, Grants.FieldGrantsEnum.FIELDEDIT);
return this.hasFieldPermission(fieldName, models_1.Grants.FieldGrantsEnum.FIELDEDIT);
}
}
exports.FieldsPermissionUtility = FieldsPermissionUtility;

@@ -1,1 +0,6 @@

export * from './fieldsPermissionUtility';
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./fieldsPermissionUtility"));
{
"name": "ozone-type",
"version": "5.2.0",
"version": "5.2.1-alpha.0",
"publishConfig": {

@@ -21,3 +21,3 @@ "access": "public"

"license": "ISC",
"gitHead": "280daf34ecbb2fe4cdc911a4bf0d9f2c1b7bea23"
"gitHead": "add550ef77b4ff5e528938c9ac750b159ce9636a"
}
{
"compilerOptions": {
"target": "es6", // Use of ES6
"module": "esnext",
"module": "commonjs",
"experimentalDecorators": true, //

@@ -6,0 +6,0 @@ "emitDecoratorMetadata": true,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc