@erp-galoper/types 1.0.1068 → 1.0.1069
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/openapi.ts +6 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -22552,6 +22552,12 @@ export interface components {
|
|
|
22552
22552
|
* @default default/default-product.jpg
|
|
22553
22553
|
*/
|
|
22554
22554
|
image: string | null;
|
|
22555
|
+
/**
|
|
22556
|
+
* Images
|
|
22557
|
+
* @description List of images with default selection, only one image should be default, other images should be false
|
|
22558
|
+
* @default []
|
|
22559
|
+
*/
|
|
22560
|
+
images: components["schemas"]["ImageSchema"][] | null;
|
|
22555
22561
|
/** Name */
|
|
22556
22562
|
name: string;
|
|
22557
22563
|
/**
|