@burdenoff/microfe-store 2026.916.1 → 2026.916.2

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.
@@ -892,6 +892,7 @@ export type BrowseStoreQuery = {
892
892
  rating?: number | null;
893
893
  reviewCount: number;
894
894
  downloads: number;
895
+ purchaseCount: number;
895
896
  featured: boolean;
896
897
  category?: string | null;
897
898
  tags: Array<string>;
@@ -1221,6 +1222,7 @@ export type HomeGroupedProductsQuery = {
1221
1222
  rating?: number | null;
1222
1223
  reviewCount: number;
1223
1224
  downloads: number;
1225
+ purchaseCount: number;
1224
1226
  featured: boolean;
1225
1227
  category?: string | null;
1226
1228
  tags: Array<string>;
@@ -1250,6 +1252,7 @@ export type HomeGroupedProductsQuery = {
1250
1252
  rating?: number | null;
1251
1253
  reviewCount: number;
1252
1254
  downloads: number;
1255
+ purchaseCount: number;
1253
1256
  featured: boolean;
1254
1257
  category?: string | null;
1255
1258
  tags: Array<string>;
@@ -1279,6 +1282,7 @@ export type HomeGroupedProductsQuery = {
1279
1282
  rating?: number | null;
1280
1283
  reviewCount: number;
1281
1284
  downloads: number;
1285
+ purchaseCount: number;
1282
1286
  featured: boolean;
1283
1287
  category?: string | null;
1284
1288
  tags: Array<string>;
@@ -1308,6 +1312,7 @@ export type HomeGroupedProductsQuery = {
1308
1312
  rating?: number | null;
1309
1313
  reviewCount: number;
1310
1314
  downloads: number;
1315
+ purchaseCount: number;
1311
1316
  featured: boolean;
1312
1317
  category?: string | null;
1313
1318
  tags: Array<string>;
@@ -1353,6 +1358,7 @@ export type StoreProductDetailsQuery = {
1353
1358
  rating?: number | null;
1354
1359
  reviewCount: number;
1355
1360
  downloads: number;
1361
+ purchaseCount: number;
1356
1362
  viewCount: number;
1357
1363
  featured: boolean;
1358
1364
  category?: string | null;
@@ -1422,6 +1428,7 @@ export type StoreProductDetailsQuery = {
1422
1428
  rating?: number | null;
1423
1429
  reviewCount: number;
1424
1430
  downloads: number;
1431
+ purchaseCount: number;
1425
1432
  price: number;
1426
1433
  pricingModel: Types.PricingModel;
1427
1434
  currency: string;
@@ -1077,6 +1077,7 @@ var V = t`
1077
1077
  rating
1078
1078
  reviewCount
1079
1079
  downloads
1080
+ purchaseCount
1080
1081
  featured
1081
1082
  category
1082
1083
  tags
@@ -1509,6 +1510,7 @@ var J = t`
1509
1510
  rating
1510
1511
  reviewCount
1511
1512
  downloads
1513
+ purchaseCount
1512
1514
  featured
1513
1515
  category
1514
1516
  tags
@@ -1536,6 +1538,7 @@ var J = t`
1536
1538
  rating
1537
1539
  reviewCount
1538
1540
  downloads
1541
+ purchaseCount
1539
1542
  featured
1540
1543
  category
1541
1544
  tags
@@ -1563,6 +1566,7 @@ var J = t`
1563
1566
  rating
1564
1567
  reviewCount
1565
1568
  downloads
1569
+ purchaseCount
1566
1570
  featured
1567
1571
  category
1568
1572
  tags
@@ -1590,6 +1594,7 @@ var J = t`
1590
1594
  rating
1591
1595
  reviewCount
1592
1596
  downloads
1597
+ purchaseCount
1593
1598
  featured
1594
1599
  category
1595
1600
  tags
@@ -1649,6 +1654,7 @@ var Y = t`
1649
1654
  rating
1650
1655
  reviewCount
1651
1656
  downloads
1657
+ purchaseCount
1652
1658
  viewCount
1653
1659
  featured
1654
1660
  category
@@ -1713,6 +1719,7 @@ var Y = t`
1713
1719
  rating
1714
1720
  reviewCount
1715
1721
  downloads
1722
+ purchaseCount
1716
1723
  price
1717
1724
  pricingModel
1718
1725
  currency