@billgangcom/theme-lib 1.116.2 → 1.116.3

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.
@@ -108,10 +108,18 @@ export interface Category {
108
108
  listingIdList: number[];
109
109
  }
110
110
  export interface Vouch {
111
- id: number;
111
+ id: string;
112
112
  message: string;
113
113
  imageUrl: string;
114
114
  productNames: string[];
115
+ products: Array<{
116
+ name: string;
117
+ images: Array<{
118
+ id: number;
119
+ cfId: string;
120
+ position: number;
121
+ }>;
122
+ }>;
115
123
  }
116
124
  export interface PageContext {
117
125
  listings: Listing[] | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@billgangcom/theme-lib",
3
- "version": "1.116.2",
3
+ "version": "1.116.3",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"