@mivis/petmart-api 1.2.295 → 1.2.296
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/package.json +1 -1
- package/type.d.ts +3 -0
package/package.json
CHANGED
package/type.d.ts
CHANGED
|
@@ -282,6 +282,7 @@ declare namespace Components {
|
|
|
282
282
|
entityAnalytics?: IEntityAnalytics;
|
|
283
283
|
low_stock_flag: boolean;
|
|
284
284
|
f_price: number | null;
|
|
285
|
+
eventName: string;
|
|
285
286
|
createdAt: Date;
|
|
286
287
|
updatedAt: Date;
|
|
287
288
|
}
|
|
@@ -380,6 +381,7 @@ declare namespace Components {
|
|
|
380
381
|
low_stock_flag: boolean;
|
|
381
382
|
f_price: number | null;
|
|
382
383
|
ratingScore: number;
|
|
384
|
+
eventName: string;
|
|
383
385
|
}
|
|
384
386
|
|
|
385
387
|
type OptionalDimension = {
|
|
@@ -509,6 +511,7 @@ declare namespace Components {
|
|
|
509
511
|
};
|
|
510
512
|
f_price: number | null;
|
|
511
513
|
low_stock_flag: boolean;
|
|
514
|
+
eventName: string;
|
|
512
515
|
};
|
|
513
516
|
count: number;
|
|
514
517
|
price: number;
|