@opencrvs/toolkit 1.8.1-rc.06c1a33 → 1.8.1-rc.0c6d168

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.
Files changed (30) hide show
  1. package/build.sh +5 -0
  2. package/dist/commons/api/router.d.ts +1 -1347
  3. package/dist/commons/events/ActionConfig.d.ts +3777 -13563
  4. package/dist/commons/events/ActionDocument.d.ts +1 -3036
  5. package/dist/commons/events/ActionInput.d.ts +0 -2460
  6. package/dist/commons/events/AdvancedSearchConfig.d.ts +3 -93
  7. package/dist/commons/events/CompositeFieldValue.d.ts +0 -60
  8. package/dist/commons/events/Draft.d.ts +0 -192
  9. package/dist/commons/events/EventConfig.d.ts +3864 -8123
  10. package/dist/commons/events/EventDocument.d.ts +0 -1704
  11. package/dist/commons/events/EventIndex.d.ts +1 -47
  12. package/dist/commons/events/FieldConfig.d.ts +990 -1752
  13. package/dist/commons/events/FieldType.d.ts +1 -3
  14. package/dist/commons/events/FieldTypeMapping.d.ts +3 -85
  15. package/dist/commons/events/FieldValue.d.ts +3 -62
  16. package/dist/commons/events/FormConfig.d.ts +1148 -5750
  17. package/dist/commons/events/PageConfig.d.ts +1206 -2352
  18. package/dist/commons/events/WorkqueueConfig.d.ts +8 -8
  19. package/dist/commons/events/defineConfig.d.ts +16 -727
  20. package/dist/commons/events/test.utils.d.ts +0 -42
  21. package/dist/commons/events/utils.d.ts +18 -1319
  22. package/dist/commons/notification/UserNotifications.d.ts +547 -0
  23. package/dist/commons/notification/index.d.ts +2 -0
  24. package/dist/events/index.js +19 -74
  25. package/dist/notification/index.d.ts +2 -0
  26. package/dist/notification/index.d.ts.map +1 -0
  27. package/dist/notification/index.js +5333 -0
  28. package/package.json +3 -2
  29. package/tsconfig.json +2 -1
  30. package/tsconfig.tsbuildinfo +1 -1
@@ -264,37 +264,7 @@ export declare const EventIndex: z.ZodObject<z.objectUtil.extendShape<{
264
264
  firstname: string;
265
265
  surname: string;
266
266
  middlename?: string | null | undefined;
267
- }>, z.ZodNull]>, z.ZodUndefined]>, z.ZodNumber, z.ZodObject<{
268
- loading: z.ZodBoolean;
269
- error: z.ZodNullable<z.ZodObject<{
270
- statusCode: z.ZodNullable<z.ZodNumber>;
271
- message: z.ZodString;
272
- }, "strip", z.ZodTypeAny, {
273
- message: string;
274
- statusCode: number | null;
275
- }, {
276
- message: string;
277
- statusCode: number | null;
278
- }>>;
279
- data: z.ZodAny;
280
- trackingValue: z.ZodOptional<z.ZodString>;
281
- }, "strip", z.ZodTypeAny, {
282
- error: {
283
- message: string;
284
- statusCode: number | null;
285
- } | null;
286
- loading: boolean;
287
- data?: any;
288
- trackingValue?: string | undefined;
289
- }, {
290
- error: {
291
- message: string;
292
- statusCode: number | null;
293
- } | null;
294
- loading: boolean;
295
- data?: any;
296
- trackingValue?: string | undefined;
297
- }>]>>;
267
+ }>, z.ZodNull]>, z.ZodUndefined]>]>>;
298
268
  }>, "strip", z.ZodTypeAny, {
299
269
  type: string;
300
270
  id: string & z.BRAND<"UUID">;
@@ -347,14 +317,6 @@ export declare const EventIndex: z.ZodObject<z.objectUtil.extendShape<{
347
317
  path: string;
348
318
  originalFilename: string;
349
319
  }[] | {
350
- error: {
351
- message: string;
352
- statusCode: number | null;
353
- } | null;
354
- loading: boolean;
355
- data?: any;
356
- trackingValue?: string | undefined;
357
- } | {
358
320
  start: string;
359
321
  end: string;
360
322
  } | null | undefined>;
@@ -442,14 +404,6 @@ export declare const EventIndex: z.ZodObject<z.objectUtil.extendShape<{
442
404
  path: string;
443
405
  originalFilename: string;
444
406
  }[] | {
445
- error: {
446
- message: string;
447
- statusCode: number | null;
448
- } | null;
449
- loading: boolean;
450
- data?: any;
451
- trackingValue?: string | undefined;
452
- } | {
453
407
  start: string;
454
408
  end: string;
455
409
  } | null | undefined>;