UNPKG

@unito/integration-debugger

Version:

The Unito Integration Debugger

12 lines (11 loc) 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Headers; (function (Headers) { Headers["CREDENTIAL_ID"] = "X-Unito-Credential-Id"; Headers["CREDENTIALS"] = "X-Unito-Credentials"; Headers["CORRELATION_ID"] = "X-Unito-Correlation-Id"; Headers["OPERATION_DEADLINE"] = "X-Unito-Operation-Deadline"; Headers["SECRETS"] = "X-Unito-Secrets"; })(Headers || (Headers = {})); exports.default = Headers;