tickera-angular-components 0.0.1-dev.95 → 0.0.1-dev.96

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.
package/index.d.ts CHANGED
@@ -1810,7 +1810,7 @@ declare class PerformanceService {
1810
1810
  private performancesSubject;
1811
1811
  performances$: Observable<Performance[]>;
1812
1812
  constructor(apiService: ApiService);
1813
- fetchPerformances({ showId, roomMapId, hallId, search, limit, }: FindAllPerformancesParams): Observable<PerformancesResponseInterface>;
1813
+ fetchPerformances({ showId, roomMapId, hallId, search, page, limit, }: FindAllPerformancesParams): Observable<PerformancesResponseInterface>;
1814
1814
  fetchDailyPerformances({ show_id, search, limit, date, }: FetchDailyPerformancesParams): Observable<DailyPerformancesResponse>;
1815
1815
  loadPerformances({ showId, search }?: {
1816
1816
  showId?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.95",
3
+ "version": "0.0.1-dev.96",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {