Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

sentry / @nestjs/microservices   js

Repository URL to install this package:

Version: 7.0.10 

/ context / rpc-metadata-constants.js

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const rpc_paramtype_enum_1 = require("../enums/rpc-paramtype.enum");
exports.DEFAULT_CALLBACK_METADATA = {
    [`${rpc_paramtype_enum_1.RpcParamtype.PAYLOAD}:0`]: { index: 0, data: undefined, pipes: [] },
};
exports.DEFAULT_GRPC_CALLBACK_METADATA = Object.assign({ [`${rpc_paramtype_enum_1.RpcParamtype.CONTEXT}:1`]: { index: 1, data: undefined, pipes: [] } }, exports.DEFAULT_CALLBACK_METADATA);