@opencrvs/toolkit 1.8.1-rc.3e74262 → 1.8.1-rc.7e34683
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commons/api/router.d.ts +404 -0
- package/dist/commons/events/ActionDocument.d.ts +659 -0
- package/dist/commons/events/ActionInput.d.ts +540 -0
- package/dist/commons/events/Draft.d.ts +44 -0
- package/dist/commons/events/EventDocument.d.ts +416 -0
- package/dist/commons/events/utils.d.ts +4 -0
- package/dist/events/index.js +7 -0
- package/package.json +1 -1
@@ -179,6 +179,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
179
179
|
start: string;
|
180
180
|
end: string;
|
181
181
|
} | null | undefined> | null | undefined;
|
182
|
+
actionDetails?: {
|
183
|
+
templateId?: string | undefined;
|
184
|
+
isImmediateCorrection?: boolean | undefined;
|
185
|
+
} | null | undefined;
|
182
186
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
183
187
|
} | {
|
184
188
|
type: "UNASSIGN";
|
@@ -281,6 +285,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
281
285
|
start: string;
|
282
286
|
end: string;
|
283
287
|
} | null | undefined> | null | undefined;
|
288
|
+
actionDetails?: {
|
289
|
+
templateId?: string | undefined;
|
290
|
+
isImmediateCorrection?: boolean | undefined;
|
291
|
+
} | null | undefined;
|
284
292
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
285
293
|
} | {
|
286
294
|
type: "REGISTER";
|
@@ -383,6 +391,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
383
391
|
start: string;
|
384
392
|
end: string;
|
385
393
|
} | null | undefined> | null | undefined;
|
394
|
+
actionDetails?: {
|
395
|
+
templateId?: string | undefined;
|
396
|
+
isImmediateCorrection?: boolean | undefined;
|
397
|
+
} | null | undefined;
|
386
398
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
387
399
|
registrationNumber?: string | undefined;
|
388
400
|
} | {
|
@@ -486,6 +498,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
486
498
|
start: string;
|
487
499
|
end: string;
|
488
500
|
} | null | undefined> | null | undefined;
|
501
|
+
actionDetails?: {
|
502
|
+
templateId?: string | undefined;
|
503
|
+
isImmediateCorrection?: boolean | undefined;
|
504
|
+
} | null | undefined;
|
489
505
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
490
506
|
} | {
|
491
507
|
type: "VALIDATE";
|
@@ -588,6 +604,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
588
604
|
start: string;
|
589
605
|
end: string;
|
590
606
|
} | null | undefined> | null | undefined;
|
607
|
+
actionDetails?: {
|
608
|
+
templateId?: string | undefined;
|
609
|
+
isImmediateCorrection?: boolean | undefined;
|
610
|
+
} | null | undefined;
|
591
611
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
592
612
|
} | {
|
593
613
|
type: "REJECT";
|
@@ -694,6 +714,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
694
714
|
start: string;
|
695
715
|
end: string;
|
696
716
|
} | null | undefined> | null | undefined;
|
717
|
+
actionDetails?: {
|
718
|
+
templateId?: string | undefined;
|
719
|
+
isImmediateCorrection?: boolean | undefined;
|
720
|
+
} | null | undefined;
|
697
721
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
698
722
|
} | {
|
699
723
|
type: "MARKED_AS_DUPLICATE";
|
@@ -796,6 +820,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
796
820
|
start: string;
|
797
821
|
end: string;
|
798
822
|
} | null | undefined> | null | undefined;
|
823
|
+
actionDetails?: {
|
824
|
+
templateId?: string | undefined;
|
825
|
+
isImmediateCorrection?: boolean | undefined;
|
826
|
+
} | null | undefined;
|
799
827
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
800
828
|
} | {
|
801
829
|
type: "ARCHIVE";
|
@@ -902,6 +930,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
902
930
|
start: string;
|
903
931
|
end: string;
|
904
932
|
} | null | undefined> | null | undefined;
|
933
|
+
actionDetails?: {
|
934
|
+
templateId?: string | undefined;
|
935
|
+
isImmediateCorrection?: boolean | undefined;
|
936
|
+
} | null | undefined;
|
905
937
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
906
938
|
} | {
|
907
939
|
type: "CREATE";
|
@@ -1004,6 +1036,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1004
1036
|
start: string;
|
1005
1037
|
end: string;
|
1006
1038
|
} | null | undefined> | null | undefined;
|
1039
|
+
actionDetails?: {
|
1040
|
+
templateId?: string | undefined;
|
1041
|
+
isImmediateCorrection?: boolean | undefined;
|
1042
|
+
} | null | undefined;
|
1007
1043
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
1008
1044
|
} | {
|
1009
1045
|
type: "NOTIFY";
|
@@ -1106,6 +1142,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1106
1142
|
start: string;
|
1107
1143
|
end: string;
|
1108
1144
|
} | null | undefined> | null | undefined;
|
1145
|
+
actionDetails?: {
|
1146
|
+
templateId?: string | undefined;
|
1147
|
+
isImmediateCorrection?: boolean | undefined;
|
1148
|
+
} | null | undefined;
|
1109
1149
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
1110
1150
|
} | {
|
1111
1151
|
type: "PRINT_CERTIFICATE";
|
@@ -1208,6 +1248,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1208
1248
|
start: string;
|
1209
1249
|
end: string;
|
1210
1250
|
} | null | undefined> | null | undefined;
|
1251
|
+
actionDetails?: {
|
1252
|
+
templateId?: string | undefined;
|
1253
|
+
isImmediateCorrection?: boolean | undefined;
|
1254
|
+
} | null | undefined;
|
1211
1255
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
1212
1256
|
} | {
|
1213
1257
|
type: "REQUEST_CORRECTION";
|
@@ -1310,6 +1354,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1310
1354
|
start: string;
|
1311
1355
|
end: string;
|
1312
1356
|
} | null | undefined> | null | undefined;
|
1357
|
+
actionDetails?: {
|
1358
|
+
templateId?: string | undefined;
|
1359
|
+
isImmediateCorrection?: boolean | undefined;
|
1360
|
+
} | null | undefined;
|
1313
1361
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
1314
1362
|
} | {
|
1315
1363
|
type: "APPROVE_CORRECTION";
|
@@ -1413,6 +1461,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1413
1461
|
start: string;
|
1414
1462
|
end: string;
|
1415
1463
|
} | null | undefined> | null | undefined;
|
1464
|
+
actionDetails?: {
|
1465
|
+
templateId?: string | undefined;
|
1466
|
+
isImmediateCorrection?: boolean | undefined;
|
1467
|
+
} | null | undefined;
|
1416
1468
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
1417
1469
|
} | {
|
1418
1470
|
type: "REJECT_CORRECTION";
|
@@ -1516,6 +1568,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1516
1568
|
start: string;
|
1517
1569
|
end: string;
|
1518
1570
|
} | null | undefined> | null | undefined;
|
1571
|
+
actionDetails?: {
|
1572
|
+
templateId?: string | undefined;
|
1573
|
+
isImmediateCorrection?: boolean | undefined;
|
1574
|
+
} | null | undefined;
|
1519
1575
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
1520
1576
|
} | {
|
1521
1577
|
type: "READ";
|
@@ -1618,6 +1674,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1618
1674
|
start: string;
|
1619
1675
|
end: string;
|
1620
1676
|
} | null | undefined> | null | undefined;
|
1677
|
+
actionDetails?: {
|
1678
|
+
templateId?: string | undefined;
|
1679
|
+
isImmediateCorrection?: boolean | undefined;
|
1680
|
+
} | null | undefined;
|
1621
1681
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
1622
1682
|
} | {
|
1623
1683
|
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "REJECT_CORRECTION" | "APPROVE_CORRECTION";
|
@@ -1630,6 +1690,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1630
1690
|
createdByRole: string;
|
1631
1691
|
createdBySignature?: string | null | undefined;
|
1632
1692
|
createdAtLocation?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
1693
|
+
actionDetails?: {
|
1694
|
+
templateId?: string | undefined;
|
1695
|
+
isImmediateCorrection?: boolean | undefined;
|
1696
|
+
} | null | undefined;
|
1633
1697
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
1634
1698
|
})[];
|
1635
1699
|
trackingId: string;
|
@@ -1745,6 +1809,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1745
1809
|
start: string;
|
1746
1810
|
end: string;
|
1747
1811
|
} | null | undefined> | null | undefined;
|
1812
|
+
actionDetails?: {
|
1813
|
+
templateId?: string | undefined;
|
1814
|
+
isImmediateCorrection?: boolean | undefined;
|
1815
|
+
} | null | undefined;
|
1748
1816
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
1749
1817
|
} | {
|
1750
1818
|
type: "UNASSIGN";
|
@@ -1847,6 +1915,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1847
1915
|
start: string;
|
1848
1916
|
end: string;
|
1849
1917
|
} | null | undefined> | null | undefined;
|
1918
|
+
actionDetails?: {
|
1919
|
+
templateId?: string | undefined;
|
1920
|
+
isImmediateCorrection?: boolean | undefined;
|
1921
|
+
} | null | undefined;
|
1850
1922
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
1851
1923
|
} | {
|
1852
1924
|
type: "REGISTER";
|
@@ -1949,6 +2021,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1949
2021
|
start: string;
|
1950
2022
|
end: string;
|
1951
2023
|
} | null | undefined> | null | undefined;
|
2024
|
+
actionDetails?: {
|
2025
|
+
templateId?: string | undefined;
|
2026
|
+
isImmediateCorrection?: boolean | undefined;
|
2027
|
+
} | null | undefined;
|
1952
2028
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
1953
2029
|
registrationNumber?: string | undefined;
|
1954
2030
|
} | {
|
@@ -2052,6 +2128,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2052
2128
|
start: string;
|
2053
2129
|
end: string;
|
2054
2130
|
} | null | undefined> | null | undefined;
|
2131
|
+
actionDetails?: {
|
2132
|
+
templateId?: string | undefined;
|
2133
|
+
isImmediateCorrection?: boolean | undefined;
|
2134
|
+
} | null | undefined;
|
2055
2135
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
2056
2136
|
} | {
|
2057
2137
|
type: "VALIDATE";
|
@@ -2154,6 +2234,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2154
2234
|
start: string;
|
2155
2235
|
end: string;
|
2156
2236
|
} | null | undefined> | null | undefined;
|
2237
|
+
actionDetails?: {
|
2238
|
+
templateId?: string | undefined;
|
2239
|
+
isImmediateCorrection?: boolean | undefined;
|
2240
|
+
} | null | undefined;
|
2157
2241
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
2158
2242
|
} | {
|
2159
2243
|
type: "REJECT";
|
@@ -2260,6 +2344,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2260
2344
|
start: string;
|
2261
2345
|
end: string;
|
2262
2346
|
} | null | undefined> | null | undefined;
|
2347
|
+
actionDetails?: {
|
2348
|
+
templateId?: string | undefined;
|
2349
|
+
isImmediateCorrection?: boolean | undefined;
|
2350
|
+
} | null | undefined;
|
2263
2351
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
2264
2352
|
} | {
|
2265
2353
|
type: "MARKED_AS_DUPLICATE";
|
@@ -2362,6 +2450,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2362
2450
|
start: string;
|
2363
2451
|
end: string;
|
2364
2452
|
} | null | undefined> | null | undefined;
|
2453
|
+
actionDetails?: {
|
2454
|
+
templateId?: string | undefined;
|
2455
|
+
isImmediateCorrection?: boolean | undefined;
|
2456
|
+
} | null | undefined;
|
2365
2457
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
2366
2458
|
} | {
|
2367
2459
|
type: "ARCHIVE";
|
@@ -2468,6 +2560,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2468
2560
|
start: string;
|
2469
2561
|
end: string;
|
2470
2562
|
} | null | undefined> | null | undefined;
|
2563
|
+
actionDetails?: {
|
2564
|
+
templateId?: string | undefined;
|
2565
|
+
isImmediateCorrection?: boolean | undefined;
|
2566
|
+
} | null | undefined;
|
2471
2567
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
2472
2568
|
} | {
|
2473
2569
|
type: "CREATE";
|
@@ -2570,6 +2666,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2570
2666
|
start: string;
|
2571
2667
|
end: string;
|
2572
2668
|
} | null | undefined> | null | undefined;
|
2669
|
+
actionDetails?: {
|
2670
|
+
templateId?: string | undefined;
|
2671
|
+
isImmediateCorrection?: boolean | undefined;
|
2672
|
+
} | null | undefined;
|
2573
2673
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
2574
2674
|
} | {
|
2575
2675
|
type: "NOTIFY";
|
@@ -2672,6 +2772,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2672
2772
|
start: string;
|
2673
2773
|
end: string;
|
2674
2774
|
} | null | undefined> | null | undefined;
|
2775
|
+
actionDetails?: {
|
2776
|
+
templateId?: string | undefined;
|
2777
|
+
isImmediateCorrection?: boolean | undefined;
|
2778
|
+
} | null | undefined;
|
2675
2779
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
2676
2780
|
} | {
|
2677
2781
|
type: "PRINT_CERTIFICATE";
|
@@ -2774,6 +2878,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2774
2878
|
start: string;
|
2775
2879
|
end: string;
|
2776
2880
|
} | null | undefined> | null | undefined;
|
2881
|
+
actionDetails?: {
|
2882
|
+
templateId?: string | undefined;
|
2883
|
+
isImmediateCorrection?: boolean | undefined;
|
2884
|
+
} | null | undefined;
|
2777
2885
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
2778
2886
|
} | {
|
2779
2887
|
type: "REQUEST_CORRECTION";
|
@@ -2876,6 +2984,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2876
2984
|
start: string;
|
2877
2985
|
end: string;
|
2878
2986
|
} | null | undefined> | null | undefined;
|
2987
|
+
actionDetails?: {
|
2988
|
+
templateId?: string | undefined;
|
2989
|
+
isImmediateCorrection?: boolean | undefined;
|
2990
|
+
} | null | undefined;
|
2879
2991
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
2880
2992
|
} | {
|
2881
2993
|
type: "APPROVE_CORRECTION";
|
@@ -2979,6 +3091,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2979
3091
|
start: string;
|
2980
3092
|
end: string;
|
2981
3093
|
} | null | undefined> | null | undefined;
|
3094
|
+
actionDetails?: {
|
3095
|
+
templateId?: string | undefined;
|
3096
|
+
isImmediateCorrection?: boolean | undefined;
|
3097
|
+
} | null | undefined;
|
2982
3098
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
2983
3099
|
} | {
|
2984
3100
|
type: "REJECT_CORRECTION";
|
@@ -3082,6 +3198,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3082
3198
|
start: string;
|
3083
3199
|
end: string;
|
3084
3200
|
} | null | undefined> | null | undefined;
|
3201
|
+
actionDetails?: {
|
3202
|
+
templateId?: string | undefined;
|
3203
|
+
isImmediateCorrection?: boolean | undefined;
|
3204
|
+
} | null | undefined;
|
3085
3205
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
3086
3206
|
} | {
|
3087
3207
|
type: "READ";
|
@@ -3184,6 +3304,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3184
3304
|
start: string;
|
3185
3305
|
end: string;
|
3186
3306
|
} | null | undefined> | null | undefined;
|
3307
|
+
actionDetails?: {
|
3308
|
+
templateId?: string | undefined;
|
3309
|
+
isImmediateCorrection?: boolean | undefined;
|
3310
|
+
} | null | undefined;
|
3187
3311
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
3188
3312
|
} | {
|
3189
3313
|
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "REJECT_CORRECTION" | "APPROVE_CORRECTION";
|
@@ -3196,6 +3320,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3196
3320
|
createdByRole: string;
|
3197
3321
|
createdBySignature?: string | null | undefined;
|
3198
3322
|
createdAtLocation?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
3323
|
+
actionDetails?: {
|
3324
|
+
templateId?: string | undefined;
|
3325
|
+
isImmediateCorrection?: boolean | undefined;
|
3326
|
+
} | null | undefined;
|
3199
3327
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
3200
3328
|
})[];
|
3201
3329
|
trackingId: string;
|
@@ -3339,6 +3467,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3339
3467
|
start: string;
|
3340
3468
|
end: string;
|
3341
3469
|
} | null | undefined> | null | undefined;
|
3470
|
+
actionDetails?: {
|
3471
|
+
templateId?: string | undefined;
|
3472
|
+
isImmediateCorrection?: boolean | undefined;
|
3473
|
+
} | null | undefined;
|
3342
3474
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
3343
3475
|
};
|
3344
3476
|
}[];
|
@@ -3440,6 +3572,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3440
3572
|
start: string;
|
3441
3573
|
end: string;
|
3442
3574
|
} | null | undefined> | undefined;
|
3575
|
+
actionDetails?: {
|
3576
|
+
templateId?: string | undefined;
|
3577
|
+
isImmediateCorrection?: boolean | undefined;
|
3578
|
+
} | undefined;
|
3443
3579
|
originalActionId?: string | undefined;
|
3444
3580
|
keepAssignment?: boolean | undefined;
|
3445
3581
|
};
|
@@ -3548,6 +3684,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3548
3684
|
start: string;
|
3549
3685
|
end: string;
|
3550
3686
|
} | null | undefined> | null | undefined;
|
3687
|
+
actionDetails?: {
|
3688
|
+
templateId?: string | undefined;
|
3689
|
+
isImmediateCorrection?: boolean | undefined;
|
3690
|
+
} | null | undefined;
|
3551
3691
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
3552
3692
|
};
|
3553
3693
|
};
|
@@ -3993,6 +4133,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3993
4133
|
start: string;
|
3994
4134
|
end: string;
|
3995
4135
|
} | null | undefined> | undefined;
|
4136
|
+
actionDetails?: {
|
4137
|
+
templateId?: string | undefined;
|
4138
|
+
isImmediateCorrection?: boolean | undefined;
|
4139
|
+
} | undefined;
|
3996
4140
|
originalActionId?: string | undefined;
|
3997
4141
|
keepAssignment?: boolean | undefined;
|
3998
4142
|
};
|
@@ -4103,6 +4247,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4103
4247
|
start: string;
|
4104
4248
|
end: string;
|
4105
4249
|
} | null | undefined> | null | undefined;
|
4250
|
+
actionDetails?: {
|
4251
|
+
templateId?: string | undefined;
|
4252
|
+
isImmediateCorrection?: boolean | undefined;
|
4253
|
+
} | null | undefined;
|
4106
4254
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
4107
4255
|
} | {
|
4108
4256
|
type: "UNASSIGN";
|
@@ -4205,6 +4353,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4205
4353
|
start: string;
|
4206
4354
|
end: string;
|
4207
4355
|
} | null | undefined> | null | undefined;
|
4356
|
+
actionDetails?: {
|
4357
|
+
templateId?: string | undefined;
|
4358
|
+
isImmediateCorrection?: boolean | undefined;
|
4359
|
+
} | null | undefined;
|
4208
4360
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
4209
4361
|
} | {
|
4210
4362
|
type: "REGISTER";
|
@@ -4307,6 +4459,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4307
4459
|
start: string;
|
4308
4460
|
end: string;
|
4309
4461
|
} | null | undefined> | null | undefined;
|
4462
|
+
actionDetails?: {
|
4463
|
+
templateId?: string | undefined;
|
4464
|
+
isImmediateCorrection?: boolean | undefined;
|
4465
|
+
} | null | undefined;
|
4310
4466
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
4311
4467
|
registrationNumber?: string | undefined;
|
4312
4468
|
} | {
|
@@ -4410,6 +4566,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4410
4566
|
start: string;
|
4411
4567
|
end: string;
|
4412
4568
|
} | null | undefined> | null | undefined;
|
4569
|
+
actionDetails?: {
|
4570
|
+
templateId?: string | undefined;
|
4571
|
+
isImmediateCorrection?: boolean | undefined;
|
4572
|
+
} | null | undefined;
|
4413
4573
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
4414
4574
|
} | {
|
4415
4575
|
type: "VALIDATE";
|
@@ -4512,6 +4672,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4512
4672
|
start: string;
|
4513
4673
|
end: string;
|
4514
4674
|
} | null | undefined> | null | undefined;
|
4675
|
+
actionDetails?: {
|
4676
|
+
templateId?: string | undefined;
|
4677
|
+
isImmediateCorrection?: boolean | undefined;
|
4678
|
+
} | null | undefined;
|
4515
4679
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
4516
4680
|
} | {
|
4517
4681
|
type: "REJECT";
|
@@ -4618,6 +4782,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4618
4782
|
start: string;
|
4619
4783
|
end: string;
|
4620
4784
|
} | null | undefined> | null | undefined;
|
4785
|
+
actionDetails?: {
|
4786
|
+
templateId?: string | undefined;
|
4787
|
+
isImmediateCorrection?: boolean | undefined;
|
4788
|
+
} | null | undefined;
|
4621
4789
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
4622
4790
|
} | {
|
4623
4791
|
type: "MARKED_AS_DUPLICATE";
|
@@ -4720,6 +4888,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4720
4888
|
start: string;
|
4721
4889
|
end: string;
|
4722
4890
|
} | null | undefined> | null | undefined;
|
4891
|
+
actionDetails?: {
|
4892
|
+
templateId?: string | undefined;
|
4893
|
+
isImmediateCorrection?: boolean | undefined;
|
4894
|
+
} | null | undefined;
|
4723
4895
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
4724
4896
|
} | {
|
4725
4897
|
type: "ARCHIVE";
|
@@ -4826,6 +4998,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4826
4998
|
start: string;
|
4827
4999
|
end: string;
|
4828
5000
|
} | null | undefined> | null | undefined;
|
5001
|
+
actionDetails?: {
|
5002
|
+
templateId?: string | undefined;
|
5003
|
+
isImmediateCorrection?: boolean | undefined;
|
5004
|
+
} | null | undefined;
|
4829
5005
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
4830
5006
|
} | {
|
4831
5007
|
type: "CREATE";
|
@@ -4928,6 +5104,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4928
5104
|
start: string;
|
4929
5105
|
end: string;
|
4930
5106
|
} | null | undefined> | null | undefined;
|
5107
|
+
actionDetails?: {
|
5108
|
+
templateId?: string | undefined;
|
5109
|
+
isImmediateCorrection?: boolean | undefined;
|
5110
|
+
} | null | undefined;
|
4931
5111
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
4932
5112
|
} | {
|
4933
5113
|
type: "NOTIFY";
|
@@ -5030,6 +5210,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5030
5210
|
start: string;
|
5031
5211
|
end: string;
|
5032
5212
|
} | null | undefined> | null | undefined;
|
5213
|
+
actionDetails?: {
|
5214
|
+
templateId?: string | undefined;
|
5215
|
+
isImmediateCorrection?: boolean | undefined;
|
5216
|
+
} | null | undefined;
|
5033
5217
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
5034
5218
|
} | {
|
5035
5219
|
type: "PRINT_CERTIFICATE";
|
@@ -5132,6 +5316,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5132
5316
|
start: string;
|
5133
5317
|
end: string;
|
5134
5318
|
} | null | undefined> | null | undefined;
|
5319
|
+
actionDetails?: {
|
5320
|
+
templateId?: string | undefined;
|
5321
|
+
isImmediateCorrection?: boolean | undefined;
|
5322
|
+
} | null | undefined;
|
5135
5323
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
5136
5324
|
} | {
|
5137
5325
|
type: "REQUEST_CORRECTION";
|
@@ -5234,6 +5422,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5234
5422
|
start: string;
|
5235
5423
|
end: string;
|
5236
5424
|
} | null | undefined> | null | undefined;
|
5425
|
+
actionDetails?: {
|
5426
|
+
templateId?: string | undefined;
|
5427
|
+
isImmediateCorrection?: boolean | undefined;
|
5428
|
+
} | null | undefined;
|
5237
5429
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
5238
5430
|
} | {
|
5239
5431
|
type: "APPROVE_CORRECTION";
|
@@ -5337,6 +5529,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5337
5529
|
start: string;
|
5338
5530
|
end: string;
|
5339
5531
|
} | null | undefined> | null | undefined;
|
5532
|
+
actionDetails?: {
|
5533
|
+
templateId?: string | undefined;
|
5534
|
+
isImmediateCorrection?: boolean | undefined;
|
5535
|
+
} | null | undefined;
|
5340
5536
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
5341
5537
|
} | {
|
5342
5538
|
type: "REJECT_CORRECTION";
|
@@ -5440,6 +5636,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5440
5636
|
start: string;
|
5441
5637
|
end: string;
|
5442
5638
|
} | null | undefined> | null | undefined;
|
5639
|
+
actionDetails?: {
|
5640
|
+
templateId?: string | undefined;
|
5641
|
+
isImmediateCorrection?: boolean | undefined;
|
5642
|
+
} | null | undefined;
|
5443
5643
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
5444
5644
|
} | {
|
5445
5645
|
type: "READ";
|
@@ -5542,6 +5742,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5542
5742
|
start: string;
|
5543
5743
|
end: string;
|
5544
5744
|
} | null | undefined> | null | undefined;
|
5745
|
+
actionDetails?: {
|
5746
|
+
templateId?: string | undefined;
|
5747
|
+
isImmediateCorrection?: boolean | undefined;
|
5748
|
+
} | null | undefined;
|
5545
5749
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
5546
5750
|
} | {
|
5547
5751
|
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "REJECT_CORRECTION" | "APPROVE_CORRECTION";
|
@@ -5554,6 +5758,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5554
5758
|
createdByRole: string;
|
5555
5759
|
createdBySignature?: string | null | undefined;
|
5556
5760
|
createdAtLocation?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
5761
|
+
actionDetails?: {
|
5762
|
+
templateId?: string | undefined;
|
5763
|
+
isImmediateCorrection?: boolean | undefined;
|
5764
|
+
} | null | undefined;
|
5557
5765
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
5558
5766
|
})[];
|
5559
5767
|
trackingId: string;
|
@@ -5655,6 +5863,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5655
5863
|
start: string;
|
5656
5864
|
end: string;
|
5657
5865
|
} | null | undefined> | undefined;
|
5866
|
+
actionDetails?: {
|
5867
|
+
templateId?: string | undefined;
|
5868
|
+
isImmediateCorrection?: boolean | undefined;
|
5869
|
+
} | undefined;
|
5658
5870
|
originalActionId?: string | undefined;
|
5659
5871
|
assignedTo?: null | undefined;
|
5660
5872
|
keepAssignment?: boolean | undefined;
|
@@ -5766,6 +5978,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5766
5978
|
start: string;
|
5767
5979
|
end: string;
|
5768
5980
|
} | null | undefined> | null | undefined;
|
5981
|
+
actionDetails?: {
|
5982
|
+
templateId?: string | undefined;
|
5983
|
+
isImmediateCorrection?: boolean | undefined;
|
5984
|
+
} | null | undefined;
|
5769
5985
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
5770
5986
|
} | {
|
5771
5987
|
type: "UNASSIGN";
|
@@ -5868,6 +6084,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5868
6084
|
start: string;
|
5869
6085
|
end: string;
|
5870
6086
|
} | null | undefined> | null | undefined;
|
6087
|
+
actionDetails?: {
|
6088
|
+
templateId?: string | undefined;
|
6089
|
+
isImmediateCorrection?: boolean | undefined;
|
6090
|
+
} | null | undefined;
|
5871
6091
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
5872
6092
|
} | {
|
5873
6093
|
type: "REGISTER";
|
@@ -5970,6 +6190,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5970
6190
|
start: string;
|
5971
6191
|
end: string;
|
5972
6192
|
} | null | undefined> | null | undefined;
|
6193
|
+
actionDetails?: {
|
6194
|
+
templateId?: string | undefined;
|
6195
|
+
isImmediateCorrection?: boolean | undefined;
|
6196
|
+
} | null | undefined;
|
5973
6197
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
5974
6198
|
registrationNumber?: string | undefined;
|
5975
6199
|
} | {
|
@@ -6073,6 +6297,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6073
6297
|
start: string;
|
6074
6298
|
end: string;
|
6075
6299
|
} | null | undefined> | null | undefined;
|
6300
|
+
actionDetails?: {
|
6301
|
+
templateId?: string | undefined;
|
6302
|
+
isImmediateCorrection?: boolean | undefined;
|
6303
|
+
} | null | undefined;
|
6076
6304
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
6077
6305
|
} | {
|
6078
6306
|
type: "VALIDATE";
|
@@ -6175,6 +6403,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6175
6403
|
start: string;
|
6176
6404
|
end: string;
|
6177
6405
|
} | null | undefined> | null | undefined;
|
6406
|
+
actionDetails?: {
|
6407
|
+
templateId?: string | undefined;
|
6408
|
+
isImmediateCorrection?: boolean | undefined;
|
6409
|
+
} | null | undefined;
|
6178
6410
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
6179
6411
|
} | {
|
6180
6412
|
type: "REJECT";
|
@@ -6281,6 +6513,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6281
6513
|
start: string;
|
6282
6514
|
end: string;
|
6283
6515
|
} | null | undefined> | null | undefined;
|
6516
|
+
actionDetails?: {
|
6517
|
+
templateId?: string | undefined;
|
6518
|
+
isImmediateCorrection?: boolean | undefined;
|
6519
|
+
} | null | undefined;
|
6284
6520
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
6285
6521
|
} | {
|
6286
6522
|
type: "MARKED_AS_DUPLICATE";
|
@@ -6383,6 +6619,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6383
6619
|
start: string;
|
6384
6620
|
end: string;
|
6385
6621
|
} | null | undefined> | null | undefined;
|
6622
|
+
actionDetails?: {
|
6623
|
+
templateId?: string | undefined;
|
6624
|
+
isImmediateCorrection?: boolean | undefined;
|
6625
|
+
} | null | undefined;
|
6386
6626
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
6387
6627
|
} | {
|
6388
6628
|
type: "ARCHIVE";
|
@@ -6489,6 +6729,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6489
6729
|
start: string;
|
6490
6730
|
end: string;
|
6491
6731
|
} | null | undefined> | null | undefined;
|
6732
|
+
actionDetails?: {
|
6733
|
+
templateId?: string | undefined;
|
6734
|
+
isImmediateCorrection?: boolean | undefined;
|
6735
|
+
} | null | undefined;
|
6492
6736
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
6493
6737
|
} | {
|
6494
6738
|
type: "CREATE";
|
@@ -6591,6 +6835,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6591
6835
|
start: string;
|
6592
6836
|
end: string;
|
6593
6837
|
} | null | undefined> | null | undefined;
|
6838
|
+
actionDetails?: {
|
6839
|
+
templateId?: string | undefined;
|
6840
|
+
isImmediateCorrection?: boolean | undefined;
|
6841
|
+
} | null | undefined;
|
6594
6842
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
6595
6843
|
} | {
|
6596
6844
|
type: "NOTIFY";
|
@@ -6693,6 +6941,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6693
6941
|
start: string;
|
6694
6942
|
end: string;
|
6695
6943
|
} | null | undefined> | null | undefined;
|
6944
|
+
actionDetails?: {
|
6945
|
+
templateId?: string | undefined;
|
6946
|
+
isImmediateCorrection?: boolean | undefined;
|
6947
|
+
} | null | undefined;
|
6696
6948
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
6697
6949
|
} | {
|
6698
6950
|
type: "PRINT_CERTIFICATE";
|
@@ -6795,6 +7047,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6795
7047
|
start: string;
|
6796
7048
|
end: string;
|
6797
7049
|
} | null | undefined> | null | undefined;
|
7050
|
+
actionDetails?: {
|
7051
|
+
templateId?: string | undefined;
|
7052
|
+
isImmediateCorrection?: boolean | undefined;
|
7053
|
+
} | null | undefined;
|
6798
7054
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
6799
7055
|
} | {
|
6800
7056
|
type: "REQUEST_CORRECTION";
|
@@ -6897,6 +7153,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6897
7153
|
start: string;
|
6898
7154
|
end: string;
|
6899
7155
|
} | null | undefined> | null | undefined;
|
7156
|
+
actionDetails?: {
|
7157
|
+
templateId?: string | undefined;
|
7158
|
+
isImmediateCorrection?: boolean | undefined;
|
7159
|
+
} | null | undefined;
|
6900
7160
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
6901
7161
|
} | {
|
6902
7162
|
type: "APPROVE_CORRECTION";
|
@@ -7000,6 +7260,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7000
7260
|
start: string;
|
7001
7261
|
end: string;
|
7002
7262
|
} | null | undefined> | null | undefined;
|
7263
|
+
actionDetails?: {
|
7264
|
+
templateId?: string | undefined;
|
7265
|
+
isImmediateCorrection?: boolean | undefined;
|
7266
|
+
} | null | undefined;
|
7003
7267
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
7004
7268
|
} | {
|
7005
7269
|
type: "REJECT_CORRECTION";
|
@@ -7103,6 +7367,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7103
7367
|
start: string;
|
7104
7368
|
end: string;
|
7105
7369
|
} | null | undefined> | null | undefined;
|
7370
|
+
actionDetails?: {
|
7371
|
+
templateId?: string | undefined;
|
7372
|
+
isImmediateCorrection?: boolean | undefined;
|
7373
|
+
} | null | undefined;
|
7106
7374
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
7107
7375
|
} | {
|
7108
7376
|
type: "READ";
|
@@ -7205,6 +7473,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7205
7473
|
start: string;
|
7206
7474
|
end: string;
|
7207
7475
|
} | null | undefined> | null | undefined;
|
7476
|
+
actionDetails?: {
|
7477
|
+
templateId?: string | undefined;
|
7478
|
+
isImmediateCorrection?: boolean | undefined;
|
7479
|
+
} | null | undefined;
|
7208
7480
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
7209
7481
|
} | {
|
7210
7482
|
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "REJECT_CORRECTION" | "APPROVE_CORRECTION";
|
@@ -7217,6 +7489,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7217
7489
|
createdByRole: string;
|
7218
7490
|
createdBySignature?: string | null | undefined;
|
7219
7491
|
createdAtLocation?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
7492
|
+
actionDetails?: {
|
7493
|
+
templateId?: string | undefined;
|
7494
|
+
isImmediateCorrection?: boolean | undefined;
|
7495
|
+
} | null | undefined;
|
7220
7496
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
7221
7497
|
})[];
|
7222
7498
|
trackingId: string;
|
@@ -7671,6 +7947,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7671
7947
|
start: string;
|
7672
7948
|
end: string;
|
7673
7949
|
} | null | undefined> | null | undefined;
|
7950
|
+
actionDetails?: {
|
7951
|
+
templateId?: string | undefined;
|
7952
|
+
isImmediateCorrection?: boolean | undefined;
|
7953
|
+
} | null | undefined;
|
7674
7954
|
originalActionId?: string | null | undefined;
|
7675
7955
|
} | {
|
7676
7956
|
type: "UNASSIGN";
|
@@ -7773,6 +8053,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7773
8053
|
start: string;
|
7774
8054
|
end: string;
|
7775
8055
|
} | null | undefined> | null | undefined;
|
8056
|
+
actionDetails?: {
|
8057
|
+
templateId?: string | undefined;
|
8058
|
+
isImmediateCorrection?: boolean | undefined;
|
8059
|
+
} | null | undefined;
|
7776
8060
|
originalActionId?: string | null | undefined;
|
7777
8061
|
} | {
|
7778
8062
|
type: "REGISTER";
|
@@ -7875,6 +8159,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7875
8159
|
start: string;
|
7876
8160
|
end: string;
|
7877
8161
|
} | null | undefined> | null | undefined;
|
8162
|
+
actionDetails?: {
|
8163
|
+
templateId?: string | undefined;
|
8164
|
+
isImmediateCorrection?: boolean | undefined;
|
8165
|
+
} | null | undefined;
|
7878
8166
|
originalActionId?: string | null | undefined;
|
7879
8167
|
registrationNumber?: string | undefined;
|
7880
8168
|
} | {
|
@@ -7978,6 +8266,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7978
8266
|
start: string;
|
7979
8267
|
end: string;
|
7980
8268
|
} | null | undefined> | null | undefined;
|
8269
|
+
actionDetails?: {
|
8270
|
+
templateId?: string | undefined;
|
8271
|
+
isImmediateCorrection?: boolean | undefined;
|
8272
|
+
} | null | undefined;
|
7981
8273
|
originalActionId?: string | null | undefined;
|
7982
8274
|
} | {
|
7983
8275
|
type: "VALIDATE";
|
@@ -8080,6 +8372,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8080
8372
|
start: string;
|
8081
8373
|
end: string;
|
8082
8374
|
} | null | undefined> | null | undefined;
|
8375
|
+
actionDetails?: {
|
8376
|
+
templateId?: string | undefined;
|
8377
|
+
isImmediateCorrection?: boolean | undefined;
|
8378
|
+
} | null | undefined;
|
8083
8379
|
originalActionId?: string | null | undefined;
|
8084
8380
|
} | {
|
8085
8381
|
type: "REJECT";
|
@@ -8186,6 +8482,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8186
8482
|
start: string;
|
8187
8483
|
end: string;
|
8188
8484
|
} | null | undefined> | null | undefined;
|
8485
|
+
actionDetails?: {
|
8486
|
+
templateId?: string | undefined;
|
8487
|
+
isImmediateCorrection?: boolean | undefined;
|
8488
|
+
} | null | undefined;
|
8189
8489
|
originalActionId?: string | null | undefined;
|
8190
8490
|
} | {
|
8191
8491
|
type: "MARKED_AS_DUPLICATE";
|
@@ -8288,6 +8588,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8288
8588
|
start: string;
|
8289
8589
|
end: string;
|
8290
8590
|
} | null | undefined> | null | undefined;
|
8591
|
+
actionDetails?: {
|
8592
|
+
templateId?: string | undefined;
|
8593
|
+
isImmediateCorrection?: boolean | undefined;
|
8594
|
+
} | null | undefined;
|
8291
8595
|
originalActionId?: string | null | undefined;
|
8292
8596
|
} | {
|
8293
8597
|
type: "ARCHIVE";
|
@@ -8394,6 +8698,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8394
8698
|
start: string;
|
8395
8699
|
end: string;
|
8396
8700
|
} | null | undefined> | null | undefined;
|
8701
|
+
actionDetails?: {
|
8702
|
+
templateId?: string | undefined;
|
8703
|
+
isImmediateCorrection?: boolean | undefined;
|
8704
|
+
} | null | undefined;
|
8397
8705
|
originalActionId?: string | null | undefined;
|
8398
8706
|
} | {
|
8399
8707
|
type: "CREATE";
|
@@ -8496,6 +8804,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8496
8804
|
start: string;
|
8497
8805
|
end: string;
|
8498
8806
|
} | null | undefined> | null | undefined;
|
8807
|
+
actionDetails?: {
|
8808
|
+
templateId?: string | undefined;
|
8809
|
+
isImmediateCorrection?: boolean | undefined;
|
8810
|
+
} | null | undefined;
|
8499
8811
|
originalActionId?: string | null | undefined;
|
8500
8812
|
} | {
|
8501
8813
|
type: "NOTIFY";
|
@@ -8598,6 +8910,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8598
8910
|
start: string;
|
8599
8911
|
end: string;
|
8600
8912
|
} | null | undefined> | null | undefined;
|
8913
|
+
actionDetails?: {
|
8914
|
+
templateId?: string | undefined;
|
8915
|
+
isImmediateCorrection?: boolean | undefined;
|
8916
|
+
} | null | undefined;
|
8601
8917
|
originalActionId?: string | null | undefined;
|
8602
8918
|
} | {
|
8603
8919
|
type: "PRINT_CERTIFICATE";
|
@@ -8700,6 +9016,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8700
9016
|
start: string;
|
8701
9017
|
end: string;
|
8702
9018
|
} | null | undefined> | null | undefined;
|
9019
|
+
actionDetails?: {
|
9020
|
+
templateId?: string | undefined;
|
9021
|
+
isImmediateCorrection?: boolean | undefined;
|
9022
|
+
} | null | undefined;
|
8703
9023
|
originalActionId?: string | null | undefined;
|
8704
9024
|
} | {
|
8705
9025
|
type: "REQUEST_CORRECTION";
|
@@ -8802,6 +9122,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8802
9122
|
start: string;
|
8803
9123
|
end: string;
|
8804
9124
|
} | null | undefined> | null | undefined;
|
9125
|
+
actionDetails?: {
|
9126
|
+
templateId?: string | undefined;
|
9127
|
+
isImmediateCorrection?: boolean | undefined;
|
9128
|
+
} | null | undefined;
|
8805
9129
|
originalActionId?: string | null | undefined;
|
8806
9130
|
} | {
|
8807
9131
|
type: "APPROVE_CORRECTION";
|
@@ -8905,6 +9229,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8905
9229
|
start: string;
|
8906
9230
|
end: string;
|
8907
9231
|
} | null | undefined> | null | undefined;
|
9232
|
+
actionDetails?: {
|
9233
|
+
templateId?: string | undefined;
|
9234
|
+
isImmediateCorrection?: boolean | undefined;
|
9235
|
+
} | null | undefined;
|
8908
9236
|
originalActionId?: string | null | undefined;
|
8909
9237
|
} | {
|
8910
9238
|
type: "REJECT_CORRECTION";
|
@@ -9008,6 +9336,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9008
9336
|
start: string;
|
9009
9337
|
end: string;
|
9010
9338
|
} | null | undefined> | null | undefined;
|
9339
|
+
actionDetails?: {
|
9340
|
+
templateId?: string | undefined;
|
9341
|
+
isImmediateCorrection?: boolean | undefined;
|
9342
|
+
} | null | undefined;
|
9011
9343
|
originalActionId?: string | null | undefined;
|
9012
9344
|
} | {
|
9013
9345
|
type: "READ";
|
@@ -9110,6 +9442,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9110
9442
|
start: string;
|
9111
9443
|
end: string;
|
9112
9444
|
} | null | undefined> | null | undefined;
|
9445
|
+
actionDetails?: {
|
9446
|
+
templateId?: string | undefined;
|
9447
|
+
isImmediateCorrection?: boolean | undefined;
|
9448
|
+
} | null | undefined;
|
9113
9449
|
originalActionId?: string | null | undefined;
|
9114
9450
|
} | {
|
9115
9451
|
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "REJECT_CORRECTION" | "APPROVE_CORRECTION";
|
@@ -9122,6 +9458,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9122
9458
|
createdByRole: string;
|
9123
9459
|
createdBySignature?: string | null | undefined;
|
9124
9460
|
createdAtLocation?: string | null | undefined;
|
9461
|
+
actionDetails?: {
|
9462
|
+
templateId?: string | undefined;
|
9463
|
+
isImmediateCorrection?: boolean | undefined;
|
9464
|
+
} | null | undefined;
|
9125
9465
|
originalActionId?: string | null | undefined;
|
9126
9466
|
})[];
|
9127
9467
|
trackingId: string;
|
@@ -9233,6 +9573,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9233
9573
|
start: string;
|
9234
9574
|
end: string;
|
9235
9575
|
} | null | undefined> | null | undefined;
|
9576
|
+
actionDetails?: {
|
9577
|
+
templateId?: string | undefined;
|
9578
|
+
isImmediateCorrection?: boolean | undefined;
|
9579
|
+
} | null | undefined;
|
9236
9580
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
9237
9581
|
} | {
|
9238
9582
|
type: "UNASSIGN";
|
@@ -9335,6 +9679,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9335
9679
|
start: string;
|
9336
9680
|
end: string;
|
9337
9681
|
} | null | undefined> | null | undefined;
|
9682
|
+
actionDetails?: {
|
9683
|
+
templateId?: string | undefined;
|
9684
|
+
isImmediateCorrection?: boolean | undefined;
|
9685
|
+
} | null | undefined;
|
9338
9686
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
9339
9687
|
} | {
|
9340
9688
|
type: "REGISTER";
|
@@ -9437,6 +9785,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9437
9785
|
start: string;
|
9438
9786
|
end: string;
|
9439
9787
|
} | null | undefined> | null | undefined;
|
9788
|
+
actionDetails?: {
|
9789
|
+
templateId?: string | undefined;
|
9790
|
+
isImmediateCorrection?: boolean | undefined;
|
9791
|
+
} | null | undefined;
|
9440
9792
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
9441
9793
|
registrationNumber?: string | undefined;
|
9442
9794
|
} | {
|
@@ -9540,6 +9892,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9540
9892
|
start: string;
|
9541
9893
|
end: string;
|
9542
9894
|
} | null | undefined> | null | undefined;
|
9895
|
+
actionDetails?: {
|
9896
|
+
templateId?: string | undefined;
|
9897
|
+
isImmediateCorrection?: boolean | undefined;
|
9898
|
+
} | null | undefined;
|
9543
9899
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
9544
9900
|
} | {
|
9545
9901
|
type: "VALIDATE";
|
@@ -9642,6 +9998,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9642
9998
|
start: string;
|
9643
9999
|
end: string;
|
9644
10000
|
} | null | undefined> | null | undefined;
|
10001
|
+
actionDetails?: {
|
10002
|
+
templateId?: string | undefined;
|
10003
|
+
isImmediateCorrection?: boolean | undefined;
|
10004
|
+
} | null | undefined;
|
9645
10005
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
9646
10006
|
} | {
|
9647
10007
|
type: "REJECT";
|
@@ -9748,6 +10108,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9748
10108
|
start: string;
|
9749
10109
|
end: string;
|
9750
10110
|
} | null | undefined> | null | undefined;
|
10111
|
+
actionDetails?: {
|
10112
|
+
templateId?: string | undefined;
|
10113
|
+
isImmediateCorrection?: boolean | undefined;
|
10114
|
+
} | null | undefined;
|
9751
10115
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
9752
10116
|
} | {
|
9753
10117
|
type: "MARKED_AS_DUPLICATE";
|
@@ -9850,6 +10214,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9850
10214
|
start: string;
|
9851
10215
|
end: string;
|
9852
10216
|
} | null | undefined> | null | undefined;
|
10217
|
+
actionDetails?: {
|
10218
|
+
templateId?: string | undefined;
|
10219
|
+
isImmediateCorrection?: boolean | undefined;
|
10220
|
+
} | null | undefined;
|
9853
10221
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
9854
10222
|
} | {
|
9855
10223
|
type: "ARCHIVE";
|
@@ -9956,6 +10324,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9956
10324
|
start: string;
|
9957
10325
|
end: string;
|
9958
10326
|
} | null | undefined> | null | undefined;
|
10327
|
+
actionDetails?: {
|
10328
|
+
templateId?: string | undefined;
|
10329
|
+
isImmediateCorrection?: boolean | undefined;
|
10330
|
+
} | null | undefined;
|
9959
10331
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
9960
10332
|
} | {
|
9961
10333
|
type: "CREATE";
|
@@ -10058,6 +10430,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10058
10430
|
start: string;
|
10059
10431
|
end: string;
|
10060
10432
|
} | null | undefined> | null | undefined;
|
10433
|
+
actionDetails?: {
|
10434
|
+
templateId?: string | undefined;
|
10435
|
+
isImmediateCorrection?: boolean | undefined;
|
10436
|
+
} | null | undefined;
|
10061
10437
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
10062
10438
|
} | {
|
10063
10439
|
type: "NOTIFY";
|
@@ -10160,6 +10536,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10160
10536
|
start: string;
|
10161
10537
|
end: string;
|
10162
10538
|
} | null | undefined> | null | undefined;
|
10539
|
+
actionDetails?: {
|
10540
|
+
templateId?: string | undefined;
|
10541
|
+
isImmediateCorrection?: boolean | undefined;
|
10542
|
+
} | null | undefined;
|
10163
10543
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
10164
10544
|
} | {
|
10165
10545
|
type: "PRINT_CERTIFICATE";
|
@@ -10262,6 +10642,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10262
10642
|
start: string;
|
10263
10643
|
end: string;
|
10264
10644
|
} | null | undefined> | null | undefined;
|
10645
|
+
actionDetails?: {
|
10646
|
+
templateId?: string | undefined;
|
10647
|
+
isImmediateCorrection?: boolean | undefined;
|
10648
|
+
} | null | undefined;
|
10265
10649
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
10266
10650
|
} | {
|
10267
10651
|
type: "REQUEST_CORRECTION";
|
@@ -10364,6 +10748,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10364
10748
|
start: string;
|
10365
10749
|
end: string;
|
10366
10750
|
} | null | undefined> | null | undefined;
|
10751
|
+
actionDetails?: {
|
10752
|
+
templateId?: string | undefined;
|
10753
|
+
isImmediateCorrection?: boolean | undefined;
|
10754
|
+
} | null | undefined;
|
10367
10755
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
10368
10756
|
} | {
|
10369
10757
|
type: "APPROVE_CORRECTION";
|
@@ -10467,6 +10855,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10467
10855
|
start: string;
|
10468
10856
|
end: string;
|
10469
10857
|
} | null | undefined> | null | undefined;
|
10858
|
+
actionDetails?: {
|
10859
|
+
templateId?: string | undefined;
|
10860
|
+
isImmediateCorrection?: boolean | undefined;
|
10861
|
+
} | null | undefined;
|
10470
10862
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
10471
10863
|
} | {
|
10472
10864
|
type: "REJECT_CORRECTION";
|
@@ -10570,6 +10962,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10570
10962
|
start: string;
|
10571
10963
|
end: string;
|
10572
10964
|
} | null | undefined> | null | undefined;
|
10965
|
+
actionDetails?: {
|
10966
|
+
templateId?: string | undefined;
|
10967
|
+
isImmediateCorrection?: boolean | undefined;
|
10968
|
+
} | null | undefined;
|
10573
10969
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
10574
10970
|
} | {
|
10575
10971
|
type: "READ";
|
@@ -10672,6 +11068,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10672
11068
|
start: string;
|
10673
11069
|
end: string;
|
10674
11070
|
} | null | undefined> | null | undefined;
|
11071
|
+
actionDetails?: {
|
11072
|
+
templateId?: string | undefined;
|
11073
|
+
isImmediateCorrection?: boolean | undefined;
|
11074
|
+
} | null | undefined;
|
10675
11075
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
10676
11076
|
} | {
|
10677
11077
|
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "REJECT_CORRECTION" | "APPROVE_CORRECTION";
|
@@ -10684,6 +11084,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10684
11084
|
createdByRole: string;
|
10685
11085
|
createdBySignature?: string | null | undefined;
|
10686
11086
|
createdAtLocation?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
11087
|
+
actionDetails?: {
|
11088
|
+
templateId?: string | undefined;
|
11089
|
+
isImmediateCorrection?: boolean | undefined;
|
11090
|
+
} | null | undefined;
|
10687
11091
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
10688
11092
|
})[];
|
10689
11093
|
trackingId: string;
|