@bondsports/types 2.4.74 → 2.4.75

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.
@@ -12,12 +12,12 @@ import { Reason } from '../../organization/entities/Reason';
12
12
  import { PurchaseProductDto } from '../../purchase/dto/purchase.dto';
13
13
  import { IPartialPayment } from '../../reservations/types/interfaces/reservation.interfaces';
14
14
  import { CurrencyEnum, MonthsEnum, OrderByEnum, PaymentSettingStatusEnum, PlatformsEnum, ProductTypesEnum, ResourceNameTypeEnum } from '../../services/enums.service';
15
- import { User } from '../../user/entities/User';
16
15
  import { Discount } from '../entities/Discount';
17
16
  import { FutureInstallment } from '../entities/FutureInstallment';
18
17
  import { PaymentNote } from '../entities/PaymentNote';
19
18
  import { LinkedAccountStatus } from '../types/enums/linked-account.enums';
20
19
  import { FuturePaymentStatusEnum, PaymentFilterByEnum, PaymentMethodTypeEnum, PaymentStatusEnum, SubPaymentMethodTypeEnum } from '../types/enums/payment.enums';
20
+ import { SimpleUserDto } from '../../user/dto/user.dto';
21
21
  export declare class CustomerIdDto {
22
22
  customerId: number;
23
23
  }
@@ -164,7 +164,7 @@ export declare class PaymentDto extends BasePaymentMethodFieldsDto {
164
164
  stripeFee?: number;
165
165
  currency: CurrencyEnum;
166
166
  payingUserId?: number;
167
- payingUser?: User;
167
+ payingUser?: SimpleUserDto;
168
168
  paymentMethodId?: number;
169
169
  paymentType?: PaymentMethodTypeEnum;
170
170
  status: FuturePaymentStatusEnum;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.4.74",
3
+ "version": "2.4.75",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {