@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 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. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resira/sdk",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "description": "TypeScript SDK for the Resira public reservation API",
5
5
  "license": "MIT",
6
6
  "type": "module",