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.
- package/index.d.ts +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' | '
|
|
455
|
+
sort_order?: 'ASC' | 'DESC';
|
|
456
456
|
is_published?: boolean;
|
|
457
457
|
ids_in?: number[];
|
|
458
458
|
ids_not_in?: number[];
|