@valtimo/shared 13.31.0 → 13.32.0

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.
@@ -1162,6 +1162,28 @@
1162
1162
  "placeholder": "Select a status source",
1163
1163
  "internalStatus": "Internal status",
1164
1164
  "zaakStatus": "Zaak status"
1165
+ },
1166
+ "iko": {
1167
+ "source": {
1168
+ "label": "Items source",
1169
+ "placeholder": "iko:/statushistorie",
1170
+ "tooltip": "Path expression resolving to an array. Each element of the array becomes one step in the timeline. Example: iko:/statushistorie"
1171
+ },
1172
+ "titlePath": {
1173
+ "label": "Title path",
1174
+ "placeholder": "/statustype/omschrijving",
1175
+ "tooltip": "Path applied to each item to extract its title. Example: /statustype/omschrijving"
1176
+ },
1177
+ "labelPath": {
1178
+ "label": "Tooltip text path (optional)",
1179
+ "placeholder": "/statustype/toelichting",
1180
+ "tooltip": "Optional path applied to each item to extract the text shown in the step's info tooltip (the icon next to the title). Example: /statustype/toelichting"
1181
+ },
1182
+ "completedPath": {
1183
+ "label": "Completion timestamp path",
1184
+ "placeholder": "/datumStatusGezet",
1185
+ "tooltip": "Path applied to each item to extract the timestamp at which the step was reached. Expected as an ISO-8601 timestamp, with or without a timezone offset (e.g. 2025-08-15T10:30:00, 2025-08-15T10:30:00Z, or 2025-08-15T10:30:00+02:00). Items whose value is empty or unparseable are rendered as not yet reached. Example: /datumStatusGezet"
1186
+ }
1165
1187
  }
1166
1188
  },
