Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@comparaonline/offers-models

Package Overview
Dependencies
Maintainers
14
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comparaonline/offers-models

Models for comparaonline offers

  • 5.9.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
14
Created
Source

Offers Model Package

This library contains the types definition for the models wich are part of the market-place offers cycle.

How to use:

Add the @comparaonline/offers-models to project.

  • Use as the example:
import { Country } from '@comparaonline/offers-models'

const chile:Country = { code: 'cl', name: 'Chile' };

Contains Types definition for:

  • BusinessUnit
  • Company
  • Country
  • Config: Generic Config for Entity
    • ConfigMoney
    • ConfigMoneyInstallment
    • ConfigNumber
    • ConfigPercentage
  • Division
  • Format: Generic Format Unit
    • FormatMoney
    • FormatNumber
    • FormatPercentage
    • FormatUnit
  • Entity: Generic entity model
    • EntityMoneyInstallment
    • EntityList
    • EntityMoney
    • EntityNumber
    • EntityPercentage
    • EntityTerm
  • EntityFilter
  • Filter
  • Offer
  • Product
  • ProductAttribute: Generic product attribute model.
    • MoneyInstallmentAttribute
    • IntegerAttribute
    • StringAttribute
    • ListAttribute
    • MoneyAttribute
    • TermAttribute

Keywords

FAQs

Package last updated on 15 Mar 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc