UNPKG

fastcomments-sdk

Version:

FastComments API Client - A SDK for interacting with the FastComments API

32 lines 1.07 kB
"use strict"; /* tslint:disable */ /* eslint-disable */ /** * fastcomments * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.0.0 * * * 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.AggregationOpType = void 0; /** * The supported aggregation operation types * @export * @enum {string} */ var AggregationOpType; (function (AggregationOpType) { AggregationOpType["sum"] = "sum"; AggregationOpType["countDistinct"] = "countDistinct"; AggregationOpType["distinct"] = "distinct"; AggregationOpType["avg"] = "avg"; AggregationOpType["min"] = "min"; AggregationOpType["max"] = "max"; AggregationOpType["count"] = "count"; })(AggregationOpType || (exports.AggregationOpType = AggregationOpType = {})); //# sourceMappingURL=aggregation-op-type.js.map