@bondsports/types 2.1.30 → 2.1.32
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.
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/import/dto/customer.dto.js +1 -0
- package/dist/types/import/dto/customer.dto.js.map +1 -1
- package/dist/types/purchase/dto/purchase.dto.d.ts +1 -5
- package/dist/types/purchase/dto/purchase.dto.js +1 -4
- package/dist/types/purchase/dto/purchase.dto.js.map +1 -1
- package/package.json +1 -1
|
@@ -11,6 +11,7 @@ exports.AddFamilyDto = AddFamilyDto;
|
|
|
11
11
|
class CustomerImportValidationDto {
|
|
12
12
|
}
|
|
13
13
|
exports.CustomerImportValidationDto = CustomerImportValidationDto;
|
|
14
|
+
// TODO: Use the DTOs or remove them
|
|
14
15
|
class ExistingCustomerDto {
|
|
15
16
|
}
|
|
16
17
|
exports.ExistingCustomerDto = ExistingCustomerDto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customer.dto.js","sourceRoot":"","sources":["../../../../src/types/import/dto/customer.dto.ts"],"names":[],"mappings":";;;AAAA,2FAAuF;AAIvF,MAAa,sBAAuB,SAAQ,kDAAuB;CAgBlE;AAhBD,wDAgBC;AAED,MAAa,YAAY;CAIxB;AAJD,oCAIC;AAED,MAAa,2BAA2B;CAMvC;AAND,kEAMC;AAED,MAAa,mBAAmB;CAQ/B;AARD,kDAQC;AAED,MAAa,eAAe;CAM3B;AAND,0CAMC;AAED,MAAa,yBAAyB;CAIrC;AAJD,8DAIC"}
|
|
1
|
+
{"version":3,"file":"customer.dto.js","sourceRoot":"","sources":["../../../../src/types/import/dto/customer.dto.ts"],"names":[],"mappings":";;;AAAA,2FAAuF;AAIvF,MAAa,sBAAuB,SAAQ,kDAAuB;CAgBlE;AAhBD,wDAgBC;AAED,MAAa,YAAY;CAIxB;AAJD,oCAIC;AAED,MAAa,2BAA2B;CAMvC;AAND,kEAMC;AAED,oCAAoC;AACpC,MAAa,mBAAmB;CAQ/B;AARD,kDAQC;AAED,MAAa,eAAe;CAM3B;AAND,0CAMC;AAED,MAAa,yBAAyB;CAIrC;AAJD,8DAIC"}
|
|
@@ -12,6 +12,7 @@ export declare class PurchasePaymentDto {
|
|
|
12
12
|
type: PaymentMethodTypeEnum;
|
|
13
13
|
token?: string;
|
|
14
14
|
paymentMethodId?: number;
|
|
15
|
+
applyForFuture?: boolean;
|
|
15
16
|
}
|
|
16
17
|
export declare class ChargeRentalsReuqestDto {
|
|
17
18
|
organizationId: number;
|
|
@@ -71,11 +72,6 @@ export declare class ScheduledPaymentRequestBodyDto {
|
|
|
71
72
|
includedIds?: number[];
|
|
72
73
|
excludedIds?: number[];
|
|
73
74
|
}
|
|
74
|
-
export declare class PaymentMethodDataDto {
|
|
75
|
-
type: PaymentMethodTypeEnum;
|
|
76
|
-
token?: string;
|
|
77
|
-
paymentMethodId?: number;
|
|
78
|
-
}
|
|
79
75
|
export declare class PartialPaymentRequestDto {
|
|
80
76
|
invoiceId: number;
|
|
81
77
|
amountToPay: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PurchaseCartDto = exports.PurchaseResultDto = exports.ValidateParticipantDto = exports.PartialPaymentAsUserDto = exports.AddItemsDto = exports.RedeemPunchCardRequestDto = exports.PartialPaymentRequestDto = exports.
|
|
3
|
+
exports.PurchaseCartDto = exports.PurchaseResultDto = exports.ValidateParticipantDto = exports.PartialPaymentAsUserDto = exports.AddItemsDto = exports.RedeemPunchCardRequestDto = exports.PartialPaymentRequestDto = exports.ScheduledPaymentRequestBodyDto = exports.ScheduledPaymentRequestDto = exports.PurchaseProductDto = exports.PurchaseResourceDto = exports.PurchaseRequestDto = exports.ChargeRentalsReuqestDto = exports.PurchasePaymentDto = void 0;
|
|
4
4
|
const organization_dto_1 = require("../../organization/dto/organization.dto");
|
|
5
5
|
const resource_dto_1 = require("../../resources/dto/resource.dto");
|
|
6
6
|
class PurchasePaymentDto {
|
|
@@ -24,9 +24,6 @@ exports.ScheduledPaymentRequestDto = ScheduledPaymentRequestDto;
|
|
|
24
24
|
class ScheduledPaymentRequestBodyDto {
|
|
25
25
|
}
|
|
26
26
|
exports.ScheduledPaymentRequestBodyDto = ScheduledPaymentRequestBodyDto;
|
|
27
|
-
class PaymentMethodDataDto {
|
|
28
|
-
}
|
|
29
|
-
exports.PaymentMethodDataDto = PaymentMethodDataDto;
|
|
30
27
|
class PartialPaymentRequestDto {
|
|
31
28
|
}
|
|
32
29
|
exports.PartialPaymentRequestDto = PartialPaymentRequestDto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"purchase.dto.js","sourceRoot":"","sources":["../../../../src/types/purchase/dto/purchase.dto.ts"],"names":[],"mappings":";;;AAIA,8EAA8E;AAS9E,mEAA+D;AAG/D,MAAa,kBAAkB;
|
|
1
|
+
{"version":3,"file":"purchase.dto.js","sourceRoot":"","sources":["../../../../src/types/purchase/dto/purchase.dto.ts"],"names":[],"mappings":";;;AAIA,8EAA8E;AAS9E,mEAA+D;AAG/D,MAAa,kBAAkB;CAQ9B;AARD,gDAQC;AAED,MAAa,uBAAuB;CAkBnC;AAlBD,0DAkBC;AAED,MAAa,kBAAkB;CA8B9B;AA9BD,gDA8BC;AAED,MAAa,mBAAoB,SAAQ,0BAAW;CAInD;AAJD,kDAIC;AAED,MAAa,kBAAkB;CA2B9B;AA3BD,gDA2BC;AAED,MAAa,0BAA2B,SAAQ,sCAAmB;CAIlE;AAJD,gEAIC;AAED,MAAa,8BAA8B;CAU1C;AAVD,wEAUC;AAED,MAAa,wBAAwB;CAgBpC;AAhBD,4DAgBC;AAED,MAAa,yBAAyB;CAQrC;AARD,8DAQC;AAED,MAAa,WAAW;IAAxB;QAGC,qBAAgB,GAAG,KAAK,CAAC;QAEzB,aAAQ,GAAG,KAAK,CAAC;IAClB,CAAC;CAAA;AAND,kCAMC;AAED,MAAa,uBAAuB;CAUnC;AAVD,0DAUC;AAED,MAAa,sBAAsB;CAElC;AAFD,wDAEC;AAED,MAAa,iBAAiB;CAU7B;AAVD,8CAUC;AAED,MAAa,eAAe;CAgB3B;AAhBD,0CAgBC"}
|