sk-front-lib 0.19.5 → 0.19.7

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.
@@ -241,6 +241,7 @@ export interface SkProductListItem {
241
241
  priceDiscounted?: number;
242
242
  priceMin?: number;
243
243
  priceMax?: number;
244
+ maxBuyCount?: number;
244
245
  packageItems?: ISkProductPackageListItem[];
245
246
  accessPolicy?: SkProductAccessPolicy;
246
247
  accessPolicyValue?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sk-front-lib",
3
- "version": "0.19.5",
3
+ "version": "0.19.7",
4
4
  "peerDependencies": {
5
5
  "@angular/router": "^15.2.10",
6
6
  "@angular/animations": "^15.2.10",