@bondsports/types 2.2.17 → 2.2.19
Sign up to get free protection for your applications and to get access to all the features.
@@ -38,6 +38,7 @@ export declare class ProgramSeason extends OrganizationConnectionBaseEntity {
|
|
38
38
|
maxFemaleWaitlist: number | null;
|
39
39
|
facilityId: number | null;
|
40
40
|
facilityName?: string;
|
41
|
+
facilityTimezone?: string;
|
41
42
|
addressId: number | null;
|
42
43
|
sport: SportsEnum;
|
43
44
|
minAge: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ProgramSeason.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/entities/ProgramSeason.ts"],"names":[],"mappings":";;;AAkBA,oGAAiG;AAmBjG,MAAa,aAAc,SAAQ,mEAAgC;
|
1
|
+
{"version":3,"file":"ProgramSeason.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/entities/ProgramSeason.ts"],"names":[],"mappings":";;;AAkBA,oGAAiG;AAmBjG,MAAa,aAAc,SAAQ,mEAAgC;CAiIlE;AAjID,sCAiIC"}
|
@@ -12,7 +12,6 @@ import { CurrencyEnum, LineItemsStatusEnum, ProductSubTypesEnum, ProductTypesEnu
|
|
12
12
|
import { PurchasePaymentDto } from '../../dto/purchase.dto';
|
13
13
|
import { User } from '../../../user/entities/User';
|
14
14
|
import { Organization } from '../../../organization/entities/Organization';
|
15
|
-
import { UserPaymentMethod } from '../../../entity/user-payment-method';
|
16
15
|
export type UserCount = {
|
17
16
|
male: number;
|
18
17
|
female: number;
|
@@ -41,7 +40,6 @@ export interface ILineItem {
|
|
41
40
|
export interface ChargeInstallmentDataMap {
|
42
41
|
usersMap: Map<number, User>;
|
43
42
|
organizationsMap: Map<number, Organization>;
|
44
|
-
userPaymentMethodMap: Map<number, UserPaymentMethod>;
|
45
43
|
}
|
46
44
|
export interface IChargeInvoice extends ISaveInvoicePayment {
|
47
45
|
amountToPay?: number;
|