@dxs-ts/eveli-ide 2.0.48 → 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/index.d.ts CHANGED
@@ -646,6 +646,7 @@ export declare const EveliFeatureMapping: {
646
646
  STENCIL_ENABLED: (given: TenantFeature[]) => boolean;
647
647
  WRENCH_ENABLED: (given: TenantFeature[]) => boolean;
648
648
  TAGOMI_ENABLED: (given: TenantFeature[]) => boolean;
649
+ CONTRACT_ENABLED: (given: TenantFeature[]) => boolean;
649
650
  PUBLICATION_UPDATE: (given: TenantFeature[]) => boolean;
650
651
  STENCIL_LOCALE_FILTER: (given: TenantFeature[]) => boolean;
651
652
  DIALOB_ENABLED: (given: TenantFeature[]) => boolean;
@@ -810,6 +811,7 @@ declare const EveliPermissionMapping: {
810
811
  NAV_TO_BATCHES: (input: IamApi.UserPermission) => boolean;
811
812
  NAV_TO_HEALTH: (input: IamApi.UserPermission) => boolean;
812
813
  NAV_TO_TAGOMI: (input: IamApi.UserPermission) => boolean;
814
+ NAV_TO_CONTRACTS: (input: IamApi.UserPermission) => boolean;
813
815
  CREATE_TASK: (input: IamApi.UserPermission) => boolean;
814
816
  CREATE_STENCIL_ASSET: (input: IamApi.UserPermission) => boolean;
815
817
  CREATE_WRENCH_ASSET: (input: IamApi.UserPermission) => boolean;
@@ -1078,6 +1080,7 @@ declare interface FileRoutesByFullPath {
1078
1080
  '/secured/$locale/worker': typeof SecuredLocaleWorkerRouteWithChildren;
1079
1081
  '/secured/$locale/': typeof SecuredLocaleIndexRoute;
1080
1082
  '/secured/$locale/worker/batches': typeof SecuredLocaleWorkerBatchesRouteWithChildren;
1083
+ '/secured/$locale/worker/contracts': typeof SecuredLocaleWorkerContractsRouteWithChildren;
1081
1084
  '/secured/$locale/worker/profile': typeof SecuredLocaleWorkerProfileRoute;
1082
1085
  '/secured/$locale/worker/tasks': typeof SecuredLocaleWorkerTasksRouteWithChildren;
1083
1086
  '/secured/$locale/publications': typeof SecuredLocalePublicationsIndexRoute;
@@ -1088,6 +1091,7 @@ declare interface FileRoutesByFullPath {
1088
1091
  '/secured/$locale/assets/tagomi': typeof SecuredLocaleAssetsTagomiIndexRoute;
1089
1092
  '/secured/$locale/assets/wrench': typeof SecuredLocaleAssetsWrenchIndexRoute;
1090
1093
  '/secured/$locale/worker/batches/': typeof SecuredLocaleWorkerBatchesIndexRoute;
1094
+ '/secured/$locale/worker/contracts/': typeof SecuredLocaleWorkerContractsIndexRoute;
1091
1095
  '/secured/$locale/worker/dashboard': typeof SecuredLocaleWorkerDashboardIndexRoute;
1092
1096
  '/secured/$locale/worker/feedback': typeof SecuredLocaleWorkerFeedbackIndexRoute;
1093
1097
  '/secured/$locale/worker/help': typeof SecuredLocaleWorkerHelpIndexRoute;
@@ -1098,6 +1102,7 @@ declare interface FileRoutesByFullPath {
1098
1102
  '/secured/$locale/worker/user-activity': typeof SecuredLocaleWorkerUserActivityIndexRoute;
1099
1103
  '/secured/$locale/worker/batches/$batchId': typeof SecuredLocaleWorkerBatchesBatchIdIndexRoute;
1100
1104
  '/secured/$locale/worker/batches/create': typeof SecuredLocaleWorkerBatchesCreateIndexRoute;
1105
+ '/secured/$locale/worker/contracts/$contractId': typeof SecuredLocaleWorkerContractsContractIdIndexRoute;
1101
1106
  '/secured/$locale/worker/feedback/$feedbackId': typeof SecuredLocaleWorkerFeedbackFeedbackIdIndexRoute;
1102
1107
  '/secured/$locale/worker/queues/deliveries': typeof SecuredLocaleWorkerQueuesDeliveriesIndexRoute;
1103
1108
  '/secured/$locale/worker/queues/messages': typeof SecuredLocaleWorkerQueuesMessagesIndexRoute;
@@ -1116,6 +1121,7 @@ declare interface FileRoutesById {
1116
1121
  '/secured/$locale/worker': typeof SecuredLocaleWorkerRouteWithChildren;
1117
1122
  '/secured/$locale/': typeof SecuredLocaleIndexRoute;
1118
1123
  '/secured/$locale/worker/batches': typeof SecuredLocaleWorkerBatchesRouteWithChildren;
1124
+ '/secured/$locale/worker/contracts': typeof SecuredLocaleWorkerContractsRouteWithChildren;
1119
1125
  '/secured/$locale/worker/profile': typeof SecuredLocaleWorkerProfileRoute;
1120
1126
  '/secured/$locale/worker/tasks': typeof SecuredLocaleWorkerTasksRouteWithChildren;
1121
1127
  '/secured/$locale/publications/': typeof SecuredLocalePublicationsIndexRoute;
@@ -1126,6 +1132,7 @@ declare interface FileRoutesById {
1126
1132
  '/secured/$locale/assets/tagomi/': typeof SecuredLocaleAssetsTagomiIndexRoute;
1127
1133
  '/secured/$locale/assets/wrench/': typeof SecuredLocaleAssetsWrenchIndexRoute;
1128
1134
  '/secured/$locale/worker/batches/': typeof SecuredLocaleWorkerBatchesIndexRoute;
1135
+ '/secured/$locale/worker/contracts/': typeof SecuredLocaleWorkerContractsIndexRoute;
1129
1136
  '/secured/$locale/worker/dashboard/': typeof SecuredLocaleWorkerDashboardIndexRoute;
1130
1137
  '/secured/$locale/worker/feedback/': typeof SecuredLocaleWorkerFeedbackIndexRoute;
1131
1138
  '/secured/$locale/worker/help/': typeof SecuredLocaleWorkerHelpIndexRoute;
@@ -1136,6 +1143,7 @@ declare interface FileRoutesById {
1136
1143
  '/secured/$locale/worker/user-activity/': typeof SecuredLocaleWorkerUserActivityIndexRoute;
1137
1144
  '/secured/$locale/worker/batches/$batchId/': typeof SecuredLocaleWorkerBatchesBatchIdIndexRoute;
1138
1145
  '/secured/$locale/worker/batches/create/': typeof SecuredLocaleWorkerBatchesCreateIndexRoute;
1146
+ '/secured/$locale/worker/contracts/$contractId/': typeof SecuredLocaleWorkerContractsContractIdIndexRoute;
1139
1147
  '/secured/$locale/worker/feedback/$feedbackId/': typeof SecuredLocaleWorkerFeedbackFeedbackIdIndexRoute;
1140
1148
  '/secured/$locale/worker/queues/deliveries/': typeof SecuredLocaleWorkerQueuesDeliveriesIndexRoute;
1141
1149
  '/secured/$locale/worker/queues/messages/': typeof SecuredLocaleWorkerQueuesMessagesIndexRoute;
@@ -1160,6 +1168,7 @@ declare interface FileRoutesByTo {
1160
1168
  '/secured/$locale/assets/tagomi': typeof SecuredLocaleAssetsTagomiIndexRoute;
1161
1169
  '/secured/$locale/assets/wrench': typeof SecuredLocaleAssetsWrenchIndexRoute;
1162
1170
  '/secured/$locale/worker/batches': typeof SecuredLocaleWorkerBatchesIndexRoute;
1171
+ '/secured/$locale/worker/contracts': typeof SecuredLocaleWorkerContractsIndexRoute;
1163
1172
  '/secured/$locale/worker/dashboard': typeof SecuredLocaleWorkerDashboardIndexRoute;
1164
1173
  '/secured/$locale/worker/feedback': typeof SecuredLocaleWorkerFeedbackIndexRoute;
1165
1174
  '/secured/$locale/worker/help': typeof SecuredLocaleWorkerHelpIndexRoute;
@@ -1170,6 +1179,7 @@ declare interface FileRoutesByTo {
1170
1179
  '/secured/$locale/worker/user-activity': typeof SecuredLocaleWorkerUserActivityIndexRoute;
1171
1180
  '/secured/$locale/worker/batches/$batchId': typeof SecuredLocaleWorkerBatchesBatchIdIndexRoute;
1172
1181
  '/secured/$locale/worker/batches/create': typeof SecuredLocaleWorkerBatchesCreateIndexRoute;
1182
+ '/secured/$locale/worker/contracts/$contractId': typeof SecuredLocaleWorkerContractsContractIdIndexRoute;
1173
1183
  '/secured/$locale/worker/feedback/$feedbackId': typeof SecuredLocaleWorkerFeedbackFeedbackIdIndexRoute;
1174
1184
  '/secured/$locale/worker/queues/deliveries': typeof SecuredLocaleWorkerQueuesDeliveriesIndexRoute;
1175
1185
  '/secured/$locale/worker/queues/messages': typeof SecuredLocaleWorkerQueuesMessagesIndexRoute;
@@ -1181,10 +1191,10 @@ declare interface FileRoutesByTo {
1181
1191
 
1182
1192
  export declare interface FileRouteTypes {
1183
1193
  fileRoutesByFullPath: FileRoutesByFullPath;
1184
- fullPaths: '/' | '/secured/$locale' | '/public/$locale/auth' | '/secured/$locale/assets' | '/secured/$locale/worker' | '/secured/$locale/' | '/secured/$locale/worker/batches' | '/secured/$locale/worker/profile' | '/secured/$locale/worker/tasks' | '/secured/$locale/publications' | '/secured/$locale/assets/forms/$formId' | '/secured/$locale/assets/forms' | '/secured/$locale/assets/migrate' | '/secured/$locale/assets/stencil' | '/secured/$locale/assets/tagomi' | '/secured/$locale/assets/wrench' | '/secured/$locale/worker/batches/' | '/secured/$locale/worker/dashboard' | '/secured/$locale/worker/feedback' | '/secured/$locale/worker/help' | '/secured/$locale/worker/monitoring' | '/secured/$locale/worker/queues' | '/secured/$locale/worker/task-activity' | '/secured/$locale/worker/tasks/' | '/secured/$locale/worker/user-activity' | '/secured/$locale/worker/batches/$batchId' | '/secured/$locale/worker/batches/create' | '/secured/$locale/worker/feedback/$feedbackId' | '/secured/$locale/worker/queues/deliveries' | '/secured/$locale/worker/queues/messages' | '/secured/$locale/worker/tasks/$taskId' | '/secured/$locale/worker/tasks/create' | '/secured/$locale/worker/tasks/$taskId/review' | '/secured/$locale/worker/batches/$batchId/steps/$stepId';
1194
+ fullPaths: '/' | '/secured/$locale' | '/public/$locale/auth' | '/secured/$locale/assets' | '/secured/$locale/worker' | '/secured/$locale/' | '/secured/$locale/worker/batches' | '/secured/$locale/worker/contracts' | '/secured/$locale/worker/profile' | '/secured/$locale/worker/tasks' | '/secured/$locale/publications' | '/secured/$locale/assets/forms/$formId' | '/secured/$locale/assets/forms' | '/secured/$locale/assets/migrate' | '/secured/$locale/assets/stencil' | '/secured/$locale/assets/tagomi' | '/secured/$locale/assets/wrench' | '/secured/$locale/worker/batches/' | '/secured/$locale/worker/contracts/' | '/secured/$locale/worker/dashboard' | '/secured/$locale/worker/feedback' | '/secured/$locale/worker/help' | '/secured/$locale/worker/monitoring' | '/secured/$locale/worker/queues' | '/secured/$locale/worker/task-activity' | '/secured/$locale/worker/tasks/' | '/secured/$locale/worker/user-activity' | '/secured/$locale/worker/batches/$batchId' | '/secured/$locale/worker/batches/create' | '/secured/$locale/worker/contracts/$contractId' | '/secured/$locale/worker/feedback/$feedbackId' | '/secured/$locale/worker/queues/deliveries' | '/secured/$locale/worker/queues/messages' | '/secured/$locale/worker/tasks/$taskId' | '/secured/$locale/worker/tasks/create' | '/secured/$locale/worker/tasks/$taskId/review' | '/secured/$locale/worker/batches/$batchId/steps/$stepId';
1185
1195
  fileRoutesByTo: FileRoutesByTo;
1186
- to: '/' | '/public/$locale/auth' | '/secured/$locale/assets' | '/secured/$locale/worker' | '/secured/$locale' | '/secured/$locale/worker/profile' | '/secured/$locale/publications' | '/secured/$locale/assets/forms/$formId' | '/secured/$locale/assets/forms' | '/secured/$locale/assets/migrate' | '/secured/$locale/assets/stencil' | '/secured/$locale/assets/tagomi' | '/secured/$locale/assets/wrench' | '/secured/$locale/worker/batches' | '/secured/$locale/worker/dashboard' | '/secured/$locale/worker/feedback' | '/secured/$locale/worker/help' | '/secured/$locale/worker/monitoring' | '/secured/$locale/worker/queues' | '/secured/$locale/worker/task-activity' | '/secured/$locale/worker/tasks' | '/secured/$locale/worker/user-activity' | '/secured/$locale/worker/batches/$batchId' | '/secured/$locale/worker/batches/create' | '/secured/$locale/worker/feedback/$feedbackId' | '/secured/$locale/worker/queues/deliveries' | '/secured/$locale/worker/queues/messages' | '/secured/$locale/worker/tasks/$taskId' | '/secured/$locale/worker/tasks/create' | '/secured/$locale/worker/tasks/$taskId/review' | '/secured/$locale/worker/batches/$batchId/steps/$stepId';
1187
- id: '__root__' | '/' | '/secured/$locale' | '/public/$locale/auth' | '/secured/$locale/assets' | '/secured/$locale/worker' | '/secured/$locale/' | '/secured/$locale/worker/batches' | '/secured/$locale/worker/profile' | '/secured/$locale/worker/tasks' | '/secured/$locale/publications/' | '/secured/$locale/assets/forms/$formId' | '/secured/$locale/assets/forms/' | '/secured/$locale/assets/migrate/' | '/secured/$locale/assets/stencil/' | '/secured/$locale/assets/tagomi/' | '/secured/$locale/assets/wrench/' | '/secured/$locale/worker/batches/' | '/secured/$locale/worker/dashboard/' | '/secured/$locale/worker/feedback/' | '/secured/$locale/worker/help/' | '/secured/$locale/worker/monitoring/' | '/secured/$locale/worker/queues/' | '/secured/$locale/worker/task-activity/' | '/secured/$locale/worker/tasks/' | '/secured/$locale/worker/user-activity/' | '/secured/$locale/worker/batches/$batchId/' | '/secured/$locale/worker/batches/create/' | '/secured/$locale/worker/feedback/$feedbackId/' | '/secured/$locale/worker/queues/deliveries/' | '/secured/$locale/worker/queues/messages/' | '/secured/$locale/worker/tasks/$taskId/' | '/secured/$locale/worker/tasks/create/' | '/secured/$locale/worker/tasks/$taskId/review/' | '/secured/$locale/worker/batches/$batchId/steps/$stepId/';
1196
+ to: '/' | '/public/$locale/auth' | '/secured/$locale/assets' | '/secured/$locale/worker' | '/secured/$locale' | '/secured/$locale/worker/profile' | '/secured/$locale/publications' | '/secured/$locale/assets/forms/$formId' | '/secured/$locale/assets/forms' | '/secured/$locale/assets/migrate' | '/secured/$locale/assets/stencil' | '/secured/$locale/assets/tagomi' | '/secured/$locale/assets/wrench' | '/secured/$locale/worker/batches' | '/secured/$locale/worker/contracts' | '/secured/$locale/worker/dashboard' | '/secured/$locale/worker/feedback' | '/secured/$locale/worker/help' | '/secured/$locale/worker/monitoring' | '/secured/$locale/worker/queues' | '/secured/$locale/worker/task-activity' | '/secured/$locale/worker/tasks' | '/secured/$locale/worker/user-activity' | '/secured/$locale/worker/batches/$batchId' | '/secured/$locale/worker/batches/create' | '/secured/$locale/worker/contracts/$contractId' | '/secured/$locale/worker/feedback/$feedbackId' | '/secured/$locale/worker/queues/deliveries' | '/secured/$locale/worker/queues/messages' | '/secured/$locale/worker/tasks/$taskId' | '/secured/$locale/worker/tasks/create' | '/secured/$locale/worker/tasks/$taskId/review' | '/secured/$locale/worker/batches/$batchId/steps/$stepId';
1197
+ id: '__root__' | '/' | '/secured/$locale' | '/public/$locale/auth' | '/secured/$locale/assets' | '/secured/$locale/worker' | '/secured/$locale/' | '/secured/$locale/worker/batches' | '/secured/$locale/worker/contracts' | '/secured/$locale/worker/profile' | '/secured/$locale/worker/tasks' | '/secured/$locale/publications/' | '/secured/$locale/assets/forms/$formId' | '/secured/$locale/assets/forms/' | '/secured/$locale/assets/migrate/' | '/secured/$locale/assets/stencil/' | '/secured/$locale/assets/tagomi/' | '/secured/$locale/assets/wrench/' | '/secured/$locale/worker/batches/' | '/secured/$locale/worker/contracts/' | '/secured/$locale/worker/dashboard/' | '/secured/$locale/worker/feedback/' | '/secured/$locale/worker/help/' | '/secured/$locale/worker/monitoring/' | '/secured/$locale/worker/queues/' | '/secured/$locale/worker/task-activity/' | '/secured/$locale/worker/tasks/' | '/secured/$locale/worker/user-activity/' | '/secured/$locale/worker/batches/$batchId/' | '/secured/$locale/worker/batches/create/' | '/secured/$locale/worker/contracts/$contractId/' | '/secured/$locale/worker/feedback/$feedbackId/' | '/secured/$locale/worker/queues/deliveries/' | '/secured/$locale/worker/queues/messages/' | '/secured/$locale/worker/tasks/$taskId/' | '/secured/$locale/worker/tasks/create/' | '/secured/$locale/worker/tasks/$taskId/review/' | '/secured/$locale/worker/batches/$batchId/steps/$stepId/';
1188
1198
  fileRoutesById: FileRoutesById;
1189
1199
  }
1190
1200
 
@@ -1285,7 +1295,7 @@ export declare namespace IamApi {
1285
1295
  }
1286
1296
 
1287
1297
  export declare namespace IamApi {
1288
- export type UserPermission = 'WRENCH_VIEW' | 'WRENCH_EDIT' | 'STENCIL_VIEW' | 'STENCIL_EDIT' | 'TASK_ALL_VIEW' | 'TASK_ALL_EDIT' | 'TASK_ALL_DELETE' | 'TASK_GROUP_VIEW' | 'TASK_GROUP_EDIT' | 'RELEASE_VIEW' | 'RELEASE_EDIT' | 'DEPLOYMENT_VIEW' | 'DEPLOYMENT_EDIT' | 'DASHBOARD_VIEW' | 'FEEDBACK_VIEW' | 'FEEBACK_EDIT' | 'DIALOB_VIEW' | 'DIALOB_EDIT' | 'TABLES_V2' | 'BATCH_VIEW' | 'BATCH_EDIT' | 'TASK_REOPEN' | 'USER_PROFILE_EDIT' | 'HEALTH_VIEW' | 'TAGOMI_EDIT';
1298
+ export type UserPermission = 'WRENCH_VIEW' | 'WRENCH_EDIT' | 'STENCIL_VIEW' | 'STENCIL_EDIT' | 'TASK_ALL_VIEW' | 'TASK_ALL_EDIT' | 'TASK_ALL_DELETE' | 'TASK_GROUP_VIEW' | 'TASK_GROUP_EDIT' | 'RELEASE_VIEW' | 'RELEASE_EDIT' | 'DEPLOYMENT_VIEW' | 'DEPLOYMENT_EDIT' | 'DASHBOARD_VIEW' | 'FEEDBACK_VIEW' | 'FEEBACK_EDIT' | 'DIALOB_VIEW' | 'DIALOB_EDIT' | 'TABLES_V2' | 'BATCH_VIEW' | 'BATCH_EDIT' | 'TASK_REOPEN' | 'USER_PROFILE_EDIT' | 'HEALTH_VIEW' | 'TAGOMI_EDIT' | 'CONTRACT_EDIT';
1289
1299
  export interface User {
1290
1300
  userId: string;
1291
1301
  name: string;
@@ -1431,6 +1441,11 @@ export declare const messages: {
1431
1441
  'task.priority.high': string;
1432
1442
  'task.dueDate': string;
1433
1443
  'task.customerMessages': string;
1444
+ 'task.customerMessages.messageHistory': string;
1445
+ 'task.customerMessages.none': string;
1446
+ 'task.customerMessages.newMessageTitle': string;
1447
+ 'task.customerMessages.newMessagePlaceholder': string;
1448
+ 'button.sendMessage': string;
1434
1449
  'task.edit': string;
1435
1450
  'task.customerName': string;
1436
1451
  'task.subject': string;
@@ -1457,6 +1472,12 @@ export declare const messages: {
1457
1472
  'task.attachments.createTask': string;
1458
1473
  'task.comments.external.added': string;
1459
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;
1460
1481
  internalComments: string;
1461
1482
  externalComments: string;
1462
1483
  'comment.store': string;
@@ -1591,6 +1612,8 @@ export declare const messages: {
1591
1612
  CustomerCreated: string;
1592
1613
  Internal: string;
1593
1614
  'task.role.assignedAllUsers': string;
1615
+ 'task.roles.none': string;
1616
+ 'task.assignees.none': string;
1594
1617
  'task.feedback.published': string;
1595
1618
  'confirm.close.title': string;
1596
1619
  'confirm.unsavedChanges': string;
@@ -1621,21 +1644,15 @@ export declare const messages: {
1621
1644
  'feedback.delete.confirmText': string;
1622
1645
  'feedback.main_topic.cityService': string;
1623
1646
  'feedback.main_topic.roadMaintance': string;
1624
- 'feedback.main_topic.cityconstruction': string;
1647
+ 'feedback.main_topic.cityConstruction': string;
1625
1648
  'feedback.main_topic.youthService': string;
1626
1649
  'feedback.main_topic.exercise': string;
1627
1650
  'feedback.main_topic.school': string;
1628
- 'feedback.main_topic.employmentimmigration': string;
1651
+ 'feedback.main_topic.employmentImmigration': string;
1629
1652
  'feedback.main_topic.freeTimeCulture': string;
1630
1653
  'feedback.main_topic.preschoolEducation': string;
1631
1654
  'feedback.main_topic.communication': string;
1632
1655
  'feedback.main_topic.cooperation': string;
1633
- 'feedback.sub_topic.otherfeedback': string;
1634
- 'feedback.sub_topic.familywithchildren': string;
1635
- 'feedback.sub_topic.libraryservices': string;
1636
- 'feedback.sub_topic.streetmaintservices': string;
1637
- 'feedback.sub_topic.exercise': string;
1638
- 'feedback.sub_topic.brand': string;
1639
1656
  'help.title': string;
1640
1657
  'attachmentView.title': string;
1641
1658
  'attachmentTableHeader.size': string;
@@ -1828,6 +1845,7 @@ export declare const messages: {
1828
1845
  'snack.migration.createdMessage': string;
1829
1846
  'toolbar.save': string;
1830
1847
  'toolbar.stencil': string;
1848
+ 'toolbar.contracts': string;
1831
1849
  'toolbar.wrench': string;
1832
1850
  'toolbar.menu': string;
1833
1851
  'toolbar.help': string;
@@ -2166,7 +2184,6 @@ export declare const messages: {
2166
2184
  'compare.dialog.side': string;
2167
2185
  'menu.activities': string;
2168
2186
  'feedback.all': string;
2169
- 'task.feedback.none': string;
2170
2187
  'queues.all': string;
2171
2188
  'consumers.all': string;
2172
2189
  'queue.config.none': string;
@@ -2296,6 +2313,80 @@ export declare const messages: {
2296
2313
  'taskcard.style.COMPACT': string;
2297
2314
  'taskcard.style.DEFAULT': string;
2298
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;
2299
2390
  'toolbar.tagomi': string;
2300
2391
  'tagomi.services.searchAll': string;
2301
2392
  'tagomi.main.services.all': string;
@@ -2362,6 +2453,93 @@ export declare const messages: {
2362
2453
  'xui.calendarInput.mask.placeholder.day': string;
2363
2454
  'xui.calendarInput.mask.placeholder.month': string;
2364
2455
  'xui.calendarInput.mask.placeholder.year': string;
2456
+ 'contractsTable.title': string;
2457
+ 'contractTable.col.header.status': string;
2458
+ 'contractTable.col.header.contractNumber': string;
2459
+ 'contractTable.col.header.contractType': string;
2460
+ 'contractTable.col.header.created': string;
2461
+ 'contractTable.col.header.maturityDate': string;
2462
+ 'contractTable.col.header.policyholder': string;
2463
+ 'contract.composer.contract.edit': string;
2464
+ 'contractcard.edit': string;
2465
+ 'contractcard.contractMain.title': string;
2466
+ 'contractcard.contractDetails.title': string;
2467
+ 'contractcard.contractParties.title': string;
2468
+ 'contractcard.contractPartyDetails.title': string;
2469
+ 'contractcard.investmentPlans.invPlanAllocations.title': string;
2470
+ 'contractcard.paymentPlans.title': string;
2471
+ 'contractcard.investmentPlans.title': string;
2472
+ 'contractcard.coverages.title': string;
2473
+ 'contractcard.body.category': string;
2474
+ 'contractcard.body.status': string;
2475
+ 'contractcard.body.productName': string;
2476
+ 'contractcard.body.productCode': string;
2477
+ 'contractcard.body.limits.annualMaxContribution': string;
2478
+ 'contractcard.body.limits.contractMinValue': string;
2479
+ 'contractcard.body.limits.partialWithdrawalMin': string;
2480
+ 'contractcard.body.issueDate': string;
2481
+ 'contractcard.body.issueDateInterval': string;
2482
+ 'contractcard.body.issueDateType': string;
2483
+ 'contractcard.body.startDate': string;
2484
+ 'contractcard.body.startDateInterval': string;
2485
+ 'contractcard.body.startDateType': string;
2486
+ 'contractcard.body.maturityDate': string;
2487
+ 'contractcard.body.maturityDateInterval': string;
2488
+ 'contractcard.body.maturityDateType': string;
2489
+ 'contractcard.body.transitives.updatedTreeAt': string;
2490
+ 'contractcard.body.parties.partyType': string;
2491
+ 'contractcard.body.parties.partyFullName': string;
2492
+ 'contractcard.body.parties.dateOfBirth': string;
2493
+ 'contractcard.body.parties.partyPersonalId': string;
2494
+ 'contractcard.body.parties.investmentExperience': string;
2495
+ 'contractcard.body.parties.riskTolerance': string;
2496
+ 'contractcard.body.parties.partyAddress.city': string;
2497
+ 'contractcard.body.parties.partyAddress.street': string;
2498
+ 'contractcard.body.parties.partyAddress.postalCode': string;
2499
+ 'contractcard.body.parties.partyAddress.country': string;
2500
+ 'contractcard.body.parties.partyTermStartDate': string;
2501
+ 'contractcard.body.parties.partyTermStartDateInterval': string;
2502
+ 'contractcard.body.parties.partyTermStartDateType': string;
2503
+ 'contractcard.body.parties.partyEffectiveFrom': string;
2504
+ 'contractcard.body.parties.partyEffectiveTo': string;
2505
+ 'contractcard.body.parties.partyTermEndDate': string;
2506
+ 'contractcard.body.parties.partyTermEndDateInterval': string;
2507
+ 'contractcard.body.parties.partyTermEndDateType': string;
2508
+ 'contractcard.body.parties.partyCoverages': string;
2509
+ 'contractcard.body.coverages.coverageCode': string;
2510
+ 'contractcard.body.coverages.coverageType': string;
2511
+ 'contractcard.body.coverages.coverageStatus': string;
2512
+ 'contractcard.body.coverages.insuredId': string;
2513
+ 'contractcard.body.coverages.coverageSumInsured': string;
2514
+ 'contractcard.body.coverages.coverageEffectiveFrom': string;
2515
+ 'contractcard.body.coverages.coverageTermStartDate': string;
2516
+ 'contractcard.body.coverages.coverageTermStartDateType': string;
2517
+ 'contractcard.body.coverages.coverageTermStartDateInterval': string;
2518
+ 'contractcard.body.paymentPlans.partyName': string;
2519
+ 'contractcard.body.paymentPlans.paymentPlanFrequency': string;
2520
+ 'contractcard.body.paymentPlans.paymentPlanAmount': string;
2521
+ 'contractcard.body.paymentPlans.paymentPlanStatus': string;
2522
+ 'contractcard.body.paymentPlans.paymentPlanStartDate': string;
2523
+ 'contractcard.body.paymentPlans.paymentPlanStartDateInterval': string;
2524
+ 'contractcard.body.paymentPlans.paymentPlanStartDateType': string;
2525
+ 'contractcard.body.paymentPlans.paymentPlanStartDateIntervalType': string;
2526
+ 'contractcard.body.investmentPlans.invPlanName': string;
2527
+ 'contractcard.body.investmentPlans.invPlanCode': string;
2528
+ 'contractcard.body.investmentPlans.invPlanStatus': string;
2529
+ 'contractcard.body.investmentPlans.invPlanStartDate': string;
2530
+ 'contractcard.body.investmentPlans.invPlanStartDateInterval': string;
2531
+ 'contractcard.body.investmentPlans.invPlanStartDateType': string;
2532
+ 'contractcard.body.investmentPlans.invPlanEndDate': string;
2533
+ 'contractcard.body.investmentPlans.invPlanEndDateType': string;
2534
+ 'contractcard.body.investmentPlans.invPlanEndDateInterval': string;
2535
+ 'contractcard.body.investmentPlans.invPlanAllocation.allocationCode': string;
2536
+ 'contractcard.body.investmentPlans.invPlanAllocation.allocationName': string;
2537
+ 'contractcard.body.investmentPlans.invPlanAllocation.allocationPercentage': string;
2538
+ 'contractcard.body.investmentPlans.invPlanAllocation.allocationStatus': string;
2539
+ 'contractcard.transitives.createdAt': string;
2540
+ 'contractcard.transitives.updatedAt': string;
2541
+ 'contractcard.transitives.updatedTreeAt': string;
2542
+ 'contract.status.active': string;
2365
2543
  };
2366
2544
  fi: {
2367
2545
  'document.title': string;
@@ -2397,6 +2575,11 @@ export declare const messages: {
2397
2575
  'task.priority.high': string;
2398
2576
  'task.dueDate': string;
2399
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;
2400
2583
  'task.edit': string;
2401
2584
  'task.customerName': string;
2402
2585
  'task.subject': string;
@@ -2423,6 +2606,9 @@ export declare const messages: {
2423
2606
  'task.attachments.createTask': string;
2424
2607
  'task.comments.external.added': string;
2425
2608
  'task.feedback.publishedSaved': string;
2609
+ 'task.transfer.create.title': string;
2610
+ 'task.transfer.create.journalNumber': string;
2611
+ 'task.transfer.create.files': string;
2426
2612
  internalComments: string;
2427
2613
  externalComments: string;
2428
2614
  'comment.store': string;
@@ -2587,21 +2773,15 @@ export declare const messages: {
2587
2773
  'feedback.delete.confirmText': string;
2588
2774
  'feedback.main_topic.cityService': string;
2589
2775
  'feedback.main_topic.roadMaintance': string;
2590
- 'feedback.main_topic.cityconstruction': string;
2776
+ 'feedback.main_topic.cityConstruction': string;
2591
2777
  'feedback.main_topic.youthService': string;
2592
2778
  'feedback.main_topic.exercise': string;
2593
2779
  'feedback.main_topic.school': string;
2594
- 'feedback.main_topic.employmentimmigration': string;
2780
+ 'feedback.main_topic.employmentImmigration': string;
2595
2781
  'feedback.main_topic.freeTimeCulture': string;
2596
2782
  'feedback.main_topic.preschoolEducation': string;
2597
2783
  'feedback.main_topic.communication': string;
2598
2784
  'feedback.main_topic.cooperation': string;
2599
- 'feedback.sub_topic.otherfeedback': string;
2600
- 'feedback.sub_topic.familywithchildren': string;
2601
- 'feedback.sub_topic.libraryservices': string;
2602
- 'feedback.sub_topic.streetmaintservices': string;
2603
- 'feedback.sub_topic.exercise': string;
2604
- 'feedback.sub_topic.brand': string;
2605
2785
  'help.title': string;
2606
2786
  'attachmentView.title': string;
2607
2787
  'attachmentTableHeader.size': string;
@@ -2738,6 +2918,7 @@ export declare const messages: {
2738
2918
  'services.selected': string;
2739
2919
  'services.modeselect.title': string;
2740
2920
  'services.modeselect.label': string;
2921
+ 'services.devmode': string;
2741
2922
  'services.devmode.helper': string;
2742
2923
  'services.devmode.label': string;
2743
2924
  'services.devmode.tooltip': string;
@@ -3131,7 +3312,6 @@ export declare const messages: {
3131
3312
  'compare.dialog.side': string;
3132
3313
  'menu.activities': string;
3133
3314
  'feedback.all': string;
3134
- 'task.feedback.none': string;
3135
3315
  'queues.all': string;
3136
3316
  'consumers.all': string;
3137
3317
  'queue.config.none': string;
@@ -3261,6 +3441,7 @@ export declare const messages: {
3261
3441
  'taskcard.style.COMPACT': string;
3262
3442
  'taskcard.style.DEFAULT': string;
3263
3443
  'taskcard.style.LARGE': string;
3444
+ 'task.feedback.none': string;
3264
3445
  'toolbar.tagomi': string;
3265
3446
  'tagomi.services.searchAll': string;
3266
3447
  'tagomi.main.services.all': string;
@@ -3279,6 +3460,8 @@ export declare const messages: {
3279
3460
  'tagomi.service.options.templates.create': string;
3280
3461
  'tagomi.service.options.template.changeLocale': string;
3281
3462
  'tagomi.service.options.template.delete': string;
3463
+ 'tagomi.service.options.template.addDependencies': string;
3464
+ 'tagomi.service.options.template.debug': string;
3282
3465
  'tagomi.service.create.dialog.title': string;
3283
3466
  'tagomi.service.create.dialog.serviceName': string;
3284
3467
  'tagomi.service.create.dialog.orchestratorName': string;
@@ -3301,6 +3484,15 @@ export declare const messages: {
3301
3484
  'tagomi.template.editor.title': string;
3302
3485
  'tagomi.template.editor.serviceName': string;
3303
3486
  'tagomi.template.editor.localeLabel': string;
3487
+ 'tagomi.template.dependencies.add.dialog.title': string;
3488
+ 'tagomi.template.dependencies.add.dialog.desc': string;
3489
+ 'tagomi.template.dependencies.add.dialog.selectOrigin': string;
3490
+ 'tagomi.template.dependencies.add.dialog.selectTargets': string;
3491
+ 'tagomi.template.dependencies.add.dialog.helperText.noTemplateSelected': string;
3492
+ 'tagomi.service.options.template.editDependencies': string;
3493
+ 'tagomi.template.dependencies.edit.dialog.title': string;
3494
+ 'tagomi.template.dependencies.edit.dialog.desc': string;
3495
+ 'tagomi.template.dependencies.edit.dialog.selectOrigin': string;
3304
3496
  'tagomi.button.delete.dialog.template': string;
3305
3497
  'tagomi.template.delete.dialog.noTemplates.helperText': string;
3306
3498
  'tagomi.template.create.dialog.title': string;
@@ -3316,6 +3508,93 @@ export declare const messages: {
3316
3508
  'xui.calendarInput.mask.placeholder.day': string;
3317
3509
  'xui.calendarInput.mask.placeholder.month': string;
3318
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;
3319
3598
  };
3320
3599
  sv: {
3321
3600
  'document.title': string;
@@ -3351,6 +3630,11 @@ export declare const messages: {
3351
3630
  'task.priority.high': string;
3352
3631
  'task.dueDate': string;
3353
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;
3354
3638
  'task.edit': string;
3355
3639
  'task.customerName': string;
3356
3640
  'task.subject': string;
@@ -3377,6 +3661,9 @@ export declare const messages: {
3377
3661
  'task.attachments.createTask': string;
3378
3662
  'task.comments.external.added': string;
3379
3663
  'task.feedback.publishedSaved': string;
3664
+ 'task.transfer.create.title': string;
3665
+ 'task.transfer.create.journalNumber': string;
3666
+ 'task.transfer.create.files': string;
3380
3667
  internalComments: string;
3381
3668
  externalComments: string;
3382
3669
  'comment.store': string;
@@ -3541,21 +3828,15 @@ export declare const messages: {
3541
3828
  'feedback.delete.confirmText': string;
3542
3829
  'feedback.main_topic.cityService': string;
3543
3830
  'feedback.main_topic.roadMaintance': string;
3544
- 'feedback.main_topic.cityconstruction': string;
3831
+ 'feedback.main_topic.cityConstruction': string;
3545
3832
  'feedback.main_topic.youthService': string;
3546
3833
  'feedback.main_topic.exercise': string;
3547
3834
  'feedback.main_topic.school': string;
3548
- 'feedback.main_topic.employmentimmigration': string;
3835
+ 'feedback.main_topic.employmentImmigration': string;
3549
3836
  'feedback.main_topic.freeTimeCulture': string;
3550
3837
  'feedback.main_topic.preschoolEducation': string;
3551
3838
  'feedback.main_topic.communication': string;
3552
3839
  'feedback.main_topic.cooperation': string;
3553
- 'feedback.sub_topic.otherfeedback': string;
3554
- 'feedback.sub_topic.familywithchildren': string;
3555
- 'feedback.sub_topic.libraryservices': string;
3556
- 'feedback.sub_topic.streetmaintservices': string;
3557
- 'feedback.sub_topic.exercise': string;
3558
- 'feedback.sub_topic.brand': string;
3559
3840
  'help.title': string;
3560
3841
  'attachmentView.title': string;
3561
3842
  'attachmentTableHeader.size': string;
@@ -3692,6 +3973,7 @@ export declare const messages: {
3692
3973
  'services.selected': string;
3693
3974
  'services.modeselect.title': string;
3694
3975
  'services.modeselect.label': string;
3976
+ 'services.devmode': string;
3695
3977
  'services.devmode.helper': string;
3696
3978
  'services.devmode.label': string;
3697
3979
  'services.devmode.tooltip': string;
@@ -4085,7 +4367,6 @@ export declare const messages: {
4085
4367
  'compare.dialog.side': string;
4086
4368
  'menu.activities': string;
4087
4369
  'feedback.all': string;
4088
- 'task.feedback.none': string;
4089
4370
  'queues.all': string;
4090
4371
  'consumers.all': string;
4091
4372
  'queue.config.none': string;
@@ -4215,6 +4496,7 @@ export declare const messages: {
4215
4496
  'taskcard.style.COMPACT': string;
4216
4497
  'taskcard.style.DEFAULT': string;
4217
4498
  'taskcard.style.LARGE': string;
4499
+ 'task.feedback.none': string;
4218
4500
  'toolbar.tagomi': string;
4219
4501
  'tagomi.services.searchAll': string;
4220
4502
  'tagomi.main.services.all': string;
@@ -4233,6 +4515,8 @@ export declare const messages: {
4233
4515
  'tagomi.service.options.templates.create': string;
4234
4516
  'tagomi.service.options.template.changeLocale': string;
4235
4517
  'tagomi.service.options.template.delete': string;
4518
+ 'tagomi.service.options.template.addDependencies': string;
4519
+ 'tagomi.service.options.template.debug': string;
4236
4520
  'tagomi.service.create.dialog.title': string;
4237
4521
  'tagomi.service.create.dialog.serviceName': string;
4238
4522
  'tagomi.service.create.dialog.orchestratorName': string;
@@ -4255,6 +4539,15 @@ export declare const messages: {
4255
4539
  'tagomi.template.editor.title': string;
4256
4540
  'tagomi.template.editor.serviceName': string;
4257
4541
  'tagomi.template.editor.localeLabel': string;
4542
+ 'tagomi.template.dependencies.add.dialog.title': string;
4543
+ 'tagomi.template.dependencies.add.dialog.desc': string;
4544
+ 'tagomi.template.dependencies.add.dialog.selectOrigin': string;
4545
+ 'tagomi.template.dependencies.add.dialog.selectTargets': string;
4546
+ 'tagomi.template.dependencies.add.dialog.helperText.noTemplateSelected': string;
4547
+ 'tagomi.service.options.template.editDependencies': string;
4548
+ 'tagomi.template.dependencies.edit.dialog.title': string;
4549
+ 'tagomi.template.dependencies.edit.dialog.desc': string;
4550
+ 'tagomi.template.dependencies.edit.dialog.selectOrigin': string;
4258
4551
  'tagomi.button.delete.dialog.template': string;
4259
4552
  'tagomi.template.delete.dialog.noTemplates.helperText': string;
4260
4553
  'tagomi.template.create.dialog.title': string;
@@ -4270,6 +4563,93 @@ export declare const messages: {
4270
4563
  'xui.calendarInput.mask.placeholder.day': string;
4271
4564
  'xui.calendarInput.mask.placeholder.month': string;
4272
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;
4273
4653
  };
4274
4654
  };
4275
4655
 
@@ -5032,6 +5412,18 @@ declare class RootFileFetch_2 {
5032
5412
  }, {}, {
5033
5413
  getOne: (stepId: string) => Promise<BatchApi.RuntimeStep>;
5034
5414
  }>;
5415
+ } | {
5416
+ id: "worker/rest/api/contracts.GET";
5417
+ path: "worker/rest/api/contracts";
5418
+ method: "GET";
5419
+ params: {};
5420
+ hook: HookImpl<"worker/rest/api/contracts.GET", Hook<{}, {
5421
+ findAllContracts: () => Promise<ContractApi.ContractSummary[]>;
5422
+ getOneContract: (contractId: string) => Promise<ContractApi.ContractContainer>;
5423
+ }>, "worker/rest/api/contracts", "GET", {}, {}, {
5424
+ findAllContracts: () => Promise<ContractApi.ContractSummary[]>;
5425
+ getOneContract: (contractId: string) => Promise<ContractApi.ContractContainer>;
5426
+ }>;
5035
5427
  } | {
5036
5428
  id: "worker/rest/api/feedback/$feedbackId.DELETE";
5037
5429
  path: "worker/rest/api/feedback/$feedbackId";
@@ -5590,6 +5982,19 @@ declare const SecuredLocaleWorkerBatchesRouteChildren: SecuredLocaleWorkerBatche
5590
5982
 
5591
5983
  declare const SecuredLocaleWorkerBatchesRouteWithChildren: Route<Route<Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/secured/$locale", "/secured/$locale", "/secured/$locale", "/secured/$locale", undefined, ResolveParams<"/secured/$locale">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/worker", "/secured/$locale/worker", "/secured/$locale/worker", "/secured/$locale/worker", (search: Record<string, unknown>) => SearchParams, ResolveParams<"/worker">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/batches", "/secured/$locale/worker/batches", "/secured/$locale/worker/batches", "/secured/$locale/worker/batches", undefined, ResolveParams<"/batches">, AnyContext, AnyContext, AnyContext, {}, undefined, SecuredLocaleWorkerBatchesRouteChildren, unknown>;
5592
5984
 
5985
+ declare const SecuredLocaleWorkerContractsContractIdIndexRoute: Route<Route<Route<Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/secured/$locale", "/secured/$locale", "/secured/$locale", "/secured/$locale", undefined, ResolveParams<"/secured/$locale">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/worker", "/secured/$locale/worker", "/secured/$locale/worker", "/secured/$locale/worker", (search: Record<string, unknown>) => SearchParams, ResolveParams<"/worker">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/contracts", "/secured/$locale/worker/contracts", "/secured/$locale/worker/contracts", "/secured/$locale/worker/contracts", undefined, ResolveParams<"/contracts">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/$contractId", "/secured/$locale/worker/contracts/$contractId", "/secured/$locale/worker/contracts/$contractId/", "/secured/$locale/worker/contracts/$contractId/", undefined, ResolveParams<"/$contractId">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>;
5986
+
5987
+ declare const SecuredLocaleWorkerContractsIndexRoute: Route<Route<Route<Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/secured/$locale", "/secured/$locale", "/secured/$locale", "/secured/$locale", undefined, ResolveParams<"/secured/$locale">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/worker", "/secured/$locale/worker", "/secured/$locale/worker", "/secured/$locale/worker", (search: Record<string, unknown>) => SearchParams, ResolveParams<"/worker">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/contracts", "/secured/$locale/worker/contracts", "/secured/$locale/worker/contracts", "/secured/$locale/worker/contracts", undefined, ResolveParams<"/contracts">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/", "/secured/$locale/worker/contracts/", "/secured/$locale/worker/contracts/", "/secured/$locale/worker/contracts/", undefined, ResolveParams<"/">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>;
5988
+
5989
+ declare interface SecuredLocaleWorkerContractsRouteChildren {
5990
+ SecuredLocaleWorkerContractsIndexRoute: typeof SecuredLocaleWorkerContractsIndexRoute;
5991
+ SecuredLocaleWorkerContractsContractIdIndexRoute: typeof SecuredLocaleWorkerContractsContractIdIndexRoute;
5992
+ }
5993
+
5994
+ declare const SecuredLocaleWorkerContractsRouteChildren: SecuredLocaleWorkerContractsRouteChildren;
5995
+
5996
+ declare const SecuredLocaleWorkerContractsRouteWithChildren: Route<Route<Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/secured/$locale", "/secured/$locale", "/secured/$locale", "/secured/$locale", undefined, ResolveParams<"/secured/$locale">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/worker", "/secured/$locale/worker", "/secured/$locale/worker", "/secured/$locale/worker", (search: Record<string, unknown>) => SearchParams, ResolveParams<"/worker">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/contracts", "/secured/$locale/worker/contracts", "/secured/$locale/worker/contracts", "/secured/$locale/worker/contracts", undefined, ResolveParams<"/contracts">, AnyContext, AnyContext, AnyContext, {}, undefined, SecuredLocaleWorkerContractsRouteChildren, unknown>;
5997
+
5593
5998
  declare const SecuredLocaleWorkerDashboardIndexRoute: Route<Route<Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/secured/$locale", "/secured/$locale", "/secured/$locale", "/secured/$locale", undefined, ResolveParams<"/secured/$locale">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/worker", "/secured/$locale/worker", "/secured/$locale/worker", "/secured/$locale/worker", (search: Record<string, unknown>) => SearchParams, ResolveParams<"/worker">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/dashboard", "/secured/$locale/worker/dashboard", "/secured/$locale/worker/dashboard/", "/secured/$locale/worker/dashboard/", undefined, ResolveParams<"/dashboard">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>;
5594
5999
 
5595
6000
  declare const SecuredLocaleWorkerFeedbackFeedbackIdIndexRoute: Route<Route<Route<RootRoute<undefined, {}, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/secured/$locale", "/secured/$locale", "/secured/$locale", "/secured/$locale", undefined, ResolveParams<"/secured/$locale">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/worker", "/secured/$locale/worker", "/secured/$locale/worker", "/secured/$locale/worker", (search: Record<string, unknown>) => SearchParams, ResolveParams<"/worker">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/feedback/$feedbackId", "/secured/$locale/worker/feedback/$feedbackId", "/secured/$locale/worker/feedback/$feedbackId/", "/secured/$locale/worker/feedback/$feedbackId/", undefined, ResolveParams<"/feedback/$feedbackId">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>;
@@ -5610,6 +6015,7 @@ declare const SecuredLocaleWorkerQueuesMessagesIndexRoute: Route<Route<Route<Roo
5610
6015
 
5611
6016
  declare interface SecuredLocaleWorkerRouteChildren {
5612
6017
  SecuredLocaleWorkerBatchesRoute: typeof SecuredLocaleWorkerBatchesRouteWithChildren;
6018
+ SecuredLocaleWorkerContractsRoute: typeof SecuredLocaleWorkerContractsRouteWithChildren;
5613
6019
  SecuredLocaleWorkerProfileRoute: typeof SecuredLocaleWorkerProfileRoute;
5614
6020
  SecuredLocaleWorkerTasksRoute: typeof SecuredLocaleWorkerTasksRouteWithChildren;
5615
6021
  SecuredLocaleWorkerDashboardIndexRoute: typeof SecuredLocaleWorkerDashboardIndexRoute;
@@ -5769,7 +6175,7 @@ export declare interface TagTableRowProps {
5769
6175
  onOpenForm?: (formId: string) => void;
5770
6176
  }
5771
6177
 
5772
- export declare const tenant_features: readonly ["wrench-only", "wrench-disabled", "stencil-disabled", "external-deployment", "smart_tables", "smart_task", "smart_task_audit", "user_profile", "queues-visually-disabled", "feedback-visually-disabled", "stencil_locale_filter", "eveli_publication_only", "visual_accommodation", "dialob_dashboard_smart", "batches", "tagomi"];
6178
+ export declare const tenant_features: readonly ["wrench-only", "wrench-disabled", "stencil-disabled", "external-deployment", "smart_tables", "smart_task", "smart_task_audit", "user_profile", "queues-visually-disabled", "feedback-visually-disabled", "stencil_locale_filter", "eveli_publication_only", "visual_accommodation", "dialob_dashboard_smart", "batches", "tagomi", "contract"];
5773
6179
 
5774
6180
  export declare interface TenantConfig {
5775
6181
  features: TenantFeature[];
@@ -6128,6 +6534,30 @@ declare module '@tanstack/react-router' {
6128
6534
  }
6129
6535
 
6130
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
+
6131
6561
  declare module '@tanstack/react-router' {
6132
6562
  interface FileRoutesByPath {
6133
6563
  '/': {
@@ -6193,6 +6623,13 @@ declare module '@tanstack/react-router' {
6193
6623
  preLoaderRoute: typeof SecuredLocaleWorkerProfileRouteImport;
6194
6624
  parentRoute: typeof SecuredLocaleWorkerRoute;
6195
6625
  };
6626
+ '/secured/$locale/worker/contracts': {
6627
+ id: '/secured/$locale/worker/contracts';
6628
+ path: '/contracts';
6629
+ fullPath: '/secured/$locale/worker/contracts';
6630
+ preLoaderRoute: typeof SecuredLocaleWorkerContractsRouteImport;
6631
+ parentRoute: typeof SecuredLocaleWorkerRoute;
6632
+ };
6196
6633
  '/secured/$locale/worker/batches': {
6197
6634
  id: '/secured/$locale/worker/batches';
6198
6635
  path: '/batches';
@@ -6256,6 +6693,13 @@ declare module '@tanstack/react-router' {
6256
6693
  preLoaderRoute: typeof SecuredLocaleWorkerDashboardIndexRouteImport;
6257
6694
  parentRoute: typeof SecuredLocaleWorkerRoute;
6258
6695
  };
6696
+ '/secured/$locale/worker/contracts/': {
6697
+ id: '/secured/$locale/worker/contracts/';
6698
+ path: '/';
6699
+ fullPath: '/secured/$locale/worker/contracts/';
6700
+ preLoaderRoute: typeof SecuredLocaleWorkerContractsIndexRouteImport;
6701
+ parentRoute: typeof SecuredLocaleWorkerContractsRoute;
6702
+ };
6259
6703
  '/secured/$locale/worker/batches/': {
6260
6704
  id: '/secured/$locale/worker/batches/';
6261
6705
  path: '/';
@@ -6340,6 +6784,13 @@ declare module '@tanstack/react-router' {
6340
6784
  preLoaderRoute: typeof SecuredLocaleWorkerFeedbackFeedbackIdIndexRouteImport;
6341
6785
  parentRoute: typeof SecuredLocaleWorkerRoute;
6342
6786
  };
6787
+ '/secured/$locale/worker/contracts/$contractId/': {
6788
+ id: '/secured/$locale/worker/contracts/$contractId/';
6789
+ path: '/$contractId';
6790
+ fullPath: '/secured/$locale/worker/contracts/$contractId';
6791
+ preLoaderRoute: typeof SecuredLocaleWorkerContractsContractIdIndexRouteImport;
6792
+ parentRoute: typeof SecuredLocaleWorkerContractsRoute;
6793
+ };
6343
6794
  '/secured/$locale/worker/batches/create/': {
6344
6795
  id: '/secured/$locale/worker/batches/create/';
6345
6796
  path: '/create';
@@ -6378,30 +6829,6 @@ declare module '@mui/material' {
6378
6829
  }
6379
6830
 
6380
6831
 
6381
- declare module '@mui/material/Button' {
6382
- interface ButtonPropsVariantOverrides {
6383
- explorerInactive: true;
6384
- explorerActive: true;
6385
- }
6386
- }
6387
-
6388
-
6389
- declare module 'react' {
6390
- interface CSSProperties {
6391
- '--tree-view-text-color'?: string;
6392
- '--tree-view-color'?: string;
6393
- '--tree-view-bg-color'?: string;
6394
- '--tree-view-hover-color'?: string;
6395
- }
6396
- }
6397
-
6398
-
6399
- declare module '@mui/material' {
6400
- interface Components<Theme = unknown> extends EveliComponents<Theme> {
6401
- }
6402
- }
6403
-
6404
-
6405
6832
  declare module "@tanstack/react-table" {
6406
6833
  interface ColumnMeta<TData extends RowData, TValue> {
6407
6834
  enableSelection?: boolean;