ng-pli-commons 1.0.72-dev.0 → 1.0.73-dev.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.
|
@@ -16754,31 +16754,31 @@ class CustomValidator {
|
|
|
16754
16754
|
/* tslint:disable */
|
|
16755
16755
|
const VERSION = {
|
|
16756
16756
|
"dirty": true,
|
|
16757
|
-
"raw": "v1.0.
|
|
16758
|
-
"hash": "
|
|
16757
|
+
"raw": "v1.0.73-dev.0-0-g26f6e868-dirty",
|
|
16758
|
+
"hash": "g26f6e868",
|
|
16759
16759
|
"distance": 0,
|
|
16760
|
-
"tag": "v1.0.
|
|
16760
|
+
"tag": "v1.0.73-dev.0",
|
|
16761
16761
|
"semver": {
|
|
16762
16762
|
"options": {
|
|
16763
16763
|
"loose": false,
|
|
16764
16764
|
"includePrerelease": false
|
|
16765
16765
|
},
|
|
16766
16766
|
"loose": false,
|
|
16767
|
-
"raw": "v1.0.
|
|
16767
|
+
"raw": "v1.0.73-dev.0",
|
|
16768
16768
|
"major": 1,
|
|
16769
16769
|
"minor": 0,
|
|
16770
|
-
"patch":
|
|
16770
|
+
"patch": 73,
|
|
16771
16771
|
"prerelease": [
|
|
16772
16772
|
"dev",
|
|
16773
16773
|
0
|
|
16774
16774
|
],
|
|
16775
16775
|
"build": [],
|
|
16776
|
-
"version": "1.0.
|
|
16776
|
+
"version": "1.0.73-dev.0"
|
|
16777
16777
|
},
|
|
16778
|
-
"suffix": "0-
|
|
16779
|
-
"semverString": "1.0.
|
|
16780
|
-
"version": "1.0.
|
|
16781
|
-
"buildTimestamp": "2026-07-
|
|
16778
|
+
"suffix": "0-g26f6e868-dirty",
|
|
16779
|
+
"semverString": "1.0.73-dev.0",
|
|
16780
|
+
"version": "1.0.73-dev.0",
|
|
16781
|
+
"buildTimestamp": "2026-07-15T14:36:19.235Z"
|
|
16782
16782
|
};
|
|
16783
16783
|
/* tslint:enable */
|
|
16784
16784
|
|
|
@@ -17064,6 +17064,9 @@ class GicPaymentPlanCubeService {
|
|
|
17064
17064
|
return this.httpClient.post(this.environment.host.backend.gicBackoffice +
|
|
17065
17065
|
'gic-payment-plan-cube/getByDataTablesParameters', dataTableParameters, this.headerJson);
|
|
17066
17066
|
}
|
|
17067
|
+
generatePaymentPlansCubos(dateGenerate) {
|
|
17068
|
+
return this.httpClient.post(this.environment.host.backend.gicBackoffice + 'payment-plan/generatePaymentPlansCubos', { dateGenerate: dateGenerate }, this.headerJson);
|
|
17069
|
+
}
|
|
17067
17070
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GicPaymentPlanCubeService, deps: [{ token: 'environment' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17068
17071
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: GicPaymentPlanCubeService, providedIn: 'root' }); }
|
|
17069
17072
|
}
|
|
@@ -17779,34 +17782,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
17779
17782
|
args: ['environment']
|
|
17780
17783
|
}] }, { type: i1.HttpClient }] });
|
|
17781
17784
|
|
|
17782
|
-
class VariableInterestRateNameService {
|
|
17783
|
-
constructor(environment, httpClient) {
|
|
17784
|
-
this.environment = environment;
|
|
17785
|
-
this.httpClient = httpClient;
|
|
17786
|
-
}
|
|
17787
|
-
getAll() {
|
|
17788
|
-
return this.httpClient.get(this.environment.host.backend.configuration + 'variable-interest-name/getAll');
|
|
17789
|
-
}
|
|
17790
|
-
/**
|
|
17791
|
-
* Save the VariableInterestName
|
|
17792
|
-
* @param VariableInterestName
|
|
17793
|
-
*/
|
|
17794
|
-
save(variableInterestName) {
|
|
17795
|
-
return this.httpClient.post(this.environment.host.backend.configuration + 'variable-interest-name/save', variableInterestName, HEADER_JSON);
|
|
17796
|
-
}
|
|
17797
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: VariableInterestRateNameService, deps: [{ token: 'environment' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17798
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: VariableInterestRateNameService, providedIn: 'root' }); }
|
|
17799
|
-
}
|
|
17800
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: VariableInterestRateNameService, decorators: [{
|
|
17801
|
-
type: Injectable,
|
|
17802
|
-
args: [{
|
|
17803
|
-
providedIn: 'root'
|
|
17804
|
-
}]
|
|
17805
|
-
}], ctorParameters: () => [{ type: undefined, decorators: [{
|
|
17806
|
-
type: Inject,
|
|
17807
|
-
args: ['environment']
|
|
17808
|
-
}] }, { type: i1.HttpClient }] });
|
|
17809
|
-
|
|
17810
17785
|
/*
|
|
17811
17786
|
* Public API Surface of ng-pli-commons
|
|
17812
17787
|
*/
|
|
@@ -17815,5 +17790,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
17815
17790
|
* Generated bundle index. Do not edit.
|
|
17816
17791
|
*/
|
|
17817
17792
|
|
|
17818
|
-
export { ApplicationFillPercentageService, ApplicationPdfFormService, ApplicationService, ApplicationTagService, AssignTaskService, AuthenticationService, BackofficeCommonsComponent, BlockedBeneficiaryService, BudgetApplicationService, BudgetService, BudgetSetupService, BudgetSimulationService, ClosureWalletService, CnfCorrespondenceDocumentManagerService, CodebtorService, CommitteMoneyServiceService, CommitteeAssistantService, CommitteePdfService, CommitteeSnapshotService, CommonInfoService, CommonListsComponent, CommonService, ConfigurationCommonsComponent, ConfigurationDocumentService, ConfigurationMinisiteService, ConfigurationService, ConfigurationTokenComponent, ConfigurationTokenSubjectService, CorrespondenceDocumentCategoryService, CorrespondenceManagerService, CreditScoreService, CreditStudyService, CubeService, CurrencyColfuturoFormatterDirective, CurrencyColfuturoPipe, CurrencyDecimalColfuturoFormatterDirective, CurrencyDecimalColfuturoPipe, CurrencyPrintColfuturoPipe, CustomValidator, DashboardCommonsComponent, DataFormHistoryService, DataFormService, DataLetterSegmentationService, DocumentAnalysisAutoService, DocumentHistoryService, DocumentManagementService, DocumentProcessService, DocumentService, DocumentValidationAttemptService, DocumentaryTypeService, DynamicFilterComponent, EmailService, EvaluationService, ExcelToJsonComponent, ExportExcelService, FileService, FormService, FormUtil, FormioUtil, FrontofficeCommonsComponent, GicClientDisbursementMetadataService, GicClientService, GicCnfBankvisionTransactionService, GicCnfClosingDateService, GicCnfMaintenaceService, GicCollectionService, GicDisbursementService, GicExtractService, GicLogService, GicPaymentApplicationService, GicPaymentPlanCubeService, GicPaymentPlanService, GicTRMService, GlobalShowTaskService, GuaranteeDocumentService, GuaranteeEnrollmentService, GuaranteeService, GuaranteeTokenComponent, GuaranteesSummaryService, HashService, ImportDataService, ImportExcelGICService, InitialConfigurationGicParametersService, InitialRecordService, IntegrationADOService, InteractionApplicationUserService, InterestAdjustmentService, KeysAssignationService, LegalizationService, LetterCampaingService, LetterTaskMappingService, LogService, MaintenanceService, MasterCategoryService, MasterProgramService, MasterUniversityService, MigrationPlisService, MigrationSurveyQueueService, NgPliCommonsModule, NgPliCommonsService, OpenKMDocumentService, PageService, PartnerService, PartnerSystemService, PdfAnalyzerComponent, PdfAnalyzerService, PdfConfigComponent, PdfGeneratorComponent, PdfMergeVisualizerComponent, PdfVisualizerComponent, PeopleMasterService, PermissionService, PliCnfAcuityFieldsService, PliCnfAppCardFilterService, PliCnfAppointmentTypeService, PliCnfBudgetProgramTypeService, PliCnfBudgetService, PliCnfCloningService, PliCnfCommitteePdfConfigTableConfigService, PliCnfCommitteePdfGenStatusService, PliCnfCommitteeService, PliCnfCommitteeValproColumnsService, PliCnfCommitteeVisualizationModeService, PliCnfConfigMinisiteService, PliCnfConfigurationCreditStudyService, PliCnfDocumentManagementService, PliCnfDynamicKeysAssignService, PliCnfEvaluationTaskMailingService, PliCnfEvaluationTaskService, PliCnfEvaluationTaskTemplateService, PliCnfEvaluationTemplateService, PliCnfFormEditService, PliCnfFormMultiaplicacionService, PliCnfGuaranteeDocumentsTemplateService, PliCnfGuaranteeTokenService, PliCnfHeaderService, PliCnfIndicatorService, PliCnfInformationSystemService, PliCnfInstallmentSimulatorConfigService, PliCnfInteractionService, PliCnfInterestRateMasterService, PliCnfLetterTemplateService, PliCnfLetterTemplateTypeService, PliCnfLookAndFeelService, PliCnfMailService, PliCnfMenuFormService, PliCnfMigrationPlisFieldBudgetService, PliCnfMigrationPlisFieldService, PliCnfMigrationStatusPlisService, PliCnfPageSectionFormService, PliCnfPageSubProcessService, PliCnfPdfsService, PliCnfProfileFormService, PliCnfProfileUserService, PliCnfProjectSummaryService, PliCnfScenarioService, PliCnfSegmentationService, PliCnfSnapshotTokenServices, PliCnfStatusFlowInteractionService, PliCnfStatusFlowService, PliCnfSupportDocumentCategoryService, PliCnfSupportDocumentService, PliCnfSurveyDocumentService, PliCnfSurveyPdfService, PliCnfSurveyService, PliCnfTaskGroupService, PliCnfTextCategoryService, PliCnfTextOptionService, PliCnfTextService, PliCnfTypeTextService, PliCnfUniversityArticleService, PliCnfUseAnnualInterestRateService, PliCnfUserCalendarService, PliCnfUserWorkspaceService, PliCnfValproKeysService, PliCnfWorkspaceSegmentationService, PliMessageTypeService, PliMultipleValueFilterService, PliPromocionUsernameService, PliSegActionUserService, PliSegmentationService, PliTagAssignmentService, PliTagService, PliUserService, PlisBeneficiarioService, PlisEstatusChangeService, PostSelectionService, PppService, ProfileService, ProgressBarComponent, ProgressBarService, PromotionScoreService, RegistryIdentifierService, ReturnRefundService, SegmentationService, SegmentationTokensComponent, SegmentationTokensService, SegmentationUserService, SelectPppComponent, SendApplicationService, SesionFormService, SesionService, ShowHideColumnsTableComponent, SpinnerService, SponsorshipLetterService, StatusService, SummaryBudgetService, SurveyMetadataService, SurveyQueueService, SurveyService, TagManagementService, TasaCambioService, ThousandsPipe, TokenComponent, TokenService, TokenTransformationService, TokensCalculatorComponent, UniversityService, UploadDocumentsService, UserService,
|
|
17793
|
+
export { ApplicationFillPercentageService, ApplicationPdfFormService, ApplicationService, ApplicationTagService, AssignTaskService, AuthenticationService, BackofficeCommonsComponent, BlockedBeneficiaryService, BudgetApplicationService, BudgetService, BudgetSetupService, BudgetSimulationService, ClosureWalletService, CnfCorrespondenceDocumentManagerService, CodebtorService, CommitteMoneyServiceService, CommitteeAssistantService, CommitteePdfService, CommitteeSnapshotService, CommonInfoService, CommonListsComponent, CommonService, ConfigurationCommonsComponent, ConfigurationDocumentService, ConfigurationMinisiteService, ConfigurationService, ConfigurationTokenComponent, ConfigurationTokenSubjectService, CorrespondenceDocumentCategoryService, CorrespondenceManagerService, CreditScoreService, CreditStudyService, CubeService, CurrencyColfuturoFormatterDirective, CurrencyColfuturoPipe, CurrencyDecimalColfuturoFormatterDirective, CurrencyDecimalColfuturoPipe, CurrencyPrintColfuturoPipe, CustomValidator, DashboardCommonsComponent, DataFormHistoryService, DataFormService, DataLetterSegmentationService, DocumentAnalysisAutoService, DocumentHistoryService, DocumentManagementService, DocumentProcessService, DocumentService, DocumentValidationAttemptService, DocumentaryTypeService, DynamicFilterComponent, EmailService, EvaluationService, ExcelToJsonComponent, ExportExcelService, FileService, FormService, FormUtil, FormioUtil, FrontofficeCommonsComponent, GicClientDisbursementMetadataService, GicClientService, GicCnfBankvisionTransactionService, GicCnfClosingDateService, GicCnfMaintenaceService, GicCollectionService, GicDisbursementService, GicExtractService, GicLogService, GicPaymentApplicationService, GicPaymentPlanCubeService, GicPaymentPlanService, GicTRMService, GlobalShowTaskService, GuaranteeDocumentService, GuaranteeEnrollmentService, GuaranteeService, GuaranteeTokenComponent, GuaranteesSummaryService, HashService, ImportDataService, ImportExcelGICService, InitialConfigurationGicParametersService, InitialRecordService, IntegrationADOService, InteractionApplicationUserService, InterestAdjustmentService, KeysAssignationService, LegalizationService, LetterCampaingService, LetterTaskMappingService, LogService, MaintenanceService, MasterCategoryService, MasterProgramService, MasterUniversityService, MigrationPlisService, MigrationSurveyQueueService, NgPliCommonsModule, NgPliCommonsService, OpenKMDocumentService, PageService, PartnerService, PartnerSystemService, PdfAnalyzerComponent, PdfAnalyzerService, PdfConfigComponent, PdfGeneratorComponent, PdfMergeVisualizerComponent, PdfVisualizerComponent, PeopleMasterService, PermissionService, PliCnfAcuityFieldsService, PliCnfAppCardFilterService, PliCnfAppointmentTypeService, PliCnfBudgetProgramTypeService, PliCnfBudgetService, PliCnfCloningService, PliCnfCommitteePdfConfigTableConfigService, PliCnfCommitteePdfGenStatusService, PliCnfCommitteeService, PliCnfCommitteeValproColumnsService, PliCnfCommitteeVisualizationModeService, PliCnfConfigMinisiteService, PliCnfConfigurationCreditStudyService, PliCnfDocumentManagementService, PliCnfDynamicKeysAssignService, PliCnfEvaluationTaskMailingService, PliCnfEvaluationTaskService, PliCnfEvaluationTaskTemplateService, PliCnfEvaluationTemplateService, PliCnfFormEditService, PliCnfFormMultiaplicacionService, PliCnfGuaranteeDocumentsTemplateService, PliCnfGuaranteeTokenService, PliCnfHeaderService, PliCnfIndicatorService, PliCnfInformationSystemService, PliCnfInstallmentSimulatorConfigService, PliCnfInteractionService, PliCnfInterestRateMasterService, PliCnfLetterTemplateService, PliCnfLetterTemplateTypeService, PliCnfLookAndFeelService, PliCnfMailService, PliCnfMenuFormService, PliCnfMigrationPlisFieldBudgetService, PliCnfMigrationPlisFieldService, PliCnfMigrationStatusPlisService, PliCnfPageSectionFormService, PliCnfPageSubProcessService, PliCnfPdfsService, PliCnfProfileFormService, PliCnfProfileUserService, PliCnfProjectSummaryService, PliCnfScenarioService, PliCnfSegmentationService, PliCnfSnapshotTokenServices, PliCnfStatusFlowInteractionService, PliCnfStatusFlowService, PliCnfSupportDocumentCategoryService, PliCnfSupportDocumentService, PliCnfSurveyDocumentService, PliCnfSurveyPdfService, PliCnfSurveyService, PliCnfTaskGroupService, PliCnfTextCategoryService, PliCnfTextOptionService, PliCnfTextService, PliCnfTypeTextService, PliCnfUniversityArticleService, PliCnfUseAnnualInterestRateService, PliCnfUserCalendarService, PliCnfUserWorkspaceService, PliCnfValproKeysService, PliCnfWorkspaceSegmentationService, PliMessageTypeService, PliMultipleValueFilterService, PliPromocionUsernameService, PliSegActionUserService, PliSegmentationService, PliTagAssignmentService, PliTagService, PliUserService, PlisBeneficiarioService, PlisEstatusChangeService, PostSelectionService, PppService, ProfileService, ProgressBarComponent, ProgressBarService, PromotionScoreService, RegistryIdentifierService, ReturnRefundService, SegmentationService, SegmentationTokensComponent, SegmentationTokensService, SegmentationUserService, SelectPppComponent, SendApplicationService, SesionFormService, SesionService, ShowHideColumnsTableComponent, SpinnerService, SponsorshipLetterService, StatusService, SummaryBudgetService, SurveyMetadataService, SurveyQueueService, SurveyService, TagManagementService, TasaCambioService, ThousandsPipe, TokenComponent, TokenService, TokenTransformationService, TokensCalculatorComponent, UniversityService, UploadDocumentsService, UserService, VariableInterestRateService, VersionCommons, VisualizationCommitteeService };
|
|
17819
17794
|
//# sourceMappingURL=ng-pli-commons.mjs.map
|