UNPKG

@hestia-earth/schema

Version:
30 lines (29 loc) 1.37 kB
"use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return extendStatics(d, b); }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); Object.defineProperty(exports, "__esModule", { value: true }); exports.Completeness = void 0; // auto-generated content var types_1 = require("./types"); /** * A specification of how complete the [Inputs](./Input) and [Products](./Product) data are. Each field in Completeness corresponds to one or more [termTypes](./Term#termType) in the Glossary. If a termType is marked "complete", then any Inputs or Products of that termType which are not present in the Cycle, have a value of zero. */ var Completeness = /** @class */ (function (_super) { __extends(Completeness, _super); function Completeness() { return _super !== null && _super.apply(this, arguments) || this; } return Completeness; }(types_1.JSON)); exports.Completeness = Completeness;