UNPKG

fastcomments-sdk

Version:

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

59 lines 2.75 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.RepeatCommentCheckIgnoredReason = void 0; exports.instanceOfRepeatCommentCheckIgnoredReason = instanceOfRepeatCommentCheckIgnoredReason; exports.RepeatCommentCheckIgnoredReasonFromJSON = RepeatCommentCheckIgnoredReasonFromJSON; exports.RepeatCommentCheckIgnoredReasonFromJSONTyped = RepeatCommentCheckIgnoredReasonFromJSONTyped; exports.RepeatCommentCheckIgnoredReasonToJSON = RepeatCommentCheckIgnoredReasonToJSON; exports.RepeatCommentCheckIgnoredReasonToJSONTyped = RepeatCommentCheckIgnoredReasonToJSONTyped; /** * * @export * @enum {string} */ var RepeatCommentCheckIgnoredReason; (function (RepeatCommentCheckIgnoredReason) { RepeatCommentCheckIgnoredReason[RepeatCommentCheckIgnoredReason["NUMBER_0"] = 0] = "NUMBER_0"; RepeatCommentCheckIgnoredReason[RepeatCommentCheckIgnoredReason["NUMBER_1"] = 1] = "NUMBER_1"; RepeatCommentCheckIgnoredReason[RepeatCommentCheckIgnoredReason["NUMBER_2"] = 2] = "NUMBER_2"; RepeatCommentCheckIgnoredReason[RepeatCommentCheckIgnoredReason["NUMBER_3"] = 3] = "NUMBER_3"; RepeatCommentCheckIgnoredReason[RepeatCommentCheckIgnoredReason["NUMBER_4"] = 4] = "NUMBER_4"; RepeatCommentCheckIgnoredReason[RepeatCommentCheckIgnoredReason["NUMBER_5"] = 5] = "NUMBER_5"; RepeatCommentCheckIgnoredReason[RepeatCommentCheckIgnoredReason["NUMBER_6"] = 6] = "NUMBER_6"; })(RepeatCommentCheckIgnoredReason || (exports.RepeatCommentCheckIgnoredReason = RepeatCommentCheckIgnoredReason = {})); function instanceOfRepeatCommentCheckIgnoredReason(value) { for (const key in RepeatCommentCheckIgnoredReason) { if (Object.prototype.hasOwnProperty.call(RepeatCommentCheckIgnoredReason, key)) { if (RepeatCommentCheckIgnoredReason[key] === value) { return true; } } } return false; } function RepeatCommentCheckIgnoredReasonFromJSON(json) { return RepeatCommentCheckIgnoredReasonFromJSONTyped(json, false); } function RepeatCommentCheckIgnoredReasonFromJSONTyped(json, ignoreDiscriminator) { return json; } function RepeatCommentCheckIgnoredReasonToJSON(value) { return value; } function RepeatCommentCheckIgnoredReasonToJSONTyped(value, ignoreDiscriminator) { return value; } //# sourceMappingURL=RepeatCommentCheckIgnoredReason.js.map