@opencrvs/toolkit 1.9.7-rc.4e5787b → 1.9.7-rc.51d3a8b
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 +239 -223
- package/dist/commons/events/ActionConfig.d.ts +70 -0
- package/dist/commons/events/ActionDocument.d.ts +47 -47
- package/dist/commons/events/Draft.d.ts +1 -1
- package/dist/commons/events/EventConfig.d.ts +56 -0
- package/dist/commons/events/EventDocument.d.ts +19 -19
- package/dist/commons/events/EventIndex.d.ts +3 -3
- package/dist/commons/events/EventMetadata.d.ts +7 -7
- package/dist/commons/events/FieldConfig.d.ts +21 -0
- package/dist/commons/events/FormConfig.d.ts +42 -0
- package/dist/commons/events/PageConfig.d.ts +28 -0
- package/dist/commons/events/defineConfig.d.ts +8 -0
- package/dist/commons/events/state/index.d.ts +3 -3
- package/dist/commons/events/state/utils.d.ts +21 -21
- package/dist/commons/events/utils.d.ts +35 -19
- package/dist/events/index.js +11 -5
- package/dist/notification/index.js +11 -5
- package/dist/scopes/index.d.ts +3 -2
- package/dist/scopes/index.js +3 -1
- package/package.json +1 -1
|
@@ -777,6 +777,13 @@ 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
|
+
}>>;
|
|
780
787
|
}, z.core.$strip>>;
|
|
781
788
|
}, z.core.$strip>>;
|
|
782
789
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -3238,6 +3245,13 @@ export declare const EventConfig: z.ZodObject<{
|
|
|
3238
3245
|
h1: "h1";
|
|
3239
3246
|
}>>;
|
|
3240
3247
|
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
|
+
}>>;
|
|
3241
3255
|
}, z.core.$strip>>;
|
|
3242
3256
|
}, z.core.$strip>>;
|
|
3243
3257
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -5967,6 +5981,13 @@ export declare const EventConfig: z.ZodObject<{
|
|
|
5967
5981
|
h1: "h1";
|
|
5968
5982
|
}>>;
|
|
5969
5983
|
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
|
+
}>>;
|
|
5970
5991
|
}, z.core.$strip>>;
|
|
5971
5992
|
}, z.core.$strip>>;
|
|
5972
5993
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -8295,6 +8316,13 @@ export declare const EventConfig: z.ZodObject<{
|
|
|
8295
8316
|
h1: "h1";
|
|
8296
8317
|
}>>;
|
|
8297
8318
|
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
|
+
}>>;
|
|
8298
8326
|
}, z.core.$strip>>;
|
|
8299
8327
|
}, z.core.$strip>>;
|
|
8300
8328
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -10769,6 +10797,13 @@ export declare const EventConfig: z.ZodObject<{
|
|
|
10769
10797
|
h1: "h1";
|
|
10770
10798
|
}>>;
|
|
10771
10799
|
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
|
+
}>>;
|
|
10772
10807
|
}, z.core.$strip>>;
|
|
10773
10808
|
}, z.core.$strip>>;
|
|
10774
10809
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -13097,6 +13132,13 @@ export declare const EventConfig: z.ZodObject<{
|
|
|
13097
13132
|
h1: "h1";
|
|
13098
13133
|
}>>;
|
|
13099
13134
|
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
|
+
}>>;
|
|
13100
13142
|
}, z.core.$strip>>;
|
|
13101
13143
|
}, z.core.$strip>>;
|
|
13102
13144
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -15831,6 +15873,13 @@ export declare const EventConfig: z.ZodObject<{
|
|
|
15831
15873
|
h1: "h1";
|
|
15832
15874
|
}>>;
|
|
15833
15875
|
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
|
+
}>>;
|
|
15834
15883
|
}, z.core.$strip>>;
|
|
15835
15884
|
}, z.core.$strip>>;
|
|
15836
15885
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -18162,6 +18211,13 @@ export declare const EventConfig: z.ZodObject<{
|
|
|
18162
18211
|
h1: "h1";
|
|
18163
18212
|
}>>;
|
|
18164
18213
|
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
|
+
}>>;
|
|
18165
18221
|
}, z.core.$strip>>;
|
|
18166
18222
|
}, z.core.$strip>>;
|
|
18167
18223
|
}, 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.ZodString
|
|
16
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
37
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
61
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
88
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
109
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
133
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
157
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
178
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
200
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
221
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
243
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
264
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
286
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
311
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
332
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
356
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
377
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
401
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
423
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
22
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
34
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
47
|
+
updatedByUserRole: z.ZodOptional<z.ZodNullable<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.ZodString
|
|
24
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
37
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
52
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
64
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
94
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
106
|
+
createdByRole: z.ZodOptional<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.ZodString
|
|
119
|
+
updatedByUserRole: z.ZodOptional<z.ZodNullable<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,6 +621,13 @@ 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
|
+
}>>;
|
|
624
631
|
}, z.core.$strip>>;
|
|
625
632
|
}, z.core.$strip>>;
|
|
626
633
|
export type ParagraphConfiguration = z.infer<typeof ParagraphConfiguration>;
|
|
@@ -679,6 +686,13 @@ declare const Paragraph: z.ZodObject<{
|
|
|
679
686
|
h1: "h1";
|
|
680
687
|
}>>;
|
|
681
688
|
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
|
+
}>>;
|
|
682
696
|
}, z.core.$strip>>;
|
|
683
697
|
}, z.core.$strip>>;
|
|
684
698
|
}, z.core.$strip>;
|
|
@@ -3215,6 +3229,13 @@ export declare const FieldConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3215
3229
|
h1: "h1";
|
|
3216
3230
|
}>>;
|
|
3217
3231
|
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
|
+
}>>;
|
|
3218
3239
|
}, z.core.$strip>>;
|
|
3219
3240
|
}, z.core.$strip>>;
|
|
3220
3241
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -620,6 +620,13 @@ 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
|
+
}>>;
|
|
623
630
|
}, z.core.$strip>>;
|
|
624
631
|
}, z.core.$strip>>;
|
|
625
632
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -2954,6 +2961,13 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
|
2954
2961
|
h1: "h1";
|
|
2955
2962
|
}>>;
|
|
2956
2963
|
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
|
+
}>>;
|
|
2957
2971
|
}, z.core.$strip>>;
|
|
2958
2972
|
}, z.core.$strip>>;
|
|
2959
2973
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -5282,6 +5296,13 @@ export declare const ActionFormConfig: z.ZodObject<{
|
|
|
5282
5296
|
h1: "h1";
|
|
5283
5297
|
}>>;
|
|
5284
5298
|
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
|
+
}>>;
|
|
5285
5306
|
}, z.core.$strip>>;
|
|
5286
5307
|
}, z.core.$strip>>;
|
|
5287
5308
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -7628,6 +7649,13 @@ export declare const FormConfig: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
7628
7649
|
h1: "h1";
|
|
7629
7650
|
}>>;
|
|
7630
7651
|
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
|
+
}>>;
|
|
7631
7659
|
}, z.core.$strip>>;
|
|
7632
7660
|
}, z.core.$strip>>;
|
|
7633
7661
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -9959,6 +9987,13 @@ export declare const FormConfig: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
9959
9987
|
h1: "h1";
|
|
9960
9988
|
}>>;
|
|
9961
9989
|
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
|
+
}>>;
|
|
9962
9997
|
}, z.core.$strip>>;
|
|
9963
9998
|
}, z.core.$strip>>;
|
|
9964
9999
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -12287,6 +12322,13 @@ export declare const FormConfig: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
12287
12322
|
h1: "h1";
|
|
12288
12323
|
}>>;
|
|
12289
12324
|
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
|
+
}>>;
|
|
12290
12332
|
}, z.core.$strip>>;
|
|
12291
12333
|
}, z.core.$strip>>;
|
|
12292
12334
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -623,6 +623,13 @@ 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
|
+
}>>;
|
|
626
633
|
}, z.core.$strip>>;
|
|
627
634
|
}, z.core.$strip>>;
|
|
628
635
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -2966,6 +2973,13 @@ export declare const VerificationPageConfig: z.ZodObject<{
|
|
|
2966
2973
|
h1: "h1";
|
|
2967
2974
|
}>>;
|
|
2968
2975
|
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
|
+
}>>;
|
|
2969
2983
|
}, z.core.$strip>>;
|
|
2970
2984
|
}, z.core.$strip>>;
|
|
2971
2985
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -5308,6 +5322,13 @@ export declare const PageConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
5308
5322
|
h1: "h1";
|
|
5309
5323
|
}>>;
|
|
5310
5324
|
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
|
+
}>>;
|
|
5311
5332
|
}, z.core.$strip>>;
|
|
5312
5333
|
}, z.core.$strip>>;
|
|
5313
5334
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -7636,6 +7657,13 @@ export declare const PageConfig: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
7636
7657
|
h1: "h1";
|
|
7637
7658
|
}>>;
|
|
7638
7659
|
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
|
+
}>>;
|
|
7639
7667
|
}, z.core.$strip>>;
|
|
7640
7668
|
}, z.core.$strip>>;
|
|
7641
7669
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -726,6 +726,7 @@ 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;
|
|
729
730
|
} | undefined;
|
|
730
731
|
};
|
|
731
732
|
parent?: {
|
|
@@ -4018,6 +4019,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
|
4018
4019
|
styles?: {
|
|
4019
4020
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
|
4020
4021
|
hint?: boolean | undefined;
|
|
4022
|
+
textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
|
|
4021
4023
|
} | undefined;
|
|
4022
4024
|
};
|
|
4023
4025
|
parent?: {
|
|
@@ -7300,6 +7302,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
|
7300
7302
|
styles?: {
|
|
7301
7303
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
|
7302
7304
|
hint?: boolean | undefined;
|
|
7305
|
+
textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
|
|
7303
7306
|
} | undefined;
|
|
7304
7307
|
};
|
|
7305
7308
|
parent?: {
|
|
@@ -10681,6 +10684,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
|
10681
10684
|
styles?: {
|
|
10682
10685
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
|
10683
10686
|
hint?: boolean | undefined;
|
|
10687
|
+
textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
|
|
10684
10688
|
} | undefined;
|
|
10685
10689
|
};
|
|
10686
10690
|
parent?: {
|
|
@@ -13947,6 +13951,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
|
13947
13951
|
styles?: {
|
|
13948
13952
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
|
13949
13953
|
hint?: boolean | undefined;
|
|
13954
|
+
textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
|
|
13950
13955
|
} | undefined;
|
|
13951
13956
|
};
|
|
13952
13957
|
parent?: {
|
|
@@ -17274,6 +17279,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
|
17274
17279
|
styles?: {
|
|
17275
17280
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
|
17276
17281
|
hint?: boolean | undefined;
|
|
17282
|
+
textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
|
|
17277
17283
|
} | undefined;
|
|
17278
17284
|
};
|
|
17279
17285
|
parent?: {
|
|
@@ -20540,6 +20546,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
|
20540
20546
|
styles?: {
|
|
20541
20547
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
|
20542
20548
|
hint?: boolean | undefined;
|
|
20549
|
+
textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
|
|
20543
20550
|
} | undefined;
|
|
20544
20551
|
};
|
|
20545
20552
|
parent?: {
|
|
@@ -23923,6 +23930,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
|
|
|
23923
23930
|
styles?: {
|
|
23924
23931
|
fontVariant?: "reg12" | "reg14" | "reg16" | "reg18" | "h4" | "h3" | "h2" | "h1" | undefined;
|
|
23925
23932
|
hint?: boolean | undefined;
|
|
23933
|
+
textAlign?: "start" | "end" | "left" | "center" | "right" | undefined;
|
|
23926
23934
|
} | undefined;
|
|
23927
23935
|
};
|
|
23928
23936
|
parent?: {
|
|
@@ -72,25 +72,24 @@ export declare function applyDraftToEventIndex(eventIndex: EventIndex, draft: Dr
|
|
|
72
72
|
createdAt: string;
|
|
73
73
|
createdBy: string;
|
|
74
74
|
acceptedAt: string;
|
|
75
|
-
createdByRole: string;
|
|
76
75
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
77
76
|
createdByUserType?: "system" | "user" | null | undefined;
|
|
77
|
+
createdByRole?: string | 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;
|
|
85
84
|
registrationNumber: string;
|
|
86
85
|
createdAtLocation?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
87
86
|
createdByUserType?: "system" | "user" | null | undefined;
|
|
87
|
+
createdByRole?: string | undefined;
|
|
88
88
|
createdBySignature?: string | null | undefined;
|
|
89
89
|
} | null | undefined;
|
|
90
90
|
};
|
|
91
91
|
createdAt: string;
|
|
92
92
|
createdBy: string;
|
|
93
|
-
updatedByUserRole: string;
|
|
94
93
|
updatedAt: string;
|
|
95
94
|
trackingId: string;
|
|
96
95
|
potentialDuplicates: {
|
|
@@ -102,6 +101,7 @@ export declare function applyDraftToEventIndex(eventIndex: EventIndex, draft: Dr
|
|
|
102
101
|
dateOfEvent?: string | null | undefined;
|
|
103
102
|
placeOfEvent?: (string & import("zod").$brand<"UUID">) | null | undefined;
|
|
104
103
|
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;
|