@golemio/energetics
Version:
Golemio Energetics Module
404 lines (403 loc) • 12.2 kB
TypeScript
import { ModelAttributes } from "@golemio/core/dist/shared/sequelize";
declare const EnergeticsVpalac: {
measurement: {
datasourceJsonSchema: {
type: string;
items: {
type: string;
properties: {
values: {
type: string;
items: {
type: string;
properties: {
timestamp: {
type: string;
};
value: {
type: string[];
};
};
required: string[];
};
additionalItems: boolean;
};
var_id: {
type: string;
};
};
required: string[];
additionalProperties: boolean;
};
};
name: string;
outputJsonSchema: {
type: string;
items: {
type: string;
properties: {
time_measurement: {
type: string;
};
value: {
type: string[];
};
var_id: {
type: string;
};
};
required: string[];
additionalProperties: boolean;
};
};
outputSequelizeAttributes: ModelAttributes<any, any>;
pgTableName: string;
};
measuringEquipment: {
datasourceJsonSchema: {
type: string;
items: {
type: string;
properties: {
me_do: {
type: string[];
};
me_extid: {
type: string[];
};
me_fakt: {
type: string[];
};
me_id: {
type: string;
};
me_od: {
type: string[];
};
me_plom: {
type: string[];
};
me_serial: {
type: string[];
};
me_zapoc: {
type: string[];
};
met_id: {
type: string[];
};
mis_id: {
type: string[];
};
mis_nazev: {
type: string[];
};
poc_typode: {
type: string[];
};
pot_id: {
type: string;
};
umisteni: {
type: string[];
};
var_id: {
type: string[];
};
};
required: string[];
additionalProperties: boolean;
};
};
name: string;
outputJsonSchema: {
type: string;
items: {
type: string;
properties: {
me_do: {
type: string[];
};
me_extid: {
type: string[];
};
me_fakt: {
type: string[];
};
me_id: {
type: string;
};
me_od: {
type: string[];
};
me_plom: {
type: string[];
};
me_serial: {
type: string[];
};
me_zapoc: {
type: string[];
};
met_id: {
type: string[];
};
mis_id: {
type: string[];
};
mis_nazev: {
type: string[];
};
poc_typode: {
type: string[];
};
pot_id: {
type: string;
};
umisteni: {
type: string[];
};
var_id: {
type: string[];
};
};
required: string[];
additionalProperties: boolean;
};
};
outputSequelizeAttributes: ModelAttributes<any, any>;
pgTableName: string;
};
meterType: {
datasourceJsonSchema: {
type: string;
items: {
type: string;
properties: {
fir_id: {
type: string[];
};
medium: {
type: string[];
};
met_druh: {
type: string[];
};
met_id: {
type: string;
};
met_kod: {
type: string[];
};
met_nazev: {
type: string[];
};
met_ziv: {
type: string[];
};
vyr_zkr: {
type: string[];
};
};
required: string[];
additionalProperties: boolean;
};
};
name: string;
outputJsonSchema: {
type: string;
items: {
type: string;
properties: {
fir_id: {
type: string[];
};
medium: {
type: string[];
};
met_druh: {
type: string[];
};
met_id: {
type: string;
};
met_kod: {
type: string[];
};
met_nazev: {
type: string[];
};
met_ziv: {
type: string[];
};
vyr_zkr: {
type: string[];
};
};
required: string[];
additionalProperties: boolean;
};
};
outputSequelizeAttributes: ModelAttributes<any, any>;
pgTableName: string;
};
typeMeasuringEquipment: {
datasourceJsonSchema: {
type: string;
items: {
type: string;
properties: {
cik_akt: {
type: string[];
};
cik_char: {
type: string[];
};
cik_cislo: {
type: string[];
};
cik_cislo2: {
type: string[];
};
cik_double: {
type: string[];
};
cik_fk: {
type: string[];
};
cik_nazev: {
type: string[];
};
cik_pzn: {
type: string[];
};
cik_zprac: {
type: string[];
};
lt_key: {
type: string;
};
};
required: string[];
additionalProperties: boolean;
};
};
name: string;
outputJsonSchema: {
type: string;
items: {
type: string;
properties: {
cik_akt: {
type: string[];
};
cik_char: {
type: string[];
};
cik_cislo: {
type: string[];
};
cik_cislo2: {
type: string[];
};
cik_double: {
type: string[];
};
cik_fk: {
type: string[];
};
cik_nazev: {
type: string[];
};
cik_pzn: {
type: string[];
};
cik_zprac: {
type: string[];
};
lt_key: {
type: string;
};
};
required: string[];
additionalProperties: boolean;
};
};
outputSequelizeAttributes: ModelAttributes<any, any>;
pgTableName: string;
};
units: {
datasourceJsonSchema: {
type: string;
items: {
type: string;
properties: {
jed_id: {
type: string[];
};
jed_nazev: {
type: string[];
};
jed_zkr: {
type: string[];
};
lt_key: {
type: string;
};
pot_defcolor: {
type: string[];
};
pot_id: {
type: string[];
};
pot_type: {
type: string[];
};
ptv_id: {
type: string[];
};
};
required: string[];
additionalProperties: boolean;
};
};
name: string;
outputJsonSchema: {
type: string;
items: {
type: string;
properties: {
jed_id: {
type: string[];
};
jed_nazev: {
type: string[];
};
jed_zkr: {
type: string[];
};
lt_key: {
type: string;
};
pot_defcolor: {
type: string[];
};
pot_id: {
type: string[];
};
pot_type: {
type: string[];
};
ptv_id: {
type: string[];
};
};
required: string[];
additionalProperties: boolean;
};
};
outputSequelizeAttributes: ModelAttributes<any, any>;
pgTableName: string;
};
};
export { EnergeticsVpalac };