@leroymerlin/marketplace-oms-labels-proto
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

Marketplace OMS Labels service contracts

Source code for Leroy Merlin Marketplace project.

Install

npm install @leroymerlin/marketplace-oms-labels-proto --save-prod

Usage

With NestJS

import type { ClientOptions } from '@nestjs/microservices';

import { Transport } from '@nestjs/microservices';
import { packageName, protoPath } from '@leroymerlin/marketplace-oms-labels-proto';

export const grpcClientOptions: ClientOptions = {
  transport: Transport.GRPC,
  options: {
    package: packageName,
    url: process.env.LABEL_SERVICE_URL,
    protoPath,
  },
};

Maintainers

LMRU — Marketplace Operations team: lmru-marketplace-operations

Team maintainers:
@madmxg Mihail.Garbuzov@leroymerlin.ru

Package Sidebar

Install

npm i @leroymerlin/marketplace-oms-labels-proto

Weekly Downloads

1

Version

1.5.0

License

AGPL-3.0-or-later

Unpacked Size

287 kB

Total Files

12

Last publish

Collaborators

  • mangaka585
  • mr_andrew_kirillov
  • madmxg