tickera-angular-components 0.0.1-dev.192 → 0.0.1-dev.193

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 +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1037,7 +1037,7 @@ interface ShowGendersResponse {
1037
1037
  interface FetchShowTypesParams extends CommonFetchAllParams {
1038
1038
  name?: string;
1039
1039
  slug?: string;
1040
- sort_by?: 'category.id' | 'category.name' | 'category.slug' | 'category.created_at';
1040
+ sort_by?: 'type.id' | 'type.name' | 'type.slug' | 'type.created_at';
1041
1041
  }
1042
1042
 
1043
1043
  interface ShowType extends Auditable {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.192",
3
+ "version": "0.0.1-dev.193",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {