@cleardu/types 1.0.171 → 1.0.173
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 +3 -0
- package/constants/brokerMessages/index.js +5 -2
- package/constants/brokerMessages/index.ts +5 -2
- package/constants/index.d.ts +355 -296
- package/constants/index.js +664 -442
- package/constants/index.ts +665 -442
- package/interfaces/index.d.ts +0 -1
- package/interfaces/index.js +0 -1
- package/interfaces/index.ts +0 -1
- package/interfaces/payments/index.d.ts +11 -7
- package/interfaces/payments/index.ts +13 -8
- package/package.json +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/interfaces/agentPayments/index.d.ts +0 -12
- package/interfaces/agentPayments/index.js +0 -2
- package/interfaces/agentPayments/index.ts +0 -13
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: {
|
|
@@ -214,9 +197,10 @@ export declare const Constants: {
|
|
|
214
197
|
};
|
|
215
198
|
PROVIDERS: {
|
|
216
199
|
ENKASH: string;
|
|
217
|
-
|
|
218
|
-
|
|
200
|
+
PAYMENT_LINK: string;
|
|
201
|
+
CLIENT_UPLOADED_FILE: string;
|
|
219
202
|
DIRECT_FROM_SITE: string;
|
|
203
|
+
AGENT: string;
|
|
220
204
|
};
|
|
221
205
|
RECORD_TYPE: {
|
|
222
206
|
newLoans: loanRecordType;
|
|
@@ -235,134 +219,6 @@ export declare const Constants: {
|
|
|
235
219
|
SEEDER: {
|
|
236
220
|
ROLE: {
|
|
237
221
|
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
222
|
DASHBOARD: {
|
|
367
223
|
ADMIN_DASHBOARD: {
|
|
368
224
|
TITLE: string;
|
|
@@ -431,6 +287,12 @@ export declare const Constants: {
|
|
|
431
287
|
MODULE_ID: number;
|
|
432
288
|
};
|
|
433
289
|
};
|
|
290
|
+
SETUP_MASTER: {
|
|
291
|
+
TITLE: string;
|
|
292
|
+
SLUG: string;
|
|
293
|
+
DESCRIPTION: string;
|
|
294
|
+
MODULE_ID: number;
|
|
295
|
+
};
|
|
434
296
|
ROLE: {
|
|
435
297
|
LIST: {
|
|
436
298
|
TITLE: string;
|
|
@@ -450,6 +312,12 @@ export declare const Constants: {
|
|
|
450
312
|
DESCRIPTION: string;
|
|
451
313
|
MODULE_ID: number;
|
|
452
314
|
};
|
|
315
|
+
UPDATE: {
|
|
316
|
+
TITLE: string;
|
|
317
|
+
SLUG: string;
|
|
318
|
+
DESCRIPTION: string;
|
|
319
|
+
MODULE_ID: number;
|
|
320
|
+
};
|
|
453
321
|
DELETE: {
|
|
454
322
|
TITLE: string;
|
|
455
323
|
SLUG: string;
|
|
@@ -482,7 +350,7 @@ export declare const Constants: {
|
|
|
482
350
|
DESCRIPTION: string;
|
|
483
351
|
MODULE_ID: number;
|
|
484
352
|
};
|
|
485
|
-
|
|
353
|
+
UPDATE: {
|
|
486
354
|
TITLE: string;
|
|
487
355
|
SLUG: string;
|
|
488
356
|
DESCRIPTION: string;
|
|
@@ -514,7 +382,7 @@ export declare const Constants: {
|
|
|
514
382
|
DESCRIPTION: string;
|
|
515
383
|
MODULE_ID: number;
|
|
516
384
|
};
|
|
517
|
-
|
|
385
|
+
UPDATE: {
|
|
518
386
|
TITLE: string;
|
|
519
387
|
SLUG: string;
|
|
520
388
|
DESCRIPTION: string;
|
|
@@ -526,7 +394,7 @@ export declare const Constants: {
|
|
|
526
394
|
DESCRIPTION: string;
|
|
527
395
|
MODULE_ID: number;
|
|
528
396
|
};
|
|
529
|
-
|
|
397
|
+
DISPOSITION: {
|
|
530
398
|
ADD: {
|
|
531
399
|
TITLE: string;
|
|
532
400
|
SLUG: string;
|
|
@@ -558,6 +426,38 @@ export declare const Constants: {
|
|
|
558
426
|
MODULE_ID: number;
|
|
559
427
|
};
|
|
560
428
|
};
|
|
429
|
+
ACCOUNT: {
|
|
430
|
+
ADD: {
|
|
431
|
+
TITLE: string;
|
|
432
|
+
SLUG: string;
|
|
433
|
+
DESCRIPTION: string;
|
|
434
|
+
MODULE_ID: number;
|
|
435
|
+
};
|
|
436
|
+
GET: {
|
|
437
|
+
TITLE: string;
|
|
438
|
+
SLUG: string;
|
|
439
|
+
DESCRIPTION: string;
|
|
440
|
+
MODULE_ID: number;
|
|
441
|
+
};
|
|
442
|
+
LIST: {
|
|
443
|
+
TITLE: string;
|
|
444
|
+
SLUG: string;
|
|
445
|
+
DESCRIPTION: string;
|
|
446
|
+
MODULE_ID: number;
|
|
447
|
+
};
|
|
448
|
+
UPDATE: {
|
|
449
|
+
TITLE: string;
|
|
450
|
+
SLUG: string;
|
|
451
|
+
DESCRIPTION: string;
|
|
452
|
+
MODULE_ID: number;
|
|
453
|
+
};
|
|
454
|
+
REMOVE: {
|
|
455
|
+
TITLE: string;
|
|
456
|
+
SLUG: string;
|
|
457
|
+
DESCRIPTION: string;
|
|
458
|
+
MODULE_ID: number;
|
|
459
|
+
};
|
|
460
|
+
};
|
|
561
461
|
};
|
|
562
462
|
CAMPAIGN: {
|
|
563
463
|
LIST: {
|
|
@@ -578,6 +478,12 @@ export declare const Constants: {
|
|
|
578
478
|
DESCRIPTION: string;
|
|
579
479
|
MODULE_ID: number;
|
|
580
480
|
};
|
|
481
|
+
UPDATE: {
|
|
482
|
+
TITLE: string;
|
|
483
|
+
SLUG: string;
|
|
484
|
+
DESCRIPTION: string;
|
|
485
|
+
MODULE_ID: number;
|
|
486
|
+
};
|
|
581
487
|
START_STOP: {
|
|
582
488
|
TITLE: string;
|
|
583
489
|
SLUG: string;
|
|
@@ -596,33 +502,35 @@ export declare const Constants: {
|
|
|
596
502
|
DESCRIPTION: string;
|
|
597
503
|
MODULE_ID: number;
|
|
598
504
|
};
|
|
599
|
-
|
|
505
|
+
};
|
|
506
|
+
CAMPAIGN_MAPPING: {
|
|
507
|
+
ASSIGN_USER: {
|
|
600
508
|
TITLE: string;
|
|
601
509
|
SLUG: string;
|
|
602
510
|
DESCRIPTION: string;
|
|
603
511
|
MODULE_ID: number;
|
|
604
512
|
};
|
|
605
|
-
};
|
|
606
|
-
PORTFOLIO: {
|
|
607
513
|
LIST: {
|
|
608
514
|
TITLE: string;
|
|
609
515
|
SLUG: string;
|
|
610
516
|
DESCRIPTION: string;
|
|
611
517
|
MODULE_ID: number;
|
|
612
518
|
};
|
|
613
|
-
|
|
519
|
+
};
|
|
520
|
+
PORTFOLIO: {
|
|
521
|
+
LIST: {
|
|
614
522
|
TITLE: string;
|
|
615
523
|
SLUG: string;
|
|
616
524
|
DESCRIPTION: string;
|
|
617
525
|
MODULE_ID: number;
|
|
618
526
|
};
|
|
619
|
-
|
|
527
|
+
ADD: {
|
|
620
528
|
TITLE: string;
|
|
621
529
|
SLUG: string;
|
|
622
530
|
DESCRIPTION: string;
|
|
623
531
|
MODULE_ID: number;
|
|
624
532
|
};
|
|
625
|
-
|
|
533
|
+
EDIT: {
|
|
626
534
|
TITLE: string;
|
|
627
535
|
SLUG: string;
|
|
628
536
|
DESCRIPTION: string;
|
|
@@ -641,13 +549,7 @@ export declare const Constants: {
|
|
|
641
549
|
MODULE_ID: number;
|
|
642
550
|
};
|
|
643
551
|
};
|
|
644
|
-
|
|
645
|
-
LIST: {
|
|
646
|
-
TITLE: string;
|
|
647
|
-
SLUG: string;
|
|
648
|
-
DESCRIPTION: string;
|
|
649
|
-
MODULE_ID: number;
|
|
650
|
-
};
|
|
552
|
+
CENTER: {
|
|
651
553
|
ADD: {
|
|
652
554
|
TITLE: string;
|
|
653
555
|
SLUG: string;
|
|
@@ -660,59 +562,59 @@ export declare const Constants: {
|
|
|
660
562
|
DESCRIPTION: string;
|
|
661
563
|
MODULE_ID: number;
|
|
662
564
|
};
|
|
663
|
-
|
|
565
|
+
UPDATE: {
|
|
664
566
|
TITLE: string;
|
|
665
567
|
SLUG: string;
|
|
666
568
|
DESCRIPTION: string;
|
|
667
569
|
MODULE_ID: number;
|
|
668
570
|
};
|
|
669
|
-
|
|
571
|
+
LIST: {
|
|
670
572
|
TITLE: string;
|
|
671
573
|
SLUG: string;
|
|
672
574
|
DESCRIPTION: string;
|
|
673
575
|
MODULE_ID: number;
|
|
674
576
|
};
|
|
675
577
|
};
|
|
676
|
-
|
|
677
|
-
|
|
578
|
+
DISPOSITIONS: {
|
|
579
|
+
ADD: {
|
|
678
580
|
TITLE: string;
|
|
679
581
|
SLUG: string;
|
|
680
582
|
DESCRIPTION: string;
|
|
681
583
|
MODULE_ID: number;
|
|
682
584
|
};
|
|
683
|
-
|
|
585
|
+
EDIT: {
|
|
684
586
|
TITLE: string;
|
|
685
587
|
SLUG: string;
|
|
686
588
|
DESCRIPTION: string;
|
|
687
589
|
MODULE_ID: number;
|
|
688
590
|
};
|
|
689
|
-
|
|
591
|
+
UPDATE: {
|
|
690
592
|
TITLE: string;
|
|
691
593
|
SLUG: string;
|
|
692
594
|
DESCRIPTION: string;
|
|
693
595
|
MODULE_ID: number;
|
|
694
596
|
};
|
|
695
|
-
|
|
597
|
+
LIST: {
|
|
696
598
|
TITLE: string;
|
|
697
599
|
SLUG: string;
|
|
698
600
|
DESCRIPTION: string;
|
|
699
601
|
MODULE_ID: number;
|
|
700
602
|
};
|
|
701
|
-
|
|
603
|
+
};
|
|
604
|
+
BREAK: {
|
|
605
|
+
ADD: {
|
|
702
606
|
TITLE: string;
|
|
703
607
|
SLUG: string;
|
|
704
608
|
DESCRIPTION: string;
|
|
705
609
|
MODULE_ID: number;
|
|
706
610
|
};
|
|
707
|
-
|
|
611
|
+
EDIT: {
|
|
708
612
|
TITLE: string;
|
|
709
613
|
SLUG: string;
|
|
710
614
|
DESCRIPTION: string;
|
|
711
615
|
MODULE_ID: number;
|
|
712
616
|
};
|
|
713
|
-
|
|
714
|
-
BORROWERS: {
|
|
715
|
-
BORROWERS: {
|
|
617
|
+
UPDATE: {
|
|
716
618
|
TITLE: string;
|
|
717
619
|
SLUG: string;
|
|
718
620
|
DESCRIPTION: string;
|
|
@@ -724,90 +626,126 @@ export declare const Constants: {
|
|
|
724
626
|
DESCRIPTION: string;
|
|
725
627
|
MODULE_ID: number;
|
|
726
628
|
};
|
|
727
|
-
|
|
629
|
+
};
|
|
630
|
+
PERMISSIONS: {
|
|
631
|
+
ADD: {
|
|
728
632
|
TITLE: string;
|
|
729
633
|
SLUG: string;
|
|
730
634
|
DESCRIPTION: string;
|
|
731
635
|
MODULE_ID: number;
|
|
732
636
|
};
|
|
733
|
-
|
|
637
|
+
EDIT: {
|
|
734
638
|
TITLE: string;
|
|
735
639
|
SLUG: string;
|
|
736
640
|
DESCRIPTION: string;
|
|
737
641
|
MODULE_ID: number;
|
|
738
642
|
};
|
|
739
|
-
|
|
643
|
+
UPDATE: {
|
|
740
644
|
TITLE: string;
|
|
741
645
|
SLUG: string;
|
|
742
646
|
DESCRIPTION: string;
|
|
743
647
|
MODULE_ID: number;
|
|
744
648
|
};
|
|
745
|
-
|
|
649
|
+
LIST: {
|
|
746
650
|
TITLE: string;
|
|
747
651
|
SLUG: string;
|
|
748
652
|
DESCRIPTION: string;
|
|
749
653
|
MODULE_ID: number;
|
|
750
654
|
};
|
|
751
|
-
|
|
655
|
+
DELETE: {
|
|
752
656
|
TITLE: string;
|
|
753
657
|
SLUG: string;
|
|
754
658
|
DESCRIPTION: string;
|
|
755
659
|
MODULE_ID: number;
|
|
756
660
|
};
|
|
757
|
-
|
|
661
|
+
};
|
|
662
|
+
REPORTS: {
|
|
663
|
+
TITLE: string;
|
|
664
|
+
SLUG: string;
|
|
665
|
+
DESCRIPTION: string;
|
|
666
|
+
MODULE_ID: number;
|
|
667
|
+
};
|
|
668
|
+
BORROWERS: {
|
|
669
|
+
LIST: {
|
|
758
670
|
TITLE: string;
|
|
759
671
|
SLUG: string;
|
|
760
672
|
DESCRIPTION: string;
|
|
761
673
|
MODULE_ID: number;
|
|
762
674
|
};
|
|
763
|
-
|
|
675
|
+
UPDATE: {
|
|
764
676
|
TITLE: string;
|
|
765
677
|
SLUG: string;
|
|
766
678
|
DESCRIPTION: string;
|
|
767
679
|
MODULE_ID: number;
|
|
768
680
|
};
|
|
769
|
-
|
|
770
|
-
CALL_SUMMARY: {
|
|
771
|
-
LIST: {
|
|
681
|
+
HISTORY: {
|
|
772
682
|
TITLE: string;
|
|
773
683
|
SLUG: string;
|
|
774
684
|
DESCRIPTION: string;
|
|
775
685
|
MODULE_ID: number;
|
|
776
686
|
};
|
|
777
|
-
|
|
687
|
+
DASHBOARD: {
|
|
778
688
|
TITLE: string;
|
|
779
689
|
SLUG: string;
|
|
780
690
|
DESCRIPTION: string;
|
|
781
691
|
MODULE_ID: number;
|
|
782
692
|
};
|
|
783
|
-
|
|
784
|
-
AGGENT: {
|
|
785
|
-
LIST: {
|
|
693
|
+
PROFILE: {
|
|
786
694
|
TITLE: string;
|
|
787
695
|
SLUG: string;
|
|
788
696
|
DESCRIPTION: string;
|
|
789
697
|
MODULE_ID: number;
|
|
790
698
|
};
|
|
791
|
-
|
|
699
|
+
RE_ASSIGN: {
|
|
792
700
|
TITLE: string;
|
|
793
701
|
SLUG: string;
|
|
794
702
|
DESCRIPTION: string;
|
|
795
703
|
MODULE_ID: number;
|
|
796
704
|
};
|
|
797
|
-
|
|
705
|
+
INACTIVE: {
|
|
798
706
|
TITLE: string;
|
|
799
707
|
SLUG: string;
|
|
800
708
|
DESCRIPTION: string;
|
|
801
709
|
MODULE_ID: number;
|
|
802
710
|
};
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
711
|
+
ADD_TAG: {
|
|
712
|
+
TITLE: string;
|
|
713
|
+
SLUG: string;
|
|
714
|
+
DESCRIPTION: string;
|
|
715
|
+
MODULE_ID: number;
|
|
716
|
+
};
|
|
717
|
+
REMOVE_TAG: {
|
|
718
|
+
TITLE: string;
|
|
719
|
+
SLUG: string;
|
|
720
|
+
DESCRIPTION: string;
|
|
721
|
+
MODULE_ID: number;
|
|
722
|
+
};
|
|
723
|
+
CODE: {
|
|
724
|
+
ADD: {
|
|
725
|
+
TITLE: string;
|
|
726
|
+
SLUG: string;
|
|
727
|
+
DESCRIPTION: string;
|
|
728
|
+
MODULE_ID: number;
|
|
729
|
+
};
|
|
730
|
+
GET: {
|
|
731
|
+
TITLE: string;
|
|
806
732
|
SLUG: string;
|
|
807
733
|
DESCRIPTION: string;
|
|
808
734
|
MODULE_ID: number;
|
|
809
735
|
};
|
|
810
|
-
|
|
736
|
+
LIST: {
|
|
737
|
+
TITLE: string;
|
|
738
|
+
SLUG: string;
|
|
739
|
+
DESCRIPTION: string;
|
|
740
|
+
MODULE_ID: number;
|
|
741
|
+
};
|
|
742
|
+
UPDATE: {
|
|
743
|
+
TITLE: string;
|
|
744
|
+
SLUG: string;
|
|
745
|
+
DESCRIPTION: string;
|
|
746
|
+
MODULE_ID: number;
|
|
747
|
+
};
|
|
748
|
+
REMOVE: {
|
|
811
749
|
TITLE: string;
|
|
812
750
|
SLUG: string;
|
|
813
751
|
DESCRIPTION: string;
|
|
@@ -815,81 +753,89 @@ export declare const Constants: {
|
|
|
815
753
|
};
|
|
816
754
|
};
|
|
817
755
|
};
|
|
818
|
-
|
|
819
|
-
|
|
756
|
+
CALL_SUMMARY: {
|
|
757
|
+
LIST: {
|
|
820
758
|
TITLE: string;
|
|
821
759
|
SLUG: string;
|
|
822
760
|
DESCRIPTION: string;
|
|
823
761
|
MODULE_ID: number;
|
|
824
762
|
};
|
|
825
|
-
|
|
763
|
+
EXPORT: {
|
|
826
764
|
TITLE: string;
|
|
827
765
|
SLUG: string;
|
|
828
766
|
DESCRIPTION: string;
|
|
829
767
|
MODULE_ID: number;
|
|
830
768
|
};
|
|
769
|
+
};
|
|
770
|
+
AGENT_ACTIVITY: {
|
|
831
771
|
LIST: {
|
|
832
772
|
TITLE: string;
|
|
833
773
|
SLUG: string;
|
|
834
774
|
DESCRIPTION: string;
|
|
835
775
|
MODULE_ID: number;
|
|
836
776
|
};
|
|
837
|
-
|
|
777
|
+
EXPORT: {
|
|
838
778
|
TITLE: string;
|
|
839
779
|
SLUG: string;
|
|
840
780
|
DESCRIPTION: string;
|
|
841
781
|
MODULE_ID: number;
|
|
842
782
|
};
|
|
843
|
-
|
|
783
|
+
};
|
|
784
|
+
AGENT_LIVE_STATUS: {
|
|
785
|
+
LIST: {
|
|
844
786
|
TITLE: string;
|
|
845
787
|
SLUG: string;
|
|
846
788
|
DESCRIPTION: string;
|
|
847
789
|
MODULE_ID: number;
|
|
848
790
|
};
|
|
849
|
-
|
|
791
|
+
};
|
|
792
|
+
AGENT_PRODUCTIVITY: {
|
|
793
|
+
LIST: {
|
|
850
794
|
TITLE: string;
|
|
851
795
|
SLUG: string;
|
|
852
796
|
DESCRIPTION: string;
|
|
853
797
|
MODULE_ID: number;
|
|
854
798
|
};
|
|
855
|
-
|
|
799
|
+
EXPORT: {
|
|
856
800
|
TITLE: string;
|
|
857
801
|
SLUG: string;
|
|
858
802
|
DESCRIPTION: string;
|
|
859
803
|
MODULE_ID: number;
|
|
860
804
|
};
|
|
861
|
-
|
|
805
|
+
};
|
|
806
|
+
PAYMENT_TRACKER: {
|
|
807
|
+
LIST: {
|
|
862
808
|
TITLE: string;
|
|
863
809
|
SLUG: string;
|
|
864
810
|
DESCRIPTION: string;
|
|
865
811
|
MODULE_ID: number;
|
|
866
812
|
};
|
|
867
|
-
|
|
813
|
+
EXPORT: {
|
|
868
814
|
TITLE: string;
|
|
869
815
|
SLUG: string;
|
|
870
816
|
DESCRIPTION: string;
|
|
871
817
|
MODULE_ID: number;
|
|
872
818
|
};
|
|
873
|
-
|
|
819
|
+
EDIT: {
|
|
874
820
|
TITLE: string;
|
|
875
821
|
SLUG: string;
|
|
876
822
|
DESCRIPTION: string;
|
|
877
823
|
MODULE_ID: number;
|
|
878
824
|
};
|
|
879
|
-
|
|
825
|
+
UPDATE: {
|
|
880
826
|
TITLE: string;
|
|
881
827
|
SLUG: string;
|
|
882
828
|
DESCRIPTION: string;
|
|
883
829
|
MODULE_ID: number;
|
|
884
830
|
};
|
|
885
|
-
|
|
831
|
+
DELETE: {
|
|
886
832
|
TITLE: string;
|
|
887
833
|
SLUG: string;
|
|
888
834
|
DESCRIPTION: string;
|
|
889
835
|
MODULE_ID: number;
|
|
890
836
|
};
|
|
891
837
|
};
|
|
892
|
-
|
|
838
|
+
SETTLEMENT_TRACKER: {
|
|
893
839
|
LIST: {
|
|
894
840
|
TITLE: string;
|
|
895
841
|
SLUG: string;
|
|
@@ -902,86 +848,56 @@ export declare const Constants: {
|
|
|
902
848
|
DESCRIPTION: string;
|
|
903
849
|
MODULE_ID: number;
|
|
904
850
|
};
|
|
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: {
|
|
851
|
+
};
|
|
852
|
+
FILE: {
|
|
853
|
+
LIST: {
|
|
854
|
+
FILE: {
|
|
931
855
|
TITLE: string;
|
|
932
856
|
SLUG: string;
|
|
933
857
|
DESCRIPTION: string;
|
|
934
858
|
MODULE_ID: number;
|
|
935
859
|
};
|
|
936
|
-
|
|
860
|
+
ATTACHMENT: {
|
|
937
861
|
TITLE: string;
|
|
938
862
|
SLUG: string;
|
|
939
863
|
DESCRIPTION: string;
|
|
940
864
|
MODULE_ID: number;
|
|
941
865
|
};
|
|
942
866
|
};
|
|
943
|
-
|
|
944
|
-
|
|
867
|
+
UPLOAD: {
|
|
868
|
+
BORROWER: {
|
|
945
869
|
TITLE: string;
|
|
946
870
|
SLUG: string;
|
|
947
871
|
DESCRIPTION: string;
|
|
948
872
|
MODULE_ID: number;
|
|
949
873
|
};
|
|
950
|
-
|
|
874
|
+
BORROWER_REASSIGN: {
|
|
951
875
|
TITLE: string;
|
|
952
876
|
SLUG: string;
|
|
953
877
|
DESCRIPTION: string;
|
|
954
878
|
MODULE_ID: number;
|
|
955
879
|
};
|
|
956
|
-
|
|
880
|
+
PAYMENT: {
|
|
957
881
|
TITLE: string;
|
|
958
882
|
SLUG: string;
|
|
959
883
|
DESCRIPTION: string;
|
|
960
884
|
MODULE_ID: number;
|
|
961
885
|
};
|
|
962
|
-
|
|
886
|
+
ATTACHMENTS: {
|
|
963
887
|
TITLE: string;
|
|
964
888
|
SLUG: string;
|
|
965
889
|
DESCRIPTION: string;
|
|
966
890
|
MODULE_ID: number;
|
|
967
891
|
};
|
|
968
|
-
|
|
892
|
+
COMMUNICATIONS: {
|
|
969
893
|
TITLE: string;
|
|
970
894
|
SLUG: string;
|
|
971
895
|
DESCRIPTION: string;
|
|
972
896
|
MODULE_ID: number;
|
|
973
897
|
};
|
|
974
898
|
};
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
AUDIT: {
|
|
978
|
-
LIST: {
|
|
979
|
-
TITLE: string;
|
|
980
|
-
SLUG: string;
|
|
981
|
-
DESCRIPTION: string;
|
|
982
|
-
MODULE_ID: number;
|
|
983
|
-
};
|
|
984
|
-
EXPORT: {
|
|
899
|
+
REMOVE: {
|
|
900
|
+
ATTACHMENTS: {
|
|
985
901
|
TITLE: string;
|
|
986
902
|
SLUG: string;
|
|
987
903
|
DESCRIPTION: string;
|
|
@@ -989,62 +905,205 @@ export declare const Constants: {
|
|
|
989
905
|
};
|
|
990
906
|
};
|
|
991
907
|
};
|
|
992
|
-
|
|
908
|
+
SETTLEMENTS: {
|
|
909
|
+
INITIATE: {
|
|
910
|
+
TITLE: string;
|
|
911
|
+
SLUG: string;
|
|
912
|
+
DESCRIPTION: string;
|
|
913
|
+
MODULE_ID: number;
|
|
914
|
+
};
|
|
915
|
+
EDIT: {
|
|
916
|
+
TITLE: string;
|
|
917
|
+
SLUG: string;
|
|
918
|
+
DESCRIPTION: string;
|
|
919
|
+
MODULE_ID: number;
|
|
920
|
+
};
|
|
993
921
|
LIST: {
|
|
994
922
|
TITLE: string;
|
|
995
923
|
SLUG: string;
|
|
996
924
|
DESCRIPTION: string;
|
|
997
925
|
MODULE_ID: number;
|
|
998
926
|
};
|
|
927
|
+
UPDATE: {
|
|
928
|
+
TITLE: string;
|
|
929
|
+
SLUG: string;
|
|
930
|
+
DESCRIPTION: string;
|
|
931
|
+
MODULE_ID: number;
|
|
932
|
+
};
|
|
933
|
+
EXPORT: {
|
|
934
|
+
TITLE: string;
|
|
935
|
+
SLUG: string;
|
|
936
|
+
DESCRIPTION: string;
|
|
937
|
+
MODULE_ID: number;
|
|
938
|
+
};
|
|
939
|
+
TIMELINE: {
|
|
940
|
+
TITLE: string;
|
|
941
|
+
SLUG: string;
|
|
942
|
+
DESCRIPTION: string;
|
|
943
|
+
MODULE_ID: number;
|
|
944
|
+
};
|
|
945
|
+
HISTORY: {
|
|
946
|
+
TITLE: string;
|
|
947
|
+
SLUG: string;
|
|
948
|
+
DESCRIPTION: string;
|
|
949
|
+
MODULE_ID: number;
|
|
950
|
+
};
|
|
951
|
+
RAISE_QUERY: {
|
|
952
|
+
TITLE: string;
|
|
953
|
+
SLUG: string;
|
|
954
|
+
DESCRIPTION: string;
|
|
955
|
+
MODULE_ID: number;
|
|
956
|
+
};
|
|
957
|
+
LIST_RAISE_QUERY: {
|
|
958
|
+
TITLE: string;
|
|
959
|
+
SLUG: string;
|
|
960
|
+
DESCRIPTION: string;
|
|
961
|
+
MODULE_ID: number;
|
|
962
|
+
};
|
|
963
|
+
SEND_RAISE_QUERY_CLIENT: {
|
|
964
|
+
TITLE: string;
|
|
965
|
+
SLUG: string;
|
|
966
|
+
DESCRIPTION: string;
|
|
967
|
+
MODULE_ID: number;
|
|
968
|
+
};
|
|
969
|
+
VALIDATE: {
|
|
970
|
+
TITLE: string;
|
|
971
|
+
SLUG: string;
|
|
972
|
+
DESCRIPTION: string;
|
|
973
|
+
MODULE_ID: number;
|
|
974
|
+
};
|
|
975
|
+
SEND_TO_CLIENT: {
|
|
976
|
+
TITLE: string;
|
|
977
|
+
SLUG: string;
|
|
978
|
+
DESCRIPTION: string;
|
|
979
|
+
MODULE_ID: number;
|
|
980
|
+
};
|
|
981
|
+
SEND_EMAIL: {
|
|
982
|
+
TITLE: string;
|
|
983
|
+
SLUG: string;
|
|
984
|
+
DESCRIPTION: string;
|
|
985
|
+
MODULE_ID: number;
|
|
986
|
+
};
|
|
987
|
+
APPROVE_REJECT: {
|
|
988
|
+
TITLE: string;
|
|
989
|
+
SLUG: string;
|
|
990
|
+
DESCRIPTION: string;
|
|
991
|
+
MODULE_ID: number;
|
|
992
|
+
};
|
|
993
|
+
AMOUNT_UPDATE: {
|
|
994
|
+
TITLE: string;
|
|
995
|
+
SLUG: string;
|
|
996
|
+
DESCRIPTION: string;
|
|
997
|
+
MODULE_ID: number;
|
|
998
|
+
};
|
|
999
|
+
REOPEN: {
|
|
1000
|
+
TITLE: string;
|
|
1001
|
+
SLUG: string;
|
|
1002
|
+
DESCRIPTION: string;
|
|
1003
|
+
MODULE_ID: number;
|
|
1004
|
+
};
|
|
1005
|
+
CLIENT_TIMELINE: {
|
|
1006
|
+
TITLE: string;
|
|
1007
|
+
SLUG: string;
|
|
1008
|
+
DESCRIPTION: string;
|
|
1009
|
+
MODULE_ID: number;
|
|
1010
|
+
};
|
|
999
1011
|
};
|
|
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
|
-
};
|
|
1012
|
+
DROPDOWN: {
|
|
1013
|
+
CLIENT: {
|
|
1014
|
+
TITLE: string;
|
|
1015
|
+
SLUG: string;
|
|
1016
|
+
DESCRIPTION: string;
|
|
1017
|
+
MODULE_ID: number;
|
|
1014
1018
|
};
|
|
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
|
-
};
|
|
1019
|
+
USER: {
|
|
1020
|
+
TITLE: string;
|
|
1021
|
+
SLUG: string;
|
|
1022
|
+
DESCRIPTION: string;
|
|
1023
|
+
MODULE_ID: number;
|
|
1034
1024
|
};
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1025
|
+
ROLE: {
|
|
1026
|
+
TITLE: string;
|
|
1027
|
+
SLUG: string;
|
|
1028
|
+
DESCRIPTION: string;
|
|
1029
|
+
MODULE_ID: number;
|
|
1030
|
+
};
|
|
1031
|
+
CAMPAIGN: {
|
|
1032
|
+
TITLE: string;
|
|
1033
|
+
SLUG: string;
|
|
1034
|
+
DESCRIPTION: string;
|
|
1035
|
+
MODULE_ID: number;
|
|
1036
|
+
};
|
|
1037
|
+
PORTFOLIO: {
|
|
1038
|
+
TITLE: string;
|
|
1039
|
+
SLUG: string;
|
|
1040
|
+
DESCRIPTION: string;
|
|
1041
|
+
MODULE_ID: number;
|
|
1042
|
+
};
|
|
1043
|
+
CENTER: {
|
|
1044
|
+
TITLE: string;
|
|
1045
|
+
SLUG: string;
|
|
1046
|
+
DESCRIPTION: string;
|
|
1047
|
+
MODULE_ID: number;
|
|
1048
|
+
};
|
|
1049
|
+
USER_EXTENSION: {
|
|
1050
|
+
TITLE: string;
|
|
1051
|
+
SLUG: string;
|
|
1052
|
+
DESCRIPTION: string;
|
|
1053
|
+
MODULE_ID: number;
|
|
1054
|
+
};
|
|
1055
|
+
REPORTING_USER: {
|
|
1056
|
+
TITLE: string;
|
|
1057
|
+
SLUG: string;
|
|
1058
|
+
DESCRIPTION: string;
|
|
1059
|
+
MODULE_ID: number;
|
|
1060
|
+
};
|
|
1061
|
+
STATE: {
|
|
1062
|
+
TITLE: string;
|
|
1063
|
+
SLUG: string;
|
|
1064
|
+
DESCRIPTION: string;
|
|
1065
|
+
MODULE_ID: number;
|
|
1066
|
+
};
|
|
1067
|
+
CITY: {
|
|
1068
|
+
TITLE: string;
|
|
1069
|
+
SLUG: string;
|
|
1070
|
+
DESCRIPTION: string;
|
|
1071
|
+
MODULE_ID: number;
|
|
1072
|
+
};
|
|
1073
|
+
DISPOSITION: {
|
|
1074
|
+
TITLE: string;
|
|
1075
|
+
SLUG: string;
|
|
1076
|
+
DESCRIPTION: string;
|
|
1077
|
+
MODULE_ID: number;
|
|
1078
|
+
};
|
|
1079
|
+
SUB_DISPOSITION: {
|
|
1080
|
+
TITLE: string;
|
|
1081
|
+
SLUG: string;
|
|
1082
|
+
DESCRIPTION: string;
|
|
1083
|
+
MODULE_ID: number;
|
|
1084
|
+
};
|
|
1085
|
+
PRODUCT_TYPE: {
|
|
1086
|
+
TITLE: string;
|
|
1087
|
+
SLUG: string;
|
|
1088
|
+
DESCRIPTION: string;
|
|
1089
|
+
MODULE_ID: number;
|
|
1090
|
+
};
|
|
1091
|
+
BREAKS: {
|
|
1092
|
+
TITLE: string;
|
|
1093
|
+
SLUG: string;
|
|
1094
|
+
DESCRIPTION: string;
|
|
1095
|
+
MODULE_ID: number;
|
|
1042
1096
|
};
|
|
1043
1097
|
};
|
|
1044
1098
|
};
|
|
1045
1099
|
};
|
|
1046
1100
|
};
|
|
1047
1101
|
};
|
|
1102
|
+
PAYMENT_TYPE: {
|
|
1103
|
+
REALIZED: string;
|
|
1104
|
+
UNREALIZED: string;
|
|
1105
|
+
LIVE: string;
|
|
1106
|
+
};
|
|
1048
1107
|
};
|
|
1049
1108
|
export declare const validateTableCols: {
|
|
1050
1109
|
userScreen: {
|