@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/type.d.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mivis/petmart-api",
3
- "version": "1.2.313",
3
+ "version": "1.2.314",
4
4
  "main": "index.js",
5
5
  "types": "type.d.ts",
6
6
  "license": "ISC",
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[];