ng-pli-commons 1.0.70-dev.0 → 1.0.71-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.
@@ -5537,9 +5537,6 @@ class ApplicationService {
5537
5537
  updateAllStatusAndColor(newCommitteeSelectedTo) {
5538
5538
  return this.httpClient.post(this.environment.host.backend.backoffice + 'application/updateAllStatusAndColor', newCommitteeSelectedTo, this.headerJson);
5539
5539
  }
5540
- blockBudgetIn(applicationTO) {
5541
- return this.httpClient.post(this.environment.host.backend.backoffice + 'application/blockBudgetIn', applicationTO, this.headerJson);
5542
- }
5543
5540
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ApplicationService, deps: [{ token: 'environment' }, { token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
5544
5541
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: ApplicationService, providedIn: 'root' }); }
5545
5542
  }
@@ -16757,31 +16754,31 @@ class CustomValidator {
16757
16754
  /* tslint:disable */
16758
16755
  const VERSION = {
16759
16756
  "dirty": true,
16760
- "raw": "v1.0.70-dev.0-0-gda1841c3-dirty",
16761
- "hash": "gda1841c3",
16757
+ "raw": "v1.0.71-dev.0-0-g0ca54c8c-dirty",
16758
+ "hash": "g0ca54c8c",
16762
16759
  "distance": 0,
16763
- "tag": "v1.0.70-dev.0",
16760
+ "tag": "v1.0.71-dev.0",
16764
16761
  "semver": {
16765
16762
  "options": {
16766
16763
  "loose": false,
16767
16764
  "includePrerelease": false
16768
16765
  },
16769
16766
  "loose": false,
16770
- "raw": "v1.0.70-dev.0",
16767
+ "raw": "v1.0.71-dev.0",
16771
16768
  "major": 1,
16772
16769
  "minor": 0,
16773
- "patch": 70,
16770
+ "patch": 71,
16774
16771
  "prerelease": [
16775
16772
  "dev",
16776
16773
  0
16777
16774
  ],
16778
16775
  "build": [],
16779
- "version": "1.0.70-dev.0"
16776
+ "version": "1.0.71-dev.0"
16780
16777
  },
16781
- "suffix": "0-gda1841c3-dirty",
16782
- "semverString": "1.0.70-dev.0",
16783
- "version": "1.0.70-dev.0",
16784
- "buildTimestamp": "2026-07-08T21:34:39.444Z"
16778
+ "suffix": "0-g0ca54c8c-dirty",
16779
+ "semverString": "1.0.71-dev.0",
16780
+ "version": "1.0.71-dev.0",
16781
+ "buildTimestamp": "2026-07-14T20:05:30.007Z"
16785
16782
  };
16786
16783
  /* tslint:enable */
16787
16784
 
@@ -17782,6 +17779,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
17782
17779
  args: ['environment']
17783
17780
  }] }, { type: i1.HttpClient }] });
17784
17781
 
17782
+ class VariableInterestRateName {
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: VariableInterestRateName, 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: VariableInterestRateName, providedIn: 'root' }); }
17799
+ }
17800
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: VariableInterestRateName, 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
+
17785
17810
  /*
17786
17811
  * Public API Surface of ng-pli-commons
17787
17812
  */
@@ -17790,5 +17815,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
17790
17815
  * Generated bundle index. Do not edit.
17791
17816
  */
17792
17817
 
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 };
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, VariableInterestRateName, VariableInterestRateService, VersionCommons, VisualizationCommitteeService };
17794
17819
  //# sourceMappingURL=ng-pli-commons.mjs.map