@nira-opencrvs/toolkit 1.9.13-rc.9a4c29a → 1.9.13-rc.a10f028
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.
- package/dist/commons/api/router.d.ts +7 -7
- package/dist/commons/events/ActionConfig.d.ts +36 -36
- package/dist/commons/events/AdvancedSearchConfig.d.ts +30 -24
- package/dist/commons/events/DeduplicationConfig.d.ts +2 -2
- package/dist/commons/events/EventConfig.d.ts +50 -48
- package/dist/commons/events/FieldConfig.d.ts +380 -132
- package/dist/commons/events/FieldType.d.ts +2 -1
- package/dist/commons/events/FieldTypeMapping.d.ts +87 -1
- package/dist/commons/events/FieldValue.d.ts +70 -3
- package/dist/commons/events/Icd11.d.ts +52 -0
- package/dist/commons/events/defineConfig.d.ts +7 -7
- package/dist/commons/events/index.d.ts +1 -0
- package/dist/commons/events/utils.d.ts +7 -7
- package/dist/events/index.js +869 -778
- package/dist/notification/index.js +836 -797
- package/package.json +1 -1
|
@@ -66,6 +66,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
66
66
|
output: {
|
|
67
67
|
id: string;
|
|
68
68
|
title: import("../commons").TranslationConfig;
|
|
69
|
+
label: import("../commons").TranslationConfig;
|
|
69
70
|
declaration: {
|
|
70
71
|
label: import("../commons").TranslationConfig;
|
|
71
72
|
pages: {
|
|
@@ -93,8 +94,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
93
94
|
};
|
|
94
95
|
deduplication?: {
|
|
95
96
|
id: string;
|
|
96
|
-
query: import("../commons").ClauseOutput;
|
|
97
97
|
label: import("../commons").TranslationConfig;
|
|
98
|
+
query: import("../commons").ClauseOutput;
|
|
98
99
|
} | undefined;
|
|
99
100
|
} | {
|
|
100
101
|
type: "VALIDATE";
|
|
@@ -105,8 +106,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
105
106
|
};
|
|
106
107
|
deduplication?: {
|
|
107
108
|
id: string;
|
|
108
|
-
query: import("../commons").ClauseOutput;
|
|
109
109
|
label: import("../commons").TranslationConfig;
|
|
110
|
+
query: import("../commons").ClauseOutput;
|
|
110
111
|
} | undefined;
|
|
111
112
|
} | {
|
|
112
113
|
type: "ESCALATE";
|
|
@@ -117,8 +118,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
117
118
|
};
|
|
118
119
|
deduplication?: {
|
|
119
120
|
id: string;
|
|
120
|
-
query: import("../commons").ClauseOutput;
|
|
121
121
|
label: import("../commons").TranslationConfig;
|
|
122
|
+
query: import("../commons").ClauseOutput;
|
|
122
123
|
} | undefined;
|
|
123
124
|
} | {
|
|
124
125
|
type: "REJECT";
|
|
@@ -135,8 +136,8 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
135
136
|
};
|
|
136
137
|
deduplication?: {
|
|
137
138
|
id: string;
|
|
138
|
-
query: import("../commons").ClauseOutput;
|
|
139
139
|
label: import("../commons").TranslationConfig;
|
|
140
|
+
query: import("../commons").ClauseOutput;
|
|
140
141
|
} | undefined;
|
|
141
142
|
} | {
|
|
142
143
|
type: "DELETE";
|
|
@@ -214,7 +215,6 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
214
215
|
type: "APPROVE_CORRECTION";
|
|
215
216
|
label: import("../commons").TranslationConfig;
|
|
216
217
|
})[];
|
|
217
|
-
label: import("../commons").TranslationConfig;
|
|
218
218
|
summary: {
|
|
219
219
|
fields: ({
|
|
220
220
|
fieldId: string;
|
|
@@ -244,7 +244,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
244
244
|
};
|
|
245
245
|
fieldId: string;
|
|
246
246
|
fieldType: "field";
|
|
247
|
-
type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "NUMBER_WITH_UNIT" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FIELD_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;
|
|
247
|
+
type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "NUMBER_WITH_UNIT" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FIELD_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" | "ICD11" | undefined;
|
|
248
248
|
options?: {
|
|
249
249
|
value: string;
|
|
250
250
|
label: string | import("../commons").TranslationConfig;
|
|
@@ -279,7 +279,7 @@ export declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
279
279
|
};
|
|
280
280
|
fieldId: "event.status" | "event.trackingId" | "event.updatedAt" | "event.legalStatuses.REGISTERED.acceptedAt" | "event.legalStatuses.REGISTERED.createdAtLocation" | "event.legalStatuses.REGISTERED.registrationNumber";
|
|
281
281
|
fieldType: "event";
|
|
282
|
-
type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "NUMBER_WITH_UNIT" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FIELD_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;
|
|
282
|
+
type?: "NAME" | "PHONE" | "ID" | "ADDRESS" | "TEXT" | "NUMBER" | "NUMBER_WITH_UNIT" | "TEXTAREA" | "EMAIL" | "DATE" | "AGE" | "DATE_RANGE" | "SELECT_DATE_RANGE" | "TIME" | "PARAGRAPH" | "PAGE_HEADER" | "RADIO_GROUP" | "FIELD_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" | "ICD11" | undefined;
|
|
283
283
|
options?: {
|
|
284
284
|
value: string;
|
|
285
285
|
label: string | import("../commons").TranslationConfig;
|
|
@@ -70,16 +70,16 @@ export declare const DeclarationActionBase: z.ZodObject<z.objectUtil.extendShape
|
|
|
70
70
|
query: z.ZodType<import("./DeduplicationConfig").ClauseOutput, z.ZodTypeDef, import("./DeduplicationConfig").ClauseInput>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
id: string;
|
|
73
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
74
73
|
label: TranslationConfig;
|
|
74
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
75
75
|
}, {
|
|
76
76
|
id: string;
|
|
77
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
78
77
|
label: {
|
|
79
78
|
id: string;
|
|
80
79
|
description: string;
|
|
81
80
|
defaultMessage: string;
|
|
82
81
|
};
|
|
82
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
83
83
|
}>>;
|
|
84
84
|
}>, "strip", z.ZodTypeAny, {
|
|
85
85
|
label: TranslationConfig;
|
|
@@ -89,8 +89,8 @@ export declare const DeclarationActionBase: z.ZodObject<z.objectUtil.extendShape
|
|
|
89
89
|
};
|
|
90
90
|
deduplication?: {
|
|
91
91
|
id: string;
|
|
92
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
93
92
|
label: TranslationConfig;
|
|
93
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
94
94
|
} | undefined;
|
|
95
95
|
}, {
|
|
96
96
|
label: {
|
|
@@ -108,12 +108,12 @@ export declare const DeclarationActionBase: z.ZodObject<z.objectUtil.extendShape
|
|
|
108
108
|
};
|
|
109
109
|
deduplication?: {
|
|
110
110
|
id: string;
|
|
111
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
112
111
|
label: {
|
|
113
112
|
id: string;
|
|
114
113
|
description: string;
|
|
115
114
|
defaultMessage: string;
|
|
116
115
|
};
|
|
116
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
117
117
|
} | undefined;
|
|
118
118
|
}>;
|
|
119
119
|
declare const ReadActionConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -200,16 +200,16 @@ declare const DeclareConfig: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.e
|
|
|
200
200
|
query: z.ZodType<import("./DeduplicationConfig").ClauseOutput, z.ZodTypeDef, import("./DeduplicationConfig").ClauseInput>;
|
|
201
201
|
}, "strip", z.ZodTypeAny, {
|
|
202
202
|
id: string;
|
|
203
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
204
203
|
label: TranslationConfig;
|
|
204
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
205
205
|
}, {
|
|
206
206
|
id: string;
|
|
207
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
208
207
|
label: {
|
|
209
208
|
id: string;
|
|
210
209
|
description: string;
|
|
211
210
|
defaultMessage: string;
|
|
212
211
|
};
|
|
212
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
213
213
|
}>>;
|
|
214
214
|
}>, {
|
|
215
215
|
type: z.ZodLiteral<"DECLARE">;
|
|
@@ -222,8 +222,8 @@ declare const DeclareConfig: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.e
|
|
|
222
222
|
};
|
|
223
223
|
deduplication?: {
|
|
224
224
|
id: string;
|
|
225
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
226
225
|
label: TranslationConfig;
|
|
226
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
227
227
|
} | undefined;
|
|
228
228
|
}, {
|
|
229
229
|
type: "DECLARE";
|
|
@@ -242,12 +242,12 @@ declare const DeclareConfig: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.e
|
|
|
242
242
|
};
|
|
243
243
|
deduplication?: {
|
|
244
244
|
id: string;
|
|
245
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
246
245
|
label: {
|
|
247
246
|
id: string;
|
|
248
247
|
description: string;
|
|
249
248
|
defaultMessage: string;
|
|
250
249
|
};
|
|
250
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
251
251
|
} | undefined;
|
|
252
252
|
}>;
|
|
253
253
|
declare const ValidateConfig: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -285,16 +285,16 @@ declare const ValidateConfig: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
|
|
|
285
285
|
query: z.ZodType<import("./DeduplicationConfig").ClauseOutput, z.ZodTypeDef, import("./DeduplicationConfig").ClauseInput>;
|
|
286
286
|
}, "strip", z.ZodTypeAny, {
|
|
287
287
|
id: string;
|
|
288
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
289
288
|
label: TranslationConfig;
|
|
289
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
290
290
|
}, {
|
|
291
291
|
id: string;
|
|
292
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
293
292
|
label: {
|
|
294
293
|
id: string;
|
|
295
294
|
description: string;
|
|
296
295
|
defaultMessage: string;
|
|
297
296
|
};
|
|
297
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
298
298
|
}>>;
|
|
299
299
|
}>, {
|
|
300
300
|
type: z.ZodLiteral<"VALIDATE">;
|
|
@@ -307,8 +307,8 @@ declare const ValidateConfig: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
|
|
|
307
307
|
};
|
|
308
308
|
deduplication?: {
|
|
309
309
|
id: string;
|
|
310
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
311
310
|
label: TranslationConfig;
|
|
311
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
312
312
|
} | undefined;
|
|
313
313
|
}, {
|
|
314
314
|
type: "VALIDATE";
|
|
@@ -327,12 +327,12 @@ declare const ValidateConfig: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
|
|
|
327
327
|
};
|
|
328
328
|
deduplication?: {
|
|
329
329
|
id: string;
|
|
330
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
331
330
|
label: {
|
|
332
331
|
id: string;
|
|
333
332
|
description: string;
|
|
334
333
|
defaultMessage: string;
|
|
335
334
|
};
|
|
335
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
336
336
|
} | undefined;
|
|
337
337
|
}>;
|
|
338
338
|
declare const EscalateConfig: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -370,16 +370,16 @@ declare const EscalateConfig: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
|
|
|
370
370
|
query: z.ZodType<import("./DeduplicationConfig").ClauseOutput, z.ZodTypeDef, import("./DeduplicationConfig").ClauseInput>;
|
|
371
371
|
}, "strip", z.ZodTypeAny, {
|
|
372
372
|
id: string;
|
|
373
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
374
373
|
label: TranslationConfig;
|
|
374
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
375
375
|
}, {
|
|
376
376
|
id: string;
|
|
377
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
378
377
|
label: {
|
|
379
378
|
id: string;
|
|
380
379
|
description: string;
|
|
381
380
|
defaultMessage: string;
|
|
382
381
|
};
|
|
382
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
383
383
|
}>>;
|
|
384
384
|
}>, {
|
|
385
385
|
type: z.ZodLiteral<"ESCALATE">;
|
|
@@ -392,8 +392,8 @@ declare const EscalateConfig: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
|
|
|
392
392
|
};
|
|
393
393
|
deduplication?: {
|
|
394
394
|
id: string;
|
|
395
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
396
395
|
label: TranslationConfig;
|
|
396
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
397
397
|
} | undefined;
|
|
398
398
|
}, {
|
|
399
399
|
type: "ESCALATE";
|
|
@@ -412,12 +412,12 @@ declare const EscalateConfig: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
|
|
|
412
412
|
};
|
|
413
413
|
deduplication?: {
|
|
414
414
|
id: string;
|
|
415
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
416
415
|
label: {
|
|
417
416
|
id: string;
|
|
418
417
|
description: string;
|
|
419
418
|
defaultMessage: string;
|
|
420
419
|
};
|
|
420
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
421
421
|
} | undefined;
|
|
422
422
|
}>;
|
|
423
423
|
declare const RegisterConfig: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
@@ -455,16 +455,16 @@ declare const RegisterConfig: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
|
|
|
455
455
|
query: z.ZodType<import("./DeduplicationConfig").ClauseOutput, z.ZodTypeDef, import("./DeduplicationConfig").ClauseInput>;
|
|
456
456
|
}, "strip", z.ZodTypeAny, {
|
|
457
457
|
id: string;
|
|
458
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
459
458
|
label: TranslationConfig;
|
|
459
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
460
460
|
}, {
|
|
461
461
|
id: string;
|
|
462
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
463
462
|
label: {
|
|
464
463
|
id: string;
|
|
465
464
|
description: string;
|
|
466
465
|
defaultMessage: string;
|
|
467
466
|
};
|
|
467
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
468
468
|
}>>;
|
|
469
469
|
}>, {
|
|
470
470
|
type: z.ZodLiteral<"REGISTER">;
|
|
@@ -477,8 +477,8 @@ declare const RegisterConfig: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
|
|
|
477
477
|
};
|
|
478
478
|
deduplication?: {
|
|
479
479
|
id: string;
|
|
480
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
481
480
|
label: TranslationConfig;
|
|
481
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
482
482
|
} | undefined;
|
|
483
483
|
}, {
|
|
484
484
|
type: "REGISTER";
|
|
@@ -497,12 +497,12 @@ declare const RegisterConfig: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.
|
|
|
497
497
|
};
|
|
498
498
|
deduplication?: {
|
|
499
499
|
id: string;
|
|
500
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
501
500
|
label: {
|
|
502
501
|
id: string;
|
|
503
502
|
description: string;
|
|
504
503
|
defaultMessage: string;
|
|
505
504
|
};
|
|
505
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
506
506
|
} | undefined;
|
|
507
507
|
}>;
|
|
508
508
|
declare const RejectDeclarationConfig: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -1471,16 +1471,16 @@ export declare const DeclarationActionConfig: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1471
1471
|
query: z.ZodType<import("./DeduplicationConfig").ClauseOutput, z.ZodTypeDef, import("./DeduplicationConfig").ClauseInput>;
|
|
1472
1472
|
}, "strip", z.ZodTypeAny, {
|
|
1473
1473
|
id: string;
|
|
1474
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1475
1474
|
label: TranslationConfig;
|
|
1475
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1476
1476
|
}, {
|
|
1477
1477
|
id: string;
|
|
1478
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
1479
1478
|
label: {
|
|
1480
1479
|
id: string;
|
|
1481
1480
|
description: string;
|
|
1482
1481
|
defaultMessage: string;
|
|
1483
1482
|
};
|
|
1483
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
1484
1484
|
}>>;
|
|
1485
1485
|
}>, {
|
|
1486
1486
|
type: z.ZodLiteral<"DECLARE">;
|
|
@@ -1493,8 +1493,8 @@ export declare const DeclarationActionConfig: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1493
1493
|
};
|
|
1494
1494
|
deduplication?: {
|
|
1495
1495
|
id: string;
|
|
1496
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1497
1496
|
label: TranslationConfig;
|
|
1497
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1498
1498
|
} | undefined;
|
|
1499
1499
|
}, {
|
|
1500
1500
|
type: "DECLARE";
|
|
@@ -1513,12 +1513,12 @@ export declare const DeclarationActionConfig: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1513
1513
|
};
|
|
1514
1514
|
deduplication?: {
|
|
1515
1515
|
id: string;
|
|
1516
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
1517
1516
|
label: {
|
|
1518
1517
|
id: string;
|
|
1519
1518
|
description: string;
|
|
1520
1519
|
defaultMessage: string;
|
|
1521
1520
|
};
|
|
1521
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
1522
1522
|
} | undefined;
|
|
1523
1523
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1524
1524
|
label: z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
|
@@ -1555,16 +1555,16 @@ export declare const DeclarationActionConfig: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1555
1555
|
query: z.ZodType<import("./DeduplicationConfig").ClauseOutput, z.ZodTypeDef, import("./DeduplicationConfig").ClauseInput>;
|
|
1556
1556
|
}, "strip", z.ZodTypeAny, {
|
|
1557
1557
|
id: string;
|
|
1558
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1559
1558
|
label: TranslationConfig;
|
|
1559
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1560
1560
|
}, {
|
|
1561
1561
|
id: string;
|
|
1562
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
1563
1562
|
label: {
|
|
1564
1563
|
id: string;
|
|
1565
1564
|
description: string;
|
|
1566
1565
|
defaultMessage: string;
|
|
1567
1566
|
};
|
|
1567
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
1568
1568
|
}>>;
|
|
1569
1569
|
}>, {
|
|
1570
1570
|
type: z.ZodLiteral<"VALIDATE">;
|
|
@@ -1577,8 +1577,8 @@ export declare const DeclarationActionConfig: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1577
1577
|
};
|
|
1578
1578
|
deduplication?: {
|
|
1579
1579
|
id: string;
|
|
1580
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1581
1580
|
label: TranslationConfig;
|
|
1581
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1582
1582
|
} | undefined;
|
|
1583
1583
|
}, {
|
|
1584
1584
|
type: "VALIDATE";
|
|
@@ -1597,12 +1597,12 @@ export declare const DeclarationActionConfig: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1597
1597
|
};
|
|
1598
1598
|
deduplication?: {
|
|
1599
1599
|
id: string;
|
|
1600
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
1601
1600
|
label: {
|
|
1602
1601
|
id: string;
|
|
1603
1602
|
description: string;
|
|
1604
1603
|
defaultMessage: string;
|
|
1605
1604
|
};
|
|
1605
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
1606
1606
|
} | undefined;
|
|
1607
1607
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1608
1608
|
label: z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
|
@@ -1639,16 +1639,16 @@ export declare const DeclarationActionConfig: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1639
1639
|
query: z.ZodType<import("./DeduplicationConfig").ClauseOutput, z.ZodTypeDef, import("./DeduplicationConfig").ClauseInput>;
|
|
1640
1640
|
}, "strip", z.ZodTypeAny, {
|
|
1641
1641
|
id: string;
|
|
1642
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1643
1642
|
label: TranslationConfig;
|
|
1643
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1644
1644
|
}, {
|
|
1645
1645
|
id: string;
|
|
1646
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
1647
1646
|
label: {
|
|
1648
1647
|
id: string;
|
|
1649
1648
|
description: string;
|
|
1650
1649
|
defaultMessage: string;
|
|
1651
1650
|
};
|
|
1651
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
1652
1652
|
}>>;
|
|
1653
1653
|
}>, {
|
|
1654
1654
|
type: z.ZodLiteral<"ESCALATE">;
|
|
@@ -1661,8 +1661,8 @@ export declare const DeclarationActionConfig: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1661
1661
|
};
|
|
1662
1662
|
deduplication?: {
|
|
1663
1663
|
id: string;
|
|
1664
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1665
1664
|
label: TranslationConfig;
|
|
1665
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1666
1666
|
} | undefined;
|
|
1667
1667
|
}, {
|
|
1668
1668
|
type: "ESCALATE";
|
|
@@ -1681,12 +1681,12 @@ export declare const DeclarationActionConfig: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1681
1681
|
};
|
|
1682
1682
|
deduplication?: {
|
|
1683
1683
|
id: string;
|
|
1684
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
1685
1684
|
label: {
|
|
1686
1685
|
id: string;
|
|
1687
1686
|
description: string;
|
|
1688
1687
|
defaultMessage: string;
|
|
1689
1688
|
};
|
|
1689
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
1690
1690
|
} | undefined;
|
|
1691
1691
|
}>, z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
|
|
1692
1692
|
label: z.ZodObject<import("./TranslationConfig").MessageDescriptorZod, "strip", z.ZodTypeAny, TranslationConfig, {
|
|
@@ -1723,16 +1723,16 @@ export declare const DeclarationActionConfig: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1723
1723
|
query: z.ZodType<import("./DeduplicationConfig").ClauseOutput, z.ZodTypeDef, import("./DeduplicationConfig").ClauseInput>;
|
|
1724
1724
|
}, "strip", z.ZodTypeAny, {
|
|
1725
1725
|
id: string;
|
|
1726
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1727
1726
|
label: TranslationConfig;
|
|
1727
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1728
1728
|
}, {
|
|
1729
1729
|
id: string;
|
|
1730
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
1731
1730
|
label: {
|
|
1732
1731
|
id: string;
|
|
1733
1732
|
description: string;
|
|
1734
1733
|
defaultMessage: string;
|
|
1735
1734
|
};
|
|
1735
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
1736
1736
|
}>>;
|
|
1737
1737
|
}>, {
|
|
1738
1738
|
type: z.ZodLiteral<"REGISTER">;
|
|
@@ -1745,8 +1745,8 @@ export declare const DeclarationActionConfig: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1745
1745
|
};
|
|
1746
1746
|
deduplication?: {
|
|
1747
1747
|
id: string;
|
|
1748
|
-
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1749
1748
|
label: TranslationConfig;
|
|
1749
|
+
query: import("./DeduplicationConfig").ClauseOutput;
|
|
1750
1750
|
} | undefined;
|
|
1751
1751
|
}, {
|
|
1752
1752
|
type: "REGISTER";
|
|
@@ -1765,12 +1765,12 @@ export declare const DeclarationActionConfig: z.ZodDiscriminatedUnion<"type", [z
|
|
|
1765
1765
|
};
|
|
1766
1766
|
deduplication?: {
|
|
1767
1767
|
id: string;
|
|
1768
|
-
query: import("./DeduplicationConfig").ClauseInput;
|
|
1769
1768
|
label: {
|
|
1770
1769
|
id: string;
|
|
1771
1770
|
description: string;
|
|
1772
1771
|
defaultMessage: string;
|
|
1773
1772
|
};
|
|
1773
|
+
query: import("./DeduplicationConfig").ClauseInput;
|
|
1774
1774
|
} | undefined;
|
|
1775
1775
|
}>]>;
|
|
1776
1776
|
export type DeclarationActionConfig = z.infer<typeof DeclarationActionConfig>;
|