@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
@@ -93,13 +93,6 @@ export declare function eventPayloadGenerator(rng: () => number): {
93
93
  path: string;
94
94
  originalFilename: string;
95
95
  }[] | {
96
- data?: any;
97
- error?: {
98
- message: string;
99
- statusCode: number | null;
100
- } | null | undefined;
101
- loading?: boolean | null | undefined;
102
- } | {
103
96
  start: string;
104
97
  end: string;
105
98
  } | null | undefined>;
@@ -156,13 +149,6 @@ export declare function eventPayloadGenerator(rng: () => number): {
156
149
  path: string;
157
150
  originalFilename: string;
158
151
  }[] | {
159
- data?: any;
160
- error?: {
161
- message: string;
162
- statusCode: number | null;
163
- } | null | undefined;
164
- loading?: boolean | null | undefined;
165
- } | {
166
152
  start: string;
167
153
  end: string;
168
154
  } | null | undefined>;
@@ -213,13 +199,6 @@ export declare function eventPayloadGenerator(rng: () => number): {
213
199
  path: string;
214
200
  originalFilename: string;
215
201
  }[] | {
216
- data?: any;
217
- error?: {
218
- message: string;
219
- statusCode: number | null;
220
- } | null | undefined;
221
- loading?: boolean | null | undefined;
222
- } | {
223
202
  start: string;
224
203
  end: string;
225
204
  } | null | undefined>;
@@ -287,13 +266,6 @@ export declare function eventPayloadGenerator(rng: () => number): {
287
266
  path: string;
288
267
  originalFilename: string;
289
268
  }[] | {
290
- data?: any;
291
- error?: {
292
- message: string;
293
- statusCode: number | null;
294
- } | null | undefined;
295
- loading?: boolean | null | undefined;
296
- } | {
297
269
  start: string;
298
270
  end: string;
299
271
  } | null | undefined>;
@@ -363,13 +335,6 @@ export declare function eventPayloadGenerator(rng: () => number): {
363
335
  path: string;
364
336
  originalFilename: string;
365
337
  }[] | {
366
- data?: any;
367
- error?: {
368
- message: string;
369
- statusCode: number | null;
370
- } | null | undefined;
371
- loading?: boolean | null | undefined;
372
- } | {
373
338
  start: string;
374
339
  end: string;
375
340
  } | null | undefined>;
@@ -433,13 +398,6 @@ export declare function eventPayloadGenerator(rng: () => number): {
433
398
  path: string;
434
399
  originalFilename: string;
435
400
  }[] | {
436
- data?: any;
437
- error?: {
438
- message: string;
439
- statusCode: number | null;
440
- } | null | undefined;
441
- loading?: boolean | null | undefined;
442
- } | {
443
401
  start: string;
444
402
  end: string;
445
403
  } | null | undefined>;