@opencrvs/toolkit 2.0.0-rc.ff04b30 → 2.0.0-rc.ff8df64

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.
@@ -91,6 +91,63 @@ export declare const FieldConfigSchema: z.ZodObject<{
91
91
  validator: z.ZodAny;
92
92
  message: z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, z.core.$strip>;
93
93
  }, z.core.$strip>>>;
94
+ allowedLocations: z.ZodOptional<z.ZodObject<{
95
+ $jurisdiction: z.ZodUnion<[z.ZodEnum<{
96
+ administrativeArea: "administrativeArea";
97
+ location: "location";
98
+ all: "all";
99
+ }>, z.ZodObject<{
100
+ $scope: z.ZodEnum<{
101
+ "record.search": "record.search";
102
+ "record.create": "record.create";
103
+ "record.read": "record.read";
104
+ "record.declare": "record.declare";
105
+ "record.notify": "record.notify";
106
+ "record.edit": "record.edit";
107
+ "record.reject": "record.reject";
108
+ "record.archive": "record.archive";
109
+ "record.review-duplicates": "record.review-duplicates";
110
+ "record.register": "record.register";
111
+ "record.print-certified-copies": "record.print-certified-copies";
112
+ "record.request-correction": "record.request-correction";
113
+ "record.correct": "record.correct";
114
+ "record.unassign-others": "record.unassign-others";
115
+ "record.custom-action": "record.custom-action";
116
+ bypassratelimit: "bypassratelimit";
117
+ "record.reindex": "record.reindex";
118
+ "user.data-seeding": "user.data-seeding";
119
+ "integration.create": "integration.create";
120
+ "record.import": "record.import";
121
+ "config.update-all": "config.update-all";
122
+ "attachment.upload": "attachment.upload";
123
+ "profile.electronic-signature": "profile.electronic-signature";
124
+ "user.read-only-my-audit": "user.read-only-my-audit";
125
+ "performance.read": "performance.read";
126
+ "performance.read-dashboards": "performance.read-dashboards";
127
+ "performance.vital-statistics-export": "performance.vital-statistics-export";
128
+ "record.confirm-registration": "record.confirm-registration";
129
+ "record.reject-registration": "record.reject-registration";
130
+ "organisation.read-locations": "organisation.read-locations";
131
+ "user.read": "user.read";
132
+ "user.create": "user.create";
133
+ "user.edit": "user.edit";
134
+ "user.search": "user.search";
135
+ workqueue: "workqueue";
136
+ "dashboard.view": "dashboard.view";
137
+ }>;
138
+ $option: z.ZodEnum<{
139
+ role: "role";
140
+ event: "event";
141
+ placeOfEvent: "placeOfEvent";
142
+ declaredIn: "declaredIn";
143
+ declaredBy: "declaredBy";
144
+ registeredIn: "registeredIn";
145
+ registeredBy: "registeredBy";
146
+ accessLevel: "accessLevel";
147
+ ids: "ids";
148
+ }>;
149
+ }, z.core.$strip>]>;
150
+ }, z.core.$strip>>;
94
151
  fieldId: z.ZodString;
95
152
  fieldType: z.ZodLiteral<"field">;
96
153
  }, z.core.$strip>;
@@ -211,6 +268,63 @@ export declare const EventFieldConfigSchema: z.ZodObject<{
211
268
  validator: z.ZodAny;
212
269
  message: z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, z.core.$strip>;
213
270
  }, z.core.$strip>>>;
