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.1-alpha.0 to 5.2.1

dist/model/DeviceFirmwareBrightsign.d.ts

9

dist/index.js

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

"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"));
export * from './model/models';
export * from './utility/index';

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

*/
Object.defineProperty(exports, "__esModule", { value: true });
import { ChannelInput } from './ChannelInput';
import { ChannelOutput } from './ChannelOutput';
import { FlowrLogoitem } from './FlowrLogoitem';
import { FlowrPackageable } from './FlowrPackageable';
import { FlowrTransient } from './FlowrTransient';
import { RestrictedContent } from './RestrictedContent';
import { Item, UUID } from './Item';
export declare class Channel extends Item implements RestrictedContent, FlowrLogoitem {
import { Item, UUID, Instant } from './Item';
export declare class Channel extends Item implements RestrictedContent, FlowrLogoitem, FlowrPackageable, FlowrTransient {
aliases?: string[];

@@ -13,3 +15,2 @@ bufferDuration?: number;

defaultPackages?: string[];
enabled?: boolean;
highlightLogo?: UUID;

@@ -25,2 +26,3 @@ horizontalRes?: number;

output?: ChannelOutput;
packages?: UUID[];
restricted?: boolean;

@@ -30,6 +32,7 @@ scenes?: string[];

transcoderEnabled?: boolean;
transcodingEnabled?: boolean;
tvGuideNames?: string[];
validFrom?: Instant;
validUntil?: Instant;
verticalRes?: number;
constructor(src: Channel);
}

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

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

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

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

@@ -23,3 +21,2 @@ super(src);

this.defaultPackages = src.defaultPackages;
this.enabled = src.enabled;
this.highlightLogo = src.highlightLogo;

@@ -35,2 +32,3 @@ this.horizontalRes = src.horizontalRes;

this.output = src.output;
this.packages = src.packages;
this.restricted = src.restricted;

@@ -40,4 +38,5 @@ this.scenes = src.scenes;

this.transcoderEnabled = src.transcoderEnabled;
this.transcodingEnabled = src.transcodingEnabled;
this.tvGuideNames = src.tvGuideNames;
this.validFrom = src.validFrom;
this.validUntil = src.validUntil;
this.verticalRes = src.verticalRes;

@@ -47,5 +46,5 @@ }

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

*/
Object.defineProperty(exports, "__esModule", { value: true });
import { Metric } from './Metric';
export declare class Counter extends Metric {
count?: number;
count: number;
constructor(src: Counter);
}

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

@@ -6,3 +6,6 @@ import { Event } from './Event';

network?: UUID;
shouldBeAcknowledged?: boolean;
shouldWakeUpDevice?: boolean;
ttl?: number;
constructor(src: DeviceEvent);
}

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

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

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

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

@@ -20,8 +18,11 @@ super(src);

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

@@ -6,2 +6,3 @@ import { FlowrFrontendSettings } from './FlowrFrontendSettings';

activeMacAddress?: string;
connectionStatus?: string;
deviceType?: string;

@@ -15,2 +16,3 @@ deviceVersion?: string;

lastLoginIpAddress?: string;
lastSeenOnline?: Instant;
linkedUser?: UUID;

@@ -21,2 +23,4 @@ location?: string;

network?: UUID;
packages?: UUID[];
pmsPackages?: UUID[];
principalName?: string;

@@ -28,4 +32,3 @@ roles?: UUID[];

subLocation?: string;
validMacAddress?: string;
constructor(src: DeviceInfo);
}

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

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

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

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

@@ -26,2 +25,3 @@ this.deviceVersion = src.deviceVersion;

this.lastLoginIpAddress = src.lastLoginIpAddress;
this.lastSeenOnline = src.lastSeenOnline;
this.linkedUser = src.linkedUser;

@@ -32,2 +32,4 @@ this.location = src.location;

this.network = src.network;
this.packages = src.packages;
this.pmsPackages = src.pmsPackages;
this.principalName = src.principalName;

@@ -39,9 +41,8 @@ this.roles = src.roles;

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

@@ -1,3 +0,6 @@

import { Item } from './Item';
import { Item, UUID } from './Item';
export declare class DeviceMessage extends Item {
postingId?: UUID;
ttl?: number;
constructor(src: DeviceMessage);
}

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

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

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

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let DeviceMessage = class DeviceMessage extends Item_1.Item {
var __metadata = (this && this.__metadata) || function (k, v) {
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
};
import { Item, OzoneType } from './Item';
let DeviceMessage = class DeviceMessage extends Item {
constructor(src) {
super(src);
this.postingId = src.postingId;
this.ttl = src.ttl;
}
};
DeviceMessage = __decorate([
Item_1.OzoneType('device.message')
OzoneType('device.message'),
__metadata("design:paramtypes", [DeviceMessage])
], DeviceMessage);
exports.DeviceMessage = DeviceMessage;
export { DeviceMessage };

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

@@ -7,5 +7,3 @@ import { DeviceEvent } from './DeviceEvent';

users?: UUID[];
shouldBeAcknowledged: boolean;
shouldWakeUpDevice: boolean;
constructor(src: DeviceMessageEvent);
}

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

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

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

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

@@ -20,10 +18,8 @@ super(src);

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

*/
Object.defineProperty(exports, "__esModule", { value: true });
import { DeviceMessageFromdevice } from './DeviceMessageFromdevice';
export declare class DeviceMessageTakescreenshot extends DeviceMessageFromdevice {
delay?: number;
delay?: number[];
screenshotId?: string;
constructor(src: DeviceMessageTakescreenshot);
}

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

