New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@teemill/designer

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teemill/designer

OpenAPI client for @teemill/designer

latest
Source
npmnpm
Version
1.15.2
Version published
Maintainers
2
Created
Source

@teemill/designer@1.15.2

This generator creates TypeScript/JavaScript client that utilizes axios. The generated Node module can be used in the following environments:

Environment

  • Node.js
  • Webpack
  • Browserify

Language level

  • ES5 - you must have a Promises/A+ library installed
  • ES6

Module system

  • CommonJS
  • ES6 module system

It can be used in both TypeScript and JavaScript. In TypeScript, the definition will be automatically resolved via package.json. (Reference)

Building

To build and compile the typescript sources to javascript use:

npm install
npm run build

Publishing

First build the package then run npm publish

Consuming

navigate to the folder of your consuming project and run one of the following commands.

published:

npm install @teemill/designer@1.15.2 --save

unPublished (not recommended):

npm install PATH_TO_GENERATED_PACKAGE --save

Documentation for API Endpoints

All URIs are relative to https://api.localhost:8080

ClassMethodHTTP requestDescription
DefaultApilistDiscountRatesGET /v1/designer/discountsList discount rates
DefaultApisetDiscountRatesPOST /v1/designer/discountsSet discount rates
DesignerApibulkUpdateDesignsPATCH /v1/designer/designsBulk update designs
DesignerApibulkUpdateLibraryProductsPATCH /v1/designer/library/productsBulk update library products
DesignerApibulkUpdateLibraryVariantsPATCH /v1/designer/library/variantsBulk update library variants
DesignerApibulkUpdateTemplatesPATCH /v1/designer/templatesBulk update templates
DesignerApicreateDesignPOST /v1/designer/designsCreate a new design
DesignerApicreateLibraryGroupPOST /v1/designer/library/groupsCreate a new library product group
DesignerApicreateLibraryProductPOST /v1/designer/library/productsCreate a new library product
DesignerApicreateLibraryVariantPOST /v1/designer/library/variantsCreate a new library variant
DesignerApicreateTemplatePOST /v1/designer/templatesCreate a new template
DesignerApideleteDesignDELETE /v1/designer/designs/{designId}Delete a design
DesignerApideleteLibraryGroupDELETE /v1/designer/library/groups/{libraryGroupId}Delete a library group
DesignerApideleteLibraryProductDELETE /v1/designer/library/products/{libraryProductId}Delete a library product
DesignerApideleteLibraryVariantDELETE /v1/designer/library/variants/{libraryVariantId}Delete a library variant
DesignerApideleteTemplateDELETE /v1/designer/templates/{templateId}Delete a template
DesignerApigetDesignGET /v1/designer/designs/{designId}Get a single design
DesignerApigetLibraryGroupGET /v1/designer/library/groups/{libraryGroupId}Get a single library product group
DesignerApigetLibraryProductGET /v1/designer/library/products/{libraryProductId}Get a single product library product
DesignerApigetLibraryVariantGET /v1/designer/library/variants/{libraryVariantId}Get a single variant library product
DesignerApigetTemplateGET /v1/designer/templates/{templateId}Get a single template
DesignerApilistDesignsGET /v1/designer/designsList designs
DesignerApilistLibraryGET /v1/designer/library/productsList library products
DesignerApilistLibraryGroupsGET /v1/designer/library/groupsList library product groups
DesignerApilistTemplatesGET /v1/designer/templatesList templates
DesignerApisetupLibraryPOST /v1/designer/library/setupSetup the library for a project
DesignerApiupdateDesignPATCH /v1/designer/designs/{designId}Update a design
DesignerApiupdateLibraryGroupPATCH /v1/designer/library/groups/{libraryGroupId}Update a library product group
DesignerApiupdateLibraryProductPATCH /v1/designer/library/products/{libraryProductId}Update a library product
DesignerApiupdateLibraryVariantPATCH /v1/designer/library/variants/{libraryVariantId}Update a library variant
DesignerApiupdateTemplatePATCH /v1/designer/templates/{templateId}Update a template

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

api-key

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

session-oauth

  • Type: OAuth
  • Flow: password
  • Authorization URL:
  • Scopes: N/A

Keywords

axios

FAQs

Package last updated on 25 Mar 2026

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