@opencrvs/toolkit 1.9.2-rc.ebb7011 → 1.9.2-rc.f0b9560

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.
Files changed (33) hide show
  1. package/dist/commons/api/router.d.ts +537 -605
  2. package/dist/commons/events/ActionConfig.d.ts +52 -336
  3. package/dist/commons/events/ActionDocument.d.ts +163 -130
  4. package/dist/commons/events/ActionInput.d.ts +93 -87
  5. package/dist/commons/events/ActionType.d.ts +7 -7
  6. package/dist/commons/events/AdvancedSearchConfig.d.ts +8 -7
  7. package/dist/commons/events/CompositeFieldValue.d.ts +0 -2
  8. package/dist/commons/events/CountryConfigQueryInput.d.ts +12 -0
  9. package/dist/commons/events/Draft.d.ts +6 -6
  10. package/dist/commons/events/EventConfig.d.ts +44 -191
  11. package/dist/commons/events/EventDocument.d.ts +59 -56
  12. package/dist/commons/events/EventIndex.d.ts +7 -1
  13. package/dist/commons/events/EventMetadata.d.ts +4 -1
  14. package/dist/commons/events/FieldConfig.d.ts +14 -22
  15. package/dist/commons/events/FieldType.d.ts +3 -3
  16. package/dist/commons/events/FieldTypeMapping.d.ts +8 -8
  17. package/dist/commons/events/FieldValue.d.ts +6 -5
  18. package/dist/commons/events/Flag.d.ts +21 -0
  19. package/dist/commons/events/FormConfig.d.ts +18 -42
  20. package/dist/commons/events/PageConfig.d.ts +12 -28
  21. package/dist/commons/events/WorkqueueColumnConfig.d.ts +5 -2
  22. package/dist/commons/events/WorkqueueConfig.d.ts +26 -11
  23. package/dist/commons/events/defineConfig.d.ts +101 -200
  24. package/dist/commons/events/scopes.d.ts +4 -4
  25. package/dist/commons/events/state/index.d.ts +7 -1
  26. package/dist/commons/events/state/utils.d.ts +49 -46
  27. package/dist/commons/events/test.utils.d.ts +14 -11
  28. package/dist/commons/events/utils.d.ts +441 -495
  29. package/dist/events/index.js +206 -152
  30. package/dist/notification/index.js +82 -112
  31. package/dist/scopes/index.d.ts +46 -7
  32. package/dist/scopes/index.js +11 -1
  33. package/package.json +1 -1
@@ -3171,8 +3171,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
3171
3171
  defaultMessage: string;
3172
3172
  description: string;
3173
3173
  };
3174
- type: "CUSTOM";
3175
- src: string;
3174
+ type: "ALPHA_HIDDEN";
3176
3175
  parent?: {
3177
3176
  $$field: string;
3178
3177
  $$subfield?: string[] | undefined;
@@ -3180,13 +3179,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
3180
3179
  $$field: string;
3181
3180
  $$subfield?: string[] | undefined;
3182
3181
  }[] | undefined;
3183
- required?: boolean | {
3184
- message: {
3185
- id: string;
3186
- defaultMessage: string;
3187
- description: string;
3188
- };
3189
- } | undefined;
3190
3182
  conditionals?: ({
3191
3183
  type: "SHOW";
3192
3184
  conditional: any;
@@ -3226,8 +3218,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
3226
3218
  $$subfield?: string[] | undefined;
3227
3219
  }[] | undefined;
3228
3220
  analytics?: boolean | undefined;
3229
- defaultValue?: unknown;
3230
- configuration?: unknown;
3221
+ required?: boolean | undefined;
3222
+ defaultValue?: string | undefined;
3231
3223
  })[];
3232
3224
  };
3233
3225
  auditHistoryLabel?: {
@@ -3240,7 +3232,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
3240
3232
  defaultMessage: string;
3241
3233
  description: string;
3242
3234
  } | undefined;
3243
- icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
3235
+ icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "ChatText" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
3244
3236
  conditionals?: undefined;
3245
3237
  } | {
3246
3238
  label: {
@@ -6292,8 +6284,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
6292
6284
  defaultMessage: string;
6293
6285
  description: string;
6294
6286
  };
6295
- type: "CUSTOM";
6296
- src: string;
6287
+ type: "ALPHA_HIDDEN";
6297
6288
  parent?: {
6298
6289
  $$field: string;
6299
6290
  $$subfield?: string[] | undefined;
@@ -6301,13 +6292,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
6301
6292
  $$field: string;
6302
6293
  $$subfield?: string[] | undefined;
6303
6294
  }[] | undefined;
6304
- required?: boolean | {
6305
- message: {
6306
- id: string;
6307
- defaultMessage: string;
6308
- description: string;
6309
- };
6310
- } | undefined;
6311
6295
  conditionals?: ({
6312
6296
  type: "SHOW";
6313
6297
  conditional: any;
@@ -6347,8 +6331,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
6347
6331
  $$subfield?: string[] | undefined;
6348
6332
  }[] | undefined;
6349
6333
  analytics?: boolean | undefined;
6350
- defaultValue?: unknown;
6351
- configuration?: unknown;
6334
+ required?: boolean | undefined;
6335
+ defaultValue?: string | undefined;
6352
6336
  })[];
6353
6337
  };
6354
6338
  auditHistoryLabel?: {
@@ -6361,7 +6345,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
6361
6345
  defaultMessage: string;
6362
6346
  description: string;
6363
6347
  } | undefined;
6364
- icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
6348
+ icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "ChatText" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
6365
6349
  conditionals?: ({
6366
6350
  type: "SHOW";
6367
6351
  conditional: any;
@@ -6400,37 +6384,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
6400
6384
  defaultMessage: string;
6401
6385
  description: string;
6402
6386
  } | undefined;
6403
- icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
6404
- conditionals?: ({
6405
- type: "SHOW";
6406
- conditional: any;
6407
- } | {
6408
- type: "ENABLE";
6409
- conditional: any;
6410
- })[] | undefined;
6411
- } | {
6412
- label: {
6413
- id: string;
6414
- defaultMessage: string;
6415
- description: string;
6416
- };
6417
- flags: {
6418
- id: string;
6419
- operation: "add" | "remove";
6420
- conditional?: any;
6421
- }[];
6422
- type: "VALIDATE";
6423
- auditHistoryLabel?: {
6424
- id: string;
6425
- defaultMessage: string;
6426
- description: string;
6427
- } | undefined;
6428
- supportingCopy?: {
6429
- id: string;
6430
- defaultMessage: string;
6431
- description: string;
6432
- } | undefined;
6433
- icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
6387
+ icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "ChatText" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
6434
6388
  conditionals?: ({
6435
6389
  type: "SHOW";
6436
6390
  conditional: any;
@@ -6438,15 +6392,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
6438
6392
  type: "ENABLE";
6439
6393
  conditional: any;
6440
6394
  })[] | undefined;
6441
- deduplication?: {
6442
- id: string;
6443
- label: {
6444
- id: string;
6445
- defaultMessage: string;
6446
- description: string;
6447
- };
6448
- query: import("../commons").ClauseOutput;
6449
- } | undefined;
6450
6395
  } | {
6451
6396
  label: {
6452
6397
  id: string;
@@ -6469,7 +6414,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
6469
6414
  defaultMessage: string;
6470
6415
  description: string;
6471
6416
  } | undefined;
6472
- icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
6417
+ icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "ChatText" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
6473
6418
  conditionals?: ({
6474
6419
  type: "SHOW";
6475
6420
  conditional: any;
@@ -9543,8 +9488,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
9543
9488
  defaultMessage: string;
9544
9489
  description: string;
9545
9490
  };
9546
- type: "CUSTOM";
9547
- src: string;
9491
+ type: "ALPHA_HIDDEN";
9548
9492
  parent?: {
9549
9493
  $$field: string;
9550
9494
  $$subfield?: string[] | undefined;
@@ -9552,13 +9496,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
9552
9496
  $$field: string;
9553
9497
  $$subfield?: string[] | undefined;
9554
9498
  }[] | undefined;
9555
- required?: boolean | {
9556
- message: {
9557
- id: string;
9558
- defaultMessage: string;
9559
- description: string;
9560
- };
9561
- } | undefined;
9562
9499
  conditionals?: ({
9563
9500
  type: "SHOW";
9564
9501
  conditional: any;
@@ -9598,8 +9535,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
9598
9535
  $$subfield?: string[] | undefined;
9599
9536
  }[] | undefined;
9600
9537
  analytics?: boolean | undefined;
9601
- defaultValue?: unknown;
9602
- configuration?: unknown;
9538
+ required?: boolean | undefined;
9539
+ defaultValue?: string | undefined;
9603
9540
  })[];
9604
9541
  type: "FORM";
9605
9542
  conditional?: any;
@@ -12642,8 +12579,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
12642
12579
  defaultMessage: string;
12643
12580
  description: string;
12644
12581
  };
12645
- type: "CUSTOM";
12646
- src: string;
12582
+ type: "ALPHA_HIDDEN";
12647
12583
  parent?: {
12648
12584
  $$field: string;
12649
12585
  $$subfield?: string[] | undefined;
@@ -12651,13 +12587,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
12651
12587
  $$field: string;
12652
12588
  $$subfield?: string[] | undefined;
12653
12589
  }[] | undefined;
12654
- required?: boolean | {
12655
- message: {
12656
- id: string;
12657
- defaultMessage: string;
12658
- description: string;
12659
- };
12660
- } | undefined;
12661
12590
  conditionals?: ({
12662
12591
  type: "SHOW";
12663
12592
  conditional: any;
@@ -12697,8 +12626,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
12697
12626
  $$subfield?: string[] | undefined;
12698
12627
  }[] | undefined;
12699
12628
  analytics?: boolean | undefined;
12700
- defaultValue?: unknown;
12701
- configuration?: unknown;
12629
+ required?: boolean | undefined;
12630
+ defaultValue?: string | undefined;
12702
12631
  })[];
12703
12632
  type: "VERIFICATION";
12704
12633
  actions: {
@@ -12742,7 +12671,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
12742
12671
  defaultMessage: string;
12743
12672
  description: string;
12744
12673
  } | undefined;
12745
- icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
12674
+ icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "ChatText" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
12746
12675
  conditionals?: ({
12747
12676
  type: "SHOW";
12748
12677
  conditional: any;
@@ -15807,8 +15736,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
15807
15736
  defaultMessage: string;
15808
15737
  description: string;
15809
15738
  };
15810
- type: "CUSTOM";
15811
- src: string;
15739
+ type: "ALPHA_HIDDEN";
15812
15740
  parent?: {
15813
15741
  $$field: string;
15814
15742
  $$subfield?: string[] | undefined;
@@ -15816,13 +15744,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
15816
15744
  $$field: string;
15817
15745
  $$subfield?: string[] | undefined;
15818
15746
  }[] | undefined;
15819
- required?: boolean | {
15820
- message: {
15821
- id: string;
15822
- defaultMessage: string;
15823
- description: string;
15824
- };
15825
- } | undefined;
15826
15747
  conditionals?: ({
15827
15748
  type: "SHOW";
15828
15749
  conditional: any;
@@ -15862,8 +15783,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
15862
15783
  $$subfield?: string[] | undefined;
15863
15784
  }[] | undefined;
15864
15785
  analytics?: boolean | undefined;
15865
- defaultValue?: unknown;
15866
- configuration?: unknown;
15786
+ required?: boolean | undefined;
15787
+ defaultValue?: string | undefined;
15867
15788
  })[];
15868
15789
  type: "FORM";
15869
15790
  conditional?: any;
@@ -18906,8 +18827,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
18906
18827
  defaultMessage: string;
18907
18828
  description: string;
18908
18829
  };
18909
- type: "CUSTOM";
18910
- src: string;
18830
+ type: "ALPHA_HIDDEN";
18911
18831
  parent?: {
18912
18832
  $$field: string;
18913
18833
  $$subfield?: string[] | undefined;
@@ -18915,13 +18835,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
18915
18835
  $$field: string;
18916
18836
  $$subfield?: string[] | undefined;
18917
18837
  }[] | undefined;
18918
- required?: boolean | {
18919
- message: {
18920
- id: string;
18921
- defaultMessage: string;
18922
- description: string;
18923
- };
18924
- } | undefined;
18925
18838
  conditionals?: ({
18926
18839
  type: "SHOW";
18927
18840
  conditional: any;
@@ -18961,8 +18874,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
18961
18874
  $$subfield?: string[] | undefined;
18962
18875
  }[] | undefined;
18963
18876
  analytics?: boolean | undefined;
18964
- defaultValue?: unknown;
18965
- configuration?: unknown;
18877
+ required?: boolean | undefined;
18878
+ defaultValue?: string | undefined;
18966
18879
  })[];
18967
18880
  type: "VERIFICATION";
18968
18881
  actions: {
@@ -19006,7 +18919,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
19006
18919
  defaultMessage: string;
19007
18920
  description: string;
19008
18921
  } | undefined;
19009
- icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
18922
+ icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "ChatText" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
19010
18923
  conditionals?: ({
19011
18924
  type: "SHOW";
19012
18925
  conditional: any;
@@ -22059,8 +21972,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
22059
21972
  defaultMessage: string;
22060
21973
  description: string;
22061
21974
  };
22062
- type: "CUSTOM";
22063
- src: string;
21975
+ type: "ALPHA_HIDDEN";
22064
21976
  parent?: {
22065
21977
  $$field: string;
22066
21978
  $$subfield?: string[] | undefined;
@@ -22068,13 +21980,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
22068
21980
  $$field: string;
22069
21981
  $$subfield?: string[] | undefined;
22070
21982
  }[] | undefined;
22071
- required?: boolean | {
22072
- message: {
22073
- id: string;
22074
- defaultMessage: string;
22075
- description: string;
22076
- };
22077
- } | undefined;
22078
21983
  conditionals?: ({
22079
21984
  type: "SHOW";
22080
21985
  conditional: any;
@@ -22114,8 +22019,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
22114
22019
  $$subfield?: string[] | undefined;
22115
22020
  }[] | undefined;
22116
22021
  analytics?: boolean | undefined;
22117
- defaultValue?: unknown;
22118
- configuration?: unknown;
22022
+ required?: boolean | undefined;
22023
+ defaultValue?: string | undefined;
22119
22024
  })[];
22120
22025
  auditHistoryLabel?: {
22121
22026
  id: string;
@@ -22127,7 +22032,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
22127
22032
  defaultMessage: string;
22128
22033
  description: string;
22129
22034
  } | undefined;
22130
- icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
22035
+ icon?: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "ChatText" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer" | undefined;
22131
22036
  conditionals?: ({
22132
22037
  type: "SHOW";
22133
22038
  conditional: any;
@@ -25181,8 +25086,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25181
25086
  defaultMessage: string;
25182
25087
  description: string;
25183
25088
  };
25184
- type: "CUSTOM";
25185
- src: string;
25089
+ type: "ALPHA_HIDDEN";
25186
25090
  parent?: {
25187
25091
  $$field: string;
25188
25092
  $$subfield?: string[] | undefined;
@@ -25190,13 +25094,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25190
25094
  $$field: string;
25191
25095
  $$subfield?: string[] | undefined;
25192
25096
  }[] | undefined;
25193
- required?: boolean | {
25194
- message: {
25195
- id: string;
25196
- defaultMessage: string;
25197
- description: string;
25198
- };
25199
- } | undefined;
25200
25097
  conditionals?: ({
25201
25098
  type: "SHOW";
25202
25099
  conditional: any;
@@ -25236,8 +25133,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25236
25133
  $$subfield?: string[] | undefined;
25237
25134
  }[] | undefined;
25238
25135
  analytics?: boolean | undefined;
25239
- defaultValue?: unknown;
25240
- configuration?: unknown;
25136
+ required?: boolean | undefined;
25137
+ defaultValue?: string | undefined;
25241
25138
  })[];
25242
25139
  type: "FORM";
25243
25140
  conditional?: any;
@@ -25256,7 +25153,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25256
25153
  };
25257
25154
  fieldId: string;
25258
25155
  fieldType: "field";
25259
- type?: "TEXT" | "DATE" | "TIME" | "CUSTOM" | "ADDRESS" | "NUMBER" | "TEXTAREA" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "PARAGRAPH" | "RADIO_GROUP" | "BULLET_LIST" | "PAGE_HEADER" | "SELECT" | "NAME" | "PHONE" | "ID" | "CHECKBOX" | "FILE" | "COUNTRY" | "ADMINISTRATIVE_AREA" | "DIVIDER" | "LOCATION" | "FACILITY" | "OFFICE" | "SIGNATURE" | "EMAIL" | "FILE_WITH_OPTIONS" | "DATA" | "BUTTON" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QR_READER" | "ID_READER" | "QUERY_PARAM_READER" | "LOADER" | "SEARCH" | undefined;
25156
+ type?: "TEXT" | "DATE" | "TIME" | "ADDRESS" | "NUMBER" | "TEXTAREA" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "PARAGRAPH" | "RADIO_GROUP" | "BULLET_LIST" | "PAGE_HEADER" | "SELECT" | "NAME" | "PHONE" | "ID" | "CHECKBOX" | "FILE" | "COUNTRY" | "ADMINISTRATIVE_AREA" | "DIVIDER" | "LOCATION" | "FACILITY" | "OFFICE" | "SIGNATURE" | "EMAIL" | "FILE_WITH_OPTIONS" | "DATA" | "BUTTON" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QR_READER" | "ID_READER" | "QUERY_PARAM_READER" | "LOADER" | "SEARCH" | "ALPHA_HIDDEN" | undefined;
25260
25157
  label?: {
25261
25158
  id: string;
25262
25159
  defaultMessage: string;
@@ -25300,7 +25197,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25300
25197
  };
