/** * Web API `command` parameter. */ export const Command = Object.freeze({ /** Encrypt a string or raw bytes (`encrypt`). */ Encrypt: 'encrypt', /** Activation code limits and demo vs full mode (`is_demo`). */ IsDemo: 'is_demo', /** Engine version and supported languages (`info`). */ Info: 'info', });