@segha/catalog 1.2.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +91 -0
- package/README.md +335 -67
- package/en/Areas.ts +24 -0
- package/en/Article/index.ts +29 -0
- package/en/Article/types.ts +9 -0
- package/en/Book/index.ts +33 -0
- package/en/Book/types.ts +9 -0
- package/en/Clothing/Cares.ts +27 -0
- package/en/Clothing/Colors.ts +54 -0
- package/en/Clothing/Fit.ts +10 -0
- package/en/Clothing/Formality.ts +9 -0
- package/en/Clothing/Garment.ts +97 -0
- package/en/Clothing/Layer.ts +8 -0
- package/en/Clothing/Materials.ts +45 -0
- package/en/Clothing/Measurements.ts +5 -0
- package/en/Clothing/Season.ts +8 -0
- package/en/Clothing/Size.ts +47 -0
- package/en/Clothing/Slot.ts +10 -0
- package/en/Clothing/Status.ts +9 -0
- package/en/Clothing/UseCases.ts +20 -0
- package/en/Clothing/Variants.ts +73 -0
- package/en/Clothing/index.ts +51 -0
- package/en/Clothing/types.ts +9 -0
- package/en/Movie/index.ts +34 -0
- package/en/Movie/types.ts +9 -0
- package/en/Note.ts +13 -0
- package/en/index.ts +5 -0
- package/en/types.ts +9 -0
- package/es/Areas.ts +24 -0
- package/es/Article/index.ts +29 -0
- package/es/Article/types.ts +9 -0
- package/es/Book/index.ts +33 -0
- package/es/Book/types.ts +9 -0
- package/es/Clothing/index.ts +10 -10
- package/es/Movie/index.ts +34 -0
- package/es/Movie/types.ts +9 -0
- package/es/Note.ts +13 -0
- package/es/index.ts +4 -0
- package/es/types.ts +7 -0
- package/index.ts +2 -2
- package/json-schemas/ArticleSchema.json +103 -0
- package/json-schemas/BookSchema.json +124 -0
- package/json-schemas/CatalogArticleSchema.json +35 -0
- package/json-schemas/CatalogBookSchema.json +44 -0
- package/json-schemas/CatalogClothingSchema.json +176 -177
- package/json-schemas/CatalogMovieSchema.json +49 -0
- package/json-schemas/ClothingSchema.json +195 -196
- package/json-schemas/DetailedArticleSchema.json +42 -0
- package/json-schemas/DetailedBookSchema.json +49 -0
- package/json-schemas/DetailedClothingSchema.json +17 -17
- package/json-schemas/DetailedMovieSchema.json +48 -0
- package/json-schemas/MetaArticleSchema.json +46 -0
- package/json-schemas/MetaBookSchema.json +51 -0
- package/json-schemas/MetaClothingSchema.json +4 -4
- package/json-schemas/MetaMovieSchema.json +51 -0
- package/json-schemas/MovieSchema.json +128 -0
- package/json-schemas/NoteSchema.json +745 -0
- package/json-schemas/en/Area.json +21 -0
- package/json-schemas/en/Areas.json +25 -0
- package/json-schemas/en/Article/ArticleSchema.json +103 -0
- package/json-schemas/en/Article/CatalogArticleSchema.json +35 -0
- package/json-schemas/en/Article/DetailedArticleSchema.json +42 -0
- package/json-schemas/en/Article/MetaArticleSchema.json +46 -0
- package/json-schemas/en/Article/index.json +233 -0
- package/json-schemas/en/ArticleSchema.json +103 -0
- package/json-schemas/en/Book/BookSchema.json +124 -0
- package/json-schemas/en/Book/CatalogBookSchema.json +44 -0
- package/json-schemas/en/Book/DetailedBookSchema.json +49 -0
- package/json-schemas/en/Book/MetaBookSchema.json +51 -0
- package/json-schemas/en/Book/index.json +275 -0
- package/json-schemas/en/BookSchema.json +124 -0
- package/json-schemas/en/CatalogArticleSchema.json +35 -0
- package/json-schemas/en/CatalogBookSchema.json +44 -0
- package/json-schemas/en/CatalogClothingSchema.json +292 -0
- package/json-schemas/en/CatalogMovieSchema.json +49 -0
- package/json-schemas/en/Clothing/Accessories.json +18 -0
- package/json-schemas/en/Clothing/AdditionalFeatures.json +9 -0
- package/json-schemas/en/Clothing/BaseColor.json +19 -0
- package/json-schemas/en/Clothing/Bottom.json +12 -0
- package/json-schemas/en/Clothing/Care.json +13 -0
- package/json-schemas/en/Clothing/Cares.json +17 -0
- package/json-schemas/en/Clothing/CatalogClothingSchema.json +292 -0
- package/json-schemas/en/Clothing/Closures.json +11 -0
- package/json-schemas/en/Clothing/ClothingSchema.json +388 -0
- package/json-schemas/en/Clothing/Color.json +26 -0
- package/json-schemas/en/Clothing/CommonFabric.json +15 -0
- package/json-schemas/en/Clothing/DetailedClothingSchema.json +75 -0
- package/json-schemas/en/Clothing/Dress.json +9 -0
- package/json-schemas/en/Clothing/Fit.json +13 -0
- package/json-schemas/en/Clothing/Formality.json +12 -0
- package/json-schemas/en/Clothing/Garment.json +56 -0
- package/json-schemas/en/Clothing/Home.json +9 -0
- package/json-schemas/en/Clothing/Ironing.json +8 -0
- package/json-schemas/en/Clothing/Layer.json +10 -0
- package/json-schemas/en/Clothing/Material.json +28 -0
- package/json-schemas/en/Clothing/Materials.json +32 -0
- package/json-schemas/en/Clothing/Measurements.json +8 -0
- package/json-schemas/en/Clothing/MetaClothingSchema.json +41 -0
- package/json-schemas/en/Clothing/MetallicColor.json +9 -0
- package/json-schemas/en/Clothing/NaturalMaterial.json +13 -0
- package/json-schemas/en/Clothing/Necks.json +15 -0
- package/json-schemas/en/Clothing/Outerwear.json +9 -0
- package/json-schemas/en/Clothing/Pants.json +11 -0
- package/json-schemas/en/Clothing/PantsSize.json +17 -0
- package/json-schemas/en/Clothing/Pattern.json +17 -0
- package/json-schemas/en/Clothing/PrimaryColor.json +27 -0
- package/json-schemas/en/Clothing/Season.json +11 -0
- package/json-schemas/en/Clothing/SecondaryColor.json +27 -0
- package/json-schemas/en/Clothing/Shoes.json +11 -0
- package/json-schemas/en/Clothing/ShoesSize.json +16 -0
- package/json-schemas/en/Clothing/Size.json +29 -0
- package/json-schemas/en/Clothing/Sleeves.json +9 -0
- package/json-schemas/en/Clothing/Slot.json +13 -0
- package/json-schemas/en/Clothing/SpecialColor.json +10 -0
- package/json-schemas/en/Clothing/SpecialCuts.json +9 -0
- package/json-schemas/en/Clothing/Sportswear.json +11 -0
- package/json-schemas/en/Clothing/Status.json +13 -0
- package/json-schemas/en/Clothing/Swimsuits.json +9 -0
- package/json-schemas/en/Clothing/SyntheticMaterial.json +12 -0
- package/json-schemas/en/Clothing/Temperature.json +8 -0
- package/json-schemas/en/Clothing/Top.json +16 -0
- package/json-schemas/en/Clothing/TopsSize.json +13 -0
- package/json-schemas/en/Clothing/Underwear.json +12 -0
- package/json-schemas/en/Clothing/UseCase.json +18 -0
- package/json-schemas/en/Clothing/UseCases.json +22 -0
- package/json-schemas/en/Clothing/Variant.json +37 -0
- package/json-schemas/en/Clothing/Variants.json +41 -0
- package/json-schemas/en/Clothing/WashType.json +9 -0
- package/json-schemas/en/Clothing/index.json +1602 -0
- package/json-schemas/en/ClothingSchema.json +388 -0
- package/json-schemas/en/DetailedArticleSchema.json +42 -0
- package/json-schemas/en/DetailedBookSchema.json +49 -0
- package/json-schemas/en/DetailedClothingSchema.json +75 -0
- package/json-schemas/en/DetailedMovieSchema.json +48 -0
- package/json-schemas/en/FirstLevelArea.json +21 -0
- package/json-schemas/en/MetaArticleSchema.json +46 -0
- package/json-schemas/en/MetaBookSchema.json +51 -0
- package/json-schemas/en/MetaClothingSchema.json +41 -0
- package/json-schemas/en/MetaMovieSchema.json +51 -0
- package/json-schemas/en/Movie/CatalogMovieSchema.json +49 -0
- package/json-schemas/en/Movie/DetailedMovieSchema.json +48 -0
- package/json-schemas/en/Movie/MetaMovieSchema.json +51 -0
- package/json-schemas/en/Movie/MovieSchema.json +128 -0
- package/json-schemas/en/Movie/index.json +283 -0
- package/json-schemas/en/MovieSchema.json +128 -0
- package/json-schemas/en/NoteSchema.json +745 -0
- package/json-schemas/en/index.json +2385 -0
- package/json-schemas/es/Area.json +21 -0
- package/json-schemas/es/Areas.json +25 -0
- package/json-schemas/es/Article/ArticleSchema.json +103 -0
- package/json-schemas/es/Article/CatalogArticleSchema.json +35 -0
- package/json-schemas/es/Article/DetailedArticleSchema.json +42 -0
- package/json-schemas/es/Article/MetaArticleSchema.json +46 -0
- package/json-schemas/es/Article/index.json +233 -0
- package/json-schemas/es/ArticleSchema.json +103 -0
- package/json-schemas/es/Book/BookSchema.json +124 -0
- package/json-schemas/es/Book/CatalogBookSchema.json +44 -0
- package/json-schemas/es/Book/DetailedBookSchema.json +49 -0
- package/json-schemas/es/Book/MetaBookSchema.json +51 -0
- package/json-schemas/es/Book/index.json +275 -0
- package/json-schemas/es/BookSchema.json +124 -0
- package/json-schemas/es/CatalogArticleSchema.json +35 -0
- package/json-schemas/es/CatalogBookSchema.json +44 -0
- package/json-schemas/es/CatalogMovieSchema.json +49 -0
- package/json-schemas/es/Clothing/DetailedClothingSchema.json +1 -1
- package/json-schemas/es/Clothing/index.json +1 -1
- package/json-schemas/es/DetailedArticleSchema.json +42 -0
- package/json-schemas/es/DetailedBookSchema.json +49 -0
- package/json-schemas/es/DetailedClothingSchema.json +1 -1
- package/json-schemas/es/DetailedMovieSchema.json +48 -0
- package/json-schemas/es/FirstLevelArea.json +21 -0
- package/json-schemas/es/MetaArticleSchema.json +46 -0
- package/json-schemas/es/MetaBookSchema.json +51 -0
- package/json-schemas/es/MetaMovieSchema.json +51 -0
- package/json-schemas/es/Movie/CatalogMovieSchema.json +49 -0
- package/json-schemas/es/Movie/DetailedMovieSchema.json +48 -0
- package/json-schemas/es/Movie/MetaMovieSchema.json +51 -0
- package/json-schemas/es/Movie/MovieSchema.json +128 -0
- package/json-schemas/es/Movie/index.json +283 -0
- package/json-schemas/es/MovieSchema.json +128 -0
- package/json-schemas/es/NoteSchema.json +746 -0
- package/json-schemas/es/index.json +1584 -1
- package/json-schemas/index.json +1907 -394
- package/package.json +11 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,97 @@ All notable changes to @segha/catalog will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.1.0] - 2026-02-05
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Schema `ArticleSchema` was added
|
|
13
|
+
- Schema `BookSchema` was added
|
|
14
|
+
- Schema `CatalogArticleSchema` was added
|
|
15
|
+
- Schema `CatalogBookSchema` was added
|
|
16
|
+
- Schema `CatalogMovieSchema` was added
|
|
17
|
+
- Schema `DetailedArticleSchema` was added
|
|
18
|
+
- Schema `DetailedBookSchema` was added
|
|
19
|
+
- Schema `DetailedMovieSchema` was added
|
|
20
|
+
- Schema `MetaArticleSchema` was added
|
|
21
|
+
- Schema `MetaBookSchema` was added
|
|
22
|
+
- Schema `MetaMovieSchema` was added
|
|
23
|
+
- Schema `MovieSchema` was added
|
|
24
|
+
- Schema `NoteSchema` was added
|
|
25
|
+
|
|
26
|
+
## [2.0.0] - 2026-02-05
|
|
27
|
+
|
|
28
|
+
### Added
|
|
29
|
+
|
|
30
|
+
- Enum values added to `CatalogClothingSchema`.`garment`: `Undershirts`, `Boxers`, `Panties`, `Bras`, `Socks`, `T-Shirts`, `Polo Shirts`, `Shirts`, `Blouses`, `Sweaters`, `Hoodies`, `Cardigans`, `Jackets`, `Pants`, `Jeans`, `Skirts`, `Blazers`, `Coats`, `Trench Coats`, `Vests`, `Leggings`, `Technical Wear`, `Sports Shorts`, `Technical T-Shirts`, `Dresses`, `Jumpsuits`, `Sneakers`, `Shoes`, `Boots`, `Sandals`, `Belts`, `Caps`, `Hats`, `Scarves`, `Gloves`, `Handbags`, `Backpacks`, `Sunglasses`, `Handkerchiefs`, `Watches`, `Jewelry`, `Pajamas`, `Robes`, `Swimsuits`
|
|
31
|
+
- Enum values added to `CatalogClothingSchema`.`slot`: `Top`, `Bottom`, `Full Body`, `Outer`, `Footwear`, `Accessories`
|
|
32
|
+
- Enum values added to `CatalogClothingSchema`.`fit`: `Fitted`, `Slim`, `Relaxed`, `Loose`, `Oversized`
|
|
33
|
+
- Enum values added to `CatalogClothingSchema`.`primary_color`: `White`, `Black`, `Gray`, `Brown`, `Blue`, `Green`, `Red`, `Burgundy`, `Pink`, `Yellow`, `Orange`, `Purple`, `Khaki`, `Navy`, `Cream`, `Gold`, `Silver`, `Bronze`
|
|
34
|
+
- Enum values added to `CatalogClothingSchema`.`secondary_color`: `White`, `Black`, `Gray`, `Brown`, `Blue`, `Green`, `Red`, `Burgundy`, `Pink`, `Yellow`, `Orange`, `Purple`, `Khaki`, `Navy`, `Cream`, `Gold`, `Silver`, `Bronze`
|
|
35
|
+
- Enum values added to `CatalogClothingSchema`.`pattern`: `Solid`, `Stripes`, `Plaid`, `Polka Dots`, `Geometric`, `Camouflage`, `Graphic Print`, `Gradient`
|
|
36
|
+
- Enum values added to `CatalogClothingSchema`.`layer`: `Mid`, `Outer`
|
|
37
|
+
- Enum values added to `CatalogClothingSchema`.`season`: `Winter`, `Summer`, `Spring/Fall`, `All Year`
|
|
38
|
+
- Enum values added to `CatalogClothingSchema`.`formality`: `Very Casual`, `Smart Casual`, `Black Tie`
|
|
39
|
+
- Enum values added to `ClothingSchema`.`garment`: `Undershirts`, `Boxers`, `Panties`, `Bras`, `Socks`, `T-Shirts`, `Polo Shirts`, `Shirts`, `Blouses`, `Sweaters`, `Hoodies`, `Cardigans`, `Jackets`, `Pants`, `Jeans`, `Skirts`, `Blazers`, `Coats`, `Trench Coats`, `Vests`, `Leggings`, `Technical Wear`, `Sports Shorts`, `Technical T-Shirts`, `Dresses`, `Jumpsuits`, `Sneakers`, `Shoes`, `Boots`, `Sandals`, `Belts`, `Caps`, `Hats`, `Scarves`, `Gloves`, `Handbags`, `Backpacks`, `Sunglasses`, `Handkerchiefs`, `Watches`, `Jewelry`, `Pajamas`, `Robes`, `Swimsuits`
|
|
40
|
+
- Enum values added to `ClothingSchema`.`slot`: `Top`, `Bottom`, `Full Body`, `Outer`, `Footwear`, `Accessories`
|
|
41
|
+
- Enum values added to `ClothingSchema`.`fit`: `Fitted`, `Slim`, `Relaxed`, `Loose`, `Oversized`
|
|
42
|
+
- Enum values added to `ClothingSchema`.`primary_color`: `White`, `Black`, `Gray`, `Brown`, `Blue`, `Green`, `Red`, `Burgundy`, `Pink`, `Yellow`, `Orange`, `Purple`, `Khaki`, `Navy`, `Cream`, `Gold`, `Silver`, `Bronze`
|
|
43
|
+
- Enum values added to `ClothingSchema`.`secondary_color`: `White`, `Black`, `Gray`, `Brown`, `Blue`, `Green`, `Red`, `Burgundy`, `Pink`, `Yellow`, `Orange`, `Purple`, `Khaki`, `Navy`, `Cream`, `Gold`, `Silver`, `Bronze`
|
|
44
|
+
- Enum values added to `ClothingSchema`.`pattern`: `Solid`, `Stripes`, `Plaid`, `Polka Dots`, `Geometric`, `Camouflage`, `Graphic Print`, `Gradient`
|
|
45
|
+
- Enum values added to `ClothingSchema`.`layer`: `Mid`, `Outer`
|
|
46
|
+
- Enum values added to `ClothingSchema`.`season`: `Winter`, `Summer`, `Spring/Fall`, `All Year`
|
|
47
|
+
- Enum values added to `ClothingSchema`.`formality`: `Very Casual`, `Smart Casual`, `Black Tie`
|
|
48
|
+
- Enum values added to `ClothingSchema`.`status`: `New`, `Good`, `Worn`, `Damaged`, `Retire`
|
|
49
|
+
- Enum values added to `DetailedClothingSchema`.`status`: `New`, `Good`, `Worn`, `Damaged`, `Retire`
|
|
50
|
+
|
|
51
|
+
### Changed
|
|
52
|
+
|
|
53
|
+
- Description changed in `CatalogClothingSchema`
|
|
54
|
+
- Property `name` in `CatalogClothingSchema` was modified
|
|
55
|
+
- Property `variants` in `CatalogClothingSchema` was modified
|
|
56
|
+
- Property `materials` in `CatalogClothingSchema` was modified
|
|
57
|
+
- Property `use_case` in `CatalogClothingSchema` was modified
|
|
58
|
+
- Description changed in `ClothingSchema`
|
|
59
|
+
- Property `name` in `ClothingSchema` was modified
|
|
60
|
+
- Property `variants` in `ClothingSchema` was modified
|
|
61
|
+
- Property `materials` in `ClothingSchema` was modified
|
|
62
|
+
- Property `use_case` in `ClothingSchema` was modified
|
|
63
|
+
- Property `cares` in `ClothingSchema` was modified
|
|
64
|
+
- Property `measurements` in `ClothingSchema` was modified
|
|
65
|
+
- Property `type` in `ClothingSchema` was modified
|
|
66
|
+
- Property `subtype` in `ClothingSchema` was modified
|
|
67
|
+
- Property `areas` in `ClothingSchema` was modified
|
|
68
|
+
- Description changed in `DetailedClothingSchema`
|
|
69
|
+
- Property `cares` in `DetailedClothingSchema` was modified
|
|
70
|
+
- Property `measurements` in `DetailedClothingSchema` was modified
|
|
71
|
+
- Description changed in `MetaClothingSchema`
|
|
72
|
+
- Property `type` in `MetaClothingSchema` was modified
|
|
73
|
+
- Property `subtype` in `MetaClothingSchema` was modified
|
|
74
|
+
- Property `areas` in `MetaClothingSchema` was modified
|
|
75
|
+
|
|
76
|
+
### Removed
|
|
77
|
+
|
|
78
|
+
- **BREAKING** Enum values removed from `CatalogClothingSchema`.`garment`: `Camisetas Interiores`, `Calzoncillos`, `Bragas`, `Sujetadores`, `Calcetines`, `Camisetas`, `Polos`, `Camisas`, `Blusas`, `Jerseys`, `Sudaderas`, `Cárdigans`, `Chaquetas`, `Pantalones`, `Vaqueros`, `Faldas`, `Americanas`, `Abrigos`, `Gabardinas`, `Cazadoras`, `Chalecos`, `Mallas`, `Ropa Técnica`, `Shorts Deportivos`, `Camisetas Técnicas`, `Vestidos`, `Monos`, `Zapatillas`, `Zapatos`, `Botas`, `Sandalias`, `Cinturones`, `Gorras`, `Sombreros`, `Bufandas`, `Guantes`, `Bolsos`, `Mochilas`, `Gafas de Sol`, `Pañuelos`, `Relojes`, `Joyas`, `Pijamas`, `Batas`, `Bañadores`
|
|
79
|
+
- **BREAKING** Enum values removed from `CatalogClothingSchema`.`slot`: `Superior`, `Inferior`, `Cuerpo Completo`, `Exterior`, `Calzado`, `Accesorios`
|
|
80
|
+
- **BREAKING** Enum values removed from `CatalogClothingSchema`.`fit`: `Entallado`, `Ajustado`, `Relajado`, `Holgado`, `Extragrande`
|
|
81
|
+
- **BREAKING** Enum values removed from `CatalogClothingSchema`.`primary_color`: `Blanco`, `Negro`, `Gris`, `Marrón`, `Azul`, `Verde`, `Rojo`, `Burdeos`, `Rosa`, `Amarillo`, `Naranja`, `Morado`, `Caqui`, `Marino`, `Crema`, `Oro`, `Plata`, `Bronce`
|
|
82
|
+
- **BREAKING** Enum values removed from `CatalogClothingSchema`.`secondary_color`: `Blanco`, `Negro`, `Gris`, `Marrón`, `Azul`, `Verde`, `Rojo`, `Burdeos`, `Rosa`, `Amarillo`, `Naranja`, `Morado`, `Caqui`, `Marino`, `Crema`, `Oro`, `Plata`, `Bronce`
|
|
83
|
+
- **BREAKING** Enum values removed from `CatalogClothingSchema`.`pattern`: `Liso`, `Rayas`, `Cuadros`, `Lunares`, `Geométrico`, `Camuflaje`, `EstampadoGráfico`, `Degradado`
|
|
84
|
+
- **BREAKING** Enum values removed from `CatalogClothingSchema`.`layer`: `Intermedia`, `Exterior`
|
|
85
|
+
- **BREAKING** Enum values removed from `CatalogClothingSchema`.`season`: `Invierno`, `Verano`, `Entretiempo`, `Todo el año`
|
|
86
|
+
- **BREAKING** Enum values removed from `CatalogClothingSchema`.`formality`: `Muy Informal`, `Arreglado`, `Etiqueta`
|
|
87
|
+
- **BREAKING** Enum values removed from `ClothingSchema`.`garment`: `Camisetas Interiores`, `Calzoncillos`, `Bragas`, `Sujetadores`, `Calcetines`, `Camisetas`, `Polos`, `Camisas`, `Blusas`, `Jerseys`, `Sudaderas`, `Cárdigans`, `Chaquetas`, `Pantalones`, `Vaqueros`, `Faldas`, `Americanas`, `Abrigos`, `Gabardinas`, `Cazadoras`, `Chalecos`, `Mallas`, `Ropa Técnica`, `Shorts Deportivos`, `Camisetas Técnicas`, `Vestidos`, `Monos`, `Zapatillas`, `Zapatos`, `Botas`, `Sandalias`, `Cinturones`, `Gorras`, `Sombreros`, `Bufandas`, `Guantes`, `Bolsos`, `Mochilas`, `Gafas de Sol`, `Pañuelos`, `Relojes`, `Joyas`, `Pijamas`, `Batas`, `Bañadores`
|
|
88
|
+
- **BREAKING** Enum values removed from `ClothingSchema`.`slot`: `Superior`, `Inferior`, `Cuerpo Completo`, `Exterior`, `Calzado`, `Accesorios`
|
|
89
|
+
- **BREAKING** Enum values removed from `ClothingSchema`.`fit`: `Entallado`, `Ajustado`, `Relajado`, `Holgado`, `Extragrande`
|
|
90
|
+
- **BREAKING** Enum values removed from `ClothingSchema`.`primary_color`: `Blanco`, `Negro`, `Gris`, `Marrón`, `Azul`, `Verde`, `Rojo`, `Burdeos`, `Rosa`, `Amarillo`, `Naranja`, `Morado`, `Caqui`, `Marino`, `Crema`, `Oro`, `Plata`, `Bronce`
|
|
91
|
+
- **BREAKING** Enum values removed from `ClothingSchema`.`secondary_color`: `Blanco`, `Negro`, `Gris`, `Marrón`, `Azul`, `Verde`, `Rojo`, `Burdeos`, `Rosa`, `Amarillo`, `Naranja`, `Morado`, `Caqui`, `Marino`, `Crema`, `Oro`, `Plata`, `Bronce`
|
|
92
|
+
- **BREAKING** Enum values removed from `ClothingSchema`.`pattern`: `Liso`, `Rayas`, `Cuadros`, `Lunares`, `Geométrico`, `Camuflaje`, `EstampadoGráfico`, `Degradado`
|
|
93
|
+
- **BREAKING** Enum values removed from `ClothingSchema`.`layer`: `Intermedia`, `Exterior`
|
|
94
|
+
- **BREAKING** Enum values removed from `ClothingSchema`.`season`: `Invierno`, `Verano`, `Entretiempo`, `Todo el año`
|
|
95
|
+
- **BREAKING** Enum values removed from `ClothingSchema`.`formality`: `Muy Informal`, `Arreglado`, `Etiqueta`
|
|
96
|
+
- **BREAKING** Enum values removed from `ClothingSchema`.`status`: `Nuevo`, `Bien`, `Gastado`, `Dañado`, `Retirar`
|
|
97
|
+
- **BREAKING** Enum values removed from `DetailedClothingSchema`.`status`: `Nuevo`, `Bien`, `Gastado`, `Dañado`, `Retirar`
|
|
98
|
+
|
|
8
99
|
## [1.2.0] - 2026-02-05
|
|
9
100
|
|
|
10
101
|
### Added
|