*/
Object.defineProperty(exports, "__esModule", { value: true });
import { DeviceMessageReply } from './DeviceMessageReply';
import { UUID } from './Item';
export declare class DeviceMessageTakescreenshotreply extends DeviceMessageReply {
screenshotId?: string;
screenshots?: UUID[];
url: string;
constructor(src: DeviceMessageTakescreenshotreply);
}

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

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

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

};
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceMessageReply_1 = require("./DeviceMessageReply");
const Item_1 = require("./Item");
let DeviceMessageTakescreenshotreply = class DeviceMessageTakescreenshotreply extends DeviceMessageReply_1.DeviceMessageReply {
import { DeviceMessageReply } from './DeviceMessageReply';
import { OzoneType } from './Item';
let DeviceMessageTakescreenshotreply = class DeviceMessageTakescreenshotreply extends DeviceMessageReply {
constructor(src) {
super(src);
this.screenshotId = src.screenshotId;
this.screenshots = src.screenshots;
this.url = src.url;
}
};
DeviceMessageTakescreenshotreply = __decorate([
Item_1.OzoneType('device.message.takescreenshotreply'),
OzoneType('device.message.takescreenshotreply'),
__metadata("design:paramtypes", [DeviceMessageTakescreenshotreply])
], DeviceMessageTakescreenshotreply);
exports.DeviceMessageTakescreenshotreply = DeviceMessageTakescreenshotreply;
export { DeviceMessageTakescreenshotreply };

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

*/
Object.defineProperty(exports, "__esModule", { value: true });
import { Metric } from './Metric';
export declare class DistributionSummary extends Metric {
count?: number;
max?: number;
mean?: number;
totalAmount?: number;
count: number;
max: number;
mean: number;
totalAmount: number;
constructor(src: DistributionSummary);
}

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

*/
Object.defineProperty(exports, "__esModule", { value: true });
import { Item, UUID } from './Item';
export declare class DnsRecord extends Item {
value: string;
dns: UUID;

@@ -7,4 +8,3 @@ recordName: string;

ttl: number;
value: string;
constructor(src: DnsRecord);
}

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

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

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

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

@@ -25,5 +24,5 @@ this.recordName = src.recordName;

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

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

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

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

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

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

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

"use strict";
/**

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

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -8,10 +7,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Media_1 = require("./Media");
const Item_1 = require("./Item");
let Document = class Document extends Media_1.Media {
import { Media } from './Media';
import { OzoneType } from './Item';
let Document = class Document extends Media {
};
Document = __decorate([
Item_1.OzoneType('document')
OzoneType('document')
], Document);
exports.Document = Document;
export { Document };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Documenttemplate = class Documenttemplate extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Documenttemplate = class Documenttemplate extends Item {
constructor(src) {

@@ -22,5 +20,5 @@ super(src);

Documenttemplate = __decorate([
Item_1.OzoneType('documenttemplate'),
OzoneType('documenttemplate'),
__metadata("design:paramtypes", [Documenttemplate])
], Documenttemplate);
exports.Documenttemplate = Documenttemplate;
export { Documenttemplate };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let EshopOrder = class EshopOrder extends Item_1.Item {
import { Item, OzoneType } from './Item';
let EshopOrder = class EshopOrder extends Item {
constructor(src) {

@@ -23,5 +21,5 @@ super(src);

EshopOrder = __decorate([
Item_1.OzoneType('eshop.order'),
OzoneType('eshop.order'),
__metadata("design:paramtypes", [EshopOrder])
], EshopOrder);
exports.EshopOrder = EshopOrder;
export { EshopOrder };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -8,9 +7,8 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Event = class Event extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Event = class Event extends Item {
};
Event = __decorate([
Item_1.OzoneType('event')
OzoneType('event')
], Event);
exports.Event = Event;
export { Event };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,4 +12,3 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });
var ExportSpec;
export var ExportSpec;
(function (ExportSpec) {

@@ -23,2 +21,2 @@ let SearchModeEnum;

})(SearchModeEnum = ExportSpec.SearchModeEnum || (ExportSpec.SearchModeEnum = {}));
})(ExportSpec = exports.ExportSpec || (exports.ExportSpec = {}));
})(ExportSpec || (ExportSpec = {}));

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,6 +10,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Video_1 = require("./Video");
const Item_1 = require("./Item");
let Externalvideo = class Externalvideo extends Video_1.Video {
import { Video } from './Video';
import { OzoneType } from './Item';
let Externalvideo = class Externalvideo extends Video {
constructor(src) {

@@ -26,5 +24,5 @@ super(src);

Externalvideo = __decorate([
Item_1.OzoneType('externalvideo'),
OzoneType('externalvideo'),
__metadata("design:paramtypes", [Externalvideo])
], Externalvideo);
exports.Externalvideo = Externalvideo;
export { Externalvideo };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let File = class File extends Item_1.Item {
import { Item, OzoneType } from './Item';
let File = class File extends Item {
constructor(src) {

@@ -25,5 +23,5 @@ super(src);

File = __decorate([
Item_1.OzoneType('file'),
OzoneType('file'),
__metadata("design:paramtypes", [File])
], File);
exports.File = File;
export { File };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let FlowrAgent = class FlowrAgent extends Item_1.Item {
import { Item, OzoneType } from './Item';
let FlowrAgent = class FlowrAgent extends Item {
constructor(src) {

@@ -28,5 +26,5 @@ super(src);

FlowrAgent = __decorate([
Item_1.OzoneType('flowr.agent'),
OzoneType('flowr.agent'),
__metadata("design:paramtypes", [FlowrAgent])
], FlowrAgent);
exports.FlowrAgent = FlowrAgent;
export { FlowrAgent };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Flowrconfig = class Flowrconfig extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Flowrconfig = class Flowrconfig extends Item {
constructor(src) {

@@ -22,5 +20,5 @@ super(src);

Flowrconfig = __decorate([
Item_1.OzoneType('flowrconfig'),
OzoneType('flowrconfig'),
__metadata("design:paramtypes", [Flowrconfig])
], Flowrconfig);
exports.Flowrconfig = Flowrconfig;
export { Flowrconfig };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let FlowrDoctemplate = class FlowrDoctemplate extends Item_1.Item {
import { Item, OzoneType } from './Item';
let FlowrDoctemplate = class FlowrDoctemplate extends Item {
constructor(src) {

@@ -27,5 +25,5 @@ super(src);

FlowrDoctemplate = __decorate([
Item_1.OzoneType('flowr.doctemplate'),
OzoneType('flowr.doctemplate'),
__metadata("design:paramtypes", [FlowrDoctemplate])
], FlowrDoctemplate);
exports.FlowrDoctemplate = FlowrDoctemplate;
export { FlowrDoctemplate };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,6 +10,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Recording_1 = require("./Recording");
const Item_1 = require("./Item");
let Flowrecording = class Flowrecording extends Recording_1.Recording {
import { Recording } from './Recording';
import { OzoneType } from './Item';
let Flowrecording = class Flowrecording extends Recording {
constructor(src) {

@@ -25,5 +23,5 @@ super(src);

Flowrecording = __decorate([
Item_1.OzoneType('flowrecording'),
OzoneType('flowrecording'),
__metadata("design:paramtypes", [Flowrecording])
], Flowrecording);
exports.Flowrecording = Flowrecording;
export { Flowrecording };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let FlowrEpg = class FlowrEpg extends Item_1.Item {
import { Item, OzoneType } from './Item';
let FlowrEpg = class FlowrEpg extends Item {
constructor(src) {

@@ -23,5 +21,5 @@ super(src);

FlowrEpg = __decorate([
Item_1.OzoneType('flowr.epg'),
OzoneType('flowr.epg'),
__metadata("design:paramtypes", [FlowrEpg])
], FlowrEpg);
exports.FlowrEpg = FlowrEpg;
export { FlowrEpg };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,1 +1,3 @@

import { FlowrCecSettings } from './FlowrCecSettings';
import { FlowrDisplaySettings } from './FlowrDisplaySettings';
import { FlowrGeolocation } from './FlowrGeolocation';

@@ -5,5 +7,8 @@ import { FlowrRemoteControlSettings } from './FlowrRemoteControlSettings';

export declare class FlowrFrontendSettings extends Item {
alarmPageId?: UUID;
audioLanguage?: string;
autoUpdate?: boolean;
bootPageId?: UUID;
flowrCecSettings?: FlowrCecSettings;
flowrDisplaySettings?: FlowrDisplaySettings;
flowrRemoteControlSettings?: FlowrRemoteControlSettings;

@@ -15,2 +20,3 @@ interfaceLanguage?: string;

preferredContent?: UUID[];
sipServer?: string;
startVolume?: number;

@@ -17,0 +23,0 @@ subtitlesLanguage?: string;

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,10 +10,12 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let FlowrFrontendSettings = class FlowrFrontendSettings extends Item_1.Item {
import { Item, OzoneType } from './Item';
let FlowrFrontendSettings = class FlowrFrontendSettings extends Item {
constructor(src) {
super(src);
this.alarmPageId = src.alarmPageId;
this.audioLanguage = src.audioLanguage;
this.autoUpdate = src.autoUpdate;
this.bootPageId = src.bootPageId;
this.flowrCecSettings = src.flowrCecSettings;
this.flowrDisplaySettings = src.flowrDisplaySettings;
this.flowrRemoteControlSettings = src.flowrRemoteControlSettings;

@@ -26,2 +27,3 @@ this.interfaceLanguage = src.interfaceLanguage;

this.preferredContent = src.preferredContent;
this.sipServer = src.sipServer;
this.startVolume = src.startVolume;

@@ -33,5 +35,5 @@ this.subtitlesLanguage = src.subtitlesLanguage;

FlowrFrontendSettings = __decorate([
Item_1.OzoneType('flowr.frontend.settings'),
OzoneType('flowr.frontend.settings'),
__metadata("design:paramtypes", [FlowrFrontendSettings])
], FlowrFrontendSettings);
exports.FlowrFrontendSettings = FlowrFrontendSettings;
export { FlowrFrontendSettings };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let FlowrGeolocation = class FlowrGeolocation extends Item_1.Item {
import { Item, OzoneType } from './Item';
let FlowrGeolocation = class FlowrGeolocation extends Item {
constructor(src) {

@@ -23,5 +21,5 @@ super(src);

FlowrGeolocation = __decorate([
Item_1.OzoneType('flowr.geolocation'),
OzoneType('flowr.geolocation'),
__metadata("design:paramtypes", [FlowrGeolocation])
], FlowrGeolocation);
exports.FlowrGeolocation = FlowrGeolocation;
export { FlowrGeolocation };
import { SubscriptionAction } from './SubscriptionAction';
import { UUID } from './Item';
export declare class FlowrGrantcontent extends SubscriptionAction {
actionRoles?: string[];
packages?: UUID[];
tags?: string[];

@@ -5,0 +7,0 @@ unlimitedRights?: boolean;

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,9 +10,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const SubscriptionAction_1 = require("./SubscriptionAction");
const Item_1 = require("./Item");
let FlowrGrantcontent = class FlowrGrantcontent extends SubscriptionAction_1.SubscriptionAction {
import { SubscriptionAction } from './SubscriptionAction';
import { OzoneType } from './Item';
let FlowrGrantcontent = class FlowrGrantcontent extends SubscriptionAction {
constructor(src) {
super(src);
this.actionRoles = src.actionRoles;
this.packages = src.packages;
this.tags = src.tags;

@@ -24,5 +23,5 @@ this.unlimitedRights = src.unlimitedRights;

FlowrGrantcontent = __decorate([
Item_1.OzoneType('flowr.grantcontent'),
OzoneType('flowr.grantcontent'),
__metadata("design:paramtypes", [FlowrGrantcontent])
], FlowrGrantcontent);
exports.FlowrGrantcontent = FlowrGrantcontent;
export { FlowrGrantcontent };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -13,6 +13,4 @@ import { ServiceInfo } from './ServiceInfo';

};
ratioEffectiveTotal?: number;
replicaId?: string;
serviceName?: string;
totalDuration?: number;
replicaId: string;
serviceName: string;
url?: string;

@@ -19,0 +17,0 @@ userAgent?: string;

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,6 +10,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const TimestampedItem_1 = require("./TimestampedItem");
const Item_1 = require("./Item");
let FlowrMediaplay = class FlowrMediaplay extends TimestampedItem_1.TimestampedItem {
import { TimestampedItem } from './TimestampedItem';
import { OzoneType } from './Item';
let FlowrMediaplay = class FlowrMediaplay extends TimestampedItem {
constructor(src) {

@@ -24,6 +22,4 @@ super(src);

this.properties = src.properties;
this.ratioEffectiveTotal = src.ratioEffectiveTotal;
this.replicaId = src.replicaId;
this.serviceName = src.serviceName;
this.totalDuration = src.totalDuration;
this.url = src.url;

@@ -34,5 +30,5 @@ this.userAgent = src.userAgent;

FlowrMediaplay = __decorate([
Item_1.OzoneType('flowr.mediaplay'),
OzoneType('flowr.mediaplay'),
__metadata("design:paramtypes", [FlowrMediaplay])
], FlowrMediaplay);
exports.FlowrMediaplay = FlowrMediaplay;
export { FlowrMediaplay };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,2 +6,3 @@ import { Item } from './Item';

};
constructor(src: FlowrPackage);
}

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -8,9 +7,16 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let FlowrPackage = class FlowrPackage extends Item_1.Item {
var __metadata = (this && this.__metadata) || function (k, v) {
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
};
import { Item, OzoneType } from './Item';
let FlowrPackage = class FlowrPackage extends Item {
constructor(src) {
super(src);
this.localizedName = src.localizedName;
}
};
FlowrPackage = __decorate([
Item_1.OzoneType("flowr.package")
OzoneType('flowr.package'),
__metadata("design:paramtypes", [FlowrPackage])
], FlowrPackage);
exports.FlowrPackage = FlowrPackage;
export { FlowrPackage };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let FlowrRemoteControlSettings = class FlowrRemoteControlSettings extends Item_1.Item {
import { Item, OzoneType } from './Item';
let FlowrRemoteControlSettings = class FlowrRemoteControlSettings extends Item {
constructor(src) {

@@ -21,5 +19,5 @@ super(src);

FlowrRemoteControlSettings = __decorate([
Item_1.OzoneType('flowr.remote.control.settings'),
OzoneType('flowr.remote.control.settings'),
__metadata("design:paramtypes", [FlowrRemoteControlSettings])
], FlowrRemoteControlSettings);
exports.FlowrRemoteControlSettings = FlowrRemoteControlSettings;
export { FlowrRemoteControlSettings };

@@ -13,6 +13,6 @@ import { ServiceInfo } from './ServiceInfo';

};
replicaId?: string;
serviceName?: string;
replicaId: string;
serviceName: string;
userAgent?: string;
constructor(src: FlowrScenesdisplay);
}

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,6 +10,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const TimestampedItem_1 = require("./TimestampedItem");
const Item_1 = require("./Item");
let FlowrScenesdisplay = class FlowrScenesdisplay extends TimestampedItem_1.TimestampedItem {
import { TimestampedItem } from './TimestampedItem';
import { OzoneType } from './Item';
let FlowrScenesdisplay = class FlowrScenesdisplay extends TimestampedItem {
constructor(src) {

@@ -30,5 +28,5 @@ super(src);

FlowrScenesdisplay = __decorate([
Item_1.OzoneType('flowr.scenesdisplay'),
OzoneType('flowr.scenesdisplay'),
__metadata("design:paramtypes", [FlowrScenesdisplay])
], FlowrScenesdisplay);
exports.FlowrScenesdisplay = FlowrScenesdisplay;
export { FlowrScenesdisplay };

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -8,10 +7,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Media_1 = require("./Media");
const Item_1 = require("./Item");
let Folder = class Folder extends Media_1.Media {
import { Media } from './Media';
import { OzoneType } from './Item';
let Folder = class Folder extends Media {
};
Folder = __decorate([
Item_1.OzoneType('folder')
OzoneType('folder')
], Folder);
exports.Folder = Folder;
export { Folder };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });
import { Metric } from './Metric';
export declare class FunctionCounter extends Metric {
count?: number;
count: number;
constructor(src: FunctionCounter);
}

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,6 +10,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Metric_1 = require("./Metric");
const Item_1 = require("./Item");
let FunctionCounter = class FunctionCounter extends Metric_1.Metric {
import { Metric } from './Metric';
import { OzoneType } from './Item';
let FunctionCounter = class FunctionCounter extends Metric {
constructor(src) {

@@ -22,5 +20,5 @@ super(src);

FunctionCounter = __decorate([
Item_1.OzoneType('functionCounter'),
OzoneType('functionCounter'),
__metadata("design:paramtypes", [FunctionCounter])
], FunctionCounter);
exports.FunctionCounter = FunctionCounter;
export { FunctionCounter };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });
import { Metric } from './Metric';
export declare class FunctionTimer extends Metric {
count?: number;
mean?: number;
totalTime?: number;
count: number;
mean: number;
totalTime: number;
constructor(src: FunctionTimer);
}

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,6 +10,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Metric_1 = require("./Metric");
const Item_1 = require("./Item");
let FunctionTimer = class FunctionTimer extends Metric_1.Metric {
import { Metric } from './Metric';
import { OzoneType } from './Item';
let FunctionTimer = class FunctionTimer extends Metric {
constructor(src) {

@@ -24,5 +22,5 @@ super(src);

FunctionTimer = __decorate([
Item_1.OzoneType('functionTimer'),
OzoneType('functionTimer'),
__metadata("design:paramtypes", [FunctionTimer])
], FunctionTimer);
exports.FunctionTimer = FunctionTimer;
export { FunctionTimer };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });
import { Metric } from './Metric';
export declare class Gauge extends Metric {
value?: number;
value: number;
constructor(src: Gauge);
}

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,6 +10,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Metric_1 = require("./Metric");
const Item_1 = require("./Item");
let Gauge = class Gauge extends Metric_1.Metric {
import { Metric } from './Metric';
import { OzoneType } from './Item';
let Gauge = class Gauge extends Metric {
constructor(src) {

@@ -22,5 +20,5 @@ super(src);

Gauge = __decorate([
Item_1.OzoneType('gauge'),
OzoneType('gauge'),
__metadata("design:paramtypes", [Gauge])
], Gauge);
exports.Gauge = Gauge;
export { Gauge };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,4 +12,3 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });
var Grants;
export var Grants;
(function (Grants) {

@@ -57,2 +55,2 @@ let GrantsEnum;

})(FieldGrantsEnum = Grants.FieldGrantsEnum || (Grants.FieldGrantsEnum = {}));
})(Grants = exports.Grants || (exports.Grants = {}));
})(Grants || (Grants = {}));

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,4 +1,5 @@

import { FlowrPackageable } from './FlowrPackageable';
import { RestrictedContent } from './RestrictedContent';
import { Item, UUID } from './Item';
export declare class Gui extends Item implements RestrictedContent {
export declare class Gui extends Item implements RestrictedContent, FlowrPackageable {
guiUuid?: UUID;

@@ -10,3 +11,3 @@ i18n?: string;

onlyShowIfAssetsAvailable?: boolean;
packages?: string[];
packages?: UUID[];
parent?: UUID;

@@ -13,0 +14,0 @@ restricted?: boolean;

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Gui = class Gui extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Gui = class Gui extends Item {
constructor(src) {

@@ -30,5 +28,5 @@ super(src);

Gui = __decorate([
Item_1.OzoneType('gui'),
OzoneType('gui'),
__metadata("design:paramtypes", [Gui])
], Gui);
exports.Gui = Gui;
export { Gui };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,6 +10,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Media_1 = require("./Media");
const Item_1 = require("./Item");
let Image = class Image extends Media_1.Media {
import { Media } from './Media';
import { OzoneType } from './Item';
let Image = class Image extends Media {
constructor(src) {

@@ -22,5 +20,5 @@ super(src);

Image = __decorate([
Item_1.OzoneType('image'),
OzoneType('image'),
__metadata("design:paramtypes", [Image])
], Image);
exports.Image = Image;
export { Image };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,6 +10,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const DeviceInfo_1 = require("./DeviceInfo");
const Item_1 = require("./Item");
let InputDevice = class InputDevice extends DeviceInfo_1.DeviceInfo {
import { DeviceInfo } from './DeviceInfo';
import { OzoneType } from './Item';
let InputDevice = class InputDevice extends DeviceInfo {
constructor(src) {

@@ -22,5 +20,5 @@ super(src);

InputDevice = __decorate([
Item_1.OzoneType('input.device'),
OzoneType('input.device'),
__metadata("design:paramtypes", [InputDevice])
], InputDevice);
exports.InputDevice = InputDevice;
export { InputDevice };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,9 +10,8 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
var State;
export var State;
(function (State) {
State["OK"] = "OK";
State["ERROR"] = "ERROR";
})(State = exports.State || (exports.State = {}));
var Validity;
})(State || (State = {}));
export var Validity;
(function (Validity) {

@@ -23,4 +21,4 @@ Validity["VALID"] = "VALID";

Validity["UNKNOWN"] = "UNKNOWN";
})(Validity = exports.Validity || (exports.Validity = {}));
var Security;
})(Validity || (Validity = {}));
export var Security;
(function (Security) {

@@ -30,4 +28,4 @@ Security["ALLOWED"] = "ALLOWED";

Security["UNKNOWN"] = "UNKNOWN";
})(Security = exports.Security || (exports.Security = {}));
var Persistence;
})(Security || (Security = {}));
export var Persistence;
(function (Persistence) {

@@ -38,3 +36,3 @@ Persistence["NEW"] = "NEW";

Persistence["SAVE_ERROR"] = "SAVE_ERROR";
})(Persistence = exports.Persistence || (exports.Persistence = {}));
})(Persistence || (Persistence = {}));
let Item = class Item {

@@ -60,3 +58,3 @@ constructor(src) {

], Item);
exports.Item = Item;
export { Item };
function toPatch(item) {

@@ -91,6 +89,5 @@ let patch = {};

}
class GenericItem extends Item {
export class GenericItem extends Item {
}
exports.GenericItem = GenericItem;
function OzoneType(typeIdentifier) {
export function OzoneType(typeIdentifier) {
return function (constructor) {

@@ -105,2 +102,1 @@ return class extends constructor {

}
exports.OzoneType = OzoneType;

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -8,10 +7,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const InputDevice_1 = require("./InputDevice");
const Item_1 = require("./Item");
let Joystick = class Joystick extends InputDevice_1.InputDevice {
import { InputDevice } from './InputDevice';
import { OzoneType } from './Item';
let Joystick = class Joystick extends InputDevice {
};
Joystick = __decorate([
Item_1.OzoneType('joystick')
OzoneType('joystick')
], Joystick);
exports.Joystick = Joystick;
export { Joystick };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,6 +10,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Media_1 = require("./Media");
const Item_1 = require("./Item");
let ListModel = class ListModel extends Media_1.Media {
import { Media } from './Media';
import { OzoneType } from './Item';
let ListModel = class ListModel extends Media {
constructor(src) {

@@ -22,5 +20,5 @@ super(src);

ListModel = __decorate([
Item_1.OzoneType('list'),
OzoneType('list'),
__metadata("design:paramtypes", [ListModel])
], ListModel);
exports.ListModel = ListModel;
export { ListModel };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -10,4 +10,4 @@ import { ServiceInfo } from './ServiceInfo';

};
replicaId?: string;
serviceName?: string;
replicaId: string;
serviceName: string;
severity: string;

@@ -14,0 +14,0 @@ stackTrace: string;

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,6 +10,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const TimestampedItem_1 = require("./TimestampedItem");
const Item_1 = require("./Item");
let LogItem = class LogItem extends TimestampedItem_1.TimestampedItem {
import { TimestampedItem } from './TimestampedItem';
import { OzoneType } from './Item';
let LogItem = class LogItem extends TimestampedItem {
constructor(src) {

@@ -30,5 +28,5 @@ super(src);

LogItem = __decorate([
Item_1.OzoneType('logItem'),
OzoneType('logItem'),
__metadata("design:paramtypes", [LogItem])
], LogItem);
exports.LogItem = LogItem;
export { LogItem };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });
import { Metric } from './Metric';
export declare class LongTaskTimer extends Metric {
duration?: number;
duration: number;
constructor(src: LongTaskTimer);
}

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,6 +10,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Metric_1 = require("./Metric");
const Item_1 = require("./Item");
let LongTaskTimer = class LongTaskTimer extends Metric_1.Metric {
import { Metric } from './Metric';
import { OzoneType } from './Item';
let LongTaskTimer = class LongTaskTimer extends Metric {
constructor(src) {

@@ -22,5 +20,5 @@ super(src);

LongTaskTimer = __decorate([
Item_1.OzoneType('longTaskTimer'),
OzoneType('longTaskTimer'),
__metadata("design:paramtypes", [LongTaskTimer])
], LongTaskTimer);
exports.LongTaskTimer = LongTaskTimer;
export { LongTaskTimer };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,4 +12,3 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });
var MatchQuery;
export var MatchQuery;
(function (MatchQuery) {

@@ -22,2 +20,2 @@ let OperatorEnum;

})(OperatorEnum = MatchQuery.OperatorEnum || (MatchQuery.OperatorEnum = {}));
})(MatchQuery = exports.MatchQuery || (exports.MatchQuery = {}));
})(MatchQuery || (MatchQuery = {}));
import { FlowrMedia } from './FlowrMedia';
import { FlowrPackageable } from './FlowrPackageable';
import { FlowrTransient } from './FlowrTransient';
import { RestrictedContent } from './RestrictedContent';
import { TagsCustom } from './TagsCustom';
import { Item, UUID, Instant } from './Item';
export declare class Media extends Item implements TagsCustom, FlowrMedia, RestrictedContent {
export declare class Media extends Item implements TagsCustom, FlowrMedia, RestrictedContent, FlowrPackageable, FlowrTransient {
byLine?: string;

@@ -38,2 +40,3 @@ caption?: string;

objectName?: string;
packages?: UUID[];
parentFolder?: UUID;

@@ -51,4 +54,6 @@ previewDate?: Instant;

usage?: string;
validFrom?: Instant;
validUntil?: Instant;
width?: number;
constructor(src: Media);
}

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Media = class Media extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Media = class Media extends Item {
constructor(src) {

@@ -41,2 +39,3 @@ super(src);

this.objectName = src.objectName;
this.packages = src.packages;
this.parentFolder = src.parentFolder;

@@ -54,2 +53,4 @@ this.previewDate = src.previewDate;

this.usage = src.usage;
this.validFrom = src.validFrom;
this.validUntil = src.validUntil;
this.width = src.width;

@@ -59,5 +60,5 @@ }

Media = __decorate([
Item_1.OzoneType('media'),
OzoneType('media'),
__metadata("design:paramtypes", [Media])
], Media);
exports.Media = Media;
export { Media };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Message = class Message extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Message = class Message extends Item {
constructor(src) {

@@ -36,5 +34,5 @@ super(src);

Message = __decorate([
Item_1.OzoneType('message'),
OzoneType('message'),
__metadata("design:paramtypes", [Message])
], Message);
exports.Message = Message;
export { Message };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -8,6 +8,6 @@ import { ServiceInfo } from './ServiceInfo';

};
replicaId?: string;
serviceName?: string;
replicaId: string;
serviceName: string;
tags?: string[];
constructor(src: Metric);
}

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,6 +10,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const TimestampedItem_1 = require("./TimestampedItem");
const Item_1 = require("./Item");
let Metric = class Metric extends TimestampedItem_1.TimestampedItem {
import { TimestampedItem } from './TimestampedItem';
import { OzoneType } from './Item';
let Metric = class Metric extends TimestampedItem {
constructor(src) {

@@ -26,5 +24,5 @@ super(src);

Metric = __decorate([
Item_1.OzoneType('metric'),
OzoneType('metric'),
__metadata("design:paramtypes", [Metric])
], Metric);
exports.Metric = Metric;
export { Metric };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,105 +0,100 @@

"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"));
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';

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Network = class Network extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Network = class Network extends Item {
constructor(src) {

@@ -24,5 +22,5 @@ super(src);

Network = __decorate([
Item_1.OzoneType('network'),
OzoneType('network'),
__metadata("design:paramtypes", [Network])
], Network);
exports.Network = Network;
export { Network };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let OrganizationInfo = class OrganizationInfo extends Item_1.Item {
import { Item, OzoneType } from './Item';
let OrganizationInfo = class OrganizationInfo extends Item {
constructor(src) {

@@ -26,5 +24,5 @@ super(src);

OrganizationInfo = __decorate([
Item_1.OzoneType('organization.info'),
OzoneType('organization.info'),
__metadata("design:paramtypes", [OrganizationInfo])
], OrganizationInfo);
exports.OrganizationInfo = OrganizationInfo;
export { OrganizationInfo };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,4 +12,3 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });
var OwnTenantEntityFilter;
export var OwnTenantEntityFilter;
(function (OwnTenantEntityFilter) {

@@ -27,2 +25,2 @@ let ModeEnum;

})(ModeEnum = OwnTenantEntityFilter.ModeEnum || (OwnTenantEntityFilter.ModeEnum = {}));
})(OwnTenantEntityFilter = exports.OwnTenantEntityFilter || (exports.OwnTenantEntityFilter = {}));
})(OwnTenantEntityFilter || (OwnTenantEntityFilter = {}));

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,4 +12,3 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });
var OwnTenantQuery;
export var OwnTenantQuery;
(function (OwnTenantQuery) {

@@ -27,2 +25,2 @@ let ModeEnum;

})(ModeEnum = OwnTenantQuery.ModeEnum || (OwnTenantQuery.ModeEnum = {}));
})(OwnTenantQuery = exports.OwnTenantQuery || (exports.OwnTenantQuery = {}));
})(OwnTenantQuery || (OwnTenantQuery = {}));

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Passingtime = class Passingtime extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Passingtime = class Passingtime extends Item {
constructor(src) {

@@ -23,5 +21,5 @@ super(src);

Passingtime = __decorate([
Item_1.OzoneType('passingtime'),
OzoneType('passingtime'),
__metadata("design:paramtypes", [Passingtime])
], Passingtime);
exports.Passingtime = Passingtime;
export { Passingtime };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -8,10 +7,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const File_1 = require("./File");
const Item_1 = require("./Item");
let Playlist = class Playlist extends File_1.File {
import { File } from './File';
import { OzoneType } from './Item';
let Playlist = class Playlist extends File {
};
Playlist = __decorate([
Item_1.OzoneType('playlist')
OzoneType('playlist')
], Playlist);
exports.Playlist = Playlist;
export { Playlist };

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -8,10 +7,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const File_1 = require("./File");
const Item_1 = require("./Item");
let PlaylistFolder = class PlaylistFolder extends File_1.File {
import { File } from './File';
import { OzoneType } from './Item';
let PlaylistFolder = class PlaylistFolder extends File {
};
PlaylistFolder = __decorate([
Item_1.OzoneType('playlist.folder')
OzoneType('playlist.folder')
], PlaylistFolder);
exports.PlaylistFolder = PlaylistFolder;
export { PlaylistFolder };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Postingindex = class Postingindex extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Postingindex = class Postingindex extends Item {
constructor(src) {

@@ -22,5 +20,5 @@ super(src);

Postingindex = __decorate([
Item_1.OzoneType('postingindex'),
OzoneType('postingindex'),
__metadata("design:paramtypes", [Postingindex])
], Postingindex);
exports.Postingindex = Postingindex;
export { Postingindex };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,4 +12,3 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });
var QueryStringQuery;
export var QueryStringQuery;
(function (QueryStringQuery) {

@@ -22,2 +20,2 @@ let DefaultOperatorEnum;

})(DefaultOperatorEnum = QueryStringQuery.DefaultOperatorEnum || (QueryStringQuery.DefaultOperatorEnum = {}));
})(QueryStringQuery = exports.QueryStringQuery || (exports.QueryStringQuery = {}));
})(QueryStringQuery || (QueryStringQuery = {}));

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Recording = class Recording extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Recording = class Recording extends Item {
constructor(src) {

@@ -25,5 +23,5 @@ super(src);

Recording = __decorate([
Item_1.OzoneType('recording'),
OzoneType('recording'),
__metadata("design:paramtypes", [Recording])
], Recording);
exports.Recording = Recording;
export { Recording };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -13,6 +13,9 @@ import { Item } from './Item';

a9?: string;
bedName?: string;
checkOut?: number;
classOfService?: string;
code?: string;
date?: number;
guestArrivalDate?: number;
guestBirthDate?: string;
guestDepartureDate?: number;

@@ -32,10 +35,18 @@ guestFirstName?: string;

roomNumber?: string;
sdaName?: string;
sdaPrefix?: string;
serviceName?: string;
shareFlag?: string;
swapFlag?: string;
telEnabled?: boolean;
time?: number;
tmmAddress?: string;
tmmName?: string;
tvEnabled?: boolean;
tvRights?: string;
videoRights?: string;
visitNumber?: string;
webEnabled?: boolean;
workstationId?: string;
constructor(src: Reservation);
}

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Reservation = class Reservation extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Reservation = class Reservation extends Item {
constructor(src) {

@@ -27,6 +25,9 @@ super(src);

this.a9 = src.a9;
this.bedName = src.bedName;
this.checkOut = src.checkOut;
this.classOfService = src.classOfService;
this.code = src.code;
this.date = src.date;
this.guestArrivalDate = src.guestArrivalDate;
this.guestBirthDate = src.guestBirthDate;
this.guestDepartureDate = src.guestDepartureDate;

@@ -46,8 +47,16 @@ this.guestFirstName = src.guestFirstName;

this.roomNumber = src.roomNumber;
this.sdaName = src.sdaName;
this.sdaPrefix = src.sdaPrefix;
this.serviceName = src.serviceName;
this.shareFlag = src.shareFlag;
this.swapFlag = src.swapFlag;
this.telEnabled = src.telEnabled;
this.time = src.time;
this.tmmAddress = src.tmmAddress;
this.tmmName = src.tmmName;
this.tvEnabled = src.tvEnabled;
this.tvRights = src.tvRights;
this.videoRights = src.videoRights;
this.visitNumber = src.visitNumber;
this.webEnabled = src.webEnabled;
this.workstationId = src.workstationId;

@@ -57,5 +66,5 @@ }

Reservation = __decorate([
Item_1.OzoneType('reservation'),
OzoneType('reservation'),
__metadata("design:paramtypes", [Reservation])
], Reservation);
exports.Reservation = Reservation;
export { Reservation };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,4 +12,3 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });
var Role;
export var Role;
(function (Role) {

@@ -23,2 +21,2 @@ let VirtualHostDependencyEnum;

})(VirtualHostDependencyEnum = Role.VirtualHostDependencyEnum || (Role.VirtualHostDependencyEnum = {}));
})(Role = exports.Role || (exports.Role = {}));
})(Role || (Role = {}));

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Room = class Room extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Room = class Room extends Item {
constructor(src) {

@@ -22,5 +20,5 @@ super(src);

Room = __decorate([
Item_1.OzoneType('room'),
OzoneType('room'),
__metadata("design:paramtypes", [Room])
], Room);
exports.Room = Room;
export { Room };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,4 +12,3 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });
var SearchRequest;
export var SearchRequest;
(function (SearchRequest) {

@@ -23,2 +21,2 @@ let SearchModeEnum;

})(SearchModeEnum = SearchRequest.SearchModeEnum || (SearchRequest.SearchModeEnum = {}));
})(SearchRequest = exports.SearchRequest || (exports.SearchRequest = {}));
})(SearchRequest || (SearchRequest = {}));

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,4 +6,4 @@ export interface ServiceInfo {

};
replicaId?: string;
serviceName?: string;
replicaId: string;
serviceName: string;
}

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -8,9 +7,8 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Stock = class Stock extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Stock = class Stock extends Item {
};
Stock = __decorate([
Item_1.OzoneType('stock')
OzoneType('stock')
], Stock);
exports.Stock = Stock;
export { Stock };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Subscription = class Subscription extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Subscription = class Subscription extends Item {
constructor(src) {

@@ -26,5 +24,5 @@ super(src);

Subscription = __decorate([
Item_1.OzoneType('subscription'),
OzoneType('subscription'),
__metadata("design:paramtypes", [Subscription])
], Subscription);
exports.Subscription = Subscription;
export { Subscription };

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -8,9 +7,8 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let SubscriptionAction = class SubscriptionAction extends Item_1.Item {
import { Item, OzoneType } from './Item';
let SubscriptionAction = class SubscriptionAction extends Item {
};
SubscriptionAction = __decorate([
Item_1.OzoneType('subscription.action')
OzoneType('subscription.action')
], SubscriptionAction);
exports.SubscriptionAction = SubscriptionAction;
export { SubscriptionAction };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Survey = class Survey extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Survey = class Survey extends Item {
constructor(src) {

@@ -23,5 +21,5 @@ super(src);

Survey = __decorate([
Item_1.OzoneType('survey'),
OzoneType('survey'),
__metadata("design:paramtypes", [Survey])
], Survey);
exports.Survey = Survey;
export { Survey };

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let SurveyCategory = class SurveyCategory extends Item_1.Item {
import { Item, OzoneType } from './Item';
let SurveyCategory = class SurveyCategory extends Item {
constructor(src) {

@@ -22,5 +20,5 @@ super(src);

SurveyCategory = __decorate([
Item_1.OzoneType('survey.category'),
OzoneType('survey.category'),
__metadata("design:paramtypes", [SurveyCategory])
], SurveyCategory);
exports.SurveyCategory = SurveyCategory;
export { SurveyCategory };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let SurveyResponse = class SurveyResponse extends Item_1.Item {
import { Item, OzoneType } from './Item';
let SurveyResponse = class SurveyResponse extends Item {
constructor(src) {

@@ -26,5 +24,5 @@ super(src);

SurveyResponse = __decorate([
Item_1.OzoneType('survey.response'),
OzoneType('survey.response'),
__metadata("design:paramtypes", [SurveyResponse])
], SurveyResponse);
exports.SurveyResponse = SurveyResponse;
export { SurveyResponse };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -8,10 +7,9 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Gauge_1 = require("./Gauge");
const Item_1 = require("./Item");
let TimeGauge = class TimeGauge extends Gauge_1.Gauge {
import { Gauge } from './Gauge';
import { OzoneType } from './Item';
let TimeGauge = class TimeGauge extends Gauge {
};
TimeGauge = __decorate([
Item_1.OzoneType('timeGauge')
OzoneType('timeGauge')
], TimeGauge);
exports.TimeGauge = TimeGauge;
export { TimeGauge };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });
import { Metric } from './Metric';
export declare class Timer extends Metric {
count?: number;
max?: number;
mean?: number;
totalTime?: number;
count: number;
max: number;
mean: number;
totalTime: number;
constructor(src: Timer);
}

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,6 +10,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Metric_1 = require("./Metric");
const Item_1 = require("./Item");
let Timer = class Timer extends Metric_1.Metric {
import { Metric } from './Metric';
import { OzoneType } from './Item';
let Timer = class Timer extends Metric {
constructor(src) {

@@ -25,5 +23,5 @@ super(src);

Timer = __decorate([
Item_1.OzoneType('timer'),
OzoneType('timer'),
__metadata("design:paramtypes", [Timer])
], Timer);
exports.Timer = Timer;
export { Timer };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });
import { Item, Instant } from './Item';
export declare class TimestampedItem extends Item {
date?: Instant;
date: Instant;
constructor(src: TimestampedItem);
}

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let TimestampedItem = class TimestampedItem extends Item_1.Item {
import { Item, OzoneType } from './Item';
let TimestampedItem = class TimestampedItem extends Item {
constructor(src) {

@@ -21,5 +19,5 @@ super(src);

TimestampedItem = __decorate([
Item_1.OzoneType('timestampedItem'),
OzoneType('timestampedItem'),
__metadata("design:paramtypes", [TimestampedItem])
], TimestampedItem);
exports.TimestampedItem = TimestampedItem;
export { TimestampedItem };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Tizenfirmware = class Tizenfirmware extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Tizenfirmware = class Tizenfirmware extends Item {
constructor(src) {

@@ -25,5 +23,5 @@ super(src);

Tizenfirmware = __decorate([
Item_1.OzoneType('tizenfirmware'),
OzoneType('tizenfirmware'),
__metadata("design:paramtypes", [Tizenfirmware])
], Tizenfirmware);
exports.Tizenfirmware = Tizenfirmware;
export { Tizenfirmware };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,4 +12,3 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });
var User;
export var User;
(function (User) {

@@ -30,2 +28,2 @@ let TypeEnum;

})(StatusEnum = User.StatusEnum || (User.StatusEnum = {}));
})(User = exports.User || (exports.User = {}));
})(User || (User = {}));

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,5 +10,4 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Item_1 = require("./Item");
let Vehicleposition = class Vehicleposition extends Item_1.Item {
import { Item, OzoneType } from './Item';
let Vehicleposition = class Vehicleposition extends Item {
constructor(src) {

@@ -24,5 +22,5 @@ super(src);

Vehicleposition = __decorate([
Item_1.OzoneType('vehicleposition'),
OzoneType('vehicleposition'),
__metadata("design:paramtypes", [Vehicleposition])
], Vehicleposition);
exports.Vehicleposition = Vehicleposition;
export { Vehicleposition };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {

@@ -11,6 +10,5 @@ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;

};
Object.defineProperty(exports, "__esModule", { value: true });
const Media_1 = require("./Media");
const Item_1 = require("./Item");
let Video = class Video extends Media_1.Media {
import { Media } from './Media';
import { OzoneType } from './Item';
let Video = class Video extends Media {
constructor(src) {

@@ -37,5 +35,5 @@ super(src);

Video = __decorate([
Item_1.OzoneType('video'),
OzoneType('video'),
__metadata("design:paramtypes", [Video])
], Video);
exports.Video = Video;
export { Video };

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,2 +0,1 @@

"use strict";
/**

@@ -13,2 +12,1 @@ * Ozone

*/
Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,5 +0,3 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const models_1 = require("../model/models");
class FieldsPermissionUtility {
import { Grants } from '../model/models';
export class FieldsPermissionUtility {
constructor(grant) {

@@ -18,5 +16,4 @@ this.grant = grant;

isFieldEditable(fieldName) {
return this.hasFieldPermission(fieldName, models_1.Grants.FieldGrantsEnum.FIELDEDIT);
return this.hasFieldPermission(fieldName, Grants.FieldGrantsEnum.FIELDEDIT);
}
}
exports.FieldsPermissionUtility = FieldsPermissionUtility;

@@ -1,6 +0,1 @@

"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"));
export * from './fieldsPermissionUtility';
import { ChannelInput } from './ChannelInput'
import { ChannelOutput } from './ChannelOutput'
import { FlowrLogoitem } from './FlowrLogoitem'
import { FlowrPackageable } from './FlowrPackageable'
import { FlowrTransient } from './FlowrTransient'
import { RestrictedContent } from './RestrictedContent'

@@ -9,3 +11,3 @@

@OzoneType('channel')
export class Channel extends Item implements RestrictedContent, FlowrLogoitem {
export class Channel extends Item implements RestrictedContent, FlowrLogoitem, FlowrPackageable, FlowrTransient {
aliases?: string[]

@@ -17,3 +19,2 @@ bufferDuration?: number

defaultPackages?: string[]
enabled?: boolean
highlightLogo?: UUID

@@ -29,2 +30,3 @@ horizontalRes?: number

output?: ChannelOutput
packages?: UUID[]
restricted?: boolean

@@ -34,4 +36,5 @@ scenes?: string[]

transcoderEnabled?: boolean
transcodingEnabled?: boolean
tvGuideNames?: string[]
validFrom?: Instant
validUntil?: Instant
verticalRes?: number

@@ -47,3 +50,2 @@

this.defaultPackages = src.defaultPackages
this.enabled = src.enabled
this.highlightLogo = src.highlightLogo

@@ -59,2 +61,3 @@ this.horizontalRes = src.horizontalRes

this.output = src.output
this.packages = src.packages
this.restricted = src.restricted

@@ -64,6 +67,7 @@ this.scenes = src.scenes

this.transcoderEnabled = src.transcoderEnabled
this.transcodingEnabled = src.transcodingEnabled
this.tvGuideNames = src.tvGuideNames
this.validFrom = src.validFrom
this.validUntil = src.validUntil
this.verticalRes = src.verticalRes
}
}

@@ -7,3 +7,3 @@ import { Metric } from './Metric'

export class Counter extends Metric {
count?: number
count: number

@@ -10,0 +10,0 @@ constructor(src: Counter) {

@@ -9,2 +9,5 @@ import { Event } from './Event'

network?: UUID
shouldBeAcknowledged?: boolean
shouldWakeUpDevice?: boolean
ttl?: number

@@ -15,3 +18,6 @@ constructor(src: DeviceEvent) {

this.network = src.network
this.shouldBeAcknowledged = src.shouldBeAcknowledged
this.shouldWakeUpDevice = src.shouldWakeUpDevice
this.ttl = src.ttl
}
}

@@ -9,2 +9,3 @@ import { FlowrFrontendSettings } from './FlowrFrontendSettings'

activeMacAddress?: string
connectionStatus?: string
deviceType?: string

@@ -18,2 +19,3 @@ deviceVersion?: string

lastLoginIpAddress?: string
lastSeenOnline?: Instant
linkedUser?: UUID

@@ -24,2 +26,4 @@ location?: string

network?: UUID
packages?: UUID[]
pmsPackages?: UUID[]
principalName?: string

@@ -31,3 +35,2 @@ roles?: UUID[]

subLocation?: string
validMacAddress?: string

@@ -37,2 +40,3 @@ constructor(src: DeviceInfo) {

this.activeMacAddress = src.activeMacAddress
this.connectionStatus = src.connectionStatus
this.deviceType = src.deviceType

@@ -46,2 +50,3 @@ this.deviceVersion = src.deviceVersion

this.lastLoginIpAddress = src.lastLoginIpAddress
this.lastSeenOnline = src.lastSeenOnline
this.linkedUser = src.linkedUser

@@ -52,2 +57,4 @@ this.location = src.location

this.network = src.network
this.packages = src.packages
this.pmsPackages = src.pmsPackages
this.principalName = src.principalName

@@ -59,4 +66,3 @@ this.roles = src.roles

this.subLocation = src.subLocation
this.validMacAddress = src.validMacAddress
}
}

@@ -5,2 +5,10 @@ import { Item, UUID, Instant, OzoneType } from './Item'

export class DeviceMessage extends Item {
postingId?: UUID
ttl?: number
constructor(src: DeviceMessage) {
super(src)
this.postingId = src.postingId
this.ttl = src.ttl
}
}

@@ -10,4 +10,2 @@ import { DeviceEvent } from './DeviceEvent'

users?: UUID[]
shouldBeAcknowledged: boolean
shouldWakeUpDevice: boolean

@@ -18,5 +16,3 @@ constructor(src: DeviceMessageEvent) {

this.users = src.users
this.shouldBeAcknowledged = src.shouldBeAcknowledged
this.shouldWakeUpDevice = src.shouldWakeUpDevice
}
}

