fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
56 lines • 2.84 kB
JavaScript
;
/* 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.ImportedAgentApprovalNotificationFrequency = void 0;
exports.instanceOfImportedAgentApprovalNotificationFrequency = instanceOfImportedAgentApprovalNotificationFrequency;
exports.ImportedAgentApprovalNotificationFrequencyFromJSON = ImportedAgentApprovalNotificationFrequencyFromJSON;
exports.ImportedAgentApprovalNotificationFrequencyFromJSONTyped = ImportedAgentApprovalNotificationFrequencyFromJSONTyped;
exports.ImportedAgentApprovalNotificationFrequencyToJSON = ImportedAgentApprovalNotificationFrequencyToJSON;
exports.ImportedAgentApprovalNotificationFrequencyToJSONTyped = ImportedAgentApprovalNotificationFrequencyToJSONTyped;
/**
*
* @export
* @enum {string}
*/
var ImportedAgentApprovalNotificationFrequency;
(function (ImportedAgentApprovalNotificationFrequency) {
ImportedAgentApprovalNotificationFrequency[ImportedAgentApprovalNotificationFrequency["NUMBER_MINUS_1"] = -1] = "NUMBER_MINUS_1";
ImportedAgentApprovalNotificationFrequency[ImportedAgentApprovalNotificationFrequency["NUMBER_0"] = 0] = "NUMBER_0";
ImportedAgentApprovalNotificationFrequency[ImportedAgentApprovalNotificationFrequency["NUMBER_1"] = 1] = "NUMBER_1";
ImportedAgentApprovalNotificationFrequency[ImportedAgentApprovalNotificationFrequency["NUMBER_2"] = 2] = "NUMBER_2";
})(ImportedAgentApprovalNotificationFrequency || (exports.ImportedAgentApprovalNotificationFrequency = ImportedAgentApprovalNotificationFrequency = {}));
function instanceOfImportedAgentApprovalNotificationFrequency(value) {
for (const key in ImportedAgentApprovalNotificationFrequency) {
if (Object.prototype.hasOwnProperty.call(ImportedAgentApprovalNotificationFrequency, key)) {
if (ImportedAgentApprovalNotificationFrequency[key] === value) {
return true;
}
}
}
return false;
}
function ImportedAgentApprovalNotificationFrequencyFromJSON(json) {
return ImportedAgentApprovalNotificationFrequencyFromJSONTyped(json, false);
}
function ImportedAgentApprovalNotificationFrequencyFromJSONTyped(json, ignoreDiscriminator) {
return json;
}
function ImportedAgentApprovalNotificationFrequencyToJSON(value) {
return value;
}
function ImportedAgentApprovalNotificationFrequencyToJSONTyped(value, ignoreDiscriminator) {
return value;
}
//# sourceMappingURL=ImportedAgentApprovalNotificationFrequency.js.map