@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.
Files changed (2) hide show
  1. package/openapi.ts +6 -0
  2. 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
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1068",
3
+ "version": "1.0.1069",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],