@cleardu/types 1.0.75 → 1.0.77
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/index.d.ts +147 -0
- package/constants/index.js +229 -82
- package/constants/index.ts +229 -82
- package/package.json +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
package/constants/index.d.ts
CHANGED
|
@@ -86,6 +86,8 @@ export declare const userModules: {
|
|
|
86
86
|
CampaignMapping: number;
|
|
87
87
|
Centers: number;
|
|
88
88
|
Breaks: number;
|
|
89
|
+
PaymentAccounts: number;
|
|
90
|
+
PaymentLinks: number;
|
|
89
91
|
};
|
|
90
92
|
export declare const dispoSubDispo: {
|
|
91
93
|
dispositions: {
|
|
@@ -202,67 +204,80 @@ export declare const Constants: {
|
|
|
202
204
|
TITLE: string;
|
|
203
205
|
SLUG: string;
|
|
204
206
|
DESCRIPTION: string;
|
|
207
|
+
MODULE_ID: number;
|
|
205
208
|
};
|
|
206
209
|
PERMISSIONS: {
|
|
207
210
|
TITLE: string;
|
|
208
211
|
SLUG: string;
|
|
209
212
|
DESCRIPTION: string;
|
|
213
|
+
MODULE_ID: number;
|
|
210
214
|
};
|
|
211
215
|
DASHBOARD: {
|
|
212
216
|
ADMIN_DASHBOARD: {
|
|
213
217
|
TITLE: string;
|
|
214
218
|
SLUG: string;
|
|
215
219
|
DESCRIPTION: string;
|
|
220
|
+
MODULE_ID: number;
|
|
216
221
|
};
|
|
217
222
|
VIEW_PORTFOLIO_DASHBOARD: {
|
|
218
223
|
TITLE: string;
|
|
219
224
|
SLUG: string;
|
|
220
225
|
DESCRIPTION: string;
|
|
226
|
+
MODULE_ID: number;
|
|
221
227
|
};
|
|
222
228
|
VIEW_COLLECTION_DASHBOARD: {
|
|
223
229
|
TITLE: string;
|
|
224
230
|
SLUG: string;
|
|
225
231
|
DESCRIPTION: string;
|
|
232
|
+
MODULE_ID: number;
|
|
226
233
|
};
|
|
227
234
|
VIEW_STATE_WISE_DASHBOARD: {
|
|
228
235
|
TITLE: string;
|
|
229
236
|
SLUG: string;
|
|
230
237
|
DESCRIPTION: string;
|
|
238
|
+
MODULE_ID: number;
|
|
231
239
|
};
|
|
232
240
|
VIEW_TAT_WISE_DASHBOARD: {
|
|
233
241
|
TITLE: string;
|
|
234
242
|
SLUG: string;
|
|
235
243
|
DESCRIPTION: string;
|
|
244
|
+
MODULE_ID: number;
|
|
236
245
|
};
|
|
237
246
|
VIEW_SMS_DASHBOARD: {
|
|
238
247
|
TITLE: string;
|
|
239
248
|
SLUG: string;
|
|
240
249
|
DESCRIPTION: string;
|
|
250
|
+
MODULE_ID: number;
|
|
241
251
|
};
|
|
242
252
|
VIEW_WHATSAPP_DASHBOARD: {
|
|
243
253
|
TITLE: string;
|
|
244
254
|
SLUG: string;
|
|
245
255
|
DESCRIPTION: string;
|
|
256
|
+
MODULE_ID: number;
|
|
246
257
|
};
|
|
247
258
|
VIEW_IVR_DASHBOARD: {
|
|
248
259
|
TITLE: string;
|
|
249
260
|
SLUG: string;
|
|
250
261
|
DESCRIPTION: string;
|
|
262
|
+
MODULE_ID: number;
|
|
251
263
|
};
|
|
252
264
|
VIEW_EMAIL_DASHBOARD: {
|
|
253
265
|
TITLE: string;
|
|
254
266
|
SLUG: string;
|
|
255
267
|
DESCRIPTION: string;
|
|
268
|
+
MODULE_ID: number;
|
|
256
269
|
};
|
|
257
270
|
VIEW_BOT_DASHBOARD: {
|
|
258
271
|
TITLE: string;
|
|
259
272
|
SLUG: string;
|
|
260
273
|
DESCRIPTION: string;
|
|
274
|
+
MODULE_ID: number;
|
|
261
275
|
};
|
|
262
276
|
VIEW_USER_DASHBOARD: {
|
|
263
277
|
TITLE: string;
|
|
264
278
|
SLUG: string;
|
|
265
279
|
DESCRIPTION: string;
|
|
280
|
+
MODULE_ID: number;
|
|
266
281
|
};
|
|
267
282
|
};
|
|
268
283
|
ROLE: {
|
|
@@ -270,26 +285,31 @@ export declare const Constants: {
|
|
|
270
285
|
TITLE: string;
|
|
271
286
|
SLUG: string;
|
|
272
287
|
DESCRIPTION: string;
|
|
288
|
+
MODULE_ID: number;
|
|
273
289
|
};
|
|
274
290
|
ADD: {
|
|
275
291
|
TITLE: string;
|
|
276
292
|
SLUG: string;
|
|
277
293
|
DESCRIPTION: string;
|
|
294
|
+
MODULE_ID: number;
|
|
278
295
|
};
|
|
279
296
|
EDIT: {
|
|
280
297
|
TITLE: string;
|
|
281
298
|
SLUG: string;
|
|
282
299
|
DESCRIPTION: string;
|
|
300
|
+
MODULE_ID: number;
|
|
283
301
|
};
|
|
284
302
|
DELETE: {
|
|
285
303
|
TITLE: string;
|
|
286
304
|
SLUG: string;
|
|
287
305
|
DESCRIPTION: string;
|
|
306
|
+
MODULE_ID: number;
|
|
288
307
|
};
|
|
289
308
|
EXPORT: {
|
|
290
309
|
TITLE: string;
|
|
291
310
|
SLUG: string;
|
|
292
311
|
DESCRIPTION: string;
|
|
312
|
+
MODULE_ID: number;
|
|
293
313
|
};
|
|
294
314
|
};
|
|
295
315
|
USER: {
|
|
@@ -297,26 +317,31 @@ export declare const Constants: {
|
|
|
297
317
|
TITLE: string;
|
|
298
318
|
SLUG: string;
|
|
299
319
|
DESCRIPTION: string;
|
|
320
|
+
MODULE_ID: number;
|
|
300
321
|
};
|
|
301
322
|
ADD: {
|
|
302
323
|
TITLE: string;
|
|
303
324
|
SLUG: string;
|
|
304
325
|
DESCRIPTION: string;
|
|
326
|
+
MODULE_ID: number;
|
|
305
327
|
};
|
|
306
328
|
EDIT: {
|
|
307
329
|
TITLE: string;
|
|
308
330
|
SLUG: string;
|
|
309
331
|
DESCRIPTION: string;
|
|
332
|
+
MODULE_ID: number;
|
|
310
333
|
};
|
|
311
334
|
DELETE: {
|
|
312
335
|
TITLE: string;
|
|
313
336
|
SLUG: string;
|
|
314
337
|
DESCRIPTION: string;
|
|
338
|
+
MODULE_ID: number;
|
|
315
339
|
};
|
|
316
340
|
EXPORT: {
|
|
317
341
|
TITLE: string;
|
|
318
342
|
SLUG: string;
|
|
319
343
|
DESCRIPTION: string;
|
|
344
|
+
MODULE_ID: number;
|
|
320
345
|
};
|
|
321
346
|
};
|
|
322
347
|
CLIENT: {
|
|
@@ -324,26 +349,31 @@ export declare const Constants: {
|
|
|
324
349
|
TITLE: string;
|
|
325
350
|
SLUG: string;
|
|
326
351
|
DESCRIPTION: string;
|
|
352
|
+
MODULE_ID: number;
|
|
327
353
|
};
|
|
328
354
|
ADD: {
|
|
329
355
|
TITLE: string;
|
|
330
356
|
SLUG: string;
|
|
331
357
|
DESCRIPTION: string;
|
|
358
|
+
MODULE_ID: number;
|
|
332
359
|
};
|
|
333
360
|
EDIT: {
|
|
334
361
|
TITLE: string;
|
|
335
362
|
SLUG: string;
|
|
336
363
|
DESCRIPTION: string;
|
|
364
|
+
MODULE_ID: number;
|
|
337
365
|
};
|
|
338
366
|
DELETE: {
|
|
339
367
|
TITLE: string;
|
|
340
368
|
SLUG: string;
|
|
341
369
|
DESCRIPTION: string;
|
|
370
|
+
MODULE_ID: number;
|
|
342
371
|
};
|
|
343
372
|
EXPORT: {
|
|
344
373
|
TITLE: string;
|
|
345
374
|
SLUG: string;
|
|
346
375
|
DESCRIPTION: string;
|
|
376
|
+
MODULE_ID: number;
|
|
347
377
|
};
|
|
348
378
|
};
|
|
349
379
|
CAMPAIGN: {
|
|
@@ -351,36 +381,43 @@ export declare const Constants: {
|
|
|
351
381
|
TITLE: string;
|
|
352
382
|
SLUG: string;
|
|
353
383
|
DESCRIPTION: string;
|
|
384
|
+
MODULE_ID: number;
|
|
354
385
|
};
|
|
355
386
|
ADD: {
|
|
356
387
|
TITLE: string;
|
|
357
388
|
SLUG: string;
|
|
358
389
|
DESCRIPTION: string;
|
|
390
|
+
MODULE_ID: number;
|
|
359
391
|
};
|
|
360
392
|
EDIT: {
|
|
361
393
|
TITLE: string;
|
|
362
394
|
SLUG: string;
|
|
363
395
|
DESCRIPTION: string;
|
|
396
|
+
MODULE_ID: number;
|
|
364
397
|
};
|
|
365
398
|
START_STOP: {
|
|
366
399
|
TITLE: string;
|
|
367
400
|
SLUG: string;
|
|
368
401
|
DESCRIPTION: string;
|
|
402
|
+
MODULE_ID: number;
|
|
369
403
|
};
|
|
370
404
|
CRON_START_STOP: {
|
|
371
405
|
TITLE: string;
|
|
372
406
|
SLUG: string;
|
|
373
407
|
DESCRIPTION: string;
|
|
408
|
+
MODULE_ID: number;
|
|
374
409
|
};
|
|
375
410
|
EXPORT: {
|
|
376
411
|
TITLE: string;
|
|
377
412
|
SLUG: string;
|
|
378
413
|
DESCRIPTION: string;
|
|
414
|
+
MODULE_ID: number;
|
|
379
415
|
};
|
|
380
416
|
DELETE: {
|
|
381
417
|
TITLE: string;
|
|
382
418
|
SLUG: string;
|
|
383
419
|
DESCRIPTION: string;
|
|
420
|
+
MODULE_ID: number;
|
|
384
421
|
};
|
|
385
422
|
};
|
|
386
423
|
PORTFOLIO: {
|
|
@@ -388,26 +425,31 @@ export declare const Constants: {
|
|
|
388
425
|
TITLE: string;
|
|
389
426
|
SLUG: string;
|
|
390
427
|
DESCRIPTION: string;
|
|
428
|
+
MODULE_ID: number;
|
|
391
429
|
};
|
|
392
430
|
ADD: {
|
|
393
431
|
TITLE: string;
|
|
394
432
|
SLUG: string;
|
|
395
433
|
DESCRIPTION: string;
|
|
434
|
+
MODULE_ID: number;
|
|
396
435
|
};
|
|
397
436
|
EDIT: {
|
|
398
437
|
TITLE: string;
|
|
399
438
|
SLUG: string;
|
|
400
439
|
DESCRIPTION: string;
|
|
440
|
+
MODULE_ID: number;
|
|
401
441
|
};
|
|
402
442
|
DELETE: {
|
|
403
443
|
TITLE: string;
|
|
404
444
|
SLUG: string;
|
|
405
445
|
DESCRIPTION: string;
|
|
446
|
+
MODULE_ID: number;
|
|
406
447
|
};
|
|
407
448
|
EXPORT: {
|
|
408
449
|
TITLE: string;
|
|
409
450
|
SLUG: string;
|
|
410
451
|
DESCRIPTION: string;
|
|
452
|
+
MODULE_ID: number;
|
|
411
453
|
};
|
|
412
454
|
};
|
|
413
455
|
TEMPLATE: {
|
|
@@ -415,26 +457,31 @@ export declare const Constants: {
|
|
|
415
457
|
TITLE: string;
|
|
416
458
|
SLUG: string;
|
|
417
459
|
DESCRIPTION: string;
|
|
460
|
+
MODULE_ID: number;
|
|
418
461
|
};
|
|
419
462
|
ADD: {
|
|
420
463
|
TITLE: string;
|
|
421
464
|
SLUG: string;
|
|
422
465
|
DESCRIPTION: string;
|
|
466
|
+
MODULE_ID: number;
|
|
423
467
|
};
|
|
424
468
|
EDIT: {
|
|
425
469
|
TITLE: string;
|
|
426
470
|
SLUG: string;
|
|
427
471
|
DESCRIPTION: string;
|
|
472
|
+
MODULE_ID: number;
|
|
428
473
|
};
|
|
429
474
|
DELETE: {
|
|
430
475
|
TITLE: string;
|
|
431
476
|
SLUG: string;
|
|
432
477
|
DESCRIPTION: string;
|
|
478
|
+
MODULE_ID: number;
|
|
433
479
|
};
|
|
434
480
|
EXPORT: {
|
|
435
481
|
TITLE: string;
|
|
436
482
|
SLUG: string;
|
|
437
483
|
DESCRIPTION: string;
|
|
484
|
+
MODULE_ID: number;
|
|
438
485
|
};
|
|
439
486
|
};
|
|
440
487
|
MERCHANT: {
|
|
@@ -442,31 +489,37 @@ export declare const Constants: {
|
|
|
442
489
|
TITLE: string;
|
|
443
490
|
SLUG: string;
|
|
444
491
|
DESCRIPTION: string;
|
|
492
|
+
MODULE_ID: number;
|
|
445
493
|
};
|
|
446
494
|
ADD: {
|
|
447
495
|
TITLE: string;
|
|
448
496
|
SLUG: string;
|
|
449
497
|
DESCRIPTION: string;
|
|
498
|
+
MODULE_ID: number;
|
|
450
499
|
};
|
|
451
500
|
EDIT: {
|
|
452
501
|
TITLE: string;
|
|
453
502
|
SLUG: string;
|
|
454
503
|
DESCRIPTION: string;
|
|
504
|
+
MODULE_ID: number;
|
|
455
505
|
};
|
|
456
506
|
DELETE: {
|
|
457
507
|
TITLE: string;
|
|
458
508
|
SLUG: string;
|
|
459
509
|
DESCRIPTION: string;
|
|
510
|
+
MODULE_ID: number;
|
|
460
511
|
};
|
|
461
512
|
UPLOAD: {
|
|
462
513
|
TITLE: string;
|
|
463
514
|
SLUG: string;
|
|
464
515
|
DESCRIPTION: string;
|
|
516
|
+
MODULE_ID: number;
|
|
465
517
|
};
|
|
466
518
|
EXPORT: {
|
|
467
519
|
TITLE: string;
|
|
468
520
|
SLUG: string;
|
|
469
521
|
DESCRIPTION: string;
|
|
522
|
+
MODULE_ID: number;
|
|
470
523
|
};
|
|
471
524
|
};
|
|
472
525
|
BORROWERS: {
|
|
@@ -474,46 +527,55 @@ export declare const Constants: {
|
|
|
474
527
|
TITLE: string;
|
|
475
528
|
SLUG: string;
|
|
476
529
|
DESCRIPTION: string;
|
|
530
|
+
MODULE_ID: number;
|
|
477
531
|
};
|
|
478
532
|
LIST: {
|
|
479
533
|
TITLE: string;
|
|
480
534
|
SLUG: string;
|
|
481
535
|
DESCRIPTION: string;
|
|
536
|
+
MODULE_ID: number;
|
|
482
537
|
};
|
|
483
538
|
ACTIVE: {
|
|
484
539
|
TITLE: string;
|
|
485
540
|
SLUG: string;
|
|
486
541
|
DESCRIPTION: string;
|
|
542
|
+
MODULE_ID: number;
|
|
487
543
|
};
|
|
488
544
|
INACTIVE: {
|
|
489
545
|
TITLE: string;
|
|
490
546
|
SLUG: string;
|
|
491
547
|
DESCRIPTION: string;
|
|
548
|
+
MODULE_ID: number;
|
|
492
549
|
};
|
|
493
550
|
EDIT: {
|
|
494
551
|
TITLE: string;
|
|
495
552
|
SLUG: string;
|
|
496
553
|
DESCRIPTION: string;
|
|
554
|
+
MODULE_ID: number;
|
|
497
555
|
};
|
|
498
556
|
UPLOAD: {
|
|
499
557
|
TITLE: string;
|
|
500
558
|
SLUG: string;
|
|
501
559
|
DESCRIPTION: string;
|
|
560
|
+
MODULE_ID: number;
|
|
502
561
|
};
|
|
503
562
|
HISTORY: {
|
|
504
563
|
TITLE: string;
|
|
505
564
|
SLUG: string;
|
|
506
565
|
DESCRIPTION: string;
|
|
566
|
+
MODULE_ID: number;
|
|
507
567
|
};
|
|
508
568
|
PROFILE: {
|
|
509
569
|
TITLE: string;
|
|
510
570
|
SLUG: string;
|
|
511
571
|
DESCRIPTION: string;
|
|
572
|
+
MODULE_ID: number;
|
|
512
573
|
};
|
|
513
574
|
RE_ASSIGN: {
|
|
514
575
|
TITLE: string;
|
|
515
576
|
SLUG: string;
|
|
516
577
|
DESCRIPTION: string;
|
|
578
|
+
MODULE_ID: number;
|
|
517
579
|
};
|
|
518
580
|
};
|
|
519
581
|
CALL_SUMMARY: {
|
|
@@ -521,11 +583,13 @@ export declare const Constants: {
|
|
|
521
583
|
TITLE: string;
|
|
522
584
|
SLUG: string;
|
|
523
585
|
DESCRIPTION: string;
|
|
586
|
+
MODULE_ID: number;
|
|
524
587
|
};
|
|
525
588
|
EXPORT: {
|
|
526
589
|
TITLE: string;
|
|
527
590
|
SLUG: string;
|
|
528
591
|
DESCRIPTION: string;
|
|
592
|
+
MODULE_ID: number;
|
|
529
593
|
};
|
|
530
594
|
};
|
|
531
595
|
AGGENT: {
|
|
@@ -533,27 +597,32 @@ export declare const Constants: {
|
|
|
533
597
|
TITLE: string;
|
|
534
598
|
SLUG: string;
|
|
535
599
|
DESCRIPTION: string;
|
|
600
|
+
MODULE_ID: number;
|
|
536
601
|
};
|
|
537
602
|
EXPORT: {
|
|
538
603
|
TITLE: string;
|
|
539
604
|
SLUG: string;
|
|
540
605
|
DESCRIPTION: string;
|
|
606
|
+
MODULE_ID: number;
|
|
541
607
|
};
|
|
542
608
|
LIST_LIVE_STATUS: {
|
|
543
609
|
TITLE: string;
|
|
544
610
|
SLUG: string;
|
|
545
611
|
DESCRIPTION: string;
|
|
612
|
+
MODULE_ID: number;
|
|
546
613
|
};
|
|
547
614
|
PRODUCTIVITY: {
|
|
548
615
|
LIST: {
|
|
549
616
|
TITLE: string;
|
|
550
617
|
SLUG: string;
|
|
551
618
|
DESCRIPTION: string;
|
|
619
|
+
MODULE_ID: number;
|
|
552
620
|
};
|
|
553
621
|
EXPORT: {
|
|
554
622
|
TITLE: string;
|
|
555
623
|
SLUG: string;
|
|
556
624
|
DESCRIPTION: string;
|
|
625
|
+
MODULE_ID: number;
|
|
557
626
|
};
|
|
558
627
|
};
|
|
559
628
|
};
|
|
@@ -562,11 +631,13 @@ export declare const Constants: {
|
|
|
562
631
|
TITLE: string;
|
|
563
632
|
SLUG: string;
|
|
564
633
|
DESCRIPTION: string;
|
|
634
|
+
MODULE_ID: number;
|
|
565
635
|
};
|
|
566
636
|
EXPORT: {
|
|
567
637
|
TITLE: string;
|
|
568
638
|
SLUG: string;
|
|
569
639
|
DESCRIPTION: string;
|
|
640
|
+
MODULE_ID: number;
|
|
570
641
|
};
|
|
571
642
|
};
|
|
572
643
|
PAYMENT: {
|
|
@@ -574,16 +645,83 @@ export declare const Constants: {
|
|
|
574
645
|
TITLE: string;
|
|
575
646
|
SLUG: string;
|
|
576
647
|
DESCRIPTION: string;
|
|
648
|
+
MODULE_ID: number;
|
|
577
649
|
};
|
|
578
650
|
EXPORT: {
|
|
579
651
|
TITLE: string;
|
|
580
652
|
SLUG: string;
|
|
581
653
|
DESCRIPTION: string;
|
|
654
|
+
MODULE_ID: number;
|
|
582
655
|
};
|
|
583
656
|
UPLOAD: {
|
|
584
657
|
TITLE: string;
|
|
585
658
|
SLUG: string;
|
|
586
659
|
DESCRIPTION: string;
|
|
660
|
+
MODULE_ID: number;
|
|
661
|
+
};
|
|
662
|
+
ACCOUNT: {
|
|
663
|
+
ADD: {
|
|
664
|
+
TITLE: string;
|
|
665
|
+
SLUG: string;
|
|
666
|
+
DESCRIPTION: string;
|
|
667
|
+
MODULE_ID: number;
|
|
668
|
+
};
|
|
669
|
+
GET: {
|
|
670
|
+
TITLE: string;
|
|
671
|
+
SLUG: string;
|
|
672
|
+
DESCRIPTION: string;
|
|
673
|
+
MODULE_ID: number;
|
|
674
|
+
};
|
|
675
|
+
LIST: {
|
|
676
|
+
TITLE: string;
|
|
677
|
+
SLUG: string;
|
|
678
|
+
DESCRIPTION: string;
|
|
679
|
+
MODULE_ID: number;
|
|
680
|
+
};
|
|
681
|
+
UPDATE: {
|
|
682
|
+
TITLE: string;
|
|
683
|
+
SLUG: string;
|
|
684
|
+
DESCRIPTION: string;
|
|
685
|
+
MODULE_ID: number;
|
|
686
|
+
};
|
|
687
|
+
REMOVE: {
|
|
688
|
+
TITLE: string;
|
|
689
|
+
SLUG: string;
|
|
690
|
+
DESCRIPTION: string;
|
|
691
|
+
MODULE_ID: number;
|
|
692
|
+
};
|
|
693
|
+
};
|
|
694
|
+
CODE: {
|
|
695
|
+
ADD: {
|
|
696
|
+
TITLE: string;
|
|
697
|
+
SLUG: string;
|
|
698
|
+
DESCRIPTION: string;
|
|
699
|
+
MODULE_ID: number;
|
|
700
|
+
};
|
|
701
|
+
GET: {
|
|
702
|
+
TITLE: string;
|
|
703
|
+
SLUG: string;
|
|
704
|
+
DESCRIPTION: string;
|
|
705
|
+
MODULE_ID: number;
|
|
706
|
+
};
|
|
707
|
+
LIST: {
|
|
708
|
+
TITLE: string;
|
|
709
|
+
SLUG: string;
|
|
710
|
+
DESCRIPTION: string;
|
|
711
|
+
MODULE_ID: number;
|
|
712
|
+
};
|
|
713
|
+
UPDATE: {
|
|
714
|
+
TITLE: string;
|
|
715
|
+
SLUG: string;
|
|
716
|
+
DESCRIPTION: string;
|
|
717
|
+
MODULE_ID: number;
|
|
718
|
+
};
|
|
719
|
+
REMOVE: {
|
|
720
|
+
TITLE: string;
|
|
721
|
+
SLUG: string;
|
|
722
|
+
DESCRIPTION: string;
|
|
723
|
+
MODULE_ID: number;
|
|
724
|
+
};
|
|
587
725
|
};
|
|
588
726
|
};
|
|
589
727
|
LOG: {
|
|
@@ -592,11 +730,13 @@ export declare const Constants: {
|
|
|
592
730
|
TITLE: string;
|
|
593
731
|
SLUG: string;
|
|
594
732
|
DESCRIPTION: string;
|
|
733
|
+
MODULE_ID: number;
|
|
595
734
|
};
|
|
596
735
|
EXPORT: {
|
|
597
736
|
TITLE: string;
|
|
598
737
|
SLUG: string;
|
|
599
738
|
DESCRIPTION: string;
|
|
739
|
+
MODULE_ID: number;
|
|
600
740
|
};
|
|
601
741
|
};
|
|
602
742
|
};
|
|
@@ -605,6 +745,7 @@ export declare const Constants: {
|
|
|
605
745
|
TITLE: string;
|
|
606
746
|
SLUG: string;
|
|
607
747
|
DESCRIPTION: string;
|
|
748
|
+
MODULE_ID: number;
|
|
608
749
|
};
|
|
609
750
|
};
|
|
610
751
|
FILE: {
|
|
@@ -613,11 +754,13 @@ export declare const Constants: {
|
|
|
613
754
|
TITLE: string;
|
|
614
755
|
SLUG: string;
|
|
615
756
|
DESCRIPTION: string;
|
|
757
|
+
MODULE_ID: number;
|
|
616
758
|
};
|
|
617
759
|
ATTACHMENT: {
|
|
618
760
|
TITLE: string;
|
|
619
761
|
SLUG: string;
|
|
620
762
|
DESCRIPTION: string;
|
|
763
|
+
MODULE_ID: number;
|
|
621
764
|
};
|
|
622
765
|
};
|
|
623
766
|
UPLOAD: {
|
|
@@ -625,16 +768,19 @@ export declare const Constants: {
|
|
|
625
768
|
TITLE: string;
|
|
626
769
|
SLUG: string;
|
|
627
770
|
DESCRIPTION: string;
|
|
771
|
+
MODULE_ID: number;
|
|
628
772
|
};
|
|
629
773
|
PAYMENT: {
|
|
630
774
|
TITLE: string;
|
|
631
775
|
SLUG: string;
|
|
632
776
|
DESCRIPTION: string;
|
|
777
|
+
MODULE_ID: number;
|
|
633
778
|
};
|
|
634
779
|
ATTACHMENTS: {
|
|
635
780
|
TITLE: string;
|
|
636
781
|
SLUG: string;
|
|
637
782
|
DESCRIPTION: string;
|
|
783
|
+
MODULE_ID: number;
|
|
638
784
|
};
|
|
639
785
|
};
|
|
640
786
|
REMOVE: {
|
|
@@ -642,6 +788,7 @@ export declare const Constants: {
|
|
|
642
788
|
TITLE: string;
|
|
643
789
|
SLUG: string;
|
|
644
790
|
DESCRIPTION: string;
|
|
791
|
+
MODULE_ID: number;
|
|
645
792
|
};
|
|
646
793
|
};
|
|
647
794
|
};
|