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

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.
@@ -2547,7 +2547,7 @@ export declare function getDeclarationPages(configuration: EventConfig): {
2547
2547
  defaultMessage: string;
2548
2548
  description: string;
2549
2549
  };
2550
- type: "HIDDEN";
2550
+ type: "ALPHA_HIDDEN";
2551
2551
  parent?: {
2552
2552
  $$field: string;
2553
2553
  $$subfield?: string[] | undefined;
@@ -2594,7 +2594,8 @@ export declare function getDeclarationPages(configuration: EventConfig): {
2594
2594
  $$subfield?: string[] | undefined;
2595
2595
  }[] | undefined;
2596
2596
  analytics?: boolean | undefined;
2597
- required?: false | undefined;
2597
+ required?: boolean | undefined;
2598
+ defaultValue?: string | undefined;
2598
2599
  } | {
2599
2600
  id: string;
2600
2601
  label: {
@@ -5644,7 +5645,7 @@ export declare function getDeclaration(configuration: EventConfig): {
5644
5645
  defaultMessage: string;
5645
5646
  description: string;
5646
5647
  };
5647
- type: "HIDDEN";
5648
+ type: "ALPHA_HIDDEN";
5648
5649
  parent?: {
5649
5650
  $$field: string;
5650
5651
  $$subfield?: string[] | undefined;
@@ -5691,7 +5692,8 @@ export declare function getDeclaration(configuration: EventConfig): {
5691
5692
  $$subfield?: string[] | undefined;
5692
5693
  }[] | undefined;
5693
5694
  analytics?: boolean | undefined;
5694
- required?: false | undefined;
5695
+ required?: boolean | undefined;
5696
+ defaultValue?: string | undefined;
5695
5697
  } | {
5696
5698
  id: string;
5697
5699
  label: {
@@ -8743,7 +8745,7 @@ export declare function getPrintCertificatePages(configuration: EventConfig): ({
8743
8745
  defaultMessage: string;
8744
8746
  description: string;
8745
8747
  };
8746
- type: "HIDDEN";
8748
+ type: "ALPHA_HIDDEN";
8747
8749
  parent?: {
8748
8750
  $$field: string;
8749
8751
  $$subfield?: string[] | undefined;
@@ -8790,7 +8792,8 @@ export declare function getPrintCertificatePages(configuration: EventConfig): ({
8790
8792
  $$subfield?: string[] | undefined;
8791
8793
  }[] | undefined;
8792
8794
  analytics?: boolean | undefined;
8793
- required?: false | undefined;
8795
+ required?: boolean | undefined;
8796
+ defaultValue?: string | undefined;
8794
8797
  } | {
8795
8798
  id: string;
8796
8799
  label: {
@@ -11833,7 +11836,7 @@ export declare function getPrintCertificatePages(configuration: EventConfig): ({
11833
11836
  defaultMessage: string;
11834
11837
  description: string;
11835
11838
  };
11836
- type: "HIDDEN";
11839
+ type: "ALPHA_HIDDEN";
11837
11840
  parent?: {
11838
11841
  $$field: string;
11839
11842
  $$subfield?: string[] | undefined;
@@ -11880,7 +11883,8 @@ export declare function getPrintCertificatePages(configuration: EventConfig): ({
11880
11883
  $$subfield?: string[] | undefined;
11881
11884
  }[] | undefined;
11882
11885
  analytics?: boolean | undefined;
11883
- required?: false | undefined;
11886
+ required?: boolean | undefined;
11887
+ defaultValue?: string | undefined;
11884
11888
  } | {
11885
11889
  id: string;
11886
11890
  label: {
@@ -14945,7 +14949,7 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
14945
14949
  defaultMessage: string;
14946
14950
  description: string;
14947
14951
  };
14948
- type: "HIDDEN";
14952
+ type: "ALPHA_HIDDEN";
14949
14953
  parent?: {
14950
14954
  $$field: string;
14951
14955
  $$subfield?: string[] | undefined;
@@ -14992,7 +14996,8 @@ export declare const getActionAnnotationFields: (actionConfig: ActionConfig) =>
14992
14996
  $$subfield?: string[] | undefined;
14993
14997
  }[] | undefined;
14994
14998
  analytics?: boolean | undefined;
14995
- required?: false | undefined;
14999
+ required?: boolean | undefined;
15000
+ defaultValue?: string | undefined;
14996
15001
  } | {
14997
15002
  id: string;
14998
15003
  label: {
@@ -18026,7 +18031,7 @@ export declare function getAllUniqueFields(eventConfig: EventConfig): ({
18026
18031
  defaultMessage: string;
18027
18032
  description: string;
18028
18033
  };
18029
- type: "HIDDEN";
18034
+ type: "ALPHA_HIDDEN";
18030
18035
  parent?: {
18031
18036
  $$field: string;
18032
18037
  $$subfield?: string[] | undefined;
@@ -18073,7 +18078,8 @@ export declare function getAllUniqueFields(eventConfig: EventConfig): ({
18073
18078
  $$subfield?: string[] | undefined;
18074
18079
  }[] | undefined;
18075
18080
  analytics?: boolean | undefined;
18076
- required?: false | undefined;
18081
+ required?: boolean | undefined;
18082
+ defaultValue?: string | undefined;
18077
18083
  } | {
18078
18084
  id: string;
18079
18085
  label: {
@@ -21118,7 +21124,7 @@ export declare function getActionReview(configuration: EventConfig, actionType:
21118
21124
  defaultMessage: string;
21119
21125
  description: string;
21120
21126
  };
21121
- type: "HIDDEN";
21127
+ type: "ALPHA_HIDDEN";
21122
21128
  parent?: {
21123
21129
  $$field: string;
21124
21130
  $$subfield?: string[] | undefined;
@@ -21165,7 +21171,8 @@ export declare function getActionReview(configuration: EventConfig, actionType:
21165
21171
  $$subfield?: string[] | undefined;
21166
21172
  }[] | undefined;
21167
21173
  analytics?: boolean | undefined;
21168
- required?: false | undefined;
21174
+ required?: boolean | undefined;
21175
+ defaultValue?: string | undefined;
21169
21176
  } | {
21170
21177
  id: string;
21171
21178
  label: {
@@ -24200,7 +24207,7 @@ export declare function getActionReviewFields(configuration: EventConfig, action
24200
24207
  defaultMessage: string;
24201
24208
  description: string;
24202
24209
  };
24203
- type: "HIDDEN";
24210
+ type: "ALPHA_HIDDEN";
24204
24211
  parent?: {
24205
24212
  $$field: string;
24206
24213
  $$subfield?: string[] | undefined;
@@ -24247,7 +24254,8 @@ export declare function getActionReviewFields(configuration: EventConfig, action
24247
24254
  $$subfield?: string[] | undefined;
24248
24255
  }[] | undefined;
24249
24256
  analytics?: boolean | undefined;
24250
- required?: false | undefined;
24257
+ required?: boolean | undefined;
24258
+ defaultValue?: string | undefined;
24251
24259
  } | {
24252
24260
  id: string;
24253
24261
  label: {
@@ -27799,7 +27807,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
27799
27807
  defaultMessage: string;
27800
27808
  description: string;
27801
27809
  };
27802
- type: "HIDDEN";
27810
+ type: "ALPHA_HIDDEN";
27803
27811
  parent?: {
27804
27812
  $$field: string;
27805
27813
  $$subfield?: string[] | undefined;
@@ -27846,7 +27854,8 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
27846
27854
  $$subfield?: string[] | undefined;
27847
27855
  }[] | undefined;
27848
27856
  analytics?: boolean | undefined;
27849
- required?: false | undefined;
27857
+ required?: boolean | undefined;
27858
+ defaultValue?: string | undefined;
27850
27859
  } | {
27851
27860
  id: string;
27852
27861
  label: {
@@ -30916,7 +30925,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
30916
30925
  defaultMessage: string;
30917
30926
  description: string;
30918
30927
  };
30919
- type: "HIDDEN";
30928
+ type: "ALPHA_HIDDEN";
30920
30929
  parent?: {
30921
30930
  $$field: string;
30922
30931
  $$subfield?: string[] | undefined;
@@ -30963,7 +30972,8 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
30963
30972
  $$subfield?: string[] | undefined;
30964
30973
  }[] | undefined;
30965
30974
  analytics?: boolean | undefined;
30966
- required?: false | undefined;
30975
+ required?: boolean | undefined;
30976
+ defaultValue?: string | undefined;
30967
30977
  } | {
30968
30978
  id: string;
30969
30979
  label: {
@@ -34028,7 +34038,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
34028
34038
  defaultMessage: string;
34029
34039
  description: string;
34030
34040
  };
34031
- type: "HIDDEN";
34041
+ type: "ALPHA_HIDDEN";
34032
34042
  parent?: {
34033
34043
  $$field: string;
34034
34044
  $$subfield?: string[] | undefined;
@@ -34075,7 +34085,8 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
34075
34085
  $$subfield?: string[] | undefined;
34076
34086
  }[] | undefined;
34077
34087
  analytics?: boolean | undefined;
34078
- required?: false | undefined;
34088
+ required?: boolean | undefined;
34089
+ defaultValue?: string | undefined;
34079
34090
  } | {
34080
34091
  id: string;
34081
34092
  label: {
@@ -37270,7 +37281,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
37270
37281
  defaultMessage: string;
37271
37282
  description: string;
37272
37283
  };
37273
- type: "HIDDEN";
37284
+ type: "ALPHA_HIDDEN";
37274
37285
  parent?: {
37275
37286
  $$field: string;
37276
37287
  $$subfield?: string[] | undefined;
@@ -37317,7 +37328,8 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
37317
37328
  $$subfield?: string[] | undefined;
37318
37329
  }[] | undefined;
37319
37330
  analytics?: boolean | undefined;
37320
- required?: false | undefined;
37331
+ required?: boolean | undefined;
37332
+ defaultValue?: string | undefined;
37321
37333
  } | {
37322
37334
  id: string;
37323
37335
  label: {
@@ -40360,7 +40372,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
40360
40372
  defaultMessage: string;
40361
40373
  description: string;
40362
40374
  };
40363
- type: "HIDDEN";
40375
+ type: "ALPHA_HIDDEN";
40364
40376
  parent?: {
40365
40377
  $$field: string;
40366
40378
  $$subfield?: string[] | undefined;
@@ -40407,7 +40419,8 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
40407
40419
  $$subfield?: string[] | undefined;
40408
40420
  }[] | undefined;
40409
40421
  analytics?: boolean | undefined;
40410
- required?: false | undefined;
40422
+ required?: boolean | undefined;
40423
+ defaultValue?: string | undefined;
40411
40424
  } | {
40412
40425
  id: string;
40413
40426
  label: {
@@ -43516,7 +43529,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
43516
43529
  defaultMessage: string;
43517
43530
  description: string;
43518
43531
  };
43519
- type: "HIDDEN";
43532
+ type: "ALPHA_HIDDEN";
43520
43533
  parent?: {
43521
43534
  $$field: string;
43522
43535
  $$subfield?: string[] | undefined;
@@ -43563,7 +43576,8 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
43563
43576
  $$subfield?: string[] | undefined;
43564
43577
  }[] | undefined;
43565
43578
  analytics?: boolean | undefined;
43566
- required?: false | undefined;
43579
+ required?: boolean | undefined;
43580
+ defaultValue?: string | undefined;
43567
43581
  } | {
43568
43582
  id: string;
43569
43583
  label: {
@@ -46606,7 +46620,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
46606
46620
  defaultMessage: string;
46607
46621
  description: string;
46608
46622
  };
46609
- type: "HIDDEN";
46623
+ type: "ALPHA_HIDDEN";
46610
46624
  parent?: {
46611
46625
  $$field: string;
46612
46626
  $$subfield?: string[] | undefined;
@@ -46653,7 +46667,8 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
46653
46667
  $$subfield?: string[] | undefined;
46654
46668
  }[] | undefined;
46655
46669
  analytics?: boolean | undefined;
46656
- required?: false | undefined;
46670
+ required?: boolean | undefined;
46671
+ defaultValue?: string | undefined;
46657
46672
  } | {
46658
46673
  id: string;
46659
46674
  label: {
@@ -49751,7 +49766,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
49751
49766
  defaultMessage: string;
49752
49767
  description: string;
49753
49768
  };
49754
- type: "HIDDEN";
49769
+ type: "ALPHA_HIDDEN";
49755
49770
  parent?: {
49756
49771
  $$field: string;
49757
49772
  $$subfield?: string[] | undefined;
@@ -49798,7 +49813,8 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
49798
49813
  $$subfield?: string[] | undefined;
49799
49814
  }[] | undefined;
49800
49815
  analytics?: boolean | undefined;
49801
- required?: false | undefined;
49816
+ required?: boolean | undefined;
49817
+ defaultValue?: string | undefined;
49802
49818
  } | {
49803
49819
  id: string;
49804
49820
  label: {
@@ -50321,7 +50337,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
50321
50337
  };
50322
50338
  fieldId: string;
50323
50339
  fieldType: "field";
50324
- 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" | "HIDDEN" | undefined;
50340
+ 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" | "ALPHA_HIDDEN" | undefined;
50325
50341
  label?: {
50326
50342
  id: string;
50327
50343
  defaultMessage: string;
@@ -50365,7 +50381,7 @@ export declare function getEventConfigById(eventConfigs: EventConfig[], id: stri
50365
50381
  };
50366
50382
  fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
50367
50383
  fieldType: "event";
50368
- 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" | "HIDDEN" | undefined;
50384
+ 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" | "ALPHA_HIDDEN" | undefined;
50369
50385
  label?: {
50370
50386
  id: string;
50371
50387
  defaultMessage: string;
@@ -619,7 +619,7 @@ var FieldType = {
619
619
  QR_READER: "QR_READER",
620
620
  ID_READER: "ID_READER",
621
621
  LOADER: "LOADER",
622
- HIDDEN: "HIDDEN"
622
+ ALPHA_HIDDEN: "ALPHA_HIDDEN"
623
623
  };
624
624
  var FileFieldType = z4.enum([
625
625
  FieldType.FILE,
@@ -644,7 +644,8 @@ var FieldTypesToHideInReview = [
644
644
  FieldType.LOADER,
645
645
  FieldType.HTTP,
646
646
  FieldType.QUERY_PARAM_READER,
647
- FieldType.DATA
647
+ FieldType.DATA,
648
+ FieldType.ALPHA_HIDDEN
648
649
  ];
649
650
 
650
651
  // ../commons/src/events/FieldValue.ts
@@ -2460,9 +2461,9 @@ var LoaderField = BaseField.extend({
2460
2461
  "A non-interactive field that indicates an in progress operation in form"
2461
2462
  );
2462
2463
  var HiddenField = BaseField.extend({
2463
- type: z16.literal(FieldType.HIDDEN),
2464
- required: z16.literal(false).optional()
2465
- // Hidden fields cannot be required
2464
+ type: z16.literal(FieldType.ALPHA_HIDDEN),
2465
+ required: z16.boolean().default(false).optional(),
2466
+ defaultValue: TextValue.optional()
2466
2467
  }).describe(
2467
2468
  "A non-interactive, hidden field that only hold a value in the form"
2468
2469
  );
@@ -3138,7 +3139,7 @@ function mapFieldTypeToZod(field3, actionType) {
3138
3139
  case FieldType.VERIFICATION_STATUS:
3139
3140
  case FieldType.ID:
3140
3141
  case FieldType.LOADER:
3141
- case FieldType.HIDDEN:
3142
+ case FieldType.ALPHA_HIDDEN:
3142
3143
  schema = field3.required ? NonEmptyTextValue : TextValue;
3143
3144
  break;
3144
3145
  case FieldType.NUMBER:
@@ -3222,7 +3223,7 @@ function mapFieldTypeToEmptyValue(field3) {
3222
3223
  case FieldType.QR_READER:
3223
3224
  case FieldType.ID_READER:
3224
3225
  case FieldType.LOADER:
3225
- case FieldType.HIDDEN:
3226
+ case FieldType.ALPHA_HIDDEN:
3226
3227
  return null;
3227
3228
  case FieldType.ADDRESS:
3228
3229
  return {
@@ -3360,7 +3361,7 @@ var isLoaderFieldType = (field3) => {
3360
3361
  return field3.config.type === FieldType.LOADER;
3361
3362
  };
3362
3363
  var isHiddenFieldType = (field3) => {
3363
- return field3.config.type === FieldType.HIDDEN;
3364
+ return field3.config.type === FieldType.ALPHA_HIDDEN;
3364
3365
  };
3365
3366
  var isNonInteractiveFieldType = (field3) => {
3366
3367
  return field3.type === FieldType.DIVIDER || field3.type === FieldType.PAGE_HEADER || field3.type === FieldType.PARAGRAPH || field3.type === FieldType.BULLET_LIST || field3.type === FieldType.DATA || field3.type === FieldType.ALPHA_PRINT_BUTTON || field3.type === FieldType.HTTP || field3.type === FieldType.LINK_BUTTON || field3.type === FieldType.QUERY_PARAM_READER || field3.type === FieldType.LOADER;
@@ -8099,7 +8100,7 @@ function mapFieldTypeToMockValue(field3, i, rng) {
8099
8100
  case FieldType.OFFICE:
8100
8101
  case FieldType.LINK_BUTTON:
8101
8102
  case FieldType.LOADER:
8102
- case FieldType.HIDDEN:
8103
+ case FieldType.ALPHA_HIDDEN:
8103
8104
  return `${field3.id}-${field3.type}-${i}`;
8104
8105
  case FieldType.VERIFICATION_STATUS:
8105
8106
  return "verified";
@@ -267,7 +267,7 @@ var FieldType = {
267
267
  QR_READER: "QR_READER",
268
268
  ID_READER: "ID_READER",
269
269
  LOADER: "LOADER",
270
- HIDDEN: "HIDDEN"
270
+ ALPHA_HIDDEN: "ALPHA_HIDDEN"
271
271
  };
272
272
  var FileFieldType = z4.enum([
273
273
  FieldType.FILE,
@@ -292,7 +292,8 @@ var FieldTypesToHideInReview = [
292
292
  FieldType.LOADER,
293
293
  FieldType.HTTP,
294
294
  FieldType.QUERY_PARAM_READER,
295
- FieldType.DATA
295
+ FieldType.DATA,
296
+ FieldType.ALPHA_HIDDEN
296
297
  ];
297
298
 
298
299
  // ../commons/src/events/FieldValue.ts
@@ -1964,9 +1965,9 @@ var LoaderField = BaseField.extend({
1964
1965
  "A non-interactive field that indicates an in progress operation in form"
1965
1966
  );
1966
1967
  var HiddenField = BaseField.extend({
1967
- type: z16.literal(FieldType.HIDDEN),
1968
- required: z16.literal(false).optional()
1969
- // Hidden fields cannot be required
1968
+ type: z16.literal(FieldType.ALPHA_HIDDEN),
1969
+ required: z16.boolean().default(false).optional(),
1970
+ defaultValue: TextValue.optional()
1970
1971
  }).describe(
1971
1972
  "A non-interactive, hidden field that only hold a value in the form"
1972
1973
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencrvs/toolkit",
3
- "version": "1.9.2-rc.f1d7235",
3
+ "version": "1.9.2-rc.f3e8041",
4
4
  "description": "OpenCRVS toolkit for building country configurations",
5
5
  "license": "MPL-2.0",
6
6
  "exports": {