@dxs-ts/eveli-ide 2.0.34 → 2.0.36

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
@@ -33,9 +33,10 @@ import { RouterHistory } from '@tanstack/history';
33
33
  import { SearchParams } from './routes/secured.$locale.worker';
34
34
  import { StencilRouteSearchParams } from '../stencil-routes/index.ts';
35
35
  import { StyledComponent } from '../../../node_modules/@emotion/styled';
36
- import { SvgIconProps } from '@mui/material/SvgIcon';
36
+ import { SvgIconProps } from '@mui/material';
37
37
  import { SvgIconTypeMap } from '@mui/material';
38
38
  import { SxProps } from '@mui/material';
39
+ import { TagomiRouteSearchParams } from '../tagomi-routes/index.ts';
39
40
  import { Theme } from '@mui/material';
40
41
  import { ThemeOptions } from '@mui/material';
41
42
  import { TreeItem2Props } from '@mui/x-tree-view';
@@ -44,8 +45,6 @@ import { TypographyVariantsOptions } from '@mui/material';
44
45
  import { VersionEntity } from '../eveli-api/fetch/worker.rest.api.version.get';
45
46
  import { WrenchRouteSearchParams } from '../wrench-routes/index.ts';
46
47
 
47
- export declare const ApiColorHex: Record<TaskApi_2.Colors, string>;
48
-
49
48
  export declare namespace BatchApi {
50
49
  }
51
50
 
@@ -123,15 +122,13 @@ export declare namespace BatchApi {
123
122
  createdAt: string;
124
123
  updatedAt: string | undefined;
125
124
  valueStructured: {
126
- map: {
127
- cheapId: string | undefined;
128
- maxCost: number | undefined;
129
- minCost: number | undefined;
130
- stepName: string | undefined;
131
- failCount: number | undefined;
132
- expensiveId: string | undefined;
133
- successCount: number | undefined;
134
- };
125
+ cheapId: string | undefined;
126
+ maxCost: number | undefined;
127
+ minCost: number | undefined;
128
+ stepName: string | undefined;
129
+ failCount: number | undefined;
130
+ expensiveId: string | undefined;
131
+ successCount: number | undefined;
135
132
  } | undefined;
136
133
  }
137
134
  }
@@ -311,10 +308,6 @@ export declare interface DeleteDialogProps {
311
308
  config: DialobAdminConfig;
312
309
  }
313
310
 
