@fiado/type-kit 3.1.30 → 3.2.0

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 (238) hide show
  1. package/bin/cognitoConnector/dtos/SignUpBackofficeRequest.d.ts +13 -0
  2. package/bin/cognitoConnector/dtos/SignUpBackofficeRequest.js +71 -0
  3. package/bin/comission-business/dtos/GenerateReportRequest.d.ts +10 -0
  4. package/bin/comission-business/dtos/GenerateReportRequest.js +2 -0
  5. package/bin/comission-business/dtos/GenerateReportResponse.d.ts +6 -0
  6. package/bin/comission-business/dtos/GenerateReportResponse.js +2 -0
  7. package/bin/comission-business/enums/PaymentStatusEnum.d.ts +5 -0
  8. package/bin/comission-business/enums/PaymentStatusEnum.js +9 -0
  9. package/bin/credit/dtos/BannerStateResponse.d.ts +19 -4
  10. package/bin/credit/dtos/BannerStateResponse.js +7 -1
  11. package/bin/credit/dtos/CreditBannerStateResponse.d.ts +10 -0
  12. package/bin/credit/dtos/CreditBannerStateResponse.js +6 -0
  13. package/bin/credit/dtos/CreditDetailResponse.d.ts +23 -0
  14. package/bin/credit/dtos/CreditDetailResponse.js +6 -0
  15. package/bin/credit/dtos/CreditEligibilityResponse.d.ts +9 -0
  16. package/bin/credit/dtos/CreditEligibilityResponse.js +6 -0
  17. package/bin/credit/dtos/CreditMovementResponse.d.ts +20 -0
  18. package/bin/credit/dtos/CreditMovementResponse.js +9 -0
  19. package/bin/credit/dtos/CreditOfferOptionItem.d.ts +6 -0
  20. package/bin/credit/dtos/CreditRequestCreate.d.ts +4 -0
  21. package/bin/credit/dtos/CreditRequestCreate.js +26 -0
  22. package/bin/credit/dtos/CreditRequestResponse.d.ts +7 -0
  23. package/bin/credit/dtos/CreditRequestResponse.js +6 -0
  24. package/bin/credit/dtos/CreditScheduleResponse.d.ts +18 -0
  25. package/bin/credit/dtos/CreditScheduleResponse.js +9 -0
  26. package/bin/credit/dtos/CreditStatementResponse.d.ts +11 -0
  27. package/bin/credit/dtos/CreditStatementResponse.js +9 -0
  28. package/bin/credit/dtos/EarlyPaymentRequest.d.ts +7 -0
  29. package/bin/credit/dtos/EarlyPaymentRequest.js +37 -0
  30. package/bin/credit/dtos/EarlyPaymentResponse.d.ts +11 -0
  31. package/bin/credit/dtos/EarlyPaymentResponse.js +6 -0
  32. package/bin/credit/dtos/EligibilityResponse.d.ts +2 -2
  33. package/bin/credit/dtos/internal/CreditBalanceRequest.d.ts +3 -0
  34. package/bin/credit/dtos/internal/CreditBalanceRequest.js +21 -0
  35. package/bin/credit/dtos/internal/CreditCollectionRequest.d.ts +11 -0
  36. package/bin/credit/dtos/internal/CreditCollectionRequest.js +59 -0
  37. package/bin/credit/dtos/internal/CreditCollectionResponse.d.ts +12 -0
  38. package/bin/credit/dtos/internal/CreditCollectionResponse.js +6 -0
  39. package/bin/credit/dtos/internal/CreditDisbursementRequest.d.ts +7 -0
  40. package/bin/credit/dtos/internal/CreditDisbursementRequest.js +43 -0
  41. package/bin/credit/dtos/internal/CreditDisbursementResponse.d.ts +8 -0
  42. package/bin/credit/dtos/internal/CreditDisbursementResponse.js +6 -0
  43. package/bin/credit/dtos/internal/CreditProfileRequest.d.ts +3 -0
  44. package/bin/credit/dtos/internal/CreditProfileRequest.js +23 -0
  45. package/bin/credit/dtos/internal/CreditReversalRequest.d.ts +5 -0
  46. package/bin/credit/dtos/internal/CreditReversalRequest.js +31 -0
  47. package/bin/credit/dtos/internal/CreditReversalResponse.d.ts +7 -0
  48. package/bin/credit/dtos/internal/CreditReversalResponse.js +6 -0
  49. package/bin/credit/dtos/internal/CreditTransferLoancoRequest.d.ts +8 -0
  50. package/bin/credit/dtos/internal/CreditTransferLoancoRequest.js +46 -0
  51. package/bin/credit/dtos/internal/CreditTransferLoancoResponse.d.ts +8 -0
  52. package/bin/credit/dtos/internal/CreditTransferLoancoResponse.js +6 -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/enums/CollectionFrequencyEnum.d.ts +5 -0
  58. package/bin/credit/enums/CollectionFrequencyEnum.js +9 -0
  59. package/bin/credit/enums/CreditOperationEnum.d.ts +11 -0
  60. package/bin/credit/enums/CreditOperationEnum.js +15 -0
  61. package/bin/credit/enums/CreditStatusEnum.d.ts +12 -0
  62. package/bin/credit/enums/CreditStatusEnum.js +16 -0
  63. package/bin/credit/enums/DelinquencyLevelEnum.d.ts +9 -0
  64. package/bin/credit/enums/DelinquencyLevelEnum.js +13 -0
  65. package/bin/credit/enums/DocumentTypeEnum.d.ts +8 -0
  66. package/bin/credit/enums/DocumentTypeEnum.js +12 -0
  67. package/bin/credit/enums/OfferStatusEnum.d.ts +8 -0
  68. package/bin/credit/enums/OfferStatusEnum.js +12 -0
  69. package/bin/credit/enums/PaymentTypeEnum.d.ts +9 -0
  70. package/bin/credit/enums/PaymentTypeEnum.js +13 -0
  71. package/bin/credit/enums/ReconciliationStatusEnum.d.ts +6 -0
  72. package/bin/credit/enums/ReconciliationStatusEnum.js +10 -0
  73. package/bin/credit/enums/TransferStatusEnum.d.ts +8 -0
  74. package/bin/credit/enums/TransferStatusEnum.js +12 -0
  75. package/bin/creditBackoffice/dtos/BackofficeApplicationDetail.d.ts +36 -0
  76. package/bin/creditBackoffice/dtos/BackofficeApplicationDetail.js +14 -0
  77. package/bin/creditBackoffice/dtos/BackofficeApplicationsListItem.d.ts +11 -0
  78. package/bin/creditBackoffice/dtos/BackofficeApplicationsListItem.js +6 -0
  79. package/bin/creditBackoffice/dtos/BackofficeCreditDetail.d.ts +80 -0
  80. package/bin/creditBackoffice/dtos/BackofficeCreditDetail.js +21 -0
  81. package/bin/creditBackoffice/dtos/BackofficeCreditsListItem.d.ts +14 -0
  82. package/bin/creditBackoffice/dtos/BackofficeCreditsListItem.js +6 -0
  83. package/bin/creditBackoffice/dtos/BackofficeIncomeSourceItem.d.ts +13 -0
  84. package/bin/creditBackoffice/dtos/BackofficeIncomeSourceItem.js +6 -0
  85. package/bin/creditBackoffice/dtos/BackofficeOfferDetail.d.ts +35 -0
  86. package/bin/creditBackoffice/dtos/BackofficeOfferDetail.js +14 -0
  87. package/bin/creditBackoffice/dtos/BackofficeOffersListItem.d.ts +16 -0
  88. package/bin/creditBackoffice/dtos/BackofficeOffersListItem.js +6 -0
  89. package/bin/creditBackoffice/dtos/BackofficePagination.d.ts +6 -0
  90. package/bin/creditBackoffice/dtos/BackofficePagination.js +6 -0
  91. package/bin/creditBackoffice/dtos/BackofficePipeline.d.ts +11 -0
  92. package/bin/creditBackoffice/dtos/BackofficePipeline.js +6 -0
  93. package/bin/creditBackoffice/dtos/BackofficePipelineByLevel.d.ts +6 -0
  94. package/bin/creditBackoffice/dtos/BackofficePipelineByLevel.js +6 -0
  95. package/bin/creditBackoffice/dtos/BackofficeProfileDetail.d.ts +68 -0
  96. package/bin/creditBackoffice/dtos/BackofficeProfileDetail.js +13 -0
  97. package/bin/creditBackoffice/dtos/BackofficeProfilesListItem.d.ts +17 -0
  98. package/bin/creditBackoffice/dtos/BackofficeProfilesListItem.js +6 -0
  99. package/bin/creditBackoffice/dtos/BackofficeProfilesListResponse.d.ts +6 -0
  100. package/bin/creditBackoffice/dtos/BackofficeProfilesListResponse.js +6 -0
  101. package/bin/creditBackoffice/dtos/BackofficeProfilesSummary.d.ts +19 -0
  102. package/bin/creditBackoffice/dtos/BackofficeProfilesSummary.js +6 -0
  103. package/bin/creditBackoffice/dtos/ConfigSnapshotListItem.d.ts +10 -0
  104. package/bin/creditBackoffice/dtos/ConfigSnapshotListItem.js +9 -0
  105. package/bin/creditBackoffice/dtos/SimulateImpactRequest.d.ts +9 -0
  106. package/bin/creditBackoffice/dtos/SimulateImpactRequest.js +34 -0
  107. package/bin/creditBackoffice/dtos/SimulateImpactResult.d.ts +46 -0
  108. package/bin/creditBackoffice/dtos/SimulateImpactResult.js +18 -0
  109. package/bin/creditBackoffice/dtos/SimulateInterestRequest.d.ts +8 -0
  110. package/bin/creditBackoffice/dtos/SimulateInterestRequest.js +30 -0
  111. package/bin/creditBackoffice/dtos/SimulateInterestResult.d.ts +10 -0
  112. package/bin/creditBackoffice/dtos/SimulateInterestResult.js +9 -0
  113. package/bin/creditBackoffice/dtos/UpdateConfigRequest.d.ts +10 -0
  114. package/bin/creditBackoffice/dtos/UpdateConfigRequest.js +40 -0
  115. package/bin/creditBackoffice/enums/ConfigType.d.ts +17 -0
  116. package/bin/creditBackoffice/enums/ConfigType.js +21 -0
  117. package/bin/creditBackoffice/index.d.ts +21 -0
  118. package/bin/creditBackoffice/index.js +39 -0
  119. package/bin/creditDashboard/dtos/CohortQualityItem.d.ts +8 -0
  120. package/bin/creditDashboard/dtos/CohortQualityItem.js +6 -0
  121. package/bin/creditDashboard/dtos/DashboardSummary.d.ts +8 -0
  122. package/bin/creditDashboard/dtos/DashboardSummary.js +6 -0
  123. package/bin/creditDashboard/dtos/NurturingFunnelItem.d.ts +5 -0
  124. package/bin/creditDashboard/dtos/NurturingFunnelItem.js +6 -0
  125. package/bin/creditDashboard/dtos/OriginationCompositionResult.d.ts +13 -0
  126. package/bin/creditDashboard/dtos/OriginationCompositionResult.js +6 -0
  127. package/bin/creditDashboard/dtos/OriginationEfficiencyResult.d.ts +8 -0
  128. package/bin/creditDashboard/dtos/OriginationEfficiencyResult.js +6 -0
  129. package/bin/creditDashboard/dtos/OriginationMonthlyItem.d.ts +6 -0
  130. package/bin/creditDashboard/dtos/OriginationMonthlyItem.js +6 -0
  131. package/bin/creditDashboard/dtos/OriginationSummaryResult.d.ts +6 -0
  132. package/bin/creditDashboard/dtos/OriginationSummaryResult.js +6 -0
  133. package/bin/creditDashboard/dtos/OriginationWeeklyItem.d.ts +7 -0
  134. package/bin/creditDashboard/dtos/OriginationWeeklyItem.js +6 -0
  135. package/bin/creditDashboard/dtos/PipelineLevelRow.d.ts +26 -0
  136. package/bin/creditDashboard/dtos/PipelineLevelRow.js +6 -0
  137. package/bin/creditDashboard/dtos/PipelineWeek.d.ts +6 -0
  138. package/bin/creditDashboard/dtos/PipelineWeek.js +6 -0
  139. package/bin/creditDashboard/dtos/PortfolioActiveItem.d.ts +12 -0
  140. package/bin/creditDashboard/dtos/PortfolioActiveItem.js +6 -0
  141. package/bin/creditDashboard/dtos/PortfolioBalance.d.ts +5 -0
  142. package/bin/creditDashboard/dtos/PortfolioBalance.js +6 -0
  143. package/bin/creditDashboard/dtos/PortfolioBalanceMonthlyItem.d.ts +5 -0
  144. package/bin/creditDashboard/dtos/PortfolioBalanceMonthlyItem.js +6 -0
  145. package/bin/creditDashboard/dtos/PortfolioByLevelItem.d.ts +7 -0
  146. package/bin/creditDashboard/dtos/PortfolioByLevelItem.js +6 -0
  147. package/bin/creditDashboard/dtos/PortfolioResolutionItem.d.ts +8 -0
  148. package/bin/creditDashboard/dtos/PortfolioResolutionItem.js +6 -0
  149. package/bin/creditDashboard/dtos/PortfolioUpcomingWeek.d.ts +7 -0
  150. package/bin/creditDashboard/dtos/PortfolioUpcomingWeek.js +6 -0
  151. package/bin/creditDashboard/index.d.ts +16 -0
  152. package/bin/creditDashboard/index.js +32 -0
  153. package/bin/creditEngine/dtos/AdvancedPaymentRequest.d.ts +8 -0
  154. package/bin/creditEngine/dtos/AdvancedPaymentRequest.js +30 -0
  155. package/bin/creditEngine/dtos/AnticipatedPaymentRequest.d.ts +8 -0
  156. package/bin/creditEngine/dtos/AnticipatedPaymentRequest.js +30 -0
  157. package/bin/creditEngine/dtos/CreditDetailResponse.d.ts +25 -11
  158. package/bin/creditEngine/dtos/CreditOriginationRequest.d.ts +4 -1
  159. package/bin/creditEngine/dtos/CreditOriginationRequest.js +11 -0
  160. package/bin/creditEngine/dtos/CreditRequestResult.d.ts +9 -0
  161. package/bin/creditEngine/dtos/CreditRequestResult.js +9 -0
  162. package/bin/creditEngine/dtos/CreditSignatureResult.d.ts +8 -0
  163. package/bin/creditEngine/dtos/CreditSignatureResult.js +9 -0
  164. package/bin/creditEngine/dtos/EarlyPaymentResult.d.ts +9 -0
  165. package/bin/creditEngine/dtos/EarlyPaymentResult.js +9 -0
  166. package/bin/creditEngine/dtos/OfferResult.d.ts +15 -0
  167. package/bin/creditEngine/dtos/OfferResult.js +12 -0
  168. package/bin/creditEngine/dtos/PaymentScheduleItemResponse.d.ts +7 -6
  169. package/bin/creditEngine/dtos/SettlementPaymentRequest.d.ts +7 -0
  170. package/bin/creditEngine/dtos/SettlementPaymentRequest.js +25 -0
  171. package/bin/creditEngine/dtos/SettlementQuote.d.ts +14 -0
  172. package/bin/creditEngine/dtos/SettlementQuote.js +9 -0
  173. package/bin/creditEngine/index.d.ts +8 -0
  174. package/bin/creditEngine/index.js +8 -0
  175. package/bin/customerFile/dtos/CustomerFileSearchRequest.d.ts +5 -0
  176. package/bin/customerFile/dtos/CustomerFileSearchRequest.js +32 -0
  177. package/bin/customerFile/index.d.ts +1 -0
  178. package/bin/customerFile/index.js +17 -0
  179. package/bin/index.d.ts +3 -0
  180. package/bin/index.js +4 -1
  181. package/package.json +1 -1
  182. package/src/credit/dtos/BannerStateResponse.ts +20 -1
  183. package/src/credit/dtos/CreditOfferOptionItem.ts +6 -0
  184. package/src/credit/dtos/EligibilityResponse.ts +2 -2
  185. package/src/creditBackoffice/dtos/BackofficeApplicationDetail.ts +33 -0
  186. package/src/creditBackoffice/dtos/BackofficeApplicationsListItem.ts +11 -0
  187. package/src/creditBackoffice/dtos/BackofficeCreditDetail.ts +78 -0
  188. package/src/creditBackoffice/dtos/BackofficeCreditsListItem.ts +14 -0
  189. package/src/creditBackoffice/dtos/BackofficeIncomeSourceItem.ts +13 -0
  190. package/src/creditBackoffice/dtos/BackofficeOfferDetail.ts +29 -0
  191. package/src/creditBackoffice/dtos/BackofficeOffersListItem.ts +13 -0
  192. package/src/creditBackoffice/dtos/BackofficePagination.ts +6 -0
  193. package/src/creditBackoffice/dtos/BackofficePipeline.ts +9 -0
  194. package/src/creditBackoffice/dtos/BackofficePipelineByLevel.ts +6 -0
  195. package/src/creditBackoffice/dtos/BackofficeProfileDetail.ts +79 -0
  196. package/src/creditBackoffice/dtos/BackofficeProfilesListItem.ts +17 -0
  197. package/src/creditBackoffice/dtos/BackofficeProfilesListResponse.ts +7 -0
  198. package/src/creditBackoffice/dtos/BackofficeProfilesSummary.ts +12 -0
  199. package/src/creditBackoffice/dtos/ConfigSnapshotListItem.ts +10 -0
  200. package/src/creditBackoffice/dtos/SimulateImpactRequest.ts +18 -0
  201. package/src/creditBackoffice/dtos/SimulateImpactResult.ts +41 -0
  202. package/src/creditBackoffice/dtos/SimulateInterestRequest.ts +15 -0
  203. package/src/creditBackoffice/dtos/SimulateInterestResult.ts +11 -0
  204. package/src/creditBackoffice/dtos/UpdateConfigRequest.ts +23 -0
  205. package/src/creditBackoffice/enums/ConfigType.ts +17 -0
  206. package/src/creditBackoffice/index.ts +24 -0
  207. package/src/creditDashboard/dtos/CohortQualityItem.ts +8 -0
  208. package/src/creditDashboard/dtos/DashboardSummary.ts +8 -0
  209. package/src/creditDashboard/dtos/NurturingFunnelItem.ts +5 -0
  210. package/src/creditDashboard/dtos/OriginationCompositionResult.ts +5 -0
  211. package/src/creditDashboard/dtos/OriginationEfficiencyResult.ts +8 -0
  212. package/src/creditDashboard/dtos/OriginationMonthlyItem.ts +6 -0
  213. package/src/creditDashboard/dtos/OriginationSummaryResult.ts +6 -0
  214. package/src/creditDashboard/dtos/OriginationWeeklyItem.ts +7 -0
  215. package/src/creditDashboard/dtos/PipelineLevelRow.ts +10 -0
  216. package/src/creditDashboard/dtos/PipelineWeek.ts +7 -0
  217. package/src/creditDashboard/dtos/PortfolioActiveItem.ts +12 -0
  218. package/src/creditDashboard/dtos/PortfolioBalance.ts +5 -0
  219. package/src/creditDashboard/dtos/PortfolioBalanceMonthlyItem.ts +5 -0
  220. package/src/creditDashboard/dtos/PortfolioByLevelItem.ts +7 -0
  221. package/src/creditDashboard/dtos/PortfolioResolutionItem.ts +8 -0
  222. package/src/creditDashboard/dtos/PortfolioUpcomingWeek.ts +7 -0
  223. package/src/creditDashboard/index.ts +16 -0
  224. package/src/creditEngine/dtos/AdvancedPaymentRequest.ts +15 -0
  225. package/src/creditEngine/dtos/AnticipatedPaymentRequest.ts +15 -0
  226. package/src/creditEngine/dtos/CreditDetailResponse.ts +25 -11
  227. package/src/creditEngine/dtos/CreditOriginationRequest.ts +12 -2
  228. package/src/creditEngine/dtos/CreditRequestResult.ts +9 -0
  229. package/src/creditEngine/dtos/CreditSignatureResult.ts +8 -0
  230. package/src/creditEngine/dtos/EarlyPaymentResult.ts +9 -0
  231. package/src/creditEngine/dtos/OfferResult.ts +16 -0
  232. package/src/creditEngine/dtos/PaymentScheduleItemResponse.ts +7 -6
  233. package/src/creditEngine/dtos/SettlementPaymentRequest.ts +11 -0
  234. package/src/creditEngine/dtos/SettlementQuote.ts +14 -0
  235. package/src/creditEngine/index.ts +8 -0
  236. package/src/customerFile/dtos/CustomerFileSearchRequest.ts +16 -0
  237. package/src/customerFile/index.ts +1 -0
  238. package/src/index.ts +3 -0
@@ -0,0 +1,16 @@
1
+ import { IsNotEmpty, IsOptional, IsString, MaxLength } from "class-validator";
2
+
3
+ export class CustomerFileSearchRequest {
4
+ @IsString()
5
+ @IsNotEmpty()
6
+ @MaxLength(100)
7
+ q!: string;
8
+
9
+ @IsString()
10
+ @IsNotEmpty()
11
+ partnerId!: string;
12
+
13
+ @IsOptional()
14
+ @IsString()
15
+ nextToken?: string;
16
+ }
@@ -0,0 +1 @@
1
+ export * from './dtos/CustomerFileSearchRequest';
package/src/index.ts CHANGED
@@ -60,6 +60,9 @@ export * as ReferralBusiness from './referral-business';
60
60
  export * as ComissionBusiness from './comission-business';
61
61
  export * as Credit from './credit';
62
62
  export * as CreditEngine from './creditEngine';
63
+ export * as CreditDashboard from './creditDashboard';
64
+ export * as CreditBackoffice from './creditBackoffice';
65
+ export * as CustomerFile from './customerFile';
63
66
  export * as PlatformErrorEvents from './platformErrorEvents';
64
67
  export * as TeamsConnector from './teamsConnector';
65
68
  export * as Funnel from './funnel';