@fiado/type-kit 3.1.0 → 3.1.2

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.
Files changed (88) hide show
  1. package/bin/cognitoConnector/dtos/SignUpBackofficeRequest.d.ts +13 -0
  2. package/bin/cognitoConnector/dtos/SignUpBackofficeRequest.js +71 -0
  3. package/bin/credit/dtos/CreditBannerStateResponse.d.ts +10 -0
  4. package/bin/credit/dtos/CreditBannerStateResponse.js +6 -0
  5. package/bin/credit/dtos/CreditDetailResponse.d.ts +23 -0
  6. package/bin/credit/dtos/CreditDetailResponse.js +6 -0
  7. package/bin/credit/dtos/CreditEligibilityResponse.d.ts +9 -0
  8. package/bin/credit/dtos/CreditEligibilityResponse.js +6 -0
  9. package/bin/credit/dtos/CreditMovementResponse.d.ts +20 -0
  10. package/bin/credit/dtos/CreditMovementResponse.js +9 -0
  11. package/bin/credit/dtos/CreditRequestCreate.d.ts +4 -0
  12. package/bin/credit/dtos/CreditRequestCreate.js +26 -0
  13. package/bin/credit/dtos/CreditRequestResponse.d.ts +7 -0
  14. package/bin/credit/dtos/CreditRequestResponse.js +6 -0
  15. package/bin/credit/dtos/CreditScheduleResponse.d.ts +18 -0
  16. package/bin/credit/dtos/CreditScheduleResponse.js +9 -0
  17. package/bin/credit/dtos/CreditStatementResponse.d.ts +11 -0
  18. package/bin/credit/dtos/CreditStatementResponse.js +9 -0
  19. package/bin/credit/dtos/EarlyPaymentRequest.d.ts +7 -0
  20. package/bin/credit/dtos/EarlyPaymentRequest.js +37 -0
  21. package/bin/credit/dtos/EarlyPaymentResponse.d.ts +11 -0
  22. package/bin/credit/dtos/EarlyPaymentResponse.js +6 -0
  23. package/bin/credit/dtos/internal/CreditBalanceRequest.d.ts +3 -0
  24. package/bin/credit/dtos/internal/CreditBalanceRequest.js +21 -0
  25. package/bin/credit/dtos/internal/CreditBalanceResponse.d.ts +17 -0
  26. package/bin/credit/dtos/internal/CreditBalanceResponse.js +10 -0
  27. package/bin/credit/dtos/internal/CreditCollectionRequest.d.ts +11 -0
  28. package/bin/credit/dtos/internal/CreditCollectionRequest.js +59 -0
  29. package/bin/credit/dtos/internal/CreditCollectionResponse.d.ts +12 -0
  30. package/bin/credit/dtos/internal/CreditCollectionResponse.js +6 -0
  31. package/bin/credit/dtos/internal/CreditDisbursementRequest.d.ts +7 -0
  32. package/bin/credit/dtos/internal/CreditDisbursementRequest.js +43 -0
  33. package/bin/credit/dtos/internal/CreditDisbursementResponse.d.ts +8 -0
  34. package/bin/credit/dtos/internal/CreditDisbursementResponse.js +6 -0
  35. package/bin/credit/dtos/internal/CreditProfileRequest.d.ts +3 -0
  36. package/bin/credit/dtos/internal/CreditProfileRequest.js +23 -0
  37. package/bin/credit/dtos/internal/CreditProfileResponse.d.ts +15 -0
  38. package/bin/credit/dtos/internal/CreditProfileResponse.js +10 -0
  39. package/bin/credit/dtos/internal/CreditQueueMessage.d.ts +13 -0
  40. package/bin/credit/dtos/internal/CreditQueueMessage.js +2 -0
  41. package/bin/credit/dtos/internal/CreditReversalRequest.d.ts +5 -0
  42. package/bin/credit/dtos/internal/CreditReversalRequest.js +31 -0
  43. package/bin/credit/dtos/internal/CreditReversalResponse.d.ts +7 -0
  44. package/bin/credit/dtos/internal/CreditReversalResponse.js +6 -0
  45. package/bin/credit/dtos/internal/CreditTransferLoancoRequest.d.ts +8 -0
  46. package/bin/credit/dtos/internal/CreditTransferLoancoRequest.js +46 -0
  47. package/bin/credit/dtos/internal/CreditTransferLoancoResponse.d.ts +8 -0
  48. package/bin/credit/dtos/internal/CreditTransferLoancoResponse.js +6 -0
  49. package/bin/credit/dtos/internal/DocumentGenerateRequest.d.ts +9 -0
  50. package/bin/credit/dtos/internal/DocumentGenerateRequest.js +35 -0
  51. package/bin/credit/dtos/internal/DocumentGenerateResponse.d.ts +16 -0
  52. package/bin/credit/dtos/internal/DocumentGenerateResponse.js +10 -0
  53. package/bin/credit/dtos/internal/DocumentSignRequest.d.ts +3 -0
  54. package/bin/credit/dtos/internal/DocumentSignRequest.js +21 -0
  55. package/bin/credit/dtos/internal/LienApplyRequest.d.ts +7 -0
  56. package/bin/credit/dtos/internal/LienApplyRequest.js +45 -0
  57. package/bin/credit/dtos/internal/LienStatusResponse.d.ts +13 -0
  58. package/bin/credit/dtos/internal/LienStatusResponse.js +10 -0
  59. package/bin/credit/enums/CollectionFrequencyEnum.d.ts +5 -0
  60. package/bin/credit/enums/CollectionFrequencyEnum.js +9 -0
  61. package/bin/credit/enums/CreditOperationEnum.d.ts +11 -0
  62. package/bin/credit/enums/CreditOperationEnum.js +15 -0
  63. package/bin/credit/enums/CreditStatusEnum.d.ts +12 -0
  64. package/bin/credit/enums/CreditStatusEnum.js +16 -0
  65. package/bin/credit/enums/DelinquencyLevelEnum.d.ts +9 -0
  66. package/bin/credit/enums/DelinquencyLevelEnum.js +13 -0
  67. package/bin/credit/enums/DocumentTypeEnum.d.ts +8 -0
  68. package/bin/credit/enums/DocumentTypeEnum.js +12 -0
  69. package/bin/credit/enums/OfferStatusEnum.d.ts +8 -0
  70. package/bin/credit/enums/OfferStatusEnum.js +12 -0
  71. package/bin/credit/enums/PaymentTypeEnum.d.ts +9 -0
  72. package/bin/credit/enums/PaymentTypeEnum.js +13 -0
  73. package/bin/credit/enums/ReconciliationStatusEnum.d.ts +6 -0
  74. package/bin/credit/enums/ReconciliationStatusEnum.js +10 -0
  75. package/bin/credit/enums/TransferStatusEnum.d.ts +8 -0
  76. package/bin/credit/enums/TransferStatusEnum.js +12 -0
  77. package/bin/credit/index.d.ts +6 -0
  78. package/bin/credit/index.js +7 -0
  79. package/bin/servicePayment/dtos/GetFavoritesResponse.d.ts +1 -0
  80. package/package.json +1 -1
  81. package/src/credit/dtos/internal/CreditBalanceResponse.ts +17 -0
  82. package/src/credit/dtos/internal/CreditProfileResponse.ts +15 -0
  83. package/src/credit/dtos/internal/CreditQueueMessage.ts +13 -0
  84. package/src/credit/dtos/internal/DocumentGenerateRequest.ts +19 -0
  85. package/src/credit/dtos/internal/DocumentGenerateResponse.ts +16 -0
  86. package/src/credit/dtos/internal/LienStatusResponse.ts +13 -0
  87. package/src/credit/index.ts +8 -0
  88. package/src/servicePayment/dtos/GetFavoritesResponse.ts +2 -1
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Mensaje SQS genérico para colas de crédito (P4-P10).
3
+ * Usado por: Collection, Delinquency, LienCollection, Notification,
4
+ * Reconciliation, Statement, Transfer, Scoring, OfferGeneration, IncomeDetection.
5
+ */
6
+ export interface CreditQueueMessage {
7
+ directoryId: string;
8
+ creditId: string;
9
+ executionId: string;
10
+ partnerId: string;
11
+ eventType: string;
12
+ payload?: Record<string, any>;
13
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ export declare class CreditReversalRequest {
2
+ originalTransactionId: string;
3
+ creditId: string;
4
+ reason: string;
5
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ 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;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.CreditReversalRequest = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class CreditReversalRequest {
15
+ }
16
+ exports.CreditReversalRequest = CreditReversalRequest;
17
+ __decorate([
18
+ (0, class_validator_1.IsString)(),
19
+ (0, class_validator_1.IsNotEmpty)(),
20
+ __metadata("design:type", String)
21
+ ], CreditReversalRequest.prototype, "originalTransactionId", void 0);
22
+ __decorate([
23
+ (0, class_validator_1.IsString)(),
24
+ (0, class_validator_1.IsNotEmpty)(),
25
+ __metadata("design:type", String)
26
+ ], CreditReversalRequest.prototype, "creditId", void 0);
27
+ __decorate([
28
+ (0, class_validator_1.IsString)(),
29
+ (0, class_validator_1.IsNotEmpty)(),
30
+ __metadata("design:type", String)
31
+ ], CreditReversalRequest.prototype, "reason", void 0);
@@ -0,0 +1,7 @@
1
+ export declare class CreditReversalResponse {
2
+ reversalTransactionId: string;
3
+ originalTransactionId: string;
4
+ amount: number;
5
+ status: 'COMPLETED' | 'FAILED';
6
+ timestamp: string;
7
+ }
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreditReversalResponse = void 0;
4
+ class CreditReversalResponse {
5
+ }
6
+ exports.CreditReversalResponse = CreditReversalResponse;
@@ -0,0 +1,8 @@
1
+ export declare class CreditTransferLoancoRequest {
2
+ transferId: string;
3
+ creditId: string;
4
+ amount: number;
5
+ fiadoIncAccountId: string;
6
+ loancoAccountId: string;
7
+ concept: string;
8
+ }
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ 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;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.CreditTransferLoancoRequest = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class CreditTransferLoancoRequest {
15
+ }
16
+ exports.CreditTransferLoancoRequest = CreditTransferLoancoRequest;
17
+ __decorate([
18
+ (0, class_validator_1.IsString)(),
19
+ (0, class_validator_1.IsNotEmpty)(),
20
+ __metadata("design:type", String)
21
+ ], CreditTransferLoancoRequest.prototype, "transferId", void 0);
22
+ __decorate([
23
+ (0, class_validator_1.IsString)(),
24
+ (0, class_validator_1.IsNotEmpty)(),
25
+ __metadata("design:type", String)
26
+ ], CreditTransferLoancoRequest.prototype, "creditId", void 0);
27
+ __decorate([
28
+ (0, class_validator_1.IsNumber)(),
29
+ (0, class_validator_1.IsNotEmpty)(),
30
+ __metadata("design:type", Number)
31
+ ], CreditTransferLoancoRequest.prototype, "amount", void 0);
32
+ __decorate([
33
+ (0, class_validator_1.IsString)(),
34
+ (0, class_validator_1.IsNotEmpty)(),
35
+ __metadata("design:type", String)
36
+ ], CreditTransferLoancoRequest.prototype, "fiadoIncAccountId", void 0);
37
+ __decorate([
38
+ (0, class_validator_1.IsString)(),
39
+ (0, class_validator_1.IsNotEmpty)(),
40
+ __metadata("design:type", String)
41
+ ], CreditTransferLoancoRequest.prototype, "loancoAccountId", void 0);
42
+ __decorate([
43
+ (0, class_validator_1.IsString)(),
44
+ (0, class_validator_1.IsNotEmpty)(),
45
+ __metadata("design:type", String)
46
+ ], CreditTransferLoancoRequest.prototype, "concept", void 0);
@@ -0,0 +1,8 @@
1
+ import { TransferStatusEnum } from "../../enums/TransferStatusEnum";
2
+ export declare class CreditTransferLoancoResponse {
3
+ transferId: string;
4
+ transactionId: string;
5
+ amount: number;
6
+ status: TransferStatusEnum;
7
+ timestamp: string;
8
+ }
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreditTransferLoancoResponse = void 0;
4
+ class CreditTransferLoancoResponse {
5
+ }
6
+ exports.CreditTransferLoancoResponse = CreditTransferLoancoResponse;
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Request del endpoint POST /document/generate y POST /document/generate-and-sign
3
+ */
4
+ export declare class DocumentGenerateRequest {
5
+ templateId: string;
6
+ referenceType: string;
7
+ referenceId: string;
8
+ data?: Record<string, any>;
9
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ 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;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.DocumentGenerateRequest = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ /**
15
+ * Request del endpoint POST /document/generate y POST /document/generate-and-sign
16
+ */
17
+ class DocumentGenerateRequest {
18
+ }
19
+ exports.DocumentGenerateRequest = DocumentGenerateRequest;
20
+ __decorate([
21
+ (0, class_validator_1.IsString)(),
22
+ __metadata("design:type", String)
23
+ ], DocumentGenerateRequest.prototype, "templateId", void 0);
24
+ __decorate([
25
+ (0, class_validator_1.IsString)(),
26
+ __metadata("design:type", String)
27
+ ], DocumentGenerateRequest.prototype, "referenceType", void 0);
28
+ __decorate([
29
+ (0, class_validator_1.IsString)(),
30
+ __metadata("design:type", String)
31
+ ], DocumentGenerateRequest.prototype, "referenceId", void 0);
32
+ __decorate([
33
+ (0, class_validator_1.IsOptional)(),
34
+ __metadata("design:type", Object)
35
+ ], DocumentGenerateRequest.prototype, "data", void 0);
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Respuesta de los endpoints de generación y consulta de documentos.
3
+ * Usado por: generate, sign, generateAndSign, getDocument, getDocumentByReference.
4
+ */
5
+ export declare class DocumentGenerateResponse {
6
+ document_id: string;
7
+ template_id: string;
8
+ reference_type: string;
9
+ reference_id: string;
10
+ status: string;
11
+ is_signed: boolean;
12
+ signed_at: string | null;
13
+ file_url: string | null;
14
+ created_at: string;
15
+ updated_at: string;
16
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DocumentGenerateResponse = void 0;
4
+ /**
5
+ * Respuesta de los endpoints de generación y consulta de documentos.
6
+ * Usado por: generate, sign, generateAndSign, getDocument, getDocumentByReference.
7
+ */
8
+ class DocumentGenerateResponse {
9
+ }
10
+ exports.DocumentGenerateResponse = DocumentGenerateResponse;
@@ -0,0 +1,3 @@
1
+ export declare class DocumentSignRequest {
2
+ documentId: string;
3
+ }
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ 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;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.DocumentSignRequest = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ class DocumentSignRequest {
15
+ }
16
+ exports.DocumentSignRequest = DocumentSignRequest;
17
+ __decorate([
18
+ (0, class_validator_1.IsString)(),
19
+ (0, class_validator_1.IsNotEmpty)(),
20
+ __metadata("design:type", String)
21
+ ], DocumentSignRequest.prototype, "documentId", void 0);
@@ -0,0 +1,7 @@
1
+ export declare class LienApplyRequest {
2
+ directoryId: string;
3
+ creditId: string;
4
+ active: boolean;
5
+ percentage?: number;
6
+ maxAmount?: number;
7
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ 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;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.LienApplyRequest = void 0;
13
+ const class_validator_1 = require("class-validator");
14
+ const regex_1 = require("../../../helpers/constans/regex");
15
+ class LienApplyRequest {
16
+ }
17
+ exports.LienApplyRequest = LienApplyRequest;
18
+ __decorate([
19
+ (0, class_validator_1.IsString)(),
20
+ (0, class_validator_1.IsNotEmpty)(),
21
+ (0, class_validator_1.Matches)(regex_1.regexUuidV4, { message: 'directoryId must be a valid UUID v4' }),
22
+ __metadata("design:type", String)
23
+ ], LienApplyRequest.prototype, "directoryId", void 0);
24
+ __decorate([
25
+ (0, class_validator_1.IsString)(),
26
+ (0, class_validator_1.IsNotEmpty)(),
27
+ __metadata("design:type", String)
28
+ ], LienApplyRequest.prototype, "creditId", void 0);
29
+ __decorate([
30
+ (0, class_validator_1.IsBoolean)(),
31
+ (0, class_validator_1.IsNotEmpty)(),
32
+ __metadata("design:type", Boolean)
33
+ ], LienApplyRequest.prototype, "active", void 0);
34
+ __decorate([
35
+ (0, class_validator_1.IsNumber)(),
36
+ (0, class_validator_1.IsOptional)(),
37
+ (0, class_validator_1.Min)(1),
38
+ (0, class_validator_1.Max)(100),
39
+ __metadata("design:type", Number)
40
+ ], LienApplyRequest.prototype, "percentage", void 0);
41
+ __decorate([
42
+ (0, class_validator_1.IsNumber)(),
43
+ (0, class_validator_1.IsOptional)(),
44
+ __metadata("design:type", Number)
45
+ ], LienApplyRequest.prototype, "maxAmount", void 0);
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Respuesta del endpoint GET /credit/lien/{directoryId} (inter-service)
3
+ * Estado del lien (cobro latente) sobre depositos de un usuario.
4
+ */
5
+ export declare class LienStatusResponse {
6
+ directory_id: string;
7
+ credit_id: string;
8
+ active: boolean;
9
+ percentage: number | null;
10
+ max_amount: number | null;
11
+ total_retained_mxn: number;
12
+ last_retention_date: string | null;
13
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LienStatusResponse = void 0;
4
+ /**
5
+ * Respuesta del endpoint GET /credit/lien/{directoryId} (inter-service)
6
+ * Estado del lien (cobro latente) sobre depositos de un usuario.
7
+ */
8
+ class LienStatusResponse {
9
+ }
10
+ exports.LienStatusResponse = LienStatusResponse;
@@ -0,0 +1,5 @@
1
+ export declare enum CollectionFrequencyEnum {
2
+ WEEKLY = "WEEKLY",
3
+ BIWEEKLY = "BIWEEKLY",
4
+ MONTHLY = "MONTHLY"
5
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CollectionFrequencyEnum = void 0;
4
+ var CollectionFrequencyEnum;
5
+ (function (CollectionFrequencyEnum) {
6
+ CollectionFrequencyEnum["WEEKLY"] = "WEEKLY";
7
+ CollectionFrequencyEnum["BIWEEKLY"] = "BIWEEKLY";
8
+ CollectionFrequencyEnum["MONTHLY"] = "MONTHLY";
9
+ })(CollectionFrequencyEnum || (exports.CollectionFrequencyEnum = CollectionFrequencyEnum = {}));
@@ -0,0 +1,11 @@
1
+ export declare enum CreditOperationEnum {
2
+ DISBURSEMENT = "DISBURSEMENT",
3
+ COLLECTION = "COLLECTION",
4
+ COLLECTION_PARTIAL = "COLLECTION_PARTIAL",
5
+ COLLECTION_LIEN = "COLLECTION_LIEN",
6
+ EARLY_PAYMENT = "EARLY_PAYMENT",
7
+ TRANSFER_LOANCO = "TRANSFER_LOANCO",
8
+ REVERSAL = "REVERSAL",
9
+ INTEREST_ACCRUAL = "INTEREST_ACCRUAL",
10
+ FEE_CHARGE = "FEE_CHARGE"
11
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreditOperationEnum = void 0;
4
+ var CreditOperationEnum;
5
+ (function (CreditOperationEnum) {
6
+ CreditOperationEnum["DISBURSEMENT"] = "DISBURSEMENT";
7
+ CreditOperationEnum["COLLECTION"] = "COLLECTION";
8
+ CreditOperationEnum["COLLECTION_PARTIAL"] = "COLLECTION_PARTIAL";
9
+ CreditOperationEnum["COLLECTION_LIEN"] = "COLLECTION_LIEN";
10
+ CreditOperationEnum["EARLY_PAYMENT"] = "EARLY_PAYMENT";
11
+ CreditOperationEnum["TRANSFER_LOANCO"] = "TRANSFER_LOANCO";
12
+ CreditOperationEnum["REVERSAL"] = "REVERSAL";
13
+ CreditOperationEnum["INTEREST_ACCRUAL"] = "INTEREST_ACCRUAL";
14
+ CreditOperationEnum["FEE_CHARGE"] = "FEE_CHARGE";
15
+ })(CreditOperationEnum || (exports.CreditOperationEnum = CreditOperationEnum = {}));
@@ -0,0 +1,12 @@
1
+ export declare enum CreditStatusEnum {
2
+ PENDING_APPROVAL = "PENDING_APPROVAL",
3
+ APPROVED = "APPROVED",
4
+ ACTIVE = "ACTIVE",
5
+ CURRENT = "CURRENT",
6
+ DELINQUENT = "DELINQUENT",
7
+ DEFAULTED = "DEFAULTED",
8
+ PAID_OFF = "PAID_OFF",
9
+ CANCELLED = "CANCELLED",
10
+ RETURNED_TO_LOANCO = "RETURNED_TO_LOANCO",
11
+ WRITTEN_OFF = "WRITTEN_OFF"
12
+ }
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreditStatusEnum = void 0;
4
+ var CreditStatusEnum;
5
+ (function (CreditStatusEnum) {
6
+ CreditStatusEnum["PENDING_APPROVAL"] = "PENDING_APPROVAL";
7
+ CreditStatusEnum["APPROVED"] = "APPROVED";
8
+ CreditStatusEnum["ACTIVE"] = "ACTIVE";
9
+ CreditStatusEnum["CURRENT"] = "CURRENT";
10
+ CreditStatusEnum["DELINQUENT"] = "DELINQUENT";
11
+ CreditStatusEnum["DEFAULTED"] = "DEFAULTED";
12
+ CreditStatusEnum["PAID_OFF"] = "PAID_OFF";
13
+ CreditStatusEnum["CANCELLED"] = "CANCELLED";
14
+ CreditStatusEnum["RETURNED_TO_LOANCO"] = "RETURNED_TO_LOANCO";
15
+ CreditStatusEnum["WRITTEN_OFF"] = "WRITTEN_OFF";
16
+ })(CreditStatusEnum || (exports.CreditStatusEnum = CreditStatusEnum = {}));
@@ -0,0 +1,9 @@
1
+ export declare enum DelinquencyLevelEnum {
2
+ CURRENT = "CURRENT",
3
+ EARLY_1_7 = "EARLY_1_7",
4
+ EARLY_8_14 = "EARLY_8_14",
5
+ LATE_15_30 = "LATE_15_30",
6
+ LATE_31_60 = "LATE_31_60",
7
+ SEVERE_61_90 = "SEVERE_61_90",
8
+ DEFAULT_90_PLUS = "DEFAULT_90_PLUS"
9
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DelinquencyLevelEnum = void 0;
4
+ var DelinquencyLevelEnum;
5
+ (function (DelinquencyLevelEnum) {
6
+ DelinquencyLevelEnum["CURRENT"] = "CURRENT";
7
+ DelinquencyLevelEnum["EARLY_1_7"] = "EARLY_1_7";
8
+ DelinquencyLevelEnum["EARLY_8_14"] = "EARLY_8_14";
9
+ DelinquencyLevelEnum["LATE_15_30"] = "LATE_15_30";
10
+ DelinquencyLevelEnum["LATE_31_60"] = "LATE_31_60";
11
+ DelinquencyLevelEnum["SEVERE_61_90"] = "SEVERE_61_90";
12
+ DelinquencyLevelEnum["DEFAULT_90_PLUS"] = "DEFAULT_90_PLUS";
13
+ })(DelinquencyLevelEnum || (exports.DelinquencyLevelEnum = DelinquencyLevelEnum = {}));
@@ -0,0 +1,8 @@
1
+ export declare enum DocumentTypeEnum {
2
+ CREDIT_CONTRACT = "CREDIT_CONTRACT",
3
+ CREDIT_STATEMENT = "CREDIT_STATEMENT",
4
+ CREDIT_AMORTIZATION = "CREDIT_AMORTIZATION",
5
+ CREDIT_COVER_SHEET = "CREDIT_COVER_SHEET",
6
+ ONBOARDING_CONTRACT = "ONBOARDING_CONTRACT",
7
+ ONBOARDING_IFPE = "ONBOARDING_IFPE"
8
+ }
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DocumentTypeEnum = void 0;
4
+ var DocumentTypeEnum;
5
+ (function (DocumentTypeEnum) {
6
+ DocumentTypeEnum["CREDIT_CONTRACT"] = "CREDIT_CONTRACT";
7
+ DocumentTypeEnum["CREDIT_STATEMENT"] = "CREDIT_STATEMENT";
8
+ DocumentTypeEnum["CREDIT_AMORTIZATION"] = "CREDIT_AMORTIZATION";
9
+ DocumentTypeEnum["CREDIT_COVER_SHEET"] = "CREDIT_COVER_SHEET";
10
+ DocumentTypeEnum["ONBOARDING_CONTRACT"] = "ONBOARDING_CONTRACT";
11
+ DocumentTypeEnum["ONBOARDING_IFPE"] = "ONBOARDING_IFPE";
12
+ })(DocumentTypeEnum || (exports.DocumentTypeEnum = DocumentTypeEnum = {}));
@@ -0,0 +1,8 @@
1
+ export declare enum OfferStatusEnum {
2
+ NOT_ELIGIBLE = "NOT_ELIGIBLE",
3
+ PRE_QUALIFIED = "PRE_QUALIFIED",
4
+ OFFER_AVAILABLE = "OFFER_AVAILABLE",
5
+ OFFER_CONFIGURED = "OFFER_CONFIGURED",
6
+ OFFER_ACCEPTED = "OFFER_ACCEPTED",
7
+ OFFER_EXPIRED = "OFFER_EXPIRED"
8
+ }
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OfferStatusEnum = void 0;
4
+ var OfferStatusEnum;
5
+ (function (OfferStatusEnum) {
6
+ OfferStatusEnum["NOT_ELIGIBLE"] = "NOT_ELIGIBLE";
7
+ OfferStatusEnum["PRE_QUALIFIED"] = "PRE_QUALIFIED";
8
+ OfferStatusEnum["OFFER_AVAILABLE"] = "OFFER_AVAILABLE";
9
+ OfferStatusEnum["OFFER_CONFIGURED"] = "OFFER_CONFIGURED";
10
+ OfferStatusEnum["OFFER_ACCEPTED"] = "OFFER_ACCEPTED";
11
+ OfferStatusEnum["OFFER_EXPIRED"] = "OFFER_EXPIRED";
12
+ })(OfferStatusEnum || (exports.OfferStatusEnum = OfferStatusEnum = {}));
@@ -0,0 +1,9 @@
1
+ export declare enum PaymentTypeEnum {
2
+ REGULAR = "REGULAR",
3
+ PARTIAL = "PARTIAL",
4
+ EARLY_ANTICIPATED = "EARLY_ANTICIPATED",
5
+ EARLY_ADVANCED = "EARLY_ADVANCED",
6
+ EARLY_SETTLEMENT = "EARLY_SETTLEMENT",
7
+ LIEN = "LIEN",
8
+ REVERSAL = "REVERSAL"
9
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PaymentTypeEnum = void 0;
4
+ var PaymentTypeEnum;
5
+ (function (PaymentTypeEnum) {
6
+ PaymentTypeEnum["REGULAR"] = "REGULAR";
7
+ PaymentTypeEnum["PARTIAL"] = "PARTIAL";
8
+ PaymentTypeEnum["EARLY_ANTICIPATED"] = "EARLY_ANTICIPATED";
9
+ PaymentTypeEnum["EARLY_ADVANCED"] = "EARLY_ADVANCED";
10
+ PaymentTypeEnum["EARLY_SETTLEMENT"] = "EARLY_SETTLEMENT";
11
+ PaymentTypeEnum["LIEN"] = "LIEN";
12
+ PaymentTypeEnum["REVERSAL"] = "REVERSAL";
13
+ })(PaymentTypeEnum || (exports.PaymentTypeEnum = PaymentTypeEnum = {}));
@@ -0,0 +1,6 @@
1
+ export declare enum ReconciliationStatusEnum {
2
+ PENDING = "PENDING",
3
+ MATCHED = "MATCHED",
4
+ DISCREPANCY = "DISCREPANCY",
5
+ RESOLVED = "RESOLVED"
6
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ReconciliationStatusEnum = void 0;
4
+ var ReconciliationStatusEnum;
5
+ (function (ReconciliationStatusEnum) {
6
+ ReconciliationStatusEnum["PENDING"] = "PENDING";
7
+ ReconciliationStatusEnum["MATCHED"] = "MATCHED";
8
+ ReconciliationStatusEnum["DISCREPANCY"] = "DISCREPANCY";
9
+ ReconciliationStatusEnum["RESOLVED"] = "RESOLVED";
10
+ })(ReconciliationStatusEnum || (exports.ReconciliationStatusEnum = ReconciliationStatusEnum = {}));
@@ -0,0 +1,8 @@
1
+ export declare enum TransferStatusEnum {
2
+ PENDING = "PENDING",
3
+ APPROVED = "APPROVED",
4
+ IN_PROGRESS = "IN_PROGRESS",
5
+ COMPLETED = "COMPLETED",
6
+ FAILED = "FAILED",
7
+ REJECTED = "REJECTED"
8
+ }
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TransferStatusEnum = void 0;
4
+ var TransferStatusEnum;
5
+ (function (TransferStatusEnum) {
6
+ TransferStatusEnum["PENDING"] = "PENDING";
7
+ TransferStatusEnum["APPROVED"] = "APPROVED";
8
+ TransferStatusEnum["IN_PROGRESS"] = "IN_PROGRESS";
9
+ TransferStatusEnum["COMPLETED"] = "COMPLETED";
10
+ TransferStatusEnum["FAILED"] = "FAILED";
11
+ TransferStatusEnum["REJECTED"] = "REJECTED";
12
+ })(TransferStatusEnum || (exports.TransferStatusEnum = TransferStatusEnum = {}));
@@ -9,6 +9,12 @@ export * from './dtos/CreditOfferConfigureRequest';
9
9
  export * from './dtos/CreditOfferConfigureResponse';
10
10
  export * from './dtos/CreditOfferOptionItem';
11
11
  export * from './dtos/FinancialProfileResponse';
12
+ export * from './dtos/internal/CreditProfileResponse';
13
+ export * from './dtos/internal/CreditBalanceResponse';
14
+ export * from './dtos/internal/LienStatusResponse';
15
+ export * from './dtos/internal/CreditQueueMessage';
16
+ export * from './dtos/internal/DocumentGenerateRequest';
17
+ export * from './dtos/internal/DocumentGenerateResponse';
12
18
  export * from './interfaces/IIncomeDetectionMessage';
13
19
  export * from './interfaces/IScoringMessage';
14
20
  export * from './interfaces/IOfferGenerationMessage';
@@ -27,6 +27,13 @@ __exportStar(require("./dtos/CreditOfferConfigureRequest"), exports);
27
27
  __exportStar(require("./dtos/CreditOfferConfigureResponse"), exports);
28
28
  __exportStar(require("./dtos/CreditOfferOptionItem"), exports);
29
29
  __exportStar(require("./dtos/FinancialProfileResponse"), exports);
30
+ // DTOs internos (inter-service)
31
+ __exportStar(require("./dtos/internal/CreditProfileResponse"), exports);
32
+ __exportStar(require("./dtos/internal/CreditBalanceResponse"), exports);
33
+ __exportStar(require("./dtos/internal/LienStatusResponse"), exports);
34
+ __exportStar(require("./dtos/internal/CreditQueueMessage"), exports);
35
+ __exportStar(require("./dtos/internal/DocumentGenerateRequest"), exports);
36
+ __exportStar(require("./dtos/internal/DocumentGenerateResponse"), exports);
30
37
  // Interfaces (SQS Messages)
31
38
  __exportStar(require("./interfaces/IIncomeDetectionMessage"), exports);
32
39
  __exportStar(require("./interfaces/IScoringMessage"), exports);
@@ -34,6 +34,7 @@ export declare class Favorite {
34
34
  serviceCountryId: string;
35
35
  verificateReference: boolean;
36
36
  amountType: AmountTypeEnum;
37
+ transactionDate: number;
37
38
  }
38
39
  export declare class GetFavoritesResponse {
39
40
  items: Favorite[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Respuesta del endpoint GET /credit/balance/{directoryId} (inter-service)
3
+ * Balance y estado de un crédito activo.
4
+ */
5
+ export class CreditBalanceResponse {
6
+ directory_id: string;
7
+ credit_id: string;
8
+ partner_id: string;
9
+ total_amount_mxn: number;
10
+ disbursed_amount_mxn: number;
11
+ paid_amount_mxn: number;
12
+ outstanding_balance_mxn: number;
13
+ next_payment_date: string | null;
14
+ next_payment_amount_mxn: number | null;
15
+ status: string;
16
+ last_updated: string;
17
+ }
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Respuesta del endpoint GET /credit/profile/{directoryId} (inter-service)
3
+ * Perfil crediticio resumido para consumo interno entre lambdas.
4
+ */
5
+ export class CreditProfileResponse {
6
+ directory_id: string;
7
+ partner_id: string;
8
+ credit_level: string | null;
9
+ max_credit_amount_mxn: number | null;
10
+ score_total: number | null;
11
+ is_eligible: boolean;
12
+ ineligibility_reason: string | null;
13
+ has_active_credit: boolean;
14
+ last_updated: string;
15
+ }