UNPKG

cwmsjs

Version:

CWMS Data API Library for JavaScript/TypeScript created with OpenAPI generator for use with browser webapps

37 lines (36 loc) 1.2 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * CWMS Data API * CWMS REST API for Data Retrieval * * The version of the OpenAPI document: 2.3.2-2025.03.19 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.CatalogableEndpointToJSON = exports.CatalogableEndpointFromJSONTyped = exports.CatalogableEndpointFromJSON = exports.CatalogableEndpoint = void 0; /** * Set of data for which a larger catalog can be built. * @export */ exports.CatalogableEndpoint = { Timeseries: 'TIMESERIES', Locations: 'LOCATIONS' }; function CatalogableEndpointFromJSON(json) { return CatalogableEndpointFromJSONTyped(json, false); } exports.CatalogableEndpointFromJSON = CatalogableEndpointFromJSON; function CatalogableEndpointFromJSONTyped(json, ignoreDiscriminator) { return json; } exports.CatalogableEndpointFromJSONTyped = CatalogableEndpointFromJSONTyped; function CatalogableEndpointToJSON(value) { return value; } exports.CatalogableEndpointToJSON = CatalogableEndpointToJSON;