@bondsports/types 2.2.18 → 2.2.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.18",
3
+ "version": "2.2.19",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {