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