@sonic-commerce/storefront-types 0.12.0 → 0.13.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/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  // Generated by scripts/build.mjs from app/openapi/public-api.json — do not edit.
2
- // Spec version 0.12.0, 50 named schemas.
2
+ // Spec version 0.13.0, 50 named schemas.
3
3
 
4
4
  export type { paths, components, operations } from "./schema";
5
5
  import type { components } from "./schema";
package/dist/schema.d.ts CHANGED
@@ -3519,6 +3519,7 @@ export interface components {
3519
3519
  description?: string | null;
3520
3520
  rank?: number;
3521
3521
  parent_id?: string | null;
3522
+ thumbnail?: string | null;
3522
3523
  parent?: components["schemas"]["CategorySummary"] | null;
3523
3524
  children?: components["schemas"]["CategorySummary"][];
3524
3525
  };
@@ -3527,14 +3528,17 @@ export interface components {
3527
3528
  name: string;
3528
3529
  handle: string;
3529
3530
  rank: number;
3531
+ thumbnail: string | null;
3530
3532
  children: components["schemas"]["CategoryTreeNode"][];
3531
3533
  };
3532
3534
  Collection: {
3533
3535
  id: string;
3534
3536
  title?: string;
3535
3537
  handle?: string | null;
3538
+ description?: string | null;
3536
3539
  created_at?: string;
3537
3540
  updated_at?: string;
3541
+ thumbnail?: string | null;
3538
3542
  products?: components["schemas"]["ProductListItem"][];
3539
3543
  products_has_more?: boolean;
3540
3544
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonic-commerce/storefront-types",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "description": "TypeScript types for the Sonic Commerce storefront API (/api/v1).",
5
5
  "keywords": ["sonic-commerce", "openapi", "types", "storefront"],
6
6
  "license": "UNLICENSED",