@bondsports/types 2.2.115 → 2.2.117
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,6 @@ import { ActivityTimes } from '../../entity/ActivityTimes';
|
|
2
2
|
import { Customer } from '../../entity/Customer';
|
3
3
|
import { Facility } from '../../entity/Facility';
|
4
4
|
import { GroupItemsPricing } from '../../entity/GroupItemsPricing';
|
5
|
-
import { LineItems } from '../../entity/LineItems';
|
6
5
|
import { Membership } from '../../entity/Membership';
|
7
6
|
import { OrganizationConnectionBaseEntity } from '../../entity/OrganizationConnectionBaseEntity';
|
8
7
|
import { ProductPackage } from '../../entity/ProductPackage';
|
@@ -75,7 +74,6 @@ export declare class Product extends OrganizationConnectionBaseEntity {
|
|
75
74
|
reservedForMemberships: Membership[];
|
76
75
|
activityTimes: ActivityTimes[];
|
77
76
|
resourceSettings: ResourceSetting[];
|
78
|
-
lineItems: LineItems[];
|
79
77
|
productsUsers: ProductsUsers[];
|
80
78
|
purchasedResources: PurchasedResource[];
|
81
79
|
facilities: Facility[];
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Product.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/entities/Product.ts"],"names":[],"mappings":";;;
|
1
|
+
{"version":3,"file":"Product.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/entities/Product.ts"],"names":[],"mappings":";;;AAkBA,oGAAiG;AAmBjG,MAAa,OAAQ,SAAQ,mEAAgC;CA8H5D;AA9HD,0BA8HC"}
|
@@ -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
|
}
|