@opencrvs/toolkit 1.9.5-rc.bc05627 → 1.9.5-rc.c603aed

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.
@@ -258,7 +258,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
258
258
  type: "exact" | "fuzzy" | "range" | "within";
259
259
  searchFields?: string[] | undefined;
260
260
  };
261
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
261
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
262
262
  fieldType: "event";
263
263
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
264
264
  options?: {
@@ -189,7 +189,7 @@ export declare const FieldConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
189
189
  * The event fields that are available for advanced search. These are the values
190
190
  * that can be passed to the `event` function to create a field config.
191
191
  */
192
- export declare const EventFieldIdInput: z.ZodEnum<["trackingId", "status", "legalStatuses.REGISTERED.acceptedAt", "legalStatuses.REGISTERED.createdAtLocation", "updatedAt"]>;
192
+ export declare const EventFieldIdInput: z.ZodEnum<["trackingId", "status", "legalStatuses.REGISTERED.acceptedAt", "legalStatuses.REGISTERED.createdAtLocation", "legalStatuses.REGISTERED.registrationNumber", "updatedAt"]>;
193
193
  /**
194
194
  * Represent the prefix used to differentiate event metadata fields from
195
195
  * the declaration ones in advanced search form.
@@ -199,7 +199,7 @@ export declare const METADATA_FIELD_PREFIX = "event.";
199
199
  * The field IDs that are actually used in the advanced search. The `event`
200
200
  * function prefixes the `EventFieldIdInput` values with METADATA_FIELD_PREFIX.
201
201
  */
202
- export declare const EventFieldId: z.ZodEnum<["event.trackingId", "event.status", "event.legalStatuses.REGISTERED.acceptedAt", "event.legalStatuses.REGISTERED.createdAtLocation", "event.updatedAt"]>;
202
+ export declare const EventFieldId: z.ZodEnum<["event.trackingId", "event.status", "event.legalStatuses.REGISTERED.acceptedAt", "event.legalStatuses.REGISTERED.createdAtLocation", "event.legalStatuses.REGISTERED.registrationNumber", "event.updatedAt"]>;
203
203
  export type EventFieldIdInput = z.infer<typeof EventFieldIdInput>;
204
204
  export type EventFieldId = z.infer<typeof EventFieldId>;
205
205
  export declare const EventFieldConfigSchema: z.ZodObject<z.objectUtil.extendShape<{
@@ -302,14 +302,14 @@ export declare const EventFieldConfigSchema: z.ZodObject<z.objectUtil.extendShap
302
302
  validator: import(".").JSONSchema;
303
303
  }>, "many">>>;
304
304
  }, {
305
- fieldId: z.ZodEnum<["event.trackingId", "event.status", "event.legalStatuses.REGISTERED.acceptedAt", "event.legalStatuses.REGISTERED.createdAtLocation", "event.updatedAt"]>;
305
+ fieldId: z.ZodEnum<["event.trackingId", "event.status", "event.legalStatuses.REGISTERED.acceptedAt", "event.legalStatuses.REGISTERED.createdAtLocation", "event.legalStatuses.REGISTERED.registrationNumber", "event.updatedAt"]>;
306
306
  fieldType: z.ZodLiteral<"event">;
307
307
  }>, "strip", z.ZodTypeAny, {
308
308
  config: {
309
309
  type: "exact" | "fuzzy" | "range" | "within";
310
310
  searchFields?: string[] | undefined;
311
311
  };
312
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
312
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
313
313
  fieldType: "event";
314
314
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
315
315
  options?: {
@@ -337,7 +337,7 @@ export declare const EventFieldConfigSchema: z.ZodObject<z.objectUtil.extendShap
337
337
  type: "exact" | "fuzzy" | "range" | "within";
338
338
  searchFields?: string[] | undefined;
339
339
  };
340
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
340
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
341
341
  fieldType: "event";
342
342
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
343
343
  options?: {
@@ -651,14 +651,14 @@ export declare const AdvancedSearchField: z.ZodEffects<z.ZodDiscriminatedUnion<"
651
651
  validator: import(".").JSONSchema;
652
652
  }>, "many">>>;
653
653
  }, {
654
- fieldId: z.ZodEnum<["event.trackingId", "event.status", "event.legalStatuses.REGISTERED.acceptedAt", "event.legalStatuses.REGISTERED.createdAtLocation", "event.updatedAt"]>;
654
+ fieldId: z.ZodEnum<["event.trackingId", "event.status", "event.legalStatuses.REGISTERED.acceptedAt", "event.legalStatuses.REGISTERED.createdAtLocation", "event.legalStatuses.REGISTERED.registrationNumber", "event.updatedAt"]>;
655
655
  fieldType: z.ZodLiteral<"event">;
656
656
  }>, "strip", z.ZodTypeAny, {
657
657
  config: {
658
658
  type: "exact" | "fuzzy" | "range" | "within";
659
659
  searchFields?: string[] | undefined;
660
660
  };
661
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
661
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
662
662
  fieldType: "event";
663
663
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
664
664
  options?: {
@@ -686,7 +686,7 @@ export declare const AdvancedSearchField: z.ZodEffects<z.ZodDiscriminatedUnion<"
686
686
  type: "exact" | "fuzzy" | "range" | "within";
687
687
  searchFields?: string[] | undefined;
688
688
  };
689
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
689
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
690
690
  fieldType: "event";
691
691
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
692
692
  options?: {
@@ -758,7 +758,7 @@ export declare const AdvancedSearchField: z.ZodEffects<z.ZodDiscriminatedUnion<"
758
758
  type: "exact" | "fuzzy" | "range" | "within";
759
759
  searchFields?: string[] | undefined;
760
760
  };
761
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
761
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
762
762
  fieldType: "event";
763
763
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
764
764
  options?: {
@@ -830,7 +830,7 @@ export declare const AdvancedSearchField: z.ZodEffects<z.ZodDiscriminatedUnion<"
830
830
  type: "exact" | "fuzzy" | "range" | "within";
831
831
  searchFields?: string[] | undefined;
832
832
  };
833
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
833
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
834
834
  fieldType: "event";
835
835
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
836
836
  options?: {
@@ -1151,14 +1151,14 @@ export declare const AdvancedSearchConfig: z.ZodObject<{
1151
1151
  validator: import(".").JSONSchema;
1152
1152
  }>, "many">>>;
1153
1153
  }, {
1154
- fieldId: z.ZodEnum<["event.trackingId", "event.status", "event.legalStatuses.REGISTERED.acceptedAt", "event.legalStatuses.REGISTERED.createdAtLocation", "event.updatedAt"]>;
1154
+ fieldId: z.ZodEnum<["event.trackingId", "event.status", "event.legalStatuses.REGISTERED.acceptedAt", "event.legalStatuses.REGISTERED.createdAtLocation", "event.legalStatuses.REGISTERED.registrationNumber", "event.updatedAt"]>;
1155
1155
  fieldType: z.ZodLiteral<"event">;
1156
1156
  }>, "strip", z.ZodTypeAny, {
1157
1157
  config: {
1158
1158
  type: "exact" | "fuzzy" | "range" | "within";
1159
1159
  searchFields?: string[] | undefined;
1160
1160
  };
1161
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
1161
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
1162
1162
  fieldType: "event";
1163
1163
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
1164
1164
  options?: {
@@ -1186,7 +1186,7 @@ export declare const AdvancedSearchConfig: z.ZodObject<{
1186
1186
  type: "exact" | "fuzzy" | "range" | "within";
1187
1187
  searchFields?: string[] | undefined;
1188
1188
  };
1189
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
1189
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
1190
1190
  fieldType: "event";
1191
1191
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
1192
1192
  options?: {
@@ -1258,7 +1258,7 @@ export declare const AdvancedSearchConfig: z.ZodObject<{
1258
1258
  type: "exact" | "fuzzy" | "range" | "within";
1259
1259
  searchFields?: string[] | undefined;
1260
1260
  };
1261
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
1261
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
1262
1262
  fieldType: "event";
1263
1263
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
1264
1264
  options?: {
@@ -1330,7 +1330,7 @@ export declare const AdvancedSearchConfig: z.ZodObject<{
1330
1330
  type: "exact" | "fuzzy" | "range" | "within";
1331
1331
  searchFields?: string[] | undefined;
1332
1332
  };
1333
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
1333
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
1334
1334
  fieldType: "event";
1335
1335
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
1336
1336
  options?: {
@@ -1405,7 +1405,7 @@ export declare const AdvancedSearchConfig: z.ZodObject<{
1405
1405
  type: "exact" | "fuzzy" | "range" | "within";
1406
1406
  searchFields?: string[] | undefined;
1407
1407
  };
1408
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
1408
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
1409
1409
  fieldType: "event";
1410
1410
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
1411
1411
  options?: {
@@ -1484,7 +1484,7 @@ export declare const AdvancedSearchConfig: z.ZodObject<{
1484
1484
  type: "exact" | "fuzzy" | "range" | "within";
1485
1485
  searchFields?: string[] | undefined;
1486
1486
  };
1487
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
1487
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
1488
1488
  fieldType: "event";
1489
1489
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
1490
1490
  options?: {
@@ -545,14 +545,14 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
545
545
  validator: import(".").JSONSchema;
546
546
  }>, "many">>>;
547
547
  }, {
548
- fieldId: z.ZodEnum<["event.trackingId", "event.status", "event.legalStatuses.REGISTERED.acceptedAt", "event.legalStatuses.REGISTERED.createdAtLocation", "event.updatedAt"]>;
548
+ fieldId: z.ZodEnum<["event.trackingId", "event.status", "event.legalStatuses.REGISTERED.acceptedAt", "event.legalStatuses.REGISTERED.createdAtLocation", "event.legalStatuses.REGISTERED.registrationNumber", "event.updatedAt"]>;
549
549
  fieldType: z.ZodLiteral<"event">;
550
550
  }>, "strip", z.ZodTypeAny, {
551
551
  config: {
552
552
  type: "exact" | "fuzzy" | "range" | "within";
553
553
  searchFields?: string[] | undefined;
554
554
  };
555
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
555
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
556
556
  fieldType: "event";
557
557
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
558
558
  options?: {
@@ -580,7 +580,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
580
580
  type: "exact" | "fuzzy" | "range" | "within";
581
581
  searchFields?: string[] | undefined;
582
582
  };
583
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
583
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
584
584
  fieldType: "event";
585
585
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
586
586
  options?: {
@@ -652,7 +652,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
652
652
  type: "exact" | "fuzzy" | "range" | "within";
653
653
  searchFields?: string[] | undefined;
654
654
  };
655
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
655
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
656
656
  fieldType: "event";
657
657
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
658
658
  options?: {
@@ -724,7 +724,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
724
724
  type: "exact" | "fuzzy" | "range" | "within";
725
725
  searchFields?: string[] | undefined;
726
726
  };
727
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
727
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
728
728
  fieldType: "event";
729
729
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
730
730
  options?: {
@@ -799,7 +799,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
799
799
  type: "exact" | "fuzzy" | "range" | "within";
800
800
  searchFields?: string[] | undefined;
801
801
  };
802
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
802
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
803
803
  fieldType: "event";
804
804
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
805
805
  options?: {
@@ -878,7 +878,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
878
878
  type: "exact" | "fuzzy" | "range" | "within";
879
879
  searchFields?: string[] | undefined;
880
880
  };
881
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
881
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
882
882
  fieldType: "event";
883
883
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
884
884
  options?: {
@@ -1114,7 +1114,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1114
1114
  type: "exact" | "fuzzy" | "range" | "within";
1115
1115
  searchFields?: string[] | undefined;
1116
1116
  };
1117
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
1117
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
1118
1118
  fieldType: "event";
1119
1119
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
1120
1120
  options?: {
@@ -1532,7 +1532,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1532
1532
  type: "exact" | "fuzzy" | "range" | "within";
1533
1533
  searchFields?: string[] | undefined;
1534
1534
  };
1535
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
1535
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
1536
1536
  fieldType: "event";
1537
1537
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
1538
1538
  options?: {
@@ -1768,7 +1768,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
1768
1768
  type: "exact" | "fuzzy" | "range" | "within";
1769
1769
  searchFields?: string[] | undefined;
1770
1770
  };
1771
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
1771
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
1772
1772
  fieldType: "event";
1773
1773
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
1774
1774
  options?: {
@@ -2186,7 +2186,7 @@ export declare const EventConfig: z.ZodEffects<z.ZodObject<{
2186
2186
  type: "exact" | "fuzzy" | "range" | "within";
2187
2187
  searchFields?: string[] | undefined;
2188
2188
  };
2189
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
2189
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
2190
2190
  fieldType: "event";
2191
2191
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
2192
2192
  options?: {
@@ -3218,6 +3218,28 @@ declare const File: z.ZodObject<z.objectUtil.extendShape<{
3218
3218
  configuration: z.ZodDefault<z.ZodObject<{
3219
3219
  maxFileSize: z.ZodDefault<z.ZodNumber>;
3220
3220
  acceptedFileTypes: z.ZodOptional<z.ZodArray<z.ZodEnum<["image/png", "image/jpg", "image/jpeg", "image/svg+xml", "application/pdf", "application/msword", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.oasis.opendocument.text"]>, "many">>;
3221
+ maxImageSize: z.ZodOptional<z.ZodObject<{
3222
+ targetSize: z.ZodObject<{
3223
+ width: z.ZodNumber;
3224
+ height: z.ZodNumber;
3225
+ }, "strip", z.ZodTypeAny, {
3226
+ width: number;
3227
+ height: number;
3228
+ }, {
3229
+ width: number;
3230
+ height: number;
3231
+ }>;
3232
+ }, "strip", z.ZodTypeAny, {
3233
+ targetSize: {
3234
+ width: number;
3235
+ height: number;
3236
+ };
3237
+ }, {
3238
+ targetSize: {
3239
+ width: number;
3240
+ height: number;
3241
+ };
3242
+ }>>;
3221
3243
  style: z.ZodOptional<z.ZodObject<{
3222
3244
  width: z.ZodOptional<z.ZodEnum<["full", "auto"]>>;
3223
3245
  }, "strip", z.ZodTypeAny, {
@@ -3233,6 +3255,12 @@ declare const File: z.ZodObject<z.objectUtil.extendShape<{
3233
3255
  }, "strip", z.ZodTypeAny, {
3234
3256
  maxFileSize: number;
3235
3257
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
3258
+ maxImageSize?: {
3259
+ targetSize: {
3260
+ width: number;
3261
+ height: number;
3262
+ };
3263
+ } | undefined;
3236
3264
  style?: {
3237
3265
  width?: "full" | "auto" | undefined;
3238
3266
  } | undefined;
@@ -3240,6 +3268,12 @@ declare const File: z.ZodObject<z.objectUtil.extendShape<{
3240
3268
  }, {
3241
3269
  maxFileSize?: number | undefined;
3242
3270
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
3271
+ maxImageSize?: {
3272
+ targetSize: {
3273
+ width: number;
3274
+ height: number;
3275
+ };
3276
+ } | undefined;
3243
3277
  style?: {
3244
3278
  width?: "full" | "auto" | undefined;
3245
3279
  } | undefined;
@@ -3256,6 +3290,12 @@ declare const File: z.ZodObject<z.objectUtil.extendShape<{
3256
3290
  configuration: {
3257
3291
  maxFileSize: number;
3258
3292
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
3293
+ maxImageSize?: {
3294
+ targetSize: {
3295
+ width: number;
3296
+ height: number;
3297
+ };
3298
+ } | undefined;
3259
3299
  style?: {
3260
3300
  width?: "full" | "auto" | undefined;
3261
3301
  } | undefined;
@@ -3372,6 +3412,12 @@ declare const File: z.ZodObject<z.objectUtil.extendShape<{
3372
3412
  configuration?: {
3373
3413
  maxFileSize?: number | undefined;
3374
3414
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
3415
+ maxImageSize?: {
3416
+ targetSize: {
3417
+ width: number;
3418
+ height: number;
3419
+ };
3420
+ } | undefined;
3375
3421
  style?: {
3376
3422
  width?: "full" | "auto" | undefined;
3377
3423
  } | undefined;
@@ -6636,13 +6682,47 @@ declare const FileUploadWithOptions: z.ZodObject<z.objectUtil.extendShape<{
6636
6682
  }>, "many">>;
6637
6683
  configuration: z.ZodDefault<z.ZodObject<{
6638
6684
  maxFileSize: z.ZodDefault<z.ZodNumber>;
6685
+ maxImageSize: z.ZodOptional<z.ZodObject<{
6686
+ targetSize: z.ZodObject<{
6687
+ width: z.ZodNumber;
6688
+ height: z.ZodNumber;
6689
+ }, "strip", z.ZodTypeAny, {
6690
+ width: number;
6691
+ height: number;
6692
+ }, {
6693
+ width: number;
6694
+ height: number;
6695
+ }>;
6696
+ }, "strip", z.ZodTypeAny, {
6697
+ targetSize: {
6698
+ width: number;
6699
+ height: number;
6700
+ };
6701
+ }, {
6702
+ targetSize: {
6703
+ width: number;
6704
+ height: number;
6705
+ };
6706
+ }>>;
6639
6707
  acceptedFileTypes: z.ZodOptional<z.ZodArray<z.ZodEnum<["image/png", "image/jpg", "image/jpeg", "image/svg+xml", "application/pdf", "application/msword", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.oasis.opendocument.text"]>, "many">>;
6640
6708
  }, "strip", z.ZodTypeAny, {
6641
6709
  maxFileSize: number;
6642
6710
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
6711
+ maxImageSize?: {
6712
+ targetSize: {
6713
+ width: number;
6714
+ height: number;
6715
+ };
6716
+ } | undefined;
6643
6717
  }, {
6644
6718
  maxFileSize?: number | undefined;
6645
6719
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
6720
+ maxImageSize?: {
6721
+ targetSize: {
6722
+ width: number;
6723
+ height: number;
6724
+ };
6725
+ } | undefined;
6646
6726
  }>>;
6647
6727
  }>, "strip", z.ZodTypeAny, {
6648
6728
  type: "FILE_WITH_OPTIONS";
@@ -6655,6 +6735,12 @@ declare const FileUploadWithOptions: z.ZodObject<z.objectUtil.extendShape<{
6655
6735
  configuration: {
6656
6736
  maxFileSize: number;
6657
6737
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
6738
+ maxImageSize?: {
6739
+ targetSize: {
6740
+ width: number;
6741
+ height: number;
6742
+ };
6743
+ } | undefined;
6658
6744
  };
6659
6745
  parent?: {
6660
6746
  $$field: string;
@@ -6777,6 +6863,12 @@ declare const FileUploadWithOptions: z.ZodObject<z.objectUtil.extendShape<{
6777
6863
  configuration?: {
6778
6864
  maxFileSize?: number | undefined;
6779
6865
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
6866
+ maxImageSize?: {
6867
+ targetSize: {
6868
+ width: number;
6869
+ height: number;
6870
+ };
6871
+ } | undefined;
6780
6872
  } | undefined;
6781
6873
  }>;
6782
6874
  export type FileUploadWithOptions = z.infer<typeof FileUploadWithOptions>;
@@ -11999,6 +12091,28 @@ export declare const AnyFileField: z.ZodDiscriminatedUnion<"type", [z.ZodObject<
11999
12091
  configuration: z.ZodDefault<z.ZodObject<{
12000
12092
  maxFileSize: z.ZodDefault<z.ZodNumber>;
12001
12093
  acceptedFileTypes: z.ZodOptional<z.ZodArray<z.ZodEnum<["image/png", "image/jpg", "image/jpeg", "image/svg+xml", "application/pdf", "application/msword", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.oasis.opendocument.text"]>, "many">>;
12094
+ maxImageSize: z.ZodOptional<z.ZodObject<{
12095
+ targetSize: z.ZodObject<{
12096
+ width: z.ZodNumber;
12097
+ height: z.ZodNumber;
12098
+ }, "strip", z.ZodTypeAny, {
12099
+ width: number;
12100
+ height: number;
12101
+ }, {
12102
+ width: number;
12103
+ height: number;
12104
+ }>;
12105
+ }, "strip", z.ZodTypeAny, {
12106
+ targetSize: {
12107
+ width: number;
12108
+ height: number;
12109
+ };
12110
+ }, {
12111
+ targetSize: {
12112
+ width: number;
12113
+ height: number;
12114
+ };
12115
+ }>>;
12002
12116
  style: z.ZodOptional<z.ZodObject<{
12003
12117
  width: z.ZodOptional<z.ZodEnum<["full", "auto"]>>;
12004
12118
  }, "strip", z.ZodTypeAny, {
@@ -12014,6 +12128,12 @@ export declare const AnyFileField: z.ZodDiscriminatedUnion<"type", [z.ZodObject<
12014
12128
  }, "strip", z.ZodTypeAny, {
12015
12129
  maxFileSize: number;
12016
12130
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
12131
+ maxImageSize?: {
12132
+ targetSize: {
12133
+ width: number;
12134
+ height: number;
12135
+ };
12136
+ } | undefined;
12017
12137
  style?: {
12018
12138
  width?: "full" | "auto" | undefined;
12019
12139
  } | undefined;
@@ -12021,6 +12141,12 @@ export declare const AnyFileField: z.ZodDiscriminatedUnion<"type", [z.ZodObject<
12021
12141
  }, {
12022
12142
  maxFileSize?: number | undefined;
12023
12143
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
12144
+ maxImageSize?: {
12145
+ targetSize: {
12146
+ width: number;
12147
+ height: number;
12148
+ };
12149
+ } | undefined;
12024
12150
  style?: {
12025
12151
  width?: "full" | "auto" | undefined;
12026
12152
  } | undefined;
@@ -12037,6 +12163,12 @@ export declare const AnyFileField: z.ZodDiscriminatedUnion<"type", [z.ZodObject<
12037
12163
  configuration: {
12038
12164
  maxFileSize: number;
12039
12165
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
12166
+ maxImageSize?: {
12167
+ targetSize: {
12168
+ width: number;
12169
+ height: number;
12170
+ };
12171
+ } | undefined;
12040
12172
  style?: {
12041
12173
  width?: "full" | "auto" | undefined;
12042
12174
  } | undefined;
@@ -12153,6 +12285,12 @@ export declare const AnyFileField: z.ZodDiscriminatedUnion<"type", [z.ZodObject<
12153
12285
  configuration?: {
12154
12286
  maxFileSize?: number | undefined;
12155
12287
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
12288
+ maxImageSize?: {
12289
+ targetSize: {
12290
+ width: number;
12291
+ height: number;
12292
+ };
12293
+ } | undefined;
12156
12294
  style?: {
12157
12295
  width?: "full" | "auto" | undefined;
12158
12296
  } | undefined;
@@ -12293,13 +12431,47 @@ export declare const AnyFileField: z.ZodDiscriminatedUnion<"type", [z.ZodObject<
12293
12431
  }>, "many">>;
12294
12432
  configuration: z.ZodDefault<z.ZodObject<{
12295
12433
  maxFileSize: z.ZodDefault<z.ZodNumber>;
12434
+ maxImageSize: z.ZodOptional<z.ZodObject<{
12435
+ targetSize: z.ZodObject<{
12436
+ width: z.ZodNumber;
12437
+ height: z.ZodNumber;
12438
+ }, "strip", z.ZodTypeAny, {
12439
+ width: number;
12440
+ height: number;
12441
+ }, {
12442
+ width: number;
12443
+ height: number;
12444
+ }>;
12445
+ }, "strip", z.ZodTypeAny, {
12446
+ targetSize: {
12447
+ width: number;
12448
+ height: number;
12449
+ };
12450
+ }, {
12451
+ targetSize: {
12452
+ width: number;
12453
+ height: number;
12454
+ };
12455
+ }>>;
12296
12456
  acceptedFileTypes: z.ZodOptional<z.ZodArray<z.ZodEnum<["image/png", "image/jpg", "image/jpeg", "image/svg+xml", "application/pdf", "application/msword", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.oasis.opendocument.text"]>, "many">>;
12297
12457
  }, "strip", z.ZodTypeAny, {
12298
12458
  maxFileSize: number;
12299
12459
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
12460
+ maxImageSize?: {
12461
+ targetSize: {
12462
+ width: number;
12463
+ height: number;
12464
+ };
12465
+ } | undefined;
12300
12466
  }, {
12301
12467
  maxFileSize?: number | undefined;
12302
12468
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
12469
+ maxImageSize?: {
12470
+ targetSize: {
12471
+ width: number;
12472
+ height: number;
12473
+ };
12474
+ } | undefined;
12303
12475
  }>>;
12304
12476
  }>, "strip", z.ZodTypeAny, {
12305
12477
  type: "FILE_WITH_OPTIONS";
@@ -12312,6 +12484,12 @@ export declare const AnyFileField: z.ZodDiscriminatedUnion<"type", [z.ZodObject<
12312
12484
  configuration: {
12313
12485
  maxFileSize: number;
12314
12486
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
12487
+ maxImageSize?: {
12488
+ targetSize: {
12489
+ width: number;
12490
+ height: number;
12491
+ };
12492
+ } | undefined;
12315
12493
  };
12316
12494
  parent?: {
12317
12495
  $$field: string;
@@ -12434,6 +12612,12 @@ export declare const AnyFileField: z.ZodDiscriminatedUnion<"type", [z.ZodObject<
12434
12612
  configuration?: {
12435
12613
  maxFileSize?: number | undefined;
12436
12614
  acceptedFileTypes?: ("image/png" | "image/jpg" | "image/jpeg" | "image/svg+xml" | "application/pdf" | "application/msword" | "application/vnd.openxmlformats-officedocument.wordprocessingml.document" | "application/vnd.oasis.opendocument.text")[] | undefined;
12615
+ maxImageSize?: {
12616
+ targetSize: {
12617
+ width: number;
12618
+ height: number;
12619
+ };
12620
+ } | undefined;
12437
12621
  } | undefined;
12438
12622
  }>]>;
12439
12623
  export type AnyFileField = z.infer<typeof AnyFileField>;
@@ -198,7 +198,7 @@ export declare const defineConfig: (config: EventConfigInput) => {
198
198
  type: "exact" | "fuzzy" | "range" | "within";
199
199
  searchFields?: string[] | undefined;
200
200
  };
201
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
201
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
202
202
  fieldType: "event";
203
203
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
204
204
  options?: {
@@ -10,7 +10,7 @@ import { WorkqueueColumnKeys, WorkqueueColumnValue } from './WorkqueueColumnConf
10
10
  */
11
11
  declare function eventFn(fieldId: EventFieldIdInput): {
12
12
  range: () => {
13
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
13
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
14
14
  fieldType: "event";
15
15
  } & {
16
16
  config: {
@@ -18,7 +18,7 @@ declare function eventFn(fieldId: EventFieldIdInput): {
18
18
  };
19
19
  };
20
20
  exact: () => {
21
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
21
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
22
22
  fieldType: "event";
23
23
  } & {
24
24
  config: {
@@ -26,7 +26,7 @@ declare function eventFn(fieldId: EventFieldIdInput): {
26
26
  };
27
27
  };
28
28
  fuzzy: () => {
29
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
29
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
30
30
  fieldType: "event";
31
31
  } & {
32
32
  config: {
@@ -34,7 +34,7 @@ declare function eventFn(fieldId: EventFieldIdInput): {
34
34
  };
35
35
  };
36
36
  within: () => {
37
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
37
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
38
38
  fieldType: "event";
39
39
  } & {
40
40
  config: {
@@ -428,7 +428,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
428
428
  type: "exact" | "fuzzy" | "range" | "within";
429
429
  searchFields?: string[] | undefined;
430
430
  };
431
- fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation";
431
+ fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
432
432
  fieldType: "event";
433
433
  type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FILE" | "FILE_WITH_OPTIONS" | "BULLET_LIST" | "CHECKBOX" | "SELECT" | "COUNTRY" | "LOCATION" | "DIVIDER" | "ADMINISTRATIVE_AREA" | "FACILITY" | "OFFICE" | "SIGNATURE" | "DATA" | "BUTTON" | "SEARCH" | "ALPHA_PRINT_BUTTON" | "HTTP" | "LINK_BUTTON" | "VERIFICATION_STATUS" | "QUERY_PARAM_READER" | "QR_READER" | "ID_READER" | "LOADER" | undefined;
434
434
  options?: {
@@ -2090,6 +2090,9 @@ var File = BaseField.extend({
2090
2090
  configuration: import_zod15.z.object({
2091
2091
  maxFileSize: import_zod15.z.number().describe("Maximum file size in bytes").default(DEFAULT_MAX_FILE_SIZE_BYTES),
2092
2092
  acceptedFileTypes: MimeType.array().optional().describe("List of allowed file formats for the signature"),
2093
+ maxImageSize: import_zod15.z.object({
2094
+ targetSize: import_zod15.z.object({ width: import_zod15.z.number(), height: import_zod15.z.number() })
2095
+ }).optional(),
2093
2096
  style: import_zod15.z.object({
2094
2097
  width: import_zod15.z.enum(["full", "auto"]).optional().describe(
2095
2098
  "Whether the file upload button should take the full width of the container or not"
@@ -2221,6 +2224,9 @@ var FileUploadWithOptions = BaseField.extend({
2221
2224
  defaultValue: FileFieldWithOptionValue.optional(),
2222
2225
  configuration: import_zod15.z.object({
2223
2226
  maxFileSize: import_zod15.z.number().describe("Maximum file size in bytes").default(DEFAULT_MAX_FILE_SIZE_BYTES),
2227
+ maxImageSize: import_zod15.z.object({
2228
+ targetSize: import_zod15.z.object({ width: import_zod15.z.number(), height: import_zod15.z.number() })
2229
+ }).optional(),
2224
2230
  acceptedFileTypes: MimeType.array().optional().describe("List of allowed file formats for the signature")
2225
2231
  }).default({
2226
2232
  maxFileSize: DEFAULT_MAX_FILE_SIZE_BYTES
@@ -2843,6 +2849,7 @@ var EventFieldIdInput = import_zod23.z.enum([
2843
2849
  "status",
2844
2850
  "legalStatuses.REGISTERED.acceptedAt",
2845
2851
  "legalStatuses.REGISTERED.createdAtLocation",
2852
+ "legalStatuses.REGISTERED.registrationNumber",
2846
2853
  "updatedAt"
2847
2854
  ]);
2848
2855
  var METADATA_FIELD_PREFIX = "event.";
@@ -2851,6 +2858,7 @@ var EventFieldId = import_zod23.z.enum([
2851
2858
  `${METADATA_FIELD_PREFIX}status`,
2852
2859
  `${METADATA_FIELD_PREFIX}legalStatuses.REGISTERED.acceptedAt`,
2853
2860
  `${METADATA_FIELD_PREFIX}legalStatuses.REGISTERED.createdAtLocation`,
2861
+ `${METADATA_FIELD_PREFIX}legalStatuses.REGISTERED.registrationNumber`,
2854
2862
  `${METADATA_FIELD_PREFIX}updatedAt`
2855
2863
  ]);
2856
2864
  var EventFieldConfigSchema = BaseField3.extend({
@@ -1616,6 +1616,9 @@ var File = BaseField.extend({
1616
1616
  configuration: import_zod15.z.object({
1617
1617
  maxFileSize: import_zod15.z.number().describe("Maximum file size in bytes").default(DEFAULT_MAX_FILE_SIZE_BYTES),
1618
1618
  acceptedFileTypes: MimeType.array().optional().describe("List of allowed file formats for the signature"),
1619
+ maxImageSize: import_zod15.z.object({
1620
+ targetSize: import_zod15.z.object({ width: import_zod15.z.number(), height: import_zod15.z.number() })
1621
+ }).optional(),
1619
1622
  style: import_zod15.z.object({
1620
1623
  width: import_zod15.z.enum(["full", "auto"]).optional().describe(
1621
1624
  "Whether the file upload button should take the full width of the container or not"
@@ -1747,6 +1750,9 @@ var FileUploadWithOptions = BaseField.extend({
1747
1750
  defaultValue: FileFieldWithOptionValue.optional(),
1748
1751
  configuration: import_zod15.z.object({
1749
1752
  maxFileSize: import_zod15.z.number().describe("Maximum file size in bytes").default(DEFAULT_MAX_FILE_SIZE_BYTES),
1753
+ maxImageSize: import_zod15.z.object({
1754
+ targetSize: import_zod15.z.object({ width: import_zod15.z.number(), height: import_zod15.z.number() })
1755
+ }).optional(),
1750
1756
  acceptedFileTypes: MimeType.array().optional().describe("List of allowed file formats for the signature")
1751
1757
  }).default({
1752
1758
  maxFileSize: DEFAULT_MAX_FILE_SIZE_BYTES
@@ -2369,6 +2375,7 @@ var EventFieldIdInput = import_zod23.z.enum([
2369
2375
  "status",
2370
2376
  "legalStatuses.REGISTERED.acceptedAt",
2371
2377
  "legalStatuses.REGISTERED.createdAtLocation",
2378
+ "legalStatuses.REGISTERED.registrationNumber",
2372
2379
  "updatedAt"
2373
2380
  ]);
2374
2381
  var METADATA_FIELD_PREFIX = "event.";
@@ -2377,6 +2384,7 @@ var EventFieldId = import_zod23.z.enum([
2377
2384
  `${METADATA_FIELD_PREFIX}status`,
2378
2385
  `${METADATA_FIELD_PREFIX}legalStatuses.REGISTERED.acceptedAt`,
2379
2386
  `${METADATA_FIELD_PREFIX}legalStatuses.REGISTERED.createdAtLocation`,
2387
+ `${METADATA_FIELD_PREFIX}legalStatuses.REGISTERED.registrationNumber`,
2380
2388
  `${METADATA_FIELD_PREFIX}updatedAt`
2381
2389
  ]);
2382
2390
  var EventFieldConfigSchema = BaseField3.extend({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencrvs/toolkit",
3
- "version": "1.9.5-rc.bc05627",
3
+ "version": "1.9.5-rc.c603aed",
4
4
  "description": "OpenCRVS toolkit for building country configurations",
5
5
  "license": "MPL-2.0",
6
6
  "exports": {