UNPKG

@fullstory/server-api-client

Version:

The official FullStory server API client SDK for NodeJS.

22 lines 891 B
"use strict"; /* eslint multiline-comment-style: ["error", "starred-block"] */ /** * This file is auto generated by OpenAPI Generator (https://openapi-generator.tech). * Generated from schema: fullstory.v2.job.JobStatus * Do not edit manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.JobStatus = void 0; /** * @enum JobStatus *- PROCESSING: Indicates that the job has been accepted by FullStory and is being processed. *- COMPLETED: Indicates that the job has been completed successfully without any errors. *- FAILED: Indicates that the job has failures, including partial failures. */ var JobStatus; (function (JobStatus) { JobStatus["Processing"] = "PROCESSING"; JobStatus["Completed"] = "COMPLETED"; JobStatus["Failed"] = "FAILED"; })(JobStatus = exports.JobStatus || (exports.JobStatus = {})); //# sourceMappingURL=JobStatus.js.map