25301
25198
  fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
25302
25199
  fieldType: "event";
25303
- type?: "TEXT" | "DATE" | "TIME" | "CUSTOM" | "ADDRESS" | "NUMBER" | "TEXTAREA" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "PARAGRAPH" | "RADIO_GROUP" | "BULLET_LIST" | "PAGE_HEADER" | "SELECT" | "NAME" | "PHONE" | "ID" | "CHECKBOX" | "FILE" | "COUNTRY" | "ADMINISTRATIVE_AREA" | "DIVIDER" | "LOCATION" | "FACILITY" | "OFFICE" | "SIGNATURE" | "EMAIL" | "FILE_WITH_OPTIONS" | "DATA" | "BUTTON" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QR_READER" | "ID_READER" | "QUERY_PARAM_READER" | "LOADER" | "SEARCH" | undefined;
25200
+ type?: "TEXT" | "DATE" | "TIME" | "ADDRESS" | "NUMBER" | "TEXTAREA" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "PARAGRAPH" | "RADIO_GROUP" | "BULLET_LIST" | "PAGE_HEADER" | "SELECT" | "NAME" | "PHONE" | "ID" | "CHECKBOX" | "FILE" | "COUNTRY" | "ADMINISTRATIVE_AREA" | "DIVIDER" | "LOCATION" | "FACILITY" | "OFFICE" | "SIGNATURE" | "EMAIL" | "FILE_WITH_OPTIONS" | "DATA" | "BUTTON" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QR_READER" | "ID_READER" | "QUERY_PARAM_READER" | "LOADER" | "SEARCH" | "ALPHA_HIDDEN" | undefined;
25304
25201
  label?: {
25305
25202
  id: string;
25306
25203
  defaultMessage: string;
@@ -25352,6 +25249,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25352
25249
  $$field: string;
25353
25250
  $$subfield?: string[] | undefined;
25354
25251
  } | undefined;
