@shipengine/connect-fulfillment-provider-api
Version:
OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API
9 lines • 423 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConnectErrorCode = void 0;
var ConnectErrorCode;
(function (ConnectErrorCode) {
ConnectErrorCode["credentials_invalid"] = "credentials_invalid";
ConnectErrorCode["permissions_invalid"] = "permissions_invalid";
})(ConnectErrorCode || (exports.ConnectErrorCode = ConnectErrorCode = {}));
//# sourceMappingURL=connect-response.js.map