@mivis/petmart-api 1.2.294 → 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 +4 -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 = {
|
|
@@ -487,6 +489,7 @@ declare namespace Components {
|
|
|
487
489
|
dimension: IDimension;
|
|
488
490
|
price: number;
|
|
489
491
|
slug: string;
|
|
492
|
+
number: number;
|
|
490
493
|
category_id: {
|
|
491
494
|
_id: string;
|
|
492
495
|
name: string;
|
|
@@ -508,6 +511,7 @@ declare namespace Components {
|
|
|
508
511
|
};
|
|
509
512
|
f_price: number | null;
|
|
510
513
|
low_stock_flag: boolean;
|
|
514
|
+
eventName: string;
|
|
511
515
|
};
|
|
512
516
|
count: number;
|
|
513
517
|
price: number;
|