25252
+ placeOfEvent?: {
25253
+ $$field: string;
25254
+ $$subfield?: string[] | undefined;
25255
+ } | undefined;
25355
25256
  fallbackTitle?: {
25356
25257
  id: string;
25357
25258
  defaultMessage: string;
@@ -25378,12 +25279,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25378
25279
  createdAt: string;
25379
25280
  createdBy: string;
25380
25281
  createdByRole: string;
25381
- declaration: Record<string, unknown>;
25282
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25382
25283
  status: "Requested" | "Accepted" | "Rejected";
25383
25284
  type: "CREATE";
25384
25285
  createdBySignature?: string | null | undefined;
25385
25286
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25386
- annotation?: Record<string, unknown> | null | undefined;
25287
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25387
25288
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25388
25289
  } | {
25389
25290
  id: string & import("zod").$brand<"UUID">;
@@ -25392,21 +25293,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25392
25293
  createdAt: string;
25393
25294
  createdBy: string;
25394
25295
  createdByRole: string;
25395
- declaration: Record<string, unknown>;
25396
- status: "Requested" | "Accepted" | "Rejected";
25397
- type: "VALIDATE";
25398
- createdBySignature?: string | null | undefined;
25399
- createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25400
- annotation?: Record<string, unknown> | null | undefined;
25401
- originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25402
- } | {
25403
- id: string & import("zod").$brand<"UUID">;
25404
- transactionId: string;
25405
- createdByUserType: "user" | "system";
25406
- createdAt: string;
25407
- createdBy: string;
25408
- createdByRole: string;
25409
- declaration: Record<string, unknown>;
25296
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25410
25297
  status: "Requested" | "Accepted" | "Rejected";
25411
25298
  type: "REJECT";
25412
25299
  content: {
@@ -25414,7 +25301,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25414
25301
  };
25415
25302
  createdBySignature?: string | null | undefined;
25416
25303
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25417
- annotation?: Record<string, unknown> | null | undefined;
25304
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25418
25305
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25419
25306
  } | {
25420
25307
  id: string & import("zod").$brand<"UUID">;
@@ -25423,7 +25310,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25423
25310
  createdAt: string;
25424
25311
  createdBy: string;
25425
25312
  createdByRole: string;
25426
- declaration: Record<string, unknown>;
25313
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25427
25314
  status: "Requested" | "Accepted" | "Rejected";
25428
25315
  type: "DUPLICATE_DETECTED";
25429
25316
  content: {
@@ -25434,7 +25321,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25434
25321
  };
25435
25322
  createdBySignature?: string | null | undefined;
25436
25323
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25437
- annotation?: Record<string, unknown> | null | undefined;
25324
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25438
25325
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25439
25326
  } | {
25440
25327
  id: string & import("zod").$brand<"UUID">;
@@ -25443,12 +25330,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25443
25330
  createdAt: string;
25444
25331
  createdBy: string;
25445
25332
  createdByRole: string;
25446
- declaration: Record<string, unknown>;
25333
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25447
25334
  status: "Requested" | "Accepted" | "Rejected";
25448
25335
  type: "MARK_AS_NOT_DUPLICATE";
25449
25336
  createdBySignature?: string | null | undefined;
25450
25337
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25451
- annotation?: Record<string, unknown> | null | undefined;
25338
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25452
25339
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25453
25340
  } | {
25454
25341
  id: string & import("zod").$brand<"UUID">;
@@ -25457,12 +25344,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25457
25344
  createdAt: string;
25458
25345
  createdBy: string;
25459
25346
  createdByRole: string;
25460
- declaration: Record<string, unknown>;
25347
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25461
25348
  status: "Requested" | "Accepted" | "Rejected";
25462
25349
  type: "MARK_AS_DUPLICATE";
25463
25350
  createdBySignature?: string | null | undefined;
25464
25351
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25465
- annotation?: Record<string, unknown> | null | undefined;
25352
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25466
25353
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25467
25354
  content?: {
25468
25355
  duplicateOf: string & import("zod").$brand<"UUID">;
@@ -25474,7 +25361,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25474
25361
  createdAt: string;
25475
25362
  createdBy: string;
25476
25363
  createdByRole: string;
25477
- declaration: Record<string, unknown>;
25364
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25478
25365
  status: "Requested" | "Accepted" | "Rejected";
25479
25366
  type: "ARCHIVE";
25480
25367
  content: {
@@ -25482,7 +25369,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25482
25369
  };
25483
25370
  createdBySignature?: string | null | undefined;
25484
25371
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25485
- annotation?: Record<string, unknown> | null | undefined;
25372
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25486
25373
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25487
25374
  } | {
25488
25375
  id: string & import("zod").$brand<"UUID">;
@@ -25491,12 +25378,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25491
25378
  createdAt: string;
25492
25379
  createdBy: string;
25493
25380
  createdByRole: string;
25494
- declaration: Record<string, unknown>;
25381
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25495
25382
  status: "Requested" | "Accepted" | "Rejected";
25496
25383
  type: "NOTIFY";
25497
25384
  createdBySignature?: string | null | undefined;
25498
25385
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25499
- annotation?: Record<string, unknown> | null | undefined;
25386
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25500
25387
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25501
25388
  } | {
25502
25389
  id: string & import("zod").$brand<"UUID">;
@@ -25505,12 +25392,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25505
25392
  createdAt: string;
25506
25393
  createdBy: string;
25507
25394
  createdByRole: string;
25508
- declaration: Record<string, unknown>;
25395
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25509
25396
  status: "Requested" | "Accepted" | "Rejected";
25510
25397
  type: "REGISTER";
25511
25398
  createdBySignature?: string | null | undefined;
25512
25399
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25513
- annotation?: Record<string, unknown> | null | undefined;
25400
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25514
25401
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25515
25402
  registrationNumber?: string | undefined;
25516
25403
  } | {
@@ -25520,12 +25407,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25520
25407
  createdAt: string;
25521
25408
  createdBy: string;
25522
25409
  createdByRole: string;
25523
- declaration: Record<string, unknown>;
25410
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25524
25411
  status: "Requested" | "Accepted" | "Rejected";
25525
25412
  type: "DECLARE";
25526
25413
  createdBySignature?: string | null | undefined;
25527
25414
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25528
- annotation?: Record<string, unknown> | null | undefined;
25415
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25529
25416
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25530
25417
  } | {
25531
25418
  id: string & import("zod").$brand<"UUID">;
@@ -25534,13 +25421,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25534
25421
  createdAt: string;
25535
25422
  createdBy: string;
25536
25423
  createdByRole: string;
25537
- declaration: Record<string, unknown>;
25424
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25538
25425
  status: "Requested" | "Accepted" | "Rejected";
25539
25426
  type: "ASSIGN";
25540
25427
  assignedTo: string;
25541
25428
  createdBySignature?: string | null | undefined;
25542
25429
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25543
- annotation?: Record<string, unknown> | null | undefined;
25430
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25544
25431
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25545
25432
  } | {
25546
25433
  id: string & import("zod").$brand<"UUID">;
@@ -25549,12 +25436,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25549
25436
  createdAt: string;
25550
25437
  createdBy: string;
25551
25438
  createdByRole: string;
25552
- declaration: Record<string, unknown>;
25439
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25553
25440
  status: "Requested" | "Accepted" | "Rejected";
25554
25441
  type: "REQUEST_CORRECTION";
25555
25442
  createdBySignature?: string | null | undefined;
25556
25443
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25557
- annotation?: Record<string, unknown> | null | undefined;
25444
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25558
25445
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25559
25446
  } | {
25560
25447
  id: string & import("zod").$brand<"UUID">;
@@ -25563,13 +25450,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25563
25450
  createdAt: string;
25564
25451
  createdBy: string;
25565
25452
  createdByRole: string;
25566
- declaration: Record<string, unknown>;
25453
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25567
25454
  status: "Requested" | "Accepted" | "Rejected";
25568
25455
  type: "APPROVE_CORRECTION";
25569
25456
  requestId: string;
25570
25457
  createdBySignature?: string | null | undefined;
25571
25458
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25572
- annotation?: Record<string, unknown> | null | undefined;
25459
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25573
25460
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25574
25461
  } | {
25575
25462
  id: string & import("zod").$brand<"UUID">;
@@ -25578,7 +25465,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25578
25465
  createdAt: string;
25579
25466
  createdBy: string;
25580
25467
  createdByRole: string;
25581
- declaration: Record<string, unknown>;
25468
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25582
25469
  status: "Requested" | "Accepted" | "Rejected";
25583
25470
  type: "REJECT_CORRECTION";
25584
25471
  requestId: string;
@@ -25587,7 +25474,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25587
25474
  };
25588
25475
  createdBySignature?: string | null | undefined;
25589
25476
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25590
- annotation?: Record<string, unknown> | null | undefined;
25477
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25591
25478
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25592
25479
  } | {
25593
25480
  id: string & import("zod").$brand<"UUID">;
@@ -25596,12 +25483,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25596
25483
  createdAt: string;
25597
25484
  createdBy: string;
25598
25485
  createdByRole: string;
25599
- declaration: Record<string, unknown>;
25486
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25600
25487
  status: "Requested" | "Accepted" | "Rejected";
25601
25488
  type: "UNASSIGN";
25602
25489
  createdBySignature?: string | null | undefined;
25603
25490
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25604
- annotation?: Record<string, unknown> | null | undefined;
25491
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25605
25492
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25606
25493
  } | {
25607
25494
  id: string & import("zod").$brand<"UUID">;
@@ -25610,12 +25497,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25610
25497
  createdAt: string;
25611
25498
  createdBy: string;
25612
25499
  createdByRole: string;
25613
- declaration: Record<string, unknown>;
25500
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25614
25501
  status: "Requested" | "Accepted" | "Rejected";
25615
25502
  type: "PRINT_CERTIFICATE";
25616
25503
  createdBySignature?: string | null | undefined;
25617
25504
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25618
- annotation?: Record<string, unknown> | null | undefined;
25505
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25619
25506
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25620
25507
  content?: {
25621
25508
  templateId?: string | undefined;
@@ -25627,12 +25514,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25627
25514
  createdAt: string;
25628
25515
  createdBy: string;
25629
25516
  createdByRole: string;
25630
- declaration: Record<string, unknown>;
25517
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25631
25518
  status: "Requested" | "Accepted" | "Rejected";
25632
25519
  type: "READ";
25633
25520
  createdBySignature?: string | null | undefined;
25634
25521
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25635
- annotation?: Record<string, unknown> | null | undefined;
25522
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25636
25523
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25637
25524
  } | {
25638
25525
  id: string & import("zod").$brand<"UUID">;
@@ -25641,13 +25528,30 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25641
25528
  createdAt: string;
25642
25529
  createdBy: string;
25643
25530
  createdByRole: string;
25644
- declaration: Record<string, unknown>;
25531
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25532
+ status: "Requested" | "Accepted" | "Rejected";
25533
+ type: "EDIT";
25534
+ content: {
25535
+ comment?: string | undefined;
25536
+ };
25537
+ createdBySignature?: string | null | undefined;
25538
+ createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25539
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25540
+ originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25541
+ } | {
25542
+ id: string & import("zod").$brand<"UUID">;
25543
+ transactionId: string;
25544
+ createdByUserType: "user" | "system";
25545
+ createdAt: string;
25546
+ createdBy: string;
25547
+ createdByRole: string;
25548
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25645
25549
  status: "Requested" | "Accepted" | "Rejected";
25646
25550
  type: "CUSTOM";
25647
25551
  customActionType: string;
25648
25552
  createdBySignature?: string | null | undefined;
25649
25553
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25650
- annotation?: Record<string, unknown> | null | undefined;
25554
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25651
25555
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25652
25556
  } | {
25653
25557
  id: string & import("zod").$brand<"UUID">;
@@ -25656,7 +25560,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25656
25560
  createdAt: string;
25657
25561
  createdBy: string;
25658
25562
  createdByRole: string;
25659
- type: "DECLARE" | "REJECT" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
25563
+ type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "EDIT";
25660
25564
  status: "Rejected";
25661
25565
  createdBySignature?: string | null | undefined;
25662
25566
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
@@ -25680,26 +25584,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25680
25584
  createdAt: string;
25681
25585
  createdBy: string;
25682
25586
  createdByRole: string;
25683
- declaration: Record<string, unknown>;
25587
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25684
25588
  status: "Requested" | "Accepted" | "Rejected";
25685
25589
  type: "CREATE";
25686
25590
  createdBySignature?: string | null | undefined;
25687
25591
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25688
- annotation?: Record<string, unknown> | null | undefined;
25689
- originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25690
- } | {
25691
- id: string & import("zod").$brand<"UUID">;
25692
- transactionId: string;
25693
- createdByUserType: "user" | "system";
25694
- createdAt: string;
25695
- createdBy: string;
25696
- createdByRole: string;
25697
- declaration: Record<string, unknown>;
25698
- status: "Requested" | "Accepted" | "Rejected";
25699
- type: "VALIDATE";
25700
- createdBySignature?: string | null | undefined;
25701
- createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25702
- annotation?: Record<string, unknown> | null | undefined;
25592
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25703
25593
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25704
25594
  } | {
25705
25595
  id: string & import("zod").$brand<"UUID">;
@@ -25708,7 +25598,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25708
25598
  createdAt: string;
25709
25599
  createdBy: string;
25710
25600
  createdByRole: string;
25711
- declaration: Record<string, unknown>;
25601
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25712
25602
  status: "Requested" | "Accepted" | "Rejected";
25713
25603
  type: "REJECT";
25714
25604
  content: {
@@ -25716,7 +25606,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25716
25606
  };
25717
25607
  createdBySignature?: string | null | undefined;
25718
25608
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25719
- annotation?: Record<string, unknown> | null | undefined;
25609
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25720
25610
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25721
25611
  } | {
25722
25612
  id: string & import("zod").$brand<"UUID">;
@@ -25725,7 +25615,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25725
25615
  createdAt: string;
25726
25616
  createdBy: string;
25727
25617
  createdByRole: string;
25728
- declaration: Record<string, unknown>;
25618
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25729
25619
  status: "Requested" | "Accepted" | "Rejected";
25730
25620
  type: "DUPLICATE_DETECTED";
25731
25621
  content: {
@@ -25736,7 +25626,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25736
25626
  };
25737
25627
  createdBySignature?: string | null | undefined;
25738
25628
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25739
- annotation?: Record<string, unknown> | null | undefined;
25629
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25740
25630
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25741
25631
  } | {
25742
25632
  id: string & import("zod").$brand<"UUID">;
@@ -25745,12 +25635,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25745
25635
  createdAt: string;
25746
25636
  createdBy: string;
25747
25637
  createdByRole: string;
25748
- declaration: Record<string, unknown>;
25638
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25749
25639
  status: "Requested" | "Accepted" | "Rejected";
25750
25640
  type: "MARK_AS_NOT_DUPLICATE";
25751
25641
  createdBySignature?: string | null | undefined;
25752
25642
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25753
- annotation?: Record<string, unknown> | null | undefined;
25643
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25754
25644
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25755
25645
  } | {
25756
25646
  id: string & import("zod").$brand<"UUID">;
@@ -25759,12 +25649,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25759
25649
  createdAt: string;
25760
25650
  createdBy: string;
25761
25651
  createdByRole: string;
25762
- declaration: Record<string, unknown>;
25652
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25763
25653
  status: "Requested" | "Accepted" | "Rejected";
25764
25654
  type: "MARK_AS_DUPLICATE";
25765
25655
  createdBySignature?: string | null | undefined;
25766
25656
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25767
- annotation?: Record<string, unknown> | null | undefined;
25657
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25768
25658
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25769
25659
  content?: {
25770
25660
  duplicateOf: string & import("zod").$brand<"UUID">;
@@ -25776,7 +25666,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25776
25666
  createdAt: string;
25777
25667
  createdBy: string;
25778
25668
  createdByRole: string;
25779
- declaration: Record<string, unknown>;
25669
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25780
25670
  status: "Requested" | "Accepted" | "Rejected";
25781
25671
  type: "ARCHIVE";
25782
25672
  content: {
@@ -25784,7 +25674,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25784
25674
  };
25785
25675
  createdBySignature?: string | null | undefined;
25786
25676
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25787
- annotation?: Record<string, unknown> | null | undefined;
25677
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25788
25678
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25789
25679
  } | {
25790
25680
  id: string & import("zod").$brand<"UUID">;
@@ -25793,12 +25683,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25793
25683
  createdAt: string;
25794
25684
  createdBy: string;
25795
25685
  createdByRole: string;
25796
- declaration: Record<string, unknown>;
25686
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25797
25687
  status: "Requested" | "Accepted" | "Rejected";
25798
25688
  type: "NOTIFY";
25799
25689
  createdBySignature?: string | null | undefined;
25800
25690
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25801
- annotation?: Record<string, unknown> | null | undefined;
25691
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25802
25692
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25803
25693
  } | {
25804
25694
  id: string & import("zod").$brand<"UUID">;
@@ -25807,12 +25697,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25807
25697
  createdAt: string;
25808
25698
  createdBy: string;
25809
25699
  createdByRole: string;
25810
- declaration: Record<string, unknown>;
25700
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25811
25701
  status: "Requested" | "Accepted" | "Rejected";
25812
25702
  type: "REGISTER";
25813
25703
  createdBySignature?: string | null | undefined;
25814
25704
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25815
- annotation?: Record<string, unknown> | null | undefined;
25705
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25816
25706
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25817
25707
  registrationNumber?: string | undefined;
25818
25708
  } | {
@@ -25822,12 +25712,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25822
25712
  createdAt: string;
25823
25713
  createdBy: string;
25824
25714
  createdByRole: string;
25825
- declaration: Record<string, unknown>;
25715
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25826
25716
  status: "Requested" | "Accepted" | "Rejected";
25827
25717
  type: "DECLARE";
25828
25718
  createdBySignature?: string | null | undefined;
25829
25719
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25830
- annotation?: Record<string, unknown> | null | undefined;
25720
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25831
25721
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25832
25722
  } | {
25833
25723
  id: string & import("zod").$brand<"UUID">;
@@ -25836,13 +25726,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25836
25726
  createdAt: string;
25837
25727
  createdBy: string;
25838
25728
  createdByRole: string;
25839
- declaration: Record<string, unknown>;
25729
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25840
25730
  status: "Requested" | "Accepted" | "Rejected";
25841
25731
  type: "ASSIGN";
25842
25732
  assignedTo: string;
25843
25733
  createdBySignature?: string | null | undefined;
25844
25734
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25845
- annotation?: Record<string, unknown> | null | undefined;
25735
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25846
25736
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25847
25737
  } | {
25848
25738
  id: string & import("zod").$brand<"UUID">;
@@ -25851,12 +25741,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25851
25741
  createdAt: string;
25852
25742
  createdBy: string;
25853
25743
  createdByRole: string;
25854
- declaration: Record<string, unknown>;
25744
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25855
25745
  status: "Requested" | "Accepted" | "Rejected";
25856
25746
  type: "REQUEST_CORRECTION";
25857
25747
  createdBySignature?: string | null | undefined;
25858
25748
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25859
- annotation?: Record<string, unknown> | null | undefined;
25749
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25860
25750
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25861
25751
  } | {
25862
25752
  id: string & import("zod").$brand<"UUID">;
@@ -25865,13 +25755,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25865
25755
  createdAt: string;
25866
25756
  createdBy: string;
25867
25757
  createdByRole: string;
25868
- declaration: Record<string, unknown>;
25758
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25869
25759
  status: "Requested" | "Accepted" | "Rejected";
25870
25760
  type: "APPROVE_CORRECTION";
25871
25761
  requestId: string;
25872
25762
  createdBySignature?: string | null | undefined;
25873
25763
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25874
- annotation?: Record<string, unknown> | null | undefined;
25764
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25875
25765
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25876
25766
  } | {
25877
25767
  id: string & import("zod").$brand<"UUID">;
@@ -25880,7 +25770,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25880
25770
  createdAt: string;
25881
25771
  createdBy: string;
25882
25772
  createdByRole: string;
25883
- declaration: Record<string, unknown>;
25773
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25884
25774
  status: "Requested" | "Accepted" | "Rejected";
25885
25775
  type: "REJECT_CORRECTION";
25886
25776
  requestId: string;
@@ -25889,7 +25779,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25889
25779
  };
25890
25780
  createdBySignature?: string | null | undefined;
25891
25781
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25892
- annotation?: Record<string, unknown> | null | undefined;
25782
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25893
25783
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25894
25784
  } | {
25895
25785
  id: string & import("zod").$brand<"UUID">;
@@ -25898,12 +25788,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25898
25788
  createdAt: string;
25899
25789
  createdBy: string;
25900
25790
  createdByRole: string;
25901
- declaration: Record<string, unknown>;
25791
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25902
25792
  status: "Requested" | "Accepted" | "Rejected";
25903
25793
  type: "UNASSIGN";
25904
25794
  createdBySignature?: string | null | undefined;
25905
25795
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25906
- annotation?: Record<string, unknown> | null | undefined;
25796
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25907
25797
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25908
25798
  } | {
25909
25799
  id: string & import("zod").$brand<"UUID">;
@@ -25912,12 +25802,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25912
25802
  createdAt: string;
25913
25803
  createdBy: string;
25914
25804
  createdByRole: string;
25915
- declaration: Record<string, unknown>;
25805
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25916
25806
  status: "Requested" | "Accepted" | "Rejected";
25917
25807
  type: "PRINT_CERTIFICATE";
25918
25808
  createdBySignature?: string | null | undefined;
25919
25809
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25920
- annotation?: Record<string, unknown> | null | undefined;
25810
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25921
25811
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25922
25812
  content?: {
25923
25813
  templateId?: string | undefined;
@@ -25929,12 +25819,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25929
25819
  createdAt: string;
25930
25820
  createdBy: string;
25931
25821
  createdByRole: string;
25932
- declaration: Record<string, unknown>;
25822
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25933
25823
  status: "Requested" | "Accepted" | "Rejected";
25934
25824
  type: "READ";
25935
25825
  createdBySignature?: string | null | undefined;
25936
25826
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25937
- annotation?: Record<string, unknown> | null | undefined;
25827
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25938
25828
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25939
25829
  } | {
25940
25830
  id: string & import("zod").$brand<"UUID">;
@@ -25943,13 +25833,30 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25943
25833
  createdAt: string;
25944
25834
  createdBy: string;
25945
25835
  createdByRole: string;
25946
- declaration: Record<string, unknown>;
25836
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25837
+ status: "Requested" | "Accepted" | "Rejected";
25838
+ type: "EDIT";
25839
+ content: {
25840
+ comment?: string | undefined;
25841
+ };
25842
+ createdBySignature?: string | null | undefined;
25843
+ createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25844
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25845
+ originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25846
+ } | {
25847
+ id: string & import("zod").$brand<"UUID">;
25848
+ transactionId: string;
25849
+ createdByUserType: "user" | "system";
25850
+ createdAt: string;
25851
+ createdBy: string;
25852
+ createdByRole: string;
25853
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25947
25854
  status: "Requested" | "Accepted" | "Rejected";
25948
25855
  type: "CUSTOM";
25949
25856
  customActionType: string;
25950
25857
  createdBySignature?: string | null | undefined;
25951
25858
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25952
- annotation?: Record<string, unknown> | null | undefined;
25859
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
25953
25860
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25954
25861
  } | {
25955
25862
  id: string & import("zod").$brand<"UUID">;
@@ -25958,7 +25865,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25958
25865
  createdAt: string;
25959
25866
  createdBy: string;
25960
25867
  createdByRole: string;
25961
- type: "DECLARE" | "REJECT" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
25868
+ type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "EDIT";
25962
25869
  status: "Rejected";
25963
25870
  createdBySignature?: string | null | undefined;
25964
25871
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
@@ -25984,26 +25891,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
25984
25891
  createdAt: string;
25985
25892
  createdBy: string;
25986
25893
  createdByRole: string;
25987
- declaration: Record<string, unknown>;
25894
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
25988
25895
  status: "Requested" | "Accepted" | "Rejected";
25989
25896
  type: "CREATE";
25990
25897
  createdBySignature?: string | null | undefined;
25991
25898
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
25992
- annotation?: Record<string, unknown> | null | undefined;
25993
- originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
25994
- } | {
25995
- id: string & import("zod").$brand<"UUID">;
25996
- transactionId: string;
25997
- createdByUserType: "user" | "system";
25998
- createdAt: string;
25999
- createdBy: string;
26000
- createdByRole: string;
26001
- declaration: Record<string, unknown>;
26002
- status: "Requested" | "Accepted" | "Rejected";
26003
- type: "VALIDATE";
26004
- createdBySignature?: string | null | undefined;
26005
- createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26006
- annotation?: Record<string, unknown> | null | undefined;
25899
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26007
25900
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26008
25901
  } | {
26009
25902
  id: string & import("zod").$brand<"UUID">;
@@ -26012,7 +25905,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26012
25905
  createdAt: string;
26013
25906
  createdBy: string;
26014
25907
  createdByRole: string;
26015
- declaration: Record<string, unknown>;
25908
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26016
25909
  status: "Requested" | "Accepted" | "Rejected";
26017
25910
  type: "REJECT";
26018
25911
  content: {
@@ -26020,7 +25913,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26020
25913
  };
26021
25914
  createdBySignature?: string | null | undefined;
26022
25915
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26023
- annotation?: Record<string, unknown> | null | undefined;
25916
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26024
25917
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26025
25918
  } | {
26026
25919
  id: string & import("zod").$brand<"UUID">;
@@ -26029,7 +25922,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26029
25922
  createdAt: string;
26030
25923
  createdBy: string;
26031
25924
  createdByRole: string;
26032
- declaration: Record<string, unknown>;
25925
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26033
25926
  status: "Requested" | "Accepted" | "Rejected";
26034
25927
  type: "DUPLICATE_DETECTED";
26035
25928
  content: {
@@ -26040,7 +25933,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26040
25933
  };
26041
25934
  createdBySignature?: string | null | undefined;
26042
25935
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26043
- annotation?: Record<string, unknown> | null | undefined;
25936
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26044
25937
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26045
25938
  } | {
26046
25939
  id: string & import("zod").$brand<"UUID">;
@@ -26049,12 +25942,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26049
25942
  createdAt: string;
26050
25943
  createdBy: string;
26051
25944
  createdByRole: string;
26052
- declaration: Record<string, unknown>;
25945
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26053
25946
  status: "Requested" | "Accepted" | "Rejected";
26054
25947
  type: "MARK_AS_NOT_DUPLICATE";
26055
25948
  createdBySignature?: string | null | undefined;
26056
25949
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26057
- annotation?: Record<string, unknown> | null | undefined;
25950
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26058
25951
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26059
25952
  } | {
26060
25953
  id: string & import("zod").$brand<"UUID">;
@@ -26063,12 +25956,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26063
25956
  createdAt: string;
26064
25957
  createdBy: string;
26065
25958
  createdByRole: string;
26066
- declaration: Record<string, unknown>;
25959
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26067
25960
  status: "Requested" | "Accepted" | "Rejected";
26068
25961
  type: "MARK_AS_DUPLICATE";
26069
25962
  createdBySignature?: string | null | undefined;
26070
25963
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26071
- annotation?: Record<string, unknown> | null | undefined;
25964
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26072
25965
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26073
25966
  content?: {
26074
25967
  duplicateOf: string & import("zod").$brand<"UUID">;
@@ -26080,7 +25973,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26080
25973
  createdAt: string;
26081
25974
  createdBy: string;
26082
25975
  createdByRole: string;
26083
- declaration: Record<string, unknown>;
25976
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26084
25977
  status: "Requested" | "Accepted" | "Rejected";
26085
25978
  type: "ARCHIVE";
26086
25979
  content: {
@@ -26088,7 +25981,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26088
25981
  };
26089
25982
  createdBySignature?: string | null | undefined;
26090
25983
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26091
- annotation?: Record<string, unknown> | null | undefined;
25984
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26092
25985
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26093
25986
  } | {
26094
25987
  id: string & import("zod").$brand<"UUID">;
@@ -26097,12 +25990,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26097
25990
  createdAt: string;
26098
25991
  createdBy: string;
26099
25992
  createdByRole: string;
26100
- declaration: Record<string, unknown>;
25993
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26101
25994
  status: "Requested" | "Accepted" | "Rejected";
26102
25995
  type: "NOTIFY";
26103
25996
  createdBySignature?: string | null | undefined;
26104
25997
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26105
- annotation?: Record<string, unknown> | null | undefined;
25998
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26106
25999
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26107
26000
  } | {
26108
26001
  id: string & import("zod").$brand<"UUID">;
@@ -26111,12 +26004,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26111
26004
  createdAt: string;
26112
26005
  createdBy: string;
26113
26006
  createdByRole: string;
26114
- declaration: Record<string, unknown>;
26007
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26115
26008
  status: "Requested" | "Accepted" | "Rejected";
26116
26009
  type: "REGISTER";
26117
26010
  createdBySignature?: string | null | undefined;
26118
26011
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26119
- annotation?: Record<string, unknown> | null | undefined;
26012
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26120
26013
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26121
26014
  registrationNumber?: string | undefined;
26122
26015
  } | {
@@ -26126,12 +26019,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26126
26019
  createdAt: string;
26127
26020
  createdBy: string;
26128
26021
  createdByRole: string;
26129
- declaration: Record<string, unknown>;
26022
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26130
26023
  status: "Requested" | "Accepted" | "Rejected";
26131
26024
  type: "DECLARE";
26132
26025
  createdBySignature?: string | null | undefined;
26133
26026
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26134
- annotation?: Record<string, unknown> | null | undefined;
26027
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26135
26028
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26136
26029
  } | {
26137
26030
  id: string & import("zod").$brand<"UUID">;
@@ -26140,13 +26033,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26140
26033
  createdAt: string;
26141
26034
  createdBy: string;
26142
26035
  createdByRole: string;
26143
- declaration: Record<string, unknown>;
26036
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26144
26037
  status: "Requested" | "Accepted" | "Rejected";
26145
26038
  type: "ASSIGN";
26146
26039
  assignedTo: string;
26147
26040
  createdBySignature?: string | null | undefined;
26148
26041
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26149
- annotation?: Record<string, unknown> | null | undefined;
26042
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26150
26043
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26151
26044
  } | {
26152
26045
  id: string & import("zod").$brand<"UUID">;
@@ -26155,12 +26048,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26155
26048
  createdAt: string;
26156
26049
  createdBy: string;
26157
26050
  createdByRole: string;
26158
- declaration: Record<string, unknown>;
26051
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26159
26052
  status: "Requested" | "Accepted" | "Rejected";
26160
26053
  type: "REQUEST_CORRECTION";
26161
26054
  createdBySignature?: string | null | undefined;
26162
26055
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26163
- annotation?: Record<string, unknown> | null | undefined;
26056
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26164
26057
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26165
26058
  } | {
26166
26059
  id: string & import("zod").$brand<"UUID">;
@@ -26169,13 +26062,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26169
26062
  createdAt: string;
26170
26063
  createdBy: string;
26171
26064
  createdByRole: string;
26172
- declaration: Record<string, unknown>;
26065
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26173
26066
  status: "Requested" | "Accepted" | "Rejected";
26174
26067
  type: "APPROVE_CORRECTION";
26175
26068
  requestId: string;
26176
26069
  createdBySignature?: string | null | undefined;
26177
26070
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26178
- annotation?: Record<string, unknown> | null | undefined;
26071
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26179
26072
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26180
26073
  } | {
26181
26074
  id: string & import("zod").$brand<"UUID">;
@@ -26184,7 +26077,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26184
26077
  createdAt: string;
26185
26078
  createdBy: string;
26186
26079
  createdByRole: string;
26187
- declaration: Record<string, unknown>;
26080
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26188
26081
  status: "Requested" | "Accepted" | "Rejected";
26189
26082
  type: "REJECT_CORRECTION";
26190
26083
  requestId: string;
@@ -26193,7 +26086,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26193
26086
  };
26194
26087
  createdBySignature?: string | null | undefined;
26195
26088
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26196
- annotation?: Record<string, unknown> | null | undefined;
26089
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26197
26090
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26198
26091
  } | {
26199
26092
  id: string & import("zod").$brand<"UUID">;
@@ -26202,12 +26095,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26202
26095
  createdAt: string;
26203
26096
  createdBy: string;
26204
26097
  createdByRole: string;
26205
- declaration: Record<string, unknown>;
26098
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26206
26099
  status: "Requested" | "Accepted" | "Rejected";
26207
26100
  type: "UNASSIGN";
26208
26101
  createdBySignature?: string | null | undefined;
26209
26102
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26210
- annotation?: Record<string, unknown> | null | undefined;
26103
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26211
26104
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26212
26105
  } | {
26213
26106
  id: string & import("zod").$brand<"UUID">;
@@ -26216,12 +26109,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26216
26109
  createdAt: string;
26217
26110
  createdBy: string;
26218
26111
  createdByRole: string;
26219
- declaration: Record<string, unknown>;
26112
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26220
26113
  status: "Requested" | "Accepted" | "Rejected";
26221
26114
  type: "PRINT_CERTIFICATE";
26222
26115
  createdBySignature?: string | null | undefined;
26223
26116
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26224
- annotation?: Record<string, unknown> | null | undefined;
26117
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26225
26118
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26226
26119
  content?: {
26227
26120
  templateId?: string | undefined;
@@ -26233,12 +26126,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26233
26126
  createdAt: string;
26234
26127
  createdBy: string;
26235
26128
  createdByRole: string;
26236
- declaration: Record<string, unknown>;
26129
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26237
26130
  status: "Requested" | "Accepted" | "Rejected";
26238
26131
  type: "READ";
26239
26132
  createdBySignature?: string | null | undefined;
26240
26133
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26241
- annotation?: Record<string, unknown> | null | undefined;
26134
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26242
26135
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26243
26136
  } | {
26244
26137
  id: string & import("zod").$brand<"UUID">;
@@ -26247,13 +26140,30 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26247
26140
  createdAt: string;
26248
26141
  createdBy: string;
26249
26142
  createdByRole: string;
26250
- declaration: Record<string, unknown>;
26143
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26144
+ status: "Requested" | "Accepted" | "Rejected";
26145
+ type: "EDIT";
26146
+ content: {
26147
+ comment?: string | undefined;
26148
+ };
26149
+ createdBySignature?: string | null | undefined;
26150
+ createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26151
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26152
+ originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26153
+ } | {
26154
+ id: string & import("zod").$brand<"UUID">;
26155
+ transactionId: string;
26156
+ createdByUserType: "user" | "system";
26157
+ createdAt: string;
26158
+ createdBy: string;
26159
+ createdByRole: string;
26160
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26251
26161
  status: "Requested" | "Accepted" | "Rejected";
26252
26162
  type: "CUSTOM";
26253
26163
  customActionType: string;
26254
26164
  createdBySignature?: string | null | undefined;
26255
26165
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26256
- annotation?: Record<string, unknown> | null | undefined;
26166
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26257
26167
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26258
26168
  } | {
26259
26169
  id: string & import("zod").$brand<"UUID">;
@@ -26262,7 +26172,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26262
26172
  createdAt: string;
26263
26173
  createdBy: string;
26264
26174
  createdByRole: string;
26265
- type: "DECLARE" | "REJECT" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
26175
+ type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "EDIT";
26266
26176
  status: "Rejected";
26267
26177
  createdBySignature?: string | null | undefined;
26268
26178
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
@@ -26312,16 +26222,16 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26312
26222
  transactionId: string;
26313
26223
  createdAt: string;
26314
26224
  action: {
26315
- type: "READ" | "DECLARE" | "REJECT" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "CREATE" | "DUPLICATE_DETECTED" | "MARK_AS_NOT_DUPLICATE" | "MARK_AS_DUPLICATE" | "ARCHIVE" | "NOTIFY" | "ASSIGN" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "UNASSIGN";
26225
+ type: "READ" | "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "CREATE" | "DUPLICATE_DETECTED" | "MARK_AS_NOT_DUPLICATE" | "MARK_AS_DUPLICATE" | "ARCHIVE" | "NOTIFY" | "ASSIGN" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "UNASSIGN" | "EDIT";
26316
26226
  status: "Requested" | "Accepted" | "Rejected";
26317
26227
  transactionId: string;
26318
26228
  createdByUserType: "user" | "system";
26319
26229
  createdAt: string;
26320
26230
  createdBy: string;
26321
26231
  createdByRole: string;
26322
- declaration: Record<string, unknown>;
26232
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26323
26233
  createdBySignature?: string | null | undefined;
26324
- annotation?: Record<string, unknown> | null | undefined;
26234
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26325
26235
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26326
26236
  };
26327
26237
  }[];
@@ -26331,7 +26241,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26331
26241
  input: {
26332
26242
  eventId: string;
26333
26243
  transactionId: string;
26334
- type: "READ" | "DECLARE" | "REJECT" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "CREATE" | "DUPLICATE_DETECTED" | "MARK_AS_NOT_DUPLICATE" | "MARK_AS_DUPLICATE" | "ARCHIVE" | "NOTIFY" | "ASSIGN" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "UNASSIGN";
26244
+ type: "READ" | "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "CREATE" | "DUPLICATE_DETECTED" | "MARK_AS_NOT_DUPLICATE" | "MARK_AS_DUPLICATE" | "ARCHIVE" | "NOTIFY" | "ASSIGN" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "UNASSIGN" | "EDIT";
26335
26245
  status: "Requested" | "Accepted" | "Rejected";
26336
26246
  declaration?: Record<string, unknown> | undefined;
26337
26247
  annotation?: Record<string, unknown> | undefined;
@@ -26345,16 +26255,16 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26345
26255
  transactionId: string;
26346
26256
  createdAt: string;
26347
26257
  action: {
26348
- type: "READ" | "DECLARE" | "REJECT" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "CREATE" | "DUPLICATE_DETECTED" | "MARK_AS_NOT_DUPLICATE" | "MARK_AS_DUPLICATE" | "ARCHIVE" | "NOTIFY" | "ASSIGN" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "UNASSIGN";
26258
+ type: "READ" | "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "CREATE" | "DUPLICATE_DETECTED" | "MARK_AS_NOT_DUPLICATE" | "MARK_AS_DUPLICATE" | "ARCHIVE" | "NOTIFY" | "ASSIGN" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "UNASSIGN" | "EDIT";
26349
26259
  status: "Requested" | "Accepted" | "Rejected";
26350
26260
  transactionId: string;
26351
26261
  createdByUserType: "user" | "system";
26352
26262
  createdAt: string;
26353
26263
  createdBy: string;
26354
26264
  createdByRole: string;
26355
- declaration: Record<string, unknown>;
26265
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26356
26266
  createdBySignature?: string | null | undefined;
26357
- annotation?: Record<string, unknown> | null | undefined;
26267
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26358
26268
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26359
26269
  };
26360
26270
  };
@@ -26475,12 +26385,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26475
26385
  createdAt: string;
26476
26386
  createdBy: string;
26477
26387
  createdByRole: string;
26478
- declaration: Record<string, unknown>;
26388
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26479
26389
  status: "Requested" | "Accepted" | "Rejected";
26480
26390
  type: "CREATE";
26481
26391
  createdBySignature?: string | null | undefined;
26482
26392
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26483
- annotation?: Record<string, unknown> | null | undefined;
26393
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26484
26394
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26485
26395
  } | {
26486
26396
  id: string & import("zod").$brand<"UUID">;
@@ -26489,21 +26399,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26489
26399
  createdAt: string;
26490
26400
  createdBy: string;
26491
26401
  createdByRole: string;
26492
- declaration: Record<string, unknown>;
26493
- status: "Requested" | "Accepted" | "Rejected";
26494
- type: "VALIDATE";
26495
- createdBySignature?: string | null | undefined;
26496
- createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26497
- annotation?: Record<string, unknown> | null | undefined;
26498
- originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26499
- } | {
26500
- id: string & import("zod").$brand<"UUID">;
26501
- transactionId: string;
26502
- createdByUserType: "user" | "system";
26503
- createdAt: string;
26504
- createdBy: string;
26505
- createdByRole: string;
26506
- declaration: Record<string, unknown>;
26402
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26507
26403
  status: "Requested" | "Accepted" | "Rejected";
26508
26404
  type: "REJECT";
26509
26405
  content: {
@@ -26511,7 +26407,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26511
26407
  };
26512
26408
  createdBySignature?: string | null | undefined;
26513
26409
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26514
- annotation?: Record<string, unknown> | null | undefined;
26410
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26515
26411
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26516
26412
  } | {
26517
26413
  id: string & import("zod").$brand<"UUID">;
@@ -26520,7 +26416,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26520
26416
  createdAt: string;
26521
26417
  createdBy: string;
26522
26418
  createdByRole: string;
26523
- declaration: Record<string, unknown>;
26419
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26524
26420
  status: "Requested" | "Accepted" | "Rejected";
26525
26421
  type: "DUPLICATE_DETECTED";
26526
26422
  content: {
@@ -26531,7 +26427,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26531
26427
  };
26532
26428
  createdBySignature?: string | null | undefined;
26533
26429
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26534
- annotation?: Record<string, unknown> | null | undefined;
26430
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26535
26431
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26536
26432
  } | {
26537
26433
  id: string & import("zod").$brand<"UUID">;
@@ -26540,12 +26436,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26540
26436
  createdAt: string;
26541
26437
  createdBy: string;
26542
26438
  createdByRole: string;
26543
- declaration: Record<string, unknown>;
26439
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26544
26440
  status: "Requested" | "Accepted" | "Rejected";
26545
26441
  type: "MARK_AS_NOT_DUPLICATE";
26546
26442
  createdBySignature?: string | null | undefined;
26547
26443
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26548
- annotation?: Record<string, unknown> | null | undefined;
26444
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26549
26445
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26550
26446
  } | {
26551
26447
  id: string & import("zod").$brand<"UUID">;
@@ -26554,12 +26450,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26554
26450
  createdAt: string;
26555
26451
  createdBy: string;
26556
26452
  createdByRole: string;
26557
- declaration: Record<string, unknown>;
26453
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26558
26454
  status: "Requested" | "Accepted" | "Rejected";
26559
26455
  type: "MARK_AS_DUPLICATE";
26560
26456
  createdBySignature?: string | null | undefined;
26561
26457
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26562
- annotation?: Record<string, unknown> | null | undefined;
26458
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26563
26459
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26564
26460
  content?: {
26565
26461
  duplicateOf: string & import("zod").$brand<"UUID">;
@@ -26571,7 +26467,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26571
26467
  createdAt: string;
26572
26468
  createdBy: string;
26573
26469
  createdByRole: string;
26574
- declaration: Record<string, unknown>;
26470
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26575
26471
  status: "Requested" | "Accepted" | "Rejected";
26576
26472
  type: "ARCHIVE";
26577
26473
  content: {
@@ -26579,7 +26475,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26579
26475
  };
26580
26476
  createdBySignature?: string | null | undefined;
26581
26477
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26582
- annotation?: Record<string, unknown> | null | undefined;
26478
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26583
26479
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26584
26480
  } | {
26585
26481
  id: string & import("zod").$brand<"UUID">;
@@ -26588,12 +26484,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26588
26484
  createdAt: string;
26589
26485
  createdBy: string;
26590
26486
  createdByRole: string;
26591
- declaration: Record<string, unknown>;
26487
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26592
26488
  status: "Requested" | "Accepted" | "Rejected";
26593
26489
  type: "NOTIFY";
26594
26490
  createdBySignature?: string | null | undefined;
26595
26491
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26596
- annotation?: Record<string, unknown> | null | undefined;
26492
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26597
26493
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26598
26494
  } | {
26599
26495
  id: string & import("zod").$brand<"UUID">;
@@ -26602,12 +26498,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26602
26498
  createdAt: string;
26603
26499
  createdBy: string;
26604
26500
  createdByRole: string;
26605
- declaration: Record<string, unknown>;
26501
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26606
26502
  status: "Requested" | "Accepted" | "Rejected";
26607
26503
  type: "REGISTER";
26608
26504
  createdBySignature?: string | null | undefined;
26609
26505
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26610
- annotation?: Record<string, unknown> | null | undefined;
26506
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26611
26507
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26612
26508
  registrationNumber?: string | undefined;
26613
26509
  } | {
@@ -26617,12 +26513,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26617
26513
  createdAt: string;
26618
26514
  createdBy: string;
26619
26515
  createdByRole: string;
26620
- declaration: Record<string, unknown>;
26516
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26621
26517
  status: "Requested" | "Accepted" | "Rejected";
26622
26518
  type: "DECLARE";
26623
26519
  createdBySignature?: string | null | undefined;
26624
26520
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26625
- annotation?: Record<string, unknown> | null | undefined;
26521
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26626
26522
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26627
26523
  } | {
26628
26524
  id: string & import("zod").$brand<"UUID">;
@@ -26631,13 +26527,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26631
26527
  createdAt: string;
26632
26528
  createdBy: string;
26633
26529
  createdByRole: string;
26634
- declaration: Record<string, unknown>;
26530
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26635
26531
  status: "Requested" | "Accepted" | "Rejected";
26636
26532
  type: "ASSIGN";
26637
26533
  assignedTo: string;
26638
26534
  createdBySignature?: string | null | undefined;
26639
26535
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26640
- annotation?: Record<string, unknown> | null | undefined;
26536
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26641
26537
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26642
26538
  } | {
26643
26539
  id: string & import("zod").$brand<"UUID">;
@@ -26646,12 +26542,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26646
26542
  createdAt: string;
26647
26543
  createdBy: string;
26648
26544
  createdByRole: string;
26649
- declaration: Record<string, unknown>;
26545
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26650
26546
  status: "Requested" | "Accepted" | "Rejected";
26651
26547
  type: "REQUEST_CORRECTION";
26652
26548
  createdBySignature?: string | null | undefined;
26653
26549
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26654
- annotation?: Record<string, unknown> | null | undefined;
26550
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26655
26551
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26656
26552
  } | {
26657
26553
  id: string & import("zod").$brand<"UUID">;
@@ -26660,13 +26556,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26660
26556
  createdAt: string;
26661
26557
  createdBy: string;
26662
26558
  createdByRole: string;
26663
- declaration: Record<string, unknown>;
26559
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26664
26560
  status: "Requested" | "Accepted" | "Rejected";
26665
26561
  type: "APPROVE_CORRECTION";
26666
26562
  requestId: string;
26667
26563
  createdBySignature?: string | null | undefined;
26668
26564
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26669
- annotation?: Record<string, unknown> | null | undefined;
26565
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26670
26566
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26671
26567
  } | {
26672
26568
  id: string & import("zod").$brand<"UUID">;
@@ -26675,7 +26571,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26675
26571
  createdAt: string;
26676
26572
  createdBy: string;
26677
26573
  createdByRole: string;
26678
- declaration: Record<string, unknown>;
26574
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26679
26575
  status: "Requested" | "Accepted" | "Rejected";
26680
26576
  type: "REJECT_CORRECTION";
26681
26577
  requestId: string;
@@ -26684,7 +26580,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26684
26580
  };
26685
26581
  createdBySignature?: string | null | undefined;
26686
26582
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26687
- annotation?: Record<string, unknown> | null | undefined;
26583
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26688
26584
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26689
26585
  } | {
26690
26586
  id: string & import("zod").$brand<"UUID">;
@@ -26693,12 +26589,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26693
26589
  createdAt: string;
26694
26590
  createdBy: string;
26695
26591
  createdByRole: string;
26696
- declaration: Record<string, unknown>;
26592
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26697
26593
  status: "Requested" | "Accepted" | "Rejected";
26698
26594
  type: "UNASSIGN";
26699
26595
  createdBySignature?: string | null | undefined;
26700
26596
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26701
- annotation?: Record<string, unknown> | null | undefined;
26597
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26702
26598
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26703
26599
  } | {
26704
26600
  id: string & import("zod").$brand<"UUID">;
@@ -26707,12 +26603,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26707
26603
  createdAt: string;
26708
26604
  createdBy: string;
26709
26605
  createdByRole: string;
26710
- declaration: Record<string, unknown>;
26606
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26711
26607
  status: "Requested" | "Accepted" | "Rejected";
26712
26608
  type: "PRINT_CERTIFICATE";
26713
26609
  createdBySignature?: string | null | undefined;
26714
26610
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26715
- annotation?: Record<string, unknown> | null | undefined;
26611
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26716
26612
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26717
26613
  content?: {
26718
26614
  templateId?: string | undefined;
@@ -26724,12 +26620,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26724
26620
  createdAt: string;
26725
26621
  createdBy: string;
26726
26622
  createdByRole: string;
26727
- declaration: Record<string, unknown>;
26623
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26728
26624
  status: "Requested" | "Accepted" | "Rejected";
26729
26625
  type: "READ";
26730
26626
  createdBySignature?: string | null | undefined;
26731
26627
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26732
- annotation?: Record<string, unknown> | null | undefined;
26628
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26733
26629
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26734
26630
  } | {
26735
26631
  id: string & import("zod").$brand<"UUID">;
@@ -26738,13 +26634,30 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26738
26634
  createdAt: string;
26739
26635
  createdBy: string;
26740
26636
  createdByRole: string;
26741
- declaration: Record<string, unknown>;
26637
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26638
+ status: "Requested" | "Accepted" | "Rejected";
26639
+ type: "EDIT";
26640
+ content: {
26641
+ comment?: string | undefined;
26642
+ };
26643
+ createdBySignature?: string | null | undefined;
26644
+ createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26645
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26646
+ originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26647
+ } | {
26648
+ id: string & import("zod").$brand<"UUID">;
26649
+ transactionId: string;
26650
+ createdByUserType: "user" | "system";
26651
+ createdAt: string;
26652
+ createdBy: string;
26653
+ createdByRole: string;
26654
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
26742
26655
  status: "Requested" | "Accepted" | "Rejected";
26743
26656
  type: "CUSTOM";
26744
26657
  customActionType: string;
26745
26658
  createdBySignature?: string | null | undefined;
26746
26659
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
26747
- annotation?: Record<string, unknown> | null | undefined;
26660
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
26748
26661
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
26749
26662
  } | {
26750
26663
  id: string & import("zod").$brand<"UUID">;
@@ -26753,7 +26666,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26753
26666
  createdAt: string;
26754
26667
  createdBy: string;
26755
26668
  createdByRole: string;
26756
- type: "DECLARE" | "REJECT" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
26669
+ type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "EDIT";
26757
26670
  status: "Rejected";
26758
26671
  createdBySignature?: string | null | undefined;
26759
26672
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
@@ -26780,7 +26693,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
26780
26693
  meta: import("trpc-to-openapi").OpenApiMeta;
26781
26694
  }>;
26782
26695
  }>>;
26783
- validate: import("@trpc/server").TRPCBuiltRouter<{
26696
+ edit: import("@trpc/server").TRPCBuiltRouter<{
26784
26697
  ctx: Partial<{
26785
26698
  token: `Bearer ${string}`;
26786
26699
  user: {
@@ -27052,12 +26965,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27052
26965
  createdAt: string;
27053
26966
  createdBy: string;
27054
26967
  createdByRole: string;
27055
- declaration: Record<string, unknown>;
26968
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27056
26969
  status: "Requested" | "Accepted" | "Rejected";
27057
26970
  type: "CREATE";
27058
26971
  createdBySignature?: string | null | undefined;
27059
26972
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27060
- annotation?: Record<string, unknown> | null | undefined;
26973
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27061
26974
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27062
26975
  } | {
27063
26976
  id: string & import("zod").$brand<"UUID">;
@@ -27066,21 +26979,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27066
26979
  createdAt: string;
27067
26980
  createdBy: string;
27068
26981
  createdByRole: string;
27069
- declaration: Record<string, unknown>;
27070
- status: "Requested" | "Accepted" | "Rejected";
27071
- type: "VALIDATE";
27072
- createdBySignature?: string | null | undefined;
27073
- createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27074
- annotation?: Record<string, unknown> | null | undefined;
27075
- originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27076
- } | {
27077
- id: string & import("zod").$brand<"UUID">;
27078
- transactionId: string;
27079
- createdByUserType: "user" | "system";
27080
- createdAt: string;
27081
- createdBy: string;
27082
- createdByRole: string;
27083
- declaration: Record<string, unknown>;
26982
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27084
26983
  status: "Requested" | "Accepted" | "Rejected";
27085
26984
  type: "REJECT";
27086
26985
  content: {
@@ -27088,7 +26987,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27088
26987
  };
27089
26988
  createdBySignature?: string | null | undefined;
27090
26989
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27091
- annotation?: Record<string, unknown> | null | undefined;
26990
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27092
26991
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27093
26992
  } | {
27094
26993
  id: string & import("zod").$brand<"UUID">;
@@ -27097,7 +26996,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27097
26996
  createdAt: string;
27098
26997
  createdBy: string;
27099
26998
  createdByRole: string;
27100
- declaration: Record<string, unknown>;
26999
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27101
27000
  status: "Requested" | "Accepted" | "Rejected";
27102
27001
  type: "DUPLICATE_DETECTED";
27103
27002
  content: {
@@ -27108,7 +27007,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27108
27007
  };
27109
27008
  createdBySignature?: string | null | undefined;
27110
27009
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27111
- annotation?: Record<string, unknown> | null | undefined;
27010
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27112
27011
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27113
27012
  } | {
27114
27013
  id: string & import("zod").$brand<"UUID">;
@@ -27117,12 +27016,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27117
27016
  createdAt: string;
27118
27017
  createdBy: string;
27119
27018
  createdByRole: string;
27120
- declaration: Record<string, unknown>;
27019
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27121
27020
  status: "Requested" | "Accepted" | "Rejected";
27122
27021
  type: "MARK_AS_NOT_DUPLICATE";
27123
27022
  createdBySignature?: string | null | undefined;
27124
27023
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27125
- annotation?: Record<string, unknown> | null | undefined;
27024
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27126
27025
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27127
27026
  } | {
27128
27027
  id: string & import("zod").$brand<"UUID">;
@@ -27131,12 +27030,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27131
27030
  createdAt: string;
27132
27031
  createdBy: string;
27133
27032
  createdByRole: string;
27134
- declaration: Record<string, unknown>;
27033
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27135
27034
  status: "Requested" | "Accepted" | "Rejected";
27136
27035
  type: "MARK_AS_DUPLICATE";
27137
27036
  createdBySignature?: string | null | undefined;
27138
27037
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27139
- annotation?: Record<string, unknown> | null | undefined;
27038
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27140
27039
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27141
27040
  content?: {
27142
27041
  duplicateOf: string & import("zod").$brand<"UUID">;
@@ -27148,7 +27047,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27148
27047
  createdAt: string;
27149
27048
  createdBy: string;
27150
27049
  createdByRole: string;
27151
- declaration: Record<string, unknown>;
27050
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27152
27051
  status: "Requested" | "Accepted" | "Rejected";
27153
27052
  type: "ARCHIVE";
27154
27053
  content: {
@@ -27156,7 +27055,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27156
27055
  };
27157
27056
  createdBySignature?: string | null | undefined;
27158
27057
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27159
- annotation?: Record<string, unknown> | null | undefined;
27058
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27160
27059
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27161
27060
  } | {
27162
27061
  id: string & import("zod").$brand<"UUID">;
@@ -27165,12 +27064,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27165
27064
  createdAt: string;
27166
27065
  createdBy: string;
27167
27066
  createdByRole: string;
27168
- declaration: Record<string, unknown>;
27067
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27169
27068
  status: "Requested" | "Accepted" | "Rejected";
27170
27069
  type: "NOTIFY";
27171
27070
  createdBySignature?: string | null | undefined;
27172
27071
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27173
- annotation?: Record<string, unknown> | null | undefined;
27072
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27174
27073
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27175
27074
  } | {
27176
27075
  id: string & import("zod").$brand<"UUID">;
@@ -27179,12 +27078,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27179
27078
  createdAt: string;
27180
27079
  createdBy: string;
27181
27080
  createdByRole: string;
27182
- declaration: Record<string, unknown>;
27081
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27183
27082
  status: "Requested" | "Accepted" | "Rejected";
27184
27083
  type: "REGISTER";
27185
27084
  createdBySignature?: string | null | undefined;
27186
27085
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27187
- annotation?: Record<string, unknown> | null | undefined;
27086
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27188
27087
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27189
27088
  registrationNumber?: string | undefined;
27190
27089
  } | {
@@ -27194,12 +27093,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27194
27093
  createdAt: string;
27195
27094
  createdBy: string;
27196
27095
  createdByRole: string;
27197
- declaration: Record<string, unknown>;
27096
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27198
27097
  status: "Requested" | "Accepted" | "Rejected";
27199
27098
  type: "DECLARE";
27200
27099
  createdBySignature?: string | null | undefined;
27201
27100
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27202
- annotation?: Record<string, unknown> | null | undefined;
27101
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27203
27102
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27204
27103
  } | {
27205
27104
  id: string & import("zod").$brand<"UUID">;
@@ -27208,13 +27107,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27208
27107
  createdAt: string;
27209
27108
  createdBy: string;
27210
27109
  createdByRole: string;
27211
- declaration: Record<string, unknown>;
27110
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27212
27111
  status: "Requested" | "Accepted" | "Rejected";
27213
27112
  type: "ASSIGN";
27214
27113
  assignedTo: string;
27215
27114
  createdBySignature?: string | null | undefined;
27216
27115
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27217
- annotation?: Record<string, unknown> | null | undefined;
27116
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27218
27117
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27219
27118
  } | {
27220
27119
  id: string & import("zod").$brand<"UUID">;
@@ -27223,12 +27122,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27223
27122
  createdAt: string;
27224
27123
  createdBy: string;
27225
27124
  createdByRole: string;
27226
- declaration: Record<string, unknown>;
27125
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27227
27126
  status: "Requested" | "Accepted" | "Rejected";
27228
27127
  type: "REQUEST_CORRECTION";
27229
27128
  createdBySignature?: string | null | undefined;
27230
27129
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27231
- annotation?: Record<string, unknown> | null | undefined;
27130
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27232
27131
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27233
27132
  } | {
27234
27133
  id: string & import("zod").$brand<"UUID">;
@@ -27237,13 +27136,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27237
27136
  createdAt: string;
27238
27137
  createdBy: string;
27239
27138
  createdByRole: string;
27240
- declaration: Record<string, unknown>;
27139
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27241
27140
  status: "Requested" | "Accepted" | "Rejected";
27242
27141
  type: "APPROVE_CORRECTION";
27243
27142
  requestId: string;
27244
27143
  createdBySignature?: string | null | undefined;
27245
27144
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27246
- annotation?: Record<string, unknown> | null | undefined;
27145
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27247
27146
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27248
27147
  } | {
27249
27148
  id: string & import("zod").$brand<"UUID">;
@@ -27252,7 +27151,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27252
27151
  createdAt: string;
27253
27152
  createdBy: string;
27254
27153
  createdByRole: string;
27255
- declaration: Record<string, unknown>;
27154
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27256
27155
  status: "Requested" | "Accepted" | "Rejected";
27257
27156
  type: "REJECT_CORRECTION";
27258
27157
  requestId: string;
@@ -27261,7 +27160,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27261
27160
  };
27262
27161
  createdBySignature?: string | null | undefined;
27263
27162
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27264
- annotation?: Record<string, unknown> | null | undefined;
27163
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27265
27164
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27266
27165
  } | {
27267
27166
  id: string & import("zod").$brand<"UUID">;
@@ -27270,12 +27169,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27270
27169
  createdAt: string;
27271
27170
  createdBy: string;
27272
27171
  createdByRole: string;
27273
- declaration: Record<string, unknown>;
27172
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27274
27173
  status: "Requested" | "Accepted" | "Rejected";
27275
27174
  type: "UNASSIGN";
27276
27175
  createdBySignature?: string | null | undefined;
27277
27176
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27278
- annotation?: Record<string, unknown> | null | undefined;
27177
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27279
27178
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27280
27179
  } | {
27281
27180
  id: string & import("zod").$brand<"UUID">;
@@ -27284,12 +27183,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27284
27183
  createdAt: string;
27285
27184
  createdBy: string;
27286
27185
  createdByRole: string;
27287
- declaration: Record<string, unknown>;
27186
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27288
27187
  status: "Requested" | "Accepted" | "Rejected";
27289
27188
  type: "PRINT_CERTIFICATE";
27290
27189
  createdBySignature?: string | null | undefined;
27291
27190
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27292
- annotation?: Record<string, unknown> | null | undefined;
27191
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27293
27192
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27294
27193
  content?: {
27295
27194
  templateId?: string | undefined;
@@ -27301,12 +27200,29 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27301
27200
  createdAt: string;
27302
27201
  createdBy: string;
27303
27202
  createdByRole: string;
27304
- declaration: Record<string, unknown>;
27203
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27305
27204
  status: "Requested" | "Accepted" | "Rejected";
27306
27205
  type: "READ";
27307
27206
  createdBySignature?: string | null | undefined;
27308
27207
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27309
- annotation?: Record<string, unknown> | null | undefined;
27208
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27209
+ originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27210
+ } | {
27211
+ id: string & import("zod").$brand<"UUID">;
27212
+ transactionId: string;
27213
+ createdByUserType: "user" | "system";
27214
+ createdAt: string;
27215
+ createdBy: string;
27216
+ createdByRole: string;
27217
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27218
+ status: "Requested" | "Accepted" | "Rejected";
27219
+ type: "EDIT";
27220
+ content: {
27221
+ comment?: string | undefined;
27222
+ };
27223
+ createdBySignature?: string | null | undefined;
27224
+ createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27225
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27310
27226
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27311
27227
  } | {
27312
27228
  id: string & import("zod").$brand<"UUID">;
@@ -27315,13 +27231,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27315
27231
  createdAt: string;
27316
27232
  createdBy: string;
27317
27233
  createdByRole: string;
27318
- declaration: Record<string, unknown>;
27234
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27319
27235
  status: "Requested" | "Accepted" | "Rejected";
27320
27236
  type: "CUSTOM";
27321
27237
  customActionType: string;
27322
27238
  createdBySignature?: string | null | undefined;
27323
27239
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27324
- annotation?: Record<string, unknown> | null | undefined;
27240
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27325
27241
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27326
27242
  } | {
27327
27243
  id: string & import("zod").$brand<"UUID">;
@@ -27330,7 +27246,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27330
27246
  createdAt: string;
27331
27247
  createdBy: string;
27332
27248
  createdByRole: string;
27333
- type: "DECLARE" | "REJECT" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
27249
+ type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "EDIT";
27334
27250
  status: "Rejected";
27335
27251
  createdBySignature?: string | null | undefined;
27336
27252
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
@@ -27404,26 +27320,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27404
27320
  createdAt: string;
27405
27321
  createdBy: string;
27406
27322
  createdByRole: string;
27407
- declaration: Record<string, unknown>;
27323
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27408
27324
  status: "Requested" | "Accepted" | "Rejected";
27409
27325
  type: "CREATE";
27410
27326
  createdBySignature?: string | null | undefined;
27411
27327
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27412
- annotation?: Record<string, unknown> | null | undefined;
27413
- originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27414
- } | {
27415
- id: string & import("zod").$brand<"UUID">;
27416
- transactionId: string;
27417
- createdByUserType: "user" | "system";
27418
- createdAt: string;
27419
- createdBy: string;
27420
- createdByRole: string;
27421
- declaration: Record<string, unknown>;
27422
- status: "Requested" | "Accepted" | "Rejected";
27423
- type: "VALIDATE";
27424
- createdBySignature?: string | null | undefined;
27425
- createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27426
- annotation?: Record<string, unknown> | null | undefined;
27328
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27427
27329
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27428
27330
  } | {
27429
27331
  id: string & import("zod").$brand<"UUID">;
@@ -27432,7 +27334,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27432
27334
  createdAt: string;
27433
27335
  createdBy: string;
27434
27336
  createdByRole: string;
27435
- declaration: Record<string, unknown>;
27337
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27436
27338
  status: "Requested" | "Accepted" | "Rejected";
27437
27339
  type: "REJECT";
27438
27340
  content: {
@@ -27440,7 +27342,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27440
27342
  };
27441
27343
  createdBySignature?: string | null | undefined;
27442
27344
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27443
- annotation?: Record<string, unknown> | null | undefined;
27345
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27444
27346
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27445
27347
  } | {
27446
27348
  id: string & import("zod").$brand<"UUID">;
@@ -27449,7 +27351,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27449
27351
  createdAt: string;
27450
27352
  createdBy: string;
27451
27353
  createdByRole: string;
27452
- declaration: Record<string, unknown>;
27354
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27453
27355
  status: "Requested" | "Accepted" | "Rejected";
27454
27356
  type: "DUPLICATE_DETECTED";
27455
27357
  content: {
@@ -27460,7 +27362,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27460
27362
  };
27461
27363
  createdBySignature?: string | null | undefined;
27462
27364
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27463
- annotation?: Record<string, unknown> | null | undefined;
27365
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27464
27366
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27465
27367
  } | {
27466
27368
  id: string & import("zod").$brand<"UUID">;
@@ -27469,12 +27371,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27469
27371
  createdAt: string;
27470
27372
  createdBy: string;
27471
27373
  createdByRole: string;
27472
- declaration: Record<string, unknown>;
27374
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27473
27375
  status: "Requested" | "Accepted" | "Rejected";
27474
27376
  type: "MARK_AS_NOT_DUPLICATE";
27475
27377
  createdBySignature?: string | null | undefined;
27476
27378
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27477
- annotation?: Record<string, unknown> | null | undefined;
27379
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27478
27380
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27479
27381
  } | {
27480
27382
  id: string & import("zod").$brand<"UUID">;
@@ -27483,12 +27385,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27483
27385
  createdAt: string;
27484
27386
  createdBy: string;
27485
27387
  createdByRole: string;
27486
- declaration: Record<string, unknown>;
27388
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27487
27389
  status: "Requested" | "Accepted" | "Rejected";
27488
27390
  type: "MARK_AS_DUPLICATE";
27489
27391
  createdBySignature?: string | null | undefined;
27490
27392
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27491
- annotation?: Record<string, unknown> | null | undefined;
27393
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27492
27394
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27493
27395
  content?: {
27494
27396
  duplicateOf: string & import("zod").$brand<"UUID">;
@@ -27500,7 +27402,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27500
27402
  createdAt: string;
27501
27403
  createdBy: string;
27502
27404
  createdByRole: string;
27503
- declaration: Record<string, unknown>;
27405
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27504
27406
  status: "Requested" | "Accepted" | "Rejected";
27505
27407
  type: "ARCHIVE";
27506
27408
  content: {
@@ -27508,7 +27410,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27508
27410
  };
27509
27411
  createdBySignature?: string | null | undefined;
27510
27412
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27511
- annotation?: Record<string, unknown> | null | undefined;
27413
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27512
27414
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27513
27415
  } | {
27514
27416
  id: string & import("zod").$brand<"UUID">;
@@ -27517,12 +27419,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27517
27419
  createdAt: string;
27518
27420
  createdBy: string;
27519
27421
  createdByRole: string;
27520
- declaration: Record<string, unknown>;
27422
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27521
27423
  status: "Requested" | "Accepted" | "Rejected";
27522
27424
  type: "NOTIFY";
27523
27425
  createdBySignature?: string | null | undefined;
27524
27426
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27525
- annotation?: Record<string, unknown> | null | undefined;
27427
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27526
27428
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27527
27429
  } | {
27528
27430
  id: string & import("zod").$brand<"UUID">;
@@ -27531,12 +27433,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27531
27433
  createdAt: string;
27532
27434
  createdBy: string;
27533
27435
  createdByRole: string;
27534
- declaration: Record<string, unknown>;
27436
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27535
27437
  status: "Requested" | "Accepted" | "Rejected";
27536
27438
  type: "REGISTER";
27537
27439
  createdBySignature?: string | null | undefined;
27538
27440
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27539
- annotation?: Record<string, unknown> | null | undefined;
27441
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27540
27442
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27541
27443
  registrationNumber?: string | undefined;
27542
27444
  } | {
@@ -27546,12 +27448,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27546
27448
  createdAt: string;
27547
27449
  createdBy: string;
27548
27450
  createdByRole: string;
27549
- declaration: Record<string, unknown>;
27451
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27550
27452
  status: "Requested" | "Accepted" | "Rejected";
27551
27453
  type: "DECLARE";
27552
27454
  createdBySignature?: string | null | undefined;
27553
27455
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27554
- annotation?: Record<string, unknown> | null | undefined;
27456
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27555
27457
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27556
27458
  } | {
27557
27459
  id: string & import("zod").$brand<"UUID">;
@@ -27560,13 +27462,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27560
27462
  createdAt: string;
27561
27463
  createdBy: string;
27562
27464
  createdByRole: string;
27563
- declaration: Record<string, unknown>;
27465
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27564
27466
  status: "Requested" | "Accepted" | "Rejected";
27565
27467
  type: "ASSIGN";
27566
27468
  assignedTo: string;
27567
27469
  createdBySignature?: string | null | undefined;
27568
27470
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27569
- annotation?: Record<string, unknown> | null | undefined;
27471
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27570
27472
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27571
27473
  } | {
27572
27474
  id: string & import("zod").$brand<"UUID">;
@@ -27575,12 +27477,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27575
27477
  createdAt: string;
27576
27478
  createdBy: string;
27577
27479
  createdByRole: string;
27578
- declaration: Record<string, unknown>;
27480
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27579
27481
  status: "Requested" | "Accepted" | "Rejected";
27580
27482
  type: "REQUEST_CORRECTION";
27581
27483
  createdBySignature?: string | null | undefined;
27582
27484
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27583
- annotation?: Record<string, unknown> | null | undefined;
27485
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27584
27486
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27585
27487
  } | {
27586
27488
  id: string & import("zod").$brand<"UUID">;
@@ -27589,13 +27491,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27589
27491
  createdAt: string;
27590
27492
  createdBy: string;
27591
27493
  createdByRole: string;
27592
- declaration: Record<string, unknown>;
27494
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27593
27495
  status: "Requested" | "Accepted" | "Rejected";
27594
27496
  type: "APPROVE_CORRECTION";
27595
27497
  requestId: string;
27596
27498
  createdBySignature?: string | null | undefined;
27597
27499
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27598
- annotation?: Record<string, unknown> | null | undefined;
27500
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27599
27501
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27600
27502
  } | {
27601
27503
  id: string & import("zod").$brand<"UUID">;
@@ -27604,7 +27506,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27604
27506
  createdAt: string;
27605
27507
  createdBy: string;
27606
27508
  createdByRole: string;
27607
- declaration: Record<string, unknown>;
27509
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27608
27510
  status: "Requested" | "Accepted" | "Rejected";
27609
27511
  type: "REJECT_CORRECTION";
27610
27512
  requestId: string;
@@ -27613,7 +27515,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27613
27515
  };
27614
27516
  createdBySignature?: string | null | undefined;
27615
27517
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27616
- annotation?: Record<string, unknown> | null | undefined;
27518
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27617
27519
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27618
27520
  } | {
27619
27521
  id: string & import("zod").$brand<"UUID">;
@@ -27622,12 +27524,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27622
27524
  createdAt: string;
27623
27525
  createdBy: string;
27624
27526
  createdByRole: string;
27625
- declaration: Record<string, unknown>;
27527
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27626
27528
  status: "Requested" | "Accepted" | "Rejected";
27627
27529
  type: "UNASSIGN";
27628
27530
  createdBySignature?: string | null | undefined;
27629
27531
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27630
- annotation?: Record<string, unknown> | null | undefined;
27532
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27631
27533
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27632
27534
  } | {
27633
27535
  id: string & import("zod").$brand<"UUID">;
@@ -27636,12 +27538,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27636
27538
  createdAt: string;
27637
27539
  createdBy: string;
27638
27540
  createdByRole: string;
27639
- declaration: Record<string, unknown>;
27541
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27640
27542
  status: "Requested" | "Accepted" | "Rejected";
27641
27543
  type: "PRINT_CERTIFICATE";
27642
27544
  createdBySignature?: string | null | undefined;
27643
27545
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27644
- annotation?: Record<string, unknown> | null | undefined;
27546
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27645
27547
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27646
27548
  content?: {
27647
27549
  templateId?: string | undefined;
@@ -27653,12 +27555,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27653
27555
  createdAt: string;
27654
27556
  createdBy: string;
27655
27557
  createdByRole: string;
27656
- declaration: Record<string, unknown>;
27558
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27657
27559
  status: "Requested" | "Accepted" | "Rejected";
27658
27560
  type: "READ";
27659
27561
  createdBySignature?: string | null | undefined;
27660
27562
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27661
- annotation?: Record<string, unknown> | null | undefined;
27563
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27662
27564
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27663
27565
  } | {
27664
27566
  id: string & import("zod").$brand<"UUID">;
@@ -27667,13 +27569,30 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27667
27569
  createdAt: string;
27668
27570
  createdBy: string;
27669
27571
  createdByRole: string;
27670
- declaration: Record<string, unknown>;
27572
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27573
+ status: "Requested" | "Accepted" | "Rejected";
27574
+ type: "EDIT";
27575
+ content: {
27576
+ comment?: string | undefined;
27577
+ };
27578
+ createdBySignature?: string | null | undefined;
27579
+ createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27580
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27581
+ originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27582
+ } | {
27583
+ id: string & import("zod").$brand<"UUID">;
27584
+ transactionId: string;
27585
+ createdByUserType: "user" | "system";
27586
+ createdAt: string;
27587
+ createdBy: string;
27588
+ createdByRole: string;
27589
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27671
27590
  status: "Requested" | "Accepted" | "Rejected";
27672
27591
  type: "CUSTOM";
27673
27592
  customActionType: string;
27674
27593
  createdBySignature?: string | null | undefined;
27675
27594
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27676
- annotation?: Record<string, unknown> | null | undefined;
27595
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27677
27596
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27678
27597
  } | {
27679
27598
  id: string & import("zod").$brand<"UUID">;
@@ -27682,7 +27601,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27682
27601
  createdAt: string;
27683
27602
  createdBy: string;
27684
27603
  createdByRole: string;
27685
- type: "DECLARE" | "REJECT" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
27604
+ type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "EDIT";
27686
27605
  status: "Rejected";
27687
27606
  createdBySignature?: string | null | undefined;
27688
27607
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
@@ -27716,12 +27635,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27716
27635
  createdAt: string;
27717
27636
  createdBy: string;
27718
27637
  createdByRole: string;
27719
- declaration: Record<string, unknown>;
27638
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27720
27639
  status: "Requested" | "Accepted" | "Rejected";
27721
27640
  type: "CREATE";
27722
27641
  createdBySignature?: string | null | undefined;
27723
27642
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27724
- annotation?: Record<string, unknown> | null | undefined;
27643
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27725
27644
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27726
27645
  } | {
27727
27646
  id: string & import("zod").$brand<"UUID">;
@@ -27730,21 +27649,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27730
27649
  createdAt: string;
27731
27650
  createdBy: string;
27732
27651
  createdByRole: string;
27733
- declaration: Record<string, unknown>;
27734
- status: "Requested" | "Accepted" | "Rejected";
27735
- type: "VALIDATE";
27736
- createdBySignature?: string | null | undefined;
27737
- createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27738
- annotation?: Record<string, unknown> | null | undefined;
27739
- originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27740
- } | {
27741
- id: string & import("zod").$brand<"UUID">;
27742
- transactionId: string;
27743
- createdByUserType: "user" | "system";
27744
- createdAt: string;
27745
- createdBy: string;
27746
- createdByRole: string;
27747
- declaration: Record<string, unknown>;
27652
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27748
27653
  status: "Requested" | "Accepted" | "Rejected";
27749
27654
  type: "REJECT";
27750
27655
  content: {
@@ -27752,7 +27657,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27752
27657
  };
27753
27658
  createdBySignature?: string | null | undefined;
27754
27659
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27755
- annotation?: Record<string, unknown> | null | undefined;
27660
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27756
27661
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27757
27662
  } | {
27758
27663
  id: string & import("zod").$brand<"UUID">;
@@ -27761,7 +27666,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27761
27666
  createdAt: string;
27762
27667
  createdBy: string;
27763
27668
  createdByRole: string;
27764
- declaration: Record<string, unknown>;
27669
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27765
27670
  status: "Requested" | "Accepted" | "Rejected";
27766
27671
  type: "DUPLICATE_DETECTED";
27767
27672
  content: {
@@ -27772,7 +27677,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27772
27677
  };
27773
27678
  createdBySignature?: string | null | undefined;
27774
27679
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27775
- annotation?: Record<string, unknown> | null | undefined;
27680
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27776
27681
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27777
27682
  } | {
27778
27683
  id: string & import("zod").$brand<"UUID">;
@@ -27781,12 +27686,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27781
27686
  createdAt: string;
27782
27687
  createdBy: string;
27783
27688
  createdByRole: string;
27784
- declaration: Record<string, unknown>;
27689
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27785
27690
  status: "Requested" | "Accepted" | "Rejected";
27786
27691
  type: "MARK_AS_NOT_DUPLICATE";
27787
27692
  createdBySignature?: string | null | undefined;
27788
27693
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27789
- annotation?: Record<string, unknown> | null | undefined;
27694
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27790
27695
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27791
27696
  } | {
27792
27697
  id: string & import("zod").$brand<"UUID">;
@@ -27795,12 +27700,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27795
27700
  createdAt: string;
27796
27701
  createdBy: string;
27797
27702
  createdByRole: string;
27798
- declaration: Record<string, unknown>;
27703
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27799
27704
  status: "Requested" | "Accepted" | "Rejected";
27800
27705
  type: "MARK_AS_DUPLICATE";
27801
27706
  createdBySignature?: string | null | undefined;
27802
27707
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27803
- annotation?: Record<string, unknown> | null | undefined;
27708
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27804
27709
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27805
27710
  content?: {
27806
27711
  duplicateOf: string & import("zod").$brand<"UUID">;
@@ -27812,7 +27717,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27812
27717
  createdAt: string;
27813
27718
  createdBy: string;
27814
27719
  createdByRole: string;
27815
- declaration: Record<string, unknown>;
27720
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27816
27721
  status: "Requested" | "Accepted" | "Rejected";
27817
27722
  type: "ARCHIVE";
27818
27723
  content: {
@@ -27820,7 +27725,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27820
27725
  };
27821
27726
  createdBySignature?: string | null | undefined;
27822
27727
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27823
- annotation?: Record<string, unknown> | null | undefined;
27728
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27824
27729
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27825
27730
  } | {
27826
27731
  id: string & import("zod").$brand<"UUID">;
@@ -27829,12 +27734,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27829
27734
  createdAt: string;
27830
27735
  createdBy: string;
27831
27736
  createdByRole: string;
27832
- declaration: Record<string, unknown>;
27737
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27833
27738
  status: "Requested" | "Accepted" | "Rejected";
27834
27739
  type: "NOTIFY";
27835
27740
  createdBySignature?: string | null | undefined;
27836
27741
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27837
- annotation?: Record<string, unknown> | null | undefined;
27742
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27838
27743
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27839
27744
  } | {
27840
27745
  id: string & import("zod").$brand<"UUID">;
@@ -27843,12 +27748,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27843
27748
  createdAt: string;
27844
27749
  createdBy: string;
27845
27750
  createdByRole: string;
27846
- declaration: Record<string, unknown>;
27751
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27847
27752
  status: "Requested" | "Accepted" | "Rejected";
27848
27753
  type: "REGISTER";
27849
27754
  createdBySignature?: string | null | undefined;
27850
27755
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27851
- annotation?: Record<string, unknown> | null | undefined;
27756
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27852
27757
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27853
27758
  registrationNumber?: string | undefined;
27854
27759
  } | {
@@ -27858,12 +27763,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27858
27763
  createdAt: string;
27859
27764
  createdBy: string;
27860
27765
  createdByRole: string;
27861
- declaration: Record<string, unknown>;
27766
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27862
27767
  status: "Requested" | "Accepted" | "Rejected";
27863
27768
  type: "DECLARE";
27864
27769
  createdBySignature?: string | null | undefined;
27865
27770
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27866
- annotation?: Record<string, unknown> | null | undefined;
27771
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27867
27772
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27868
27773
  } | {
27869
27774
  id: string & import("zod").$brand<"UUID">;
@@ -27872,13 +27777,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27872
27777
  createdAt: string;
27873
27778
  createdBy: string;
27874
27779
  createdByRole: string;
27875
- declaration: Record<string, unknown>;
27780
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27876
27781
  status: "Requested" | "Accepted" | "Rejected";
27877
27782
  type: "ASSIGN";
27878
27783
  assignedTo: string;
27879
27784
  createdBySignature?: string | null | undefined;
27880
27785
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27881
- annotation?: Record<string, unknown> | null | undefined;
27786
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27882
27787
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27883
27788
  } | {
27884
27789
  id: string & import("zod").$brand<"UUID">;
@@ -27887,12 +27792,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27887
27792
  createdAt: string;
27888
27793
  createdBy: string;
27889
27794
  createdByRole: string;
27890
- declaration: Record<string, unknown>;
27795
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27891
27796
  status: "Requested" | "Accepted" | "Rejected";
27892
27797
  type: "REQUEST_CORRECTION";
27893
27798
  createdBySignature?: string | null | undefined;
27894
27799
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27895
- annotation?: Record<string, unknown> | null | undefined;
27800
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27896
27801
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27897
27802
  } | {
27898
27803
  id: string & import("zod").$brand<"UUID">;
@@ -27901,13 +27806,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27901
27806
  createdAt: string;
27902
27807
  createdBy: string;
27903
27808
  createdByRole: string;
27904
- declaration: Record<string, unknown>;
27809
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27905
27810
  status: "Requested" | "Accepted" | "Rejected";
27906
27811
  type: "APPROVE_CORRECTION";
27907
27812
  requestId: string;
27908
27813
  createdBySignature?: string | null | undefined;
27909
27814
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27910
- annotation?: Record<string, unknown> | null | undefined;
27815
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27911
27816
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27912
27817
  } | {
27913
27818
  id: string & import("zod").$brand<"UUID">;
@@ -27916,7 +27821,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27916
27821
  createdAt: string;
27917
27822
  createdBy: string;
27918
27823
  createdByRole: string;
27919
- declaration: Record<string, unknown>;
27824
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27920
27825
  status: "Requested" | "Accepted" | "Rejected";
27921
27826
  type: "REJECT_CORRECTION";
27922
27827
  requestId: string;
@@ -27925,7 +27830,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27925
27830
  };
27926
27831
  createdBySignature?: string | null | undefined;
27927
27832
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27928
- annotation?: Record<string, unknown> | null | undefined;
27833
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27929
27834
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27930
27835
  } | {
27931
27836
  id: string & import("zod").$brand<"UUID">;
@@ -27934,12 +27839,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27934
27839
  createdAt: string;
27935
27840
  createdBy: string;
27936
27841
  createdByRole: string;
27937
- declaration: Record<string, unknown>;
27842
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27938
27843
  status: "Requested" | "Accepted" | "Rejected";
27939
27844
  type: "UNASSIGN";
27940
27845
  createdBySignature?: string | null | undefined;
27941
27846
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27942
- annotation?: Record<string, unknown> | null | undefined;
27847
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27943
27848
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27944
27849
  } | {
27945
27850
  id: string & import("zod").$brand<"UUID">;
@@ -27948,12 +27853,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27948
27853
  createdAt: string;
27949
27854
  createdBy: string;
27950
27855
  createdByRole: string;
27951
- declaration: Record<string, unknown>;
27856
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27952
27857
  status: "Requested" | "Accepted" | "Rejected";
27953
27858
  type: "PRINT_CERTIFICATE";
27954
27859
  createdBySignature?: string | null | undefined;
27955
27860
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27956
- annotation?: Record<string, unknown> | null | undefined;
27861
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27957
27862
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27958
27863
  content?: {
27959
27864
  templateId?: string | undefined;
@@ -27965,12 +27870,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27965
27870
  createdAt: string;
27966
27871
  createdBy: string;
27967
27872
  createdByRole: string;
27968
- declaration: Record<string, unknown>;
27873
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27969
27874
  status: "Requested" | "Accepted" | "Rejected";
27970
27875
  type: "READ";
27971
27876
  createdBySignature?: string | null | undefined;
27972
27877
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27973
- annotation?: Record<string, unknown> | null | undefined;
27878
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27974
27879
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27975
27880
  } | {
27976
27881
  id: string & import("zod").$brand<"UUID">;
@@ -27979,13 +27884,30 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27979
27884
  createdAt: string;
27980
27885
  createdBy: string;
27981
27886
  createdByRole: string;
27982
- declaration: Record<string, unknown>;
27887
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27888
+ status: "Requested" | "Accepted" | "Rejected";
27889
+ type: "EDIT";
27890
+ content: {
27891
+ comment?: string | undefined;
27892
+ };
27893
+ createdBySignature?: string | null | undefined;
27894
+ createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27895
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27896
+ originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27897
+ } | {
27898
+ id: string & import("zod").$brand<"UUID">;
27899
+ transactionId: string;
27900
+ createdByUserType: "user" | "system";
27901
+ createdAt: string;
27902
+ createdBy: string;
27903
+ createdByRole: string;
27904
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
27983
27905
  status: "Requested" | "Accepted" | "Rejected";
27984
27906
  type: "CUSTOM";
27985
27907
  customActionType: string;
27986
27908
  createdBySignature?: string | null | undefined;
27987
27909
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
27988
- annotation?: Record<string, unknown> | null | undefined;
27910
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
27989
27911
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
27990
27912
  } | {
27991
27913
  id: string & import("zod").$brand<"UUID">;
@@ -27994,7 +27916,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
27994
27916
  createdAt: string;
27995
27917
  createdBy: string;
27996
27918
  createdByRole: string;
27997
- type: "DECLARE" | "REJECT" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
27919
+ type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "EDIT";
27998
27920
  status: "Rejected";
27999
27921
  createdBySignature?: string | null | undefined;
28000
27922
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
@@ -28213,26 +28135,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28213
28135
  createdAt: string;
28214
28136
  createdBy: string;
28215
28137
  createdByRole: string;
28216
- declaration: Record<string, unknown>;
28138
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28217
28139
  status: "Requested" | "Accepted" | "Rejected";
28218
28140
  type: "CREATE";
28219
28141
  createdBySignature?: string | null | undefined;
28220
28142
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28221
- annotation?: Record<string, unknown> | null | undefined;
28222
- originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28223
- } | {
28224
- id: string & import("zod").$brand<"UUID">;
28225
- transactionId: string;
28226
- createdByUserType: "user" | "system";
28227
- createdAt: string;
28228
- createdBy: string;
28229
- createdByRole: string;
28230
- declaration: Record<string, unknown>;
28231
- status: "Requested" | "Accepted" | "Rejected";
28232
- type: "VALIDATE";
28233
- createdBySignature?: string | null | undefined;
28234
- createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28235
- annotation?: Record<string, unknown> | null | undefined;
28143
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28236
28144
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28237
28145
  } | {
28238
28146
  id: string & import("zod").$brand<"UUID">;
@@ -28241,7 +28149,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28241
28149
  createdAt: string;
28242
28150
  createdBy: string;
28243
28151
  createdByRole: string;
28244
- declaration: Record<string, unknown>;
28152
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28245
28153
  status: "Requested" | "Accepted" | "Rejected";
28246
28154
  type: "REJECT";
28247
28155
  content: {
@@ -28249,7 +28157,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28249
28157
  };
28250
28158
  createdBySignature?: string | null | undefined;
28251
28159
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28252
- annotation?: Record<string, unknown> | null | undefined;
28160
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28253
28161
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28254
28162
  } | {
28255
28163
  id: string & import("zod").$brand<"UUID">;
@@ -28258,7 +28166,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28258
28166
  createdAt: string;
28259
28167
  createdBy: string;
28260
28168
  createdByRole: string;
28261
- declaration: Record<string, unknown>;
28169
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28262
28170
  status: "Requested" | "Accepted" | "Rejected";
28263
28171
  type: "DUPLICATE_DETECTED";
28264
28172
  content: {
@@ -28269,7 +28177,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28269
28177
  };
28270
28178
  createdBySignature?: string | null | undefined;
28271
28179
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28272
- annotation?: Record<string, unknown> | null | undefined;
28180
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28273
28181
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28274
28182
  } | {
28275
28183
  id: string & import("zod").$brand<"UUID">;
@@ -28278,12 +28186,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28278
28186
  createdAt: string;
28279
28187
  createdBy: string;
28280
28188
  createdByRole: string;
28281
- declaration: Record<string, unknown>;
28189
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28282
28190
  status: "Requested" | "Accepted" | "Rejected";
28283
28191
  type: "MARK_AS_NOT_DUPLICATE";
28284
28192
  createdBySignature?: string | null | undefined;
28285
28193
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28286
- annotation?: Record<string, unknown> | null | undefined;
28194
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28287
28195
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28288
28196
  } | {
28289
28197
  id: string & import("zod").$brand<"UUID">;
@@ -28292,12 +28200,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28292
28200
  createdAt: string;
28293
28201
  createdBy: string;
28294
28202
  createdByRole: string;
28295
- declaration: Record<string, unknown>;
28203
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28296
28204
  status: "Requested" | "Accepted" | "Rejected";
28297
28205
  type: "MARK_AS_DUPLICATE";
28298
28206
  createdBySignature?: string | null | undefined;
28299
28207
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28300
- annotation?: Record<string, unknown> | null | undefined;
28208
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28301
28209
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28302
28210
  content?: {
28303
28211
  duplicateOf: string & import("zod").$brand<"UUID">;
@@ -28309,7 +28217,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28309
28217
  createdAt: string;
28310
28218
  createdBy: string;
28311
28219
  createdByRole: string;
28312
- declaration: Record<string, unknown>;
28220
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28313
28221
  status: "Requested" | "Accepted" | "Rejected";
28314
28222
  type: "ARCHIVE";
28315
28223
  content: {
@@ -28317,7 +28225,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28317
28225
  };
28318
28226
  createdBySignature?: string | null | undefined;
28319
28227
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28320
- annotation?: Record<string, unknown> | null | undefined;
28228
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28321
28229
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28322
28230
  } | {
28323
28231
  id: string & import("zod").$brand<"UUID">;
@@ -28326,12 +28234,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28326
28234
  createdAt: string;
28327
28235
  createdBy: string;
28328
28236
  createdByRole: string;
28329
- declaration: Record<string, unknown>;
28237
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28330
28238
  status: "Requested" | "Accepted" | "Rejected";
28331
28239
  type: "NOTIFY";
28332
28240
  createdBySignature?: string | null | undefined;
28333
28241
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28334
- annotation?: Record<string, unknown> | null | undefined;
28242
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28335
28243
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28336
28244
  } | {
28337
28245
  id: string & import("zod").$brand<"UUID">;
@@ -28340,12 +28248,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28340
28248
  createdAt: string;
28341
28249
  createdBy: string;
28342
28250
  createdByRole: string;
28343
- declaration: Record<string, unknown>;
28251
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28344
28252
  status: "Requested" | "Accepted" | "Rejected";
28345
28253
  type: "REGISTER";
28346
28254
  createdBySignature?: string | null | undefined;
28347
28255
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28348
- annotation?: Record<string, unknown> | null | undefined;
28256
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28349
28257
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28350
28258
  registrationNumber?: string | undefined;
28351
28259
  } | {
@@ -28355,12 +28263,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28355
28263
  createdAt: string;
28356
28264
  createdBy: string;
28357
28265
  createdByRole: string;
28358
- declaration: Record<string, unknown>;
28266
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28359
28267
  status: "Requested" | "Accepted" | "Rejected";
28360
28268
  type: "DECLARE";
28361
28269
  createdBySignature?: string | null | undefined;
28362
28270
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28363
- annotation?: Record<string, unknown> | null | undefined;
28271
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28364
28272
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28365
28273
  } | {
28366
28274
  id: string & import("zod").$brand<"UUID">;
@@ -28369,13 +28277,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28369
28277
  createdAt: string;
28370
28278
  createdBy: string;
28371
28279
  createdByRole: string;
28372
- declaration: Record<string, unknown>;
28280
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28373
28281
  status: "Requested" | "Accepted" | "Rejected";
28374
28282
  type: "ASSIGN";
28375
28283
  assignedTo: string;
28376
28284
  createdBySignature?: string | null | undefined;
28377
28285
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28378
- annotation?: Record<string, unknown> | null | undefined;
28286
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28379
28287
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28380
28288
  } | {
28381
28289
  id: string & import("zod").$brand<"UUID">;
@@ -28384,12 +28292,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28384
28292
  createdAt: string;
28385
28293
  createdBy: string;
28386
28294
  createdByRole: string;
28387
- declaration: Record<string, unknown>;
28295
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28388
28296
  status: "Requested" | "Accepted" | "Rejected";
28389
28297
  type: "REQUEST_CORRECTION";
28390
28298
  createdBySignature?: string | null | undefined;
28391
28299
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28392
- annotation?: Record<string, unknown> | null | undefined;
28300
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28393
28301
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28394
28302
  } | {
28395
28303
  id: string & import("zod").$brand<"UUID">;
@@ -28398,13 +28306,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28398
28306
  createdAt: string;
28399
28307
  createdBy: string;
28400
28308
  createdByRole: string;
28401
- declaration: Record<string, unknown>;
28309
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28402
28310
  status: "Requested" | "Accepted" | "Rejected";
28403
28311
  type: "APPROVE_CORRECTION";
28404
28312
  requestId: string;
28405
28313
  createdBySignature?: string | null | undefined;
28406
28314
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28407
- annotation?: Record<string, unknown> | null | undefined;
28315
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28408
28316
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28409
28317
  } | {
28410
28318
  id: string & import("zod").$brand<"UUID">;
@@ -28413,7 +28321,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28413
28321
  createdAt: string;
28414
28322
  createdBy: string;
28415
28323
  createdByRole: string;
28416
- declaration: Record<string, unknown>;
28324
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28417
28325
  status: "Requested" | "Accepted" | "Rejected";
28418
28326
  type: "REJECT_CORRECTION";
28419
28327
  requestId: string;
@@ -28422,7 +28330,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28422
28330
  };
28423
28331
  createdBySignature?: string | null | undefined;
28424
28332
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28425
- annotation?: Record<string, unknown> | null | undefined;
28333
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28426
28334
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28427
28335
  } | {
28428
28336
  id: string & import("zod").$brand<"UUID">;
@@ -28431,12 +28339,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28431
28339
  createdAt: string;
28432
28340
  createdBy: string;
28433
28341
  createdByRole: string;
28434
- declaration: Record<string, unknown>;
28342
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28435
28343
  status: "Requested" | "Accepted" | "Rejected";
28436
28344
  type: "UNASSIGN";
28437
28345
  createdBySignature?: string | null | undefined;
28438
28346
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28439
- annotation?: Record<string, unknown> | null | undefined;
28347
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28440
28348
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28441
28349
  } | {
28442
28350
  id: string & import("zod").$brand<"UUID">;
@@ -28445,12 +28353,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28445
28353
  createdAt: string;
28446
28354
  createdBy: string;
28447
28355
  createdByRole: string;
28448
- declaration: Record<string, unknown>;
28356
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28449
28357
  status: "Requested" | "Accepted" | "Rejected";
28450
28358
  type: "PRINT_CERTIFICATE";
28451
28359
  createdBySignature?: string | null | undefined;
28452
28360
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28453
- annotation?: Record<string, unknown> | null | undefined;
28361
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28454
28362
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28455
28363
  content?: {
28456
28364
  templateId?: string | undefined;
@@ -28462,12 +28370,29 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28462
28370
  createdAt: string;
28463
28371
  createdBy: string;
28464
28372
  createdByRole: string;
28465
- declaration: Record<string, unknown>;
28373
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28466
28374
  status: "Requested" | "Accepted" | "Rejected";
28467
28375
  type: "READ";
28468
28376
  createdBySignature?: string | null | undefined;
28469
28377
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28470
- annotation?: Record<string, unknown> | null | undefined;
28378
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28379
+ originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28380
+ } | {
28381
+ id: string & import("zod").$brand<"UUID">;
28382
+ transactionId: string;
28383
+ createdByUserType: "user" | "system";
28384
+ createdAt: string;
28385
+ createdBy: string;
28386
+ createdByRole: string;
28387
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28388
+ status: "Requested" | "Accepted" | "Rejected";
28389
+ type: "EDIT";
28390
+ content: {
28391
+ comment?: string | undefined;
28392
+ };
28393
+ createdBySignature?: string | null | undefined;
28394
+ createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28395
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28471
28396
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28472
28397
  } | {
28473
28398
  id: string & import("zod").$brand<"UUID">;
@@ -28476,13 +28401,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28476
28401
  createdAt: string;
28477
28402
  createdBy: string;
28478
28403
  createdByRole: string;
28479
- declaration: Record<string, unknown>;
28404
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28480
28405
  status: "Requested" | "Accepted" | "Rejected";
28481
28406
  type: "CUSTOM";
28482
28407
  customActionType: string;
28483
28408
  createdBySignature?: string | null | undefined;
28484
28409
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28485
- annotation?: Record<string, unknown> | null | undefined;
28410
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28486
28411
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28487
28412
  } | {
28488
28413
  id: string & import("zod").$brand<"UUID">;
@@ -28491,7 +28416,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28491
28416
  createdAt: string;
28492
28417
  createdBy: string;
28493
28418
  createdByRole: string;
28494
- type: "DECLARE" | "REJECT" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
28419
+ type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "EDIT";
28495
28420
  status: "Rejected";
28496
28421
  createdBySignature?: string | null | undefined;
28497
28422
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
@@ -28524,26 +28449,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28524
28449
  createdAt: string;
28525
28450
  createdBy: string;
28526
28451
  createdByRole: string;
28527
- declaration: Record<string, unknown>;
28452
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28528
28453
  status: "Requested" | "Accepted" | "Rejected";
28529
28454
  type: "CREATE";
28530
28455
  createdBySignature?: string | null | undefined;
28531
28456
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28532
- annotation?: Record<string, unknown> | null | undefined;
28533
- originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28534
- } | {
28535
- id: string & import("zod").$brand<"UUID">;
28536
- transactionId: string;
28537
- createdByUserType: "user" | "system";
28538
- createdAt: string;
28539
- createdBy: string;
28540
- createdByRole: string;
28541
- declaration: Record<string, unknown>;
28542
- status: "Requested" | "Accepted" | "Rejected";
28543
- type: "VALIDATE";
28544
- createdBySignature?: string | null | undefined;
28545
- createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28546
- annotation?: Record<string, unknown> | null | undefined;
28457
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28547
28458
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28548
28459
  } | {
28549
28460
  id: string & import("zod").$brand<"UUID">;
@@ -28552,7 +28463,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28552
28463
  createdAt: string;
28553
28464
  createdBy: string;
28554
28465
  createdByRole: string;
28555
- declaration: Record<string, unknown>;
28466
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28556
28467
  status: "Requested" | "Accepted" | "Rejected";
28557
28468
  type: "REJECT";
28558
28469
  content: {
@@ -28560,7 +28471,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28560
28471
  };
28561
28472
  createdBySignature?: string | null | undefined;
28562
28473
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28563
- annotation?: Record<string, unknown> | null | undefined;
28474
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28564
28475
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28565
28476
  } | {
28566
28477
  id: string & import("zod").$brand<"UUID">;
@@ -28569,7 +28480,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28569
28480
  createdAt: string;
28570
28481
  createdBy: string;
28571
28482
  createdByRole: string;
28572
- declaration: Record<string, unknown>;
28483
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28573
28484
  status: "Requested" | "Accepted" | "Rejected";
28574
28485
  type: "DUPLICATE_DETECTED";
28575
28486
  content: {
@@ -28580,7 +28491,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28580
28491
  };
28581
28492
  createdBySignature?: string | null | undefined;
28582
28493
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28583
- annotation?: Record<string, unknown> | null | undefined;
28494
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28584
28495
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28585
28496
  } | {
28586
28497
  id: string & import("zod").$brand<"UUID">;
@@ -28589,12 +28500,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28589
28500
  createdAt: string;
28590
28501
  createdBy: string;
28591
28502
  createdByRole: string;
28592
- declaration: Record<string, unknown>;
28503
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28593
28504
  status: "Requested" | "Accepted" | "Rejected";
28594
28505
  type: "MARK_AS_NOT_DUPLICATE";
28595
28506
  createdBySignature?: string | null | undefined;
28596
28507
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28597
- annotation?: Record<string, unknown> | null | undefined;
28508
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28598
28509
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28599
28510
  } | {
28600
28511
  id: string & import("zod").$brand<"UUID">;
@@ -28603,12 +28514,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28603
28514
  createdAt: string;
28604
28515
  createdBy: string;
28605
28516
  createdByRole: string;
28606
- declaration: Record<string, unknown>;
28517
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28607
28518
  status: "Requested" | "Accepted" | "Rejected";
28608
28519
  type: "MARK_AS_DUPLICATE";
28609
28520
  createdBySignature?: string | null | undefined;
28610
28521
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28611
- annotation?: Record<string, unknown> | null | undefined;
28522
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28612
28523
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28613
28524
  content?: {
28614
28525
  duplicateOf: string & import("zod").$brand<"UUID">;
@@ -28620,7 +28531,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28620
28531
  createdAt: string;
28621
28532
  createdBy: string;
28622
28533
  createdByRole: string;
28623
- declaration: Record<string, unknown>;
28534
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28624
28535
  status: "Requested" | "Accepted" | "Rejected";
28625
28536
  type: "ARCHIVE";
28626
28537
  content: {
@@ -28628,7 +28539,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28628
28539
  };
28629
28540
  createdBySignature?: string | null | undefined;
28630
28541
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28631
- annotation?: Record<string, unknown> | null | undefined;
28542
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28632
28543
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28633
28544
  } | {
28634
28545
  id: string & import("zod").$brand<"UUID">;
@@ -28637,12 +28548,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28637
28548
  createdAt: string;
28638
28549
  createdBy: string;
28639
28550
  createdByRole: string;
28640
- declaration: Record<string, unknown>;
28551
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28641
28552
  status: "Requested" | "Accepted" | "Rejected";
28642
28553
  type: "NOTIFY";
28643
28554
  createdBySignature?: string | null | undefined;
28644
28555
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28645
- annotation?: Record<string, unknown> | null | undefined;
28556
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28646
28557
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28647
28558
  } | {
28648
28559
  id: string & import("zod").$brand<"UUID">;
@@ -28651,12 +28562,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28651
28562
  createdAt: string;
28652
28563
  createdBy: string;
28653
28564
  createdByRole: string;
28654
- declaration: Record<string, unknown>;
28565
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28655
28566
  status: "Requested" | "Accepted" | "Rejected";
28656
28567
  type: "REGISTER";
28657
28568
  createdBySignature?: string | null | undefined;
28658
28569
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28659
- annotation?: Record<string, unknown> | null | undefined;
28570
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28660
28571
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28661
28572
  registrationNumber?: string | undefined;
28662
28573
  } | {
@@ -28666,12 +28577,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28666
28577
  createdAt: string;
28667
28578
  createdBy: string;
28668
28579
  createdByRole: string;
28669
- declaration: Record<string, unknown>;
28580
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28670
28581
  status: "Requested" | "Accepted" | "Rejected";
28671
28582
  type: "DECLARE";
28672
28583
  createdBySignature?: string | null | undefined;
28673
28584
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28674
- annotation?: Record<string, unknown> | null | undefined;
28585
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28675
28586
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28676
28587
  } | {
28677
28588
  id: string & import("zod").$brand<"UUID">;
@@ -28680,13 +28591,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28680
28591
  createdAt: string;
28681
28592
  createdBy: string;
28682
28593
  createdByRole: string;
28683
- declaration: Record<string, unknown>;
28594
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28684
28595
  status: "Requested" | "Accepted" | "Rejected";
28685
28596
  type: "ASSIGN";
28686
28597
  assignedTo: string;
28687
28598
  createdBySignature?: string | null | undefined;
28688
28599
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28689
- annotation?: Record<string, unknown> | null | undefined;
28600
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28690
28601
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28691
28602
  } | {
28692
28603
  id: string & import("zod").$brand<"UUID">;
@@ -28695,12 +28606,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28695
28606
  createdAt: string;
28696
28607
  createdBy: string;
28697
28608
  createdByRole: string;
28698
- declaration: Record<string, unknown>;
28609
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28699
28610
  status: "Requested" | "Accepted" | "Rejected";
28700
28611
  type: "REQUEST_CORRECTION";
28701
28612
  createdBySignature?: string | null | undefined;
28702
28613
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28703
- annotation?: Record<string, unknown> | null | undefined;
28614
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28704
28615
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28705
28616
  } | {
28706
28617
  id: string & import("zod").$brand<"UUID">;
@@ -28709,13 +28620,13 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28709
28620
  createdAt: string;
28710
28621
  createdBy: string;
28711
28622
  createdByRole: string;
28712
- declaration: Record<string, unknown>;
28623
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28713
28624
  status: "Requested" | "Accepted" | "Rejected";
28714
28625
  type: "APPROVE_CORRECTION";
28715
28626
  requestId: string;
28716
28627
  createdBySignature?: string | null | undefined;
28717
28628
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28718
- annotation?: Record<string, unknown> | null | undefined;
28629
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28719
28630
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28720
28631
  } | {
28721
28632
  id: string & import("zod").$brand<"UUID">;
@@ -28724,7 +28635,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28724
28635
  createdAt: string;
28725
28636
  createdBy: string;
28726
28637
  createdByRole: string;
28727
- declaration: Record<string, unknown>;
28638
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28728
28639
  status: "Requested" | "Accepted" | "Rejected";
28729
28640
  type: "REJECT_CORRECTION";
28730
28641
  requestId: string;
@@ -28733,7 +28644,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28733
28644
  };
28734
28645
  createdBySignature?: string | null | undefined;
28735
28646
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28736
- annotation?: Record<string, unknown> | null | undefined;
28647
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28737
28648
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28738
28649
  } | {
28739
28650
  id: string & import("zod").$brand<"UUID">;
@@ -28742,12 +28653,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28742
28653
  createdAt: string;
28743
28654
  createdBy: string;
28744
28655
  createdByRole: string;
28745
- declaration: Record<string, unknown>;
28656
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28746
28657
  status: "Requested" | "Accepted" | "Rejected";
28747
28658
  type: "UNASSIGN";
28748
28659
  createdBySignature?: string | null | undefined;
28749
28660
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28750
- annotation?: Record<string, unknown> | null | undefined;
28661
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28751
28662
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28752
28663
  } | {
28753
28664
  id: string & import("zod").$brand<"UUID">;
@@ -28756,12 +28667,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28756
28667
  createdAt: string;
28757
28668
  createdBy: string;
28758
28669
  createdByRole: string;
28759
- declaration: Record<string, unknown>;
28670
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28760
28671
  status: "Requested" | "Accepted" | "Rejected";
28761
28672
  type: "PRINT_CERTIFICATE";
28762
28673
  createdBySignature?: string | null | undefined;
28763
28674
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28764
- annotation?: Record<string, unknown> | null | undefined;
28675
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28765
28676
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28766
28677
  content?: {
28767
28678
  templateId?: string | undefined;
@@ -28773,12 +28684,12 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28773
28684
  createdAt: string;
28774
28685
  createdBy: string;
28775
28686
  createdByRole: string;
28776
- declaration: Record<string, unknown>;
28687
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28777
28688
  status: "Requested" | "Accepted" | "Rejected";
28778
28689
  type: "READ";
28779
28690
  createdBySignature?: string | null | undefined;
28780
28691
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28781
- annotation?: Record<string, unknown> | null | undefined;
28692
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28782
28693
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28783
28694
  } | {
28784
28695
  id: string & import("zod").$brand<"UUID">;
@@ -28787,13 +28698,30 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28787
28698
  createdAt: string;
28788
28699
  createdBy: string;
28789
28700
  createdByRole: string;
28790
- declaration: Record<string, unknown>;
28701
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28702
+ status: "Requested" | "Accepted" | "Rejected";
28703
+ type: "EDIT";
28704
+ content: {
28705
+ comment?: string | undefined;
28706
+ };
28707
+ createdBySignature?: string | null | undefined;
28708
+ createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28709
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28710
+ originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28711
+ } | {
28712
+ id: string & import("zod").$brand<"UUID">;
28713
+ transactionId: string;
28714
+ createdByUserType: "user" | "system";
28715
+ createdAt: string;
28716
+ createdBy: string;
28717
+ createdByRole: string;
28718
+ declaration: Record<string, import("../commons").FieldUpdateValue>;
28791
28719
  status: "Requested" | "Accepted" | "Rejected";
28792
28720
  type: "CUSTOM";
28793
28721
  customActionType: string;
28794
28722
  createdBySignature?: string | null | undefined;
28795
28723
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28796
- annotation?: Record<string, unknown> | null | undefined;
28724
+ annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
28797
28725
  originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
28798
28726
  } | {
28799
28727
  id: string & import("zod").$brand<"UUID">;
@@ -28802,7 +28730,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28802
28730
  createdAt: string;
28803
28731
  createdBy: string;
28804
28732
  createdByRole: string;
28805
- type: "DECLARE" | "REJECT" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
28733
+ type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "EDIT";
28806
28734
  status: "Rejected";
28807
28735
  createdBySignature?: string | null | undefined;
28808
28736
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
@@ -28857,8 +28785,9 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28857
28785
  trackingId: string;
28858
28786
  }[];
28859
28787
  flags: string[];
28860
- declaration: Record<string, unknown>;
28788
+ declaration: Record<string, import("../commons").FieldValue>;
28861
28789
  dateOfEvent?: string | null | undefined;
28790
+ placeOfEvent?: (string & import("zod").$brand<"UUID">) | null | undefined;
28862
28791
  createdByUserType?: "user" | "system" | null | undefined;
28863
28792
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
28864
28793
  createdBySignature?: string | null | undefined;
@@ -28890,20 +28819,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
28890
28819
  createdAtLocation?: string | null | undefined;
28891
28820
  annotation?: Record<string, unknown> | null | undefined;
28892
28821
  originalActionId?: string | null | undefined;
28893
- } | {
28894
- id: string;
28895
- transactionId: string;
28896
- createdByUserType: "user" | "system";
28897
- createdAt: string;
28898
- createdBy: string;
28899
- createdByRole: string;
28900
- declaration: Record<string, unknown>;
28901
- status: "Requested" | "Accepted" | "Rejected";
28902
- type: "VALIDATE";
28903
- createdBySignature?: string | null | undefined;
28904
- createdAtLocation?: string | null | undefined;
28905
- annotation?: Record<string, unknown> | null | undefined;
28906
- originalActionId?: string | null | undefined;
28907
28822
  } | {
28908
28823
  id: string;
28909
28824
  transactionId: string;
@@ -29139,6 +29054,23 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
29139
29054
  createdAtLocation?: string | null | undefined;
29140
29055
  annotation?: Record<string, unknown> | null | undefined;
29141
29056
  originalActionId?: string | null | undefined;
29057
+ } | {
29058
+ id: string;
29059
+ transactionId: string;
29060
+ createdByUserType: "user" | "system";
29061
+ createdAt: string;
29062
+ createdBy: string;
29063
+ createdByRole: string;
29064
+ declaration: Record<string, unknown>;
29065
+ status: "Requested" | "Accepted" | "Rejected";
29066
+ type: "EDIT";
29067
+ content: {
29068
+ comment?: string | undefined;
29069
+ };
29070
+ createdBySignature?: string | null | undefined;
29071
+ createdAtLocation?: string | null | undefined;
29072
+ annotation?: Record<string, unknown> | null | undefined;
29073
+ originalActionId?: string | null | undefined;
29142
29074
  } | {
29143
29075
  id: string;
29144
29076
  transactionId: string;
@@ -29161,7 +29093,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
29161
29093
  createdAt: string;
29162
29094
  createdBy: string;
29163
29095
  createdByRole: string;
29164
- type: "DECLARE" | "REJECT" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
29096
+ type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "ARCHIVE" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "EDIT";
29165
29097
  status: "Rejected";
29166
29098
  createdBySignature?: string | null | undefined;
29167
29099
  createdAtLocation?: string | null | undefined;
@@ -29266,7 +29198,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
29266
29198
  count?: number | undefined;
29267
29199
  timeStart?: string | undefined;
29268
29200
  timeEnd?: string | undefined;
29269
- actionTypes?: ("READ" | "DECLARE" | "REJECT" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "CREATE" | "DUPLICATE_DETECTED" | "MARK_AS_NOT_DUPLICATE" | "MARK_AS_DUPLICATE" | "ARCHIVE" | "NOTIFY" | "ASSIGN" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "UNASSIGN")[] | undefined;
29201
+ actionTypes?: ("READ" | "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "CUSTOM" | "CREATE" | "DUPLICATE_DETECTED" | "MARK_AS_NOT_DUPLICATE" | "MARK_AS_DUPLICATE" | "ARCHIVE" | "NOTIFY" | "ASSIGN" | "APPROVE_CORRECTION" | "REJECT_CORRECTION" | "UNASSIGN" | "EDIT")[] | undefined;
29270
29202
  };
29271
29203
  output: {
29272
29204
  results: {
@@ -29642,7 +29574,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
29642
29574
  }[];
29643
29575
  };
29644
29576
  actions: {
29645
- type: "READ" | "DECLARE" | "REJECT" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "DELETE" | "MARK_AS_DUPLICATE" | "ARCHIVE" | "ASSIGN" | "UNASSIGN" | "DEFAULT";
29577
+ type: "READ" | "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "DELETE" | "MARK_AS_DUPLICATE" | "ARCHIVE" | "ASSIGN" | "UNASSIGN" | "EDIT" | "DEFAULT";
29646
29578
  conditionals?: any[] | undefined;
29647
29579
  }[];
29648
29580
  columns: {
@@ -29652,10 +29584,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
29652
29584
  description: string;
29653
29585
  };
29654
29586
  value: {
29655
- $event: "type" | "id" | "createdBy" | "createdByUserType" | "createdAtLocation" | "createdAt" | "assignedTo" | "status" | "updatedAt" | "trackingId" | "dateOfEvent" | "title" | "flags" | "legalStatuses" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "outbox";
29587
+ $event: "type" | "id" | "createdBy" | "createdByUserType" | "createdAtLocation" | "createdAt" | "assignedTo" | "status" | "updatedAt" | "trackingId" | "dateOfEvent" | "placeOfEvent" | "title" | "flags" | "legalStatuses" | "updatedByUserRole" | "updatedAtLocation" | "updatedBy" | "outbox";
29656
29588
  };
29657
29589
  }[];
29658
- icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
29590
+ icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Stamp" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "ChatText" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
29659
29591
  emptyMessage?: {
29660
29592
  id: string;
29661
29593
  defaultMessage: string;