UNPKG

@n1k1t/mock-server

Version:

Powerful util to setup mocks over HTTP APIs

33 lines 821 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LExpectationOperatorLocation = exports.LExpectationMetaTagLocation = exports.LExpectationFlatOperator = void 0; exports.LExpectationFlatOperator = ['$set', '$remove', '$merge', '$exec', '$has']; exports.LExpectationMetaTagLocation = ['path', 'method', 'outgoing.status']; ; exports.LExpectationOperatorLocation = [ 'transport', 'event', 'flags', 'container', 'cache', 'state', 'seed', 'error', 'delay', 'path', 'method', 'incoming.data', 'incoming.dataRaw', 'incoming.query', 'incoming.headers', 'incoming.stream', 'outgoing.data', 'outgoing.dataRaw', 'outgoing.status', 'outgoing.headers', 'outgoing.stream', ]; ; ; ; //# sourceMappingURL=types.js.map