@prutech/compliance 1.0.233 → 1.0.234
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/conciliation-appointment-work-list/actions/conciliation-appointment-work-list.actions.mjs +22 -1
- package/esm2020/lib/conciliation-appointment-work-list/components/context-menu/conciliation-context-menu.component.mjs +26 -3
- package/esm2020/lib/conciliation-appointment-work-list/components/outreach-history-grid-dialogbox/outreach-history-grid-dialogbox.component.mjs +30 -0
- package/esm2020/lib/conciliation-appointment-work-list/components/schedule-call-back-action/schedule-call-back-action.component.mjs +19 -4
- package/esm2020/lib/conciliation-appointment-work-list/conciliation-appointment-work-list.module.mjs +5 -2
- package/esm2020/lib/conciliation-appointment-work-list/constants/menu-items.mjs +15 -2
- package/esm2020/lib/conciliation-appointment-work-list/constants/slot-time.mjs +3 -0
- package/esm2020/lib/conciliation-appointment-work-list/models/conciliation-work-list-item.model.mjs +2 -1
- package/esm2020/lib/conciliation-appointment-work-list/models/federal-holidays-model.mjs +9 -0
- package/esm2020/lib/conciliation-appointment-work-list/models/schedule-call-back-action.formmodel.mjs +36 -9
- package/esm2020/lib/conciliation-appointment-work-list/services/conciliation-appointment-work-list.service.mjs +13 -2
- package/esm2020/lib/noi-work-list/actions/noi-work-list.actions.mjs +25 -4
- package/esm2020/lib/noi-work-list/components/context-menu/context-menu.component.mjs +38 -2
- package/esm2020/lib/noi-work-list/constants/column-defs.mjs +4 -1
- package/esm2020/lib/noi-work-list/constants/menu-items.mjs +6 -2
- package/esm2020/lib/noi-work-list/effects/noi-work-list.effect.mjs +32 -3
- package/esm2020/lib/noi-work-list/services/noi-work-list.service.mjs +8 -2
- package/esm2020/lib/pre-noi-work-list/components/pre-noi-context-menu/pre-noi-context-menu.component.mjs +25 -2
- package/esm2020/lib/pre-noi-work-list/constants/menu-actions-defs.mjs +3 -1
- package/esm2020/lib/pre-noi-work-list/constants/menu-items.mjs +15 -2
- package/esm2020/lib/pre-noi-work-list/models/pre-noi-work-list-item.model.mjs +2 -1
- package/esm2020/lib/shared/constants/conciliation/menu-action-defs.mjs +5 -1
- package/fesm2015/prutech-compliance.mjs +298 -18
- package/fesm2015/prutech-compliance.mjs.map +1 -1
- package/fesm2020/prutech-compliance.mjs +301 -18
- package/fesm2020/prutech-compliance.mjs.map +1 -1
- package/lib/conciliation-appointment-work-list/actions/conciliation-appointment-work-list.actions.d.ts +21 -2
- package/lib/conciliation-appointment-work-list/components/context-menu/conciliation-context-menu.component.d.ts +1 -0
- package/lib/conciliation-appointment-work-list/components/outreach-history-grid-dialogbox/outreach-history-grid-dialogbox.component.d.ts +12 -0
- package/lib/conciliation-appointment-work-list/components/schedule-call-back-action/schedule-call-back-action.component.d.ts +4 -0
- package/lib/conciliation-appointment-work-list/conciliation-appointment-work-list.module.d.ts +14 -13
- package/lib/conciliation-appointment-work-list/constants/slot-time.d.ts +2 -0
- package/lib/conciliation-appointment-work-list/models/conciliation-work-list-item.model.d.ts +1 -0
- package/lib/conciliation-appointment-work-list/models/federal-holidays-model.d.ts +6 -0
- package/lib/conciliation-appointment-work-list/services/conciliation-appointment-work-list.service.d.ts +4 -0
- package/lib/noi-work-list/actions/noi-work-list.actions.d.ts +19 -1
- package/lib/noi-work-list/components/context-menu/context-menu.component.d.ts +1 -0
- package/lib/noi-work-list/effects/noi-work-list.effect.d.ts +3 -0
- package/lib/noi-work-list/services/noi-work-list.service.d.ts +2 -0
- package/lib/pre-noi-work-list/components/pre-noi-context-menu/pre-noi-context-menu.component.d.ts +1 -0
- package/lib/pre-noi-work-list/constants/menu-actions-defs.d.ts +2 -0
- package/lib/pre-noi-work-list/models/pre-noi-work-list-item.model.d.ts +1 -0
- package/lib/shared/constants/conciliation/menu-action-defs.d.ts +4 -0
- package/package.json +1 -1
@@ -7,6 +7,7 @@ import { SaveSchedulingCallBackModel } from '../models/save-scheduling-call-back
|
|
7
7
|
import { SaveOutreachModel } from '../models/save-outreach-model';
|
8
8
|
import { SubmitReassignModel } from '../models/submit-re-assign-frommodel';
|
9
9
|
import { SubmitBatchPoolAppointmentModel } from '../models/submit-batch-pool-appointment.model';
|
10
|
+
import { FederalHolidaysModel } from '../models/federal-holidays-model';
|
10
11
|
export declare enum ConciliationAppointmentWorkListActionTypes {
|
11
12
|
LoadConciliationWorkList = "[Conciliation] Load List",
|
12
13
|
LoadConciliationWorkListSuccess = "[Conciliation] Load List Success",
|
@@ -30,7 +31,10 @@ export declare enum ConciliationAppointmentWorkListActionTypes {
|
|
30
31
|
SubmitBatchPoolAppointmentFail = "[Submit Batch Pool Appointment] Load Fail",
|
31
32
|
PrintDocument = "[FIA1187 Document] Print",
|
32
33
|
PrintDocumentSuccess = "[FIA1187 Document] Print Success",
|
33
|
-
PrintDocumentFail = "[FIA1187 Document] Print Fail"
|
34
|
+
PrintDocumentFail = "[FIA1187 Document] Print Fail",
|
35
|
+
LoadFederalHolidaysList = "[Conciliation Federal Holidays List] Load",
|
36
|
+
LoadFederalHolidaysListSuccess = "[Conciliation Federal Holidays List] Load Success",
|
37
|
+
LoadFederalHolidaysListFail = "[Conciliation Federal Holidays List] Load Fail"
|
34
38
|
}
|
35
39
|
export declare class LoadConciliationWorkListAction implements Action {
|
36
40
|
payload?: any;
|
@@ -155,4 +159,19 @@ export declare class PrintDocumentFailAction implements Action {
|
|
155
159
|
readonly type: string;
|
156
160
|
constructor(payload?: SeamsHttpResponse);
|
157
161
|
}
|
158
|
-
export declare
|
162
|
+
export declare class LoadFederalHolidaysListAction implements Action {
|
163
|
+
payload?: any;
|
164
|
+
readonly type: string;
|
165
|
+
constructor(payload?: any);
|
166
|
+
}
|
167
|
+
export declare class LoadFederalHolidaysListSuccessAction implements Action {
|
168
|
+
payload: FederalHolidaysModel[];
|
169
|
+
readonly type: string;
|
170
|
+
constructor(payload: FederalHolidaysModel[]);
|
171
|
+
}
|
172
|
+
export declare class LoadFederalHolidaysListFailAction implements Action {
|
173
|
+
payload?: SeamsHttpResponse;
|
174
|
+
readonly type: string;
|
175
|
+
constructor(payload?: SeamsHttpResponse);
|
176
|
+
}
|
177
|
+
export declare type ConciliationAppointmentWorkListActions = LoadConciliationWorkListAction | LoadConciliationWorkListSuccessAction | LoadConciliationWorkListFailAction | SaveConciliationStatusAction | SaveConciliationStatusSuccessAction | SaveConciliationStatusFailAction | OpenAppointmentDialogAction | CloseAppointmentDialogAction | PrintDocumentAction | PrintDocumentSuccessAction | PrintDocumentFailAction | LoadFederalHolidaysListAction | LoadFederalHolidaysListSuccessAction | LoadFederalHolidaysListFailAction;
|
@@ -37,6 +37,7 @@ export declare class ConciliationContextMenuComponent extends AbstractComponent
|
|
37
37
|
openScheduleCallBackDialog(item: ConciliationWorkListItemModel): void;
|
38
38
|
openReScheduleCallBackDialog(item: ConciliationWorkListItemModel): void;
|
39
39
|
openOutreachDialog(item: ConciliationWorkListItemModel): void;
|
40
|
+
openOutreachHistoryDialog(item: ConciliationWorkListItemModel): void;
|
40
41
|
openGoodCauseGrantedDialog(item: ConciliationWorkListItemModel): void;
|
41
42
|
openGoodCauseNotGrantedDialog(item: ConciliationWorkListItemModel): void;
|
42
43
|
openYesNoConfirmationDialog(payload: SaveConciliationStatusPayload, item: ConciliationWorkListItemModel): void;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { OnInit } from '@angular/core';
|
2
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class OutreachHistoryGridDialogboxComponent implements OnInit {
|
5
|
+
dilogref: MatDialogRef<OutreachHistoryGridDialogboxComponent>;
|
6
|
+
data: any;
|
7
|
+
constructor(dilogref: MatDialogRef<OutreachHistoryGridDialogboxComponent>, data: any);
|
8
|
+
ngOnInit(): void;
|
9
|
+
closeModal(): void;
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OutreachHistoryGridDialogboxComponent, never>;
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OutreachHistoryGridDialogboxComponent, "lib-outreach-history-grid-dialogbox", never, {}, {}, never, never>;
|
12
|
+
}
|
@@ -17,15 +17,19 @@ export declare class ScheduleCallBackActionComponent extends AbstractComponent {
|
|
17
17
|
readonly otherReasonCtrlName: string;
|
18
18
|
readonly apptDateCtrlName: string;
|
19
19
|
readonly apptTimeCtrlName: string;
|
20
|
+
readonly apptMinuteCtrlName: string;
|
20
21
|
elements: IPtDynamicElementConfig[];
|
21
22
|
showInPerson: boolean;
|
22
23
|
showApptScheduler: boolean;
|
23
24
|
scheduleDetails: ScheduleAppointmentPostModel;
|
25
|
+
filteredDates: string[];
|
24
26
|
dynamicForm: PtDynamicFormsComponent;
|
25
27
|
scheduleData: any;
|
26
28
|
constructor(dialogRef: MatDialogRef<ScheduleCallBackActionComponent>, dialog: MatDialog, dynamicFormService: PtDynamicFormsService, environment: Environment, manageAppointmentsService: ManageAppointmentsService, data: ConciliationWorkListItemModel);
|
27
29
|
get dynamicFormGroup(): FormGroup;
|
28
30
|
get isDisabled(): boolean;
|
31
|
+
filterWeekends(val: Date[]): void;
|
32
|
+
initElements(): void;
|
29
33
|
setApptDateTime(apptDateTime: moment.Moment): void;
|
30
34
|
openAppointmentScheduler(): void;
|
31
35
|
closeModal(action: boolean): void;
|
package/lib/conciliation-appointment-work-list/conciliation-appointment-work-list.module.d.ts
CHANGED
@@ -10,21 +10,22 @@ import * as i6 from "./components/re-assign-dailogbox/re-assign-dailogbox.compon
|
|
10
10
|
import * as i7 from "./components/want-to-send-client-back-dialogbox/want-to-send-client-back-dialogbox.component";
|
11
11
|
import * as i8 from "./components/assignments-still-active-dailogbox/assignments-still-active-dailogbox.component";
|
12
12
|
import * as i9 from "./components/outreach-history-grid/outreach-history-grid.component";
|
13
|
-
import * as i10 from "
|
14
|
-
import * as i11 from "
|
15
|
-
import * as i12 from "
|
16
|
-
import * as i13 from "@ngrx/
|
17
|
-
import * as i14 from "@
|
18
|
-
import * as i15 from "
|
19
|
-
import * as i16 from "
|
20
|
-
import * as i17 from "
|
21
|
-
import * as i18 from "
|
22
|
-
import * as i19 from "../shared/
|
23
|
-
import * as i20 from "
|
24
|
-
import * as i21 from "
|
13
|
+
import * as i10 from "./components/outreach-history-grid-dialogbox/outreach-history-grid-dialogbox.component";
|
14
|
+
import * as i11 from "@angular/common";
|
15
|
+
import * as i12 from "./conciliation-appointment-work-list-routing.module";
|
16
|
+
import * as i13 from "@ngrx/store";
|
17
|
+
import * as i14 from "@ngrx/effects";
|
18
|
+
import * as i15 from "@ag-grid-community/angular";
|
19
|
+
import * as i16 from "../shared/material/material.module";
|
20
|
+
import * as i17 from "@prutech/components";
|
21
|
+
import * as i18 from "ngx-toastr";
|
22
|
+
import * as i19 from "../shared/modules/conciliation-lookups/conciliation-lookups.module";
|
23
|
+
import * as i20 from "../shared/shared.module";
|
24
|
+
import * as i21 from "@prutech/appointment";
|
25
|
+
import * as i22 from "../non-compliance-outreach-worklist/non-compliance-outreach-worklist.module";
|
25
26
|
export declare class ConciliationAppointmentWorkListModule {
|
26
27
|
static forRoot(environment: Environment): ModuleWithProviders<ConciliationAppointmentWorkListModule>;
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConciliationAppointmentWorkListModule, never>;
|
28
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ConciliationAppointmentWorkListModule, [typeof i1.ConciliationAppointmentWorkListComponent, typeof i2.ConciliationWorkSheetComponent, typeof i3.ConciliationContextMenuComponent, typeof i4.ScheduleCallBackActionComponent, typeof i5.RecordOutreachdialogboxComponent, typeof i6.ReAssignDailogboxComponent, typeof i7.WantToSendClientBackDialogboxComponent, typeof i8.AssignmentsStillActiveDailogboxComponent, typeof i9.OutreachHistoryGridComponent], [typeof
|
29
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ConciliationAppointmentWorkListModule, [typeof i1.ConciliationAppointmentWorkListComponent, typeof i2.ConciliationWorkSheetComponent, typeof i3.ConciliationContextMenuComponent, typeof i4.ScheduleCallBackActionComponent, typeof i5.RecordOutreachdialogboxComponent, typeof i6.ReAssignDailogboxComponent, typeof i7.WantToSendClientBackDialogboxComponent, typeof i8.AssignmentsStillActiveDailogboxComponent, typeof i9.OutreachHistoryGridComponent, typeof i10.OutreachHistoryGridDialogboxComponent], [typeof i11.CommonModule, typeof i12.ConciliationListRoutingModule, typeof i13.StoreFeatureModule, typeof i14.EffectsFeatureModule, typeof i15.AgGridModule, typeof i16.MaterialModule, typeof i17.CoreModule, typeof i17.TabsModule, typeof i18.ToastrModule, typeof i17.DynamicFormsModule, typeof i19.ConciliationLookupsModule, typeof i20.SharedModule, typeof i21.AppointmentSchedulerModule, typeof i22.NonComplianceOutreachWorklistModule], never>;
|
29
30
|
static ɵinj: i0.ɵɵInjectorDeclaration<ConciliationAppointmentWorkListModule>;
|
30
31
|
}
|
@@ -12,6 +12,7 @@ import { SaveOutreachModel } from '../models/save-outreach-model';
|
|
12
12
|
import { ConciliationLookupModel } from '../models/conciliation-lookup.model';
|
13
13
|
import { SubmitReassignModel } from '../models/submit-re-assign-frommodel';
|
14
14
|
import { SubmitBatchPoolAppointmentModel } from '../models/submit-batch-pool-appointment.model';
|
15
|
+
import { FederalHolidaysModel } from '../models/federal-holidays-model';
|
15
16
|
import * as i0 from "@angular/core";
|
16
17
|
export declare class ConciliationAppointmentWorkListService {
|
17
18
|
private http;
|
@@ -24,6 +25,7 @@ export declare class ConciliationAppointmentWorkListService {
|
|
24
25
|
lookupData: Observable<ConciliationLookupModel[]>;
|
25
26
|
lookupDataLoading: Observable<boolean>;
|
26
27
|
loadingLDSSDocument: Observable<boolean>;
|
28
|
+
holidaysList: Observable<FederalHolidaysModel[]>;
|
27
29
|
constructor(http: HttpClient, store: Store<fromReducer.State>, environment: Environment);
|
28
30
|
dispatchLoadConciliationWorkList(): void;
|
29
31
|
dispatchSaveStatus(payload: SaveConciliationStatusPayload): void;
|
@@ -48,6 +50,8 @@ export declare class ConciliationAppointmentWorkListService {
|
|
48
50
|
infractionDate: any;
|
49
51
|
}): void;
|
50
52
|
printDocument(letterType: number, assessmentId: number, CmsCaseID: number, worklistType: any, infractionDate: any): Observable<any>;
|
53
|
+
dispatchLoadFederalHolidaysList(): void;
|
54
|
+
loadFederalHolidays(): Observable<import("rxjs").OperatorFunction<unknown, unknown>>;
|
51
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConciliationAppointmentWorkListService, never>;
|
52
56
|
static ɵprov: i0.ɵɵInjectableDeclaration<ConciliationAppointmentWorkListService>;
|
53
57
|
}
|
@@ -7,6 +7,9 @@ export declare enum NoiWorkListActionTypes {
|
|
7
7
|
LoadNoiWorkList = "[NOI] Load List",
|
8
8
|
LoadNoiWorkListSuccess = "[NOI] Load List Success",
|
9
9
|
LoadNoiWorkListFail = "[NOI] Load List Fail",
|
10
|
+
SaveManualNOIStatus = "[NOI] Save Manual NOI Status",
|
11
|
+
SaveManualNOIStatusSuccess = "[NOI] Save Manual NOI Success",
|
12
|
+
SaveManualNOIStatusFail = "[NOI] Save Manual NOI Fail",
|
10
13
|
SaveStatus = "[NOI] Save Status",
|
11
14
|
SaveStatusSuccess = "[NOI] Save Status Success",
|
12
15
|
SaveStatusFail = "[NOI] Save Status Fail",
|
@@ -71,4 +74,19 @@ export declare class SaveConferenceByPhoneFailAction implements Action {
|
|
71
74
|
readonly type: string;
|
72
75
|
constructor(payload: SeamsHttpResponse);
|
73
76
|
}
|
74
|
-
export declare
|
77
|
+
export declare class saveManualNOIAction implements Action {
|
78
|
+
payload: SaveNoiStatusPayload;
|
79
|
+
readonly type: string;
|
80
|
+
constructor(payload: SaveNoiStatusPayload);
|
81
|
+
}
|
82
|
+
export declare class SaveManualNOISuccessAction implements Action {
|
83
|
+
payload: SaveNoiStatusPayload;
|
84
|
+
readonly type: string;
|
85
|
+
constructor(payload: SaveNoiStatusPayload);
|
86
|
+
}
|
87
|
+
export declare class SaveManualNOIStatusFailAction implements Action {
|
88
|
+
payload?: SeamsHttpResponse;
|
89
|
+
readonly type: string;
|
90
|
+
constructor(payload?: SeamsHttpResponse);
|
91
|
+
}
|
92
|
+
export declare type NoiWorkListActions = LoadNoiWorkListAction | LoadNoiWorkListSuccessAction | LoadNoiWorkListFailAction | SaveNoiStatusAction | SaveNoiStatusSuccessAction | SaveNoiStatusFailAction | OpenAppointmentDialogAction | CloseAppointmentDialogAction | saveManualNOIAction | SaveManualNOISuccessAction | SaveManualNOIStatusFailAction;
|
@@ -28,6 +28,7 @@ export declare class ContextMenuNoiListComponent extends AbstractComponent imple
|
|
28
28
|
openGoodCauseGrantedDialog(item: NoiWorkListModel): void;
|
29
29
|
submitBatchPoolAppointment(item: NoiWorkListModel, appointmentNYCWAYcode: string): void;
|
30
30
|
openGoodCauseNotGrantedDialog(item: NoiWorkListModel): void;
|
31
|
+
openManualNOIDialog(item: NoiWorkListModel): void;
|
31
32
|
afterOnDestroy(): void;
|
32
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuNoiListComponent, never>;
|
33
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<ContextMenuNoiListComponent, "prutech-noi-context-menu", never, {}, {}, never, never>;
|
@@ -23,6 +23,9 @@ export declare class NoiWorkListEffect {
|
|
23
23
|
savePreConciliationworks$: Observable<Action>;
|
24
24
|
savSuccessAction$: Observable<void>;
|
25
25
|
savFailAction$: Observable<SeamsHttpResponse>;
|
26
|
+
SaveManualNOIStatus$: Observable<Action>;
|
27
|
+
SaveManualNOIStatusSuccessAction$: Observable<void>;
|
28
|
+
saveManaulNOIStatusFailAction$: Observable<SeamsHttpResponse>;
|
26
29
|
constructor(noiWorkListService: NoiWorkListService, conciliationWorkListService: ConciliationAppointmentWorkListService, toastr: ToastrService, dialog: MatDialog, router: Router, actions$: Actions);
|
27
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<NoiWorkListEffect, never>;
|
28
31
|
static ɵprov: i0.ɵɵInjectableDeclaration<NoiWorkListEffect>;
|
@@ -18,8 +18,10 @@ export declare class NoiWorkListService {
|
|
18
18
|
constructor(http: HttpClient, store: Store<fromReducer.State>, environment: Environment);
|
19
19
|
dispatchLoadNoiWorkList(): void;
|
20
20
|
dispatchSaveStatus(payload: SaveNoiStatusPayload): void;
|
21
|
+
dispatchSaveManualNOIStatus(payload: SaveNoiStatusPayload): void;
|
21
22
|
loadWorkList(): Observable<NoiWorkListItemModel>;
|
22
23
|
saveStatus(payload: SaveNoiStatusPayload): Observable<SaveNoiStatusPayload>;
|
24
|
+
SaveManualNOIStatus(payload: SaveNoiStatusPayload): Observable<SaveNoiStatusPayload>;
|
23
25
|
dispatchSaveConferenceByPhone(statusObj: SubmitConferenceModel): void;
|
24
26
|
SaveConferenceByPhone(payload: SubmitConferenceModel): Observable<SubmitConferenceModel>;
|
25
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<NoiWorkListService, never>;
|
package/lib/pre-noi-work-list/components/pre-noi-context-menu/pre-noi-context-menu.component.d.ts
CHANGED
@@ -30,6 +30,7 @@ export declare class PreNoiContextMenuComponent extends AbstractComponent implem
|
|
30
30
|
getUpdatedMenuItems(): ContextMenuItem[];
|
31
31
|
getFilteredMenuItems(preNoiItem: PreNoiWorkListItemModel): ContextMenuItem[];
|
32
32
|
doAction(event: ContextMenuActionItem): void;
|
33
|
+
openOutreachHistoryDialog(data: PreNoiWorkListItemModel): void;
|
33
34
|
openUpdateStatusDialog(item: PreNoiWorkListItemModel): void;
|
34
35
|
openReAssignDialog(item: PreNoiWorkListItemModel): void;
|
35
36
|
openOutreachDialog(item: PreNoiWorkListItemModel): void;
|
@@ -6,3 +6,5 @@ export declare const scheduleCallBackActionId: number;
|
|
6
6
|
export declare const reAssignActionId: number;
|
7
7
|
export declare const conferenceByPhoneActionId: number;
|
8
8
|
export declare const updateStatusActionId: number;
|
9
|
+
export declare const showCasesummaryId: number;
|
10
|
+
export declare const showOutreachHistoryId: number;
|
@@ -6,3 +6,7 @@ export declare const scheduleCallBackActionId: number;
|
|
6
6
|
export declare const reAssignActionId: number;
|
7
7
|
export declare const conferenceByPhoneActionId: number;
|
8
8
|
export declare const updateStatusActionId: number;
|
9
|
+
export declare const manualNOICompletedId: number;
|
10
|
+
export declare const commentDialogBoxNOIId: number;
|
11
|
+
export declare const showCasesummaryId: number;
|
12
|
+
export declare const showOutreachHistoryId: number;
|