@opencrvs/toolkit 1.9.7-rc.b719c87 → 1.9.7-rc.c2d5fba

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.
@@ -777,13 +777,6 @@ export declare const EventConfig: z.ZodObject<{
777
777
  h1: "h1";
778
778
  }>>;
779
779
  hint: z.ZodOptional<z.ZodBoolean>;
780
- textAlign: z.ZodOptional<z.ZodEnum<{
781
- start: "start";
782
- end: "end";
783
- left: "left";
784
- center: "center";
785
- right: "right";
786
- }>>;
787
780
  }, z.core.$strip>>;
788
781
  }, z.core.$strip>>;
789
782
  }, z.core.$strip>, z.ZodObject<{
@@ -3245,13 +3238,6 @@ export declare const EventConfig: z.ZodObject<{
3245
3238
  h1: "h1";
3246
3239
  }>>;
3247
3240
  hint: z.ZodOptional<z.ZodBoolean>;
3248
- textAlign: z.ZodOptional<z.ZodEnum<{
3249
- start: "start";
3250
- end: "end";
3251
- left: "left";
3252
- center: "center";
3253
- right: "right";
3254
- }>>;
3255
3241
  }, z.core.$strip>>;
3256
3242
  }, z.core.$strip>>;
3257
3243
  }, z.core.$strip>, z.ZodObject<{
@@ -5981,13 +5967,6 @@ export declare const EventConfig: z.ZodObject<{
5981
5967
  h1: "h1";
5982
5968
  }>>;
5983
5969
  hint: z.ZodOptional<z.ZodBoolean>;
5984
- textAlign: z.ZodOptional<z.ZodEnum<{
5985
- start: "start";
5986
- end: "end";
5987
- left: "left";
5988
- center: "center";
5989
- right: "right";
5990
- }>>;
5991
5970
  }, z.core.$strip>>;
5992
5971
  }, z.core.$strip>>;
5993
5972
  }, z.core.$strip>, z.ZodObject<{
@@ -8316,13 +8295,6 @@ export declare const EventConfig: z.ZodObject<{
8316
8295
  h1: "h1";
8317
8296
  }>>;
8318
8297
  hint: z.ZodOptional<z.ZodBoolean>;
8319
- textAlign: z.ZodOptional<z.ZodEnum<{
8320
- start: "start";
8321
- end: "end";
8322
- left: "left";
8323
- center: "center";
8324
- right: "right";
8325
- }>>;
8326
8298
  }, z.core.$strip>>;
8327
8299
  }, z.core.$strip>>;
8328
8300
  }, z.core.$strip>, z.ZodObject<{
@@ -10797,13 +10769,6 @@ export declare const EventConfig: z.ZodObject<{
10797
10769
  h1: "h1";
10798
10770
  }>>;
10799
10771
  hint: z.ZodOptional<z.ZodBoolean>;
10800
- textAlign: z.ZodOptional<z.ZodEnum<{
10801
- start: "start";
10802
- end: "end";
10803
- left: "left";
10804
- center: "center";
10805
- right: "right";
10806
- }>>;
10807
10772
  }, z.core.$strip>>;
10808
10773
  }, z.core.$strip>>;
10809
10774
  }, z.core.$strip>, z.ZodObject<{
@@ -13132,13 +13097,6 @@ export declare const EventConfig: z.ZodObject<{
13132
13097
  h1: "h1";
13133
13098
  }>>;
13134
13099
  hint: z.ZodOptional<z.ZodBoolean>;
13135
- textAlign: z.ZodOptional<z.ZodEnum<{
13136
- start: "start";
13137
- end: "end";
13138
- left: "left";
13139
- center: "center";
13140
- right: "right";
13141
- }>>;
13142
13100
  }, z.core.$strip>>;
13143
13101
  }, z.core.$strip>>;
