@useapi/midjourney-api
Version:
TypeScript client library for Midjourney API by useapi.net
51 lines • 2.15 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ButtonResponseErrorUpscaledCodeEnum = exports.ButtonResponseErrorUpscaledButtonEnum = exports.ButtonResponseErrorUpscaled = void 0;
var ButtonResponseErrorUpscaled = (function () {
function ButtonResponseErrorUpscaled() {
}
ButtonResponseErrorUpscaled.getAttributeTypeMap = function () {
return ButtonResponseErrorUpscaled.attributeTypeMap;
};
ButtonResponseErrorUpscaled.discriminator = undefined;
ButtonResponseErrorUpscaled.attributeTypeMap = [
{
"name": "error",
"baseName": "error",
"type": "string",
"format": ""
},
{
"name": "button",
"baseName": "button",
"type": "ButtonResponseErrorUpscaledButtonEnum",
"format": ""
},
{
"name": "jobid",
"baseName": "jobid",
"type": "string",
"format": ""
},
{
"name": "code",
"baseName": "code",
"type": "ButtonResponseErrorUpscaledCodeEnum",
"format": ""
}
];
return ButtonResponseErrorUpscaled;
}());
exports.ButtonResponseErrorUpscaled = ButtonResponseErrorUpscaled;
var ButtonResponseErrorUpscaledButtonEnum;
(function (ButtonResponseErrorUpscaledButtonEnum) {
ButtonResponseErrorUpscaledButtonEnum["U1"] = "U1";
ButtonResponseErrorUpscaledButtonEnum["U2"] = "U2";
ButtonResponseErrorUpscaledButtonEnum["U3"] = "U3";
ButtonResponseErrorUpscaledButtonEnum["U4"] = "U4";
})(ButtonResponseErrorUpscaledButtonEnum || (exports.ButtonResponseErrorUpscaledButtonEnum = ButtonResponseErrorUpscaledButtonEnum = {}));
var ButtonResponseErrorUpscaledCodeEnum;
(function (ButtonResponseErrorUpscaledCodeEnum) {
ButtonResponseErrorUpscaledCodeEnum[ButtonResponseErrorUpscaledCodeEnum["NUMBER_409"] = 409] = "NUMBER_409";
})(ButtonResponseErrorUpscaledCodeEnum || (exports.ButtonResponseErrorUpscaledCodeEnum = ButtonResponseErrorUpscaledCodeEnum = {}));
//# sourceMappingURL=ButtonResponseErrorUpscaled.js.map
;