@opencrvs/toolkit 1.9.2-rc.c76ff3e → 1.9.2-rc.f1d7235

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.
@@ -55,6 +55,7 @@ export declare const FieldConfigSchema: z.ZodObject<{
55
55
  readonly QR_READER: "QR_READER";
56
56
  readonly ID_READER: "ID_READER";
57
57
  readonly LOADER: "LOADER";
58
+ readonly HIDDEN: "HIDDEN";
58
59
  }>>;
59
60
  label: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, z.core.$strip>>;
60
61
  options: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -89,6 +90,7 @@ export declare const EventFieldIdInput: z.ZodEnum<{
89
90
  updatedAt: "updatedAt";
90
91
  "legalStatuses.REGISTERED.acceptedAt": "legalStatuses.REGISTERED.acceptedAt";
91
92
  "legalStatuses.REGISTERED.createdAtLocation": "legalStatuses.REGISTERED.createdAtLocation";
93
+ "legalStatuses.REGISTERED.registrationNumber": "legalStatuses.REGISTERED.registrationNumber";
92
94
  }>;
93
95
  /**
94
96
  * Represent the prefix used to differentiate event metadata fields from
@@ -105,6 +107,7 @@ export declare const EventFieldId: z.ZodEnum<{
105
107
  "event.updatedAt": "event.updatedAt";
106
108
  "event.legalStatuses.REGISTERED.acceptedAt": "event.legalStatuses.REGISTERED.acceptedAt";
107
109
  "event.legalStatuses.REGISTERED.createdAtLocation": "event.legalStatuses.REGISTERED.createdAtLocation";
110
+ "event.legalStatuses.REGISTERED.registrationNumber": "event.legalStatuses.REGISTERED.registrationNumber";
108
111
  }>;
109
112
  export type EventFieldIdInput = z.infer<typeof EventFieldIdInput>;
110
113
  export type EventFieldId = z.infer<typeof EventFieldId>;
@@ -158,6 +161,7 @@ export declare const EventFieldConfigSchema: z.ZodObject<{
158
161
  readonly QR_READER: "QR_READER";
159
162
  readonly ID_READER: "ID_READER";
160
163
  readonly LOADER: "LOADER";
164
+ readonly HIDDEN: "HIDDEN";
161
165
  }>>;
162
166
  label: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, z.core.$strip>>;
163
167
  options: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -185,6 +189,7 @@ export declare const EventFieldConfigSchema: z.ZodObject<{
185
189
  "event.updatedAt": "event.updatedAt";
186
190
  "event.legalStatuses.REGISTERED.acceptedAt": "event.legalStatuses.REGISTERED.acceptedAt";
187
191
  "event.legalStatuses.REGISTERED.createdAtLocation": "event.legalStatuses.REGISTERED.createdAtLocation";
192
+ "event.legalStatuses.REGISTERED.registrationNumber": "event.legalStatuses.REGISTERED.registrationNumber";
188
193
  }>;
189
194
  fieldType: z.ZodLiteral<"event">;
190
195
  }, z.core.$strip>;
@@ -238,6 +243,7 @@ export declare const AdvancedSearchField: z.ZodDiscriminatedUnion<[z.ZodObject<{
238
243
  readonly QR_READER: "QR_READER";
239
244
  readonly ID_READER: "ID_READER";
240
245
  readonly LOADER: "LOADER";
246
+ readonly HIDDEN: "HIDDEN";
241
247
  }>>;
242
248
  label: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, z.core.$strip>>;
243
249
  options: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -311,6 +317,7 @@ export declare const AdvancedSearchField: z.ZodDiscriminatedUnion<[z.ZodObject<{
311
317
  readonly QR_READER: "QR_READER";
312
318
  readonly ID_READER: "ID_READER";
313
319
  readonly LOADER: "LOADER";
320
+ readonly HIDDEN: "HIDDEN";
314
321
  }>>;
315
322
  label: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, z.core.$strip>>;
316
323
  options: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -338,6 +345,7 @@ export declare const AdvancedSearchField: z.ZodDiscriminatedUnion<[z.ZodObject<{
338
345
  "event.updatedAt": "event.updatedAt";
339
346
  "event.legalStatuses.REGISTERED.acceptedAt": "event.legalStatuses.REGISTERED.acceptedAt";
340
347
  "event.legalStatuses.REGISTERED.createdAtLocation": "event.legalStatuses.REGISTERED.createdAtLocation";
348
+ "event.legalStatuses.REGISTERED.registrationNumber": "event.legalStatuses.REGISTERED.registrationNumber";
341
349
  }>;
342
350
  fieldType: z.ZodLiteral<"event">;
343
351
  }, z.core.$strip>], "fieldType">;
@@ -394,6 +402,7 @@ export declare const AdvancedSearchConfig: z.ZodObject<{
394
402
  readonly QR_READER: "QR_READER";
395
403
  readonly ID_READER: "ID_READER";
396
404
  readonly LOADER: "LOADER";
405
+ readonly HIDDEN: "HIDDEN";
397
406
  }>>;
398
407
  label: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, z.core.$strip>>;
399
408
  options: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -467,6 +476,7 @@ export declare const AdvancedSearchConfig: z.ZodObject<{
467
476
  readonly QR_READER: "QR_READER";
468
477
  readonly ID_READER: "ID_READER";
469
478
  readonly LOADER: "LOADER";
479
+ readonly HIDDEN: "HIDDEN";
470
480
  }>>;
471
481
  label: z.ZodOptional<z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, z.core.$strip>>;
472
482
  options: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -494,6 +504,7 @@ export declare const AdvancedSearchConfig: z.ZodObject<{
494
504
  "event.updatedAt": "event.updatedAt";
495
505
  "event.legalStatuses.REGISTERED.acceptedAt": "event.legalStatuses.REGISTERED.acceptedAt";
496
506
  "event.legalStatuses.REGISTERED.createdAtLocation": "event.legalStatuses.REGISTERED.createdAtLocation";
507
+ "event.legalStatuses.REGISTERED.registrationNumber": "event.legalStatuses.REGISTERED.registrationNumber";
497
508
  }>;
498
509
  fieldType: z.ZodLiteral<"event">;
499
510
  }, z.core.$strip>], "fieldType">>;