13144
13102
  }, z.core.$strip>, z.ZodObject<{
@@ -15873,13 +15831,6 @@ export declare const EventConfig: z.ZodObject<{
15873
15831
  h1: "h1";
15874
15832
  }>>;
15875
15833
  hint: z.ZodOptional<z.ZodBoolean>;
15876
- textAlign: z.ZodOptional<z.ZodEnum<{
15877
- start: "start";
15878
- end: "end";
15879
- left: "left";
15880
- center: "center";
15881
- right: "right";
15882
- }>>;
15883
15834
  }, z.core.$strip>>;
15884
15835
  }, z.core.$strip>>;
15885
15836
  }, z.core.$strip>, z.ZodObject<{
@@ -18211,13 +18162,6 @@ export declare const EventConfig: z.ZodObject<{
18211
18162
  h1: "h1";
18212
18163
  }>>;
18213
18164
  hint: z.ZodOptional<z.ZodBoolean>;
18214
- textAlign: z.ZodOptional<z.ZodEnum<{
18215
- start: "start";
18216
- end: "end";
18217
- left: "left";
18218
- center: "center";
18219
- right: "right";
18220
- }>>;
18221
18165
  }, z.core.$strip>>;
18222
18166
  }, z.core.$strip>>;
18223
18167
  }, z.core.$strip>, z.ZodObject<{
@@ -13,7 +13,7 @@ export declare const EventDocument: z.ZodObject<{
13
13
  }>;
14
14
  createdAt: z.ZodString;
15
15
  createdBy: z.ZodString;
16
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
16
+ createdByRole: z.ZodString;
17
17
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
18
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
19
19
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -34,7 +34,7 @@ export declare const EventDocument: z.ZodObject<{
34
34
  }>;
35
35
  createdAt: z.ZodString;
36
36
  createdBy: z.ZodString;
37
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
37
+ createdByRole: z.ZodString;
38
38
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
39
39
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
40
40
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -58,7 +58,7 @@ export declare const EventDocument: z.ZodObject<{
58
58
  }>;
59
59
  createdAt: z.ZodString;
60
60
  createdBy: z.ZodString;
61
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
61
+ createdByRole: z.ZodString;
62
62
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
63
63
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
64
64
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -85,7 +85,7 @@ export declare const EventDocument: z.ZodObject<{
85
85
  }>;
86
86
  createdAt: z.ZodString;
87
87
  createdBy: z.ZodString;
88
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
88
+ createdByRole: z.ZodString;
89
89
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
90
90
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
91
91
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -106,7 +106,7 @@ export declare const EventDocument: z.ZodObject<{
106
106
  }>;
107
107
  createdAt: z.ZodString;
108
108
  createdBy: z.ZodString;
109
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
109
+ createdByRole: z.ZodString;
110
110
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
111
111
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
112
112
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -130,7 +130,7 @@ export declare const EventDocument: z.ZodObject<{
130
130
  }>;
131
131
  createdAt: z.ZodString;
132
132
  createdBy: z.ZodString;
133
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
133
+ createdByRole: z.ZodString;
134
134
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
135
135
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
136
136
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -154,7 +154,7 @@ export declare const EventDocument: z.ZodObject<{
154
154
  }>;
155
155
  createdAt: z.ZodString;
156
156
  createdBy: z.ZodString;
157
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
157
+ createdByRole: z.ZodString;
158
158
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
159
159
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
160
160
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -175,7 +175,7 @@ export declare const EventDocument: z.ZodObject<{
175
175
  }>;
176
176
  createdAt: z.ZodString;
177
177
  createdBy: z.ZodString;
178
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
178
+ createdByRole: z.ZodString;
179
179
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
180
180
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
181
181
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -197,7 +197,7 @@ export declare const EventDocument: z.ZodObject<{
197
197
  }>;
198
198
  createdAt: z.ZodString;
199
199
  createdBy: z.ZodString;
200
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
200
+ createdByRole: z.ZodString;
201
201
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
202
202
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
203
203
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -218,7 +218,7 @@ export declare const EventDocument: z.ZodObject<{
218
218
  }>;
219
219
  createdAt: z.ZodString;
220
220
  createdBy: z.ZodString;
221
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
221
+ createdByRole: z.ZodString;
222
222
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
223
223
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
224
224
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -240,7 +240,7 @@ export declare const EventDocument: z.ZodObject<{
240
240
  }>;
241
241
  createdAt: z.ZodString;
242
242
  createdBy: z.ZodString;
243
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
243
+ createdByRole: z.ZodString;
244
244
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
245
245
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
246
246
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -261,7 +261,7 @@ export declare const EventDocument: z.ZodObject<{
261
261
  }>;
262
262
  createdAt: z.ZodString;
263
263
  createdBy: z.ZodString;
264
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
264
+ createdByRole: z.ZodString;
265
265
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
266
266
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
267
267
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -283,7 +283,7 @@ export declare const EventDocument: z.ZodObject<{
283
283
  }>;
284
284
  createdAt: z.ZodString;
285
285
  createdBy: z.ZodString;
286
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
286
+ createdByRole: z.ZodString;
287
287
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
288
288
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
289
289
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -308,7 +308,7 @@ export declare const EventDocument: z.ZodObject<{
308
308
  }>;
309
309
  createdAt: z.ZodString;
310
310
  createdBy: z.ZodString;
311
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
311
+ createdByRole: z.ZodString;
312
312
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
313
313
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
314
314
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -329,7 +329,7 @@ export declare const EventDocument: z.ZodObject<{
329
329
  }>;
330
330
  createdAt: z.ZodString;
331
331
  createdBy: z.ZodString;
332
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
332
+ createdByRole: z.ZodString;
333
333
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
334
334
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
335
335
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -353,7 +353,7 @@ export declare const EventDocument: z.ZodObject<{
353
353
  }>;
354
354
  createdAt: z.ZodString;
355
355
  createdBy: z.ZodString;
356
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
356
+ createdByRole: z.ZodString;
357
357
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
358
358
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
359
359
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -374,7 +374,7 @@ export declare const EventDocument: z.ZodObject<{
374
374
  }>;
375
375
  createdAt: z.ZodString;
376
376
  createdBy: z.ZodString;
377
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
377
+ createdByRole: z.ZodString;
378
378
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
379
379
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
380
380
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -398,7 +398,7 @@ export declare const EventDocument: z.ZodObject<{
398
398
  }>;
399
399
  createdAt: z.ZodString;
400
400
  createdBy: z.ZodString;
401
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
401
+ createdByRole: z.ZodString;
402
402
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
403
403
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
404
404
  declaration: z.ZodRecord<z.ZodString, z.ZodType<import("./FieldValue").FieldUpdateValue, unknown, z.core.$ZodTypeInternals<import("./FieldValue").FieldUpdateValue, unknown>>>;
@@ -420,7 +420,7 @@ export declare const EventDocument: z.ZodObject<{
420
420
  }>;
421
421
  createdAt: z.ZodString;
422
422
  createdBy: z.ZodString;
423
- createdByRole: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
423
+ createdByRole: z.ZodString;
424
424
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
425
425
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
426
426
  originalActionId: z.ZodNullable<z.ZodOptional<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
@@ -19,7 +19,7 @@ export declare const EventIndex: z.ZodObject<{
19
19
  user: "user";
20
20
  }>>>;
21
21
  acceptedAt: z.ZodISODateTime;
22
- createdByRole: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
+ createdByRole: z.ZodString;
23
23
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
24
  }, z.core.$strip>>>;
