@opencrvs/toolkit 1.8.0-rc.f9d33b7 → 1.8.0-rc.f9fb039
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 +920 -287
- package/dist/commons/events/ActionConfig.d.ts +12137 -1475
- package/dist/commons/events/ActionDocument.d.ts +433 -413
- package/dist/commons/events/ActionInput.d.ts +180 -180
- package/dist/commons/events/AdvancedSearchConfig.d.ts +212 -48
- package/dist/commons/events/Draft.d.ts +24 -26
- package/dist/commons/events/EventConfig.d.ts +6173 -1007
- package/dist/commons/events/EventDocument.d.ts +247 -312
- package/dist/commons/events/EventIndex.d.ts +710 -45
- package/dist/commons/events/EventMetadata.d.ts +263 -11
- package/dist/commons/events/FieldConfig.d.ts +850 -69
- package/dist/commons/events/FieldType.d.ts +3 -2
- package/dist/commons/events/FieldTypeMapping.d.ts +11 -4
- package/dist/commons/events/FieldValue.d.ts +6 -3
- package/dist/commons/events/FormConfig.d.ts +5749 -925
- package/dist/commons/events/PageConfig.d.ts +1191 -3
- package/dist/commons/events/WorkqueueConfig.d.ts +1362 -8
- package/dist/commons/events/defineConfig.d.ts +533 -3
- package/dist/commons/events/event.d.ts +37 -8
- package/dist/commons/events/field.d.ts +19 -10
- package/dist/commons/events/test.utils.d.ts +7 -7
- package/dist/commons/events/utils.d.ts +308 -21
- package/dist/events/index.js +1016 -724
- package/package.json +1 -1
@@ -51,6 +51,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
51
51
|
conditional: import("../commons").JSONSchema;
|
52
52
|
})[] | undefined;
|
53
53
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
54
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
54
55
|
hideLabel?: boolean | undefined;
|
55
56
|
} | {
|
56
57
|
type: "TEXT";
|
@@ -76,6 +77,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
76
77
|
conditional: import("../commons").JSONSchema;
|
77
78
|
})[] | undefined;
|
78
79
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
80
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
79
81
|
hideLabel?: boolean | undefined;
|
80
82
|
configuration?: {
|
81
83
|
type?: "text" | "password" | undefined;
|
@@ -107,6 +109,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
107
109
|
conditional: import("../commons").JSONSchema;
|
108
110
|
})[] | undefined;
|
109
111
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
112
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
110
113
|
hideLabel?: boolean | undefined;
|
111
114
|
configuration?: {
|
112
115
|
prefix?: import("../commons").TranslationConfig | undefined;
|
@@ -138,6 +141,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
138
141
|
conditional: import("../commons").JSONSchema;
|
139
142
|
})[] | undefined;
|
140
143
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
144
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
141
145
|
hideLabel?: boolean | undefined;
|
142
146
|
configuration?: {
|
143
147
|
maxLength?: number | undefined;
|
@@ -175,6 +179,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
175
179
|
conditional: import("../commons").JSONSchema;
|
176
180
|
})[] | undefined;
|
177
181
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
182
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
178
183
|
hideLabel?: boolean | undefined;
|
179
184
|
} | {
|
180
185
|
type: "EMAIL";
|
@@ -200,6 +205,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
200
205
|
conditional: import("../commons").JSONSchema;
|
201
206
|
})[] | undefined;
|
202
207
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
208
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
203
209
|
hideLabel?: boolean | undefined;
|
204
210
|
configuration?: {
|
205
211
|
maxLength?: number | undefined;
|
@@ -228,6 +234,36 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
228
234
|
conditional: import("../commons").JSONSchema;
|
229
235
|
})[] | undefined;
|
230
236
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
237
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
238
|
+
hideLabel?: boolean | undefined;
|
239
|
+
configuration?: {
|
240
|
+
notice?: import("../commons").TranslationConfig | undefined;
|
241
|
+
} | undefined;
|
242
|
+
} | {
|
243
|
+
type: "DATE_RANGE";
|
244
|
+
id: string;
|
245
|
+
label: import("../commons").TranslationConfig;
|
246
|
+
parent?: {
|
247
|
+
_fieldId?: string | undefined;
|
248
|
+
} | undefined;
|
249
|
+
validation?: {
|
250
|
+
message: import("../commons").TranslationConfig;
|
251
|
+
validator: import("../commons").JSONSchema;
|
252
|
+
}[] | undefined;
|
253
|
+
required?: boolean | undefined;
|
254
|
+
defaultValue?: string | [string, string] | undefined;
|
255
|
+
conditionals?: ({
|
256
|
+
type: "SHOW";
|
257
|
+
conditional: import("../commons").JSONSchema;
|
258
|
+
} | {
|
259
|
+
type: "ENABLE";
|
260
|
+
conditional: import("../commons").JSONSchema;
|
261
|
+
} | {
|
262
|
+
type: "DISPLAY_ON_REVIEW";
|
263
|
+
conditional: import("../commons").JSONSchema;
|
264
|
+
})[] | undefined;
|
265
|
+
placeholder?: import("../commons").TranslationConfig | undefined;
|
266
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
231
267
|
hideLabel?: boolean | undefined;
|
232
268
|
configuration?: {
|
233
269
|
notice?: import("../commons").TranslationConfig | undefined;
|
@@ -261,6 +297,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
261
297
|
conditional: import("../commons").JSONSchema;
|
262
298
|
})[] | undefined;
|
263
299
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
300
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
264
301
|
hideLabel?: boolean | undefined;
|
265
302
|
} | {
|
266
303
|
type: "PAGE_HEADER";
|
@@ -286,6 +323,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
286
323
|
conditional: import("../commons").JSONSchema;
|
287
324
|
})[] | undefined;
|
288
325
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
326
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
289
327
|
hideLabel?: boolean | undefined;
|
290
328
|
} | {
|
291
329
|
type: "FILE";
|
@@ -319,6 +357,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
319
357
|
conditional: import("../commons").JSONSchema;
|
320
358
|
})[] | undefined;
|
321
359
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
360
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
322
361
|
hideLabel?: boolean | undefined;
|
323
362
|
} | {
|
324
363
|
type: "RADIO_GROUP";
|
@@ -348,6 +387,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
348
387
|
conditional: import("../commons").JSONSchema;
|
349
388
|
})[] | undefined;
|
350
389
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
390
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
351
391
|
hideLabel?: boolean | undefined;
|
352
392
|
configuration?: {
|
353
393
|
styles?: {
|
@@ -384,6 +424,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
384
424
|
conditional: import("../commons").JSONSchema;
|
385
425
|
})[] | undefined;
|
386
426
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
427
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
387
428
|
hideLabel?: boolean | undefined;
|
388
429
|
} | {
|
389
430
|
type: "SELECT";
|
@@ -413,6 +454,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
413
454
|
conditional: import("../commons").JSONSchema;
|
414
455
|
})[] | undefined;
|
415
456
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
457
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
416
458
|
hideLabel?: boolean | undefined;
|
417
459
|
} | {
|
418
460
|
type: "CHECKBOX";
|
@@ -438,6 +480,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
438
480
|
conditional: import("../commons").JSONSchema;
|
439
481
|
})[] | undefined;
|
440
482
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
483
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
441
484
|
hideLabel?: boolean | undefined;
|
442
485
|
} | {
|
443
486
|
type: "COUNTRY";
|
@@ -463,6 +506,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
463
506
|
conditional: import("../commons").JSONSchema;
|
464
507
|
})[] | undefined;
|
465
508
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
509
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
466
510
|
hideLabel?: boolean | undefined;
|
467
511
|
} | {
|
468
512
|
type: "ADMINISTRATIVE_AREA";
|
@@ -494,6 +538,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
494
538
|
conditional: import("../commons").JSONSchema;
|
495
539
|
})[] | undefined;
|
496
540
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
541
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
497
542
|
hideLabel?: boolean | undefined;
|
498
543
|
} | {
|
499
544
|
type: "LOCATION";
|
@@ -519,6 +564,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
519
564
|
conditional: import("../commons").JSONSchema;
|
520
565
|
})[] | undefined;
|
521
566
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
567
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
522
568
|
hideLabel?: boolean | undefined;
|
523
569
|
} | {
|
524
570
|
type: "FILE_WITH_OPTIONS";
|
@@ -552,6 +598,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
552
598
|
conditional: import("../commons").JSONSchema;
|
553
599
|
})[] | undefined;
|
554
600
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
601
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
555
602
|
hideLabel?: boolean | undefined;
|
556
603
|
} | {
|
557
604
|
type: "FACILITY";
|
@@ -577,6 +624,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
577
624
|
conditional: import("../commons").JSONSchema;
|
578
625
|
})[] | undefined;
|
579
626
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
627
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
580
628
|
hideLabel?: boolean | undefined;
|
581
629
|
} | {
|
582
630
|
type: "OFFICE";
|
@@ -602,6 +650,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
602
650
|
conditional: import("../commons").JSONSchema;
|
603
651
|
})[] | undefined;
|
604
652
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
653
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
605
654
|
hideLabel?: boolean | undefined;
|
606
655
|
} | {
|
607
656
|
type: "ADDRESS";
|
@@ -655,6 +704,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
655
704
|
conditional: import("../commons").JSONSchema;
|
656
705
|
})[] | undefined;
|
657
706
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
707
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
658
708
|
hideLabel?: boolean | undefined;
|
659
709
|
} | {
|
660
710
|
type: "DATA";
|
@@ -689,6 +739,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
689
739
|
conditional: import("../commons").JSONSchema;
|
690
740
|
})[] | undefined;
|
691
741
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
742
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
692
743
|
hideLabel?: boolean | undefined;
|
693
744
|
})[];
|
694
745
|
conditional?: import("../commons").JSONSchema | undefined;
|
@@ -730,6 +781,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
730
781
|
conditional: import("../commons").JSONSchema;
|
731
782
|
})[] | undefined;
|
732
783
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
784
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
733
785
|
hideLabel?: boolean | undefined;
|
734
786
|
} | {
|
735
787
|
type: "TEXT";
|
@@ -755,6 +807,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
755
807
|
conditional: import("../commons").JSONSchema;
|
756
808
|
})[] | undefined;
|
757
809
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
810
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
758
811
|
hideLabel?: boolean | undefined;
|
759
812
|
configuration?: {
|
760
813
|
type?: "text" | "password" | undefined;
|
@@ -786,6 +839,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
786
839
|
conditional: import("../commons").JSONSchema;
|
787
840
|
})[] | undefined;
|
788
841
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
842
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
789
843
|
hideLabel?: boolean | undefined;
|
790
844
|
configuration?: {
|
791
845
|
prefix?: import("../commons").TranslationConfig | undefined;
|
@@ -817,6 +871,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
817
871
|
conditional: import("../commons").JSONSchema;
|
818
872
|
})[] | undefined;
|
819
873
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
874
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
820
875
|
hideLabel?: boolean | undefined;
|
821
876
|
configuration?: {
|
822
877
|
maxLength?: number | undefined;
|
@@ -854,6 +909,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
854
909
|
conditional: import("../commons").JSONSchema;
|
855
910
|
})[] | undefined;
|
856
911
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
912
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
857
913
|
hideLabel?: boolean | undefined;
|
858
914
|
} | {
|
859
915
|
type: "EMAIL";
|
@@ -879,6 +935,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
879
935
|
conditional: import("../commons").JSONSchema;
|
880
936
|
})[] | undefined;
|
881
937
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
938
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
882
939
|
hideLabel?: boolean | undefined;
|
883
940
|
configuration?: {
|
884
941
|
maxLength?: number | undefined;
|
@@ -907,6 +964,36 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
907
964
|
conditional: import("../commons").JSONSchema;
|
908
965
|
})[] | undefined;
|
909
966
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
967
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
968
|
+
hideLabel?: boolean | undefined;
|
969
|
+
configuration?: {
|
970
|
+
notice?: import("../commons").TranslationConfig | undefined;
|
971
|
+
} | undefined;
|
972
|
+
} | {
|
973
|
+
type: "DATE_RANGE";
|
974
|
+
id: string;
|
975
|
+
label: import("../commons").TranslationConfig;
|
976
|
+
parent?: {
|
977
|
+
_fieldId?: string | undefined;
|
978
|
+
} | undefined;
|
979
|
+
validation?: {
|
980
|
+
message: import("../commons").TranslationConfig;
|
981
|
+
validator: import("../commons").JSONSchema;
|
982
|
+
}[] | undefined;
|
983
|
+
required?: boolean | undefined;
|
984
|
+
defaultValue?: string | [string, string] | undefined;
|
985
|
+
conditionals?: ({
|
986
|
+
type: "SHOW";
|
987
|
+
conditional: import("../commons").JSONSchema;
|
988
|
+
} | {
|
989
|
+
type: "ENABLE";
|
990
|
+
conditional: import("../commons").JSONSchema;
|
991
|
+
} | {
|
992
|
+
type: "DISPLAY_ON_REVIEW";
|
993
|
+
conditional: import("../commons").JSONSchema;
|
994
|
+
})[] | undefined;
|
995
|
+
placeholder?: import("../commons").TranslationConfig | undefined;
|
996
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
910
997
|
hideLabel?: boolean | undefined;
|
911
998
|
configuration?: {
|
912
999
|
notice?: import("../commons").TranslationConfig | undefined;
|
@@ -940,6 +1027,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
940
1027
|
conditional: import("../commons").JSONSchema;
|
941
1028
|
})[] | undefined;
|
942
1029
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1030
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
943
1031
|
hideLabel?: boolean | undefined;
|
944
1032
|
} | {
|
945
1033
|
type: "PAGE_HEADER";
|
@@ -965,6 +1053,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
965
1053
|
conditional: import("../commons").JSONSchema;
|
966
1054
|
})[] | undefined;
|
967
1055
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1056
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
968
1057
|
hideLabel?: boolean | undefined;
|
969
1058
|
} | {
|
970
1059
|
type: "FILE";
|
@@ -998,6 +1087,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
998
1087
|
conditional: import("../commons").JSONSchema;
|
999
1088
|
})[] | undefined;
|
1000
1089
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1090
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1001
1091
|
hideLabel?: boolean | undefined;
|
1002
1092
|
} | {
|
1003
1093
|
type: "RADIO_GROUP";
|
@@ -1027,6 +1117,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1027
1117
|
conditional: import("../commons").JSONSchema;
|
1028
1118
|
})[] | undefined;
|
1029
1119
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1120
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1030
1121
|
hideLabel?: boolean | undefined;
|
1031
1122
|
configuration?: {
|
1032
1123
|
styles?: {
|
@@ -1063,6 +1154,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1063
1154
|
conditional: import("../commons").JSONSchema;
|
1064
1155
|
})[] | undefined;
|
1065
1156
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1157
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1066
1158
|
hideLabel?: boolean | undefined;
|
1067
1159
|
} | {
|
1068
1160
|
type: "SELECT";
|
@@ -1092,6 +1184,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1092
1184
|
conditional: import("../commons").JSONSchema;
|
1093
1185
|
})[] | undefined;
|
1094
1186
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1187
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1095
1188
|
hideLabel?: boolean | undefined;
|
1096
1189
|
} | {
|
1097
1190
|
type: "CHECKBOX";
|
@@ -1117,6 +1210,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1117
1210
|
conditional: import("../commons").JSONSchema;
|
1118
1211
|
})[] | undefined;
|
1119
1212
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1213
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1120
1214
|
hideLabel?: boolean | undefined;
|
1121
1215
|
} | {
|
1122
1216
|
type: "COUNTRY";
|
@@ -1142,6 +1236,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1142
1236
|
conditional: import("../commons").JSONSchema;
|
1143
1237
|
})[] | undefined;
|
1144
1238
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1239
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1145
1240
|
hideLabel?: boolean | undefined;
|
1146
1241
|
} | {
|
1147
1242
|
type: "ADMINISTRATIVE_AREA";
|
@@ -1173,6 +1268,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1173
1268
|
conditional: import("../commons").JSONSchema;
|
1174
1269
|
})[] | undefined;
|
1175
1270
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1271
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1176
1272
|
hideLabel?: boolean | undefined;
|
1177
1273
|
} | {
|
1178
1274
|
type: "LOCATION";
|
@@ -1198,6 +1294,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1198
1294
|
conditional: import("../commons").JSONSchema;
|
1199
1295
|
})[] | undefined;
|
1200
1296
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1297
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1201
1298
|
hideLabel?: boolean | undefined;
|
1202
1299
|
} | {
|
1203
1300
|
type: "FILE_WITH_OPTIONS";
|
@@ -1231,6 +1328,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1231
1328
|
conditional: import("../commons").JSONSchema;
|
1232
1329
|
})[] | undefined;
|
1233
1330
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1331
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1234
1332
|
hideLabel?: boolean | undefined;
|
1235
1333
|
} | {
|
1236
1334
|
type: "FACILITY";
|
@@ -1256,6 +1354,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1256
1354
|
conditional: import("../commons").JSONSchema;
|
1257
1355
|
})[] | undefined;
|
1258
1356
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1357
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1259
1358
|
hideLabel?: boolean | undefined;
|
1260
1359
|
} | {
|
1261
1360
|
type: "OFFICE";
|
@@ -1281,6 +1380,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1281
1380
|
conditional: import("../commons").JSONSchema;
|
1282
1381
|
})[] | undefined;
|
1283
1382
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1383
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1284
1384
|
hideLabel?: boolean | undefined;
|
1285
1385
|
} | {
|
1286
1386
|
type: "ADDRESS";
|
@@ -1334,6 +1434,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1334
1434
|
conditional: import("../commons").JSONSchema;
|
1335
1435
|
})[] | undefined;
|
1336
1436
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1437
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1337
1438
|
hideLabel?: boolean | undefined;
|
1338
1439
|
} | {
|
1339
1440
|
type: "DATA";
|
@@ -1368,6 +1469,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1368
1469
|
conditional: import("../commons").JSONSchema;
|
1369
1470
|
})[] | undefined;
|
1370
1471
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1472
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1371
1473
|
hideLabel?: boolean | undefined;
|
1372
1474
|
})[];
|
1373
1475
|
};
|
@@ -1408,6 +1510,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1408
1510
|
conditional: import("../commons").JSONSchema;
|
1409
1511
|
})[] | undefined;
|
1410
1512
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1513
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1411
1514
|
hideLabel?: boolean | undefined;
|
1412
1515
|
} | {
|
1413
1516
|
type: "TEXT";
|
@@ -1433,6 +1536,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1433
1536
|
conditional: import("../commons").JSONSchema;
|
1434
1537
|
})[] | undefined;
|
1435
1538
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1539
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1436
1540
|
hideLabel?: boolean | undefined;
|
1437
1541
|
configuration?: {
|
1438
1542
|
type?: "text" | "password" | undefined;
|
@@ -1464,6 +1568,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1464
1568
|
conditional: import("../commons").JSONSchema;
|
1465
1569
|
})[] | undefined;
|
1466
1570
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1571
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1467
1572
|
hideLabel?: boolean | undefined;
|
1468
1573
|
configuration?: {
|
1469
1574
|
prefix?: import("../commons").TranslationConfig | undefined;
|
@@ -1495,6 +1600,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1495
1600
|
conditional: import("../commons").JSONSchema;
|
1496
1601
|
})[] | undefined;
|
1497
1602
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1603
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1498
1604
|
hideLabel?: boolean | undefined;
|
1499
1605
|
configuration?: {
|
1500
1606
|
maxLength?: number | undefined;
|
@@ -1532,6 +1638,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1532
1638
|
conditional: import("../commons").JSONSchema;
|
1533
1639
|
})[] | undefined;
|
1534
1640
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1641
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1535
1642
|
hideLabel?: boolean | undefined;
|
1536
1643
|
} | {
|
1537
1644
|
type: "EMAIL";
|
@@ -1557,6 +1664,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1557
1664
|
conditional: import("../commons").JSONSchema;
|
1558
1665
|
})[] | undefined;
|
1559
1666
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1667
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1560
1668
|
hideLabel?: boolean | undefined;
|
1561
1669
|
configuration?: {
|
1562
1670
|
maxLength?: number | undefined;
|
@@ -1585,6 +1693,36 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1585
1693
|
conditional: import("../commons").JSONSchema;
|
1586
1694
|
})[] | undefined;
|
1587
1695
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1696
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1697
|
+
hideLabel?: boolean | undefined;
|
1698
|
+
configuration?: {
|
1699
|
+
notice?: import("../commons").TranslationConfig | undefined;
|
1700
|
+
} | undefined;
|
1701
|
+
} | {
|
1702
|
+
type: "DATE_RANGE";
|
1703
|
+
id: string;
|
1704
|
+
label: import("../commons").TranslationConfig;
|
1705
|
+
parent?: {
|
1706
|
+
_fieldId?: string | undefined;
|
1707
|
+
} | undefined;
|
1708
|
+
validation?: {
|
1709
|
+
message: import("../commons").TranslationConfig;
|
1710
|
+
validator: import("../commons").JSONSchema;
|
1711
|
+
}[] | undefined;
|
1712
|
+
required?: boolean | undefined;
|
1713
|
+
defaultValue?: string | [string, string] | undefined;
|
1714
|
+
conditionals?: ({
|
1715
|
+
type: "SHOW";
|
1716
|
+
conditional: import("../commons").JSONSchema;
|
1717
|
+
} | {
|
1718
|
+
type: "ENABLE";
|
1719
|
+
conditional: import("../commons").JSONSchema;
|
1720
|
+
} | {
|
1721
|
+
type: "DISPLAY_ON_REVIEW";
|
1722
|
+
conditional: import("../commons").JSONSchema;
|
1723
|
+
})[] | undefined;
|
1724
|
+
placeholder?: import("../commons").TranslationConfig | undefined;
|
1725
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1588
1726
|
hideLabel?: boolean | undefined;
|
1589
1727
|
configuration?: {
|
1590
1728
|
notice?: import("../commons").TranslationConfig | undefined;
|
@@ -1618,6 +1756,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1618
1756
|
conditional: import("../commons").JSONSchema;
|
1619
1757
|
})[] | undefined;
|
1620
1758
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1759
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1621
1760
|
hideLabel?: boolean | undefined;
|
1622
1761
|
} | {
|
1623
1762
|
type: "PAGE_HEADER";
|
@@ -1643,6 +1782,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1643
1782
|
conditional: import("../commons").JSONSchema;
|
1644
1783
|
})[] | undefined;
|
1645
1784
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1785
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1646
1786
|
hideLabel?: boolean | undefined;
|
1647
1787
|
} | {
|
1648
1788
|
type: "FILE";
|
@@ -1676,6 +1816,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1676
1816
|
conditional: import("../commons").JSONSchema;
|
1677
1817
|
})[] | undefined;
|
1678
1818
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1819
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1679
1820
|
hideLabel?: boolean | undefined;
|
1680
1821
|
} | {
|
1681
1822
|
type: "RADIO_GROUP";
|
@@ -1705,6 +1846,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1705
1846
|
conditional: import("../commons").JSONSchema;
|
1706
1847
|
})[] | undefined;
|
1707
1848
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1849
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1708
1850
|
hideLabel?: boolean | undefined;
|
1709
1851
|
configuration?: {
|
1710
1852
|
styles?: {
|
@@ -1741,6 +1883,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1741
1883
|
conditional: import("../commons").JSONSchema;
|
1742
1884
|
})[] | undefined;
|
1743
1885
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1886
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1744
1887
|
hideLabel?: boolean | undefined;
|
1745
1888
|
} | {
|
1746
1889
|
type: "SELECT";
|
@@ -1770,6 +1913,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1770
1913
|
conditional: import("../commons").JSONSchema;
|
1771
1914
|
})[] | undefined;
|
1772
1915
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1916
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1773
1917
|
hideLabel?: boolean | undefined;
|
1774
1918
|
} | {
|
1775
1919
|
type: "CHECKBOX";
|
@@ -1795,6 +1939,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1795
1939
|
conditional: import("../commons").JSONSchema;
|
1796
1940
|
})[] | undefined;
|
1797
1941
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1942
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1798
1943
|
hideLabel?: boolean | undefined;
|
1799
1944
|
} | {
|
1800
1945
|
type: "COUNTRY";
|
@@ -1820,6 +1965,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1820
1965
|
conditional: import("../commons").JSONSchema;
|
1821
1966
|
})[] | undefined;
|
1822
1967
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
1968
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1823
1969
|
hideLabel?: boolean | undefined;
|
1824
1970
|
} | {
|
1825
1971
|
type: "ADMINISTRATIVE_AREA";
|
@@ -1851,6 +1997,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1851
1997
|
conditional: import("../commons").JSONSchema;
|
1852
1998
|
})[] | undefined;
|
1853
1999
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2000
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1854
2001
|
hideLabel?: boolean | undefined;
|
1855
2002
|
} | {
|
1856
2003
|
type: "LOCATION";
|
@@ -1876,6 +2023,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1876
2023
|
conditional: import("../commons").JSONSchema;
|
1877
2024
|
})[] | undefined;
|
1878
2025
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2026
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1879
2027
|
hideLabel?: boolean | undefined;
|
1880
2028
|
} | {
|
1881
2029
|
type: "FILE_WITH_OPTIONS";
|
@@ -1909,6 +2057,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1909
2057
|
conditional: import("../commons").JSONSchema;
|
1910
2058
|
})[] | undefined;
|
1911
2059
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2060
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1912
2061
|
hideLabel?: boolean | undefined;
|
1913
2062
|
} | {
|
1914
2063
|
type: "FACILITY";
|
@@ -1934,6 +2083,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1934
2083
|
conditional: import("../commons").JSONSchema;
|
1935
2084
|
})[] | undefined;
|
1936
2085
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2086
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1937
2087
|
hideLabel?: boolean | undefined;
|
1938
2088
|
} | {
|
1939
2089
|
type: "OFFICE";
|
@@ -1959,6 +2109,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
1959
2109
|
conditional: import("../commons").JSONSchema;
|
1960
2110
|
})[] | undefined;
|
1961
2111
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2112
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
1962
2113
|
hideLabel?: boolean | undefined;
|
1963
2114
|
} | {
|
1964
2115
|
type: "ADDRESS";
|
@@ -2012,6 +2163,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2012
2163
|
conditional: import("../commons").JSONSchema;
|
2013
2164
|
})[] | undefined;
|
2014
2165
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2166
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2015
2167
|
hideLabel?: boolean | undefined;
|
2016
2168
|
} | {
|
2017
2169
|
type: "DATA";
|
@@ -2046,6 +2198,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2046
2198
|
conditional: import("../commons").JSONSchema;
|
2047
2199
|
})[] | undefined;
|
2048
2200
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2201
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2049
2202
|
hideLabel?: boolean | undefined;
|
2050
2203
|
})[];
|
2051
2204
|
};
|
@@ -2086,6 +2239,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2086
2239
|
conditional: import("../commons").JSONSchema;
|
2087
2240
|
})[] | undefined;
|
2088
2241
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2242
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2089
2243
|
hideLabel?: boolean | undefined;
|
2090
2244
|
} | {
|
2091
2245
|
type: "TEXT";
|
@@ -2111,6 +2265,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2111
2265
|
conditional: import("../commons").JSONSchema;
|
2112
2266
|
})[] | undefined;
|
2113
2267
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2268
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2114
2269
|
hideLabel?: boolean | undefined;
|
2115
2270
|
configuration?: {
|
2116
2271
|
type?: "text" | "password" | undefined;
|
@@ -2142,6 +2297,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2142
2297
|
conditional: import("../commons").JSONSchema;
|
2143
2298
|
})[] | undefined;
|
2144
2299
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2300
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2145
2301
|
hideLabel?: boolean | undefined;
|
2146
2302
|
configuration?: {
|
2147
2303
|
prefix?: import("../commons").TranslationConfig | undefined;
|
@@ -2173,6 +2329,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2173
2329
|
conditional: import("../commons").JSONSchema;
|
2174
2330
|
})[] | undefined;
|
2175
2331
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2332
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2176
2333
|
hideLabel?: boolean | undefined;
|
2177
2334
|
configuration?: {
|
2178
2335
|
maxLength?: number | undefined;
|
@@ -2210,6 +2367,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2210
2367
|
conditional: import("../commons").JSONSchema;
|
2211
2368
|
})[] | undefined;
|
2212
2369
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2370
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2213
2371
|
hideLabel?: boolean | undefined;
|
2214
2372
|
} | {
|
2215
2373
|
type: "EMAIL";
|
@@ -2235,6 +2393,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2235
2393
|
conditional: import("../commons").JSONSchema;
|
2236
2394
|
})[] | undefined;
|
2237
2395
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2396
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2238
2397
|
hideLabel?: boolean | undefined;
|
2239
2398
|
configuration?: {
|
2240
2399
|
maxLength?: number | undefined;
|
@@ -2263,6 +2422,36 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2263
2422
|
conditional: import("../commons").JSONSchema;
|
2264
2423
|
})[] | undefined;
|
2265
2424
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2425
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2426
|
+
hideLabel?: boolean | undefined;
|
2427
|
+
configuration?: {
|
2428
|
+
notice?: import("../commons").TranslationConfig | undefined;
|
2429
|
+
} | undefined;
|
2430
|
+
} | {
|
2431
|
+
type: "DATE_RANGE";
|
2432
|
+
id: string;
|
2433
|
+
label: import("../commons").TranslationConfig;
|
2434
|
+
parent?: {
|
2435
|
+
_fieldId?: string | undefined;
|
2436
|
+
} | undefined;
|
2437
|
+
validation?: {
|
2438
|
+
message: import("../commons").TranslationConfig;
|
2439
|
+
validator: import("../commons").JSONSchema;
|
2440
|
+
}[] | undefined;
|
2441
|
+
required?: boolean | undefined;
|
2442
|
+
defaultValue?: string | [string, string] | undefined;
|
2443
|
+
conditionals?: ({
|
2444
|
+
type: "SHOW";
|
2445
|
+
conditional: import("../commons").JSONSchema;
|
2446
|
+
} | {
|
2447
|
+
type: "ENABLE";
|
2448
|
+
conditional: import("../commons").JSONSchema;
|
2449
|
+
} | {
|
2450
|
+
type: "DISPLAY_ON_REVIEW";
|
2451
|
+
conditional: import("../commons").JSONSchema;
|
2452
|
+
})[] | undefined;
|
2453
|
+
placeholder?: import("../commons").TranslationConfig | undefined;
|
2454
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2266
2455
|
hideLabel?: boolean | undefined;
|
2267
2456
|
configuration?: {
|
2268
2457
|
notice?: import("../commons").TranslationConfig | undefined;
|
@@ -2296,6 +2485,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2296
2485
|
conditional: import("../commons").JSONSchema;
|
2297
2486
|
})[] | undefined;
|
2298
2487
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2488
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2299
2489
|
hideLabel?: boolean | undefined;
|
2300
2490
|
} | {
|
2301
2491
|
type: "PAGE_HEADER";
|
@@ -2321,6 +2511,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2321
2511
|
conditional: import("../commons").JSONSchema;
|
2322
2512
|
})[] | undefined;
|
2323
2513
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2514
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2324
2515
|
hideLabel?: boolean | undefined;
|
2325
2516
|
} | {
|
2326
2517
|
type: "FILE";
|
@@ -2354,6 +2545,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2354
2545
|
conditional: import("../commons").JSONSchema;
|
2355
2546
|
})[] | undefined;
|
2356
2547
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2548
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2357
2549
|
hideLabel?: boolean | undefined;
|
2358
2550
|
} | {
|
2359
2551
|
type: "RADIO_GROUP";
|
@@ -2383,6 +2575,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2383
2575
|
conditional: import("../commons").JSONSchema;
|
2384
2576
|
})[] | undefined;
|
2385
2577
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2578
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2386
2579
|
hideLabel?: boolean | undefined;
|
2387
2580
|
configuration?: {
|
2388
2581
|
styles?: {
|
@@ -2419,6 +2612,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2419
2612
|
conditional: import("../commons").JSONSchema;
|
2420
2613
|
})[] | undefined;
|
2421
2614
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2615
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2422
2616
|
hideLabel?: boolean | undefined;
|
2423
2617
|
} | {
|
2424
2618
|
type: "SELECT";
|
@@ -2448,6 +2642,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2448
2642
|
conditional: import("../commons").JSONSchema;
|
2449
2643
|
})[] | undefined;
|
2450
2644
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2645
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2451
2646
|
hideLabel?: boolean | undefined;
|
2452
2647
|
} | {
|
2453
2648
|
type: "CHECKBOX";
|
@@ -2473,6 +2668,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2473
2668
|
conditional: import("../commons").JSONSchema;
|
2474
2669
|
})[] | undefined;
|
2475
2670
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2671
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2476
2672
|
hideLabel?: boolean | undefined;
|
2477
2673
|
} | {
|
2478
2674
|
type: "COUNTRY";
|
@@ -2498,6 +2694,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2498
2694
|
conditional: import("../commons").JSONSchema;
|
2499
2695
|
})[] | undefined;
|
2500
2696
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2697
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2501
2698
|
hideLabel?: boolean | undefined;
|
2502
2699
|
} | {
|
2503
2700
|
type: "ADMINISTRATIVE_AREA";
|
@@ -2529,6 +2726,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2529
2726
|
conditional: import("../commons").JSONSchema;
|
2530
2727
|
})[] | undefined;
|
2531
2728
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2729
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2532
2730
|
hideLabel?: boolean | undefined;
|
2533
2731
|
} | {
|
2534
2732
|
type: "LOCATION";
|
@@ -2554,6 +2752,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2554
2752
|
conditional: import("../commons").JSONSchema;
|
2555
2753
|
})[] | undefined;
|
2556
2754
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2755
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2557
2756
|
hideLabel?: boolean | undefined;
|
2558
2757
|
} | {
|
2559
2758
|
type: "FILE_WITH_OPTIONS";
|
@@ -2587,6 +2786,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2587
2786
|
conditional: import("../commons").JSONSchema;
|
2588
2787
|
})[] | undefined;
|
2589
2788
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2789
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2590
2790
|
hideLabel?: boolean | undefined;
|
2591
2791
|
} | {
|
2592
2792
|
type: "FACILITY";
|
@@ -2612,6 +2812,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2612
2812
|
conditional: import("../commons").JSONSchema;
|
2613
2813
|
})[] | undefined;
|
2614
2814
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2815
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2615
2816
|
hideLabel?: boolean | undefined;
|
2616
2817
|
} | {
|
2617
2818
|
type: "OFFICE";
|
@@ -2637,6 +2838,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2637
2838
|
conditional: import("../commons").JSONSchema;
|
2638
2839
|
})[] | undefined;
|
2639
2840
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2841
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2640
2842
|
hideLabel?: boolean | undefined;
|
2641
2843
|
} | {
|
2642
2844
|
type: "ADDRESS";
|
@@ -2690,6 +2892,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2690
2892
|
conditional: import("../commons").JSONSchema;
|
2691
2893
|
})[] | undefined;
|
2692
2894
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2895
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2693
2896
|
hideLabel?: boolean | undefined;
|
2694
2897
|
} | {
|
2695
2898
|
type: "DATA";
|
@@ -2724,6 +2927,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2724
2927
|
conditional: import("../commons").JSONSchema;
|
2725
2928
|
})[] | undefined;
|
2726
2929
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
2930
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2727
2931
|
hideLabel?: boolean | undefined;
|
2728
2932
|
})[];
|
2729
2933
|
};
|
@@ -2812,6 +3016,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2812
3016
|
conditional: import("../commons").JSONSchema;
|
2813
3017
|
})[] | undefined;
|
2814
3018
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3019
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2815
3020
|
hideLabel?: boolean | undefined;
|
2816
3021
|
} | {
|
2817
3022
|
type: "TEXT";
|
@@ -2837,6 +3042,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2837
3042
|
conditional: import("../commons").JSONSchema;
|
2838
3043
|
})[] | undefined;
|
2839
3044
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3045
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2840
3046
|
hideLabel?: boolean | undefined;
|
2841
3047
|
configuration?: {
|
2842
3048
|
type?: "text" | "password" | undefined;
|
@@ -2868,6 +3074,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2868
3074
|
conditional: import("../commons").JSONSchema;
|
2869
3075
|
})[] | undefined;
|
2870
3076
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3077
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2871
3078
|
hideLabel?: boolean | undefined;
|
2872
3079
|
configuration?: {
|
2873
3080
|
prefix?: import("../commons").TranslationConfig | undefined;
|
@@ -2899,6 +3106,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2899
3106
|
conditional: import("../commons").JSONSchema;
|
2900
3107
|
})[] | undefined;
|
2901
3108
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3109
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2902
3110
|
hideLabel?: boolean | undefined;
|
2903
3111
|
configuration?: {
|
2904
3112
|
maxLength?: number | undefined;
|
@@ -2936,6 +3144,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2936
3144
|
conditional: import("../commons").JSONSchema;
|
2937
3145
|
})[] | undefined;
|
2938
3146
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3147
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2939
3148
|
hideLabel?: boolean | undefined;
|
2940
3149
|
} | {
|
2941
3150
|
type: "EMAIL";
|
@@ -2961,6 +3170,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2961
3170
|
conditional: import("../commons").JSONSchema;
|
2962
3171
|
})[] | undefined;
|
2963
3172
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3173
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2964
3174
|
hideLabel?: boolean | undefined;
|
2965
3175
|
configuration?: {
|
2966
3176
|
maxLength?: number | undefined;
|
@@ -2989,6 +3199,36 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
2989
3199
|
conditional: import("../commons").JSONSchema;
|
2990
3200
|
})[] | undefined;
|
2991
3201
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3202
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3203
|
+
hideLabel?: boolean | undefined;
|
3204
|
+
configuration?: {
|
3205
|
+
notice?: import("../commons").TranslationConfig | undefined;
|
3206
|
+
} | undefined;
|
3207
|
+
} | {
|
3208
|
+
type: "DATE_RANGE";
|
3209
|
+
id: string;
|
3210
|
+
label: import("../commons").TranslationConfig;
|
3211
|
+
parent?: {
|
3212
|
+
_fieldId?: string | undefined;
|
3213
|
+
} | undefined;
|
3214
|
+
validation?: {
|
3215
|
+
message: import("../commons").TranslationConfig;
|
3216
|
+
validator: import("../commons").JSONSchema;
|
3217
|
+
}[] | undefined;
|
3218
|
+
required?: boolean | undefined;
|
3219
|
+
defaultValue?: string | [string, string] | undefined;
|
3220
|
+
conditionals?: ({
|
3221
|
+
type: "SHOW";
|
3222
|
+
conditional: import("../commons").JSONSchema;
|
3223
|
+
} | {
|
3224
|
+
type: "ENABLE";
|
3225
|
+
conditional: import("../commons").JSONSchema;
|
3226
|
+
} | {
|
3227
|
+
type: "DISPLAY_ON_REVIEW";
|
3228
|
+
conditional: import("../commons").JSONSchema;
|
3229
|
+
})[] | undefined;
|
3230
|
+
placeholder?: import("../commons").TranslationConfig | undefined;
|
3231
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
2992
3232
|
hideLabel?: boolean | undefined;
|
2993
3233
|
configuration?: {
|
2994
3234
|
notice?: import("../commons").TranslationConfig | undefined;
|
@@ -3022,6 +3262,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3022
3262
|
conditional: import("../commons").JSONSchema;
|
3023
3263
|
})[] | undefined;
|
3024
3264
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3265
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3025
3266
|
hideLabel?: boolean | undefined;
|
3026
3267
|
} | {
|
3027
3268
|
type: "PAGE_HEADER";
|
@@ -3047,6 +3288,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3047
3288
|
conditional: import("../commons").JSONSchema;
|
3048
3289
|
})[] | undefined;
|
3049
3290
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3291
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3050
3292
|
hideLabel?: boolean | undefined;
|
3051
3293
|
} | {
|
3052
3294
|
type: "FILE";
|
@@ -3080,6 +3322,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3080
3322
|
conditional: import("../commons").JSONSchema;
|
3081
3323
|
})[] | undefined;
|
3082
3324
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3325
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3083
3326
|
hideLabel?: boolean | undefined;
|
3084
3327
|
} | {
|
3085
3328
|
type: "RADIO_GROUP";
|
@@ -3109,6 +3352,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3109
3352
|
conditional: import("../commons").JSONSchema;
|
3110
3353
|
})[] | undefined;
|
3111
3354
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3355
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3112
3356
|
hideLabel?: boolean | undefined;
|
3113
3357
|
configuration?: {
|
3114
3358
|
styles?: {
|
@@ -3145,6 +3389,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3145
3389
|
conditional: import("../commons").JSONSchema;
|
3146
3390
|
})[] | undefined;
|
3147
3391
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3392
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3148
3393
|
hideLabel?: boolean | undefined;
|
3149
3394
|
} | {
|
3150
3395
|
type: "SELECT";
|
@@ -3174,6 +3419,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3174
3419
|
conditional: import("../commons").JSONSchema;
|
3175
3420
|
})[] | undefined;
|
3176
3421
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3422
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3177
3423
|
hideLabel?: boolean | undefined;
|
3178
3424
|
} | {
|
3179
3425
|
type: "CHECKBOX";
|
@@ -3199,6 +3445,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3199
3445
|
conditional: import("../commons").JSONSchema;
|
3200
3446
|
})[] | undefined;
|
3201
3447
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3448
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3202
3449
|
hideLabel?: boolean | undefined;
|
3203
3450
|
} | {
|
3204
3451
|
type: "COUNTRY";
|
@@ -3224,6 +3471,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3224
3471
|
conditional: import("../commons").JSONSchema;
|
3225
3472
|
})[] | undefined;
|
3226
3473
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3474
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3227
3475
|
hideLabel?: boolean | undefined;
|
3228
3476
|
} | {
|
3229
3477
|
type: "ADMINISTRATIVE_AREA";
|
@@ -3255,6 +3503,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3255
3503
|
conditional: import("../commons").JSONSchema;
|
3256
3504
|
})[] | undefined;
|
3257
3505
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3506
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3258
3507
|
hideLabel?: boolean | undefined;
|
3259
3508
|
} | {
|
3260
3509
|
type: "LOCATION";
|
@@ -3280,6 +3529,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3280
3529
|
conditional: import("../commons").JSONSchema;
|
3281
3530
|
})[] | undefined;
|
3282
3531
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3532
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3283
3533
|
hideLabel?: boolean | undefined;
|
3284
3534
|
} | {
|
3285
3535
|
type: "FILE_WITH_OPTIONS";
|
@@ -3313,6 +3563,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3313
3563
|
conditional: import("../commons").JSONSchema;
|
3314
3564
|
})[] | undefined;
|
3315
3565
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3566
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3316
3567
|
hideLabel?: boolean | undefined;
|
3317
3568
|
} | {
|
3318
3569
|
type: "FACILITY";
|
@@ -3338,6 +3589,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3338
3589
|
conditional: import("../commons").JSONSchema;
|
3339
3590
|
})[] | undefined;
|
3340
3591
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3592
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3341
3593
|
hideLabel?: boolean | undefined;
|
3342
3594
|
} | {
|
3343
3595
|
type: "OFFICE";
|
@@ -3363,6 +3615,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3363
3615
|
conditional: import("../commons").JSONSchema;
|
3364
3616
|
})[] | undefined;
|
3365
3617
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3618
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3366
3619
|
hideLabel?: boolean | undefined;
|
3367
3620
|
} | {
|
3368
3621
|
type: "ADDRESS";
|
@@ -3416,6 +3669,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3416
3669
|
conditional: import("../commons").JSONSchema;
|
3417
3670
|
})[] | undefined;
|
3418
3671
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3672
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3419
3673
|
hideLabel?: boolean | undefined;
|
3420
3674
|
} | {
|
3421
3675
|
type: "DATA";
|
@@ -3450,6 +3704,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3450
3704
|
conditional: import("../commons").JSONSchema;
|
3451
3705
|
})[] | undefined;
|
3452
3706
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3707
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3453
3708
|
hideLabel?: boolean | undefined;
|
3454
3709
|
})[];
|
3455
3710
|
conditional?: import("../commons").JSONSchema | undefined;
|
@@ -3493,6 +3748,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3493
3748
|
conditional: import("../commons").JSONSchema;
|
3494
3749
|
})[] | undefined;
|
3495
3750
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3751
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3496
3752
|
hideLabel?: boolean | undefined;
|
3497
3753
|
} | {
|
3498
3754
|
type: "TEXT";
|
@@ -3518,6 +3774,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3518
3774
|
conditional: import("../commons").JSONSchema;
|
3519
3775
|
})[] | undefined;
|
3520
3776
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3777
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3521
3778
|
hideLabel?: boolean | undefined;
|
3522
3779
|
configuration?: {
|
3523
3780
|
type?: "text" | "password" | undefined;
|
@@ -3549,6 +3806,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3549
3806
|
conditional: import("../commons").JSONSchema;
|
3550
3807
|
})[] | undefined;
|
3551
3808
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3809
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3552
3810
|
hideLabel?: boolean | undefined;
|
3553
3811
|
configuration?: {
|
3554
3812
|
prefix?: import("../commons").TranslationConfig | undefined;
|
@@ -3580,6 +3838,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3580
3838
|
conditional: import("../commons").JSONSchema;
|
3581
3839
|
})[] | undefined;
|
3582
3840
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3841
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3583
3842
|
hideLabel?: boolean | undefined;
|
3584
3843
|
configuration?: {
|
3585
3844
|
maxLength?: number | undefined;
|
@@ -3617,6 +3876,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3617
3876
|
conditional: import("../commons").JSONSchema;
|
3618
3877
|
})[] | undefined;
|
3619
3878
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3879
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3620
3880
|
hideLabel?: boolean | undefined;
|
3621
3881
|
} | {
|
3622
3882
|
type: "EMAIL";
|
@@ -3642,6 +3902,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3642
3902
|
conditional: import("../commons").JSONSchema;
|
3643
3903
|
})[] | undefined;
|
3644
3904
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3905
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3645
3906
|
hideLabel?: boolean | undefined;
|
3646
3907
|
configuration?: {
|
3647
3908
|
maxLength?: number | undefined;
|
@@ -3670,6 +3931,36 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3670
3931
|
conditional: import("../commons").JSONSchema;
|
3671
3932
|
})[] | undefined;
|
3672
3933
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3934
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3935
|
+
hideLabel?: boolean | undefined;
|
3936
|
+
configuration?: {
|
3937
|
+
notice?: import("../commons").TranslationConfig | undefined;
|
3938
|
+
} | undefined;
|
3939
|
+
} | {
|
3940
|
+
type: "DATE_RANGE";
|
3941
|
+
id: string;
|
3942
|
+
label: import("../commons").TranslationConfig;
|
3943
|
+
parent?: {
|
3944
|
+
_fieldId?: string | undefined;
|
3945
|
+
} | undefined;
|
3946
|
+
validation?: {
|
3947
|
+
message: import("../commons").TranslationConfig;
|
3948
|
+
validator: import("../commons").JSONSchema;
|
3949
|
+
}[] | undefined;
|
3950
|
+
required?: boolean | undefined;
|
3951
|
+
defaultValue?: string | [string, string] | undefined;
|
3952
|
+
conditionals?: ({
|
3953
|
+
type: "SHOW";
|
3954
|
+
conditional: import("../commons").JSONSchema;
|
3955
|
+
} | {
|
3956
|
+
type: "ENABLE";
|
3957
|
+
conditional: import("../commons").JSONSchema;
|
3958
|
+
} | {
|
3959
|
+
type: "DISPLAY_ON_REVIEW";
|
3960
|
+
conditional: import("../commons").JSONSchema;
|
3961
|
+
})[] | undefined;
|
3962
|
+
placeholder?: import("../commons").TranslationConfig | undefined;
|
3963
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3673
3964
|
hideLabel?: boolean | undefined;
|
3674
3965
|
configuration?: {
|
3675
3966
|
notice?: import("../commons").TranslationConfig | undefined;
|
@@ -3703,6 +3994,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3703
3994
|
conditional: import("../commons").JSONSchema;
|
3704
3995
|
})[] | undefined;
|
3705
3996
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
3997
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3706
3998
|
hideLabel?: boolean | undefined;
|
3707
3999
|
} | {
|
3708
4000
|
type: "PAGE_HEADER";
|
@@ -3728,6 +4020,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3728
4020
|
conditional: import("../commons").JSONSchema;
|
3729
4021
|
})[] | undefined;
|
3730
4022
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4023
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3731
4024
|
hideLabel?: boolean | undefined;
|
3732
4025
|
} | {
|
3733
4026
|
type: "FILE";
|
@@ -3761,6 +4054,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3761
4054
|
conditional: import("../commons").JSONSchema;
|
3762
4055
|
})[] | undefined;
|
3763
4056
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4057
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3764
4058
|
hideLabel?: boolean | undefined;
|
3765
4059
|
} | {
|
3766
4060
|
type: "RADIO_GROUP";
|
@@ -3790,6 +4084,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3790
4084
|
conditional: import("../commons").JSONSchema;
|
3791
4085
|
})[] | undefined;
|
3792
4086
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4087
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3793
4088
|
hideLabel?: boolean | undefined;
|
3794
4089
|
configuration?: {
|
3795
4090
|
styles?: {
|
@@ -3826,6 +4121,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3826
4121
|
conditional: import("../commons").JSONSchema;
|
3827
4122
|
})[] | undefined;
|
3828
4123
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4124
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3829
4125
|
hideLabel?: boolean | undefined;
|
3830
4126
|
} | {
|
3831
4127
|
type: "SELECT";
|
@@ -3855,6 +4151,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3855
4151
|
conditional: import("../commons").JSONSchema;
|
3856
4152
|
})[] | undefined;
|
3857
4153
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4154
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3858
4155
|
hideLabel?: boolean | undefined;
|
3859
4156
|
} | {
|
3860
4157
|
type: "CHECKBOX";
|
@@ -3880,6 +4177,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3880
4177
|
conditional: import("../commons").JSONSchema;
|
3881
4178
|
})[] | undefined;
|
3882
4179
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4180
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3883
4181
|
hideLabel?: boolean | undefined;
|
3884
4182
|
} | {
|
3885
4183
|
type: "COUNTRY";
|
@@ -3905,6 +4203,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3905
4203
|
conditional: import("../commons").JSONSchema;
|
3906
4204
|
})[] | undefined;
|
3907
4205
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4206
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3908
4207
|
hideLabel?: boolean | undefined;
|
3909
4208
|
} | {
|
3910
4209
|
type: "ADMINISTRATIVE_AREA";
|
@@ -3936,6 +4235,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3936
4235
|
conditional: import("../commons").JSONSchema;
|
3937
4236
|
})[] | undefined;
|
3938
4237
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4238
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3939
4239
|
hideLabel?: boolean | undefined;
|
3940
4240
|
} | {
|
3941
4241
|
type: "LOCATION";
|
@@ -3961,6 +4261,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3961
4261
|
conditional: import("../commons").JSONSchema;
|
3962
4262
|
})[] | undefined;
|
3963
4263
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4264
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3964
4265
|
hideLabel?: boolean | undefined;
|
3965
4266
|
} | {
|
3966
4267
|
type: "FILE_WITH_OPTIONS";
|
@@ -3994,6 +4295,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
3994
4295
|
conditional: import("../commons").JSONSchema;
|
3995
4296
|
})[] | undefined;
|
3996
4297
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4298
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
3997
4299
|
hideLabel?: boolean | undefined;
|
3998
4300
|
} | {
|
3999
4301
|
type: "FACILITY";
|
@@ -4019,6 +4321,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4019
4321
|
conditional: import("../commons").JSONSchema;
|
4020
4322
|
})[] | undefined;
|
4021
4323
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4324
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4022
4325
|
hideLabel?: boolean | undefined;
|
4023
4326
|
} | {
|
4024
4327
|
type: "OFFICE";
|
@@ -4044,6 +4347,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4044
4347
|
conditional: import("../commons").JSONSchema;
|
4045
4348
|
})[] | undefined;
|
4046
4349
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4350
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4047
4351
|
hideLabel?: boolean | undefined;
|
4048
4352
|
} | {
|
4049
4353
|
type: "ADDRESS";
|
@@ -4097,6 +4401,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4097
4401
|
conditional: import("../commons").JSONSchema;
|
4098
4402
|
})[] | undefined;
|
4099
4403
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4404
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4100
4405
|
hideLabel?: boolean | undefined;
|
4101
4406
|
} | {
|
4102
4407
|
type: "DATA";
|
@@ -4131,6 +4436,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4131
4436
|
conditional: import("../commons").JSONSchema;
|
4132
4437
|
})[] | undefined;
|
4133
4438
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4439
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4134
4440
|
hideLabel?: boolean | undefined;
|
4135
4441
|
})[];
|
4136
4442
|
conditional?: import("../commons").JSONSchema | undefined;
|
@@ -4175,6 +4481,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4175
4481
|
conditional: import("../commons").JSONSchema;
|
4176
4482
|
})[] | undefined;
|
4177
4483
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4484
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4178
4485
|
hideLabel?: boolean | undefined;
|
4179
4486
|
} | {
|
4180
4487
|
type: "TEXT";
|
@@ -4200,6 +4507,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4200
4507
|
conditional: import("../commons").JSONSchema;
|
4201
4508
|
})[] | undefined;
|
4202
4509
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4510
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4203
4511
|
hideLabel?: boolean | undefined;
|
4204
4512
|
configuration?: {
|
4205
4513
|
type?: "text" | "password" | undefined;
|
@@ -4231,6 +4539,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4231
4539
|
conditional: import("../commons").JSONSchema;
|
4232
4540
|
})[] | undefined;
|
4233
4541
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4542
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4234
4543
|
hideLabel?: boolean | undefined;
|
4235
4544
|
configuration?: {
|
4236
4545
|
prefix?: import("../commons").TranslationConfig | undefined;
|
@@ -4262,6 +4571,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4262
4571
|
conditional: import("../commons").JSONSchema;
|
4263
4572
|
})[] | undefined;
|
4264
4573
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4574
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4265
4575
|
hideLabel?: boolean | undefined;
|
4266
4576
|
configuration?: {
|
4267
4577
|
maxLength?: number | undefined;
|
@@ -4299,6 +4609,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4299
4609
|
conditional: import("../commons").JSONSchema;
|
4300
4610
|
})[] | undefined;
|
4301
4611
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4612
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4302
4613
|
hideLabel?: boolean | undefined;
|
4303
4614
|
} | {
|
4304
4615
|
type: "EMAIL";
|
@@ -4324,6 +4635,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4324
4635
|
conditional: import("../commons").JSONSchema;
|
4325
4636
|
})[] | undefined;
|
4326
4637
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4638
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4327
4639
|
hideLabel?: boolean | undefined;
|
4328
4640
|
configuration?: {
|
4329
4641
|
maxLength?: number | undefined;
|
@@ -4352,6 +4664,36 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4352
4664
|
conditional: import("../commons").JSONSchema;
|
4353
4665
|
})[] | undefined;
|
4354
4666
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4667
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4668
|
+
hideLabel?: boolean | undefined;
|
4669
|
+
configuration?: {
|
4670
|
+
notice?: import("../commons").TranslationConfig | undefined;
|
4671
|
+
} | undefined;
|
4672
|
+
} | {
|
4673
|
+
type: "DATE_RANGE";
|
4674
|
+
id: string;
|
4675
|
+
label: import("../commons").TranslationConfig;
|
4676
|
+
parent?: {
|
4677
|
+
_fieldId?: string | undefined;
|
4678
|
+
} | undefined;
|
4679
|
+
validation?: {
|
4680
|
+
message: import("../commons").TranslationConfig;
|
4681
|
+
validator: import("../commons").JSONSchema;
|
4682
|
+
}[] | undefined;
|
4683
|
+
required?: boolean | undefined;
|
4684
|
+
defaultValue?: string | [string, string] | undefined;
|
4685
|
+
conditionals?: ({
|
4686
|
+
type: "SHOW";
|
4687
|
+
conditional: import("../commons").JSONSchema;
|
4688
|
+
} | {
|
4689
|
+
type: "ENABLE";
|
4690
|
+
conditional: import("../commons").JSONSchema;
|
4691
|
+
} | {
|
4692
|
+
type: "DISPLAY_ON_REVIEW";
|
4693
|
+
conditional: import("../commons").JSONSchema;
|
4694
|
+
})[] | undefined;
|
4695
|
+
placeholder?: import("../commons").TranslationConfig | undefined;
|
4696
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4355
4697
|
hideLabel?: boolean | undefined;
|
4356
4698
|
configuration?: {
|
4357
4699
|
notice?: import("../commons").TranslationConfig | undefined;
|
@@ -4385,6 +4727,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4385
4727
|
conditional: import("../commons").JSONSchema;
|
4386
4728
|
})[] | undefined;
|
4387
4729
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4730
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4388
4731
|
hideLabel?: boolean | undefined;
|
4389
4732
|
} | {
|
4390
4733
|
type: "PAGE_HEADER";
|
@@ -4410,6 +4753,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4410
4753
|
conditional: import("../commons").JSONSchema;
|
4411
4754
|
})[] | undefined;
|
4412
4755
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4756
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4413
4757
|
hideLabel?: boolean | undefined;
|
4414
4758
|
} | {
|
4415
4759
|
type: "FILE";
|
@@ -4443,6 +4787,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4443
4787
|
conditional: import("../commons").JSONSchema;
|
4444
4788
|
})[] | undefined;
|
4445
4789
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4790
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4446
4791
|
hideLabel?: boolean | undefined;
|
4447
4792
|
} | {
|
4448
4793
|
type: "RADIO_GROUP";
|
@@ -4472,6 +4817,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4472
4817
|
conditional: import("../commons").JSONSchema;
|
4473
4818
|
})[] | undefined;
|
4474
4819
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4820
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4475
4821
|
hideLabel?: boolean | undefined;
|
4476
4822
|
configuration?: {
|
4477
4823
|
styles?: {
|
@@ -4508,6 +4854,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4508
4854
|
conditional: import("../commons").JSONSchema;
|
4509
4855
|
})[] | undefined;
|
4510
4856
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4857
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4511
4858
|
hideLabel?: boolean | undefined;
|
4512
4859
|
} | {
|
4513
4860
|
type: "SELECT";
|
@@ -4537,6 +4884,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4537
4884
|
conditional: import("../commons").JSONSchema;
|
4538
4885
|
})[] | undefined;
|
4539
4886
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4887
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4540
4888
|
hideLabel?: boolean | undefined;
|
4541
4889
|
} | {
|
4542
4890
|
type: "CHECKBOX";
|
@@ -4562,6 +4910,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4562
4910
|
conditional: import("../commons").JSONSchema;
|
4563
4911
|
})[] | undefined;
|
4564
4912
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4913
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4565
4914
|
hideLabel?: boolean | undefined;
|
4566
4915
|
} | {
|
4567
4916
|
type: "COUNTRY";
|
@@ -4587,6 +4936,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4587
4936
|
conditional: import("../commons").JSONSchema;
|
4588
4937
|
})[] | undefined;
|
4589
4938
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4939
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4590
4940
|
hideLabel?: boolean | undefined;
|
4591
4941
|
} | {
|
4592
4942
|
type: "ADMINISTRATIVE_AREA";
|
@@ -4618,6 +4968,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4618
4968
|
conditional: import("../commons").JSONSchema;
|
4619
4969
|
})[] | undefined;
|
4620
4970
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4971
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4621
4972
|
hideLabel?: boolean | undefined;
|
4622
4973
|
} | {
|
4623
4974
|
type: "LOCATION";
|
@@ -4643,6 +4994,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4643
4994
|
conditional: import("../commons").JSONSchema;
|
4644
4995
|
})[] | undefined;
|
4645
4996
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
4997
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4646
4998
|
hideLabel?: boolean | undefined;
|
4647
4999
|
} | {
|
4648
5000
|
type: "FILE_WITH_OPTIONS";
|
@@ -4676,6 +5028,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4676
5028
|
conditional: import("../commons").JSONSchema;
|
4677
5029
|
})[] | undefined;
|
4678
5030
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5031
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4679
5032
|
hideLabel?: boolean | undefined;
|
4680
5033
|
} | {
|
4681
5034
|
type: "FACILITY";
|
@@ -4701,6 +5054,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4701
5054
|
conditional: import("../commons").JSONSchema;
|
4702
5055
|
})[] | undefined;
|
4703
5056
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5057
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4704
5058
|
hideLabel?: boolean | undefined;
|
4705
5059
|
} | {
|
4706
5060
|
type: "OFFICE";
|
@@ -4726,6 +5080,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4726
5080
|
conditional: import("../commons").JSONSchema;
|
4727
5081
|
})[] | undefined;
|
4728
5082
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5083
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4729
5084
|
hideLabel?: boolean | undefined;
|
4730
5085
|
} | {
|
4731
5086
|
type: "ADDRESS";
|
@@ -4779,6 +5134,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4779
5134
|
conditional: import("../commons").JSONSchema;
|
4780
5135
|
})[] | undefined;
|
4781
5136
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5137
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4782
5138
|
hideLabel?: boolean | undefined;
|
4783
5139
|
} | {
|
4784
5140
|
type: "DATA";
|
@@ -4813,6 +5169,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4813
5169
|
conditional: import("../commons").JSONSchema;
|
4814
5170
|
})[] | undefined;
|
4815
5171
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5172
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4816
5173
|
hideLabel?: boolean | undefined;
|
4817
5174
|
})[];
|
4818
5175
|
conditional?: import("../commons").JSONSchema | undefined;
|
@@ -4856,6 +5213,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4856
5213
|
conditional: import("../commons").JSONSchema;
|
4857
5214
|
})[] | undefined;
|
4858
5215
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5216
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4859
5217
|
hideLabel?: boolean | undefined;
|
4860
5218
|
} | {
|
4861
5219
|
type: "TEXT";
|
@@ -4881,6 +5239,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4881
5239
|
conditional: import("../commons").JSONSchema;
|
4882
5240
|
})[] | undefined;
|
4883
5241
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5242
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4884
5243
|
hideLabel?: boolean | undefined;
|
4885
5244
|
configuration?: {
|
4886
5245
|
type?: "text" | "password" | undefined;
|
@@ -4912,6 +5271,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4912
5271
|
conditional: import("../commons").JSONSchema;
|
4913
5272
|
})[] | undefined;
|
4914
5273
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5274
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4915
5275
|
hideLabel?: boolean | undefined;
|
4916
5276
|
configuration?: {
|
4917
5277
|
prefix?: import("../commons").TranslationConfig | undefined;
|
@@ -4943,6 +5303,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4943
5303
|
conditional: import("../commons").JSONSchema;
|
4944
5304
|
})[] | undefined;
|
4945
5305
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5306
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4946
5307
|
hideLabel?: boolean | undefined;
|
4947
5308
|
configuration?: {
|
4948
5309
|
maxLength?: number | undefined;
|
@@ -4980,6 +5341,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
4980
5341
|
conditional: import("../commons").JSONSchema;
|
4981
5342
|
})[] | undefined;
|
4982
5343
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5344
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
4983
5345
|
hideLabel?: boolean | undefined;
|
4984
5346
|
} | {
|
4985
5347
|
type: "EMAIL";
|
@@ -5005,6 +5367,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5005
5367
|
conditional: import("../commons").JSONSchema;
|
5006
5368
|
})[] | undefined;
|
5007
5369
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5370
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5008
5371
|
hideLabel?: boolean | undefined;
|
5009
5372
|
configuration?: {
|
5010
5373
|
maxLength?: number | undefined;
|
@@ -5033,6 +5396,36 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5033
5396
|
conditional: import("../commons").JSONSchema;
|
5034
5397
|
})[] | undefined;
|
5035
5398
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5399
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5400
|
+
hideLabel?: boolean | undefined;
|
5401
|
+
configuration?: {
|
5402
|
+
notice?: import("../commons").TranslationConfig | undefined;
|
5403
|
+
} | undefined;
|
5404
|
+
} | {
|
5405
|
+
type: "DATE_RANGE";
|
5406
|
+
id: string;
|
5407
|
+
label: import("../commons").TranslationConfig;
|
5408
|
+
parent?: {
|
5409
|
+
_fieldId?: string | undefined;
|
5410
|
+
} | undefined;
|
5411
|
+
validation?: {
|
5412
|
+
message: import("../commons").TranslationConfig;
|
5413
|
+
validator: import("../commons").JSONSchema;
|
5414
|
+
}[] | undefined;
|
5415
|
+
required?: boolean | undefined;
|
5416
|
+
defaultValue?: string | [string, string] | undefined;
|
5417
|
+
conditionals?: ({
|
5418
|
+
type: "SHOW";
|
5419
|
+
conditional: import("../commons").JSONSchema;
|
5420
|
+
} | {
|
5421
|
+
type: "ENABLE";
|
5422
|
+
conditional: import("../commons").JSONSchema;
|
5423
|
+
} | {
|
5424
|
+
type: "DISPLAY_ON_REVIEW";
|
5425
|
+
conditional: import("../commons").JSONSchema;
|
5426
|
+
})[] | undefined;
|
5427
|
+
placeholder?: import("../commons").TranslationConfig | undefined;
|
5428
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5036
5429
|
hideLabel?: boolean | undefined;
|
5037
5430
|
configuration?: {
|
5038
5431
|
notice?: import("../commons").TranslationConfig | undefined;
|
@@ -5066,6 +5459,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5066
5459
|
conditional: import("../commons").JSONSchema;
|
5067
5460
|
})[] | undefined;
|
5068
5461
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5462
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5069
5463
|
hideLabel?: boolean | undefined;
|
5070
5464
|
} | {
|
5071
5465
|
type: "PAGE_HEADER";
|
@@ -5091,6 +5485,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5091
5485
|
conditional: import("../commons").JSONSchema;
|
5092
5486
|
})[] | undefined;
|
5093
5487
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5488
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5094
5489
|
hideLabel?: boolean | undefined;
|
5095
5490
|
} | {
|
5096
5491
|
type: "FILE";
|
@@ -5124,6 +5519,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5124
5519
|
conditional: import("../commons").JSONSchema;
|
5125
5520
|
})[] | undefined;
|
5126
5521
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5522
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5127
5523
|
hideLabel?: boolean | undefined;
|
5128
5524
|
} | {
|
5129
5525
|
type: "RADIO_GROUP";
|
@@ -5153,6 +5549,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5153
5549
|
conditional: import("../commons").JSONSchema;
|
5154
5550
|
})[] | undefined;
|
5155
5551
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5552
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5156
5553
|
hideLabel?: boolean | undefined;
|
5157
5554
|
configuration?: {
|
5158
5555
|
styles?: {
|
@@ -5189,6 +5586,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5189
5586
|
conditional: import("../commons").JSONSchema;
|
5190
5587
|
})[] | undefined;
|
5191
5588
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5589
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5192
5590
|
hideLabel?: boolean | undefined;
|
5193
5591
|
} | {
|
5194
5592
|
type: "SELECT";
|
@@ -5218,6 +5616,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5218
5616
|
conditional: import("../commons").JSONSchema;
|
5219
5617
|
})[] | undefined;
|
5220
5618
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5619
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5221
5620
|
hideLabel?: boolean | undefined;
|
5222
5621
|
} | {
|
5223
5622
|
type: "CHECKBOX";
|
@@ -5243,6 +5642,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5243
5642
|
conditional: import("../commons").JSONSchema;
|
5244
5643
|
})[] | undefined;
|
5245
5644
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5645
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5246
5646
|
hideLabel?: boolean | undefined;
|
5247
5647
|
} | {
|
5248
5648
|
type: "COUNTRY";
|
@@ -5268,6 +5668,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5268
5668
|
conditional: import("../commons").JSONSchema;
|
5269
5669
|
})[] | undefined;
|
5270
5670
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5671
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5271
5672
|
hideLabel?: boolean | undefined;
|
5272
5673
|
} | {
|
5273
5674
|
type: "ADMINISTRATIVE_AREA";
|
@@ -5299,6 +5700,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5299
5700
|
conditional: import("../commons").JSONSchema;
|
5300
5701
|
})[] | undefined;
|
5301
5702
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5703
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5302
5704
|
hideLabel?: boolean | undefined;
|
5303
5705
|
} | {
|
5304
5706
|
type: "LOCATION";
|
@@ -5324,6 +5726,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5324
5726
|
conditional: import("../commons").JSONSchema;
|
5325
5727
|
})[] | undefined;
|
5326
5728
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5729
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5327
5730
|
hideLabel?: boolean | undefined;
|
5328
5731
|
} | {
|
5329
5732
|
type: "FILE_WITH_OPTIONS";
|
@@ -5357,6 +5760,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5357
5760
|
conditional: import("../commons").JSONSchema;
|
5358
5761
|
})[] | undefined;
|
5359
5762
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5763
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5360
5764
|
hideLabel?: boolean | undefined;
|
5361
5765
|
} | {
|
5362
5766
|
type: "FACILITY";
|
@@ -5382,6 +5786,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5382
5786
|
conditional: import("../commons").JSONSchema;
|
5383
5787
|
})[] | undefined;
|
5384
5788
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5789
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5385
5790
|
hideLabel?: boolean | undefined;
|
5386
5791
|
} | {
|
5387
5792
|
type: "OFFICE";
|
@@ -5407,6 +5812,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5407
5812
|
conditional: import("../commons").JSONSchema;
|
5408
5813
|
})[] | undefined;
|
5409
5814
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5815
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5410
5816
|
hideLabel?: boolean | undefined;
|
5411
5817
|
} | {
|
5412
5818
|
type: "ADDRESS";
|
@@ -5460,6 +5866,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5460
5866
|
conditional: import("../commons").JSONSchema;
|
5461
5867
|
})[] | undefined;
|
5462
5868
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5869
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5463
5870
|
hideLabel?: boolean | undefined;
|
5464
5871
|
} | {
|
5465
5872
|
type: "DATA";
|
@@ -5494,6 +5901,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5494
5901
|
conditional: import("../commons").JSONSchema;
|
5495
5902
|
})[] | undefined;
|
5496
5903
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5904
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5497
5905
|
hideLabel?: boolean | undefined;
|
5498
5906
|
})[];
|
5499
5907
|
conditional?: import("../commons").JSONSchema | undefined;
|
@@ -5526,6 +5934,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5526
5934
|
conditional: import("../commons").JSONSchema;
|
5527
5935
|
})[] | undefined;
|
5528
5936
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5937
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5529
5938
|
hideLabel?: boolean | undefined;
|
5530
5939
|
} | {
|
5531
5940
|
type: "TEXT";
|
@@ -5551,6 +5960,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5551
5960
|
conditional: import("../commons").JSONSchema;
|
5552
5961
|
})[] | undefined;
|
5553
5962
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5963
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5554
5964
|
hideLabel?: boolean | undefined;
|
5555
5965
|
configuration?: {
|
5556
5966
|
type?: "text" | "password" | undefined;
|
@@ -5582,6 +5992,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5582
5992
|
conditional: import("../commons").JSONSchema;
|
5583
5993
|
})[] | undefined;
|
5584
5994
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
5995
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5585
5996
|
hideLabel?: boolean | undefined;
|
5586
5997
|
configuration?: {
|
5587
5998
|
prefix?: import("../commons").TranslationConfig | undefined;
|
@@ -5613,6 +6024,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5613
6024
|
conditional: import("../commons").JSONSchema;
|
5614
6025
|
})[] | undefined;
|
5615
6026
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6027
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5616
6028
|
hideLabel?: boolean | undefined;
|
5617
6029
|
configuration?: {
|
5618
6030
|
maxLength?: number | undefined;
|
@@ -5650,6 +6062,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5650
6062
|
conditional: import("../commons").JSONSchema;
|
5651
6063
|
})[] | undefined;
|
5652
6064
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6065
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5653
6066
|
hideLabel?: boolean | undefined;
|
5654
6067
|
} | {
|
5655
6068
|
type: "EMAIL";
|
@@ -5675,6 +6088,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5675
6088
|
conditional: import("../commons").JSONSchema;
|
5676
6089
|
})[] | undefined;
|
5677
6090
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6091
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5678
6092
|
hideLabel?: boolean | undefined;
|
5679
6093
|
configuration?: {
|
5680
6094
|
maxLength?: number | undefined;
|
@@ -5703,6 +6117,36 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5703
6117
|
conditional: import("../commons").JSONSchema;
|
5704
6118
|
})[] | undefined;
|
5705
6119
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6120
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6121
|
+
hideLabel?: boolean | undefined;
|
6122
|
+
configuration?: {
|
6123
|
+
notice?: import("../commons").TranslationConfig | undefined;
|
6124
|
+
} | undefined;
|
6125
|
+
} | {
|
6126
|
+
type: "DATE_RANGE";
|
6127
|
+
id: string;
|
6128
|
+
label: import("../commons").TranslationConfig;
|
6129
|
+
parent?: {
|
6130
|
+
_fieldId?: string | undefined;
|
6131
|
+
} | undefined;
|
6132
|
+
validation?: {
|
6133
|
+
message: import("../commons").TranslationConfig;
|
6134
|
+
validator: import("../commons").JSONSchema;
|
6135
|
+
}[] | undefined;
|
6136
|
+
required?: boolean | undefined;
|
6137
|
+
defaultValue?: string | [string, string] | undefined;
|
6138
|
+
conditionals?: ({
|
6139
|
+
type: "SHOW";
|
6140
|
+
conditional: import("../commons").JSONSchema;
|
6141
|
+
} | {
|
6142
|
+
type: "ENABLE";
|
6143
|
+
conditional: import("../commons").JSONSchema;
|
6144
|
+
} | {
|
6145
|
+
type: "DISPLAY_ON_REVIEW";
|
6146
|
+
conditional: import("../commons").JSONSchema;
|
6147
|
+
})[] | undefined;
|
6148
|
+
placeholder?: import("../commons").TranslationConfig | undefined;
|
6149
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5706
6150
|
hideLabel?: boolean | undefined;
|
5707
6151
|
configuration?: {
|
5708
6152
|
notice?: import("../commons").TranslationConfig | undefined;
|
@@ -5736,6 +6180,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5736
6180
|
conditional: import("../commons").JSONSchema;
|
5737
6181
|
})[] | undefined;
|
5738
6182
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6183
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5739
6184
|
hideLabel?: boolean | undefined;
|
5740
6185
|
} | {
|
5741
6186
|
type: "PAGE_HEADER";
|
@@ -5761,6 +6206,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5761
6206
|
conditional: import("../commons").JSONSchema;
|
5762
6207
|
})[] | undefined;
|
5763
6208
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6209
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5764
6210
|
hideLabel?: boolean | undefined;
|
5765
6211
|
} | {
|
5766
6212
|
type: "FILE";
|
@@ -5794,6 +6240,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5794
6240
|
conditional: import("../commons").JSONSchema;
|
5795
6241
|
})[] | undefined;
|
5796
6242
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6243
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5797
6244
|
hideLabel?: boolean | undefined;
|
5798
6245
|
} | {
|
5799
6246
|
type: "RADIO_GROUP";
|
@@ -5823,6 +6270,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5823
6270
|
conditional: import("../commons").JSONSchema;
|
5824
6271
|
})[] | undefined;
|
5825
6272
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6273
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5826
6274
|
hideLabel?: boolean | undefined;
|
5827
6275
|
configuration?: {
|
5828
6276
|
styles?: {
|
@@ -5859,6 +6307,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5859
6307
|
conditional: import("../commons").JSONSchema;
|
5860
6308
|
})[] | undefined;
|
5861
6309
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6310
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5862
6311
|
hideLabel?: boolean | undefined;
|
5863
6312
|
} | {
|
5864
6313
|
type: "SELECT";
|
@@ -5888,6 +6337,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5888
6337
|
conditional: import("../commons").JSONSchema;
|
5889
6338
|
})[] | undefined;
|
5890
6339
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6340
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5891
6341
|
hideLabel?: boolean | undefined;
|
5892
6342
|
} | {
|
5893
6343
|
type: "CHECKBOX";
|
@@ -5913,6 +6363,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5913
6363
|
conditional: import("../commons").JSONSchema;
|
5914
6364
|
})[] | undefined;
|
5915
6365
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6366
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5916
6367
|
hideLabel?: boolean | undefined;
|
5917
6368
|
} | {
|
5918
6369
|
type: "COUNTRY";
|
@@ -5938,6 +6389,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5938
6389
|
conditional: import("../commons").JSONSchema;
|
5939
6390
|
})[] | undefined;
|
5940
6391
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6392
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5941
6393
|
hideLabel?: boolean | undefined;
|
5942
6394
|
} | {
|
5943
6395
|
type: "ADMINISTRATIVE_AREA";
|
@@ -5969,6 +6421,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5969
6421
|
conditional: import("../commons").JSONSchema;
|
5970
6422
|
})[] | undefined;
|
5971
6423
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6424
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5972
6425
|
hideLabel?: boolean | undefined;
|
5973
6426
|
} | {
|
5974
6427
|
type: "LOCATION";
|
@@ -5994,6 +6447,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
5994
6447
|
conditional: import("../commons").JSONSchema;
|
5995
6448
|
})[] | undefined;
|
5996
6449
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6450
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
5997
6451
|
hideLabel?: boolean | undefined;
|
5998
6452
|
} | {
|
5999
6453
|
type: "FILE_WITH_OPTIONS";
|
@@ -6027,6 +6481,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6027
6481
|
conditional: import("../commons").JSONSchema;
|
6028
6482
|
})[] | undefined;
|
6029
6483
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6484
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6030
6485
|
hideLabel?: boolean | undefined;
|
6031
6486
|
} | {
|
6032
6487
|
type: "FACILITY";
|
@@ -6052,6 +6507,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6052
6507
|
conditional: import("../commons").JSONSchema;
|
6053
6508
|
})[] | undefined;
|
6054
6509
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6510
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6055
6511
|
hideLabel?: boolean | undefined;
|
6056
6512
|
} | {
|
6057
6513
|
type: "OFFICE";
|
@@ -6077,6 +6533,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6077
6533
|
conditional: import("../commons").JSONSchema;
|
6078
6534
|
})[] | undefined;
|
6079
6535
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6536
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6080
6537
|
hideLabel?: boolean | undefined;
|
6081
6538
|
} | {
|
6082
6539
|
type: "ADDRESS";
|
@@ -6130,6 +6587,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6130
6587
|
conditional: import("../commons").JSONSchema;
|
6131
6588
|
})[] | undefined;
|
6132
6589
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6590
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6133
6591
|
hideLabel?: boolean | undefined;
|
6134
6592
|
} | {
|
6135
6593
|
type: "DATA";
|
@@ -6164,6 +6622,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6164
6622
|
conditional: import("../commons").JSONSchema;
|
6165
6623
|
})[] | undefined;
|
6166
6624
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6625
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6167
6626
|
hideLabel?: boolean | undefined;
|
6168
6627
|
})[];
|
6169
6628
|
conditional?: import("../commons").JSONSchema | undefined;
|
@@ -6207,6 +6666,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6207
6666
|
conditional: import("../commons").JSONSchema;
|
6208
6667
|
})[] | undefined;
|
6209
6668
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6669
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6210
6670
|
hideLabel?: boolean | undefined;
|
6211
6671
|
} | {
|
6212
6672
|
type: "TEXT";
|
@@ -6232,6 +6692,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6232
6692
|
conditional: import("../commons").JSONSchema;
|
6233
6693
|
})[] | undefined;
|
6234
6694
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6695
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6235
6696
|
hideLabel?: boolean | undefined;
|
6236
6697
|
configuration?: {
|
6237
6698
|
type?: "text" | "password" | undefined;
|
@@ -6263,6 +6724,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6263
6724
|
conditional: import("../commons").JSONSchema;
|
6264
6725
|
})[] | undefined;
|
6265
6726
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6727
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6266
6728
|
hideLabel?: boolean | undefined;
|
6267
6729
|
configuration?: {
|
6268
6730
|
prefix?: import("../commons").TranslationConfig | undefined;
|
@@ -6294,6 +6756,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6294
6756
|
conditional: import("../commons").JSONSchema;
|
6295
6757
|
})[] | undefined;
|
6296
6758
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6759
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6297
6760
|
hideLabel?: boolean | undefined;
|
6298
6761
|
configuration?: {
|
6299
6762
|
maxLength?: number | undefined;
|
@@ -6331,6 +6794,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6331
6794
|
conditional: import("../commons").JSONSchema;
|
6332
6795
|
})[] | undefined;
|
6333
6796
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6797
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6334
6798
|
hideLabel?: boolean | undefined;
|
6335
6799
|
} | {
|
6336
6800
|
type: "EMAIL";
|
@@ -6356,6 +6820,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6356
6820
|
conditional: import("../commons").JSONSchema;
|
6357
6821
|
})[] | undefined;
|
6358
6822
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6823
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6359
6824
|
hideLabel?: boolean | undefined;
|
6360
6825
|
configuration?: {
|
6361
6826
|
maxLength?: number | undefined;
|
@@ -6384,6 +6849,36 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6384
6849
|
conditional: import("../commons").JSONSchema;
|
6385
6850
|
})[] | undefined;
|
6386
6851
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6852
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6853
|
+
hideLabel?: boolean | undefined;
|
6854
|
+
configuration?: {
|
6855
|
+
notice?: import("../commons").TranslationConfig | undefined;
|
6856
|
+
} | undefined;
|
6857
|
+
} | {
|
6858
|
+
type: "DATE_RANGE";
|
6859
|
+
id: string;
|
6860
|
+
label: import("../commons").TranslationConfig;
|
6861
|
+
parent?: {
|
6862
|
+
_fieldId?: string | undefined;
|
6863
|
+
} | undefined;
|
6864
|
+
validation?: {
|
6865
|
+
message: import("../commons").TranslationConfig;
|
6866
|
+
validator: import("../commons").JSONSchema;
|
6867
|
+
}[] | undefined;
|
6868
|
+
required?: boolean | undefined;
|
6869
|
+
defaultValue?: string | [string, string] | undefined;
|
6870
|
+
conditionals?: ({
|
6871
|
+
type: "SHOW";
|
6872
|
+
conditional: import("../commons").JSONSchema;
|
6873
|
+
} | {
|
6874
|
+
type: "ENABLE";
|
6875
|
+
conditional: import("../commons").JSONSchema;
|
6876
|
+
} | {
|
6877
|
+
type: "DISPLAY_ON_REVIEW";
|
6878
|
+
conditional: import("../commons").JSONSchema;
|
6879
|
+
})[] | undefined;
|
6880
|
+
placeholder?: import("../commons").TranslationConfig | undefined;
|
6881
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6387
6882
|
hideLabel?: boolean | undefined;
|
6388
6883
|
configuration?: {
|
6389
6884
|
notice?: import("../commons").TranslationConfig | undefined;
|
@@ -6417,6 +6912,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6417
6912
|
conditional: import("../commons").JSONSchema;
|
6418
6913
|
})[] | undefined;
|
6419
6914
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6915
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6420
6916
|
hideLabel?: boolean | undefined;
|
6421
6917
|
} | {
|
6422
6918
|
type: "PAGE_HEADER";
|
@@ -6442,6 +6938,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6442
6938
|
conditional: import("../commons").JSONSchema;
|
6443
6939
|
})[] | undefined;
|
6444
6940
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6941
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6445
6942
|
hideLabel?: boolean | undefined;
|
6446
6943
|
} | {
|
6447
6944
|
type: "FILE";
|
@@ -6475,6 +6972,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6475
6972
|
conditional: import("../commons").JSONSchema;
|
6476
6973
|
})[] | undefined;
|
6477
6974
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
6975
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6478
6976
|
hideLabel?: boolean | undefined;
|
6479
6977
|
} | {
|
6480
6978
|
type: "RADIO_GROUP";
|
@@ -6504,6 +7002,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6504
7002
|
conditional: import("../commons").JSONSchema;
|
6505
7003
|
})[] | undefined;
|
6506
7004
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
7005
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6507
7006
|
hideLabel?: boolean | undefined;
|
6508
7007
|
configuration?: {
|
6509
7008
|
styles?: {
|
@@ -6540,6 +7039,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6540
7039
|
conditional: import("../commons").JSONSchema;
|
6541
7040
|
})[] | undefined;
|
6542
7041
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
7042
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6543
7043
|
hideLabel?: boolean | undefined;
|
6544
7044
|
} | {
|
6545
7045
|
type: "SELECT";
|
@@ -6569,6 +7069,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6569
7069
|
conditional: import("../commons").JSONSchema;
|
6570
7070
|
})[] | undefined;
|
6571
7071
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
7072
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6572
7073
|
hideLabel?: boolean | undefined;
|
6573
7074
|
} | {
|
6574
7075
|
type: "CHECKBOX";
|
@@ -6594,6 +7095,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6594
7095
|
conditional: import("../commons").JSONSchema;
|
6595
7096
|
})[] | undefined;
|
6596
7097
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
7098
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6597
7099
|
hideLabel?: boolean | undefined;
|
6598
7100
|
} | {
|
6599
7101
|
type: "COUNTRY";
|
@@ -6619,6 +7121,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6619
7121
|
conditional: import("../commons").JSONSchema;
|
6620
7122
|
})[] | undefined;
|
6621
7123
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
7124
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6622
7125
|
hideLabel?: boolean | undefined;
|
6623
7126
|
} | {
|
6624
7127
|
type: "ADMINISTRATIVE_AREA";
|
@@ -6650,6 +7153,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6650
7153
|
conditional: import("../commons").JSONSchema;
|
6651
7154
|
})[] | undefined;
|
6652
7155
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
7156
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6653
7157
|
hideLabel?: boolean | undefined;
|
6654
7158
|
} | {
|
6655
7159
|
type: "LOCATION";
|
@@ -6675,6 +7179,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6675
7179
|
conditional: import("../commons").JSONSchema;
|
6676
7180
|
})[] | undefined;
|
6677
7181
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
7182
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6678
7183
|
hideLabel?: boolean | undefined;
|
6679
7184
|
} | {
|
6680
7185
|
type: "FILE_WITH_OPTIONS";
|
@@ -6708,6 +7213,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6708
7213
|
conditional: import("../commons").JSONSchema;
|
6709
7214
|
})[] | undefined;
|
6710
7215
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
7216
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6711
7217
|
hideLabel?: boolean | undefined;
|
6712
7218
|
} | {
|
6713
7219
|
type: "FACILITY";
|
@@ -6733,6 +7239,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6733
7239
|
conditional: import("../commons").JSONSchema;
|
6734
7240
|
})[] | undefined;
|
6735
7241
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
7242
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6736
7243
|
hideLabel?: boolean | undefined;
|
6737
7244
|
} | {
|
6738
7245
|
type: "OFFICE";
|
@@ -6758,6 +7265,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6758
7265
|
conditional: import("../commons").JSONSchema;
|
6759
7266
|
})[] | undefined;
|
6760
7267
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
7268
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6761
7269
|
hideLabel?: boolean | undefined;
|
6762
7270
|
} | {
|
6763
7271
|
type: "ADDRESS";
|
@@ -6811,6 +7319,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6811
7319
|
conditional: import("../commons").JSONSchema;
|
6812
7320
|
})[] | undefined;
|
6813
7321
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
7322
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6814
7323
|
hideLabel?: boolean | undefined;
|
6815
7324
|
} | {
|
6816
7325
|
type: "DATA";
|
@@ -6845,6 +7354,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6845
7354
|
conditional: import("../commons").JSONSchema;
|
6846
7355
|
})[] | undefined;
|
6847
7356
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
7357
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
6848
7358
|
hideLabel?: boolean | undefined;
|
6849
7359
|
})[];
|
6850
7360
|
conditional?: import("../commons").JSONSchema | undefined;
|
@@ -6902,7 +7412,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6902
7412
|
title: import("../commons").TranslationConfig;
|
6903
7413
|
fields: ({
|
6904
7414
|
config: {
|
6905
|
-
type: "
|
7415
|
+
type: "exact" | "fuzzy" | "range";
|
6906
7416
|
};
|
6907
7417
|
fieldId: string;
|
6908
7418
|
fieldType: "field";
|
@@ -6910,16 +7420,36 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6910
7420
|
value: string;
|
6911
7421
|
label: import("../commons").TranslationConfig;
|
6912
7422
|
}[] | undefined;
|
7423
|
+
conditionals?: ({
|
7424
|
+
type: "SHOW";
|
7425
|
+
conditional: import("../commons").JSONSchema;
|
7426
|
+
} | {
|
7427
|
+
type: "ENABLE";
|
7428
|
+
conditional: import("../commons").JSONSchema;
|
7429
|
+
} | {
|
7430
|
+
type: "DISPLAY_ON_REVIEW";
|
7431
|
+
conditional: import("../commons").JSONSchema;
|
7432
|
+
})[] | undefined;
|
6913
7433
|
} | {
|
6914
7434
|
config: {
|
6915
|
-
type: "
|
7435
|
+
type: "exact" | "fuzzy" | "range";
|
6916
7436
|
};
|
6917
|
-
fieldId: "status" | "trackingId";
|
7437
|
+
fieldId: "status" | "updatedAt" | "registeredAt" | "registeredAtLocation" | "trackingId";
|
6918
7438
|
fieldType: "event";
|
6919
7439
|
options?: {
|
6920
7440
|
value: string;
|
6921
7441
|
label: import("../commons").TranslationConfig;
|
6922
7442
|
}[] | undefined;
|
7443
|
+
conditionals?: ({
|
7444
|
+
type: "SHOW";
|
7445
|
+
conditional: import("../commons").JSONSchema;
|
7446
|
+
} | {
|
7447
|
+
type: "ENABLE";
|
7448
|
+
conditional: import("../commons").JSONSchema;
|
7449
|
+
} | {
|
7450
|
+
type: "DISPLAY_ON_REVIEW";
|
7451
|
+
conditional: import("../commons").JSONSchema;
|
7452
|
+
})[] | undefined;
|
6923
7453
|
})[];
|
6924
7454
|
}[];
|
6925
7455
|
dateOfEvent?: {
|
@@ -6941,7 +7471,6 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6941
7471
|
type: string;
|
6942
7472
|
id: string;
|
6943
7473
|
createdAt: string;
|
6944
|
-
updatedAtLocation: string;
|
6945
7474
|
updatedAt: string;
|
6946
7475
|
actions: ({
|
6947
7476
|
type: "ASSIGN";
|
@@ -6988,7 +7517,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
6988
7517
|
option: string;
|
6989
7518
|
filename: string;
|
6990
7519
|
originalFilename: string;
|
6991
|
-
}[] | undefined>;
|
7520
|
+
}[] | [string, string] | undefined>;
|
7521
|
+
createdAtLocation: string;
|
6992
7522
|
assignedTo: string;
|
6993
7523
|
annotation?: Record<string, string | number | boolean | {
|
6994
7524
|
type: string;
|
@@ -7027,9 +7557,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7027
7557
|
option: string;
|
7028
7558
|
filename: string;
|
7029
7559
|
originalFilename: string;
|
7030
|
-
}[] | undefined> | undefined;
|
7031
|
-
createdAtLocation?: string | undefined;
|
7032
|
-
updatedAtLocation?: string | undefined;
|
7560
|
+
}[] | [string, string] | undefined> | undefined;
|
7033
7561
|
originalActionId?: string | undefined;
|
7034
7562
|
} | {
|
7035
7563
|
type: "UNASSIGN";
|
@@ -7076,7 +7604,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7076
7604
|
option: string;
|
7077
7605
|
filename: string;
|
7078
7606
|
originalFilename: string;
|
7079
|
-
}[] | undefined>;
|
7607
|
+
}[] | [string, string] | undefined>;
|
7608
|
+
createdAtLocation: string;
|
7080
7609
|
assignedTo: null;
|
7081
7610
|
annotation?: Record<string, string | number | boolean | {
|
7082
7611
|
type: string;
|
@@ -7115,9 +7644,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7115
7644
|
option: string;
|
7116
7645
|
filename: string;
|
7117
7646
|
originalFilename: string;
|
7118
|
-
}[] | undefined> | undefined;
|
7119
|
-
createdAtLocation?: string | undefined;
|
7120
|
-
updatedAtLocation?: string | undefined;
|
7647
|
+
}[] | [string, string] | undefined> | undefined;
|
7121
7648
|
originalActionId?: string | undefined;
|
7122
7649
|
} | {
|
7123
7650
|
type: "REGISTER";
|
@@ -7164,7 +7691,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7164
7691
|
option: string;
|
7165
7692
|
filename: string;
|
7166
7693
|
originalFilename: string;
|
7167
|
-
}[] | undefined>;
|
7694
|
+
}[] | [string, string] | undefined>;
|
7695
|
+
createdAtLocation: string;
|
7168
7696
|
annotation?: Record<string, string | number | boolean | {
|
7169
7697
|
type: string;
|
7170
7698
|
filename: string;
|
@@ -7202,9 +7730,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7202
7730
|
option: string;
|
7203
7731
|
filename: string;
|
7204
7732
|
originalFilename: string;
|
7205
|
-
}[] | undefined> | undefined;
|
7206
|
-
createdAtLocation?: string | undefined;
|
7207
|
-
updatedAtLocation?: string | undefined;
|
7733
|
+
}[] | [string, string] | undefined> | undefined;
|
7208
7734
|
originalActionId?: string | undefined;
|
7209
7735
|
registrationNumber?: string | undefined;
|
7210
7736
|
} | {
|
@@ -7252,7 +7778,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7252
7778
|
option: string;
|
7253
7779
|
filename: string;
|
7254
7780
|
originalFilename: string;
|
7255
|
-
}[] | undefined>;
|
7781
|
+
}[] | [string, string] | undefined>;
|
7782
|
+
createdAtLocation: string;
|
7256
7783
|
annotation?: Record<string, string | number | boolean | {
|
7257
7784
|
type: string;
|
7258
7785
|
filename: string;
|
@@ -7290,9 +7817,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7290
7817
|
option: string;
|
7291
7818
|
filename: string;
|
7292
7819
|
originalFilename: string;
|
7293
|
-
}[] | undefined> | undefined;
|
7294
|
-
createdAtLocation?: string | undefined;
|
7295
|
-
updatedAtLocation?: string | undefined;
|
7820
|
+
}[] | [string, string] | undefined> | undefined;
|
7296
7821
|
originalActionId?: string | undefined;
|
7297
7822
|
} | {
|
7298
7823
|
type: "VALIDATE";
|
@@ -7339,7 +7864,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7339
7864
|
option: string;
|
7340
7865
|
filename: string;
|
7341
7866
|
originalFilename: string;
|
7342
|
-
}[] | undefined>;
|
7867
|
+
}[] | [string, string] | undefined>;
|
7868
|
+
createdAtLocation: string;
|
7343
7869
|
annotation?: Record<string, string | number | boolean | {
|
7344
7870
|
type: string;
|
7345
7871
|
filename: string;
|
@@ -7377,9 +7903,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7377
7903
|
option: string;
|
7378
7904
|
filename: string;
|
7379
7905
|
originalFilename: string;
|
7380
|
-
}[] | undefined> | undefined;
|
7381
|
-
createdAtLocation?: string | undefined;
|
7382
|
-
updatedAtLocation?: string | undefined;
|
7906
|
+
}[] | [string, string] | undefined> | undefined;
|
7383
7907
|
originalActionId?: string | undefined;
|
7384
7908
|
} | {
|
7385
7909
|
type: "REJECT";
|
@@ -7426,7 +7950,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7426
7950
|
option: string;
|
7427
7951
|
filename: string;
|
7428
7952
|
originalFilename: string;
|
7429
|
-
}[] | undefined>;
|
7953
|
+
}[] | [string, string] | undefined>;
|
7954
|
+
createdAtLocation: string;
|
7430
7955
|
annotation?: Record<string, string | number | boolean | {
|
7431
7956
|
type: string;
|
7432
7957
|
filename: string;
|
@@ -7464,9 +7989,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7464
7989
|
option: string;
|
7465
7990
|
filename: string;
|
7466
7991
|
originalFilename: string;
|
7467
|
-
}[] | undefined> | undefined;
|
7468
|
-
createdAtLocation?: string | undefined;
|
7469
|
-
updatedAtLocation?: string | undefined;
|
7992
|
+
}[] | [string, string] | undefined> | undefined;
|
7470
7993
|
originalActionId?: string | undefined;
|
7471
7994
|
} | {
|
7472
7995
|
type: "MARKED_AS_DUPLICATE";
|
@@ -7513,7 +8036,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7513
8036
|
option: string;
|
7514
8037
|
filename: string;
|
7515
8038
|
originalFilename: string;
|
7516
|
-
}[] | undefined>;
|
8039
|
+
}[] | [string, string] | undefined>;
|
8040
|
+
createdAtLocation: string;
|
7517
8041
|
annotation?: Record<string, string | number | boolean | {
|
7518
8042
|
type: string;
|
7519
8043
|
filename: string;
|
@@ -7551,9 +8075,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7551
8075
|
option: string;
|
7552
8076
|
filename: string;
|
7553
8077
|
originalFilename: string;
|
7554
|
-
}[] | undefined> | undefined;
|
7555
|
-
createdAtLocation?: string | undefined;
|
7556
|
-
updatedAtLocation?: string | undefined;
|
8078
|
+
}[] | [string, string] | undefined> | undefined;
|
7557
8079
|
originalActionId?: string | undefined;
|
7558
8080
|
} | {
|
7559
8081
|
type: "ARCHIVE";
|
@@ -7600,7 +8122,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7600
8122
|
option: string;
|
7601
8123
|
filename: string;
|
7602
8124
|
originalFilename: string;
|
7603
|
-
}[] | undefined>;
|
8125
|
+
}[] | [string, string] | undefined>;
|
8126
|
+
createdAtLocation: string;
|
7604
8127
|
annotation?: Record<string, string | number | boolean | {
|
7605
8128
|
type: string;
|
7606
8129
|
filename: string;
|
@@ -7638,9 +8161,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7638
8161
|
option: string;
|
7639
8162
|
filename: string;
|
7640
8163
|
originalFilename: string;
|
7641
|
-
}[] | undefined> | undefined;
|
7642
|
-
createdAtLocation?: string | undefined;
|
7643
|
-
updatedAtLocation?: string | undefined;
|
8164
|
+
}[] | [string, string] | undefined> | undefined;
|
7644
8165
|
originalActionId?: string | undefined;
|
7645
8166
|
} | {
|
7646
8167
|
type: "CREATE";
|
@@ -7687,7 +8208,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7687
8208
|
option: string;
|
7688
8209
|
filename: string;
|
7689
8210
|
originalFilename: string;
|
7690
|
-
}[] | undefined>;
|
8211
|
+
}[] | [string, string] | undefined>;
|
8212
|
+
createdAtLocation: string;
|
7691
8213
|
annotation?: Record<string, string | number | boolean | {
|
7692
8214
|
type: string;
|
7693
8215
|
filename: string;
|
@@ -7725,9 +8247,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7725
8247
|
option: string;
|
7726
8248
|
filename: string;
|
7727
8249
|
originalFilename: string;
|
7728
|
-
}[] | undefined> | undefined;
|
7729
|
-
createdAtLocation?: string | undefined;
|
7730
|
-
updatedAtLocation?: string | undefined;
|
8250
|
+
}[] | [string, string] | undefined> | undefined;
|
7731
8251
|
originalActionId?: string | undefined;
|
7732
8252
|
} | {
|
7733
8253
|
type: "NOTIFY";
|
@@ -7774,7 +8294,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7774
8294
|
option: string;
|
7775
8295
|
filename: string;
|
7776
8296
|
originalFilename: string;
|
7777
|
-
}[] | undefined>;
|
8297
|
+
}[] | [string, string] | undefined>;
|
8298
|
+
createdAtLocation: string;
|
7778
8299
|
annotation?: Record<string, string | number | boolean | {
|
7779
8300
|
type: string;
|
7780
8301
|
filename: string;
|
@@ -7812,9 +8333,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7812
8333
|
option: string;
|
7813
8334
|
filename: string;
|
7814
8335
|
originalFilename: string;
|
7815
|
-
}[] | undefined> | undefined;
|
7816
|
-
createdAtLocation?: string | undefined;
|
7817
|
-
updatedAtLocation?: string | undefined;
|
8336
|
+
}[] | [string, string] | undefined> | undefined;
|
7818
8337
|
originalActionId?: string | undefined;
|
7819
8338
|
} | {
|
7820
8339
|
type: "PRINT_CERTIFICATE";
|
@@ -7861,7 +8380,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7861
8380
|
option: string;
|
7862
8381
|
filename: string;
|
7863
8382
|
originalFilename: string;
|
7864
|
-
}[] | undefined>;
|
8383
|
+
}[] | [string, string] | undefined>;
|
8384
|
+
createdAtLocation: string;
|
7865
8385
|
annotation?: Record<string, string | number | boolean | {
|
7866
8386
|
type: string;
|
7867
8387
|
filename: string;
|
@@ -7899,9 +8419,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7899
8419
|
option: string;
|
7900
8420
|
filename: string;
|
7901
8421
|
originalFilename: string;
|
7902
|
-
}[] | undefined> | undefined;
|
7903
|
-
createdAtLocation?: string | undefined;
|
7904
|
-
updatedAtLocation?: string | undefined;
|
8422
|
+
}[] | [string, string] | undefined> | undefined;
|
7905
8423
|
originalActionId?: string | undefined;
|
7906
8424
|
} | {
|
7907
8425
|
type: "REQUEST_CORRECTION";
|
@@ -7948,7 +8466,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7948
8466
|
option: string;
|
7949
8467
|
filename: string;
|
7950
8468
|
originalFilename: string;
|
7951
|
-
}[] | undefined>;
|
8469
|
+
}[] | [string, string] | undefined>;
|
8470
|
+
createdAtLocation: string;
|
7952
8471
|
annotation?: Record<string, string | number | boolean | {
|
7953
8472
|
type: string;
|
7954
8473
|
filename: string;
|
@@ -7986,9 +8505,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
7986
8505
|
option: string;
|
7987
8506
|
filename: string;
|
7988
8507
|
originalFilename: string;
|
7989
|
-
}[] | undefined> | undefined;
|
7990
|
-
createdAtLocation?: string | undefined;
|
7991
|
-
updatedAtLocation?: string | undefined;
|
8508
|
+
}[] | [string, string] | undefined> | undefined;
|
7992
8509
|
originalActionId?: string | undefined;
|
7993
8510
|
} | {
|
7994
8511
|
type: "APPROVE_CORRECTION";
|
@@ -8035,7 +8552,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8035
8552
|
option: string;
|
8036
8553
|
filename: string;
|
8037
8554
|
originalFilename: string;
|
8038
|
-
}[] | undefined>;
|
8555
|
+
}[] | [string, string] | undefined>;
|
8556
|
+
createdAtLocation: string;
|
8039
8557
|
requestId: string;
|
8040
8558
|
annotation?: Record<string, string | number | boolean | {
|
8041
8559
|
type: string;
|
@@ -8074,9 +8592,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8074
8592
|
option: string;
|
8075
8593
|
filename: string;
|
8076
8594
|
originalFilename: string;
|
8077
|
-
}[] | undefined> | undefined;
|
8078
|
-
createdAtLocation?: string | undefined;
|
8079
|
-
updatedAtLocation?: string | undefined;
|
8595
|
+
}[] | [string, string] | undefined> | undefined;
|
8080
8596
|
originalActionId?: string | undefined;
|
8081
8597
|
} | {
|
8082
8598
|
type: "REJECT_CORRECTION";
|
@@ -8123,7 +8639,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8123
8639
|
option: string;
|
8124
8640
|
filename: string;
|
8125
8641
|
originalFilename: string;
|
8126
|
-
}[] | undefined>;
|
8642
|
+
}[] | [string, string] | undefined>;
|
8643
|
+
createdAtLocation: string;
|
8127
8644
|
requestId: string;
|
8128
8645
|
annotation?: Record<string, string | number | boolean | {
|
8129
8646
|
type: string;
|
@@ -8162,9 +8679,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8162
8679
|
option: string;
|
8163
8680
|
filename: string;
|
8164
8681
|
originalFilename: string;
|
8165
|
-
}[] | undefined> | undefined;
|
8166
|
-
createdAtLocation?: string | undefined;
|
8167
|
-
updatedAtLocation?: string | undefined;
|
8682
|
+
}[] | [string, string] | undefined> | undefined;
|
8168
8683
|
originalActionId?: string | undefined;
|
8169
8684
|
} | {
|
8170
8685
|
type: "READ";
|
@@ -8211,7 +8726,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8211
8726
|
option: string;
|
8212
8727
|
filename: string;
|
8213
8728
|
originalFilename: string;
|
8214
|
-
}[] | undefined>;
|
8729
|
+
}[] | [string, string] | undefined>;
|
8730
|
+
createdAtLocation: string;
|
8215
8731
|
annotation?: Record<string, string | number | boolean | {
|
8216
8732
|
type: string;
|
8217
8733
|
filename: string;
|
@@ -8249,9 +8765,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8249
8765
|
option: string;
|
8250
8766
|
filename: string;
|
8251
8767
|
originalFilename: string;
|
8252
|
-
}[] | undefined> | undefined;
|
8253
|
-
createdAtLocation?: string | undefined;
|
8254
|
-
updatedAtLocation?: string | undefined;
|
8768
|
+
}[] | [string, string] | undefined> | undefined;
|
8255
8769
|
originalActionId?: string | undefined;
|
8256
8770
|
} | {
|
8257
8771
|
type: "DECLARE" | "REGISTER" | "VALIDATE" | "NOTIFY" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
@@ -8259,13 +8773,17 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8259
8773
|
status: "Rejected";
|
8260
8774
|
transactionId: string;
|
8261
8775
|
createdAt: string;
|
8262
|
-
|
8776
|
+
createdBy: string;
|
8777
|
+
createdByRole: string;
|
8778
|
+
createdAtLocation: string;
|
8263
8779
|
originalActionId?: string | undefined;
|
8264
8780
|
})[];
|
8265
8781
|
trackingId: string;
|
8266
8782
|
dateOfEvent?: {
|
8267
8783
|
fieldId: string;
|
8268
8784
|
} | undefined;
|
8785
|
+
registeredAt?: string | undefined;
|
8786
|
+
registeredAtLocation?: string | undefined;
|
8269
8787
|
};
|
8270
8788
|
}>;
|
8271
8789
|
get: import("@trpc/server").TRPCQueryProcedure<{
|
@@ -8274,7 +8792,6 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8274
8792
|
type: string;
|
8275
8793
|
id: string;
|
8276
8794
|
createdAt: string;
|
8277
|
-
updatedAtLocation: string;
|
8278
8795
|
updatedAt: string;
|
8279
8796
|
actions: ({
|
8280
8797
|
type: "ASSIGN";
|
@@ -8321,7 +8838,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8321
8838
|
option: string;
|
8322
8839
|
filename: string;
|
8323
8840
|
originalFilename: string;
|
8324
|
-
}[] | undefined>;
|
8841
|
+
}[] | [string, string] | undefined>;
|
8842
|
+
createdAtLocation: string;
|
8325
8843
|
assignedTo: string;
|
8326
8844
|
annotation?: Record<string, string | number | boolean | {
|
8327
8845
|
type: string;
|
@@ -8360,9 +8878,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8360
8878
|
option: string;
|
8361
8879
|
filename: string;
|
8362
8880
|
originalFilename: string;
|
8363
|
-
}[] | undefined> | undefined;
|
8364
|
-
createdAtLocation?: string | undefined;
|
8365
|
-
updatedAtLocation?: string | undefined;
|
8881
|
+
}[] | [string, string] | undefined> | undefined;
|
8366
8882
|
originalActionId?: string | undefined;
|
8367
8883
|
} | {
|
8368
8884
|
type: "UNASSIGN";
|
@@ -8409,7 +8925,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8409
8925
|
option: string;
|
8410
8926
|
filename: string;
|
8411
8927
|
originalFilename: string;
|
8412
|
-
}[] | undefined>;
|
8928
|
+
}[] | [string, string] | undefined>;
|
8929
|
+
createdAtLocation: string;
|
8413
8930
|
assignedTo: null;
|
8414
8931
|
annotation?: Record<string, string | number | boolean | {
|
8415
8932
|
type: string;
|
@@ -8448,9 +8965,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8448
8965
|
option: string;
|
8449
8966
|
filename: string;
|
8450
8967
|
originalFilename: string;
|
8451
|
-
}[] | undefined> | undefined;
|
8452
|
-
createdAtLocation?: string | undefined;
|
8453
|
-
updatedAtLocation?: string | undefined;
|
8968
|
+
}[] | [string, string] | undefined> | undefined;
|
8454
8969
|
originalActionId?: string | undefined;
|
8455
8970
|
} | {
|
8456
8971
|
type: "REGISTER";
|
@@ -8497,7 +9012,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8497
9012
|
option: string;
|
8498
9013
|
filename: string;
|
8499
9014
|
originalFilename: string;
|
8500
|
-
}[] | undefined>;
|
9015
|
+
}[] | [string, string] | undefined>;
|
9016
|
+
createdAtLocation: string;
|
8501
9017
|
annotation?: Record<string, string | number | boolean | {
|
8502
9018
|
type: string;
|
8503
9019
|
filename: string;
|
@@ -8535,9 +9051,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8535
9051
|
option: string;
|
8536
9052
|
filename: string;
|
8537
9053
|
originalFilename: string;
|
8538
|
-
}[] | undefined> | undefined;
|
8539
|
-
createdAtLocation?: string | undefined;
|
8540
|
-
updatedAtLocation?: string | undefined;
|
9054
|
+
}[] | [string, string] | undefined> | undefined;
|
8541
9055
|
originalActionId?: string | undefined;
|
8542
9056
|
registrationNumber?: string | undefined;
|
8543
9057
|
} | {
|
@@ -8585,7 +9099,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8585
9099
|
option: string;
|
8586
9100
|
filename: string;
|
8587
9101
|
originalFilename: string;
|
8588
|
-
}[] | undefined>;
|
9102
|
+
}[] | [string, string] | undefined>;
|
9103
|
+
createdAtLocation: string;
|
8589
9104
|
annotation?: Record<string, string | number | boolean | {
|
8590
9105
|
type: string;
|
8591
9106
|
filename: string;
|
@@ -8623,9 +9138,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8623
9138
|
option: string;
|
8624
9139
|
filename: string;
|
8625
9140
|
originalFilename: string;
|
8626
|
-
}[] | undefined> | undefined;
|
8627
|
-
createdAtLocation?: string | undefined;
|
8628
|
-
updatedAtLocation?: string | undefined;
|
9141
|
+
}[] | [string, string] | undefined> | undefined;
|
8629
9142
|
originalActionId?: string | undefined;
|
8630
9143
|
} | {
|
8631
9144
|
type: "VALIDATE";
|
@@ -8672,7 +9185,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8672
9185
|
option: string;
|
8673
9186
|
filename: string;
|
8674
9187
|
originalFilename: string;
|
8675
|
-
}[] | undefined>;
|
9188
|
+
}[] | [string, string] | undefined>;
|
9189
|
+
createdAtLocation: string;
|
8676
9190
|
annotation?: Record<string, string | number | boolean | {
|
8677
9191
|
type: string;
|
8678
9192
|
filename: string;
|
@@ -8710,9 +9224,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8710
9224
|
option: string;
|
8711
9225
|
filename: string;
|
8712
9226
|
originalFilename: string;
|
8713
|
-
}[] | undefined> | undefined;
|
8714
|
-
createdAtLocation?: string | undefined;
|
8715
|
-
updatedAtLocation?: string | undefined;
|
9227
|
+
}[] | [string, string] | undefined> | undefined;
|
8716
9228
|
originalActionId?: string | undefined;
|
8717
9229
|
} | {
|
8718
9230
|
type: "REJECT";
|
@@ -8759,7 +9271,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8759
9271
|
option: string;
|
8760
9272
|
filename: string;
|
8761
9273
|
originalFilename: string;
|
8762
|
-
}[] | undefined>;
|
9274
|
+
}[] | [string, string] | undefined>;
|
9275
|
+
createdAtLocation: string;
|
8763
9276
|
annotation?: Record<string, string | number | boolean | {
|
8764
9277
|
type: string;
|
8765
9278
|
filename: string;
|
@@ -8797,9 +9310,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8797
9310
|
option: string;
|
8798
9311
|
filename: string;
|
8799
9312
|
originalFilename: string;
|
8800
|
-
}[] | undefined> | undefined;
|
8801
|
-
createdAtLocation?: string | undefined;
|
8802
|
-
updatedAtLocation?: string | undefined;
|
9313
|
+
}[] | [string, string] | undefined> | undefined;
|
8803
9314
|
originalActionId?: string | undefined;
|
8804
9315
|
} | {
|
8805
9316
|
type: "MARKED_AS_DUPLICATE";
|
@@ -8846,7 +9357,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8846
9357
|
option: string;
|
8847
9358
|
filename: string;
|
8848
9359
|
originalFilename: string;
|
8849
|
-
}[] | undefined>;
|
9360
|
+
}[] | [string, string] | undefined>;
|
9361
|
+
createdAtLocation: string;
|
8850
9362
|
annotation?: Record<string, string | number | boolean | {
|
8851
9363
|
type: string;
|
8852
9364
|
filename: string;
|
@@ -8884,9 +9396,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8884
9396
|
option: string;
|
8885
9397
|
filename: string;
|
8886
9398
|
originalFilename: string;
|
8887
|
-
}[] | undefined> | undefined;
|
8888
|
-
createdAtLocation?: string | undefined;
|
8889
|
-
updatedAtLocation?: string | undefined;
|
9399
|
+
}[] | [string, string] | undefined> | undefined;
|
8890
9400
|
originalActionId?: string | undefined;
|
8891
9401
|
} | {
|
8892
9402
|
type: "ARCHIVE";
|
@@ -8933,7 +9443,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8933
9443
|
option: string;
|
8934
9444
|
filename: string;
|
8935
9445
|
originalFilename: string;
|
8936
|
-
}[] | undefined>;
|
9446
|
+
}[] | [string, string] | undefined>;
|
9447
|
+
createdAtLocation: string;
|
8937
9448
|
annotation?: Record<string, string | number | boolean | {
|
8938
9449
|
type: string;
|
8939
9450
|
filename: string;
|
@@ -8971,9 +9482,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
8971
9482
|
option: string;
|
8972
9483
|
filename: string;
|
8973
9484
|
originalFilename: string;
|
8974
|
-
}[] | undefined> | undefined;
|
8975
|
-
createdAtLocation?: string | undefined;
|
8976
|
-
updatedAtLocation?: string | undefined;
|
9485
|
+
}[] | [string, string] | undefined> | undefined;
|
8977
9486
|
originalActionId?: string | undefined;
|
8978
9487
|
} | {
|
8979
9488
|
type: "CREATE";
|
@@ -9020,7 +9529,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9020
9529
|
option: string;
|
9021
9530
|
filename: string;
|
9022
9531
|
originalFilename: string;
|
9023
|
-
}[] | undefined>;
|
9532
|
+
}[] | [string, string] | undefined>;
|
9533
|
+
createdAtLocation: string;
|
9024
9534
|
annotation?: Record<string, string | number | boolean | {
|
9025
9535
|
type: string;
|
9026
9536
|
filename: string;
|
@@ -9058,9 +9568,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9058
9568
|
option: string;
|
9059
9569
|
filename: string;
|
9060
9570
|
originalFilename: string;
|
9061
|
-
}[] | undefined> | undefined;
|
9062
|
-
createdAtLocation?: string | undefined;
|
9063
|
-
updatedAtLocation?: string | undefined;
|
9571
|
+
}[] | [string, string] | undefined> | undefined;
|
9064
9572
|
originalActionId?: string | undefined;
|
9065
9573
|
} | {
|
9066
9574
|
type: "NOTIFY";
|
@@ -9107,7 +9615,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9107
9615
|
option: string;
|
9108
9616
|
filename: string;
|
9109
9617
|
originalFilename: string;
|
9110
|
-
}[] | undefined>;
|
9618
|
+
}[] | [string, string] | undefined>;
|
9619
|
+
createdAtLocation: string;
|
9111
9620
|
annotation?: Record<string, string | number | boolean | {
|
9112
9621
|
type: string;
|
9113
9622
|
filename: string;
|
@@ -9145,9 +9654,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9145
9654
|
option: string;
|
9146
9655
|
filename: string;
|
9147
9656
|
originalFilename: string;
|
9148
|
-
}[] | undefined> | undefined;
|
9149
|
-
createdAtLocation?: string | undefined;
|
9150
|
-
updatedAtLocation?: string | undefined;
|
9657
|
+
}[] | [string, string] | undefined> | undefined;
|
9151
9658
|
originalActionId?: string | undefined;
|
9152
9659
|
} | {
|
9153
9660
|
type: "PRINT_CERTIFICATE";
|
@@ -9194,7 +9701,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9194
9701
|
option: string;
|
9195
9702
|
filename: string;
|
9196
9703
|
originalFilename: string;
|
9197
|
-
}[] | undefined>;
|
9704
|
+
}[] | [string, string] | undefined>;
|
9705
|
+
createdAtLocation: string;
|
9198
9706
|
annotation?: Record<string, string | number | boolean | {
|
9199
9707
|
type: string;
|
9200
9708
|
filename: string;
|
@@ -9232,9 +9740,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9232
9740
|
option: string;
|
9233
9741
|
filename: string;
|
9234
9742
|
originalFilename: string;
|
9235
|
-
}[] | undefined> | undefined;
|
9236
|
-
createdAtLocation?: string | undefined;
|
9237
|
-
updatedAtLocation?: string | undefined;
|
9743
|
+
}[] | [string, string] | undefined> | undefined;
|
9238
9744
|
originalActionId?: string | undefined;
|
9239
9745
|
} | {
|
9240
9746
|
type: "REQUEST_CORRECTION";
|
@@ -9281,7 +9787,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9281
9787
|
option: string;
|
9282
9788
|
filename: string;
|
9283
9789
|
originalFilename: string;
|
9284
|
-
}[] | undefined>;
|
9790
|
+
}[] | [string, string] | undefined>;
|
9791
|
+
createdAtLocation: string;
|
9285
9792
|
annotation?: Record<string, string | number | boolean | {
|
9286
9793
|
type: string;
|
9287
9794
|
filename: string;
|
@@ -9319,9 +9826,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9319
9826
|
option: string;
|
9320
9827
|
filename: string;
|
9321
9828
|
originalFilename: string;
|
9322
|
-
}[] | undefined> | undefined;
|
9323
|
-
createdAtLocation?: string | undefined;
|
9324
|
-
updatedAtLocation?: string | undefined;
|
9829
|
+
}[] | [string, string] | undefined> | undefined;
|
9325
9830
|
originalActionId?: string | undefined;
|
9326
9831
|
} | {
|
9327
9832
|
type: "APPROVE_CORRECTION";
|
@@ -9368,7 +9873,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9368
9873
|
option: string;
|
9369
9874
|
filename: string;
|
9370
9875
|
originalFilename: string;
|
9371
|
-
}[] | undefined>;
|
9876
|
+
}[] | [string, string] | undefined>;
|
9877
|
+
createdAtLocation: string;
|
9372
9878
|
requestId: string;
|
9373
9879
|
annotation?: Record<string, string | number | boolean | {
|
9374
9880
|
type: string;
|
@@ -9407,9 +9913,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9407
9913
|
option: string;
|
9408
9914
|
filename: string;
|
9409
9915
|
originalFilename: string;
|
9410
|
-
}[] | undefined> | undefined;
|
9411
|
-
createdAtLocation?: string | undefined;
|
9412
|
-
updatedAtLocation?: string | undefined;
|
9916
|
+
}[] | [string, string] | undefined> | undefined;
|
9413
9917
|
originalActionId?: string | undefined;
|
9414
9918
|
} | {
|
9415
9919
|
type: "REJECT_CORRECTION";
|
@@ -9456,7 +9960,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9456
9960
|
option: string;
|
9457
9961
|
filename: string;
|
9458
9962
|
originalFilename: string;
|
9459
|
-
}[] | undefined>;
|
9963
|
+
}[] | [string, string] | undefined>;
|
9964
|
+
createdAtLocation: string;
|
9460
9965
|
requestId: string;
|
9461
9966
|
annotation?: Record<string, string | number | boolean | {
|
9462
9967
|
type: string;
|
@@ -9495,9 +10000,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9495
10000
|
option: string;
|
9496
10001
|
filename: string;
|
9497
10002
|
originalFilename: string;
|
9498
|
-
}[] | undefined> | undefined;
|
9499
|
-
createdAtLocation?: string | undefined;
|
9500
|
-
updatedAtLocation?: string | undefined;
|
10003
|
+
}[] | [string, string] | undefined> | undefined;
|
9501
10004
|
originalActionId?: string | undefined;
|
9502
10005
|
} | {
|
9503
10006
|
type: "READ";
|
@@ -9544,7 +10047,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9544
10047
|
option: string;
|
9545
10048
|
filename: string;
|
9546
10049
|
originalFilename: string;
|
9547
|
-
}[] | undefined>;
|
10050
|
+
}[] | [string, string] | undefined>;
|
10051
|
+
createdAtLocation: string;
|
9548
10052
|
annotation?: Record<string, string | number | boolean | {
|
9549
10053
|
type: string;
|
9550
10054
|
filename: string;
|
@@ -9582,9 +10086,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9582
10086
|
option: string;
|
9583
10087
|
filename: string;
|
9584
10088
|
originalFilename: string;
|
9585
|
-
}[] | undefined> | undefined;
|
9586
|
-
createdAtLocation?: string | undefined;
|
9587
|
-
updatedAtLocation?: string | undefined;
|
10089
|
+
}[] | [string, string] | undefined> | undefined;
|
9588
10090
|
originalActionId?: string | undefined;
|
9589
10091
|
} | {
|
9590
10092
|
type: "DECLARE" | "REGISTER" | "VALIDATE" | "NOTIFY" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
@@ -9592,13 +10094,17 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9592
10094
|
status: "Rejected";
|
9593
10095
|
transactionId: string;
|
9594
10096
|
createdAt: string;
|
9595
|
-
|
10097
|
+
createdBy: string;
|
10098
|
+
createdByRole: string;
|
10099
|
+
createdAtLocation: string;
|
9596
10100
|
originalActionId?: string | undefined;
|
9597
10101
|
})[];
|
9598
10102
|
trackingId: string;
|
9599
10103
|
dateOfEvent?: {
|
9600
10104
|
fieldId: string;
|
9601
10105
|
} | undefined;
|
10106
|
+
registeredAt?: string | undefined;
|
10107
|
+
registeredAtLocation?: string | undefined;
|
9602
10108
|
};
|
9603
10109
|
}>;
|
9604
10110
|
delete: import("@trpc/server").TRPCMutationProcedure<{
|
@@ -9666,7 +10172,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9666
10172
|
option: string;
|
9667
10173
|
filename: string;
|
9668
10174
|
originalFilename: string;
|
9669
|
-
}[] | undefined>;
|
10175
|
+
}[] | [string, string] | undefined>;
|
10176
|
+
createdAtLocation: string;
|
9670
10177
|
annotation?: Record<string, string | number | boolean | {
|
9671
10178
|
type: string;
|
9672
10179
|
filename: string;
|
@@ -9704,9 +10211,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9704
10211
|
option: string;
|
9705
10212
|
filename: string;
|
9706
10213
|
originalFilename: string;
|
9707
|
-
}[] | undefined> | undefined;
|
9708
|
-
createdAtLocation?: string | undefined;
|
9709
|
-
updatedAtLocation?: string | undefined;
|
10214
|
+
}[] | [string, string] | undefined> | undefined;
|
9710
10215
|
originalActionId?: string | undefined;
|
9711
10216
|
};
|
9712
10217
|
}[];
|
@@ -9714,6 +10219,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9714
10219
|
create: import("@trpc/server").TRPCMutationProcedure<{
|
9715
10220
|
input: {
|
9716
10221
|
type: "DECLARE" | "REGISTER" | "VALIDATE" | "DELETE" | "CREATE" | "NOTIFY" | "DETECT_DUPLICATE" | "REJECT" | "MARKED_AS_DUPLICATE" | "ARCHIVE" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "REJECT_CORRECTION" | "APPROVE_CORRECTION" | "READ" | "ASSIGN" | "UNASSIGN";
|
10222
|
+
status: "Rejected" | "Requested" | "Accepted";
|
9717
10223
|
transactionId: string;
|
9718
10224
|
eventId: string;
|
9719
10225
|
declaration?: Record<string, string | number | boolean | {
|
@@ -9753,7 +10259,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9753
10259
|
option: string;
|
9754
10260
|
filename: string;
|
9755
10261
|
originalFilename: string;
|
9756
|
-
}[] | undefined> | undefined;
|
10262
|
+
}[] | [string, string] | undefined> | undefined;
|
9757
10263
|
annotation?: Record<string, string | number | boolean | {
|
9758
10264
|
type: string;
|
9759
10265
|
filename: string;
|
@@ -9791,7 +10297,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9791
10297
|
option: string;
|
9792
10298
|
filename: string;
|
9793
10299
|
originalFilename: string;
|
9794
|
-
}[] | undefined> | undefined;
|
10300
|
+
}[] | [string, string] | undefined> | undefined;
|
9795
10301
|
originalActionId?: string | undefined;
|
9796
10302
|
keepAssignment?: boolean | undefined;
|
9797
10303
|
};
|
@@ -9844,7 +10350,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9844
10350
|
option: string;
|
9845
10351
|
filename: string;
|
9846
10352
|
originalFilename: string;
|
9847
|
-
}[] | undefined>;
|
10353
|
+
}[] | [string, string] | undefined>;
|
10354
|
+
createdAtLocation: string;
|
9848
10355
|
annotation?: Record<string, string | number | boolean | {
|
9849
10356
|
type: string;
|
9850
10357
|
filename: string;
|
@@ -9882,9 +10389,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
9882
10389
|
option: string;
|
9883
10390
|
filename: string;
|
9884
10391
|
originalFilename: string;
|
9885
|
-
}[] | undefined> | undefined;
|
9886
|
-
createdAtLocation?: string | undefined;
|
9887
|
-
updatedAtLocation?: string | undefined;
|
10392
|
+
}[] | [string, string] | undefined> | undefined;
|
9888
10393
|
originalActionId?: string | undefined;
|
9889
10394
|
};
|
9890
10395
|
};
|
@@ -10120,7 +10625,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10120
10625
|
option: string;
|
10121
10626
|
filename: string;
|
10122
10627
|
originalFilename: string;
|
10123
|
-
}[] | undefined> | undefined;
|
10628
|
+
}[] | [string, string] | undefined> | undefined;
|
10124
10629
|
annotation?: Record<string, string | number | boolean | {
|
10125
10630
|
type: string;
|
10126
10631
|
filename: string;
|
@@ -10158,7 +10663,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10158
10663
|
option: string;
|
10159
10664
|
filename: string;
|
10160
10665
|
originalFilename: string;
|
10161
|
-
}[] | undefined> | undefined;
|
10666
|
+
}[] | [string, string] | undefined> | undefined;
|
10162
10667
|
originalActionId?: string | undefined;
|
10163
10668
|
keepAssignment?: boolean | undefined;
|
10164
10669
|
};
|
@@ -10166,7 +10671,6 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10166
10671
|
type: string;
|
10167
10672
|
id: string;
|
10168
10673
|
createdAt: string;
|
10169
|
-
updatedAtLocation: string;
|
10170
10674
|
updatedAt: string;
|
10171
10675
|
actions: ({
|
10172
10676
|
type: "ASSIGN";
|
@@ -10213,7 +10717,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10213
10717
|
option: string;
|
10214
10718
|
filename: string;
|
10215
10719
|
originalFilename: string;
|
10216
|
-
}[] | undefined>;
|
10720
|
+
}[] | [string, string] | undefined>;
|
10721
|
+
createdAtLocation: string;
|
10217
10722
|
assignedTo: string;
|
10218
10723
|
annotation?: Record<string, string | number | boolean | {
|
10219
10724
|
type: string;
|
@@ -10252,9 +10757,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10252
10757
|
option: string;
|
10253
10758
|
filename: string;
|
10254
10759
|
originalFilename: string;
|
10255
|
-
}[] | undefined> | undefined;
|
10256
|
-
createdAtLocation?: string | undefined;
|
10257
|
-
updatedAtLocation?: string | undefined;
|
10760
|
+
}[] | [string, string] | undefined> | undefined;
|
10258
10761
|
originalActionId?: string | undefined;
|
10259
10762
|
} | {
|
10260
10763
|
type: "UNASSIGN";
|
@@ -10301,7 +10804,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10301
10804
|
option: string;
|
10302
10805
|
filename: string;
|
10303
10806
|
originalFilename: string;
|
10304
|
-
}[] | undefined>;
|
10807
|
+
}[] | [string, string] | undefined>;
|
10808
|
+
createdAtLocation: string;
|
10305
10809
|
assignedTo: null;
|
10306
10810
|
annotation?: Record<string, string | number | boolean | {
|
10307
10811
|
type: string;
|
@@ -10340,9 +10844,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10340
10844
|
option: string;
|
10341
10845
|
filename: string;
|
10342
10846
|
originalFilename: string;
|
10343
|
-
}[] | undefined> | undefined;
|
10344
|
-
createdAtLocation?: string | undefined;
|
10345
|
-
updatedAtLocation?: string | undefined;
|
10847
|
+
}[] | [string, string] | undefined> | undefined;
|
10346
10848
|
originalActionId?: string | undefined;
|
10347
10849
|
} | {
|
10348
10850
|
type: "REGISTER";
|
@@ -10389,7 +10891,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10389
10891
|
option: string;
|
10390
10892
|
filename: string;
|
10391
10893
|
originalFilename: string;
|
10392
|
-
}[] | undefined>;
|
10894
|
+
}[] | [string, string] | undefined>;
|
10895
|
+
createdAtLocation: string;
|
10393
10896
|
annotation?: Record<string, string | number | boolean | {
|
10394
10897
|
type: string;
|
10395
10898
|
filename: string;
|
@@ -10427,9 +10930,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10427
10930
|
option: string;
|
10428
10931
|
filename: string;
|
10429
10932
|
originalFilename: string;
|
10430
|
-
}[] | undefined> | undefined;
|
10431
|
-
createdAtLocation?: string | undefined;
|
10432
|
-
updatedAtLocation?: string | undefined;
|
10933
|
+
}[] | [string, string] | undefined> | undefined;
|
10433
10934
|
originalActionId?: string | undefined;
|
10434
10935
|
registrationNumber?: string | undefined;
|
10435
10936
|
} | {
|
@@ -10477,7 +10978,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10477
10978
|
option: string;
|
10478
10979
|
filename: string;
|
10479
10980
|
originalFilename: string;
|
10480
|
-
}[] | undefined>;
|
10981
|
+
}[] | [string, string] | undefined>;
|
10982
|
+
createdAtLocation: string;
|
10481
10983
|
annotation?: Record<string, string | number | boolean | {
|
10482
10984
|
type: string;
|
10483
10985
|
filename: string;
|
@@ -10515,9 +11017,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10515
11017
|
option: string;
|
10516
11018
|
filename: string;
|
10517
11019
|
originalFilename: string;
|
10518
|
-
}[] | undefined> | undefined;
|
10519
|
-
createdAtLocation?: string | undefined;
|
10520
|
-
updatedAtLocation?: string | undefined;
|
11020
|
+
}[] | [string, string] | undefined> | undefined;
|
10521
11021
|
originalActionId?: string | undefined;
|
10522
11022
|
} | {
|
10523
11023
|
type: "VALIDATE";
|
@@ -10564,7 +11064,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10564
11064
|
option: string;
|
10565
11065
|
filename: string;
|
10566
11066
|
originalFilename: string;
|
10567
|
-
}[] | undefined>;
|
11067
|
+
}[] | [string, string] | undefined>;
|
11068
|
+
createdAtLocation: string;
|
10568
11069
|
annotation?: Record<string, string | number | boolean | {
|
10569
11070
|
type: string;
|
10570
11071
|
filename: string;
|
@@ -10602,9 +11103,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10602
11103
|
option: string;
|
10603
11104
|
filename: string;
|
10604
11105
|
originalFilename: string;
|
10605
|
-
}[] | undefined> | undefined;
|
10606
|
-
createdAtLocation?: string | undefined;
|
10607
|
-
updatedAtLocation?: string | undefined;
|
11106
|
+
}[] | [string, string] | undefined> | undefined;
|
10608
11107
|
originalActionId?: string | undefined;
|
10609
11108
|
} | {
|
10610
11109
|
type: "REJECT";
|
@@ -10651,7 +11150,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10651
11150
|
option: string;
|
10652
11151
|
filename: string;
|
10653
11152
|
originalFilename: string;
|
10654
|
-
}[] | undefined>;
|
11153
|
+
}[] | [string, string] | undefined>;
|
11154
|
+
createdAtLocation: string;
|
10655
11155
|
annotation?: Record<string, string | number | boolean | {
|
10656
11156
|
type: string;
|
10657
11157
|
filename: string;
|
@@ -10689,9 +11189,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10689
11189
|
option: string;
|
10690
11190
|
filename: string;
|
10691
11191
|
originalFilename: string;
|
10692
|
-
}[] | undefined> | undefined;
|
10693
|
-
createdAtLocation?: string | undefined;
|
10694
|
-
updatedAtLocation?: string | undefined;
|
11192
|
+
}[] | [string, string] | undefined> | undefined;
|
10695
11193
|
originalActionId?: string | undefined;
|
10696
11194
|
} | {
|
10697
11195
|
type: "MARKED_AS_DUPLICATE";
|
@@ -10738,7 +11236,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10738
11236
|
option: string;
|
10739
11237
|
filename: string;
|
10740
11238
|
originalFilename: string;
|
10741
|
-
}[] | undefined>;
|
11239
|
+
}[] | [string, string] | undefined>;
|
11240
|
+
createdAtLocation: string;
|
10742
11241
|
annotation?: Record<string, string | number | boolean | {
|
10743
11242
|
type: string;
|
10744
11243
|
filename: string;
|
@@ -10776,9 +11275,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10776
11275
|
option: string;
|
10777
11276
|
filename: string;
|
10778
11277
|
originalFilename: string;
|
10779
|
-
}[] | undefined> | undefined;
|
10780
|
-
createdAtLocation?: string | undefined;
|
10781
|
-
updatedAtLocation?: string | undefined;
|
11278
|
+
}[] | [string, string] | undefined> | undefined;
|
10782
11279
|
originalActionId?: string | undefined;
|
10783
11280
|
} | {
|
10784
11281
|
type: "ARCHIVE";
|
@@ -10825,7 +11322,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10825
11322
|
option: string;
|
10826
11323
|
filename: string;
|
10827
11324
|
originalFilename: string;
|
10828
|
-
}[] | undefined>;
|
11325
|
+
}[] | [string, string] | undefined>;
|
11326
|
+
createdAtLocation: string;
|
10829
11327
|
annotation?: Record<string, string | number | boolean | {
|
10830
11328
|
type: string;
|
10831
11329
|
filename: string;
|
@@ -10863,9 +11361,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10863
11361
|
option: string;
|
10864
11362
|
filename: string;
|
10865
11363
|
originalFilename: string;
|
10866
|
-
}[] | undefined> | undefined;
|
10867
|
-
createdAtLocation?: string | undefined;
|
10868
|
-
updatedAtLocation?: string | undefined;
|
11364
|
+
}[] | [string, string] | undefined> | undefined;
|
10869
11365
|
originalActionId?: string | undefined;
|
10870
11366
|
} | {
|
10871
11367
|
type: "CREATE";
|
@@ -10912,7 +11408,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10912
11408
|
option: string;
|
10913
11409
|
filename: string;
|
10914
11410
|
originalFilename: string;
|
10915
|
-
}[] | undefined>;
|
11411
|
+
}[] | [string, string] | undefined>;
|
11412
|
+
createdAtLocation: string;
|
10916
11413
|
annotation?: Record<string, string | number | boolean | {
|
10917
11414
|
type: string;
|
10918
11415
|
filename: string;
|
@@ -10950,9 +11447,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10950
11447
|
option: string;
|
10951
11448
|
filename: string;
|
10952
11449
|
originalFilename: string;
|
10953
|
-
}[] | undefined> | undefined;
|
10954
|
-
createdAtLocation?: string | undefined;
|
10955
|
-
updatedAtLocation?: string | undefined;
|
11450
|
+
}[] | [string, string] | undefined> | undefined;
|
10956
11451
|
originalActionId?: string | undefined;
|
10957
11452
|
} | {
|
10958
11453
|
type: "NOTIFY";
|
@@ -10999,7 +11494,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
10999
11494
|
option: string;
|
11000
11495
|
filename: string;
|
11001
11496
|
originalFilename: string;
|
11002
|
-
}[] | undefined>;
|
11497
|
+
}[] | [string, string] | undefined>;
|
11498
|
+
createdAtLocation: string;
|
11003
11499
|
annotation?: Record<string, string | number | boolean | {
|
11004
11500
|
type: string;
|
11005
11501
|
filename: string;
|
@@ -11037,9 +11533,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11037
11533
|
option: string;
|
11038
11534
|
filename: string;
|
11039
11535
|
originalFilename: string;
|
11040
|
-
}[] | undefined> | undefined;
|
11041
|
-
createdAtLocation?: string | undefined;
|
11042
|
-
updatedAtLocation?: string | undefined;
|
11536
|
+
}[] | [string, string] | undefined> | undefined;
|
11043
11537
|
originalActionId?: string | undefined;
|
11044
11538
|
} | {
|
11045
11539
|
type: "PRINT_CERTIFICATE";
|
@@ -11086,7 +11580,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11086
11580
|
option: string;
|
11087
11581
|
filename: string;
|
11088
11582
|
originalFilename: string;
|
11089
|
-
}[] | undefined>;
|
11583
|
+
}[] | [string, string] | undefined>;
|
11584
|
+
createdAtLocation: string;
|
11090
11585
|
annotation?: Record<string, string | number | boolean | {
|
11091
11586
|
type: string;
|
11092
11587
|
filename: string;
|
@@ -11124,9 +11619,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11124
11619
|
option: string;
|
11125
11620
|
filename: string;
|
11126
11621
|
originalFilename: string;
|
11127
|
-
}[] | undefined> | undefined;
|
11128
|
-
createdAtLocation?: string | undefined;
|
11129
|
-
updatedAtLocation?: string | undefined;
|
11622
|
+
}[] | [string, string] | undefined> | undefined;
|
11130
11623
|
originalActionId?: string | undefined;
|
11131
11624
|
} | {
|
11132
11625
|
type: "REQUEST_CORRECTION";
|
@@ -11173,7 +11666,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11173
11666
|
option: string;
|
11174
11667
|
filename: string;
|
11175
11668
|
originalFilename: string;
|
11176
|
-
}[] | undefined>;
|
11669
|
+
}[] | [string, string] | undefined>;
|
11670
|
+
createdAtLocation: string;
|
11177
11671
|
annotation?: Record<string, string | number | boolean | {
|
11178
11672
|
type: string;
|
11179
11673
|
filename: string;
|
@@ -11211,9 +11705,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11211
11705
|
option: string;
|
11212
11706
|
filename: string;
|
11213
11707
|
originalFilename: string;
|
11214
|
-
}[] | undefined> | undefined;
|
11215
|
-
createdAtLocation?: string | undefined;
|
11216
|
-
updatedAtLocation?: string | undefined;
|
11708
|
+
}[] | [string, string] | undefined> | undefined;
|
11217
11709
|
originalActionId?: string | undefined;
|
11218
11710
|
} | {
|
11219
11711
|
type: "APPROVE_CORRECTION";
|
@@ -11260,7 +11752,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11260
11752
|
option: string;
|
11261
11753
|
filename: string;
|
11262
11754
|
originalFilename: string;
|
11263
|
-
}[] | undefined>;
|
11755
|
+
}[] | [string, string] | undefined>;
|
11756
|
+
createdAtLocation: string;
|
11264
11757
|
requestId: string;
|
11265
11758
|
annotation?: Record<string, string | number | boolean | {
|
11266
11759
|
type: string;
|
@@ -11299,9 +11792,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11299
11792
|
option: string;
|
11300
11793
|
filename: string;
|
11301
11794
|
originalFilename: string;
|
11302
|
-
}[] | undefined> | undefined;
|
11303
|
-
createdAtLocation?: string | undefined;
|
11304
|
-
updatedAtLocation?: string | undefined;
|
11795
|
+
}[] | [string, string] | undefined> | undefined;
|
11305
11796
|
originalActionId?: string | undefined;
|
11306
11797
|
} | {
|
11307
11798
|
type: "REJECT_CORRECTION";
|
@@ -11348,7 +11839,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11348
11839
|
option: string;
|
11349
11840
|
filename: string;
|
11350
11841
|
originalFilename: string;
|
11351
|
-
}[] | undefined>;
|
11842
|
+
}[] | [string, string] | undefined>;
|
11843
|
+
createdAtLocation: string;
|
11352
11844
|
requestId: string;
|
11353
11845
|
annotation?: Record<string, string | number | boolean | {
|
11354
11846
|
type: string;
|
@@ -11387,9 +11879,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11387
11879
|
option: string;
|
11388
11880
|
filename: string;
|
11389
11881
|
originalFilename: string;
|
11390
|
-
}[] | undefined> | undefined;
|
11391
|
-
createdAtLocation?: string | undefined;
|
11392
|
-
updatedAtLocation?: string | undefined;
|
11882
|
+
}[] | [string, string] | undefined> | undefined;
|
11393
11883
|
originalActionId?: string | undefined;
|
11394
11884
|
} | {
|
11395
11885
|
type: "READ";
|
@@ -11436,7 +11926,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11436
11926
|
option: string;
|
11437
11927
|
filename: string;
|
11438
11928
|
originalFilename: string;
|
11439
|
-
}[] | undefined>;
|
11929
|
+
}[] | [string, string] | undefined>;
|
11930
|
+
createdAtLocation: string;
|
11440
11931
|
annotation?: Record<string, string | number | boolean | {
|
11441
11932
|
type: string;
|
11442
11933
|
filename: string;
|
@@ -11474,9 +11965,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11474
11965
|
option: string;
|
11475
11966
|
filename: string;
|
11476
11967
|
originalFilename: string;
|
11477
|
-
}[] | undefined> | undefined;
|
11478
|
-
createdAtLocation?: string | undefined;
|
11479
|
-
updatedAtLocation?: string | undefined;
|
11968
|
+
}[] | [string, string] | undefined> | undefined;
|
11480
11969
|
originalActionId?: string | undefined;
|
11481
11970
|
} | {
|
11482
11971
|
type: "DECLARE" | "REGISTER" | "VALIDATE" | "NOTIFY" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
@@ -11484,13 +11973,17 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11484
11973
|
status: "Rejected";
|
11485
11974
|
transactionId: string;
|
11486
11975
|
createdAt: string;
|
11487
|
-
|
11976
|
+
createdBy: string;
|
11977
|
+
createdByRole: string;
|
11978
|
+
createdAtLocation: string;
|
11488
11979
|
originalActionId?: string | undefined;
|
11489
11980
|
})[];
|
11490
11981
|
trackingId: string;
|
11491
11982
|
dateOfEvent?: {
|
11492
11983
|
fieldId: string;
|
11493
11984
|
} | undefined;
|
11985
|
+
registeredAt?: string | undefined;
|
11986
|
+
registeredAtLocation?: string | undefined;
|
11494
11987
|
};
|
11495
11988
|
}>;
|
11496
11989
|
unassign: import("@trpc/server").TRPCMutationProcedure<{
|
@@ -11535,7 +12028,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11535
12028
|
option: string;
|
11536
12029
|
filename: string;
|
11537
12030
|
originalFilename: string;
|
11538
|
-
}[] | undefined> | undefined;
|
12031
|
+
}[] | [string, string] | undefined> | undefined;
|
11539
12032
|
annotation?: Record<string, string | number | boolean | {
|
11540
12033
|
type: string;
|
11541
12034
|
filename: string;
|
@@ -11573,7 +12066,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11573
12066
|
option: string;
|
11574
12067
|
filename: string;
|
11575
12068
|
originalFilename: string;
|
11576
|
-
}[] | undefined> | undefined;
|
12069
|
+
}[] | [string, string] | undefined> | undefined;
|
11577
12070
|
originalActionId?: string | undefined;
|
11578
12071
|
assignedTo?: null | undefined;
|
11579
12072
|
keepAssignment?: boolean | undefined;
|
@@ -11582,7 +12075,6 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11582
12075
|
type: string;
|
11583
12076
|
id: string;
|
11584
12077
|
createdAt: string;
|
11585
|
-
updatedAtLocation: string;
|
11586
12078
|
updatedAt: string;
|
11587
12079
|
actions: ({
|
11588
12080
|
type: "ASSIGN";
|
@@ -11629,7 +12121,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11629
12121
|
option: string;
|
11630
12122
|
filename: string;
|
11631
12123
|
originalFilename: string;
|
11632
|
-
}[] | undefined>;
|
12124
|
+
}[] | [string, string] | undefined>;
|
12125
|
+
createdAtLocation: string;
|
11633
12126
|
assignedTo: string;
|
11634
12127
|
annotation?: Record<string, string | number | boolean | {
|
11635
12128
|
type: string;
|
@@ -11668,9 +12161,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11668
12161
|
option: string;
|
11669
12162
|
filename: string;
|
11670
12163
|
originalFilename: string;
|
11671
|
-
}[] | undefined> | undefined;
|
11672
|
-
createdAtLocation?: string | undefined;
|
11673
|
-
updatedAtLocation?: string | undefined;
|
12164
|
+
}[] | [string, string] | undefined> | undefined;
|
11674
12165
|
originalActionId?: string | undefined;
|
11675
12166
|
} | {
|
11676
12167
|
type: "UNASSIGN";
|
@@ -11717,7 +12208,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11717
12208
|
option: string;
|
11718
12209
|
filename: string;
|
11719
12210
|
originalFilename: string;
|
11720
|
-
}[] | undefined>;
|
12211
|
+
}[] | [string, string] | undefined>;
|
12212
|
+
createdAtLocation: string;
|
11721
12213
|
assignedTo: null;
|
11722
12214
|
annotation?: Record<string, string | number | boolean | {
|
11723
12215
|
type: string;
|
@@ -11756,9 +12248,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11756
12248
|
option: string;
|
11757
12249
|
filename: string;
|
11758
12250
|
originalFilename: string;
|
11759
|
-
}[] | undefined> | undefined;
|
11760
|
-
createdAtLocation?: string | undefined;
|
11761
|
-
updatedAtLocation?: string | undefined;
|
12251
|
+
}[] | [string, string] | undefined> | undefined;
|
11762
12252
|
originalActionId?: string | undefined;
|
11763
12253
|
} | {
|
11764
12254
|
type: "REGISTER";
|
@@ -11805,7 +12295,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11805
12295
|
option: string;
|
11806
12296
|
filename: string;
|
11807
12297
|
originalFilename: string;
|
11808
|
-
}[] | undefined>;
|
12298
|
+
}[] | [string, string] | undefined>;
|
12299
|
+
createdAtLocation: string;
|
11809
12300
|
annotation?: Record<string, string | number | boolean | {
|
11810
12301
|
type: string;
|
11811
12302
|
filename: string;
|
@@ -11843,9 +12334,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11843
12334
|
option: string;
|
11844
12335
|
filename: string;
|
11845
12336
|
originalFilename: string;
|
11846
|
-
}[] | undefined> | undefined;
|
11847
|
-
createdAtLocation?: string | undefined;
|
11848
|
-
updatedAtLocation?: string | undefined;
|
12337
|
+
}[] | [string, string] | undefined> | undefined;
|
11849
12338
|
originalActionId?: string | undefined;
|
11850
12339
|
registrationNumber?: string | undefined;
|
11851
12340
|
} | {
|
@@ -11893,7 +12382,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11893
12382
|
option: string;
|
11894
12383
|
filename: string;
|
11895
12384
|
originalFilename: string;
|
11896
|
-
}[] | undefined>;
|
12385
|
+
}[] | [string, string] | undefined>;
|
12386
|
+
createdAtLocation: string;
|
11897
12387
|
annotation?: Record<string, string | number | boolean | {
|
11898
12388
|
type: string;
|
11899
12389
|
filename: string;
|
@@ -11931,9 +12421,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11931
12421
|
option: string;
|
11932
12422
|
filename: string;
|
11933
12423
|
originalFilename: string;
|
11934
|
-
}[] | undefined> | undefined;
|
11935
|
-
createdAtLocation?: string | undefined;
|
11936
|
-
updatedAtLocation?: string | undefined;
|
12424
|
+
}[] | [string, string] | undefined> | undefined;
|
11937
12425
|
originalActionId?: string | undefined;
|
11938
12426
|
} | {
|
11939
12427
|
type: "VALIDATE";
|
@@ -11980,7 +12468,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
11980
12468
|
option: string;
|
11981
12469
|
filename: string;
|
11982
12470
|
originalFilename: string;
|
11983
|
-
}[] | undefined>;
|
12471
|
+
}[] | [string, string] | undefined>;
|
12472
|
+
createdAtLocation: string;
|
11984
12473
|
annotation?: Record<string, string | number | boolean | {
|
11985
12474
|
type: string;
|
11986
12475
|
filename: string;
|
@@ -12018,9 +12507,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12018
12507
|
option: string;
|
12019
12508
|
filename: string;
|
12020
12509
|
originalFilename: string;
|
12021
|
-
}[] | undefined> | undefined;
|
12022
|
-
createdAtLocation?: string | undefined;
|
12023
|
-
updatedAtLocation?: string | undefined;
|
12510
|
+
}[] | [string, string] | undefined> | undefined;
|
12024
12511
|
originalActionId?: string | undefined;
|
12025
12512
|
} | {
|
12026
12513
|
type: "REJECT";
|
@@ -12067,7 +12554,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12067
12554
|
option: string;
|
12068
12555
|
filename: string;
|
12069
12556
|
originalFilename: string;
|
12070
|
-
}[] | undefined>;
|
12557
|
+
}[] | [string, string] | undefined>;
|
12558
|
+
createdAtLocation: string;
|
12071
12559
|
annotation?: Record<string, string | number | boolean | {
|
12072
12560
|
type: string;
|
12073
12561
|
filename: string;
|
@@ -12105,9 +12593,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12105
12593
|
option: string;
|
12106
12594
|
filename: string;
|
12107
12595
|
originalFilename: string;
|
12108
|
-
}[] | undefined> | undefined;
|
12109
|
-
createdAtLocation?: string | undefined;
|
12110
|
-
updatedAtLocation?: string | undefined;
|
12596
|
+
}[] | [string, string] | undefined> | undefined;
|
12111
12597
|
originalActionId?: string | undefined;
|
12112
12598
|
} | {
|
12113
12599
|
type: "MARKED_AS_DUPLICATE";
|
@@ -12154,7 +12640,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12154
12640
|
option: string;
|
12155
12641
|
filename: string;
|
12156
12642
|
originalFilename: string;
|
12157
|
-
}[] | undefined>;
|
12643
|
+
}[] | [string, string] | undefined>;
|
12644
|
+
createdAtLocation: string;
|
12158
12645
|
annotation?: Record<string, string | number | boolean | {
|
12159
12646
|
type: string;
|
12160
12647
|
filename: string;
|
@@ -12192,9 +12679,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12192
12679
|
option: string;
|
12193
12680
|
filename: string;
|
12194
12681
|
originalFilename: string;
|
12195
|
-
}[] | undefined> | undefined;
|
12196
|
-
createdAtLocation?: string | undefined;
|
12197
|
-
updatedAtLocation?: string | undefined;
|
12682
|
+
}[] | [string, string] | undefined> | undefined;
|
12198
12683
|
originalActionId?: string | undefined;
|
12199
12684
|
} | {
|
12200
12685
|
type: "ARCHIVE";
|
@@ -12241,7 +12726,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12241
12726
|
option: string;
|
12242
12727
|
filename: string;
|
12243
12728
|
originalFilename: string;
|
12244
|
-
}[] | undefined>;
|
12729
|
+
}[] | [string, string] | undefined>;
|
12730
|
+
createdAtLocation: string;
|
12245
12731
|
annotation?: Record<string, string | number | boolean | {
|
12246
12732
|
type: string;
|
12247
12733
|
filename: string;
|
@@ -12279,9 +12765,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12279
12765
|
option: string;
|
12280
12766
|
filename: string;
|
12281
12767
|
originalFilename: string;
|
12282
|
-
}[] | undefined> | undefined;
|
12283
|
-
createdAtLocation?: string | undefined;
|
12284
|
-
updatedAtLocation?: string | undefined;
|
12768
|
+
}[] | [string, string] | undefined> | undefined;
|
12285
12769
|
originalActionId?: string | undefined;
|
12286
12770
|
} | {
|
12287
12771
|
type: "CREATE";
|
@@ -12328,7 +12812,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12328
12812
|
option: string;
|
12329
12813
|
filename: string;
|
12330
12814
|
originalFilename: string;
|
12331
|
-
}[] | undefined>;
|
12815
|
+
}[] | [string, string] | undefined>;
|
12816
|
+
createdAtLocation: string;
|
12332
12817
|
annotation?: Record<string, string | number | boolean | {
|
12333
12818
|
type: string;
|
12334
12819
|
filename: string;
|
@@ -12366,9 +12851,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12366
12851
|
option: string;
|
12367
12852
|
filename: string;
|
12368
12853
|
originalFilename: string;
|
12369
|
-
}[] | undefined> | undefined;
|
12370
|
-
createdAtLocation?: string | undefined;
|
12371
|
-
updatedAtLocation?: string | undefined;
|
12854
|
+
}[] | [string, string] | undefined> | undefined;
|
12372
12855
|
originalActionId?: string | undefined;
|
12373
12856
|
} | {
|
12374
12857
|
type: "NOTIFY";
|
@@ -12415,7 +12898,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12415
12898
|
option: string;
|
12416
12899
|
filename: string;
|
12417
12900
|
originalFilename: string;
|
12418
|
-
}[] | undefined>;
|
12901
|
+
}[] | [string, string] | undefined>;
|
12902
|
+
createdAtLocation: string;
|
12419
12903
|
annotation?: Record<string, string | number | boolean | {
|
12420
12904
|
type: string;
|
12421
12905
|
filename: string;
|
@@ -12453,9 +12937,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12453
12937
|
option: string;
|
12454
12938
|
filename: string;
|
12455
12939
|
originalFilename: string;
|
12456
|
-
}[] | undefined> | undefined;
|
12457
|
-
createdAtLocation?: string | undefined;
|
12458
|
-
updatedAtLocation?: string | undefined;
|
12940
|
+
}[] | [string, string] | undefined> | undefined;
|
12459
12941
|
originalActionId?: string | undefined;
|
12460
12942
|
} | {
|
12461
12943
|
type: "PRINT_CERTIFICATE";
|
@@ -12502,7 +12984,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12502
12984
|
option: string;
|
12503
12985
|
filename: string;
|
12504
12986
|
originalFilename: string;
|
12505
|
-
}[] | undefined>;
|
12987
|
+
}[] | [string, string] | undefined>;
|
12988
|
+
createdAtLocation: string;
|
12506
12989
|
annotation?: Record<string, string | number | boolean | {
|
12507
12990
|
type: string;
|
12508
12991
|
filename: string;
|
@@ -12540,9 +13023,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12540
13023
|
option: string;
|
12541
13024
|
filename: string;
|
12542
13025
|
originalFilename: string;
|
12543
|
-
}[] | undefined> | undefined;
|
12544
|
-
createdAtLocation?: string | undefined;
|
12545
|
-
updatedAtLocation?: string | undefined;
|
13026
|
+
}[] | [string, string] | undefined> | undefined;
|
12546
13027
|
originalActionId?: string | undefined;
|
12547
13028
|
} | {
|
12548
13029
|
type: "REQUEST_CORRECTION";
|
@@ -12589,7 +13070,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12589
13070
|
option: string;
|
12590
13071
|
filename: string;
|
12591
13072
|
originalFilename: string;
|
12592
|
-
}[] | undefined>;
|
13073
|
+
}[] | [string, string] | undefined>;
|
13074
|
+
createdAtLocation: string;
|
12593
13075
|
annotation?: Record<string, string | number | boolean | {
|
12594
13076
|
type: string;
|
12595
13077
|
filename: string;
|
@@ -12627,9 +13109,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12627
13109
|
option: string;
|
12628
13110
|
filename: string;
|
12629
13111
|
originalFilename: string;
|
12630
|
-
}[] | undefined> | undefined;
|
12631
|
-
createdAtLocation?: string | undefined;
|
12632
|
-
updatedAtLocation?: string | undefined;
|
13112
|
+
}[] | [string, string] | undefined> | undefined;
|
12633
13113
|
originalActionId?: string | undefined;
|
12634
13114
|
} | {
|
12635
13115
|
type: "APPROVE_CORRECTION";
|
@@ -12676,7 +13156,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12676
13156
|
option: string;
|
12677
13157
|
filename: string;
|
12678
13158
|
originalFilename: string;
|
12679
|
-
}[] | undefined>;
|
13159
|
+
}[] | [string, string] | undefined>;
|
13160
|
+
createdAtLocation: string;
|
12680
13161
|
requestId: string;
|
12681
13162
|
annotation?: Record<string, string | number | boolean | {
|
12682
13163
|
type: string;
|
@@ -12715,9 +13196,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12715
13196
|
option: string;
|
12716
13197
|
filename: string;
|
12717
13198
|
originalFilename: string;
|
12718
|
-
}[] | undefined> | undefined;
|
12719
|
-
createdAtLocation?: string | undefined;
|
12720
|
-
updatedAtLocation?: string | undefined;
|
13199
|
+
}[] | [string, string] | undefined> | undefined;
|
12721
13200
|
originalActionId?: string | undefined;
|
12722
13201
|
} | {
|
12723
13202
|
type: "REJECT_CORRECTION";
|
@@ -12764,7 +13243,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12764
13243
|
option: string;
|
12765
13244
|
filename: string;
|
12766
13245
|
originalFilename: string;
|
12767
|
-
}[] | undefined>;
|
13246
|
+
}[] | [string, string] | undefined>;
|
13247
|
+
createdAtLocation: string;
|
12768
13248
|
requestId: string;
|
12769
13249
|
annotation?: Record<string, string | number | boolean | {
|
12770
13250
|
type: string;
|
@@ -12803,9 +13283,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12803
13283
|
option: string;
|
12804
13284
|
filename: string;
|
12805
13285
|
originalFilename: string;
|
12806
|
-
}[] | undefined> | undefined;
|
12807
|
-
createdAtLocation?: string | undefined;
|
12808
|
-
updatedAtLocation?: string | undefined;
|
13286
|
+
}[] | [string, string] | undefined> | undefined;
|
12809
13287
|
originalActionId?: string | undefined;
|
12810
13288
|
} | {
|
12811
13289
|
type: "READ";
|
@@ -12852,7 +13330,8 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12852
13330
|
option: string;
|
12853
13331
|
filename: string;
|
12854
13332
|
originalFilename: string;
|
12855
|
-
}[] | undefined>;
|
13333
|
+
}[] | [string, string] | undefined>;
|
13334
|
+
createdAtLocation: string;
|
12856
13335
|
annotation?: Record<string, string | number | boolean | {
|
12857
13336
|
type: string;
|
12858
13337
|
filename: string;
|
@@ -12890,9 +13369,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12890
13369
|
option: string;
|
12891
13370
|
filename: string;
|
12892
13371
|
originalFilename: string;
|
12893
|
-
}[] | undefined> | undefined;
|
12894
|
-
createdAtLocation?: string | undefined;
|
12895
|
-
updatedAtLocation?: string | undefined;
|
13372
|
+
}[] | [string, string] | undefined> | undefined;
|
12896
13373
|
originalActionId?: string | undefined;
|
12897
13374
|
} | {
|
12898
13375
|
type: "DECLARE" | "REGISTER" | "VALIDATE" | "NOTIFY" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
@@ -12900,13 +13377,17 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12900
13377
|
status: "Rejected";
|
12901
13378
|
transactionId: string;
|
12902
13379
|
createdAt: string;
|
12903
|
-
|
13380
|
+
createdBy: string;
|
13381
|
+
createdByRole: string;
|
13382
|
+
createdAtLocation: string;
|
12904
13383
|
originalActionId?: string | undefined;
|
12905
13384
|
})[];
|
12906
13385
|
trackingId: string;
|
12907
13386
|
dateOfEvent?: {
|
12908
13387
|
fieldId: string;
|
12909
13388
|
} | undefined;
|
13389
|
+
registeredAt?: string | undefined;
|
13390
|
+
registeredAtLocation?: string | undefined;
|
12910
13391
|
};
|
12911
13392
|
}>;
|
12912
13393
|
}>>;
|
@@ -12958,7 +13439,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12958
13439
|
option: string;
|
12959
13440
|
filename: string;
|
12960
13441
|
originalFilename: string;
|
12961
|
-
}[] | undefined> | undefined;
|
13442
|
+
}[] | [string, string] | undefined> | undefined;
|
12962
13443
|
annotation?: Record<string, string | number | boolean | {
|
12963
13444
|
type: string;
|
12964
13445
|
filename: string;
|
@@ -12996,7 +13477,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
12996
13477
|
option: string;
|
12997
13478
|
filename: string;
|
12998
13479
|
originalFilename: string;
|
12999
|
-
}[] | undefined> | undefined;
|
13480
|
+
}[] | [string, string] | undefined> | undefined;
|
13000
13481
|
originalActionId?: string | undefined;
|
13001
13482
|
keepAssignment?: boolean | undefined;
|
13002
13483
|
};
|
@@ -13045,7 +13526,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
13045
13526
|
option: string;
|
13046
13527
|
filename: string;
|
13047
13528
|
originalFilename: string;
|
13048
|
-
}[] | undefined> | undefined;
|
13529
|
+
}[] | [string, string] | undefined> | undefined;
|
13049
13530
|
annotation?: Record<string, string | number | boolean | {
|
13050
13531
|
type: string;
|
13051
13532
|
filename: string;
|
@@ -13083,7 +13564,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
13083
13564
|
option: string;
|
13084
13565
|
filename: string;
|
13085
13566
|
originalFilename: string;
|
13086
|
-
}[] | undefined> | undefined;
|
13567
|
+
}[] | [string, string] | undefined> | undefined;
|
13087
13568
|
originalActionId?: string | undefined;
|
13088
13569
|
keepAssignment?: boolean | undefined;
|
13089
13570
|
};
|
@@ -13132,7 +13613,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
13132
13613
|
option: string;
|
13133
13614
|
filename: string;
|
13134
13615
|
originalFilename: string;
|
13135
|
-
}[] | undefined> | undefined;
|
13616
|
+
}[] | [string, string] | undefined> | undefined;
|
13136
13617
|
annotation?: Record<string, string | number | boolean | {
|
13137
13618
|
type: string;
|
13138
13619
|
filename: string;
|
@@ -13170,7 +13651,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
13170
13651
|
option: string;
|
13171
13652
|
filename: string;
|
13172
13653
|
originalFilename: string;
|
13173
|
-
}[] | undefined> | undefined;
|
13654
|
+
}[] | [string, string] | undefined> | undefined;
|
13174
13655
|
originalActionId?: string | undefined;
|
13175
13656
|
keepAssignment?: boolean | undefined;
|
13176
13657
|
};
|
@@ -13186,16 +13667,70 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
13186
13667
|
status: "ARCHIVED" | "CERTIFIED" | "DECLARED" | "REGISTERED" | "REJECTED" | "VALIDATED" | "CREATED" | "NOTIFIED";
|
13187
13668
|
createdAt: string;
|
13188
13669
|
createdBy: string;
|
13189
|
-
declaration: Record<string,
|
13670
|
+
declaration: Record<string, string | number | boolean | {
|
13671
|
+
type: string;
|
13672
|
+
filename: string;
|
13673
|
+
originalFilename: string;
|
13674
|
+
} | {
|
13675
|
+
country: string;
|
13676
|
+
district: string;
|
13677
|
+
addressType: "DOMESTIC";
|
13678
|
+
province: string;
|
13679
|
+
urbanOrRural: "URBAN";
|
13680
|
+
number?: string | undefined;
|
13681
|
+
town?: string | undefined;
|
13682
|
+
residentialArea?: string | undefined;
|
13683
|
+
street?: string | undefined;
|
13684
|
+
zipCode?: string | undefined;
|
13685
|
+
} | {
|
13686
|
+
country: string;
|
13687
|
+
district: string;
|
13688
|
+
addressType: "DOMESTIC";
|
13689
|
+
province: string;
|
13690
|
+
urbanOrRural: "RURAL";
|
13691
|
+
village?: string | undefined;
|
13692
|
+
} | {
|
13693
|
+
country: string;
|
13694
|
+
state: string;
|
13695
|
+
addressType: "INTERNATIONAL";
|
13696
|
+
district2: string;
|
13697
|
+
cityOrTown?: string | undefined;
|
13698
|
+
addressLine1?: string | undefined;
|
13699
|
+
addressLine2?: string | undefined;
|
13700
|
+
addressLine3?: string | undefined;
|
13701
|
+
postcodeOrZip?: string | undefined;
|
13702
|
+
} | {
|
13703
|
+
type: string;
|
13704
|
+
option: string;
|
13705
|
+
filename: string;
|
13706
|
+
originalFilename: string;
|
13707
|
+
}[] | [string, string] | undefined>;
|
13190
13708
|
createdAtLocation: string;
|
13191
|
-
updatedAtLocation: string;
|
13192
13709
|
updatedAt: string;
|
13193
13710
|
trackingId: string;
|
13711
|
+
legalStatuses: {
|
13712
|
+
DECLARED?: {
|
13713
|
+
createdAt: string;
|
13714
|
+
createdBy: string;
|
13715
|
+
createdByRole: string;
|
13716
|
+
createdAtLocation: string;
|
13717
|
+
acceptedAt: string;
|
13718
|
+
} | null | undefined;
|
13719
|
+
REGISTERED?: {
|
13720
|
+
createdAt: string;
|
13721
|
+
createdBy: string;
|
13722
|
+
createdByRole: string;
|
13723
|
+
createdAtLocation: string;
|
13724
|
+
registrationNumber: string;
|
13725
|
+
acceptedAt: string;
|
13726
|
+
} | null | undefined;
|
13727
|
+
};
|
13194
13728
|
updatedByUserRole: string;
|
13195
|
-
|
13729
|
+
flags: string[];
|
13196
13730
|
assignedTo?: string | null | undefined;
|
13197
|
-
registrationNumber?: string | null | undefined;
|
13198
13731
|
dateOfEvent?: string | null | undefined;
|
13732
|
+
updatedAtLocation?: string | null | undefined;
|
13733
|
+
updatedBy?: string | null | undefined;
|
13199
13734
|
}[];
|
13200
13735
|
}>;
|
13201
13736
|
search: import("@trpc/server").TRPCQueryProcedure<{
|
@@ -13221,14 +13756,15 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
13221
13756
|
type: "exact";
|
13222
13757
|
term: string;
|
13223
13758
|
} | undefined;
|
13224
|
-
|
13759
|
+
updatedAt?: {
|
13225
13760
|
type: "exact";
|
13226
13761
|
term: string;
|
13227
13762
|
} | {
|
13228
|
-
type: "
|
13229
|
-
|
13763
|
+
type: "range";
|
13764
|
+
gte: string;
|
13765
|
+
lte: string;
|
13230
13766
|
} | undefined;
|
13231
|
-
|
13767
|
+
registeredAt?: {
|
13232
13768
|
type: "exact";
|
13233
13769
|
term: string;
|
13234
13770
|
} | {
|
@@ -13236,14 +13772,35 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
13236
13772
|
gte: string;
|
13237
13773
|
lte: string;
|
13238
13774
|
} | undefined;
|
13775
|
+
registeredAtLocation?: {
|
13776
|
+
type: "exact";
|
13777
|
+
term: string;
|
13778
|
+
} | {
|
13779
|
+
type: "within";
|
13780
|
+
location: string;
|
13781
|
+
} | undefined;
|
13239
13782
|
trackingId?: {
|
13240
13783
|
type: "exact";
|
13241
13784
|
term: string;
|
13242
13785
|
} | undefined;
|
13786
|
+
updatedAtLocation?: {
|
13787
|
+
type: "exact";
|
13788
|
+
term: string;
|
13789
|
+
} | {
|
13790
|
+
type: "within";
|
13791
|
+
location: string;
|
13792
|
+
} | undefined;
|
13243
13793
|
updatedBy?: {
|
13244
13794
|
type: "exact";
|
13245
13795
|
term: string;
|
13246
13796
|
} | undefined;
|
13797
|
+
flags?: ({
|
13798
|
+
type: "anyOf";
|
13799
|
+
terms: string[];
|
13800
|
+
} | {
|
13801
|
+
type: "not";
|
13802
|
+
term: string;
|
13803
|
+
})[] | undefined;
|
13247
13804
|
eventType?: string | undefined;
|
13248
13805
|
createAtLocation?: {
|
13249
13806
|
type: "exact";
|
@@ -13276,14 +13833,15 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
13276
13833
|
type: "exact";
|
13277
13834
|
term: string;
|
13278
13835
|
} | undefined;
|
13279
|
-
|
13836
|
+
updatedAt?: {
|
13280
13837
|
type: "exact";
|
13281
13838
|
term: string;
|
13282
13839
|
} | {
|
13283
|
-
type: "
|
13284
|
-
|
13840
|
+
type: "range";
|
13841
|
+
gte: string;
|
13842
|
+
lte: string;
|
13285
13843
|
} | undefined;
|
13286
|
-
|
13844
|
+
registeredAt?: {
|
13287
13845
|
type: "exact";
|
13288
13846
|
term: string;
|
13289
13847
|
} | {
|
@@ -13291,14 +13849,35 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
13291
13849
|
gte: string;
|
13292
13850
|
lte: string;
|
13293
13851
|
} | undefined;
|
13852
|
+
registeredAtLocation?: {
|
13853
|
+
type: "exact";
|
13854
|
+
term: string;
|
13855
|
+
} | {
|
13856
|
+
type: "within";
|
13857
|
+
location: string;
|
13858
|
+
} | undefined;
|
13294
13859
|
trackingId?: {
|
13295
13860
|
type: "exact";
|
13296
13861
|
term: string;
|
13297
13862
|
} | undefined;
|
13863
|
+
updatedAtLocation?: {
|
13864
|
+
type: "exact";
|
13865
|
+
term: string;
|
13866
|
+
} | {
|
13867
|
+
type: "within";
|
13868
|
+
location: string;
|
13869
|
+
} | undefined;
|
13298
13870
|
updatedBy?: {
|
13299
13871
|
type: "exact";
|
13300
13872
|
term: string;
|
13301
13873
|
} | undefined;
|
13874
|
+
flags?: ({
|
13875
|
+
type: "anyOf";
|
13876
|
+
terms: string[];
|
13877
|
+
} | {
|
13878
|
+
type: "not";
|
13879
|
+
term: string;
|
13880
|
+
})[] | undefined;
|
13302
13881
|
eventType?: string | undefined;
|
13303
13882
|
createAtLocation?: {
|
13304
13883
|
type: "exact";
|
@@ -13315,16 +13894,70 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
13315
13894
|
status: "ARCHIVED" | "CERTIFIED" | "DECLARED" | "REGISTERED" | "REJECTED" | "VALIDATED" | "CREATED" | "NOTIFIED";
|
13316
13895
|
createdAt: string;
|
13317
13896
|
createdBy: string;
|
13318
|
-
declaration: Record<string,
|
13897
|
+
declaration: Record<string, string | number | boolean | {
|
13898
|
+
type: string;
|
13899
|
+
filename: string;
|
13900
|
+
originalFilename: string;
|
13901
|
+
} | {
|
13902
|
+
country: string;
|
13903
|
+
district: string;
|
13904
|
+
addressType: "DOMESTIC";
|
13905
|
+
province: string;
|
13906
|
+
urbanOrRural: "URBAN";
|
13907
|
+
number?: string | undefined;
|
13908
|
+
town?: string | undefined;
|
13909
|
+
residentialArea?: string | undefined;
|
13910
|
+
street?: string | undefined;
|
13911
|
+
zipCode?: string | undefined;
|
13912
|
+
} | {
|
13913
|
+
country: string;
|
13914
|
+
district: string;
|
13915
|
+
addressType: "DOMESTIC";
|
13916
|
+
province: string;
|
13917
|
+
urbanOrRural: "RURAL";
|
13918
|
+
village?: string | undefined;
|
13919
|
+
} | {
|
13920
|
+
country: string;
|
13921
|
+
state: string;
|
13922
|
+
addressType: "INTERNATIONAL";
|
13923
|
+
district2: string;
|
13924
|
+
cityOrTown?: string | undefined;
|
13925
|
+
addressLine1?: string | undefined;
|
13926
|
+
addressLine2?: string | undefined;
|
13927
|
+
addressLine3?: string | undefined;
|
13928
|
+
postcodeOrZip?: string | undefined;
|
13929
|
+
} | {
|
13930
|
+
type: string;
|
13931
|
+
option: string;
|
13932
|
+
filename: string;
|
13933
|
+
originalFilename: string;
|
13934
|
+
}[] | [string, string] | undefined>;
|
13319
13935
|
createdAtLocation: string;
|
13320
|
-
updatedAtLocation: string;
|
13321
13936
|
updatedAt: string;
|
13322
13937
|
trackingId: string;
|
13938
|
+
legalStatuses: {
|
13939
|
+
DECLARED?: {
|
13940
|
+
createdAt: string;
|
13941
|
+
createdBy: string;
|
13942
|
+
createdByRole: string;
|
13943
|
+
createdAtLocation: string;
|
13944
|
+
acceptedAt: string;
|
13945
|
+
} | null | undefined;
|
13946
|
+
REGISTERED?: {
|
13947
|
+
createdAt: string;
|
13948
|
+
createdBy: string;
|
13949
|
+
createdByRole: string;
|
13950
|
+
createdAtLocation: string;
|
13951
|
+
registrationNumber: string;
|
13952
|
+
acceptedAt: string;
|
13953
|
+
} | null | undefined;
|
13954
|
+
};
|
13323
13955
|
updatedByUserRole: string;
|
13324
|
-
|
13956
|
+
flags: string[];
|
13325
13957
|
assignedTo?: string | null | undefined;
|
13326
|
-
registrationNumber?: string | null | undefined;
|
13327
13958
|
dateOfEvent?: string | null | undefined;
|
13959
|
+
updatedAtLocation?: string | null | undefined;
|
13960
|
+
updatedBy?: string | null | undefined;
|
13328
13961
|
}[];
|
13329
13962
|
}>;
|
13330
13963
|
}>>;
|