tickera-angular-components 0.0.1-dev.155 → 0.0.1-dev.156

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/index.d.ts +4 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1574,6 +1574,10 @@ interface FetchProductsParams extends CommonFetchAllParams {
1574
1574
  category_id?: number;
1575
1575
  tag_id?: number;
1576
1576
  type_id?: number;
1577
+ min_price?: number;
1578
+ max_price?: number;
1579
+ min_stock?: number;
1580
+ max_stock?: number;
1577
1581
  sort_by?: 'product.id' | 'product.name' | 'product.price' | 'product.stock_quantity' | 'product.slug' | 'product.sku' | 'product.created_at' | 'category.name' | 'tag.name' | 'type.name';
1578
1582
  }
1579
1583
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.155",
3
+ "version": "0.0.1-dev.156",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {