@cleardu/types 1.0.171 → 1.0.172
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.
- package/constants/brokerMessages/index.d.ts +2 -0
- package/constants/brokerMessages/index.js +4 -2
- package/constants/brokerMessages/index.ts +4 -2
- package/constants/index.d.ts +347 -294
- package/constants/index.js +656 -440
- package/constants/index.ts +657 -440
- package/package.json +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
package/constants/index.d.ts
CHANGED
|
@@ -80,39 +80,22 @@ export declare const userModules: {
|
|
|
80
80
|
Clients: number;
|
|
81
81
|
Campaigns: number;
|
|
82
82
|
Portfolio: number;
|
|
83
|
-
Templates: number;
|
|
84
|
-
Merchants: number;
|
|
85
|
-
PaymentModes: number;
|
|
86
83
|
Borrowers: number;
|
|
87
|
-
ActiveBorrowers: number;
|
|
88
|
-
InactiveBorrowers: number;
|
|
89
|
-
BorrowersListing: number;
|
|
90
84
|
Reports: number;
|
|
91
85
|
CallSummary: number;
|
|
86
|
+
PaymentsTracker: number;
|
|
87
|
+
SettlementsTracker: number;
|
|
88
|
+
CommunicationTracker: number;
|
|
92
89
|
AgentActivity: number;
|
|
93
90
|
AgentProductivity: number;
|
|
94
91
|
AgentLiveStatus: number;
|
|
95
92
|
Settlements: number;
|
|
96
|
-
Payments: number;
|
|
97
|
-
Communication: number;
|
|
98
|
-
AuditLog: number;
|
|
99
|
-
LiveChat: number;
|
|
100
93
|
Files: number;
|
|
101
94
|
Dispositions: number;
|
|
102
95
|
CampaignMapping: number;
|
|
103
96
|
Centers: number;
|
|
104
97
|
Breaks: number;
|
|
105
|
-
|
|
106
|
-
PaymentLinks: number;
|
|
107
|
-
ClientDispositions: number;
|
|
108
|
-
reports: number;
|
|
109
|
-
callSummary: number;
|
|
110
|
-
agentActivity: number;
|
|
111
|
-
agentProductivity: number;
|
|
112
|
-
agentLiveStatus: number;
|
|
113
|
-
settlements: number;
|
|
114
|
-
payments: number;
|
|
115
|
-
communications: number;
|
|
98
|
+
Dropdown: number;
|
|
116
99
|
};
|
|
117
100
|
export declare const HIERARCHY_ROLES: RoleTypeEnum[];
|
|
118
101
|
export declare const dispoSubDispo: {
|
|
@@ -235,134 +218,6 @@ export declare const Constants: {
|
|
|
235
218
|
SEEDER: {
|
|
236
219
|
ROLE: {
|
|
237
220
|
PERMISSION: {
|
|
238
|
-
CENTER: {
|
|
239
|
-
ADD: {
|
|
240
|
-
TITLE: string;
|
|
241
|
-
SLUG: string;
|
|
242
|
-
DESCRIPTION: string;
|
|
243
|
-
MODULE_ID: number;
|
|
244
|
-
};
|
|
245
|
-
EDIT: {
|
|
246
|
-
TITLE: string;
|
|
247
|
-
SLUG: string;
|
|
248
|
-
DESCRIPTION: string;
|
|
249
|
-
MODULE_ID: number;
|
|
250
|
-
};
|
|
251
|
-
UPDATE: {
|
|
252
|
-
TITLE: string;
|
|
253
|
-
SLUG: string;
|
|
254
|
-
DESCRIPTION: string;
|
|
255
|
-
MODULE_ID: number;
|
|
256
|
-
};
|
|
257
|
-
LIST: {
|
|
258
|
-
TITLE: string;
|
|
259
|
-
SLUG: string;
|
|
260
|
-
DESCRIPTION: string;
|
|
261
|
-
MODULE_ID: number;
|
|
262
|
-
};
|
|
263
|
-
};
|
|
264
|
-
DISPOSITIONS: {
|
|
265
|
-
ADD: {
|
|
266
|
-
TITLE: string;
|
|
267
|
-
SLUG: string;
|
|
268
|
-
DESCRIPTION: string;
|
|
269
|
-
MODULE_ID: number;
|
|
270
|
-
};
|
|
271
|
-
EDIT: {
|
|
272
|
-
TITLE: string;
|
|
273
|
-
SLUG: string;
|
|
274
|
-
DESCRIPTION: string;
|
|
275
|
-
MODULE_ID: number;
|
|
276
|
-
};
|
|
277
|
-
UPDATE: {
|
|
278
|
-
TITLE: string;
|
|
279
|
-
SLUG: string;
|
|
280
|
-
DESCRIPTION: string;
|
|
281
|
-
MODULE_ID: number;
|
|
282
|
-
};
|
|
283
|
-
LIST: {
|
|
284
|
-
TITLE: string;
|
|
285
|
-
SLUG: string;
|
|
286
|
-
DESCRIPTION: string;
|
|
287
|
-
MODULE_ID: number;
|
|
288
|
-
};
|
|
289
|
-
DELETE: {
|
|
290
|
-
TITLE: string;
|
|
291
|
-
SLUG: string;
|
|
292
|
-
DESCRIPTION: string;
|
|
293
|
-
MODULE_ID: number;
|
|
294
|
-
};
|
|
295
|
-
};
|
|
296
|
-
BREACK: {
|
|
297
|
-
ADD: {
|
|
298
|
-
TITLE: string;
|
|
299
|
-
SLUG: string;
|
|
300
|
-
DESCRIPTION: string;
|
|
301
|
-
MODULE_ID: number;
|
|
302
|
-
};
|
|
303
|
-
EDIT: {
|
|
304
|
-
TITLE: string;
|
|
305
|
-
SLUG: string;
|
|
306
|
-
DESCRIPTION: string;
|
|
307
|
-
MODULE_ID: number;
|
|
308
|
-
};
|
|
309
|
-
UPDATE: {
|
|
310
|
-
TITLE: string;
|
|
311
|
-
SLUG: string;
|
|
312
|
-
DESCRIPTION: string;
|
|
313
|
-
MODULE_ID: number;
|
|
314
|
-
};
|
|
315
|
-
LIST: {
|
|
316
|
-
TITLE: string;
|
|
317
|
-
SLUG: string;
|
|
318
|
-
DESCRIPTION: string;
|
|
319
|
-
MODULE_ID: number;
|
|
320
|
-
};
|
|
321
|
-
DELETE: {
|
|
322
|
-
TITLE: string;
|
|
323
|
-
SLUG: string;
|
|
324
|
-
DESCRIPTION: string;
|
|
325
|
-
MODULE_ID: number;
|
|
326
|
-
};
|
|
327
|
-
};
|
|
328
|
-
SETUP_MASTER: {
|
|
329
|
-
TITLE: string;
|
|
330
|
-
SLUG: string;
|
|
331
|
-
DESCRIPTION: string;
|
|
332
|
-
MODULE_ID: number;
|
|
333
|
-
};
|
|
334
|
-
PERMISSIONS: {
|
|
335
|
-
ADD: {
|
|
336
|
-
TITLE: string;
|
|
337
|
-
SLUG: string;
|
|
338
|
-
DESCRIPTION: string;
|
|
339
|
-
MODULE_ID: number;
|
|
340
|
-
};
|
|
341
|
-
EDIT: {
|
|
342
|
-
TITLE: string;
|
|
343
|
-
SLUG: string;
|
|
344
|
-
DESCRIPTION: string;
|
|
345
|
-
MODULE_ID: number;
|
|
346
|
-
};
|
|
347
|
-
UPDATE: {
|
|
348
|
-
TITLE: string;
|
|
349
|
-
SLUG: string;
|
|
350
|
-
DESCRIPTION: string;
|
|
351
|
-
MODULE_ID: number;
|
|
352
|
-
};
|
|
353
|
-
LIST: {
|
|
354
|
-
TITLE: string;
|
|
355
|
-
SLUG: string;
|
|
356
|
-
DESCRIPTION: string;
|
|
357
|
-
MODULE_ID: number;
|
|
358
|
-
};
|
|
359
|
-
DELETE: {
|
|
360
|
-
TITLE: string;
|
|
361
|
-
SLUG: string;
|
|
362
|
-
DESCRIPTION: string;
|
|
363
|
-
MODULE_ID: number;
|
|
364
|
-
};
|
|
365
|
-
};
|
|
366
221
|
DASHBOARD: {
|
|
367
222
|
ADMIN_DASHBOARD: {
|
|
368
223
|
TITLE: string;
|
|
@@ -431,6 +286,12 @@ export declare const Constants: {
|
|
|
431
286
|
MODULE_ID: number;
|
|
432
287
|
};
|
|
433
288
|
};
|
|
289
|
+
SETUP_MASTER: {
|
|
290
|
+
TITLE: string;
|
|
291
|
+
SLUG: string;
|
|
292
|
+
DESCRIPTION: string;
|
|
293
|
+
MODULE_ID: number;
|
|
294
|
+
};
|
|
434
295
|
ROLE: {
|
|
435
296
|
LIST: {
|
|
436
297
|
TITLE: string;
|
|
@@ -450,6 +311,12 @@ export declare const Constants: {
|
|
|
450
311
|
DESCRIPTION: string;
|
|
451
312
|
MODULE_ID: number;
|
|
452
313
|
};
|
|
314
|
+
UPDATE: {
|
|
315
|
+
TITLE: string;
|
|
316
|
+
SLUG: string;
|
|
317
|
+
DESCRIPTION: string;
|
|
318
|
+
MODULE_ID: number;
|
|
319
|
+
};
|
|
453
320
|
DELETE: {
|
|
454
321
|
TITLE: string;
|
|
455
322
|
SLUG: string;
|
|
@@ -482,7 +349,7 @@ export declare const Constants: {
|
|
|
482
349
|
DESCRIPTION: string;
|
|
483
350
|
MODULE_ID: number;
|
|
484
351
|
};
|
|
485
|
-
|
|
352
|
+
UPDATE: {
|
|
486
353
|
TITLE: string;
|
|
487
354
|
SLUG: string;
|
|
488
355
|
DESCRIPTION: string;
|
|
@@ -514,7 +381,7 @@ export declare const Constants: {
|
|
|
514
381
|
DESCRIPTION: string;
|
|
515
382
|
MODULE_ID: number;
|
|
516
383
|
};
|
|
517
|
-
|
|
384
|
+
UPDATE: {
|
|
518
385
|
TITLE: string;
|
|
519
386
|
SLUG: string;
|
|
520
387
|
DESCRIPTION: string;
|
|
@@ -526,7 +393,7 @@ export declare const Constants: {
|
|
|
526
393
|
DESCRIPTION: string;
|
|
527
394
|
MODULE_ID: number;
|
|
528
395
|
};
|
|
529
|
-
|
|
396
|
+
DISPOSITION: {
|
|
530
397
|
ADD: {
|
|
531
398
|
TITLE: string;
|
|
532
399
|
SLUG: string;
|
|
@@ -558,6 +425,38 @@ export declare const Constants: {
|
|
|
558
425
|
MODULE_ID: number;
|
|
559
426
|
};
|
|
560
427
|
};
|
|
428
|
+
ACCOUNT: {
|
|
429
|
+
ADD: {
|
|
430
|
+
TITLE: string;
|
|
431
|
+
SLUG: string;
|
|
432
|
+
DESCRIPTION: string;
|
|
433
|
+
MODULE_ID: number;
|
|
434
|
+
};
|
|
435
|
+
GET: {
|
|
436
|
+
TITLE: string;
|
|
437
|
+
SLUG: string;
|
|
438
|
+
DESCRIPTION: string;
|
|
439
|
+
MODULE_ID: number;
|
|
440
|
+
};
|
|
441
|
+
LIST: {
|
|
442
|
+
TITLE: string;
|
|
443
|
+
SLUG: string;
|
|
444
|
+
DESCRIPTION: string;
|
|
445
|
+
MODULE_ID: number;
|
|
446
|
+
};
|
|
447
|
+
UPDATE: {
|
|
448
|
+
TITLE: string;
|
|
449
|
+
SLUG: string;
|
|
450
|
+
DESCRIPTION: string;
|
|
451
|
+
MODULE_ID: number;
|
|
452
|
+
};
|
|
453
|
+
REMOVE: {
|
|
454
|
+
TITLE: string;
|
|
455
|
+
SLUG: string;
|
|
456
|
+
DESCRIPTION: string;
|
|
457
|
+
MODULE_ID: number;
|
|
458
|
+
};
|
|
459
|
+
};
|
|
561
460
|
};
|
|
562
461
|
CAMPAIGN: {
|
|
563
462
|
LIST: {
|
|
@@ -578,6 +477,12 @@ export declare const Constants: {
|
|
|
578
477
|
DESCRIPTION: string;
|
|
579
478
|
MODULE_ID: number;
|
|
580
479
|
};
|
|
480
|
+
UPDATE: {
|
|
481
|
+
TITLE: string;
|
|
482
|
+
SLUG: string;
|
|
483
|
+
DESCRIPTION: string;
|
|
484
|
+
MODULE_ID: number;
|
|
485
|
+
};
|
|
581
486
|
START_STOP: {
|
|
582
487
|
TITLE: string;
|
|
583
488
|
SLUG: string;
|
|
@@ -596,33 +501,35 @@ export declare const Constants: {
|
|
|
596
501
|
DESCRIPTION: string;
|
|
597
502
|
MODULE_ID: number;
|
|
598
503
|
};
|
|
599
|
-
|
|
504
|
+
};
|
|
505
|
+
CAMPAIGN_MAPPING: {
|
|
506
|
+
ASSIGN_USER: {
|
|
600
507
|
TITLE: string;
|
|
601
508
|
SLUG: string;
|
|
602
509
|
DESCRIPTION: string;
|
|
603
510
|
MODULE_ID: number;
|
|
604
511
|
};
|
|
605
|
-
};
|
|
606
|
-
PORTFOLIO: {
|
|
607
512
|
LIST: {
|
|
608
513
|
TITLE: string;
|
|
609
514
|
SLUG: string;
|
|
610
515
|
DESCRIPTION: string;
|
|
611
516
|
MODULE_ID: number;
|
|
612
517
|
};
|
|
613
|
-
|
|
518
|
+
};
|
|
519
|
+
PORTFOLIO: {
|
|
520
|
+
LIST: {
|
|
614
521
|
TITLE: string;
|
|
615
522
|
SLUG: string;
|
|
616
523
|
DESCRIPTION: string;
|
|
617
524
|
MODULE_ID: number;
|
|
618
525
|
};
|
|
619
|
-
|
|
526
|
+
ADD: {
|
|
620
527
|
TITLE: string;
|
|
621
528
|
SLUG: string;
|
|
622
529
|
DESCRIPTION: string;
|
|
623
530
|
MODULE_ID: number;
|
|
624
531
|
};
|
|
625
|
-
|
|
532
|
+
EDIT: {
|
|
626
533
|
TITLE: string;
|
|
627
534
|
SLUG: string;
|
|
628
535
|
DESCRIPTION: string;
|
|
@@ -641,13 +548,7 @@ export declare const Constants: {
|
|
|
641
548
|
MODULE_ID: number;
|
|
642
549
|
};
|
|
643
550
|
};
|
|
644
|
-
|
|
645
|
-
LIST: {
|
|
646
|
-
TITLE: string;
|
|
647
|
-
SLUG: string;
|
|
648
|
-
DESCRIPTION: string;
|
|
649
|
-
MODULE_ID: number;
|
|
650
|
-
};
|
|
551
|
+
CENTER: {
|
|
651
552
|
ADD: {
|
|
652
553
|
TITLE: string;
|
|
653
554
|
SLUG: string;
|
|
@@ -660,59 +561,59 @@ export declare const Constants: {
|
|
|
660
561
|
DESCRIPTION: string;
|
|
661
562
|
MODULE_ID: number;
|
|
662
563
|
};
|
|
663
|
-
|
|
564
|
+
UPDATE: {
|
|
664
565
|
TITLE: string;
|
|
665
566
|
SLUG: string;
|
|
666
567
|
DESCRIPTION: string;
|
|
667
568
|
MODULE_ID: number;
|
|
668
569
|
};
|
|
669
|
-
|
|
570
|
+
LIST: {
|
|
670
571
|
TITLE: string;
|
|
671
572
|
SLUG: string;
|
|
672
573
|
DESCRIPTION: string;
|
|
673
574
|
MODULE_ID: number;
|
|
674
575
|
};
|
|
675
576
|
};
|
|
676
|
-
|
|
677
|
-
|
|
577
|
+
DISPOSITIONS: {
|
|
578
|
+
ADD: {
|
|
678
579
|
TITLE: string;
|
|
679
580
|
SLUG: string;
|
|
680
581
|
DESCRIPTION: string;
|
|
681
582
|
MODULE_ID: number;
|
|
682
583
|
};
|
|
683
|
-
|
|
584
|
+
EDIT: {
|
|
684
585
|
TITLE: string;
|
|
685
586
|
SLUG: string;
|
|
686
587
|
DESCRIPTION: string;
|
|
687
588
|
MODULE_ID: number;
|
|
688
589
|
};
|
|
689
|
-
|
|
590
|
+
UPDATE: {
|
|
690
591
|
TITLE: string;
|
|
691
592
|
SLUG: string;
|
|
692
593
|
DESCRIPTION: string;
|
|
693
594
|
MODULE_ID: number;
|
|
694
595
|
};
|
|
695
|
-
|
|
596
|
+
LIST: {
|
|
696
597
|
TITLE: string;
|
|
697
598
|
SLUG: string;
|
|
698
599
|
DESCRIPTION: string;
|
|
699
600
|
MODULE_ID: number;
|
|
700
601
|
};
|
|
701
|
-
|
|
602
|
+
};
|
|
603
|
+
BREAK: {
|
|
604
|
+
ADD: {
|
|
702
605
|
TITLE: string;
|
|
703
606
|
SLUG: string;
|
|
704
607
|
DESCRIPTION: string;
|
|
705
608
|
MODULE_ID: number;
|
|
706
609
|
};
|
|
707
|
-
|
|
610
|
+
EDIT: {
|
|
708
611
|
TITLE: string;
|
|
709
612
|
SLUG: string;
|
|
710
613
|
DESCRIPTION: string;
|
|
711
614
|
MODULE_ID: number;
|
|
712
615
|
};
|
|
713
|
-
|
|
714
|
-
BORROWERS: {
|
|
715
|
-
BORROWERS: {
|
|
616
|
+
UPDATE: {
|
|
716
617
|
TITLE: string;
|
|
717
618
|
SLUG: string;
|
|
718
619
|
DESCRIPTION: string;
|
|
@@ -724,90 +625,126 @@ export declare const Constants: {
|
|
|
724
625
|
DESCRIPTION: string;
|
|
725
626
|
MODULE_ID: number;
|
|
726
627
|
};
|
|
727
|
-
|
|
628
|
+
};
|
|
629
|
+
PERMISSIONS: {
|
|
630
|
+
ADD: {
|
|
728
631
|
TITLE: string;
|
|
729
632
|
SLUG: string;
|
|
730
633
|
DESCRIPTION: string;
|
|
731
634
|
MODULE_ID: number;
|
|
732
635
|
};
|
|
733
|
-
|
|
636
|
+
EDIT: {
|
|
734
637
|
TITLE: string;
|
|
735
638
|
SLUG: string;
|
|
736
639
|
DESCRIPTION: string;
|
|
737
640
|
MODULE_ID: number;
|
|
738
641
|
};
|
|
739
|
-
|
|
642
|
+
UPDATE: {
|
|
740
643
|
TITLE: string;
|
|
741
644
|
SLUG: string;
|
|
742
645
|
DESCRIPTION: string;
|
|
743
646
|
MODULE_ID: number;
|
|
744
647
|
};
|
|
745
|
-
|
|
648
|
+
LIST: {
|
|
746
649
|
TITLE: string;
|
|
747
650
|
SLUG: string;
|
|
748
651
|
DESCRIPTION: string;
|
|
749
652
|
MODULE_ID: number;
|
|
750
653
|
};
|
|
751
|
-
|
|
654
|
+
DELETE: {
|
|
752
655
|
TITLE: string;
|
|
753
656
|
SLUG: string;
|
|
754
657
|
DESCRIPTION: string;
|
|
755
658
|
MODULE_ID: number;
|
|
756
659
|
};
|
|
757
|
-
|
|
660
|
+
};
|
|
661
|
+
REPORTS: {
|
|
662
|
+
TITLE: string;
|
|
663
|
+
SLUG: string;
|
|
664
|
+
DESCRIPTION: string;
|
|
665
|
+
MODULE_ID: number;
|
|
666
|
+
};
|
|
667
|
+
BORROWERS: {
|
|
668
|
+
LIST: {
|
|
758
669
|
TITLE: string;
|
|
759
670
|
SLUG: string;
|
|
760
671
|
DESCRIPTION: string;
|
|
761
672
|
MODULE_ID: number;
|
|
762
673
|
};
|
|
763
|
-
|
|
674
|
+
UPDATE: {
|
|
764
675
|
TITLE: string;
|
|
765
676
|
SLUG: string;
|
|
766
677
|
DESCRIPTION: string;
|
|
767
678
|
MODULE_ID: number;
|
|
768
679
|
};
|
|
769
|
-
|
|
770
|
-
CALL_SUMMARY: {
|
|
771
|
-
LIST: {
|
|
680
|
+
HISTORY: {
|
|
772
681
|
TITLE: string;
|
|
773
682
|
SLUG: string;
|
|
774
683
|
DESCRIPTION: string;
|
|
775
684
|
MODULE_ID: number;
|
|
776
685
|
};
|
|
777
|
-
|
|
686
|
+
DASHBOARD: {
|
|
778
687
|
TITLE: string;
|
|
779
688
|
SLUG: string;
|
|
780
689
|
DESCRIPTION: string;
|
|
781
690
|
MODULE_ID: number;
|
|
782
691
|
};
|
|
783
|
-
|
|
784
|
-
AGGENT: {
|
|
785
|
-
LIST: {
|
|
692
|
+
PROFILE: {
|
|
786
693
|
TITLE: string;
|
|
787
694
|
SLUG: string;
|
|
788
695
|
DESCRIPTION: string;
|
|
789
696
|
MODULE_ID: number;
|
|
790
697
|
};
|
|
791
|
-
|
|
698
|
+
RE_ASSIGN: {
|
|
792
699
|
TITLE: string;
|
|
793
700
|
SLUG: string;
|
|
794
701
|
DESCRIPTION: string;
|
|
795
702
|
MODULE_ID: number;
|
|
796
703
|
};
|
|
797
|
-
|
|
704
|
+
INACTIVE: {
|
|
798
705
|
TITLE: string;
|
|
799
706
|
SLUG: string;
|
|
800
707
|
DESCRIPTION: string;
|
|
801
708
|
MODULE_ID: number;
|
|
802
709
|
};
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
710
|
+
ADD_TAG: {
|
|
711
|
+
TITLE: string;
|
|
712
|
+
SLUG: string;
|
|
713
|
+
DESCRIPTION: string;
|
|
714
|
+
MODULE_ID: number;
|
|
715
|
+
};
|
|
716
|
+
REMOVE_TAG: {
|
|
717
|
+
TITLE: string;
|
|
718
|
+
SLUG: string;
|
|
719
|
+
DESCRIPTION: string;
|
|
720
|
+
MODULE_ID: number;
|
|
721
|
+
};
|
|
722
|
+
CODE: {
|
|
723
|
+
ADD: {
|
|
724
|
+
TITLE: string;
|
|
725
|
+
SLUG: string;
|
|
726
|
+
DESCRIPTION: string;
|
|
727
|
+
MODULE_ID: number;
|
|
728
|
+
};
|
|
729
|
+
GET: {
|
|
730
|
+
TITLE: string;
|
|
806
731
|
SLUG: string;
|
|
807
732
|
DESCRIPTION: string;
|
|
808
733
|
MODULE_ID: number;
|
|
809
734
|
};
|
|
810
|
-
|
|
735
|
+
LIST: {
|
|
736
|
+
TITLE: string;
|
|
737
|
+
SLUG: string;
|
|
738
|
+
DESCRIPTION: string;
|
|
739
|
+
MODULE_ID: number;
|
|
740
|
+
};
|
|
741
|
+
UPDATE: {
|
|
742
|
+
TITLE: string;
|
|
743
|
+
SLUG: string;
|
|
744
|
+
DESCRIPTION: string;
|
|
745
|
+
MODULE_ID: number;
|
|
746
|
+
};
|
|
747
|
+
REMOVE: {
|
|
811
748
|
TITLE: string;
|
|
812
749
|
SLUG: string;
|
|
813
750
|
DESCRIPTION: string;
|
|
@@ -815,81 +752,89 @@ export declare const Constants: {
|
|
|
815
752
|
};
|
|
816
753
|
};
|
|
817
754
|
};
|
|
818
|
-
|
|
819
|
-
|
|
755
|
+
CALL_SUMMARY: {
|
|
756
|
+
LIST: {
|
|
820
757
|
TITLE: string;
|
|
821
758
|
SLUG: string;
|
|
822
759
|
DESCRIPTION: string;
|
|
823
760
|
MODULE_ID: number;
|
|
824
761
|
};
|
|
825
|
-
|
|
762
|
+
EXPORT: {
|
|
826
763
|
TITLE: string;
|
|
827
764
|
SLUG: string;
|
|
828
765
|
DESCRIPTION: string;
|
|
829
766
|
MODULE_ID: number;
|
|
830
767
|
};
|
|
768
|
+
};
|
|
769
|
+
AGENT_ACTIVITY: {
|
|
831
770
|
LIST: {
|
|
832
771
|
TITLE: string;
|
|
833
772
|
SLUG: string;
|
|
834
773
|
DESCRIPTION: string;
|
|
835
774
|
MODULE_ID: number;
|
|
836
775
|
};
|
|
837
|
-
|
|
776
|
+
EXPORT: {
|
|
838
777
|
TITLE: string;
|
|
839
778
|
SLUG: string;
|
|
840
779
|
DESCRIPTION: string;
|
|
841
780
|
MODULE_ID: number;
|
|
842
781
|
};
|
|
843
|
-
|
|
782
|
+
};
|
|
783
|
+
AGENT_LIVE_STATUS: {
|
|
784
|
+
LIST: {
|
|
844
785
|
TITLE: string;
|
|
845
786
|
SLUG: string;
|
|
846
787
|
DESCRIPTION: string;
|
|
847
788
|
MODULE_ID: number;
|
|
848
789
|
};
|
|
849
|
-
|
|
790
|
+
};
|
|
791
|
+
AGENT_PRODUCTIVITY: {
|
|
792
|
+
LIST: {
|
|
850
793
|
TITLE: string;
|
|
851
794
|
SLUG: string;
|
|
852
795
|
DESCRIPTION: string;
|
|
853
796
|
MODULE_ID: number;
|
|
854
797
|
};
|
|
855
|
-
|
|
798
|
+
EXPORT: {
|
|
856
799
|
TITLE: string;
|
|
857
800
|
SLUG: string;
|
|
858
801
|
DESCRIPTION: string;
|
|
859
802
|
MODULE_ID: number;
|
|
860
803
|
};
|
|
861
|
-
|
|
804
|
+
};
|
|
805
|
+
PAYMENT_TRACKER: {
|
|
806
|
+
LIST: {
|
|
862
807
|
TITLE: string;
|
|
863
808
|
SLUG: string;
|
|
864
809
|
DESCRIPTION: string;
|
|
865
810
|
MODULE_ID: number;
|
|
866
811
|
};
|
|
867
|
-
|
|
812
|
+
EXPORT: {
|
|
868
813
|
TITLE: string;
|
|
869
814
|
SLUG: string;
|
|
870
815
|
DESCRIPTION: string;
|
|
871
816
|
MODULE_ID: number;
|
|
872
817
|
};
|
|
873
|
-
|
|
818
|
+
EDIT: {
|
|
874
819
|
TITLE: string;
|
|
875
820
|
SLUG: string;
|
|
876
821
|
DESCRIPTION: string;
|
|
877
822
|
MODULE_ID: number;
|
|
878
823
|
};
|
|
879
|
-
|
|
824
|
+
UPDATE: {
|
|
880
825
|
TITLE: string;
|
|
881
826
|
SLUG: string;
|
|
882
827
|
DESCRIPTION: string;
|
|
883
828
|
MODULE_ID: number;
|
|
884
829
|
};
|
|
885
|
-
|
|
830
|
+
DELETE: {
|
|
886
831
|
TITLE: string;
|
|
887
832
|
SLUG: string;
|
|
888
833
|
DESCRIPTION: string;
|
|
889
834
|
MODULE_ID: number;
|
|
890
835
|
};
|
|
891
836
|
};
|
|
892
|
-
|
|
837
|
+
SETTLEMENT_TRACKER: {
|
|
893
838
|
LIST: {
|
|
894
839
|
TITLE: string;
|
|
895
840
|
SLUG: string;
|
|
@@ -902,86 +847,56 @@ export declare const Constants: {
|
|
|
902
847
|
DESCRIPTION: string;
|
|
903
848
|
MODULE_ID: number;
|
|
904
849
|
};
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
MODULE_ID: number;
|
|
910
|
-
};
|
|
911
|
-
ACCOUNT: {
|
|
912
|
-
ADD: {
|
|
913
|
-
TITLE: string;
|
|
914
|
-
SLUG: string;
|
|
915
|
-
DESCRIPTION: string;
|
|
916
|
-
MODULE_ID: number;
|
|
917
|
-
};
|
|
918
|
-
GET: {
|
|
919
|
-
TITLE: string;
|
|
920
|
-
SLUG: string;
|
|
921
|
-
DESCRIPTION: string;
|
|
922
|
-
MODULE_ID: number;
|
|
923
|
-
};
|
|
924
|
-
LIST: {
|
|
925
|
-
TITLE: string;
|
|
926
|
-
SLUG: string;
|
|
927
|
-
DESCRIPTION: string;
|
|
928
|
-
MODULE_ID: number;
|
|
929
|
-
};
|
|
930
|
-
UPDATE: {
|
|
850
|
+
};
|
|
851
|
+
FILE: {
|
|
852
|
+
LIST: {
|
|
853
|
+
FILE: {
|
|
931
854
|
TITLE: string;
|
|
932
855
|
SLUG: string;
|
|
933
856
|
DESCRIPTION: string;
|
|
934
857
|
MODULE_ID: number;
|
|
935
858
|
};
|
|
936
|
-
|
|
859
|
+
ATTACHMENT: {
|
|
937
860
|
TITLE: string;
|
|
938
861
|
SLUG: string;
|
|
939
862
|
DESCRIPTION: string;
|
|
940
863
|
MODULE_ID: number;
|
|
941
864
|
};
|
|
942
865
|
};
|
|
943
|
-
|
|
944
|
-
|
|
866
|
+
UPLOAD: {
|
|
867
|
+
BORROWER: {
|
|
945
868
|
TITLE: string;
|
|
946
869
|
SLUG: string;
|
|
947
870
|
DESCRIPTION: string;
|
|
948
871
|
MODULE_ID: number;
|
|
949
872
|
};
|
|
950
|
-
|
|
873
|
+
BORROWER_REASSIGN: {
|
|
951
874
|
TITLE: string;
|
|
952
875
|
SLUG: string;
|
|
953
876
|
DESCRIPTION: string;
|
|
954
877
|
MODULE_ID: number;
|
|
955
878
|
};
|
|
956
|
-
|
|
879
|
+
PAYMENT: {
|
|
957
880
|
TITLE: string;
|
|
958
881
|
SLUG: string;
|
|
959
882
|
DESCRIPTION: string;
|
|
960
883
|
MODULE_ID: number;
|
|
961
884
|
};
|
|
962
|
-
|
|
885
|
+
ATTACHMENTS: {
|
|
963
886
|
TITLE: string;
|
|
964
887
|
SLUG: string;
|
|
965
888
|
DESCRIPTION: string;
|
|
966
889
|
MODULE_ID: number;
|
|
967
890
|
};
|
|
968
|
-
|
|
891
|
+
COMMUNICATIONS: {
|
|
969
892
|
TITLE: string;
|
|
970
893
|
SLUG: string;
|
|
971
894
|
DESCRIPTION: string;
|
|
972
895
|
MODULE_ID: number;
|
|
973
896
|
};
|
|
974
897
|
};
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
AUDIT: {
|
|
978
|
-
LIST: {
|
|
979
|
-
TITLE: string;
|
|
980
|
-
SLUG: string;
|
|
981
|
-
DESCRIPTION: string;
|
|
982
|
-
MODULE_ID: number;
|
|
983
|
-
};
|
|
984
|
-
EXPORT: {
|
|
898
|
+
REMOVE: {
|
|
899
|
+
ATTACHMENTS: {
|
|
985
900
|
TITLE: string;
|
|
986
901
|
SLUG: string;
|
|
987
902
|
DESCRIPTION: string;
|
|
@@ -989,56 +904,194 @@ export declare const Constants: {
|
|
|
989
904
|
};
|
|
990
905
|
};
|
|
991
906
|
};
|
|
992
|
-
|
|
907
|
+
SETTLEMENTS: {
|
|
908
|
+
INITIATE: {
|
|
909
|
+
TITLE: string;
|
|
910
|
+
SLUG: string;
|
|
911
|
+
DESCRIPTION: string;
|
|
912
|
+
MODULE_ID: number;
|
|
913
|
+
};
|
|
914
|
+
EDIT: {
|
|
915
|
+
TITLE: string;
|
|
916
|
+
SLUG: string;
|
|
917
|
+
DESCRIPTION: string;
|
|
918
|
+
MODULE_ID: number;
|
|
919
|
+
};
|
|
993
920
|
LIST: {
|
|
994
921
|
TITLE: string;
|
|
995
922
|
SLUG: string;
|
|
996
923
|
DESCRIPTION: string;
|
|
997
924
|
MODULE_ID: number;
|
|
998
925
|
};
|
|
926
|
+
UPDATE: {
|
|
927
|
+
TITLE: string;
|
|
928
|
+
SLUG: string;
|
|
929
|
+
DESCRIPTION: string;
|
|
930
|
+
MODULE_ID: number;
|
|
931
|
+
};
|
|
932
|
+
EXPORT: {
|
|
933
|
+
TITLE: string;
|
|
934
|
+
SLUG: string;
|
|
935
|
+
DESCRIPTION: string;
|
|
936
|
+
MODULE_ID: number;
|
|
937
|
+
};
|
|
938
|
+
TIMELINE: {
|
|
939
|
+
TITLE: string;
|
|
940
|
+
SLUG: string;
|
|
941
|
+
DESCRIPTION: string;
|
|
942
|
+
MODULE_ID: number;
|
|
943
|
+
};
|
|
944
|
+
HISTORY: {
|
|
945
|
+
TITLE: string;
|
|
946
|
+
SLUG: string;
|
|
947
|
+
DESCRIPTION: string;
|
|
948
|
+
MODULE_ID: number;
|
|
949
|
+
};
|
|
950
|
+
RAISE_QUERY: {
|
|
951
|
+
TITLE: string;
|
|
952
|
+
SLUG: string;
|
|
953
|
+
DESCRIPTION: string;
|
|
954
|
+
MODULE_ID: number;
|
|
955
|
+
};
|
|
956
|
+
LIST_RAISE_QUERY: {
|
|
957
|
+
TITLE: string;
|
|
958
|
+
SLUG: string;
|
|
959
|
+
DESCRIPTION: string;
|
|
960
|
+
MODULE_ID: number;
|
|
961
|
+
};
|
|
962
|
+
SEND_RAISE_QUERY_CLIENT: {
|
|
963
|
+
TITLE: string;
|
|
964
|
+
SLUG: string;
|
|
965
|
+
DESCRIPTION: string;
|
|
966
|
+
MODULE_ID: number;
|
|
967
|
+
};
|
|
968
|
+
VALIDATE: {
|
|
969
|
+
TITLE: string;
|
|
970
|
+
SLUG: string;
|
|
971
|
+
DESCRIPTION: string;
|
|
972
|
+
MODULE_ID: number;
|
|
973
|
+
};
|
|
974
|
+
SEND_TO_CLIENT: {
|
|
975
|
+
TITLE: string;
|
|
976
|
+
SLUG: string;
|
|
977
|
+
DESCRIPTION: string;
|
|
978
|
+
MODULE_ID: number;
|
|
979
|
+
};
|
|
980
|
+
SEND_EMAIL: {
|
|
981
|
+
TITLE: string;
|
|
982
|
+
SLUG: string;
|
|
983
|
+
DESCRIPTION: string;
|
|
984
|
+
MODULE_ID: number;
|
|
985
|
+
};
|
|
986
|
+
APPROVE_REJECT: {
|
|
987
|
+
TITLE: string;
|
|
988
|
+
SLUG: string;
|
|
989
|
+
DESCRIPTION: string;
|
|
990
|
+
MODULE_ID: number;
|
|
991
|
+
};
|
|
992
|
+
AMOUNT_UPDATE: {
|
|
993
|
+
TITLE: string;
|
|
994
|
+
SLUG: string;
|
|
995
|
+
DESCRIPTION: string;
|
|
996
|
+
MODULE_ID: number;
|
|
997
|
+
};
|
|
998
|
+
REOPEN: {
|
|
999
|
+
TITLE: string;
|
|
1000
|
+
SLUG: string;
|
|
1001
|
+
DESCRIPTION: string;
|
|
1002
|
+
MODULE_ID: number;
|
|
1003
|
+
};
|
|
1004
|
+
CLIENT_TIMELINE: {
|
|
1005
|
+
TITLE: string;
|
|
1006
|
+
SLUG: string;
|
|
1007
|
+
DESCRIPTION: string;
|
|
1008
|
+
MODULE_ID: number;
|
|
1009
|
+
};
|
|
999
1010
|
};
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
MODULE_ID: number;
|
|
1007
|
-
};
|
|
1008
|
-
ATTACHMENT: {
|
|
1009
|
-
TITLE: string;
|
|
1010
|
-
SLUG: string;
|
|
1011
|
-
DESCRIPTION: string;
|
|
1012
|
-
MODULE_ID: number;
|
|
1013
|
-
};
|
|
1011
|
+
DROPDOWN: {
|
|
1012
|
+
CLIENT: {
|
|
1013
|
+
TITLE: string;
|
|
1014
|
+
SLUG: string;
|
|
1015
|
+
DESCRIPTION: string;
|
|
1016
|
+
MODULE_ID: number;
|
|
1014
1017
|
};
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
MODULE_ID: number;
|
|
1021
|
-
};
|
|
1022
|
-
PAYMENT: {
|
|
1023
|
-
TITLE: string;
|
|
1024
|
-
SLUG: string;
|
|
1025
|
-
DESCRIPTION: string;
|
|
1026
|
-
MODULE_ID: number;
|
|
1027
|
-
};
|
|
1028
|
-
ATTACHMENTS: {
|
|
1029
|
-
TITLE: string;
|
|
1030
|
-
SLUG: string;
|
|
1031
|
-
DESCRIPTION: string;
|
|
1032
|
-
MODULE_ID: number;
|
|
1033
|
-
};
|
|
1018
|
+
USER: {
|
|
1019
|
+
TITLE: string;
|
|
1020
|
+
SLUG: string;
|
|
1021
|
+
DESCRIPTION: string;
|
|
1022
|
+
MODULE_ID: number;
|
|
1034
1023
|
};
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1024
|
+
ROLE: {
|
|
1025
|
+
TITLE: string;
|
|
1026
|
+
SLUG: string;
|
|
1027
|
+
DESCRIPTION: string;
|
|
1028
|
+
MODULE_ID: number;
|
|
1029
|
+
};
|
|
1030
|
+
CAMPAIGN: {
|
|
1031
|
+
TITLE: string;
|
|
1032
|
+
SLUG: string;
|
|
1033
|
+
DESCRIPTION: string;
|
|
1034
|
+
MODULE_ID: number;
|
|
1035
|
+
};
|
|
1036
|
+
PORTFOLIO: {
|
|
1037
|
+
TITLE: string;
|
|
1038
|
+
SLUG: string;
|
|
1039
|
+
DESCRIPTION: string;
|
|
1040
|
+
MODULE_ID: number;
|
|
1041
|
+
};
|
|
1042
|
+
CENTER: {
|
|
1043
|
+
TITLE: string;
|
|
1044
|
+
SLUG: string;
|
|
1045
|
+
DESCRIPTION: string;
|
|
1046
|
+
MODULE_ID: number;
|
|
1047
|
+
};
|
|
1048
|
+
USER_EXTENSION: {
|
|
1049
|
+
TITLE: string;
|
|
1050
|
+
SLUG: string;
|
|
1051
|
+
DESCRIPTION: string;
|
|
1052
|
+
MODULE_ID: number;
|
|
1053
|
+
};
|
|
1054
|
+
REPORTING_USER: {
|
|
1055
|
+
TITLE: string;
|
|
1056
|
+
SLUG: string;
|
|
1057
|
+
DESCRIPTION: string;
|
|
1058
|
+
MODULE_ID: number;
|
|
1059
|
+
};
|
|
1060
|
+
STATE: {
|
|
1061
|
+
TITLE: string;
|
|
1062
|
+
SLUG: string;
|
|
1063
|
+
DESCRIPTION: string;
|
|
1064
|
+
MODULE_ID: number;
|
|
1065
|
+
};
|
|
1066
|
+
CITY: {
|
|
1067
|
+
TITLE: string;
|
|
1068
|
+
SLUG: string;
|
|
1069
|
+
DESCRIPTION: string;
|
|
1070
|
+
MODULE_ID: number;
|
|
1071
|
+
};
|
|
1072
|
+
DISPOSITION: {
|
|
1073
|
+
TITLE: string;
|
|
1074
|
+
SLUG: string;
|
|
1075
|
+
DESCRIPTION: string;
|
|
1076
|
+
MODULE_ID: number;
|
|
1077
|
+
};
|
|
1078
|
+
SUB_DISPOSITION: {
|
|
1079
|
+
TITLE: string;
|
|
1080
|
+
SLUG: string;
|
|
1081
|
+
DESCRIPTION: string;
|
|
1082
|
+
MODULE_ID: number;
|
|
1083
|
+
};
|
|
1084
|
+
PRODUCT_TYPE: {
|
|
1085
|
+
TITLE: string;
|
|
1086
|
+
SLUG: string;
|
|
1087
|
+
DESCRIPTION: string;
|
|
1088
|
+
MODULE_ID: number;
|
|
1089
|
+
};
|
|
1090
|
+
BREAKS: {
|
|
1091
|
+
TITLE: string;
|
|
1092
|
+
SLUG: string;
|
|
1093
|
+
DESCRIPTION: string;
|
|
1094
|
+
MODULE_ID: number;
|
|
1042
1095
|
};
|
|
1043
1096
|
};
|
|
1044
1097
|
};
|