anton-fedosieiev-sdk
Version:
15 lines (14 loc) • 470 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FILTER_COMPARISON = exports.NO_TOKEN_RESPONSE = exports.BASE_URL = void 0;
exports.BASE_URL = 'https://the-one-api.dev/v2';
exports.NO_TOKEN_RESPONSE = {
success: false,
message: 'No API key',
};
exports.FILTER_COMPARISON = {
LESS_THAN: 'less than',
LESS_THAN_EQUAL: 'less than equal',
GREATER_THAN: 'greater than',
GREATER_THAN_EQUAL: 'greater than equal',
};