@bondsports/types 2.2.116 → 2.2.117
Sign up to get free protection for your applications and to get access to all the features.
@@ -21,10 +21,11 @@ export interface IGetResourcesOptions {
|
|
21
21
|
searchByFacility?: boolean;
|
22
22
|
}
|
23
23
|
export interface IGetResourceByIdsOptions {
|
24
|
-
includeAdditionalData?: boolean;
|
25
24
|
order?: OrderByEnum;
|
26
25
|
orderBy?: OrderByResourceEnum;
|
27
26
|
ignoreDeleted?: boolean;
|
27
|
+
onlyActive?: boolean;
|
28
|
+
includeAdditionalData?: boolean;
|
28
29
|
includeFacilities?: boolean;
|
29
30
|
includeProducts?: boolean;
|
30
31
|
}
|