14 lines
425 B
JavaScript
14 lines
425 B
JavaScript
'use strict';
|
|
|
|
var IndexStatus = /* @__PURE__ */ ((IndexStatus2) => {
|
|
IndexStatus2["Available"] = "available";
|
|
IndexStatus2["Processing"] = "processing";
|
|
IndexStatus2["Deleting"] = "deleting";
|
|
IndexStatus2["Stuck"] = "stuck";
|
|
IndexStatus2["Failed"] = "failed";
|
|
return IndexStatus2;
|
|
})(IndexStatus || {});
|
|
|
|
exports.IndexStatus = IndexStatus;
|
|
//# sourceMappingURL=out.js.map
|
|
//# sourceMappingURL=index-status.js.map
|