@bondsports/types 2.0.73 → 2.0.74
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { ByOrganizationIdDto } from '../../organization/dto/organization.dto';
|
|
1
2
|
import { PaymentPlanRepetitionEnum, PaymentPlanStatusEnum, PaymentPlanTypeEnum } from '../types/enums/payment-plan.enums';
|
|
2
3
|
import { PaymentMethodTypeEnum } from '../types/enums/payment.enums';
|
|
3
|
-
import { ByInvoiceDto } from './payment.dto';
|
|
4
4
|
export declare class PaymentPlanScheduleDto {
|
|
5
5
|
date: Date;
|
|
6
6
|
percent?: number;
|
|
@@ -21,7 +21,8 @@ export declare class CreatePaymentPlanDto extends PaymentPlanDto {
|
|
|
21
21
|
export declare class CalcPaymentPlanDto extends PaymentPlanDto {
|
|
22
22
|
amountToSplit: number;
|
|
23
23
|
}
|
|
24
|
-
export declare class BasicInstallmentDataDto extends
|
|
24
|
+
export declare class BasicInstallmentDataDto extends ByOrganizationIdDto {
|
|
25
|
+
invoiceId: number;
|
|
25
26
|
userId: number;
|
|
26
27
|
}
|
|
27
28
|
export declare class CreateScheduledPaymentsDto extends BasicInstallmentDataDto {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UpdateScheduledPaymentsDto = exports.FutureInstallmentsIdsDto = exports.ScheduledPaymentDto = exports.CreateScheduledPaymentsDto = exports.BasicInstallmentDataDto = exports.CalcPaymentPlanDto = exports.CreatePaymentPlanDto = exports.PaymentPlanDto = exports.PaymentPlanScheduleDto = void 0;
|
|
4
|
-
const
|
|
4
|
+
const organization_dto_1 = require("../../organization/dto/organization.dto");
|
|
5
5
|
class PaymentPlanScheduleDto {
|
|
6
6
|
}
|
|
7
7
|
exports.PaymentPlanScheduleDto = PaymentPlanScheduleDto;
|
|
@@ -14,7 +14,7 @@ exports.CreatePaymentPlanDto = CreatePaymentPlanDto;
|
|
|
14
14
|
class CalcPaymentPlanDto extends PaymentPlanDto {
|
|
15
15
|
}
|
|
16
16
|
exports.CalcPaymentPlanDto = CalcPaymentPlanDto;
|
|
17
|
-
class BasicInstallmentDataDto extends
|
|
17
|
+
class BasicInstallmentDataDto extends organization_dto_1.ByOrganizationIdDto {
|
|
18
18
|
}
|
|
19
19
|
exports.BasicInstallmentDataDto = BasicInstallmentDataDto;
|
|
20
20
|
class CreateScheduledPaymentsDto extends BasicInstallmentDataDto {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"payment-plan.dto.js","sourceRoot":"","sources":["../../../../src/types/payment/dto/payment-plan.dto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"payment-plan.dto.js","sourceRoot":"","sources":["../../../../src/types/payment/dto/payment-plan.dto.ts"],"names":[],"mappings":";;;AACA,8EAA8E;AAQ9E,MAAa,sBAAsB;CAMlC;AAND,wDAMC;AACD,MAAa,cAAc;CAc1B;AAdD,wCAcC;AAED,MAAa,oBAAqB,SAAQ,cAAc;CAEvD;AAFD,oDAEC;AAED,MAAa,kBAAmB,SAAQ,cAAc;CAErD;AAFD,gDAEC;AAED,MAAa,uBAAwB,SAAQ,sCAAmB;CAI/D;AAJD,0DAIC;AAED,MAAa,0BAA2B,SAAQ,uBAAuB;CAMtE;AAND,gEAMC;AAED,MAAa,mBAAmB;CAM/B;AAND,kDAMC;AAED,MAAa,wBAAwB;CAEpC;AAFD,4DAEC;AAED,MAAa,0BAA0B;CAQtC;AARD,gEAQC"}
|