@resira/sdk 0.4.13 → 0.4.14
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/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -316,6 +316,8 @@ interface Product {
|
|
|
316
316
|
categoryColor?: string;
|
|
317
317
|
/** Cover image URL for the category (set via admin dashboard). */
|
|
318
318
|
categoryImage?: string;
|
|
319
|
+
/** Optional gallery images for the category (ordered). */
|
|
320
|
+
categoryGalleryImages?: string[];
|
|
319
321
|
/** Display settings for the category cover image. */
|
|
320
322
|
categoryImageDisplay?: ResourceImageDisplaySettings;
|
|
321
323
|
/** IDs of linked equipment/resources. */
|
package/dist/index.d.ts
CHANGED
|
@@ -316,6 +316,8 @@ interface Product {
|
|
|
316
316
|
categoryColor?: string;
|
|
317
317
|
/** Cover image URL for the category (set via admin dashboard). */
|
|
318
318
|
categoryImage?: string;
|
|
319
|
+
/** Optional gallery images for the category (ordered). */
|
|
320
|
+
categoryGalleryImages?: string[];
|
|
319
321
|
/** Display settings for the category cover image. */
|
|
320
322
|
categoryImageDisplay?: ResourceImageDisplaySettings;
|
|
321
323
|
/** IDs of linked equipment/resources. */
|