@opencrvs/toolkit 1.8.1-rc.38945e7 → 1.8.1-rc.38ac682

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.
@@ -1418,6 +1418,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
1418
1418
  type: "REJECT_CORRECTION";
1419
1419
  id: string & import("zod").BRAND<"UUID">;
1420
1420
  status: "Rejected" | "Requested" | "Accepted";
1421
+ reason: {
1422
+ message: string;
1423
+ isDuplicate?: boolean | undefined;
1424
+ };
1421
1425
  transactionId: string;
1422
1426
  createdByUserType: "system" | "user";
1423
1427
  createdAt: string;
@@ -2984,6 +2988,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
2984
2988
  type: "REJECT_CORRECTION";
2985
2989
  id: string & import("zod").BRAND<"UUID">;
2986
2990
  status: "Rejected" | "Requested" | "Accepted";
2991
+ reason: {
2992
+ message: string;
2993
+ isDuplicate?: boolean | undefined;
2994
+ };
2987
2995
  transactionId: string;
2988
2996
  createdByUserType: "system" | "user";
2989
2997
  createdAt: string;
@@ -5342,6 +5350,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
5342
5350
  type: "REJECT_CORRECTION";
5343
5351
  id: string & import("zod").BRAND<"UUID">;
5344
5352
  status: "Rejected" | "Requested" | "Accepted";
5353
+ reason: {
5354
+ message: string;
5355
+ isDuplicate?: boolean | undefined;
5356
+ };
5345
5357
  transactionId: string;
5346
5358
  createdByUserType: "system" | "user";
5347
5359
  createdAt: string;
@@ -7005,6 +7017,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
7005
7017
  type: "REJECT_CORRECTION";
7006
7018
  id: string & import("zod").BRAND<"UUID">;
7007
7019
  status: "Rejected" | "Requested" | "Accepted";
7020
+ reason: {
7021
+ message: string;
7022
+ isDuplicate?: boolean | undefined;
7023
+ };
7008
7024
  transactionId: string;
7009
7025
  createdByUserType: "system" | "user";
7010
7026
  createdAt: string;
@@ -8910,6 +8926,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
8910
8926
  type: "REJECT_CORRECTION";
8911
8927
  id: string;
8912
8928
  status: "Rejected" | "Requested" | "Accepted";
8929
+ reason: {
8930
+ message: string;
8931
+ isDuplicate?: boolean | undefined;
8932
+ };
8913
8933
  transactionId: string;
8914
8934
  createdByUserType: "system" | "user";
8915
8935
  createdAt: string;
@@ -10472,6 +10492,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
10472
10492
  type: "REJECT_CORRECTION";
10473
10493
  id: string & import("zod").BRAND<"UUID">;
10474
10494
  status: "Rejected" | "Requested" | "Accepted";
10495
+ reason: {
10496
+ message: string;
10497
+ isDuplicate?: boolean | undefined;
10498
+ };
10475
10499
  transactionId: string;
10476
10500
  createdByUserType: "system" | "user";
10477
10501
  createdAt: string;