gplayapi-ts
Version:
Google Play API wrapper in TypeScript
21 lines • 1.01 kB
JavaScript
var ImageType = /* @__PURE__ */ ((ImageType2) => {
ImageType2[ImageType2["CATEGORY_ICON"] = 0] = "CATEGORY_ICON";
ImageType2[ImageType2["APP_ICON"] = 1] = "APP_ICON";
ImageType2[ImageType2["YOUTUBE_VIDEO_THUMBNAIL"] = 2] = "YOUTUBE_VIDEO_THUMBNAIL";
ImageType2[ImageType2["PLAY_STORE_PAGE_BACKGROUND"] = 3] = "PLAY_STORE_PAGE_BACKGROUND";
ImageType2[ImageType2["APP_SCREENSHOT"] = 4] = "APP_SCREENSHOT";
return ImageType2;
})(ImageType || {});
var HttpStatusCode = /* @__PURE__ */ ((HttpStatusCode2) => {
HttpStatusCode2[HttpStatusCode2["OK"] = 200] = "OK";
HttpStatusCode2[HttpStatusCode2["UNAUTHORIZED"] = 401] = "UNAUTHORIZED";
HttpStatusCode2[HttpStatusCode2["FORBIDDEN"] = 403] = "FORBIDDEN";
HttpStatusCode2[HttpStatusCode2["NOT_FOUND"] = 404] = "NOT_FOUND";
HttpStatusCode2[HttpStatusCode2["INTERNAL_SERVER_ERROR"] = 500] = "INTERNAL_SERVER_ERROR";
return HttpStatusCode2;
})(HttpStatusCode || {});
export {
HttpStatusCode,
ImageType
};
//# sourceMappingURL=common.mjs.map