314
- export declare const dialob_messages: {
315
- [key: string]: any;
316
- };
317
-
318
311
  export declare interface DialobAdminConfig {
319
312
  dialobApiUrl: string;
320
313
  setLoginRequired: () => void;
@@ -341,7 +334,7 @@ export declare interface DialobDashboardFetchProviderProps {
341
334
  fetch?: FetchAuthFunction;
342
335
  }
343
336
 
344
- export declare const DialobDashboardSmart: default_2.FC<{}>;
337
+ export declare const DialobDashboardSmart: default_2.FC;
345
338
 
346
339
  export declare const DialobDashboardStateContext: default_2.Context<DashboardStateContextType>;
347
340
 
@@ -652,6 +645,7 @@ export declare const EveliFeatureMapping: {
652
645
  LOGIN_BUTTON: (given: TenantFeature[]) => boolean;
653
646
  STENCIL_ENABLED: (given: TenantFeature[]) => boolean;
654
647
  WRENCH_ENABLED: (given: TenantFeature[]) => boolean;
648
+ TAGOMI_ENABLED: (given: TenantFeature[]) => boolean;
655
649
  PUBLICATION_UPDATE: (given: TenantFeature[]) => boolean;
656
650
  STENCIL_LOCALE_FILTER: (given: TenantFeature[]) => boolean;
657
651
  DIALOB_ENABLED: (given: TenantFeature[]) => boolean;
@@ -815,6 +809,7 @@ declare const EveliPermissionMapping: {
815
809
  NAV_TO_USER_PROFILE: (input: IamApi.UserPermission) => boolean;
816
810
  NAV_TO_BATCHES: (input: IamApi.UserPermission) => boolean;
817
811
  NAV_TO_HEALTH: (input: IamApi.UserPermission) => boolean;
812
+ NAV_TO_TAGOMI: (input: IamApi.UserPermission) => boolean;
818
813
  CREATE_TASK: (input: IamApi.UserPermission) => boolean;
819
814
  CREATE_STENCIL_ASSET: (input: IamApi.UserPermission) => boolean;
820
815
  CREATE_WRENCH_ASSET: (input: IamApi.UserPermission) => boolean;
@@ -1088,6 +1083,7 @@ declare interface FileRoutesByFullPath {
1088
1083
  '/secured/$locale/assets/forms': typeof SecuredLocaleAssetsFormsIndexRoute;
1089
1084
  '/secured/$locale/assets/migrate': typeof SecuredLocaleAssetsMigrateIndexRoute;
1090
1085
  '/secured/$locale/assets/stencil': typeof SecuredLocaleAssetsStencilIndexRoute;
1086
+ '/secured/$locale/assets/tagomi': typeof SecuredLocaleAssetsTagomiIndexRoute;
1091
1087
  '/secured/$locale/assets/wrench': typeof SecuredLocaleAssetsWrenchIndexRoute;
1092
1088
  '/secured/$locale/worker/batches/': typeof SecuredLocaleWorkerBatchesIndexRoute;
1093
1089
  '/secured/$locale/worker/dashboard': typeof SecuredLocaleWorkerDashboardIndexRoute;
@@ -1125,6 +1121,7 @@ declare interface FileRoutesById {
1125
1121
  '/secured/$locale/assets/forms/': typeof SecuredLocaleAssetsFormsIndexRoute;
1126
1122
  '/secured/$locale/assets/migrate/': typeof SecuredLocaleAssetsMigrateIndexRoute;
1127
1123
  '/secured/$locale/assets/stencil/': typeof SecuredLocaleAssetsStencilIndexRoute;
1124
+ '/secured/$locale/assets/tagomi/': typeof SecuredLocaleAssetsTagomiIndexRoute;
1128
1125
  '/secured/$locale/assets/wrench/': typeof SecuredLocaleAssetsWrenchIndexRoute;
1129
1126
  '/secured/$locale/worker/batches/': typeof SecuredLocaleWorkerBatchesIndexRoute;
1130
1127
  '/secured/$locale/worker/dashboard/': typeof SecuredLocaleWorkerDashboardIndexRoute;
@@ -1158,6 +1155,7 @@ declare interface FileRoutesByTo {
1158
1155
  '/secured/$locale/assets/forms': typeof SecuredLocaleAssetsFormsIndexRoute;
1159
1156
  '/secured/$locale/assets/migrate': typeof SecuredLocaleAssetsMigrateIndexRoute;
1160
1157
  '/secured/$locale/assets/stencil': typeof SecuredLocaleAssetsStencilIndexRoute;
1158
+ '/secured/$locale/assets/tagomi': typeof SecuredLocaleAssetsTagomiIndexRoute;
1161
1159
  '/secured/$locale/assets/wrench': typeof SecuredLocaleAssetsWrenchIndexRoute;
1162
1160
  '/secured/$locale/worker/batches': typeof SecuredLocaleWorkerBatchesIndexRoute;
1163
1161
  '/secured/$locale/worker/dashboard': typeof SecuredLocaleWorkerDashboardIndexRoute;
@@ -1181,10 +1179,10 @@ declare interface FileRoutesByTo {
1181
1179
 
1182
1180
  export declare interface FileRouteTypes {
1183
1181
  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/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';
1182
+ 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';
1185
1183
  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/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/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/';
1184
+ 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';
1185
+ 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/';
1188
1186
  fileRoutesById: FileRoutesById;
1189
1187
  }
1190
1188
 
@@ -1247,8 +1245,6 @@ export declare interface FormTagOptions {
1247
1245
  updateLabels: (label: any, action: LabelAction) => Promise<void>;
1248
1246
  }
1249
1247
 
1250
- export declare const getContrastText: (hex: string) => string;
1251
-
1252
1248
  export declare const getHeaders: (config: DialobAdminConfig) => Record<string, string>;
1253
1249
 
1254
1250
  export declare const handleRejection: (ex: any, setTechnicalError: any) => void;
@@ -1287,7 +1283,7 @@ export declare namespace IamApi {
1287
1283
  }
1288
1284
 
1289
1285
  export declare namespace IamApi {
1290
- 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';
1286
+ 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';
1291
1287
  export interface User {
1292
1288
  userId: string;
1293
1289
  name: string;
@@ -1469,6 +1465,13 @@ export declare const messages: {
1469
1465
  'taskButton.refresh': string;
1470
1466
  'taskButton.accept': string;
1471
1467
  'taskButton.cancel': string;
1468
+ 'taskReopenDialog.title': string;
1469
+ 'taskReopenDialog.subtitle1': string;
1470
+ 'taskReopenDialog.subtitle2': string;
1471
+ 'taskReopenDialog.customer-message': string;
1472
+ 'taskReopenDialog.customer-message-label-placeholder1': string;
1473
+ 'taskReopenDialog.customer-message-label-placeholder2': string;
1474
+ 'button.taskReopenDialog': string;
1472
1475
  'table.body.emptyDataSourceMessage': string;
1473
1476
  'table.body.filterRow.filterTooltip': string;
1474
1477
  'table.body.deleteTooltip': string;
@@ -1544,6 +1547,7 @@ export declare const messages: {
1544
1547
  'error.dataAccess': string;
1545
1548
  'error.statusOpenError': string;
1546
1549
  'error.workflowCreation': string;
1550
+ 'error.invalidFormName': string;
1547
1551
  'table.body.editRow.deleteMessage': string;
1548
1552
  'workflowTable.title': string;
1549
1553
  'workflowTableHeader.name': string;
@@ -1678,6 +1682,7 @@ export declare const messages: {
1678
1682
  description: string;
1679
1683
  name: string;
1680
1684
  download: string;
1685
+ 'download.all': string;
1681
1686
  status: string;
1682
1687
  created: string;
1683
1688
  remove: string;
@@ -1693,6 +1698,21 @@ export declare const messages: {
1693
1698
  'search.templates': string;
1694
1699
  'search.flows': string;
1695
1700
  'search.decisions': string;
1701
+ 'adminUI.formConfiguration.label': string;
1702
+ 'adminUI.formConfiguration.lastSaved': string;
1703
+ 'adminUI.formConfiguration.latestTagDate': string;
1704
+ 'adminUI.formConfiguration.latestTagName': string;
1705
+ 'adminUI.formConfiguration.labels': string;
1706
+ 'adminUI.dialog.formName': string;
1707
+ 'adminUI.dialog.formLabel': string;
1708
+ 'adminUI.dialog.emptyTitle': string;
1709
+ 'adminUI.dialog.heading': string;
1710
+ 'adminUI.dialog.deleteQuestion': string;
1711
+ 'adminUI.table.tooltip.add': string;
1712
+ 'adminUI.table.tooltip.edit': string;
1713
+ 'adminUI.table.tooltip.copy': string;
1714
+ 'adminUI.table.tooltip.delete': string;
1715
+ 'adminUI.table.tooltip.download': string;
1696
1716
  'activities.article.title': string;
1697
1717
  'activities.article.desc': string;
1698
1718
  'activities.locale.title': string;
@@ -1713,6 +1733,9 @@ export declare const messages: {
1713
1733
  'dialog.about.title': string;
1714
1734
  'dialog.about.preamble': string;
1715
1735
  'dialog.about.trademark': string;
1736
+ 'heading.copyDialog': string;
1737
+ 'heading.addDialog': string;
1738
+ 'heading.deleteDialog': string;
1716
1739
  templates: string;
1717
1740
  'template.name': string;
1718
1741
  'template.name.desc': string;
@@ -1930,6 +1953,8 @@ export declare const messages: {
1930
1953
  'activities.debug.view': string;
1931
1954
  'activities.assets.saveSuccess': string;
1932
1955
  flows: string;
1956
+ 'upload.json': string;
1957
+ 'upload.csv': string;
1933
1958
  'migrations.title': string;
1934
1959
  'migrations.create': string;
1935
1960
  'migrations.select': string;
@@ -2180,6 +2205,11 @@ export declare const messages: {
2180
2205
  'eveli.error.general': string;
2181
2206
  'eveli.error.notFound': string;
2182
2207
  'eveli.error.backToHome': string;
2208
+ 'eveli.table.saveas.title': string;
2209
+ 'eveli.table.updatefilter.title': string;
2210
+ 'eveli.table.saveas.name': string;
2211
+ 'eveli.table.resetColumnVisbility': string;
2212
+ 'eveli.table.resetColumnSorting': string;
2183
2213
  'eveli.userProfile.title': string;
2184
2214
  'eveli.userProfile.id': string;
2185
2215
  'eveli.userProfile.displayName': string;
@@ -2236,14 +2266,63 @@ export declare const messages: {
2236
2266
  'taskTable.button.archive.confirm': string;
2237
2267
  'taskTable.confirmArchive.title': string;
2238
2268
  'taskTable.title': string;
2239
- 'taskTable.colToolItem.LOW': string;
2240
- 'taskTable.colToolItem.NORMAL': string;
2241
- 'taskTable.colToolItem.HIGH': string;
2242
2269
  'eveli.batches.batchView.averageRunTime': string;
2243
2270
  'eveli.batches.batchView.averageRunTime.ms': string;
2244
2271
  'taskcard.style.COMPACT': string;
2245
2272
  'taskcard.style.DEFAULT': string;
2246
2273
  'taskcard.style.LARGE': string;
2274
+ 'toolbar.tagomi': string;
2275
+ 'tagomi.services.searchAll': string;
2276
+ 'tagomi.main.services.all': string;
2277
+ 'tagomi.templates.templateTab': string;
2278
+ 'tagomi.services.title': string;
2279
+ 'tagomi.services.desc': string;
2280
+ 'tagomi.service.create': string;
2281
+ 'tagomi.locales.title': string;
2282
+ 'tagomi.locales.desc': string;
2283
+ 'tagomi.locale.create': string;
2284
+ 'tagomi.templates.title': string;
2285
+ 'tagomi.templates.desc': string;
2286
+ 'tagomi.template.create': string;
2287
+ 'tagomi.service.options.edit': string;
2288
+ 'tagomi.service.options.delete': string;
2289
+ 'tagomi.service.options.templates.create': string;
2290
+ 'tagomi.service.options.template.changeLocale': string;
2291
+ 'tagomi.service.options.template.delete': string;
2292
+ 'tagomi.service.create.dialog.title': string;
2293
+ 'tagomi.service.create.dialog.serviceName': string;
2294
+ 'tagomi.service.create.dialog.orchestratorName': string;
2295
+ 'tagomi.service.edit.dialog.title': string;
2296
+ 'tagomi.service.edit.dialog.name': string;
2297
+ 'tagomi.service.edit.dialog.orchestratorName': string;
2298
+ 'tagomi.template.edit.currentlyEditing.language1': string;
2299
+ 'tagomi.template.edit.language1': string;
2300
+ 'tagomi.template.change.dialog.title': string;
2301
+ 'tagomi.template.change.dialog.desc': string;
2302
+ 'tagomi.template.change.dialog.selectOrigin': string;
2303
+ 'tagomi.template.change.dialog.selectTarget': string;
2304
+ 'tagomi.template.change.dialog.noTemplates': string;
2305
+ 'tagomi.template.change.dialog.noLocales': string;
2306
+ 'tagomi.template.delete.dialog.title': string;
2307
+ 'tagomi.template.delete.dialog.desc': string;
2308
+ 'tagomi.template.delete.dialog.selectTemplate': string;
2309
+ 'tagomi.template.editor.title': string;
2310
+ 'tagomi.template.editor.serviceName': string;
2311
+ 'tagomi.template.editor.localeLabel': string;
2312
+ 'tagomi.button.delete.dialog.template': string;
2313
+ 'tagomi.template.delete.dialog.noTemplates.helperText': string;
2314
+ 'tagomi.template.create.dialog.title': string;
2315
+ 'tagomi.template.create.dialog.desc': string;
2316
+ 'tagomi.template.create.dialog.service.name': string;
2317
+ 'tagomi.template.create.dialog.localeLabel.select': string;
2318
+ 'tagomi.template.create.dialog.noLocales': string;
2319
+ 'tagomi.service.delete.dialog.title': string;
2320
+ 'tagomi.service.delete.dialog.desc': string;
2321
+ 'tagomi.service.delete.dialog.button': string;
2322
+ 'snack.template.savedMessage': string;
2323
+ 'snack.service.deletedMessage': string;
2324
+ 'tagomi.locale.select.alreadyDefined': string;
2325
+ 'tagomi.locale.label.editLocaleValue': string;
2247
2326
  };
2248
2327
  fi: {
2249
2328
  'document.title': string;
@@ -2315,6 +2394,13 @@ export declare const messages: {
2315
2394
  'taskButton.refresh': string;
2316
2395
  'taskButton.accept': string;
2317
2396
  'taskButton.cancel': string;
2397
+ 'taskReopenDialog.title': string;
2398
+ 'taskReopenDialog.subtitle1': string;
2399
+ 'taskReopenDialog.subtitle2': string;
2400
+ 'taskReopenDialog.customer-message': string;
2401
+ 'taskReopenDialog.customer-message-label-placeholder1': string;
2402
+ 'taskReopenDialog.customer-message-label-placeholder2': string;
2403
+ 'button.taskReopenDialog': string;
2318
2404
  'table.body.emptyDataSourceMessage': string;
2319
2405
  'table.body.filterRow.filterTooltip': string;
2320
2406
  'table.body.deleteTooltip': string;
@@ -2390,6 +2476,7 @@ export declare const messages: {
2390
2476
  'error.dataAccess': string;
2391
2477
  'error.statusOpenError': string;
2392
2478
  'error.workflowCreation': string;
2479
+ 'error.invalidFormName': string;
2393
2480
  'table.body.editRow.deleteMessage': string;
2394
2481
  'workflowTable.title': string;
2395
2482
  'workflowTableHeader.name': string;
@@ -2524,6 +2611,7 @@ export declare const messages: {
2524
2611
  description: string;
2525
2612
  name: string;
2526
2613
  download: string;
2614
+ 'download.all': string;
2527
2615
  status: string;
2528
2616
  created: string;
2529
2617
  remove: string;
@@ -2539,6 +2627,21 @@ export declare const messages: {
2539
2627
  'search.templates': string;
2540
2628
  'search.flows': string;
2541
2629
  'search.decisions': string;
2630
+ 'adminUI.formConfiguration.label': string;
2631
+ 'adminUI.formConfiguration.lastSaved': string;
2632
+ 'adminUI.formConfiguration.latestTagDate': string;
2633
+ 'adminUI.formConfiguration.latestTagName': string;
2634
+ 'adminUI.formConfiguration.labels': string;
2635
+ 'adminUI.dialog.formName': string;
2636
+ 'adminUI.dialog.formLabel': string;
2637
+ 'adminUI.dialog.emptyTitle': string;
2638
+ 'adminUI.dialog.heading': string;
2639
+ 'adminUI.dialog.deleteQuestion': string;
2640
+ 'adminUI.table.tooltip.add': string;
2641
+ 'adminUI.table.tooltip.edit': string;
2642
+ 'adminUI.table.tooltip.copy': string;
2643
+ 'adminUI.table.tooltip.delete': string;
2644
+ 'adminUI.table.tooltip.download': string;
2542
2645
  'activities.article.title': string;
2543
2646
  'activities.article.desc': string;
2544
2647
  'activities.locale.title': string;
@@ -2553,11 +2656,15 @@ export declare const messages: {
2553
2656
  'migration.create': string;
2554
2657
  'activities.migration.desc': string;
2555
2658
  'activities.templates.title': string;
2659
+ 'activities.templates.desc': string;
2556
2660
  'activities.version.composer': string;
2557
2661
  'activities.version.core': string;
2558
2662
  'dialog.about.title': string;
2559
2663
  'dialog.about.preamble': string;
2560
2664
  'dialog.about.trademark': string;
2665
+ 'heading.copyDialog': string;
2666
+ 'heading.addDialog': string;
2667
+ 'heading.deleteDialog': string;
2561
2668
  templates: string;
2562
2669
  'template.name': string;
2563
2670
  'template.name.desc': string;
@@ -2701,6 +2808,7 @@ export declare const messages: {
2701
2808
  'resource.edit.links': string;
2702
2809
  'links.change': string;
2703
2810
  'link.create': string;
2811
+ 'link.devmode.helper': string;
2704
2812
  'link.devmode': string;
2705
2813
  'locale.create': string;
2706
2814
  'locale.disable.title': string;
@@ -2721,6 +2829,7 @@ export declare const messages: {
2721
2829
  'newpage.article.info': string;
2722
2830
  'page.create': string;
2723
2831
  'page.delete.dialog.title': string;
2832
+ 'page.delete.description': string;
2724
2833
  'pages.add': string;
2725
2834
  'pages.change': string;
2726
2835
  'pages.select.locale': string;
@@ -2732,6 +2841,7 @@ export declare const messages: {
2732
2841
  'pages.change.info': string;
2733
2842
  'pages.change.devmode': string;
2734
2843
  'pages.change.devmode.info': string;
2844
+ 'pages.devmode.helper': string;
2735
2845
  'pages.devmode': string;
2736
2846
  'pages.delete': string;
2737
2847
  'pages.edit.selectpage': string;
@@ -2772,6 +2882,8 @@ export declare const messages: {
2772
2882
  'activities.debug.view': string;
2773
2883
  'activities.assets.saveSuccess': string;
2774
2884
  flows: string;
2885
+ 'upload.json': string;
2886
+ 'upload.csv': string;
2775
2887
  'migrations.title': string;
2776
2888
  'migrations.create': string;
2777
2889
  'migrations.select': string;
@@ -3022,6 +3134,11 @@ export declare const messages: {
3022
3134
  'eveli.error.general': string;
3023
3135
  'eveli.error.notFound': string;
3024
3136
  'eveli.error.backToHome': string;
3137
+ 'eveli.table.saveas.title': string;
3138
+ 'eveli.table.updatefilter.title': string;
3139
+ 'eveli.table.saveas.name': string;
3140
+ 'eveli.table.resetColumnVisbility': string;
3141
+ 'eveli.table.resetColumnSorting': string;
3025
3142
  'eveli.userProfile.title': string;
3026
3143
  'eveli.userProfile.id': string;
3027
3144
  'eveli.userProfile.displayName': string;
@@ -3076,12 +3193,14 @@ export declare const messages: {
3076
3193
  'taskTable.col.header.created': string;
3077
3194
  'taskTable.col.header.archive': string;
3078
3195
  'taskTable.button.archive.confirm': string;
3079
- 'taskTable.colToolItem.LOW': string;
3196
+ 'taskTable.confirmArchive.title': string;
3197
+ 'taskTable.title': string;
3080
3198
  'eveli.batches.batchView.averageRunTime': string;
3081
3199
  'eveli.batches.batchView.averageRunTime.ms': string;
3082
3200
  'taskcard.style.COMPACT': string;
3083
3201
  'taskcard.style.DEFAULT': string;
3084
3202
  'taskcard.style.LARGE': string;
3203
+ 'tagomi.template.create.dialog.noLocales': string;
3085
3204
  };
3086
3205
  sv: {
3087
3206
  'document.title': string;
@@ -3153,6 +3272,13 @@ export declare const messages: {
3153
3272
  'taskButton.refresh': string;
3154
3273
  'taskButton.accept': string;
3155
3274
  'taskButton.cancel': string;
3275
+ 'taskReopenDialog.title': string;
3276
+ 'taskReopenDialog.subtitle1': string;
3277
+ 'taskReopenDialog.subtitle2': string;
3278
+ 'taskReopenDialog.customer-message': string;
3279
+ 'taskReopenDialog.customer-message-label-placeholder1': string;
3280
+ 'taskReopenDialog.customer-message-label-placeholder2': string;
3281
+ 'button.taskReopenDialog': string;
3156
3282
  'table.body.emptyDataSourceMessage': string;
3157
3283
  'table.body.filterRow.filterTooltip': string;
3158
3284
  'table.body.deleteTooltip': string;
@@ -3228,6 +3354,7 @@ export declare const messages: {
3228
3354
  'error.dataAccess': string;
3229
3355
  'error.statusOpenError': string;
3230
3356
  'error.workflowCreation': string;
3357
+ 'error.invalidFormName': string;
3231
3358
  'table.body.editRow.deleteMessage': string;
3232
3359
  'workflowTable.title': string;
3233
3360
  'workflowTableHeader.name': string;
@@ -3362,6 +3489,7 @@ export declare const messages: {
3362
3489
  description: string;
3363
3490
  name: string;
3364
3491
  download: string;
3492
+ 'download.all': string;
3365
3493
  status: string;
3366
3494
  created: string;
3367
3495
  remove: string;
@@ -3377,6 +3505,21 @@ export declare const messages: {
3377
3505
  'search.templates': string;
3378
3506
  'search.flows': string;
3379
3507
  'search.decisions': string;
3508
+ 'adminUI.formConfiguration.label': string;
3509
+ 'adminUI.formConfiguration.lastSaved': string;
3510
+ 'adminUI.formConfiguration.latestTagDate': string;
3511
+ 'adminUI.formConfiguration.latestTagName': string;
3512
+ 'adminUI.formConfiguration.labels': string;
3513
+ 'adminUI.dialog.formName': string;
3514
+ 'adminUI.dialog.formLabel': string;
3515
+ 'adminUI.dialog.emptyTitle': string;
3516
+ 'adminUI.dialog.heading': string;
3517
+ 'adminUI.dialog.deleteQuestion': string;
3518
+ 'adminUI.table.tooltip.add': string;
3519
+ 'adminUI.table.tooltip.edit': string;
3520
+ 'adminUI.table.tooltip.copy': string;
3521
+ 'adminUI.table.tooltip.delete': string;
3522
+ 'adminUI.table.tooltip.download': string;
3380
3523
  'activities.article.title': string;
3381
3524
  'activities.article.desc': string;
3382
3525
  'activities.locale.title': string;
@@ -3397,6 +3540,9 @@ export declare const messages: {
3397
3540
  'dialog.about.title': string;
3398
3541
  'dialog.about.preamble': string;
3399
3542
  'dialog.about.trademark': string;
3543
+ 'heading.copyDialog': string;
3544
+ 'heading.addDialog': string;
3545
+ 'heading.deleteDialog': string;
3400
3546
  templates: string;
3401
3547
  'template.name': string;
3402
3548
  'template.name.desc': string;
@@ -3614,6 +3760,8 @@ export declare const messages: {
3614
3760
  'activities.debug.view': string;
3615
3761
  'activities.assets.saveSuccess': string;
3616
3762
  flows: string;
3763
+ 'upload.json': string;
3764
+ 'upload.csv': string;
3617
3765
  'migrations.title': string;
3618
3766
  'migrations.create': string;
3619
3767
  'migrations.select': string;
@@ -3864,6 +4012,11 @@ export declare const messages: {
3864
4012
  'eveli.error.general': string;
3865
4013
  'eveli.error.notFound': string;
3866
4014
  'eveli.error.backToHome': string;
4015
+ 'eveli.table.saveas.title': string;
4016
+ 'eveli.table.updatefilter.title': string;
4017
+ 'eveli.table.saveas.name': string;
4018
+ 'eveli.table.resetColumnVisbility': string;
4019
+ 'eveli.table.resetColumnSorting': string;
3867
4020
  'eveli.userProfile.title': string;
3868
4021
  'eveli.userProfile.id': string;
3869
4022
  'eveli.userProfile.displayName': string;
@@ -3917,6 +4070,9 @@ export declare const messages: {
3917
4070
  'taskTable.col.header.due': string;
3918
4071
  'taskTable.col.header.created': string;
3919
4072
  'taskTable.col.header.archive': string;
4073
+ 'taskTable.button.archive.confirm': string;
4074
+ 'taskTable.confirmArchive.title': string;
4075
+ 'taskTable.title': string;
3920
4076
  'eveli.batches.batchView.averageRunTime': string;
3921
4077
  'eveli.batches.batchView.averageRunTime.ms': string;
3922
4078
  'taskcard.style.COMPACT': string;
@@ -3943,8 +4099,6 @@ export declare type OverrideProps<T> = {
3943
4099
  children?: React.ReactNode | undefined;
3944
4100
  };
3945
4101
 
3946
- export declare const PriorityHex: Record<TaskApi_2.TaskPriority, string>;
3947
-
3948
4102
  export declare namespace ProcExecutionApi {
3949
4103
  }
3950
4104
 
@@ -4468,6 +4622,16 @@ declare class RootFileFetch_2 {
4468
4622
  }, {}, {
4469
4623
  getReleaseContent: (releaseId: StencilApi.ReleaseId) => Promise<{}>;
4470
4624
  }>;
4625
+ } | {
4626
+ id: "worker/rest/api/assets/tagomi.GET";
4627
+ path: "worker/rest/api/assets/tagomi";
4628
+ method: "GET";
4629
+ params: {};
4630
+ hook: HookImpl<"worker/rest/api/assets/tagomi.GET", Hook<{}, {
4631
+ backend: TagomiApi.Backend;
4632
+ }>, "worker/rest/api/assets/tagomi", "GET", {}, {}, {
4633
+ backend: TagomiApi.Backend;
4634
+ }>;
4471
4635
  } | {
4472
4636
  id: "worker/rest/api/assets/workflows/$workflowId.PUT";
4473
4637
  path: "worker/rest/api/assets/workflows/$workflowId";
@@ -5186,6 +5350,7 @@ declare interface SecuredLocaleAssetsRouteChildren {
5186
5350
  SecuredLocaleAssetsFormsIndexRoute: typeof SecuredLocaleAssetsFormsIndexRoute;
5187
5351
  SecuredLocaleAssetsMigrateIndexRoute: typeof SecuredLocaleAssetsMigrateIndexRoute;
5188
5352
  SecuredLocaleAssetsStencilIndexRoute: typeof SecuredLocaleAssetsStencilIndexRoute;
5353
+ SecuredLocaleAssetsTagomiIndexRoute: typeof SecuredLocaleAssetsTagomiIndexRoute;
5189
5354
  SecuredLocaleAssetsWrenchIndexRoute: typeof SecuredLocaleAssetsWrenchIndexRoute;
5190
5355
  }
5191
5356
 
@@ -5195,6 +5360,8 @@ declare const SecuredLocaleAssetsRouteWithChildren: Route<Route<RootRoute<undefi
5195
5360
 
5196
5361
  declare const SecuredLocaleAssetsStencilIndexRoute: 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>, "/assets", "/secured/$locale/assets", "/secured/$locale/assets", "/secured/$locale/assets", undefined, ResolveParams<"/assets">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/stencil", "/secured/$locale/assets/stencil", "/secured/$locale/assets/stencil/", "/secured/$locale/assets/stencil/", (search: Record<string, unknown>) => StencilRouteSearchParams, ResolveParams<"/stencil">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>;
5197
5362
 
5363
+ declare const SecuredLocaleAssetsTagomiIndexRoute: 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>, "/assets", "/secured/$locale/assets", "/secured/$locale/assets", "/secured/$locale/assets", undefined, ResolveParams<"/assets">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/tagomi", "/secured/$locale/assets/tagomi", "/secured/$locale/assets/tagomi/", "/secured/$locale/assets/tagomi/", (search: Record<string, unknown>) => TagomiRouteSearchParams, ResolveParams<"/tagomi">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>;
5364
+
5198
5365
  declare const SecuredLocaleAssetsWrenchIndexRoute: 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>, "/assets", "/secured/$locale/assets", "/secured/$locale/assets", "/secured/$locale/assets", undefined, ResolveParams<"/assets">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>, "/wrench", "/secured/$locale/assets/wrench", "/secured/$locale/assets/wrench/", "/secured/$locale/assets/wrench/", (search: Record<string, unknown>) => WrenchRouteSearchParams, ResolveParams<"/wrench">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>;
5199
5366
 
5200
5367
  declare const SecuredLocaleIndexRoute: 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>, "/", "/secured/$locale/", "/secured/$locale/", "/secured/$locale/", undefined, ResolveParams<"/">, AnyContext, AnyContext, AnyContext, {}, undefined, unknown, unknown>;
@@ -5326,8 +5493,6 @@ export declare interface SpinnerProps {
5326
5493
  customHeight?: string;
5327
5494
  }
5328
5495
 
5329
- export declare const StatusHex: Record<TaskApi_2.TaskStatus, string>;
5330
-
5331
5496
  declare interface StyledInputFieldProps<T> {
5332
5497
  label: string;
5333
5498
  disabled?: boolean;
@@ -5412,256 +5577,7 @@ export declare interface TagTableRowProps {
5412
5577
  onOpenForm?: (formId: string) => void;
5413
5578
  }
5414
5579
 
5415
- declare namespace TaskApi_2 {
5416
- enum Colors {
5417
- RED = 1,
5418
- BLUE = 2,
5419
- GREEN = 3,
5420
- YELLOW = 4,
5421
- GREY = 5
5422
- }
5423
- type ColorMap = {
5424
- [status: string]: Colors;
5425
- };
5426
- enum CommentSource {
5427
- FRONTDESK = "FRONTDESK",
5428
- PORTAL = "PORTAL"
5429
- }
5430
- enum TaskPriority {
5431
- LOW = "LOW",
5432
- NORMAL = "NORMAL",
5433
- HIGH = "HIGH"
5434
- }
5435
- const task_priority_messages: {
5436
- LOW: {
5437
- id: string;
5438
- defaultMessage: string;
5439
- };
5440
- NORMAL: {
5441
- id: string;
5442
- defaultMessage: string;
5443
- };
5444
- HIGH: {
5445
- id: string;
5446
- defaultMessage: string;
5447
- };
5448
- };
5449
- const task_priority_colors: ColorMap;
5450
- enum TaskStatus {
5451
- NEW = "NEW",
5452
- OPEN = "OPEN",
5453
- COMPLETED = "COMPLETED",
5454
- REJECTED = "REJECTED",
5455
- TRANSFERRED = "TRANSFERRED",
5456
- DELEGATED = "DELEGATED",
5457
- WAITING = "WAITING"
5458
- }
5459
- const task_status_messages: {
5460
- NEW: {
5461
- id: string;
5462
- defaultMessage: string;
5463
- };
5464
- OPEN: {
5465
- id: string;
5466
- defaultMessage: string;
5467
- };
5468
- COMPLETED: {
5469
- id: string;
5470
- defaultMessage: string;
5471
- };
5472
- REJECTED: {
5473
- id: string;
5474
- defaultMessage: string;
5475
- };
5476
- TRANSFERRED: {
5477
- id: string;
5478
- defaultMessage: string;
5479
- };
5480
- DELEGATED: {
5481
- id: string;
5482
- defaultMessage: string;
5483
- };
5484
- WAITING: {
5485
- id: string;
5486
- defaultMessage: string;
5487
- };
5488
- };
5489
- const task_status_colors: ColorMap;
5490
- }
5491
-
5492
- declare namespace TaskApi_2 {
5493
- interface Attachment {
5494
- name: string;
5495
- status: 'OK' | 'QUARANTINED' | 'UPLOADED';
5496
- created: Date;
5497
- updated: Date;
5498
- size: number;
5499
- }
5500
- interface AttachmentUploadResponse {
5501
- putRequestUrl: string;
5502
- }
5503
- interface Comment {
5504
- id: number;
5505
- userName: string;
5506
- created: string;
5507
- commentText: string;
5508
- replyToId?: number | null;
5509
- __parent?: Comment;
5510
- __children?: Comment[];
5511
- external?: boolean;
5512
- source?: CommentSource;
5513
- }
5514
- type TaskLink = {
5515
- id?: number;
5516
- linkKey: string;
5517
- linkAddress: string;
5518
- };
5519
- interface Task {
5520
- id: string;
5521
- taskRef?: string;
5522
- version?: number;
5523
- created?: Date;
5524
- updated?: Date;
5525
- completed?: Date;
5526
- assignedUser?: string;
5527
- assignedUserEmail?: string;
5528
- updaterId?: string;
5529
- dueDate?: Date;
5530
- status?: TaskStatus;
5531
- subject?: string;
5532
- description?: string;
5533
- priority?: TaskPriority;
5534
- additionalInfo?: string;
5535
- transferredId?: string | undefined;
5536
- transferredProps?: object | undefined;
5537
- priorityIntl?: string;
5538
- statusIntl?: string;
5539
- features?: TaskFeatureType[];
5540
- keyWords?: string[];
5541
- taskLinks?: TaskLink[];
5542
- statusCode?: number;
5543
- priorityCode?: number;
5544
- clientIdentificator?: string | null;
5545
- assignedRoles?: string[] | null;
5546
- comments: Comment[];
5547
- questionnaireId?: string | undefined;
5548
- customerAssignments: TaskCustomerAssignment[];
5549
- }
5550
- interface TaskCustomerAssignment {
5551
- id: string;
5552
- serviceName: string;
5553
- description: string;
5554
- locale: string;
5555
- externalId: string;
5556
- created: Date;
5557
- status: 'NEW' | 'OPEN' | 'COMPLETED' | 'CANCELLED';
5558
- questionnaireId?: string;
5559
- processId?: string;
5560
- }
5561
- type TaskFeatureType = 'feedback' | 'transfer' | 'anon' | 'assignable';
5562
- interface TransferTaskCommand {
5563
- transferTitle: string;
5564
- }
5565
- interface CreateTaskCustomerAssignmentCommand {
5566
- serviceId: string;
5567
- taskId: string;
5568
- taskVersion?: string;
5569
- }
5570
- interface TaskDasboard {
5571
- events: GrimMissionAttributeEvent[];
5572
- }
5573
- interface GrimMissionAttributeEvent {
5574
- eventDate: string | undefined;
5575
- eventCount: number;
5576
- eventType: GrimMissionAttributeEventType;
5577
- eventSubType: string | undefined;
5578
- attributeValue: string;
5579
- }
5580
- interface User {
5581
- userName: string;
5582
- userEmail: string;
5583
- }
5584
- interface Role {
5585
- id: string;
5586
- groupName: string;
5587
- }
5588
- type TaskAuditEntryType = 'DIFF' | 'MQ' | 'FLOW' | 'VIEWER';
5589
- interface TaskViewer {
5590
- id: string;
5591
- updatedAt: string;
5592
- usedBy: string;
5593
- }
5594
- interface TaskCommit {
5595
- commitId: string;
5596
- createdAt: string;
5597
- commitAuthor: string;
5598
- commitMessage: string;
5599
- }
5600
- interface TaskAuditLog {
5601
- id: string;
5602
- flow: TaskAuditEntryProcess | undefined;
5603
- mq: TaskAuditEntryMq | undefined;
5604
- access: TaskAuditEntryAccess;
5605
- }
5606
- interface TaskAuditEntryProcess {
5607
- processInstance: any;
5608
- processFlowLog: object | undefined;
5609
- processFormLog: object | undefined;
5610
- type: 'FLOW';
5611
- }
5612
- interface TaskAuditEntryMq {
5613
- deliveries: Record<string, TaskAuditQueueDelivery>;
5614
- bindings: Record<string, TaskAuditQueueBinding>;
5615
- queueMessages: Record<string, TaskAuditQueueMessage>;
5616
- queues: Record<string, TaskAuditQueue>;
5617
- queueConsumers: Record<string, any>;
5618
- channels: Record<string, any>;
5619
- type: 'MQ';
5620
- }
5621
- interface TaskAuditQueue {
5622
- queueName: string;
5623
- }
5624
- interface TaskAuditQueueDelivery {
5625
- queueId: string;
5626
- }
5627
- interface TaskAuditQueueBinding {
5628
- id: string;
5629
- }
5630
- interface TaskAuditQueueMessage {
5631
- id: string;
5632
- }
5633
- interface TaskAuditQueueMessage {
5634
- routingKey: string;
5635
- bodyType: string;
5636
- bodyValue: object;
5637
- createdAt: string;
5638
- }
5639
- interface TaskAuditEntryDiff {
5640
- value: Record<string, any>;
5641
- type: 'DIFF';
5642
- }
5643
- interface TaskAuditEntryAccess {
5644
- value: TaskViewer[];
5645
- commits: Record<string, TaskCommit>;
5646
- commitTrees: Record<string, any>;
5647
- type: 'VIEWER';
5648
- }
5649
- type GrimMissionAttributeEventType = ('STATUS' | 'PRIORITY' | 'STATUS_DATE' | 'OVERDUE' | 'ROLE' | 'QUESTIONNAIRE');
5650
- interface TaskPdfRequest {
5651
- taskId: string;
5652
- fields: ('CUSTOMER_NAME' | 'CUSTOMER_SSN' | 'EXTERNAL_COMMENTS')[];
5653
- }
5654
- interface FormAssignment {
5655
- id: string;
5656
- locale: string;
5657
- serviceName: string;
5658
- formId: string;
5659
- formName: string;
5660
- formTag: string;
5661
- }
5662
- }
5663
-
5664
- 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"];
5580
+ 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"];
5665
5581
 
5666
5582
  export declare interface TenantConfig {
5667
5583
  features: TenantFeature[];
@@ -6162,6 +6078,13 @@ declare module '@tanstack/react-router' {
6162
6078
  preLoaderRoute: typeof SecuredLocaleAssetsWrenchIndexRouteImport;
6163
6079
  parentRoute: typeof SecuredLocaleAssetsRoute;
6164
6080
  };
6081
+ '/secured/$locale/assets/tagomi/': {
6082
+ id: '/secured/$locale/assets/tagomi/';
6083
+ path: '/tagomi';
6084
+ fullPath: '/secured/$locale/assets/tagomi';
6085
+ preLoaderRoute: typeof SecuredLocaleAssetsTagomiIndexRouteImport;
6086
+ parentRoute: typeof SecuredLocaleAssetsRoute;
6087
+ };
6165
6088
  '/secured/$locale/assets/stencil/': {
6166
6089
  id: '/secured/$locale/assets/stencil/';
6167
6090
  path: '/stencil';
@@ -6290,6 +6213,6 @@ declare module '@mui/material' {
6290
6213
  declare module "@tanstack/react-table" {
6291
6214
  interface ColumnMeta<TData extends RowData, TValue> {
6292
6215
  enableSelection?: boolean;
6293
- enableDateGTE?: boolean;
6216
+ isDate?: boolean;
6294
6217
  }
6295
6218
  }