25
25
  REGISTERED: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -31,7 +31,7 @@ export declare const EventIndex: z.ZodObject<{
31
31
  user: "user";
32
32
  }>>>;
33
33
  acceptedAt: z.ZodISODateTime;
34
- createdByRole: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
+ createdByRole: z.ZodString;
35
35
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
36
  registrationNumber: z.ZodString;
37
37
  }, z.core.$strip>>>;
@@ -44,7 +44,7 @@ export declare const EventIndex: z.ZodObject<{
44
44
  system: "system";
45
45
  user: "user";
46
46
  }>>>;
47
- updatedByUserRole: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
+ updatedByUserRole: z.ZodString;
48
48
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
49
49
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
50
  updatedAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
@@ -21,7 +21,7 @@ export declare const ActionCreationMetadata: z.ZodObject<{
21
21
  user: "user";
22
22
  }>>>;
23
23
  acceptedAt: z.ZodISODateTime;
24
- createdByRole: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ createdByRole: z.ZodString;
25
25
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
26
  }, z.core.$strip>;
27
27
  export type ActionCreationMetadata = z.infer<typeof ActionCreationMetadata>;
@@ -34,7 +34,7 @@ export declare const RegistrationCreationMetadata: z.ZodObject<{
34
34
  user: "user";
35
35
  }>>>;
36
36
  acceptedAt: z.ZodISODateTime;
37
- createdByRole: z.ZodOptional<z.ZodNullable<z.ZodString>>;
37
+ createdByRole: z.ZodString;
38
38
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
39
39
  registrationNumber: z.ZodString;
40
40
  }, z.core.$strip>;
@@ -49,7 +49,7 @@ export declare const LegalStatuses: z.ZodObject<{
49
49
  user: "user";
50
50
  }>>>;
51
51
  acceptedAt: z.ZodISODateTime;
52
- createdByRole: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52
+ createdByRole: z.ZodString;
53
53
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
54
54
  }, z.core.$strip>>>;
55
55
  REGISTERED: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -61,7 +61,7 @@ export declare const LegalStatuses: z.ZodObject<{
61
61
  user: "user";
62
62
  }>>>;
63
63
  acceptedAt: z.ZodISODateTime;
64
- createdByRole: z.ZodOptional<z.ZodNullable<z.ZodString>>;
64
+ createdByRole: z.ZodString;
65
65
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
66
66
  registrationNumber: z.ZodString;
67
67
  }, z.core.$strip>>>;
@@ -91,7 +91,7 @@ export declare const EventMetadata: z.ZodObject<{
91
91
  user: "user";
92
92
  }>>>;
93
93
  acceptedAt: z.ZodISODateTime;
94
- createdByRole: z.ZodOptional<z.ZodNullable<z.ZodString>>;
94
+ createdByRole: z.ZodString;
95
95
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
96
96
  }, z.core.$strip>>>;
97
97
  REGISTERED: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -103,7 +103,7 @@ export declare const EventMetadata: z.ZodObject<{
103
103
  user: "user";
104
104
  }>>>;
105
105
  acceptedAt: z.ZodISODateTime;
106
- createdByRole: z.ZodOptional<z.ZodNullable<z.ZodString>>;
106
+ createdByRole: z.ZodString;
107
107
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
108
108
  registrationNumber: z.ZodString;
109
109
  }, z.core.$strip>>>;
@@ -116,7 +116,7 @@ export declare const EventMetadata: z.ZodObject<{
116
116
  system: "system";
117
117
  user: "user";
118
118
  }>>>;
119
- updatedByUserRole: z.ZodOptional<z.ZodNullable<z.ZodString>>;
119
+ updatedByUserRole: z.ZodString;
120
120
  createdAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
121
121
  createdBySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
122
122
  updatedAtLocation: z.ZodOptional<z.ZodNullable<z.core.$ZodBranded<z.ZodUUID, "UUID">>>;
@@ -621,13 +621,6 @@ declare const ParagraphConfiguration: z.ZodDefault<z.ZodObject<{
621
621
  h1: "h1";
622
622
  }>>;
623
623
  hint: z.ZodOptional<z.ZodBoolean>;
624
- textAlign: z.ZodOptional<z.ZodEnum<{
625
- start: "start";
626
- end: "end";
627
- left: "left";
628
- center: "center";
629
- right: "right";
630
- }>>;
631
624
  }, z.core.$strip>>;
632
625
  }, z.core.$strip>>;
633
626
  export type ParagraphConfiguration = z.infer<typeof ParagraphConfiguration>;
@@ -686,13 +679,6 @@ declare const Paragraph: z.ZodObject<{
686
679
  h1: "h1";
687
680
  }>>;
688
681
  hint: z.ZodOptional<z.ZodBoolean>;
689
- textAlign: z.ZodOptional<z.ZodEnum<{
690
- start: "start";
691
- end: "end";
692
- left: "left";
693
- center: "center";
694
- right: "right";
695
- }>>;
696
682
  }, z.core.$strip>>;
697
683
  }, z.core.$strip>>;
698
684
  }, z.core.$strip>;
@@ -3229,13 +3215,6 @@ export declare const FieldConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
3229
3215
  h1: "h1";
3230
3216
  }>>;
3231
3217
  hint: z.ZodOptional<z.ZodBoolean>;
3232
- textAlign: z.ZodOptional<z.ZodEnum<{
3233
- start: "start";
3234
- end: "end";
3235
- left: "left";
3236
- center: "center";
3237
- right: "right";
3238
- }>>;
3239
3218
  }, z.core.$strip>>;
3240
3219
  }, z.core.$strip>>;
3241
3220
  }, z.core.$strip>, z.ZodObject<{
@@ -620,13 +620,6 @@ export declare const DeclarationFormConfig: z.ZodObject<{
620
620
  h1: "h1";
621
621
  }>>;
622
622
  hint: z.ZodOptional<z.ZodBoolean>;
623
- textAlign: z.ZodOptional<z.ZodEnum<{
624
- start: "start";
625
- end: "end";
626
- left: "left";
627
- center: "center";
628
- right: "right";
629
- }>>;
630
623
  }, z.core.$strip>>;
631
624
  }, z.core.$strip>>;
632
625
  }, z.core.$strip>, z.ZodObject<{
@@ -2961,13 +2954,6 @@ export declare const ActionFormConfig: z.ZodObject<{
2961
2954
  h1: "h1";
2962
2955
  }>>;
2963
2956
  hint: z.ZodOptional<z.ZodBoolean>;
2964
- textAlign: z.ZodOptional<z.ZodEnum<{
2965
- start: "start";
2966
- end: "end";
2967
- left: "left";
2968
- center: "center";
2969
- right: "right";
2970
- }>>;
2971
2957
  }, z.core.$strip>>;
2972
2958
  }, z.core.$strip>>;
2973
2959
  }, z.core.$strip>, z.ZodObject<{
@@ -5296,13 +5282,6 @@ export declare const ActionFormConfig: z.ZodObject<{
5296
5282
  h1: "h1";
5297
5283
  }>>;
5298
5284
  hint: z.ZodOptional<z.ZodBoolean>;
5299
- textAlign: z.ZodOptional<z.ZodEnum<{
5300
- start: "start";
5301
- end: "end";
5302
- left: "left";
5303
- center: "center";
5304
- right: "right";
5305
- }>>;
5306
5285
  }, z.core.$strip>>;
5307
5286
  }, z.core.$strip>>;
5308
5287
  }, z.core.$strip>, z.ZodObject<{
@@ -7649,13 +7628,6 @@ export declare const FormConfig: z.ZodUnion<readonly [z.ZodObject<{
7649
7628
  h1: "h1";
7650
7629
  }>>;
7651
7630
  hint: z.ZodOptional<z.ZodBoolean>;
7652
- textAlign: z.ZodOptional<z.ZodEnum<{
7653
- start: "start";
7654
- end: "end";
7655
- left: "left";
7656
- center: "center";
7657
- right: "right";
7658
- }>>;
7659
7631
  }, z.core.$strip>>;
7660
7632
  }, z.core.$strip>>;
