tickera-angular-components 0.0.1-dev.138 → 0.0.1-dev.139

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 +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -447,12 +447,12 @@ interface BreadcrumbStep {
447
447
  }
448
448
 
449
449
  interface CommonFetchAllParams {
450
+ id?: number;
450
451
  page?: number;
451
452
  limit?: number;
452
453
  search?: string;
453
- name?: string;
454
454
  sort_by?: string;
455
- sort_order?: 'ASC' | 'asc' | 'DESC' | 'desc';
455
+ sort_order?: 'ASC' | 'DESC';
456
456
  is_published?: boolean;
457
457
  ids_in?: number[];
458
458
  ids_not_in?: number[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.138",
3
+ "version": "0.0.1-dev.139",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {