goods-exporter
Advanced tools
Comparing version 0.3.13 to 0.3.14
@@ -493,3 +493,3 @@ interface Product { | ||
/** | ||
* **Название ряда или серии товара** | ||
* **Название коллекции, ряда или серии товара** | ||
* | ||
@@ -499,2 +499,8 @@ * Пример: Jordan 4 | ||
seriesName?: string; | ||
/** | ||
* **Пол или название группы потребителей** | ||
* | ||
* Пример: Дети, Женское, Унисекс | ||
*/ | ||
gender?: string; | ||
} | ||
@@ -501,0 +507,0 @@ declare enum Vat { |
@@ -14,3 +14,3 @@ { | ||
"name": "goods-exporter", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"description": "A versatile JavaScript library for exporting goods data to various formats such as YML, CSV, and Excel. Simplify data export tasks with ease.", | ||
@@ -17,0 +17,0 @@ "main": "./dist/cjs/index.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
187828
1584