UNPKG

@mikezimm/npmfunctions

Version:
26 lines (24 loc) 1.93 kB
"use strict"; /*** * .d88b. db db d888888b .o88b. db dD .o88b. .d88b. .88b d88. .88b d88. .d8b. d8b db d8888b. .d8888. * .8P Y8. 88 88 `88' d8P Y8 88 ,8P' d8P Y8 .8P Y8. 88'YbdP`88 88'YbdP`88 d8' `8b 888o 88 88 `8D 88' YP * 88 88 88 88 88 8P 88,8P 8P 88 88 88 88 88 88 88 88 88ooo88 88V8o 88 88 88 `8bo. * 88 88 88 88 88 8b 88`8b 8b 88 88 88 88 88 88 88 88 88~~~88 88 V8o88 88 88 `Y8b. * `8P d8' 88b d88 .88. Y8b d8 88 `88. Y8b d8 `8b d8' 88 88 88 88 88 88 88 88 88 V888 88 .8D db 8D * `Y88'Y8 ~Y8888P' Y888888P `Y88P' YP YD `Y88P' `Y88P' YP YP YP YP YP YP YP YP VP V8P Y8888D' `8888Y' * * import { QuickCommandsTMT, IQuickCommands, IQuickButton, } from '@mikezimm/npmfunctions/dist/QuickCommands/IQuickCommands'; */ Object.defineProperty(exports, "__esModule", { value: true }); exports.CommandCaptchaRequiredFailed = exports.CommandCaptchaTestFailed = exports.CommandEmptyCommentMessage = exports.CommandCancelRequired = exports.CommandEnterCommentString = exports.CommandUpdateFailedMessage = exports.CommandItemNotUpdatedMessage = void 0; // NOTE: GET THIS FROM '@mikezimm/npmfunctions/dist/QuickCommands/IQuickCommands'; in 2.1.89 exports.CommandItemNotUpdatedMessage = "Sorry, There was nothing to update :("; exports.CommandUpdateFailedMessage = "Update Failed :("; exports.CommandEnterCommentString = 'Enter comment'; exports.CommandCancelRequired = 'Did NOT leave required comment, Cancelling update'; exports.CommandEmptyCommentMessage = 'I have nothing new to add at this time'; exports.CommandCaptchaTestFailed = 'Failed Captcha test. Not saving'; exports.CommandCaptchaRequiredFailed = 'Failed Captcha test - item missing comparison. Not saving'; //# sourceMappingURL=IQuickCommands.js.map