ipqs-node-sdk
Version:
React package to interface with the various IPQS APIs
9 lines (8 loc) • 382 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ERRORS = exports.URL_PROP_NAME = void 0;
exports.URL_PROP_NAME = 'leaked';
exports.ERRORS = {
PK_CONFIG_NOT_ALLOWED: 'The config params `pkAsGetOrPostParam` and `pkAsHeader` aren\t used for this endpoint',
INCORRECT_REQUEST_PARAMETERS: 'You must specify a type and a value parameter.',
};