@dxs-ts/eveli-ide 2.0.49 → 2.0.50
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/dist/gitlog.json +105 -677
- package/dist/index.d.ts +298 -45
- package/dist/index.js +31453 -31121
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1472,6 +1472,12 @@ export declare const messages: {
|
|
|
1472
1472
|
'task.attachments.createTask': string;
|
|
1473
1473
|
'task.comments.external.added': string;
|
|
1474
1474
|
'task.feedback.publishedSaved': string;
|
|
1475
|
+
'task.transfer.create.title': string;
|
|
1476
|
+
'task.transfer.create.journalNumber': string;
|
|
1477
|
+
'task.transfer.create.files': string;
|
|
1478
|
+
'task.assigneesAndRolesEdit': string;
|
|
1479
|
+
'task.assignee': string;
|
|
1480
|
+
'task.assignedRoles': string;
|
|
1475
1481
|
internalComments: string;
|
|
1476
1482
|
externalComments: string;
|
|
1477
1483
|
'comment.store': string;
|
|
@@ -1606,6 +1612,8 @@ export declare const messages: {
|
|
|
1606
1612
|
CustomerCreated: string;
|
|
1607
1613
|
Internal: string;
|
|
1608
1614
|
'task.role.assignedAllUsers': string;
|
|
1615
|
+
'task.roles.none': string;
|
|
1616
|
+
'task.assignees.none': string;
|
|
1609
1617
|
'task.feedback.published': string;
|
|
1610
1618
|
'confirm.close.title': string;
|
|
1611
1619
|
'confirm.unsavedChanges': string;
|
|
@@ -1645,12 +1653,6 @@ export declare const messages: {
|
|
|
1645
1653
|
'feedback.main_topic.preschoolEducation': string;
|
|
1646
1654
|
'feedback.main_topic.communication': string;
|
|
1647
1655
|
'feedback.main_topic.cooperation': string;
|
|
1648
|
-
'feedback.sub_topic.otherfeedback': string;
|
|
1649
|
-
'feedback.sub_topic.familywithchildren': string;
|
|
1650
|
-
'feedback.sub_topic.libraryservices': string;
|
|
1651
|
-
'feedback.sub_topic.streetmaintservices': string;
|
|
1652
|
-
'feedback.sub_topic.exercise': string;
|
|
1653
|
-
'feedback.sub_topic.brand': string;
|
|
1654
1656
|
'help.title': string;
|
|
1655
1657
|
'attachmentView.title': string;
|
|
1656
1658
|
'attachmentTableHeader.size': string;
|
|
@@ -2182,7 +2184,6 @@ export declare const messages: {
|
|
|
2182
2184
|
'compare.dialog.side': string;
|
|
2183
2185
|
'menu.activities': string;
|
|
2184
2186
|
'feedback.all': string;
|
|
2185
|
-
'task.feedback.none': string;
|
|
2186
2187
|
'queues.all': string;
|
|
2187
2188
|
'consumers.all': string;
|
|
2188
2189
|
'queue.config.none': string;
|
|
@@ -2312,6 +2313,80 @@ export declare const messages: {
|
|
|
2312
2313
|
'taskcard.style.COMPACT': string;
|
|
2313
2314
|
'taskcard.style.DEFAULT': string;
|
|
2314
2315
|
'taskcard.style.LARGE': string;
|
|
2316
|
+
'taskcard.title.rolesAndAssignees': string;
|
|
2317
|
+
'taskcard.title.customerMessages': string;
|
|
2318
|
+
'taskcard.title.notes': string;
|
|
2319
|
+
'taskcard.title.statusAndPriority': string;
|
|
2320
|
+
'taskcard.title.history': string;
|
|
2321
|
+
'taskcard.title.taskRefId': string;
|
|
2322
|
+
'taskcard.title.assignable': string;
|
|
2323
|
+
'taskcard.title.customerFeedback': string;
|
|
2324
|
+
'taskcard.title.files': string;
|
|
2325
|
+
'taskcard.body.roles': string;
|
|
2326
|
+
'taskcard.body.assignee': string;
|
|
2327
|
+
'taskcard.body.lastEditedBy': string;
|
|
2328
|
+
'taskcard.body.lastEditedDate': string;
|
|
2329
|
+
'taskcard.body.dueDate': string;
|
|
2330
|
+
'taskcard.body.customerName': string;
|
|
2331
|
+
'taskcard.body.subject': string;
|
|
2332
|
+
'taskcard.body.additionalInfo': string;
|
|
2333
|
+
'taskcard.body.form.formName': string;
|
|
2334
|
+
'taskcard.body.form.submittedDate': string;
|
|
2335
|
+
'taskcard.body.form.canPublishFeedback': string;
|
|
2336
|
+
'taskcard.body.form.representative': string;
|
|
2337
|
+
'taskcard.body.task.status': string;
|
|
2338
|
+
'taskcard.body.task.priority': string;
|
|
2339
|
+
'taskcard.title.audit.viewers': string;
|
|
2340
|
+
'taskcard.title.audit.commits': string;
|
|
2341
|
+
'taskcard.title.audit.queues': string;
|
|
2342
|
+
'taskcard.title.audit.processes': string;
|
|
2343
|
+
'taskcard.title.audit.flow': string;
|
|
2344
|
+
'taskcard.title.audit.queueMessages': string;
|
|
2345
|
+
'taskcard.title.audit.queueBindings': string;
|
|
2346
|
+
'taskcard.title.audit.queueDeliveries': string;
|
|
2347
|
+
'task.audit.commits.commitBody.title': string;
|
|
2348
|
+
'task.audit.commits.author': string;
|
|
2349
|
+
'task.audit.commits.message': string;
|
|
2350
|
+
'task.audit.commits.commitBody': string;
|
|
2351
|
+
'task.audit.commits.createdAt': string;
|
|
2352
|
+
'task.audit.process.type': string;
|
|
2353
|
+
'task.audit.process.value': string;
|
|
2354
|
+
'task.audit.process.createdAt': string;
|
|
2355
|
+
'task.audit.processes.None': string;
|
|
2356
|
+
'task.audit.queue.name': string;
|
|
2357
|
+
'task.audit.queue.createdBy': string;
|
|
2358
|
+
'task.audit.queue.comment': string;
|
|
2359
|
+
'task.audit.queue.createdAt': string;
|
|
2360
|
+
'task.audit.queueBindings.createdBy': string;
|
|
2361
|
+
'task.audit.queueBindings.status': string;
|
|
2362
|
+
'task.audit.queueBindings.comment': string;
|
|
2363
|
+
'task.audit.queueBindings.createdAt': string;
|
|
2364
|
+
'task.audit.queueDeliveries.queueName': string;
|
|
2365
|
+
'task.audit.queueBindings.attempts': string;
|
|
2366
|
+
'task.audit.queueMessages.routingKey': string;
|
|
2367
|
+
'task.audit.queueMessages.bodyType': string;
|
|
2368
|
+
'task.audit.queueMessages.bodyValue': string;
|
|
2369
|
+
'task.audit.queueMessages.createdAt': string;
|
|
2370
|
+
'task.audit.viewers.usedBy': string;
|
|
2371
|
+
'task.audit.viewers.updatedAt': string;
|
|
2372
|
+
'task.composer.error.subject.required': string;
|
|
2373
|
+
'task.composer.create': string;
|
|
2374
|
+
'task.composer.dueDate': string;
|
|
2375
|
+
'task.composer.clientName': string;
|
|
2376
|
+
'task.composer.subject': string;
|
|
2377
|
+
'task.composer.field.required': string;
|
|
2378
|
+
'task.composer.description': string;
|
|
2379
|
+
'task.composer.additionalInfo': string;
|
|
2380
|
+
'task.composer.roles': string;
|
|
2381
|
+
'task.composer.assignee': string;
|
|
2382
|
+
'task.composer.priority': string;
|
|
2383
|
+
'task.composer.status': string;
|
|
2384
|
+
'task.composer.task.edit': string;
|
|
2385
|
+
'task.customerFeedback': string;
|
|
2386
|
+
'task.feedback.none': string;
|
|
2387
|
+
'task.feedback.title': string;
|
|
2388
|
+
'task.feedback.detailedResponse': string;
|
|
2389
|
+
'task.feedback.notPublished': string;
|
|
2315
2390
|
'toolbar.tagomi': string;
|
|
2316
2391
|
'tagomi.services.searchAll': string;
|
|
2317
2392
|
'tagomi.main.services.all': string;
|
|
@@ -2500,6 +2575,11 @@ export declare const messages: {
|
|
|
2500
2575
|
'task.priority.high': string;
|
|
2501
2576
|
'task.dueDate': string;
|
|
2502
2577
|
'task.customerMessages': string;
|
|
2578
|
+
'task.customerMessages.messageHistory': string;
|
|
2579
|
+
'task.customerMessages.none': string;
|
|
2580
|
+
'task.customerMessages.newMessageTitle': string;
|
|
2581
|
+
'task.customerMessages.newMessagePlaceholder': string;
|
|
2582
|
+
'button.sendMessage': string;
|
|
2503
2583
|
'task.edit': string;
|
|
2504
2584
|
'task.customerName': string;
|
|
2505
2585
|
'task.subject': string;
|
|
@@ -2526,6 +2606,9 @@ export declare const messages: {
|
|
|
2526
2606
|
'task.attachments.createTask': string;
|
|
2527
2607
|
'task.comments.external.added': string;
|
|
2528
2608
|
'task.feedback.publishedSaved': string;
|
|
2609
|
+
'task.transfer.create.title': string;
|
|
2610
|
+
'task.transfer.create.journalNumber': string;
|
|
2611
|
+
'task.transfer.create.files': string;
|
|
2529
2612
|
internalComments: string;
|
|
2530
2613
|
externalComments: string;
|
|
2531
2614
|
'comment.store': string;
|
|
@@ -2699,12 +2782,6 @@ export declare const messages: {
|
|
|
2699
2782
|
'feedback.main_topic.preschoolEducation': string;
|
|
2700
2783
|
'feedback.main_topic.communication': string;
|
|
2701
2784
|
'feedback.main_topic.cooperation': string;
|
|
2702
|
-
'feedback.sub_topic.otherfeedback': string;
|
|
2703
|
-
'feedback.sub_topic.familywithchildren': string;
|
|
2704
|
-
'feedback.sub_topic.libraryservices': string;
|
|
2705
|
-
'feedback.sub_topic.streetmaintservices': string;
|
|
2706
|
-
'feedback.sub_topic.exercise': string;
|
|
2707
|
-
'feedback.sub_topic.brand': string;
|
|
2708
2785
|
'help.title': string;
|
|
2709
2786
|
'attachmentView.title': string;
|
|
2710
2787
|
'attachmentTableHeader.size': string;
|
|
@@ -3235,7 +3312,6 @@ export declare const messages: {
|
|
|
3235
3312
|
'compare.dialog.side': string;
|
|
3236
3313
|
'menu.activities': string;
|
|
3237
3314
|
'feedback.all': string;
|
|
3238
|
-
'task.feedback.none': string;
|
|
3239
3315
|
'queues.all': string;
|
|
3240
3316
|
'consumers.all': string;
|
|
3241
3317
|
'queue.config.none': string;
|
|
@@ -3365,6 +3441,7 @@ export declare const messages: {
|
|
|
3365
3441
|
'taskcard.style.COMPACT': string;
|
|
3366
3442
|
'taskcard.style.DEFAULT': string;
|
|
3367
3443
|
'taskcard.style.LARGE': string;
|
|
3444
|
+
'task.feedback.none': string;
|
|
3368
3445
|
'toolbar.tagomi': string;
|
|
3369
3446
|
'tagomi.services.searchAll': string;
|
|
3370
3447
|
'tagomi.main.services.all': string;
|
|
@@ -3431,6 +3508,93 @@ export declare const messages: {
|
|
|
3431
3508
|
'xui.calendarInput.mask.placeholder.day': string;
|
|
3432
3509
|
'xui.calendarInput.mask.placeholder.month': string;
|
|
3433
3510
|
'xui.calendarInput.mask.placeholder.year': string;
|
|
3511
|
+
'contractsTable.title': string;
|
|
3512
|
+
'contractTable.col.header.status': string;
|
|
3513
|
+
'contractTable.col.header.contractNumber': string;
|
|
3514
|
+
'contractTable.col.header.contractType': string;
|
|
3515
|
+
'contractTable.col.header.created': string;
|
|
3516
|
+
'contractTable.col.header.maturityDate': string;
|
|
3517
|
+
'contractTable.col.header.policyholder': string;
|
|
3518
|
+
'contract.composer.contract.edit': string;
|
|
3519
|
+
'contractcard.edit': string;
|
|
3520
|
+
'contractcard.contractMain.title': string;
|
|
3521
|
+
'contractcard.contractDetails.title': string;
|
|
3522
|
+
'contractcard.contractParties.title': string;
|
|
3523
|
+
'contractcard.contractPartyDetails.title': string;
|
|
3524
|
+
'contractcard.investmentPlans.invPlanAllocations.title': string;
|
|
3525
|
+
'contractcard.paymentPlans.title': string;
|
|
3526
|
+
'contractcard.investmentPlans.title': string;
|
|
3527
|
+
'contractcard.coverages.title': string;
|
|
3528
|
+
'contractcard.body.category': string;
|
|
3529
|
+
'contractcard.body.status': string;
|
|
3530
|
+
'contractcard.body.productName': string;
|
|
3531
|
+
'contractcard.body.productCode': string;
|
|
3532
|
+
'contractcard.body.limits.annualMaxContribution': string;
|
|
3533
|
+
'contractcard.body.limits.contractMinValue': string;
|
|
3534
|
+
'contractcard.body.limits.partialWithdrawalMin': string;
|
|
3535
|
+
'contractcard.body.issueDate': string;
|
|
3536
|
+
'contractcard.body.issueDateInterval': string;
|
|
3537
|
+
'contractcard.body.issueDateType': string;
|
|
3538
|
+
'contractcard.body.startDate': string;
|
|
3539
|
+
'contractcard.body.startDateInterval': string;
|
|
3540
|
+
'contractcard.body.startDateType': string;
|
|
3541
|
+
'contractcard.body.maturityDate': string;
|
|
3542
|
+
'contractcard.body.maturityDateInterval': string;
|
|
3543
|
+
'contractcard.body.maturityDateType': string;
|
|
3544
|
+
'contractcard.body.transitives.updatedTreeAt': string;
|
|
3545
|
+
'contractcard.body.parties.partyType': string;
|
|
3546
|
+
'contractcard.body.parties.partyFullName': string;
|
|
3547
|
+
'contractcard.body.parties.dateOfBirth': string;
|
|
3548
|
+
'contractcard.body.parties.partyPersonalId': string;
|
|
3549
|
+
'contractcard.body.parties.investmentExperience': string;
|
|
3550
|
+
'contractcard.body.parties.riskTolerance': string;
|
|
3551
|
+
'contractcard.body.parties.partyAddress.city': string;
|
|
3552
|
+
'contractcard.body.parties.partyAddress.street': string;
|
|
3553
|
+
'contractcard.body.parties.partyAddress.postalCode': string;
|
|
3554
|
+
'contractcard.body.parties.partyAddress.country': string;
|
|
3555
|
+
'contractcard.body.parties.partyTermStartDate': string;
|
|
3556
|
+
'contractcard.body.parties.partyTermStartDateInterval': string;
|
|
3557
|
+
'contractcard.body.parties.partyTermStartDateType': string;
|
|
3558
|
+
'contractcard.body.parties.partyEffectiveFrom': string;
|
|
3559
|
+
'contractcard.body.parties.partyEffectiveTo': string;
|
|
3560
|
+
'contractcard.body.parties.partyTermEndDate': string;
|
|
3561
|
+
'contractcard.body.parties.partyTermEndDateInterval': string;
|
|
3562
|
+
'contractcard.body.parties.partyTermEndDateType': string;
|
|
3563
|
+
'contractcard.body.parties.partyCoverages': string;
|
|
3564
|
+
'contractcard.body.coverages.coverageCode': string;
|
|
3565
|
+
'contractcard.body.coverages.coverageType': string;
|
|
3566
|
+
'contractcard.body.coverages.coverageStatus': string;
|
|
3567
|
+
'contractcard.body.coverages.insuredId': string;
|
|
3568
|
+
'contractcard.body.coverages.coverageSumInsured': string;
|
|
3569
|
+
'contractcard.body.coverages.coverageEffectiveFrom': string;
|
|
3570
|
+
'contractcard.body.coverages.coverageTermStartDate': string;
|
|
3571
|
+
'contractcard.body.coverages.coverageTermStartDateType': string;
|
|
3572
|
+
'contractcard.body.coverages.coverageTermStartDateInterval': string;
|
|
3573
|
+
'contractcard.body.paymentPlans.partyName': string;
|
|
3574
|
+
'contractcard.body.paymentPlans.paymentPlanFrequency': string;
|
|
3575
|
+
'contractcard.body.paymentPlans.paymentPlanAmount': string;
|
|
3576
|
+
'contractcard.body.paymentPlans.paymentPlanStatus': string;
|
|
3577
|
+
'contractcard.body.paymentPlans.paymentPlanStartDate': string;
|
|
3578
|
+
'contractcard.body.paymentPlans.paymentPlanStartDateInterval': string;
|
|
3579
|
+
'contractcard.body.paymentPlans.paymentPlanStartDateType': string;
|
|
3580
|
+
'contractcard.body.paymentPlans.paymentPlanStartDateIntervalType': string;
|
|
3581
|
+
'contractcard.body.investmentPlans.invPlanName': string;
|
|
3582
|
+
'contractcard.body.investmentPlans.invPlanCode': string;
|
|
3583
|
+
'contractcard.body.investmentPlans.invPlanStatus': string;
|
|
3584
|
+
'contractcard.body.investmentPlans.invPlanStartDate': string;
|
|
3585
|
+
'contractcard.body.investmentPlans.invPlanStartDateInterval': string;
|
|
3586
|
+
'contractcard.body.investmentPlans.invPlanStartDateType': string;
|
|
3587
|
+
'contractcard.body.investmentPlans.invPlanEndDate': string;
|
|
3588
|
+
'contractcard.body.investmentPlans.invPlanEndDateType': string;
|
|
3589
|
+
'contractcard.body.investmentPlans.invPlanEndDateInterval': string;
|
|
3590
|
+
'contractcard.body.investmentPlans.invPlanAllocation.allocationCode': string;
|
|
3591
|
+
'contractcard.body.investmentPlans.invPlanAllocation.allocationName': string;
|
|
3592
|
+
'contractcard.body.investmentPlans.invPlanAllocation.allocationPercentage': string;
|
|
3593
|
+
'contractcard.body.investmentPlans.invPlanAllocation.allocationStatus': string;
|
|
3594
|
+
'contractcard.transitives.createdAt': string;
|
|
3595
|
+
'contractcard.transitives.updatedAt': string;
|
|
3596
|
+
'contractcard.transitives.updatedTreeAt': string;
|
|
3597
|
+
'contract.status.active': string;
|
|
3434
3598
|
};
|
|
3435
3599
|
sv: {
|
|
3436
3600
|
'document.title': string;
|
|
@@ -3466,6 +3630,11 @@ export declare const messages: {
|
|
|
3466
3630
|
'task.priority.high': string;
|
|
3467
3631
|
'task.dueDate': string;
|
|
3468
3632
|
'task.customerMessages': string;
|
|
3633
|
+
'task.customerMessages.messageHistory': string;
|
|
3634
|
+
'task.customerMessages.none': string;
|
|
3635
|
+
'task.customerMessages.newMessageTitle': string;
|
|
3636
|
+
'task.customerMessages.newMessagePlaceholder': string;
|
|
3637
|
+
'button.sendMessage': string;
|
|
3469
3638
|
'task.edit': string;
|
|
3470
3639
|
'task.customerName': string;
|
|
3471
3640
|
'task.subject': string;
|
|
@@ -3492,6 +3661,9 @@ export declare const messages: {
|
|
|
3492
3661
|
'task.attachments.createTask': string;
|
|
3493
3662
|
'task.comments.external.added': string;
|
|
3494
3663
|
'task.feedback.publishedSaved': string;
|
|
3664
|
+
'task.transfer.create.title': string;
|
|
3665
|
+
'task.transfer.create.journalNumber': string;
|
|
3666
|
+
'task.transfer.create.files': string;
|
|
3495
3667
|
internalComments: string;
|
|
3496
3668
|
externalComments: string;
|
|
3497
3669
|
'comment.store': string;
|
|
@@ -3665,12 +3837,6 @@ export declare const messages: {
|
|
|
3665
3837
|
'feedback.main_topic.preschoolEducation': string;
|
|
3666
3838
|
'feedback.main_topic.communication': string;
|
|
3667
3839
|
'feedback.main_topic.cooperation': string;
|
|
3668
|
-
'feedback.sub_topic.otherfeedback': string;
|
|
3669
|
-
'feedback.sub_topic.familywithchildren': string;
|
|
3670
|
-
'feedback.sub_topic.libraryservices': string;
|
|
3671
|
-
'feedback.sub_topic.streetmaintservices': string;
|
|
3672
|
-
'feedback.sub_topic.exercise': string;
|
|
3673
|
-
'feedback.sub_topic.brand': string;
|
|
3674
3840
|
'help.title': string;
|
|
3675
3841
|
'attachmentView.title': string;
|
|
3676
3842
|
'attachmentTableHeader.size': string;
|
|
@@ -4201,7 +4367,6 @@ export declare const messages: {
|
|
|
4201
4367
|
'compare.dialog.side': string;
|
|
4202
4368
|
'menu.activities': string;
|
|
4203
4369
|
'feedback.all': string;
|
|
4204
|
-
'task.feedback.none': string;
|
|
4205
4370
|
'queues.all': string;
|
|
4206
4371
|
'consumers.all': string;
|
|
4207
4372
|
'queue.config.none': string;
|
|
@@ -4331,6 +4496,7 @@ export declare const messages: {
|
|
|
4331
4496
|
'taskcard.style.COMPACT': string;
|
|
4332
4497
|
'taskcard.style.DEFAULT': string;
|
|
4333
4498
|
'taskcard.style.LARGE': string;
|
|
4499
|
+
'task.feedback.none': string;
|
|
4334
4500
|
'toolbar.tagomi': string;
|
|
4335
4501
|
'tagomi.services.searchAll': string;
|
|
4336
4502
|
'tagomi.main.services.all': string;
|
|
@@ -4397,6 +4563,93 @@ export declare const messages: {
|
|
|
4397
4563
|
'xui.calendarInput.mask.placeholder.day': string;
|
|
4398
4564
|
'xui.calendarInput.mask.placeholder.month': string;
|
|
4399
4565
|
'xui.calendarInput.mask.placeholder.year': string;
|
|
4566
|
+
'contractsTable.title': string;
|
|
4567
|
+
'contractTable.col.header.status': string;
|
|
4568
|
+
'contractTable.col.header.contractNumber': string;
|
|
4569
|
+
'contractTable.col.header.contractType': string;
|
|
4570
|
+
'contractTable.col.header.created': string;
|
|
4571
|
+
'contractTable.col.header.maturityDate': string;
|
|
4572
|
+
'contractTable.col.header.policyholder': string;
|
|
4573
|
+
'contract.composer.contract.edit': string;
|
|
4574
|
+
'contractcard.edit': string;
|
|
4575
|
+
'contractcard.contractMain.title': string;
|
|
4576
|
+
'contractcard.contractDetails.title': string;
|
|
4577
|
+
'contractcard.contractParties.title': string;
|
|
4578
|
+
'contractcard.contractPartyDetails.title': string;
|
|
4579
|
+
'contractcard.investmentPlans.invPlanAllocations.title': string;
|
|
4580
|
+
'contractcard.paymentPlans.title': string;
|
|
4581
|
+
'contractcard.investmentPlans.title': string;
|
|
4582
|
+
'contractcard.coverages.title': string;
|
|
4583
|
+
'contractcard.body.category': string;
|
|
4584
|
+
'contractcard.body.status': string;
|
|
4585
|
+
'contractcard.body.productName': string;
|
|
4586
|
+
'contractcard.body.productCode': string;
|
|
4587
|
+
'contractcard.body.limits.annualMaxContribution': string;
|
|
4588
|
+
'contractcard.body.limits.contractMinValue': string;
|
|
4589
|
+
'contractcard.body.limits.partialWithdrawalMin': string;
|
|
4590
|
+
'contractcard.body.issueDate': string;
|
|
4591
|
+
'contractcard.body.issueDateInterval': string;
|
|
4592
|
+
'contractcard.body.issueDateType': string;
|
|
4593
|
+
'contractcard.body.startDate': string;
|
|
4594
|
+
'contractcard.body.startDateInterval': string;
|
|
4595
|
+
'contractcard.body.startDateType': string;
|
|
4596
|
+
'contractcard.body.maturityDate': string;
|
|
4597
|
+
'contractcard.body.maturityDateInterval': string;
|
|
4598
|
+
'contractcard.body.maturityDateType': string;
|
|
4599
|
+
'contractcard.body.transitives.updatedTreeAt': string;
|
|
4600
|
+
'contractcard.body.parties.partyType': string;
|
|
4601
|
+
'contractcard.body.parties.partyFullName': string;
|
|
4602
|
+
'contractcard.body.parties.dateOfBirth': string;
|
|
4603
|
+
'contractcard.body.parties.partyPersonalId': string;
|
|
4604
|
+
'contractcard.body.parties.investmentExperience': string;
|
|
4605
|
+
'contractcard.body.parties.riskTolerance': string;
|
|
4606
|
+
'contractcard.body.parties.partyAddress.city': string;
|
|
4607
|
+
'contractcard.body.parties.partyAddress.street': string;
|
|
4608
|
+
'contractcard.body.parties.partyAddress.postalCode': string;
|
|
4609
|
+
'contractcard.body.parties.partyAddress.country': string;
|
|
4610
|
+
'contractcard.body.parties.partyTermStartDate': string;
|
|
4611
|
+
'contractcard.body.parties.partyTermStartDateInterval': string;
|
|
4612
|
+
'contractcard.body.parties.partyTermStartDateType': string;
|
|
4613
|
+
'contractcard.body.parties.partyEffectiveFrom': string;
|
|
4614
|
+
'contractcard.body.parties.partyEffectiveTo': string;
|
|
4615
|
+
'contractcard.body.parties.partyTermEndDate': string;
|
|
4616
|
+
'contractcard.body.parties.partyTermEndDateInterval': string;
|
|
4617
|
+
'contractcard.body.parties.partyTermEndDateType': string;
|
|
4618
|
+
'contractcard.body.parties.partyCoverages': string;
|
|
4619
|
+
'contractcard.body.coverages.coverageCode': string;
|
|
4620
|
+
'contractcard.body.coverages.coverageType': string;
|
|
4621
|
+
'contractcard.body.coverages.coverageStatus': string;
|
|
4622
|
+
'contractcard.body.coverages.insuredId': string;
|
|
4623
|
+
'contractcard.body.coverages.coverageSumInsured': string;
|
|
4624
|
+
'contractcard.body.coverages.coverageEffectiveFrom': string;
|
|
4625
|
+
'contractcard.body.coverages.coverageTermStartDate': string;
|
|
4626
|
+
'contractcard.body.coverages.coverageTermStartDateType': string;
|
|
4627
|
+
'contractcard.body.coverages.coverageTermStartDateInterval': string;
|
|
4628
|
+
'contractcard.body.paymentPlans.partyName': string;
|
|
4629
|
+
'contractcard.body.paymentPlans.paymentPlanFrequency': string;
|
|
4630
|
+
'contractcard.body.paymentPlans.paymentPlanAmount': string;
|
|
4631
|
+
'contractcard.body.paymentPlans.paymentPlanStatus': string;
|
|
4632
|
+
'contractcard.body.paymentPlans.paymentPlanStartDate': string;
|
|
4633
|
+
'contractcard.body.paymentPlans.paymentPlanStartDateInterval': string;
|
|
4634
|
+
'contractcard.body.paymentPlans.paymentPlanStartDateType': string;
|
|
4635
|
+
'contractcard.body.paymentPlans.paymentPlanStartDateIntervalType': string;
|
|
4636
|
+
'contractcard.body.investmentPlans.invPlanName': string;
|
|
4637
|
+
'contractcard.body.investmentPlans.invPlanCode': string;
|
|
4638
|
+
'contractcard.body.investmentPlans.invPlanStatus': string;
|
|
4639
|
+
'contractcard.body.investmentPlans.invPlanStartDate': string;
|
|
4640
|
+
'contractcard.body.investmentPlans.invPlanStartDateInterval': string;
|
|
4641
|
+
'contractcard.body.investmentPlans.invPlanStartDateType': string;
|
|
4642
|
+
'contractcard.body.investmentPlans.invPlanEndDate': string;
|
|
4643
|
+
'contractcard.body.investmentPlans.invPlanEndDateType': string;
|
|
4644
|
+
'contractcard.body.investmentPlans.invPlanEndDateInterval': string;
|
|
4645
|
+
'contractcard.body.investmentPlans.invPlanAllocation.allocationCode': string;
|
|
4646
|
+
'contractcard.body.investmentPlans.invPlanAllocation.allocationName': string;
|
|
4647
|
+
'contractcard.body.investmentPlans.invPlanAllocation.allocationPercentage': string;
|
|
4648
|
+
'contractcard.body.investmentPlans.invPlanAllocation.allocationStatus': string;
|
|
4649
|
+
'contractcard.transitives.createdAt': string;
|
|
4650
|
+
'contractcard.transitives.updatedAt': string;
|
|
4651
|
+
'contractcard.transitives.updatedTreeAt': string;
|
|
4652
|
+
'contract.status.active': string;
|
|
4400
4653
|
};
|
|
4401
4654
|
};
|
|
4402
4655
|
|
|
@@ -6281,6 +6534,30 @@ declare module '@tanstack/react-router' {
|
|
|
6281
6534
|
}
|
|
6282
6535
|
|
|
6283
6536
|
|
|
6537
|
+
declare module '@mui/material' {
|
|
6538
|
+
interface Components<Theme = unknown> extends EveliComponents<Theme> {
|
|
6539
|
+
}
|
|
6540
|
+
}
|
|
6541
|
+
|
|
6542
|
+
|
|
6543
|
+
declare module '@mui/material/Button' {
|
|
6544
|
+
interface ButtonPropsVariantOverrides {
|
|
6545
|
+
explorerInactive: true;
|
|
6546
|
+
explorerActive: true;
|
|
6547
|
+
}
|
|
6548
|
+
}
|
|
6549
|
+
|
|
6550
|
+
|
|
6551
|
+
declare module 'react' {
|
|
6552
|
+
interface CSSProperties {
|
|
6553
|
+
'--tree-view-text-color'?: string;
|
|
6554
|
+
'--tree-view-color'?: string;
|
|
6555
|
+
'--tree-view-bg-color'?: string;
|
|
6556
|
+
'--tree-view-hover-color'?: string;
|
|
6557
|
+
}
|
|
6558
|
+
}
|
|
6559
|
+
|
|
6560
|
+
|
|
6284
6561
|
declare module '@tanstack/react-router' {
|
|
6285
6562
|
interface FileRoutesByPath {
|
|
6286
6563
|
'/': {
|
|
@@ -6552,30 +6829,6 @@ declare module '@mui/material' {
|
|
|
6552
6829
|
}
|
|
6553
6830
|
|
|
6554
6831
|
|
|
6555
|
-
declare module '@mui/material/Button' {
|
|
6556
|
-
interface ButtonPropsVariantOverrides {
|
|
6557
|
-
explorerInactive: true;
|
|
6558
|
-
explorerActive: true;
|
|
6559
|
-
}
|
|
6560
|
-
}
|
|
6561
|
-
|
|
6562
|
-
|
|
6563
|
-
declare module 'react' {
|
|
6564
|
-
interface CSSProperties {
|
|
6565
|
-
'--tree-view-text-color'?: string;
|
|
6566
|
-
'--tree-view-color'?: string;
|
|
6567
|
-
'--tree-view-bg-color'?: string;
|
|
6568
|
-
'--tree-view-hover-color'?: string;
|
|
6569
|
-
}
|
|
6570
|
-
}
|
|
6571
|
-
|
|
6572
|
-
|
|
6573
|
-
declare module '@mui/material' {
|
|
6574
|
-
interface Components<Theme = unknown> extends EveliComponents<Theme> {
|
|
6575
|
-
}
|
|
6576
|
-
}
|
|
6577
|
-
|
|
6578
|
-
|
|
6579
6832
|
declare module "@tanstack/react-table" {
|
|
6580
6833
|
interface ColumnMeta<TData extends RowData, TValue> {
|
|
6581
6834
|
enableSelection?: boolean;
|