UNPKG

@helgoland/core

Version:

56 lines (55 loc) 2.54 kB
/** * @fileoverview added by tsickle * @suppress {checkTypes,extraRequire,uselessCode} checked by tsc */ /** * @record */ export function Service() { } /** @type {?} */ Service.prototype.id; /** @type {?} */ Service.prototype.href; /** @type {?} */ Service.prototype.label; /** @type {?} */ Service.prototype.version; /** @type {?} */ Service.prototype.extras; /** @type {?} */ Service.prototype.type; /** @type {?|undefined} */ Service.prototype.quantities; /** @type {?|undefined} */ Service.prototype.supportsfirstlatest; /** @type {?|undefined} */ Service.prototype.supportedmimetypes; /** @type {?} */ Service.prototype.apiUrl; /** * @record */ export function SupportedMimeTypes() { } /** * @record */ export function ServiceQuantities() { } /** @type {?|undefined} */ ServiceQuantities.prototype.categories; /** @type {?|undefined} */ ServiceQuantities.prototype.features; /** @type {?|undefined} */ ServiceQuantities.prototype.offerings; /** @type {?|undefined} */ ServiceQuantities.prototype.phenomena; /** @type {?|undefined} */ ServiceQuantities.prototype.procedures; /** @type {?|undefined} */ ServiceQuantities.prototype.stations; /** @type {?|undefined} */ ServiceQuantities.prototype.timeseries; /** @type {?|undefined} */ ServiceQuantities.prototype.platforms; /** @type {?|undefined} */ ServiceQuantities.prototype.datasets; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BoZWxnb2xhbmQvY29yZS8iLCJzb3VyY2VzIjpbImxpYi9tb2RlbC9kYXRhc2V0LWFwaS9zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBQYXJhbWV0ZXIgfSBmcm9tICcuL3BhcmFtZXRlcic7XG5cbmV4cG9ydCBpbnRlcmZhY2UgU2VydmljZSBleHRlbmRzIFBhcmFtZXRlciB7XG4gICAgaWQ6IHN0cmluZztcbiAgICBocmVmOiBzdHJpbmc7XG4gICAgbGFiZWw6IHN0cmluZztcbiAgICB2ZXJzaW9uOiBzdHJpbmc7XG4gICAgZXh0cmFzOiBzdHJpbmdbXTtcbiAgICB0eXBlOiBzdHJpbmc7XG4gICAgcXVhbnRpdGllcz86IFNlcnZpY2VRdWFudGl0aWVzO1xuICAgIHN1cHBvcnRzZmlyc3RsYXRlc3Q/OiBib29sZWFuO1xuICAgIHN1cHBvcnRlZG1pbWV0eXBlcz86IFN1cHBvcnRlZE1pbWVUeXBlcztcbiAgICAvLyBmb3IgaW50ZXJuYWwgdXNlOlxuICAgIGFwaVVybDogc3RyaW5nO1xufVxuXG5leHBvcnQgaW50ZXJmYWNlIFN1cHBvcnRlZE1pbWVUeXBlcyB7fVxuXG5leHBvcnQgaW50ZXJmYWNlIFNlcnZpY2VRdWFudGl0aWVzIHtcbiAgICBjYXRlZ29yaWVzPzogbnVtYmVyO1xuICAgIGZlYXR1cmVzPzogbnVtYmVyO1xuICAgIG9mZmVyaW5ncz86IG51bWJlcjtcbiAgICBwaGVub21lbmE/OiBudW1iZXI7XG4gICAgcHJvY2VkdXJlcz86IG51bWJlcjtcbiAgICBzdGF0aW9ucz86IG51bWJlcjtcbiAgICB0aW1lc2VyaWVzPzogbnVtYmVyO1xuICAgIHBsYXRmb3Jtcz86IG51bWJlcjtcbiAgICBkYXRhc2V0cz86IG51bWJlcjtcbn1cbiJdfQ==