New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@commercetools-test-data/quote-request

Package Overview
Dependencies
Maintainers
3
Versions
262
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools-test-data/quote-request

Data model for commercetools API QuoteRequest

0.0.0-canary-20241126140009
Source
npm
Version published
Weekly downloads
2.2K
72.59%
Maintainers
3
Weekly downloads
 
Created
Source

@commercetools-test-data/quote-request

This package provides the data model for the commercetools platform QuoteRequest type

https://docs.commercetools.com/api/projects/quote-requests

Install

$ pnpm add -D @commercetools-test-data/quote-request

Usage

import {
  QuoteRequest,
  QuoteRequestDraft,
  type TQuoteRequest,
  type TQuoteRequestDraft,
} from '@commercetools-test-data/quote-request';

const quoteRequest = QuoteRequest.random().build<TQuoteRequest>();
const quoteRequestDraft =
  QuoteRequestDraft.random().build<TQuoteRequestDraft>();

Keywords

javascript

FAQs

Package last updated on 26 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts