@opencrvs/toolkit 1.8.0-rc.f89fbcb → 1.8.0-rc.f8aa0c5
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 +589 -589
- package/dist/commons/events/ActionConfig.d.ts +256 -0
- package/dist/commons/events/ActionDocument.d.ts +700 -700
- package/dist/commons/events/ActionInput.d.ts +600 -600
- package/dist/commons/events/AdvancedSearchConfig.d.ts +18 -40
- package/dist/commons/events/CompositeFieldValue.d.ts +6 -6
- package/dist/commons/events/Draft.d.ts +54 -54
- package/dist/commons/events/EventConfig.d.ts +106 -18
- package/dist/commons/events/EventDocument.d.ts +436 -436
- package/dist/commons/events/EventIndex.d.ts +15 -10
- package/dist/commons/events/FieldConfig.d.ts +20 -0
- package/dist/commons/events/FieldTypeMapping.d.ts +16 -16
- package/dist/commons/events/FieldValue.d.ts +12 -12
- package/dist/commons/events/FormConfig.d.ts +108 -0
- package/dist/commons/events/PageConfig.d.ts +28 -0
- package/dist/commons/events/WorkqueueConfig.d.ts +14 -14
- package/dist/commons/events/defineConfig.d.ts +22 -2
- package/dist/commons/events/field.d.ts +1 -13
- package/dist/commons/events/test.utils.d.ts +12 -12
- package/dist/commons/events/utils.d.ts +41 -11
- package/dist/events/index.js +48 -57
- package/dist/scopes/index.d.ts +92 -6
- package/dist/scopes/index.js +38 -9
- package/package.json +1 -1
@@ -102,8 +102,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
102
102
|
street?: string | null | undefined;
|
103
103
|
zipCode?: string | null | undefined;
|
104
104
|
} | {
|
105
|
-
firstname
|
106
|
-
surname
|
105
|
+
firstname?: string | null | undefined;
|
106
|
+
surname?: string | null | undefined;
|
107
107
|
middlename?: string | null | undefined;
|
108
108
|
} | {
|
109
109
|
country: string;
|
@@ -147,8 +147,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
147
147
|
street?: string | null | undefined;
|
148
148
|
zipCode?: string | null | undefined;
|
149
149
|
} | {
|
150
|
-
firstname
|
151
|
-
surname
|
150
|
+
firstname?: string | null | undefined;
|
151
|
+
surname?: string | null | undefined;
|
152
152
|
middlename?: string | null | undefined;
|
153
153
|
} | {
|
154
154
|
country: string;
|
@@ -199,8 +199,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
199
199
|
street?: string | null | undefined;
|
200
200
|
zipCode?: string | null | undefined;
|
201
201
|
} | {
|
202
|
-
firstname
|
203
|
-
surname
|
202
|
+
firstname?: string | null | undefined;
|
203
|
+
surname?: string | null | undefined;
|
204
204
|
middlename?: string | null | undefined;
|
205
205
|
} | {
|
206
206
|
country: string;
|
@@ -243,8 +243,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
243
243
|
street?: string | null | undefined;
|
244
244
|
zipCode?: string | null | undefined;
|
245
245
|
} | {
|
246
|
-
firstname
|
247
|
-
surname
|
246
|
+
firstname?: string | null | undefined;
|
247
|
+
surname?: string | null | undefined;
|
248
248
|
middlename?: string | null | undefined;
|
249
249
|
} | {
|
250
250
|
country: string;
|
@@ -295,8 +295,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
295
295
|
street?: string | null | undefined;
|
296
296
|
zipCode?: string | null | undefined;
|
297
297
|
} | {
|
298
|
-
firstname
|
299
|
-
surname
|
298
|
+
firstname?: string | null | undefined;
|
299
|
+
surname?: string | null | undefined;
|
300
300
|
middlename?: string | null | undefined;
|
301
301
|
} | {
|
302
302
|
country: string;
|
@@ -339,8 +339,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
339
339
|
street?: string | null | undefined;
|
340
340
|
zipCode?: string | null | undefined;
|
341
341
|
} | {
|
342
|
-
firstname
|
343
|
-
surname
|
342
|
+
firstname?: string | null | undefined;
|
343
|
+
surname?: string | null | undefined;
|
344
344
|
middlename?: string | null | undefined;
|
345
345
|
} | {
|
346
346
|
country: string;
|
@@ -392,8 +392,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
392
392
|
street?: string | null | undefined;
|
393
393
|
zipCode?: string | null | undefined;
|
394
394
|
} | {
|
395
|
-
firstname
|
396
|
-
surname
|
395
|
+
firstname?: string | null | undefined;
|
396
|
+
surname?: string | null | undefined;
|
397
397
|
middlename?: string | null | undefined;
|
398
398
|
} | {
|
399
399
|
country: string;
|
@@ -436,8 +436,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
436
436
|
street?: string | null | undefined;
|
437
437
|
zipCode?: string | null | undefined;
|
438
438
|
} | {
|
439
|
-
firstname
|
440
|
-
surname
|
439
|
+
firstname?: string | null | undefined;
|
440
|
+
surname?: string | null | undefined;
|
441
441
|
middlename?: string | null | undefined;
|
442
442
|
} | {
|
443
443
|
country: string;
|
@@ -488,8 +488,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
488
488
|
street?: string | null | undefined;
|
489
489
|
zipCode?: string | null | undefined;
|
490
490
|
} | {
|
491
|
-
firstname
|
492
|
-
surname
|
491
|
+
firstname?: string | null | undefined;
|
492
|
+
surname?: string | null | undefined;
|
493
493
|
middlename?: string | null | undefined;
|
494
494
|
} | {
|
495
495
|
country: string;
|
@@ -532,8 +532,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
532
532
|
street?: string | null | undefined;
|
533
533
|
zipCode?: string | null | undefined;
|
534
534
|
} | {
|
535
|
-
firstname
|
536
|
-
surname
|
535
|
+
firstname?: string | null | undefined;
|
536
|
+
surname?: string | null | undefined;
|
537
537
|
middlename?: string | null | undefined;
|
538
538
|
} | {
|
539
539
|
country: string;
|
@@ -588,8 +588,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
588
588
|
street?: string | null | undefined;
|
589
589
|
zipCode?: string | null | undefined;
|
590
590
|
} | {
|
591
|
-
firstname
|
592
|
-
surname
|
591
|
+
firstname?: string | null | undefined;
|
592
|
+
surname?: string | null | undefined;
|
593
593
|
middlename?: string | null | undefined;
|
594
594
|
} | {
|
595
595
|
country: string;
|
@@ -632,8 +632,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
632
632
|
street?: string | null | undefined;
|
633
633
|
zipCode?: string | null | undefined;
|
634
634
|
} | {
|
635
|
-
firstname
|
636
|
-
surname
|
635
|
+
firstname?: string | null | undefined;
|
636
|
+
surname?: string | null | undefined;
|
637
637
|
middlename?: string | null | undefined;
|
638
638
|
} | {
|
639
639
|
country: string;
|
@@ -684,8 +684,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
684
684
|
street?: string | null | undefined;
|
685
685
|
zipCode?: string | null | undefined;
|
686
686
|
} | {
|
687
|
-
firstname
|
688
|
-
surname
|
687
|
+
firstname?: string | null | undefined;
|
688
|
+
surname?: string | null | undefined;
|
689
689
|
middlename?: string | null | undefined;
|
690
690
|
} | {
|
691
691
|
country: string;
|
@@ -728,8 +728,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
728
728
|
street?: string | null | undefined;
|
729
729
|
zipCode?: string | null | undefined;
|
730
730
|
} | {
|
731
|
-
firstname
|
732
|
-
surname
|
731
|
+
firstname?: string | null | undefined;
|
732
|
+
surname?: string | null | undefined;
|
733
733
|
middlename?: string | null | undefined;
|
734
734
|
} | {
|
735
735
|
country: string;
|
@@ -784,8 +784,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
784
784
|
street?: string | null | undefined;
|
785
785
|
zipCode?: string | null | undefined;
|
786
786
|
} | {
|
787
|
-
firstname
|
788
|
-
surname
|
787
|
+
firstname?: string | null | undefined;
|
788
|
+
surname?: string | null | undefined;
|
789
789
|
middlename?: string | null | undefined;
|
790
790
|
} | {
|
791
791
|
country: string;
|
@@ -828,8 +828,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
828
828
|
street?: string | null | undefined;
|
829
829
|
zipCode?: string | null | undefined;
|
830
830
|
} | {
|
831
|
-
firstname
|
832
|
-
surname
|
831
|
+
firstname?: string | null | undefined;
|
832
|
+
surname?: string | null | undefined;
|
833
833
|
middlename?: string | null | undefined;
|
834
834
|
} | {
|
835
835
|
country: string;
|
@@ -880,8 +880,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
880
880
|
street?: string | null | undefined;
|
881
881
|
zipCode?: string | null | undefined;
|
882
882
|
} | {
|
883
|
-
firstname
|
884
|
-
surname
|
883
|
+
firstname?: string | null | undefined;
|
884
|
+
surname?: string | null | undefined;
|
885
885
|
middlename?: string | null | undefined;
|
886
886
|
} | {
|
887
887
|
country: string;
|
@@ -924,8 +924,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
924
924
|
street?: string | null | undefined;
|
925
925
|
zipCode?: string | null | undefined;
|
926
926
|
} | {
|
927
|
-
firstname
|
928
|
-
surname
|
927
|
+
firstname?: string | null | undefined;
|
928
|
+
surname?: string | null | undefined;
|
929
929
|
middlename?: string | null | undefined;
|
930
930
|
} | {
|
931
931
|
country: string;
|
@@ -976,8 +976,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
976
976
|
street?: string | null | undefined;
|
977
977
|
zipCode?: string | null | undefined;
|
978
978
|
} | {
|
979
|
-
firstname
|
980
|
-
surname
|
979
|
+
firstname?: string | null | undefined;
|
980
|
+
surname?: string | null | undefined;
|
981
981
|
middlename?: string | null | undefined;
|
982
982
|
} | {
|
983
983
|
country: string;
|
@@ -1020,8 +1020,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1020
1020
|
street?: string | null | undefined;
|
1021
1021
|
zipCode?: string | null | undefined;
|
1022
1022
|
} | {
|
1023
|
-
firstname
|
1024
|
-
surname
|
1023
|
+
firstname?: string | null | undefined;
|
1024
|
+
surname?: string | null | undefined;
|
1025
1025
|
middlename?: string | null | undefined;
|
1026
1026
|
} | {
|
1027
1027
|
country: string;
|
@@ -1072,8 +1072,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1072
1072
|
street?: string | null | undefined;
|
1073
1073
|
zipCode?: string | null | undefined;
|
1074
1074
|
} | {
|
1075
|
-
firstname
|
1076
|
-
surname
|
1075
|
+
firstname?: string | null | undefined;
|
1076
|
+
surname?: string | null | undefined;
|
1077
1077
|
middlename?: string | null | undefined;
|
1078
1078
|
} | {
|
1079
1079
|
country: string;
|
@@ -1116,8 +1116,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1116
1116
|
street?: string | null | undefined;
|
1117
1117
|
zipCode?: string | null | undefined;
|
1118
1118
|
} | {
|
1119
|
-
firstname
|
1120
|
-
surname
|
1119
|
+
firstname?: string | null | undefined;
|
1120
|
+
surname?: string | null | undefined;
|
1121
1121
|
middlename?: string | null | undefined;
|
1122
1122
|
} | {
|
1123
1123
|
country: string;
|
@@ -1168,8 +1168,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1168
1168
|
street?: string | null | undefined;
|
1169
1169
|
zipCode?: string | null | undefined;
|
1170
1170
|
} | {
|
1171
|
-
firstname
|
1172
|
-
surname
|
1171
|
+
firstname?: string | null | undefined;
|
1172
|
+
surname?: string | null | undefined;
|
1173
1173
|
middlename?: string | null | undefined;
|
1174
1174
|
} | {
|
1175
1175
|
country: string;
|
@@ -1212,8 +1212,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1212
1212
|
street?: string | null | undefined;
|
1213
1213
|
zipCode?: string | null | undefined;
|
1214
1214
|
} | {
|
1215
|
-
firstname
|
1216
|
-
surname
|
1215
|
+
firstname?: string | null | undefined;
|
1216
|
+
surname?: string | null | undefined;
|
1217
1217
|
middlename?: string | null | undefined;
|
1218
1218
|
} | {
|
1219
1219
|
country: string;
|
@@ -1264,8 +1264,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1264
1264
|
street?: string | null | undefined;
|
1265
1265
|
zipCode?: string | null | undefined;
|
1266
1266
|
} | {
|
1267
|
-
firstname
|
1268
|
-
surname
|
1267
|
+
firstname?: string | null | undefined;
|
1268
|
+
surname?: string | null | undefined;
|
1269
1269
|
middlename?: string | null | undefined;
|
1270
1270
|
} | {
|
1271
1271
|
country: string;
|
@@ -1309,8 +1309,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1309
1309
|
street?: string | null | undefined;
|
1310
1310
|
zipCode?: string | null | undefined;
|
1311
1311
|
} | {
|
1312
|
-
firstname
|
1313
|
-
surname
|
1312
|
+
firstname?: string | null | undefined;
|
1313
|
+
surname?: string | null | undefined;
|
1314
1314
|
middlename?: string | null | undefined;
|
1315
1315
|
} | {
|
1316
1316
|
country: string;
|
@@ -1361,8 +1361,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1361
1361
|
street?: string | null | undefined;
|
1362
1362
|
zipCode?: string | null | undefined;
|
1363
1363
|
} | {
|
1364
|
-
firstname
|
1365
|
-
surname
|
1364
|
+
firstname?: string | null | undefined;
|
1365
|
+
surname?: string | null | undefined;
|
1366
1366
|
middlename?: string | null | undefined;
|
1367
1367
|
} | {
|
1368
1368
|
country: string;
|
@@ -1406,8 +1406,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1406
1406
|
street?: string | null | undefined;
|
1407
1407
|
zipCode?: string | null | undefined;
|
1408
1408
|
} | {
|
1409
|
-
firstname
|
1410
|
-
surname
|
1409
|
+
firstname?: string | null | undefined;
|
1410
|
+
surname?: string | null | undefined;
|
1411
1411
|
middlename?: string | null | undefined;
|
1412
1412
|
} | {
|
1413
1413
|
country: string;
|
@@ -1458,8 +1458,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1458
1458
|
street?: string | null | undefined;
|
1459
1459
|
zipCode?: string | null | undefined;
|
1460
1460
|
} | {
|
1461
|
-
firstname
|
1462
|
-
surname
|
1461
|
+
firstname?: string | null | undefined;
|
1462
|
+
surname?: string | null | undefined;
|
1463
1463
|
middlename?: string | null | undefined;
|
1464
1464
|
} | {
|
1465
1465
|
country: string;
|
@@ -1502,8 +1502,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1502
1502
|
street?: string | null | undefined;
|
1503
1503
|
zipCode?: string | null | undefined;
|
1504
1504
|
} | {
|
1505
|
-
firstname
|
1506
|
-
surname
|
1505
|
+
firstname?: string | null | undefined;
|
1506
|
+
surname?: string | null | undefined;
|
1507
1507
|
middlename?: string | null | undefined;
|
1508
1508
|
} | {
|
1509
1509
|
country: string;
|
@@ -1530,7 +1530,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1530
1530
|
}[] | [string, string] | null | undefined> | null | undefined;
|
1531
1531
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
1532
1532
|
} | {
|
1533
|
-
type: "
|
1533
|
+
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
1534
1534
|
id: string & import("zod").BRAND<"UUID">;
|
1535
1535
|
status: "Rejected";
|
1536
1536
|
transactionId: string;
|
@@ -1578,8 +1578,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1578
1578
|
street?: string | null | undefined;
|
1579
1579
|
zipCode?: string | null | undefined;
|
1580
1580
|
} | {
|
1581
|
-
firstname
|
1582
|
-
surname
|
1581
|
+
firstname?: string | null | undefined;
|
1582
|
+
surname?: string | null | undefined;
|
1583
1583
|
middlename?: string | null | undefined;
|
1584
1584
|
} | {
|
1585
1585
|
country: string;
|
@@ -1623,8 +1623,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1623
1623
|
street?: string | null | undefined;
|
1624
1624
|
zipCode?: string | null | undefined;
|
1625
1625
|
} | {
|
1626
|
-
firstname
|
1627
|
-
surname
|
1626
|
+
firstname?: string | null | undefined;
|
1627
|
+
surname?: string | null | undefined;
|
1628
1628
|
middlename?: string | null | undefined;
|
1629
1629
|
} | {
|
1630
1630
|
country: string;
|
@@ -1675,8 +1675,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1675
1675
|
street?: string | null | undefined;
|
1676
1676
|
zipCode?: string | null | undefined;
|
1677
1677
|
} | {
|
1678
|
-
firstname
|
1679
|
-
surname
|
1678
|
+
firstname?: string | null | undefined;
|
1679
|
+
surname?: string | null | undefined;
|
1680
1680
|
middlename?: string | null | undefined;
|
1681
1681
|
} | {
|
1682
1682
|
country: string;
|
@@ -1719,8 +1719,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1719
1719
|
street?: string | null | undefined;
|
1720
1720
|
zipCode?: string | null | undefined;
|
1721
1721
|
} | {
|
1722
|
-
firstname
|
1723
|
-
surname
|
1722
|
+
firstname?: string | null | undefined;
|
1723
|
+
surname?: string | null | undefined;
|
1724
1724
|
middlename?: string | null | undefined;
|
1725
1725
|
} | {
|
1726
1726
|
country: string;
|
@@ -1771,8 +1771,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1771
1771
|
street?: string | null | undefined;
|
1772
1772
|
zipCode?: string | null | undefined;
|
1773
1773
|
} | {
|
1774
|
-
firstname
|
1775
|
-
surname
|
1774
|
+
firstname?: string | null | undefined;
|
1775
|
+
surname?: string | null | undefined;
|
1776
1776
|
middlename?: string | null | undefined;
|
1777
1777
|
} | {
|
1778
1778
|
country: string;
|
@@ -1815,8 +1815,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1815
1815
|
street?: string | null | undefined;
|
1816
1816
|
zipCode?: string | null | undefined;
|
1817
1817
|
} | {
|
1818
|
-
firstname
|
1819
|
-
surname
|
1818
|
+
firstname?: string | null | undefined;
|
1819
|
+
surname?: string | null | undefined;
|
1820
1820
|
middlename?: string | null | undefined;
|
1821
1821
|
} | {
|
1822
1822
|
country: string;
|
@@ -1868,8 +1868,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1868
1868
|
street?: string | null | undefined;
|
1869
1869
|
zipCode?: string | null | undefined;
|
1870
1870
|
} | {
|
1871
|
-
firstname
|
1872
|
-
surname
|
1871
|
+
firstname?: string | null | undefined;
|
1872
|
+
surname?: string | null | undefined;
|
1873
1873
|
middlename?: string | null | undefined;
|
1874
1874
|
} | {
|
1875
1875
|
country: string;
|
@@ -1912,8 +1912,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1912
1912
|
street?: string | null | undefined;
|
1913
1913
|
zipCode?: string | null | undefined;
|
1914
1914
|
} | {
|
1915
|
-
firstname
|
1916
|
-
surname
|
1915
|
+
firstname?: string | null | undefined;
|
1916
|
+
surname?: string | null | undefined;
|
1917
1917
|
middlename?: string | null | undefined;
|
1918
1918
|
} | {
|
1919
1919
|
country: string;
|
@@ -1964,8 +1964,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1964
1964
|
street?: string | null | undefined;
|
1965
1965
|
zipCode?: string | null | undefined;
|
1966
1966
|
} | {
|
1967
|
-
firstname
|
1968
|
-
surname
|
1967
|
+
firstname?: string | null | undefined;
|
1968
|
+
surname?: string | null | undefined;
|
1969
1969
|
middlename?: string | null | undefined;
|
1970
1970
|
} | {
|
1971
1971
|
country: string;
|
@@ -2008,8 +2008,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2008
2008
|
street?: string | null | undefined;
|
2009
2009
|
zipCode?: string | null | undefined;
|
2010
2010
|
} | {
|
2011
|
-
firstname
|
2012
|
-
surname
|
2011
|
+
firstname?: string | null | undefined;
|
2012
|
+
surname?: string | null | undefined;
|
2013
2013
|
middlename?: string | null | undefined;
|
2014
2014
|
} | {
|
2015
2015
|
country: string;
|
@@ -2064,8 +2064,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2064
2064
|
street?: string | null | undefined;
|
2065
2065
|
zipCode?: string | null | undefined;
|
2066
2066
|
} | {
|
2067
|
-
firstname
|
2068
|
-
surname
|
2067
|
+
firstname?: string | null | undefined;
|
2068
|
+
surname?: string | null | undefined;
|
2069
2069
|
middlename?: string | null | undefined;
|
2070
2070
|
} | {
|
2071
2071
|
country: string;
|
@@ -2108,8 +2108,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2108
2108
|
street?: string | null | undefined;
|
2109
2109
|
zipCode?: string | null | undefined;
|
2110
2110
|
} | {
|
2111
|
-
firstname
|
2112
|
-
surname
|
2111
|
+
firstname?: string | null | undefined;
|
2112
|
+
surname?: string | null | undefined;
|
2113
2113
|
middlename?: string | null | undefined;
|
2114
2114
|
} | {
|
2115
2115
|
country: string;
|
@@ -2160,8 +2160,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2160
2160
|
street?: string | null | undefined;
|
2161
2161
|
zipCode?: string | null | undefined;
|
2162
2162
|
} | {
|
2163
|
-
firstname
|
2164
|
-
surname
|
2163
|
+
firstname?: string | null | undefined;
|
2164
|
+
surname?: string | null | undefined;
|
2165
2165
|
middlename?: string | null | undefined;
|
2166
2166
|
} | {
|
2167
2167
|
country: string;
|
@@ -2204,8 +2204,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2204
2204
|
street?: string | null | undefined;
|
2205
2205
|
zipCode?: string | null | undefined;
|
2206
2206
|
} | {
|
2207
|
-
firstname
|
2208
|
-
surname
|
2207
|
+
firstname?: string | null | undefined;
|
2208
|
+
surname?: string | null | undefined;
|
2209
2209
|
middlename?: string | null | undefined;
|
2210
2210
|
} | {
|
2211
2211
|
country: string;
|
@@ -2260,8 +2260,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2260
2260
|
street?: string | null | undefined;
|
2261
2261
|
zipCode?: string | null | undefined;
|
2262
2262
|
} | {
|
2263
|
-
firstname
|
2264
|
-
surname
|
2263
|
+
firstname?: string | null | undefined;
|
2264
|
+
surname?: string | null | undefined;
|
2265
2265
|
middlename?: string | null | undefined;
|
2266
2266
|
} | {
|
2267
2267
|
country: string;
|
@@ -2304,8 +2304,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2304
2304
|
street?: string | null | undefined;
|
2305
2305
|
zipCode?: string | null | undefined;
|
2306
2306
|
} | {
|
2307
|
-
firstname
|
2308
|
-
surname
|
2307
|
+
firstname?: string | null | undefined;
|
2308
|
+
surname?: string | null | undefined;
|
2309
2309
|
middlename?: string | null | undefined;
|
2310
2310
|
} | {
|
2311
2311
|
country: string;
|
@@ -2356,8 +2356,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2356
2356
|
street?: string | null | undefined;
|
2357
2357
|
zipCode?: string | null | undefined;
|
2358
2358
|
} | {
|
2359
|
-
firstname
|
2360
|
-
surname
|
2359
|
+
firstname?: string | null | undefined;
|
2360
|
+
surname?: string | null | undefined;
|
2361
2361
|
middlename?: string | null | undefined;
|
2362
2362
|
} | {
|
2363
2363
|
country: string;
|
@@ -2400,8 +2400,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2400
2400
|
street?: string | null | undefined;
|
2401
2401
|
zipCode?: string | null | undefined;
|
2402
2402
|
} | {
|
2403
|
-
firstname
|
2404
|
-
surname
|
2403
|
+
firstname?: string | null | undefined;
|
2404
|
+
surname?: string | null | undefined;
|
2405
2405
|
middlename?: string | null | undefined;
|
2406
2406
|
} | {
|
2407
2407
|
country: string;
|
@@ -2452,8 +2452,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2452
2452
|
street?: string | null | undefined;
|
2453
2453
|
zipCode?: string | null | undefined;
|
2454
2454
|
} | {
|
2455
|
-
firstname
|
2456
|
-
surname
|
2455
|
+
firstname?: string | null | undefined;
|
2456
|
+
surname?: string | null | undefined;
|
2457
2457
|
middlename?: string | null | undefined;
|
2458
2458
|
} | {
|
2459
2459
|
country: string;
|
@@ -2496,8 +2496,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2496
2496
|
street?: string | null | undefined;
|
2497
2497
|
zipCode?: string | null | undefined;
|
2498
2498
|
} | {
|
2499
|
-
firstname
|
2500
|
-
surname
|
2499
|
+
firstname?: string | null | undefined;
|
2500
|
+
surname?: string | null | undefined;
|
2501
2501
|
middlename?: string | null | undefined;
|
2502
2502
|
} | {
|
2503
2503
|
country: string;
|
@@ -2548,8 +2548,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2548
2548
|
street?: string | null | undefined;
|
2549
2549
|
zipCode?: string | null | undefined;
|
2550
2550
|
} | {
|
2551
|
-
firstname
|
2552
|
-
surname
|
2551
|
+
firstname?: string | null | undefined;
|
2552
|
+
surname?: string | null | undefined;
|
2553
2553
|
middlename?: string | null | undefined;
|
2554
2554
|
} | {
|
2555
2555
|
country: string;
|
@@ -2592,8 +2592,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2592
2592
|
street?: string | null | undefined;
|
2593
2593
|
zipCode?: string | null | undefined;
|
2594
2594
|
} | {
|
2595
|
-
firstname
|
2596
|
-
surname
|
2595
|
+
firstname?: string | null | undefined;
|
2596
|
+
surname?: string | null | undefined;
|
2597
2597
|
middlename?: string | null | undefined;
|
2598
2598
|
} | {
|
2599
2599
|
country: string;
|
@@ -2644,8 +2644,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2644
2644
|
street?: string | null | undefined;
|
2645
2645
|
zipCode?: string | null | undefined;
|
2646
2646
|
} | {
|
2647
|
-
firstname
|
2648
|
-
surname
|
2647
|
+
firstname?: string | null | undefined;
|
2648
|
+
surname?: string | null | undefined;
|
2649
2649
|
middlename?: string | null | undefined;
|
2650
2650
|
} | {
|
2651
2651
|
country: string;
|
@@ -2688,8 +2688,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2688
2688
|
street?: string | null | undefined;
|
2689
2689
|
zipCode?: string | null | undefined;
|
2690
2690
|
} | {
|
2691
|
-
firstname
|
2692
|
-
surname
|
2691
|
+
firstname?: string | null | undefined;
|
2692
|
+
surname?: string | null | undefined;
|
2693
2693
|
middlename?: string | null | undefined;
|
2694
2694
|
} | {
|
2695
2695
|
country: string;
|
@@ -2740,8 +2740,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2740
2740
|
street?: string | null | undefined;
|
2741
2741
|
zipCode?: string | null | undefined;
|
2742
2742
|
} | {
|
2743
|
-
firstname
|
2744
|
-
surname
|
2743
|
+
firstname?: string | null | undefined;
|
2744
|
+
surname?: string | null | undefined;
|
2745
2745
|
middlename?: string | null | undefined;
|
2746
2746
|
} | {
|
2747
2747
|
country: string;
|
@@ -2785,8 +2785,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2785
2785
|
street?: string | null | undefined;
|
2786
2786
|
zipCode?: string | null | undefined;
|
2787
2787
|
} | {
|
2788
|
-
firstname
|
2789
|
-
surname
|
2788
|
+
firstname?: string | null | undefined;
|
2789
|
+
surname?: string | null | undefined;
|
2790
2790
|
middlename?: string | null | undefined;
|
2791
2791
|
} | {
|
2792
2792
|
country: string;
|
@@ -2837,8 +2837,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2837
2837
|
street?: string | null | undefined;
|
2838
2838
|
zipCode?: string | null | undefined;
|
2839
2839
|
} | {
|
2840
|
-
firstname
|
2841
|
-
surname
|
2840
|
+
firstname?: string | null | undefined;
|
2841
|
+
surname?: string | null | undefined;
|
2842
2842
|
middlename?: string | null | undefined;
|
2843
2843
|
} | {
|
2844
2844
|
country: string;
|
@@ -2882,8 +2882,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2882
2882
|
street?: string | null | undefined;
|
2883
2883
|
zipCode?: string | null | undefined;
|
2884
2884
|
} | {
|
2885
|
-
firstname
|
2886
|
-
surname
|
2885
|
+
firstname?: string | null | undefined;
|
2886
|
+
surname?: string | null | undefined;
|
2887
2887
|
middlename?: string | null | undefined;
|
2888
2888
|
} | {
|
2889
2889
|
country: string;
|
@@ -2934,8 +2934,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2934
2934
|
street?: string | null | undefined;
|
2935
2935
|
zipCode?: string | null | undefined;
|
2936
2936
|
} | {
|
2937
|
-
firstname
|
2938
|
-
surname
|
2937
|
+
firstname?: string | null | undefined;
|
2938
|
+
surname?: string | null | undefined;
|
2939
2939
|
middlename?: string | null | undefined;
|
2940
2940
|
} | {
|
2941
2941
|
country: string;
|
@@ -2978,8 +2978,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2978
2978
|
street?: string | null | undefined;
|
2979
2979
|
zipCode?: string | null | undefined;
|
2980
2980
|
} | {
|
2981
|
-
firstname
|
2982
|
-
surname
|
2981
|
+
firstname?: string | null | undefined;
|
2982
|
+
surname?: string | null | undefined;
|
2983
2983
|
middlename?: string | null | undefined;
|
2984
2984
|
} | {
|
2985
2985
|
country: string;
|
@@ -3006,7 +3006,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3006
3006
|
}[] | [string, string] | null | undefined> | null | undefined;
|
3007
3007
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
3008
3008
|
} | {
|
3009
|
-
type: "
|
3009
|
+
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
3010
3010
|
id: string & import("zod").BRAND<"UUID">;
|
3011
3011
|
status: "Rejected";
|
3012
3012
|
transactionId: string;
|
@@ -3060,7 +3060,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3060
3060
|
createdAt: string;
|
3061
3061
|
eventId: string & import("zod").BRAND<"UUID">;
|
3062
3062
|
action: {
|
3063
|
-
type: "
|
3063
|
+
type: "DELETE" | "CREATE" | "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "DETECT_DUPLICATE" | "REJECT" | "MARKED_AS_DUPLICATE" | "ARCHIVE" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "REJECT_CORRECTION" | "APPROVE_CORRECTION" | "READ" | "ASSIGN" | "UNASSIGN";
|
3064
3064
|
status: "Rejected" | "Requested" | "Accepted";
|
3065
3065
|
transactionId: string;
|
3066
3066
|
createdByUserType: "system" | "user";
|
@@ -3083,8 +3083,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3083
3083
|
street?: string | null | undefined;
|
3084
3084
|
zipCode?: string | null | undefined;
|
3085
3085
|
} | {
|
3086
|
-
firstname
|
3087
|
-
surname
|
3086
|
+
firstname?: string | null | undefined;
|
3087
|
+
surname?: string | null | undefined;
|
3088
3088
|
middlename?: string | null | undefined;
|
3089
3089
|
} | {
|
3090
3090
|
country: string;
|
@@ -3127,8 +3127,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3127
3127
|
street?: string | null | undefined;
|
3128
3128
|
zipCode?: string | null | undefined;
|
3129
3129
|
} | {
|
3130
|
-
firstname
|
3131
|
-
surname
|
3130
|
+
firstname?: string | null | undefined;
|
3131
|
+
surname?: string | null | undefined;
|
3132
3132
|
middlename?: string | null | undefined;
|
3133
3133
|
} | {
|
3134
3134
|
country: string;
|
@@ -3160,7 +3160,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3160
3160
|
}>;
|
3161
3161
|
create: import("@trpc/server").TRPCMutationProcedure<{
|
3162
3162
|
input: {
|
3163
|
-
type: "
|
3163
|
+
type: "DELETE" | "CREATE" | "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "DETECT_DUPLICATE" | "REJECT" | "MARKED_AS_DUPLICATE" | "ARCHIVE" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "REJECT_CORRECTION" | "APPROVE_CORRECTION" | "READ" | "ASSIGN" | "UNASSIGN";
|
3164
3164
|
status: "Rejected" | "Requested" | "Accepted";
|
3165
3165
|
transactionId: string;
|
3166
3166
|
eventId: string;
|
@@ -3180,8 +3180,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3180
3180
|
street?: string | null | undefined;
|
3181
3181
|
zipCode?: string | null | undefined;
|
3182
3182
|
} | {
|
3183
|
-
firstname
|
3184
|
-
surname
|
3183
|
+
firstname?: string | null | undefined;
|
3184
|
+
surname?: string | null | undefined;
|
3185
3185
|
middlename?: string | null | undefined;
|
3186
3186
|
} | {
|
3187
3187
|
country: string;
|
@@ -3222,8 +3222,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3222
3222
|
street?: string | null | undefined;
|
3223
3223
|
zipCode?: string | null | undefined;
|
3224
3224
|
} | {
|
3225
|
-
firstname
|
3226
|
-
surname
|
3225
|
+
firstname?: string | null | undefined;
|
3226
|
+
surname?: string | null | undefined;
|
3227
3227
|
middlename?: string | null | undefined;
|
3228
3228
|
} | {
|
3229
3229
|
country: string;
|
@@ -3257,7 +3257,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3257
3257
|
createdAt: string;
|
3258
3258
|
eventId: string & import("zod").BRAND<"UUID">;
|
3259
3259
|
action: {
|
3260
|
-
type: "
|
3260
|
+
type: "DELETE" | "CREATE" | "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "DETECT_DUPLICATE" | "REJECT" | "MARKED_AS_DUPLICATE" | "ARCHIVE" | "PRINT_CERTIFICATE" | "REQUEST_CORRECTION" | "REJECT_CORRECTION" | "APPROVE_CORRECTION" | "READ" | "ASSIGN" | "UNASSIGN";
|
3261
3261
|
status: "Rejected" | "Requested" | "Accepted";
|
3262
3262
|
transactionId: string;
|
3263
3263
|
createdByUserType: "system" | "user";
|
@@ -3280,8 +3280,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3280
3280
|
street?: string | null | undefined;
|
3281
3281
|
zipCode?: string | null | undefined;
|
3282
3282
|
} | {
|
3283
|
-
firstname
|
3284
|
-
surname
|
3283
|
+
firstname?: string | null | undefined;
|
3284
|
+
surname?: string | null | undefined;
|
3285
3285
|
middlename?: string | null | undefined;
|
3286
3286
|
} | {
|
3287
3287
|
country: string;
|
@@ -3324,8 +3324,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3324
3324
|
street?: string | null | undefined;
|
3325
3325
|
zipCode?: string | null | undefined;
|
3326
3326
|
} | {
|
3327
|
-
firstname
|
3328
|
-
surname
|
3327
|
+
firstname?: string | null | undefined;
|
3328
|
+
surname?: string | null | undefined;
|
3329
3329
|
middlename?: string | null | undefined;
|
3330
3330
|
} | {
|
3331
3331
|
country: string;
|
@@ -3721,8 +3721,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3721
3721
|
street?: string | null | undefined;
|
3722
3722
|
zipCode?: string | null | undefined;
|
3723
3723
|
} | {
|
3724
|
-
firstname
|
3725
|
-
surname
|
3724
|
+
firstname?: string | null | undefined;
|
3725
|
+
surname?: string | null | undefined;
|
3726
3726
|
middlename?: string | null | undefined;
|
3727
3727
|
} | {
|
3728
3728
|
country: string;
|
@@ -3763,8 +3763,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3763
3763
|
street?: string | null | undefined;
|
3764
3764
|
zipCode?: string | null | undefined;
|
3765
3765
|
} | {
|
3766
|
-
firstname
|
3767
|
-
surname
|
3766
|
+
firstname?: string | null | undefined;
|
3767
|
+
surname?: string | null | undefined;
|
3768
3768
|
middlename?: string | null | undefined;
|
3769
3769
|
} | {
|
3770
3770
|
country: string;
|
@@ -3822,8 +3822,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3822
3822
|
street?: string | null | undefined;
|
3823
3823
|
zipCode?: string | null | undefined;
|
3824
3824
|
} | {
|
3825
|
-
firstname
|
3826
|
-
surname
|
3825
|
+
firstname?: string | null | undefined;
|
3826
|
+
surname?: string | null | undefined;
|
3827
3827
|
middlename?: string | null | undefined;
|
3828
3828
|
} | {
|
3829
3829
|
country: string;
|
@@ -3867,8 +3867,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3867
3867
|
street?: string | null | undefined;
|
3868
3868
|
zipCode?: string | null | undefined;
|
3869
3869
|
} | {
|
3870
|
-
firstname
|
3871
|
-
surname
|
3870
|
+
firstname?: string | null | undefined;
|
3871
|
+
surname?: string | null | undefined;
|
3872
3872
|
middlename?: string | null | undefined;
|
3873
3873
|
} | {
|
3874
3874
|
country: string;
|
@@ -3919,8 +3919,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3919
3919
|
street?: string | null | undefined;
|
3920
3920
|
zipCode?: string | null | undefined;
|
3921
3921
|
} | {
|
3922
|
-
firstname
|
3923
|
-
surname
|
3922
|
+
firstname?: string | null | undefined;
|
3923
|
+
surname?: string | null | undefined;
|
3924
3924
|
middlename?: string | null | undefined;
|
3925
3925
|
} | {
|
3926
3926
|
country: string;
|
@@ -3963,8 +3963,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3963
3963
|
street?: string | null | undefined;
|
3964
3964
|
zipCode?: string | null | undefined;
|
3965
3965
|
} | {
|
3966
|
-
firstname
|
3967
|
-
surname
|
3966
|
+
firstname?: string | null | undefined;
|
3967
|
+
surname?: string | null | undefined;
|
3968
3968
|
middlename?: string | null | undefined;
|
3969
3969
|
} | {
|
3970
3970
|
country: string;
|
@@ -4015,8 +4015,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4015
4015
|
street?: string | null | undefined;
|
4016
4016
|
zipCode?: string | null | undefined;
|
4017
4017
|
} | {
|
4018
|
-
firstname
|
4019
|
-
surname
|
4018
|
+
firstname?: string | null | undefined;
|
4019
|
+
surname?: string | null | undefined;
|
4020
4020
|
middlename?: string | null | undefined;
|
4021
4021
|
} | {
|
4022
4022
|
country: string;
|
@@ -4059,8 +4059,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4059
4059
|
street?: string | null | undefined;
|
4060
4060
|
zipCode?: string | null | undefined;
|
4061
4061
|
} | {
|
4062
|
-
firstname
|
4063
|
-
surname
|
4062
|
+
firstname?: string | null | undefined;
|
4063
|
+
surname?: string | null | undefined;
|
4064
4064
|
middlename?: string | null | undefined;
|
4065
4065
|
} | {
|
4066
4066
|
country: string;
|
@@ -4112,8 +4112,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4112
4112
|
street?: string | null | undefined;
|
4113
4113
|
zipCode?: string | null | undefined;
|
4114
4114
|
} | {
|
4115
|
-
firstname
|
4116
|
-
surname
|
4115
|
+
firstname?: string | null | undefined;
|
4116
|
+
surname?: string | null | undefined;
|
4117
4117
|
middlename?: string | null | undefined;
|
4118
4118
|
} | {
|
4119
4119
|
country: string;
|
@@ -4156,8 +4156,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4156
4156
|
street?: string | null | undefined;
|
4157
4157
|
zipCode?: string | null | undefined;
|
4158
4158
|
} | {
|
4159
|
-
firstname
|
4160
|
-
surname
|
4159
|
+
firstname?: string | null | undefined;
|
4160
|
+
surname?: string | null | undefined;
|
4161
4161
|
middlename?: string | null | undefined;
|
4162
4162
|
} | {
|
4163
4163
|
country: string;
|
@@ -4208,8 +4208,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4208
4208
|
street?: string | null | undefined;
|
4209
4209
|
zipCode?: string | null | undefined;
|
4210
4210
|
} | {
|
4211
|
-
firstname
|
4212
|
-
surname
|
4211
|
+
firstname?: string | null | undefined;
|
4212
|
+
surname?: string | null | undefined;
|
4213
4213
|
middlename?: string | null | undefined;
|
4214
4214
|
} | {
|
4215
4215
|
country: string;
|
@@ -4252,8 +4252,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4252
4252
|
street?: string | null | undefined;
|
4253
4253
|
zipCode?: string | null | undefined;
|
4254
4254
|
} | {
|
4255
|
-
firstname
|
4256
|
-
surname
|
4255
|
+
firstname?: string | null | undefined;
|
4256
|
+
surname?: string | null | undefined;
|
4257
4257
|
middlename?: string | null | undefined;
|
4258
4258
|
} | {
|
4259
4259
|
country: string;
|
@@ -4308,8 +4308,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4308
4308
|
street?: string | null | undefined;
|
4309
4309
|
zipCode?: string | null | undefined;
|
4310
4310
|
} | {
|
4311
|
-
firstname
|
4312
|
-
surname
|
4311
|
+
firstname?: string | null | undefined;
|
4312
|
+
surname?: string | null | undefined;
|
4313
4313
|
middlename?: string | null | undefined;
|
4314
4314
|
} | {
|
4315
4315
|
country: string;
|
@@ -4352,8 +4352,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4352
4352
|
street?: string | null | undefined;
|
4353
4353
|
zipCode?: string | null | undefined;
|
4354
4354
|
} | {
|
4355
|
-
firstname
|
4356
|
-
surname
|
4355
|
+
firstname?: string | null | undefined;
|
4356
|
+
surname?: string | null | undefined;
|
4357
4357
|
middlename?: string | null | undefined;
|
4358
4358
|
} | {
|
4359
4359
|
country: string;
|
@@ -4404,8 +4404,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4404
4404
|
street?: string | null | undefined;
|
4405
4405
|
zipCode?: string | null | undefined;
|
4406
4406
|
} | {
|
4407
|
-
firstname
|
4408
|
-
surname
|
4407
|
+
firstname?: string | null | undefined;
|
4408
|
+
surname?: string | null | undefined;
|
4409
4409
|
middlename?: string | null | undefined;
|
4410
4410
|
} | {
|
4411
4411
|
country: string;
|
@@ -4448,8 +4448,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4448
4448
|
street?: string | null | undefined;
|
4449
4449
|
zipCode?: string | null | undefined;
|
4450
4450
|
} | {
|
4451
|
-
firstname
|
4452
|
-
surname
|
4451
|
+
firstname?: string | null | undefined;
|
4452
|
+
surname?: string | null | undefined;
|
4453
4453
|
middlename?: string | null | undefined;
|
4454
4454
|
} | {
|
4455
4455
|
country: string;
|
@@ -4504,8 +4504,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4504
4504
|
street?: string | null | undefined;
|
4505
4505
|
zipCode?: string | null | undefined;
|
4506
4506
|
} | {
|
4507
|
-
firstname
|
4508
|
-
surname
|
4507
|
+
firstname?: string | null | undefined;
|
4508
|
+
surname?: string | null | undefined;
|
4509
4509
|
middlename?: string | null | undefined;
|
4510
4510
|
} | {
|
4511
4511
|
country: string;
|
@@ -4548,8 +4548,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4548
4548
|
street?: string | null | undefined;
|
4549
4549
|
zipCode?: string | null | undefined;
|
4550
4550
|
} | {
|
4551
|
-
firstname
|
4552
|
-
surname
|
4551
|
+
firstname?: string | null | undefined;
|
4552
|
+
surname?: string | null | undefined;
|
4553
4553
|
middlename?: string | null | undefined;
|
4554
4554
|
} | {
|
4555
4555
|
country: string;
|
@@ -4600,8 +4600,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4600
4600
|
street?: string | null | undefined;
|
4601
4601
|
zipCode?: string | null | undefined;
|
4602
4602
|
} | {
|
4603
|
-
firstname
|
4604
|
-
surname
|
4603
|
+
firstname?: string | null | undefined;
|
4604
|
+
surname?: string | null | undefined;
|
4605
4605
|
middlename?: string | null | undefined;
|
4606
4606
|
} | {
|
4607
4607
|
country: string;
|
@@ -4644,8 +4644,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4644
4644
|
street?: string | null | undefined;
|
4645
4645
|
zipCode?: string | null | undefined;
|
4646
4646
|
} | {
|
4647
|
-
firstname
|
4648
|
-
surname
|
4647
|
+
firstname?: string | null | undefined;
|
4648
|
+
surname?: string | null | undefined;
|
4649
4649
|
middlename?: string | null | undefined;
|
4650
4650
|
} | {
|
4651
4651
|
country: string;
|
@@ -4696,8 +4696,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4696
4696
|
street?: string | null | undefined;
|
4697
4697
|
zipCode?: string | null | undefined;
|
4698
4698
|
} | {
|
4699
|
-
firstname
|
4700
|
-
surname
|
4699
|
+
firstname?: string | null | undefined;
|
4700
|
+
surname?: string | null | undefined;
|
4701
4701
|
middlename?: string | null | undefined;
|
4702
4702
|
} | {
|
4703
4703
|
country: string;
|
@@ -4740,8 +4740,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4740
4740
|
street?: string | null | undefined;
|
4741
4741
|
zipCode?: string | null | undefined;
|
4742
4742
|
} | {
|
4743
|
-
firstname
|
4744
|
-
surname
|
4743
|
+
firstname?: string | null | undefined;
|
4744
|
+
surname?: string | null | undefined;
|
4745
4745
|
middlename?: string | null | undefined;
|
4746
4746
|
} | {
|
4747
4747
|
country: string;
|
@@ -4792,8 +4792,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4792
4792
|
street?: string | null | undefined;
|
4793
4793
|
zipCode?: string | null | undefined;
|
4794
4794
|
} | {
|
4795
|
-
firstname
|
4796
|
-
surname
|
4795
|
+
firstname?: string | null | undefined;
|
4796
|
+
surname?: string | null | undefined;
|
4797
4797
|
middlename?: string | null | undefined;
|
4798
4798
|
} | {
|
4799
4799
|
country: string;
|
@@ -4836,8 +4836,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4836
4836
|
street?: string | null | undefined;
|
4837
4837
|
zipCode?: string | null | undefined;
|
4838
4838
|
} | {
|
4839
|
-
firstname
|
4840
|
-
surname
|
4839
|
+
firstname?: string | null | undefined;
|
4840
|
+
surname?: string | null | undefined;
|
4841
4841
|
middlename?: string | null | undefined;
|
4842
4842
|
} | {
|
4843
4843
|
country: string;
|
@@ -4888,8 +4888,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4888
4888
|
street?: string | null | undefined;
|
4889
4889
|
zipCode?: string | null | undefined;
|
4890
4890
|
} | {
|
4891
|
-
firstname
|
4892
|
-
surname
|
4891
|
+
firstname?: string | null | undefined;
|
4892
|
+
surname?: string | null | undefined;
|
4893
4893
|
middlename?: string | null | undefined;
|
4894
4894
|
} | {
|
4895
4895
|
country: string;
|
@@ -4932,8 +4932,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4932
4932
|
street?: string | null | undefined;
|
4933
4933
|
zipCode?: string | null | undefined;
|
4934
4934
|
} | {
|
4935
|
-
firstname
|
4936
|
-
surname
|
4935
|
+
firstname?: string | null | undefined;
|
4936
|
+
surname?: string | null | undefined;
|
4937
4937
|
middlename?: string | null | undefined;
|
4938
4938
|
} | {
|
4939
4939
|
country: string;
|
@@ -4984,8 +4984,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4984
4984
|
street?: string | null | undefined;
|
4985
4985
|
zipCode?: string | null | undefined;
|
4986
4986
|
} | {
|
4987
|
-
firstname
|
4988
|
-
surname
|
4987
|
+
firstname?: string | null | undefined;
|
4988
|
+
surname?: string | null | undefined;
|
4989
4989
|
middlename?: string | null | undefined;
|
4990
4990
|
} | {
|
4991
4991
|
country: string;
|
@@ -5029,8 +5029,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5029
5029
|
street?: string | null | undefined;
|
5030
5030
|
zipCode?: string | null | undefined;
|
5031
5031
|
} | {
|
5032
|
-
firstname
|
5033
|
-
surname
|
5032
|
+
firstname?: string | null | undefined;
|
5033
|
+
surname?: string | null | undefined;
|
5034
5034
|
middlename?: string | null | undefined;
|
5035
5035
|
} | {
|
5036
5036
|
country: string;
|
@@ -5081,8 +5081,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5081
5081
|
street?: string | null | undefined;
|
5082
5082
|
zipCode?: string | null | undefined;
|
5083
5083
|
} | {
|
5084
|
-
firstname
|
5085
|
-
surname
|
5084
|
+
firstname?: string | null | undefined;
|
5085
|
+
surname?: string | null | undefined;
|
5086
5086
|
middlename?: string | null | undefined;
|
5087
5087
|
} | {
|
5088
5088
|
country: string;
|
@@ -5126,8 +5126,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5126
5126
|
street?: string | null | undefined;
|
5127
5127
|
zipCode?: string | null | undefined;
|
5128
5128
|
} | {
|
5129
|
-
firstname
|
5130
|
-
surname
|
5129
|
+
firstname?: string | null | undefined;
|
5130
|
+
surname?: string | null | undefined;
|
5131
5131
|
middlename?: string | null | undefined;
|
5132
5132
|
} | {
|
5133
5133
|
country: string;
|
@@ -5178,8 +5178,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5178
5178
|
street?: string | null | undefined;
|
5179
5179
|
zipCode?: string | null | undefined;
|
5180
5180
|
} | {
|
5181
|
-
firstname
|
5182
|
-
surname
|
5181
|
+
firstname?: string | null | undefined;
|
5182
|
+
surname?: string | null | undefined;
|
5183
5183
|
middlename?: string | null | undefined;
|
5184
5184
|
} | {
|
5185
5185
|
country: string;
|
@@ -5222,8 +5222,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5222
5222
|
street?: string | null | undefined;
|
5223
5223
|
zipCode?: string | null | undefined;
|
5224
5224
|
} | {
|
5225
|
-
firstname
|
5226
|
-
surname
|
5225
|
+
firstname?: string | null | undefined;
|
5226
|
+
surname?: string | null | undefined;
|
5227
5227
|
middlename?: string | null | undefined;
|
5228
5228
|
} | {
|
5229
5229
|
country: string;
|
@@ -5250,7 +5250,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5250
5250
|
}[] | [string, string] | null | undefined> | null | undefined;
|
5251
5251
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
5252
5252
|
} | {
|
5253
|
-
type: "
|
5253
|
+
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
5254
5254
|
id: string & import("zod").BRAND<"UUID">;
|
5255
5255
|
status: "Rejected";
|
5256
5256
|
transactionId: string;
|
@@ -5287,8 +5287,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5287
5287
|
street?: string | null | undefined;
|
5288
5288
|
zipCode?: string | null | undefined;
|
5289
5289
|
} | {
|
5290
|
-
firstname
|
5291
|
-
surname
|
5290
|
+
firstname?: string | null | undefined;
|
5291
|
+
surname?: string | null | undefined;
|
5292
5292
|
middlename?: string | null | undefined;
|
5293
5293
|
} | {
|
5294
5294
|
country: string;
|
@@ -5329,8 +5329,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5329
5329
|
street?: string | null | undefined;
|
5330
5330
|
zipCode?: string | null | undefined;
|
5331
5331
|
} | {
|
5332
|
-
firstname
|
5333
|
-
surname
|
5332
|
+
firstname?: string | null | undefined;
|
5333
|
+
surname?: string | null | undefined;
|
5334
5334
|
middlename?: string | null | undefined;
|
5335
5335
|
} | {
|
5336
5336
|
country: string;
|
@@ -5389,8 +5389,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5389
5389
|
street?: string | null | undefined;
|
5390
5390
|
zipCode?: string | null | undefined;
|
5391
5391
|
} | {
|
5392
|
-
firstname
|
5393
|
-
surname
|
5392
|
+
firstname?: string | null | undefined;
|
5393
|
+
surname?: string | null | undefined;
|
5394
5394
|
middlename?: string | null | undefined;
|
5395
5395
|
} | {
|
5396
5396
|
country: string;
|
@@ -5434,8 +5434,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5434
5434
|
street?: string | null | undefined;
|
5435
5435
|
zipCode?: string | null | undefined;
|
5436
5436
|
} | {
|
5437
|
-
firstname
|
5438
|
-
surname
|
5437
|
+
firstname?: string | null | undefined;
|
5438
|
+
surname?: string | null | undefined;
|
5439
5439
|
middlename?: string | null | undefined;
|
5440
5440
|
} | {
|
5441
5441
|
country: string;
|
@@ -5486,8 +5486,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5486
5486
|
street?: string | null | undefined;
|
5487
5487
|
zipCode?: string | null | undefined;
|
5488
5488
|
} | {
|
5489
|
-
firstname
|
5490
|
-
surname
|
5489
|
+
firstname?: string | null | undefined;
|
5490
|
+
surname?: string | null | undefined;
|
5491
5491
|
middlename?: string | null | undefined;
|
5492
5492
|
} | {
|
5493
5493
|
country: string;
|
@@ -5530,8 +5530,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5530
5530
|
street?: string | null | undefined;
|
5531
5531
|
zipCode?: string | null | undefined;
|
5532
5532
|
} | {
|
5533
|
-
firstname
|
5534
|
-
surname
|
5533
|
+
firstname?: string | null | undefined;
|
5534
|
+
surname?: string | null | undefined;
|
5535
5535
|
middlename?: string | null | undefined;
|
5536
5536
|
} | {
|
5537
5537
|
country: string;
|
@@ -5582,8 +5582,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5582
5582
|
street?: string | null | undefined;
|
5583
5583
|
zipCode?: string | null | undefined;
|
5584
5584
|
} | {
|
5585
|
-
firstname
|
5586
|
-
surname
|
5585
|
+
firstname?: string | null | undefined;
|
5586
|
+
surname?: string | null | undefined;
|
5587
5587
|
middlename?: string | null | undefined;
|
5588
5588
|
} | {
|
5589
5589
|
country: string;
|
@@ -5626,8 +5626,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5626
5626
|
street?: string | null | undefined;
|
5627
5627
|
zipCode?: string | null | undefined;
|
5628
5628
|
} | {
|
5629
|
-
firstname
|
5630
|
-
surname
|
5629
|
+
firstname?: string | null | undefined;
|
5630
|
+
surname?: string | null | undefined;
|
5631
5631
|
middlename?: string | null | undefined;
|
5632
5632
|
} | {
|
5633
5633
|
country: string;
|
@@ -5679,8 +5679,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5679
5679
|
street?: string | null | undefined;
|
5680
5680
|
zipCode?: string | null | undefined;
|
5681
5681
|
} | {
|
5682
|
-
firstname
|
5683
|
-
surname
|
5682
|
+
firstname?: string | null | undefined;
|
5683
|
+
surname?: string | null | undefined;
|
5684
5684
|
middlename?: string | null | undefined;
|
5685
5685
|
} | {
|
5686
5686
|
country: string;
|
@@ -5723,8 +5723,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5723
5723
|
street?: string | null | undefined;
|
5724
5724
|
zipCode?: string | null | undefined;
|
5725
5725
|
} | {
|
5726
|
-
firstname
|
5727
|
-
surname
|
5726
|
+
firstname?: string | null | undefined;
|
5727
|
+
surname?: string | null | undefined;
|
5728
5728
|
middlename?: string | null | undefined;
|
5729
5729
|
} | {
|
5730
5730
|
country: string;
|
@@ -5775,8 +5775,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5775
5775
|
street?: string | null | undefined;
|
5776
5776
|
zipCode?: string | null | undefined;
|
5777
5777
|
} | {
|
5778
|
-
firstname
|
5779
|
-
surname
|
5778
|
+
firstname?: string | null | undefined;
|
5779
|
+
surname?: string | null | undefined;
|
5780
5780
|
middlename?: string | null | undefined;
|
5781
5781
|
} | {
|
5782
5782
|
country: string;
|
@@ -5819,8 +5819,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5819
5819
|
street?: string | null | undefined;
|
5820
5820
|
zipCode?: string | null | undefined;
|
5821
5821
|
} | {
|
5822
|
-
firstname
|
5823
|
-
surname
|
5822
|
+
firstname?: string | null | undefined;
|
5823
|
+
surname?: string | null | undefined;
|
5824
5824
|
middlename?: string | null | undefined;
|
5825
5825
|
} | {
|
5826
5826
|
country: string;
|
@@ -5875,8 +5875,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5875
5875
|
street?: string | null | undefined;
|
5876
5876
|
zipCode?: string | null | undefined;
|
5877
5877
|
} | {
|
5878
|
-
firstname
|
5879
|
-
surname
|
5878
|
+
firstname?: string | null | undefined;
|
5879
|
+
surname?: string | null | undefined;
|
5880
5880
|
middlename?: string | null | undefined;
|
5881
5881
|
} | {
|
5882
5882
|
country: string;
|
@@ -5919,8 +5919,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5919
5919
|
street?: string | null | undefined;
|
5920
5920
|
zipCode?: string | null | undefined;
|
5921
5921
|
} | {
|
5922
|
-
firstname
|
5923
|
-
surname
|
5922
|
+
firstname?: string | null | undefined;
|
5923
|
+
surname?: string | null | undefined;
|
5924
5924
|
middlename?: string | null | undefined;
|
5925
5925
|
} | {
|
5926
5926
|
country: string;
|
@@ -5971,8 +5971,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5971
5971
|
street?: string | null | undefined;
|
5972
5972
|
zipCode?: string | null | undefined;
|
5973
5973
|
} | {
|
5974
|
-
firstname
|
5975
|
-
surname
|
5974
|
+
firstname?: string | null | undefined;
|
5975
|
+
surname?: string | null | undefined;
|
5976
5976
|
middlename?: string | null | undefined;
|
5977
5977
|
} | {
|
5978
5978
|
country: string;
|
@@ -6015,8 +6015,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6015
6015
|
street?: string | null | undefined;
|
6016
6016
|
zipCode?: string | null | undefined;
|
6017
6017
|
} | {
|
6018
|
-
firstname
|
6019
|
-
surname
|
6018
|
+
firstname?: string | null | undefined;
|
6019
|
+
surname?: string | null | undefined;
|
6020
6020
|
middlename?: string | null | undefined;
|
6021
6021
|
} | {
|
6022
6022
|
country: string;
|
@@ -6071,8 +6071,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6071
6071
|
street?: string | null | undefined;
|
6072
6072
|
zipCode?: string | null | undefined;
|
6073
6073
|
} | {
|
6074
|
-
firstname
|
6075
|
-
surname
|
6074
|
+
firstname?: string | null | undefined;
|
6075
|
+
surname?: string | null | undefined;
|
6076
6076
|
middlename?: string | null | undefined;
|
6077
6077
|
} | {
|
6078
6078
|
country: string;
|
@@ -6115,8 +6115,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6115
6115
|
street?: string | null | undefined;
|
6116
6116
|
zipCode?: string | null | undefined;
|
6117
6117
|
} | {
|
6118
|
-
firstname
|
6119
|
-
surname
|
6118
|
+
firstname?: string | null | undefined;
|
6119
|
+
surname?: string | null | undefined;
|
6120
6120
|
middlename?: string | null | undefined;
|
6121
6121
|
} | {
|
6122
6122
|
country: string;
|
@@ -6167,8 +6167,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6167
6167
|
street?: string | null | undefined;
|
6168
6168
|
zipCode?: string | null | undefined;
|
6169
6169
|
} | {
|
6170
|
-
firstname
|
6171
|
-
surname
|
6170
|
+
firstname?: string | null | undefined;
|
6171
|
+
surname?: string | null | undefined;
|
6172
6172
|
middlename?: string | null | undefined;
|
6173
6173
|
} | {
|
6174
6174
|
country: string;
|
@@ -6211,8 +6211,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6211
6211
|
street?: string | null | undefined;
|
6212
6212
|
zipCode?: string | null | undefined;
|
6213
6213
|
} | {
|
6214
|
-
firstname
|
6215
|
-
surname
|
6214
|
+
firstname?: string | null | undefined;
|
6215
|
+
surname?: string | null | undefined;
|
6216
6216
|
middlename?: string | null | undefined;
|
6217
6217
|
} | {
|
6218
6218
|
country: string;
|
@@ -6263,8 +6263,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6263
6263
|
street?: string | null | undefined;
|
6264
6264
|
zipCode?: string | null | undefined;
|
6265
6265
|
} | {
|
6266
|
-
firstname
|
6267
|
-
surname
|
6266
|
+
firstname?: string | null | undefined;
|
6267
|
+
surname?: string | null | undefined;
|
6268
6268
|
middlename?: string | null | undefined;
|
6269
6269
|
} | {
|
6270
6270
|
country: string;
|
@@ -6307,8 +6307,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6307
6307
|
street?: string | null | undefined;
|
6308
6308
|
zipCode?: string | null | undefined;
|
6309
6309
|
} | {
|
6310
|
-
firstname
|
6311
|
-
surname
|
6310
|
+
firstname?: string | null | undefined;
|
6311
|
+
surname?: string | null | undefined;
|
6312
6312
|
middlename?: string | null | undefined;
|
6313
6313
|
} | {
|
6314
6314
|
country: string;
|
@@ -6359,8 +6359,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6359
6359
|
street?: string | null | undefined;
|
6360
6360
|
zipCode?: string | null | undefined;
|
6361
6361
|
} | {
|
6362
|
-
firstname
|
6363
|
-
surname
|
6362
|
+
firstname?: string | null | undefined;
|
6363
|
+
surname?: string | null | undefined;
|
6364
6364
|
middlename?: string | null | undefined;
|
6365
6365
|
} | {
|
6366
6366
|
country: string;
|
@@ -6403,8 +6403,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6403
6403
|
street?: string | null | undefined;
|
6404
6404
|
zipCode?: string | null | undefined;
|
6405
6405
|
} | {
|
6406
|
-
firstname
|
6407
|
-
surname
|
6406
|
+
firstname?: string | null | undefined;
|
6407
|
+
surname?: string | null | undefined;
|
6408
6408
|
middlename?: string | null | undefined;
|
6409
6409
|
} | {
|
6410
6410
|
country: string;
|
@@ -6455,8 +6455,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6455
6455
|
street?: string | null | undefined;
|
6456
6456
|
zipCode?: string | null | undefined;
|
6457
6457
|
} | {
|
6458
|
-
firstname
|
6459
|
-
surname
|
6458
|
+
firstname?: string | null | undefined;
|
6459
|
+
surname?: string | null | undefined;
|
6460
6460
|
middlename?: string | null | undefined;
|
6461
6461
|
} | {
|
6462
6462
|
country: string;
|
@@ -6499,8 +6499,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6499
6499
|
street?: string | null | undefined;
|
6500
6500
|
zipCode?: string | null | undefined;
|
6501
6501
|
} | {
|
6502
|
-
firstname
|
6503
|
-
surname
|
6502
|
+
firstname?: string | null | undefined;
|
6503
|
+
surname?: string | null | undefined;
|
6504
6504
|
middlename?: string | null | undefined;
|
6505
6505
|
} | {
|
6506
6506
|
country: string;
|
@@ -6551,8 +6551,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6551
6551
|
street?: string | null | undefined;
|
6552
6552
|
zipCode?: string | null | undefined;
|
6553
6553
|
} | {
|
6554
|
-
firstname
|
6555
|
-
surname
|
6554
|
+
firstname?: string | null | undefined;
|
6555
|
+
surname?: string | null | undefined;
|
6556
6556
|
middlename?: string | null | undefined;
|
6557
6557
|
} | {
|
6558
6558
|
country: string;
|
@@ -6596,8 +6596,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6596
6596
|
street?: string | null | undefined;
|
6597
6597
|
zipCode?: string | null | undefined;
|
6598
6598
|
} | {
|
6599
|
-
firstname
|
6600
|
-
surname
|
6599
|
+
firstname?: string | null | undefined;
|
6600
|
+
surname?: string | null | undefined;
|
6601
6601
|
middlename?: string | null | undefined;
|
6602
6602
|
} | {
|
6603
6603
|
country: string;
|
@@ -6648,8 +6648,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6648
6648
|
street?: string | null | undefined;
|
6649
6649
|
zipCode?: string | null | undefined;
|
6650
6650
|
} | {
|
6651
|
-
firstname
|
6652
|
-
surname
|
6651
|
+
firstname?: string | null | undefined;
|
6652
|
+
surname?: string | null | undefined;
|
6653
6653
|
middlename?: string | null | undefined;
|
6654
6654
|
} | {
|
6655
6655
|
country: string;
|
@@ -6693,8 +6693,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6693
6693
|
street?: string | null | undefined;
|
6694
6694
|
zipCode?: string | null | undefined;
|
6695
6695
|
} | {
|
6696
|
-
firstname
|
6697
|
-
surname
|
6696
|
+
firstname?: string | null | undefined;
|
6697
|
+
surname?: string | null | undefined;
|
6698
6698
|
middlename?: string | null | undefined;
|
6699
6699
|
} | {
|
6700
6700
|
country: string;
|
@@ -6745,8 +6745,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6745
6745
|
street?: string | null | undefined;
|
6746
6746
|
zipCode?: string | null | undefined;
|
6747
6747
|
} | {
|
6748
|
-
firstname
|
6749
|
-
surname
|
6748
|
+
firstname?: string | null | undefined;
|
6749
|
+
surname?: string | null | undefined;
|
6750
6750
|
middlename?: string | null | undefined;
|
6751
6751
|
} | {
|
6752
6752
|
country: string;
|
@@ -6789,8 +6789,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6789
6789
|
street?: string | null | undefined;
|
6790
6790
|
zipCode?: string | null | undefined;
|
6791
6791
|
} | {
|
6792
|
-
firstname
|
6793
|
-
surname
|
6792
|
+
firstname?: string | null | undefined;
|
6793
|
+
surname?: string | null | undefined;
|
6794
6794
|
middlename?: string | null | undefined;
|
6795
6795
|
} | {
|
6796
6796
|
country: string;
|
@@ -6817,7 +6817,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6817
6817
|
}[] | [string, string] | null | undefined> | null | undefined;
|
6818
6818
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
6819
6819
|
} | {
|
6820
|
-
type: "
|
6820
|
+
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
6821
6821
|
id: string & import("zod").BRAND<"UUID">;
|
6822
6822
|
status: "Rejected";
|
6823
6823
|
transactionId: string;
|
@@ -6876,8 +6876,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6876
6876
|
street?: string | null | undefined;
|
6877
6877
|
zipCode?: string | null | undefined;
|
6878
6878
|
} | {
|
6879
|
-
firstname
|
6880
|
-
surname
|
6879
|
+
firstname?: string | null | undefined;
|
6880
|
+
surname?: string | null | undefined;
|
6881
6881
|
middlename?: string | null | undefined;
|
6882
6882
|
} | {
|
6883
6883
|
country: string;
|
@@ -6918,8 +6918,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6918
6918
|
street?: string | null | undefined;
|
6919
6919
|
zipCode?: string | null | undefined;
|
6920
6920
|
} | {
|
6921
|
-
firstname
|
6922
|
-
surname
|
6921
|
+
firstname?: string | null | undefined;
|
6922
|
+
surname?: string | null | undefined;
|
6923
6923
|
middlename?: string | null | undefined;
|
6924
6924
|
} | {
|
6925
6925
|
country: string;
|
@@ -6977,8 +6977,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6977
6977
|
street?: string | null | undefined;
|
6978
6978
|
zipCode?: string | null | undefined;
|
6979
6979
|
} | {
|
6980
|
-
firstname
|
6981
|
-
surname
|
6980
|
+
firstname?: string | null | undefined;
|
6981
|
+
surname?: string | null | undefined;
|
6982
6982
|
middlename?: string | null | undefined;
|
6983
6983
|
} | {
|
6984
6984
|
country: string;
|
@@ -7022,8 +7022,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7022
7022
|
street?: string | null | undefined;
|
7023
7023
|
zipCode?: string | null | undefined;
|
7024
7024
|
} | {
|
7025
|
-
firstname
|
7026
|
-
surname
|
7025
|
+
firstname?: string | null | undefined;
|
7026
|
+
surname?: string | null | undefined;
|
7027
7027
|
middlename?: string | null | undefined;
|
7028
7028
|
} | {
|
7029
7029
|
country: string;
|
@@ -7074,8 +7074,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7074
7074
|
street?: string | null | undefined;
|
7075
7075
|
zipCode?: string | null | undefined;
|
7076
7076
|
} | {
|
7077
|
-
firstname
|
7078
|
-
surname
|
7077
|
+
firstname?: string | null | undefined;
|
7078
|
+
surname?: string | null | undefined;
|
7079
7079
|
middlename?: string | null | undefined;
|
7080
7080
|
} | {
|
7081
7081
|
country: string;
|
@@ -7118,8 +7118,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7118
7118
|
street?: string | null | undefined;
|
7119
7119
|
zipCode?: string | null | undefined;
|
7120
7120
|
} | {
|
7121
|
-
firstname
|
7122
|
-
surname
|
7121
|
+
firstname?: string | null | undefined;
|
7122
|
+
surname?: string | null | undefined;
|
7123
7123
|
middlename?: string | null | undefined;
|
7124
7124
|
} | {
|
7125
7125
|
country: string;
|
@@ -7170,8 +7170,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7170
7170
|
street?: string | null | undefined;
|
7171
7171
|
zipCode?: string | null | undefined;
|
7172
7172
|
} | {
|
7173
|
-
firstname
|
7174
|
-
surname
|
7173
|
+
firstname?: string | null | undefined;
|
7174
|
+
surname?: string | null | undefined;
|
7175
7175
|
middlename?: string | null | undefined;
|
7176
7176
|
} | {
|
7177
7177
|
country: string;
|
@@ -7214,8 +7214,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7214
7214
|
street?: string | null | undefined;
|
7215
7215
|
zipCode?: string | null | undefined;
|
7216
7216
|
} | {
|
7217
|
-
firstname
|
7218
|
-
surname
|
7217
|
+
firstname?: string | null | undefined;
|
7218
|
+
surname?: string | null | undefined;
|
7219
7219
|
middlename?: string | null | undefined;
|
7220
7220
|
} | {
|
7221
7221
|
country: string;
|
@@ -7267,8 +7267,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7267
7267
|
street?: string | null | undefined;
|
7268
7268
|
zipCode?: string | null | undefined;
|
7269
7269
|
} | {
|
7270
|
-
firstname
|
7271
|
-
surname
|
7270
|
+
firstname?: string | null | undefined;
|
7271
|
+
surname?: string | null | undefined;
|
7272
7272
|
middlename?: string | null | undefined;
|
7273
7273
|
} | {
|
7274
7274
|
country: string;
|
@@ -7311,8 +7311,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7311
7311
|
street?: string | null | undefined;
|
7312
7312
|
zipCode?: string | null | undefined;
|
7313
7313
|
} | {
|
7314
|
-
firstname
|
7315
|
-
surname
|
7314
|
+
firstname?: string | null | undefined;
|
7315
|
+
surname?: string | null | undefined;
|
7316
7316
|
middlename?: string | null | undefined;
|
7317
7317
|
} | {
|
7318
7318
|
country: string;
|
@@ -7363,8 +7363,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7363
7363
|
street?: string | null | undefined;
|
7364
7364
|
zipCode?: string | null | undefined;
|
7365
7365
|
} | {
|
7366
|
-
firstname
|
7367
|
-
surname
|
7366
|
+
firstname?: string | null | undefined;
|
7367
|
+
surname?: string | null | undefined;
|
7368
7368
|
middlename?: string | null | undefined;
|
7369
7369
|
} | {
|
7370
7370
|
country: string;
|
@@ -7407,8 +7407,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7407
7407
|
street?: string | null | undefined;
|
7408
7408
|
zipCode?: string | null | undefined;
|
7409
7409
|
} | {
|
7410
|
-
firstname
|
7411
|
-
surname
|
7410
|
+
firstname?: string | null | undefined;
|
7411
|
+
surname?: string | null | undefined;
|
7412
7412
|
middlename?: string | null | undefined;
|
7413
7413
|
} | {
|
7414
7414
|
country: string;
|
@@ -7463,8 +7463,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7463
7463
|
street?: string | null | undefined;
|
7464
7464
|
zipCode?: string | null | undefined;
|
7465
7465
|
} | {
|
7466
|
-
firstname
|
7467
|
-
surname
|
7466
|
+
firstname?: string | null | undefined;
|
7467
|
+
surname?: string | null | undefined;
|
7468
7468
|
middlename?: string | null | undefined;
|
7469
7469
|
} | {
|
7470
7470
|
country: string;
|
@@ -7507,8 +7507,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7507
7507
|
street?: string | null | undefined;
|
7508
7508
|
zipCode?: string | null | undefined;
|
7509
7509
|
} | {
|
7510
|
-
firstname
|
7511
|
-
surname
|
7510
|
+
firstname?: string | null | undefined;
|
7511
|
+
surname?: string | null | undefined;
|
7512
7512
|
middlename?: string | null | undefined;
|
7513
7513
|
} | {
|
7514
7514
|
country: string;
|
@@ -7559,8 +7559,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7559
7559
|
street?: string | null | undefined;
|
7560
7560
|
zipCode?: string | null | undefined;
|
7561
7561
|
} | {
|
7562
|
-
firstname
|
7563
|
-
surname
|
7562
|
+
firstname?: string | null | undefined;
|
7563
|
+
surname?: string | null | undefined;
|
7564
7564
|
middlename?: string | null | undefined;
|
7565
7565
|
} | {
|
7566
7566
|
country: string;
|
@@ -7603,8 +7603,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7603
7603
|
street?: string | null | undefined;
|
7604
7604
|
zipCode?: string | null | undefined;
|
7605
7605
|
} | {
|
7606
|
-
firstname
|
7607
|
-
surname
|
7606
|
+
firstname?: string | null | undefined;
|
7607
|
+
surname?: string | null | undefined;
|
7608
7608
|
middlename?: string | null | undefined;
|
7609
7609
|
} | {
|
7610
7610
|
country: string;
|
@@ -7659,8 +7659,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7659
7659
|
street?: string | null | undefined;
|
7660
7660
|
zipCode?: string | null | undefined;
|
7661
7661
|
} | {
|
7662
|
-
firstname
|
7663
|
-
surname
|
7662
|
+
firstname?: string | null | undefined;
|
7663
|
+
surname?: string | null | undefined;
|
7664
7664
|
middlename?: string | null | undefined;
|
7665
7665
|
} | {
|
7666
7666
|
country: string;
|
@@ -7703,8 +7703,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7703
7703
|
street?: string | null | undefined;
|
7704
7704
|
zipCode?: string | null | undefined;
|
7705
7705
|
} | {
|
7706
|
-
firstname
|
7707
|
-
surname
|
7706
|
+
firstname?: string | null | undefined;
|
7707
|
+
surname?: string | null | undefined;
|
7708
7708
|
middlename?: string | null | undefined;
|
7709
7709
|
} | {
|
7710
7710
|
country: string;
|
@@ -7755,8 +7755,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7755
7755
|
street?: string | null | undefined;
|
7756
7756
|
zipCode?: string | null | undefined;
|
7757
7757
|
} | {
|
7758
|
-
firstname
|
7759
|
-
surname
|
7758
|
+
firstname?: string | null | undefined;
|
7759
|
+
surname?: string | null | undefined;
|
7760
7760
|
middlename?: string | null | undefined;
|
7761
7761
|
} | {
|
7762
7762
|
country: string;
|
@@ -7799,8 +7799,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7799
7799
|
street?: string | null | undefined;
|
7800
7800
|
zipCode?: string | null | undefined;
|
7801
7801
|
} | {
|
7802
|
-
firstname
|
7803
|
-
surname
|
7802
|
+
firstname?: string | null | undefined;
|
7803
|
+
surname?: string | null | undefined;
|
7804
7804
|
middlename?: string | null | undefined;
|
7805
7805
|
} | {
|
7806
7806
|
country: string;
|
@@ -7851,8 +7851,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7851
7851
|
street?: string | null | undefined;
|
7852
7852
|
zipCode?: string | null | undefined;
|
7853
7853
|
} | {
|
7854
|
-
firstname
|
7855
|
-
surname
|
7854
|
+
firstname?: string | null | undefined;
|
7855
|
+
surname?: string | null | undefined;
|
7856
7856
|
middlename?: string | null | undefined;
|
7857
7857
|
} | {
|
7858
7858
|
country: string;
|
@@ -7895,8 +7895,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7895
7895
|
street?: string | null | undefined;
|
7896
7896
|
zipCode?: string | null | undefined;
|
7897
7897
|
} | {
|
7898
|
-
firstname
|
7899
|
-
surname
|
7898
|
+
firstname?: string | null | undefined;
|
7899
|
+
surname?: string | null | undefined;
|
7900
7900
|
middlename?: string | null | undefined;
|
7901
7901
|
} | {
|
7902
7902
|
country: string;
|
@@ -7947,8 +7947,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7947
7947
|
street?: string | null | undefined;
|
7948
7948
|
zipCode?: string | null | undefined;
|
7949
7949
|
} | {
|
7950
|
-
firstname
|
7951
|
-
surname
|
7950
|
+
firstname?: string | null | undefined;
|
7951
|
+
surname?: string | null | undefined;
|
7952
7952
|
middlename?: string | null | undefined;
|
7953
7953
|
} | {
|
7954
7954
|
country: string;
|
@@ -7991,8 +7991,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7991
7991
|
street?: string | null | undefined;
|
7992
7992
|
zipCode?: string | null | undefined;
|
7993
7993
|
} | {
|
7994
|
-
firstname
|
7995
|
-
surname
|
7994
|
+
firstname?: string | null | undefined;
|
7995
|
+
surname?: string | null | undefined;
|
7996
7996
|
middlename?: string | null | undefined;
|
7997
7997
|
} | {
|
7998
7998
|
country: string;
|
@@ -8043,8 +8043,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8043
8043
|
street?: string | null | undefined;
|
8044
8044
|
zipCode?: string | null | undefined;
|
8045
8045
|
} | {
|
8046
|
-
firstname
|
8047
|
-
surname
|
8046
|
+
firstname?: string | null | undefined;
|
8047
|
+
surname?: string | null | undefined;
|
8048
8048
|
middlename?: string | null | undefined;
|
8049
8049
|
} | {
|
8050
8050
|
country: string;
|
@@ -8087,8 +8087,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8087
8087
|
street?: string | null | undefined;
|
8088
8088
|
zipCode?: string | null | undefined;
|
8089
8089
|
} | {
|
8090
|
-
firstname
|
8091
|
-
surname
|
8090
|
+
firstname?: string | null | undefined;
|
8091
|
+
surname?: string | null | undefined;
|
8092
8092
|
middlename?: string | null | undefined;
|
8093
8093
|
} | {
|
8094
8094
|
country: string;
|
@@ -8139,8 +8139,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8139
8139
|
street?: string | null | undefined;
|
8140
8140
|
zipCode?: string | null | undefined;
|
8141
8141
|
} | {
|
8142
|
-
firstname
|
8143
|
-
surname
|
8142
|
+
firstname?: string | null | undefined;
|
8143
|
+
surname?: string | null | undefined;
|
8144
8144
|
middlename?: string | null | undefined;
|
8145
8145
|
} | {
|
8146
8146
|
country: string;
|
@@ -8184,8 +8184,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8184
8184
|
street?: string | null | undefined;
|
8185
8185
|
zipCode?: string | null | undefined;
|
8186
8186
|
} | {
|
8187
|
-
firstname
|
8188
|
-
surname
|
8187
|
+
firstname?: string | null | undefined;
|
8188
|
+
surname?: string | null | undefined;
|
8189
8189
|
middlename?: string | null | undefined;
|
8190
8190
|
} | {
|
8191
8191
|
country: string;
|
@@ -8236,8 +8236,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8236
8236
|
street?: string | null | undefined;
|
8237
8237
|
zipCode?: string | null | undefined;
|
8238
8238
|
} | {
|
8239
|
-
firstname
|
8240
|
-
surname
|
8239
|
+
firstname?: string | null | undefined;
|
8240
|
+
surname?: string | null | undefined;
|
8241
8241
|
middlename?: string | null | undefined;
|
8242
8242
|
} | {
|
8243
8243
|
country: string;
|
@@ -8281,8 +8281,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8281
8281
|
street?: string | null | undefined;
|
8282
8282
|
zipCode?: string | null | undefined;
|
8283
8283
|
} | {
|
8284
|
-
firstname
|
8285
|
-
surname
|
8284
|
+
firstname?: string | null | undefined;
|
8285
|
+
surname?: string | null | undefined;
|
8286
8286
|
middlename?: string | null | undefined;
|
8287
8287
|
} | {
|
8288
8288
|
country: string;
|
@@ -8333,8 +8333,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8333
8333
|
street?: string | null | undefined;
|
8334
8334
|
zipCode?: string | null | undefined;
|
8335
8335
|
} | {
|
8336
|
-
firstname
|
8337
|
-
surname
|
8336
|
+
firstname?: string | null | undefined;
|
8337
|
+
surname?: string | null | undefined;
|
8338
8338
|
middlename?: string | null | undefined;
|
8339
8339
|
} | {
|
8340
8340
|
country: string;
|
@@ -8377,8 +8377,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8377
8377
|
street?: string | null | undefined;
|
8378
8378
|
zipCode?: string | null | undefined;
|
8379
8379
|
} | {
|
8380
|
-
firstname
|
8381
|
-
surname
|
8380
|
+
firstname?: string | null | undefined;
|
8381
|
+
surname?: string | null | undefined;
|
8382
8382
|
middlename?: string | null | undefined;
|
8383
8383
|
} | {
|
8384
8384
|
country: string;
|
@@ -8405,7 +8405,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8405
8405
|
}[] | [string, string] | null | undefined> | null | undefined;
|
8406
8406
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
8407
8407
|
} | {
|
8408
|
-
type: "
|
8408
|
+
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
8409
8409
|
id: string & import("zod").BRAND<"UUID">;
|
8410
8410
|
status: "Rejected";
|
8411
8411
|
transactionId: string;
|
@@ -8443,8 +8443,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8443
8443
|
street?: string | null | undefined;
|
8444
8444
|
zipCode?: string | null | undefined;
|
8445
8445
|
} | {
|
8446
|
-
firstname
|
8447
|
-
surname
|
8446
|
+
firstname?: string | null | undefined;
|
8447
|
+
surname?: string | null | undefined;
|
8448
8448
|
middlename?: string | null | undefined;
|
8449
8449
|
} | {
|
8450
8450
|
country: string;
|
@@ -8485,8 +8485,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8485
8485
|
street?: string | null | undefined;
|
8486
8486
|
zipCode?: string | null | undefined;
|
8487
8487
|
} | {
|
8488
|
-
firstname
|
8489
|
-
surname
|
8488
|
+
firstname?: string | null | undefined;
|
8489
|
+
surname?: string | null | undefined;
|
8490
8490
|
middlename?: string | null | undefined;
|
8491
8491
|
} | {
|
8492
8492
|
country: string;
|
@@ -8544,8 +8544,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8544
8544
|
street?: string | null | undefined;
|
8545
8545
|
zipCode?: string | null | undefined;
|
8546
8546
|
} | {
|
8547
|
-
firstname
|
8548
|
-
surname
|
8547
|
+
firstname?: string | null | undefined;
|
8548
|
+
surname?: string | null | undefined;
|
8549
8549
|
middlename?: string | null | undefined;
|
8550
8550
|
} | {
|
8551
8551
|
country: string;
|
@@ -8589,8 +8589,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8589
8589
|
street?: string | null | undefined;
|
8590
8590
|
zipCode?: string | null | undefined;
|
8591
8591
|
} | {
|
8592
|
-
firstname
|
8593
|
-
surname
|
8592
|
+
firstname?: string | null | undefined;
|
8593
|
+
surname?: string | null | undefined;
|
8594
8594
|
middlename?: string | null | undefined;
|
8595
8595
|
} | {
|
8596
8596
|
country: string;
|
@@ -8641,8 +8641,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8641
8641
|
street?: string | null | undefined;
|
8642
8642
|
zipCode?: string | null | undefined;
|
8643
8643
|
} | {
|
8644
|
-
firstname
|
8645
|
-
surname
|
8644
|
+
firstname?: string | null | undefined;
|
8645
|
+
surname?: string | null | undefined;
|
8646
8646
|
middlename?: string | null | undefined;
|
8647
8647
|
} | {
|
8648
8648
|
country: string;
|
@@ -8685,8 +8685,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8685
8685
|
street?: string | null | undefined;
|
8686
8686
|
zipCode?: string | null | undefined;
|
8687
8687
|
} | {
|
8688
|
-
firstname
|
8689
|
-
surname
|
8688
|
+
firstname?: string | null | undefined;
|
8689
|
+
surname?: string | null | undefined;
|
8690
8690
|
middlename?: string | null | undefined;
|
8691
8691
|
} | {
|
8692
8692
|
country: string;
|
@@ -8737,8 +8737,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8737
8737
|
street?: string | null | undefined;
|
8738
8738
|
zipCode?: string | null | undefined;
|
8739
8739
|
} | {
|
8740
|
-
firstname
|
8741
|
-
surname
|
8740
|
+
firstname?: string | null | undefined;
|
8741
|
+
surname?: string | null | undefined;
|
8742
8742
|
middlename?: string | null | undefined;
|
8743
8743
|
} | {
|
8744
8744
|
country: string;
|
@@ -8781,8 +8781,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8781
8781
|
street?: string | null | undefined;
|
8782
8782
|
zipCode?: string | null | undefined;
|
8783
8783
|
} | {
|
8784
|
-
firstname
|
8785
|
-
surname
|
8784
|
+
firstname?: string | null | undefined;
|
8785
|
+
surname?: string | null | undefined;
|
8786
8786
|
middlename?: string | null | undefined;
|
8787
8787
|
} | {
|
8788
8788
|
country: string;
|
@@ -8834,8 +8834,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8834
8834
|
street?: string | null | undefined;
|
8835
8835
|
zipCode?: string | null | undefined;
|
8836
8836
|
} | {
|
8837
|
-
firstname
|
8838
|
-
surname
|
8837
|
+
firstname?: string | null | undefined;
|
8838
|
+
surname?: string | null | undefined;
|
8839
8839
|
middlename?: string | null | undefined;
|
8840
8840
|
} | {
|
8841
8841
|
country: string;
|
@@ -8878,8 +8878,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8878
8878
|
street?: string | null | undefined;
|
8879
8879
|
zipCode?: string | null | undefined;
|
8880
8880
|
} | {
|
8881
|
-
firstname
|
8882
|
-
surname
|
8881
|
+
firstname?: string | null | undefined;
|
8882
|
+
surname?: string | null | undefined;
|
8883
8883
|
middlename?: string | null | undefined;
|
8884
8884
|
} | {
|
8885
8885
|
country: string;
|
@@ -8930,8 +8930,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8930
8930
|
street?: string | null | undefined;
|
8931
8931
|
zipCode?: string | null | undefined;
|
8932
8932
|
} | {
|
8933
|
-
firstname
|
8934
|
-
surname
|
8933
|
+
firstname?: string | null | undefined;
|
8934
|
+
surname?: string | null | undefined;
|
8935
8935
|
middlename?: string | null | undefined;
|
8936
8936
|
} | {
|
8937
8937
|
country: string;
|
@@ -8974,8 +8974,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8974
8974
|
street?: string | null | undefined;
|
8975
8975
|
zipCode?: string | null | undefined;
|
8976
8976
|
} | {
|
8977
|
-
firstname
|
8978
|
-
surname
|
8977
|
+
firstname?: string | null | undefined;
|
8978
|
+
surname?: string | null | undefined;
|
8979
8979
|
middlename?: string | null | undefined;
|
8980
8980
|
} | {
|
8981
8981
|
country: string;
|
@@ -9030,8 +9030,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9030
9030
|
street?: string | null | undefined;
|
9031
9031
|
zipCode?: string | null | undefined;
|
9032
9032
|
} | {
|
9033
|
-
firstname
|
9034
|
-
surname
|
9033
|
+
firstname?: string | null | undefined;
|
9034
|
+
surname?: string | null | undefined;
|
9035
9035
|
middlename?: string | null | undefined;
|
9036
9036
|
} | {
|
9037
9037
|
country: string;
|
@@ -9074,8 +9074,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9074
9074
|
street?: string | null | undefined;
|
9075
9075
|
zipCode?: string | null | undefined;
|
9076
9076
|
} | {
|
9077
|
-
firstname
|
9078
|
-
surname
|
9077
|
+
firstname?: string | null | undefined;
|
9078
|
+
surname?: string | null | undefined;
|
9079
9079
|
middlename?: string | null | undefined;
|
9080
9080
|
} | {
|
9081
9081
|
country: string;
|
@@ -9126,8 +9126,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9126
9126
|
street?: string | null | undefined;
|
9127
9127
|
zipCode?: string | null | undefined;
|
9128
9128
|
} | {
|
9129
|
-
firstname
|
9130
|
-
surname
|
9129
|
+
firstname?: string | null | undefined;
|
9130
|
+
surname?: string | null | undefined;
|
9131
9131
|
middlename?: string | null | undefined;
|
9132
9132
|
} | {
|
9133
9133
|
country: string;
|
@@ -9170,8 +9170,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9170
9170
|
street?: string | null | undefined;
|
9171
9171
|
zipCode?: string | null | undefined;
|
9172
9172
|
} | {
|
9173
|
-
firstname
|
9174
|
-
surname
|
9173
|
+
firstname?: string | null | undefined;
|
9174
|
+
surname?: string | null | undefined;
|
9175
9175
|
middlename?: string | null | undefined;
|
9176
9176
|
} | {
|
9177
9177
|
country: string;
|
@@ -9226,8 +9226,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9226
9226
|
street?: string | null | undefined;
|
9227
9227
|
zipCode?: string | null | undefined;
|
9228
9228
|
} | {
|
9229
|
-
firstname
|
9230
|
-
surname
|
9229
|
+
firstname?: string | null | undefined;
|
9230
|
+
surname?: string | null | undefined;
|
9231
9231
|
middlename?: string | null | undefined;
|
9232
9232
|
} | {
|
9233
9233
|
country: string;
|
@@ -9270,8 +9270,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9270
9270
|
street?: string | null | undefined;
|
9271
9271
|
zipCode?: string | null | undefined;
|
9272
9272
|
} | {
|
9273
|
-
firstname
|
9274
|
-
surname
|
9273
|
+
firstname?: string | null | undefined;
|
9274
|
+
surname?: string | null | undefined;
|
9275
9275
|
middlename?: string | null | undefined;
|
9276
9276
|
} | {
|
9277
9277
|
country: string;
|
@@ -9322,8 +9322,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9322
9322
|
street?: string | null | undefined;
|
9323
9323
|
zipCode?: string | null | undefined;
|
9324
9324
|
} | {
|
9325
|
-
firstname
|
9326
|
-
surname
|
9325
|
+
firstname?: string | null | undefined;
|
9326
|
+
surname?: string | null | undefined;
|
9327
9327
|
middlename?: string | null | undefined;
|
9328
9328
|
} | {
|
9329
9329
|
country: string;
|
@@ -9366,8 +9366,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9366
9366
|
street?: string | null | undefined;
|
9367
9367
|
zipCode?: string | null | undefined;
|
9368
9368
|
} | {
|
9369
|
-
firstname
|
9370
|
-
surname
|
9369
|
+
firstname?: string | null | undefined;
|
9370
|
+
surname?: string | null | undefined;
|
9371
9371
|
middlename?: string | null | undefined;
|
9372
9372
|
} | {
|
9373
9373
|
country: string;
|
@@ -9418,8 +9418,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9418
9418
|
street?: string | null | undefined;
|
9419
9419
|
zipCode?: string | null | undefined;
|
9420
9420
|
} | {
|
9421
|
-
firstname
|
9422
|
-
surname
|
9421
|
+
firstname?: string | null | undefined;
|
9422
|
+
surname?: string | null | undefined;
|
9423
9423
|
middlename?: string | null | undefined;
|
9424
9424
|
} | {
|
9425
9425
|
country: string;
|
@@ -9462,8 +9462,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9462
9462
|
street?: string | null | undefined;
|
9463
9463
|
zipCode?: string | null | undefined;
|
9464
9464
|
} | {
|
9465
|
-
firstname
|
9466
|
-
surname
|
9465
|
+
firstname?: string | null | undefined;
|
9466
|
+
surname?: string | null | undefined;
|
9467
9467
|
middlename?: string | null | undefined;
|
9468
9468
|
} | {
|
9469
9469
|
country: string;
|
@@ -9514,8 +9514,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9514
9514
|
street?: string | null | undefined;
|
9515
9515
|
zipCode?: string | null | undefined;
|
9516
9516
|
} | {
|
9517
|
-
firstname
|
9518
|
-
surname
|
9517
|
+
firstname?: string | null | undefined;
|
9518
|
+
surname?: string | null | undefined;
|
9519
9519
|
middlename?: string | null | undefined;
|
9520
9520
|
} | {
|
9521
9521
|
country: string;
|
@@ -9558,8 +9558,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9558
9558
|
street?: string | null | undefined;
|
9559
9559
|
zipCode?: string | null | undefined;
|
9560
9560
|
} | {
|
9561
|
-
firstname
|
9562
|
-
surname
|
9561
|
+
firstname?: string | null | undefined;
|
9562
|
+
surname?: string | null | undefined;
|
9563
9563
|
middlename?: string | null | undefined;
|
9564
9564
|
} | {
|
9565
9565
|
country: string;
|
@@ -9610,8 +9610,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9610
9610
|
street?: string | null | undefined;
|
9611
9611
|
zipCode?: string | null | undefined;
|
9612
9612
|
} | {
|
9613
|
-
firstname
|
9614
|
-
surname
|
9613
|
+
firstname?: string | null | undefined;
|
9614
|
+
surname?: string | null | undefined;
|
9615
9615
|
middlename?: string | null | undefined;
|
9616
9616
|
} | {
|
9617
9617
|
country: string;
|
@@ -9654,8 +9654,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9654
9654
|
street?: string | null | undefined;
|
9655
9655
|
zipCode?: string | null | undefined;
|
9656
9656
|
} | {
|
9657
|
-
firstname
|
9658
|
-
surname
|
9657
|
+
firstname?: string | null | undefined;
|
9658
|
+
surname?: string | null | undefined;
|
9659
9659
|
middlename?: string | null | undefined;
|
9660
9660
|
} | {
|
9661
9661
|
country: string;
|
@@ -9706,8 +9706,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9706
9706
|
street?: string | null | undefined;
|
9707
9707
|
zipCode?: string | null | undefined;
|
9708
9708
|
} | {
|
9709
|
-
firstname
|
9710
|
-
surname
|
9709
|
+
firstname?: string | null | undefined;
|
9710
|
+
surname?: string | null | undefined;
|
9711
9711
|
middlename?: string | null | undefined;
|
9712
9712
|
} | {
|
9713
9713
|
country: string;
|
@@ -9751,8 +9751,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9751
9751
|
street?: string | null | undefined;
|
9752
9752
|
zipCode?: string | null | undefined;
|
9753
9753
|
} | {
|
9754
|
-
firstname
|
9755
|
-
surname
|
9754
|
+
firstname?: string | null | undefined;
|
9755
|
+
surname?: string | null | undefined;
|
9756
9756
|
middlename?: string | null | undefined;
|
9757
9757
|
} | {
|
9758
9758
|
country: string;
|
@@ -9803,8 +9803,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9803
9803
|
street?: string | null | undefined;
|
9804
9804
|
zipCode?: string | null | undefined;
|
9805
9805
|
} | {
|
9806
|
-
firstname
|
9807
|
-
surname
|
9806
|
+
firstname?: string | null | undefined;
|
9807
|
+
surname?: string | null | undefined;
|
9808
9808
|
middlename?: string | null | undefined;
|
9809
9809
|
} | {
|
9810
9810
|
country: string;
|
@@ -9848,8 +9848,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9848
9848
|
street?: string | null | undefined;
|
9849
9849
|
zipCode?: string | null | undefined;
|
9850
9850
|
} | {
|
9851
|
-
firstname
|
9852
|
-
surname
|
9851
|
+
firstname?: string | null | undefined;
|
9852
|
+
surname?: string | null | undefined;
|
9853
9853
|
middlename?: string | null | undefined;
|
9854
9854
|
} | {
|
9855
9855
|
country: string;
|
@@ -9900,8 +9900,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9900
9900
|
street?: string | null | undefined;
|
9901
9901
|
zipCode?: string | null | undefined;
|
9902
9902
|
} | {
|
9903
|
-
firstname
|
9904
|
-
surname
|
9903
|
+
firstname?: string | null | undefined;
|
9904
|
+
surname?: string | null | undefined;
|
9905
9905
|
middlename?: string | null | undefined;
|
9906
9906
|
} | {
|
9907
9907
|
country: string;
|
@@ -9944,8 +9944,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9944
9944
|
street?: string | null | undefined;
|
9945
9945
|
zipCode?: string | null | undefined;
|
9946
9946
|
} | {
|
9947
|
-
firstname
|
9948
|
-
surname
|
9947
|
+
firstname?: string | null | undefined;
|
9948
|
+
surname?: string | null | undefined;
|
9949
9949
|
middlename?: string | null | undefined;
|
9950
9950
|
} | {
|
9951
9951
|
country: string;
|
@@ -9972,7 +9972,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9972
9972
|
}[] | [string, string] | null | undefined> | null | undefined;
|
9973
9973
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
9974
9974
|
} | {
|
9975
|
-
type: "
|
9975
|
+
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
9976
9976
|
id: string & import("zod").BRAND<"UUID">;
|
9977
9977
|
status: "Rejected";
|
9978
9978
|
transactionId: string;
|
@@ -10010,8 +10010,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10010
10010
|
street?: string | null | undefined;
|
10011
10011
|
zipCode?: string | null | undefined;
|
10012
10012
|
} | {
|
10013
|
-
firstname
|
10014
|
-
surname
|
10013
|
+
firstname?: string | null | undefined;
|
10014
|
+
surname?: string | null | undefined;
|
10015
10015
|
middlename?: string | null | undefined;
|
10016
10016
|
} | {
|
10017
10017
|
country: string;
|
@@ -10052,8 +10052,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10052
10052
|
street?: string | null | undefined;
|
10053
10053
|
zipCode?: string | null | undefined;
|
10054
10054
|
} | {
|
10055
|
-
firstname
|
10056
|
-
surname
|
10055
|
+
firstname?: string | null | undefined;
|
10056
|
+
surname?: string | null | undefined;
|
10057
10057
|
middlename?: string | null | undefined;
|
10058
10058
|
} | {
|
10059
10059
|
country: string;
|
@@ -10111,8 +10111,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10111
10111
|
street?: string | null | undefined;
|
10112
10112
|
zipCode?: string | null | undefined;
|
10113
10113
|
} | {
|
10114
|
-
firstname
|
10115
|
-
surname
|
10114
|
+
firstname?: string | null | undefined;
|
10115
|
+
surname?: string | null | undefined;
|
10116
10116
|
middlename?: string | null | undefined;
|
10117
10117
|
} | {
|
10118
10118
|
country: string;
|
@@ -10156,8 +10156,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10156
10156
|
street?: string | null | undefined;
|
10157
10157
|
zipCode?: string | null | undefined;
|
10158
10158
|
} | {
|
10159
|
-
firstname
|
10160
|
-
surname
|
10159
|
+
firstname?: string | null | undefined;
|
10160
|
+
surname?: string | null | undefined;
|
10161
10161
|
middlename?: string | null | undefined;
|
10162
10162
|
} | {
|
10163
10163
|
country: string;
|
@@ -10208,8 +10208,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10208
10208
|
street?: string | null | undefined;
|
10209
10209
|
zipCode?: string | null | undefined;
|
10210
10210
|
} | {
|
10211
|
-
firstname
|
10212
|
-
surname
|
10211
|
+
firstname?: string | null | undefined;
|
10212
|
+
surname?: string | null | undefined;
|
10213
10213
|
middlename?: string | null | undefined;
|
10214
10214
|
} | {
|
10215
10215
|
country: string;
|
@@ -10252,8 +10252,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10252
10252
|
street?: string | null | undefined;
|
10253
10253
|
zipCode?: string | null | undefined;
|
10254
10254
|
} | {
|
10255
|
-
firstname
|
10256
|
-
surname
|
10255
|
+
firstname?: string | null | undefined;
|
10256
|
+
surname?: string | null | undefined;
|
10257
10257
|
middlename?: string | null | undefined;
|
10258
10258
|
} | {
|
10259
10259
|
country: string;
|
@@ -10304,8 +10304,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10304
10304
|
street?: string | null | undefined;
|
10305
10305
|
zipCode?: string | null | undefined;
|
10306
10306
|
} | {
|
10307
|
-
firstname
|
10308
|
-
surname
|
10307
|
+
firstname?: string | null | undefined;
|
10308
|
+
surname?: string | null | undefined;
|
10309
10309
|
middlename?: string | null | undefined;
|
10310
10310
|
} | {
|
10311
10311
|
country: string;
|
@@ -10348,8 +10348,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10348
10348
|
street?: string | null | undefined;
|
10349
10349
|
zipCode?: string | null | undefined;
|
10350
10350
|
} | {
|
10351
|
-
firstname
|
10352
|
-
surname
|
10351
|
+
firstname?: string | null | undefined;
|
10352
|
+
surname?: string | null | undefined;
|
10353
10353
|
middlename?: string | null | undefined;
|
10354
10354
|
} | {
|
10355
10355
|
country: string;
|
@@ -10401,8 +10401,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10401
10401
|
street?: string | null | undefined;
|
10402
10402
|
zipCode?: string | null | undefined;
|
10403
10403
|
} | {
|
10404
|
-
firstname
|
10405
|
-
surname
|
10404
|
+
firstname?: string | null | undefined;
|
10405
|
+
surname?: string | null | undefined;
|
10406
10406
|
middlename?: string | null | undefined;
|
10407
10407
|
} | {
|
10408
10408
|
country: string;
|
@@ -10445,8 +10445,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10445
10445
|
street?: string | null | undefined;
|
10446
10446
|
zipCode?: string | null | undefined;
|
10447
10447
|
} | {
|
10448
|
-
firstname
|
10449
|
-
surname
|
10448
|
+
firstname?: string | null | undefined;
|
10449
|
+
surname?: string | null | undefined;
|
10450
10450
|
middlename?: string | null | undefined;
|
10451
10451
|
} | {
|
10452
10452
|
country: string;
|
@@ -10497,8 +10497,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10497
10497
|
street?: string | null | undefined;
|
10498
10498
|
zipCode?: string | null | undefined;
|
10499
10499
|
} | {
|
10500
|
-
firstname
|
10501
|
-
surname
|
10500
|
+
firstname?: string | null | undefined;
|
10501
|
+
surname?: string | null | undefined;
|
10502
10502
|
middlename?: string | null | undefined;
|
10503
10503
|
} | {
|
10504
10504
|
country: string;
|
@@ -10541,8 +10541,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10541
10541
|
street?: string | null | undefined;
|
10542
10542
|
zipCode?: string | null | undefined;
|
10543
10543
|
} | {
|
10544
|
-
firstname
|
10545
|
-
surname
|
10544
|
+
firstname?: string | null | undefined;
|
10545
|
+
surname?: string | null | undefined;
|
10546
10546
|
middlename?: string | null | undefined;
|
10547
10547
|
} | {
|
10548
10548
|
country: string;
|
@@ -10597,8 +10597,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10597
10597
|
street?: string | null | undefined;
|
10598
10598
|
zipCode?: string | null | undefined;
|
10599
10599
|
} | {
|
10600
|
-
firstname
|
10601
|
-
surname
|
10600
|
+
firstname?: string | null | undefined;
|
10601
|
+
surname?: string | null | undefined;
|
10602
10602
|
middlename?: string | null | undefined;
|
10603
10603
|
} | {
|
10604
10604
|
country: string;
|
@@ -10641,8 +10641,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10641
10641
|
street?: string | null | undefined;
|
10642
10642
|
zipCode?: string | null | undefined;
|
10643
10643
|
} | {
|
10644
|
-
firstname
|
10645
|
-
surname
|
10644
|
+
firstname?: string | null | undefined;
|
10645
|
+
surname?: string | null | undefined;
|
10646
10646
|
middlename?: string | null | undefined;
|
10647
10647
|
} | {
|
10648
10648
|
country: string;
|
@@ -10693,8 +10693,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10693
10693
|
street?: string | null | undefined;
|
10694
10694
|
zipCode?: string | null | undefined;
|
10695
10695
|
} | {
|
10696
|
-
firstname
|
10697
|
-
surname
|
10696
|
+
firstname?: string | null | undefined;
|
10697
|
+
surname?: string | null | undefined;
|
10698
10698
|
middlename?: string | null | undefined;
|
10699
10699
|
} | {
|
10700
10700
|
country: string;
|
@@ -10737,8 +10737,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10737
10737
|
street?: string | null | undefined;
|
10738
10738
|
zipCode?: string | null | undefined;
|
10739
10739
|
} | {
|
10740
|
-
firstname
|
10741
|
-
surname
|
10740
|
+
firstname?: string | null | undefined;
|
10741
|
+
surname?: string | null | undefined;
|
10742
10742
|
middlename?: string | null | undefined;
|
10743
10743
|
} | {
|
10744
10744
|
country: string;
|
@@ -10793,8 +10793,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10793
10793
|
street?: string | null | undefined;
|
10794
10794
|
zipCode?: string | null | undefined;
|
10795
10795
|
} | {
|
10796
|
-
firstname
|
10797
|
-
surname
|
10796
|
+
firstname?: string | null | undefined;
|
10797
|
+
surname?: string | null | undefined;
|
10798
10798
|
middlename?: string | null | undefined;
|
10799
10799
|
} | {
|
10800
10800
|
country: string;
|
@@ -10837,8 +10837,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10837
10837
|
street?: string | null | undefined;
|
10838
10838
|
zipCode?: string | null | undefined;
|
10839
10839
|
} | {
|
10840
|
-
firstname
|
10841
|
-
surname
|
10840
|
+
firstname?: string | null | undefined;
|
10841
|
+
surname?: string | null | undefined;
|
10842
10842
|
middlename?: string | null | undefined;
|
10843
10843
|
} | {
|
10844
10844
|
country: string;
|
@@ -10889,8 +10889,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10889
10889
|
street?: string | null | undefined;
|
10890
10890
|
zipCode?: string | null | undefined;
|
10891
10891
|
} | {
|
10892
|
-
firstname
|
10893
|
-
surname
|
10892
|
+
firstname?: string | null | undefined;
|
10893
|
+
surname?: string | null | undefined;
|
10894
10894
|
middlename?: string | null | undefined;
|
10895
10895
|
} | {
|
10896
10896
|
country: string;
|
@@ -10933,8 +10933,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10933
10933
|
street?: string | null | undefined;
|
10934
10934
|
zipCode?: string | null | undefined;
|
10935
10935
|
} | {
|
10936
|
-
firstname
|
10937
|
-
surname
|
10936
|
+
firstname?: string | null | undefined;
|
10937
|
+
surname?: string | null | undefined;
|
10938
10938
|
middlename?: string | null | undefined;
|
10939
10939
|
} | {
|
10940
10940
|
country: string;
|
@@ -10985,8 +10985,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10985
10985
|
street?: string | null | undefined;
|
10986
10986
|
zipCode?: string | null | undefined;
|
10987
10987
|
} | {
|
10988
|
-
firstname
|
10989
|
-
surname
|
10988
|
+
firstname?: string | null | undefined;
|
10989
|
+
surname?: string | null | undefined;
|
10990
10990
|
middlename?: string | null | undefined;
|
10991
10991
|
} | {
|
10992
10992
|
country: string;
|
@@ -11029,8 +11029,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11029
11029
|
street?: string | null | undefined;
|
11030
11030
|
zipCode?: string | null | undefined;
|
11031
11031
|
} | {
|
11032
|
-
firstname
|
11033
|
-
surname
|
11032
|
+
firstname?: string | null | undefined;
|
11033
|
+
surname?: string | null | undefined;
|
11034
11034
|
middlename?: string | null | undefined;
|
11035
11035
|
} | {
|
11036
11036
|
country: string;
|
@@ -11081,8 +11081,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11081
11081
|
street?: string | null | undefined;
|
11082
11082
|
zipCode?: string | null | undefined;
|
11083
11083
|
} | {
|
11084
|
-
firstname
|
11085
|
-
surname
|
11084
|
+
firstname?: string | null | undefined;
|
11085
|
+
surname?: string | null | undefined;
|
11086
11086
|
middlename?: string | null | undefined;
|
11087
11087
|
} | {
|
11088
11088
|
country: string;
|
@@ -11125,8 +11125,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11125
11125
|
street?: string | null | undefined;
|
11126
11126
|
zipCode?: string | null | undefined;
|
11127
11127
|
} | {
|
11128
|
-
firstname
|
11129
|
-
surname
|
11128
|
+
firstname?: string | null | undefined;
|
11129
|
+
surname?: string | null | undefined;
|
11130
11130
|
middlename?: string | null | undefined;
|
11131
11131
|
} | {
|
11132
11132
|
country: string;
|
@@ -11177,8 +11177,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11177
11177
|
street?: string | null | undefined;
|
11178
11178
|
zipCode?: string | null | undefined;
|
11179
11179
|
} | {
|
11180
|
-
firstname
|
11181
|
-
surname
|
11180
|
+
firstname?: string | null | undefined;
|
11181
|
+
surname?: string | null | undefined;
|
11182
11182
|
middlename?: string | null | undefined;
|
11183
11183
|
} | {
|
11184
11184
|
country: string;
|
@@ -11221,8 +11221,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11221
11221
|
street?: string | null | undefined;
|
11222
11222
|
zipCode?: string | null | undefined;
|
11223
11223
|
} | {
|
11224
|
-
firstname
|
11225
|
-
surname
|
11224
|
+
firstname?: string | null | undefined;
|
11225
|
+
surname?: string | null | undefined;
|
11226
11226
|
middlename?: string | null | undefined;
|
11227
11227
|
} | {
|
11228
11228
|
country: string;
|
@@ -11273,8 +11273,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11273
11273
|
street?: string | null | undefined;
|
11274
11274
|
zipCode?: string | null | undefined;
|
11275
11275
|
} | {
|
11276
|
-
firstname
|
11277
|
-
surname
|
11276
|
+
firstname?: string | null | undefined;
|
11277
|
+
surname?: string | null | undefined;
|
11278
11278
|
middlename?: string | null | undefined;
|
11279
11279
|
} | {
|
11280
11280
|
country: string;
|
@@ -11318,8 +11318,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11318
11318
|
street?: string | null | undefined;
|
11319
11319
|
zipCode?: string | null | undefined;
|
11320
11320
|
} | {
|
11321
|
-
firstname
|
11322
|
-
surname
|
11321
|
+
firstname?: string | null | undefined;
|
11322
|
+
surname?: string | null | undefined;
|
11323
11323
|
middlename?: string | null | undefined;
|
11324
11324
|
} | {
|
11325
11325
|
country: string;
|
@@ -11370,8 +11370,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11370
11370
|
street?: string | null | undefined;
|
11371
11371
|
zipCode?: string | null | undefined;
|
11372
11372
|
} | {
|
11373
|
-
firstname
|
11374
|
-
surname
|
11373
|
+
firstname?: string | null | undefined;
|
11374
|
+
surname?: string | null | undefined;
|
11375
11375
|
middlename?: string | null | undefined;
|
11376
11376
|
} | {
|
11377
11377
|
country: string;
|
@@ -11415,8 +11415,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11415
11415
|
street?: string | null | undefined;
|
11416
11416
|
zipCode?: string | null | undefined;
|
11417
11417
|
} | {
|
11418
|
-
firstname
|
11419
|
-
surname
|
11418
|
+
firstname?: string | null | undefined;
|
11419
|
+
surname?: string | null | undefined;
|
11420
11420
|
middlename?: string | null | undefined;
|
11421
11421
|
} | {
|
11422
11422
|
country: string;
|
@@ -11467,8 +11467,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11467
11467
|
street?: string | null | undefined;
|
11468
11468
|
zipCode?: string | null | undefined;
|
11469
11469
|
} | {
|
11470
|
-
firstname
|
11471
|
-
surname
|
11470
|
+
firstname?: string | null | undefined;
|
11471
|
+
surname?: string | null | undefined;
|
11472
11472
|
middlename?: string | null | undefined;
|
11473
11473
|
} | {
|
11474
11474
|
country: string;
|
@@ -11511,8 +11511,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11511
11511
|
street?: string | null | undefined;
|
11512
11512
|
zipCode?: string | null | undefined;
|
11513
11513
|
} | {
|
11514
|
-
firstname
|
11515
|
-
surname
|
11514
|
+
firstname?: string | null | undefined;
|
11515
|
+
surname?: string | null | undefined;
|
11516
11516
|
middlename?: string | null | undefined;
|
11517
11517
|
} | {
|
11518
11518
|
country: string;
|
@@ -11539,7 +11539,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11539
11539
|
}[] | [string, string] | null | undefined> | null | undefined;
|
11540
11540
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
11541
11541
|
} | {
|
11542
|
-
type: "
|
11542
|
+
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
11543
11543
|
id: string & import("zod").BRAND<"UUID">;
|
11544
11544
|
status: "Rejected";
|
11545
11545
|
transactionId: string;
|
@@ -11592,8 +11592,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11592
11592
|
surname: string;
|
11593
11593
|
middlename?: string | undefined;
|
11594
11594
|
} | {
|
11595
|
-
firstname
|
11596
|
-
surname
|
11595
|
+
firstname?: string | null | undefined;
|
11596
|
+
surname?: string | null | undefined;
|
11597
11597
|
middlename?: string | null | undefined;
|
11598
11598
|
} | {
|
11599
11599
|
country: string;
|
@@ -11684,8 +11684,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11684
11684
|
surname: string;
|
11685
11685
|
middlename?: string | undefined;
|
11686
11686
|
} | {
|
11687
|
-
firstname
|
11688
|
-
surname
|
11687
|
+
firstname?: string | null | undefined;
|
11688
|
+
surname?: string | null | undefined;
|
11689
11689
|
middlename?: string | null | undefined;
|
11690
11690
|
} | {
|
11691
11691
|
country: string;
|
@@ -11769,8 +11769,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11769
11769
|
street?: string | null | undefined;
|
11770
11770
|
zipCode?: string | null | undefined;
|
11771
11771
|
} | {
|
11772
|
-
firstname
|
11773
|
-
surname
|
11772
|
+
firstname?: string | null | undefined;
|
11773
|
+
surname?: string | null | undefined;
|
11774
11774
|
middlename?: string | null | undefined;
|
11775
11775
|
} | {
|
11776
11776
|
country: string;
|
@@ -11814,8 +11814,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11814
11814
|
street?: string | null | undefined;
|
11815
11815
|
zipCode?: string | null | undefined;
|
11816
11816
|
} | {
|
11817
|
-
firstname
|
11818
|
-
surname
|
11817
|
+
firstname?: string | null | undefined;
|
11818
|
+
surname?: string | null | undefined;
|
11819
11819
|
middlename?: string | null | undefined;
|
11820
11820
|
} | {
|
11821
11821
|
country: string;
|
@@ -11866,8 +11866,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11866
11866
|
street?: string | null | undefined;
|
11867
11867
|
zipCode?: string | null | undefined;
|
11868
11868
|
} | {
|
11869
|
-
firstname
|
11870
|
-
surname
|
11869
|
+
firstname?: string | null | undefined;
|
11870
|
+
surname?: string | null | undefined;
|
11871
11871
|
middlename?: string | null | undefined;
|
11872
11872
|
} | {
|
11873
11873
|
country: string;
|
@@ -11910,8 +11910,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11910
11910
|
street?: string | null | undefined;
|
11911
11911
|
zipCode?: string | null | undefined;
|
11912
11912
|
} | {
|
11913
|
-
firstname
|
11914
|
-
surname
|
11913
|
+
firstname?: string | null | undefined;
|
11914
|
+
surname?: string | null | undefined;
|
11915
11915
|
middlename?: string | null | undefined;
|
11916
11916
|
} | {
|
11917
11917
|
country: string;
|
@@ -11962,8 +11962,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11962
11962
|
street?: string | null | undefined;
|
11963
11963
|
zipCode?: string | null | undefined;
|
11964
11964
|
} | {
|
11965
|
-
firstname
|
11966
|
-
surname
|
11965
|
+
firstname?: string | null | undefined;
|
11966
|
+
surname?: string | null | undefined;
|
11967
11967
|
middlename?: string | null | undefined;
|
11968
11968
|
} | {
|
11969
11969
|
country: string;
|
@@ -12006,8 +12006,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12006
12006
|
street?: string | null | undefined;
|
12007
12007
|
zipCode?: string | null | undefined;
|
12008
12008
|
} | {
|
12009
|
-
firstname
|
12010
|
-
surname
|
12009
|
+
firstname?: string | null | undefined;
|
12010
|
+
surname?: string | null | undefined;
|
12011
12011
|
middlename?: string | null | undefined;
|
12012
12012
|
} | {
|
12013
12013
|
country: string;
|
@@ -12059,8 +12059,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12059
12059
|
street?: string | null | undefined;
|
12060
12060
|
zipCode?: string | null | undefined;
|
12061
12061
|
} | {
|
12062
|
-
firstname
|
12063
|
-
surname
|
12062
|
+
firstname?: string | null | undefined;
|
12063
|
+
surname?: string | null | undefined;
|
12064
12064
|
middlename?: string | null | undefined;
|
12065
12065
|
} | {
|
12066
12066
|
country: string;
|
@@ -12103,8 +12103,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12103
12103
|
street?: string | null | undefined;
|
12104
12104
|
zipCode?: string | null | undefined;
|
12105
12105
|
} | {
|
12106
|
-
firstname
|
12107
|
-
surname
|
12106
|
+
firstname?: string | null | undefined;
|
12107
|
+
surname?: string | null | undefined;
|
12108
12108
|
middlename?: string | null | undefined;
|
12109
12109
|
} | {
|
12110
12110
|
country: string;
|
@@ -12155,8 +12155,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12155
12155
|
street?: string | null | undefined;
|
12156
12156
|
zipCode?: string | null | undefined;
|
12157
12157
|
} | {
|
12158
|
-
firstname
|
12159
|
-
surname
|
12158
|
+
firstname?: string | null | undefined;
|
12159
|
+
surname?: string | null | undefined;
|
12160
12160
|
middlename?: string | null | undefined;
|
12161
12161
|
} | {
|
12162
12162
|
country: string;
|
@@ -12199,8 +12199,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12199
12199
|
street?: string | null | undefined;
|
12200
12200
|
zipCode?: string | null | undefined;
|
12201
12201
|
} | {
|
12202
|
-
firstname
|
12203
|
-
surname
|
12202
|
+
firstname?: string | null | undefined;
|
12203
|
+
surname?: string | null | undefined;
|
12204
12204
|
middlename?: string | null | undefined;
|
12205
12205
|
} | {
|
12206
12206
|
country: string;
|
@@ -12255,8 +12255,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12255
12255
|
street?: string | null | undefined;
|
12256
12256
|
zipCode?: string | null | undefined;
|
12257
12257
|
} | {
|
12258
|
-
firstname
|
12259
|
-
surname
|
12258
|
+
firstname?: string | null | undefined;
|
12259
|
+
surname?: string | null | undefined;
|
12260
12260
|
middlename?: string | null | undefined;
|
12261
12261
|
} | {
|
12262
12262
|
country: string;
|
@@ -12299,8 +12299,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12299
12299
|
street?: string | null | undefined;
|
12300
12300
|
zipCode?: string | null | undefined;
|
12301
12301
|
} | {
|
12302
|
-
firstname
|
12303
|
-
surname
|
12302
|
+
firstname?: string | null | undefined;
|
12303
|
+
surname?: string | null | undefined;
|
12304
12304
|
middlename?: string | null | undefined;
|
12305
12305
|
} | {
|
12306
12306
|
country: string;
|
@@ -12351,8 +12351,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12351
12351
|
street?: string | null | undefined;
|
12352
12352
|
zipCode?: string | null | undefined;
|
12353
12353
|
} | {
|
12354
|
-
firstname
|
12355
|
-
surname
|
12354
|
+
firstname?: string | null | undefined;
|
12355
|
+
surname?: string | null | undefined;
|
12356
12356
|
middlename?: string | null | undefined;
|
12357
12357
|
} | {
|
12358
12358
|
country: string;
|
@@ -12395,8 +12395,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12395
12395
|
street?: string | null | undefined;
|
12396
12396
|
zipCode?: string | null | undefined;
|
12397
12397
|
} | {
|
12398
|
-
firstname
|
12399
|
-
surname
|
12398
|
+
firstname?: string | null | undefined;
|
12399
|
+
surname?: string | null | undefined;
|
12400
12400
|
middlename?: string | null | undefined;
|
12401
12401
|
} | {
|
12402
12402
|
country: string;
|
@@ -12451,8 +12451,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12451
12451
|
street?: string | null | undefined;
|
12452
12452
|
zipCode?: string | null | undefined;
|
12453
12453
|
} | {
|
12454
|
-
firstname
|
12455
|
-
surname
|
12454
|
+
firstname?: string | null | undefined;
|
12455
|
+
surname?: string | null | undefined;
|
12456
12456
|
middlename?: string | null | undefined;
|
12457
12457
|
} | {
|
12458
12458
|
country: string;
|
@@ -12495,8 +12495,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12495
12495
|
street?: string | null | undefined;
|
12496
12496
|
zipCode?: string | null | undefined;
|
12497
12497
|
} | {
|
12498
|
-
firstname
|
12499
|
-
surname
|
12498
|
+
firstname?: string | null | undefined;
|
12499
|
+
surname?: string | null | undefined;
|
12500
12500
|
middlename?: string | null | undefined;
|
12501
12501
|
} | {
|
12502
12502
|
country: string;
|
@@ -12547,8 +12547,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12547
12547
|
street?: string | null | undefined;
|
12548
12548
|
zipCode?: string | null | undefined;
|
12549
12549
|
} | {
|
12550
|
-
firstname
|
12551
|
-
surname
|
12550
|
+
firstname?: string | null | undefined;
|
12551
|
+
surname?: string | null | undefined;
|
12552
12552
|
middlename?: string | null | undefined;
|
12553
12553
|
} | {
|
12554
12554
|
country: string;
|
@@ -12591,8 +12591,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12591
12591
|
street?: string | null | undefined;
|
12592
12592
|
zipCode?: string | null | undefined;
|
12593
12593
|
} | {
|
12594
|
-
firstname
|
12595
|
-
surname
|
12594
|
+
firstname?: string | null | undefined;
|
12595
|
+
surname?: string | null | undefined;
|
12596
12596
|
middlename?: string | null | undefined;
|
12597
12597
|
} | {
|
12598
12598
|
country: string;
|
@@ -12643,8 +12643,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12643
12643
|
street?: string | null | undefined;
|
12644
12644
|
zipCode?: string | null | undefined;
|
12645
12645
|
} | {
|
12646
|
-
firstname
|
12647
|
-
surname
|
12646
|
+
firstname?: string | null | undefined;
|
12647
|
+
surname?: string | null | undefined;
|
12648
12648
|
middlename?: string | null | undefined;
|
12649
12649
|
} | {
|
12650
12650
|
country: string;
|
@@ -12687,8 +12687,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12687
12687
|
street?: string | null | undefined;
|
12688
12688
|
zipCode?: string | null | undefined;
|
12689
12689
|
} | {
|
12690
|
-
firstname
|
12691
|
-
surname
|
12690
|
+
firstname?: string | null | undefined;
|
12691
|
+
surname?: string | null | undefined;
|
12692
12692
|
middlename?: string | null | undefined;
|
12693
12693
|
} | {
|
12694
12694
|
country: string;
|
@@ -12739,8 +12739,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12739
12739
|
street?: string | null | undefined;
|
12740
12740
|
zipCode?: string | null | undefined;
|
12741
12741
|
} | {
|
12742
|
-
firstname
|
12743
|
-
surname
|
12742
|
+
firstname?: string | null | undefined;
|
12743
|
+
surname?: string | null | undefined;
|
12744
12744
|
middlename?: string | null | undefined;
|
12745
12745
|
} | {
|
12746
12746
|
country: string;
|
@@ -12783,8 +12783,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12783
12783
|
street?: string | null | undefined;
|
12784
12784
|
zipCode?: string | null | undefined;
|
12785
12785
|
} | {
|
12786
|
-
firstname
|
12787
|
-
surname
|
12786
|
+
firstname?: string | null | undefined;
|
12787
|
+
surname?: string | null | undefined;
|
12788
12788
|
middlename?: string | null | undefined;
|
12789
12789
|
} | {
|
12790
12790
|
country: string;
|
@@ -12835,8 +12835,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12835
12835
|
street?: string | null | undefined;
|
12836
12836
|
zipCode?: string | null | undefined;
|
12837
12837
|
} | {
|
12838
|
-
firstname
|
12839
|
-
surname
|
12838
|
+
firstname?: string | null | undefined;
|
12839
|
+
surname?: string | null | undefined;
|
12840
12840
|
middlename?: string | null | undefined;
|
12841
12841
|
} | {
|
12842
12842
|
country: string;
|
@@ -12879,8 +12879,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12879
12879
|
street?: string | null | undefined;
|
12880
12880
|
zipCode?: string | null | undefined;
|
12881
12881
|
} | {
|
12882
|
-
firstname
|
12883
|
-
surname
|
12882
|
+
firstname?: string | null | undefined;
|
12883
|
+
surname?: string | null | undefined;
|
12884
12884
|
middlename?: string | null | undefined;
|
12885
12885
|
} | {
|
12886
12886
|
country: string;
|
@@ -12931,8 +12931,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12931
12931
|
street?: string | null | undefined;
|
12932
12932
|
zipCode?: string | null | undefined;
|
12933
12933
|
} | {
|
12934
|
-
firstname
|
12935
|
-
surname
|
12934
|
+
firstname?: string | null | undefined;
|
12935
|
+
surname?: string | null | undefined;
|
12936
12936
|
middlename?: string | null | undefined;
|
12937
12937
|
} | {
|
12938
12938
|
country: string;
|
@@ -12976,8 +12976,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
12976
12976
|
street?: string | null | undefined;
|
12977
12977
|
zipCode?: string | null | undefined;
|
12978
12978
|
} | {
|
12979
|
-
firstname
|
12980
|
-
surname
|
12979
|
+
firstname?: string | null | undefined;
|
12980
|
+
surname?: string | null | undefined;
|
12981
12981
|
middlename?: string | null | undefined;
|
12982
12982
|
} | {
|
12983
12983
|
country: string;
|
@@ -13028,8 +13028,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13028
13028
|
street?: string | null | undefined;
|
13029
13029
|
zipCode?: string | null | undefined;
|
13030
13030
|
} | {
|
13031
|
-
firstname
|
13032
|
-
surname
|
13031
|
+
firstname?: string | null | undefined;
|
13032
|
+
surname?: string | null | undefined;
|
13033
13033
|
middlename?: string | null | undefined;
|
13034
13034
|
} | {
|
13035
13035
|
country: string;
|
@@ -13073,8 +13073,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13073
13073
|
street?: string | null | undefined;
|
13074
13074
|
zipCode?: string | null | undefined;
|
13075
13075
|
} | {
|
13076
|
-
firstname
|
13077
|
-
surname
|
13076
|
+
firstname?: string | null | undefined;
|
13077
|
+
surname?: string | null | undefined;
|
13078
13078
|
middlename?: string | null | undefined;
|
13079
13079
|
} | {
|
13080
13080
|
country: string;
|
@@ -13125,8 +13125,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13125
13125
|
street?: string | null | undefined;
|
13126
13126
|
zipCode?: string | null | undefined;
|
13127
13127
|
} | {
|
13128
|
-
firstname
|
13129
|
-
surname
|
13128
|
+
firstname?: string | null | undefined;
|
13129
|
+
surname?: string | null | undefined;
|
13130
13130
|
middlename?: string | null | undefined;
|
13131
13131
|
} | {
|
13132
13132
|
country: string;
|
@@ -13169,8 +13169,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13169
13169
|
street?: string | null | undefined;
|
13170
13170
|
zipCode?: string | null | undefined;
|
13171
13171
|
} | {
|
13172
|
-
firstname
|
13173
|
-
surname
|
13172
|
+
firstname?: string | null | undefined;
|
13173
|
+
surname?: string | null | undefined;
|
13174
13174
|
middlename?: string | null | undefined;
|
13175
13175
|
} | {
|
13176
13176
|
country: string;
|
@@ -13197,7 +13197,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13197
13197
|
}[] | [string, string] | null | undefined> | null | undefined;
|
13198
13198
|
originalActionId?: string | null | undefined;
|
13199
13199
|
} | {
|
13200
|
-
type: "
|
13200
|
+
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
13201
13201
|
id: string;
|
13202
13202
|
status: "Rejected";
|
13203
13203
|
transactionId: string;
|
@@ -13241,8 +13241,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13241
13241
|
street?: string | null | undefined;
|
13242
13242
|
zipCode?: string | null | undefined;
|
13243
13243
|
} | {
|
13244
|
-
firstname
|
13245
|
-
surname
|
13244
|
+
firstname?: string | null | undefined;
|
13245
|
+
surname?: string | null | undefined;
|
13246
13246
|
middlename?: string | null | undefined;
|
13247
13247
|
} | {
|
13248
13248
|
country: string;
|
@@ -13286,8 +13286,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13286
13286
|
street?: string | null | undefined;
|
13287
13287
|
zipCode?: string | null | undefined;
|
13288
13288
|
} | {
|
13289
|
-
firstname
|
13290
|
-
surname
|
13289
|
+
firstname?: string | null | undefined;
|
13290
|
+
surname?: string | null | undefined;
|
13291
13291
|
middlename?: string | null | undefined;
|
13292
13292
|
} | {
|
13293
13293
|
country: string;
|
@@ -13338,8 +13338,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13338
13338
|
street?: string | null | undefined;
|
13339
13339
|
zipCode?: string | null | undefined;
|
13340
13340
|
} | {
|
13341
|
-
firstname
|
13342
|
-
surname
|
13341
|
+
firstname?: string | null | undefined;
|
13342
|
+
surname?: string | null | undefined;
|
13343
13343
|
middlename?: string | null | undefined;
|
13344
13344
|
} | {
|
13345
13345
|
country: string;
|
@@ -13382,8 +13382,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13382
13382
|
street?: string | null | undefined;
|
13383
13383
|
zipCode?: string | null | undefined;
|
13384
13384
|
} | {
|
13385
|
-
firstname
|
13386
|
-
surname
|
13385
|
+
firstname?: string | null | undefined;
|
13386
|
+
surname?: string | null | undefined;
|
13387
13387
|
middlename?: string | null | undefined;
|
13388
13388
|
} | {
|
13389
13389
|
country: string;
|
@@ -13434,8 +13434,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13434
13434
|
street?: string | null | undefined;
|
13435
13435
|
zipCode?: string | null | undefined;
|
13436
13436
|
} | {
|
13437
|
-
firstname
|
13438
|
-
surname
|
13437
|
+
firstname?: string | null | undefined;
|
13438
|
+
surname?: string | null | undefined;
|
13439
13439
|
middlename?: string | null | undefined;
|
13440
13440
|
} | {
|
13441
13441
|
country: string;
|
@@ -13478,8 +13478,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13478
13478
|
street?: string | null | undefined;
|
13479
13479
|
zipCode?: string | null | undefined;
|
13480
13480
|
} | {
|
13481
|
-
firstname
|
13482
|
-
surname
|
13481
|
+
firstname?: string | null | undefined;
|
13482
|
+
surname?: string | null | undefined;
|
13483
13483
|
middlename?: string | null | undefined;
|
13484
13484
|
} | {
|
13485
13485
|
country: string;
|
@@ -13531,8 +13531,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13531
13531
|
street?: string | null | undefined;
|
13532
13532
|
zipCode?: string | null | undefined;
|
13533
13533
|
} | {
|
13534
|
-
firstname
|
13535
|
-
surname
|
13534
|
+
firstname?: string | null | undefined;
|
13535
|
+
surname?: string | null | undefined;
|
13536
13536
|
middlename?: string | null | undefined;
|
13537
13537
|
} | {
|
13538
13538
|
country: string;
|
@@ -13575,8 +13575,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13575
13575
|
street?: string | null | undefined;
|
13576
13576
|
zipCode?: string | null | undefined;
|
13577
13577
|
} | {
|
13578
|
-
firstname
|
13579
|
-
surname
|
13578
|
+
firstname?: string | null | undefined;
|
13579
|
+
surname?: string | null | undefined;
|
13580
13580
|
middlename?: string | null | undefined;
|
13581
13581
|
} | {
|
13582
13582
|
country: string;
|
@@ -13627,8 +13627,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13627
13627
|
street?: string | null | undefined;
|
13628
13628
|
zipCode?: string | null | undefined;
|
13629
13629
|
} | {
|
13630
|
-
firstname
|
13631
|
-
surname
|
13630
|
+
firstname?: string | null | undefined;
|
13631
|
+
surname?: string | null | undefined;
|
13632
13632
|
middlename?: string | null | undefined;
|
13633
13633
|
} | {
|
13634
13634
|
country: string;
|
@@ -13671,8 +13671,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13671
13671
|
street?: string | null | undefined;
|
13672
13672
|
zipCode?: string | null | undefined;
|
13673
13673
|
} | {
|
13674
|
-
firstname
|
13675
|
-
surname
|
13674
|
+
firstname?: string | null | undefined;
|
13675
|
+
surname?: string | null | undefined;
|
13676
13676
|
middlename?: string | null | undefined;
|
13677
13677
|
} | {
|
13678
13678
|
country: string;
|
@@ -13727,8 +13727,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13727
13727
|
street?: string | null | undefined;
|
13728
13728
|
zipCode?: string | null | undefined;
|
13729
13729
|
} | {
|
13730
|
-
firstname
|
13731
|
-
surname
|
13730
|
+
firstname?: string | null | undefined;
|
13731
|
+
surname?: string | null | undefined;
|
13732
13732
|
middlename?: string | null | undefined;
|
13733
13733
|
} | {
|
13734
13734
|
country: string;
|
@@ -13771,8 +13771,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13771
13771
|
street?: string | null | undefined;
|
13772
13772
|
zipCode?: string | null | undefined;
|
13773
13773
|
} | {
|
13774
|
-
firstname
|
13775
|
-
surname
|
13774
|
+
firstname?: string | null | undefined;
|
13775
|
+
surname?: string | null | undefined;
|
13776
13776
|
middlename?: string | null | undefined;
|
13777
13777
|
} | {
|
13778
13778
|
country: string;
|
@@ -13823,8 +13823,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13823
13823
|
street?: string | null | undefined;
|
13824
13824
|
zipCode?: string | null | undefined;
|
13825
13825
|
} | {
|
13826
|
-
firstname
|
13827
|
-
surname
|
13826
|
+
firstname?: string | null | undefined;
|
13827
|
+
surname?: string | null | undefined;
|
13828
13828
|
middlename?: string | null | undefined;
|
13829
13829
|
} | {
|
13830
13830
|
country: string;
|
@@ -13867,8 +13867,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13867
13867
|
street?: string | null | undefined;
|
13868
13868
|
zipCode?: string | null | undefined;
|
13869
13869
|
} | {
|
13870
|
-
firstname
|
13871
|
-
surname
|
13870
|
+
firstname?: string | null | undefined;
|
13871
|
+
surname?: string | null | undefined;
|
13872
13872
|
middlename?: string | null | undefined;
|
13873
13873
|
} | {
|
13874
13874
|
country: string;
|
@@ -13923,8 +13923,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13923
13923
|
street?: string | null | undefined;
|
13924
13924
|
zipCode?: string | null | undefined;
|
13925
13925
|
} | {
|
13926
|
-
firstname
|
13927
|
-
surname
|
13926
|
+
firstname?: string | null | undefined;
|
13927
|
+
surname?: string | null | undefined;
|
13928
13928
|
middlename?: string | null | undefined;
|
13929
13929
|
} | {
|
13930
13930
|
country: string;
|
@@ -13967,8 +13967,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
13967
13967
|
street?: string | null | undefined;
|
13968
13968
|
zipCode?: string | null | undefined;
|
13969
13969
|
} | {
|
13970
|
-
firstname
|
13971
|
-
surname
|
13970
|
+
firstname?: string | null | undefined;
|
13971
|
+
surname?: string | null | undefined;
|
13972
13972
|
middlename?: string | null | undefined;
|
13973
13973
|
} | {
|
13974
13974
|
country: string;
|
@@ -14019,8 +14019,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14019
14019
|
street?: string | null | undefined;
|
14020
14020
|
zipCode?: string | null | undefined;
|
14021
14021
|
} | {
|
14022
|
-
firstname
|
14023
|
-
surname
|
14022
|
+
firstname?: string | null | undefined;
|
14023
|
+
surname?: string | null | undefined;
|
14024
14024
|
middlename?: string | null | undefined;
|
14025
14025
|
} | {
|
14026
14026
|
country: string;
|
@@ -14063,8 +14063,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14063
14063
|
street?: string | null | undefined;
|
14064
14064
|
zipCode?: string | null | undefined;
|
14065
14065
|
} | {
|
14066
|
-
firstname
|
14067
|
-
surname
|
14066
|
+
firstname?: string | null | undefined;
|
14067
|
+
surname?: string | null | undefined;
|
14068
14068
|
middlename?: string | null | undefined;
|
14069
14069
|
} | {
|
14070
14070
|
country: string;
|
@@ -14115,8 +14115,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14115
14115
|
street?: string | null | undefined;
|
14116
14116
|
zipCode?: string | null | undefined;
|
14117
14117
|
} | {
|
14118
|
-
firstname
|
14119
|
-
surname
|
14118
|
+
firstname?: string | null | undefined;
|
14119
|
+
surname?: string | null | undefined;
|
14120
14120
|
middlename?: string | null | undefined;
|
14121
14121
|
} | {
|
14122
14122
|
country: string;
|
@@ -14159,8 +14159,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14159
14159
|
street?: string | null | undefined;
|
14160
14160
|
zipCode?: string | null | undefined;
|
14161
14161
|
} | {
|
14162
|
-
firstname
|
14163
|
-
surname
|
14162
|
+
firstname?: string | null | undefined;
|
14163
|
+
surname?: string | null | undefined;
|
14164
14164
|
middlename?: string | null | undefined;
|
14165
14165
|
} | {
|
14166
14166
|
country: string;
|
@@ -14211,8 +14211,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14211
14211
|
street?: string | null | undefined;
|
14212
14212
|
zipCode?: string | null | undefined;
|
14213
14213
|
} | {
|
14214
|
-
firstname
|
14215
|
-
surname
|
14214
|
+
firstname?: string | null | undefined;
|
14215
|
+
surname?: string | null | undefined;
|
14216
14216
|
middlename?: string | null | undefined;
|
14217
14217
|
} | {
|
14218
14218
|
country: string;
|
@@ -14255,8 +14255,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14255
14255
|
street?: string | null | undefined;
|
14256
14256
|
zipCode?: string | null | undefined;
|
14257
14257
|
} | {
|
14258
|
-
firstname
|
14259
|
-
surname
|
14258
|
+
firstname?: string | null | undefined;
|
14259
|
+
surname?: string | null | undefined;
|
14260
14260
|
middlename?: string | null | undefined;
|
14261
14261
|
} | {
|
14262
14262
|
country: string;
|
@@ -14307,8 +14307,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14307
14307
|
street?: string | null | undefined;
|
14308
14308
|
zipCode?: string | null | undefined;
|
14309
14309
|
} | {
|
14310
|
-
firstname
|
14311
|
-
surname
|
14310
|
+
firstname?: string | null | undefined;
|
14311
|
+
surname?: string | null | undefined;
|
14312
14312
|
middlename?: string | null | undefined;
|
14313
14313
|
} | {
|
14314
14314
|
country: string;
|
@@ -14351,8 +14351,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14351
14351
|
street?: string | null | undefined;
|
14352
14352
|
zipCode?: string | null | undefined;
|
14353
14353
|
} | {
|
14354
|
-
firstname
|
14355
|
-
surname
|
14354
|
+
firstname?: string | null | undefined;
|
14355
|
+
surname?: string | null | undefined;
|
14356
14356
|
middlename?: string | null | undefined;
|
14357
14357
|
} | {
|
14358
14358
|
country: string;
|
@@ -14403,8 +14403,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14403
14403
|
street?: string | null | undefined;
|
14404
14404
|
zipCode?: string | null | undefined;
|
14405
14405
|
} | {
|
14406
|
-
firstname
|
14407
|
-
surname
|
14406
|
+
firstname?: string | null | undefined;
|
14407
|
+
surname?: string | null | undefined;
|
14408
14408
|
middlename?: string | null | undefined;
|
14409
14409
|
} | {
|
14410
14410
|
country: string;
|
@@ -14448,8 +14448,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14448
14448
|
street?: string | null | undefined;
|
14449
14449
|
zipCode?: string | null | undefined;
|
14450
14450
|
} | {
|
14451
|
-
firstname
|
14452
|
-
surname
|
14451
|
+
firstname?: string | null | undefined;
|
14452
|
+
surname?: string | null | undefined;
|
14453
14453
|
middlename?: string | null | undefined;
|
14454
14454
|
} | {
|
14455
14455
|
country: string;
|
@@ -14500,8 +14500,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14500
14500
|
street?: string | null | undefined;
|
14501
14501
|
zipCode?: string | null | undefined;
|
14502
14502
|
} | {
|
14503
|
-
firstname
|
14504
|
-
surname
|
14503
|
+
firstname?: string | null | undefined;
|
14504
|
+
surname?: string | null | undefined;
|
14505
14505
|
middlename?: string | null | undefined;
|
14506
14506
|
} | {
|
14507
14507
|
country: string;
|
@@ -14545,8 +14545,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14545
14545
|
street?: string | null | undefined;
|
14546
14546
|
zipCode?: string | null | undefined;
|
14547
14547
|
} | {
|
14548
|
-
firstname
|
14549
|
-
surname
|
14548
|
+
firstname?: string | null | undefined;
|
14549
|
+
surname?: string | null | undefined;
|
14550
14550
|
middlename?: string | null | undefined;
|
14551
14551
|
} | {
|
14552
14552
|
country: string;
|
@@ -14597,8 +14597,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14597
14597
|
street?: string | null | undefined;
|
14598
14598
|
zipCode?: string | null | undefined;
|
14599
14599
|
} | {
|
14600
|
-
firstname
|
14601
|
-
surname
|
14600
|
+
firstname?: string | null | undefined;
|
14601
|
+
surname?: string | null | undefined;
|
14602
14602
|
middlename?: string | null | undefined;
|
14603
14603
|
} | {
|
14604
14604
|
country: string;
|
@@ -14641,8 +14641,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14641
14641
|
street?: string | null | undefined;
|
14642
14642
|
zipCode?: string | null | undefined;
|
14643
14643
|
} | {
|
14644
|
-
firstname
|
14645
|
-
surname
|
14644
|
+
firstname?: string | null | undefined;
|
14645
|
+
surname?: string | null | undefined;
|
14646
14646
|
middlename?: string | null | undefined;
|
14647
14647
|
} | {
|
14648
14648
|
country: string;
|
@@ -14669,7 +14669,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14669
14669
|
}[] | [string, string] | null | undefined> | null | undefined;
|
14670
14670
|
originalActionId?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
14671
14671
|
} | {
|
14672
|
-
type: "
|
14672
|
+
type: "NOTIFY" | "DECLARE" | "VALIDATE" | "REGISTER" | "REJECT" | "ARCHIVE" | "PRINT_CERTIFICATE";
|
14673
14673
|
id: string & import("zod").BRAND<"UUID">;
|
14674
14674
|
status: "Rejected";
|
14675
14675
|
transactionId: string;
|
@@ -14827,7 +14827,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
14827
14827
|
output: {
|
14828
14828
|
name: import("../commons").TranslationConfig;
|
14829
14829
|
actions: {
|
14830
|
-
type: "
|
14830
|
+
type: "DELETE" | "DECLARE" | "VALIDATE" | "REGISTER" | "PRINT_CERTIFICATE" | "READ" | "ASSIGN" | "UNASSIGN" | "DEFAULT";
|
14831
14831
|
conditionals?: import("../commons").JSONSchema[] | undefined;
|
14832
14832
|
}[];
|
14833
14833
|
query: {
|