1167
1189
  "highlight": {
@@ -2219,6 +2241,255 @@
2219
2241
  "noResults": {
2220
2242
  "description": "Click <strong>Add new role</strong> to start designing your role",
2221
2243
  "title": "No roles added"
2244
+ },
2245
+ "tabs": {
2246
+ "summary": "Summary",
2247
+ "jsonEditor": "JSON editor"
2248
+ }
2249
+ },
2250
+ "resourceTypes": {
2251
+ "caseDefinition": "Case definition",
2252
+ "caseTab": "Case tab",
2253
+ "caseWidget": "Case widget",
2254
+ "caseWidgetTabWidget": "Case tab widget",
2255
+ "dashboard": "Dashboard",
2256
+ "jsonSchemaDocument": "Document",
2257
+ "jsonSchemaDocumentDefinition": "Document definition",
2258
+ "jsonSchemaDocumentSnapshot": "Document snapshot",
2259
+ "searchField": "Search field",
2260
+ "zgwDocument": "ZGW document",
2261
+ "ikoView": "IKO view",
2262
+ "note": "Note",
2263
+ "object": "Objecten API Object",
2264
+ "resourcePermission": "Uploaded resource",
2265
+ "team": "Team",
2266
+ "user": "User",
2267
+ "operatonExecution": "Process instance",
2268
+ "operatonIdentityLink": "User assignment",
2269
+ "operatonProcessDefinition": "Process definition",
2270
+ "operatonTask": "Task"
2271
+ },
2272
+ "actions": {
2273
+ "view": "view",
2274
+ "view_list": "view list",
2275
+ "create": "create",
2276
+ "modify": "modify",
2277
+ "delete": "delete",
2278
+ "assign": "assign",
2279
+ "assignable": "be assigned to",
2280
+ "claim": "claim",
2281
+ "complete": "complete",
2282
+ "export": "export"
2283
+ },
2284
+ "filter": {
2285
+ "resourceType": "Resource type",
2286
+ "action": "Action",
2287
+ "allResourceTypes": "All resource types",
2288
+ "allActions": "All actions"
2289
+ },
2290
+ "overview": {
2291
+ "canDo": "Can",
2292
+ "can": "can",
2293
+ "cannot": "cannot",
2294
+ "and": "and",
2295
+ "or": "or",
2296
+ "when": "when",
2297
+ "unconditional": "without conditions",
2298
+ "relatedResource": "Related",
2299
+ "where": "where",
2300
+ "atJsonPath": "at JSON path",
2301
+ "inContextOf": "in the context of",
2302
+ "noContext": "without context",
2303
+ "customField": "(custom field)",
2304
+ "customResource": "(custom resource)",
2305
+ "noAccess": "No access",
2306
+ "empty": {
2307
+ "title": "No permissions",
2308
+ "message": "This role has no permissions configured yet."
2309
+ },
2310
+ "operators": {
2311
+ "eq": "equals",
2312
+ "neq": "does not equal",
2313
+ "gt": "is greater than",
2314
+ "gte": "is greater than or equal to",
2315
+ "lt": "is less than",
2316
+ "lte": "is less than or equal to",
2317
+ "in": "is one of",
2318
+ "list_contains": "contains"
2319
+ },
2320
+ "specialValues": {
2321
+ "currentUserId": "the current user's ID",
2322
+ "currentUsername": "the current user",
2323
+ "currentUserEmail": "the current user's email",
2324
+ "currentUserRoles": "the current user's roles",
2325
+ "currentUserTeams": "the current user's teams",
2326
+ "null": "(none)",
2327
+ "empty": "(empty)"
2328
+ },
2329
+ "fields": {
2330
+ "caseDefinition": {
2331
+ "idKey": "case definition key",
2332
+ "idVersionTag": "case definition version",
2333
+ "name": "case definition name",
2334
+ "description": "description",
2335
+ "basedOnVersionTag": "based on version",
2336
+ "final": "is final",
2337
+ "active": "is active",
2338
+ "canHaveAssignee": "can have assignee",
2339
+ "autoAssignTasks": "auto-assign tasks",
2340
+ "hasExternalStartForm": "has external start form",
2341
+ "externalStartFormUrl": "external start form URL",
2342
+ "externalStartFormDescription": "external start form description",
2343
+ "originalKey": "original key",
2344
+ "originalName": "original name",
2345
+ "originalVersionTag": "original version",
2346
+ "createdBy": "created by",
2347
+ "createdDate": "created date"
2348
+ },
2349
+ "caseTab": {
2350
+ "idCaseDefinitionIdKey": "case definition key",
2351
+ "idCaseDefinitionIdVersionTag": "case definition version",
2352
+ "idKey": "tab key",
2353
+ "name": "tab name",
2354
+ "tabOrder": "tab order",
2355
+ "type": "tab type",
2356
+ "contentKey": "content key",
2357
+ "createdOn": "created on",
2358
+ "createdBy": "created by",
2359
+ "showTasks": "shows tasks"
2360
+ },
2361
+ "caseWidgetTabWidget": {
2362
+ "title": "title",
2363
+ "icon": "icon",
2364
+ "color": "color",
2365
+ "order": "order",
2366
+ "width": "width",
2367
+ "highContrast": "high contrast",
2368
+ "isCompact": "is compact"
2369
+ },
2370
+ "dashboard": {
2371
+ "key": "dashboard key",
2372
+ "title": "title",
2373
+ "description": "description",
2374
+ "order": "order",
2375
+ "createdBy": "created by",
2376
+ "createdOn": "created on"
2377
+ },
2378
+ "jsonSchemaDocument": {
2379
+ "id": "document ID",
2380
+ "contentContent": "document content",
2381
+ "assigneeId": "assignee",
2382
+ "assigneeFullName": "assignee name",
2383
+ "assignedTeamKey": "assigned team",
2384
+ "assignedTeamTitle": "assigned team title",
2385
+ "documentDefinitionIdName": "document definition name",
2386
+ "documentDefinitionIdVersion": "document definition version",
2387
+ "documentDefinitionIdCaseDefinitionIdKey": "case definition key (via document definition)",
2388
+ "documentDefinitionIdCaseDefinitionIdVersionTag": "case definition version (via document definition)",
2389
+ "version": "version",
2390
+ "createdOn": "created on",
2391
+ "modifiedOn": "modified on",
2392
+ "createdBy": "created by",
2393
+ "sequence": "sequence",
2394
+ "internalStatus": "internal status",
2395
+ "retentionDate": "retention date"
2396
+ },
2397
+ "jsonSchemaDocumentDefinition": {
2398
+ "idName": "document definition name",
2399
+ "idVersion": "document definition version",
2400
+ "createdOn": "created on"
2401
+ },
2402
+ "jsonSchemaDocumentSnapshot": {
2403
+ "id": "snapshot ID",
2404
+ "createdOn": "created on",
2405
+ "createdBy": "created by"
2406
+ },
2407
+ "searchField": {
2408
+ "key": "search field key",
2409
+ "title": "title",
2410
+ "path": "JSON path",
2411
+ "dataType": "data type",
2412
+ "fieldType": "field type",
2413
+ "matchType": "match type",
2414
+ "order": "order"
2415
+ },
2416
+ "zgwDocument": {
2417
+ "caseDocumentId": "case document ID",
2418
+ "vertrouwelijkheidaanduiding": "confidentiality",
2419
+ "status": "status",
2420
+ "informatieobjecttypeUrl": "document type URL",
2421
+ "informatieobjecttypeOmschrijving": "document type description"
2422
+ },
2423
+ "ikoView": {
2424
+ "key": "IKO view key",
2425
+ "title": "title"
2426
+ },
2427
+ "note": {
2428
+ "id": "note ID",
2429
+ "createdByUserId": "created by",
2430
+ "createdByUserFullName": "created by name",
2431
+ "createdDate": "created date",
2432
+ "content": "content",
2433
+ "documentId": "document ID"
2434
+ },
2435
+ "team": {
2436
+ "key": "team key",
2437
+ "title": "team title",
2438
+ "users": "team members"
2439
+ },
2440
+ "user": {
2441
+ "roles": "user roles"
2442
+ },
2443
+ "operatonExecution": {
2444
+ "id": "process instance ID",
2445
+ "businessKey": "business key",
2446
+ "activityId": "current activity",
2447
+ "activityInstanceId": "activity instance ID",
2448
+ "active": "is active",
2449
+ "caseInstanceId": "case instance ID",
2450
+ "processInstanceId": "process instance ID",
2451
+ "processDefinitionId": "process definition ID",
2452
+ "processDefinitionKey": "process definition key",
2453
+ "parentId": "parent execution ID",
2454
+ "tenantId": "tenant ID"
2455
+ },
2456
+ "operatonIdentityLink": {
2457
+ "groupId": "Candidate group",
2458
+ "type": "link type",
2459
+ "userId": "user ID",
2460
+ "processDefinitionKey": "process definition key",
2461
+ "tenantId": "tenant ID"
2462
+ },
2463
+ "operatonProcessDefinition": {
2464
+ "id": "process definition ID",
2465
+ "category": "category",
2466
+ "name": "process name",
2467
+ "key": "process definition key",
2468
+ "version": "version",
2469
+ "versionTag": "version tag",
2470
+ "deploymentId": "deployment ID",
2471
+ "isStartableInTasklist": "startable in tasklist",
2472
+ "tenantId": "tenant ID"
2473
+ },
2474
+ "operatonTask": {
2475
+ "id": "task ID",
2476
+ "name": "task name",
2477
+ "description": "description",
2478
+ "taskDefinitionKey": "task definition key",
2479
+ "owner": "owner",
2480
+ "assignee": "assignee",
2481
+ "priority": "priority",
2482
+ "createTime": "created at",
2483
+ "lastUpdated": "last updated",
2484
+ "dueDate": "due date",
2485
+ "followUpDate": "follow-up date",
2486
+ "caseInstanceId": "case instance ID",
2487
+ "caseDefinitionId": "case definition ID",
2488
+ "processInstanceId": "process instance ID",
2489
+ "processDefinitionId": "process definition ID",
2490
+ "processDefinitionKey": "process definition key",
2491
+ "tenantId": "tenant ID"
2492
+ }
2222
2493
  }
2223
2494
  }
2224
2495
  },
@@ -1187,6 +1187,28 @@
1187
1187
  "placeholder": "Selecteer een statusbron",
1188
1188
  "internalStatus": "Interne status",
1189
1189
  "zaakStatus": "Zaakstatus"
1190
+ },
1191
+ "iko": {
1192
+ "source": {
1193
+ "label": "Bron van items",
1194
+ "placeholder": "iko:/statushistorie",
1195
+ "tooltip": "Padexpressie die verwijst naar een array. Elk element van de array wordt één stap in de tijdlijn. Voorbeeld: iko:/statushistorie"
1196
+ },
1197
+ "titlePath": {
1198
+ "label": "Pad naar titel",
1199
+ "placeholder": "/statustype/omschrijving",
1200
+ "tooltip": "Pad dat per item wordt toegepast om de titel op te halen. Voorbeeld: /statustype/omschrijving"
1201
+ },
1202
+ "labelPath": {
1203
+ "label": "Pad naar tooltiptekst (optioneel)",
1204
+ "placeholder": "/statustype/toelichting",
1205
+ "tooltip": "Optioneel pad dat per item wordt toegepast om de tekst op te halen die in de info-tooltip van de stap wordt getoond (het icoon naast de titel). Voorbeeld: /statustype/toelichting"
1206
+ },
1207
+ "completedPath": {
1208
+ "label": "Pad naar voltooiingstijdstip",
1209
+ "placeholder": "/datumStatusGezet",
1210
+ "tooltip": "Pad dat per item wordt toegepast om het tijdstip op te halen waarop de stap is bereikt. Verwacht als ISO-8601-tijdstempel, met of zonder tijdzone-offset (bv. 2025-08-15T10:30:00, 2025-08-15T10:30:00Z, of 2025-08-15T10:30:00+02:00). Items zonder waarde of met onleesbare waarde worden weergegeven als nog niet bereikt. Voorbeeld: /datumStatusGezet"
1211
+ }
1190
1212
  }