271
+ allowedLocations: z.ZodOptional<z.ZodObject<{
272
+ $jurisdiction: z.ZodUnion<[z.ZodEnum<{
273
+ administrativeArea: "administrativeArea";
274
+ location: "location";
275
+ all: "all";
276
+ }>, z.ZodObject<{
277
+ $scope: z.ZodEnum<{
278
+ "record.search": "record.search";
279
+ "record.create": "record.create";
280
+ "record.read": "record.read";
281
+ "record.declare": "record.declare";
282
+ "record.notify": "record.notify";
283
+ "record.edit": "record.edit";
284
+ "record.reject": "record.reject";
285
+ "record.archive": "record.archive";
286
+ "record.review-duplicates": "record.review-duplicates";
287
+ "record.register": "record.register";
288
+ "record.print-certified-copies": "record.print-certified-copies";
289
+ "record.request-correction": "record.request-correction";
290
+ "record.correct": "record.correct";
291
+ "record.unassign-others": "record.unassign-others";
292
+ "record.custom-action": "record.custom-action";
293
+ bypassratelimit: "bypassratelimit";
294
+ "record.reindex": "record.reindex";
295
+ "user.data-seeding": "user.data-seeding";
296
+ "integration.create": "integration.create";
297
+ "record.import": "record.import";
298
+ "config.update-all": "config.update-all";
299
+ "attachment.upload": "attachment.upload";
300
+ "profile.electronic-signature": "profile.electronic-signature";
301
+ "user.read-only-my-audit": "user.read-only-my-audit";
302
+ "performance.read": "performance.read";
303
+ "performance.read-dashboards": "performance.read-dashboards";
304
+ "performance.vital-statistics-export": "performance.vital-statistics-export";
305
+ "record.confirm-registration": "record.confirm-registration";
306
+ "record.reject-registration": "record.reject-registration";
307
+ "organisation.read-locations": "organisation.read-locations";
308
+ "user.read": "user.read";
309
+ "user.create": "user.create";
310
+ "user.edit": "user.edit";
311
+ "user.search": "user.search";
312
+ workqueue: "workqueue";
313
+ "dashboard.view": "dashboard.view";
314
+ }>;
315
+ $option: z.ZodEnum<{
316
+ role: "role";
317
+ event: "event";
318
+ placeOfEvent: "placeOfEvent";
319
+ declaredIn: "declaredIn";
320
+ declaredBy: "declaredBy";
321
+ registeredIn: "registeredIn";
322
+ registeredBy: "registeredBy";
323
+ accessLevel: "accessLevel";
324
+ ids: "ids";
325
+ }>;
326
+ }, z.core.$strip>]>;
327
+ }, z.core.$strip>>;
214
328
  fieldId: z.ZodEnum<{
215
329
  "event.updatedAt": "event.updatedAt";
216
330
  "event.status": "event.status";
@@ -307,6 +421,63 @@ export declare const AdvancedSearchField: z.ZodDiscriminatedUnion<[z.ZodObject<{
307
421
  validator: z.ZodAny;
308
422
  message: z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, z.core.$strip>;
309
423
  }, z.core.$strip>>>;
424
+ allowedLocations: z.ZodOptional<z.ZodObject<{
425
+ $jurisdiction: z.ZodUnion<[z.ZodEnum<{
426
+ administrativeArea: "administrativeArea";
427
+ location: "location";
428
+ all: "all";
429
+ }>, z.ZodObject<{
430
+ $scope: z.ZodEnum<{
431
+ "record.search": "record.search";
432
+ "record.create": "record.create";
433
+ "record.read": "record.read";
434
+ "record.declare": "record.declare";
435
+ "record.notify": "record.notify";
436
+ "record.edit": "record.edit";
437
+ "record.reject": "record.reject";
438
+ "record.archive": "record.archive";
439
+ "record.review-duplicates": "record.review-duplicates";
440
+ "record.register": "record.register";
441
+ "record.print-certified-copies": "record.print-certified-copies";
442
+ "record.request-correction": "record.request-correction";
443
+ "record.correct": "record.correct";
444
+ "record.unassign-others": "record.unassign-others";
445
+ "record.custom-action": "record.custom-action";
446
+ bypassratelimit: "bypassratelimit";
447
+ "record.reindex": "record.reindex";
448
+ "user.data-seeding": "user.data-seeding";
449
+ "integration.create": "integration.create";
450
+ "record.import": "record.import";
451
+ "config.update-all": "config.update-all";
452
+ "attachment.upload": "attachment.upload";
453
+ "profile.electronic-signature": "profile.electronic-signature";
454
+ "user.read-only-my-audit": "user.read-only-my-audit";
455
+ "performance.read": "performance.read";
456
+ "performance.read-dashboards": "performance.read-dashboards";
457
+ "performance.vital-statistics-export": "performance.vital-statistics-export";
458
+ "record.confirm-registration": "record.confirm-registration";
459
+ "record.reject-registration": "record.reject-registration";
460
+ "organisation.read-locations": "organisation.read-locations";
461
+ "user.read": "user.read";
462
+ "user.create": "user.create";
463
+ "user.edit": "user.edit";
464
+ "user.search": "user.search";
465
+ workqueue: "workqueue";
466
+ "dashboard.view": "dashboard.view";
467
+ }>;
468
+ $option: z.ZodEnum<{
469
+ role: "role";
470
+ event: "event";
471
+ placeOfEvent: "placeOfEvent";
472
+ declaredIn: "declaredIn";
473
+ declaredBy: "declaredBy";
474
+ registeredIn: "registeredIn";
475
+ registeredBy: "registeredBy";
476
+ accessLevel: "accessLevel";
477
+ ids: "ids";
478
+ }>;
479
+ }, z.core.$strip>]>;
480
+ }, z.core.$strip>>;
310
481
  fieldId: z.ZodString;
311
482
  fieldType: z.ZodLiteral<"field">;
312
483
  }, z.core.$strip>, z.ZodObject<{
@@ -395,6 +566,63 @@ export declare const AdvancedSearchField: z.ZodDiscriminatedUnion<[z.ZodObject<{
395
566
  validator: z.ZodAny;
396
567
  message: z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, z.core.$strip>;
397
568
  }, z.core.$strip>>>;
569
+ allowedLocations: z.ZodOptional<z.ZodObject<{
570
+ $jurisdiction: z.ZodUnion<[z.ZodEnum<{
571
+ administrativeArea: "administrativeArea";
572
+ location: "location";
573
+ all: "all";
574
+ }>, z.ZodObject<{
575
+ $scope: z.ZodEnum<{
576
+ "record.search": "record.search";
577
+ "record.create": "record.create";
578
+ "record.read": "record.read";
579
+ "record.declare": "record.declare";
580
+ "record.notify": "record.notify";
581
+ "record.edit": "record.edit";
582
+ "record.reject": "record.reject";
583
+ "record.archive": "record.archive";
584
+ "record.review-duplicates": "record.review-duplicates";
585
+ "record.register": "record.register";
586
+ "record.print-certified-copies": "record.print-certified-copies";
587
+ "record.request-correction": "record.request-correction";
588
+ "record.correct": "record.correct";
589
+ "record.unassign-others": "record.unassign-others";
590
+ "record.custom-action": "record.custom-action";
591
+ bypassratelimit: "bypassratelimit";
592
+ "record.reindex": "record.reindex";
593
+ "user.data-seeding": "user.data-seeding";
594
+ "integration.create": "integration.create";
595
+ "record.import": "record.import";
596
+ "config.update-all": "config.update-all";
597
+ "attachment.upload": "attachment.upload";
598
+ "profile.electronic-signature": "profile.electronic-signature";
599
+ "user.read-only-my-audit": "user.read-only-my-audit";
600
+ "performance.read": "performance.read";
601
+ "performance.read-dashboards": "performance.read-dashboards";
602
+ "performance.vital-statistics-export": "performance.vital-statistics-export";
603
+ "record.confirm-registration": "record.confirm-registration";
604
+ "record.reject-registration": "record.reject-registration";
605
+ "organisation.read-locations": "organisation.read-locations";
606
+ "user.read": "user.read";
607
+ "user.create": "user.create";
608
+ "user.edit": "user.edit";
609
+ "user.search": "user.search";
610
+ workqueue: "workqueue";
611
+ "dashboard.view": "dashboard.view";
612
+ }>;
613
+ $option: z.ZodEnum<{
614
+ role: "role";
615
+ event: "event";
616
+ placeOfEvent: "placeOfEvent";
617
+ declaredIn: "declaredIn";
618
+ declaredBy: "declaredBy";
619
+ registeredIn: "registeredIn";
620
+ registeredBy: "registeredBy";
621
+ accessLevel: "accessLevel";
622
+ ids: "ids";
623
+ }>;
624
+ }, z.core.$strip>]>;
625
+ }, z.core.$strip>>;
398
626
  fieldId: z.ZodEnum<{
399
627
  "event.updatedAt": "event.updatedAt";
400
628
  "event.status": "event.status";
@@ -494,6 +722,63 @@ export declare const AdvancedSearchConfig: z.ZodObject<{
494
722
  validator: z.ZodAny;
495
723
  message: z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, z.core.$strip>;
496
724
  }, z.core.$strip>>>;
725
+ allowedLocations: z.ZodOptional<z.ZodObject<{
726
+ $jurisdiction: z.ZodUnion<[z.ZodEnum<{
727
+ administrativeArea: "administrativeArea";
728
+ location: "location";
729
+ all: "all";
730
+ }>, z.ZodObject<{
731
+ $scope: z.ZodEnum<{
732
+ "record.search": "record.search";
733
+ "record.create": "record.create";
734
+ "record.read": "record.read";
735
+ "record.declare": "record.declare";
736
+ "record.notify": "record.notify";
737
+ "record.edit": "record.edit";
738
+ "record.reject": "record.reject";
739
+ "record.archive": "record.archive";
740
+ "record.review-duplicates": "record.review-duplicates";
741
+ "record.register": "record.register";
742
+ "record.print-certified-copies": "record.print-certified-copies";
743
+ "record.request-correction": "record.request-correction";
744
+ "record.correct": "record.correct";
745
+ "record.unassign-others": "record.unassign-others";
746
+ "record.custom-action": "record.custom-action";
747
+ bypassratelimit: "bypassratelimit";
748
+ "record.reindex": "record.reindex";
749
+ "user.data-seeding": "user.data-seeding";
750
+ "integration.create": "integration.create";
751
+ "record.import": "record.import";
752
+ "config.update-all": "config.update-all";
753
+ "attachment.upload": "attachment.upload";
754
+ "profile.electronic-signature": "profile.electronic-signature";
755
+ "user.read-only-my-audit": "user.read-only-my-audit";
756
+ "performance.read": "performance.read";
757
+ "performance.read-dashboards": "performance.read-dashboards";
758
+ "performance.vital-statistics-export": "performance.vital-statistics-export";
759
+ "record.confirm-registration": "record.confirm-registration";
760
+ "record.reject-registration": "record.reject-registration";
761
+ "organisation.read-locations": "organisation.read-locations";
762
+ "user.read": "user.read";
763
+ "user.create": "user.create";
764
+ "user.edit": "user.edit";
765
+ "user.search": "user.search";
766
+ workqueue: "workqueue";
767
+ "dashboard.view": "dashboard.view";
768
+ }>;
769
+ $option: z.ZodEnum<{
770
+ role: "role";
771
+ event: "event";
772
+ placeOfEvent: "placeOfEvent";
773
+ declaredIn: "declaredIn";
774
+ declaredBy: "declaredBy";
775
+ registeredIn: "registeredIn";
776
+ registeredBy: "registeredBy";
777
+ accessLevel: "accessLevel";
778
+ ids: "ids";
779
+ }>;
780
+ }, z.core.$strip>]>;
781
+ }, z.core.$strip>>;
497
782
  fieldId: z.ZodString;
498
783
  fieldType: z.ZodLiteral<"field">;
499
784
  }, z.core.$strip>, z.ZodObject<{
@@ -582,6 +867,63 @@ export declare const AdvancedSearchConfig: z.ZodObject<{
582
867
  validator: z.ZodAny;
583
868
  message: z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, z.core.$strip>;
584
869
  }, z.core.$strip>>>;
870
+ allowedLocations: z.ZodOptional<z.ZodObject<{
871
+ $jurisdiction: z.ZodUnion<[z.ZodEnum<{
872
+ administrativeArea: "administrativeArea";
873
+ location: "location";
874
+ all: "all";
875
+ }>, z.ZodObject<{
876
+ $scope: z.ZodEnum<{
877
+ "record.search": "record.search";
878
+ "record.create": "record.create";
879
+ "record.read": "record.read";
880
+ "record.declare": "record.declare";
881
+ "record.notify": "record.notify";
882
+ "record.edit": "record.edit";
883
+ "record.reject": "record.reject";
884
+ "record.archive": "record.archive";
885
+ "record.review-duplicates": "record.review-duplicates";
886
+ "record.register": "record.register";
887
+ "record.print-certified-copies": "record.print-certified-copies";
888
+ "record.request-correction": "record.request-correction";
889
+ "record.correct": "record.correct";
890
+ "record.unassign-others": "record.unassign-others";
891
+ "record.custom-action": "record.custom-action";
892
+ bypassratelimit: "bypassratelimit";
893
+ "record.reindex": "record.reindex";
894
+ "user.data-seeding": "user.data-seeding";
895
+ "integration.create": "integration.create";
896
+ "record.import": "record.import";
897
+ "config.update-all": "config.update-all";
898
+ "attachment.upload": "attachment.upload";
899
+ "profile.electronic-signature": "profile.electronic-signature";
900
+ "user.read-only-my-audit": "user.read-only-my-audit";
901
+ "performance.read": "performance.read";
902
+ "performance.read-dashboards": "performance.read-dashboards";
903
+ "performance.vital-statistics-export": "performance.vital-statistics-export";
904
+ "record.confirm-registration": "record.confirm-registration";
905
+ "record.reject-registration": "record.reject-registration";
906
+ "organisation.read-locations": "organisation.read-locations";
907
+ "user.read": "user.read";
908
+ "user.create": "user.create";
909
+ "user.edit": "user.edit";
910
+ "user.search": "user.search";
911
+ workqueue: "workqueue";
912
+ "dashboard.view": "dashboard.view";
913
+ }>;
914
+ $option: z.ZodEnum<{
915
+ role: "role";
916
+ event: "event";
917
+ placeOfEvent: "placeOfEvent";
918
+ declaredIn: "declaredIn";
919
+ declaredBy: "declaredBy";
920
+ registeredIn: "registeredIn";
921
+ registeredBy: "registeredBy";
922
+ accessLevel: "accessLevel";
923
+ ids: "ids";
924
+ }>;
925
+ }, z.core.$strip>]>;
926
+ }, z.core.$strip>>;
585
927
  fieldId: z.ZodEnum<{
586
928
  "event.updatedAt": "event.updatedAt";
587
929
  "event.status": "event.status";
@@ -45,16 +45,15 @@ export declare const Draft: z.ZodObject<{
45
45
  }, z.core.$strip>;
46
46
  }, z.core.$strip>;
47
47
  export declare const DraftInput: z.ZodObject<{
48
- eventId: z.core.$ZodBranded<z.ZodUUID, "UUID", "out">;
49
48
  transactionId: z.ZodString;
49
+ createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID", "out">>>;
50
50
  declaration: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>>;
51
51
  annotation: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>>;
52
52
  originalActionId: z.ZodOptional<z.core.$ZodBranded<z.ZodUUID, "UUID", "out">>;
53
+ eventId: z.core.$ZodBranded<z.ZodUUID, "UUID", "out">;
53
54
  keepAssignment: z.ZodOptional<z.ZodBoolean>;
54
55
  keepAssignmentIfAccepted: z.ZodOptional<z.ZodBoolean>;
55
56
  keepAssignmentIfRejected: z.ZodOptional<z.ZodBoolean>;
56
- waitFor: z.ZodOptional<z.ZodBoolean>;
57
- createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID", "out">>>;
58
57
  type: z.ZodEnum<{
59
58
  CUSTOM: "CUSTOM";
60
59
  CREATE: "CREATE";
@@ -274,6 +274,9 @@ export declare const EventDocument: z.ZodObject<{
274
274
  originalActionId: z.ZodNullable<z.ZodOptional<z.core.$ZodBranded<z.ZodUUID, "UUID", "out">>>;
275
275
  type: z.ZodLiteral<"APPROVE_CORRECTION">;
276
276
  requestId: z.ZodString;
277
+ content: z.ZodOptional<z.ZodObject<{
278
+ immediateCorrection: z.ZodOptional<z.ZodBoolean>;
279
+ }, z.core.$strip>>;
277
280
  }, z.core.$strip>, z.ZodObject<{
278
281
  id: z.core.$ZodBranded<z.ZodUUID, "UUID", "out">;
279
282
  transactionId: z.ZodString;