vanilli-shop-client
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -22,3 +22,4 @@ import { IBaseDto, IPropertyDto } from "./base"; | ||
export interface IProductGroupProductDto extends IBaseDto { | ||
code: string; | ||
ref: string; | ||
code?: string; | ||
name: string; | ||
@@ -25,0 +26,0 @@ } |
{ | ||
"name": "vanilli-shop-client", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Client for Vanilli Shop API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -26,3 +26,4 @@ import {IBaseDto, IPropertyDto} from "./base"; | ||
export interface IProductGroupProductDto extends IBaseDto { | ||
code: string, | ||
ref: string, | ||
code?: string, | ||
name: string | ||
@@ -29,0 +30,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
269933
6000