@opencrvs/toolkit 1.8.0-rc.ff0a1b5 → 1.8.0-rc.ff0b26c
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 +2923 -7
- package/dist/commons/events/ActionConfig.d.ts +8022 -1007
- package/dist/commons/events/AdvancedSearchConfig.d.ts +603 -12
- package/dist/commons/events/EventConfig.d.ts +3622 -113
- package/dist/commons/events/EventIndex.d.ts +318 -45
- package/dist/commons/events/EventMetadata.d.ts +1 -0
- package/dist/commons/events/FieldConfig.d.ts +517 -0
- package/dist/commons/events/FormConfig.d.ts +3641 -467
- package/dist/commons/events/PageConfig.d.ts +782 -0
- package/dist/commons/events/WorkqueueConfig.d.ts +344 -52
- package/dist/commons/events/defineConfig.d.ts +253 -1
- package/dist/commons/events/event.d.ts +35 -8
- package/dist/commons/events/field.d.ts +21 -7
- package/dist/commons/events/scopes.d.ts +20 -1
- package/dist/commons/events/test.utils.d.ts +3 -3
- package/dist/commons/events/utils.d.ts +115 -0
- package/dist/events/index.js +429 -121
- package/dist/scopes/index.d.ts +94 -6
- package/dist/scopes/index.js +42 -21
- 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,7 @@ 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;
|
|
231
238
|
hideLabel?: boolean | undefined;
|
|
232
239
|
configuration?: {
|
|
233
240
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -256,6 +263,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
256
263
|
conditional: import("../commons").JSONSchema;
|
|
257
264
|
})[] | undefined;
|
|
258
265
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
266
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
259
267
|
hideLabel?: boolean | undefined;
|
|
260
268
|
configuration?: {
|
|
261
269
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -289,6 +297,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
289
297
|
conditional: import("../commons").JSONSchema;
|
|
290
298
|
})[] | undefined;
|
|
291
299
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
300
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
292
301
|
hideLabel?: boolean | undefined;
|
|
293
302
|
} | {
|
|
294
303
|
type: "PAGE_HEADER";
|
|
@@ -314,6 +323,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
314
323
|
conditional: import("../commons").JSONSchema;
|
|
315
324
|
})[] | undefined;
|
|
316
325
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
326
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
317
327
|
hideLabel?: boolean | undefined;
|
|
318
328
|
} | {
|
|
319
329
|
type: "FILE";
|
|
@@ -347,6 +357,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
347
357
|
conditional: import("../commons").JSONSchema;
|
|
348
358
|
})[] | undefined;
|
|
349
359
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
360
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
350
361
|
hideLabel?: boolean | undefined;
|
|
351
362
|
} | {
|
|
352
363
|
type: "RADIO_GROUP";
|
|
@@ -376,6 +387,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
376
387
|
conditional: import("../commons").JSONSchema;
|
|
377
388
|
})[] | undefined;
|
|
378
389
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
390
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
379
391
|
hideLabel?: boolean | undefined;
|
|
380
392
|
configuration?: {
|
|
381
393
|
styles?: {
|
|
@@ -412,6 +424,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
412
424
|
conditional: import("../commons").JSONSchema;
|
|
413
425
|
})[] | undefined;
|
|
414
426
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
427
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
415
428
|
hideLabel?: boolean | undefined;
|
|
416
429
|
} | {
|
|
417
430
|
type: "SELECT";
|
|
@@ -441,6 +454,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
441
454
|
conditional: import("../commons").JSONSchema;
|
|
442
455
|
})[] | undefined;
|
|
443
456
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
457
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
444
458
|
hideLabel?: boolean | undefined;
|
|
445
459
|
} | {
|
|
446
460
|
type: "CHECKBOX";
|
|
@@ -466,6 +480,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
466
480
|
conditional: import("../commons").JSONSchema;
|
|
467
481
|
})[] | undefined;
|
|
468
482
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
483
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
469
484
|
hideLabel?: boolean | undefined;
|
|
470
485
|
} | {
|
|
471
486
|
type: "COUNTRY";
|
|
@@ -491,6 +506,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
491
506
|
conditional: import("../commons").JSONSchema;
|
|
492
507
|
})[] | undefined;
|
|
493
508
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
509
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
494
510
|
hideLabel?: boolean | undefined;
|
|
495
511
|
} | {
|
|
496
512
|
type: "ADMINISTRATIVE_AREA";
|
|
@@ -522,6 +538,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
522
538
|
conditional: import("../commons").JSONSchema;
|
|
523
539
|
})[] | undefined;
|
|
524
540
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
541
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
525
542
|
hideLabel?: boolean | undefined;
|
|
526
543
|
} | {
|
|
527
544
|
type: "LOCATION";
|
|
@@ -547,6 +564,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
547
564
|
conditional: import("../commons").JSONSchema;
|
|
548
565
|
})[] | undefined;
|
|
549
566
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
567
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
550
568
|
hideLabel?: boolean | undefined;
|
|
551
569
|
} | {
|
|
552
570
|
type: "FILE_WITH_OPTIONS";
|
|
@@ -580,6 +598,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
580
598
|
conditional: import("../commons").JSONSchema;
|
|
581
599
|
})[] | undefined;
|
|
582
600
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
601
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
583
602
|
hideLabel?: boolean | undefined;
|
|
584
603
|
} | {
|
|
585
604
|
type: "FACILITY";
|
|
@@ -605,6 +624,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
605
624
|
conditional: import("../commons").JSONSchema;
|
|
606
625
|
})[] | undefined;
|
|
607
626
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
627
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
608
628
|
hideLabel?: boolean | undefined;
|
|
609
629
|
} | {
|
|
610
630
|
type: "OFFICE";
|
|
@@ -630,6 +650,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
630
650
|
conditional: import("../commons").JSONSchema;
|
|
631
651
|
})[] | undefined;
|
|
632
652
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
653
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
633
654
|
hideLabel?: boolean | undefined;
|
|
634
655
|
} | {
|
|
635
656
|
type: "ADDRESS";
|
|
@@ -683,6 +704,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
683
704
|
conditional: import("../commons").JSONSchema;
|
|
684
705
|
})[] | undefined;
|
|
685
706
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
707
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
686
708
|
hideLabel?: boolean | undefined;
|
|
687
709
|
} | {
|
|
688
710
|
type: "DATA";
|
|
@@ -717,6 +739,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
717
739
|
conditional: import("../commons").JSONSchema;
|
|
718
740
|
})[] | undefined;
|
|
719
741
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
742
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
720
743
|
hideLabel?: boolean | undefined;
|
|
721
744
|
})[];
|
|
722
745
|
conditional?: import("../commons").JSONSchema | undefined;
|
|
@@ -758,6 +781,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
758
781
|
conditional: import("../commons").JSONSchema;
|
|
759
782
|
})[] | undefined;
|
|
760
783
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
784
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
761
785
|
hideLabel?: boolean | undefined;
|
|
762
786
|
} | {
|
|
763
787
|
type: "TEXT";
|
|
@@ -783,6 +807,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
783
807
|
conditional: import("../commons").JSONSchema;
|
|
784
808
|
})[] | undefined;
|
|
785
809
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
810
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
786
811
|
hideLabel?: boolean | undefined;
|
|
787
812
|
configuration?: {
|
|
788
813
|
type?: "text" | "password" | undefined;
|
|
@@ -814,6 +839,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
814
839
|
conditional: import("../commons").JSONSchema;
|
|
815
840
|
})[] | undefined;
|
|
816
841
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
842
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
817
843
|
hideLabel?: boolean | undefined;
|
|
818
844
|
configuration?: {
|
|
819
845
|
prefix?: import("../commons").TranslationConfig | undefined;
|
|
@@ -845,6 +871,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
845
871
|
conditional: import("../commons").JSONSchema;
|
|
846
872
|
})[] | undefined;
|
|
847
873
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
874
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
848
875
|
hideLabel?: boolean | undefined;
|
|
849
876
|
configuration?: {
|
|
850
877
|
maxLength?: number | undefined;
|
|
@@ -882,6 +909,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
882
909
|
conditional: import("../commons").JSONSchema;
|
|
883
910
|
})[] | undefined;
|
|
884
911
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
912
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
885
913
|
hideLabel?: boolean | undefined;
|
|
886
914
|
} | {
|
|
887
915
|
type: "EMAIL";
|
|
@@ -907,6 +935,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
907
935
|
conditional: import("../commons").JSONSchema;
|
|
908
936
|
})[] | undefined;
|
|
909
937
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
938
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
910
939
|
hideLabel?: boolean | undefined;
|
|
911
940
|
configuration?: {
|
|
912
941
|
maxLength?: number | undefined;
|
|
@@ -935,6 +964,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
935
964
|
conditional: import("../commons").JSONSchema;
|
|
936
965
|
})[] | undefined;
|
|
937
966
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
967
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
938
968
|
hideLabel?: boolean | undefined;
|
|
939
969
|
configuration?: {
|
|
940
970
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -963,6 +993,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
963
993
|
conditional: import("../commons").JSONSchema;
|
|
964
994
|
})[] | undefined;
|
|
965
995
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
996
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
966
997
|
hideLabel?: boolean | undefined;
|
|
967
998
|
configuration?: {
|
|
968
999
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -996,6 +1027,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
996
1027
|
conditional: import("../commons").JSONSchema;
|
|
997
1028
|
})[] | undefined;
|
|
998
1029
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1030
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
999
1031
|
hideLabel?: boolean | undefined;
|
|
1000
1032
|
} | {
|
|
1001
1033
|
type: "PAGE_HEADER";
|
|
@@ -1021,6 +1053,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1021
1053
|
conditional: import("../commons").JSONSchema;
|
|
1022
1054
|
})[] | undefined;
|
|
1023
1055
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1056
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1024
1057
|
hideLabel?: boolean | undefined;
|
|
1025
1058
|
} | {
|
|
1026
1059
|
type: "FILE";
|
|
@@ -1054,6 +1087,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1054
1087
|
conditional: import("../commons").JSONSchema;
|
|
1055
1088
|
})[] | undefined;
|
|
1056
1089
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1090
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1057
1091
|
hideLabel?: boolean | undefined;
|
|
1058
1092
|
} | {
|
|
1059
1093
|
type: "RADIO_GROUP";
|
|
@@ -1083,6 +1117,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1083
1117
|
conditional: import("../commons").JSONSchema;
|
|
1084
1118
|
})[] | undefined;
|
|
1085
1119
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1120
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1086
1121
|
hideLabel?: boolean | undefined;
|
|
1087
1122
|
configuration?: {
|
|
1088
1123
|
styles?: {
|
|
@@ -1119,6 +1154,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1119
1154
|
conditional: import("../commons").JSONSchema;
|
|
1120
1155
|
})[] | undefined;
|
|
1121
1156
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1157
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1122
1158
|
hideLabel?: boolean | undefined;
|
|
1123
1159
|
} | {
|
|
1124
1160
|
type: "SELECT";
|
|
@@ -1148,6 +1184,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1148
1184
|
conditional: import("../commons").JSONSchema;
|
|
1149
1185
|
})[] | undefined;
|
|
1150
1186
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1187
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1151
1188
|
hideLabel?: boolean | undefined;
|
|
1152
1189
|
} | {
|
|
1153
1190
|
type: "CHECKBOX";
|
|
@@ -1173,6 +1210,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1173
1210
|
conditional: import("../commons").JSONSchema;
|
|
1174
1211
|
})[] | undefined;
|
|
1175
1212
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1213
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1176
1214
|
hideLabel?: boolean | undefined;
|
|
1177
1215
|
} | {
|
|
1178
1216
|
type: "COUNTRY";
|
|
@@ -1198,6 +1236,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1198
1236
|
conditional: import("../commons").JSONSchema;
|
|
1199
1237
|
})[] | undefined;
|
|
1200
1238
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1239
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1201
1240
|
hideLabel?: boolean | undefined;
|
|
1202
1241
|
} | {
|
|
1203
1242
|
type: "ADMINISTRATIVE_AREA";
|
|
@@ -1229,6 +1268,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1229
1268
|
conditional: import("../commons").JSONSchema;
|
|
1230
1269
|
})[] | undefined;
|
|
1231
1270
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1271
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1232
1272
|
hideLabel?: boolean | undefined;
|
|
1233
1273
|
} | {
|
|
1234
1274
|
type: "LOCATION";
|
|
@@ -1254,6 +1294,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1254
1294
|
conditional: import("../commons").JSONSchema;
|
|
1255
1295
|
})[] | undefined;
|
|
1256
1296
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1297
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1257
1298
|
hideLabel?: boolean | undefined;
|
|
1258
1299
|
} | {
|
|
1259
1300
|
type: "FILE_WITH_OPTIONS";
|
|
@@ -1287,6 +1328,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1287
1328
|
conditional: import("../commons").JSONSchema;
|
|
1288
1329
|
})[] | undefined;
|
|
1289
1330
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1331
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1290
1332
|
hideLabel?: boolean | undefined;
|
|
1291
1333
|
} | {
|
|
1292
1334
|
type: "FACILITY";
|
|
@@ -1312,6 +1354,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1312
1354
|
conditional: import("../commons").JSONSchema;
|
|
1313
1355
|
})[] | undefined;
|
|
1314
1356
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1357
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1315
1358
|
hideLabel?: boolean | undefined;
|
|
1316
1359
|
} | {
|
|
1317
1360
|
type: "OFFICE";
|
|
@@ -1337,6 +1380,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1337
1380
|
conditional: import("../commons").JSONSchema;
|
|
1338
1381
|
})[] | undefined;
|
|
1339
1382
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1383
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1340
1384
|
hideLabel?: boolean | undefined;
|
|
1341
1385
|
} | {
|
|
1342
1386
|
type: "ADDRESS";
|
|
@@ -1390,6 +1434,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1390
1434
|
conditional: import("../commons").JSONSchema;
|
|
1391
1435
|
})[] | undefined;
|
|
1392
1436
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1437
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1393
1438
|
hideLabel?: boolean | undefined;
|
|
1394
1439
|
} | {
|
|
1395
1440
|
type: "DATA";
|
|
@@ -1424,6 +1469,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1424
1469
|
conditional: import("../commons").JSONSchema;
|
|
1425
1470
|
})[] | undefined;
|
|
1426
1471
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1472
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1427
1473
|
hideLabel?: boolean | undefined;
|
|
1428
1474
|
})[];
|
|
1429
1475
|
};
|
|
@@ -1464,6 +1510,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1464
1510
|
conditional: import("../commons").JSONSchema;
|
|
1465
1511
|
})[] | undefined;
|
|
1466
1512
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1513
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1467
1514
|
hideLabel?: boolean | undefined;
|
|
1468
1515
|
} | {
|
|
1469
1516
|
type: "TEXT";
|
|
@@ -1489,6 +1536,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1489
1536
|
conditional: import("../commons").JSONSchema;
|
|
1490
1537
|
})[] | undefined;
|
|
1491
1538
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1539
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1492
1540
|
hideLabel?: boolean | undefined;
|
|
1493
1541
|
configuration?: {
|
|
1494
1542
|
type?: "text" | "password" | undefined;
|
|
@@ -1520,6 +1568,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1520
1568
|
conditional: import("../commons").JSONSchema;
|
|
1521
1569
|
})[] | undefined;
|
|
1522
1570
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1571
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1523
1572
|
hideLabel?: boolean | undefined;
|
|
1524
1573
|
configuration?: {
|
|
1525
1574
|
prefix?: import("../commons").TranslationConfig | undefined;
|
|
@@ -1551,6 +1600,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1551
1600
|
conditional: import("../commons").JSONSchema;
|
|
1552
1601
|
})[] | undefined;
|
|
1553
1602
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1603
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1554
1604
|
hideLabel?: boolean | undefined;
|
|
1555
1605
|
configuration?: {
|
|
1556
1606
|
maxLength?: number | undefined;
|
|
@@ -1588,6 +1638,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1588
1638
|
conditional: import("../commons").JSONSchema;
|
|
1589
1639
|
})[] | undefined;
|
|
1590
1640
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1641
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1591
1642
|
hideLabel?: boolean | undefined;
|
|
1592
1643
|
} | {
|
|
1593
1644
|
type: "EMAIL";
|
|
@@ -1613,6 +1664,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1613
1664
|
conditional: import("../commons").JSONSchema;
|
|
1614
1665
|
})[] | undefined;
|
|
1615
1666
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1667
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1616
1668
|
hideLabel?: boolean | undefined;
|
|
1617
1669
|
configuration?: {
|
|
1618
1670
|
maxLength?: number | undefined;
|
|
@@ -1641,6 +1693,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1641
1693
|
conditional: import("../commons").JSONSchema;
|
|
1642
1694
|
})[] | undefined;
|
|
1643
1695
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1696
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1644
1697
|
hideLabel?: boolean | undefined;
|
|
1645
1698
|
configuration?: {
|
|
1646
1699
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -1669,6 +1722,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1669
1722
|
conditional: import("../commons").JSONSchema;
|
|
1670
1723
|
})[] | undefined;
|
|
1671
1724
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1725
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1672
1726
|
hideLabel?: boolean | undefined;
|
|
1673
1727
|
configuration?: {
|
|
1674
1728
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -1702,6 +1756,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1702
1756
|
conditional: import("../commons").JSONSchema;
|
|
1703
1757
|
})[] | undefined;
|
|
1704
1758
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1759
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1705
1760
|
hideLabel?: boolean | undefined;
|
|
1706
1761
|
} | {
|
|
1707
1762
|
type: "PAGE_HEADER";
|
|
@@ -1727,6 +1782,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1727
1782
|
conditional: import("../commons").JSONSchema;
|
|
1728
1783
|
})[] | undefined;
|
|
1729
1784
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1785
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1730
1786
|
hideLabel?: boolean | undefined;
|
|
1731
1787
|
} | {
|
|
1732
1788
|
type: "FILE";
|
|
@@ -1760,6 +1816,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1760
1816
|
conditional: import("../commons").JSONSchema;
|
|
1761
1817
|
})[] | undefined;
|
|
1762
1818
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1819
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1763
1820
|
hideLabel?: boolean | undefined;
|
|
1764
1821
|
} | {
|
|
1765
1822
|
type: "RADIO_GROUP";
|
|
@@ -1789,6 +1846,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1789
1846
|
conditional: import("../commons").JSONSchema;
|
|
1790
1847
|
})[] | undefined;
|
|
1791
1848
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1849
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1792
1850
|
hideLabel?: boolean | undefined;
|
|
1793
1851
|
configuration?: {
|
|
1794
1852
|
styles?: {
|
|
@@ -1825,6 +1883,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1825
1883
|
conditional: import("../commons").JSONSchema;
|
|
1826
1884
|
})[] | undefined;
|
|
1827
1885
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1886
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1828
1887
|
hideLabel?: boolean | undefined;
|
|
1829
1888
|
} | {
|
|
1830
1889
|
type: "SELECT";
|
|
@@ -1854,6 +1913,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1854
1913
|
conditional: import("../commons").JSONSchema;
|
|
1855
1914
|
})[] | undefined;
|
|
1856
1915
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1916
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1857
1917
|
hideLabel?: boolean | undefined;
|
|
1858
1918
|
} | {
|
|
1859
1919
|
type: "CHECKBOX";
|
|
@@ -1879,6 +1939,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1879
1939
|
conditional: import("../commons").JSONSchema;
|
|
1880
1940
|
})[] | undefined;
|
|
1881
1941
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1942
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1882
1943
|
hideLabel?: boolean | undefined;
|
|
1883
1944
|
} | {
|
|
1884
1945
|
type: "COUNTRY";
|
|
@@ -1904,6 +1965,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1904
1965
|
conditional: import("../commons").JSONSchema;
|
|
1905
1966
|
})[] | undefined;
|
|
1906
1967
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
1968
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1907
1969
|
hideLabel?: boolean | undefined;
|
|
1908
1970
|
} | {
|
|
1909
1971
|
type: "ADMINISTRATIVE_AREA";
|
|
@@ -1935,6 +1997,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1935
1997
|
conditional: import("../commons").JSONSchema;
|
|
1936
1998
|
})[] | undefined;
|
|
1937
1999
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2000
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1938
2001
|
hideLabel?: boolean | undefined;
|
|
1939
2002
|
} | {
|
|
1940
2003
|
type: "LOCATION";
|
|
@@ -1960,6 +2023,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1960
2023
|
conditional: import("../commons").JSONSchema;
|
|
1961
2024
|
})[] | undefined;
|
|
1962
2025
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2026
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1963
2027
|
hideLabel?: boolean | undefined;
|
|
1964
2028
|
} | {
|
|
1965
2029
|
type: "FILE_WITH_OPTIONS";
|
|
@@ -1993,6 +2057,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
1993
2057
|
conditional: import("../commons").JSONSchema;
|
|
1994
2058
|
})[] | undefined;
|
|
1995
2059
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2060
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
1996
2061
|
hideLabel?: boolean | undefined;
|
|
1997
2062
|
} | {
|
|
1998
2063
|
type: "FACILITY";
|
|
@@ -2018,6 +2083,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2018
2083
|
conditional: import("../commons").JSONSchema;
|
|
2019
2084
|
})[] | undefined;
|
|
2020
2085
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2086
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2021
2087
|
hideLabel?: boolean | undefined;
|
|
2022
2088
|
} | {
|
|
2023
2089
|
type: "OFFICE";
|
|
@@ -2043,6 +2109,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2043
2109
|
conditional: import("../commons").JSONSchema;
|
|
2044
2110
|
})[] | undefined;
|
|
2045
2111
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2112
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2046
2113
|
hideLabel?: boolean | undefined;
|
|
2047
2114
|
} | {
|
|
2048
2115
|
type: "ADDRESS";
|
|
@@ -2096,6 +2163,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2096
2163
|
conditional: import("../commons").JSONSchema;
|
|
2097
2164
|
})[] | undefined;
|
|
2098
2165
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2166
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2099
2167
|
hideLabel?: boolean | undefined;
|
|
2100
2168
|
} | {
|
|
2101
2169
|
type: "DATA";
|
|
@@ -2130,6 +2198,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2130
2198
|
conditional: import("../commons").JSONSchema;
|
|
2131
2199
|
})[] | undefined;
|
|
2132
2200
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2201
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2133
2202
|
hideLabel?: boolean | undefined;
|
|
2134
2203
|
})[];
|
|
2135
2204
|
};
|
|
@@ -2170,6 +2239,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2170
2239
|
conditional: import("../commons").JSONSchema;
|
|
2171
2240
|
})[] | undefined;
|
|
2172
2241
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2242
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2173
2243
|
hideLabel?: boolean | undefined;
|
|
2174
2244
|
} | {
|
|
2175
2245
|
type: "TEXT";
|
|
@@ -2195,6 +2265,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2195
2265
|
conditional: import("../commons").JSONSchema;
|
|
2196
2266
|
})[] | undefined;
|
|
2197
2267
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2268
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2198
2269
|
hideLabel?: boolean | undefined;
|
|
2199
2270
|
configuration?: {
|
|
2200
2271
|
type?: "text" | "password" | undefined;
|
|
@@ -2226,6 +2297,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2226
2297
|
conditional: import("../commons").JSONSchema;
|
|
2227
2298
|
})[] | undefined;
|
|
2228
2299
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2300
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2229
2301
|
hideLabel?: boolean | undefined;
|
|
2230
2302
|
configuration?: {
|
|
2231
2303
|
prefix?: import("../commons").TranslationConfig | undefined;
|
|
@@ -2257,6 +2329,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2257
2329
|
conditional: import("../commons").JSONSchema;
|
|
2258
2330
|
})[] | undefined;
|
|
2259
2331
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2332
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2260
2333
|
hideLabel?: boolean | undefined;
|
|
2261
2334
|
configuration?: {
|
|
2262
2335
|
maxLength?: number | undefined;
|
|
@@ -2294,6 +2367,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2294
2367
|
conditional: import("../commons").JSONSchema;
|
|
2295
2368
|
})[] | undefined;
|
|
2296
2369
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2370
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2297
2371
|
hideLabel?: boolean | undefined;
|
|
2298
2372
|
} | {
|
|
2299
2373
|
type: "EMAIL";
|
|
@@ -2319,6 +2393,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2319
2393
|
conditional: import("../commons").JSONSchema;
|
|
2320
2394
|
})[] | undefined;
|
|
2321
2395
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2396
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2322
2397
|
hideLabel?: boolean | undefined;
|
|
2323
2398
|
configuration?: {
|
|
2324
2399
|
maxLength?: number | undefined;
|
|
@@ -2347,6 +2422,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2347
2422
|
conditional: import("../commons").JSONSchema;
|
|
2348
2423
|
})[] | undefined;
|
|
2349
2424
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2425
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2350
2426
|
hideLabel?: boolean | undefined;
|
|
2351
2427
|
configuration?: {
|
|
2352
2428
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -2375,6 +2451,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2375
2451
|
conditional: import("../commons").JSONSchema;
|
|
2376
2452
|
})[] | undefined;
|
|
2377
2453
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2454
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2378
2455
|
hideLabel?: boolean | undefined;
|
|
2379
2456
|
configuration?: {
|
|
2380
2457
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -2408,6 +2485,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2408
2485
|
conditional: import("../commons").JSONSchema;
|
|
2409
2486
|
})[] | undefined;
|
|
2410
2487
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2488
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2411
2489
|
hideLabel?: boolean | undefined;
|
|
2412
2490
|
} | {
|
|
2413
2491
|
type: "PAGE_HEADER";
|
|
@@ -2433,6 +2511,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2433
2511
|
conditional: import("../commons").JSONSchema;
|
|
2434
2512
|
})[] | undefined;
|
|
2435
2513
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2514
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2436
2515
|
hideLabel?: boolean | undefined;
|
|
2437
2516
|
} | {
|
|
2438
2517
|
type: "FILE";
|
|
@@ -2466,6 +2545,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2466
2545
|
conditional: import("../commons").JSONSchema;
|
|
2467
2546
|
})[] | undefined;
|
|
2468
2547
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2548
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2469
2549
|
hideLabel?: boolean | undefined;
|
|
2470
2550
|
} | {
|
|
2471
2551
|
type: "RADIO_GROUP";
|
|
@@ -2495,6 +2575,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2495
2575
|
conditional: import("../commons").JSONSchema;
|
|
2496
2576
|
})[] | undefined;
|
|
2497
2577
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2578
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2498
2579
|
hideLabel?: boolean | undefined;
|
|
2499
2580
|
configuration?: {
|
|
2500
2581
|
styles?: {
|
|
@@ -2531,6 +2612,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2531
2612
|
conditional: import("../commons").JSONSchema;
|
|
2532
2613
|
})[] | undefined;
|
|
2533
2614
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2615
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2534
2616
|
hideLabel?: boolean | undefined;
|
|
2535
2617
|
} | {
|
|
2536
2618
|
type: "SELECT";
|
|
@@ -2560,6 +2642,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2560
2642
|
conditional: import("../commons").JSONSchema;
|
|
2561
2643
|
})[] | undefined;
|
|
2562
2644
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2645
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2563
2646
|
hideLabel?: boolean | undefined;
|
|
2564
2647
|
} | {
|
|
2565
2648
|
type: "CHECKBOX";
|
|
@@ -2585,6 +2668,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2585
2668
|
conditional: import("../commons").JSONSchema;
|
|
2586
2669
|
})[] | undefined;
|
|
2587
2670
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2671
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2588
2672
|
hideLabel?: boolean | undefined;
|
|
2589
2673
|
} | {
|
|
2590
2674
|
type: "COUNTRY";
|
|
@@ -2610,6 +2694,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2610
2694
|
conditional: import("../commons").JSONSchema;
|
|
2611
2695
|
})[] | undefined;
|
|
2612
2696
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2697
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2613
2698
|
hideLabel?: boolean | undefined;
|
|
2614
2699
|
} | {
|
|
2615
2700
|
type: "ADMINISTRATIVE_AREA";
|
|
@@ -2641,6 +2726,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2641
2726
|
conditional: import("../commons").JSONSchema;
|
|
2642
2727
|
})[] | undefined;
|
|
2643
2728
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2729
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2644
2730
|
hideLabel?: boolean | undefined;
|
|
2645
2731
|
} | {
|
|
2646
2732
|
type: "LOCATION";
|
|
@@ -2666,6 +2752,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2666
2752
|
conditional: import("../commons").JSONSchema;
|
|
2667
2753
|
})[] | undefined;
|
|
2668
2754
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2755
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2669
2756
|
hideLabel?: boolean | undefined;
|
|
2670
2757
|
} | {
|
|
2671
2758
|
type: "FILE_WITH_OPTIONS";
|
|
@@ -2699,6 +2786,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2699
2786
|
conditional: import("../commons").JSONSchema;
|
|
2700
2787
|
})[] | undefined;
|
|
2701
2788
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2789
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2702
2790
|
hideLabel?: boolean | undefined;
|
|
2703
2791
|
} | {
|
|
2704
2792
|
type: "FACILITY";
|
|
@@ -2724,6 +2812,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2724
2812
|
conditional: import("../commons").JSONSchema;
|
|
2725
2813
|
})[] | undefined;
|
|
2726
2814
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2815
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2727
2816
|
hideLabel?: boolean | undefined;
|
|
2728
2817
|
} | {
|
|
2729
2818
|
type: "OFFICE";
|
|
@@ -2749,6 +2838,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2749
2838
|
conditional: import("../commons").JSONSchema;
|
|
2750
2839
|
})[] | undefined;
|
|
2751
2840
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2841
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2752
2842
|
hideLabel?: boolean | undefined;
|
|
2753
2843
|
} | {
|
|
2754
2844
|
type: "ADDRESS";
|
|
@@ -2802,6 +2892,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2802
2892
|
conditional: import("../commons").JSONSchema;
|
|
2803
2893
|
})[] | undefined;
|
|
2804
2894
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2895
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2805
2896
|
hideLabel?: boolean | undefined;
|
|
2806
2897
|
} | {
|
|
2807
2898
|
type: "DATA";
|
|
@@ -2836,6 +2927,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2836
2927
|
conditional: import("../commons").JSONSchema;
|
|
2837
2928
|
})[] | undefined;
|
|
2838
2929
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
2930
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2839
2931
|
hideLabel?: boolean | undefined;
|
|
2840
2932
|
})[];
|
|
2841
2933
|
};
|
|
@@ -2924,6 +3016,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2924
3016
|
conditional: import("../commons").JSONSchema;
|
|
2925
3017
|
})[] | undefined;
|
|
2926
3018
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3019
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2927
3020
|
hideLabel?: boolean | undefined;
|
|
2928
3021
|
} | {
|
|
2929
3022
|
type: "TEXT";
|
|
@@ -2949,6 +3042,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2949
3042
|
conditional: import("../commons").JSONSchema;
|
|
2950
3043
|
})[] | undefined;
|
|
2951
3044
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3045
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2952
3046
|
hideLabel?: boolean | undefined;
|
|
2953
3047
|
configuration?: {
|
|
2954
3048
|
type?: "text" | "password" | undefined;
|
|
@@ -2980,6 +3074,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
2980
3074
|
conditional: import("../commons").JSONSchema;
|
|
2981
3075
|
})[] | undefined;
|
|
2982
3076
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3077
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
2983
3078
|
hideLabel?: boolean | undefined;
|
|
2984
3079
|
configuration?: {
|
|
2985
3080
|
prefix?: import("../commons").TranslationConfig | undefined;
|
|
@@ -3011,6 +3106,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3011
3106
|
conditional: import("../commons").JSONSchema;
|
|
3012
3107
|
})[] | undefined;
|
|
3013
3108
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3109
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3014
3110
|
hideLabel?: boolean | undefined;
|
|
3015
3111
|
configuration?: {
|
|
3016
3112
|
maxLength?: number | undefined;
|
|
@@ -3048,6 +3144,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3048
3144
|
conditional: import("../commons").JSONSchema;
|
|
3049
3145
|
})[] | undefined;
|
|
3050
3146
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3147
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3051
3148
|
hideLabel?: boolean | undefined;
|
|
3052
3149
|
} | {
|
|
3053
3150
|
type: "EMAIL";
|
|
@@ -3073,6 +3170,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3073
3170
|
conditional: import("../commons").JSONSchema;
|
|
3074
3171
|
})[] | undefined;
|
|
3075
3172
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3173
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3076
3174
|
hideLabel?: boolean | undefined;
|
|
3077
3175
|
configuration?: {
|
|
3078
3176
|
maxLength?: number | undefined;
|
|
@@ -3101,6 +3199,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3101
3199
|
conditional: import("../commons").JSONSchema;
|
|
3102
3200
|
})[] | undefined;
|
|
3103
3201
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3202
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3104
3203
|
hideLabel?: boolean | undefined;
|
|
3105
3204
|
configuration?: {
|
|
3106
3205
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -3129,6 +3228,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3129
3228
|
conditional: import("../commons").JSONSchema;
|
|
3130
3229
|
})[] | undefined;
|
|
3131
3230
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3231
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3132
3232
|
hideLabel?: boolean | undefined;
|
|
3133
3233
|
configuration?: {
|
|
3134
3234
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -3162,6 +3262,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3162
3262
|
conditional: import("../commons").JSONSchema;
|
|
3163
3263
|
})[] | undefined;
|
|
3164
3264
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3265
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3165
3266
|
hideLabel?: boolean | undefined;
|
|
3166
3267
|
} | {
|
|
3167
3268
|
type: "PAGE_HEADER";
|
|
@@ -3187,6 +3288,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3187
3288
|
conditional: import("../commons").JSONSchema;
|
|
3188
3289
|
})[] | undefined;
|
|
3189
3290
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3291
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3190
3292
|
hideLabel?: boolean | undefined;
|
|
3191
3293
|
} | {
|
|
3192
3294
|
type: "FILE";
|
|
@@ -3220,6 +3322,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3220
3322
|
conditional: import("../commons").JSONSchema;
|
|
3221
3323
|
})[] | undefined;
|
|
3222
3324
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3325
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3223
3326
|
hideLabel?: boolean | undefined;
|
|
3224
3327
|
} | {
|
|
3225
3328
|
type: "RADIO_GROUP";
|
|
@@ -3249,6 +3352,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3249
3352
|
conditional: import("../commons").JSONSchema;
|
|
3250
3353
|
})[] | undefined;
|
|
3251
3354
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3355
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3252
3356
|
hideLabel?: boolean | undefined;
|
|
3253
3357
|
configuration?: {
|
|
3254
3358
|
styles?: {
|
|
@@ -3285,6 +3389,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3285
3389
|
conditional: import("../commons").JSONSchema;
|
|
3286
3390
|
})[] | undefined;
|
|
3287
3391
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3392
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3288
3393
|
hideLabel?: boolean | undefined;
|
|
3289
3394
|
} | {
|
|
3290
3395
|
type: "SELECT";
|
|
@@ -3314,6 +3419,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3314
3419
|
conditional: import("../commons").JSONSchema;
|
|
3315
3420
|
})[] | undefined;
|
|
3316
3421
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3422
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3317
3423
|
hideLabel?: boolean | undefined;
|
|
3318
3424
|
} | {
|
|
3319
3425
|
type: "CHECKBOX";
|
|
@@ -3339,6 +3445,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3339
3445
|
conditional: import("../commons").JSONSchema;
|
|
3340
3446
|
})[] | undefined;
|
|
3341
3447
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3448
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3342
3449
|
hideLabel?: boolean | undefined;
|
|
3343
3450
|
} | {
|
|
3344
3451
|
type: "COUNTRY";
|
|
@@ -3364,6 +3471,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3364
3471
|
conditional: import("../commons").JSONSchema;
|
|
3365
3472
|
})[] | undefined;
|
|
3366
3473
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3474
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3367
3475
|
hideLabel?: boolean | undefined;
|
|
3368
3476
|
} | {
|
|
3369
3477
|
type: "ADMINISTRATIVE_AREA";
|
|
@@ -3395,6 +3503,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3395
3503
|
conditional: import("../commons").JSONSchema;
|
|
3396
3504
|
})[] | undefined;
|
|
3397
3505
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3506
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3398
3507
|
hideLabel?: boolean | undefined;
|
|
3399
3508
|
} | {
|
|
3400
3509
|
type: "LOCATION";
|
|
@@ -3420,6 +3529,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3420
3529
|
conditional: import("../commons").JSONSchema;
|
|
3421
3530
|
})[] | undefined;
|
|
3422
3531
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3532
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3423
3533
|
hideLabel?: boolean | undefined;
|
|
3424
3534
|
} | {
|
|
3425
3535
|
type: "FILE_WITH_OPTIONS";
|
|
@@ -3453,6 +3563,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3453
3563
|
conditional: import("../commons").JSONSchema;
|
|
3454
3564
|
})[] | undefined;
|
|
3455
3565
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3566
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3456
3567
|
hideLabel?: boolean | undefined;
|
|
3457
3568
|
} | {
|
|
3458
3569
|
type: "FACILITY";
|
|
@@ -3478,6 +3589,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3478
3589
|
conditional: import("../commons").JSONSchema;
|
|
3479
3590
|
})[] | undefined;
|
|
3480
3591
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3592
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3481
3593
|
hideLabel?: boolean | undefined;
|
|
3482
3594
|
} | {
|
|
3483
3595
|
type: "OFFICE";
|
|
@@ -3503,6 +3615,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3503
3615
|
conditional: import("../commons").JSONSchema;
|
|
3504
3616
|
})[] | undefined;
|
|
3505
3617
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3618
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3506
3619
|
hideLabel?: boolean | undefined;
|
|
3507
3620
|
} | {
|
|
3508
3621
|
type: "ADDRESS";
|
|
@@ -3556,6 +3669,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3556
3669
|
conditional: import("../commons").JSONSchema;
|
|
3557
3670
|
})[] | undefined;
|
|
3558
3671
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3672
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3559
3673
|
hideLabel?: boolean | undefined;
|
|
3560
3674
|
} | {
|
|
3561
3675
|
type: "DATA";
|
|
@@ -3590,6 +3704,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3590
3704
|
conditional: import("../commons").JSONSchema;
|
|
3591
3705
|
})[] | undefined;
|
|
3592
3706
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3707
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3593
3708
|
hideLabel?: boolean | undefined;
|
|
3594
3709
|
})[];
|
|
3595
3710
|
conditional?: import("../commons").JSONSchema | undefined;
|
|
@@ -3633,6 +3748,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3633
3748
|
conditional: import("../commons").JSONSchema;
|
|
3634
3749
|
})[] | undefined;
|
|
3635
3750
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3751
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3636
3752
|
hideLabel?: boolean | undefined;
|
|
3637
3753
|
} | {
|
|
3638
3754
|
type: "TEXT";
|
|
@@ -3658,6 +3774,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3658
3774
|
conditional: import("../commons").JSONSchema;
|
|
3659
3775
|
})[] | undefined;
|
|
3660
3776
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3777
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3661
3778
|
hideLabel?: boolean | undefined;
|
|
3662
3779
|
configuration?: {
|
|
3663
3780
|
type?: "text" | "password" | undefined;
|
|
@@ -3689,6 +3806,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3689
3806
|
conditional: import("../commons").JSONSchema;
|
|
3690
3807
|
})[] | undefined;
|
|
3691
3808
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3809
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3692
3810
|
hideLabel?: boolean | undefined;
|
|
3693
3811
|
configuration?: {
|
|
3694
3812
|
prefix?: import("../commons").TranslationConfig | undefined;
|
|
@@ -3720,6 +3838,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3720
3838
|
conditional: import("../commons").JSONSchema;
|
|
3721
3839
|
})[] | undefined;
|
|
3722
3840
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3841
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3723
3842
|
hideLabel?: boolean | undefined;
|
|
3724
3843
|
configuration?: {
|
|
3725
3844
|
maxLength?: number | undefined;
|
|
@@ -3757,6 +3876,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3757
3876
|
conditional: import("../commons").JSONSchema;
|
|
3758
3877
|
})[] | undefined;
|
|
3759
3878
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3879
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3760
3880
|
hideLabel?: boolean | undefined;
|
|
3761
3881
|
} | {
|
|
3762
3882
|
type: "EMAIL";
|
|
@@ -3782,6 +3902,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3782
3902
|
conditional: import("../commons").JSONSchema;
|
|
3783
3903
|
})[] | undefined;
|
|
3784
3904
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3905
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3785
3906
|
hideLabel?: boolean | undefined;
|
|
3786
3907
|
configuration?: {
|
|
3787
3908
|
maxLength?: number | undefined;
|
|
@@ -3810,6 +3931,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3810
3931
|
conditional: import("../commons").JSONSchema;
|
|
3811
3932
|
})[] | undefined;
|
|
3812
3933
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3934
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3813
3935
|
hideLabel?: boolean | undefined;
|
|
3814
3936
|
configuration?: {
|
|
3815
3937
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -3838,6 +3960,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3838
3960
|
conditional: import("../commons").JSONSchema;
|
|
3839
3961
|
})[] | undefined;
|
|
3840
3962
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3963
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3841
3964
|
hideLabel?: boolean | undefined;
|
|
3842
3965
|
configuration?: {
|
|
3843
3966
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -3871,6 +3994,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3871
3994
|
conditional: import("../commons").JSONSchema;
|
|
3872
3995
|
})[] | undefined;
|
|
3873
3996
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
3997
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3874
3998
|
hideLabel?: boolean | undefined;
|
|
3875
3999
|
} | {
|
|
3876
4000
|
type: "PAGE_HEADER";
|
|
@@ -3896,6 +4020,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3896
4020
|
conditional: import("../commons").JSONSchema;
|
|
3897
4021
|
})[] | undefined;
|
|
3898
4022
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4023
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3899
4024
|
hideLabel?: boolean | undefined;
|
|
3900
4025
|
} | {
|
|
3901
4026
|
type: "FILE";
|
|
@@ -3929,6 +4054,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3929
4054
|
conditional: import("../commons").JSONSchema;
|
|
3930
4055
|
})[] | undefined;
|
|
3931
4056
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4057
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3932
4058
|
hideLabel?: boolean | undefined;
|
|
3933
4059
|
} | {
|
|
3934
4060
|
type: "RADIO_GROUP";
|
|
@@ -3958,6 +4084,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3958
4084
|
conditional: import("../commons").JSONSchema;
|
|
3959
4085
|
})[] | undefined;
|
|
3960
4086
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4087
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3961
4088
|
hideLabel?: boolean | undefined;
|
|
3962
4089
|
configuration?: {
|
|
3963
4090
|
styles?: {
|
|
@@ -3994,6 +4121,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
3994
4121
|
conditional: import("../commons").JSONSchema;
|
|
3995
4122
|
})[] | undefined;
|
|
3996
4123
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4124
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
3997
4125
|
hideLabel?: boolean | undefined;
|
|
3998
4126
|
} | {
|
|
3999
4127
|
type: "SELECT";
|
|
@@ -4023,6 +4151,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4023
4151
|
conditional: import("../commons").JSONSchema;
|
|
4024
4152
|
})[] | undefined;
|
|
4025
4153
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4154
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4026
4155
|
hideLabel?: boolean | undefined;
|
|
4027
4156
|
} | {
|
|
4028
4157
|
type: "CHECKBOX";
|
|
@@ -4048,6 +4177,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4048
4177
|
conditional: import("../commons").JSONSchema;
|
|
4049
4178
|
})[] | undefined;
|
|
4050
4179
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4180
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4051
4181
|
hideLabel?: boolean | undefined;
|
|
4052
4182
|
} | {
|
|
4053
4183
|
type: "COUNTRY";
|
|
@@ -4073,6 +4203,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4073
4203
|
conditional: import("../commons").JSONSchema;
|
|
4074
4204
|
})[] | undefined;
|
|
4075
4205
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4206
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4076
4207
|
hideLabel?: boolean | undefined;
|
|
4077
4208
|
} | {
|
|
4078
4209
|
type: "ADMINISTRATIVE_AREA";
|
|
@@ -4104,6 +4235,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4104
4235
|
conditional: import("../commons").JSONSchema;
|
|
4105
4236
|
})[] | undefined;
|
|
4106
4237
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4238
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4107
4239
|
hideLabel?: boolean | undefined;
|
|
4108
4240
|
} | {
|
|
4109
4241
|
type: "LOCATION";
|
|
@@ -4129,6 +4261,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4129
4261
|
conditional: import("../commons").JSONSchema;
|
|
4130
4262
|
})[] | undefined;
|
|
4131
4263
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4264
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4132
4265
|
hideLabel?: boolean | undefined;
|
|
4133
4266
|
} | {
|
|
4134
4267
|
type: "FILE_WITH_OPTIONS";
|
|
@@ -4162,6 +4295,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4162
4295
|
conditional: import("../commons").JSONSchema;
|
|
4163
4296
|
})[] | undefined;
|
|
4164
4297
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4298
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4165
4299
|
hideLabel?: boolean | undefined;
|
|
4166
4300
|
} | {
|
|
4167
4301
|
type: "FACILITY";
|
|
@@ -4187,6 +4321,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4187
4321
|
conditional: import("../commons").JSONSchema;
|
|
4188
4322
|
})[] | undefined;
|
|
4189
4323
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4324
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4190
4325
|
hideLabel?: boolean | undefined;
|
|
4191
4326
|
} | {
|
|
4192
4327
|
type: "OFFICE";
|
|
@@ -4212,6 +4347,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4212
4347
|
conditional: import("../commons").JSONSchema;
|
|
4213
4348
|
})[] | undefined;
|
|
4214
4349
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4350
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4215
4351
|
hideLabel?: boolean | undefined;
|
|
4216
4352
|
} | {
|
|
4217
4353
|
type: "ADDRESS";
|
|
@@ -4265,6 +4401,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4265
4401
|
conditional: import("../commons").JSONSchema;
|
|
4266
4402
|
})[] | undefined;
|
|
4267
4403
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4404
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4268
4405
|
hideLabel?: boolean | undefined;
|
|
4269
4406
|
} | {
|
|
4270
4407
|
type: "DATA";
|
|
@@ -4299,6 +4436,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4299
4436
|
conditional: import("../commons").JSONSchema;
|
|
4300
4437
|
})[] | undefined;
|
|
4301
4438
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4439
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4302
4440
|
hideLabel?: boolean | undefined;
|
|
4303
4441
|
})[];
|
|
4304
4442
|
conditional?: import("../commons").JSONSchema | undefined;
|
|
@@ -4343,6 +4481,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4343
4481
|
conditional: import("../commons").JSONSchema;
|
|
4344
4482
|
})[] | undefined;
|
|
4345
4483
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4484
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4346
4485
|
hideLabel?: boolean | undefined;
|
|
4347
4486
|
} | {
|
|
4348
4487
|
type: "TEXT";
|
|
@@ -4368,6 +4507,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4368
4507
|
conditional: import("../commons").JSONSchema;
|
|
4369
4508
|
})[] | undefined;
|
|
4370
4509
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4510
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4371
4511
|
hideLabel?: boolean | undefined;
|
|
4372
4512
|
configuration?: {
|
|
4373
4513
|
type?: "text" | "password" | undefined;
|
|
@@ -4399,6 +4539,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4399
4539
|
conditional: import("../commons").JSONSchema;
|
|
4400
4540
|
})[] | undefined;
|
|
4401
4541
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4542
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4402
4543
|
hideLabel?: boolean | undefined;
|
|
4403
4544
|
configuration?: {
|
|
4404
4545
|
prefix?: import("../commons").TranslationConfig | undefined;
|
|
@@ -4430,6 +4571,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4430
4571
|
conditional: import("../commons").JSONSchema;
|
|
4431
4572
|
})[] | undefined;
|
|
4432
4573
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4574
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4433
4575
|
hideLabel?: boolean | undefined;
|
|
4434
4576
|
configuration?: {
|
|
4435
4577
|
maxLength?: number | undefined;
|
|
@@ -4467,6 +4609,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4467
4609
|
conditional: import("../commons").JSONSchema;
|
|
4468
4610
|
})[] | undefined;
|
|
4469
4611
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4612
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4470
4613
|
hideLabel?: boolean | undefined;
|
|
4471
4614
|
} | {
|
|
4472
4615
|
type: "EMAIL";
|
|
@@ -4492,6 +4635,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4492
4635
|
conditional: import("../commons").JSONSchema;
|
|
4493
4636
|
})[] | undefined;
|
|
4494
4637
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4638
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4495
4639
|
hideLabel?: boolean | undefined;
|
|
4496
4640
|
configuration?: {
|
|
4497
4641
|
maxLength?: number | undefined;
|
|
@@ -4520,6 +4664,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4520
4664
|
conditional: import("../commons").JSONSchema;
|
|
4521
4665
|
})[] | undefined;
|
|
4522
4666
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4667
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4523
4668
|
hideLabel?: boolean | undefined;
|
|
4524
4669
|
configuration?: {
|
|
4525
4670
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -4548,6 +4693,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4548
4693
|
conditional: import("../commons").JSONSchema;
|
|
4549
4694
|
})[] | undefined;
|
|
4550
4695
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4696
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4551
4697
|
hideLabel?: boolean | undefined;
|
|
4552
4698
|
configuration?: {
|
|
4553
4699
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -4581,6 +4727,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4581
4727
|
conditional: import("../commons").JSONSchema;
|
|
4582
4728
|
})[] | undefined;
|
|
4583
4729
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4730
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4584
4731
|
hideLabel?: boolean | undefined;
|
|
4585
4732
|
} | {
|
|
4586
4733
|
type: "PAGE_HEADER";
|
|
@@ -4606,6 +4753,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4606
4753
|
conditional: import("../commons").JSONSchema;
|
|
4607
4754
|
})[] | undefined;
|
|
4608
4755
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4756
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4609
4757
|
hideLabel?: boolean | undefined;
|
|
4610
4758
|
} | {
|
|
4611
4759
|
type: "FILE";
|
|
@@ -4639,6 +4787,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4639
4787
|
conditional: import("../commons").JSONSchema;
|
|
4640
4788
|
})[] | undefined;
|
|
4641
4789
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4790
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4642
4791
|
hideLabel?: boolean | undefined;
|
|
4643
4792
|
} | {
|
|
4644
4793
|
type: "RADIO_GROUP";
|
|
@@ -4668,6 +4817,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4668
4817
|
conditional: import("../commons").JSONSchema;
|
|
4669
4818
|
})[] | undefined;
|
|
4670
4819
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4820
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4671
4821
|
hideLabel?: boolean | undefined;
|
|
4672
4822
|
configuration?: {
|
|
4673
4823
|
styles?: {
|
|
@@ -4704,6 +4854,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4704
4854
|
conditional: import("../commons").JSONSchema;
|
|
4705
4855
|
})[] | undefined;
|
|
4706
4856
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4857
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4707
4858
|
hideLabel?: boolean | undefined;
|
|
4708
4859
|
} | {
|
|
4709
4860
|
type: "SELECT";
|
|
@@ -4733,6 +4884,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4733
4884
|
conditional: import("../commons").JSONSchema;
|
|
4734
4885
|
})[] | undefined;
|
|
4735
4886
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4887
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4736
4888
|
hideLabel?: boolean | undefined;
|
|
4737
4889
|
} | {
|
|
4738
4890
|
type: "CHECKBOX";
|
|
@@ -4758,6 +4910,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4758
4910
|
conditional: import("../commons").JSONSchema;
|
|
4759
4911
|
})[] | undefined;
|
|
4760
4912
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4913
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4761
4914
|
hideLabel?: boolean | undefined;
|
|
4762
4915
|
} | {
|
|
4763
4916
|
type: "COUNTRY";
|
|
@@ -4783,6 +4936,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4783
4936
|
conditional: import("../commons").JSONSchema;
|
|
4784
4937
|
})[] | undefined;
|
|
4785
4938
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4939
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4786
4940
|
hideLabel?: boolean | undefined;
|
|
4787
4941
|
} | {
|
|
4788
4942
|
type: "ADMINISTRATIVE_AREA";
|
|
@@ -4814,6 +4968,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4814
4968
|
conditional: import("../commons").JSONSchema;
|
|
4815
4969
|
})[] | undefined;
|
|
4816
4970
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4971
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4817
4972
|
hideLabel?: boolean | undefined;
|
|
4818
4973
|
} | {
|
|
4819
4974
|
type: "LOCATION";
|
|
@@ -4839,6 +4994,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4839
4994
|
conditional: import("../commons").JSONSchema;
|
|
4840
4995
|
})[] | undefined;
|
|
4841
4996
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
4997
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4842
4998
|
hideLabel?: boolean | undefined;
|
|
4843
4999
|
} | {
|
|
4844
5000
|
type: "FILE_WITH_OPTIONS";
|
|
@@ -4872,6 +5028,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4872
5028
|
conditional: import("../commons").JSONSchema;
|
|
4873
5029
|
})[] | undefined;
|
|
4874
5030
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5031
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4875
5032
|
hideLabel?: boolean | undefined;
|
|
4876
5033
|
} | {
|
|
4877
5034
|
type: "FACILITY";
|
|
@@ -4897,6 +5054,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4897
5054
|
conditional: import("../commons").JSONSchema;
|
|
4898
5055
|
})[] | undefined;
|
|
4899
5056
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5057
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4900
5058
|
hideLabel?: boolean | undefined;
|
|
4901
5059
|
} | {
|
|
4902
5060
|
type: "OFFICE";
|
|
@@ -4922,6 +5080,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4922
5080
|
conditional: import("../commons").JSONSchema;
|
|
4923
5081
|
})[] | undefined;
|
|
4924
5082
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5083
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4925
5084
|
hideLabel?: boolean | undefined;
|
|
4926
5085
|
} | {
|
|
4927
5086
|
type: "ADDRESS";
|
|
@@ -4975,6 +5134,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
4975
5134
|
conditional: import("../commons").JSONSchema;
|
|
4976
5135
|
})[] | undefined;
|
|
4977
5136
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5137
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
4978
5138
|
hideLabel?: boolean | undefined;
|
|
4979
5139
|
} | {
|
|
4980
5140
|
type: "DATA";
|
|
@@ -5009,6 +5169,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5009
5169
|
conditional: import("../commons").JSONSchema;
|
|
5010
5170
|
})[] | undefined;
|
|
5011
5171
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5172
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5012
5173
|
hideLabel?: boolean | undefined;
|
|
5013
5174
|
})[];
|
|
5014
5175
|
conditional?: import("../commons").JSONSchema | undefined;
|
|
@@ -5052,6 +5213,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5052
5213
|
conditional: import("../commons").JSONSchema;
|
|
5053
5214
|
})[] | undefined;
|
|
5054
5215
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5216
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5055
5217
|
hideLabel?: boolean | undefined;
|
|
5056
5218
|
} | {
|
|
5057
5219
|
type: "TEXT";
|
|
@@ -5077,6 +5239,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5077
5239
|
conditional: import("../commons").JSONSchema;
|
|
5078
5240
|
})[] | undefined;
|
|
5079
5241
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5242
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5080
5243
|
hideLabel?: boolean | undefined;
|
|
5081
5244
|
configuration?: {
|
|
5082
5245
|
type?: "text" | "password" | undefined;
|
|
@@ -5108,6 +5271,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5108
5271
|
conditional: import("../commons").JSONSchema;
|
|
5109
5272
|
})[] | undefined;
|
|
5110
5273
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5274
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5111
5275
|
hideLabel?: boolean | undefined;
|
|
5112
5276
|
configuration?: {
|
|
5113
5277
|
prefix?: import("../commons").TranslationConfig | undefined;
|
|
@@ -5139,6 +5303,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5139
5303
|
conditional: import("../commons").JSONSchema;
|
|
5140
5304
|
})[] | undefined;
|
|
5141
5305
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5306
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5142
5307
|
hideLabel?: boolean | undefined;
|
|
5143
5308
|
configuration?: {
|
|
5144
5309
|
maxLength?: number | undefined;
|
|
@@ -5176,6 +5341,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5176
5341
|
conditional: import("../commons").JSONSchema;
|
|
5177
5342
|
})[] | undefined;
|
|
5178
5343
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5344
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5179
5345
|
hideLabel?: boolean | undefined;
|
|
5180
5346
|
} | {
|
|
5181
5347
|
type: "EMAIL";
|
|
@@ -5201,6 +5367,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5201
5367
|
conditional: import("../commons").JSONSchema;
|
|
5202
5368
|
})[] | undefined;
|
|
5203
5369
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5370
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5204
5371
|
hideLabel?: boolean | undefined;
|
|
5205
5372
|
configuration?: {
|
|
5206
5373
|
maxLength?: number | undefined;
|
|
@@ -5229,6 +5396,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5229
5396
|
conditional: import("../commons").JSONSchema;
|
|
5230
5397
|
})[] | undefined;
|
|
5231
5398
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5399
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5232
5400
|
hideLabel?: boolean | undefined;
|
|
5233
5401
|
configuration?: {
|
|
5234
5402
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -5257,6 +5425,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5257
5425
|
conditional: import("../commons").JSONSchema;
|
|
5258
5426
|
})[] | undefined;
|
|
5259
5427
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5428
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5260
5429
|
hideLabel?: boolean | undefined;
|
|
5261
5430
|
configuration?: {
|
|
5262
5431
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -5290,6 +5459,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5290
5459
|
conditional: import("../commons").JSONSchema;
|
|
5291
5460
|
})[] | undefined;
|
|
5292
5461
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5462
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5293
5463
|
hideLabel?: boolean | undefined;
|
|
5294
5464
|
} | {
|
|
5295
5465
|
type: "PAGE_HEADER";
|
|
@@ -5315,6 +5485,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5315
5485
|
conditional: import("../commons").JSONSchema;
|
|
5316
5486
|
})[] | undefined;
|
|
5317
5487
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5488
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5318
5489
|
hideLabel?: boolean | undefined;
|
|
5319
5490
|
} | {
|
|
5320
5491
|
type: "FILE";
|
|
@@ -5348,6 +5519,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5348
5519
|
conditional: import("../commons").JSONSchema;
|
|
5349
5520
|
})[] | undefined;
|
|
5350
5521
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5522
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5351
5523
|
hideLabel?: boolean | undefined;
|
|
5352
5524
|
} | {
|
|
5353
5525
|
type: "RADIO_GROUP";
|
|
@@ -5377,6 +5549,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5377
5549
|
conditional: import("../commons").JSONSchema;
|
|
5378
5550
|
})[] | undefined;
|
|
5379
5551
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5552
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5380
5553
|
hideLabel?: boolean | undefined;
|
|
5381
5554
|
configuration?: {
|
|
5382
5555
|
styles?: {
|
|
@@ -5413,6 +5586,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5413
5586
|
conditional: import("../commons").JSONSchema;
|
|
5414
5587
|
})[] | undefined;
|
|
5415
5588
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5589
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5416
5590
|
hideLabel?: boolean | undefined;
|
|
5417
5591
|
} | {
|
|
5418
5592
|
type: "SELECT";
|
|
@@ -5442,6 +5616,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5442
5616
|
conditional: import("../commons").JSONSchema;
|
|
5443
5617
|
})[] | undefined;
|
|
5444
5618
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5619
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5445
5620
|
hideLabel?: boolean | undefined;
|
|
5446
5621
|
} | {
|
|
5447
5622
|
type: "CHECKBOX";
|
|
@@ -5467,6 +5642,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5467
5642
|
conditional: import("../commons").JSONSchema;
|
|
5468
5643
|
})[] | undefined;
|
|
5469
5644
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5645
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5470
5646
|
hideLabel?: boolean | undefined;
|
|
5471
5647
|
} | {
|
|
5472
5648
|
type: "COUNTRY";
|
|
@@ -5492,6 +5668,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5492
5668
|
conditional: import("../commons").JSONSchema;
|
|
5493
5669
|
})[] | undefined;
|
|
5494
5670
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5671
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5495
5672
|
hideLabel?: boolean | undefined;
|
|
5496
5673
|
} | {
|
|
5497
5674
|
type: "ADMINISTRATIVE_AREA";
|
|
@@ -5523,6 +5700,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5523
5700
|
conditional: import("../commons").JSONSchema;
|
|
5524
5701
|
})[] | undefined;
|
|
5525
5702
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5703
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5526
5704
|
hideLabel?: boolean | undefined;
|
|
5527
5705
|
} | {
|
|
5528
5706
|
type: "LOCATION";
|
|
@@ -5548,6 +5726,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5548
5726
|
conditional: import("../commons").JSONSchema;
|
|
5549
5727
|
})[] | undefined;
|
|
5550
5728
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5729
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5551
5730
|
hideLabel?: boolean | undefined;
|
|
5552
5731
|
} | {
|
|
5553
5732
|
type: "FILE_WITH_OPTIONS";
|
|
@@ -5581,6 +5760,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5581
5760
|
conditional: import("../commons").JSONSchema;
|
|
5582
5761
|
})[] | undefined;
|
|
5583
5762
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5763
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5584
5764
|
hideLabel?: boolean | undefined;
|
|
5585
5765
|
} | {
|
|
5586
5766
|
type: "FACILITY";
|
|
@@ -5606,6 +5786,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5606
5786
|
conditional: import("../commons").JSONSchema;
|
|
5607
5787
|
})[] | undefined;
|
|
5608
5788
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5789
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5609
5790
|
hideLabel?: boolean | undefined;
|
|
5610
5791
|
} | {
|
|
5611
5792
|
type: "OFFICE";
|
|
@@ -5631,6 +5812,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5631
5812
|
conditional: import("../commons").JSONSchema;
|
|
5632
5813
|
})[] | undefined;
|
|
5633
5814
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5815
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5634
5816
|
hideLabel?: boolean | undefined;
|
|
5635
5817
|
} | {
|
|
5636
5818
|
type: "ADDRESS";
|
|
@@ -5684,6 +5866,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5684
5866
|
conditional: import("../commons").JSONSchema;
|
|
5685
5867
|
})[] | undefined;
|
|
5686
5868
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5869
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5687
5870
|
hideLabel?: boolean | undefined;
|
|
5688
5871
|
} | {
|
|
5689
5872
|
type: "DATA";
|
|
@@ -5718,6 +5901,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5718
5901
|
conditional: import("../commons").JSONSchema;
|
|
5719
5902
|
})[] | undefined;
|
|
5720
5903
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5904
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5721
5905
|
hideLabel?: boolean | undefined;
|
|
5722
5906
|
})[];
|
|
5723
5907
|
conditional?: import("../commons").JSONSchema | undefined;
|
|
@@ -5750,6 +5934,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5750
5934
|
conditional: import("../commons").JSONSchema;
|
|
5751
5935
|
})[] | undefined;
|
|
5752
5936
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5937
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5753
5938
|
hideLabel?: boolean | undefined;
|
|
5754
5939
|
} | {
|
|
5755
5940
|
type: "TEXT";
|
|
@@ -5775,6 +5960,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5775
5960
|
conditional: import("../commons").JSONSchema;
|
|
5776
5961
|
})[] | undefined;
|
|
5777
5962
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5963
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5778
5964
|
hideLabel?: boolean | undefined;
|
|
5779
5965
|
configuration?: {
|
|
5780
5966
|
type?: "text" | "password" | undefined;
|
|
@@ -5806,6 +5992,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5806
5992
|
conditional: import("../commons").JSONSchema;
|
|
5807
5993
|
})[] | undefined;
|
|
5808
5994
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
5995
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5809
5996
|
hideLabel?: boolean | undefined;
|
|
5810
5997
|
configuration?: {
|
|
5811
5998
|
prefix?: import("../commons").TranslationConfig | undefined;
|
|
@@ -5837,6 +6024,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5837
6024
|
conditional: import("../commons").JSONSchema;
|
|
5838
6025
|
})[] | undefined;
|
|
5839
6026
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6027
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5840
6028
|
hideLabel?: boolean | undefined;
|
|
5841
6029
|
configuration?: {
|
|
5842
6030
|
maxLength?: number | undefined;
|
|
@@ -5874,6 +6062,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5874
6062
|
conditional: import("../commons").JSONSchema;
|
|
5875
6063
|
})[] | undefined;
|
|
5876
6064
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6065
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5877
6066
|
hideLabel?: boolean | undefined;
|
|
5878
6067
|
} | {
|
|
5879
6068
|
type: "EMAIL";
|
|
@@ -5899,6 +6088,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5899
6088
|
conditional: import("../commons").JSONSchema;
|
|
5900
6089
|
})[] | undefined;
|
|
5901
6090
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6091
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5902
6092
|
hideLabel?: boolean | undefined;
|
|
5903
6093
|
configuration?: {
|
|
5904
6094
|
maxLength?: number | undefined;
|
|
@@ -5927,6 +6117,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5927
6117
|
conditional: import("../commons").JSONSchema;
|
|
5928
6118
|
})[] | undefined;
|
|
5929
6119
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6120
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5930
6121
|
hideLabel?: boolean | undefined;
|
|
5931
6122
|
configuration?: {
|
|
5932
6123
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -5955,6 +6146,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5955
6146
|
conditional: import("../commons").JSONSchema;
|
|
5956
6147
|
})[] | undefined;
|
|
5957
6148
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6149
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5958
6150
|
hideLabel?: boolean | undefined;
|
|
5959
6151
|
configuration?: {
|
|
5960
6152
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -5988,6 +6180,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
5988
6180
|
conditional: import("../commons").JSONSchema;
|
|
5989
6181
|
})[] | undefined;
|
|
5990
6182
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6183
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
5991
6184
|
hideLabel?: boolean | undefined;
|
|
5992
6185
|
} | {
|
|
5993
6186
|
type: "PAGE_HEADER";
|
|
@@ -6013,6 +6206,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6013
6206
|
conditional: import("../commons").JSONSchema;
|
|
6014
6207
|
})[] | undefined;
|
|
6015
6208
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6209
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6016
6210
|
hideLabel?: boolean | undefined;
|
|
6017
6211
|
} | {
|
|
6018
6212
|
type: "FILE";
|
|
@@ -6046,6 +6240,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6046
6240
|
conditional: import("../commons").JSONSchema;
|
|
6047
6241
|
})[] | undefined;
|
|
6048
6242
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6243
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6049
6244
|
hideLabel?: boolean | undefined;
|
|
6050
6245
|
} | {
|
|
6051
6246
|
type: "RADIO_GROUP";
|
|
@@ -6075,6 +6270,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6075
6270
|
conditional: import("../commons").JSONSchema;
|
|
6076
6271
|
})[] | undefined;
|
|
6077
6272
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6273
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6078
6274
|
hideLabel?: boolean | undefined;
|
|
6079
6275
|
configuration?: {
|
|
6080
6276
|
styles?: {
|
|
@@ -6111,6 +6307,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6111
6307
|
conditional: import("../commons").JSONSchema;
|
|
6112
6308
|
})[] | undefined;
|
|
6113
6309
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6310
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6114
6311
|
hideLabel?: boolean | undefined;
|
|
6115
6312
|
} | {
|
|
6116
6313
|
type: "SELECT";
|
|
@@ -6140,6 +6337,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6140
6337
|
conditional: import("../commons").JSONSchema;
|
|
6141
6338
|
})[] | undefined;
|
|
6142
6339
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6340
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6143
6341
|
hideLabel?: boolean | undefined;
|
|
6144
6342
|
} | {
|
|
6145
6343
|
type: "CHECKBOX";
|
|
@@ -6165,6 +6363,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6165
6363
|
conditional: import("../commons").JSONSchema;
|
|
6166
6364
|
})[] | undefined;
|
|
6167
6365
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6366
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6168
6367
|
hideLabel?: boolean | undefined;
|
|
6169
6368
|
} | {
|
|
6170
6369
|
type: "COUNTRY";
|
|
@@ -6190,6 +6389,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6190
6389
|
conditional: import("../commons").JSONSchema;
|
|
6191
6390
|
})[] | undefined;
|
|
6192
6391
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6392
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6193
6393
|
hideLabel?: boolean | undefined;
|
|
6194
6394
|
} | {
|
|
6195
6395
|
type: "ADMINISTRATIVE_AREA";
|
|
@@ -6221,6 +6421,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6221
6421
|
conditional: import("../commons").JSONSchema;
|
|
6222
6422
|
})[] | undefined;
|
|
6223
6423
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6424
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6224
6425
|
hideLabel?: boolean | undefined;
|
|
6225
6426
|
} | {
|
|
6226
6427
|
type: "LOCATION";
|
|
@@ -6246,6 +6447,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6246
6447
|
conditional: import("../commons").JSONSchema;
|
|
6247
6448
|
})[] | undefined;
|
|
6248
6449
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6450
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6249
6451
|
hideLabel?: boolean | undefined;
|
|
6250
6452
|
} | {
|
|
6251
6453
|
type: "FILE_WITH_OPTIONS";
|
|
@@ -6279,6 +6481,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6279
6481
|
conditional: import("../commons").JSONSchema;
|
|
6280
6482
|
})[] | undefined;
|
|
6281
6483
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6484
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6282
6485
|
hideLabel?: boolean | undefined;
|
|
6283
6486
|
} | {
|
|
6284
6487
|
type: "FACILITY";
|
|
@@ -6304,6 +6507,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6304
6507
|
conditional: import("../commons").JSONSchema;
|
|
6305
6508
|
})[] | undefined;
|
|
6306
6509
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6510
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6307
6511
|
hideLabel?: boolean | undefined;
|
|
6308
6512
|
} | {
|
|
6309
6513
|
type: "OFFICE";
|
|
@@ -6329,6 +6533,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6329
6533
|
conditional: import("../commons").JSONSchema;
|
|
6330
6534
|
})[] | undefined;
|
|
6331
6535
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6536
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6332
6537
|
hideLabel?: boolean | undefined;
|
|
6333
6538
|
} | {
|
|
6334
6539
|
type: "ADDRESS";
|
|
@@ -6382,6 +6587,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6382
6587
|
conditional: import("../commons").JSONSchema;
|
|
6383
6588
|
})[] | undefined;
|
|
6384
6589
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6590
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6385
6591
|
hideLabel?: boolean | undefined;
|
|
6386
6592
|
} | {
|
|
6387
6593
|
type: "DATA";
|
|
@@ -6416,6 +6622,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6416
6622
|
conditional: import("../commons").JSONSchema;
|
|
6417
6623
|
})[] | undefined;
|
|
6418
6624
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6625
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6419
6626
|
hideLabel?: boolean | undefined;
|
|
6420
6627
|
})[];
|
|
6421
6628
|
conditional?: import("../commons").JSONSchema | undefined;
|
|
@@ -6459,6 +6666,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6459
6666
|
conditional: import("../commons").JSONSchema;
|
|
6460
6667
|
})[] | undefined;
|
|
6461
6668
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6669
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6462
6670
|
hideLabel?: boolean | undefined;
|
|
6463
6671
|
} | {
|
|
6464
6672
|
type: "TEXT";
|
|
@@ -6484,6 +6692,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6484
6692
|
conditional: import("../commons").JSONSchema;
|
|
6485
6693
|
})[] | undefined;
|
|
6486
6694
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6695
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6487
6696
|
hideLabel?: boolean | undefined;
|
|
6488
6697
|
configuration?: {
|
|
6489
6698
|
type?: "text" | "password" | undefined;
|
|
@@ -6515,6 +6724,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6515
6724
|
conditional: import("../commons").JSONSchema;
|
|
6516
6725
|
})[] | undefined;
|
|
6517
6726
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6727
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6518
6728
|
hideLabel?: boolean | undefined;
|
|
6519
6729
|
configuration?: {
|
|
6520
6730
|
prefix?: import("../commons").TranslationConfig | undefined;
|
|
@@ -6546,6 +6756,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6546
6756
|
conditional: import("../commons").JSONSchema;
|
|
6547
6757
|
})[] | undefined;
|
|
6548
6758
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6759
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6549
6760
|
hideLabel?: boolean | undefined;
|
|
6550
6761
|
configuration?: {
|
|
6551
6762
|
maxLength?: number | undefined;
|
|
@@ -6583,6 +6794,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6583
6794
|
conditional: import("../commons").JSONSchema;
|
|
6584
6795
|
})[] | undefined;
|
|
6585
6796
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6797
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6586
6798
|
hideLabel?: boolean | undefined;
|
|
6587
6799
|
} | {
|
|
6588
6800
|
type: "EMAIL";
|
|
@@ -6608,6 +6820,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6608
6820
|
conditional: import("../commons").JSONSchema;
|
|
6609
6821
|
})[] | undefined;
|
|
6610
6822
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6823
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6611
6824
|
hideLabel?: boolean | undefined;
|
|
6612
6825
|
configuration?: {
|
|
6613
6826
|
maxLength?: number | undefined;
|
|
@@ -6636,6 +6849,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6636
6849
|
conditional: import("../commons").JSONSchema;
|
|
6637
6850
|
})[] | undefined;
|
|
6638
6851
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6852
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6639
6853
|
hideLabel?: boolean | undefined;
|
|
6640
6854
|
configuration?: {
|
|
6641
6855
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -6664,6 +6878,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6664
6878
|
conditional: import("../commons").JSONSchema;
|
|
6665
6879
|
})[] | undefined;
|
|
6666
6880
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6881
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6667
6882
|
hideLabel?: boolean | undefined;
|
|
6668
6883
|
configuration?: {
|
|
6669
6884
|
notice?: import("../commons").TranslationConfig | undefined;
|
|
@@ -6697,6 +6912,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6697
6912
|
conditional: import("../commons").JSONSchema;
|
|
6698
6913
|
})[] | undefined;
|
|
6699
6914
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6915
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6700
6916
|
hideLabel?: boolean | undefined;
|
|
6701
6917
|
} | {
|
|
6702
6918
|
type: "PAGE_HEADER";
|
|
@@ -6722,6 +6938,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6722
6938
|
conditional: import("../commons").JSONSchema;
|
|
6723
6939
|
})[] | undefined;
|
|
6724
6940
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6941
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6725
6942
|
hideLabel?: boolean | undefined;
|
|
6726
6943
|
} | {
|
|
6727
6944
|
type: "FILE";
|
|
@@ -6755,6 +6972,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6755
6972
|
conditional: import("../commons").JSONSchema;
|
|
6756
6973
|
})[] | undefined;
|
|
6757
6974
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
6975
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6758
6976
|
hideLabel?: boolean | undefined;
|
|
6759
6977
|
} | {
|
|
6760
6978
|
type: "RADIO_GROUP";
|
|
@@ -6784,6 +7002,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6784
7002
|
conditional: import("../commons").JSONSchema;
|
|
6785
7003
|
})[] | undefined;
|
|
6786
7004
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
7005
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6787
7006
|
hideLabel?: boolean | undefined;
|
|
6788
7007
|
configuration?: {
|
|
6789
7008
|
styles?: {
|
|
@@ -6820,6 +7039,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6820
7039
|
conditional: import("../commons").JSONSchema;
|
|
6821
7040
|
})[] | undefined;
|
|
6822
7041
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
7042
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6823
7043
|
hideLabel?: boolean | undefined;
|
|
6824
7044
|
} | {
|
|
6825
7045
|
type: "SELECT";
|
|
@@ -6849,6 +7069,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6849
7069
|
conditional: import("../commons").JSONSchema;
|
|
6850
7070
|
})[] | undefined;
|
|
6851
7071
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
7072
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6852
7073
|
hideLabel?: boolean | undefined;
|
|
6853
7074
|
} | {
|
|
6854
7075
|
type: "CHECKBOX";
|
|
@@ -6874,6 +7095,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6874
7095
|
conditional: import("../commons").JSONSchema;
|
|
6875
7096
|
})[] | undefined;
|
|
6876
7097
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
7098
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6877
7099
|
hideLabel?: boolean | undefined;
|
|
6878
7100
|
} | {
|
|
6879
7101
|
type: "COUNTRY";
|
|
@@ -6899,6 +7121,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6899
7121
|
conditional: import("../commons").JSONSchema;
|
|
6900
7122
|
})[] | undefined;
|
|
6901
7123
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
7124
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6902
7125
|
hideLabel?: boolean | undefined;
|
|
6903
7126
|
} | {
|
|
6904
7127
|
type: "ADMINISTRATIVE_AREA";
|
|
@@ -6930,6 +7153,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6930
7153
|
conditional: import("../commons").JSONSchema;
|
|
6931
7154
|
})[] | undefined;
|
|
6932
7155
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
7156
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6933
7157
|
hideLabel?: boolean | undefined;
|
|
6934
7158
|
} | {
|
|
6935
7159
|
type: "LOCATION";
|
|
@@ -6955,6 +7179,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6955
7179
|
conditional: import("../commons").JSONSchema;
|
|
6956
7180
|
})[] | undefined;
|
|
6957
7181
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
7182
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6958
7183
|
hideLabel?: boolean | undefined;
|
|
6959
7184
|
} | {
|
|
6960
7185
|
type: "FILE_WITH_OPTIONS";
|
|
@@ -6988,6 +7213,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
6988
7213
|
conditional: import("../commons").JSONSchema;
|
|
6989
7214
|
})[] | undefined;
|
|
6990
7215
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
7216
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
6991
7217
|
hideLabel?: boolean | undefined;
|
|
6992
7218
|
} | {
|
|
6993
7219
|
type: "FACILITY";
|
|
@@ -7013,6 +7239,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
7013
7239
|
conditional: import("../commons").JSONSchema;
|
|
7014
7240
|
})[] | undefined;
|
|
7015
7241
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
7242
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
7016
7243
|
hideLabel?: boolean | undefined;
|
|
7017
7244
|
} | {
|
|
7018
7245
|
type: "OFFICE";
|
|
@@ -7038,6 +7265,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
7038
7265
|
conditional: import("../commons").JSONSchema;
|
|
7039
7266
|
})[] | undefined;
|
|
7040
7267
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
7268
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
7041
7269
|
hideLabel?: boolean | undefined;
|
|
7042
7270
|
} | {
|
|
7043
7271
|
type: "ADDRESS";
|
|
@@ -7091,6 +7319,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
7091
7319
|
conditional: import("../commons").JSONSchema;
|
|
7092
7320
|
})[] | undefined;
|
|
7093
7321
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
7322
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
7094
7323
|
hideLabel?: boolean | undefined;
|
|
7095
7324
|
} | {
|
|
7096
7325
|
type: "DATA";
|
|
@@ -7125,6 +7354,7 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
7125
7354
|
conditional: import("../commons").JSONSchema;
|
|
7126
7355
|
})[] | undefined;
|
|
7127
7356
|
placeholder?: import("../commons").TranslationConfig | undefined;
|
|
7357
|
+
helperText?: import("../commons").TranslationConfig | undefined;
|
|
7128
7358
|
hideLabel?: boolean | undefined;
|
|
7129
7359
|
})[];
|
|
7130
7360
|
conditional?: import("../commons").JSONSchema | undefined;
|
|
@@ -7191,16 +7421,38 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
7191
7421
|
value: string;
|
|
7192
7422
|
label: import("../commons").TranslationConfig;
|
|
7193
7423
|
}[] | undefined;
|
|
7424
|
+
conditionals?: ({
|
|
7425
|
+
type: "SHOW";
|
|
7426
|
+
conditional: import("../commons").JSONSchema;
|
|
7427
|
+
} | {
|
|
7428
|
+
type: "ENABLE";
|
|
7429
|
+
conditional: import("../commons").JSONSchema;
|
|
7430
|
+
} | {
|
|
7431
|
+
type: "DISPLAY_ON_REVIEW";
|
|
7432
|
+
conditional: import("../commons").JSONSchema;
|
|
7433
|
+
})[] | undefined;
|
|
7434
|
+
searchCriteriaLabelPrefix?: import("../commons").TranslationConfig | undefined;
|
|
7194
7435
|
} | {
|
|
7195
7436
|
config: {
|
|
7196
7437
|
type: "exact" | "fuzzy" | "range";
|
|
7197
7438
|
};
|
|
7198
|
-
fieldId: "status" | "trackingId";
|
|
7439
|
+
fieldId: "status" | "updatedAt" | "trackingId" | "legalStatus.REGISTERED.createdAt" | "legalStatus.REGISTERED.createdAtLocation";
|
|
7199
7440
|
fieldType: "event";
|
|
7200
7441
|
options?: {
|
|
7201
7442
|
value: string;
|
|
7202
7443
|
label: import("../commons").TranslationConfig;
|
|
7203
7444
|
}[] | undefined;
|
|
7445
|
+
conditionals?: ({
|
|
7446
|
+
type: "SHOW";
|
|
7447
|
+
conditional: import("../commons").JSONSchema;
|
|
7448
|
+
} | {
|
|
7449
|
+
type: "ENABLE";
|
|
7450
|
+
conditional: import("../commons").JSONSchema;
|
|
7451
|
+
} | {
|
|
7452
|
+
type: "DISPLAY_ON_REVIEW";
|
|
7453
|
+
conditional: import("../commons").JSONSchema;
|
|
7454
|
+
})[] | undefined;
|
|
7455
|
+
searchCriteriaLabelPrefix?: import("../commons").TranslationConfig | undefined;
|
|
7204
7456
|
})[];
|
|
7205
7457
|
}[];
|
|
7206
7458
|
dateOfEvent?: {
|
|
@@ -13482,10 +13734,10 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
13482
13734
|
clauses: {
|
|
13483
13735
|
status?: {
|
|
13484
13736
|
type: "exact";
|
|
13485
|
-
term:
|
|
13737
|
+
term: "ARCHIVED" | "CERTIFIED" | "DECLARED" | "REGISTERED" | "REJECTED" | "VALIDATED" | "CREATED" | "NOTIFIED";
|
|
13486
13738
|
} | {
|
|
13487
13739
|
type: "anyOf";
|
|
13488
|
-
terms:
|
|
13740
|
+
terms: ("ARCHIVED" | "CERTIFIED" | "DECLARED" | "REGISTERED" | "REJECTED" | "VALIDATED" | "CREATED" | "NOTIFIED")[];
|
|
13489
13741
|
} | undefined;
|
|
13490
13742
|
data?: any;
|
|
13491
13743
|
createdAt?: {
|
|
@@ -13512,6 +13764,22 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
13512
13764
|
type: "exact";
|
|
13513
13765
|
term: string;
|
|
13514
13766
|
} | undefined;
|
|
13767
|
+
eventType?: string | undefined;
|
|
13768
|
+
"legalStatus.REGISTERED.createdAt"?: {
|
|
13769
|
+
type: "exact";
|
|
13770
|
+
term: string;
|
|
13771
|
+
} | {
|
|
13772
|
+
type: "range";
|
|
13773
|
+
gte: string;
|
|
13774
|
+
lte: string;
|
|
13775
|
+
} | undefined;
|
|
13776
|
+
"legalStatus.REGISTERED.createdAtLocation"?: {
|
|
13777
|
+
type: "exact";
|
|
13778
|
+
term: string;
|
|
13779
|
+
} | {
|
|
13780
|
+
type: "within";
|
|
13781
|
+
location: string;
|
|
13782
|
+
} | undefined;
|
|
13515
13783
|
updatedAtLocation?: {
|
|
13516
13784
|
type: "exact";
|
|
13517
13785
|
term: string;
|
|
@@ -13530,7 +13798,6 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
13530
13798
|
type: "not";
|
|
13531
13799
|
term: string;
|
|
13532
13800
|
})[] | undefined;
|
|
13533
|
-
eventType?: string | undefined;
|
|
13534
13801
|
createAtLocation?: {
|
|
13535
13802
|
type: "exact";
|
|
13536
13803
|
term: string;
|
|
@@ -13544,10 +13811,10 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
13544
13811
|
clauses: {
|
|
13545
13812
|
status?: {
|
|
13546
13813
|
type: "exact";
|
|
13547
|
-
term:
|
|
13814
|
+
term: "ARCHIVED" | "CERTIFIED" | "DECLARED" | "REGISTERED" | "REJECTED" | "VALIDATED" | "CREATED" | "NOTIFIED";
|
|
13548
13815
|
} | {
|
|
13549
13816
|
type: "anyOf";
|
|
13550
|
-
terms:
|
|
13817
|
+
terms: ("ARCHIVED" | "CERTIFIED" | "DECLARED" | "REGISTERED" | "REJECTED" | "VALIDATED" | "CREATED" | "NOTIFIED")[];
|
|
13551
13818
|
} | undefined;
|
|
13552
13819
|
data?: any;
|
|
13553
13820
|
createdAt?: {
|
|
@@ -13574,6 +13841,22 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
13574
13841
|
type: "exact";
|
|
13575
13842
|
term: string;
|
|
13576
13843
|
} | undefined;
|
|
13844
|
+
eventType?: string | undefined;
|
|
13845
|
+
"legalStatus.REGISTERED.createdAt"?: {
|
|
13846
|
+
type: "exact";
|
|
13847
|
+
term: string;
|
|
13848
|
+
} | {
|
|
13849
|
+
type: "range";
|
|
13850
|
+
gte: string;
|
|
13851
|
+
lte: string;
|
|
13852
|
+
} | undefined;
|
|
13853
|
+
"legalStatus.REGISTERED.createdAtLocation"?: {
|
|
13854
|
+
type: "exact";
|
|
13855
|
+
term: string;
|
|
13856
|
+
} | {
|
|
13857
|
+
type: "within";
|
|
13858
|
+
location: string;
|
|
13859
|
+
} | undefined;
|
|
13577
13860
|
updatedAtLocation?: {
|
|
13578
13861
|
type: "exact";
|
|
13579
13862
|
term: string;
|
|
@@ -13592,7 +13875,6 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
13592
13875
|
type: "not";
|
|
13593
13876
|
term: string;
|
|
13594
13877
|
})[] | undefined;
|
|
13595
|
-
eventType?: string | undefined;
|
|
13596
13878
|
createAtLocation?: {
|
|
13597
13879
|
type: "exact";
|
|
13598
13880
|
term: string;
|
|
@@ -13674,6 +13956,2640 @@ export declare const appRouter: import("@trpc/server/unstable-core-do-not-import
|
|
|
13674
13956
|
updatedBy?: string | null | undefined;
|
|
13675
13957
|
}[];
|
|
13676
13958
|
}>;
|
|
13959
|
+
import: import("@trpc/server").TRPCMutationProcedure<{
|
|
13960
|
+
input: {
|
|
13961
|
+
type: string;
|
|
13962
|
+
id: string;
|
|
13963
|
+
createdAt: string;
|
|
13964
|
+
updatedAt: string;
|
|
13965
|
+
actions: ({
|
|
13966
|
+
type: "ASSIGN";
|
|
13967
|
+
id: string;
|
|
13968
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
13969
|
+
transactionId: string;
|
|
13970
|
+
createdAt: string;
|
|
13971
|
+
createdBy: string;
|
|
13972
|
+
createdByRole: string;
|
|
13973
|
+
declaration: Record<string, string | number | boolean | {
|
|
13974
|
+
type: string;
|
|
13975
|
+
filename: string;
|
|
13976
|
+
originalFilename: string;
|
|
13977
|
+
} | {
|
|
13978
|
+
country: string;
|
|
13979
|
+
district: string;
|
|
13980
|
+
addressType: "DOMESTIC";
|
|
13981
|
+
province: string;
|
|
13982
|
+
urbanOrRural: "URBAN";
|
|
13983
|
+
number?: string | null | undefined;
|
|
13984
|
+
town?: string | null | undefined;
|
|
13985
|
+
residentialArea?: string | null | undefined;
|
|
13986
|
+
street?: string | null | undefined;
|
|
13987
|
+
zipCode?: string | null | undefined;
|
|
13988
|
+
} | {
|
|
13989
|
+
country: string;
|
|
13990
|
+
district: string;
|
|
13991
|
+
addressType: "DOMESTIC";
|
|
13992
|
+
province: string;
|
|
13993
|
+
urbanOrRural: "RURAL";
|
|
13994
|
+
village?: string | null | undefined;
|
|
13995
|
+
} | {
|
|
13996
|
+
country: string;
|
|
13997
|
+
state: string;
|
|
13998
|
+
addressType: "INTERNATIONAL";
|
|
13999
|
+
district2: string;
|
|
14000
|
+
cityOrTown?: string | null | undefined;
|
|
14001
|
+
addressLine1?: string | null | undefined;
|
|
14002
|
+
addressLine2?: string | null | undefined;
|
|
14003
|
+
addressLine3?: string | null | undefined;
|
|
14004
|
+
postcodeOrZip?: string | null | undefined;
|
|
14005
|
+
} | {
|
|
14006
|
+
type: string;
|
|
14007
|
+
option: string;
|
|
14008
|
+
filename: string;
|
|
14009
|
+
originalFilename: string;
|
|
14010
|
+
}[] | [string, string] | undefined>;
|
|
14011
|
+
createdAtLocation: string;
|
|
14012
|
+
assignedTo: string;
|
|
14013
|
+
annotation?: Record<string, string | number | boolean | {
|
|
14014
|
+
type: string;
|
|
14015
|
+
filename: string;
|
|
14016
|
+
originalFilename: string;
|
|
14017
|
+
} | {
|
|
14018
|
+
country: string;
|
|
14019
|
+
district: string;
|
|
14020
|
+
addressType: "DOMESTIC";
|
|
14021
|
+
province: string;
|
|
14022
|
+
urbanOrRural: "URBAN";
|
|
14023
|
+
number?: string | null | undefined;
|
|
14024
|
+
town?: string | null | undefined;
|
|
14025
|
+
residentialArea?: string | null | undefined;
|
|
14026
|
+
street?: string | null | undefined;
|
|
14027
|
+
zipCode?: string | null | undefined;
|
|
14028
|
+
} | {
|
|
14029
|
+
country: string;
|
|
14030
|
+
district: string;
|
|
14031
|
+
addressType: "DOMESTIC";
|
|
14032
|
+
province: string;
|
|
14033
|
+
urbanOrRural: "RURAL";
|
|
14034
|
+
village?: string | null | undefined;
|
|
14035
|
+
} | {
|
|
14036
|
+
country: string;
|
|
14037
|
+
state: string;
|
|
14038
|
+
addressType: "INTERNATIONAL";
|
|
14039
|
+
district2: string;
|
|
14040
|
+
cityOrTown?: string | null | undefined;
|
|
14041
|
+
addressLine1?: string | null | undefined;
|
|
14042
|
+
addressLine2?: string | null | undefined;
|
|
14043
|
+
addressLine3?: string | null | undefined;
|
|
14044
|
+
postcodeOrZip?: string | null | undefined;
|
|
14045
|
+
} | {
|
|
14046
|
+
type: string;
|
|
14047
|
+
option: string;
|
|
14048
|
+
filename: string;
|
|
14049
|
+
originalFilename: string;
|
|
14050
|
+
}[] | [string, string] | undefined> | undefined;
|
|
14051
|
+
originalActionId?: string | undefined;
|
|
14052
|
+
} | {
|
|
14053
|
+
type: "UNASSIGN";
|
|
14054
|
+
id: string;
|
|
14055
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
14056
|
+
transactionId: string;
|
|
14057
|
+
createdAt: string;
|
|
14058
|
+
createdBy: string;
|
|
14059
|
+
createdByRole: string;
|
|
14060
|
+
declaration: Record<string, string | number | boolean | {
|
|
14061
|
+
type: string;
|
|
14062
|
+
filename: string;
|
|
14063
|
+
originalFilename: string;
|
|
14064
|
+
} | {
|
|
14065
|
+
country: string;
|
|
14066
|
+
district: string;
|
|
14067
|
+
addressType: "DOMESTIC";
|
|
14068
|
+
province: string;
|
|
14069
|
+
urbanOrRural: "URBAN";
|
|
14070
|
+
number?: string | null | undefined;
|
|
14071
|
+
town?: string | null | undefined;
|
|
14072
|
+
residentialArea?: string | null | undefined;
|
|
14073
|
+
street?: string | null | undefined;
|
|
14074
|
+
zipCode?: string | null | undefined;
|
|
14075
|
+
} | {
|
|
14076
|
+
country: string;
|
|
14077
|
+
district: string;
|
|
14078
|
+
addressType: "DOMESTIC";
|
|
14079
|
+
province: string;
|
|
14080
|
+
urbanOrRural: "RURAL";
|
|
14081
|
+
village?: string | null | undefined;
|
|
14082
|
+
} | {
|
|
14083
|
+
country: string;
|
|
14084
|
+
state: string;
|
|
14085
|
+
addressType: "INTERNATIONAL";
|
|
14086
|
+
district2: string;
|
|
14087
|
+
cityOrTown?: string | null | undefined;
|
|
14088
|
+
addressLine1?: string | null | undefined;
|
|
14089
|
+
addressLine2?: string | null | undefined;
|
|
14090
|
+
addressLine3?: string | null | undefined;
|
|
14091
|
+
postcodeOrZip?: string | null | undefined;
|
|
14092
|
+
} | {
|
|
14093
|
+
type: string;
|
|
14094
|
+
option: string;
|
|
14095
|
+
filename: string;
|
|
14096
|
+
originalFilename: string;
|
|
14097
|
+
}[] | [string, string] | undefined>;
|
|
14098
|
+
createdAtLocation: string;
|
|
14099
|
+
assignedTo: null;
|
|
14100
|
+
annotation?: Record<string, string | number | boolean | {
|
|
14101
|
+
type: string;
|
|
14102
|
+
filename: string;
|
|
14103
|
+
originalFilename: string;
|
|
14104
|
+
} | {
|
|
14105
|
+
country: string;
|
|
14106
|
+
district: string;
|
|
14107
|
+
addressType: "DOMESTIC";
|
|
14108
|
+
province: string;
|
|
14109
|
+
urbanOrRural: "URBAN";
|
|
14110
|
+
number?: string | null | undefined;
|
|
14111
|
+
town?: string | null | undefined;
|
|
14112
|
+
residentialArea?: string | null | undefined;
|
|
14113
|
+
street?: string | null | undefined;
|
|
14114
|
+
zipCode?: string | null | undefined;
|
|
14115
|
+
} | {
|
|
14116
|
+
country: string;
|
|
14117
|
+
district: string;
|
|
14118
|
+
addressType: "DOMESTIC";
|
|
14119
|
+
province: string;
|
|
14120
|
+
urbanOrRural: "RURAL";
|
|
14121
|
+
village?: string | null | undefined;
|
|
14122
|
+
} | {
|
|
14123
|
+
country: string;
|
|
14124
|
+
state: string;
|
|
14125
|
+
addressType: "INTERNATIONAL";
|
|
14126
|
+
district2: string;
|
|
14127
|
+
cityOrTown?: string | null | undefined;
|
|
14128
|
+
addressLine1?: string | null | undefined;
|
|
14129
|
+
addressLine2?: string | null | undefined;
|
|
14130
|
+
addressLine3?: string | null | undefined;
|
|
14131
|
+
postcodeOrZip?: string | null | undefined;
|
|
14132
|
+
} | {
|
|
14133
|
+
type: string;
|
|
14134
|
+
option: string;
|
|
14135
|
+
filename: string;
|
|
14136
|
+
originalFilename: string;
|
|
14137
|
+
}[] | [string, string] | undefined> | undefined;
|
|
14138
|
+
originalActionId?: string | undefined;
|
|
14139
|
+
} | {
|
|
14140
|
+
type: "REGISTER";
|
|
14141
|
+
id: string;
|
|
14142
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
14143
|
+
transactionId: string;
|
|
14144
|
+
createdAt: string;
|
|
14145
|
+
createdBy: string;
|
|
14146
|
+
createdByRole: string;
|
|
14147
|
+
declaration: Record<string, string | number | boolean | {
|
|
14148
|
+
type: string;
|
|
14149
|
+
filename: string;
|
|
14150
|
+
originalFilename: string;
|
|
14151
|
+
} | {
|
|
14152
|
+
country: string;
|
|
14153
|
+
district: string;
|
|
14154
|
+
addressType: "DOMESTIC";
|
|
14155
|
+
province: string;
|
|
14156
|
+
urbanOrRural: "URBAN";
|
|
14157
|
+
number?: string | null | undefined;
|
|
14158
|
+
town?: string | null | undefined;
|
|
14159
|
+
residentialArea?: string | null | undefined;
|
|
14160
|
+
street?: string | null | undefined;
|
|
14161
|
+
zipCode?: string | null | undefined;
|
|
14162
|
+
} | {
|
|
14163
|
+
country: string;
|
|
14164
|
+
district: string;
|
|
14165
|
+
addressType: "DOMESTIC";
|
|
14166
|
+
province: string;
|
|
14167
|
+
urbanOrRural: "RURAL";
|
|
14168
|
+
village?: string | null | undefined;
|
|
14169
|
+
} | {
|
|
14170
|
+
country: string;
|
|
14171
|
+
state: string;
|
|
14172
|
+
addressType: "INTERNATIONAL";
|
|
14173
|
+
district2: string;
|
|
14174
|
+
cityOrTown?: string | null | undefined;
|
|
14175
|
+
addressLine1?: string | null | undefined;
|
|
14176
|
+
addressLine2?: string | null | undefined;
|
|
14177
|
+
addressLine3?: string | null | undefined;
|
|
14178
|
+
postcodeOrZip?: string | null | undefined;
|
|
14179
|
+
} | {
|
|
14180
|
+
type: string;
|
|
14181
|
+
option: string;
|
|
14182
|
+
filename: string;
|
|
14183
|
+
originalFilename: string;
|
|
14184
|
+
}[] | [string, string] | undefined>;
|
|
14185
|
+
createdAtLocation: string;
|
|
14186
|
+
annotation?: Record<string, string | number | boolean | {
|
|
14187
|
+
type: string;
|
|
14188
|
+
filename: string;
|
|
14189
|
+
originalFilename: string;
|
|
14190
|
+
} | {
|
|
14191
|
+
country: string;
|
|
14192
|
+
district: string;
|
|
14193
|
+
addressType: "DOMESTIC";
|
|
14194
|
+
province: string;
|
|
14195
|
+
urbanOrRural: "URBAN";
|
|
14196
|
+
number?: string | null | undefined;
|
|
14197
|
+
town?: string | null | undefined;
|
|
14198
|
+
residentialArea?: string | null | undefined;
|
|
14199
|
+
street?: string | null | undefined;
|
|
14200
|
+
zipCode?: string | null | undefined;
|
|
14201
|
+
} | {
|
|
14202
|
+
country: string;
|
|
14203
|
+
district: string;
|
|
14204
|
+
addressType: "DOMESTIC";
|
|
14205
|
+
province: string;
|
|
14206
|
+
urbanOrRural: "RURAL";
|
|
14207
|
+
village?: string | null | undefined;
|
|
14208
|
+
} | {
|
|
14209
|
+
country: string;
|
|
14210
|
+
state: string;
|
|
14211
|
+
addressType: "INTERNATIONAL";
|
|
14212
|
+
district2: string;
|
|
14213
|
+
cityOrTown?: string | null | undefined;
|
|
14214
|
+
addressLine1?: string | null | undefined;
|
|
14215
|
+
addressLine2?: string | null | undefined;
|
|
14216
|
+
addressLine3?: string | null | undefined;
|
|
14217
|
+
postcodeOrZip?: string | null | undefined;
|
|
14218
|
+
} | {
|
|
14219
|
+
type: string;
|
|
14220
|
+
option: string;
|
|
14221
|
+
filename: string;
|
|
14222
|
+
originalFilename: string;
|
|
14223
|
+
}[] | [string, string] | undefined> | undefined;
|
|
14224
|
+
originalActionId?: string | undefined;
|
|
14225
|
+
registrationNumber?: string | undefined;
|
|
14226
|
+
} | {
|
|
14227
|
+
type: "DECLARE";
|
|
14228
|
+
id: string;
|
|
14229
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
14230
|
+
transactionId: string;
|
|
14231
|
+
createdAt: string;
|
|
14232
|
+
createdBy: string;
|
|
14233
|
+
createdByRole: string;
|
|
14234
|
+
declaration: Record<string, string | number | boolean | {
|
|
14235
|
+
type: string;
|
|
14236
|
+
filename: string;
|
|
14237
|
+
originalFilename: string;
|
|
14238
|
+
} | {
|
|
14239
|
+
country: string;
|
|
14240
|
+
district: string;
|
|
14241
|
+
addressType: "DOMESTIC";
|
|
14242
|
+
province: string;
|
|
14243
|
+
urbanOrRural: "URBAN";
|
|
14244
|
+
number?: string | null | undefined;
|
|
14245
|
+
town?: string | null | undefined;
|
|
14246
|
+
residentialArea?: string | null | undefined;
|
|
14247
|
+
street?: string | null | undefined;
|
|
14248
|
+
zipCode?: string | null | undefined;
|
|
14249
|
+
} | {
|
|
14250
|
+
country: string;
|
|
14251
|
+
district: string;
|
|
14252
|
+
addressType: "DOMESTIC";
|
|
14253
|
+
province: string;
|
|
14254
|
+
urbanOrRural: "RURAL";
|
|
14255
|
+
village?: string | null | undefined;
|
|
14256
|
+
} | {
|
|
14257
|
+
country: string;
|
|
14258
|
+
state: string;
|
|
14259
|
+
addressType: "INTERNATIONAL";
|
|
14260
|
+
district2: string;
|
|
14261
|
+
cityOrTown?: string | null | undefined;
|
|
14262
|
+
addressLine1?: string | null | undefined;
|
|
14263
|
+
addressLine2?: string | null | undefined;
|
|
14264
|
+
addressLine3?: string | null | undefined;
|
|
14265
|
+
postcodeOrZip?: string | null | undefined;
|
|
14266
|
+
} | {
|
|
14267
|
+
type: string;
|
|
14268
|
+
option: string;
|
|
14269
|
+
filename: string;
|
|
14270
|
+
originalFilename: string;
|
|
14271
|
+
}[] | [string, string] | undefined>;
|
|
14272
|
+
createdAtLocation: string;
|
|
14273
|
+
annotation?: Record<string, string | number | boolean | {
|
|
14274
|
+
type: string;
|
|
14275
|
+
filename: string;
|
|
14276
|
+
originalFilename: string;
|
|
14277
|
+
} | {
|
|
14278
|
+
country: string;
|
|
14279
|
+
district: string;
|
|
14280
|
+
addressType: "DOMESTIC";
|
|
14281
|
+
province: string;
|
|
14282
|
+
urbanOrRural: "URBAN";
|
|
14283
|
+
number?: string | null | undefined;
|
|
14284
|
+
town?: string | null | undefined;
|
|
14285
|
+
residentialArea?: string | null | undefined;
|
|
14286
|
+
street?: string | null | undefined;
|
|
14287
|
+
zipCode?: string | null | undefined;
|
|
14288
|
+
} | {
|
|
14289
|
+
country: string;
|
|
14290
|
+
district: string;
|
|
14291
|
+
addressType: "DOMESTIC";
|
|
14292
|
+
province: string;
|
|
14293
|
+
urbanOrRural: "RURAL";
|
|
14294
|
+
village?: string | null | undefined;
|
|
14295
|
+
} | {
|
|
14296
|
+
country: string;
|
|
14297
|
+
state: string;
|
|
14298
|
+
addressType: "INTERNATIONAL";
|
|
14299
|
+
district2: string;
|
|
14300
|
+
cityOrTown?: string | null | undefined;
|
|
14301
|
+
addressLine1?: string | null | undefined;
|
|
14302
|
+
addressLine2?: string | null | undefined;
|
|
14303
|
+
addressLine3?: string | null | undefined;
|
|
14304
|
+
postcodeOrZip?: string | null | undefined;
|
|
14305
|
+
} | {
|
|
14306
|
+
type: string;
|
|
14307
|
+
option: string;
|
|
14308
|
+
filename: string;
|
|
14309
|
+
originalFilename: string;
|
|
14310
|
+
}[] | [string, string] | undefined> | undefined;
|
|
14311
|
+
originalActionId?: string | undefined;
|
|
14312
|
+
} | {
|
|
14313
|
+
type: "VALIDATE";
|
|
14314
|
+
id: string;
|
|
14315
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
14316
|
+
transactionId: string;
|
|
14317
|
+
createdAt: string;
|
|
14318
|
+
createdBy: string;
|
|
14319
|
+
createdByRole: string;
|
|
14320
|
+
declaration: Record<string, string | number | boolean | {
|
|
14321
|
+
type: string;
|
|
14322
|
+
filename: string;
|
|
14323
|
+
originalFilename: string;
|
|
14324
|
+
} | {
|
|
14325
|
+
country: string;
|
|
14326
|
+
district: string;
|
|
14327
|
+
addressType: "DOMESTIC";
|
|
14328
|
+
province: string;
|
|
14329
|
+
urbanOrRural: "URBAN";
|
|
14330
|
+
number?: string | null | undefined;
|
|
14331
|
+
town?: string | null | undefined;
|
|
14332
|
+
residentialArea?: string | null | undefined;
|
|
14333
|
+
street?: string | null | undefined;
|
|
14334
|
+
zipCode?: string | null | undefined;
|
|
14335
|
+
} | {
|
|
14336
|
+
country: string;
|
|
14337
|
+
district: string;
|
|
14338
|
+
addressType: "DOMESTIC";
|
|
14339
|
+
province: string;
|
|
14340
|
+
urbanOrRural: "RURAL";
|
|
14341
|
+
village?: string | null | undefined;
|
|
14342
|
+
} | {
|
|
14343
|
+
country: string;
|
|
14344
|
+
state: string;
|
|
14345
|
+
addressType: "INTERNATIONAL";
|
|
14346
|
+
district2: string;
|
|
14347
|
+
cityOrTown?: string | null | undefined;
|
|
14348
|
+
addressLine1?: string | null | undefined;
|
|
14349
|
+
addressLine2?: string | null | undefined;
|
|
14350
|
+
addressLine3?: string | null | undefined;
|
|
14351
|
+
postcodeOrZip?: string | null | undefined;
|
|
14352
|
+
} | {
|
|
14353
|
+
type: string;
|
|
14354
|
+
option: string;
|
|
14355
|
+
filename: string;
|
|
14356
|
+
originalFilename: string;
|
|
14357
|
+
}[] | [string, string] | undefined>;
|
|
14358
|
+
createdAtLocation: string;
|
|
14359
|
+
annotation?: Record<string, string | number | boolean | {
|
|
14360
|
+
type: string;
|
|
14361
|
+
filename: string;
|
|
14362
|
+
originalFilename: string;
|
|
14363
|
+
} | {
|
|
14364
|
+
country: string;
|
|
14365
|
+
district: string;
|
|
14366
|
+
addressType: "DOMESTIC";
|
|
14367
|
+
province: string;
|
|
14368
|
+
urbanOrRural: "URBAN";
|
|
14369
|
+
number?: string | null | undefined;
|
|
14370
|
+
town?: string | null | undefined;
|
|
14371
|
+
residentialArea?: string | null | undefined;
|
|
14372
|
+
street?: string | null | undefined;
|
|
14373
|
+
zipCode?: string | null | undefined;
|
|
14374
|
+
} | {
|
|
14375
|
+
country: string;
|
|
14376
|
+
district: string;
|
|
14377
|
+
addressType: "DOMESTIC";
|
|
14378
|
+
province: string;
|
|
14379
|
+
urbanOrRural: "RURAL";
|
|
14380
|
+
village?: string | null | undefined;
|
|
14381
|
+
} | {
|
|
14382
|
+
country: string;
|
|
14383
|
+
state: string;
|
|
14384
|
+
addressType: "INTERNATIONAL";
|
|
14385
|
+
district2: string;
|
|
14386
|
+
cityOrTown?: string | null | undefined;
|
|
14387
|
+
addressLine1?: string | null | undefined;
|
|
14388
|
+
addressLine2?: string | null | undefined;
|
|
14389
|
+
addressLine3?: string | null | undefined;
|
|
14390
|
+
postcodeOrZip?: string | null | undefined;
|
|
14391
|
+
} | {
|
|
14392
|
+
type: string;
|
|
14393
|
+
option: string;
|
|
14394
|
+
filename: string;
|
|
14395
|
+
originalFilename: string;
|
|
14396
|
+
}[] | [string, string] | undefined> | undefined;
|
|
14397
|
+
originalActionId?: string | undefined;
|
|
14398
|
+
} | {
|
|
14399
|
+
type: "REJECT";
|
|
14400
|
+
id: string;
|
|
14401
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
14402
|
+
transactionId: string;
|
|
14403
|
+
createdAt: string;
|
|
14404
|
+
createdBy: string;
|
|
14405
|
+
createdByRole: string;
|
|
14406
|
+
declaration: Record<string, string | number | boolean | {
|
|
14407
|
+
type: string;
|
|
14408
|
+
filename: string;
|
|
14409
|
+
originalFilename: string;
|
|
14410
|
+
} | {
|
|
14411
|
+
country: string;
|
|
14412
|
+
district: string;
|
|
14413
|
+
addressType: "DOMESTIC";
|
|
14414
|
+
province: string;
|
|
14415
|
+
urbanOrRural: "URBAN";
|
|
14416
|
+
number?: string | null | undefined;
|
|
14417
|
+
town?: string | null | undefined;
|
|
14418
|
+
residentialArea?: string | null | undefined;
|
|
14419
|
+
street?: string | null | undefined;
|
|
14420
|
+
zipCode?: string | null | undefined;
|
|
14421
|
+
} | {
|
|
14422
|
+
country: string;
|
|
14423
|
+
district: string;
|
|
14424
|
+
addressType: "DOMESTIC";
|
|
14425
|
+
province: string;
|
|
14426
|
+
urbanOrRural: "RURAL";
|
|
14427
|
+
village?: string | null | undefined;
|
|
14428
|
+
} | {
|
|
14429
|
+
country: string;
|
|
14430
|
+
state: string;
|
|
14431
|
+
addressType: "INTERNATIONAL";
|
|
14432
|
+
district2: string;
|
|
14433
|
+
cityOrTown?: string | null | undefined;
|
|
14434
|
+
addressLine1?: string | null | undefined;
|
|
14435
|
+
addressLine2?: string | null | undefined;
|
|
14436
|
+
addressLine3?: string | null | undefined;
|
|
14437
|
+
postcodeOrZip?: string | null | undefined;
|
|
14438
|
+
} | {
|
|
14439
|
+
type: string;
|
|
14440
|
+
option: string;
|
|
14441
|
+
filename: string;
|
|
14442
|
+
originalFilename: string;
|
|
14443
|
+
}[] | [string, string] | undefined>;
|
|
14444
|
+
createdAtLocation: string;
|
|
14445
|
+
annotation?: Record<string, string | number | boolean | {
|
|
14446
|
+
type: string;
|
|
14447
|
+
filename: string;
|
|
14448
|
+
originalFilename: string;
|
|
14449
|
+
} | {
|
|
14450
|
+
country: string;
|
|
14451
|
+
district: string;
|
|
14452
|
+
addressType: "DOMESTIC";
|
|
14453
|
+
province: string;
|
|
14454
|
+
urbanOrRural: "URBAN";
|
|
14455
|
+
number?: string | null | undefined;
|
|
14456
|
+
town?: string | null | undefined;
|
|
14457
|
+
residentialArea?: string | null | undefined;
|
|
14458
|
+
street?: string | null | undefined;
|
|
14459
|
+
zipCode?: string | null | undefined;
|
|
14460
|
+
} | {
|
|
14461
|
+
country: string;
|
|
14462
|
+
district: string;
|
|
14463
|
+
addressType: "DOMESTIC";
|
|
14464
|
+
province: string;
|
|
14465
|
+
urbanOrRural: "RURAL";
|
|
14466
|
+
village?: string | null | undefined;
|
|
14467
|
+
} | {
|
|
14468
|
+
country: string;
|
|
14469
|
+
state: string;
|
|
14470
|
+
addressType: "INTERNATIONAL";
|
|
14471
|
+
district2: string;
|
|
14472
|
+
cityOrTown?: string | null | undefined;
|
|
14473
|
+
addressLine1?: string | null | undefined;
|
|
14474
|
+
addressLine2?: string | null | undefined;
|
|
14475
|
+
addressLine3?: string | null | undefined;
|
|
14476
|
+
postcodeOrZip?: string | null | undefined;
|
|
14477
|
+
} | {
|
|
14478
|
+
type: string;
|
|
14479
|
+
option: string;
|
|
14480
|
+
filename: string;
|
|
14481
|
+
originalFilename: string;
|
|
14482
|
+
}[] | [string, string] | undefined> | undefined;
|
|
14483
|
+
originalActionId?: string | undefined;
|
|
14484
|
+
} | {
|
|
14485
|
+
type: "MARKED_AS_DUPLICATE";
|
|
14486
|
+
id: string;
|
|
14487
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
14488
|
+
transactionId: string;
|
|
14489
|
+
createdAt: string;
|
|
14490
|
+
createdBy: string;
|
|
14491
|
+
createdByRole: string;
|
|
14492
|
+
declaration: Record<string, string | number | boolean | {
|
|
14493
|
+
type: string;
|
|
14494
|
+
filename: string;
|
|
14495
|
+
originalFilename: string;
|
|
14496
|
+
} | {
|
|
14497
|
+
country: string;
|
|
14498
|
+
district: string;
|
|
14499
|
+
addressType: "DOMESTIC";
|
|
14500
|
+
province: string;
|
|
14501
|
+
urbanOrRural: "URBAN";
|
|
14502
|
+
number?: string | null | undefined;
|
|
14503
|
+
town?: string | null | undefined;
|
|
14504
|
+
residentialArea?: string | null | undefined;
|
|
14505
|
+
street?: string | null | undefined;
|
|
14506
|
+
zipCode?: string | null | undefined;
|
|
14507
|
+
} | {
|
|
14508
|
+
country: string;
|
|
14509
|
+
district: string;
|
|
14510
|
+
addressType: "DOMESTIC";
|
|
14511
|
+
province: string;
|
|
14512
|
+
urbanOrRural: "RURAL";
|
|
14513
|
+
village?: string | null | undefined;
|
|
14514
|
+
} | {
|
|
14515
|
+
country: string;
|
|
14516
|
+
state: string;
|
|
14517
|
+
addressType: "INTERNATIONAL";
|
|
14518
|
+
district2: string;
|
|
14519
|
+
cityOrTown?: string | null | undefined;
|
|
14520
|
+
addressLine1?: string | null | undefined;
|
|
14521
|
+
addressLine2?: string | null | undefined;
|
|
14522
|
+
addressLine3?: string | null | undefined;
|
|
14523
|
+
postcodeOrZip?: string | null | undefined;
|
|
14524
|
+
} | {
|
|
14525
|
+
type: string;
|
|
14526
|
+
option: string;
|
|
14527
|
+
filename: string;
|
|
14528
|
+
originalFilename: string;
|
|
14529
|
+
}[] | [string, string] | undefined>;
|
|
14530
|
+
createdAtLocation: string;
|
|
14531
|
+
annotation?: Record<string, string | number | boolean | {
|
|
14532
|
+
type: string;
|
|
14533
|
+
filename: string;
|
|
14534
|
+
originalFilename: string;
|
|
14535
|
+
} | {
|
|
14536
|
+
country: string;
|
|
14537
|
+
district: string;
|
|
14538
|
+
addressType: "DOMESTIC";
|
|
14539
|
+
province: string;
|
|
14540
|
+
urbanOrRural: "URBAN";
|
|
14541
|
+
number?: string | null | undefined;
|
|
14542
|
+
town?: string | null | undefined;
|
|
14543
|
+
residentialArea?: string | null | undefined;
|
|
14544
|
+
street?: string | null | undefined;
|
|
14545
|
+
zipCode?: string | null | undefined;
|
|
14546
|
+
} | {
|
|
14547
|
+
country: string;
|
|
14548
|
+
district: string;
|
|
14549
|
+
addressType: "DOMESTIC";
|
|
14550
|
+
province: string;
|
|
14551
|
+
urbanOrRural: "RURAL";
|
|
14552
|
+
village?: string | null | undefined;
|
|
14553
|
+
} | {
|
|
14554
|
+
country: string;
|
|
14555
|
+
state: string;
|
|
14556
|
+
addressType: "INTERNATIONAL";
|
|
14557
|
+
district2: string;
|
|
14558
|
+
cityOrTown?: string | null | undefined;
|
|
14559
|
+
addressLine1?: string | null | undefined;
|
|
14560
|
+
addressLine2?: string | null | undefined;
|
|
14561
|
+
addressLine3?: string | null | undefined;
|
|
14562
|
+
postcodeOrZip?: string | null | undefined;
|
|
14563
|
+
} | {
|
|
14564
|
+
type: string;
|
|
14565
|
+
option: string;
|
|
14566
|
+
filename: string;
|
|
14567
|
+
originalFilename: string;
|
|
14568
|
+
}[] | [string, string] | undefined> | undefined;
|
|
14569
|
+
originalActionId?: string | undefined;
|
|
14570
|
+
} | {
|
|
14571
|
+
type: "ARCHIVE";
|
|
14572
|
+
id: string;
|
|
14573
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
14574
|
+
transactionId: string;
|
|
14575
|
+
createdAt: string;
|
|
14576
|
+
createdBy: string;
|
|
14577
|
+
createdByRole: string;
|
|
14578
|
+
declaration: Record<string, string | number | boolean | {
|
|
14579
|
+
type: string;
|
|
14580
|
+
filename: string;
|
|
14581
|
+
originalFilename: string;
|
|
14582
|
+
} | {
|
|
14583
|
+
country: string;
|
|
14584
|
+
district: string;
|
|
14585
|
+
addressType: "DOMESTIC";
|
|
14586
|
+
province: string;
|
|
14587
|
+
urbanOrRural: "URBAN";
|
|
14588
|
+
number?: string | null | undefined;
|
|
14589
|
+
town?: string | null | undefined;
|
|
14590
|
+
residentialArea?: string | null | undefined;
|
|
14591
|
+
street?: string | null | undefined;
|
|
14592
|
+
zipCode?: string | null | undefined;
|
|
14593
|
+
} | {
|
|
14594
|
+
country: string;
|
|
14595
|
+
district: string;
|
|
14596
|
+
addressType: "DOMESTIC";
|
|
14597
|
+
province: string;
|
|
14598
|
+
urbanOrRural: "RURAL";
|
|
14599
|
+
village?: string | null | undefined;
|
|
14600
|
+
} | {
|
|
14601
|
+
country: string;
|
|
14602
|
+
state: string;
|
|
14603
|
+
addressType: "INTERNATIONAL";
|
|
14604
|
+
district2: string;
|
|
14605
|
+
cityOrTown?: string | null | undefined;
|
|
14606
|
+
addressLine1?: string | null | undefined;
|
|
14607
|
+
addressLine2?: string | null | undefined;
|
|
14608
|
+
addressLine3?: string | null | undefined;
|
|
14609
|
+
postcodeOrZip?: string | null | undefined;
|
|
14610
|
+
} | {
|
|
14611
|
+
type: string;
|
|
14612
|
+
option: string;
|
|
14613
|
+
filename: string;
|
|
14614
|
+
originalFilename: string;
|
|
14615
|
+
}[] | [string, string] | undefined>;
|
|
14616
|
+
createdAtLocation: string;
|
|
14617
|
+
annotation?: Record<string, string | number | boolean | {
|
|
14618
|
+
type: string;
|
|
14619
|
+
filename: string;
|
|
14620
|
+
originalFilename: string;
|
|
14621
|
+
} | {
|
|
14622
|
+
country: string;
|
|
14623
|
+
district: string;
|
|
14624
|
+
addressType: "DOMESTIC";
|
|
14625
|
+
province: string;
|
|
14626
|
+
urbanOrRural: "URBAN";
|
|
14627
|
+
number?: string | null | undefined;
|
|
14628
|
+
town?: string | null | undefined;
|
|
14629
|
+
residentialArea?: string | null | undefined;
|
|
14630
|
+
street?: string | null | undefined;
|
|
14631
|
+
zipCode?: string | null | undefined;
|
|
14632
|
+
} | {
|
|
14633
|
+
country: string;
|
|
14634
|
+
district: string;
|
|
14635
|
+
addressType: "DOMESTIC";
|
|
14636
|
+
province: string;
|
|
14637
|
+
urbanOrRural: "RURAL";
|
|
14638
|
+
village?: string | null | undefined;
|
|
14639
|
+
} | {
|
|
14640
|
+
country: string;
|
|
14641
|
+
state: string;
|
|
14642
|
+
addressType: "INTERNATIONAL";
|
|
14643
|
+
district2: string;
|
|
14644
|
+
cityOrTown?: string | null | undefined;
|
|
14645
|
+
addressLine1?: string | null | undefined;
|
|
14646
|
+
addressLine2?: string | null | undefined;
|
|
14647
|
+
addressLine3?: string | null | undefined;
|
|
14648
|
+
postcodeOrZip?: string | null | undefined;
|
|
14649
|
+
} | {
|
|
14650
|
+
type: string;
|
|
14651
|
+
option: string;
|
|
14652
|
+
filename: string;
|
|
14653
|
+
originalFilename: string;
|
|
14654
|
+
}[] | [string, string] | undefined> | undefined;
|
|
14655
|
+
originalActionId?: string | undefined;
|
|
14656
|
+
} | {
|
|
14657
|
+
type: "CREATE";
|
|
14658
|
+
id: string;
|
|
14659
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
14660
|
+
transactionId: string;
|
|
14661
|
+
createdAt: string;
|
|
14662
|
+
createdBy: string;
|
|
14663
|
+
createdByRole: string;
|
|
14664
|
+
declaration: Record<string, string | number | boolean | {
|
|
14665
|
+
type: string;
|
|
14666
|
+
filename: string;
|
|
14667
|
+
originalFilename: string;
|
|
14668
|
+
} | {
|
|
14669
|
+
country: string;
|
|
14670
|
+
district: string;
|
|
14671
|
+
addressType: "DOMESTIC";
|
|
14672
|
+
province: string;
|
|
14673
|
+
urbanOrRural: "URBAN";
|
|
14674
|
+
number?: string | null | undefined;
|
|
14675
|
+
town?: string | null | undefined;
|
|
14676
|
+
residentialArea?: string | null | undefined;
|
|
14677
|
+
street?: string | null | undefined;
|
|
14678
|
+
zipCode?: string | null | undefined;
|
|
14679
|
+
} | {
|
|
14680
|
+
country: string;
|
|
14681
|
+
district: string;
|
|
14682
|
+
addressType: "DOMESTIC";
|
|
14683
|
+
province: string;
|
|
14684
|
+
urbanOrRural: "RURAL";
|
|
14685
|
+
village?: string | null | undefined;
|
|
14686
|
+
} | {
|
|
14687
|
+
country: string;
|
|
14688
|
+
state: string;
|
|
14689
|
+
addressType: "INTERNATIONAL";
|
|
14690
|
+
district2: string;
|
|
14691
|
+
cityOrTown?: string | null | undefined;
|
|
14692
|
+
addressLine1?: string | null | undefined;
|
|
14693
|
+
addressLine2?: string | null | undefined;
|
|
14694
|
+
addressLine3?: string | null | undefined;
|
|
14695
|
+
postcodeOrZip?: string | null | undefined;
|
|
14696
|
+
} | {
|
|
14697
|
+
type: string;
|
|
14698
|
+
option: string;
|
|
14699
|
+
filename: string;
|
|
14700
|
+
originalFilename: string;
|
|
14701
|
+
}[] | [string, string] | undefined>;
|
|
14702
|
+
createdAtLocation: string;
|
|
14703
|
+
annotation?: Record<string, string | number | boolean | {
|
|
14704
|
+
type: string;
|
|
14705
|
+
filename: string;
|
|
14706
|
+
originalFilename: string;
|
|
14707
|
+
} | {
|
|
14708
|
+
country: string;
|
|
14709
|
+
district: string;
|
|
14710
|
+
addressType: "DOMESTIC";
|
|
14711
|
+
province: string;
|
|
14712
|
+
urbanOrRural: "URBAN";
|
|
14713
|
+
number?: string | null | undefined;
|
|
14714
|
+
town?: string | null | undefined;
|
|
14715
|
+
residentialArea?: string | null | undefined;
|
|
14716
|
+
street?: string | null | undefined;
|
|
14717
|
+
zipCode?: string | null | undefined;
|
|
14718
|
+
} | {
|
|
14719
|
+
country: string;
|
|
14720
|
+
district: string;
|
|
14721
|
+
addressType: "DOMESTIC";
|
|
14722
|
+
province: string;
|
|
14723
|
+
urbanOrRural: "RURAL";
|
|
14724
|
+
village?: string | null | undefined;
|
|
14725
|
+
} | {
|
|
14726
|
+
country: string;
|
|
14727
|
+
state: string;
|
|
14728
|
+
addressType: "INTERNATIONAL";
|
|
14729
|
+
district2: string;
|
|
14730
|
+
cityOrTown?: string | null | undefined;
|
|
14731
|
+
addressLine1?: string | null | undefined;
|
|
14732
|
+
addressLine2?: string | null | undefined;
|
|
14733
|
+
addressLine3?: string | null | undefined;
|
|
14734
|
+
postcodeOrZip?: string | null | undefined;
|
|
14735
|
+
} | {
|
|
14736
|
+
type: string;
|
|
14737
|
+
option: string;
|
|
14738
|
+
filename: string;
|
|
14739
|
+
originalFilename: string;
|
|
14740
|
+
}[] | [string, string] | undefined> | undefined;
|
|
14741
|
+
originalActionId?: string | undefined;
|
|
14742
|
+
} | {
|
|
14743
|
+
type: "NOTIFY";
|
|
14744
|
+
id: string;
|
|
14745
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
14746
|
+
transactionId: string;
|
|
14747
|
+
createdAt: string;
|
|
14748
|
+
createdBy: string;
|
|
14749
|
+
createdByRole: string;
|
|
14750
|
+
declaration: Record<string, string | number | boolean | {
|
|
14751
|
+
type: string;
|
|
14752
|
+
filename: string;
|
|
14753
|
+
originalFilename: string;
|
|
14754
|
+
} | {
|
|
14755
|
+
country: string;
|
|
14756
|
+
district: string;
|
|
14757
|
+
addressType: "DOMESTIC";
|
|
14758
|
+
province: string;
|
|
14759
|
+
urbanOrRural: "URBAN";
|
|
14760
|
+
number?: string | null | undefined;
|
|
14761
|
+
town?: string | null | undefined;
|
|
14762
|
+
residentialArea?: string | null | undefined;
|
|
14763
|
+
street?: string | null | undefined;
|
|
14764
|
+
zipCode?: string | null | undefined;
|
|
14765
|
+
} | {
|
|
14766
|
+
country: string;
|
|
14767
|
+
district: string;
|
|
14768
|
+
addressType: "DOMESTIC";
|
|
14769
|
+
province: string;
|
|
14770
|
+
urbanOrRural: "RURAL";
|
|
14771
|
+
village?: string | null | undefined;
|
|
14772
|
+
} | {
|
|
14773
|
+
country: string;
|
|
14774
|
+
state: string;
|
|
14775
|
+
addressType: "INTERNATIONAL";
|
|
14776
|
+
district2: string;
|
|
14777
|
+
cityOrTown?: string | null | undefined;
|
|
14778
|
+
addressLine1?: string | null | undefined;
|
|
14779
|
+
addressLine2?: string | null | undefined;
|
|
14780
|
+
addressLine3?: string | null | undefined;
|
|
14781
|
+
postcodeOrZip?: string | null | undefined;
|
|
14782
|
+
} | {
|
|
14783
|
+
type: string;
|
|
14784
|
+
option: string;
|
|
14785
|
+
filename: string;
|
|
14786
|
+
originalFilename: string;
|
|
14787
|
+
}[] | [string, string] | undefined>;
|
|
14788
|
+
createdAtLocation: string;
|
|
14789
|
+
annotation?: Record<string, string | number | boolean | {
|
|
14790
|
+
type: string;
|
|
14791
|
+
filename: string;
|
|
14792
|
+
originalFilename: string;
|
|
14793
|
+
} | {
|
|
14794
|
+
country: string;
|
|
14795
|
+
district: string;
|
|
14796
|
+
addressType: "DOMESTIC";
|
|
14797
|
+
province: string;
|
|
14798
|
+
urbanOrRural: "URBAN";
|
|
14799
|
+
number?: string | null | undefined;
|
|
14800
|
+
town?: string | null | undefined;
|
|
14801
|
+
residentialArea?: string | null | undefined;
|
|
14802
|
+
street?: string | null | undefined;
|
|
14803
|
+
zipCode?: string | null | undefined;
|
|
14804
|
+
} | {
|
|
14805
|
+
country: string;
|
|
14806
|
+
district: string;
|
|
14807
|
+
addressType: "DOMESTIC";
|
|
14808
|
+
province: string;
|
|
14809
|
+
urbanOrRural: "RURAL";
|
|
14810
|
+
village?: string | null | undefined;
|
|
14811
|
+
} | {
|
|
14812
|
+
country: string;
|
|
14813
|
+
state: string;
|
|
14814
|
+
addressType: "INTERNATIONAL";
|
|
14815
|
+
district2: string;
|
|
14816
|
+
cityOrTown?: string | null | undefined;
|
|
14817
|
+
addressLine1?: string | null | undefined;
|
|
14818
|
+
addressLine2?: string | null | undefined;
|
|
14819
|
+
addressLine3?: string | null | undefined;
|
|
14820
|
+
postcodeOrZip?: string | null | undefined;
|
|
14821
|
+
} | {
|
|
14822
|
+
type: string;
|
|
14823
|
+
option: string;
|
|
14824
|
+
filename: string;
|
|
14825
|
+
originalFilename: string;
|
|
14826
|
+
}[] | [string, string] | undefined> | undefined;
|
|
14827
|
+
originalActionId?: string | undefined;
|
|
14828
|
+
} | {
|
|
14829
|
+
type: "PRINT_CERTIFICATE";
|
|
14830
|
+
id: string;
|
|
14831
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
14832
|
+
transactionId: string;
|
|
14833
|
+
createdAt: string;
|
|
14834
|
+
createdBy: string;
|
|
14835
|
+
createdByRole: string;
|
|
14836
|
+
declaration: Record<string, string | number | boolean | {
|
|
14837
|
+
type: string;
|
|
14838
|
+
filename: string;
|
|
14839
|
+
originalFilename: string;
|
|
14840
|
+
} | {
|
|
14841
|
+
country: string;
|
|
14842
|
+
district: string;
|
|
14843
|
+
addressType: "DOMESTIC";
|
|
14844
|
+
province: string;
|
|
14845
|
+
urbanOrRural: "URBAN";
|
|
14846
|
+
number?: string | null | undefined;
|
|
14847
|
+
town?: string | null | undefined;
|
|
14848
|
+
residentialArea?: string | null | undefined;
|
|
14849
|
+
street?: string | null | undefined;
|
|
14850
|
+
zipCode?: string | null | undefined;
|
|
14851
|
+
} | {
|
|
14852
|
+
country: string;
|
|
14853
|
+
district: string;
|
|
14854
|
+
addressType: "DOMESTIC";
|
|
14855
|
+
province: string;
|
|
14856
|
+
urbanOrRural: "RURAL";
|
|
14857
|
+
village?: string | null | undefined;
|
|
14858
|
+
} | {
|
|
14859
|
+
country: string;
|
|
14860
|
+
state: string;
|
|
14861
|
+
addressType: "INTERNATIONAL";
|
|
14862
|
+
district2: string;
|
|
14863
|
+
cityOrTown?: string | null | undefined;
|
|
14864
|
+
addressLine1?: string | null | undefined;
|
|
14865
|
+
addressLine2?: string | null | undefined;
|
|
14866
|
+
addressLine3?: string | null | undefined;
|
|
14867
|
+
postcodeOrZip?: string | null | undefined;
|
|
14868
|
+
} | {
|
|
14869
|
+
type: string;
|
|
14870
|
+
option: string;
|
|
14871
|
+
filename: string;
|
|
14872
|
+
originalFilename: string;
|
|
14873
|
+
}[] | [string, string] | undefined>;
|
|
14874
|
+
createdAtLocation: string;
|
|
14875
|
+
annotation?: Record<string, string | number | boolean | {
|
|
14876
|
+
type: string;
|
|
14877
|
+
filename: string;
|
|
14878
|
+
originalFilename: string;
|
|
14879
|
+
} | {
|
|
14880
|
+
country: string;
|
|
14881
|
+
district: string;
|
|
14882
|
+
addressType: "DOMESTIC";
|
|
14883
|
+
province: string;
|
|
14884
|
+
urbanOrRural: "URBAN";
|
|
14885
|
+
number?: string | null | undefined;
|
|
14886
|
+
town?: string | null | undefined;
|
|
14887
|
+
residentialArea?: string | null | undefined;
|
|
14888
|
+
street?: string | null | undefined;
|
|
14889
|
+
zipCode?: string | null | undefined;
|
|
14890
|
+
} | {
|
|
14891
|
+
country: string;
|
|
14892
|
+
district: string;
|
|
14893
|
+
addressType: "DOMESTIC";
|
|
14894
|
+
province: string;
|
|
14895
|
+
urbanOrRural: "RURAL";
|
|
14896
|
+
village?: string | null | undefined;
|
|
14897
|
+
} | {
|
|
14898
|
+
country: string;
|
|
14899
|
+
state: string;
|
|
14900
|
+
addressType: "INTERNATIONAL";
|
|
14901
|
+
district2: string;
|
|
14902
|
+
cityOrTown?: string | null | undefined;
|
|
14903
|
+
addressLine1?: string | null | undefined;
|
|
14904
|
+
addressLine2?: string | null | undefined;
|
|
14905
|
+
addressLine3?: string | null | undefined;
|
|
14906
|
+
postcodeOrZip?: string | null | undefined;
|
|
14907
|
+
} | {
|
|
14908
|
+
type: string;
|
|
14909
|
+
option: string;
|
|
14910
|
+
filename: string;
|
|
14911
|
+
originalFilename: string;
|
|
14912
|
+
}[] | [string, string] | undefined> | undefined;
|
|
14913
|
+
originalActionId?: string | undefined;
|
|
14914
|
+
} | {
|
|
14915
|
+
type: "REQUEST_CORRECTION";
|
|
14916
|
+
id: string;
|
|
14917
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
14918
|
+
transactionId: string;
|
|
14919
|
+
createdAt: string;
|
|
14920
|
+
createdBy: string;
|
|
14921
|
+
createdByRole: string;
|
|
14922
|
+
declaration: Record<string, string | number | boolean | {
|
|
14923
|
+
type: string;
|
|
14924
|
+
filename: string;
|
|
14925
|
+
originalFilename: string;
|
|
14926
|
+
} | {
|
|
14927
|
+
country: string;
|
|
14928
|
+
district: string;
|
|
14929
|
+
addressType: "DOMESTIC";
|
|
14930
|
+
province: string;
|
|
14931
|
+
urbanOrRural: "URBAN";
|
|
14932
|
+
number?: string | null | undefined;
|
|
14933
|
+
town?: string | null | undefined;
|
|
14934
|
+
residentialArea?: string | null | undefined;
|
|
14935
|
+
street?: string | null | undefined;
|
|
14936
|
+
zipCode?: string | null | undefined;
|
|
14937
|
+
} | {
|
|
14938
|
+
country: string;
|
|
14939
|
+
district: string;
|
|
14940
|
+
addressType: "DOMESTIC";
|
|
14941
|
+
province: string;
|
|
14942
|
+
urbanOrRural: "RURAL";
|
|
14943
|
+
village?: string | null | undefined;
|
|
14944
|
+
} | {
|
|
14945
|
+
country: string;
|
|
14946
|
+
state: string;
|
|
14947
|
+
addressType: "INTERNATIONAL";
|
|
14948
|
+
district2: string;
|
|
14949
|
+
cityOrTown?: string | null | undefined;
|
|
14950
|
+
addressLine1?: string | null | undefined;
|
|
14951
|
+
addressLine2?: string | null | undefined;
|
|
14952
|
+
addressLine3?: string | null | undefined;
|
|
14953
|
+
postcodeOrZip?: string | null | undefined;
|
|
14954
|
+
} | {
|
|
14955
|
+
type: string;
|
|
14956
|
+
option: string;
|
|
14957
|
+
filename: string;
|
|
14958
|
+
originalFilename: string;
|
|
14959
|
+
}[] | [string, string] | undefined>;
|
|
14960
|
+
createdAtLocation: string;
|
|
14961
|
+
annotation?: Record<string, string | number | boolean | {
|
|
14962
|
+
type: string;
|
|
14963
|
+
filename: string;
|
|
14964
|
+
originalFilename: string;
|
|
14965
|
+
} | {
|
|
14966
|
+
country: string;
|
|
14967
|
+
district: string;
|
|
14968
|
+
addressType: "DOMESTIC";
|
|
14969
|
+
province: string;
|
|
14970
|
+
urbanOrRural: "URBAN";
|
|
14971
|
+
number?: string | null | undefined;
|
|
14972
|
+
town?: string | null | undefined;
|
|
14973
|
+
residentialArea?: string | null | undefined;
|
|
14974
|
+
street?: string | null | undefined;
|
|
14975
|
+
zipCode?: string | null | undefined;
|
|
14976
|
+
} | {
|
|
14977
|
+
country: string;
|
|
14978
|
+
district: string;
|
|
14979
|
+
addressType: "DOMESTIC";
|
|
14980
|
+
province: string;
|
|
14981
|
+
urbanOrRural: "RURAL";
|
|
14982
|
+
village?: string | null | undefined;
|
|
14983
|
+
} | {
|
|
14984
|
+
country: string;
|
|
14985
|
+
state: string;
|
|
14986
|
+
addressType: "INTERNATIONAL";
|
|
14987
|
+
district2: string;
|
|
14988
|
+
cityOrTown?: string | null | undefined;
|
|
14989
|
+
addressLine1?: string | null | undefined;
|
|
14990
|
+
addressLine2?: string | null | undefined;
|
|
14991
|
+
addressLine3?: string | null | undefined;
|
|
14992
|
+
postcodeOrZip?: string | null | undefined;
|
|
14993
|
+
} | {
|
|
14994
|
+
type: string;
|
|
14995
|
+
option: string;
|
|
14996
|
+
filename: string;
|
|
14997
|
+
originalFilename: string;
|
|
14998
|
+
}[] | [string, string] | undefined> | undefined;
|
|
14999
|
+
originalActionId?: string | undefined;
|
|
15000
|
+
} | {
|
|
15001
|
+
type: "APPROVE_CORRECTION";
|
|
15002
|
+
id: string;
|
|
15003
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
15004
|
+
transactionId: string;
|
|
15005
|
+
createdAt: string;
|
|
15006
|
+
createdBy: string;
|
|
15007
|
+
createdByRole: string;
|
|
15008
|
+
declaration: Record<string, string | number | boolean | {
|
|
15009
|
+
type: string;
|
|
15010
|
+
filename: string;
|
|
15011
|
+
originalFilename: string;
|
|
15012
|
+
} | {
|
|
15013
|
+
country: string;
|
|
15014
|
+
district: string;
|
|
15015
|
+
addressType: "DOMESTIC";
|
|
15016
|
+
province: string;
|
|
15017
|
+
urbanOrRural: "URBAN";
|
|
15018
|
+
number?: string | null | undefined;
|
|
15019
|
+
town?: string | null | undefined;
|
|
15020
|
+
residentialArea?: string | null | undefined;
|
|
15021
|
+
street?: string | null | undefined;
|
|
15022
|
+
zipCode?: string | null | undefined;
|
|
15023
|
+
} | {
|
|
15024
|
+
country: string;
|
|
15025
|
+
district: string;
|
|
15026
|
+
addressType: "DOMESTIC";
|
|
15027
|
+
province: string;
|
|
15028
|
+
urbanOrRural: "RURAL";
|
|
15029
|
+
village?: string | null | undefined;
|
|
15030
|
+
} | {
|
|
15031
|
+
country: string;
|
|
15032
|
+
state: string;
|
|
15033
|
+
addressType: "INTERNATIONAL";
|
|
15034
|
+
district2: string;
|
|
15035
|
+
cityOrTown?: string | null | undefined;
|
|
15036
|
+
addressLine1?: string | null | undefined;
|
|
15037
|
+
addressLine2?: string | null | undefined;
|
|
15038
|
+
addressLine3?: string | null | undefined;
|
|
15039
|
+
postcodeOrZip?: string | null | undefined;
|
|
15040
|
+
} | {
|
|
15041
|
+
type: string;
|
|
15042
|
+
option: string;
|
|
15043
|
+
filename: string;
|
|
15044
|
+
originalFilename: string;
|
|
15045
|
+
}[] | [string, string] | undefined>;
|
|
15046
|
+
createdAtLocation: string;
|
|
15047
|
+
requestId: string;
|
|
15048
|
+
annotation?: Record<string, string | number | boolean | {
|
|
15049
|
+
type: string;
|
|
15050
|
+
filename: string;
|
|
15051
|
+
originalFilename: string;
|
|
15052
|
+
} | {
|
|
15053
|
+
country: string;
|
|
15054
|
+
district: string;
|
|
15055
|
+
addressType: "DOMESTIC";
|
|
15056
|
+
province: string;
|
|
15057
|
+
urbanOrRural: "URBAN";
|
|
15058
|
+
number?: string | null | undefined;
|
|
15059
|
+
town?: string | null | undefined;
|
|
15060
|
+
residentialArea?: string | null | undefined;
|
|
15061
|
+
street?: string | null | undefined;
|
|
15062
|
+
zipCode?: string | null | undefined;
|
|
15063
|
+
} | {
|
|
15064
|
+
country: string;
|
|
15065
|
+
district: string;
|
|
15066
|
+
addressType: "DOMESTIC";
|
|
15067
|
+
province: string;
|
|
15068
|
+
urbanOrRural: "RURAL";
|
|
15069
|
+
village?: string | null | undefined;
|
|
15070
|
+
} | {
|
|
15071
|
+
country: string;
|
|
15072
|
+
state: string;
|
|
15073
|
+
addressType: "INTERNATIONAL";
|
|
15074
|
+
district2: string;
|
|
15075
|
+
cityOrTown?: string | null | undefined;
|
|
15076
|
+
addressLine1?: string | null | undefined;
|
|
15077
|
+
addressLine2?: string | null | undefined;
|
|
15078
|
+
addressLine3?: string | null | undefined;
|
|
15079
|
+
postcodeOrZip?: string | null | undefined;
|
|
15080
|
+
} | {
|
|
15081
|
+
type: string;
|
|
15082
|
+
option: string;
|
|
15083
|
+
filename: string;
|
|
15084
|
+
originalFilename: string;
|
|
15085
|
+
}[] | [string, string] | undefined> | undefined;
|
|
15086
|
+
originalActionId?: string | undefined;
|
|
15087
|
+
} | {
|
|
15088
|
+
type: "REJECT_CORRECTION";
|
|
15089
|
+
id: string;
|
|
15090
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
15091
|
+
transactionId: string;
|
|
15092
|
+
createdAt: string;
|
|
15093
|
+
createdBy: string;
|
|
15094
|
+
createdByRole: string;
|
|
15095
|
+
declaration: Record<string, string | number | boolean | {
|
|
15096
|
+
type: string;
|
|
15097
|
+
filename: string;
|
|
15098
|
+
originalFilename: string;
|
|
15099
|
+
} | {
|
|
15100
|
+
country: string;
|
|
15101
|
+
district: string;
|
|
15102
|
+
addressType: "DOMESTIC";
|
|
15103
|
+
province: string;
|
|
15104
|
+
urbanOrRural: "URBAN";
|
|
15105
|
+
number?: string | null | undefined;
|
|
15106
|
+
town?: string | null | undefined;
|
|
15107
|
+
residentialArea?: string | null | undefined;
|
|
15108
|
+
street?: string | null | undefined;
|
|
15109
|
+
zipCode?: string | null | undefined;
|
|
15110
|
+
} | {
|
|
15111
|
+
country: string;
|
|
15112
|
+
district: string;
|
|
15113
|
+
addressType: "DOMESTIC";
|
|
15114
|
+
province: string;
|
|
15115
|
+
urbanOrRural: "RURAL";
|
|
15116
|
+
village?: string | null | undefined;
|
|
15117
|
+
} | {
|
|
15118
|
+
country: string;
|
|
15119
|
+
state: string;
|
|
15120
|
+
addressType: "INTERNATIONAL";
|
|
15121
|
+
district2: string;
|
|
15122
|
+
cityOrTown?: string | null | undefined;
|
|
15123
|
+
addressLine1?: string | null | undefined;
|
|
15124
|
+
addressLine2?: string | null | undefined;
|
|
15125
|
+
addressLine3?: string | null | undefined;
|
|
15126
|
+
postcodeOrZip?: string | null | undefined;
|
|
15127
|
+
} | {
|
|
15128
|
+
type: string;
|
|
15129
|
+
option: string;
|
|
15130
|
+
filename: string;
|
|
15131
|
+
originalFilename: string;
|
|
15132
|
+
}[] | [string, string] | undefined>;
|
|
15133
|
+
createdAtLocation: string;
|
|
15134
|
+
requestId: string;
|
|
15135
|
+
annotation?: Record<string, string | number | boolean | {
|
|
15136
|
+
type: string;
|
|
15137
|
+
filename: string;
|
|
15138
|
+
originalFilename: string;
|
|
15139
|
+
} | {
|
|
15140
|
+
country: string;
|
|
15141
|
+
district: string;
|
|
15142
|
+
addressType: "DOMESTIC";
|
|
15143
|
+
province: string;
|
|
15144
|
+
urbanOrRural: "URBAN";
|
|
15145
|
+
number?: string | null | undefined;
|
|
15146
|
+
town?: string | null | undefined;
|
|
15147
|
+
residentialArea?: string | null | undefined;
|
|
15148
|
+
street?: string | null | undefined;
|
|
15149
|
+
zipCode?: string | null | undefined;
|
|
15150
|
+
} | {
|
|
15151
|
+
country: string;
|
|
15152
|
+
district: string;
|
|
15153
|
+
addressType: "DOMESTIC";
|
|
15154
|
+
province: string;
|
|
15155
|
+
urbanOrRural: "RURAL";
|
|
15156
|
+
village?: string | null | undefined;
|
|
15157
|
+
} | {
|
|
15158
|
+
country: string;
|
|
15159
|
+
state: string;
|
|
15160
|
+
addressType: "INTERNATIONAL";
|
|
15161
|
+
district2: string;
|
|
15162
|
+
cityOrTown?: string | null | undefined;
|
|
15163
|
+
addressLine1?: string | null | undefined;
|
|
15164
|
+
addressLine2?: string | null | undefined;
|
|
15165
|
+
addressLine3?: string | null | undefined;
|
|
15166
|
+
postcodeOrZip?: string | null | undefined;
|
|
15167
|
+
} | {
|
|
15168
|
+
type: string;
|
|
15169
|
+
option: string;
|
|
15170
|
+
filename: string;
|
|
15171
|
+
originalFilename: string;
|
|
15172
|
+
}[] | [string, string] | undefined> | undefined;
|
|
15173
|
+
originalActionId?: string | undefined;
|
|
15174
|
+
} | {
|
|
15175
|
+
type: "READ";
|
|
15176
|
+
id: string;
|
|
15177
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
15178
|
+
transactionId: string;
|
|
15179
|
+
createdAt: string;
|
|
15180
|
+
createdBy: string;
|
|
15181
|
+
createdByRole: string;
|
|
15182
|
+
declaration: Record<string, string | number | boolean | {
|
|
15183
|
+
type: string;
|
|
15184
|
+
filename: string;
|
|
15185
|
+
originalFilename: string;
|
|
15186
|
+
} | {
|
|
15187
|
+
country: string;
|
|
15188
|
+
district: string;
|
|
15189
|
+
addressType: "DOMESTIC";
|
|
15190
|
+
province: string;
|
|
15191
|
+
urbanOrRural: "URBAN";
|
|
15192
|
+
number?: string | null | undefined;
|
|
15193
|
+
town?: string | null | undefined;
|
|
15194
|
+
residentialArea?: string | null | undefined;
|
|
15195
|
+
street?: string | null | undefined;
|
|
15196
|
+
zipCode?: string | null | undefined;
|
|
15197
|
+
} | {
|
|
15198
|
+
country: string;
|
|
15199
|
+
district: string;
|
|
15200
|
+
addressType: "DOMESTIC";
|
|
15201
|
+
province: string;
|
|
15202
|
+
urbanOrRural: "RURAL";
|
|
15203
|
+
village?: string | null | undefined;
|
|
15204
|
+
} | {
|
|
15205
|
+
country: string;
|
|
15206
|
+
state: string;
|
|
15207
|
+
addressType: "INTERNATIONAL";
|
|
15208
|
+
district2: string;
|
|
15209
|
+
cityOrTown?: string | null | undefined;
|
|
15210
|
+
addressLine1?: string | null | undefined;
|
|
15211
|
+
addressLine2?: string | null | undefined;
|
|
15212
|
+
addressLine3?: string | null | undefined;
|
|
15213
|
+
postcodeOrZip?: string | null | undefined;
|
|
15214
|
+
} | {
|
|
15215
|
+
type: string;
|
|
15216
|
+
option: string;
|
|
15217
|
+
filename: string;
|
|
15218
|
+
originalFilename: string;
|
|
15219
|
+
}[] | [string, string] | undefined>;
|
|
15220
|
+
createdAtLocation: string;
|
|
15221
|
+
annotation?: Record<string, string | number | boolean | {
|
|
15222
|
+
type: string;
|
|
15223
|
+
filename: string;
|
|
15224
|
+
originalFilename: string;
|
|
15225
|
+
} | {
|
|
15226
|
+
country: string;
|
|
15227
|
+
district: string;
|
|
15228
|
+
addressType: "DOMESTIC";
|
|
15229
|
+
province: string;
|
|
15230
|
+
urbanOrRural: "URBAN";
|
|
15231
|
+
number?: string | null | undefined;
|
|
15232
|
+
town?: string | null | undefined;
|
|
15233
|
+
residentialArea?: string | null | undefined;
|
|
15234
|
+
street?: string | null | undefined;
|
|
15235
|
+
zipCode?: string | null | undefined;
|
|
15236
|
+
} | {
|
|
15237
|
+
country: string;
|
|
15238
|
+
district: string;
|
|
15239
|
+
addressType: "DOMESTIC";
|
|
15240
|
+
province: string;
|
|
15241
|
+
urbanOrRural: "RURAL";
|
|
15242
|
+
village?: string | null | undefined;
|
|
15243
|
+
} | {
|
|
15244
|
+
country: string;
|
|
15245
|
+
state: string;
|
|
15246
|
+
addressType: "INTERNATIONAL";
|
|
15247
|
+
district2: string;
|
|
15248
|
+
cityOrTown?: string | null | undefined;
|
|
15249
|
+
addressLine1?: string | null | undefined;
|
|
15250
|
+
addressLine2?: string | null | undefined;
|
|
15251
|
+
addressLine3?: string | null | undefined;
|
|
15252
|
+
postcodeOrZip?: string | null | undefined;
|
|
15253
|
+
} | {
|
|
15254
|
+
type: string;
|
|
15255
|
+
option: string;
|
|
15256
|
+
filename: string;
|
|
15257
|
+
originalFilename: string;
|
|
15258
|
+
}[] | [string, string] | undefined> | undefined;
|
|
15259
|
+
originalActionId?: string | undefined;
|
|
15260
|
+
} | {
|
|
15261
|
+
type: "DECLARE" | "REGISTER" | "VALIDATE" | "NOTIFY" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
|
15262
|
+
id: string;
|
|
15263
|
+
status: "Rejected";
|
|
15264
|
+
transactionId: string;
|
|
15265
|
+
createdAt: string;
|
|
15266
|
+
createdBy: string;
|
|
15267
|
+
createdByRole: string;
|
|
15268
|
+
createdAtLocation: string;
|
|
15269
|
+
originalActionId?: string | undefined;
|
|
15270
|
+
})[];
|
|
15271
|
+
trackingId: string;
|
|
15272
|
+
dateOfEvent?: {
|
|
15273
|
+
fieldId: string;
|
|
15274
|
+
} | undefined;
|
|
15275
|
+
};
|
|
15276
|
+
output: {
|
|
15277
|
+
type: string;
|
|
15278
|
+
id: string;
|
|
15279
|
+
createdAt: string;
|
|
15280
|
+
updatedAt: string;
|
|
15281
|
+
actions: ({
|
|
15282
|
+
type: "ASSIGN";
|
|
15283
|
+
id: string;
|
|
15284
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
15285
|
+
transactionId: string;
|
|
15286
|
+
createdAt: string;
|
|
15287
|
+
createdBy: string;
|
|
15288
|
+
createdByRole: string;
|
|
15289
|
+
declaration: Record<string, string | number | boolean | {
|
|
15290
|
+
type: string;
|
|
15291
|
+
filename: string;
|
|
15292
|
+
originalFilename: string;
|
|
15293
|
+
} | {
|
|
15294
|
+
country: string;
|
|
15295
|
+
district: string;
|
|
15296
|
+
addressType: "DOMESTIC";
|
|
15297
|
+
province: string;
|
|
15298
|
+
urbanOrRural: "URBAN";
|
|
15299
|
+
number?: string | null | undefined;
|
|
15300
|
+
town?: string | null | undefined;
|
|
15301
|
+
residentialArea?: string | null | undefined;
|
|
15302
|
+
street?: string | null | undefined;
|
|
15303
|
+
zipCode?: string | null | undefined;
|
|
15304
|
+
} | {
|
|
15305
|
+
country: string;
|
|
15306
|
+
district: string;
|
|
15307
|
+
addressType: "DOMESTIC";
|
|
15308
|
+
province: string;
|
|
15309
|
+
urbanOrRural: "RURAL";
|
|
15310
|
+
village?: string | null | undefined;
|
|
15311
|
+
} | {
|
|
15312
|
+
country: string;
|
|
15313
|
+
state: string;
|
|
15314
|
+
addressType: "INTERNATIONAL";
|
|
15315
|
+
district2: string;
|
|
15316
|
+
cityOrTown?: string | null | undefined;
|
|
15317
|
+
addressLine1?: string | null | undefined;
|
|
15318
|
+
addressLine2?: string | null | undefined;
|
|
15319
|
+
addressLine3?: string | null | undefined;
|
|
15320
|
+
postcodeOrZip?: string | null | undefined;
|
|
15321
|
+
} | {
|
|
15322
|
+
type: string;
|
|
15323
|
+
option: string;
|
|
15324
|
+
filename: string;
|
|
15325
|
+
originalFilename: string;
|
|
15326
|
+
}[] | [string, string] | undefined>;
|
|
15327
|
+
createdAtLocation: string;
|
|
15328
|
+
assignedTo: string;
|
|
15329
|
+
annotation?: Record<string, string | number | boolean | {
|
|
15330
|
+
type: string;
|
|
15331
|
+
filename: string;
|
|
15332
|
+
originalFilename: string;
|
|
15333
|
+
} | {
|
|
15334
|
+
country: string;
|
|
15335
|
+
district: string;
|
|
15336
|
+
addressType: "DOMESTIC";
|
|
15337
|
+
province: string;
|
|
15338
|
+
urbanOrRural: "URBAN";
|
|
15339
|
+
number?: string | null | undefined;
|
|
15340
|
+
town?: string | null | undefined;
|
|
15341
|
+
residentialArea?: string | null | undefined;
|
|
15342
|
+
street?: string | null | undefined;
|
|
15343
|
+
zipCode?: string | null | undefined;
|
|
15344
|
+
} | {
|
|
15345
|
+
country: string;
|
|
15346
|
+
district: string;
|
|
15347
|
+
addressType: "DOMESTIC";
|
|
15348
|
+
province: string;
|
|
15349
|
+
urbanOrRural: "RURAL";
|
|
15350
|
+
village?: string | null | undefined;
|
|
15351
|
+
} | {
|
|
15352
|
+
country: string;
|
|
15353
|
+
state: string;
|
|
15354
|
+
addressType: "INTERNATIONAL";
|
|
15355
|
+
district2: string;
|
|
15356
|
+
cityOrTown?: string | null | undefined;
|
|
15357
|
+
addressLine1?: string | null | undefined;
|
|
15358
|
+
addressLine2?: string | null | undefined;
|
|
15359
|
+
addressLine3?: string | null | undefined;
|
|
15360
|
+
postcodeOrZip?: string | null | undefined;
|
|
15361
|
+
} | {
|
|
15362
|
+
type: string;
|
|
15363
|
+
option: string;
|
|
15364
|
+
filename: string;
|
|
15365
|
+
originalFilename: string;
|
|
15366
|
+
}[] | [string, string] | undefined> | undefined;
|
|
15367
|
+
originalActionId?: string | undefined;
|
|
15368
|
+
} | {
|
|
15369
|
+
type: "UNASSIGN";
|
|
15370
|
+
id: string;
|
|
15371
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
15372
|
+
transactionId: string;
|
|
15373
|
+
createdAt: string;
|
|
15374
|
+
createdBy: string;
|
|
15375
|
+
createdByRole: string;
|
|
15376
|
+
declaration: Record<string, string | number | boolean | {
|
|
15377
|
+
type: string;
|
|
15378
|
+
filename: string;
|
|
15379
|
+
originalFilename: string;
|
|
15380
|
+
} | {
|
|
15381
|
+
country: string;
|
|
15382
|
+
district: string;
|
|
15383
|
+
addressType: "DOMESTIC";
|
|
15384
|
+
province: string;
|
|
15385
|
+
urbanOrRural: "URBAN";
|
|
15386
|
+
number?: string | null | undefined;
|
|
15387
|
+
town?: string | null | undefined;
|
|
15388
|
+
residentialArea?: string | null | undefined;
|
|
15389
|
+
street?: string | null | undefined;
|
|
15390
|
+
zipCode?: string | null | undefined;
|
|
15391
|
+
} | {
|
|
15392
|
+
country: string;
|
|
15393
|
+
district: string;
|
|
15394
|
+
addressType: "DOMESTIC";
|
|
15395
|
+
province: string;
|
|
15396
|
+
urbanOrRural: "RURAL";
|
|
15397
|
+
village?: string | null | undefined;
|
|
15398
|
+
} | {
|
|
15399
|
+
country: string;
|
|
15400
|
+
state: string;
|
|
15401
|
+
addressType: "INTERNATIONAL";
|
|
15402
|
+
district2: string;
|
|
15403
|
+
cityOrTown?: string | null | undefined;
|
|
15404
|
+
addressLine1?: string | null | undefined;
|
|
15405
|
+
addressLine2?: string | null | undefined;
|
|
15406
|
+
addressLine3?: string | null | undefined;
|
|
15407
|
+
postcodeOrZip?: string | null | undefined;
|
|
15408
|
+
} | {
|
|
15409
|
+
type: string;
|
|
15410
|
+
option: string;
|
|
15411
|
+
filename: string;
|
|
15412
|
+
originalFilename: string;
|
|
15413
|
+
}[] | [string, string] | undefined>;
|
|
15414
|
+
createdAtLocation: string;
|
|
15415
|
+
assignedTo: null;
|
|
15416
|
+
annotation?: Record<string, string | number | boolean | {
|
|
15417
|
+
type: string;
|
|
15418
|
+
filename: string;
|
|
15419
|
+
originalFilename: string;
|
|
15420
|
+
} | {
|
|
15421
|
+
country: string;
|
|
15422
|
+
district: string;
|
|
15423
|
+
addressType: "DOMESTIC";
|
|
15424
|
+
province: string;
|
|
15425
|
+
urbanOrRural: "URBAN";
|
|
15426
|
+
number?: string | null | undefined;
|
|
15427
|
+
town?: string | null | undefined;
|
|
15428
|
+
residentialArea?: string | null | undefined;
|
|
15429
|
+
street?: string | null | undefined;
|
|
15430
|
+
zipCode?: string | null | undefined;
|
|
15431
|
+
} | {
|
|
15432
|
+
country: string;
|
|
15433
|
+
district: string;
|
|
15434
|
+
addressType: "DOMESTIC";
|
|
15435
|
+
province: string;
|
|
15436
|
+
urbanOrRural: "RURAL";
|
|
15437
|
+
village?: string | null | undefined;
|
|
15438
|
+
} | {
|
|
15439
|
+
country: string;
|
|
15440
|
+
state: string;
|
|
15441
|
+
addressType: "INTERNATIONAL";
|
|
15442
|
+
district2: string;
|
|
15443
|
+
cityOrTown?: string | null | undefined;
|
|
15444
|
+
addressLine1?: string | null | undefined;
|
|
15445
|
+
addressLine2?: string | null | undefined;
|
|
15446
|
+
addressLine3?: string | null | undefined;
|
|
15447
|
+
postcodeOrZip?: string | null | undefined;
|
|
15448
|
+
} | {
|
|
15449
|
+
type: string;
|
|
15450
|
+
option: string;
|
|
15451
|
+
filename: string;
|
|
15452
|
+
originalFilename: string;
|
|
15453
|
+
}[] | [string, string] | undefined> | undefined;
|
|
15454
|
+
originalActionId?: string | undefined;
|
|
15455
|
+
} | {
|
|
15456
|
+
type: "REGISTER";
|
|
15457
|
+
id: string;
|
|
15458
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
15459
|
+
transactionId: string;
|
|
15460
|
+
createdAt: string;
|
|
15461
|
+
createdBy: string;
|
|
15462
|
+
createdByRole: string;
|
|
15463
|
+
declaration: Record<string, string | number | boolean | {
|
|
15464
|
+
type: string;
|
|
15465
|
+
filename: string;
|
|
15466
|
+
originalFilename: string;
|
|
15467
|
+
} | {
|
|
15468
|
+
country: string;
|
|
15469
|
+
district: string;
|
|
15470
|
+
addressType: "DOMESTIC";
|
|
15471
|
+
province: string;
|
|
15472
|
+
urbanOrRural: "URBAN";
|
|
15473
|
+
number?: string | null | undefined;
|
|
15474
|
+
town?: string | null | undefined;
|
|
15475
|
+
residentialArea?: string | null | undefined;
|
|
15476
|
+
street?: string | null | undefined;
|
|
15477
|
+
zipCode?: string | null | undefined;
|
|
15478
|
+
} | {
|
|
15479
|
+
country: string;
|
|
15480
|
+
district: string;
|
|
15481
|
+
addressType: "DOMESTIC";
|
|
15482
|
+
province: string;
|
|
15483
|
+
urbanOrRural: "RURAL";
|
|
15484
|
+
village?: string | null | undefined;
|
|
15485
|
+
} | {
|
|
15486
|
+
country: string;
|
|
15487
|
+
state: string;
|
|
15488
|
+
addressType: "INTERNATIONAL";
|
|
15489
|
+
district2: string;
|
|
15490
|
+
cityOrTown?: string | null | undefined;
|
|
15491
|
+
addressLine1?: string | null | undefined;
|
|
15492
|
+
addressLine2?: string | null | undefined;
|
|
15493
|
+
addressLine3?: string | null | undefined;
|
|
15494
|
+
postcodeOrZip?: string | null | undefined;
|
|
15495
|
+
} | {
|
|
15496
|
+
type: string;
|
|
15497
|
+
option: string;
|
|
15498
|
+
filename: string;
|
|
15499
|
+
originalFilename: string;
|
|
15500
|
+
}[] | [string, string] | undefined>;
|
|
15501
|
+
createdAtLocation: string;
|
|
15502
|
+
annotation?: Record<string, string | number | boolean | {
|
|
15503
|
+
type: string;
|
|
15504
|
+
filename: string;
|
|
15505
|
+
originalFilename: string;
|
|
15506
|
+
} | {
|
|
15507
|
+
country: string;
|
|
15508
|
+
district: string;
|
|
15509
|
+
addressType: "DOMESTIC";
|
|
15510
|
+
province: string;
|
|
15511
|
+
urbanOrRural: "URBAN";
|
|
15512
|
+
number?: string | null | undefined;
|
|
15513
|
+
town?: string | null | undefined;
|
|
15514
|
+
residentialArea?: string | null | undefined;
|
|
15515
|
+
street?: string | null | undefined;
|
|
15516
|
+
zipCode?: string | null | undefined;
|
|
15517
|
+
} | {
|
|
15518
|
+
country: string;
|
|
15519
|
+
district: string;
|
|
15520
|
+
addressType: "DOMESTIC";
|
|
15521
|
+
province: string;
|
|
15522
|
+
urbanOrRural: "RURAL";
|
|
15523
|
+
village?: string | null | undefined;
|
|
15524
|
+
} | {
|
|
15525
|
+
country: string;
|
|
15526
|
+
state: string;
|
|
15527
|
+
addressType: "INTERNATIONAL";
|
|
15528
|
+
district2: string;
|
|
15529
|
+
cityOrTown?: string | null | undefined;
|
|
15530
|
+
addressLine1?: string | null | undefined;
|
|
15531
|
+
addressLine2?: string | null | undefined;
|
|
15532
|
+
addressLine3?: string | null | undefined;
|
|
15533
|
+
postcodeOrZip?: string | null | undefined;
|
|
15534
|
+
} | {
|
|
15535
|
+
type: string;
|
|
15536
|
+
option: string;
|
|
15537
|
+
filename: string;
|
|
15538
|
+
originalFilename: string;
|
|
15539
|
+
}[] | [string, string] | undefined> | undefined;
|
|
15540
|
+
originalActionId?: string | undefined;
|
|
15541
|
+
registrationNumber?: string | undefined;
|
|
15542
|
+
} | {
|
|
15543
|
+
type: "DECLARE";
|
|
15544
|
+
id: string;
|
|
15545
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
15546
|
+
transactionId: string;
|
|
15547
|
+
createdAt: string;
|
|
15548
|
+
createdBy: string;
|
|
15549
|
+
createdByRole: string;
|
|
15550
|
+
declaration: Record<string, string | number | boolean | {
|
|
15551
|
+
type: string;
|
|
15552
|
+
filename: string;
|
|
15553
|
+
originalFilename: string;
|
|
15554
|
+
} | {
|
|
15555
|
+
country: string;
|
|
15556
|
+
district: string;
|
|
15557
|
+
addressType: "DOMESTIC";
|
|
15558
|
+
province: string;
|
|
15559
|
+
urbanOrRural: "URBAN";
|
|
15560
|
+
number?: string | null | undefined;
|
|
15561
|
+
town?: string | null | undefined;
|
|
15562
|
+
residentialArea?: string | null | undefined;
|
|
15563
|
+
street?: string | null | undefined;
|
|
15564
|
+
zipCode?: string | null | undefined;
|
|
15565
|
+
} | {
|
|
15566
|
+
country: string;
|
|
15567
|
+
district: string;
|
|
15568
|
+
addressType: "DOMESTIC";
|
|
15569
|
+
province: string;
|
|
15570
|
+
urbanOrRural: "RURAL";
|
|
15571
|
+
village?: string | null | undefined;
|
|
15572
|
+
} | {
|
|
15573
|
+
country: string;
|
|
15574
|
+
state: string;
|
|
15575
|
+
addressType: "INTERNATIONAL";
|
|
15576
|
+
district2: string;
|
|
15577
|
+
cityOrTown?: string | null | undefined;
|
|
15578
|
+
addressLine1?: string | null | undefined;
|
|
15579
|
+
addressLine2?: string | null | undefined;
|
|
15580
|
+
addressLine3?: string | null | undefined;
|
|
15581
|
+
postcodeOrZip?: string | null | undefined;
|
|
15582
|
+
} | {
|
|
15583
|
+
type: string;
|
|
15584
|
+
option: string;
|
|
15585
|
+
filename: string;
|
|
15586
|
+
originalFilename: string;
|
|
15587
|
+
}[] | [string, string] | undefined>;
|
|
15588
|
+
createdAtLocation: string;
|
|
15589
|
+
annotation?: Record<string, string | number | boolean | {
|
|
15590
|
+
type: string;
|
|
15591
|
+
filename: string;
|
|
15592
|
+
originalFilename: string;
|
|
15593
|
+
} | {
|
|
15594
|
+
country: string;
|
|
15595
|
+
district: string;
|
|
15596
|
+
addressType: "DOMESTIC";
|
|
15597
|
+
province: string;
|
|
15598
|
+
urbanOrRural: "URBAN";
|
|
15599
|
+
number?: string | null | undefined;
|
|
15600
|
+
town?: string | null | undefined;
|
|
15601
|
+
residentialArea?: string | null | undefined;
|
|
15602
|
+
street?: string | null | undefined;
|
|
15603
|
+
zipCode?: string | null | undefined;
|
|
15604
|
+
} | {
|
|
15605
|
+
country: string;
|
|
15606
|
+
district: string;
|
|
15607
|
+
addressType: "DOMESTIC";
|
|
15608
|
+
province: string;
|
|
15609
|
+
urbanOrRural: "RURAL";
|
|
15610
|
+
village?: string | null | undefined;
|
|
15611
|
+
} | {
|
|
15612
|
+
country: string;
|
|
15613
|
+
state: string;
|
|
15614
|
+
addressType: "INTERNATIONAL";
|
|
15615
|
+
district2: string;
|
|
15616
|
+
cityOrTown?: string | null | undefined;
|
|
15617
|
+
addressLine1?: string | null | undefined;
|
|
15618
|
+
addressLine2?: string | null | undefined;
|
|
15619
|
+
addressLine3?: string | null | undefined;
|
|
15620
|
+
postcodeOrZip?: string | null | undefined;
|
|
15621
|
+
} | {
|
|
15622
|
+
type: string;
|
|
15623
|
+
option: string;
|
|
15624
|
+
filename: string;
|
|
15625
|
+
originalFilename: string;
|
|
15626
|
+
}[] | [string, string] | undefined> | undefined;
|
|
15627
|
+
originalActionId?: string | undefined;
|
|
15628
|
+
} | {
|
|
15629
|
+
type: "VALIDATE";
|
|
15630
|
+
id: string;
|
|
15631
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
15632
|
+
transactionId: string;
|
|
15633
|
+
createdAt: string;
|
|
15634
|
+
createdBy: string;
|
|
15635
|
+
createdByRole: string;
|
|
15636
|
+
declaration: Record<string, string | number | boolean | {
|
|
15637
|
+
type: string;
|
|
15638
|
+
filename: string;
|
|
15639
|
+
originalFilename: string;
|
|
15640
|
+
} | {
|
|
15641
|
+
country: string;
|
|
15642
|
+
district: string;
|
|
15643
|
+
addressType: "DOMESTIC";
|
|
15644
|
+
province: string;
|
|
15645
|
+
urbanOrRural: "URBAN";
|
|
15646
|
+
number?: string | null | undefined;
|
|
15647
|
+
town?: string | null | undefined;
|
|
15648
|
+
residentialArea?: string | null | undefined;
|
|
15649
|
+
street?: string | null | undefined;
|
|
15650
|
+
zipCode?: string | null | undefined;
|
|
15651
|
+
} | {
|
|
15652
|
+
country: string;
|
|
15653
|
+
district: string;
|
|
15654
|
+
addressType: "DOMESTIC";
|
|
15655
|
+
province: string;
|
|
15656
|
+
urbanOrRural: "RURAL";
|
|
15657
|
+
village?: string | null | undefined;
|
|
15658
|
+
} | {
|
|
15659
|
+
country: string;
|
|
15660
|
+
state: string;
|
|
15661
|
+
addressType: "INTERNATIONAL";
|
|
15662
|
+
district2: string;
|
|
15663
|
+
cityOrTown?: string | null | undefined;
|
|
15664
|
+
addressLine1?: string | null | undefined;
|
|
15665
|
+
addressLine2?: string | null | undefined;
|
|
15666
|
+
addressLine3?: string | null | undefined;
|
|
15667
|
+
postcodeOrZip?: string | null | undefined;
|
|
15668
|
+
} | {
|
|
15669
|
+
type: string;
|
|
15670
|
+
option: string;
|
|
15671
|
+
filename: string;
|
|
15672
|
+
originalFilename: string;
|
|
15673
|
+
}[] | [string, string] | undefined>;
|
|
15674
|
+
createdAtLocation: string;
|
|
15675
|
+
annotation?: Record<string, string | number | boolean | {
|
|
15676
|
+
type: string;
|
|
15677
|
+
filename: string;
|
|
15678
|
+
originalFilename: string;
|
|
15679
|
+
} | {
|
|
15680
|
+
country: string;
|
|
15681
|
+
district: string;
|
|
15682
|
+
addressType: "DOMESTIC";
|
|
15683
|
+
province: string;
|
|
15684
|
+
urbanOrRural: "URBAN";
|
|
15685
|
+
number?: string | null | undefined;
|
|
15686
|
+
town?: string | null | undefined;
|
|
15687
|
+
residentialArea?: string | null | undefined;
|
|
15688
|
+
street?: string | null | undefined;
|
|
15689
|
+
zipCode?: string | null | undefined;
|
|
15690
|
+
} | {
|
|
15691
|
+
country: string;
|
|
15692
|
+
district: string;
|
|
15693
|
+
addressType: "DOMESTIC";
|
|
15694
|
+
province: string;
|
|
15695
|
+
urbanOrRural: "RURAL";
|
|
15696
|
+
village?: string | null | undefined;
|
|
15697
|
+
} | {
|
|
15698
|
+
country: string;
|
|
15699
|
+
state: string;
|
|
15700
|
+
addressType: "INTERNATIONAL";
|
|
15701
|
+
district2: string;
|
|
15702
|
+
cityOrTown?: string | null | undefined;
|
|
15703
|
+
addressLine1?: string | null | undefined;
|
|
15704
|
+
addressLine2?: string | null | undefined;
|
|
15705
|
+
addressLine3?: string | null | undefined;
|
|
15706
|
+
postcodeOrZip?: string | null | undefined;
|
|
15707
|
+
} | {
|
|
15708
|
+
type: string;
|
|
15709
|
+
option: string;
|
|
15710
|
+
filename: string;
|
|
15711
|
+
originalFilename: string;
|
|
15712
|
+
}[] | [string, string] | undefined> | undefined;
|
|
15713
|
+
originalActionId?: string | undefined;
|
|
15714
|
+
} | {
|
|
15715
|
+
type: "REJECT";
|
|
15716
|
+
id: string;
|
|
15717
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
15718
|
+
transactionId: string;
|
|
15719
|
+
createdAt: string;
|
|
15720
|
+
createdBy: string;
|
|
15721
|
+
createdByRole: string;
|
|
15722
|
+
declaration: Record<string, string | number | boolean | {
|
|
15723
|
+
type: string;
|
|
15724
|
+
filename: string;
|
|
15725
|
+
originalFilename: string;
|
|
15726
|
+
} | {
|
|
15727
|
+
country: string;
|
|
15728
|
+
district: string;
|
|
15729
|
+
addressType: "DOMESTIC";
|
|
15730
|
+
province: string;
|
|
15731
|
+
urbanOrRural: "URBAN";
|
|
15732
|
+
number?: string | null | undefined;
|
|
15733
|
+
town?: string | null | undefined;
|
|
15734
|
+
residentialArea?: string | null | undefined;
|
|
15735
|
+
street?: string | null | undefined;
|
|
15736
|
+
zipCode?: string | null | undefined;
|
|
15737
|
+
} | {
|
|
15738
|
+
country: string;
|
|
15739
|
+
district: string;
|
|
15740
|
+
addressType: "DOMESTIC";
|
|
15741
|
+
province: string;
|
|
15742
|
+
urbanOrRural: "RURAL";
|
|
15743
|
+
village?: string | null | undefined;
|
|
15744
|
+
} | {
|
|
15745
|
+
country: string;
|
|
15746
|
+
state: string;
|
|
15747
|
+
addressType: "INTERNATIONAL";
|
|
15748
|
+
district2: string;
|
|
15749
|
+
cityOrTown?: string | null | undefined;
|
|
15750
|
+
addressLine1?: string | null | undefined;
|
|
15751
|
+
addressLine2?: string | null | undefined;
|
|
15752
|
+
addressLine3?: string | null | undefined;
|
|
15753
|
+
postcodeOrZip?: string | null | undefined;
|
|
15754
|
+
} | {
|
|
15755
|
+
type: string;
|
|
15756
|
+
option: string;
|
|
15757
|
+
filename: string;
|
|
15758
|
+
originalFilename: string;
|
|
15759
|
+
}[] | [string, string] | undefined>;
|
|
15760
|
+
createdAtLocation: string;
|
|
15761
|
+
annotation?: Record<string, string | number | boolean | {
|
|
15762
|
+
type: string;
|
|
15763
|
+
filename: string;
|
|
15764
|
+
originalFilename: string;
|
|
15765
|
+
} | {
|
|
15766
|
+
country: string;
|
|
15767
|
+
district: string;
|
|
15768
|
+
addressType: "DOMESTIC";
|
|
15769
|
+
province: string;
|
|
15770
|
+
urbanOrRural: "URBAN";
|
|
15771
|
+
number?: string | null | undefined;
|
|
15772
|
+
town?: string | null | undefined;
|
|
15773
|
+
residentialArea?: string | null | undefined;
|
|
15774
|
+
street?: string | null | undefined;
|
|
15775
|
+
zipCode?: string | null | undefined;
|
|
15776
|
+
} | {
|
|
15777
|
+
country: string;
|
|
15778
|
+
district: string;
|
|
15779
|
+
addressType: "DOMESTIC";
|
|
15780
|
+
province: string;
|
|
15781
|
+
urbanOrRural: "RURAL";
|
|
15782
|
+
village?: string | null | undefined;
|
|
15783
|
+
} | {
|
|
15784
|
+
country: string;
|
|
15785
|
+
state: string;
|
|
15786
|
+
addressType: "INTERNATIONAL";
|
|
15787
|
+
district2: string;
|
|
15788
|
+
cityOrTown?: string | null | undefined;
|
|
15789
|
+
addressLine1?: string | null | undefined;
|
|
15790
|
+
addressLine2?: string | null | undefined;
|
|
15791
|
+
addressLine3?: string | null | undefined;
|
|
15792
|
+
postcodeOrZip?: string | null | undefined;
|
|
15793
|
+
} | {
|
|
15794
|
+
type: string;
|
|
15795
|
+
option: string;
|
|
15796
|
+
filename: string;
|
|
15797
|
+
originalFilename: string;
|
|
15798
|
+
}[] | [string, string] | undefined> | undefined;
|
|
15799
|
+
originalActionId?: string | undefined;
|
|
15800
|
+
} | {
|
|
15801
|
+
type: "MARKED_AS_DUPLICATE";
|
|
15802
|
+
id: string;
|
|
15803
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
15804
|
+
transactionId: string;
|
|
15805
|
+
createdAt: string;
|
|
15806
|
+
createdBy: string;
|
|
15807
|
+
createdByRole: string;
|
|
15808
|
+
declaration: Record<string, string | number | boolean | {
|
|
15809
|
+
type: string;
|
|
15810
|
+
filename: string;
|
|
15811
|
+
originalFilename: string;
|
|
15812
|
+
} | {
|
|
15813
|
+
country: string;
|
|
15814
|
+
district: string;
|
|
15815
|
+
addressType: "DOMESTIC";
|
|
15816
|
+
province: string;
|
|
15817
|
+
urbanOrRural: "URBAN";
|
|
15818
|
+
number?: string | null | undefined;
|
|
15819
|
+
town?: string | null | undefined;
|
|
15820
|
+
residentialArea?: string | null | undefined;
|
|
15821
|
+
street?: string | null | undefined;
|
|
15822
|
+
zipCode?: string | null | undefined;
|
|
15823
|
+
} | {
|
|
15824
|
+
country: string;
|
|
15825
|
+
district: string;
|
|
15826
|
+
addressType: "DOMESTIC";
|
|
15827
|
+
province: string;
|
|
15828
|
+
urbanOrRural: "RURAL";
|
|
15829
|
+
village?: string | null | undefined;
|
|
15830
|
+
} | {
|
|
15831
|
+
country: string;
|
|
15832
|
+
state: string;
|
|
15833
|
+
addressType: "INTERNATIONAL";
|
|
15834
|
+
district2: string;
|
|
15835
|
+
cityOrTown?: string | null | undefined;
|
|
15836
|
+
addressLine1?: string | null | undefined;
|
|
15837
|
+
addressLine2?: string | null | undefined;
|
|
15838
|
+
addressLine3?: string | null | undefined;
|
|
15839
|
+
postcodeOrZip?: string | null | undefined;
|
|
15840
|
+
} | {
|
|
15841
|
+
type: string;
|
|
15842
|
+
option: string;
|
|
15843
|
+
filename: string;
|
|
15844
|
+
originalFilename: string;
|
|
15845
|
+
}[] | [string, string] | undefined>;
|
|
15846
|
+
createdAtLocation: string;
|
|
15847
|
+
annotation?: Record<string, string | number | boolean | {
|
|
15848
|
+
type: string;
|
|
15849
|
+
filename: string;
|
|
15850
|
+
originalFilename: string;
|
|
15851
|
+
} | {
|
|
15852
|
+
country: string;
|
|
15853
|
+
district: string;
|
|
15854
|
+
addressType: "DOMESTIC";
|
|
15855
|
+
province: string;
|
|
15856
|
+
urbanOrRural: "URBAN";
|
|
15857
|
+
number?: string | null | undefined;
|
|
15858
|
+
town?: string | null | undefined;
|
|
15859
|
+
residentialArea?: string | null | undefined;
|
|
15860
|
+
street?: string | null | undefined;
|
|
15861
|
+
zipCode?: string | null | undefined;
|
|
15862
|
+
} | {
|
|
15863
|
+
country: string;
|
|
15864
|
+
district: string;
|
|
15865
|
+
addressType: "DOMESTIC";
|
|
15866
|
+
province: string;
|
|
15867
|
+
urbanOrRural: "RURAL";
|
|
15868
|
+
village?: string | null | undefined;
|
|
15869
|
+
} | {
|
|
15870
|
+
country: string;
|
|
15871
|
+
state: string;
|
|
15872
|
+
addressType: "INTERNATIONAL";
|
|
15873
|
+
district2: string;
|
|
15874
|
+
cityOrTown?: string | null | undefined;
|
|
15875
|
+
addressLine1?: string | null | undefined;
|
|
15876
|
+
addressLine2?: string | null | undefined;
|
|
15877
|
+
addressLine3?: string | null | undefined;
|
|
15878
|
+
postcodeOrZip?: string | null | undefined;
|
|
15879
|
+
} | {
|
|
15880
|
+
type: string;
|
|
15881
|
+
option: string;
|
|
15882
|
+
filename: string;
|
|
15883
|
+
originalFilename: string;
|
|
15884
|
+
}[] | [string, string] | undefined> | undefined;
|
|
15885
|
+
originalActionId?: string | undefined;
|
|
15886
|
+
} | {
|
|
15887
|
+
type: "ARCHIVE";
|
|
15888
|
+
id: string;
|
|
15889
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
15890
|
+
transactionId: string;
|
|
15891
|
+
createdAt: string;
|
|
15892
|
+
createdBy: string;
|
|
15893
|
+
createdByRole: string;
|
|
15894
|
+
declaration: Record<string, string | number | boolean | {
|
|
15895
|
+
type: string;
|
|
15896
|
+
filename: string;
|
|
15897
|
+
originalFilename: string;
|
|
15898
|
+
} | {
|
|
15899
|
+
country: string;
|
|
15900
|
+
district: string;
|
|
15901
|
+
addressType: "DOMESTIC";
|
|
15902
|
+
province: string;
|
|
15903
|
+
urbanOrRural: "URBAN";
|
|
15904
|
+
number?: string | null | undefined;
|
|
15905
|
+
town?: string | null | undefined;
|
|
15906
|
+
residentialArea?: string | null | undefined;
|
|
15907
|
+
street?: string | null | undefined;
|
|
15908
|
+
zipCode?: string | null | undefined;
|
|
15909
|
+
} | {
|
|
15910
|
+
country: string;
|
|
15911
|
+
district: string;
|
|
15912
|
+
addressType: "DOMESTIC";
|
|
15913
|
+
province: string;
|
|
15914
|
+
urbanOrRural: "RURAL";
|
|
15915
|
+
village?: string | null | undefined;
|
|
15916
|
+
} | {
|
|
15917
|
+
country: string;
|
|
15918
|
+
state: string;
|
|
15919
|
+
addressType: "INTERNATIONAL";
|
|
15920
|
+
district2: string;
|
|
15921
|
+
cityOrTown?: string | null | undefined;
|
|
15922
|
+
addressLine1?: string | null | undefined;
|
|
15923
|
+
addressLine2?: string | null | undefined;
|
|
15924
|
+
addressLine3?: string | null | undefined;
|
|
15925
|
+
postcodeOrZip?: string | null | undefined;
|
|
15926
|
+
} | {
|
|
15927
|
+
type: string;
|
|
15928
|
+
option: string;
|
|
15929
|
+
filename: string;
|
|
15930
|
+
originalFilename: string;
|
|
15931
|
+
}[] | [string, string] | undefined>;
|
|
15932
|
+
createdAtLocation: string;
|
|
15933
|
+
annotation?: Record<string, string | number | boolean | {
|
|
15934
|
+
type: string;
|
|
15935
|
+
filename: string;
|
|
15936
|
+
originalFilename: string;
|
|
15937
|
+
} | {
|
|
15938
|
+
country: string;
|
|
15939
|
+
district: string;
|
|
15940
|
+
addressType: "DOMESTIC";
|
|
15941
|
+
province: string;
|
|
15942
|
+
urbanOrRural: "URBAN";
|
|
15943
|
+
number?: string | null | undefined;
|
|
15944
|
+
town?: string | null | undefined;
|
|
15945
|
+
residentialArea?: string | null | undefined;
|
|
15946
|
+
street?: string | null | undefined;
|
|
15947
|
+
zipCode?: string | null | undefined;
|
|
15948
|
+
} | {
|
|
15949
|
+
country: string;
|
|
15950
|
+
district: string;
|
|
15951
|
+
addressType: "DOMESTIC";
|
|
15952
|
+
province: string;
|
|
15953
|
+
urbanOrRural: "RURAL";
|
|
15954
|
+
village?: string | null | undefined;
|
|
15955
|
+
} | {
|
|
15956
|
+
country: string;
|
|
15957
|
+
state: string;
|
|
15958
|
+
addressType: "INTERNATIONAL";
|
|
15959
|
+
district2: string;
|
|
15960
|
+
cityOrTown?: string | null | undefined;
|
|
15961
|
+
addressLine1?: string | null | undefined;
|
|
15962
|
+
addressLine2?: string | null | undefined;
|
|
15963
|
+
addressLine3?: string | null | undefined;
|
|
15964
|
+
postcodeOrZip?: string | null | undefined;
|
|
15965
|
+
} | {
|
|
15966
|
+
type: string;
|
|
15967
|
+
option: string;
|
|
15968
|
+
filename: string;
|
|
15969
|
+
originalFilename: string;
|
|
15970
|
+
}[] | [string, string] | undefined> | undefined;
|
|
15971
|
+
originalActionId?: string | undefined;
|
|
15972
|
+
} | {
|
|
15973
|
+
type: "CREATE";
|
|
15974
|
+
id: string;
|
|
15975
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
15976
|
+
transactionId: string;
|
|
15977
|
+
createdAt: string;
|
|
15978
|
+
createdBy: string;
|
|
15979
|
+
createdByRole: string;
|
|
15980
|
+
declaration: Record<string, string | number | boolean | {
|
|
15981
|
+
type: string;
|
|
15982
|
+
filename: string;
|
|
15983
|
+
originalFilename: string;
|
|
15984
|
+
} | {
|
|
15985
|
+
country: string;
|
|
15986
|
+
district: string;
|
|
15987
|
+
addressType: "DOMESTIC";
|
|
15988
|
+
province: string;
|
|
15989
|
+
urbanOrRural: "URBAN";
|
|
15990
|
+
number?: string | null | undefined;
|
|
15991
|
+
town?: string | null | undefined;
|
|
15992
|
+
residentialArea?: string | null | undefined;
|
|
15993
|
+
street?: string | null | undefined;
|
|
15994
|
+
zipCode?: string | null | undefined;
|
|
15995
|
+
} | {
|
|
15996
|
+
country: string;
|
|
15997
|
+
district: string;
|
|
15998
|
+
addressType: "DOMESTIC";
|
|
15999
|
+
province: string;
|
|
16000
|
+
urbanOrRural: "RURAL";
|
|
16001
|
+
village?: string | null | undefined;
|
|
16002
|
+
} | {
|
|
16003
|
+
country: string;
|
|
16004
|
+
state: string;
|
|
16005
|
+
addressType: "INTERNATIONAL";
|
|
16006
|
+
district2: string;
|
|
16007
|
+
cityOrTown?: string | null | undefined;
|
|
16008
|
+
addressLine1?: string | null | undefined;
|
|
16009
|
+
addressLine2?: string | null | undefined;
|
|
16010
|
+
addressLine3?: string | null | undefined;
|
|
16011
|
+
postcodeOrZip?: string | null | undefined;
|
|
16012
|
+
} | {
|
|
16013
|
+
type: string;
|
|
16014
|
+
option: string;
|
|
16015
|
+
filename: string;
|
|
16016
|
+
originalFilename: string;
|
|
16017
|
+
}[] | [string, string] | undefined>;
|
|
16018
|
+
createdAtLocation: string;
|
|
16019
|
+
annotation?: Record<string, string | number | boolean | {
|
|
16020
|
+
type: string;
|
|
16021
|
+
filename: string;
|
|
16022
|
+
originalFilename: string;
|
|
16023
|
+
} | {
|
|
16024
|
+
country: string;
|
|
16025
|
+
district: string;
|
|
16026
|
+
addressType: "DOMESTIC";
|
|
16027
|
+
province: string;
|
|
16028
|
+
urbanOrRural: "URBAN";
|
|
16029
|
+
number?: string | null | undefined;
|
|
16030
|
+
town?: string | null | undefined;
|
|
16031
|
+
residentialArea?: string | null | undefined;
|
|
16032
|
+
street?: string | null | undefined;
|
|
16033
|
+
zipCode?: string | null | undefined;
|
|
16034
|
+
} | {
|
|
16035
|
+
country: string;
|
|
16036
|
+
district: string;
|
|
16037
|
+
addressType: "DOMESTIC";
|
|
16038
|
+
province: string;
|
|
16039
|
+
urbanOrRural: "RURAL";
|
|
16040
|
+
village?: string | null | undefined;
|
|
16041
|
+
} | {
|
|
16042
|
+
country: string;
|
|
16043
|
+
state: string;
|
|
16044
|
+
addressType: "INTERNATIONAL";
|
|
16045
|
+
district2: string;
|
|
16046
|
+
cityOrTown?: string | null | undefined;
|
|
16047
|
+
addressLine1?: string | null | undefined;
|
|
16048
|
+
addressLine2?: string | null | undefined;
|
|
16049
|
+
addressLine3?: string | null | undefined;
|
|
16050
|
+
postcodeOrZip?: string | null | undefined;
|
|
16051
|
+
} | {
|
|
16052
|
+
type: string;
|
|
16053
|
+
option: string;
|
|
16054
|
+
filename: string;
|
|
16055
|
+
originalFilename: string;
|
|
16056
|
+
}[] | [string, string] | undefined> | undefined;
|
|
16057
|
+
originalActionId?: string | undefined;
|
|
16058
|
+
} | {
|
|
16059
|
+
type: "NOTIFY";
|
|
16060
|
+
id: string;
|
|
16061
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
16062
|
+
transactionId: string;
|
|
16063
|
+
createdAt: string;
|
|
16064
|
+
createdBy: string;
|
|
16065
|
+
createdByRole: string;
|
|
16066
|
+
declaration: Record<string, string | number | boolean | {
|
|
16067
|
+
type: string;
|
|
16068
|
+
filename: string;
|
|
16069
|
+
originalFilename: string;
|
|
16070
|
+
} | {
|
|
16071
|
+
country: string;
|
|
16072
|
+
district: string;
|
|
16073
|
+
addressType: "DOMESTIC";
|
|
16074
|
+
province: string;
|
|
16075
|
+
urbanOrRural: "URBAN";
|
|
16076
|
+
number?: string | null | undefined;
|
|
16077
|
+
town?: string | null | undefined;
|
|
16078
|
+
residentialArea?: string | null | undefined;
|
|
16079
|
+
street?: string | null | undefined;
|
|
16080
|
+
zipCode?: string | null | undefined;
|
|
16081
|
+
} | {
|
|
16082
|
+
country: string;
|
|
16083
|
+
district: string;
|
|
16084
|
+
addressType: "DOMESTIC";
|
|
16085
|
+
province: string;
|
|
16086
|
+
urbanOrRural: "RURAL";
|
|
16087
|
+
village?: string | null | undefined;
|
|
16088
|
+
} | {
|
|
16089
|
+
country: string;
|
|
16090
|
+
state: string;
|
|
16091
|
+
addressType: "INTERNATIONAL";
|
|
16092
|
+
district2: string;
|
|
16093
|
+
cityOrTown?: string | null | undefined;
|
|
16094
|
+
addressLine1?: string | null | undefined;
|
|
16095
|
+
addressLine2?: string | null | undefined;
|
|
16096
|
+
addressLine3?: string | null | undefined;
|
|
16097
|
+
postcodeOrZip?: string | null | undefined;
|
|
16098
|
+
} | {
|
|
16099
|
+
type: string;
|
|
16100
|
+
option: string;
|
|
16101
|
+
filename: string;
|
|
16102
|
+
originalFilename: string;
|
|
16103
|
+
}[] | [string, string] | undefined>;
|
|
16104
|
+
createdAtLocation: string;
|
|
16105
|
+
annotation?: Record<string, string | number | boolean | {
|
|
16106
|
+
type: string;
|
|
16107
|
+
filename: string;
|
|
16108
|
+
originalFilename: string;
|
|
16109
|
+
} | {
|
|
16110
|
+
country: string;
|
|
16111
|
+
district: string;
|
|
16112
|
+
addressType: "DOMESTIC";
|
|
16113
|
+
province: string;
|
|
16114
|
+
urbanOrRural: "URBAN";
|
|
16115
|
+
number?: string | null | undefined;
|
|
16116
|
+
town?: string | null | undefined;
|
|
16117
|
+
residentialArea?: string | null | undefined;
|
|
16118
|
+
street?: string | null | undefined;
|
|
16119
|
+
zipCode?: string | null | undefined;
|
|
16120
|
+
} | {
|
|
16121
|
+
country: string;
|
|
16122
|
+
district: string;
|
|
16123
|
+
addressType: "DOMESTIC";
|
|
16124
|
+
province: string;
|
|
16125
|
+
urbanOrRural: "RURAL";
|
|
16126
|
+
village?: string | null | undefined;
|
|
16127
|
+
} | {
|
|
16128
|
+
country: string;
|
|
16129
|
+
state: string;
|
|
16130
|
+
addressType: "INTERNATIONAL";
|
|
16131
|
+
district2: string;
|
|
16132
|
+
cityOrTown?: string | null | undefined;
|
|
16133
|
+
addressLine1?: string | null | undefined;
|
|
16134
|
+
addressLine2?: string | null | undefined;
|
|
16135
|
+
addressLine3?: string | null | undefined;
|
|
16136
|
+
postcodeOrZip?: string | null | undefined;
|
|
16137
|
+
} | {
|
|
16138
|
+
type: string;
|
|
16139
|
+
option: string;
|
|
16140
|
+
filename: string;
|
|
16141
|
+
originalFilename: string;
|
|
16142
|
+
}[] | [string, string] | undefined> | undefined;
|
|
16143
|
+
originalActionId?: string | undefined;
|
|
16144
|
+
} | {
|
|
16145
|
+
type: "PRINT_CERTIFICATE";
|
|
16146
|
+
id: string;
|
|
16147
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
16148
|
+
transactionId: string;
|
|
16149
|
+
createdAt: string;
|
|
16150
|
+
createdBy: string;
|
|
16151
|
+
createdByRole: string;
|
|
16152
|
+
declaration: Record<string, string | number | boolean | {
|
|
16153
|
+
type: string;
|
|
16154
|
+
filename: string;
|
|
16155
|
+
originalFilename: string;
|
|
16156
|
+
} | {
|
|
16157
|
+
country: string;
|
|
16158
|
+
district: string;
|
|
16159
|
+
addressType: "DOMESTIC";
|
|
16160
|
+
province: string;
|
|
16161
|
+
urbanOrRural: "URBAN";
|
|
16162
|
+
number?: string | null | undefined;
|
|
16163
|
+
town?: string | null | undefined;
|
|
16164
|
+
residentialArea?: string | null | undefined;
|
|
16165
|
+
street?: string | null | undefined;
|
|
16166
|
+
zipCode?: string | null | undefined;
|
|
16167
|
+
} | {
|
|
16168
|
+
country: string;
|
|
16169
|
+
district: string;
|
|
16170
|
+
addressType: "DOMESTIC";
|
|
16171
|
+
province: string;
|
|
16172
|
+
urbanOrRural: "RURAL";
|
|
16173
|
+
village?: string | null | undefined;
|
|
16174
|
+
} | {
|
|
16175
|
+
country: string;
|
|
16176
|
+
state: string;
|
|
16177
|
+
addressType: "INTERNATIONAL";
|
|
16178
|
+
district2: string;
|
|
16179
|
+
cityOrTown?: string | null | undefined;
|
|
16180
|
+
addressLine1?: string | null | undefined;
|
|
16181
|
+
addressLine2?: string | null | undefined;
|
|
16182
|
+
addressLine3?: string | null | undefined;
|
|
16183
|
+
postcodeOrZip?: string | null | undefined;
|
|
16184
|
+
} | {
|
|
16185
|
+
type: string;
|
|
16186
|
+
option: string;
|
|
16187
|
+
filename: string;
|
|
16188
|
+
originalFilename: string;
|
|
16189
|
+
}[] | [string, string] | undefined>;
|
|
16190
|
+
createdAtLocation: string;
|
|
16191
|
+
annotation?: Record<string, string | number | boolean | {
|
|
16192
|
+
type: string;
|
|
16193
|
+
filename: string;
|
|
16194
|
+
originalFilename: string;
|
|
16195
|
+
} | {
|
|
16196
|
+
country: string;
|
|
16197
|
+
district: string;
|
|
16198
|
+
addressType: "DOMESTIC";
|
|
16199
|
+
province: string;
|
|
16200
|
+
urbanOrRural: "URBAN";
|
|
16201
|
+
number?: string | null | undefined;
|
|
16202
|
+
town?: string | null | undefined;
|
|
16203
|
+
residentialArea?: string | null | undefined;
|
|
16204
|
+
street?: string | null | undefined;
|
|
16205
|
+
zipCode?: string | null | undefined;
|
|
16206
|
+
} | {
|
|
16207
|
+
country: string;
|
|
16208
|
+
district: string;
|
|
16209
|
+
addressType: "DOMESTIC";
|
|
16210
|
+
province: string;
|
|
16211
|
+
urbanOrRural: "RURAL";
|
|
16212
|
+
village?: string | null | undefined;
|
|
16213
|
+
} | {
|
|
16214
|
+
country: string;
|
|
16215
|
+
state: string;
|
|
16216
|
+
addressType: "INTERNATIONAL";
|
|
16217
|
+
district2: string;
|
|
16218
|
+
cityOrTown?: string | null | undefined;
|
|
16219
|
+
addressLine1?: string | null | undefined;
|
|
16220
|
+
addressLine2?: string | null | undefined;
|
|
16221
|
+
addressLine3?: string | null | undefined;
|
|
16222
|
+
postcodeOrZip?: string | null | undefined;
|
|
16223
|
+
} | {
|
|
16224
|
+
type: string;
|
|
16225
|
+
option: string;
|
|
16226
|
+
filename: string;
|
|
16227
|
+
originalFilename: string;
|
|
16228
|
+
}[] | [string, string] | undefined> | undefined;
|
|
16229
|
+
originalActionId?: string | undefined;
|
|
16230
|
+
} | {
|
|
16231
|
+
type: "REQUEST_CORRECTION";
|
|
16232
|
+
id: string;
|
|
16233
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
16234
|
+
transactionId: string;
|
|
16235
|
+
createdAt: string;
|
|
16236
|
+
createdBy: string;
|
|
16237
|
+
createdByRole: string;
|
|
16238
|
+
declaration: Record<string, string | number | boolean | {
|
|
16239
|
+
type: string;
|
|
16240
|
+
filename: string;
|
|
16241
|
+
originalFilename: string;
|
|
16242
|
+
} | {
|
|
16243
|
+
country: string;
|
|
16244
|
+
district: string;
|
|
16245
|
+
addressType: "DOMESTIC";
|
|
16246
|
+
province: string;
|
|
16247
|
+
urbanOrRural: "URBAN";
|
|
16248
|
+
number?: string | null | undefined;
|
|
16249
|
+
town?: string | null | undefined;
|
|
16250
|
+
residentialArea?: string | null | undefined;
|
|
16251
|
+
street?: string | null | undefined;
|
|
16252
|
+
zipCode?: string | null | undefined;
|
|
16253
|
+
} | {
|
|
16254
|
+
country: string;
|
|
16255
|
+
district: string;
|
|
16256
|
+
addressType: "DOMESTIC";
|
|
16257
|
+
province: string;
|
|
16258
|
+
urbanOrRural: "RURAL";
|
|
16259
|
+
village?: string | null | undefined;
|
|
16260
|
+
} | {
|
|
16261
|
+
country: string;
|
|
16262
|
+
state: string;
|
|
16263
|
+
addressType: "INTERNATIONAL";
|
|
16264
|
+
district2: string;
|
|
16265
|
+
cityOrTown?: string | null | undefined;
|
|
16266
|
+
addressLine1?: string | null | undefined;
|
|
16267
|
+
addressLine2?: string | null | undefined;
|
|
16268
|
+
addressLine3?: string | null | undefined;
|
|
16269
|
+
postcodeOrZip?: string | null | undefined;
|
|
16270
|
+
} | {
|
|
16271
|
+
type: string;
|
|
16272
|
+
option: string;
|
|
16273
|
+
filename: string;
|
|
16274
|
+
originalFilename: string;
|
|
16275
|
+
}[] | [string, string] | undefined>;
|
|
16276
|
+
createdAtLocation: string;
|
|
16277
|
+
annotation?: Record<string, string | number | boolean | {
|
|
16278
|
+
type: string;
|
|
16279
|
+
filename: string;
|
|
16280
|
+
originalFilename: string;
|
|
16281
|
+
} | {
|
|
16282
|
+
country: string;
|
|
16283
|
+
district: string;
|
|
16284
|
+
addressType: "DOMESTIC";
|
|
16285
|
+
province: string;
|
|
16286
|
+
urbanOrRural: "URBAN";
|
|
16287
|
+
number?: string | null | undefined;
|
|
16288
|
+
town?: string | null | undefined;
|
|
16289
|
+
residentialArea?: string | null | undefined;
|
|
16290
|
+
street?: string | null | undefined;
|
|
16291
|
+
zipCode?: string | null | undefined;
|
|
16292
|
+
} | {
|
|
16293
|
+
country: string;
|
|
16294
|
+
district: string;
|
|
16295
|
+
addressType: "DOMESTIC";
|
|
16296
|
+
province: string;
|
|
16297
|
+
urbanOrRural: "RURAL";
|
|
16298
|
+
village?: string | null | undefined;
|
|
16299
|
+
} | {
|
|
16300
|
+
country: string;
|
|
16301
|
+
state: string;
|
|
16302
|
+
addressType: "INTERNATIONAL";
|
|
16303
|
+
district2: string;
|
|
16304
|
+
cityOrTown?: string | null | undefined;
|
|
16305
|
+
addressLine1?: string | null | undefined;
|
|
16306
|
+
addressLine2?: string | null | undefined;
|
|
16307
|
+
addressLine3?: string | null | undefined;
|
|
16308
|
+
postcodeOrZip?: string | null | undefined;
|
|
16309
|
+
} | {
|
|
16310
|
+
type: string;
|
|
16311
|
+
option: string;
|
|
16312
|
+
filename: string;
|
|
16313
|
+
originalFilename: string;
|
|
16314
|
+
}[] | [string, string] | undefined> | undefined;
|
|
16315
|
+
originalActionId?: string | undefined;
|
|
16316
|
+
} | {
|
|
16317
|
+
type: "APPROVE_CORRECTION";
|
|
16318
|
+
id: string;
|
|
16319
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
16320
|
+
transactionId: string;
|
|
16321
|
+
createdAt: string;
|
|
16322
|
+
createdBy: string;
|
|
16323
|
+
createdByRole: string;
|
|
16324
|
+
declaration: Record<string, string | number | boolean | {
|
|
16325
|
+
type: string;
|
|
16326
|
+
filename: string;
|
|
16327
|
+
originalFilename: string;
|
|
16328
|
+
} | {
|
|
16329
|
+
country: string;
|
|
16330
|
+
district: string;
|
|
16331
|
+
addressType: "DOMESTIC";
|
|
16332
|
+
province: string;
|
|
16333
|
+
urbanOrRural: "URBAN";
|
|
16334
|
+
number?: string | null | undefined;
|
|
16335
|
+
town?: string | null | undefined;
|
|
16336
|
+
residentialArea?: string | null | undefined;
|
|
16337
|
+
street?: string | null | undefined;
|
|
16338
|
+
zipCode?: string | null | undefined;
|
|
16339
|
+
} | {
|
|
16340
|
+
country: string;
|
|
16341
|
+
district: string;
|
|
16342
|
+
addressType: "DOMESTIC";
|
|
16343
|
+
province: string;
|
|
16344
|
+
urbanOrRural: "RURAL";
|
|
16345
|
+
village?: string | null | undefined;
|
|
16346
|
+
} | {
|
|
16347
|
+
country: string;
|
|
16348
|
+
state: string;
|
|
16349
|
+
addressType: "INTERNATIONAL";
|
|
16350
|
+
district2: string;
|
|
16351
|
+
cityOrTown?: string | null | undefined;
|
|
16352
|
+
addressLine1?: string | null | undefined;
|
|
16353
|
+
addressLine2?: string | null | undefined;
|
|
16354
|
+
addressLine3?: string | null | undefined;
|
|
16355
|
+
postcodeOrZip?: string | null | undefined;
|
|
16356
|
+
} | {
|
|
16357
|
+
type: string;
|
|
16358
|
+
option: string;
|
|
16359
|
+
filename: string;
|
|
16360
|
+
originalFilename: string;
|
|
16361
|
+
}[] | [string, string] | undefined>;
|
|
16362
|
+
createdAtLocation: string;
|
|
16363
|
+
requestId: string;
|
|
16364
|
+
annotation?: Record<string, string | number | boolean | {
|
|
16365
|
+
type: string;
|
|
16366
|
+
filename: string;
|
|
16367
|
+
originalFilename: string;
|
|
16368
|
+
} | {
|
|
16369
|
+
country: string;
|
|
16370
|
+
district: string;
|
|
16371
|
+
addressType: "DOMESTIC";
|
|
16372
|
+
province: string;
|
|
16373
|
+
urbanOrRural: "URBAN";
|
|
16374
|
+
number?: string | null | undefined;
|
|
16375
|
+
town?: string | null | undefined;
|
|
16376
|
+
residentialArea?: string | null | undefined;
|
|
16377
|
+
street?: string | null | undefined;
|
|
16378
|
+
zipCode?: string | null | undefined;
|
|
16379
|
+
} | {
|
|
16380
|
+
country: string;
|
|
16381
|
+
district: string;
|
|
16382
|
+
addressType: "DOMESTIC";
|
|
16383
|
+
province: string;
|
|
16384
|
+
urbanOrRural: "RURAL";
|
|
16385
|
+
village?: string | null | undefined;
|
|
16386
|
+
} | {
|
|
16387
|
+
country: string;
|
|
16388
|
+
state: string;
|
|
16389
|
+
addressType: "INTERNATIONAL";
|
|
16390
|
+
district2: string;
|
|
16391
|
+
cityOrTown?: string | null | undefined;
|
|
16392
|
+
addressLine1?: string | null | undefined;
|
|
16393
|
+
addressLine2?: string | null | undefined;
|
|
16394
|
+
addressLine3?: string | null | undefined;
|
|
16395
|
+
postcodeOrZip?: string | null | undefined;
|
|
16396
|
+
} | {
|
|
16397
|
+
type: string;
|
|
16398
|
+
option: string;
|
|
16399
|
+
filename: string;
|
|
16400
|
+
originalFilename: string;
|
|
16401
|
+
}[] | [string, string] | undefined> | undefined;
|
|
16402
|
+
originalActionId?: string | undefined;
|
|
16403
|
+
} | {
|
|
16404
|
+
type: "REJECT_CORRECTION";
|
|
16405
|
+
id: string;
|
|
16406
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
16407
|
+
transactionId: string;
|
|
16408
|
+
createdAt: string;
|
|
16409
|
+
createdBy: string;
|
|
16410
|
+
createdByRole: string;
|
|
16411
|
+
declaration: Record<string, string | number | boolean | {
|
|
16412
|
+
type: string;
|
|
16413
|
+
filename: string;
|
|
16414
|
+
originalFilename: string;
|
|
16415
|
+
} | {
|
|
16416
|
+
country: string;
|
|
16417
|
+
district: string;
|
|
16418
|
+
addressType: "DOMESTIC";
|
|
16419
|
+
province: string;
|
|
16420
|
+
urbanOrRural: "URBAN";
|
|
16421
|
+
number?: string | null | undefined;
|
|
16422
|
+
town?: string | null | undefined;
|
|
16423
|
+
residentialArea?: string | null | undefined;
|
|
16424
|
+
street?: string | null | undefined;
|
|
16425
|
+
zipCode?: string | null | undefined;
|
|
16426
|
+
} | {
|
|
16427
|
+
country: string;
|
|
16428
|
+
district: string;
|
|
16429
|
+
addressType: "DOMESTIC";
|
|
16430
|
+
province: string;
|
|
16431
|
+
urbanOrRural: "RURAL";
|
|
16432
|
+
village?: string | null | undefined;
|
|
16433
|
+
} | {
|
|
16434
|
+
country: string;
|
|
16435
|
+
state: string;
|
|
16436
|
+
addressType: "INTERNATIONAL";
|
|
16437
|
+
district2: string;
|
|
16438
|
+
cityOrTown?: string | null | undefined;
|
|
16439
|
+
addressLine1?: string | null | undefined;
|
|
16440
|
+
addressLine2?: string | null | undefined;
|
|
16441
|
+
addressLine3?: string | null | undefined;
|
|
16442
|
+
postcodeOrZip?: string | null | undefined;
|
|
16443
|
+
} | {
|
|
16444
|
+
type: string;
|
|
16445
|
+
option: string;
|
|
16446
|
+
filename: string;
|
|
16447
|
+
originalFilename: string;
|
|
16448
|
+
}[] | [string, string] | undefined>;
|
|
16449
|
+
createdAtLocation: string;
|
|
16450
|
+
requestId: string;
|
|
16451
|
+
annotation?: Record<string, string | number | boolean | {
|
|
16452
|
+
type: string;
|
|
16453
|
+
filename: string;
|
|
16454
|
+
originalFilename: string;
|
|
16455
|
+
} | {
|
|
16456
|
+
country: string;
|
|
16457
|
+
district: string;
|
|
16458
|
+
addressType: "DOMESTIC";
|
|
16459
|
+
province: string;
|
|
16460
|
+
urbanOrRural: "URBAN";
|
|
16461
|
+
number?: string | null | undefined;
|
|
16462
|
+
town?: string | null | undefined;
|
|
16463
|
+
residentialArea?: string | null | undefined;
|
|
16464
|
+
street?: string | null | undefined;
|
|
16465
|
+
zipCode?: string | null | undefined;
|
|
16466
|
+
} | {
|
|
16467
|
+
country: string;
|
|
16468
|
+
district: string;
|
|
16469
|
+
addressType: "DOMESTIC";
|
|
16470
|
+
province: string;
|
|
16471
|
+
urbanOrRural: "RURAL";
|
|
16472
|
+
village?: string | null | undefined;
|
|
16473
|
+
} | {
|
|
16474
|
+
country: string;
|
|
16475
|
+
state: string;
|
|
16476
|
+
addressType: "INTERNATIONAL";
|
|
16477
|
+
district2: string;
|
|
16478
|
+
cityOrTown?: string | null | undefined;
|
|
16479
|
+
addressLine1?: string | null | undefined;
|
|
16480
|
+
addressLine2?: string | null | undefined;
|
|
16481
|
+
addressLine3?: string | null | undefined;
|
|
16482
|
+
postcodeOrZip?: string | null | undefined;
|
|
16483
|
+
} | {
|
|
16484
|
+
type: string;
|
|
16485
|
+
option: string;
|
|
16486
|
+
filename: string;
|
|
16487
|
+
originalFilename: string;
|
|
16488
|
+
}[] | [string, string] | undefined> | undefined;
|
|
16489
|
+
originalActionId?: string | undefined;
|
|
16490
|
+
} | {
|
|
16491
|
+
type: "READ";
|
|
16492
|
+
id: string;
|
|
16493
|
+
status: "Rejected" | "Requested" | "Accepted";
|
|
16494
|
+
transactionId: string;
|
|
16495
|
+
createdAt: string;
|
|
16496
|
+
createdBy: string;
|
|
16497
|
+
createdByRole: string;
|
|
16498
|
+
declaration: Record<string, string | number | boolean | {
|
|
16499
|
+
type: string;
|
|
16500
|
+
filename: string;
|
|
16501
|
+
originalFilename: string;
|
|
16502
|
+
} | {
|
|
16503
|
+
country: string;
|
|
16504
|
+
district: string;
|
|
16505
|
+
addressType: "DOMESTIC";
|
|
16506
|
+
province: string;
|
|
16507
|
+
urbanOrRural: "URBAN";
|
|
16508
|
+
number?: string | null | undefined;
|
|
16509
|
+
town?: string | null | undefined;
|
|
16510
|
+
residentialArea?: string | null | undefined;
|
|
16511
|
+
street?: string | null | undefined;
|
|
16512
|
+
zipCode?: string | null | undefined;
|
|
16513
|
+
} | {
|
|
16514
|
+
country: string;
|
|
16515
|
+
district: string;
|
|
16516
|
+
addressType: "DOMESTIC";
|
|
16517
|
+
province: string;
|
|
16518
|
+
urbanOrRural: "RURAL";
|
|
16519
|
+
village?: string | null | undefined;
|
|
16520
|
+
} | {
|
|
16521
|
+
country: string;
|
|
16522
|
+
state: string;
|
|
16523
|
+
addressType: "INTERNATIONAL";
|
|
16524
|
+
district2: string;
|
|
16525
|
+
cityOrTown?: string | null | undefined;
|
|
16526
|
+
addressLine1?: string | null | undefined;
|
|
16527
|
+
addressLine2?: string | null | undefined;
|
|
16528
|
+
addressLine3?: string | null | undefined;
|
|
16529
|
+
postcodeOrZip?: string | null | undefined;
|
|
16530
|
+
} | {
|
|
16531
|
+
type: string;
|
|
16532
|
+
option: string;
|
|
16533
|
+
filename: string;
|
|
16534
|
+
originalFilename: string;
|
|
16535
|
+
}[] | [string, string] | undefined>;
|
|
16536
|
+
createdAtLocation: string;
|
|
16537
|
+
annotation?: Record<string, string | number | boolean | {
|
|
16538
|
+
type: string;
|
|
16539
|
+
filename: string;
|
|
16540
|
+
originalFilename: string;
|
|
16541
|
+
} | {
|
|
16542
|
+
country: string;
|
|
16543
|
+
district: string;
|
|
16544
|
+
addressType: "DOMESTIC";
|
|
16545
|
+
province: string;
|
|
16546
|
+
urbanOrRural: "URBAN";
|
|
16547
|
+
number?: string | null | undefined;
|
|
16548
|
+
town?: string | null | undefined;
|
|
16549
|
+
residentialArea?: string | null | undefined;
|
|
16550
|
+
street?: string | null | undefined;
|
|
16551
|
+
zipCode?: string | null | undefined;
|
|
16552
|
+
} | {
|
|
16553
|
+
country: string;
|
|
16554
|
+
district: string;
|
|
16555
|
+
addressType: "DOMESTIC";
|
|
16556
|
+
province: string;
|
|
16557
|
+
urbanOrRural: "RURAL";
|
|
16558
|
+
village?: string | null | undefined;
|
|
16559
|
+
} | {
|
|
16560
|
+
country: string;
|
|
16561
|
+
state: string;
|
|
16562
|
+
addressType: "INTERNATIONAL";
|
|
16563
|
+
district2: string;
|
|
16564
|
+
cityOrTown?: string | null | undefined;
|
|
16565
|
+
addressLine1?: string | null | undefined;
|
|
16566
|
+
addressLine2?: string | null | undefined;
|
|
16567
|
+
addressLine3?: string | null | undefined;
|
|
16568
|
+
postcodeOrZip?: string | null | undefined;
|
|
16569
|
+
} | {
|
|
16570
|
+
type: string;
|
|
16571
|
+
option: string;
|
|
16572
|
+
filename: string;
|
|
16573
|
+
originalFilename: string;
|
|
16574
|
+
}[] | [string, string] | undefined> | undefined;
|
|
16575
|
+
originalActionId?: string | undefined;
|
|
16576
|
+
} | {
|
|
16577
|
+
type: "DECLARE" | "REGISTER" | "VALIDATE" | "NOTIFY" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
|
16578
|
+
id: string;
|
|
16579
|
+
status: "Rejected";
|
|
16580
|
+
transactionId: string;
|
|
16581
|
+
createdAt: string;
|
|
16582
|
+
createdBy: string;
|
|
16583
|
+
createdByRole: string;
|
|
16584
|
+
createdAtLocation: string;
|
|
16585
|
+
originalActionId?: string | undefined;
|
|
16586
|
+
})[];
|
|
16587
|
+
trackingId: string;
|
|
16588
|
+
dateOfEvent?: {
|
|
16589
|
+
fieldId: string;
|
|
16590
|
+
} | undefined;
|
|
16591
|
+
};
|
|
16592
|
+
}>;
|
|
13677
16593
|
}>>;
|
|
13678
16594
|
user: import("@trpc/server/unstable-core-do-not-import").BuiltRouter<{
|
|
13679
16595
|
ctx: import("./middleware").Context;
|