@@ -7,3 +7,3 @@ import { DeviceMessageFromdevice } from './DeviceMessageFromdevice'

export class DeviceMessageTakescreenshot extends DeviceMessageFromdevice {
delay?: number
delay?: number[]
screenshotId?: string

@@ -10,0 +10,0 @@

@@ -7,8 +7,12 @@ import { DeviceMessageReply } from './DeviceMessageReply'

export class DeviceMessageTakescreenshotreply extends DeviceMessageReply {
screenshotId?: string
screenshots?: UUID[]
url: string
constructor(src: DeviceMessageTakescreenshotreply) {
super(src)
this.screenshotId = src.screenshotId
this.screenshots = src.screenshots
this.url = src.url
}
}

@@ -7,6 +7,6 @@ import { Metric } from './Metric'

export class DistributionSummary extends Metric {
count?: number
max?: number
mean?: number
totalAmount?: number
count: number
max: number
mean: number
totalAmount: number

@@ -13,0 +13,0 @@ constructor(src: DistributionSummary) {

@@ -5,2 +5,3 @@ import { Item, UUID, Instant, OzoneType } from './Item'

export class DnsRecord extends Item {
value: string
dns: UUID

@@ -10,6 +11,6 @@ recordName: string

ttl: number
value: string
constructor(src: DnsRecord) {
super(src)
this.value = src.value
this.dns = src.dns

@@ -16,0 +17,0 @@ this.recordName = src.recordName

@@ -0,1 +1,3 @@

import { FlowrCecSettings } from './FlowrCecSettings'
import { FlowrDisplaySettings } from './FlowrDisplaySettings'
import { FlowrGeolocation } from './FlowrGeolocation'

@@ -8,5 +10,8 @@ import { FlowrRemoteControlSettings } from './FlowrRemoteControlSettings'

export class FlowrFrontendSettings extends Item {
alarmPageId?: UUID
audioLanguage?: string
autoUpdate?: boolean
bootPageId?: UUID
flowrCecSettings?: FlowrCecSettings
flowrDisplaySettings?: FlowrDisplaySettings
flowrRemoteControlSettings?: FlowrRemoteControlSettings

@@ -18,2 +23,3 @@ interfaceLanguage?: string

preferredContent?: UUID[]
sipServer?: string
startVolume?: number

@@ -25,5 +31,8 @@ subtitlesLanguage?: string

super(src)
this.alarmPageId = src.alarmPageId
this.audioLanguage = src.audioLanguage
this.autoUpdate = src.autoUpdate
this.bootPageId = src.bootPageId
this.flowrCecSettings = src.flowrCecSettings
this.flowrDisplaySettings = src.flowrDisplaySettings
this.flowrRemoteControlSettings = src.flowrRemoteControlSettings

@@ -35,2 +44,3 @@ this.interfaceLanguage = src.interfaceLanguage

this.preferredContent = src.preferredContent
this.sipServer = src.sipServer
this.startVolume = src.startVolume

@@ -37,0 +47,0 @@ this.subtitlesLanguage = src.subtitlesLanguage

@@ -8,2 +8,3 @@ import { SubscriptionAction } from './SubscriptionAction'

actionRoles?: string[]
packages?: UUID[]
tags?: string[]

@@ -15,2 +16,3 @@ unlimitedRights?: boolean

this.actionRoles = src.actionRoles
this.packages = src.packages
this.tags = src.tags

@@ -17,0 +19,0 @@ this.unlimitedRights = src.unlimitedRights

@@ -14,6 +14,4 @@ import { ServiceInfo } from './ServiceInfo'

properties?: { [key: string]:string; }
ratioEffectiveTotal?: number
replicaId?: string
serviceName?: string
totalDuration?: number
replicaId: string
serviceName: string
url?: string

@@ -30,6 +28,4 @@ userAgent?: string

this.properties = src.properties
this.ratioEffectiveTotal = src.ratioEffectiveTotal
this.replicaId = src.replicaId
this.serviceName = src.serviceName
this.totalDuration = src.totalDuration
this.url = src.url

@@ -36,0 +32,0 @@ this.userAgent = src.userAgent

@@ -1,6 +0,11 @@

import {Item, UUID, Instant, OzoneType} from './Item'
import { Item, UUID, Instant, OzoneType } from './Item'
@OzoneType("flowr.package")
export class FlowrPackage extends Item {
localizedName?: { [key: string]: string; }
}
@OzoneType('flowr.package')
export class FlowrPackage extends Item {
localizedName?: { [key: string]: string; }
constructor(src: FlowrPackage) {
super(src)
this.localizedName = src.localizedName
}
}

@@ -14,4 +14,4 @@ import { ServiceInfo } from './ServiceInfo'

properties?: { [key: string]:string; }
replicaId?: string
serviceName?: string
replicaId: string
serviceName: string
userAgent?: string

@@ -18,0 +18,0 @@

@@ -1,6 +0,6 @@

import {Item, UUID, Instant, OzoneType} from './Item'
import { Item, UUID, Instant, OzoneType } from './Item'
export interface FlowrTransient {
validFrom?: Instant
validUntil?: Instant
}
export interface FlowrTransient {
validFrom?: Instant
validUntil?: Instant
}

@@ -7,3 +7,3 @@ import { Metric } from './Metric'

export class FunctionCounter extends Metric {
count?: number
count: number

@@ -10,0 +10,0 @@ constructor(src: FunctionCounter) {

@@ -7,5 +7,5 @@ import { Metric } from './Metric'

export class FunctionTimer extends Metric {
count?: number
mean?: number
totalTime?: number
count: number
mean: number
totalTime: number

@@ -12,0 +12,0 @@ constructor(src: FunctionTimer) {

@@ -7,3 +7,3 @@ import { Metric } from './Metric'

export class Gauge extends Metric {
value?: number
value: number

@@ -10,0 +10,0 @@ constructor(src: Gauge) {

@@ -0,1 +1,2 @@

import { FlowrPackageable } from './FlowrPackageable'
import { RestrictedContent } from './RestrictedContent'

@@ -6,3 +7,3 @@

@OzoneType('gui')
export class Gui extends Item implements RestrictedContent {
export class Gui extends Item implements RestrictedContent, FlowrPackageable {
guiUuid?: UUID

@@ -14,3 +15,3 @@ i18n?: string

onlyShowIfAssetsAvailable?: boolean
packages?: string[]
packages?: UUID[]
parent?: UUID

@@ -17,0 +18,0 @@ restricted?: boolean

@@ -12,4 +12,4 @@ import { ServiceInfo } from './ServiceInfo'

properties?: { [key: string]:string; }
replicaId?: string
serviceName?: string
replicaId: string
serviceName: string
severity: string

@@ -16,0 +16,0 @@ stackTrace: string

@@ -7,3 +7,3 @@ import { Metric } from './Metric'

export class LongTaskTimer extends Metric {
duration?: number
duration: number

@@ -10,0 +10,0 @@ constructor(src: LongTaskTimer) {

import { FlowrMedia } from './FlowrMedia'
import { FlowrPackageable } from './FlowrPackageable'
import { FlowrTransient } from './FlowrTransient'
import { RestrictedContent } from './RestrictedContent'

@@ -8,3 +10,3 @@ import { TagsCustom } from './TagsCustom'

@OzoneType('media')
export class Media extends Item implements TagsCustom, FlowrMedia, RestrictedContent {
export class Media extends Item implements TagsCustom, FlowrMedia, RestrictedContent, FlowrPackageable, FlowrTransient {
byLine?: string

@@ -34,2 +36,3 @@ caption?: string

objectName?: string
packages?: UUID[]
parentFolder?: UUID

@@ -47,2 +50,4 @@ previewDate?: Instant

usage?: string
validFrom?: Instant
validUntil?: Instant
width?: number

@@ -76,2 +81,3 @@

this.objectName = src.objectName
this.packages = src.packages
this.parentFolder = src.parentFolder

@@ -89,4 +95,6 @@ this.previewDate = src.previewDate

this.usage = src.usage
this.validFrom = src.validFrom
this.validUntil = src.validUntil
this.width = src.width
}
}

@@ -10,4 +10,4 @@ import { ServiceInfo } from './ServiceInfo'

properties?: { [key: string]:string; }
replicaId?: string
serviceName?: string
replicaId: string
serviceName: string
tags?: string[]

@@ -14,0 +14,0 @@

@@ -15,6 +15,9 @@ import { Item, UUID, Instant, OzoneType } from './Item'

a9?: string
bedName?: string
checkOut?: number
classOfService?: string
code?: string
date?: number
guestArrivalDate?: number
guestBirthDate?: string
guestDepartureDate?: number

@@ -34,8 +37,16 @@ guestFirstName?: string

roomNumber?: string
sdaName?: string
sdaPrefix?: string
serviceName?: string
shareFlag?: string
swapFlag?: string
telEnabled?: boolean
time?: number
tmmAddress?: string
tmmName?: string
tvEnabled?: boolean
tvRights?: string
videoRights?: string
visitNumber?: string
webEnabled?: boolean
workstationId?: string

@@ -55,6 +66,9 @@

this.a9 = src.a9
this.bedName = src.bedName
this.checkOut = src.checkOut
this.classOfService = src.classOfService
this.code = src.code
this.date = src.date
this.guestArrivalDate = src.guestArrivalDate
this.guestBirthDate = src.guestBirthDate
this.guestDepartureDate = src.guestDepartureDate

@@ -74,10 +88,18 @@ this.guestFirstName = src.guestFirstName

this.roomNumber = src.roomNumber
this.sdaName = src.sdaName
this.sdaPrefix = src.sdaPrefix
this.serviceName = src.serviceName
this.shareFlag = src.shareFlag
this.swapFlag = src.swapFlag
this.telEnabled = src.telEnabled
this.time = src.time
this.tmmAddress = src.tmmAddress
this.tmmName = src.tmmName
this.tvEnabled = src.tvEnabled
this.tvRights = src.tvRights
this.videoRights = src.videoRights
this.visitNumber = src.visitNumber
this.webEnabled = src.webEnabled
this.workstationId = src.workstationId
}
}

@@ -6,4 +6,4 @@ import { Item, UUID, Instant, OzoneType } from './Item'

properties?: { [key: string]:string; }
replicaId?: string
serviceName?: string
replicaId: string
serviceName: string
}

@@ -7,6 +7,6 @@ import { Metric } from './Metric'

export class Timer extends Metric {
count?: number
max?: number
mean?: number
totalTime?: number
count: number
max: number
mean: number
totalTime: number

@@ -13,0 +13,0 @@ constructor(src: Timer) {

@@ -5,3 +5,3 @@ import { Item, UUID, Instant, OzoneType } from './Item'

export class TimestampedItem extends Item {
date?: Instant
date: Instant

@@ -8,0 +8,0 @@ constructor(src: TimestampedItem) {

{
"name": "ozone-type",
"version": "5.2.1-alpha.0",
"version": "5.2.1",
"publishConfig": {

@@ -21,3 +21,3 @@ "access": "public"

"license": "ISC",
"gitHead": "add550ef77b4ff5e528938c9ac750b159ce9636a"
"gitHead": "713378763117304f56664509f5ccec75cb189e9d"
}
{
"compilerOptions": {
"target": "es6", // Use of ES6
"module": "commonjs",
"module": "esnext",
"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