1191
1213
  },
1192
1214
  "highlight": {
@@ -2252,6 +2274,255 @@
2252
2274
  "noResults": {
2253
2275
  "description": "Klik op <strong>Nieuwe rol toevoegen</strong> om te beginnen met het ontwerpen van uw rol",
2254
2276
  "title": "Geen rollen toegevoegd"
2277
+ },
2278
+ "tabs": {
2279
+ "summary": "Samenvatting",
2280
+ "jsonEditor": "JSON-editor"
2281
+ }
2282
+ },
2283
+ "resourceTypes": {
2284
+ "caseDefinition": "Zaakdossier-definitie",
2285
+ "caseTab": "Zaakdossier-tab",
2286
+ "caseWidget": "Zaakdossier-widget",
2287
+ "caseWidgetTabWidget": "Zaakdossier-tab-widget",
2288
+ "dashboard": "Dashboard",
2289
+ "jsonSchemaDocument": "Document",
2290
+ "jsonSchemaDocumentDefinition": "Documentdefinitie",
2291
+ "jsonSchemaDocumentSnapshot": "Documentmomentopname",
2292
+ "searchField": "Zoekveld",
2293
+ "zgwDocument": "ZGW-document",
2294
+ "ikoView": "IKO-weergave",
2295
+ "note": "Notitie",
2296
+ "object": "Objecten API Object",
2297
+ "resourcePermission": "Geüpload bestand",
2298
+ "team": "Team",
2299
+ "user": "Gebruiker",
2300
+ "operatonExecution": "Procesinstantie",
2301
+ "operatonIdentityLink": "User assignment",
2302
+ "operatonProcessDefinition": "Procesdefinitie",
2303
+ "operatonTask": "Taak"
2304
+ },
2305
+ "actions": {
2306
+ "view": "bekijken",
2307
+ "view_list": "lijst bekijken",
2308
+ "create": "aanmaken",
2309
+ "modify": "wijzigen",
2310
+ "delete": "verwijderen",
2311
+ "assign": "toewijzen",
2312
+ "assignable": "toewijsbaar",
2313
+ "claim": "claimen",
2314
+ "complete": "afronden",
2315
+ "export": "exporteren"
2316
+ },
2317
+ "filter": {
2318
+ "resourceType": "Resource-type",
2319
+ "action": "Actie",
2320
+ "allResourceTypes": "Alle resource-types",
2321
+ "allActions": "Alle acties"
2322
+ },
2323
+ "overview": {
2324
+ "canDo": "Kan",
2325
+ "can": "kan",
2326
+ "cannot": "kan niet",
2327
+ "and": "en",
2328
+ "or": "of",
2329
+ "when": "wanneer",
2330
+ "unconditional": "zonder voorwaarden",
2331
+ "relatedResource": "Gerelateerd",
2332
+ "where": "waar",
2333
+ "atJsonPath": "op JSON-pad",
2334
+ "inContextOf": "in de context van",
2335
+ "noContext": "zonder context",
2336
+ "customField": "(aangepast veld)",
2337
+ "customResource": "(aangepaste resource)",
2338
+ "noAccess": "Geen toegang",
2339
+ "empty": {
2340
+ "title": "Geen rechten",
2341
+ "message": "Deze rol heeft nog geen rechten geconfigureerd."
2342
+ },
2343
+ "operators": {
2344
+ "eq": "gelijk aan",
2345
+ "neq": "niet gelijk aan",
2346
+ "gt": "groter dan",
2347
+ "gte": "groter dan of gelijk aan",
2348
+ "lt": "kleiner dan",
2349
+ "lte": "kleiner dan of gelijk aan",
2350
+ "in": "is een van",
2351
+ "list_contains": "bevat"
2352
+ },
2353
+ "specialValues": {
2354
+ "currentUserId": "het ID van de huidige gebruiker",
2355
+ "currentUsername": "de huidige gebruiker",
2356
+ "currentUserEmail": "het e-mailadres van de huidige gebruiker",
2357
+ "currentUserRoles": "de rollen van de huidige gebruiker",
2358
+ "currentUserTeams": "de teams van de huidige gebruiker",
2359
+ "null": "(geen)",
2360
+ "empty": "(leeg)"
2361
+ },
2362
+ "fields": {
2363
+ "caseDefinition": {
2364
+ "idKey": "zaakdossier-definitie-sleutel",
2365
+ "idVersionTag": "zaakdossier-definitie-versie",
2366
+ "name": "zaakdossier-definitie-naam",
2367
+ "description": "omschrijving",
2368
+ "basedOnVersionTag": "gebaseerd op versie",
2369
+ "final": "is definitief",
2370
+ "active": "is actief",
2371
+ "canHaveAssignee": "kan behandelaar hebben",
2372
+ "autoAssignTasks": "taken automatisch toewijzen",
2373
+ "hasExternalStartForm": "heeft extern startformulier",
2374
+ "externalStartFormUrl": "URL extern startformulier",
2375
+ "externalStartFormDescription": "omschrijving extern startformulier",
2376
+ "originalKey": "originele sleutel",
2377
+ "originalName": "originele naam",
2378
+ "originalVersionTag": "originele versie",
2379
+ "createdBy": "aangemaakt door",
2380
+ "createdDate": "aanmaakdatum"
2381
+ },
2382
+ "caseTab": {
2383
+ "idCaseDefinitionIdKey": "zaakdossier-definitie-sleutel",
2384
+ "idCaseDefinitionIdVersionTag": "zaakdossier-definitie-versie",
2385
+ "idKey": "tab-sleutel",
2386
+ "name": "tab-naam",
2387
+ "tabOrder": "tab-volgorde",
2388
+ "type": "tab-type",
2389
+ "contentKey": "inhoudssleutel",
2390
+ "createdOn": "aangemaakt op",
2391
+ "createdBy": "aangemaakt door",
2392
+ "showTasks": "toont taken"
2393
+ },
2394
+ "caseWidgetTabWidget": {
2395
+ "title": "titel",
2396
+ "icon": "icoon",
2397
+ "color": "kleur",
2398
+ "order": "volgorde",
2399
+ "width": "breedte",
2400
+ "highContrast": "hoog contrast",
2401
+ "isCompact": "is compact"
2402
+ },
2403
+ "dashboard": {
2404
+ "key": "dashboard-sleutel",
2405
+ "title": "titel",
2406
+ "description": "omschrijving",
2407
+ "order": "volgorde",
2408
+ "createdBy": "aangemaakt door",
2409
+ "createdOn": "aangemaakt op"
2410
+ },
2411
+ "jsonSchemaDocument": {
2412
+ "id": "document-ID",
2413
+ "contentContent": "documentinhoud",
2414
+ "assigneeId": "behandelaar",
2415
+ "assigneeFullName": "behandelaarsnaam",
2416
+ "assignedTeamKey": "toegewezen team",
2417
+ "assignedTeamTitle": "toegewezen team-titel",
2418
+ "documentDefinitionIdName": "documentdefinitie-naam",
2419
+ "documentDefinitionIdVersion": "documentdefinitie-versie",
2420
+ "documentDefinitionIdCaseDefinitionIdKey": "zaakdossier-definitie-sleutel (via documentdefinitie)",
2421
+ "documentDefinitionIdCaseDefinitionIdVersionTag": "zaakdossier-definitie-versie (via documentdefinitie)",
2422
+ "version": "versie",
2423
+ "createdOn": "aangemaakt op",
2424
+ "modifiedOn": "gewijzigd op",
2425
+ "createdBy": "aangemaakt door",
2426
+ "sequence": "volgnummer",
2427
+ "internalStatus": "interne status",
2428
+ "retentionDate": "bewaartermijn"
2429
+ },
2430
+ "jsonSchemaDocumentDefinition": {
2431
+ "idName": "documentdefinitie-naam",
2432
+ "idVersion": "documentdefinitie-versie",
2433
+ "createdOn": "aangemaakt op"
2434
+ },
2435
+ "jsonSchemaDocumentSnapshot": {
2436
+ "id": "momentopname-ID",
2437
+ "createdOn": "aangemaakt op",
2438
+ "createdBy": "aangemaakt door"
2439
+ },
2440
+ "searchField": {
2441
+ "key": "zoekveld-sleutel",
2442
+ "title": "titel",
2443
+ "path": "JSON-pad",
2444
+ "dataType": "datatype",
2445
+ "fieldType": "veldtype",
2446
+ "matchType": "matchtype",
2447
+ "order": "volgorde"
2448
+ },
2449
+ "zgwDocument": {
2450
+ "caseDocumentId": "zaakdocument-ID",
2451
+ "vertrouwelijkheidaanduiding": "vertrouwelijkheidaanduiding",
2452
+ "status": "status",
2453
+ "informatieobjecttypeUrl": "informatieobjecttype-URL",
2454
+ "informatieobjecttypeOmschrijving": "informatieobjecttype-omschrijving"
2455
+ },
2456
+ "ikoView": {
2457
+ "key": "IKO-weergavesleutel",
2458
+ "title": "titel"
2459
+ },
2460
+ "note": {
2461
+ "id": "notitie-ID",
2462
+ "createdByUserId": "aangemaakt door",
2463
+ "createdByUserFullName": "aangemaakt door (volledige naam)",
2464
+ "createdDate": "aanmaakdatum",
2465
+ "content": "inhoud",
2466
+ "documentId": "document-ID"
2467
+ },
2468
+ "team": {
2469
+ "key": "team-sleutel",
2470
+ "title": "team-titel",
2471
+ "users": "teamleden"
2472
+ },
2473
+ "user": {
2474
+ "roles": "gebruikersrollen"
2475
+ },
2476
+ "operatonExecution": {
2477
+ "id": "procesinstantie-ID",
2478
+ "businessKey": "businessKey",
2479
+ "activityId": "huidige activiteit",
2480
+ "activityInstanceId": "activiteit-instantie-ID",
2481
+ "active": "is actief",
2482
+ "caseInstanceId": "zaakinstantie-ID",
2483
+ "processInstanceId": "procesinstantie-ID",
2484
+ "processDefinitionId": "procesdefinitie-ID",
2485
+ "processDefinitionKey": "procesdefinitie-sleutel",
2486
+ "parentId": "bovenliggende-instantie-ID",
2487
+ "tenantId": "tenant-ID"
2488
+ },
2489
+ "operatonIdentityLink": {
2490
+ "groupId": "Candidate group",
2491
+ "type": "koppelingstype",
2492
+ "userId": "gebruikers-ID",
2493
+ "processDefinitionKey": "procesdefinitie-sleutel",
2494
+ "tenantId": "tenant-ID"
2495
+ },
2496
+ "operatonProcessDefinition": {
2497
+ "id": "procesdefinitie-ID",
2498
+ "category": "categorie",
2499
+ "name": "procesnaam",
2500
+ "key": "procesdefinitie-sleutel",
2501
+ "version": "versie",
2502
+ "versionTag": "versie-tag",
2503
+ "deploymentId": "deployment-ID",
2504
+ "isStartableInTasklist": "startbaar in takenlijst",
2505
+ "tenantId": "tenant-ID"
2506
+ },
2507
+ "operatonTask": {
2508
+ "id": "taak-ID",
2509
+ "name": "taaknaam",
2510
+ "description": "omschrijving",
2511
+ "taskDefinitionKey": "taakdefinitie-sleutel",
2512
+ "owner": "eigenaar",
2513
+ "assignee": "behandelaar",
2514
+ "priority": "prioriteit",
2515
+ "createTime": "aangemaakt op",
2516
+ "lastUpdated": "laatst bijgewerkt",
2517
+ "dueDate": "vervaldatum",
2518
+ "followUpDate": "opvolgdatum",
2519
+ "caseInstanceId": "zaakinstantie-ID",
2520
+ "caseDefinitionId": "zaakdefinitie-ID",
2521
+ "processInstanceId": "procesinstantie-ID",
2522
+ "processDefinitionId": "procesdefinitie-ID",
2523
+ "processDefinitionKey": "procesdefinitie-sleutel",
2524
+ "tenantId": "tenant-ID"
2525
+ }
2255
2526
  }
2256
2527
  }
2257
2528
  },
@@ -1137,7 +1137,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
1137
1137
  * limitations under the License.
1138
1138
  */
1139
1139
  const VERSIONS = {
1140
- frontendLibraries: '13.31.0',
1140
+ frontendLibraries: '13.32.0',
1141
1141
  };
1142
1142
 
1143
1143
  /*