@opencrvs/toolkit 1.8.1-rc.baeb06c → 1.8.1-rc.bbdfdc1
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/build.sh +5 -0
- package/dist/commons/api/router.d.ts +433 -392
- package/dist/commons/conditionals/validate.d.ts +11 -2
- package/dist/commons/events/ActionConfig.d.ts +2004 -366
- package/dist/commons/events/ActionDocument.d.ts +1319 -747
- package/dist/commons/events/ActionInput.d.ts +662 -600
- package/dist/commons/events/AdvancedSearchConfig.d.ts +83 -65
- package/dist/commons/events/CompositeFieldValue.d.ts +6 -6
- package/dist/commons/events/CountryConfigQueryInput.d.ts +88 -88
- package/dist/commons/events/Draft.d.ts +48 -48
- package/dist/commons/events/EventConfig.d.ts +695 -168
- package/dist/commons/events/EventDocument.d.ts +477 -432
- package/dist/commons/events/EventIndex.d.ts +184 -62
- package/dist/commons/events/EventMetadata.d.ts +9 -9
- package/dist/commons/events/FieldConfig.d.ts +254 -43
- 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 +1032 -246
- package/dist/commons/events/PageConfig.d.ts +264 -46
- package/dist/commons/events/WorkqueueConfig.d.ts +288 -164
- package/dist/commons/events/defineConfig.d.ts +129 -30
- package/dist/commons/events/event.d.ts +68 -6
- package/dist/commons/events/field.d.ts +14 -0
- package/dist/commons/events/test.utils.d.ts +17 -13
- package/dist/commons/events/utils.d.ts +236 -60
- package/dist/commons/notification/UserNotifications.d.ts +547 -0
- package/dist/commons/notification/index.d.ts +2 -0
- package/dist/conditionals/index.js +3 -2
- package/dist/events/index.js +265 -95
- package/dist/notification/index.d.ts +2 -0
- package/dist/notification/index.d.ts.map +1 -0
- package/dist/notification/index.js +5362 -0
- package/package.json +3 -2
- package/tsconfig.json +3 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/commons/conditionals/conditionals.test.d.ts +0 -2
- package/dist/commons/conditionals/validate-address.test.d.ts +0 -2
- package/dist/commons/conditionals/validate.test.d.ts +0 -2
- package/dist/commons/events/utils.test.d.ts +0 -2
@@ -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;
|
106
|
+
surname: string;
|
107
107
|
middlename?: string | null | undefined;
|
108
108
|
} | {
|
109
109
|
country: string;
|
@@ -150,8 +150,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
150
150
|
street?: string | null | undefined;
|
151
151
|
zipCode?: string | null | undefined;
|
152
152
|
} | {
|
153
|
-
firstname
|
154
|
-
surname
|
153
|
+
firstname: string;
|
154
|
+
surname: string;
|
155
155
|
middlename?: string | null | undefined;
|
156
156
|
} | {
|
157
157
|
country: string;
|
@@ -205,8 +205,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
205
205
|
street?: string | null | undefined;
|
206
206
|
zipCode?: string | null | undefined;
|
207
207
|
} | {
|
208
|
-
firstname
|
209
|
-
surname
|
208
|
+
firstname: string;
|
209
|
+
surname: string;
|
210
210
|
middlename?: string | null | undefined;
|
211
211
|
} | {
|
212
212
|
country: string;
|
@@ -252,8 +252,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
252
252
|
street?: string | null | undefined;
|
253
253
|
zipCode?: string | null | undefined;
|
254
254
|
} | {
|
255
|
-
firstname
|
256
|
-
surname
|
255
|
+
firstname: string;
|
256
|
+
surname: string;
|
257
257
|
middlename?: string | null | undefined;
|
258
258
|
} | {
|
259
259
|
country: string;
|
@@ -307,8 +307,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
307
307
|
street?: string | null | undefined;
|
308
308
|
zipCode?: string | null | undefined;
|
309
309
|
} | {
|
310
|
-
firstname
|
311
|
-
surname
|
310
|
+
firstname: string;
|
311
|
+
surname: string;
|
312
312
|
middlename?: string | null | undefined;
|
313
313
|
} | {
|
314
314
|
country: string;
|
@@ -354,8 +354,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
354
354
|
street?: string | null | undefined;
|
355
355
|
zipCode?: string | null | undefined;
|
356
356
|
} | {
|
357
|
-
firstname
|
358
|
-
surname
|
357
|
+
firstname: string;
|
358
|
+
surname: string;
|
359
359
|
middlename?: string | null | undefined;
|
360
360
|
} | {
|
361
361
|
country: string;
|
@@ -410,8 +410,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
410
410
|
street?: string | null | undefined;
|
411
411
|
zipCode?: string | null | undefined;
|
412
412
|
} | {
|
413
|
-
firstname
|
414
|
-
surname
|
413
|
+
firstname: string;
|
414
|
+
surname: string;
|
415
415
|
middlename?: string | null | undefined;
|
416
416
|
} | {
|
417
417
|
country: string;
|
@@ -457,8 +457,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
457
457
|
street?: string | null | undefined;
|
458
458
|
zipCode?: string | null | undefined;
|
459
459
|
} | {
|
460
|
-
firstname
|
461
|
-
surname
|
460
|
+
firstname: string;
|
461
|
+
surname: string;
|
462
462
|
middlename?: string | null | undefined;
|
463
463
|
} | {
|
464
464
|
country: string;
|
@@ -512,8 +512,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
512
512
|
street?: string | null | undefined;
|
513
513
|
zipCode?: string | null | undefined;
|
514
514
|
} | {
|
515
|
-
firstname
|
516
|
-
surname
|
515
|
+
firstname: string;
|
516
|
+
surname: string;
|
517
517
|
middlename?: string | null | undefined;
|
518
518
|
} | {
|
519
519
|
country: string;
|
@@ -559,8 +559,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
559
559
|
street?: string | null | undefined;
|
560
560
|
zipCode?: string | null | undefined;
|
561
561
|
} | {
|
562
|
-
firstname
|
563
|
-
surname
|
562
|
+
firstname: string;
|
563
|
+
surname: string;
|
564
564
|
middlename?: string | null | undefined;
|
565
565
|
} | {
|
566
566
|
country: string;
|
@@ -618,8 +618,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
618
618
|
street?: string | null | undefined;
|
619
619
|
zipCode?: string | null | undefined;
|
620
620
|
} | {
|
621
|
-
firstname
|
622
|
-
surname
|
621
|
+
firstname: string;
|
622
|
+
surname: string;
|
623
623
|
middlename?: string | null | undefined;
|
624
624
|
} | {
|
625
625
|
country: string;
|
@@ -665,8 +665,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
665
665
|
street?: string | null | undefined;
|
666
666
|
zipCode?: string | null | undefined;
|
667
667
|
} | {
|
668
|
-
firstname
|
669
|
-
surname
|
668
|
+
firstname: string;
|
669
|
+
surname: string;
|
670
670
|
middlename?: string | null | undefined;
|
671
671
|
} | {
|
672
672
|
country: string;
|
@@ -720,8 +720,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
720
720
|
street?: string | null | undefined;
|
721
721
|
zipCode?: string | null | undefined;
|
722
722
|
} | {
|
723
|
-
firstname
|
724
|
-
surname
|
723
|
+
firstname: string;
|
724
|
+
surname: string;
|
725
725
|
middlename?: string | null | undefined;
|
726
726
|
} | {
|
727
727
|
country: string;
|
@@ -767,8 +767,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
767
767
|
street?: string | null | undefined;
|
768
768
|
zipCode?: string | null | undefined;
|
769
769
|
} | {
|
770
|
-
firstname
|
771
|
-
surname
|
770
|
+
firstname: string;
|
771
|
+
surname: string;
|
772
772
|
middlename?: string | null | undefined;
|
773
773
|
} | {
|
774
774
|
country: string;
|
@@ -826,8 +826,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
826
826
|
street?: string | null | undefined;
|
827
827
|
zipCode?: string | null | undefined;
|
828
828
|
} | {
|
829
|
-
firstname
|
830
|
-
surname
|
829
|
+
firstname: string;
|
830
|
+
surname: string;
|
831
831
|
middlename?: string | null | undefined;
|
832
832
|
} | {
|
833
833
|
country: string;
|
@@ -873,8 +873,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
873
873
|
street?: string | null | undefined;
|
874
874
|
zipCode?: string | null | undefined;
|
875
875
|
} | {
|
876
|
-
firstname
|
877
|
-
surname
|
876
|
+
firstname: string;
|
877
|
+
surname: string;
|
878
878
|
middlename?: string | null | undefined;
|
879
879
|
} | {
|
880
880
|
country: string;
|
@@ -928,8 +928,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
928
928
|
street?: string | null | undefined;
|
929
929
|
zipCode?: string | null | undefined;
|
930
930
|
} | {
|
931
|
-
firstname
|
932
|
-
surname
|
931
|
+
firstname: string;
|
932
|
+
surname: string;
|
933
933
|
middlename?: string | null | undefined;
|
934
934
|
} | {
|
935
935
|
country: string;
|
@@ -975,8 +975,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
975
975
|
street?: string | null | undefined;
|
976
976
|
zipCode?: string | null | undefined;
|
977
977
|
} | {
|
978
|
-
firstname
|
979
|
-
surname
|
978
|
+
firstname: string;
|
979
|
+
surname: string;
|
980
980
|
middlename?: string | null | undefined;
|
981
981
|
} | {
|
982
982
|
country: string;
|
@@ -1030,8 +1030,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1030
1030
|
street?: string | null | undefined;
|
1031
1031
|
zipCode?: string | null | undefined;
|
1032
1032
|
} | {
|
1033
|
-
firstname
|
1034
|
-
surname
|
1033
|
+
firstname: string;
|
1034
|
+
surname: string;
|
1035
1035
|
middlename?: string | null | undefined;
|
1036
1036
|
} | {
|
1037
1037
|
country: string;
|
@@ -1077,8 +1077,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1077
1077
|
street?: string | null | undefined;
|
1078
1078
|
zipCode?: string | null | undefined;
|
1079
1079
|
} | {
|
1080
|
-
firstname
|
1081
|
-
surname
|
1080
|
+
firstname: string;
|
1081
|
+
surname: string;
|
1082
1082
|
middlename?: string | null | undefined;
|
1083
1083
|
} | {
|
1084
1084
|
country: string;
|
@@ -1132,8 +1132,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1132
1132
|
street?: string | null | undefined;
|
1133
1133
|
zipCode?: string | null | undefined;
|
1134
1134
|
} | {
|
1135
|
-
firstname
|
1136
|
-
surname
|
1135
|
+
firstname: string;
|
1136
|
+
surname: string;
|
1137
1137
|
middlename?: string | null | undefined;
|
1138
1138
|
} | {
|
1139
1139
|
country: string;
|
@@ -1161,6 +1161,9 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1161
1161
|
start: string;
|
1162
1162
|
end: string;
|
1163
1163
|
} | null | undefined>;
|
1164
|
+
content?: {
|
1165
|
+
templateId?: string | undefined;
|
1166
|
+
} | null | undefined;
|
1164
1167
|
createdBySignature?: string | null | undefined;
|
1165
1168
|
createdAtLocation?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
1166
1169
|
annotation?: Record<string, string | number | boolean | {
|
@@ -1179,8 +1182,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1179
1182
|
street?: string | null | undefined;
|
1180
1183
|
zipCode?: string | null | undefined;
|
1181
1184
|
} | {
|
1182
|
-
firstname
|
1183
|
-
surname
|
1185
|
+
firstname: string;
|
1186
|
+
surname: string;
|
1184
1187
|
middlename?: string | null | undefined;
|
1185
1188
|
} | {
|
1186
1189
|
country: string;
|
@@ -1234,8 +1237,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1234
1237
|
street?: string | null | undefined;
|
1235
1238
|
zipCode?: string | null | undefined;
|
1236
1239
|
} | {
|
1237
|
-
firstname
|
1238
|
-
surname
|
1240
|
+
firstname: string;
|
1241
|
+
surname: string;
|
1239
1242
|
middlename?: string | null | undefined;
|
1240
1243
|
} | {
|
1241
1244
|
country: string;
|
@@ -1281,8 +1284,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1281
1284
|
street?: string | null | undefined;
|
1282
1285
|
zipCode?: string | null | undefined;
|
1283
1286
|
} | {
|
1284
|
-
firstname
|
1285
|
-
surname
|
1287
|
+
firstname: string;
|
1288
|
+
surname: string;
|
1286
1289
|
middlename?: string | null | undefined;
|
1287
1290
|
} | {
|
1288
1291
|
country: string;
|
@@ -1336,8 +1339,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1336
1339
|
street?: string | null | undefined;
|
1337
1340
|
zipCode?: string | null | undefined;
|
1338
1341
|
} | {
|
1339
|
-
firstname
|
1340
|
-
surname
|
1342
|
+
firstname: string;
|
1343
|
+
surname: string;
|
1341
1344
|
middlename?: string | null | undefined;
|
1342
1345
|
} | {
|
1343
1346
|
country: string;
|
@@ -1384,8 +1387,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1384
1387
|
street?: string | null | undefined;
|
1385
1388
|
zipCode?: string | null | undefined;
|
1386
1389
|
} | {
|
1387
|
-
firstname
|
1388
|
-
surname
|
1390
|
+
firstname: string;
|
1391
|
+
surname: string;
|
1389
1392
|
middlename?: string | null | undefined;
|
1390
1393
|
} | {
|
1391
1394
|
country: string;
|
@@ -1418,6 +1421,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1418
1421
|
type: "REJECT_CORRECTION";
|
1419
1422
|
id: string & import("zod").BRAND<"UUID">;
|
1420
1423
|
status: "Rejected" | "Requested" | "Accepted";
|
1424
|
+
reason: {
|
1425
|
+
message: string;
|
1426
|
+
isDuplicate?: boolean | undefined;
|
1427
|
+
};
|
1421
1428
|
transactionId: string;
|
1422
1429
|
createdByUserType: "system" | "user";
|
1423
1430
|
createdAt: string;
|
@@ -1439,8 +1446,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1439
1446
|
street?: string | null | undefined;
|
1440
1447
|
zipCode?: string | null | undefined;
|
1441
1448
|
} | {
|
1442
|
-
firstname
|
1443
|
-
surname
|
1449
|
+
firstname: string;
|
1450
|
+
surname: string;
|
1444
1451
|
middlename?: string | null | undefined;
|
1445
1452
|
} | {
|
1446
1453
|
country: string;
|
@@ -1487,8 +1494,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1487
1494
|
street?: string | null | undefined;
|
1488
1495
|
zipCode?: string | null | undefined;
|
1489
1496
|
} | {
|
1490
|
-
firstname
|
1491
|
-
surname
|
1497
|
+
firstname: string;
|
1498
|
+
surname: string;
|
1492
1499
|
middlename?: string | null | undefined;
|
1493
1500
|
} | {
|
1494
1501
|
country: string;
|
@@ -1542,8 +1549,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1542
1549
|
street?: string | null | undefined;
|
1543
1550
|
zipCode?: string | null | undefined;
|
1544
1551
|
} | {
|
1545
|
-
firstname
|
1546
|
-
surname
|
1552
|
+
firstname: string;
|
1553
|
+
surname: string;
|
1547
1554
|
middlename?: string | null | undefined;
|
1548
1555
|
} | {
|
1549
1556
|
country: string;
|
@@ -1589,8 +1596,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1589
1596
|
street?: string | null | undefined;
|
1590
1597
|
zipCode?: string | null | undefined;
|
1591
1598
|
} | {
|
1592
|
-
firstname
|
1593
|
-
surname
|
1599
|
+
firstname: string;
|
1600
|
+
surname: string;
|
1594
1601
|
middlename?: string | null | undefined;
|
1595
1602
|
} | {
|
1596
1603
|
country: string;
|
@@ -1668,8 +1675,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1668
1675
|
street?: string | null | undefined;
|
1669
1676
|
zipCode?: string | null | undefined;
|
1670
1677
|
} | {
|
1671
|
-
firstname
|
1672
|
-
surname
|
1678
|
+
firstname: string;
|
1679
|
+
surname: string;
|
1673
1680
|
middlename?: string | null | undefined;
|
1674
1681
|
} | {
|
1675
1682
|
country: string;
|
@@ -1716,8 +1723,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1716
1723
|
street?: string | null | undefined;
|
1717
1724
|
zipCode?: string | null | undefined;
|
1718
1725
|
} | {
|
1719
|
-
firstname
|
1720
|
-
surname
|
1726
|
+
firstname: string;
|
1727
|
+
surname: string;
|
1721
1728
|
middlename?: string | null | undefined;
|
1722
1729
|
} | {
|
1723
1730
|
country: string;
|
@@ -1771,8 +1778,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1771
1778
|
street?: string | null | undefined;
|
1772
1779
|
zipCode?: string | null | undefined;
|
1773
1780
|
} | {
|
1774
|
-
firstname
|
1775
|
-
surname
|
1781
|
+
firstname: string;
|
1782
|
+
surname: string;
|
1776
1783
|
middlename?: string | null | undefined;
|
1777
1784
|
} | {
|
1778
1785
|
country: string;
|
@@ -1818,8 +1825,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1818
1825
|
street?: string | null | undefined;
|
1819
1826
|
zipCode?: string | null | undefined;
|
1820
1827
|
} | {
|
1821
|
-
firstname
|
1822
|
-
surname
|
1828
|
+
firstname: string;
|
1829
|
+
surname: string;
|
1823
1830
|
middlename?: string | null | undefined;
|
1824
1831
|
} | {
|
1825
1832
|
country: string;
|
@@ -1873,8 +1880,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1873
1880
|
street?: string | null | undefined;
|
1874
1881
|
zipCode?: string | null | undefined;
|
1875
1882
|
} | {
|
1876
|
-
firstname
|
1877
|
-
surname
|
1883
|
+
firstname: string;
|
1884
|
+
surname: string;
|
1878
1885
|
middlename?: string | null | undefined;
|
1879
1886
|
} | {
|
1880
1887
|
country: string;
|
@@ -1920,8 +1927,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1920
1927
|
street?: string | null | undefined;
|
1921
1928
|
zipCode?: string | null | undefined;
|
1922
1929
|
} | {
|
1923
|
-
firstname
|
1924
|
-
surname
|
1930
|
+
firstname: string;
|
1931
|
+
surname: string;
|
1925
1932
|
middlename?: string | null | undefined;
|
1926
1933
|
} | {
|
1927
1934
|
country: string;
|
@@ -1976,8 +1983,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
1976
1983
|
street?: string | null | undefined;
|
1977
1984
|
zipCode?: string | null | undefined;
|
1978
1985
|
} | {
|
1979
|
-
firstname
|
1980
|
-
surname
|
1986
|
+
firstname: string;
|
1987
|
+
surname: string;
|
1981
1988
|
middlename?: string | null | undefined;
|
1982
1989
|
} | {
|
1983
1990
|
country: string;
|
@@ -2023,8 +2030,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2023
2030
|
street?: string | null | undefined;
|
2024
2031
|
zipCode?: string | null | undefined;
|
2025
2032
|
} | {
|
2026
|
-
firstname
|
2027
|
-
surname
|
2033
|
+
firstname: string;
|
2034
|
+
surname: string;
|
2028
2035
|
middlename?: string | null | undefined;
|
2029
2036
|
} | {
|
2030
2037
|
country: string;
|
@@ -2078,8 +2085,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2078
2085
|
street?: string | null | undefined;
|
2079
2086
|
zipCode?: string | null | undefined;
|
2080
2087
|
} | {
|
2081
|
-
firstname
|
2082
|
-
surname
|
2088
|
+
firstname: string;
|
2089
|
+
surname: string;
|
2083
2090
|
middlename?: string | null | undefined;
|
2084
2091
|
} | {
|
2085
2092
|
country: string;
|
@@ -2125,8 +2132,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2125
2132
|
street?: string | null | undefined;
|
2126
2133
|
zipCode?: string | null | undefined;
|
2127
2134
|
} | {
|
2128
|
-
firstname
|
2129
|
-
surname
|
2135
|
+
firstname: string;
|
2136
|
+
surname: string;
|
2130
2137
|
middlename?: string | null | undefined;
|
2131
2138
|
} | {
|
2132
2139
|
country: string;
|
@@ -2184,8 +2191,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2184
2191
|
street?: string | null | undefined;
|
2185
2192
|
zipCode?: string | null | undefined;
|
2186
2193
|
} | {
|
2187
|
-
firstname
|
2188
|
-
surname
|
2194
|
+
firstname: string;
|
2195
|
+
surname: string;
|
2189
2196
|
middlename?: string | null | undefined;
|
2190
2197
|
} | {
|
2191
2198
|
country: string;
|
@@ -2231,8 +2238,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2231
2238
|
street?: string | null | undefined;
|
2232
2239
|
zipCode?: string | null | undefined;
|
2233
2240
|
} | {
|
2234
|
-
firstname
|
2235
|
-
surname
|
2241
|
+
firstname: string;
|
2242
|
+
surname: string;
|
2236
2243
|
middlename?: string | null | undefined;
|
2237
2244
|
} | {
|
2238
2245
|
country: string;
|
@@ -2286,8 +2293,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2286
2293
|
street?: string | null | undefined;
|
2287
2294
|
zipCode?: string | null | undefined;
|
2288
2295
|
} | {
|
2289
|
-
firstname
|
2290
|
-
surname
|
2296
|
+
firstname: string;
|
2297
|
+
surname: string;
|
2291
2298
|
middlename?: string | null | undefined;
|
2292
2299
|
} | {
|
2293
2300
|
country: string;
|
@@ -2333,8 +2340,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2333
2340
|
street?: string | null | undefined;
|
2334
2341
|
zipCode?: string | null | undefined;
|
2335
2342
|
} | {
|
2336
|
-
firstname
|
2337
|
-
surname
|
2343
|
+
firstname: string;
|
2344
|
+
surname: string;
|
2338
2345
|
middlename?: string | null | undefined;
|
2339
2346
|
} | {
|
2340
2347
|
country: string;
|
@@ -2392,8 +2399,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2392
2399
|
street?: string | null | undefined;
|
2393
2400
|
zipCode?: string | null | undefined;
|
2394
2401
|
} | {
|
2395
|
-
firstname
|
2396
|
-
surname
|
2402
|
+
firstname: string;
|
2403
|
+
surname: string;
|
2397
2404
|
middlename?: string | null | undefined;
|
2398
2405
|
} | {
|
2399
2406
|
country: string;
|
@@ -2439,8 +2446,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2439
2446
|
street?: string | null | undefined;
|
2440
2447
|
zipCode?: string | null | undefined;
|
2441
2448
|
} | {
|
2442
|
-
firstname
|
2443
|
-
surname
|
2449
|
+
firstname: string;
|
2450
|
+
surname: string;
|
2444
2451
|
middlename?: string | null | undefined;
|
2445
2452
|
} | {
|
2446
2453
|
country: string;
|
@@ -2494,8 +2501,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2494
2501
|
street?: string | null | undefined;
|
2495
2502
|
zipCode?: string | null | undefined;
|
2496
2503
|
} | {
|
2497
|
-
firstname
|
2498
|
-
surname
|
2504
|
+
firstname: string;
|
2505
|
+
surname: string;
|
2499
2506
|
middlename?: string | null | undefined;
|
2500
2507
|
} | {
|
2501
2508
|
country: string;
|
@@ -2541,8 +2548,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2541
2548
|
street?: string | null | undefined;
|
2542
2549
|
zipCode?: string | null | undefined;
|
2543
2550
|
} | {
|
2544
|
-
firstname
|
2545
|
-
surname
|
2551
|
+
firstname: string;
|
2552
|
+
surname: string;
|
2546
2553
|
middlename?: string | null | undefined;
|
2547
2554
|
} | {
|
2548
2555
|
country: string;
|
@@ -2596,8 +2603,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2596
2603
|
street?: string | null | undefined;
|
2597
2604
|
zipCode?: string | null | undefined;
|
2598
2605
|
} | {
|
2599
|
-
firstname
|
2600
|
-
surname
|
2606
|
+
firstname: string;
|
2607
|
+
surname: string;
|
2601
2608
|
middlename?: string | null | undefined;
|
2602
2609
|
} | {
|
2603
2610
|
country: string;
|
@@ -2643,8 +2650,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2643
2650
|
street?: string | null | undefined;
|
2644
2651
|
zipCode?: string | null | undefined;
|
2645
2652
|
} | {
|
2646
|
-
firstname
|
2647
|
-
surname
|
2653
|
+
firstname: string;
|
2654
|
+
surname: string;
|
2648
2655
|
middlename?: string | null | undefined;
|
2649
2656
|
} | {
|
2650
2657
|
country: string;
|
@@ -2698,8 +2705,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2698
2705
|
street?: string | null | undefined;
|
2699
2706
|
zipCode?: string | null | undefined;
|
2700
2707
|
} | {
|
2701
|
-
firstname
|
2702
|
-
surname
|
2708
|
+
firstname: string;
|
2709
|
+
surname: string;
|
2703
2710
|
middlename?: string | null | undefined;
|
2704
2711
|
} | {
|
2705
2712
|
country: string;
|
@@ -2727,6 +2734,9 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2727
2734
|
start: string;
|
2728
2735
|
end: string;
|
2729
2736
|
} | null | undefined>;
|
2737
|
+
content?: {
|
2738
|
+
templateId?: string | undefined;
|
2739
|
+
} | null | undefined;
|
2730
2740
|
createdBySignature?: string | null | undefined;
|
2731
2741
|
createdAtLocation?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
2732
2742
|
annotation?: Record<string, string | number | boolean | {
|
@@ -2745,8 +2755,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2745
2755
|
street?: string | null | undefined;
|
2746
2756
|
zipCode?: string | null | undefined;
|
2747
2757
|
} | {
|
2748
|
-
firstname
|
2749
|
-
surname
|
2758
|
+
firstname: string;
|
2759
|
+
surname: string;
|
2750
2760
|
middlename?: string | null | undefined;
|
2751
2761
|
} | {
|
2752
2762
|
country: string;
|
@@ -2800,8 +2810,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2800
2810
|
street?: string | null | undefined;
|
2801
2811
|
zipCode?: string | null | undefined;
|
2802
2812
|
} | {
|
2803
|
-
firstname
|
2804
|
-
surname
|
2813
|
+
firstname: string;
|
2814
|
+
surname: string;
|
2805
2815
|
middlename?: string | null | undefined;
|
2806
2816
|
} | {
|
2807
2817
|
country: string;
|
@@ -2847,8 +2857,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2847
2857
|
street?: string | null | undefined;
|
2848
2858
|
zipCode?: string | null | undefined;
|
2849
2859
|
} | {
|
2850
|
-
firstname
|
2851
|
-
surname
|
2860
|
+
firstname: string;
|
2861
|
+
surname: string;
|
2852
2862
|
middlename?: string | null | undefined;
|
2853
2863
|
} | {
|
2854
2864
|
country: string;
|
@@ -2902,8 +2912,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2902
2912
|
street?: string | null | undefined;
|
2903
2913
|
zipCode?: string | null | undefined;
|
2904
2914
|
} | {
|
2905
|
-
firstname
|
2906
|
-
surname
|
2915
|
+
firstname: string;
|
2916
|
+
surname: string;
|
2907
2917
|
middlename?: string | null | undefined;
|
2908
2918
|
} | {
|
2909
2919
|
country: string;
|
@@ -2950,8 +2960,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2950
2960
|
street?: string | null | undefined;
|
2951
2961
|
zipCode?: string | null | undefined;
|
2952
2962
|
} | {
|
2953
|
-
firstname
|
2954
|
-
surname
|
2963
|
+
firstname: string;
|
2964
|
+
surname: string;
|
2955
2965
|
middlename?: string | null | undefined;
|
2956
2966
|
} | {
|
2957
2967
|
country: string;
|
@@ -2984,6 +2994,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
2984
2994
|
type: "REJECT_CORRECTION";
|
2985
2995
|
id: string & import("zod").BRAND<"UUID">;
|
2986
2996
|
status: "Rejected" | "Requested" | "Accepted";
|
2997
|
+
reason: {
|
2998
|
+
message: string;
|
2999
|
+
isDuplicate?: boolean | undefined;
|
3000
|
+
};
|
2987
3001
|
transactionId: string;
|
2988
3002
|
createdByUserType: "system" | "user";
|
2989
3003
|
createdAt: string;
|
@@ -3005,8 +3019,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3005
3019
|
street?: string | null | undefined;
|
3006
3020
|
zipCode?: string | null | undefined;
|
3007
3021
|
} | {
|
3008
|
-
firstname
|
3009
|
-
surname
|
3022
|
+
firstname: string;
|
3023
|
+
surname: string;
|
3010
3024
|
middlename?: string | null | undefined;
|
3011
3025
|
} | {
|
3012
3026
|
country: string;
|
@@ -3053,8 +3067,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3053
3067
|
street?: string | null | undefined;
|
3054
3068
|
zipCode?: string | null | undefined;
|
3055
3069
|
} | {
|
3056
|
-
firstname
|
3057
|
-
surname
|
3070
|
+
firstname: string;
|
3071
|
+
surname: string;
|
3058
3072
|
middlename?: string | null | undefined;
|
3059
3073
|
} | {
|
3060
3074
|
country: string;
|
@@ -3108,8 +3122,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3108
3122
|
street?: string | null | undefined;
|
3109
3123
|
zipCode?: string | null | undefined;
|
3110
3124
|
} | {
|
3111
|
-
firstname
|
3112
|
-
surname
|
3125
|
+
firstname: string;
|
3126
|
+
surname: string;
|
3113
3127
|
middlename?: string | null | undefined;
|
3114
3128
|
} | {
|
3115
3129
|
country: string;
|
@@ -3155,8 +3169,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3155
3169
|
street?: string | null | undefined;
|
3156
3170
|
zipCode?: string | null | undefined;
|
3157
3171
|
} | {
|
3158
|
-
firstname
|
3159
|
-
surname
|
3172
|
+
firstname: string;
|
3173
|
+
surname: string;
|
3160
3174
|
middlename?: string | null | undefined;
|
3161
3175
|
} | {
|
3162
3176
|
country: string;
|
@@ -3263,8 +3277,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3263
3277
|
street?: string | null | undefined;
|
3264
3278
|
zipCode?: string | null | undefined;
|
3265
3279
|
} | {
|
3266
|
-
firstname
|
3267
|
-
surname
|
3280
|
+
firstname: string;
|
3281
|
+
surname: string;
|
3268
3282
|
middlename?: string | null | undefined;
|
3269
3283
|
} | {
|
3270
3284
|
country: string;
|
@@ -3310,8 +3324,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3310
3324
|
street?: string | null | undefined;
|
3311
3325
|
zipCode?: string | null | undefined;
|
3312
3326
|
} | {
|
3313
|
-
firstname
|
3314
|
-
surname
|
3327
|
+
firstname: string;
|
3328
|
+
surname: string;
|
3315
3329
|
middlename?: string | null | undefined;
|
3316
3330
|
} | {
|
3317
3331
|
country: string;
|
@@ -3366,8 +3380,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3366
3380
|
street?: string | null | undefined;
|
3367
3381
|
zipCode?: string | null | undefined;
|
3368
3382
|
} | {
|
3369
|
-
firstname
|
3370
|
-
surname
|
3383
|
+
firstname: string;
|
3384
|
+
surname: string;
|
3371
3385
|
middlename?: string | null | undefined;
|
3372
3386
|
} | {
|
3373
3387
|
country: string;
|
@@ -3411,8 +3425,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3411
3425
|
street?: string | null | undefined;
|
3412
3426
|
zipCode?: string | null | undefined;
|
3413
3427
|
} | {
|
3414
|
-
firstname
|
3415
|
-
surname
|
3428
|
+
firstname: string;
|
3429
|
+
surname: string;
|
3416
3430
|
middlename?: string | null | undefined;
|
3417
3431
|
} | {
|
3418
3432
|
country: string;
|
@@ -3472,8 +3486,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3472
3486
|
street?: string | null | undefined;
|
3473
3487
|
zipCode?: string | null | undefined;
|
3474
3488
|
} | {
|
3475
|
-
firstname
|
3476
|
-
surname
|
3489
|
+
firstname: string;
|
3490
|
+
surname: string;
|
3477
3491
|
middlename?: string | null | undefined;
|
3478
3492
|
} | {
|
3479
3493
|
country: string;
|
@@ -3519,8 +3533,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3519
3533
|
street?: string | null | undefined;
|
3520
3534
|
zipCode?: string | null | undefined;
|
3521
3535
|
} | {
|
3522
|
-
firstname
|
3523
|
-
surname
|
3536
|
+
firstname: string;
|
3537
|
+
surname: string;
|
3524
3538
|
middlename?: string | null | undefined;
|
3525
3539
|
} | {
|
3526
3540
|
country: string;
|
@@ -3919,8 +3933,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3919
3933
|
street?: string | null | undefined;
|
3920
3934
|
zipCode?: string | null | undefined;
|
3921
3935
|
} | {
|
3922
|
-
firstname
|
3923
|
-
surname
|
3936
|
+
firstname: string;
|
3937
|
+
surname: string;
|
3924
3938
|
middlename?: string | null | undefined;
|
3925
3939
|
} | {
|
3926
3940
|
country: string;
|
@@ -3964,8 +3978,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
3964
3978
|
street?: string | null | undefined;
|
3965
3979
|
zipCode?: string | null | undefined;
|
3966
3980
|
} | {
|
3967
|
-
firstname
|
3968
|
-
surname
|
3981
|
+
firstname: string;
|
3982
|
+
surname: string;
|
3969
3983
|
middlename?: string | null | undefined;
|
3970
3984
|
} | {
|
3971
3985
|
country: string;
|
@@ -4026,8 +4040,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4026
4040
|
street?: string | null | undefined;
|
4027
4041
|
zipCode?: string | null | undefined;
|
4028
4042
|
} | {
|
4029
|
-
firstname
|
4030
|
-
surname
|
4043
|
+
firstname: string;
|
4044
|
+
surname: string;
|
4031
4045
|
middlename?: string | null | undefined;
|
4032
4046
|
} | {
|
4033
4047
|
country: string;
|
@@ -4074,8 +4088,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4074
4088
|
street?: string | null | undefined;
|
4075
4089
|
zipCode?: string | null | undefined;
|
4076
4090
|
} | {
|
4077
|
-
firstname
|
4078
|
-
surname
|
4091
|
+
firstname: string;
|
4092
|
+
surname: string;
|
4079
4093
|
middlename?: string | null | undefined;
|
4080
4094
|
} | {
|
4081
4095
|
country: string;
|
@@ -4129,8 +4143,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4129
4143
|
street?: string | null | undefined;
|
4130
4144
|
zipCode?: string | null | undefined;
|
4131
4145
|
} | {
|
4132
|
-
firstname
|
4133
|
-
surname
|
4146
|
+
firstname: string;
|
4147
|
+
surname: string;
|
4134
4148
|
middlename?: string | null | undefined;
|
4135
4149
|
} | {
|
4136
4150
|
country: string;
|
@@ -4176,8 +4190,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4176
4190
|
street?: string | null | undefined;
|
4177
4191
|
zipCode?: string | null | undefined;
|
4178
4192
|
} | {
|
4179
|
-
firstname
|
4180
|
-
surname
|
4193
|
+
firstname: string;
|
4194
|
+
surname: string;
|
4181
4195
|
middlename?: string | null | undefined;
|
4182
4196
|
} | {
|
4183
4197
|
country: string;
|
@@ -4231,8 +4245,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4231
4245
|
street?: string | null | undefined;
|
4232
4246
|
zipCode?: string | null | undefined;
|
4233
4247
|
} | {
|
4234
|
-
firstname
|
4235
|
-
surname
|
4248
|
+
firstname: string;
|
4249
|
+
surname: string;
|
4236
4250
|
middlename?: string | null | undefined;
|
4237
4251
|
} | {
|
4238
4252
|
country: string;
|
@@ -4278,8 +4292,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4278
4292
|
street?: string | null | undefined;
|
4279
4293
|
zipCode?: string | null | undefined;
|
4280
4294
|
} | {
|
4281
|
-
firstname
|
4282
|
-
surname
|
4295
|
+
firstname: string;
|
4296
|
+
surname: string;
|
4283
4297
|
middlename?: string | null | undefined;
|
4284
4298
|
} | {
|
4285
4299
|
country: string;
|
@@ -4334,8 +4348,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4334
4348
|
street?: string | null | undefined;
|
4335
4349
|
zipCode?: string | null | undefined;
|
4336
4350
|
} | {
|
4337
|
-
firstname
|
4338
|
-
surname
|
4351
|
+
firstname: string;
|
4352
|
+
surname: string;
|
4339
4353
|
middlename?: string | null | undefined;
|
4340
4354
|
} | {
|
4341
4355
|
country: string;
|
@@ -4381,8 +4395,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4381
4395
|
street?: string | null | undefined;
|
4382
4396
|
zipCode?: string | null | undefined;
|
4383
4397
|
} | {
|
4384
|
-
firstname
|
4385
|
-
surname
|
4398
|
+
firstname: string;
|
4399
|
+
surname: string;
|
4386
4400
|
middlename?: string | null | undefined;
|
4387
4401
|
} | {
|
4388
4402
|
country: string;
|
@@ -4436,8 +4450,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4436
4450
|
street?: string | null | undefined;
|
4437
4451
|
zipCode?: string | null | undefined;
|
4438
4452
|
} | {
|
4439
|
-
firstname
|
4440
|
-
surname
|
4453
|
+
firstname: string;
|
4454
|
+
surname: string;
|
4441
4455
|
middlename?: string | null | undefined;
|
4442
4456
|
} | {
|
4443
4457
|
country: string;
|
@@ -4483,8 +4497,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4483
4497
|
street?: string | null | undefined;
|
4484
4498
|
zipCode?: string | null | undefined;
|
4485
4499
|
} | {
|
4486
|
-
firstname
|
4487
|
-
surname
|
4500
|
+
firstname: string;
|
4501
|
+
surname: string;
|
4488
4502
|
middlename?: string | null | undefined;
|
4489
4503
|
} | {
|
4490
4504
|
country: string;
|
@@ -4542,8 +4556,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4542
4556
|
street?: string | null | undefined;
|
4543
4557
|
zipCode?: string | null | undefined;
|
4544
4558
|
} | {
|
4545
|
-
firstname
|
4546
|
-
surname
|
4559
|
+
firstname: string;
|
4560
|
+
surname: string;
|
4547
4561
|
middlename?: string | null | undefined;
|
4548
4562
|
} | {
|
4549
4563
|
country: string;
|
@@ -4589,8 +4603,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4589
4603
|
street?: string | null | undefined;
|
4590
4604
|
zipCode?: string | null | undefined;
|
4591
4605
|
} | {
|
4592
|
-
firstname
|
4593
|
-
surname
|
4606
|
+
firstname: string;
|
4607
|
+
surname: string;
|
4594
4608
|
middlename?: string | null | undefined;
|
4595
4609
|
} | {
|
4596
4610
|
country: string;
|
@@ -4644,8 +4658,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4644
4658
|
street?: string | null | undefined;
|
4645
4659
|
zipCode?: string | null | undefined;
|
4646
4660
|
} | {
|
4647
|
-
firstname
|
4648
|
-
surname
|
4661
|
+
firstname: string;
|
4662
|
+
surname: string;
|
4649
4663
|
middlename?: string | null | undefined;
|
4650
4664
|
} | {
|
4651
4665
|
country: string;
|
@@ -4691,8 +4705,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4691
4705
|
street?: string | null | undefined;
|
4692
4706
|
zipCode?: string | null | undefined;
|
4693
4707
|
} | {
|
4694
|
-
firstname
|
4695
|
-
surname
|
4708
|
+
firstname: string;
|
4709
|
+
surname: string;
|
4696
4710
|
middlename?: string | null | undefined;
|
4697
4711
|
} | {
|
4698
4712
|
country: string;
|
@@ -4750,8 +4764,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4750
4764
|
street?: string | null | undefined;
|
4751
4765
|
zipCode?: string | null | undefined;
|
4752
4766
|
} | {
|
4753
|
-
firstname
|
4754
|
-
surname
|
4767
|
+
firstname: string;
|
4768
|
+
surname: string;
|
4755
4769
|
middlename?: string | null | undefined;
|
4756
4770
|
} | {
|
4757
4771
|
country: string;
|
@@ -4797,8 +4811,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4797
4811
|
street?: string | null | undefined;
|
4798
4812
|
zipCode?: string | null | undefined;
|
4799
4813
|
} | {
|
4800
|
-
firstname
|
4801
|
-
surname
|
4814
|
+
firstname: string;
|
4815
|
+
surname: string;
|
4802
4816
|
middlename?: string | null | undefined;
|
4803
4817
|
} | {
|
4804
4818
|
country: string;
|
@@ -4852,8 +4866,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4852
4866
|
street?: string | null | undefined;
|
4853
4867
|
zipCode?: string | null | undefined;
|
4854
4868
|
} | {
|
4855
|
-
firstname
|
4856
|
-
surname
|
4869
|
+
firstname: string;
|
4870
|
+
surname: string;
|
4857
4871
|
middlename?: string | null | undefined;
|
4858
4872
|
} | {
|
4859
4873
|
country: string;
|
@@ -4899,8 +4913,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4899
4913
|
street?: string | null | undefined;
|
4900
4914
|
zipCode?: string | null | undefined;
|
4901
4915
|
} | {
|
4902
|
-
firstname
|
4903
|
-
surname
|
4916
|
+
firstname: string;
|
4917
|
+
surname: string;
|
4904
4918
|
middlename?: string | null | undefined;
|
4905
4919
|
} | {
|
4906
4920
|
country: string;
|
@@ -4954,8 +4968,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
4954
4968
|
street?: string | null | undefined;
|
4955
4969
|
zipCode?: string | null | undefined;
|
4956
4970
|
} | {
|
4957
|
-
firstname
|
4958
|
-
surname
|
4971
|
+
firstname: string;
|
4972
|
+
surname: string;
|
4959
4973
|
middlename?: string | null | undefined;
|
4960
4974
|
} | {
|
4961
4975
|
country: string;
|
@@ -5001,8 +5015,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5001
5015
|
street?: string | null | undefined;
|
5002
5016
|
zipCode?: string | null | undefined;
|
5003
5017
|
} | {
|
5004
|
-
firstname
|
5005
|
-
surname
|
5018
|
+
firstname: string;
|
5019
|
+
surname: string;
|
5006
5020
|
middlename?: string | null | undefined;
|
5007
5021
|
} | {
|
5008
5022
|
country: string;
|
@@ -5056,8 +5070,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5056
5070
|
street?: string | null | undefined;
|
5057
5071
|
zipCode?: string | null | undefined;
|
5058
5072
|
} | {
|
5059
|
-
firstname
|
5060
|
-
surname
|
5073
|
+
firstname: string;
|
5074
|
+
surname: string;
|
5061
5075
|
middlename?: string | null | undefined;
|
5062
5076
|
} | {
|
5063
5077
|
country: string;
|
@@ -5085,6 +5099,9 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5085
5099
|
start: string;
|
5086
5100
|
end: string;
|
5087
5101
|
} | null | undefined>;
|
5102
|
+
content?: {
|
5103
|
+
templateId?: string | undefined;
|
5104
|
+
} | null | undefined;
|
5088
5105
|
createdBySignature?: string | null | undefined;
|
5089
5106
|
createdAtLocation?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
5090
5107
|
annotation?: Record<string, string | number | boolean | {
|
@@ -5103,8 +5120,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5103
5120
|
street?: string | null | undefined;
|
5104
5121
|
zipCode?: string | null | undefined;
|
5105
5122
|
} | {
|
5106
|
-
firstname
|
5107
|
-
surname
|
5123
|
+
firstname: string;
|
5124
|
+
surname: string;
|
5108
5125
|
middlename?: string | null | undefined;
|
5109
5126
|
} | {
|
5110
5127
|
country: string;
|
@@ -5158,8 +5175,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5158
5175
|
street?: string | null | undefined;
|
5159
5176
|
zipCode?: string | null | undefined;
|
5160
5177
|
} | {
|
5161
|
-
firstname
|
5162
|
-
surname
|
5178
|
+
firstname: string;
|
5179
|
+
surname: string;
|
5163
5180
|
middlename?: string | null | undefined;
|
5164
5181
|
} | {
|
5165
5182
|
country: string;
|
@@ -5205,8 +5222,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5205
5222
|
street?: string | null | undefined;
|
5206
5223
|
zipCode?: string | null | undefined;
|
5207
5224
|
} | {
|
5208
|
-
firstname
|
5209
|
-
surname
|
5225
|
+
firstname: string;
|
5226
|
+
surname: string;
|
5210
5227
|
middlename?: string | null | undefined;
|
5211
5228
|
} | {
|
5212
5229
|
country: string;
|
@@ -5260,8 +5277,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5260
5277
|
street?: string | null | undefined;
|
5261
5278
|
zipCode?: string | null | undefined;
|
5262
5279
|
} | {
|
5263
|
-
firstname
|
5264
|
-
surname
|
5280
|
+
firstname: string;
|
5281
|
+
surname: string;
|
5265
5282
|
middlename?: string | null | undefined;
|
5266
5283
|
} | {
|
5267
5284
|
country: string;
|
@@ -5308,8 +5325,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5308
5325
|
street?: string | null | undefined;
|
5309
5326
|
zipCode?: string | null | undefined;
|
5310
5327
|
} | {
|
5311
|
-
firstname
|
5312
|
-
surname
|
5328
|
+
firstname: string;
|
5329
|
+
surname: string;
|
5313
5330
|
middlename?: string | null | undefined;
|
5314
5331
|
} | {
|
5315
5332
|
country: string;
|
@@ -5342,6 +5359,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5342
5359
|
type: "REJECT_CORRECTION";
|
5343
5360
|
id: string & import("zod").BRAND<"UUID">;
|
5344
5361
|
status: "Rejected" | "Requested" | "Accepted";
|
5362
|
+
reason: {
|
5363
|
+
message: string;
|
5364
|
+
isDuplicate?: boolean | undefined;
|
5365
|
+
};
|
5345
5366
|
transactionId: string;
|
5346
5367
|
createdByUserType: "system" | "user";
|
5347
5368
|
createdAt: string;
|
@@ -5363,8 +5384,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5363
5384
|
street?: string | null | undefined;
|
5364
5385
|
zipCode?: string | null | undefined;
|
5365
5386
|
} | {
|
5366
|
-
firstname
|
5367
|
-
surname
|
5387
|
+
firstname: string;
|
5388
|
+
surname: string;
|
5368
5389
|
middlename?: string | null | undefined;
|
5369
5390
|
} | {
|
5370
5391
|
country: string;
|
@@ -5411,8 +5432,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5411
5432
|
street?: string | null | undefined;
|
5412
5433
|
zipCode?: string | null | undefined;
|
5413
5434
|
} | {
|
5414
|
-
firstname
|
5415
|
-
surname
|
5435
|
+
firstname: string;
|
5436
|
+
surname: string;
|
5416
5437
|
middlename?: string | null | undefined;
|
5417
5438
|
} | {
|
5418
5439
|
country: string;
|
@@ -5466,8 +5487,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5466
5487
|
street?: string | null | undefined;
|
5467
5488
|
zipCode?: string | null | undefined;
|
5468
5489
|
} | {
|
5469
|
-
firstname
|
5470
|
-
surname
|
5490
|
+
firstname: string;
|
5491
|
+
surname: string;
|
5471
5492
|
middlename?: string | null | undefined;
|
5472
5493
|
} | {
|
5473
5494
|
country: string;
|
@@ -5513,8 +5534,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5513
5534
|
street?: string | null | undefined;
|
5514
5535
|
zipCode?: string | null | undefined;
|
5515
5536
|
} | {
|
5516
|
-
firstname
|
5517
|
-
surname
|
5537
|
+
firstname: string;
|
5538
|
+
surname: string;
|
5518
5539
|
middlename?: string | null | undefined;
|
5519
5540
|
} | {
|
5520
5541
|
country: string;
|
@@ -5581,8 +5602,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5581
5602
|
street?: string | null | undefined;
|
5582
5603
|
zipCode?: string | null | undefined;
|
5583
5604
|
} | {
|
5584
|
-
firstname
|
5585
|
-
surname
|
5605
|
+
firstname: string;
|
5606
|
+
surname: string;
|
5586
5607
|
middlename?: string | null | undefined;
|
5587
5608
|
} | {
|
5588
5609
|
country: string;
|
@@ -5626,8 +5647,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5626
5647
|
street?: string | null | undefined;
|
5627
5648
|
zipCode?: string | null | undefined;
|
5628
5649
|
} | {
|
5629
|
-
firstname
|
5630
|
-
surname
|
5650
|
+
firstname: string;
|
5651
|
+
surname: string;
|
5631
5652
|
middlename?: string | null | undefined;
|
5632
5653
|
} | {
|
5633
5654
|
country: string;
|
@@ -5689,8 +5710,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5689
5710
|
street?: string | null | undefined;
|
5690
5711
|
zipCode?: string | null | undefined;
|
5691
5712
|
} | {
|
5692
|
-
firstname
|
5693
|
-
surname
|
5713
|
+
firstname: string;
|
5714
|
+
surname: string;
|
5694
5715
|
middlename?: string | null | undefined;
|
5695
5716
|
} | {
|
5696
5717
|
country: string;
|
@@ -5737,8 +5758,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5737
5758
|
street?: string | null | undefined;
|
5738
5759
|
zipCode?: string | null | undefined;
|
5739
5760
|
} | {
|
5740
|
-
firstname
|
5741
|
-
surname
|
5761
|
+
firstname: string;
|
5762
|
+
surname: string;
|
5742
5763
|
middlename?: string | null | undefined;
|
5743
5764
|
} | {
|
5744
5765
|
country: string;
|
@@ -5792,8 +5813,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5792
5813
|
street?: string | null | undefined;
|
5793
5814
|
zipCode?: string | null | undefined;
|
5794
5815
|
} | {
|
5795
|
-
firstname
|
5796
|
-
surname
|
5816
|
+
firstname: string;
|
5817
|
+
surname: string;
|
5797
5818
|
middlename?: string | null | undefined;
|
5798
5819
|
} | {
|
5799
5820
|
country: string;
|
@@ -5839,8 +5860,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5839
5860
|
street?: string | null | undefined;
|
5840
5861
|
zipCode?: string | null | undefined;
|
5841
5862
|
} | {
|
5842
|
-
firstname
|
5843
|
-
surname
|
5863
|
+
firstname: string;
|
5864
|
+
surname: string;
|
5844
5865
|
middlename?: string | null | undefined;
|
5845
5866
|
} | {
|
5846
5867
|
country: string;
|
@@ -5894,8 +5915,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5894
5915
|
street?: string | null | undefined;
|
5895
5916
|
zipCode?: string | null | undefined;
|
5896
5917
|
} | {
|
5897
|
-
firstname
|
5898
|
-
surname
|
5918
|
+
firstname: string;
|
5919
|
+
surname: string;
|
5899
5920
|
middlename?: string | null | undefined;
|
5900
5921
|
} | {
|
5901
5922
|
country: string;
|
@@ -5941,8 +5962,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5941
5962
|
street?: string | null | undefined;
|
5942
5963
|
zipCode?: string | null | undefined;
|
5943
5964
|
} | {
|
5944
|
-
firstname
|
5945
|
-
surname
|
5965
|
+
firstname: string;
|
5966
|
+
surname: string;
|
5946
5967
|
middlename?: string | null | undefined;
|
5947
5968
|
} | {
|
5948
5969
|
country: string;
|
@@ -5997,8 +6018,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
5997
6018
|
street?: string | null | undefined;
|
5998
6019
|
zipCode?: string | null | undefined;
|
5999
6020
|
} | {
|
6000
|
-
firstname
|
6001
|
-
surname
|
6021
|
+
firstname: string;
|
6022
|
+
surname: string;
|
6002
6023
|
middlename?: string | null | undefined;
|
6003
6024
|
} | {
|
6004
6025
|
country: string;
|
@@ -6044,8 +6065,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6044
6065
|
street?: string | null | undefined;
|
6045
6066
|
zipCode?: string | null | undefined;
|
6046
6067
|
} | {
|
6047
|
-
firstname
|
6048
|
-
surname
|
6068
|
+
firstname: string;
|
6069
|
+
surname: string;
|
6049
6070
|
middlename?: string | null | undefined;
|
6050
6071
|
} | {
|
6051
6072
|
country: string;
|
@@ -6099,8 +6120,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6099
6120
|
street?: string | null | undefined;
|
6100
6121
|
zipCode?: string | null | undefined;
|
6101
6122
|
} | {
|
6102
|
-
firstname
|
6103
|
-
surname
|
6123
|
+
firstname: string;
|
6124
|
+
surname: string;
|
6104
6125
|
middlename?: string | null | undefined;
|
6105
6126
|
} | {
|
6106
6127
|
country: string;
|
@@ -6146,8 +6167,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6146
6167
|
street?: string | null | undefined;
|
6147
6168
|
zipCode?: string | null | undefined;
|
6148
6169
|
} | {
|
6149
|
-
firstname
|
6150
|
-
surname
|
6170
|
+
firstname: string;
|
6171
|
+
surname: string;
|
6151
6172
|
middlename?: string | null | undefined;
|
6152
6173
|
} | {
|
6153
6174
|
country: string;
|
@@ -6205,8 +6226,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6205
6226
|
street?: string | null | undefined;
|
6206
6227
|
zipCode?: string | null | undefined;
|
6207
6228
|
} | {
|
6208
|
-
firstname
|
6209
|
-
surname
|
6229
|
+
firstname: string;
|
6230
|
+
surname: string;
|
6210
6231
|
middlename?: string | null | undefined;
|
6211
6232
|
} | {
|
6212
6233
|
country: string;
|
@@ -6252,8 +6273,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6252
6273
|
street?: string | null | undefined;
|
6253
6274
|
zipCode?: string | null | undefined;
|
6254
6275
|
} | {
|
6255
|
-
firstname
|
6256
|
-
surname
|
6276
|
+
firstname: string;
|
6277
|
+
surname: string;
|
6257
6278
|
middlename?: string | null | undefined;
|
6258
6279
|
} | {
|
6259
6280
|
country: string;
|
@@ -6307,8 +6328,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6307
6328
|
street?: string | null | undefined;
|
6308
6329
|
zipCode?: string | null | undefined;
|
6309
6330
|
} | {
|
6310
|
-
firstname
|
6311
|
-
surname
|
6331
|
+
firstname: string;
|
6332
|
+
surname: string;
|
6312
6333
|
middlename?: string | null | undefined;
|
6313
6334
|
} | {
|
6314
6335
|
country: string;
|
@@ -6354,8 +6375,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6354
6375
|
street?: string | null | undefined;
|
6355
6376
|
zipCode?: string | null | undefined;
|
6356
6377
|
} | {
|
6357
|
-
firstname
|
6358
|
-
surname
|
6378
|
+
firstname: string;
|
6379
|
+
surname: string;
|
6359
6380
|
middlename?: string | null | undefined;
|
6360
6381
|
} | {
|
6361
6382
|
country: string;
|
@@ -6413,8 +6434,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6413
6434
|
street?: string | null | undefined;
|
6414
6435
|
zipCode?: string | null | undefined;
|
6415
6436
|
} | {
|
6416
|
-
firstname
|
6417
|
-
surname
|
6437
|
+
firstname: string;
|
6438
|
+
surname: string;
|
6418
6439
|
middlename?: string | null | undefined;
|
6419
6440
|
} | {
|
6420
6441
|
country: string;
|
@@ -6460,8 +6481,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6460
6481
|
street?: string | null | undefined;
|
6461
6482
|
zipCode?: string | null | undefined;
|
6462
6483
|
} | {
|
6463
|
-
firstname
|
6464
|
-
surname
|
6484
|
+
firstname: string;
|
6485
|
+
surname: string;
|
6465
6486
|
middlename?: string | null | undefined;
|
6466
6487
|
} | {
|
6467
6488
|
country: string;
|
@@ -6515,8 +6536,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6515
6536
|
street?: string | null | undefined;
|
6516
6537
|
zipCode?: string | null | undefined;
|
6517
6538
|
} | {
|
6518
|
-
firstname
|
6519
|
-
surname
|
6539
|
+
firstname: string;
|
6540
|
+
surname: string;
|
6520
6541
|
middlename?: string | null | undefined;
|
6521
6542
|
} | {
|
6522
6543
|
country: string;
|
@@ -6562,8 +6583,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6562
6583
|
street?: string | null | undefined;
|
6563
6584
|
zipCode?: string | null | undefined;
|
6564
6585
|
} | {
|
6565
|
-
firstname
|
6566
|
-
surname
|
6586
|
+
firstname: string;
|
6587
|
+
surname: string;
|
6567
6588
|
middlename?: string | null | undefined;
|
6568
6589
|
} | {
|
6569
6590
|
country: string;
|
@@ -6617,8 +6638,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6617
6638
|
street?: string | null | undefined;
|
6618
6639
|
zipCode?: string | null | undefined;
|
6619
6640
|
} | {
|
6620
|
-
firstname
|
6621
|
-
surname
|
6641
|
+
firstname: string;
|
6642
|
+
surname: string;
|
6622
6643
|
middlename?: string | null | undefined;
|
6623
6644
|
} | {
|
6624
6645
|
country: string;
|
@@ -6664,8 +6685,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6664
6685
|
street?: string | null | undefined;
|
6665
6686
|
zipCode?: string | null | undefined;
|
6666
6687
|
} | {
|
6667
|
-
firstname
|
6668
|
-
surname
|
6688
|
+
firstname: string;
|
6689
|
+
surname: string;
|
6669
6690
|
middlename?: string | null | undefined;
|
6670
6691
|
} | {
|
6671
6692
|
country: string;
|
@@ -6719,8 +6740,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6719
6740
|
street?: string | null | undefined;
|
6720
6741
|
zipCode?: string | null | undefined;
|
6721
6742
|
} | {
|
6722
|
-
firstname
|
6723
|
-
surname
|
6743
|
+
firstname: string;
|
6744
|
+
surname: string;
|
6724
6745
|
middlename?: string | null | undefined;
|
6725
6746
|
} | {
|
6726
6747
|
country: string;
|
@@ -6748,6 +6769,9 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6748
6769
|
start: string;
|
6749
6770
|
end: string;
|
6750
6771
|
} | null | undefined>;
|
6772
|
+
content?: {
|
6773
|
+
templateId?: string | undefined;
|
6774
|
+
} | null | undefined;
|
6751
6775
|
createdBySignature?: string | null | undefined;
|
6752
6776
|
createdAtLocation?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
6753
6777
|
annotation?: Record<string, string | number | boolean | {
|
@@ -6766,8 +6790,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6766
6790
|
street?: string | null | undefined;
|
6767
6791
|
zipCode?: string | null | undefined;
|
6768
6792
|
} | {
|
6769
|
-
firstname
|
6770
|
-
surname
|
6793
|
+
firstname: string;
|
6794
|
+
surname: string;
|
6771
6795
|
middlename?: string | null | undefined;
|
6772
6796
|
} | {
|
6773
6797
|
country: string;
|
@@ -6821,8 +6845,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6821
6845
|
street?: string | null | undefined;
|
6822
6846
|
zipCode?: string | null | undefined;
|
6823
6847
|
} | {
|
6824
|
-
firstname
|
6825
|
-
surname
|
6848
|
+
firstname: string;
|
6849
|
+
surname: string;
|
6826
6850
|
middlename?: string | null | undefined;
|
6827
6851
|
} | {
|
6828
6852
|
country: string;
|
@@ -6868,8 +6892,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6868
6892
|
street?: string | null | undefined;
|
6869
6893
|
zipCode?: string | null | undefined;
|
6870
6894
|
} | {
|
6871
|
-
firstname
|
6872
|
-
surname
|
6895
|
+
firstname: string;
|
6896
|
+
surname: string;
|
6873
6897
|
middlename?: string | null | undefined;
|
6874
6898
|
} | {
|
6875
6899
|
country: string;
|
@@ -6923,8 +6947,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6923
6947
|
street?: string | null | undefined;
|
6924
6948
|
zipCode?: string | null | undefined;
|
6925
6949
|
} | {
|
6926
|
-
firstname
|
6927
|
-
surname
|
6950
|
+
firstname: string;
|
6951
|
+
surname: string;
|
6928
6952
|
middlename?: string | null | undefined;
|
6929
6953
|
} | {
|
6930
6954
|
country: string;
|
@@ -6971,8 +6995,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
6971
6995
|
street?: string | null | undefined;
|
6972
6996
|
zipCode?: string | null | undefined;
|
6973
6997
|
} | {
|
6974
|
-
firstname
|
6975
|
-
surname
|
6998
|
+
firstname: string;
|
6999
|
+
surname: string;
|
6976
7000
|
middlename?: string | null | undefined;
|
6977
7001
|
} | {
|
6978
7002
|
country: string;
|
@@ -7005,6 +7029,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7005
7029
|
type: "REJECT_CORRECTION";
|
7006
7030
|
id: string & import("zod").BRAND<"UUID">;
|
7007
7031
|
status: "Rejected" | "Requested" | "Accepted";
|
7032
|
+
reason: {
|
7033
|
+
message: string;
|
7034
|
+
isDuplicate?: boolean | undefined;
|
7035
|
+
};
|
7008
7036
|
transactionId: string;
|
7009
7037
|
createdByUserType: "system" | "user";
|
7010
7038
|
createdAt: string;
|
@@ -7026,8 +7054,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7026
7054
|
street?: string | null | undefined;
|
7027
7055
|
zipCode?: string | null | undefined;
|
7028
7056
|
} | {
|
7029
|
-
firstname
|
7030
|
-
surname
|
7057
|
+
firstname: string;
|
7058
|
+
surname: string;
|
7031
7059
|
middlename?: string | null | undefined;
|
7032
7060
|
} | {
|
7033
7061
|
country: string;
|
@@ -7074,8 +7102,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7074
7102
|
street?: string | null | undefined;
|
7075
7103
|
zipCode?: string | null | undefined;
|
7076
7104
|
} | {
|
7077
|
-
firstname
|
7078
|
-
surname
|
7105
|
+
firstname: string;
|
7106
|
+
surname: string;
|
7079
7107
|
middlename?: string | null | undefined;
|
7080
7108
|
} | {
|
7081
7109
|
country: string;
|
@@ -7129,8 +7157,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7129
7157
|
street?: string | null | undefined;
|
7130
7158
|
zipCode?: string | null | undefined;
|
7131
7159
|
} | {
|
7132
|
-
firstname
|
7133
|
-
surname
|
7160
|
+
firstname: string;
|
7161
|
+
surname: string;
|
7134
7162
|
middlename?: string | null | undefined;
|
7135
7163
|
} | {
|
7136
7164
|
country: string;
|
@@ -7176,8 +7204,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7176
7204
|
street?: string | null | undefined;
|
7177
7205
|
zipCode?: string | null | undefined;
|
7178
7206
|
} | {
|
7179
|
-
firstname
|
7180
|
-
surname
|
7207
|
+
firstname: string;
|
7208
|
+
surname: string;
|
7181
7209
|
middlename?: string | null | undefined;
|
7182
7210
|
} | {
|
7183
7211
|
country: string;
|
@@ -7381,7 +7409,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7381
7409
|
output: {
|
7382
7410
|
type: string;
|
7383
7411
|
id: string & import("zod").BRAND<"UUID">;
|
7384
|
-
status: "ARCHIVED" | "
|
7412
|
+
status: "ARCHIVED" | "DECLARED" | "REGISTERED" | "VALIDATED" | "CREATED" | "NOTIFIED";
|
7385
7413
|
createdAt: string;
|
7386
7414
|
createdBy: string;
|
7387
7415
|
declaration: Record<string, string | number | boolean | {
|
@@ -7411,8 +7439,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7411
7439
|
surname: string;
|
7412
7440
|
middlename?: string | undefined;
|
7413
7441
|
} | {
|
7414
|
-
firstname
|
7415
|
-
surname
|
7442
|
+
firstname: string;
|
7443
|
+
surname: string;
|
7416
7444
|
middlename?: string | null | undefined;
|
7417
7445
|
} | {
|
7418
7446
|
country: string;
|
@@ -7476,7 +7504,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7476
7504
|
output: {
|
7477
7505
|
type: string;
|
7478
7506
|
id: string & import("zod").BRAND<"UUID">;
|
7479
|
-
status: "ARCHIVED" | "
|
7507
|
+
status: "ARCHIVED" | "DECLARED" | "REGISTERED" | "VALIDATED" | "CREATED" | "NOTIFIED";
|
7480
7508
|
createdAt: string;
|
7481
7509
|
createdBy: string;
|
7482
7510
|
declaration: Record<string, string | number | boolean | {
|
@@ -7506,8 +7534,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7506
7534
|
surname: string;
|
7507
7535
|
middlename?: string | undefined;
|
7508
7536
|
} | {
|
7509
|
-
firstname
|
7510
|
-
surname
|
7537
|
+
firstname: string;
|
7538
|
+
surname: string;
|
7511
7539
|
middlename?: string | null | undefined;
|
7512
7540
|
} | {
|
7513
7541
|
country: string;
|
@@ -7594,8 +7622,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7594
7622
|
street?: string | null | undefined;
|
7595
7623
|
zipCode?: string | null | undefined;
|
7596
7624
|
} | {
|
7597
|
-
firstname
|
7598
|
-
surname
|
7625
|
+
firstname: string;
|
7626
|
+
surname: string;
|
7599
7627
|
middlename?: string | null | undefined;
|
7600
7628
|
} | {
|
7601
7629
|
country: string;
|
@@ -7642,8 +7670,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7642
7670
|
street?: string | null | undefined;
|
7643
7671
|
zipCode?: string | null | undefined;
|
7644
7672
|
} | {
|
7645
|
-
firstname
|
7646
|
-
surname
|
7673
|
+
firstname: string;
|
7674
|
+
surname: string;
|
7647
7675
|
middlename?: string | null | undefined;
|
7648
7676
|
} | {
|
7649
7677
|
country: string;
|
@@ -7697,8 +7725,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7697
7725
|
street?: string | null | undefined;
|
7698
7726
|
zipCode?: string | null | undefined;
|
7699
7727
|
} | {
|
7700
|
-
firstname
|
7701
|
-
surname
|
7728
|
+
firstname: string;
|
7729
|
+
surname: string;
|
7702
7730
|
middlename?: string | null | undefined;
|
7703
7731
|
} | {
|
7704
7732
|
country: string;
|
@@ -7744,8 +7772,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7744
7772
|
street?: string | null | undefined;
|
7745
7773
|
zipCode?: string | null | undefined;
|
7746
7774
|
} | {
|
7747
|
-
firstname
|
7748
|
-
surname
|
7775
|
+
firstname: string;
|
7776
|
+
surname: string;
|
7749
7777
|
middlename?: string | null | undefined;
|
7750
7778
|
} | {
|
7751
7779
|
country: string;
|
@@ -7799,8 +7827,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7799
7827
|
street?: string | null | undefined;
|
7800
7828
|
zipCode?: string | null | undefined;
|
7801
7829
|
} | {
|
7802
|
-
firstname
|
7803
|
-
surname
|
7830
|
+
firstname: string;
|
7831
|
+
surname: string;
|
7804
7832
|
middlename?: string | null | undefined;
|
7805
7833
|
} | {
|
7806
7834
|
country: string;
|
@@ -7846,8 +7874,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7846
7874
|
street?: string | null | undefined;
|
7847
7875
|
zipCode?: string | null | undefined;
|
7848
7876
|
} | {
|
7849
|
-
firstname
|
7850
|
-
surname
|
7877
|
+
firstname: string;
|
7878
|
+
surname: string;
|
7851
7879
|
middlename?: string | null | undefined;
|
7852
7880
|
} | {
|
7853
7881
|
country: string;
|
@@ -7902,8 +7930,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7902
7930
|
street?: string | null | undefined;
|
7903
7931
|
zipCode?: string | null | undefined;
|
7904
7932
|
} | {
|
7905
|
-
firstname
|
7906
|
-
surname
|
7933
|
+
firstname: string;
|
7934
|
+
surname: string;
|
7907
7935
|
middlename?: string | null | undefined;
|
7908
7936
|
} | {
|
7909
7937
|
country: string;
|
@@ -7949,8 +7977,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
7949
7977
|
street?: string | null | undefined;
|
7950
7978
|
zipCode?: string | null | undefined;
|
7951
7979
|
} | {
|
7952
|
-
firstname
|
7953
|
-
surname
|
7980
|
+
firstname: string;
|
7981
|
+
surname: string;
|
7954
7982
|
middlename?: string | null | undefined;
|
7955
7983
|
} | {
|
7956
7984
|
country: string;
|
@@ -8004,8 +8032,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8004
8032
|
street?: string | null | undefined;
|
8005
8033
|
zipCode?: string | null | undefined;
|
8006
8034
|
} | {
|
8007
|
-
firstname
|
8008
|
-
surname
|
8035
|
+
firstname: string;
|
8036
|
+
surname: string;
|
8009
8037
|
middlename?: string | null | undefined;
|
8010
8038
|
} | {
|
8011
8039
|
country: string;
|
@@ -8051,8 +8079,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8051
8079
|
street?: string | null | undefined;
|
8052
8080
|
zipCode?: string | null | undefined;
|
8053
8081
|
} | {
|
8054
|
-
firstname
|
8055
|
-
surname
|
8082
|
+
firstname: string;
|
8083
|
+
surname: string;
|
8056
8084
|
middlename?: string | null | undefined;
|
8057
8085
|
} | {
|
8058
8086
|
country: string;
|
@@ -8110,8 +8138,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8110
8138
|
street?: string | null | undefined;
|
8111
8139
|
zipCode?: string | null | undefined;
|
8112
8140
|
} | {
|
8113
|
-
firstname
|
8114
|
-
surname
|
8141
|
+
firstname: string;
|
8142
|
+
surname: string;
|
8115
8143
|
middlename?: string | null | undefined;
|
8116
8144
|
} | {
|
8117
8145
|
country: string;
|
@@ -8157,8 +8185,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8157
8185
|
street?: string | null | undefined;
|
8158
8186
|
zipCode?: string | null | undefined;
|
8159
8187
|
} | {
|
8160
|
-
firstname
|
8161
|
-
surname
|
8188
|
+
firstname: string;
|
8189
|
+
surname: string;
|
8162
8190
|
middlename?: string | null | undefined;
|
8163
8191
|
} | {
|
8164
8192
|
country: string;
|
@@ -8212,8 +8240,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8212
8240
|
street?: string | null | undefined;
|
8213
8241
|
zipCode?: string | null | undefined;
|
8214
8242
|
} | {
|
8215
|
-
firstname
|
8216
|
-
surname
|
8243
|
+
firstname: string;
|
8244
|
+
surname: string;
|
8217
8245
|
middlename?: string | null | undefined;
|
8218
8246
|
} | {
|
8219
8247
|
country: string;
|
@@ -8259,8 +8287,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8259
8287
|
street?: string | null | undefined;
|
8260
8288
|
zipCode?: string | null | undefined;
|
8261
8289
|
} | {
|
8262
|
-
firstname
|
8263
|
-
surname
|
8290
|
+
firstname: string;
|
8291
|
+
surname: string;
|
8264
8292
|
middlename?: string | null | undefined;
|
8265
8293
|
} | {
|
8266
8294
|
country: string;
|
@@ -8318,8 +8346,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8318
8346
|
street?: string | null | undefined;
|
8319
8347
|
zipCode?: string | null | undefined;
|
8320
8348
|
} | {
|
8321
|
-
firstname
|
8322
|
-
surname
|
8349
|
+
firstname: string;
|
8350
|
+
surname: string;
|
8323
8351
|
middlename?: string | null | undefined;
|
8324
8352
|
} | {
|
8325
8353
|
country: string;
|
@@ -8365,8 +8393,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8365
8393
|
street?: string | null | undefined;
|
8366
8394
|
zipCode?: string | null | undefined;
|
8367
8395
|
} | {
|
8368
|
-
firstname
|
8369
|
-
surname
|
8396
|
+
firstname: string;
|
8397
|
+
surname: string;
|
8370
8398
|
middlename?: string | null | undefined;
|
8371
8399
|
} | {
|
8372
8400
|
country: string;
|
@@ -8420,8 +8448,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8420
8448
|
street?: string | null | undefined;
|
8421
8449
|
zipCode?: string | null | undefined;
|
8422
8450
|
} | {
|
8423
|
-
firstname
|
8424
|
-
surname
|
8451
|
+
firstname: string;
|
8452
|
+
surname: string;
|
8425
8453
|
middlename?: string | null | undefined;
|
8426
8454
|
} | {
|
8427
8455
|
country: string;
|
@@ -8467,8 +8495,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8467
8495
|
street?: string | null | undefined;
|
8468
8496
|
zipCode?: string | null | undefined;
|
8469
8497
|
} | {
|
8470
|
-
firstname
|
8471
|
-
surname
|
8498
|
+
firstname: string;
|
8499
|
+
surname: string;
|
8472
8500
|
middlename?: string | null | undefined;
|
8473
8501
|
} | {
|
8474
8502
|
country: string;
|
@@ -8522,8 +8550,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8522
8550
|
street?: string | null | undefined;
|
8523
8551
|
zipCode?: string | null | undefined;
|
8524
8552
|
} | {
|
8525
|
-
firstname
|
8526
|
-
surname
|
8553
|
+
firstname: string;
|
8554
|
+
surname: string;
|
8527
8555
|
middlename?: string | null | undefined;
|
8528
8556
|
} | {
|
8529
8557
|
country: string;
|
@@ -8569,8 +8597,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8569
8597
|
street?: string | null | undefined;
|
8570
8598
|
zipCode?: string | null | undefined;
|
8571
8599
|
} | {
|
8572
|
-
firstname
|
8573
|
-
surname
|
8600
|
+
firstname: string;
|
8601
|
+
surname: string;
|
8574
8602
|
middlename?: string | null | undefined;
|
8575
8603
|
} | {
|
8576
8604
|
country: string;
|
@@ -8624,8 +8652,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8624
8652
|
street?: string | null | undefined;
|
8625
8653
|
zipCode?: string | null | undefined;
|
8626
8654
|
} | {
|
8627
|
-
firstname
|
8628
|
-
surname
|
8655
|
+
firstname: string;
|
8656
|
+
surname: string;
|
8629
8657
|
middlename?: string | null | undefined;
|
8630
8658
|
} | {
|
8631
8659
|
country: string;
|
@@ -8653,6 +8681,9 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8653
8681
|
start: string;
|
8654
8682
|
end: string;
|
8655
8683
|
} | null | undefined>;
|
8684
|
+
content?: {
|
8685
|
+
templateId?: string | undefined;
|
8686
|
+
} | null | undefined;
|
8656
8687
|
createdBySignature?: string | null | undefined;
|
8657
8688
|
createdAtLocation?: string | null | undefined;
|
8658
8689
|
annotation?: Record<string, string | number | boolean | {
|
@@ -8671,8 +8702,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8671
8702
|
street?: string | null | undefined;
|
8672
8703
|
zipCode?: string | null | undefined;
|
8673
8704
|
} | {
|
8674
|
-
firstname
|
8675
|
-
surname
|
8705
|
+
firstname: string;
|
8706
|
+
surname: string;
|
8676
8707
|
middlename?: string | null | undefined;
|
8677
8708
|
} | {
|
8678
8709
|
country: string;
|
@@ -8726,8 +8757,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8726
8757
|
street?: string | null | undefined;
|
8727
8758
|
zipCode?: string | null | undefined;
|
8728
8759
|
} | {
|
8729
|
-
firstname
|
8730
|
-
surname
|
8760
|
+
firstname: string;
|
8761
|
+
surname: string;
|
8731
8762
|
middlename?: string | null | undefined;
|
8732
8763
|
} | {
|
8733
8764
|
country: string;
|
@@ -8773,8 +8804,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8773
8804
|
street?: string | null | undefined;
|
8774
8805
|
zipCode?: string | null | undefined;
|
8775
8806
|
} | {
|
8776
|
-
firstname
|
8777
|
-
surname
|
8807
|
+
firstname: string;
|
8808
|
+
surname: string;
|
8778
8809
|
middlename?: string | null | undefined;
|
8779
8810
|
} | {
|
8780
8811
|
country: string;
|
@@ -8828,8 +8859,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8828
8859
|
street?: string | null | undefined;
|
8829
8860
|
zipCode?: string | null | undefined;
|
8830
8861
|
} | {
|
8831
|
-
firstname
|
8832
|
-
surname
|
8862
|
+
firstname: string;
|
8863
|
+
surname: string;
|
8833
8864
|
middlename?: string | null | undefined;
|
8834
8865
|
} | {
|
8835
8866
|
country: string;
|
@@ -8876,8 +8907,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8876
8907
|
street?: string | null | undefined;
|
8877
8908
|
zipCode?: string | null | undefined;
|
8878
8909
|
} | {
|
8879
|
-
firstname
|
8880
|
-
surname
|
8910
|
+
firstname: string;
|
8911
|
+
surname: string;
|
8881
8912
|
middlename?: string | null | undefined;
|
8882
8913
|
} | {
|
8883
8914
|
country: string;
|
@@ -8910,6 +8941,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8910
8941
|
type: "REJECT_CORRECTION";
|
8911
8942
|
id: string;
|
8912
8943
|
status: "Rejected" | "Requested" | "Accepted";
|
8944
|
+
reason: {
|
8945
|
+
message: string;
|
8946
|
+
isDuplicate?: boolean | undefined;
|
8947
|
+
};
|
8913
8948
|
transactionId: string;
|
8914
8949
|
createdByUserType: "system" | "user";
|
8915
8950
|
createdAt: string;
|
@@ -8931,8 +8966,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8931
8966
|
street?: string | null | undefined;
|
8932
8967
|
zipCode?: string | null | undefined;
|
8933
8968
|
} | {
|
8934
|
-
firstname
|
8935
|
-
surname
|
8969
|
+
firstname: string;
|
8970
|
+
surname: string;
|
8936
8971
|
middlename?: string | null | undefined;
|
8937
8972
|
} | {
|
8938
8973
|
country: string;
|
@@ -8979,8 +9014,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
8979
9014
|
street?: string | null | undefined;
|
8980
9015
|
zipCode?: string | null | undefined;
|
8981
9016
|
} | {
|
8982
|
-
firstname
|
8983
|
-
surname
|
9017
|
+
firstname: string;
|
9018
|
+
surname: string;
|
8984
9019
|
middlename?: string | null | undefined;
|
8985
9020
|
} | {
|
8986
9021
|
country: string;
|
@@ -9034,8 +9069,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9034
9069
|
street?: string | null | undefined;
|
9035
9070
|
zipCode?: string | null | undefined;
|
9036
9071
|
} | {
|
9037
|
-
firstname
|
9038
|
-
surname
|
9072
|
+
firstname: string;
|
9073
|
+
surname: string;
|
9039
9074
|
middlename?: string | null | undefined;
|
9040
9075
|
} | {
|
9041
9076
|
country: string;
|
@@ -9081,8 +9116,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9081
9116
|
street?: string | null | undefined;
|
9082
9117
|
zipCode?: string | null | undefined;
|
9083
9118
|
} | {
|
9084
|
-
firstname
|
9085
|
-
surname
|
9119
|
+
firstname: string;
|
9120
|
+
surname: string;
|
9086
9121
|
middlename?: string | null | undefined;
|
9087
9122
|
} | {
|
9088
9123
|
country: string;
|
@@ -9156,8 +9191,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9156
9191
|
street?: string | null | undefined;
|
9157
9192
|
zipCode?: string | null | undefined;
|
9158
9193
|
} | {
|
9159
|
-
firstname
|
9160
|
-
surname
|
9194
|
+
firstname: string;
|
9195
|
+
surname: string;
|
9161
9196
|
middlename?: string | null | undefined;
|
9162
9197
|
} | {
|
9163
9198
|
country: string;
|
@@ -9204,8 +9239,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9204
9239
|
street?: string | null | undefined;
|
9205
9240
|
zipCode?: string | null | undefined;
|
9206
9241
|
} | {
|
9207
|
-
firstname
|
9208
|
-
surname
|
9242
|
+
firstname: string;
|
9243
|
+
surname: string;
|
9209
9244
|
middlename?: string | null | undefined;
|
9210
9245
|
} | {
|
9211
9246
|
country: string;
|
@@ -9259,8 +9294,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9259
9294
|
street?: string | null | undefined;
|
9260
9295
|
zipCode?: string | null | undefined;
|
9261
9296
|
} | {
|
9262
|
-
firstname
|
9263
|
-
surname
|
9297
|
+
firstname: string;
|
9298
|
+
surname: string;
|
9264
9299
|
middlename?: string | null | undefined;
|
9265
9300
|
} | {
|
9266
9301
|
country: string;
|
@@ -9306,8 +9341,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9306
9341
|
street?: string | null | undefined;
|
9307
9342
|
zipCode?: string | null | undefined;
|
9308
9343
|
} | {
|
9309
|
-
firstname
|
9310
|
-
surname
|
9344
|
+
firstname: string;
|
9345
|
+
surname: string;
|
9311
9346
|
middlename?: string | null | undefined;
|
9312
9347
|
} | {
|
9313
9348
|
country: string;
|
@@ -9361,8 +9396,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9361
9396
|
street?: string | null | undefined;
|
9362
9397
|
zipCode?: string | null | undefined;
|
9363
9398
|
} | {
|
9364
|
-
firstname
|
9365
|
-
surname
|
9399
|
+
firstname: string;
|
9400
|
+
surname: string;
|
9366
9401
|
middlename?: string | null | undefined;
|
9367
9402
|
} | {
|
9368
9403
|
country: string;
|
@@ -9408,8 +9443,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9408
9443
|
street?: string | null | undefined;
|
9409
9444
|
zipCode?: string | null | undefined;
|
9410
9445
|
} | {
|
9411
|
-
firstname
|
9412
|
-
surname
|
9446
|
+
firstname: string;
|
9447
|
+
surname: string;
|
9413
9448
|
middlename?: string | null | undefined;
|
9414
9449
|
} | {
|
9415
9450
|
country: string;
|
@@ -9464,8 +9499,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9464
9499
|
street?: string | null | undefined;
|
9465
9500
|
zipCode?: string | null | undefined;
|
9466
9501
|
} | {
|
9467
|
-
firstname
|
9468
|
-
surname
|
9502
|
+
firstname: string;
|
9503
|
+
surname: string;
|
9469
9504
|
middlename?: string | null | undefined;
|
9470
9505
|
} | {
|
9471
9506
|
country: string;
|
@@ -9511,8 +9546,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9511
9546
|
street?: string | null | undefined;
|
9512
9547
|
zipCode?: string | null | undefined;
|
9513
9548
|
} | {
|
9514
|
-
firstname
|
9515
|
-
surname
|
9549
|
+
firstname: string;
|
9550
|
+
surname: string;
|
9516
9551
|
middlename?: string | null | undefined;
|
9517
9552
|
} | {
|
9518
9553
|
country: string;
|
@@ -9566,8 +9601,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9566
9601
|
street?: string | null | undefined;
|
9567
9602
|
zipCode?: string | null | undefined;
|
9568
9603
|
} | {
|
9569
|
-
firstname
|
9570
|
-
surname
|
9604
|
+
firstname: string;
|
9605
|
+
surname: string;
|
9571
9606
|
middlename?: string | null | undefined;
|
9572
9607
|
} | {
|
9573
9608
|
country: string;
|
@@ -9613,8 +9648,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9613
9648
|
street?: string | null | undefined;
|
9614
9649
|
zipCode?: string | null | undefined;
|
9615
9650
|
} | {
|
9616
|
-
firstname
|
9617
|
-
surname
|
9651
|
+
firstname: string;
|
9652
|
+
surname: string;
|
9618
9653
|
middlename?: string | null | undefined;
|
9619
9654
|
} | {
|
9620
9655
|
country: string;
|
@@ -9672,8 +9707,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9672
9707
|
street?: string | null | undefined;
|
9673
9708
|
zipCode?: string | null | undefined;
|
9674
9709
|
} | {
|
9675
|
-
firstname
|
9676
|
-
surname
|
9710
|
+
firstname: string;
|
9711
|
+
surname: string;
|
9677
9712
|
middlename?: string | null | undefined;
|
9678
9713
|
} | {
|
9679
9714
|
country: string;
|
@@ -9719,8 +9754,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9719
9754
|
street?: string | null | undefined;
|
9720
9755
|
zipCode?: string | null | undefined;
|
9721
9756
|
} | {
|
9722
|
-
firstname
|
9723
|
-
surname
|
9757
|
+
firstname: string;
|
9758
|
+
surname: string;
|
9724
9759
|
middlename?: string | null | undefined;
|
9725
9760
|
} | {
|
9726
9761
|
country: string;
|
@@ -9774,8 +9809,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9774
9809
|
street?: string | null | undefined;
|
9775
9810
|
zipCode?: string | null | undefined;
|
9776
9811
|
} | {
|
9777
|
-
firstname
|
9778
|
-
surname
|
9812
|
+
firstname: string;
|
9813
|
+
surname: string;
|
9779
9814
|
middlename?: string | null | undefined;
|
9780
9815
|
} | {
|
9781
9816
|
country: string;
|
@@ -9821,8 +9856,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9821
9856
|
street?: string | null | undefined;
|
9822
9857
|
zipCode?: string | null | undefined;
|
9823
9858
|
} | {
|
9824
|
-
firstname
|
9825
|
-
surname
|
9859
|
+
firstname: string;
|
9860
|
+
surname: string;
|
9826
9861
|
middlename?: string | null | undefined;
|
9827
9862
|
} | {
|
9828
9863
|
country: string;
|
@@ -9880,8 +9915,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9880
9915
|
street?: string | null | undefined;
|
9881
9916
|
zipCode?: string | null | undefined;
|
9882
9917
|
} | {
|
9883
|
-
firstname
|
9884
|
-
surname
|
9918
|
+
firstname: string;
|
9919
|
+
surname: string;
|
9885
9920
|
middlename?: string | null | undefined;
|
9886
9921
|
} | {
|
9887
9922
|
country: string;
|
@@ -9927,8 +9962,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9927
9962
|
street?: string | null | undefined;
|
9928
9963
|
zipCode?: string | null | undefined;
|
9929
9964
|
} | {
|
9930
|
-
firstname
|
9931
|
-
surname
|
9965
|
+
firstname: string;
|
9966
|
+
surname: string;
|
9932
9967
|
middlename?: string | null | undefined;
|
9933
9968
|
} | {
|
9934
9969
|
country: string;
|
@@ -9982,8 +10017,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
9982
10017
|
street?: string | null | undefined;
|
9983
10018
|
zipCode?: string | null | undefined;
|
9984
10019
|
} | {
|
9985
|
-
firstname
|
9986
|
-
surname
|
10020
|
+
firstname: string;
|
10021
|
+
surname: string;
|
9987
10022
|
middlename?: string | null | undefined;
|
9988
10023
|
} | {
|
9989
10024
|
country: string;
|
@@ -10029,8 +10064,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10029
10064
|
street?: string | null | undefined;
|
10030
10065
|
zipCode?: string | null | undefined;
|
10031
10066
|
} | {
|
10032
|
-
firstname
|
10033
|
-
surname
|
10067
|
+
firstname: string;
|
10068
|
+
surname: string;
|
10034
10069
|
middlename?: string | null | undefined;
|
10035
10070
|
} | {
|
10036
10071
|
country: string;
|
@@ -10084,8 +10119,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10084
10119
|
street?: string | null | undefined;
|
10085
10120
|
zipCode?: string | null | undefined;
|
10086
10121
|
} | {
|
10087
|
-
firstname
|
10088
|
-
surname
|
10122
|
+
firstname: string;
|
10123
|
+
surname: string;
|
10089
10124
|
middlename?: string | null | undefined;
|
10090
10125
|
} | {
|
10091
10126
|
country: string;
|
@@ -10131,8 +10166,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10131
10166
|
street?: string | null | undefined;
|
10132
10167
|
zipCode?: string | null | undefined;
|
10133
10168
|
} | {
|
10134
|
-
firstname
|
10135
|
-
surname
|
10169
|
+
firstname: string;
|
10170
|
+
surname: string;
|
10136
10171
|
middlename?: string | null | undefined;
|
10137
10172
|
} | {
|
10138
10173
|
country: string;
|
@@ -10186,8 +10221,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10186
10221
|
street?: string | null | undefined;
|
10187
10222
|
zipCode?: string | null | undefined;
|
10188
10223
|
} | {
|
10189
|
-
firstname
|
10190
|
-
surname
|
10224
|
+
firstname: string;
|
10225
|
+
surname: string;
|
10191
10226
|
middlename?: string | null | undefined;
|
10192
10227
|
} | {
|
10193
10228
|
country: string;
|
@@ -10215,6 +10250,9 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10215
10250
|
start: string;
|
10216
10251
|
end: string;
|
10217
10252
|
} | null | undefined>;
|
10253
|
+
content?: {
|
10254
|
+
templateId?: string | undefined;
|
10255
|
+
} | null | undefined;
|
10218
10256
|
createdBySignature?: string | null | undefined;
|
10219
10257
|
createdAtLocation?: (string & import("zod").BRAND<"UUID">) | null | undefined;
|
10220
10258
|
annotation?: Record<string, string | number | boolean | {
|
@@ -10233,8 +10271,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10233
10271
|
street?: string | null | undefined;
|
10234
10272
|
zipCode?: string | null | undefined;
|
10235
10273
|
} | {
|
10236
|
-
firstname
|
10237
|
-
surname
|
10274
|
+
firstname: string;
|
10275
|
+
surname: string;
|
10238
10276
|
middlename?: string | null | undefined;
|
10239
10277
|
} | {
|
10240
10278
|
country: string;
|
@@ -10288,8 +10326,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10288
10326
|
street?: string | null | undefined;
|
10289
10327
|
zipCode?: string | null | undefined;
|
10290
10328
|
} | {
|
10291
|
-
firstname
|
10292
|
-
surname
|
10329
|
+
firstname: string;
|
10330
|
+
surname: string;
|
10293
10331
|
middlename?: string | null | undefined;
|
10294
10332
|
} | {
|
10295
10333
|
country: string;
|
@@ -10335,8 +10373,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10335
10373
|
street?: string | null | undefined;
|
10336
10374
|
zipCode?: string | null | undefined;
|
10337
10375
|
} | {
|
10338
|
-
firstname
|
10339
|
-
surname
|
10376
|
+
firstname: string;
|
10377
|
+
surname: string;
|
10340
10378
|
middlename?: string | null | undefined;
|
10341
10379
|
} | {
|
10342
10380
|
country: string;
|
@@ -10390,8 +10428,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10390
10428
|
street?: string | null | undefined;
|
10391
10429
|
zipCode?: string | null | undefined;
|
10392
10430
|
} | {
|
10393
|
-
firstname
|
10394
|
-
surname
|
10431
|
+
firstname: string;
|
10432
|
+
surname: string;
|
10395
10433
|
middlename?: string | null | undefined;
|
10396
10434
|
} | {
|
10397
10435
|
country: string;
|
@@ -10438,8 +10476,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10438
10476
|
street?: string | null | undefined;
|
10439
10477
|
zipCode?: string | null | undefined;
|
10440
10478
|
} | {
|
10441
|
-
firstname
|
10442
|
-
surname
|
10479
|
+
firstname: string;
|
10480
|
+
surname: string;
|
10443
10481
|
middlename?: string | null | undefined;
|
10444
10482
|
} | {
|
10445
10483
|
country: string;
|
@@ -10472,6 +10510,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10472
10510
|
type: "REJECT_CORRECTION";
|
10473
10511
|
id: string & import("zod").BRAND<"UUID">;
|
10474
10512
|
status: "Rejected" | "Requested" | "Accepted";
|
10513
|
+
reason: {
|
10514
|
+
message: string;
|
10515
|
+
isDuplicate?: boolean | undefined;
|
10516
|
+
};
|
10475
10517
|
transactionId: string;
|
10476
10518
|
createdByUserType: "system" | "user";
|
10477
10519
|
createdAt: string;
|
@@ -10493,8 +10535,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10493
10535
|
street?: string | null | undefined;
|
10494
10536
|
zipCode?: string | null | undefined;
|
10495
10537
|
} | {
|
10496
|
-
firstname
|
10497
|
-
surname
|
10538
|
+
firstname: string;
|
10539
|
+
surname: string;
|
10498
10540
|
middlename?: string | null | undefined;
|
10499
10541
|
} | {
|
10500
10542
|
country: string;
|
@@ -10541,8 +10583,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10541
10583
|
street?: string | null | undefined;
|
10542
10584
|
zipCode?: string | null | undefined;
|
10543
10585
|
} | {
|
10544
|
-
firstname
|
10545
|
-
surname
|
10586
|
+
firstname: string;
|
10587
|
+
surname: string;
|
10546
10588
|
middlename?: string | null | undefined;
|
10547
10589
|
} | {
|
10548
10590
|
country: string;
|
@@ -10596,8 +10638,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10596
10638
|
street?: string | null | undefined;
|
10597
10639
|
zipCode?: string | null | undefined;
|
10598
10640
|
} | {
|
10599
|
-
firstname
|
10600
|
-
surname
|
10641
|
+
firstname: string;
|
10642
|
+
surname: string;
|
10601
10643
|
middlename?: string | null | undefined;
|
10602
10644
|
} | {
|
10603
10645
|
country: string;
|
@@ -10643,8 +10685,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10643
10685
|
street?: string | null | undefined;
|
10644
10686
|
zipCode?: string | null | undefined;
|
10645
10687
|
} | {
|
10646
|
-
firstname
|
10647
|
-
surname
|
10688
|
+
firstname: string;
|
10689
|
+
surname: string;
|
10648
10690
|
middlename?: string | null | undefined;
|
10649
10691
|
} | {
|
10650
10692
|
country: string;
|
@@ -10763,7 +10805,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10763
10805
|
set: import("@trpc/server").TRPCMutationProcedure<{
|
10764
10806
|
input: {
|
10765
10807
|
id: string;
|
10766
|
-
externalId: string | null;
|
10767
10808
|
name: string;
|
10768
10809
|
partOf: string | null;
|
10769
10810
|
}[];
|
@@ -10774,7 +10815,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10774
10815
|
input: void;
|
10775
10816
|
output: {
|
10776
10817
|
id: string & import("zod").BRAND<"UUID">;
|
10777
|
-
externalId: string | null;
|
10778
10818
|
name: string;
|
10779
10819
|
partOf: (string & import("zod").BRAND<"UUID">) | null;
|
10780
10820
|
}[];
|
@@ -10836,10 +10876,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10836
10876
|
clauses: {
|
10837
10877
|
status?: {
|
10838
10878
|
type: "exact";
|
10839
|
-
term: "ARCHIVED" | "
|
10879
|
+
term: "ARCHIVED" | "DECLARED" | "REGISTERED" | "VALIDATED" | "CREATED" | "NOTIFIED";
|
10840
10880
|
} | {
|
10841
10881
|
type: "anyOf";
|
10842
|
-
terms: ("ARCHIVED" | "
|
10882
|
+
terms: ("ARCHIVED" | "DECLARED" | "REGISTERED" | "VALIDATED" | "CREATED" | "NOTIFIED")[];
|
10843
10883
|
} | undefined;
|
10844
10884
|
data?: any;
|
10845
10885
|
createdByUserType?: {
|
@@ -10945,10 +10985,10 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
10945
10985
|
clauses: {
|
10946
10986
|
status?: {
|
10947
10987
|
type: "exact";
|
10948
|
-
term: "ARCHIVED" | "
|
10988
|
+
term: "ARCHIVED" | "DECLARED" | "REGISTERED" | "VALIDATED" | "CREATED" | "NOTIFIED";
|
10949
10989
|
} | {
|
10950
10990
|
type: "anyOf";
|
10951
|
-
terms: ("ARCHIVED" | "
|
10991
|
+
terms: ("ARCHIVED" | "DECLARED" | "REGISTERED" | "VALIDATED" | "CREATED" | "NOTIFIED")[];
|
10952
10992
|
} | undefined;
|
10953
10993
|
data?: any;
|
10954
10994
|
createdByUserType?: {
|
@@ -11058,6 +11098,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
11058
11098
|
label: import("../commons").TranslationConfig;
|
11059
11099
|
}[];
|
11060
11100
|
icon: "Validated" | "Registered" | "Certified" | "Archived" | "List" | "Assigned" | "Close" | "Collapse" | "Draft" | "DuplicateYellow" | "Expand" | "ExternalValidate" | "FilledCheck" | "InReview" | "Offline" | "RequiresUpdates" | "Sent" | "WaitingApproval" | "ChartActivity" | "Activity" | "Archive" | "ArchiveTray" | "ArrowLeft" | "ArrowRight" | "Buildings" | "Circle" | "CaretDown" | "CaretLeft" | "CaretRight" | "ChartBar" | "ChartLine" | "ChatCircle" | "CheckSquare" | "Compass" | "Check" | "Copy" | "Database" | "DotsThreeVertical" | "ArrowCounterClockwise" | "MagnifyingGlassMinus" | "MagnifyingGlassPlus" | "Export" | "Eye" | "EyeSlash" | "Envelope" | "File" | "FileSearch" | "FileMinus" | "FilePlus" | "FileText" | "FileX" | "Handshake" | "Gear" | "GitBranch" | "IdentificationCard" | "ListBullets" | "Lock" | "MagnifyingGlass" | "MapPin" | "Medal" | "NotePencil" | "Paperclip" | "PaperPlaneTilt" | "Pen" | "Pencil" | "PencilSimpleLine" | "Phone" | "Plus" | "Printer" | "SignOut" | "Star" | "Target" | "TextT" | "Trash" | "UploadSimple" | "User" | "UserPlus" | "Users" | "WarningCircle" | "X" | "CircleWavyCheck" | "CircleWavyQuestion" | "ArchiveBox" | "ArrowCircleDown" | "FileArrowUp" | "FileDotted" | "Files" | "PencilLine" | "PencilCircle" | "UserCircle" | "Clock" | "QrCode" | "Webcam" | "Sun" | "DeviceTabletCamera" | "Globe" | "Fingerprint" | "PushPin" | "Timer";
|
11101
|
+
emptyMessage?: import("../commons").TranslationConfig | undefined;
|
11061
11102
|
}[];
|
11062
11103
|
meta: import("trpc-to-openapi").OpenApiMeta;
|
11063
11104
|
}>;
|