UNPKG

zipy-cli

Version:

CLI for Zipyai

14 lines (13 loc) 746 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class MessageConstant { } MessageConstant.NO_JS_OR_MAP_FILE = "No JS/Map files to upload."; MessageConstant.FILE_IN_FOLDER = "Files in the folder."; MessageConstant.MAP_FILE_TO_UPLOAD = "Map files to be uploaded"; MessageConstant.FILE_UPLOADING = "Uploading the files......"; MessageConstant.UPLOAD_SUCCESSFUL = "Successfully uploaded the maps files."; MessageConstant.INVALID_API_KEY = "ApiKey is invalid, please try again with valid apiKey."; MessageConstant.INVALID_AUTH_KEY = "AuthKey is invalid, please try again with valid authKey."; MessageConstant.SOMETHING_WENT_WRONG = "Something went wrong, please try again in sometime."; exports.default = MessageConstant;