@opencrvs/toolkit 1.8.0-rc.f9f9d64 → 1.8.0-rc.fa49ae3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commons/api/router.d.ts +155 -1
- package/dist/commons/events/ActionDocument.d.ts +105 -0
- package/dist/commons/events/CountryConfigQueryInput.d.ts +26 -0
- package/dist/commons/events/Draft.d.ts +5 -0
- package/dist/commons/events/EventDocument.d.ts +80 -0
- package/dist/commons/events/EventIndex.d.ts +27 -0
- package/dist/commons/events/EventMetadata.d.ts +35 -2
- package/dist/commons/events/WorkqueueColumnConfig.d.ts +11 -11
- package/dist/commons/events/WorkqueueConfig.d.ts +63 -17
- package/dist/commons/events/utils.d.ts +1 -0
- package/dist/events/index.js +20 -0
- package/package.json +1 -1
@@ -7,6 +7,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7
7
|
actions: z.ZodArray<z.ZodUnion<[z.ZodDiscriminatedUnion<"type", [z.ZodObject<z.objectUtil.extendShape<{
|
8
8
|
id: z.ZodString;
|
9
9
|
transactionId: z.ZodString;
|
10
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
10
11
|
createdAt: z.ZodString;
|
11
12
|
createdBy: z.ZodString;
|
12
13
|
createdByRole: z.ZodString;
|
@@ -318,6 +319,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
318
319
|
filename: string;
|
319
320
|
originalFilename: string;
|
320
321
|
}[] | [string, string] | null | undefined>;
|
322
|
+
creator?: "system" | "user" | undefined;
|
321
323
|
createdBySignature?: string | null | undefined;
|
322
324
|
createdAtLocation?: string | null | undefined;
|
323
325
|
annotation?: Record<string, string | number | boolean | {
|
@@ -413,6 +415,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
413
415
|
filename: string;
|
414
416
|
originalFilename: string;
|
415
417
|
}[] | [string, string] | null | undefined>;
|
418
|
+
creator?: "system" | "user" | undefined;
|
416
419
|
createdBySignature?: string | null | undefined;
|
417
420
|
createdAtLocation?: string | null | undefined;
|
418
421
|
annotation?: Record<string, string | number | boolean | {
|
@@ -461,6 +464,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
461
464
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
462
465
|
id: z.ZodString;
|
463
466
|
transactionId: z.ZodString;
|
467
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
464
468
|
createdAt: z.ZodString;
|
465
469
|
createdBy: z.ZodString;
|
466
470
|
createdByRole: z.ZodString;
|
@@ -772,6 +776,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
772
776
|
filename: string;
|
773
777
|
originalFilename: string;
|
774
778
|
}[] | [string, string] | null | undefined>;
|
779
|
+
creator?: "system" | "user" | undefined;
|
775
780
|
createdBySignature?: string | null | undefined;
|
776
781
|
createdAtLocation?: string | null | undefined;
|
777
782
|
annotation?: Record<string, string | number | boolean | {
|
@@ -867,6 +872,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
867
872
|
filename: string;
|
868
873
|
originalFilename: string;
|
869
874
|
}[] | [string, string] | null | undefined>;
|
875
|
+
creator?: "system" | "user" | undefined;
|
870
876
|
createdBySignature?: string | null | undefined;
|
871
877
|
createdAtLocation?: string | null | undefined;
|
872
878
|
annotation?: Record<string, string | number | boolean | {
|
@@ -915,6 +921,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
915
921
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
916
922
|
id: z.ZodString;
|
917
923
|
transactionId: z.ZodString;
|
924
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
918
925
|
createdAt: z.ZodString;
|
919
926
|
createdBy: z.ZodString;
|
920
927
|
createdByRole: z.ZodString;
|
@@ -1240,6 +1247,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1240
1247
|
filename: string;
|
1241
1248
|
originalFilename: string;
|
1242
1249
|
}[] | [string, string] | null | undefined>;
|
1250
|
+
creator?: "system" | "user" | undefined;
|
1243
1251
|
createdBySignature?: string | null | undefined;
|
1244
1252
|
createdAtLocation?: string | null | undefined;
|
1245
1253
|
annotation?: Record<string, string | number | boolean | {
|
@@ -1339,6 +1347,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1339
1347
|
filename: string;
|
1340
1348
|
originalFilename: string;
|
1341
1349
|
}[] | [string, string] | null | undefined>;
|
1350
|
+
creator?: "system" | "user" | undefined;
|
1342
1351
|
createdBySignature?: string | null | undefined;
|
1343
1352
|
createdAtLocation?: string | null | undefined;
|
1344
1353
|
annotation?: Record<string, string | number | boolean | {
|
@@ -1387,6 +1396,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1387
1396
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
1388
1397
|
id: z.ZodString;
|
1389
1398
|
transactionId: z.ZodString;
|
1399
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
1390
1400
|
createdAt: z.ZodString;
|
1391
1401
|
createdBy: z.ZodString;
|
1392
1402
|
createdByRole: z.ZodString;
|
@@ -1698,6 +1708,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1698
1708
|
filename: string;
|
1699
1709
|
originalFilename: string;
|
1700
1710
|
}[] | [string, string] | null | undefined>;
|
1711
|
+
creator?: "system" | "user" | undefined;
|
1701
1712
|
createdBySignature?: string | null | undefined;
|
1702
1713
|
createdAtLocation?: string | null | undefined;
|
1703
1714
|
annotation?: Record<string, string | number | boolean | {
|
@@ -1793,6 +1804,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1793
1804
|
filename: string;
|
1794
1805
|
originalFilename: string;
|
1795
1806
|
}[] | [string, string] | null | undefined>;
|
1807
|
+
creator?: "system" | "user" | undefined;
|
1796
1808
|
createdBySignature?: string | null | undefined;
|
1797
1809
|
createdAtLocation?: string | null | undefined;
|
1798
1810
|
annotation?: Record<string, string | number | boolean | {
|
@@ -1841,6 +1853,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
1841
1853
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
1842
1854
|
id: z.ZodString;
|
1843
1855
|
transactionId: z.ZodString;
|
1856
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
1844
1857
|
createdAt: z.ZodString;
|
1845
1858
|
createdBy: z.ZodString;
|
1846
1859
|
createdByRole: z.ZodString;
|
@@ -2166,6 +2179,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2166
2179
|
filename: string;
|
2167
2180
|
originalFilename: string;
|
2168
2181
|
}[] | [string, string] | null | undefined>;
|
2182
|
+
creator?: "system" | "user" | undefined;
|
2169
2183
|
createdBySignature?: string | null | undefined;
|
2170
2184
|
createdAtLocation?: string | null | undefined;
|
2171
2185
|
annotation?: Record<string, string | number | boolean | {
|
@@ -2265,6 +2279,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2265
2279
|
filename: string;
|
2266
2280
|
originalFilename: string;
|
2267
2281
|
}[] | [string, string] | null | undefined>;
|
2282
|
+
creator?: "system" | "user" | undefined;
|
2268
2283
|
createdBySignature?: string | null | undefined;
|
2269
2284
|
createdAtLocation?: string | null | undefined;
|
2270
2285
|
annotation?: Record<string, string | number | boolean | {
|
@@ -2313,6 +2328,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2313
2328
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
2314
2329
|
id: z.ZodString;
|
2315
2330
|
transactionId: z.ZodString;
|
2331
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
2316
2332
|
createdAt: z.ZodString;
|
2317
2333
|
createdBy: z.ZodString;
|
2318
2334
|
createdByRole: z.ZodString;
|
@@ -2624,6 +2640,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2624
2640
|
filename: string;
|
2625
2641
|
originalFilename: string;
|
2626
2642
|
}[] | [string, string] | null | undefined>;
|
2643
|
+
creator?: "system" | "user" | undefined;
|
2627
2644
|
createdBySignature?: string | null | undefined;
|
2628
2645
|
createdAtLocation?: string | null | undefined;
|
2629
2646
|
annotation?: Record<string, string | number | boolean | {
|
@@ -2719,6 +2736,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2719
2736
|
filename: string;
|
2720
2737
|
originalFilename: string;
|
2721
2738
|
}[] | [string, string] | null | undefined>;
|
2739
|
+
creator?: "system" | "user" | undefined;
|
2722
2740
|
createdBySignature?: string | null | undefined;
|
2723
2741
|
createdAtLocation?: string | null | undefined;
|
2724
2742
|
annotation?: Record<string, string | number | boolean | {
|
@@ -2767,6 +2785,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
2767
2785
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
2768
2786
|
id: z.ZodString;
|
2769
2787
|
transactionId: z.ZodString;
|
2788
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
2770
2789
|
createdAt: z.ZodString;
|
2771
2790
|
createdBy: z.ZodString;
|
2772
2791
|
createdByRole: z.ZodString;
|
@@ -3079,6 +3098,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3079
3098
|
filename: string;
|
3080
3099
|
originalFilename: string;
|
3081
3100
|
}[] | [string, string] | null | undefined>;
|
3101
|
+
creator?: "system" | "user" | undefined;
|
3082
3102
|
createdBySignature?: string | null | undefined;
|
3083
3103
|
createdAtLocation?: string | null | undefined;
|
3084
3104
|
annotation?: Record<string, string | number | boolean | {
|
@@ -3175,6 +3195,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3175
3195
|
filename: string;
|
3176
3196
|
originalFilename: string;
|
3177
3197
|
}[] | [string, string] | null | undefined>;
|
3198
|
+
creator?: "system" | "user" | undefined;
|
3178
3199
|
createdBySignature?: string | null | undefined;
|
3179
3200
|
createdAtLocation?: string | null | undefined;
|
3180
3201
|
annotation?: Record<string, string | number | boolean | {
|
@@ -3224,6 +3245,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3224
3245
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
3225
3246
|
id: z.ZodString;
|
3226
3247
|
transactionId: z.ZodString;
|
3248
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
3227
3249
|
createdAt: z.ZodString;
|
3228
3250
|
createdBy: z.ZodString;
|
3229
3251
|
createdByRole: z.ZodString;
|
@@ -3535,6 +3557,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3535
3557
|
filename: string;
|
3536
3558
|
originalFilename: string;
|
3537
3559
|
}[] | [string, string] | null | undefined>;
|
3560
|
+
creator?: "system" | "user" | undefined;
|
3538
3561
|
createdBySignature?: string | null | undefined;
|
3539
3562
|
createdAtLocation?: string | null | undefined;
|
3540
3563
|
annotation?: Record<string, string | number | boolean | {
|
@@ -3630,6 +3653,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3630
3653
|
filename: string;
|
3631
3654
|
originalFilename: string;
|
3632
3655
|
}[] | [string, string] | null | undefined>;
|
3656
|
+
creator?: "system" | "user" | undefined;
|
3633
3657
|
createdBySignature?: string | null | undefined;
|
3634
3658
|
createdAtLocation?: string | null | undefined;
|
3635
3659
|
annotation?: Record<string, string | number | boolean | {
|
@@ -3678,6 +3702,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3678
3702
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
3679
3703
|
id: z.ZodString;
|
3680
3704
|
transactionId: z.ZodString;
|
3705
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
3681
3706
|
createdAt: z.ZodString;
|
3682
3707
|
createdBy: z.ZodString;
|
3683
3708
|
createdByRole: z.ZodString;
|
@@ -3991,6 +4016,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
3991
4016
|
originalFilename: string;
|
3992
4017
|
}[] | [string, string] | null | undefined>;
|
3993
4018
|
assignedTo: string;
|
4019
|
+
creator?: "system" | "user" | undefined;
|
3994
4020
|
createdBySignature?: string | null | undefined;
|
3995
4021
|
createdAtLocation?: string | null | undefined;
|
3996
4022
|
annotation?: Record<string, string | number | boolean | {
|
@@ -4087,6 +4113,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4087
4113
|
originalFilename: string;
|
4088
4114
|
}[] | [string, string] | null | undefined>;
|
4089
4115
|
assignedTo: string;
|
4116
|
+
creator?: "system" | "user" | undefined;
|
4090
4117
|
createdBySignature?: string | null | undefined;
|
4091
4118
|
createdAtLocation?: string | null | undefined;
|
4092
4119
|
annotation?: Record<string, string | number | boolean | {
|
@@ -4135,6 +4162,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4135
4162
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
4136
4163
|
id: z.ZodString;
|
4137
4164
|
transactionId: z.ZodString;
|
4165
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
4138
4166
|
createdAt: z.ZodString;
|
4139
4167
|
createdBy: z.ZodString;
|
4140
4168
|
createdByRole: z.ZodString;
|
@@ -4446,6 +4474,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4446
4474
|
filename: string;
|
4447
4475
|
originalFilename: string;
|
4448
4476
|
}[] | [string, string] | null | undefined>;
|
4477
|
+
creator?: "system" | "user" | undefined;
|
4449
4478
|
createdBySignature?: string | null | undefined;
|
4450
4479
|
createdAtLocation?: string | null | undefined;
|
4451
4480
|
annotation?: Record<string, string | number | boolean | {
|
@@ -4541,6 +4570,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4541
4570
|
filename: string;
|
4542
4571
|
originalFilename: string;
|
4543
4572
|
}[] | [string, string] | null | undefined>;
|
4573
|
+
creator?: "system" | "user" | undefined;
|
4544
4574
|
createdBySignature?: string | null | undefined;
|
4545
4575
|
createdAtLocation?: string | null | undefined;
|
4546
4576
|
annotation?: Record<string, string | number | boolean | {
|
@@ -4589,6 +4619,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4589
4619
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
4590
4620
|
id: z.ZodString;
|
4591
4621
|
transactionId: z.ZodString;
|
4622
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
4592
4623
|
createdAt: z.ZodString;
|
4593
4624
|
createdBy: z.ZodString;
|
4594
4625
|
createdByRole: z.ZodString;
|
@@ -4902,6 +4933,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4902
4933
|
originalFilename: string;
|
4903
4934
|
}[] | [string, string] | null | undefined>;
|
4904
4935
|
requestId: string;
|
4936
|
+
creator?: "system" | "user" | undefined;
|
4905
4937
|
createdBySignature?: string | null | undefined;
|
4906
4938
|
createdAtLocation?: string | null | undefined;
|
4907
4939
|
annotation?: Record<string, string | number | boolean | {
|
@@ -4998,6 +5030,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
4998
5030
|
originalFilename: string;
|
4999
5031
|
}[] | [string, string] | null | undefined>;
|
5000
5032
|
requestId: string;
|
5033
|
+
creator?: "system" | "user" | undefined;
|
5001
5034
|
createdBySignature?: string | null | undefined;
|
5002
5035
|
createdAtLocation?: string | null | undefined;
|
5003
5036
|
annotation?: Record<string, string | number | boolean | {
|
@@ -5046,6 +5079,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5046
5079
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
5047
5080
|
id: z.ZodString;
|
5048
5081
|
transactionId: z.ZodString;
|
5082
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
5049
5083
|
createdAt: z.ZodString;
|
5050
5084
|
createdBy: z.ZodString;
|
5051
5085
|
createdByRole: z.ZodString;
|
@@ -5359,6 +5393,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5359
5393
|
originalFilename: string;
|
5360
5394
|
}[] | [string, string] | null | undefined>;
|
5361
5395
|
requestId: string;
|
5396
|
+
creator?: "system" | "user" | undefined;
|
5362
5397
|
createdBySignature?: string | null | undefined;
|
5363
5398
|
createdAtLocation?: string | null | undefined;
|
5364
5399
|
annotation?: Record<string, string | number | boolean | {
|
@@ -5455,6 +5490,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5455
5490
|
originalFilename: string;
|
5456
5491
|
}[] | [string, string] | null | undefined>;
|
5457
5492
|
requestId: string;
|
5493
|
+
creator?: "system" | "user" | undefined;
|
5458
5494
|
createdBySignature?: string | null | undefined;
|
5459
5495
|
createdAtLocation?: string | null | undefined;
|
5460
5496
|
annotation?: Record<string, string | number | boolean | {
|
@@ -5503,6 +5539,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5503
5539
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
5504
5540
|
id: z.ZodString;
|
5505
5541
|
transactionId: z.ZodString;
|
5542
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
5506
5543
|
createdAt: z.ZodString;
|
5507
5544
|
createdBy: z.ZodString;
|
5508
5545
|
createdByRole: z.ZodString;
|
@@ -5816,6 +5853,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5816
5853
|
originalFilename: string;
|
5817
5854
|
}[] | [string, string] | null | undefined>;
|
5818
5855
|
assignedTo: null;
|
5856
|
+
creator?: "system" | "user" | undefined;
|
5819
5857
|
createdBySignature?: string | null | undefined;
|
5820
5858
|
createdAtLocation?: string | null | undefined;
|
5821
5859
|
annotation?: Record<string, string | number | boolean | {
|
@@ -5912,6 +5950,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5912
5950
|
originalFilename: string;
|
5913
5951
|
}[] | [string, string] | null | undefined>;
|
5914
5952
|
assignedTo: null;
|
5953
|
+
creator?: "system" | "user" | undefined;
|
5915
5954
|
createdBySignature?: string | null | undefined;
|
5916
5955
|
createdAtLocation?: string | null | undefined;
|
5917
5956
|
annotation?: Record<string, string | number | boolean | {
|
@@ -5960,6 +5999,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
5960
5999
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
5961
6000
|
id: z.ZodString;
|
5962
6001
|
transactionId: z.ZodString;
|
6002
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
5963
6003
|
createdAt: z.ZodString;
|
5964
6004
|
createdBy: z.ZodString;
|
5965
6005
|
createdByRole: z.ZodString;
|
@@ -6271,6 +6311,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
6271
6311
|
filename: string;
|
6272
6312
|
originalFilename: string;
|
6273
6313
|
}[] | [string, string] | null | undefined>;
|
6314
|
+
creator?: "system" | "user" | undefined;
|
6274
6315
|
createdBySignature?: string | null | undefined;
|
6275
6316
|
createdAtLocation?: string | null | undefined;
|
6276
6317
|
annotation?: Record<string, string | number | boolean | {
|
@@ -6366,6 +6407,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
6366
6407
|
filename: string;
|
6367
6408
|
originalFilename: string;
|
6368
6409
|
}[] | [string, string] | null | undefined>;
|
6410
|
+
creator?: "system" | "user" | undefined;
|
6369
6411
|
createdBySignature?: string | null | undefined;
|
6370
6412
|
createdAtLocation?: string | null | undefined;
|
6371
6413
|
annotation?: Record<string, string | number | boolean | {
|
@@ -6414,6 +6456,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
6414
6456
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
6415
6457
|
id: z.ZodString;
|
6416
6458
|
transactionId: z.ZodString;
|
6459
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
6417
6460
|
createdAt: z.ZodString;
|
6418
6461
|
createdBy: z.ZodString;
|
6419
6462
|
createdByRole: z.ZodString;
|
@@ -6725,6 +6768,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
6725
6768
|
filename: string;
|
6726
6769
|
originalFilename: string;
|
6727
6770
|
}[] | [string, string] | null | undefined>;
|
6771
|
+
creator?: "system" | "user" | undefined;
|
6728
6772
|
createdBySignature?: string | null | undefined;
|
6729
6773
|
createdAtLocation?: string | null | undefined;
|
6730
6774
|
annotation?: Record<string, string | number | boolean | {
|
@@ -6820,6 +6864,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
6820
6864
|
filename: string;
|
6821
6865
|
originalFilename: string;
|
6822
6866
|
}[] | [string, string] | null | undefined>;
|
6867
|
+
creator?: "system" | "user" | undefined;
|
6823
6868
|
createdBySignature?: string | null | undefined;
|
6824
6869
|
createdAtLocation?: string | null | undefined;
|
6825
6870
|
annotation?: Record<string, string | number | boolean | {
|
@@ -6868,6 +6913,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
6868
6913
|
}>]>, z.ZodObject<z.objectUtil.extendShape<Omit<{
|
6869
6914
|
id: z.ZodString;
|
6870
6915
|
transactionId: z.ZodString;
|
6916
|
+
creator: z.ZodOptional<z.ZodEnum<["user", "system"]>>;
|
6871
6917
|
createdAt: z.ZodString;
|
6872
6918
|
createdBy: z.ZodString;
|
6873
6919
|
createdByRole: z.ZodString;
|
@@ -7138,6 +7184,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7138
7184
|
createdAt: string;
|
7139
7185
|
createdBy: string;
|
7140
7186
|
createdByRole: string;
|
7187
|
+
creator?: "system" | "user" | undefined;
|
7141
7188
|
createdBySignature?: string | null | undefined;
|
7142
7189
|
createdAtLocation?: string | null | undefined;
|
7143
7190
|
originalActionId?: string | undefined;
|
@@ -7149,6 +7196,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7149
7196
|
createdAt: string;
|
7150
7197
|
createdBy: string;
|
7151
7198
|
createdByRole: string;
|
7199
|
+
creator?: "system" | "user" | undefined;
|
7152
7200
|
createdBySignature?: string | null | undefined;
|
7153
7201
|
createdAtLocation?: string | null | undefined;
|
7154
7202
|
originalActionId?: string | undefined;
|
@@ -7210,6 +7258,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7210
7258
|
originalFilename: string;
|
7211
7259
|
}[] | [string, string] | null | undefined>;
|
7212
7260
|
assignedTo: string;
|
7261
|
+
creator?: "system" | "user" | undefined;
|
7213
7262
|
createdBySignature?: string | null | undefined;
|
7214
7263
|
createdAtLocation?: string | null | undefined;
|
7215
7264
|
annotation?: Record<string, string | number | boolean | {
|
@@ -7306,6 +7355,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7306
7355
|
originalFilename: string;
|
7307
7356
|
}[] | [string, string] | null | undefined>;
|
7308
7357
|
assignedTo: null;
|
7358
|
+
creator?: "system" | "user" | undefined;
|
7309
7359
|
createdBySignature?: string | null | undefined;
|
7310
7360
|
createdAtLocation?: string | null | undefined;
|
7311
7361
|
annotation?: Record<string, string | number | boolean | {
|
@@ -7401,6 +7451,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7401
7451
|
filename: string;
|
7402
7452
|
originalFilename: string;
|
7403
7453
|
}[] | [string, string] | null | undefined>;
|
7454
|
+
creator?: "system" | "user" | undefined;
|
7404
7455
|
createdBySignature?: string | null | undefined;
|
7405
7456
|
createdAtLocation?: string | null | undefined;
|
7406
7457
|
annotation?: Record<string, string | number | boolean | {
|
@@ -7497,6 +7548,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7497
7548
|
filename: string;
|
7498
7549
|
originalFilename: string;
|
7499
7550
|
}[] | [string, string] | null | undefined>;
|
7551
|
+
creator?: "system" | "user" | undefined;
|
7500
7552
|
createdBySignature?: string | null | undefined;
|
7501
7553
|
createdAtLocation?: string | null | undefined;
|
7502
7554
|
annotation?: Record<string, string | number | boolean | {
|
@@ -7592,6 +7644,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7592
7644
|
filename: string;
|
7593
7645
|
originalFilename: string;
|
7594
7646
|
}[] | [string, string] | null | undefined>;
|
7647
|
+
creator?: "system" | "user" | undefined;
|
7595
7648
|
createdBySignature?: string | null | undefined;
|
7596
7649
|
createdAtLocation?: string | null | undefined;
|
7597
7650
|
annotation?: Record<string, string | number | boolean | {
|
@@ -7691,6 +7744,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7691
7744
|
filename: string;
|
7692
7745
|
originalFilename: string;
|
7693
7746
|
}[] | [string, string] | null | undefined>;
|
7747
|
+
creator?: "system" | "user" | undefined;
|
7694
7748
|
createdBySignature?: string | null | undefined;
|
7695
7749
|
createdAtLocation?: string | null | undefined;
|
7696
7750
|
annotation?: Record<string, string | number | boolean | {
|
@@ -7786,6 +7840,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7786
7840
|
filename: string;
|
7787
7841
|
originalFilename: string;
|
7788
7842
|
}[] | [string, string] | null | undefined>;
|
7843
|
+
creator?: "system" | "user" | undefined;
|
7789
7844
|
createdBySignature?: string | null | undefined;
|
7790
7845
|
createdAtLocation?: string | null | undefined;
|
7791
7846
|
annotation?: Record<string, string | number | boolean | {
|
@@ -7885,6 +7940,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7885
7940
|
filename: string;
|
7886
7941
|
originalFilename: string;
|
7887
7942
|
}[] | [string, string] | null | undefined>;
|
7943
|
+
creator?: "system" | "user" | undefined;
|
7888
7944
|
createdBySignature?: string | null | undefined;
|
7889
7945
|
createdAtLocation?: string | null | undefined;
|
7890
7946
|
annotation?: Record<string, string | number | boolean | {
|
@@ -7980,6 +8036,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
7980
8036
|
filename: string;
|
7981
8037
|
originalFilename: string;
|
7982
8038
|
}[] | [string, string] | null | undefined>;
|
8039
|
+
creator?: "system" | "user" | undefined;
|
7983
8040
|
createdBySignature?: string | null | undefined;
|
7984
8041
|
createdAtLocation?: string | null | undefined;
|
7985
8042
|
annotation?: Record<string, string | number | boolean | {
|
@@ -8075,6 +8132,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8075
8132
|
filename: string;
|
8076
8133
|
originalFilename: string;
|
8077
8134
|
}[] | [string, string] | null | undefined>;
|
8135
|
+
creator?: "system" | "user" | undefined;
|
8078
8136
|
createdBySignature?: string | null | undefined;
|
8079
8137
|
createdAtLocation?: string | null | undefined;
|
8080
8138
|
annotation?: Record<string, string | number | boolean | {
|
@@ -8170,6 +8228,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8170
8228
|
filename: string;
|
8171
8229
|
originalFilename: string;
|
8172
8230
|
}[] | [string, string] | null | undefined>;
|
8231
|
+
creator?: "system" | "user" | undefined;
|
8173
8232
|
createdBySignature?: string | null | undefined;
|
8174
8233
|
createdAtLocation?: string | null | undefined;
|
8175
8234
|
annotation?: Record<string, string | number | boolean | {
|
@@ -8265,6 +8324,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8265
8324
|
filename: string;
|
8266
8325
|
originalFilename: string;
|
8267
8326
|
}[] | [string, string] | null | undefined>;
|
8327
|
+
creator?: "system" | "user" | undefined;
|
8268
8328
|
createdBySignature?: string | null | undefined;
|
8269
8329
|
createdAtLocation?: string | null | undefined;
|
8270
8330
|
annotation?: Record<string, string | number | boolean | {
|
@@ -8361,6 +8421,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8361
8421
|
originalFilename: string;
|
8362
8422
|
}[] | [string, string] | null | undefined>;
|
8363
8423
|
requestId: string;
|
8424
|
+
creator?: "system" | "user" | undefined;
|
8364
8425
|
createdBySignature?: string | null | undefined;
|
8365
8426
|
createdAtLocation?: string | null | undefined;
|
8366
8427
|
annotation?: Record<string, string | number | boolean | {
|
@@ -8457,6 +8518,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8457
8518
|
originalFilename: string;
|
8458
8519
|
}[] | [string, string] | null | undefined>;
|
8459
8520
|
requestId: string;
|
8521
|
+
creator?: "system" | "user" | undefined;
|
8460
8522
|
createdBySignature?: string | null | undefined;
|
8461
8523
|
createdAtLocation?: string | null | undefined;
|
8462
8524
|
annotation?: Record<string, string | number | boolean | {
|
@@ -8552,6 +8614,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8552
8614
|
filename: string;
|
8553
8615
|
originalFilename: string;
|
8554
8616
|
}[] | [string, string] | null | undefined>;
|
8617
|
+
creator?: "system" | "user" | undefined;
|
8555
8618
|
createdBySignature?: string | null | undefined;
|
8556
8619
|
createdAtLocation?: string | null | undefined;
|
8557
8620
|
annotation?: Record<string, string | number | boolean | {
|
@@ -8605,6 +8668,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8605
8668
|
createdAt: string;
|
8606
8669
|
createdBy: string;
|
8607
8670
|
createdByRole: string;
|
8671
|
+
creator?: "system" | "user" | undefined;
|
8608
8672
|
createdBySignature?: string | null | undefined;
|
8609
8673
|
createdAtLocation?: string | null | undefined;
|
8610
8674
|
originalActionId?: string | undefined;
|
@@ -8666,6 +8730,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8666
8730
|
originalFilename: string;
|
8667
8731
|
}[] | [string, string] | null | undefined>;
|
8668
8732
|
assignedTo: string;
|
8733
|
+
creator?: "system" | "user" | undefined;
|
8669
8734
|
createdBySignature?: string | null | undefined;
|
8670
8735
|
createdAtLocation?: string | null | undefined;
|
8671
8736
|
annotation?: Record<string, string | number | boolean | {
|
@@ -8762,6 +8827,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8762
8827
|
originalFilename: string;
|
8763
8828
|
}[] | [string, string] | null | undefined>;
|
8764
8829
|
assignedTo: null;
|
8830
|
+
creator?: "system" | "user" | undefined;
|
8765
8831
|
createdBySignature?: string | null | undefined;
|
8766
8832
|
createdAtLocation?: string | null | undefined;
|
8767
8833
|
annotation?: Record<string, string | number | boolean | {
|
@@ -8857,6 +8923,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8857
8923
|
filename: string;
|
8858
8924
|
originalFilename: string;
|
8859
8925
|
}[] | [string, string] | null | undefined>;
|
8926
|
+
creator?: "system" | "user" | undefined;
|
8860
8927
|
createdBySignature?: string | null | undefined;
|
8861
8928
|
createdAtLocation?: string | null | undefined;
|
8862
8929
|
annotation?: Record<string, string | number | boolean | {
|
@@ -8953,6 +9020,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
8953
9020
|
filename: string;
|
8954
9021
|
originalFilename: string;
|
8955
9022
|
}[] | [string, string] | null | undefined>;
|
9023
|
+
creator?: "system" | "user" | undefined;
|
8956
9024
|
createdBySignature?: string | null | undefined;
|
8957
9025
|
createdAtLocation?: string | null | undefined;
|
8958
9026
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9048,6 +9116,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9048
9116
|
filename: string;
|
9049
9117
|
originalFilename: string;
|
9050
9118
|
}[] | [string, string] | null | undefined>;
|
9119
|
+
creator?: "system" | "user" | undefined;
|
9051
9120
|
createdBySignature?: string | null | undefined;
|
9052
9121
|
createdAtLocation?: string | null | undefined;
|
9053
9122
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9147,6 +9216,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9147
9216
|
filename: string;
|
9148
9217
|
originalFilename: string;
|
9149
9218
|
}[] | [string, string] | null | undefined>;
|
9219
|
+
creator?: "system" | "user" | undefined;
|
9150
9220
|
createdBySignature?: string | null | undefined;
|
9151
9221
|
createdAtLocation?: string | null | undefined;
|
9152
9222
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9242,6 +9312,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9242
9312
|
filename: string;
|
9243
9313
|
originalFilename: string;
|
9244
9314
|
}[] | [string, string] | null | undefined>;
|
9315
|
+
creator?: "system" | "user" | undefined;
|
9245
9316
|
createdBySignature?: string | null | undefined;
|
9246
9317
|
createdAtLocation?: string | null | undefined;
|
9247
9318
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9341,6 +9412,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9341
9412
|
filename: string;
|
9342
9413
|
originalFilename: string;
|
9343
9414
|
}[] | [string, string] | null | undefined>;
|
9415
|
+
creator?: "system" | "user" | undefined;
|
9344
9416
|
createdBySignature?: string | null | undefined;
|
9345
9417
|
createdAtLocation?: string | null | undefined;
|
9346
9418
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9436,6 +9508,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9436
9508
|
filename: string;
|
9437
9509
|
originalFilename: string;
|
9438
9510
|
}[] | [string, string] | null | undefined>;
|
9511
|
+
creator?: "system" | "user" | undefined;
|
9439
9512
|
createdBySignature?: string | null | undefined;
|
9440
9513
|
createdAtLocation?: string | null | undefined;
|
9441
9514
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9531,6 +9604,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9531
9604
|
filename: string;
|
9532
9605
|
originalFilename: string;
|
9533
9606
|
}[] | [string, string] | null | undefined>;
|
9607
|
+
creator?: "system" | "user" | undefined;
|
9534
9608
|
createdBySignature?: string | null | undefined;
|
9535
9609
|
createdAtLocation?: string | null | undefined;
|
9536
9610
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9626,6 +9700,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9626
9700
|
filename: string;
|
9627
9701
|
originalFilename: string;
|
9628
9702
|
}[] | [string, string] | null | undefined>;
|
9703
|
+
creator?: "system" | "user" | undefined;
|
9629
9704
|
createdBySignature?: string | null | undefined;
|
9630
9705
|
createdAtLocation?: string | null | undefined;
|
9631
9706
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9721,6 +9796,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9721
9796
|
filename: string;
|
9722
9797
|
originalFilename: string;
|
9723
9798
|
}[] | [string, string] | null | undefined>;
|
9799
|
+
creator?: "system" | "user" | undefined;
|
9724
9800
|
createdBySignature?: string | null | undefined;
|
9725
9801
|
createdAtLocation?: string | null | undefined;
|
9726
9802
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9817,6 +9893,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9817
9893
|
originalFilename: string;
|
9818
9894
|
}[] | [string, string] | null | undefined>;
|
9819
9895
|
requestId: string;
|
9896
|
+
creator?: "system" | "user" | undefined;
|
9820
9897
|
createdBySignature?: string | null | undefined;
|
9821
9898
|
createdAtLocation?: string | null | undefined;
|
9822
9899
|
annotation?: Record<string, string | number | boolean | {
|
@@ -9913,6 +9990,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
9913
9990
|
originalFilename: string;
|
9914
9991
|
}[] | [string, string] | null | undefined>;
|
9915
9992
|
requestId: string;
|
9993
|
+
creator?: "system" | "user" | undefined;
|
9916
9994
|
createdBySignature?: string | null | undefined;
|
9917
9995
|
createdAtLocation?: string | null | undefined;
|
9918
9996
|
annotation?: Record<string, string | number | boolean | {
|
@@ -10008,6 +10086,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
10008
10086
|
filename: string;
|
10009
10087
|
originalFilename: string;
|
10010
10088
|
}[] | [string, string] | null | undefined>;
|
10089
|
+
creator?: "system" | "user" | undefined;
|
10011
10090
|
createdBySignature?: string | null | undefined;
|
10012
10091
|
createdAtLocation?: string | null | undefined;
|
10013
10092
|
annotation?: Record<string, string | number | boolean | {
|
@@ -10061,6 +10140,7 @@ export declare const EventDocument: z.ZodObject<{
|
|
10061
10140
|
createdAt: string;
|
10062
10141
|
createdBy: string;
|
10063
10142
|
createdByRole: string;
|
10143
|
+
creator?: "system" | "user" | undefined;
|
10064
10144
|
createdBySignature?: string | null | undefined;
|
10065
10145
|
createdAtLocation?: string | null | undefined;
|
10066
10146
|
originalActionId?: string | undefined;
|