@dmptool/types 2.2.1 → 2.3.1
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/answers/__tests__/answers.spec.js +27 -14
- package/dist/answers/__tests__/defaults.spec.js +2 -0
- package/dist/answers/index.d.ts +102 -0
- package/dist/answers/index.js +1 -0
- package/dist/answers/tableAnswers.d.ts +614 -136
- package/dist/answers/tableAnswers.js +43 -20
- package/dist/dmp/__tests__/commonStandard.spec.js +26 -22
- package/dist/dmp/__tests__/extensions.spec.js +21 -15
- package/dist/dmp/extension.d.ts +385 -92
- package/dist/dmp/extension.js +49 -103
- package/dist/dmp/index.d.ts +515 -2
- package/dist/dmp/index.js +11 -1
- package/dist/questions/__tests__/defaults.spec.js +10 -0
- package/dist/questions/__tests__/tableQuestion.spec.js +5 -0
- package/dist/questions/index.d.ts +10 -0
- package/dist/questions/tableQuestions.d.ts +30 -0
- package/dist/questions/tableQuestions.js +47 -10
- package/dist/schemas/anyAnswer.schema.json +514 -0
- package/dist/schemas/anyQuestion.schema.json +30 -0
- package/dist/schemas/dmpExtension.schema.json +636 -140
- package/dist/schemas/researchOutputTableAnswer.schema.json +6047 -11983
- package/package.json +2 -2
- package/schemas/anyAnswer.schema.json +514 -0
- package/schemas/anyQuestion.schema.json +30 -0
- package/schemas/dmpExtension.schema.json +636 -140
- package/schemas/researchOutputTableAnswer.schema.json +6047 -11983
|
@@ -144,6 +144,583 @@ export declare const AnyTableColumnAnswerSchema: z.ZodDiscriminatedUnion<[z.ZodO
|
|
|
144
144
|
}, z.core.$strip>;
|
|
145
145
|
comment: z.ZodOptional<z.ZodString>;
|
|
146
146
|
}, z.core.$strip>], "type">;
|
|
147
|
+
export declare const AnyResearchOutputTableColumnAnswerSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
148
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
149
|
+
type: z.ZodLiteral<"checkBoxes">;
|
|
150
|
+
answer: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
151
|
+
meta: z.ZodObject<{
|
|
152
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
153
|
+
}, z.core.$strip>;
|
|
154
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
155
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
156
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
157
|
+
type: z.ZodLiteral<"date">;
|
|
158
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
159
|
+
meta: z.ZodObject<{
|
|
160
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
161
|
+
}, z.core.$strip>;
|
|
162
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
163
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
164
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
165
|
+
type: z.ZodLiteral<"licenseSearch">;
|
|
166
|
+
answer: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
167
|
+
licenseId: z.ZodDefault<z.ZodString>;
|
|
168
|
+
licenseName: z.ZodDefault<z.ZodString>;
|
|
169
|
+
}, z.core.$strip>>>;
|
|
170
|
+
meta: z.ZodObject<{
|
|
171
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
172
|
+
}, z.core.$strip>;
|
|
173
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
174
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
175
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
176
|
+
type: z.ZodLiteral<"metadataStandardSearch">;
|
|
177
|
+
answer: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
178
|
+
metadataStandardId: z.ZodDefault<z.ZodString>;
|
|
179
|
+
metadataStandardName: z.ZodDefault<z.ZodString>;
|
|
180
|
+
}, z.core.$strip>>>;
|
|
181
|
+
meta: z.ZodObject<{
|
|
182
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
183
|
+
}, z.core.$strip>;
|
|
184
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
185
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
186
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
187
|
+
type: z.ZodLiteral<"numberWithContext">;
|
|
188
|
+
answer: z.ZodObject<{
|
|
189
|
+
value: z.ZodDefault<z.ZodNumber>;
|
|
190
|
+
context: z.ZodDefault<z.ZodString>;
|
|
191
|
+
}, z.core.$strip>;
|
|
192
|
+
meta: z.ZodObject<{
|
|
193
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
194
|
+
}, z.core.$strip>;
|
|
195
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
196
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
197
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
198
|
+
type: z.ZodLiteral<"radioButtons">;
|
|
199
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
200
|
+
meta: z.ZodObject<{
|
|
201
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
202
|
+
}, z.core.$strip>;
|
|
203
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
204
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
205
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
206
|
+
type: z.ZodLiteral<"repositorySearch">;
|
|
207
|
+
answer: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
208
|
+
repositoryId: z.ZodDefault<z.ZodString>;
|
|
209
|
+
repositoryName: z.ZodDefault<z.ZodString>;
|
|
210
|
+
}, z.core.$strip>>>;
|
|
211
|
+
meta: z.ZodObject<{
|
|
212
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
213
|
+
}, z.core.$strip>;
|
|
214
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
215
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
216
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
217
|
+
type: z.ZodLiteral<"selectBox">;
|
|
218
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
219
|
+
meta: z.ZodObject<{
|
|
220
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
221
|
+
}, z.core.$strip>;
|
|
222
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
223
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
224
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
225
|
+
type: z.ZodLiteral<"text">;
|
|
226
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
227
|
+
meta: z.ZodObject<{
|
|
228
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
229
|
+
}, z.core.$strip>;
|
|
230
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
231
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
232
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
233
|
+
type: z.ZodLiteral<"textArea">;
|
|
234
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
235
|
+
meta: z.ZodObject<{
|
|
236
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
237
|
+
}, z.core.$strip>;
|
|
238
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
239
|
+
}, z.core.$strip>], "type">;
|
|
240
|
+
export declare const TableRowAnswerSchema: z.ZodObject<{
|
|
241
|
+
columns: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
242
|
+
type: z.ZodLiteral<"affiliationSearch">;
|
|
243
|
+
answer: z.ZodObject<{
|
|
244
|
+
affiliationId: z.ZodDefault<z.ZodString>;
|
|
245
|
+
affiliationName: z.ZodDefault<z.ZodString>;
|
|
246
|
+
}, z.core.$strip>;
|
|
247
|
+
meta: z.ZodObject<{
|
|
248
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
249
|
+
}, z.core.$strip>;
|
|
250
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
251
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
252
|
+
type: z.ZodLiteral<"boolean">;
|
|
253
|
+
answer: z.ZodDefault<z.ZodBoolean>;
|
|
254
|
+
meta: z.ZodObject<{
|
|
255
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
256
|
+
}, z.core.$strip>;
|
|
257
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
258
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
259
|
+
type: z.ZodLiteral<"checkBoxes">;
|
|
260
|
+
answer: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
261
|
+
meta: z.ZodObject<{
|
|
262
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
263
|
+
}, z.core.$strip>;
|
|
264
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
265
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
266
|
+
type: z.ZodLiteral<"currency">;
|
|
267
|
+
answer: z.ZodDefault<z.ZodNumber>;
|
|
268
|
+
meta: z.ZodObject<{
|
|
269
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
270
|
+
}, z.core.$strip>;
|
|
271
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
272
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
273
|
+
type: z.ZodLiteral<"date">;
|
|
274
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
275
|
+
meta: z.ZodObject<{
|
|
276
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
277
|
+
}, z.core.$strip>;
|
|
278
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
279
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
280
|
+
type: z.ZodLiteral<"dateRange">;
|
|
281
|
+
answer: z.ZodObject<{
|
|
282
|
+
start: z.ZodDefault<z.ZodString>;
|
|
283
|
+
end: z.ZodDefault<z.ZodString>;
|
|
284
|
+
}, z.core.$strip>;
|
|
285
|
+
meta: z.ZodObject<{
|
|
286
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
287
|
+
}, z.core.$strip>;
|
|
288
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
289
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
290
|
+
type: z.ZodLiteral<"email">;
|
|
291
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
292
|
+
meta: z.ZodObject<{
|
|
293
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
294
|
+
}, z.core.$strip>;
|
|
295
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
296
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
297
|
+
type: z.ZodLiteral<"licenseSearch">;
|
|
298
|
+
answer: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
299
|
+
licenseId: z.ZodDefault<z.ZodString>;
|
|
300
|
+
licenseName: z.ZodDefault<z.ZodString>;
|
|
301
|
+
}, z.core.$strip>>>;
|
|
302
|
+
meta: z.ZodObject<{
|
|
303
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
304
|
+
}, z.core.$strip>;
|
|
305
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
306
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
307
|
+
type: z.ZodLiteral<"metadataStandardSearch">;
|
|
308
|
+
answer: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
309
|
+
metadataStandardId: z.ZodDefault<z.ZodString>;
|
|
310
|
+
metadataStandardName: z.ZodDefault<z.ZodString>;
|
|
311
|
+
}, z.core.$strip>>>;
|
|
312
|
+
meta: z.ZodObject<{
|
|
313
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
314
|
+
}, z.core.$strip>;
|
|
315
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
316
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
317
|
+
type: z.ZodLiteral<"multiselectBox">;
|
|
318
|
+
answer: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
319
|
+
meta: z.ZodObject<{
|
|
320
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
321
|
+
}, z.core.$strip>;
|
|
322
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
323
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
324
|
+
type: z.ZodLiteral<"number">;
|
|
325
|
+
answer: z.ZodDefault<z.ZodNumber>;
|
|
326
|
+
meta: z.ZodObject<{
|
|
327
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
328
|
+
}, z.core.$strip>;
|
|
329
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
330
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
331
|
+
type: z.ZodLiteral<"numberWithContext">;
|
|
332
|
+
answer: z.ZodObject<{
|
|
333
|
+
value: z.ZodDefault<z.ZodNumber>;
|
|
334
|
+
context: z.ZodDefault<z.ZodString>;
|
|
335
|
+
}, z.core.$strip>;
|
|
336
|
+
meta: z.ZodObject<{
|
|
337
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
338
|
+
}, z.core.$strip>;
|
|
339
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
340
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
341
|
+
type: z.ZodLiteral<"radioButtons">;
|
|
342
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
343
|
+
meta: z.ZodObject<{
|
|
344
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
345
|
+
}, z.core.$strip>;
|
|
346
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
347
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
348
|
+
type: z.ZodLiteral<"repositorySearch">;
|
|
349
|
+
answer: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
350
|
+
repositoryId: z.ZodDefault<z.ZodString>;
|
|
351
|
+
repositoryName: z.ZodDefault<z.ZodString>;
|
|
352
|
+
}, z.core.$strip>>>;
|
|
353
|
+
meta: z.ZodObject<{
|
|
354
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
355
|
+
}, z.core.$strip>;
|
|
356
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
357
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
358
|
+
type: z.ZodLiteral<"selectBox">;
|
|
359
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
360
|
+
meta: z.ZodObject<{
|
|
361
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
362
|
+
}, z.core.$strip>;
|
|
363
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
364
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
365
|
+
type: z.ZodLiteral<"text">;
|
|
366
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
367
|
+
meta: z.ZodObject<{
|
|
368
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
369
|
+
}, z.core.$strip>;
|
|
370
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
371
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
372
|
+
type: z.ZodLiteral<"textArea">;
|
|
373
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
374
|
+
meta: z.ZodObject<{
|
|
375
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
376
|
+
}, z.core.$strip>;
|
|
377
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
378
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
379
|
+
type: z.ZodLiteral<"url">;
|
|
380
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
381
|
+
meta: z.ZodObject<{
|
|
382
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
383
|
+
}, z.core.$strip>;
|
|
384
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
385
|
+
}, z.core.$strip>], "type">>;
|
|
386
|
+
}, z.core.$strip>;
|
|
387
|
+
export declare const DefaultTableRowAnswer: {
|
|
388
|
+
columns: ({
|
|
389
|
+
type: "date";
|
|
390
|
+
answer: string;
|
|
391
|
+
meta: {
|
|
392
|
+
schemaVersion: string;
|
|
393
|
+
};
|
|
394
|
+
comment?: string | undefined;
|
|
395
|
+
} | {
|
|
396
|
+
type: "dateRange";
|
|
397
|
+
answer: {
|
|
398
|
+
start: string;
|
|
399
|
+
end: string;
|
|
400
|
+
};
|
|
401
|
+
meta: {
|
|
402
|
+
schemaVersion: string;
|
|
403
|
+
};
|
|
404
|
+
comment?: string | undefined;
|
|
405
|
+
} | {
|
|
406
|
+
type: "affiliationSearch";
|
|
407
|
+
answer: {
|
|
408
|
+
affiliationId: string;
|
|
409
|
+
affiliationName: string;
|
|
410
|
+
};
|
|
411
|
+
meta: {
|
|
412
|
+
schemaVersion: string;
|
|
413
|
+
};
|
|
414
|
+
comment?: string | undefined;
|
|
415
|
+
} | {
|
|
416
|
+
type: "licenseSearch";
|
|
417
|
+
answer: {
|
|
418
|
+
licenseId: string;
|
|
419
|
+
licenseName: string;
|
|
420
|
+
}[];
|
|
421
|
+
meta: {
|
|
422
|
+
schemaVersion: string;
|
|
423
|
+
};
|
|
424
|
+
comment?: string | undefined;
|
|
425
|
+
} | {
|
|
426
|
+
type: "metadataStandardSearch";
|
|
427
|
+
answer: {
|
|
428
|
+
metadataStandardId: string;
|
|
429
|
+
metadataStandardName: string;
|
|
430
|
+
}[];
|
|
431
|
+
meta: {
|
|
432
|
+
schemaVersion: string;
|
|
433
|
+
};
|
|
434
|
+
comment?: string | undefined;
|
|
435
|
+
} | {
|
|
436
|
+
type: "repositorySearch";
|
|
437
|
+
answer: {
|
|
438
|
+
repositoryId: string;
|
|
439
|
+
repositoryName: string;
|
|
440
|
+
}[];
|
|
441
|
+
meta: {
|
|
442
|
+
schemaVersion: string;
|
|
443
|
+
};
|
|
444
|
+
comment?: string | undefined;
|
|
445
|
+
} | {
|
|
446
|
+
type: "boolean";
|
|
447
|
+
answer: boolean;
|
|
448
|
+
meta: {
|
|
449
|
+
schemaVersion: string;
|
|
450
|
+
};
|
|
451
|
+
comment?: string | undefined;
|
|
452
|
+
} | {
|
|
453
|
+
type: "checkBoxes";
|
|
454
|
+
answer: string[];
|
|
455
|
+
meta: {
|
|
456
|
+
schemaVersion: string;
|
|
457
|
+
};
|
|
458
|
+
comment?: string | undefined;
|
|
459
|
+
} | {
|
|
460
|
+
type: "radioButtons";
|
|
461
|
+
answer: string;
|
|
462
|
+
meta: {
|
|
463
|
+
schemaVersion: string;
|
|
464
|
+
};
|
|
465
|
+
comment?: string | undefined;
|
|
466
|
+
} | {
|
|
467
|
+
type: "selectBox";
|
|
468
|
+
answer: string;
|
|
469
|
+
meta: {
|
|
470
|
+
schemaVersion: string;
|
|
471
|
+
};
|
|
472
|
+
comment?: string | undefined;
|
|
473
|
+
} | {
|
|
474
|
+
type: "multiselectBox";
|
|
475
|
+
answer: string[];
|
|
476
|
+
meta: {
|
|
477
|
+
schemaVersion: string;
|
|
478
|
+
};
|
|
479
|
+
comment?: string | undefined;
|
|
480
|
+
} | {
|
|
481
|
+
type: "currency";
|
|
482
|
+
answer: number;
|
|
483
|
+
meta: {
|
|
484
|
+
schemaVersion: string;
|
|
485
|
+
};
|
|
486
|
+
comment?: string | undefined;
|
|
487
|
+
} | {
|
|
488
|
+
type: "number";
|
|
489
|
+
answer: number;
|
|
490
|
+
meta: {
|
|
491
|
+
schemaVersion: string;
|
|
492
|
+
};
|
|
493
|
+
comment?: string | undefined;
|
|
494
|
+
} | {
|
|
495
|
+
type: "numberWithContext";
|
|
496
|
+
answer: {
|
|
497
|
+
value: number;
|
|
498
|
+
context: string;
|
|
499
|
+
};
|
|
500
|
+
meta: {
|
|
501
|
+
schemaVersion: string;
|
|
502
|
+
};
|
|
503
|
+
comment?: string | undefined;
|
|
504
|
+
} | {
|
|
505
|
+
type: "email";
|
|
506
|
+
answer: string;
|
|
507
|
+
meta: {
|
|
508
|
+
schemaVersion: string;
|
|
509
|
+
};
|
|
510
|
+
comment?: string | undefined;
|
|
511
|
+
} | {
|
|
512
|
+
type: "text";
|
|
513
|
+
answer: string;
|
|
514
|
+
meta: {
|
|
515
|
+
schemaVersion: string;
|
|
516
|
+
};
|
|
517
|
+
comment?: string | undefined;
|
|
518
|
+
} | {
|
|
519
|
+
type: "textArea";
|
|
520
|
+
answer: string;
|
|
521
|
+
meta: {
|
|
522
|
+
schemaVersion: string;
|
|
523
|
+
};
|
|
524
|
+
comment?: string | undefined;
|
|
525
|
+
} | {
|
|
526
|
+
type: "url";
|
|
527
|
+
answer: string;
|
|
528
|
+
meta: {
|
|
529
|
+
schemaVersion: string;
|
|
530
|
+
};
|
|
531
|
+
comment?: string | undefined;
|
|
532
|
+
})[];
|
|
533
|
+
};
|
|
534
|
+
export declare const ResearchOutputTableRowAnswerSchema: z.ZodObject<{
|
|
535
|
+
columns: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
536
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
537
|
+
type: z.ZodLiteral<"checkBoxes">;
|
|
538
|
+
answer: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
539
|
+
meta: z.ZodObject<{
|
|
540
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
541
|
+
}, z.core.$strip>;
|
|
542
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
543
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
544
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
545
|
+
type: z.ZodLiteral<"date">;
|
|
546
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
547
|
+
meta: z.ZodObject<{
|
|
548
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
549
|
+
}, z.core.$strip>;
|
|
550
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
551
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
552
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
553
|
+
type: z.ZodLiteral<"licenseSearch">;
|
|
554
|
+
answer: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
555
|
+
licenseId: z.ZodDefault<z.ZodString>;
|
|
556
|
+
licenseName: z.ZodDefault<z.ZodString>;
|
|
557
|
+
}, z.core.$strip>>>;
|
|
558
|
+
meta: z.ZodObject<{
|
|
559
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
560
|
+
}, z.core.$strip>;
|
|
561
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
562
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
563
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
564
|
+
type: z.ZodLiteral<"metadataStandardSearch">;
|
|
565
|
+
answer: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
566
|
+
metadataStandardId: z.ZodDefault<z.ZodString>;
|
|
567
|
+
metadataStandardName: z.ZodDefault<z.ZodString>;
|
|
568
|
+
}, z.core.$strip>>>;
|
|
569
|
+
meta: z.ZodObject<{
|
|
570
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
571
|
+
}, z.core.$strip>;
|
|
572
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
573
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
574
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
575
|
+
type: z.ZodLiteral<"numberWithContext">;
|
|
576
|
+
answer: z.ZodObject<{
|
|
577
|
+
value: z.ZodDefault<z.ZodNumber>;
|
|
578
|
+
context: z.ZodDefault<z.ZodString>;
|
|
579
|
+
}, z.core.$strip>;
|
|
580
|
+
meta: z.ZodObject<{
|
|
581
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
582
|
+
}, z.core.$strip>;
|
|
583
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
584
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
585
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
586
|
+
type: z.ZodLiteral<"radioButtons">;
|
|
587
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
588
|
+
meta: z.ZodObject<{
|
|
589
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
590
|
+
}, z.core.$strip>;
|
|
591
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
592
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
593
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
594
|
+
type: z.ZodLiteral<"repositorySearch">;
|
|
595
|
+
answer: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
596
|
+
repositoryId: z.ZodDefault<z.ZodString>;
|
|
597
|
+
repositoryName: z.ZodDefault<z.ZodString>;
|
|
598
|
+
}, z.core.$strip>>>;
|
|
599
|
+
meta: z.ZodObject<{
|
|
600
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
601
|
+
}, z.core.$strip>;
|
|
602
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
603
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
604
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
605
|
+
type: z.ZodLiteral<"selectBox">;
|
|
606
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
607
|
+
meta: z.ZodObject<{
|
|
608
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
609
|
+
}, z.core.$strip>;
|
|
610
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
611
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
612
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
613
|
+
type: z.ZodLiteral<"text">;
|
|
614
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
615
|
+
meta: z.ZodObject<{
|
|
616
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
617
|
+
}, z.core.$strip>;
|
|
618
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
619
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
620
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
621
|
+
type: z.ZodLiteral<"textArea">;
|
|
622
|
+
answer: z.ZodDefault<z.ZodString>;
|
|
623
|
+
meta: z.ZodObject<{
|
|
624
|
+
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
625
|
+
}, z.core.$strip>;
|
|
626
|
+
comment: z.ZodOptional<z.ZodString>;
|
|
627
|
+
}, z.core.$strip>], "type">>;
|
|
628
|
+
}, z.core.$strip>;
|
|
629
|
+
export declare const DefaultResearchOutputTableRowAnswer: {
|
|
630
|
+
columns: ({
|
|
631
|
+
type: "checkBoxes";
|
|
632
|
+
answer: string[];
|
|
633
|
+
meta: {
|
|
634
|
+
schemaVersion: string;
|
|
635
|
+
};
|
|
636
|
+
commonStandardId?: string | undefined;
|
|
637
|
+
comment?: string | undefined;
|
|
638
|
+
} | {
|
|
639
|
+
type: "date";
|
|
640
|
+
answer: string;
|
|
641
|
+
meta: {
|
|
642
|
+
schemaVersion: string;
|
|
643
|
+
};
|
|
644
|
+
commonStandardId?: string | undefined;
|
|
645
|
+
comment?: string | undefined;
|
|
646
|
+
} | {
|
|
647
|
+
type: "licenseSearch";
|
|
648
|
+
answer: {
|
|
649
|
+
licenseId: string;
|
|
650
|
+
licenseName: string;
|
|
651
|
+
}[];
|
|
652
|
+
meta: {
|
|
653
|
+
schemaVersion: string;
|
|
654
|
+
};
|
|
655
|
+
commonStandardId?: string | undefined;
|
|
656
|
+
comment?: string | undefined;
|
|
657
|
+
} | {
|
|
658
|
+
type: "metadataStandardSearch";
|
|
659
|
+
answer: {
|
|
660
|
+
metadataStandardId: string;
|
|
661
|
+
metadataStandardName: string;
|
|
662
|
+
}[];
|
|
663
|
+
meta: {
|
|
664
|
+
schemaVersion: string;
|
|
665
|
+
};
|
|
666
|
+
commonStandardId?: string | undefined;
|
|
667
|
+
comment?: string | undefined;
|
|
668
|
+
} | {
|
|
669
|
+
type: "numberWithContext";
|
|
670
|
+
answer: {
|
|
671
|
+
value: number;
|
|
672
|
+
context: string;
|
|
673
|
+
};
|
|
674
|
+
meta: {
|
|
675
|
+
schemaVersion: string;
|
|
676
|
+
};
|
|
677
|
+
commonStandardId?: string | undefined;
|
|
678
|
+
comment?: string | undefined;
|
|
679
|
+
} | {
|
|
680
|
+
type: "radioButtons";
|
|
681
|
+
answer: string;
|
|
682
|
+
meta: {
|
|
683
|
+
schemaVersion: string;
|
|
684
|
+
};
|
|
685
|
+
commonStandardId?: string | undefined;
|
|
686
|
+
comment?: string | undefined;
|
|
687
|
+
} | {
|
|
688
|
+
type: "repositorySearch";
|
|
689
|
+
answer: {
|
|
690
|
+
repositoryId: string;
|
|
691
|
+
repositoryName: string;
|
|
692
|
+
}[];
|
|
693
|
+
meta: {
|
|
694
|
+
schemaVersion: string;
|
|
695
|
+
};
|
|
696
|
+
commonStandardId?: string | undefined;
|
|
697
|
+
comment?: string | undefined;
|
|
698
|
+
} | {
|
|
699
|
+
type: "selectBox";
|
|
700
|
+
answer: string;
|
|
701
|
+
meta: {
|
|
702
|
+
schemaVersion: string;
|
|
703
|
+
};
|
|
704
|
+
commonStandardId?: string | undefined;
|
|
705
|
+
comment?: string | undefined;
|
|
706
|
+
} | {
|
|
707
|
+
type: "text";
|
|
708
|
+
answer: string;
|
|
709
|
+
meta: {
|
|
710
|
+
schemaVersion: string;
|
|
711
|
+
};
|
|
712
|
+
commonStandardId?: string | undefined;
|
|
713
|
+
comment?: string | undefined;
|
|
714
|
+
} | {
|
|
715
|
+
type: "textArea";
|
|
716
|
+
answer: string;
|
|
717
|
+
meta: {
|
|
718
|
+
schemaVersion: string;
|
|
719
|
+
};
|
|
720
|
+
commonStandardId?: string | undefined;
|
|
721
|
+
comment?: string | undefined;
|
|
722
|
+
})[];
|
|
723
|
+
};
|
|
147
724
|
export declare const TableAnswerSchema: z.ZodObject<{
|
|
148
725
|
type: z.ZodLiteral<"table">;
|
|
149
726
|
columnHeadings: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -459,23 +1036,7 @@ export declare const ResearchOutputTableAnswerSchema: z.ZodObject<{
|
|
|
459
1036
|
columnHeadings: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
460
1037
|
answer: z.ZodArray<z.ZodObject<{
|
|
461
1038
|
columns: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
462
|
-
|
|
463
|
-
answer: z.ZodObject<{
|
|
464
|
-
affiliationId: z.ZodDefault<z.ZodString>;
|
|
465
|
-
affiliationName: z.ZodDefault<z.ZodString>;
|
|
466
|
-
}, z.core.$strip>;
|
|
467
|
-
meta: z.ZodObject<{
|
|
468
|
-
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
469
|
-
}, z.core.$strip>;
|
|
470
|
-
comment: z.ZodOptional<z.ZodString>;
|
|
471
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
472
|
-
type: z.ZodLiteral<"boolean">;
|
|
473
|
-
answer: z.ZodDefault<z.ZodBoolean>;
|
|
474
|
-
meta: z.ZodObject<{
|
|
475
|
-
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
476
|
-
}, z.core.$strip>;
|
|
477
|
-
comment: z.ZodOptional<z.ZodString>;
|
|
478
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1039
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
479
1040
|
type: z.ZodLiteral<"checkBoxes">;
|
|
480
1041
|
answer: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
481
1042
|
meta: z.ZodObject<{
|
|
@@ -483,13 +1044,7 @@ export declare const ResearchOutputTableAnswerSchema: z.ZodObject<{
|
|
|
483
1044
|
}, z.core.$strip>;
|
|
484
1045
|
comment: z.ZodOptional<z.ZodString>;
|
|
485
1046
|
}, z.core.$strip>, z.ZodObject<{
|
|
486
|
-
|
|
487
|
-
answer: z.ZodDefault<z.ZodNumber>;
|
|
488
|
-
meta: z.ZodObject<{
|
|
489
|
-
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
490
|
-
}, z.core.$strip>;
|
|
491
|
-
comment: z.ZodOptional<z.ZodString>;
|
|
492
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1047
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
493
1048
|
type: z.ZodLiteral<"date">;
|
|
494
1049
|
answer: z.ZodDefault<z.ZodString>;
|
|
495
1050
|
meta: z.ZodObject<{
|
|
@@ -497,23 +1052,7 @@ export declare const ResearchOutputTableAnswerSchema: z.ZodObject<{
|
|
|
497
1052
|
}, z.core.$strip>;
|
|
498
1053
|
comment: z.ZodOptional<z.ZodString>;
|
|
499
1054
|
}, z.core.$strip>, z.ZodObject<{
|
|
500
|
-
|
|
501
|
-
answer: z.ZodObject<{
|
|
502
|
-
start: z.ZodDefault<z.ZodString>;
|
|
503
|
-
end: z.ZodDefault<z.ZodString>;
|
|
504
|
-
}, z.core.$strip>;
|
|
505
|
-
meta: z.ZodObject<{
|
|
506
|
-
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
507
|
-
}, z.core.$strip>;
|
|
508
|
-
comment: z.ZodOptional<z.ZodString>;
|
|
509
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
510
|
-
type: z.ZodLiteral<"email">;
|
|
511
|
-
answer: z.ZodDefault<z.ZodString>;
|
|
512
|
-
meta: z.ZodObject<{
|
|
513
|
-
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
514
|
-
}, z.core.$strip>;
|
|
515
|
-
comment: z.ZodOptional<z.ZodString>;
|
|
516
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1055
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
517
1056
|
type: z.ZodLiteral<"licenseSearch">;
|
|
518
1057
|
answer: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
519
1058
|
licenseId: z.ZodDefault<z.ZodString>;
|
|
@@ -524,6 +1063,7 @@ export declare const ResearchOutputTableAnswerSchema: z.ZodObject<{
|
|
|
524
1063
|
}, z.core.$strip>;
|
|
525
1064
|
comment: z.ZodOptional<z.ZodString>;
|
|
526
1065
|
}, z.core.$strip>, z.ZodObject<{
|
|
1066
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
527
1067
|
type: z.ZodLiteral<"metadataStandardSearch">;
|
|
528
1068
|
answer: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
529
1069
|
metadataStandardId: z.ZodDefault<z.ZodString>;
|
|
@@ -534,20 +1074,7 @@ export declare const ResearchOutputTableAnswerSchema: z.ZodObject<{
|
|
|
534
1074
|
}, z.core.$strip>;
|
|
535
1075
|
comment: z.ZodOptional<z.ZodString>;
|
|
536
1076
|
}, z.core.$strip>, z.ZodObject<{
|
|
537
|
-
|
|
538
|
-
answer: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
539
|
-
meta: z.ZodObject<{
|
|
540
|
-
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
541
|
-
}, z.core.$strip>;
|
|
542
|
-
comment: z.ZodOptional<z.ZodString>;
|
|
543
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
544
|
-
type: z.ZodLiteral<"number">;
|
|
545
|
-
answer: z.ZodDefault<z.ZodNumber>;
|
|
546
|
-
meta: z.ZodObject<{
|
|
547
|
-
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
548
|
-
}, z.core.$strip>;
|
|
549
|
-
comment: z.ZodOptional<z.ZodString>;
|
|
550
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
1077
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
551
1078
|
type: z.ZodLiteral<"numberWithContext">;
|
|
552
1079
|
answer: z.ZodObject<{
|
|
553
1080
|
value: z.ZodDefault<z.ZodNumber>;
|
|
@@ -558,6 +1085,7 @@ export declare const ResearchOutputTableAnswerSchema: z.ZodObject<{
|
|
|
558
1085
|
}, z.core.$strip>;
|
|
559
1086
|
comment: z.ZodOptional<z.ZodString>;
|
|
560
1087
|
}, z.core.$strip>, z.ZodObject<{
|
|
1088
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
561
1089
|
type: z.ZodLiteral<"radioButtons">;
|
|
562
1090
|
answer: z.ZodDefault<z.ZodString>;
|
|
563
1091
|
meta: z.ZodObject<{
|
|
@@ -565,6 +1093,7 @@ export declare const ResearchOutputTableAnswerSchema: z.ZodObject<{
|
|
|
565
1093
|
}, z.core.$strip>;
|
|
566
1094
|
comment: z.ZodOptional<z.ZodString>;
|
|
567
1095
|
}, z.core.$strip>, z.ZodObject<{
|
|
1096
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
568
1097
|
type: z.ZodLiteral<"repositorySearch">;
|
|
569
1098
|
answer: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
570
1099
|
repositoryId: z.ZodDefault<z.ZodString>;
|
|
@@ -575,6 +1104,7 @@ export declare const ResearchOutputTableAnswerSchema: z.ZodObject<{
|
|
|
575
1104
|
}, z.core.$strip>;
|
|
576
1105
|
comment: z.ZodOptional<z.ZodString>;
|
|
577
1106
|
}, z.core.$strip>, z.ZodObject<{
|
|
1107
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
578
1108
|
type: z.ZodLiteral<"selectBox">;
|
|
579
1109
|
answer: z.ZodDefault<z.ZodString>;
|
|
580
1110
|
meta: z.ZodObject<{
|
|
@@ -582,6 +1112,7 @@ export declare const ResearchOutputTableAnswerSchema: z.ZodObject<{
|
|
|
582
1112
|
}, z.core.$strip>;
|
|
583
1113
|
comment: z.ZodOptional<z.ZodString>;
|
|
584
1114
|
}, z.core.$strip>, z.ZodObject<{
|
|
1115
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
585
1116
|
type: z.ZodLiteral<"text">;
|
|
586
1117
|
answer: z.ZodDefault<z.ZodString>;
|
|
587
1118
|
meta: z.ZodObject<{
|
|
@@ -589,19 +1120,13 @@ export declare const ResearchOutputTableAnswerSchema: z.ZodObject<{
|
|
|
589
1120
|
}, z.core.$strip>;
|
|
590
1121
|
comment: z.ZodOptional<z.ZodString>;
|
|
591
1122
|
}, z.core.$strip>, z.ZodObject<{
|
|
1123
|
+
commonStandardId: z.ZodOptional<z.ZodString>;
|
|
592
1124
|
type: z.ZodLiteral<"textArea">;
|
|
593
1125
|
answer: z.ZodDefault<z.ZodString>;
|
|
594
1126
|
meta: z.ZodObject<{
|
|
595
1127
|
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
596
1128
|
}, z.core.$strip>;
|
|
597
1129
|
comment: z.ZodOptional<z.ZodString>;
|
|
598
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
599
|
-
type: z.ZodLiteral<"url">;
|
|
600
|
-
answer: z.ZodDefault<z.ZodString>;
|
|
601
|
-
meta: z.ZodObject<{
|
|
602
|
-
schemaVersion: z.ZodDefault<z.ZodString>;
|
|
603
|
-
}, z.core.$strip>;
|
|
604
|
-
comment: z.ZodOptional<z.ZodString>;
|
|
605
1130
|
}, z.core.$strip>], "type">>;
|
|
606
1131
|
}, z.core.$strip>>;
|
|
607
1132
|
meta: z.ZodObject<{
|
|
@@ -614,31 +1139,20 @@ export declare const DefaultResearchOutputTableAnswer: {
|
|
|
614
1139
|
columnHeadings: string[];
|
|
615
1140
|
answer: {
|
|
616
1141
|
columns: ({
|
|
617
|
-
type: "
|
|
618
|
-
answer: string;
|
|
619
|
-
meta: {
|
|
620
|
-
schemaVersion: string;
|
|
621
|
-
};
|
|
622
|
-
comment?: string | undefined;
|
|
623
|
-
} | {
|
|
624
|
-
type: "dateRange";
|
|
625
|
-
answer: {
|
|
626
|
-
start: string;
|
|
627
|
-
end: string;
|
|
628
|
-
};
|
|
1142
|
+
type: "checkBoxes";
|
|
1143
|
+
answer: string[];
|
|
629
1144
|
meta: {
|
|
630
1145
|
schemaVersion: string;
|
|
631
1146
|
};
|
|
1147
|
+
commonStandardId?: string | undefined;
|
|
632
1148
|
comment?: string | undefined;
|
|
633
1149
|
} | {
|
|
634
|
-
type: "
|
|
635
|
-
answer:
|
|
636
|
-
affiliationId: string;
|
|
637
|
-
affiliationName: string;
|
|
638
|
-
};
|
|
1150
|
+
type: "date";
|
|
1151
|
+
answer: string;
|
|
639
1152
|
meta: {
|
|
640
1153
|
schemaVersion: string;
|
|
641
1154
|
};
|
|
1155
|
+
commonStandardId?: string | undefined;
|
|
642
1156
|
comment?: string | undefined;
|
|
643
1157
|
} | {
|
|
644
1158
|
type: "licenseSearch";
|
|
@@ -649,6 +1163,7 @@ export declare const DefaultResearchOutputTableAnswer: {
|
|
|
649
1163
|
meta: {
|
|
650
1164
|
schemaVersion: string;
|
|
651
1165
|
};
|
|
1166
|
+
commonStandardId?: string | undefined;
|
|
652
1167
|
comment?: string | undefined;
|
|
653
1168
|
} | {
|
|
654
1169
|
type: "metadataStandardSearch";
|
|
@@ -659,30 +1174,18 @@ export declare const DefaultResearchOutputTableAnswer: {
|
|
|
659
1174
|
meta: {
|
|
660
1175
|
schemaVersion: string;
|
|
661
1176
|
};
|
|
1177
|
+
commonStandardId?: string | undefined;
|
|
662
1178
|
comment?: string | undefined;
|
|
663
1179
|
} | {
|
|
664
|
-
type: "
|
|
1180
|
+
type: "numberWithContext";
|
|
665
1181
|
answer: {
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
}[];
|
|
669
|
-
meta: {
|
|
670
|
-
schemaVersion: string;
|
|
671
|
-
};
|
|
672
|
-
comment?: string | undefined;
|
|
673
|
-
} | {
|
|
674
|
-
type: "boolean";
|
|
675
|
-
answer: boolean;
|
|
676
|
-
meta: {
|
|
677
|
-
schemaVersion: string;
|
|
1182
|
+
value: number;
|
|
1183
|
+
context: string;
|
|
678
1184
|
};
|
|
679
|
-
comment?: string | undefined;
|
|
680
|
-
} | {
|
|
681
|
-
type: "checkBoxes";
|
|
682
|
-
answer: string[];
|
|
683
1185
|
meta: {
|
|
684
1186
|
schemaVersion: string;
|
|
685
1187
|
};
|
|
1188
|
+
commonStandardId?: string | undefined;
|
|
686
1189
|
comment?: string | undefined;
|
|
687
1190
|
} | {
|
|
688
1191
|
type: "radioButtons";
|
|
@@ -690,51 +1193,26 @@ export declare const DefaultResearchOutputTableAnswer: {
|
|
|
690
1193
|
meta: {
|
|
691
1194
|
schemaVersion: string;
|
|
692
1195
|
};
|
|
1196
|
+
commonStandardId?: string | undefined;
|
|
693
1197
|
comment?: string | undefined;
|
|
694
1198
|
} | {
|
|
695
|
-
type: "
|
|
696
|
-
answer: string;
|
|
697
|
-
meta: {
|
|
698
|
-
schemaVersion: string;
|
|
699
|
-
};
|
|
700
|
-
comment?: string | undefined;
|
|
701
|
-
} | {
|
|
702
|
-
type: "multiselectBox";
|
|
703
|
-
answer: string[];
|
|
704
|
-
meta: {
|
|
705
|
-
schemaVersion: string;
|
|
706
|
-
};
|
|
707
|
-
comment?: string | undefined;
|
|
708
|
-
} | {
|
|
709
|
-
type: "currency";
|
|
710
|
-
answer: number;
|
|
711
|
-
meta: {
|
|
712
|
-
schemaVersion: string;
|
|
713
|
-
};
|
|
714
|
-
comment?: string | undefined;
|
|
715
|
-
} | {
|
|
716
|
-
type: "number";
|
|
717
|
-
answer: number;
|
|
718
|
-
meta: {
|
|
719
|
-
schemaVersion: string;
|
|
720
|
-
};
|
|
721
|
-
comment?: string | undefined;
|
|
722
|
-
} | {
|
|
723
|
-
type: "numberWithContext";
|
|
1199
|
+
type: "repositorySearch";
|
|
724
1200
|
answer: {
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
};
|
|
1201
|
+
repositoryId: string;
|
|
1202
|
+
repositoryName: string;
|
|
1203
|
+
}[];
|
|
728
1204
|
meta: {
|
|
729
1205
|
schemaVersion: string;
|
|
730
1206
|
};
|
|
1207
|
+
commonStandardId?: string | undefined;
|
|
731
1208
|
comment?: string | undefined;
|
|
732
1209
|
} | {
|
|
733
|
-
type: "
|
|
1210
|
+
type: "selectBox";
|
|
734
1211
|
answer: string;
|
|
735
1212
|
meta: {
|
|
736
1213
|
schemaVersion: string;
|
|
737
1214
|
};
|
|
1215
|
+
commonStandardId?: string | undefined;
|
|
738
1216
|
comment?: string | undefined;
|
|
739
1217
|
} | {
|
|
740
1218
|
type: "text";
|
|
@@ -742,6 +1220,7 @@ export declare const DefaultResearchOutputTableAnswer: {
|
|
|
742
1220
|
meta: {
|
|
743
1221
|
schemaVersion: string;
|
|
744
1222
|
};
|
|
1223
|
+
commonStandardId?: string | undefined;
|
|
745
1224
|
comment?: string | undefined;
|
|
746
1225
|
} | {
|
|
747
1226
|
type: "textArea";
|
|
@@ -749,13 +1228,7 @@ export declare const DefaultResearchOutputTableAnswer: {
|
|
|
749
1228
|
meta: {
|
|
750
1229
|
schemaVersion: string;
|
|
751
1230
|
};
|
|
752
|
-
|
|
753
|
-
} | {
|
|
754
|
-
type: "url";
|
|
755
|
-
answer: string;
|
|
756
|
-
meta: {
|
|
757
|
-
schemaVersion: string;
|
|
758
|
-
};
|
|
1231
|
+
commonStandardId?: string | undefined;
|
|
759
1232
|
comment?: string | undefined;
|
|
760
1233
|
})[];
|
|
761
1234
|
}[];
|
|
@@ -766,7 +1239,12 @@ export declare const DefaultResearchOutputTableAnswer: {
|
|
|
766
1239
|
};
|
|
767
1240
|
export type TableAnswerType = z.infer<typeof TableAnswerSchema>;
|
|
768
1241
|
export type ResearchOutputTableAnswerType = z.infer<typeof ResearchOutputTableAnswerSchema>;
|
|
1242
|
+
export type TableRowAnswerType = z.infer<typeof TableRowAnswerSchema>;
|
|
1243
|
+
export type ResearchOutputTableRowAnswerType = z.infer<typeof ResearchOutputTableRowAnswerSchema>;
|
|
769
1244
|
export type AnyTableColumnAnswerType = z.infer<typeof AnyTableColumnAnswerSchema>;
|
|
1245
|
+
export type AnyResearchOutputTableColumnAnswerType = z.infer<typeof AnyResearchOutputTableColumnAnswerSchema>;
|
|
770
1246
|
export declare const TableAnswerJSONSchema: z.core.JSONSchema.JSONSchema;
|
|
771
1247
|
export declare const ResearchOutputTableAnswerJSONSchema: z.core.JSONSchema.JSONSchema;
|
|
1248
|
+
export declare const TableRowAnswerJSONSchema: z.core.JSONSchema.JSONSchema;
|
|
1249
|
+
export declare const ResearchOutputTableRowAnswerJSONSchema: z.core.JSONSchema.JSONSchema;
|
|
772
1250
|
export declare const AnyTableColumnAnswerJSONSchema: z.core.JSONSchema.JSONSchema;
|