7661
7633
  }, z.core.$strip>, z.ZodObject<{
@@ -9987,13 +9959,6 @@ export declare const FormConfig: z.ZodUnion<readonly [z.ZodObject<{
9987
9959
  h1: "h1";
9988
9960
  }>>;
9989
9961
  hint: z.ZodOptional<z.ZodBoolean>;
9990
- textAlign: z.ZodOptional<z.ZodEnum<{
9991
- start: "start";
9992
- end: "end";
9993
- left: "left";
9994
- center: "center";
9995
- right: "right";
9996
- }>>;
9997
9962
  }, z.core.$strip>>;
9998
9963
  }, z.core.$strip>>;
9999
9964
  }, z.core.$strip>, z.ZodObject<{
@@ -12322,13 +12287,6 @@ export declare const FormConfig: z.ZodUnion<readonly [z.ZodObject<{
12322
12287
  h1: "h1";
12323
12288
  }>>;
12324
12289
  hint: z.ZodOptional<z.ZodBoolean>;
12325
- textAlign: z.ZodOptional<z.ZodEnum<{
12326
- start: "start";
12327
- end: "end";
12328
- left: "left";
12329
- center: "center";
12330
- right: "right";
12331
- }>>;
12332
12290
  }, z.core.$strip>>;
12333
12291
  }, z.core.$strip>>;
12334
12292
  }, z.core.$strip>, z.ZodObject<{
@@ -623,13 +623,6 @@ export declare const FormPageConfig: z.ZodObject<{
623
623
  h1: "h1";
624
624
  }>>;
625
625
  hint: z.ZodOptional<z.ZodBoolean>;
626
- textAlign: z.ZodOptional<z.ZodEnum<{
627
- start: "start";
628
- end: "end";
629
- left: "left";
630
- center: "center";
631
- right: "right";
632
- }>>;
633
626
  }, z.core.$strip>>;
634
627
  }, z.core.$strip>>;
635
628
  }, z.core.$strip>, z.ZodObject<{
@@ -2973,13 +2966,6 @@ export declare const VerificationPageConfig: z.ZodObject<{
2973
2966
  h1: "h1";
2974
2967
  }>>;
2975
2968
  hint: z.ZodOptional<z.ZodBoolean>;
2976
- textAlign: z.ZodOptional<z.ZodEnum<{
2977
- start: "start";
2978
- end: "end";
2979
- left: "left";
2980
- center: "center";
2981
- right: "right";
2982
- }>>;
2983
2969
  }, z.core.$strip>>;
2984
2970
  }, z.core.$strip>>;
2985
2971
  }, z.core.$strip>, z.ZodObject<{
@@ -5322,13 +5308,6 @@ export declare const PageConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
5322
5308
  h1: "h1";
5323
5309
  }>>;
5324
5310
  hint: z.ZodOptional<z.ZodBoolean>;
5325
- textAlign: z.ZodOptional<z.ZodEnum<{
5326
- start: "start";
5327
- end: "end";
5328
- left: "left";
5329
- center: "center";
5330
- right: "right";
5331
- }>>;
5332
5311
  }, z.core.$strip>>;
5333
5312
  }, z.core.$strip>>;
5334
5313
  }, z.core.$strip>, z.ZodObject<{
@@ -7657,13 +7636,6 @@ export declare const PageConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
7657
7636
  h1: "h1";
7658
7637
  }>>;
7659
7638
  hint: z.ZodOptional<z.ZodBoolean>;
7660
- textAlign: z.ZodOptional<z.ZodEnum<{
7661
- start: "start";
7662
- end: "end";
7663
- left: "left";
7664
- center: "center";
7665
- right: "right";
7666
- }>>;
7667
7639
  }, z.core.$strip>>;
7668
7640
  }, z.core.$strip>>;
7669
7641
  }, z.core.$strip>, z.ZodObject<{
@@ -726,7 +726,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
726
726
  styles?: {
727
727
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
728
728
  hint?: boolean | undefined;
729
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
730
729
  } | undefined;
731
730
  };
732
731
  parent?: {
@@ -4019,7 +4018,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
4019
4018
  styles?: {
4020
4019
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
4021
4020
  hint?: boolean | undefined;
4022
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
4023
4021
  } | undefined;
4024
4022
  };
4025
4023
  parent?: {
@@ -7302,7 +7300,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
7302
7300
  styles?: {
7303
7301
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
7304
7302
  hint?: boolean | undefined;
7305
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
7306
7303
  } | undefined;
7307
7304
  };
7308
7305
  parent?: {
@@ -10684,7 +10681,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
10684
10681
  styles?: {
10685
10682
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
10686
10683
  hint?: boolean | undefined;
10687
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
10688
10684
  } | undefined;
10689
10685
  };
10690
10686
  parent?: {
@@ -13951,7 +13947,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
13951
13947
  styles?: {
13952
13948
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
13953
13949
  hint?: boolean | undefined;
13954
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
13955
13950
  } | undefined;
13956
13951
  };
13957
13952
  parent?: {
@@ -17279,7 +17274,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
17279
17274
  styles?: {
17280
17275
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
17281
17276
  hint?: boolean | undefined;
17282
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
17283
17277
  } | undefined;
17284
17278
  };
17285
17279
  parent?: {
@@ -20546,7 +20540,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
20546
20540
  styles?: {
20547
20541
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
20548
20542
  hint?: boolean | undefined;
20549
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
20550
20543
  } | undefined;
20551
20544
  };
20552
20545
  parent?: {
@@ -23930,7 +23923,6 @@ export declare const defineConfig: (config: EventConfigInput) => {
23930
23923
  styles?: {
23931
23924
  fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
23932
23925
  hint?: boolean | undefined;
23933
- textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
23934
23926
  } | undefined;
23935
23927
  };
23936
23928
  parent?: {
@@ -72,24 +72,25 @@ export declare function applyDraftToEventIndex(eventIndex: EventIndex, draft: Dr
72
72
  createdAt: string;
73
73
  createdBy: string;
74
74
  acceptedAt: string;
75
+ createdByRole: string;
75
76
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
76
77
  createdByUserType?: "system" | "user" | null | undefined;
77
- createdByRole?: string | null | undefined;
78
78
  createdBySignature?: string | null | undefined;
79
79
  } | null | undefined;
80
80
  REGISTERED?: {
81
81
  createdAt: string;
82
82
  createdBy: string;
83
83
  acceptedAt: string;
84
+ createdByRole: string;
84
85
  registrationNumber: string;
85
86
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
86
87
  createdByUserType?: "system" | "user" | null | undefined;
87
- createdByRole?: string | null | undefined;
88
88
  createdBySignature?: string | null | undefined;
89
89
  } | null | undefined;
90
90
  };
91
91
  createdAt: string;
92
92
  createdBy: string;
93
+ updatedByUserRole: string;
93
94
  updatedAt: string;
94
95
  trackingId: string;
95
96
  potentialDuplicates: {
@@ -101,7 +102,6 @@ export declare function applyDraftToEventIndex(eventIndex: EventIndex, draft: Dr
101
102
  dateOfEvent?: string | null | undefined;
102
103
  placeOfEvent?: (string & import("zod").$brand<"UUID">) | null | undefined;
103
104
  createdByUserType?: "system" | "user" | null | undefined;
104
- updatedByUserRole?: string | null | undefined;
105
105
  createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
106
106
  createdBySignature?: string | null | undefined;
107
107
  updatedAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;