@mivis/petmart-api 1.2.313 → 1.2.314
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 +2 -0
package/package.json
CHANGED
package/type.d.ts
CHANGED
|
@@ -2399,6 +2399,7 @@ declare namespace Components {
|
|
|
2399
2399
|
start_date: Date;
|
|
2400
2400
|
end_date: Date;
|
|
2401
2401
|
usage_limit_user?: number; // 0 for unlimited
|
|
2402
|
+
usage_limit_total?: number; // 0 for unlimited
|
|
2402
2403
|
target_type: EPromoTargetType;
|
|
2403
2404
|
target_sellers?: string[];
|
|
2404
2405
|
target_categories?: string[];
|
|
@@ -2414,6 +2415,7 @@ declare namespace Components {
|
|
|
2414
2415
|
start_date?: string;
|
|
2415
2416
|
end_date?: string;
|
|
2416
2417
|
usage_limit_user?: number;
|
|
2418
|
+
usage_limit_total?: number;
|
|
2417
2419
|
target_type?: EPromoTargetType;
|
|
2418
2420
|
target_sellers?: string[];
|
|
2419
2421
|
target_categories?: string[];
|