@opencrvs/toolkit 1.9.7-rc.dd97232 → 1.9.7-rc.de55892
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 +202 -194
- package/dist/commons/events/ActionConfig.d.ts +70 -0
- package/dist/commons/events/ActionDocument.d.ts +47 -47
- package/dist/commons/events/Draft.d.ts +1 -1
- package/dist/commons/events/EventConfig.d.ts +56 -0
- package/dist/commons/events/EventDocument.d.ts +19 -19
- package/dist/commons/events/EventIndex.d.ts +2 -2
- package/dist/commons/events/EventMetadata.d.ts +6 -6
- package/dist/commons/events/FieldConfig.d.ts +21 -0
- package/dist/commons/events/FormConfig.d.ts +42 -0
- package/dist/commons/events/PageConfig.d.ts +28 -0
- package/dist/commons/events/defineConfig.d.ts +8 -0
- package/dist/commons/events/state/index.d.ts +2 -2
- package/dist/commons/events/state/utils.d.ts +21 -21
- package/dist/commons/events/utils.d.ts +35 -19
- package/dist/events/index.js +7 -3
- package/dist/notification/index.js +7 -3
- package/package.json +1 -1
|
@@ -930,6 +930,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
930
930
|
styles?: {
|
|
931
931
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
|
932
932
|
hint?: boolean | undefined;
|
|
933
|
+
textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
|
|
933
934
|
} | undefined;
|
|
934
935
|
};
|
|
935
936
|
parent?: {
|
|
@@ -4212,6 +4213,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
4212
4213
|
styles?: {
|
|
4213
4214
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
|
4214
4215
|
hint?: boolean | undefined;
|
|
4216
|
+
textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
|
|
4215
4217
|
} | undefined;
|
|
4216
4218
|
};
|
|
4217
4219
|
parent?: {
|
|
@@ -7593,6 +7595,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
7593
7595
|
styles?: {
|
|
7594
7596
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
|
7595
7597
|
hint?: boolean | undefined;
|
|
7598
|
+
textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
|
|
7596
7599
|
} | undefined;
|
|
7597
7600
|
};
|
|
7598
7601
|
parent?: {
|
|
@@ -10859,6 +10862,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
10859
10862
|
styles?: {
|
|
10860
10863
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
|
10861
10864
|
hint?: boolean | undefined;
|
|
10865
|
+
textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
|
|
10862
10866
|
} | undefined;
|
|
10863
10867
|
};
|
|
10864
10868
|
parent?: {
|
|
@@ -14186,6 +14190,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
14186
14190
|
styles?: {
|
|
14187
14191
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
|
14188
14192
|
hint?: boolean | undefined;
|
|
14193
|
+
textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
|
|
14189
14194
|
} | undefined;
|
|
14190
14195
|
};
|
|
14191
14196
|
parent?: {
|
|
@@ -17452,6 +17457,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
17452
17457
|
styles?: {
|
|
17453
17458
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
|
17454
17459
|
hint?: boolean | undefined;
|
|
17460
|
+
textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
|
|
17455
17461
|
} | undefined;
|
|
17456
17462
|
};
|
|
17457
17463
|
parent?: {
|
|
@@ -20833,6 +20839,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
20833
20839
|
styles?: {
|
|
20834
20840
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
|
20835
20841
|
hint?: boolean | undefined;
|
|
20842
|
+
textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
|
|
20836
20843
|
} | undefined;
|
|
20837
20844
|
};
|
|
20838
20845
|
parent?: {
|
|
@@ -24122,6 +24129,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
24122
24129
|
styles?: {
|
|
24123
24130
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
|
24124
24131
|
hint?: boolean | undefined;
|
|
24132
|
+
textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
|
|
24125
24133
|
} | undefined;
|
|
24126
24134
|
};
|
|
24127
24135
|
parent?: {
|
|
@@ -26731,7 +26739,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26731
26739
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
26732
26740
|
status: "Requested" | "Accepted" | "Rejected";
|
|
26733
26741
|
type: "CREATE";
|
|
26734
|
-
createdByRole?: string |
|
|
26742
|
+
createdByRole?: string | undefined;
|
|
26735
26743
|
createdBySignature?: string | null | undefined;
|
|
26736
26744
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26737
26745
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26748,7 +26756,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26748
26756
|
content: {
|
|
26749
26757
|
reason: string;
|
|
26750
26758
|
};
|
|
26751
|
-
createdByRole?: string |
|
|
26759
|
+
createdByRole?: string | undefined;
|
|
26752
26760
|
createdBySignature?: string | null | undefined;
|
|
26753
26761
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26754
26762
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26768,7 +26776,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26768
26776
|
trackingId: string;
|
|
26769
26777
|
}[];
|
|
26770
26778
|
};
|
|
26771
|
-
createdByRole?: string |
|
|
26779
|
+
createdByRole?: string | undefined;
|
|
26772
26780
|
createdBySignature?: string | null | undefined;
|
|
26773
26781
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26774
26782
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26782,7 +26790,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26782
26790
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
26783
26791
|
status: "Requested" | "Accepted" | "Rejected";
|
|
26784
26792
|
type: "MARK_AS_NOT_DUPLICATE";
|
|
26785
|
-
createdByRole?: string |
|
|
26793
|
+
createdByRole?: string | undefined;
|
|
26786
26794
|
createdBySignature?: string | null | undefined;
|
|
26787
26795
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26788
26796
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26796,7 +26804,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26796
26804
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
26797
26805
|
status: "Requested" | "Accepted" | "Rejected";
|
|
26798
26806
|
type: "MARK_AS_DUPLICATE";
|
|
26799
|
-
createdByRole?: string |
|
|
26807
|
+
createdByRole?: string | undefined;
|
|
26800
26808
|
createdBySignature?: string | null | undefined;
|
|
26801
26809
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26802
26810
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26816,7 +26824,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26816
26824
|
content: {
|
|
26817
26825
|
reason: string;
|
|
26818
26826
|
};
|
|
26819
|
-
createdByRole?: string |
|
|
26827
|
+
createdByRole?: string | undefined;
|
|
26820
26828
|
createdBySignature?: string | null | undefined;
|
|
26821
26829
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26822
26830
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26830,7 +26838,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26830
26838
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
26831
26839
|
status: "Requested" | "Accepted" | "Rejected";
|
|
26832
26840
|
type: "NOTIFY";
|
|
26833
|
-
createdByRole?: string |
|
|
26841
|
+
createdByRole?: string | undefined;
|
|
26834
26842
|
createdBySignature?: string | null | undefined;
|
|
26835
26843
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26836
26844
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26844,7 +26852,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26844
26852
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
26845
26853
|
status: "Requested" | "Accepted" | "Rejected";
|
|
26846
26854
|
type: "REGISTER";
|
|
26847
|
-
createdByRole?: string |
|
|
26855
|
+
createdByRole?: string | undefined;
|
|
26848
26856
|
createdBySignature?: string | null | undefined;
|
|
26849
26857
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26850
26858
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26859,7 +26867,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26859
26867
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
26860
26868
|
status: "Requested" | "Accepted" | "Rejected";
|
|
26861
26869
|
type: "DECLARE";
|
|
26862
|
-
createdByRole?: string |
|
|
26870
|
+
createdByRole?: string | undefined;
|
|
26863
26871
|
createdBySignature?: string | null | undefined;
|
|
26864
26872
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26865
26873
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26874,7 +26882,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26874
26882
|
status: "Requested" | "Accepted" | "Rejected";
|
|
26875
26883
|
type: "ASSIGN";
|
|
26876
26884
|
assignedTo: string;
|
|
26877
|
-
createdByRole?: string |
|
|
26885
|
+
createdByRole?: string | undefined;
|
|
26878
26886
|
createdBySignature?: string | null | undefined;
|
|
26879
26887
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26880
26888
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26888,7 +26896,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26888
26896
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
26889
26897
|
status: "Requested" | "Accepted" | "Rejected";
|
|
26890
26898
|
type: "REQUEST_CORRECTION";
|
|
26891
|
-
createdByRole?: string |
|
|
26899
|
+
createdByRole?: string | undefined;
|
|
26892
26900
|
createdBySignature?: string | null | undefined;
|
|
26893
26901
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26894
26902
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26903,7 +26911,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26903
26911
|
status: "Requested" | "Accepted" | "Rejected";
|
|
26904
26912
|
type: "APPROVE_CORRECTION";
|
|
26905
26913
|
requestId: string;
|
|
26906
|
-
createdByRole?: string |
|
|
26914
|
+
createdByRole?: string | undefined;
|
|
26907
26915
|
createdBySignature?: string | null | undefined;
|
|
26908
26916
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26909
26917
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26921,7 +26929,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26921
26929
|
content: {
|
|
26922
26930
|
reason: string;
|
|
26923
26931
|
};
|
|
26924
|
-
createdByRole?: string |
|
|
26932
|
+
createdByRole?: string | undefined;
|
|
26925
26933
|
createdBySignature?: string | null | undefined;
|
|
26926
26934
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26927
26935
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26935,7 +26943,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26935
26943
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
26936
26944
|
status: "Requested" | "Accepted" | "Rejected";
|
|
26937
26945
|
type: "UNASSIGN";
|
|
26938
|
-
createdByRole?: string |
|
|
26946
|
+
createdByRole?: string | undefined;
|
|
26939
26947
|
createdBySignature?: string | null | undefined;
|
|
26940
26948
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26941
26949
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26949,7 +26957,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26949
26957
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
26950
26958
|
status: "Requested" | "Accepted" | "Rejected";
|
|
26951
26959
|
type: "PRINT_CERTIFICATE";
|
|
26952
|
-
createdByRole?: string |
|
|
26960
|
+
createdByRole?: string | undefined;
|
|
26953
26961
|
createdBySignature?: string | null | undefined;
|
|
26954
26962
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26955
26963
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26966,7 +26974,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26966
26974
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
26967
26975
|
status: "Requested" | "Accepted" | "Rejected";
|
|
26968
26976
|
type: "READ";
|
|
26969
|
-
createdByRole?: string |
|
|
26977
|
+
createdByRole?: string | undefined;
|
|
26970
26978
|
createdBySignature?: string | null | undefined;
|
|
26971
26979
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26972
26980
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26983,7 +26991,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26983
26991
|
content: {
|
|
26984
26992
|
comment?: string | undefined;
|
|
26985
26993
|
};
|
|
26986
|
-
createdByRole?: string |
|
|
26994
|
+
createdByRole?: string | undefined;
|
|
26987
26995
|
createdBySignature?: string | null | undefined;
|
|
26988
26996
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
26989
26997
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -26998,7 +27006,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
26998
27006
|
status: "Requested" | "Accepted" | "Rejected";
|
|
26999
27007
|
type: "CUSTOM";
|
|
27000
27008
|
customActionType: string;
|
|
27001
|
-
createdByRole?: string |
|
|
27009
|
+
createdByRole?: string | undefined;
|
|
27002
27010
|
createdBySignature?: string | null | undefined;
|
|
27003
27011
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27004
27012
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27011,7 +27019,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27011
27019
|
createdBy: string;
|
|
27012
27020
|
type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "EDIT" | "ARCHIVE" | "CUSTOM" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
|
|
27013
27021
|
status: "Rejected";
|
|
27014
|
-
createdByRole?: string |
|
|
27022
|
+
createdByRole?: string | undefined;
|
|
27015
27023
|
createdBySignature?: string | null | undefined;
|
|
27016
27024
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27017
27025
|
originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
@@ -27038,7 +27046,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27038
27046
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27039
27047
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27040
27048
|
type: "CREATE";
|
|
27041
|
-
createdByRole?: string |
|
|
27049
|
+
createdByRole?: string | undefined;
|
|
27042
27050
|
createdBySignature?: string | null | undefined;
|
|
27043
27051
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27044
27052
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27055,7 +27063,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27055
27063
|
content: {
|
|
27056
27064
|
reason: string;
|
|
27057
27065
|
};
|
|
27058
|
-
createdByRole?: string |
|
|
27066
|
+
createdByRole?: string | undefined;
|
|
27059
27067
|
createdBySignature?: string | null | undefined;
|
|
27060
27068
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27061
27069
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27075,7 +27083,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27075
27083
|
trackingId: string;
|
|
27076
27084
|
}[];
|
|
27077
27085
|
};
|
|
27078
|
-
createdByRole?: string |
|
|
27086
|
+
createdByRole?: string | undefined;
|
|
27079
27087
|
createdBySignature?: string | null | undefined;
|
|
27080
27088
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27081
27089
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27089,7 +27097,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27089
27097
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27090
27098
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27091
27099
|
type: "MARK_AS_NOT_DUPLICATE";
|
|
27092
|
-
createdByRole?: string |
|
|
27100
|
+
createdByRole?: string | undefined;
|
|
27093
27101
|
createdBySignature?: string | null | undefined;
|
|
27094
27102
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27095
27103
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27103,7 +27111,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27103
27111
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27104
27112
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27105
27113
|
type: "MARK_AS_DUPLICATE";
|
|
27106
|
-
createdByRole?: string |
|
|
27114
|
+
createdByRole?: string | undefined;
|
|
27107
27115
|
createdBySignature?: string | null | undefined;
|
|
27108
27116
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27109
27117
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27123,7 +27131,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27123
27131
|
content: {
|
|
27124
27132
|
reason: string;
|
|
27125
27133
|
};
|
|
27126
|
-
createdByRole?: string |
|
|
27134
|
+
createdByRole?: string | undefined;
|
|
27127
27135
|
createdBySignature?: string | null | undefined;
|
|
27128
27136
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27129
27137
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27137,7 +27145,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27137
27145
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27138
27146
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27139
27147
|
type: "NOTIFY";
|
|
27140
|
-
createdByRole?: string |
|
|
27148
|
+
createdByRole?: string | undefined;
|
|
27141
27149
|
createdBySignature?: string | null | undefined;
|
|
27142
27150
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27143
27151
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27151,7 +27159,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27151
27159
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27152
27160
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27153
27161
|
type: "REGISTER";
|
|
27154
|
-
createdByRole?: string |
|
|
27162
|
+
createdByRole?: string | undefined;
|
|
27155
27163
|
createdBySignature?: string | null | undefined;
|
|
27156
27164
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27157
27165
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27166,7 +27174,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27166
27174
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27167
27175
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27168
27176
|
type: "DECLARE";
|
|
27169
|
-
createdByRole?: string |
|
|
27177
|
+
createdByRole?: string | undefined;
|
|
27170
27178
|
createdBySignature?: string | null | undefined;
|
|
27171
27179
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27172
27180
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27181,7 +27189,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27181
27189
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27182
27190
|
type: "ASSIGN";
|
|
27183
27191
|
assignedTo: string;
|
|
27184
|
-
createdByRole?: string |
|
|
27192
|
+
createdByRole?: string | undefined;
|
|
27185
27193
|
createdBySignature?: string | null | undefined;
|
|
27186
27194
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27187
27195
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27195,7 +27203,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27195
27203
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27196
27204
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27197
27205
|
type: "REQUEST_CORRECTION";
|
|
27198
|
-
createdByRole?: string |
|
|
27206
|
+
createdByRole?: string | undefined;
|
|
27199
27207
|
createdBySignature?: string | null | undefined;
|
|
27200
27208
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27201
27209
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27210,7 +27218,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27210
27218
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27211
27219
|
type: "APPROVE_CORRECTION";
|
|
27212
27220
|
requestId: string;
|
|
27213
|
-
createdByRole?: string |
|
|
27221
|
+
createdByRole?: string | undefined;
|
|
27214
27222
|
createdBySignature?: string | null | undefined;
|
|
27215
27223
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27216
27224
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27228,7 +27236,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27228
27236
|
content: {
|
|
27229
27237
|
reason: string;
|
|
27230
27238
|
};
|
|
27231
|
-
createdByRole?: string |
|
|
27239
|
+
createdByRole?: string | undefined;
|
|
27232
27240
|
createdBySignature?: string | null | undefined;
|
|
27233
27241
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27234
27242
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27242,7 +27250,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27242
27250
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27243
27251
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27244
27252
|
type: "UNASSIGN";
|
|
27245
|
-
createdByRole?: string |
|
|
27253
|
+
createdByRole?: string | undefined;
|
|
27246
27254
|
createdBySignature?: string | null | undefined;
|
|
27247
27255
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27248
27256
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27256,7 +27264,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27256
27264
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27257
27265
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27258
27266
|
type: "PRINT_CERTIFICATE";
|
|
27259
|
-
createdByRole?: string |
|
|
27267
|
+
createdByRole?: string | undefined;
|
|
27260
27268
|
createdBySignature?: string | null | undefined;
|
|
27261
27269
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27262
27270
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27273,7 +27281,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27273
27281
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27274
27282
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27275
27283
|
type: "READ";
|
|
27276
|
-
createdByRole?: string |
|
|
27284
|
+
createdByRole?: string | undefined;
|
|
27277
27285
|
createdBySignature?: string | null | undefined;
|
|
27278
27286
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27279
27287
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27290,7 +27298,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27290
27298
|
content: {
|
|
27291
27299
|
comment?: string | undefined;
|
|
27292
27300
|
};
|
|
27293
|
-
createdByRole?: string |
|
|
27301
|
+
createdByRole?: string | undefined;
|
|
27294
27302
|
createdBySignature?: string | null | undefined;
|
|
27295
27303
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27296
27304
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27305,7 +27313,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27305
27313
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27306
27314
|
type: "CUSTOM";
|
|
27307
27315
|
customActionType: string;
|
|
27308
|
-
createdByRole?: string |
|
|
27316
|
+
createdByRole?: string | undefined;
|
|
27309
27317
|
createdBySignature?: string | null | undefined;
|
|
27310
27318
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27311
27319
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27318,7 +27326,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27318
27326
|
createdBy: string;
|
|
27319
27327
|
type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "EDIT" | "ARCHIVE" | "CUSTOM" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
|
|
27320
27328
|
status: "Rejected";
|
|
27321
|
-
createdByRole?: string |
|
|
27329
|
+
createdByRole?: string | undefined;
|
|
27322
27330
|
createdBySignature?: string | null | undefined;
|
|
27323
27331
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27324
27332
|
originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
@@ -27345,7 +27353,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27345
27353
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27346
27354
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27347
27355
|
type: "CREATE";
|
|
27348
|
-
createdByRole?: string |
|
|
27356
|
+
createdByRole?: string | undefined;
|
|
27349
27357
|
createdBySignature?: string | null | undefined;
|
|
27350
27358
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27351
27359
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27362,7 +27370,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27362
27370
|
content: {
|
|
27363
27371
|
reason: string;
|
|
27364
27372
|
};
|
|
27365
|
-
createdByRole?: string |
|
|
27373
|
+
createdByRole?: string | undefined;
|
|
27366
27374
|
createdBySignature?: string | null | undefined;
|
|
27367
27375
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27368
27376
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27382,7 +27390,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27382
27390
|
trackingId: string;
|
|
27383
27391
|
}[];
|
|
27384
27392
|
};
|
|
27385
|
-
createdByRole?: string |
|
|
27393
|
+
createdByRole?: string | undefined;
|
|
27386
27394
|
createdBySignature?: string | null | undefined;
|
|
27387
27395
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27388
27396
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27396,7 +27404,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27396
27404
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27397
27405
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27398
27406
|
type: "MARK_AS_NOT_DUPLICATE";
|
|
27399
|
-
createdByRole?: string |
|
|
27407
|
+
createdByRole?: string | undefined;
|
|
27400
27408
|
createdBySignature?: string | null | undefined;
|
|
27401
27409
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27402
27410
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27410,7 +27418,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27410
27418
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27411
27419
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27412
27420
|
type: "MARK_AS_DUPLICATE";
|
|
27413
|
-
createdByRole?: string |
|
|
27421
|
+
createdByRole?: string | undefined;
|
|
27414
27422
|
createdBySignature?: string | null | undefined;
|
|
27415
27423
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27416
27424
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27430,7 +27438,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27430
27438
|
content: {
|
|
27431
27439
|
reason: string;
|
|
27432
27440
|
};
|
|
27433
|
-
createdByRole?: string |
|
|
27441
|
+
createdByRole?: string | undefined;
|
|
27434
27442
|
createdBySignature?: string | null | undefined;
|
|
27435
27443
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27436
27444
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27444,7 +27452,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27444
27452
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27445
27453
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27446
27454
|
type: "NOTIFY";
|
|
27447
|
-
createdByRole?: string |
|
|
27455
|
+
createdByRole?: string | undefined;
|
|
27448
27456
|
createdBySignature?: string | null | undefined;
|
|
27449
27457
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27450
27458
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27458,7 +27466,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27458
27466
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27459
27467
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27460
27468
|
type: "REGISTER";
|
|
27461
|
-
createdByRole?: string |
|
|
27469
|
+
createdByRole?: string | undefined;
|
|
27462
27470
|
createdBySignature?: string | null | undefined;
|
|
27463
27471
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27464
27472
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27473,7 +27481,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27473
27481
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27474
27482
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27475
27483
|
type: "DECLARE";
|
|
27476
|
-
createdByRole?: string |
|
|
27484
|
+
createdByRole?: string | undefined;
|
|
27477
27485
|
createdBySignature?: string | null | undefined;
|
|
27478
27486
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27479
27487
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27488,7 +27496,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27488
27496
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27489
27497
|
type: "ASSIGN";
|
|
27490
27498
|
assignedTo: string;
|
|
27491
|
-
createdByRole?: string |
|
|
27499
|
+
createdByRole?: string | undefined;
|
|
27492
27500
|
createdBySignature?: string | null | undefined;
|
|
27493
27501
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27494
27502
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27502,7 +27510,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27502
27510
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27503
27511
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27504
27512
|
type: "REQUEST_CORRECTION";
|
|
27505
|
-
createdByRole?: string |
|
|
27513
|
+
createdByRole?: string | undefined;
|
|
27506
27514
|
createdBySignature?: string | null | undefined;
|
|
27507
27515
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27508
27516
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27517,7 +27525,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27517
27525
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27518
27526
|
type: "APPROVE_CORRECTION";
|
|
27519
27527
|
requestId: string;
|
|
27520
|
-
createdByRole?: string |
|
|
27528
|
+
createdByRole?: string | undefined;
|
|
27521
27529
|
createdBySignature?: string | null | undefined;
|
|
27522
27530
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27523
27531
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27535,7 +27543,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27535
27543
|
content: {
|
|
27536
27544
|
reason: string;
|
|
27537
27545
|
};
|
|
27538
|
-
createdByRole?: string |
|
|
27546
|
+
createdByRole?: string | undefined;
|
|
27539
27547
|
createdBySignature?: string | null | undefined;
|
|
27540
27548
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27541
27549
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27549,7 +27557,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27549
27557
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27550
27558
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27551
27559
|
type: "UNASSIGN";
|
|
27552
|
-
createdByRole?: string |
|
|
27560
|
+
createdByRole?: string | undefined;
|
|
27553
27561
|
createdBySignature?: string | null | undefined;
|
|
27554
27562
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27555
27563
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27563,7 +27571,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27563
27571
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27564
27572
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27565
27573
|
type: "PRINT_CERTIFICATE";
|
|
27566
|
-
createdByRole?: string |
|
|
27574
|
+
createdByRole?: string | undefined;
|
|
27567
27575
|
createdBySignature?: string | null | undefined;
|
|
27568
27576
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27569
27577
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27580,7 +27588,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27580
27588
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27581
27589
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27582
27590
|
type: "READ";
|
|
27583
|
-
createdByRole?: string |
|
|
27591
|
+
createdByRole?: string | undefined;
|
|
27584
27592
|
createdBySignature?: string | null | undefined;
|
|
27585
27593
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27586
27594
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27597,7 +27605,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27597
27605
|
content: {
|
|
27598
27606
|
comment?: string | undefined;
|
|
27599
27607
|
};
|
|
27600
|
-
createdByRole?: string |
|
|
27608
|
+
createdByRole?: string | undefined;
|
|
27601
27609
|
createdBySignature?: string | null | undefined;
|
|
27602
27610
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27603
27611
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27612,7 +27620,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27612
27620
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27613
27621
|
type: "CUSTOM";
|
|
27614
27622
|
customActionType: string;
|
|
27615
|
-
createdByRole?: string |
|
|
27623
|
+
createdByRole?: string | undefined;
|
|
27616
27624
|
createdBySignature?: string | null | undefined;
|
|
27617
27625
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27618
27626
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27625,7 +27633,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27625
27633
|
createdBy: string;
|
|
27626
27634
|
type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "EDIT" | "ARCHIVE" | "CUSTOM" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
|
|
27627
27635
|
status: "Rejected";
|
|
27628
|
-
createdByRole?: string |
|
|
27636
|
+
createdByRole?: string | undefined;
|
|
27629
27637
|
createdBySignature?: string | null | undefined;
|
|
27630
27638
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27631
27639
|
originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
@@ -27680,7 +27688,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27680
27688
|
createdAt: string;
|
|
27681
27689
|
createdBy: string;
|
|
27682
27690
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27683
|
-
createdByRole?: string |
|
|
27691
|
+
createdByRole?: string | undefined;
|
|
27684
27692
|
createdBySignature?: string | null | undefined;
|
|
27685
27693
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
27686
27694
|
originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
@@ -27713,7 +27721,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27713
27721
|
createdAt: string;
|
|
27714
27722
|
createdBy: string;
|
|
27715
27723
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27716
|
-
createdByRole?: string |
|
|
27724
|
+
createdByRole?: string | undefined;
|
|
27717
27725
|
createdBySignature?: string | null | undefined;
|
|
27718
27726
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
27719
27727
|
originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
@@ -27835,7 +27843,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27835
27843
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27836
27844
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27837
27845
|
type: "CREATE";
|
|
27838
|
-
createdByRole?: string |
|
|
27846
|
+
createdByRole?: string | undefined;
|
|
27839
27847
|
createdBySignature?: string | null | undefined;
|
|
27840
27848
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27841
27849
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27852,7 +27860,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27852
27860
|
content: {
|
|
27853
27861
|
reason: string;
|
|
27854
27862
|
};
|
|
27855
|
-
createdByRole?: string |
|
|
27863
|
+
createdByRole?: string | undefined;
|
|
27856
27864
|
createdBySignature?: string | null | undefined;
|
|
27857
27865
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27858
27866
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27872,7 +27880,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27872
27880
|
trackingId: string;
|
|
27873
27881
|
}[];
|
|
27874
27882
|
};
|
|
27875
|
-
createdByRole?: string |
|
|
27883
|
+
createdByRole?: string | undefined;
|
|
27876
27884
|
createdBySignature?: string | null | undefined;
|
|
27877
27885
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27878
27886
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27886,7 +27894,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27886
27894
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27887
27895
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27888
27896
|
type: "MARK_AS_NOT_DUPLICATE";
|
|
27889
|
-
createdByRole?: string |
|
|
27897
|
+
createdByRole?: string | undefined;
|
|
27890
27898
|
createdBySignature?: string | null | undefined;
|
|
27891
27899
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27892
27900
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27900,7 +27908,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27900
27908
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27901
27909
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27902
27910
|
type: "MARK_AS_DUPLICATE";
|
|
27903
|
-
createdByRole?: string |
|
|
27911
|
+
createdByRole?: string | undefined;
|
|
27904
27912
|
createdBySignature?: string | null | undefined;
|
|
27905
27913
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27906
27914
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27920,7 +27928,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27920
27928
|
content: {
|
|
27921
27929
|
reason: string;
|
|
27922
27930
|
};
|
|
27923
|
-
createdByRole?: string |
|
|
27931
|
+
createdByRole?: string | undefined;
|
|
27924
27932
|
createdBySignature?: string | null | undefined;
|
|
27925
27933
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27926
27934
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27934,7 +27942,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27934
27942
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27935
27943
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27936
27944
|
type: "NOTIFY";
|
|
27937
|
-
createdByRole?: string |
|
|
27945
|
+
createdByRole?: string | undefined;
|
|
27938
27946
|
createdBySignature?: string | null | undefined;
|
|
27939
27947
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27940
27948
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27948,7 +27956,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27948
27956
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27949
27957
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27950
27958
|
type: "REGISTER";
|
|
27951
|
-
createdByRole?: string |
|
|
27959
|
+
createdByRole?: string | undefined;
|
|
27952
27960
|
createdBySignature?: string | null | undefined;
|
|
27953
27961
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27954
27962
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27963,7 +27971,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27963
27971
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27964
27972
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27965
27973
|
type: "DECLARE";
|
|
27966
|
-
createdByRole?: string |
|
|
27974
|
+
createdByRole?: string | undefined;
|
|
27967
27975
|
createdBySignature?: string | null | undefined;
|
|
27968
27976
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27969
27977
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27978,7 +27986,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27978
27986
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27979
27987
|
type: "ASSIGN";
|
|
27980
27988
|
assignedTo: string;
|
|
27981
|
-
createdByRole?: string |
|
|
27989
|
+
createdByRole?: string | undefined;
|
|
27982
27990
|
createdBySignature?: string | null | undefined;
|
|
27983
27991
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27984
27992
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -27992,7 +28000,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
27992
28000
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
27993
28001
|
status: "Requested" | "Accepted" | "Rejected";
|
|
27994
28002
|
type: "REQUEST_CORRECTION";
|
|
27995
|
-
createdByRole?: string |
|
|
28003
|
+
createdByRole?: string | undefined;
|
|
27996
28004
|
createdBySignature?: string | null | undefined;
|
|
27997
28005
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
27998
28006
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28007,7 +28015,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28007
28015
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28008
28016
|
type: "APPROVE_CORRECTION";
|
|
28009
28017
|
requestId: string;
|
|
28010
|
-
createdByRole?: string |
|
|
28018
|
+
createdByRole?: string | undefined;
|
|
28011
28019
|
createdBySignature?: string | null | undefined;
|
|
28012
28020
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28013
28021
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28025,7 +28033,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28025
28033
|
content: {
|
|
28026
28034
|
reason: string;
|
|
28027
28035
|
};
|
|
28028
|
-
createdByRole?: string |
|
|
28036
|
+
createdByRole?: string | undefined;
|
|
28029
28037
|
createdBySignature?: string | null | undefined;
|
|
28030
28038
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28031
28039
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28039,7 +28047,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28039
28047
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28040
28048
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28041
28049
|
type: "UNASSIGN";
|
|
28042
|
-
createdByRole?: string |
|
|
28050
|
+
createdByRole?: string | undefined;
|
|
28043
28051
|
createdBySignature?: string | null | undefined;
|
|
28044
28052
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28045
28053
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28053,7 +28061,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28053
28061
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28054
28062
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28055
28063
|
type: "PRINT_CERTIFICATE";
|
|
28056
|
-
createdByRole?: string |
|
|
28064
|
+
createdByRole?: string | undefined;
|
|
28057
28065
|
createdBySignature?: string | null | undefined;
|
|
28058
28066
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28059
28067
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28070,7 +28078,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28070
28078
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28071
28079
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28072
28080
|
type: "READ";
|
|
28073
|
-
createdByRole?: string |
|
|
28081
|
+
createdByRole?: string | undefined;
|
|
28074
28082
|
createdBySignature?: string | null | undefined;
|
|
28075
28083
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28076
28084
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28087,7 +28095,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28087
28095
|
content: {
|
|
28088
28096
|
comment?: string | undefined;
|
|
28089
28097
|
};
|
|
28090
|
-
createdByRole?: string |
|
|
28098
|
+
createdByRole?: string | undefined;
|
|
28091
28099
|
createdBySignature?: string | null | undefined;
|
|
28092
28100
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28093
28101
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28102,7 +28110,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28102
28110
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28103
28111
|
type: "CUSTOM";
|
|
28104
28112
|
customActionType: string;
|
|
28105
|
-
createdByRole?: string |
|
|
28113
|
+
createdByRole?: string | undefined;
|
|
28106
28114
|
createdBySignature?: string | null | undefined;
|
|
28107
28115
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28108
28116
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28115,7 +28123,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28115
28123
|
createdBy: string;
|
|
28116
28124
|
type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "EDIT" | "ARCHIVE" | "CUSTOM" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
|
|
28117
28125
|
status: "Rejected";
|
|
28118
|
-
createdByRole?: string |
|
|
28126
|
+
createdByRole?: string | undefined;
|
|
28119
28127
|
createdBySignature?: string | null | undefined;
|
|
28120
28128
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28121
28129
|
originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
@@ -28409,7 +28417,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28409
28417
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28410
28418
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28411
28419
|
type: "CREATE";
|
|
28412
|
-
createdByRole?: string |
|
|
28420
|
+
createdByRole?: string | undefined;
|
|
28413
28421
|
createdBySignature?: string | null | undefined;
|
|
28414
28422
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28415
28423
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28426,7 +28434,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28426
28434
|
content: {
|
|
28427
28435
|
reason: string;
|
|
28428
28436
|
};
|
|
28429
|
-
createdByRole?: string |
|
|
28437
|
+
createdByRole?: string | undefined;
|
|
28430
28438
|
createdBySignature?: string | null | undefined;
|
|
28431
28439
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28432
28440
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28446,7 +28454,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28446
28454
|
trackingId: string;
|
|
28447
28455
|
}[];
|
|
28448
28456
|
};
|
|
28449
|
-
createdByRole?: string |
|
|
28457
|
+
createdByRole?: string | undefined;
|
|
28450
28458
|
createdBySignature?: string | null | undefined;
|
|
28451
28459
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28452
28460
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28460,7 +28468,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28460
28468
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28461
28469
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28462
28470
|
type: "MARK_AS_NOT_DUPLICATE";
|
|
28463
|
-
createdByRole?: string |
|
|
28471
|
+
createdByRole?: string | undefined;
|
|
28464
28472
|
createdBySignature?: string | null | undefined;
|
|
28465
28473
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28466
28474
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28474,7 +28482,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28474
28482
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28475
28483
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28476
28484
|
type: "MARK_AS_DUPLICATE";
|
|
28477
|
-
createdByRole?: string |
|
|
28485
|
+
createdByRole?: string | undefined;
|
|
28478
28486
|
createdBySignature?: string | null | undefined;
|
|
28479
28487
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28480
28488
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28494,7 +28502,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28494
28502
|
content: {
|
|
28495
28503
|
reason: string;
|
|
28496
28504
|
};
|
|
28497
|
-
createdByRole?: string |
|
|
28505
|
+
createdByRole?: string | undefined;
|
|
28498
28506
|
createdBySignature?: string | null | undefined;
|
|
28499
28507
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28500
28508
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28508,7 +28516,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28508
28516
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28509
28517
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28510
28518
|
type: "NOTIFY";
|
|
28511
|
-
createdByRole?: string |
|
|
28519
|
+
createdByRole?: string | undefined;
|
|
28512
28520
|
createdBySignature?: string | null | undefined;
|
|
28513
28521
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28514
28522
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28522,7 +28530,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28522
28530
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28523
28531
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28524
28532
|
type: "REGISTER";
|
|
28525
|
-
createdByRole?: string |
|
|
28533
|
+
createdByRole?: string | undefined;
|
|
28526
28534
|
createdBySignature?: string | null | undefined;
|
|
28527
28535
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28528
28536
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28537,7 +28545,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28537
28545
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28538
28546
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28539
28547
|
type: "DECLARE";
|
|
28540
|
-
createdByRole?: string |
|
|
28548
|
+
createdByRole?: string | undefined;
|
|
28541
28549
|
createdBySignature?: string | null | undefined;
|
|
28542
28550
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28543
28551
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28552,7 +28560,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28552
28560
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28553
28561
|
type: "ASSIGN";
|
|
28554
28562
|
assignedTo: string;
|
|
28555
|
-
createdByRole?: string |
|
|
28563
|
+
createdByRole?: string | undefined;
|
|
28556
28564
|
createdBySignature?: string | null | undefined;
|
|
28557
28565
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28558
28566
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28566,7 +28574,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28566
28574
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28567
28575
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28568
28576
|
type: "REQUEST_CORRECTION";
|
|
28569
|
-
createdByRole?: string |
|
|
28577
|
+
createdByRole?: string | undefined;
|
|
28570
28578
|
createdBySignature?: string | null | undefined;
|
|
28571
28579
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28572
28580
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28581,7 +28589,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28581
28589
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28582
28590
|
type: "APPROVE_CORRECTION";
|
|
28583
28591
|
requestId: string;
|
|
28584
|
-
createdByRole?: string |
|
|
28592
|
+
createdByRole?: string | undefined;
|
|
28585
28593
|
createdBySignature?: string | null | undefined;
|
|
28586
28594
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28587
28595
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28599,7 +28607,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28599
28607
|
content: {
|
|
28600
28608
|
reason: string;
|
|
28601
28609
|
};
|
|
28602
|
-
createdByRole?: string |
|
|
28610
|
+
createdByRole?: string | undefined;
|
|
28603
28611
|
createdBySignature?: string | null | undefined;
|
|
28604
28612
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28605
28613
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28613,7 +28621,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28613
28621
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28614
28622
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28615
28623
|
type: "UNASSIGN";
|
|
28616
|
-
createdByRole?: string |
|
|
28624
|
+
createdByRole?: string | undefined;
|
|
28617
28625
|
createdBySignature?: string | null | undefined;
|
|
28618
28626
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28619
28627
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28627,7 +28635,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28627
28635
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28628
28636
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28629
28637
|
type: "PRINT_CERTIFICATE";
|
|
28630
|
-
createdByRole?: string |
|
|
28638
|
+
createdByRole?: string | undefined;
|
|
28631
28639
|
createdBySignature?: string | null | undefined;
|
|
28632
28640
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28633
28641
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28644,7 +28652,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28644
28652
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28645
28653
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28646
28654
|
type: "READ";
|
|
28647
|
-
createdByRole?: string |
|
|
28655
|
+
createdByRole?: string | undefined;
|
|
28648
28656
|
createdBySignature?: string | null | undefined;
|
|
28649
28657
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28650
28658
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28661,7 +28669,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28661
28669
|
content: {
|
|
28662
28670
|
comment?: string | undefined;
|
|
28663
28671
|
};
|
|
28664
|
-
createdByRole?: string |
|
|
28672
|
+
createdByRole?: string | undefined;
|
|
28665
28673
|
createdBySignature?: string | null | undefined;
|
|
28666
28674
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28667
28675
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28676,7 +28684,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28676
28684
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28677
28685
|
type: "CUSTOM";
|
|
28678
28686
|
customActionType: string;
|
|
28679
|
-
createdByRole?: string |
|
|
28687
|
+
createdByRole?: string | undefined;
|
|
28680
28688
|
createdBySignature?: string | null | undefined;
|
|
28681
28689
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28682
28690
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28689,7 +28697,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28689
28697
|
createdBy: string;
|
|
28690
28698
|
type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "EDIT" | "ARCHIVE" | "CUSTOM" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
|
|
28691
28699
|
status: "Rejected";
|
|
28692
|
-
createdByRole?: string |
|
|
28700
|
+
createdByRole?: string | undefined;
|
|
28693
28701
|
createdBySignature?: string | null | undefined;
|
|
28694
28702
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28695
28703
|
originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
@@ -28763,7 +28771,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28763
28771
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28764
28772
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28765
28773
|
type: "CREATE";
|
|
28766
|
-
createdByRole?: string |
|
|
28774
|
+
createdByRole?: string | undefined;
|
|
28767
28775
|
createdBySignature?: string | null | undefined;
|
|
28768
28776
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28769
28777
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28780,7 +28788,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28780
28788
|
content: {
|
|
28781
28789
|
reason: string;
|
|
28782
28790
|
};
|
|
28783
|
-
createdByRole?: string |
|
|
28791
|
+
createdByRole?: string | undefined;
|
|
28784
28792
|
createdBySignature?: string | null | undefined;
|
|
28785
28793
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28786
28794
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28800,7 +28808,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28800
28808
|
trackingId: string;
|
|
28801
28809
|
}[];
|
|
28802
28810
|
};
|
|
28803
|
-
createdByRole?: string |
|
|
28811
|
+
createdByRole?: string | undefined;
|
|
28804
28812
|
createdBySignature?: string | null | undefined;
|
|
28805
28813
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28806
28814
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28814,7 +28822,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28814
28822
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28815
28823
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28816
28824
|
type: "MARK_AS_NOT_DUPLICATE";
|
|
28817
|
-
createdByRole?: string |
|
|
28825
|
+
createdByRole?: string | undefined;
|
|
28818
28826
|
createdBySignature?: string | null | undefined;
|
|
28819
28827
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28820
28828
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28828,7 +28836,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28828
28836
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28829
28837
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28830
28838
|
type: "MARK_AS_DUPLICATE";
|
|
28831
|
-
createdByRole?: string |
|
|
28839
|
+
createdByRole?: string | undefined;
|
|
28832
28840
|
createdBySignature?: string | null | undefined;
|
|
28833
28841
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28834
28842
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28848,7 +28856,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28848
28856
|
content: {
|
|
28849
28857
|
reason: string;
|
|
28850
28858
|
};
|
|
28851
|
-
createdByRole?: string |
|
|
28859
|
+
createdByRole?: string | undefined;
|
|
28852
28860
|
createdBySignature?: string | null | undefined;
|
|
28853
28861
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28854
28862
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28862,7 +28870,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28862
28870
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28863
28871
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28864
28872
|
type: "NOTIFY";
|
|
28865
|
-
createdByRole?: string |
|
|
28873
|
+
createdByRole?: string | undefined;
|
|
28866
28874
|
createdBySignature?: string | null | undefined;
|
|
28867
28875
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28868
28876
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28876,7 +28884,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28876
28884
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28877
28885
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28878
28886
|
type: "REGISTER";
|
|
28879
|
-
createdByRole?: string |
|
|
28887
|
+
createdByRole?: string | undefined;
|
|
28880
28888
|
createdBySignature?: string | null | undefined;
|
|
28881
28889
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28882
28890
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28891,7 +28899,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28891
28899
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28892
28900
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28893
28901
|
type: "DECLARE";
|
|
28894
|
-
createdByRole?: string |
|
|
28902
|
+
createdByRole?: string | undefined;
|
|
28895
28903
|
createdBySignature?: string | null | undefined;
|
|
28896
28904
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28897
28905
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28906,7 +28914,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28906
28914
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28907
28915
|
type: "ASSIGN";
|
|
28908
28916
|
assignedTo: string;
|
|
28909
|
-
createdByRole?: string |
|
|
28917
|
+
createdByRole?: string | undefined;
|
|
28910
28918
|
createdBySignature?: string | null | undefined;
|
|
28911
28919
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28912
28920
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28920,7 +28928,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28920
28928
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28921
28929
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28922
28930
|
type: "REQUEST_CORRECTION";
|
|
28923
|
-
createdByRole?: string |
|
|
28931
|
+
createdByRole?: string | undefined;
|
|
28924
28932
|
createdBySignature?: string | null | undefined;
|
|
28925
28933
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28926
28934
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28935,7 +28943,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28935
28943
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28936
28944
|
type: "APPROVE_CORRECTION";
|
|
28937
28945
|
requestId: string;
|
|
28938
|
-
createdByRole?: string |
|
|
28946
|
+
createdByRole?: string | undefined;
|
|
28939
28947
|
createdBySignature?: string | null | undefined;
|
|
28940
28948
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28941
28949
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28953,7 +28961,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28953
28961
|
content: {
|
|
28954
28962
|
reason: string;
|
|
28955
28963
|
};
|
|
28956
|
-
createdByRole?: string |
|
|
28964
|
+
createdByRole?: string | undefined;
|
|
28957
28965
|
createdBySignature?: string | null | undefined;
|
|
28958
28966
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28959
28967
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28967,7 +28975,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28967
28975
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28968
28976
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28969
28977
|
type: "UNASSIGN";
|
|
28970
|
-
createdByRole?: string |
|
|
28978
|
+
createdByRole?: string | undefined;
|
|
28971
28979
|
createdBySignature?: string | null | undefined;
|
|
28972
28980
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28973
28981
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28981,7 +28989,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28981
28989
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28982
28990
|
status: "Requested" | "Accepted" | "Rejected";
|
|
28983
28991
|
type: "PRINT_CERTIFICATE";
|
|
28984
|
-
createdByRole?: string |
|
|
28992
|
+
createdByRole?: string | undefined;
|
|
28985
28993
|
createdBySignature?: string | null | undefined;
|
|
28986
28994
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
28987
28995
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -28998,7 +29006,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28998
29006
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
28999
29007
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29000
29008
|
type: "READ";
|
|
29001
|
-
createdByRole?: string |
|
|
29009
|
+
createdByRole?: string | undefined;
|
|
29002
29010
|
createdBySignature?: string | null | undefined;
|
|
29003
29011
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29004
29012
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29015,7 +29023,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29015
29023
|
content: {
|
|
29016
29024
|
comment?: string | undefined;
|
|
29017
29025
|
};
|
|
29018
|
-
createdByRole?: string |
|
|
29026
|
+
createdByRole?: string | undefined;
|
|
29019
29027
|
createdBySignature?: string | null | undefined;
|
|
29020
29028
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29021
29029
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29030,7 +29038,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29030
29038
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29031
29039
|
type: "CUSTOM";
|
|
29032
29040
|
customActionType: string;
|
|
29033
|
-
createdByRole?: string |
|
|
29041
|
+
createdByRole?: string | undefined;
|
|
29034
29042
|
createdBySignature?: string | null | undefined;
|
|
29035
29043
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29036
29044
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29043,7 +29051,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29043
29051
|
createdBy: string;
|
|
29044
29052
|
type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "EDIT" | "ARCHIVE" | "CUSTOM" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
|
|
29045
29053
|
status: "Rejected";
|
|
29046
|
-
createdByRole?: string |
|
|
29054
|
+
createdByRole?: string | undefined;
|
|
29047
29055
|
createdBySignature?: string | null | undefined;
|
|
29048
29056
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29049
29057
|
originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
@@ -29078,7 +29086,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29078
29086
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29079
29087
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29080
29088
|
type: "CREATE";
|
|
29081
|
-
createdByRole?: string |
|
|
29089
|
+
createdByRole?: string | undefined;
|
|
29082
29090
|
createdBySignature?: string | null | undefined;
|
|
29083
29091
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29084
29092
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29095,7 +29103,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29095
29103
|
content: {
|
|
29096
29104
|
reason: string;
|
|
29097
29105
|
};
|
|
29098
|
-
createdByRole?: string |
|
|
29106
|
+
createdByRole?: string | undefined;
|
|
29099
29107
|
createdBySignature?: string | null | undefined;
|
|
29100
29108
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29101
29109
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29115,7 +29123,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29115
29123
|
trackingId: string;
|
|
29116
29124
|
}[];
|
|
29117
29125
|
};
|
|
29118
|
-
createdByRole?: string |
|
|
29126
|
+
createdByRole?: string | undefined;
|
|
29119
29127
|
createdBySignature?: string | null | undefined;
|
|
29120
29128
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29121
29129
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29129,7 +29137,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29129
29137
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29130
29138
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29131
29139
|
type: "MARK_AS_NOT_DUPLICATE";
|
|
29132
|
-
createdByRole?: string |
|
|
29140
|
+
createdByRole?: string | undefined;
|
|
29133
29141
|
createdBySignature?: string | null | undefined;
|
|
29134
29142
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29135
29143
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29143,7 +29151,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29143
29151
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29144
29152
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29145
29153
|
type: "MARK_AS_DUPLICATE";
|
|
29146
|
-
createdByRole?: string |
|
|
29154
|
+
createdByRole?: string | undefined;
|
|
29147
29155
|
createdBySignature?: string | null | undefined;
|
|
29148
29156
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29149
29157
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29163,7 +29171,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29163
29171
|
content: {
|
|
29164
29172
|
reason: string;
|
|
29165
29173
|
};
|
|
29166
|
-
createdByRole?: string |
|
|
29174
|
+
createdByRole?: string | undefined;
|
|
29167
29175
|
createdBySignature?: string | null | undefined;
|
|
29168
29176
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29169
29177
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29177,7 +29185,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29177
29185
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29178
29186
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29179
29187
|
type: "NOTIFY";
|
|
29180
|
-
createdByRole?: string |
|
|
29188
|
+
createdByRole?: string | undefined;
|
|
29181
29189
|
createdBySignature?: string | null | undefined;
|
|
29182
29190
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29183
29191
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29191,7 +29199,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29191
29199
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29192
29200
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29193
29201
|
type: "REGISTER";
|
|
29194
|
-
createdByRole?: string |
|
|
29202
|
+
createdByRole?: string | undefined;
|
|
29195
29203
|
createdBySignature?: string | null | undefined;
|
|
29196
29204
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29197
29205
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29206,7 +29214,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29206
29214
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29207
29215
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29208
29216
|
type: "DECLARE";
|
|
29209
|
-
createdByRole?: string |
|
|
29217
|
+
createdByRole?: string | undefined;
|
|
29210
29218
|
createdBySignature?: string | null | undefined;
|
|
29211
29219
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29212
29220
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29221,7 +29229,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29221
29229
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29222
29230
|
type: "ASSIGN";
|
|
29223
29231
|
assignedTo: string;
|
|
29224
|
-
createdByRole?: string |
|
|
29232
|
+
createdByRole?: string | undefined;
|
|
29225
29233
|
createdBySignature?: string | null | undefined;
|
|
29226
29234
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29227
29235
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29235,7 +29243,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29235
29243
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29236
29244
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29237
29245
|
type: "REQUEST_CORRECTION";
|
|
29238
|
-
createdByRole?: string |
|
|
29246
|
+
createdByRole?: string | undefined;
|
|
29239
29247
|
createdBySignature?: string | null | undefined;
|
|
29240
29248
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29241
29249
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29250,7 +29258,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29250
29258
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29251
29259
|
type: "APPROVE_CORRECTION";
|
|
29252
29260
|
requestId: string;
|
|
29253
|
-
createdByRole?: string |
|
|
29261
|
+
createdByRole?: string | undefined;
|
|
29254
29262
|
createdBySignature?: string | null | undefined;
|
|
29255
29263
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29256
29264
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29268,7 +29276,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29268
29276
|
content: {
|
|
29269
29277
|
reason: string;
|
|
29270
29278
|
};
|
|
29271
|
-
createdByRole?: string |
|
|
29279
|
+
createdByRole?: string | undefined;
|
|
29272
29280
|
createdBySignature?: string | null | undefined;
|
|
29273
29281
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29274
29282
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29282,7 +29290,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29282
29290
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29283
29291
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29284
29292
|
type: "UNASSIGN";
|
|
29285
|
-
createdByRole?: string |
|
|
29293
|
+
createdByRole?: string | undefined;
|
|
29286
29294
|
createdBySignature?: string | null | undefined;
|
|
29287
29295
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29288
29296
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29296,7 +29304,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29296
29304
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29297
29305
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29298
29306
|
type: "PRINT_CERTIFICATE";
|
|
29299
|
-
createdByRole?: string |
|
|
29307
|
+
createdByRole?: string | undefined;
|
|
29300
29308
|
createdBySignature?: string | null | undefined;
|
|
29301
29309
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29302
29310
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29313,7 +29321,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29313
29321
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29314
29322
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29315
29323
|
type: "READ";
|
|
29316
|
-
createdByRole?: string |
|
|
29324
|
+
createdByRole?: string | undefined;
|
|
29317
29325
|
createdBySignature?: string | null | undefined;
|
|
29318
29326
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29319
29327
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29330,7 +29338,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29330
29338
|
content: {
|
|
29331
29339
|
comment?: string | undefined;
|
|
29332
29340
|
};
|
|
29333
|
-
createdByRole?: string |
|
|
29341
|
+
createdByRole?: string | undefined;
|
|
29334
29342
|
createdBySignature?: string | null | undefined;
|
|
29335
29343
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29336
29344
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29345,7 +29353,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29345
29353
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29346
29354
|
type: "CUSTOM";
|
|
29347
29355
|
customActionType: string;
|
|
29348
|
-
createdByRole?: string |
|
|
29356
|
+
createdByRole?: string | undefined;
|
|
29349
29357
|
createdBySignature?: string | null | undefined;
|
|
29350
29358
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29351
29359
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29358,7 +29366,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29358
29366
|
createdBy: string;
|
|
29359
29367
|
type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "EDIT" | "ARCHIVE" | "CUSTOM" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
|
|
29360
29368
|
status: "Rejected";
|
|
29361
|
-
createdByRole?: string |
|
|
29369
|
+
createdByRole?: string | undefined;
|
|
29362
29370
|
createdBySignature?: string | null | undefined;
|
|
29363
29371
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29364
29372
|
originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
@@ -29573,7 +29581,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29573
29581
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29574
29582
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29575
29583
|
type: "CREATE";
|
|
29576
|
-
createdByRole?: string |
|
|
29584
|
+
createdByRole?: string | undefined;
|
|
29577
29585
|
createdBySignature?: string | null | undefined;
|
|
29578
29586
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29579
29587
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29590,7 +29598,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29590
29598
|
content: {
|
|
29591
29599
|
reason: string;
|
|
29592
29600
|
};
|
|
29593
|
-
createdByRole?: string |
|
|
29601
|
+
createdByRole?: string | undefined;
|
|
29594
29602
|
createdBySignature?: string | null | undefined;
|
|
29595
29603
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29596
29604
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29610,7 +29618,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29610
29618
|
trackingId: string;
|
|
29611
29619
|
}[];
|
|
29612
29620
|
};
|
|
29613
|
-
createdByRole?: string |
|
|
29621
|
+
createdByRole?: string | undefined;
|
|
29614
29622
|
createdBySignature?: string | null | undefined;
|
|
29615
29623
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29616
29624
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29624,7 +29632,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29624
29632
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29625
29633
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29626
29634
|
type: "MARK_AS_NOT_DUPLICATE";
|
|
29627
|
-
createdByRole?: string |
|
|
29635
|
+
createdByRole?: string | undefined;
|
|
29628
29636
|
createdBySignature?: string | null | undefined;
|
|
29629
29637
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29630
29638
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29638,7 +29646,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29638
29646
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29639
29647
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29640
29648
|
type: "MARK_AS_DUPLICATE";
|
|
29641
|
-
createdByRole?: string |
|
|
29649
|
+
createdByRole?: string | undefined;
|
|
29642
29650
|
createdBySignature?: string | null | undefined;
|
|
29643
29651
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29644
29652
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29658,7 +29666,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29658
29666
|
content: {
|
|
29659
29667
|
reason: string;
|
|
29660
29668
|
};
|
|
29661
|
-
createdByRole?: string |
|
|
29669
|
+
createdByRole?: string | undefined;
|
|
29662
29670
|
createdBySignature?: string | null | undefined;
|
|
29663
29671
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29664
29672
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29672,7 +29680,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29672
29680
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29673
29681
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29674
29682
|
type: "NOTIFY";
|
|
29675
|
-
createdByRole?: string |
|
|
29683
|
+
createdByRole?: string | undefined;
|
|
29676
29684
|
createdBySignature?: string | null | undefined;
|
|
29677
29685
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29678
29686
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29686,7 +29694,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29686
29694
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29687
29695
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29688
29696
|
type: "REGISTER";
|
|
29689
|
-
createdByRole?: string |
|
|
29697
|
+
createdByRole?: string | undefined;
|
|
29690
29698
|
createdBySignature?: string | null | undefined;
|
|
29691
29699
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29692
29700
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29701,7 +29709,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29701
29709
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29702
29710
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29703
29711
|
type: "DECLARE";
|
|
29704
|
-
createdByRole?: string |
|
|
29712
|
+
createdByRole?: string | undefined;
|
|
29705
29713
|
createdBySignature?: string | null | undefined;
|
|
29706
29714
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29707
29715
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29716,7 +29724,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29716
29724
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29717
29725
|
type: "ASSIGN";
|
|
29718
29726
|
assignedTo: string;
|
|
29719
|
-
createdByRole?: string |
|
|
29727
|
+
createdByRole?: string | undefined;
|
|
29720
29728
|
createdBySignature?: string | null | undefined;
|
|
29721
29729
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29722
29730
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29730,7 +29738,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29730
29738
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29731
29739
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29732
29740
|
type: "REQUEST_CORRECTION";
|
|
29733
|
-
createdByRole?: string |
|
|
29741
|
+
createdByRole?: string | undefined;
|
|
29734
29742
|
createdBySignature?: string | null | undefined;
|
|
29735
29743
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29736
29744
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29745,7 +29753,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29745
29753
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29746
29754
|
type: "APPROVE_CORRECTION";
|
|
29747
29755
|
requestId: string;
|
|
29748
|
-
createdByRole?: string |
|
|
29756
|
+
createdByRole?: string | undefined;
|
|
29749
29757
|
createdBySignature?: string | null | undefined;
|
|
29750
29758
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29751
29759
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29763,7 +29771,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29763
29771
|
content: {
|
|
29764
29772
|
reason: string;
|
|
29765
29773
|
};
|
|
29766
|
-
createdByRole?: string |
|
|
29774
|
+
createdByRole?: string | undefined;
|
|
29767
29775
|
createdBySignature?: string | null | undefined;
|
|
29768
29776
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29769
29777
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29777,7 +29785,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29777
29785
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29778
29786
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29779
29787
|
type: "UNASSIGN";
|
|
29780
|
-
createdByRole?: string |
|
|
29788
|
+
createdByRole?: string | undefined;
|
|
29781
29789
|
createdBySignature?: string | null | undefined;
|
|
29782
29790
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29783
29791
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29791,7 +29799,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29791
29799
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29792
29800
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29793
29801
|
type: "PRINT_CERTIFICATE";
|
|
29794
|
-
createdByRole?: string |
|
|
29802
|
+
createdByRole?: string | undefined;
|
|
29795
29803
|
createdBySignature?: string | null | undefined;
|
|
29796
29804
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29797
29805
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29808,7 +29816,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29808
29816
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29809
29817
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29810
29818
|
type: "READ";
|
|
29811
|
-
createdByRole?: string |
|
|
29819
|
+
createdByRole?: string | undefined;
|
|
29812
29820
|
createdBySignature?: string | null | undefined;
|
|
29813
29821
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29814
29822
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29825,7 +29833,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29825
29833
|
content: {
|
|
29826
29834
|
comment?: string | undefined;
|
|
29827
29835
|
};
|
|
29828
|
-
createdByRole?: string |
|
|
29836
|
+
createdByRole?: string | undefined;
|
|
29829
29837
|
createdBySignature?: string | null | undefined;
|
|
29830
29838
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29831
29839
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29840,7 +29848,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29840
29848
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29841
29849
|
type: "CUSTOM";
|
|
29842
29850
|
customActionType: string;
|
|
29843
|
-
createdByRole?: string |
|
|
29851
|
+
createdByRole?: string | undefined;
|
|
29844
29852
|
createdBySignature?: string | null | undefined;
|
|
29845
29853
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29846
29854
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29853,7 +29861,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29853
29861
|
createdBy: string;
|
|
29854
29862
|
type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "EDIT" | "ARCHIVE" | "CUSTOM" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
|
|
29855
29863
|
status: "Rejected";
|
|
29856
|
-
createdByRole?: string |
|
|
29864
|
+
createdByRole?: string | undefined;
|
|
29857
29865
|
createdBySignature?: string | null | undefined;
|
|
29858
29866
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29859
29867
|
originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
@@ -29887,7 +29895,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29887
29895
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29888
29896
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29889
29897
|
type: "CREATE";
|
|
29890
|
-
createdByRole?: string |
|
|
29898
|
+
createdByRole?: string | undefined;
|
|
29891
29899
|
createdBySignature?: string | null | undefined;
|
|
29892
29900
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29893
29901
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29904,7 +29912,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29904
29912
|
content: {
|
|
29905
29913
|
reason: string;
|
|
29906
29914
|
};
|
|
29907
|
-
createdByRole?: string |
|
|
29915
|
+
createdByRole?: string | undefined;
|
|
29908
29916
|
createdBySignature?: string | null | undefined;
|
|
29909
29917
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29910
29918
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29924,7 +29932,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29924
29932
|
trackingId: string;
|
|
29925
29933
|
}[];
|
|
29926
29934
|
};
|
|
29927
|
-
createdByRole?: string |
|
|
29935
|
+
createdByRole?: string | undefined;
|
|
29928
29936
|
createdBySignature?: string | null | undefined;
|
|
29929
29937
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29930
29938
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29938,7 +29946,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29938
29946
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29939
29947
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29940
29948
|
type: "MARK_AS_NOT_DUPLICATE";
|
|
29941
|
-
createdByRole?: string |
|
|
29949
|
+
createdByRole?: string | undefined;
|
|
29942
29950
|
createdBySignature?: string | null | undefined;
|
|
29943
29951
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29944
29952
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29952,7 +29960,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29952
29960
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29953
29961
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29954
29962
|
type: "MARK_AS_DUPLICATE";
|
|
29955
|
-
createdByRole?: string |
|
|
29963
|
+
createdByRole?: string | undefined;
|
|
29956
29964
|
createdBySignature?: string | null | undefined;
|
|
29957
29965
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29958
29966
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29972,7 +29980,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29972
29980
|
content: {
|
|
29973
29981
|
reason: string;
|
|
29974
29982
|
};
|
|
29975
|
-
createdByRole?: string |
|
|
29983
|
+
createdByRole?: string | undefined;
|
|
29976
29984
|
createdBySignature?: string | null | undefined;
|
|
29977
29985
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29978
29986
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -29986,7 +29994,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
29986
29994
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
29987
29995
|
status: "Requested" | "Accepted" | "Rejected";
|
|
29988
29996
|
type: "NOTIFY";
|
|
29989
|
-
createdByRole?: string |
|
|
29997
|
+
createdByRole?: string | undefined;
|
|
29990
29998
|
createdBySignature?: string | null | undefined;
|
|
29991
29999
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
29992
30000
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -30000,7 +30008,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30000
30008
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
30001
30009
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30002
30010
|
type: "REGISTER";
|
|
30003
|
-
createdByRole?: string |
|
|
30011
|
+
createdByRole?: string | undefined;
|
|
30004
30012
|
createdBySignature?: string | null | undefined;
|
|
30005
30013
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
30006
30014
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -30015,7 +30023,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30015
30023
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
30016
30024
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30017
30025
|
type: "DECLARE";
|
|
30018
|
-
createdByRole?: string |
|
|
30026
|
+
createdByRole?: string | undefined;
|
|
30019
30027
|
createdBySignature?: string | null | undefined;
|
|
30020
30028
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
30021
30029
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -30030,7 +30038,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30030
30038
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30031
30039
|
type: "ASSIGN";
|
|
30032
30040
|
assignedTo: string;
|
|
30033
|
-
createdByRole?: string |
|
|
30041
|
+
createdByRole?: string | undefined;
|
|
30034
30042
|
createdBySignature?: string | null | undefined;
|
|
30035
30043
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
30036
30044
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -30044,7 +30052,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30044
30052
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
30045
30053
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30046
30054
|
type: "REQUEST_CORRECTION";
|
|
30047
|
-
createdByRole?: string |
|
|
30055
|
+
createdByRole?: string | undefined;
|
|
30048
30056
|
createdBySignature?: string | null | undefined;
|
|
30049
30057
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
30050
30058
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -30059,7 +30067,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30059
30067
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30060
30068
|
type: "APPROVE_CORRECTION";
|
|
30061
30069
|
requestId: string;
|
|
30062
|
-
createdByRole?: string |
|
|
30070
|
+
createdByRole?: string | undefined;
|
|
30063
30071
|
createdBySignature?: string | null | undefined;
|
|
30064
30072
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
30065
30073
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -30077,7 +30085,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30077
30085
|
content: {
|
|
30078
30086
|
reason: string;
|
|
30079
30087
|
};
|
|
30080
|
-
createdByRole?: string |
|
|
30088
|
+
createdByRole?: string | undefined;
|
|
30081
30089
|
createdBySignature?: string | null | undefined;
|
|
30082
30090
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
30083
30091
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -30091,7 +30099,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30091
30099
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
30092
30100
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30093
30101
|
type: "UNASSIGN";
|
|
30094
|
-
createdByRole?: string |
|
|
30102
|
+
createdByRole?: string | undefined;
|
|
30095
30103
|
createdBySignature?: string | null | undefined;
|
|
30096
30104
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
30097
30105
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -30105,7 +30113,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30105
30113
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
30106
30114
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30107
30115
|
type: "PRINT_CERTIFICATE";
|
|
30108
|
-
createdByRole?: string |
|
|
30116
|
+
createdByRole?: string | undefined;
|
|
30109
30117
|
createdBySignature?: string | null | undefined;
|
|
30110
30118
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
30111
30119
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -30122,7 +30130,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30122
30130
|
declaration: Record<string, import("../commons").FieldUpdateValue>;
|
|
30123
30131
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30124
30132
|
type: "READ";
|
|
30125
|
-
createdByRole?: string |
|
|
30133
|
+
createdByRole?: string | undefined;
|
|
30126
30134
|
createdBySignature?: string | null | undefined;
|
|
30127
30135
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
30128
30136
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -30139,7 +30147,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30139
30147
|
content: {
|
|
30140
30148
|
comment?: string | undefined;
|
|
30141
30149
|
};
|
|
30142
|
-
createdByRole?: string |
|
|
30150
|
+
createdByRole?: string | undefined;
|
|
30143
30151
|
createdBySignature?: string | null | undefined;
|
|
30144
30152
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
30145
30153
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -30154,7 +30162,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30154
30162
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30155
30163
|
type: "CUSTOM";
|
|
30156
30164
|
customActionType: string;
|
|
30157
|
-
createdByRole?: string |
|
|
30165
|
+
createdByRole?: string | undefined;
|
|
30158
30166
|
createdBySignature?: string | null | undefined;
|
|
30159
30167
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
30160
30168
|
annotation?: Record<string, import("../commons").FieldUpdateValue> | null | undefined;
|
|
@@ -30167,7 +30175,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30167
30175
|
createdBy: string;
|
|
30168
30176
|
type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "EDIT" | "ARCHIVE" | "CUSTOM" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
|
|
30169
30177
|
status: "Rejected";
|
|
30170
|
-
createdByRole?: string |
|
|
30178
|
+
createdByRole?: string | undefined;
|
|
30171
30179
|
createdBySignature?: string | null | undefined;
|
|
30172
30180
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
30173
30181
|
originalActionId?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
@@ -30197,7 +30205,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30197
30205
|
acceptedAt: string;
|
|
30198
30206
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
30199
30207
|
createdByUserType?: "user" | "system" | null | undefined;
|
|
30200
|
-
createdByRole?: string |
|
|
30208
|
+
createdByRole?: string | undefined;
|
|
30201
30209
|
createdBySignature?: string | null | undefined;
|
|
30202
30210
|
} | null | undefined;
|
|
30203
30211
|
REGISTERED?: {
|
|
@@ -30207,7 +30215,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30207
30215
|
registrationNumber: string;
|
|
30208
30216
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
30209
30217
|
createdByUserType?: "user" | "system" | null | undefined;
|
|
30210
|
-
createdByRole?: string |
|
|
30218
|
+
createdByRole?: string | undefined;
|
|
30211
30219
|
createdBySignature?: string | null | undefined;
|
|
30212
30220
|
} | null | undefined;
|
|
30213
30221
|
};
|
|
@@ -30250,7 +30258,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30250
30258
|
declaration: Record<string, unknown>;
|
|
30251
30259
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30252
30260
|
type: "CREATE";
|
|
30253
|
-
createdByRole?: string |
|
|
30261
|
+
createdByRole?: string | undefined;
|
|
30254
30262
|
createdBySignature?: string | null | undefined;
|
|
30255
30263
|
createdAtLocation?: string | null | undefined;
|
|
30256
30264
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30267,7 +30275,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30267
30275
|
content: {
|
|
30268
30276
|
reason: string;
|
|
30269
30277
|
};
|
|
30270
|
-
createdByRole?: string |
|
|
30278
|
+
createdByRole?: string | undefined;
|
|
30271
30279
|
createdBySignature?: string | null | undefined;
|
|
30272
30280
|
createdAtLocation?: string | null | undefined;
|
|
30273
30281
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30287,7 +30295,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30287
30295
|
trackingId: string;
|
|
30288
30296
|
}[];
|
|
30289
30297
|
};
|
|
30290
|
-
createdByRole?: string |
|
|
30298
|
+
createdByRole?: string | undefined;
|
|
30291
30299
|
createdBySignature?: string | null | undefined;
|
|
30292
30300
|
createdAtLocation?: string | null | undefined;
|
|
30293
30301
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30301,7 +30309,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30301
30309
|
declaration: Record<string, unknown>;
|
|
30302
30310
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30303
30311
|
type: "MARK_AS_NOT_DUPLICATE";
|
|
30304
|
-
createdByRole?: string |
|
|
30312
|
+
createdByRole?: string | undefined;
|
|
30305
30313
|
createdBySignature?: string | null | undefined;
|
|
30306
30314
|
createdAtLocation?: string | null | undefined;
|
|
30307
30315
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30315,7 +30323,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30315
30323
|
declaration: Record<string, unknown>;
|
|
30316
30324
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30317
30325
|
type: "MARK_AS_DUPLICATE";
|
|
30318
|
-
createdByRole?: string |
|
|
30326
|
+
createdByRole?: string | undefined;
|
|
30319
30327
|
createdBySignature?: string | null | undefined;
|
|
30320
30328
|
createdAtLocation?: string | null | undefined;
|
|
30321
30329
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30335,7 +30343,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30335
30343
|
content: {
|
|
30336
30344
|
reason: string;
|
|
30337
30345
|
};
|
|
30338
|
-
createdByRole?: string |
|
|
30346
|
+
createdByRole?: string | undefined;
|
|
30339
30347
|
createdBySignature?: string | null | undefined;
|
|
30340
30348
|
createdAtLocation?: string | null | undefined;
|
|
30341
30349
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30349,7 +30357,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30349
30357
|
declaration: Record<string, unknown>;
|
|
30350
30358
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30351
30359
|
type: "NOTIFY";
|
|
30352
|
-
createdByRole?: string |
|
|
30360
|
+
createdByRole?: string | undefined;
|
|
30353
30361
|
createdBySignature?: string | null | undefined;
|
|
30354
30362
|
createdAtLocation?: string | null | undefined;
|
|
30355
30363
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30363,7 +30371,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30363
30371
|
declaration: Record<string, unknown>;
|
|
30364
30372
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30365
30373
|
type: "REGISTER";
|
|
30366
|
-
createdByRole?: string |
|
|
30374
|
+
createdByRole?: string | undefined;
|
|
30367
30375
|
createdBySignature?: string | null | undefined;
|
|
30368
30376
|
createdAtLocation?: string | null | undefined;
|
|
30369
30377
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30378,7 +30386,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30378
30386
|
declaration: Record<string, unknown>;
|
|
30379
30387
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30380
30388
|
type: "DECLARE";
|
|
30381
|
-
createdByRole?: string |
|
|
30389
|
+
createdByRole?: string | undefined;
|
|
30382
30390
|
createdBySignature?: string | null | undefined;
|
|
30383
30391
|
createdAtLocation?: string | null | undefined;
|
|
30384
30392
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30393,7 +30401,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30393
30401
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30394
30402
|
type: "ASSIGN";
|
|
30395
30403
|
assignedTo: string;
|
|
30396
|
-
createdByRole?: string |
|
|
30404
|
+
createdByRole?: string | undefined;
|
|
30397
30405
|
createdBySignature?: string | null | undefined;
|
|
30398
30406
|
createdAtLocation?: string | null | undefined;
|
|
30399
30407
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30407,7 +30415,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30407
30415
|
declaration: Record<string, unknown>;
|
|
30408
30416
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30409
30417
|
type: "REQUEST_CORRECTION";
|
|
30410
|
-
createdByRole?: string |
|
|
30418
|
+
createdByRole?: string | undefined;
|
|
30411
30419
|
createdBySignature?: string | null | undefined;
|
|
30412
30420
|
createdAtLocation?: string | null | undefined;
|
|
30413
30421
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30422,7 +30430,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30422
30430
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30423
30431
|
type: "APPROVE_CORRECTION";
|
|
30424
30432
|
requestId: string;
|
|
30425
|
-
createdByRole?: string |
|
|
30433
|
+
createdByRole?: string | undefined;
|
|
30426
30434
|
createdBySignature?: string | null | undefined;
|
|
30427
30435
|
createdAtLocation?: string | null | undefined;
|
|
30428
30436
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30440,7 +30448,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30440
30448
|
content: {
|
|
30441
30449
|
reason: string;
|
|
30442
30450
|
};
|
|
30443
|
-
createdByRole?: string |
|
|
30451
|
+
createdByRole?: string | undefined;
|
|
30444
30452
|
createdBySignature?: string | null | undefined;
|
|
30445
30453
|
createdAtLocation?: string | null | undefined;
|
|
30446
30454
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30454,7 +30462,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30454
30462
|
declaration: Record<string, unknown>;
|
|
30455
30463
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30456
30464
|
type: "UNASSIGN";
|
|
30457
|
-
createdByRole?: string |
|
|
30465
|
+
createdByRole?: string | undefined;
|
|
30458
30466
|
createdBySignature?: string | null | undefined;
|
|
30459
30467
|
createdAtLocation?: string | null | undefined;
|
|
30460
30468
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30468,7 +30476,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30468
30476
|
declaration: Record<string, unknown>;
|
|
30469
30477
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30470
30478
|
type: "PRINT_CERTIFICATE";
|
|
30471
|
-
createdByRole?: string |
|
|
30479
|
+
createdByRole?: string | undefined;
|
|
30472
30480
|
createdBySignature?: string | null | undefined;
|
|
30473
30481
|
createdAtLocation?: string | null | undefined;
|
|
30474
30482
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30485,7 +30493,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30485
30493
|
declaration: Record<string, unknown>;
|
|
30486
30494
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30487
30495
|
type: "READ";
|
|
30488
|
-
createdByRole?: string |
|
|
30496
|
+
createdByRole?: string | undefined;
|
|
30489
30497
|
createdBySignature?: string | null | undefined;
|
|
30490
30498
|
createdAtLocation?: string | null | undefined;
|
|
30491
30499
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30502,7 +30510,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30502
30510
|
content: {
|
|
30503
30511
|
comment?: string | undefined;
|
|
30504
30512
|
};
|
|
30505
|
-
createdByRole?: string |
|
|
30513
|
+
createdByRole?: string | undefined;
|
|
30506
30514
|
createdBySignature?: string | null | undefined;
|
|
30507
30515
|
createdAtLocation?: string | null | undefined;
|
|
30508
30516
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30517,7 +30525,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30517
30525
|
status: "Requested" | "Accepted" | "Rejected";
|
|
30518
30526
|
type: "CUSTOM";
|
|
30519
30527
|
customActionType: string;
|
|
30520
|
-
createdByRole?: string |
|
|
30528
|
+
createdByRole?: string | undefined;
|
|
30521
30529
|
createdBySignature?: string | null | undefined;
|
|
30522
30530
|
createdAtLocation?: string | null | undefined;
|
|
30523
30531
|
annotation?: Record<string, unknown> | null | undefined;
|
|
@@ -30530,7 +30538,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
30530
30538
|
createdBy: string;
|
|
30531
30539
|
type: "DECLARE" | "REJECT" | "REGISTER" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "EDIT" | "ARCHIVE" | "CUSTOM" | "NOTIFY" | "APPROVE_CORRECTION" | "REJECT_CORRECTION";
|
|
30532
30540
|
status: "Rejected";
|
|
30533
|
-
createdByRole?: string |
|
|
30541
|
+
createdByRole?: string | undefined;
|
|
30534
30542
|
createdBySignature?: string | null | undefined;
|
|
30535
30543
|
createdAtLocation?: string | null | undefined;
|
|
30536
30544
|
originalActionId?: string | null | undefined;
|