ravcredit-api-dtos 0.0.1
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/index.d.ts +70 -0
- package/dist/index.js +71 -0
- package/dist/lib/v1/DTO/AddressDto.d.ts +9 -0
- package/dist/lib/v1/DTO/AddressDto.js +39 -0
- package/dist/lib/v1/DTO/AmortizationDto.d.ts +21 -0
- package/dist/lib/v1/DTO/AmortizationDto.js +82 -0
- package/dist/lib/v1/DTO/AssetDto.d.ts +43 -0
- package/dist/lib/v1/DTO/AssetDto.js +146 -0
- package/dist/lib/v1/DTO/AuthAdminDto.d.ts +7 -0
- package/dist/lib/v1/DTO/AuthAdminDto.js +29 -0
- package/dist/lib/v1/DTO/AuthClientDto.d.ts +4 -0
- package/dist/lib/v1/DTO/AuthClientDto.js +22 -0
- package/dist/lib/v1/DTO/BusinessConfigDto.d.ts +15 -0
- package/dist/lib/v1/DTO/BusinessConfigDto.js +71 -0
- package/dist/lib/v1/DTO/BusinessConfigUpdateDto.d.ts +5 -0
- package/dist/lib/v1/DTO/BusinessConfigUpdateDto.js +4 -0
- package/dist/lib/v1/DTO/BusinessDeadlineDto.d.ts +4 -0
- package/dist/lib/v1/DTO/BusinessDeadlineDto.js +17 -0
- package/dist/lib/v1/DTO/BusinessInfoDto.d.ts +11 -0
- package/dist/lib/v1/DTO/BusinessInfoDto.js +47 -0
- package/dist/lib/v1/DTO/BusinessInfoUpdateDto.d.ts +5 -0
- package/dist/lib/v1/DTO/BusinessInfoUpdateDto.js +4 -0
- package/dist/lib/v1/DTO/CatalogDto.d.ts +6 -0
- package/dist/lib/v1/DTO/CatalogDto.js +25 -0
- package/dist/lib/v1/DTO/ClientDto.d.ts +77 -0
- package/dist/lib/v1/DTO/ClientDto.js +286 -0
- package/dist/lib/v1/DTO/CompanyDto.d.ts +8 -0
- package/dist/lib/v1/DTO/CompanyDto.js +32 -0
- package/dist/lib/v1/DTO/ConektaChannelDto.d.ts +6 -0
- package/dist/lib/v1/DTO/ConektaChannelDto.js +25 -0
- package/dist/lib/v1/DTO/ConektaChargeDataDto.d.ts +24 -0
- package/dist/lib/v1/DTO/ConektaChargeDataDto.js +98 -0
- package/dist/lib/v1/DTO/ConektaChargesDto.d.ts +7 -0
- package/dist/lib/v1/DTO/ConektaChargesDto.js +29 -0
- package/dist/lib/v1/DTO/ConektaCheckoutDto.d.ts +24 -0
- package/dist/lib/v1/DTO/ConektaCheckoutDto.js +101 -0
- package/dist/lib/v1/DTO/ConektaCustomerInfoDto.d.ts +9 -0
- package/dist/lib/v1/DTO/ConektaCustomerInfoDto.js +39 -0
- package/dist/lib/v1/DTO/ConektaDto.d.ts +95 -0
- package/dist/lib/v1/DTO/ConektaDto.js +339 -0
- package/dist/lib/v1/DTO/ConektaLineItemDto.d.ts +15 -0
- package/dist/lib/v1/DTO/ConektaLineItemDto.js +67 -0
- package/dist/lib/v1/DTO/ConektaLineItemsDto.d.ts +7 -0
- package/dist/lib/v1/DTO/ConektaLineItemsDto.js +29 -0
- package/dist/lib/v1/DTO/ConektaNewOrderDto.d.ts +7 -0
- package/dist/lib/v1/DTO/ConektaNewOrderDto.js +27 -0
- package/dist/lib/v1/DTO/ConektaOrdCreateDto.d.ts +9 -0
- package/dist/lib/v1/DTO/ConektaOrdCreateDto.js +34 -0
- package/dist/lib/v1/DTO/ConektaOrderDto.d.ts +29 -0
- package/dist/lib/v1/DTO/ConektaOrderDto.js +113 -0
- package/dist/lib/v1/DTO/ConektaOrderSpeiDto.d.ts +7 -0
- package/dist/lib/v1/DTO/ConektaOrderSpeiDto.js +27 -0
- package/dist/lib/v1/DTO/ConektaOrdersResponseDto.d.ts +8 -0
- package/dist/lib/v1/DTO/ConektaOrdersResponseDto.js +35 -0
- package/dist/lib/v1/DTO/ConektaPaymentDto.d.ts +8 -0
- package/dist/lib/v1/DTO/ConektaPaymentDto.js +29 -0
- package/dist/lib/v1/DTO/ConektaPaymentMethodDto.d.ts +13 -0
- package/dist/lib/v1/DTO/ConektaPaymentMethodDto.js +53 -0
- package/dist/lib/v1/DTO/ConektaPaymentSourcesDto.d.ts +4 -0
- package/dist/lib/v1/DTO/ConektaPaymentSourcesDto.js +18 -0
- package/dist/lib/v1/DTO/ConektaUpdateDto.d.ts +8 -0
- package/dist/lib/v1/DTO/ConektaUpdateDto.js +26 -0
- package/dist/lib/v1/DTO/ContractDto.d.ts +39 -0
- package/dist/lib/v1/DTO/ContractDto.js +139 -0
- package/dist/lib/v1/DTO/ContractUpdateDto.d.ts +5 -0
- package/dist/lib/v1/DTO/ContractUpdateDto.js +4 -0
- package/dist/lib/v1/DTO/CustomerDto.d.ts +17 -0
- package/dist/lib/v1/DTO/CustomerDto.js +66 -0
- package/dist/lib/v1/DTO/DeviceDto.d.ts +5 -0
- package/dist/lib/v1/DTO/DeviceDto.js +22 -0
- package/dist/lib/v1/DTO/DynamiCoreCreditDto.d.ts +47 -0
- package/dist/lib/v1/DTO/DynamiCoreCreditDto.js +170 -0
- package/dist/lib/v1/DTO/DynamiCoreDto.d.ts +473 -0
- package/dist/lib/v1/DTO/DynamiCoreDto.js +1603 -0
- package/dist/lib/v1/DTO/DynamicUpdateReferenceDto.d.ts +5 -0
- package/dist/lib/v1/DTO/DynamicUpdateReferenceDto.js +4 -0
- package/dist/lib/v1/DTO/FinancialDto.d.ts +30 -0
- package/dist/lib/v1/DTO/FinancialDto.js +185 -0
- package/dist/lib/v1/DTO/NotificationDto.d.ts +13 -0
- package/dist/lib/v1/DTO/NotificationDto.js +46 -0
- package/dist/lib/v1/DTO/NotificationUpdateDto.d.ts +5 -0
- package/dist/lib/v1/DTO/NotificationUpdateDto.js +4 -0
- package/dist/lib/v1/DTO/OrdCreatLineItemDto.d.ts +7 -0
- package/dist/lib/v1/DTO/OrdCreatLineItemDto.js +28 -0
- package/dist/lib/v1/DTO/OrdCreateAntifraudInfoDto.d.ts +3 -0
- package/dist/lib/v1/DTO/OrdCreateAntifraudInfoDto.js +13 -0
- package/dist/lib/v1/DTO/OrdCreateChargeDto.d.ts +5 -0
- package/dist/lib/v1/DTO/OrdCreateChargeDto.js +20 -0
- package/dist/lib/v1/DTO/OrdCreateCusInfoDto.d.ts +6 -0
- package/dist/lib/v1/DTO/OrdCreateCusInfoDto.js +29 -0
- package/dist/lib/v1/DTO/OrdCreatePymtMetDto.d.ts +4 -0
- package/dist/lib/v1/DTO/OrdCreatePymtMetDto.js +17 -0
- package/dist/lib/v1/DTO/PartialClientDto.d.ts +5 -0
- package/dist/lib/v1/DTO/PartialClientDto.js +4 -0
- package/dist/lib/v1/DTO/PassportAdditionalDto.d.ts +5 -0
- package/dist/lib/v1/DTO/PassportAdditionalDto.js +24 -0
- package/dist/lib/v1/DTO/PassportCreateDto.d.ts +7 -0
- package/dist/lib/v1/DTO/PassportCreateDto.js +27 -0
- package/dist/lib/v1/DTO/PassportDto.d.ts +30 -0
- package/dist/lib/v1/DTO/PassportDto.js +145 -0
- package/dist/lib/v1/DTO/PassportGlobalDto.d.ts +7 -0
- package/dist/lib/v1/DTO/PassportGlobalDto.js +27 -0
- package/dist/lib/v1/DTO/PassportReferenceDataDto.d.ts +8 -0
- package/dist/lib/v1/DTO/PassportReferenceDataDto.js +33 -0
- package/dist/lib/v1/DTO/PayLinkResDto.d.ts +61 -0
- package/dist/lib/v1/DTO/PayLinkResDto.js +174 -0
- package/dist/lib/v1/DTO/PayOrderResAlternaDto.d.ts +175 -0
- package/dist/lib/v1/DTO/PayOrderResAlternaDto.js +399 -0
- package/dist/lib/v1/DTO/PayOrderResOxxoDto.d.ts +46 -0
- package/dist/lib/v1/DTO/PayOrderResOxxoDto.js +290 -0
- package/dist/lib/v1/DTO/PaymentLinkDto.d.ts +37 -0
- package/dist/lib/v1/DTO/PaymentLinkDto.js +170 -0
- package/dist/lib/v1/DTO/ScheduleDto.d.ts +6 -0
- package/dist/lib/v1/DTO/ScheduleDto.js +25 -0
- package/dist/lib/v1/DTO/ScoreDto.d.ts +29 -0
- package/dist/lib/v1/DTO/ScoreDto.js +97 -0
- package/dist/lib/v1/DTO/UserCreateDto.d.ts +10 -0
- package/dist/lib/v1/DTO/UserCreateDto.js +52 -0
- package/dist/lib/v1/DTO/UserDto.d.ts +14 -0
- package/dist/lib/v1/DTO/UserDto.js +53 -0
- package/dist/lib/v1/DTO/UserUpdateDto.d.ts +5 -0
- package/dist/lib/v1/DTO/UserUpdateDto.js +4 -0
- package/dist/lib/v1/DTO/WeekScheduleDto.d.ts +13 -0
- package/dist/lib/v1/DTO/WeekScheduleDto.js +65 -0
- package/dist/lib/v1/core/Crypt.d.ts +4 -0
- package/dist/lib/v1/core/Crypt.js +9 -0
- package/dist/lib/v1/core/Validators.d.ts +10 -0
- package/dist/lib/v1/core/Validators.js +31 -0
- package/dist/lib/v1/util/Constants.d.ts +89 -0
- package/dist/lib/v1/util/Constants.js +388 -0
- package/dist/lib/v1/util/Cors.d.ts +2 -0
- package/dist/lib/v1/util/Cors.js +5 -0
- package/dist/lib/v1/util/ExternalPaths.d.ts +28 -0
- package/dist/lib/v1/util/ExternalPaths.js +28 -0
- package/dist/lib/v1/util/FactoryClient.d.ts +11 -0
- package/dist/lib/v1/util/FactoryClient.js +108 -0
- package/dist/lib/v1/util/FactoryUser.d.ts +6 -0
- package/dist/lib/v1/util/FactoryUser.js +43 -0
- package/dist/lib/v1/util/FactoryUtil.d.ts +3 -0
- package/dist/lib/v1/util/FactoryUtil.js +6 -0
- package/dist/lib/v1/util/FirestorePaths.d.ts +13 -0
- package/dist/lib/v1/util/FirestorePaths.js +13 -0
- package/dist/lib/v1/util/Http.d.ts +0 -0
- package/dist/lib/v1/util/Http.js +1 -0
- package/package.json +37 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
export * from './lib/v1/DTO/AddressDto';
|
|
2
|
+
export * from './lib/v1/DTO/AssetDto';
|
|
3
|
+
export * from './lib/v1/DTO/AuthAdminDto';
|
|
4
|
+
export * from './lib/v1/DTO/AuthClientDto';
|
|
5
|
+
export * from './lib/v1/DTO/BusinessConfigDto';
|
|
6
|
+
export * from './lib/v1/DTO/BusinessDeadlineDto';
|
|
7
|
+
export * from './lib/v1/DTO/BusinessInfoDto';
|
|
8
|
+
export * from './lib/v1/DTO/ClientDto';
|
|
9
|
+
export * from './lib/v1/DTO/ConektaDto';
|
|
10
|
+
export * from './lib/v1/DTO/ContractDto';
|
|
11
|
+
export * from './lib/v1/DTO/CustomerDto';
|
|
12
|
+
export * from './lib/v1/DTO/DeviceDto';
|
|
13
|
+
export * from './lib/v1/DTO/DynamiCoreDto';
|
|
14
|
+
export * from './lib/v1/DTO/FinancialDto';
|
|
15
|
+
export * from './lib/v1/DTO/PassportDto';
|
|
16
|
+
export * from './lib/v1/DTO/PayLinkResDto';
|
|
17
|
+
export * from './lib/v1/DTO/PaymentLinkDto';
|
|
18
|
+
export * from './lib/v1/DTO/PayOrderResAlternaDto';
|
|
19
|
+
export * from './lib/v1/DTO/PassportAdditionalDto';
|
|
20
|
+
export * from './lib/v1/DTO/PassportReferenceDataDto';
|
|
21
|
+
export * from './lib/v1/DTO/PayOrderResOxxoDto';
|
|
22
|
+
export * from './lib/v1/DTO/ScheduleDto';
|
|
23
|
+
export * from './lib/v1/DTO/UserDto';
|
|
24
|
+
export * from './lib/v1/DTO/WeekScheduleDto';
|
|
25
|
+
export * from './lib/v1/DTO/CompanyDto';
|
|
26
|
+
export * from './lib/v1/DTO/CatalogDto';
|
|
27
|
+
export * from './lib/v1/DTO/ScoreDto';
|
|
28
|
+
export * from './lib/v1/DTO/NotificationDto';
|
|
29
|
+
export * from './lib/v1/DTO/AmortizationDto';
|
|
30
|
+
export * from './lib/v1/DTO/BusinessConfigUpdateDto';
|
|
31
|
+
export * from './lib/v1/DTO/BusinessInfoUpdateDto';
|
|
32
|
+
export * from './lib/v1/DTO/ConektaChannelDto';
|
|
33
|
+
export * from './lib/v1/DTO/ConektaChargeDataDto';
|
|
34
|
+
export * from './lib/v1/DTO/ConektaChargesDto';
|
|
35
|
+
export * from './lib/v1/DTO/ConektaCheckoutDto';
|
|
36
|
+
export * from './lib/v1/DTO/ConektaCustomerInfoDto';
|
|
37
|
+
export * from './lib/v1/DTO/ConektaLineItemDto';
|
|
38
|
+
export * from './lib/v1/DTO/ConektaLineItemsDto';
|
|
39
|
+
export * from './lib/v1/DTO/ConektaNewOrderDto';
|
|
40
|
+
export * from './lib/v1/DTO/ConektaOrdCreateDto';
|
|
41
|
+
export * from './lib/v1/DTO/ConektaOrderDto';
|
|
42
|
+
export * from './lib/v1/DTO/ConektaOrderSpeiDto';
|
|
43
|
+
export * from './lib/v1/DTO/ConektaOrdersResponseDto';
|
|
44
|
+
export * from './lib/v1/DTO/ConektaPaymentDto';
|
|
45
|
+
export * from './lib/v1/DTO/ConektaPaymentMethodDto';
|
|
46
|
+
export * from './lib/v1/DTO/ConektaPaymentSourcesDto';
|
|
47
|
+
export * from './lib/v1/DTO/ConektaUpdateDto';
|
|
48
|
+
export * from './lib/v1/DTO/ContractUpdateDto';
|
|
49
|
+
export * from './lib/v1/DTO/DynamiCoreCreditDto';
|
|
50
|
+
export * from './lib/v1/DTO/DynamicUpdateReferenceDto';
|
|
51
|
+
export * from './lib/v1/DTO/NotificationUpdateDto';
|
|
52
|
+
export * from './lib/v1/DTO/OrdCreateAntifraudInfoDto';
|
|
53
|
+
export * from './lib/v1/DTO/OrdCreateChargeDto';
|
|
54
|
+
export * from './lib/v1/DTO/OrdCreateCusInfoDto';
|
|
55
|
+
export * from './lib/v1/DTO/OrdCreatePymtMetDto';
|
|
56
|
+
export * from './lib/v1/DTO/OrdCreatLineItemDto';
|
|
57
|
+
export * from './lib/v1/DTO/PartialClientDto';
|
|
58
|
+
export * from './lib/v1/DTO/PassportCreateDto';
|
|
59
|
+
export * from './lib/v1/DTO/PassportGlobalDto';
|
|
60
|
+
export * from './lib/v1/DTO/UserCreateDto';
|
|
61
|
+
export * from './lib/v1/DTO/UserUpdateDto';
|
|
62
|
+
export * from './lib/v1/util/Constants';
|
|
63
|
+
export * from './lib/v1/util/Cors';
|
|
64
|
+
export * from './lib/v1/util/ExternalPaths';
|
|
65
|
+
export * from './lib/v1/util/FactoryUtil';
|
|
66
|
+
export * from './lib/v1/util/FactoryUser';
|
|
67
|
+
export * from './lib/v1/util/FactoryClient';
|
|
68
|
+
export * from './lib/v1/util/FirestorePaths';
|
|
69
|
+
export * from './lib/v1/core/Validators';
|
|
70
|
+
export * from './lib/v1/core/Crypt';
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
export * from './lib/v1/DTO/AddressDto';
|
|
2
|
+
export * from './lib/v1/DTO/AssetDto';
|
|
3
|
+
export * from './lib/v1/DTO/AuthAdminDto';
|
|
4
|
+
export * from './lib/v1/DTO/AuthClientDto';
|
|
5
|
+
export * from './lib/v1/DTO/BusinessConfigDto';
|
|
6
|
+
export * from './lib/v1/DTO/BusinessDeadlineDto';
|
|
7
|
+
export * from './lib/v1/DTO/BusinessInfoDto';
|
|
8
|
+
export * from './lib/v1/DTO/ClientDto';
|
|
9
|
+
export * from './lib/v1/DTO/ConektaDto';
|
|
10
|
+
export * from './lib/v1/DTO/ContractDto';
|
|
11
|
+
export * from './lib/v1/DTO/CustomerDto';
|
|
12
|
+
export * from './lib/v1/DTO/DeviceDto';
|
|
13
|
+
export * from './lib/v1/DTO/DynamiCoreDto';
|
|
14
|
+
export * from './lib/v1/DTO/FinancialDto';
|
|
15
|
+
export * from './lib/v1/DTO/PassportDto';
|
|
16
|
+
export * from './lib/v1/DTO/PayLinkResDto';
|
|
17
|
+
export * from './lib/v1/DTO/PaymentLinkDto';
|
|
18
|
+
export * from './lib/v1/DTO/PayOrderResAlternaDto';
|
|
19
|
+
export * from './lib/v1/DTO/PassportAdditionalDto';
|
|
20
|
+
export * from './lib/v1/DTO/PassportReferenceDataDto';
|
|
21
|
+
export * from './lib/v1/DTO/PayOrderResOxxoDto';
|
|
22
|
+
export * from './lib/v1/DTO/ScheduleDto';
|
|
23
|
+
export * from './lib/v1/DTO/UserDto';
|
|
24
|
+
export * from './lib/v1/DTO/WeekScheduleDto';
|
|
25
|
+
export * from './lib/v1/DTO/CompanyDto';
|
|
26
|
+
export * from './lib/v1/DTO/CatalogDto';
|
|
27
|
+
export * from './lib/v1/DTO/ScoreDto';
|
|
28
|
+
export * from './lib/v1/DTO/NotificationDto';
|
|
29
|
+
export * from './lib/v1/DTO/AmortizationDto';
|
|
30
|
+
// ... existing code ...
|
|
31
|
+
export * from './lib/v1/DTO/BusinessConfigUpdateDto';
|
|
32
|
+
export * from './lib/v1/DTO/BusinessInfoUpdateDto';
|
|
33
|
+
export * from './lib/v1/DTO/ConektaChannelDto';
|
|
34
|
+
export * from './lib/v1/DTO/ConektaChargeDataDto';
|
|
35
|
+
export * from './lib/v1/DTO/ConektaChargesDto';
|
|
36
|
+
export * from './lib/v1/DTO/ConektaCheckoutDto';
|
|
37
|
+
export * from './lib/v1/DTO/ConektaCustomerInfoDto';
|
|
38
|
+
export * from './lib/v1/DTO/ConektaLineItemDto';
|
|
39
|
+
export * from './lib/v1/DTO/ConektaLineItemsDto';
|
|
40
|
+
export * from './lib/v1/DTO/ConektaNewOrderDto';
|
|
41
|
+
export * from './lib/v1/DTO/ConektaOrdCreateDto';
|
|
42
|
+
export * from './lib/v1/DTO/ConektaOrderDto';
|
|
43
|
+
export * from './lib/v1/DTO/ConektaOrderSpeiDto';
|
|
44
|
+
export * from './lib/v1/DTO/ConektaOrdersResponseDto';
|
|
45
|
+
export * from './lib/v1/DTO/ConektaPaymentDto';
|
|
46
|
+
export * from './lib/v1/DTO/ConektaPaymentMethodDto';
|
|
47
|
+
export * from './lib/v1/DTO/ConektaPaymentSourcesDto';
|
|
48
|
+
export * from './lib/v1/DTO/ConektaUpdateDto';
|
|
49
|
+
export * from './lib/v1/DTO/ContractUpdateDto';
|
|
50
|
+
export * from './lib/v1/DTO/DynamiCoreCreditDto';
|
|
51
|
+
export * from './lib/v1/DTO/DynamicUpdateReferenceDto';
|
|
52
|
+
export * from './lib/v1/DTO/NotificationUpdateDto';
|
|
53
|
+
export * from './lib/v1/DTO/OrdCreateAntifraudInfoDto';
|
|
54
|
+
export * from './lib/v1/DTO/OrdCreateChargeDto';
|
|
55
|
+
export * from './lib/v1/DTO/OrdCreateCusInfoDto';
|
|
56
|
+
export * from './lib/v1/DTO/OrdCreatePymtMetDto';
|
|
57
|
+
export * from './lib/v1/DTO/OrdCreatLineItemDto';
|
|
58
|
+
export * from './lib/v1/DTO/PartialClientDto';
|
|
59
|
+
export * from './lib/v1/DTO/PassportCreateDto';
|
|
60
|
+
export * from './lib/v1/DTO/PassportGlobalDto';
|
|
61
|
+
export * from './lib/v1/DTO/UserCreateDto';
|
|
62
|
+
export * from './lib/v1/DTO/UserUpdateDto';
|
|
63
|
+
export * from './lib/v1/util/Constants';
|
|
64
|
+
export * from './lib/v1/util/Cors';
|
|
65
|
+
export * from './lib/v1/util/ExternalPaths';
|
|
66
|
+
export * from './lib/v1/util/FactoryUtil';
|
|
67
|
+
export * from './lib/v1/util/FactoryUser';
|
|
68
|
+
export * from './lib/v1/util/FactoryClient';
|
|
69
|
+
export * from './lib/v1/util/FirestorePaths';
|
|
70
|
+
export * from './lib/v1/core/Validators';
|
|
71
|
+
export * from './lib/v1/core/Crypt';
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { IsOptional, IsString, MinLength } from 'class-validator';
|
|
8
|
+
export class AddressDto {
|
|
9
|
+
street = "";
|
|
10
|
+
city = "";
|
|
11
|
+
neighbor = "";
|
|
12
|
+
zip = "";
|
|
13
|
+
ext = "";
|
|
14
|
+
int = "";
|
|
15
|
+
state = "";
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
IsString(),
|
|
19
|
+
MinLength(1)
|
|
20
|
+
], AddressDto.prototype, "street", void 0);
|
|
21
|
+
__decorate([
|
|
22
|
+
IsString()
|
|
23
|
+
], AddressDto.prototype, "city", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
IsString()
|
|
26
|
+
], AddressDto.prototype, "neighbor", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
IsString()
|
|
29
|
+
], AddressDto.prototype, "zip", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
IsString()
|
|
32
|
+
], AddressDto.prototype, "ext", void 0);
|
|
33
|
+
__decorate([
|
|
34
|
+
IsString(),
|
|
35
|
+
IsOptional()
|
|
36
|
+
], AddressDto.prototype, "int", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
IsString()
|
|
39
|
+
], AddressDto.prototype, "state", void 0);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { AmortizationStatus } from 'ravcredit-lib';
|
|
2
|
+
export declare class AmortizationItemDto {
|
|
3
|
+
installmentNumber: number;
|
|
4
|
+
id: string;
|
|
5
|
+
dueDate: string;
|
|
6
|
+
initialBalance: number;
|
|
7
|
+
expectedPayment: number;
|
|
8
|
+
actualPayment: number;
|
|
9
|
+
principalDue: number;
|
|
10
|
+
principalPaid: number;
|
|
11
|
+
expectedPrincipalTax: number;
|
|
12
|
+
paidPrincipalTax: number;
|
|
13
|
+
interest: number;
|
|
14
|
+
interestPaid: number;
|
|
15
|
+
expectedInterestTax: number;
|
|
16
|
+
paidInterestTax: number;
|
|
17
|
+
totalPayment: number;
|
|
18
|
+
capital: number;
|
|
19
|
+
finalBalance: number;
|
|
20
|
+
status: AmortizationStatus;
|
|
21
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { IsEnum, IsNumber, IsString } from 'class-validator';
|
|
8
|
+
import { AmortizationStatus } from 'ravcredit-lib';
|
|
9
|
+
export class AmortizationItemDto {
|
|
10
|
+
installmentNumber = 0;
|
|
11
|
+
id = "";
|
|
12
|
+
dueDate = "";
|
|
13
|
+
initialBalance = 0;
|
|
14
|
+
expectedPayment = 0;
|
|
15
|
+
actualPayment = 0;
|
|
16
|
+
principalDue = 0;
|
|
17
|
+
principalPaid = 0;
|
|
18
|
+
expectedPrincipalTax = 0;
|
|
19
|
+
paidPrincipalTax = 0;
|
|
20
|
+
interest = 0;
|
|
21
|
+
interestPaid = 0;
|
|
22
|
+
expectedInterestTax = 0;
|
|
23
|
+
paidInterestTax = 0;
|
|
24
|
+
totalPayment = 0;
|
|
25
|
+
capital = 0;
|
|
26
|
+
finalBalance = 0;
|
|
27
|
+
status = AmortizationStatus.PENDING;
|
|
28
|
+
}
|
|
29
|
+
__decorate([
|
|
30
|
+
IsNumber()
|
|
31
|
+
], AmortizationItemDto.prototype, "installmentNumber", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
IsString()
|
|
34
|
+
], AmortizationItemDto.prototype, "id", void 0);
|
|
35
|
+
__decorate([
|
|
36
|
+
IsString()
|
|
37
|
+
], AmortizationItemDto.prototype, "dueDate", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
IsNumber()
|
|
40
|
+
], AmortizationItemDto.prototype, "initialBalance", void 0);
|
|
41
|
+
__decorate([
|
|
42
|
+
IsNumber()
|
|
43
|
+
], AmortizationItemDto.prototype, "expectedPayment", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
IsNumber()
|
|
46
|
+
], AmortizationItemDto.prototype, "actualPayment", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
IsNumber()
|
|
49
|
+
], AmortizationItemDto.prototype, "principalDue", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
IsNumber()
|
|
52
|
+
], AmortizationItemDto.prototype, "principalPaid", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
IsNumber()
|
|
55
|
+
], AmortizationItemDto.prototype, "expectedPrincipalTax", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
IsNumber()
|
|
58
|
+
], AmortizationItemDto.prototype, "paidPrincipalTax", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
IsNumber()
|
|
61
|
+
], AmortizationItemDto.prototype, "interest", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
IsNumber()
|
|
64
|
+
], AmortizationItemDto.prototype, "interestPaid", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
IsNumber()
|
|
67
|
+
], AmortizationItemDto.prototype, "expectedInterestTax", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
IsNumber()
|
|
70
|
+
], AmortizationItemDto.prototype, "paidInterestTax", void 0);
|
|
71
|
+
__decorate([
|
|
72
|
+
IsNumber()
|
|
73
|
+
], AmortizationItemDto.prototype, "totalPayment", void 0);
|
|
74
|
+
__decorate([
|
|
75
|
+
IsNumber()
|
|
76
|
+
], AmortizationItemDto.prototype, "capital", void 0);
|
|
77
|
+
__decorate([
|
|
78
|
+
IsNumber()
|
|
79
|
+
], AmortizationItemDto.prototype, "finalBalance", void 0);
|
|
80
|
+
__decorate([
|
|
81
|
+
IsEnum(AmortizationStatus)
|
|
82
|
+
], AmortizationItemDto.prototype, "status", void 0);
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { ScoreNoHitDto } from "./ScoreDto";
|
|
2
|
+
import { eAssetPeriod } from "ravcredit-lib";
|
|
3
|
+
import { CatalogDto } from "./CatalogDto";
|
|
4
|
+
export declare class AssetCategoryDto {
|
|
5
|
+
name: string;
|
|
6
|
+
id: string;
|
|
7
|
+
createAt: number;
|
|
8
|
+
}
|
|
9
|
+
export declare class AssetBrandDto {
|
|
10
|
+
name: string;
|
|
11
|
+
id: string;
|
|
12
|
+
description: string;
|
|
13
|
+
}
|
|
14
|
+
export declare class AssetOfferDto {
|
|
15
|
+
name: string;
|
|
16
|
+
id: string;
|
|
17
|
+
createAt: number;
|
|
18
|
+
description: string;
|
|
19
|
+
}
|
|
20
|
+
export declare class PaymentOptionDto {
|
|
21
|
+
deadline: number;
|
|
22
|
+
score: ScoreNoHitDto;
|
|
23
|
+
period: eAssetPeriod;
|
|
24
|
+
}
|
|
25
|
+
export declare class ScoreReferenceDto {
|
|
26
|
+
name: string;
|
|
27
|
+
score: number;
|
|
28
|
+
}
|
|
29
|
+
export declare class oAssetDto {
|
|
30
|
+
name: string;
|
|
31
|
+
id: string;
|
|
32
|
+
createAt: number;
|
|
33
|
+
category: AssetCategoryDto;
|
|
34
|
+
brand: AssetBrandDto;
|
|
35
|
+
price: number;
|
|
36
|
+
model: string;
|
|
37
|
+
imageUrl: string[];
|
|
38
|
+
paymentOption: PaymentOptionDto[];
|
|
39
|
+
catalog: CatalogDto;
|
|
40
|
+
offers: AssetOfferDto[];
|
|
41
|
+
score: ScoreReferenceDto;
|
|
42
|
+
IMEI: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { IsArray, IsEnum, IsNumber, IsString, ValidateNested } from 'class-validator';
|
|
8
|
+
import { Type } from 'class-transformer';
|
|
9
|
+
import { ScoreNoHitDto } from "./ScoreDto";
|
|
10
|
+
import { eAssetPeriod } from "ravcredit-lib";
|
|
11
|
+
import { CatalogDto } from "./CatalogDto";
|
|
12
|
+
export class AssetCategoryDto {
|
|
13
|
+
name = "";
|
|
14
|
+
id = "";
|
|
15
|
+
createAt = 0;
|
|
16
|
+
}
|
|
17
|
+
__decorate([
|
|
18
|
+
IsString()
|
|
19
|
+
], AssetCategoryDto.prototype, "name", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
IsString()
|
|
22
|
+
], AssetCategoryDto.prototype, "id", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
IsNumber()
|
|
25
|
+
], AssetCategoryDto.prototype, "createAt", void 0);
|
|
26
|
+
export class AssetBrandDto {
|
|
27
|
+
name = "";
|
|
28
|
+
id = "";
|
|
29
|
+
description = "";
|
|
30
|
+
}
|
|
31
|
+
__decorate([
|
|
32
|
+
IsString()
|
|
33
|
+
], AssetBrandDto.prototype, "name", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
IsString()
|
|
36
|
+
], AssetBrandDto.prototype, "id", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
IsString()
|
|
39
|
+
], AssetBrandDto.prototype, "description", void 0);
|
|
40
|
+
export class AssetOfferDto {
|
|
41
|
+
name = "";
|
|
42
|
+
id = "";
|
|
43
|
+
createAt = 0;
|
|
44
|
+
description = "";
|
|
45
|
+
}
|
|
46
|
+
__decorate([
|
|
47
|
+
IsString()
|
|
48
|
+
], AssetOfferDto.prototype, "name", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
IsString()
|
|
51
|
+
], AssetOfferDto.prototype, "id", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
IsNumber()
|
|
54
|
+
], AssetOfferDto.prototype, "createAt", void 0);
|
|
55
|
+
__decorate([
|
|
56
|
+
IsString()
|
|
57
|
+
], AssetOfferDto.prototype, "description", void 0);
|
|
58
|
+
export class PaymentOptionDto {
|
|
59
|
+
deadline = 0;
|
|
60
|
+
score = new ScoreNoHitDto();
|
|
61
|
+
period = eAssetPeriod.MONTH;
|
|
62
|
+
}
|
|
63
|
+
__decorate([
|
|
64
|
+
IsNumber()
|
|
65
|
+
], PaymentOptionDto.prototype, "deadline", void 0);
|
|
66
|
+
__decorate([
|
|
67
|
+
ValidateNested(),
|
|
68
|
+
Type(() => ScoreNoHitDto)
|
|
69
|
+
], PaymentOptionDto.prototype, "score", void 0);
|
|
70
|
+
__decorate([
|
|
71
|
+
IsEnum(eAssetPeriod)
|
|
72
|
+
], PaymentOptionDto.prototype, "period", void 0);
|
|
73
|
+
//TODO: Add pending data, those params will comes from "Circulo de credito" API
|
|
74
|
+
export class ScoreReferenceDto {
|
|
75
|
+
name = "";
|
|
76
|
+
score = 0;
|
|
77
|
+
}
|
|
78
|
+
__decorate([
|
|
79
|
+
IsString()
|
|
80
|
+
], ScoreReferenceDto.prototype, "name", void 0);
|
|
81
|
+
__decorate([
|
|
82
|
+
IsNumber()
|
|
83
|
+
], ScoreReferenceDto.prototype, "score", void 0);
|
|
84
|
+
export class oAssetDto {
|
|
85
|
+
name = "";
|
|
86
|
+
id = "";
|
|
87
|
+
createAt = 0;
|
|
88
|
+
category = new AssetCategoryDto();
|
|
89
|
+
brand = new AssetBrandDto();
|
|
90
|
+
price = 0;
|
|
91
|
+
model = "";
|
|
92
|
+
imageUrl = [];
|
|
93
|
+
paymentOption = [];
|
|
94
|
+
catalog = new CatalogDto();
|
|
95
|
+
offers = [];
|
|
96
|
+
score = new ScoreReferenceDto();
|
|
97
|
+
IMEI = "";
|
|
98
|
+
}
|
|
99
|
+
__decorate([
|
|
100
|
+
IsString()
|
|
101
|
+
], oAssetDto.prototype, "name", void 0);
|
|
102
|
+
__decorate([
|
|
103
|
+
IsString()
|
|
104
|
+
], oAssetDto.prototype, "id", void 0);
|
|
105
|
+
__decorate([
|
|
106
|
+
IsNumber()
|
|
107
|
+
], oAssetDto.prototype, "createAt", void 0);
|
|
108
|
+
__decorate([
|
|
109
|
+
ValidateNested(),
|
|
110
|
+
Type(() => AssetCategoryDto)
|
|
111
|
+
], oAssetDto.prototype, "category", void 0);
|
|
112
|
+
__decorate([
|
|
113
|
+
ValidateNested(),
|
|
114
|
+
Type(() => AssetBrandDto)
|
|
115
|
+
], oAssetDto.prototype, "brand", void 0);
|
|
116
|
+
__decorate([
|
|
117
|
+
IsNumber()
|
|
118
|
+
], oAssetDto.prototype, "price", void 0);
|
|
119
|
+
__decorate([
|
|
120
|
+
IsString()
|
|
121
|
+
], oAssetDto.prototype, "model", void 0);
|
|
122
|
+
__decorate([
|
|
123
|
+
IsArray(),
|
|
124
|
+
IsString({ each: true })
|
|
125
|
+
], oAssetDto.prototype, "imageUrl", void 0);
|
|
126
|
+
__decorate([
|
|
127
|
+
IsArray(),
|
|
128
|
+
ValidateNested({ each: true }),
|
|
129
|
+
Type(() => PaymentOptionDto)
|
|
130
|
+
], oAssetDto.prototype, "paymentOption", void 0);
|
|
131
|
+
__decorate([
|
|
132
|
+
ValidateNested(),
|
|
133
|
+
Type(() => CatalogDto)
|
|
134
|
+
], oAssetDto.prototype, "catalog", void 0);
|
|
135
|
+
__decorate([
|
|
136
|
+
IsArray(),
|
|
137
|
+
ValidateNested({ each: true }),
|
|
138
|
+
Type(() => AssetOfferDto)
|
|
139
|
+
], oAssetDto.prototype, "offers", void 0);
|
|
140
|
+
__decorate([
|
|
141
|
+
ValidateNested(),
|
|
142
|
+
Type(() => ScoreReferenceDto)
|
|
143
|
+
], oAssetDto.prototype, "score", void 0);
|
|
144
|
+
__decorate([
|
|
145
|
+
IsString()
|
|
146
|
+
], oAssetDto.prototype, "IMEI", void 0);
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { IsString, MinLength } from 'class-validator';
|
|
8
|
+
import { Transform } from 'class-transformer';
|
|
9
|
+
export class AuthAdminDto {
|
|
10
|
+
username = "";
|
|
11
|
+
password = "";
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
Transform(({ value }) => value.trim()),
|
|
15
|
+
IsString(),
|
|
16
|
+
MinLength(1)
|
|
17
|
+
], AuthAdminDto.prototype, "username", void 0);
|
|
18
|
+
__decorate([
|
|
19
|
+
Transform(({ value }) => value.trim()),
|
|
20
|
+
IsString(),
|
|
21
|
+
MinLength(6)
|
|
22
|
+
], AuthAdminDto.prototype, "password", void 0);
|
|
23
|
+
export class LoginFuncDto {
|
|
24
|
+
password = "";
|
|
25
|
+
}
|
|
26
|
+
__decorate([
|
|
27
|
+
Transform(({ value }) => value.trim()),
|
|
28
|
+
IsString()
|
|
29
|
+
], LoginFuncDto.prototype, "password", void 0);
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { Transform } from "class-transformer";
|
|
8
|
+
import { IsString, MinLength } from "class-validator";
|
|
9
|
+
export class AuthClientDto {
|
|
10
|
+
username = "";
|
|
11
|
+
password = "";
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
Transform(({ value }) => value.trim()),
|
|
15
|
+
IsString(),
|
|
16
|
+
MinLength(1)
|
|
17
|
+
], AuthClientDto.prototype, "username", void 0);
|
|
18
|
+
__decorate([
|
|
19
|
+
Transform(({ value }) => value.trim()),
|
|
20
|
+
IsString(),
|
|
21
|
+
MinLength(6)
|
|
22
|
+
], AuthClientDto.prototype, "password", void 0);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { BusinessDeadlineDto } from "./BusinessDeadlineDto";
|
|
2
|
+
export declare class BusinessConfigDto {
|
|
3
|
+
deadlines: BusinessDeadlineDto[];
|
|
4
|
+
downloadsClient: boolean;
|
|
5
|
+
passportPaymentReference: boolean;
|
|
6
|
+
dynamicPaymentReference: boolean;
|
|
7
|
+
conektaPaymentReference: boolean;
|
|
8
|
+
conektaPaymentLink: boolean;
|
|
9
|
+
mobileVersion: string;
|
|
10
|
+
adminVersion: string;
|
|
11
|
+
mobileVersionPrev: string;
|
|
12
|
+
apkUrl: string;
|
|
13
|
+
version: string;
|
|
14
|
+
apiVersion: string;
|
|
15
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
import { IsArray, IsBoolean, IsOptional, IsString, ValidateNested } from 'class-validator';
|
|
8
|
+
import { Type } from 'class-transformer';
|
|
9
|
+
import { BusinessDeadlineDto } from "./BusinessDeadlineDto";
|
|
10
|
+
export class BusinessConfigDto {
|
|
11
|
+
deadlines = [];
|
|
12
|
+
downloadsClient = false;
|
|
13
|
+
passportPaymentReference = false;
|
|
14
|
+
dynamicPaymentReference = false;
|
|
15
|
+
conektaPaymentReference = false;
|
|
16
|
+
conektaPaymentLink = false;
|
|
17
|
+
mobileVersion = "";
|
|
18
|
+
adminVersion = "";
|
|
19
|
+
mobileVersionPrev = "";
|
|
20
|
+
apkUrl = "";
|
|
21
|
+
version = "";
|
|
22
|
+
apiVersion = "";
|
|
23
|
+
}
|
|
24
|
+
__decorate([
|
|
25
|
+
IsArray(),
|
|
26
|
+
Type(() => BusinessDeadlineDto),
|
|
27
|
+
ValidateNested({ each: true })
|
|
28
|
+
], BusinessConfigDto.prototype, "deadlines", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
IsBoolean()
|
|
31
|
+
], BusinessConfigDto.prototype, "downloadsClient", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
IsBoolean(),
|
|
34
|
+
IsOptional()
|
|
35
|
+
], BusinessConfigDto.prototype, "passportPaymentReference", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
IsBoolean(),
|
|
38
|
+
IsOptional()
|
|
39
|
+
], BusinessConfigDto.prototype, "dynamicPaymentReference", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
IsBoolean(),
|
|
42
|
+
IsOptional()
|
|
43
|
+
], BusinessConfigDto.prototype, "conektaPaymentReference", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
IsBoolean(),
|
|
46
|
+
IsOptional()
|
|
47
|
+
], BusinessConfigDto.prototype, "conektaPaymentLink", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
IsOptional(),
|
|
50
|
+
IsString()
|
|
51
|
+
], BusinessConfigDto.prototype, "mobileVersion", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
IsOptional(),
|
|
54
|
+
IsString()
|
|
55
|
+
], BusinessConfigDto.prototype, "adminVersion", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
IsOptional(),
|
|
58
|
+
IsString()
|
|
59
|
+
], BusinessConfigDto.prototype, "mobileVersionPrev", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
IsOptional(),
|
|
62
|
+
IsString()
|
|
63
|
+
], BusinessConfigDto.prototype, "apkUrl", void 0);
|
|
64
|
+
__decorate([
|
|
65
|
+
IsOptional(),
|
|
66
|
+
IsString()
|
|
67
|
+
], BusinessConfigDto.prototype, "version", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
IsOptional(),
|
|
70
|
+
IsString()
|
|
71
|
+
], BusinessConfigDto.prototype, "apiVersion", void 0);
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { BusinessConfigDto } from './BusinessConfigDto';
|
|
2
|
+
declare const BusinessConfigUpdateDto_base: import("@nestjs/mapped-types").MappedType<Partial<BusinessConfigDto>>;
|
|
3
|
+
export declare class BusinessConfigUpdateDto extends BusinessConfigUpdateDto_base {
|
|
4
|
+
}
|
|
5
|
+
export {};
|