pact-gen-ts
Version:
Generating pact files from typescript definitions
20 lines (19 loc) • 1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PACT_ANNOTATIONS = void 0;
var PACT_ANNOTATIONS;
(function (PACT_ANNOTATIONS) {
PACT_ANNOTATIONS["PACT"] = "pact";
PACT_ANNOTATIONS["PACT_AXIOS"] = "pact-axios";
PACT_ANNOTATIONS["PACT_DESCRIPTION"] = "pact-description";
PACT_ANNOTATIONS["PACT_METHOD"] = "pact-method";
PACT_ANNOTATIONS["PACT_RESPONSE_STATUS"] = "pact-response-status";
PACT_ANNOTATIONS["PACT_PATH"] = "pact-path";
PACT_ANNOTATIONS["PACT_MATCHER"] = "pact-matcher";
PACT_ANNOTATIONS["PACT_EXAMPLE"] = "pact-example";
PACT_ANNOTATIONS["PACT_QUERY"] = "pact-query";
PACT_ANNOTATIONS["PACT_REQUEST_BODY"] = "pact-request-body";
PACT_ANNOTATIONS["PACT_RESPONSE_BODY"] = "pact-response-body";
PACT_ANNOTATIONS["PACT_REQUEST_HEADER"] = "pact-request-header";
PACT_ANNOTATIONS["PACT_RESPONSE_HEADER"] = "pact-response-header";
})(PACT_ANNOTATIONS || (exports.PACT_ANNOTATIONS = PACT_ANNOTATIONS = {}));