@proposit/shared 0.4.0 → 0.5.0
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/api-client/argument/batch.d.ts +446 -10
- package/dist/api-client/argument/batch.d.ts.map +1 -1
- package/dist/api-client/argument/claims.d.ts +1761 -17
- package/dist/api-client/argument/claims.d.ts.map +1 -1
- package/dist/api-client/argument/claims.js +5 -5
- package/dist/api-client/argument/claims.js.map +1 -1
- package/dist/api-client/argument/index.d.ts +1783 -49
- package/dist/api-client/argument/index.d.ts.map +1 -1
- package/dist/api-client/argument/logic/index.d.ts +46 -12
- package/dist/api-client/argument/logic/index.d.ts.map +1 -1
- package/dist/api-client/argument/logic/repair.d.ts +1 -4
- package/dist/api-client/argument/logic/repair.d.ts.map +1 -1
- package/dist/api-client/factory.d.ts +7 -7
- package/dist/api-client/factory.d.ts.map +1 -1
- package/dist/api-client/factory.js +7 -7
- package/dist/api-client/factory.js.map +1 -1
- package/dist/api-client/search.d.ts +4 -4
- package/dist/api-client/search.d.ts.map +1 -1
- package/dist/api-client/search.js +3 -3
- package/dist/api-client/search.js.map +1 -1
- package/dist/api-client/user/citations.d.ts +912 -0
- package/dist/api-client/user/citations.d.ts.map +1 -0
- package/dist/api-client/user/citations.js +9 -0
- package/dist/api-client/user/citations.js.map +1 -0
- package/dist/api-client/user/claims.d.ts +444 -10
- package/dist/api-client/user/claims.d.ts.map +1 -1
- package/dist/consts/user-tiers.js +7 -7
- package/dist/consts/user-tiers.js.map +1 -1
- package/dist/engine/derivation.d.ts +3 -0
- package/dist/engine/derivation.d.ts.map +1 -0
- package/dist/engine/derivation.js +2 -0
- package/dist/engine/derivation.js.map +1 -0
- package/dist/engine/engine.d.ts +16 -32
- package/dist/engine/engine.d.ts.map +1 -1
- package/dist/engine/engine.js +65 -84
- package/dist/engine/engine.js.map +1 -1
- package/dist/engine/library-adapters.d.ts +3 -7
- package/dist/engine/library-adapters.d.ts.map +1 -1
- package/dist/engine/library-adapters.js +16 -8
- package/dist/engine/library-adapters.js.map +1 -1
- package/dist/engine/mutations/premises.d.ts.map +1 -1
- package/dist/engine/mutations/premises.js +4 -1
- package/dist/engine/mutations/premises.js.map +1 -1
- package/dist/engine/optimistic/verification.d.ts.map +1 -1
- package/dist/engine/optimistic/verification.js +2 -2
- package/dist/engine/optimistic/verification.js.map +1 -1
- package/dist/schemas/api/argument/batch/change-edge-operator.d.ts +1 -4
- package/dist/schemas/api/argument/batch/change-edge-operator.d.ts.map +1 -1
- package/dist/schemas/api/argument/batch/create-expression-with-operator.d.ts +1 -4
- package/dist/schemas/api/argument/batch/create-expression-with-operator.d.ts.map +1 -1
- package/dist/schemas/api/argument/batch/provision.d.ts +444 -2
- package/dist/schemas/api/argument/batch/provision.d.ts.map +1 -1
- package/dist/schemas/api/argument/claims.d.ts +1330 -18
- package/dist/schemas/api/argument/claims.d.ts.map +1 -1
- package/dist/schemas/api/argument/claims.js +6 -6
- package/dist/schemas/api/argument/claims.js.map +1 -1
- package/dist/schemas/api/argument/index.d.ts +443 -17
- package/dist/schemas/api/argument/index.d.ts.map +1 -1
- package/dist/schemas/api/argument/index.js +3 -3
- package/dist/schemas/api/argument/index.js.map +1 -1
- package/dist/schemas/api/argument/logic.d.ts +11 -1
- package/dist/schemas/api/argument/logic.d.ts.map +1 -1
- package/dist/schemas/api/argument/repair.d.ts +1 -4
- package/dist/schemas/api/argument/repair.d.ts.map +1 -1
- package/dist/schemas/api/citations.d.ts +2280 -0
- package/dist/schemas/api/citations.d.ts.map +1 -0
- package/dist/schemas/api/{sources.js → citations.js} +8 -9
- package/dist/schemas/api/citations.js.map +1 -0
- package/dist/schemas/api/claims.d.ts +888 -20
- package/dist/schemas/api/claims.d.ts.map +1 -1
- package/dist/schemas/api/claims.js +0 -2
- package/dist/schemas/api/claims.js.map +1 -1
- package/dist/schemas/api/search.d.ts +10 -10
- package/dist/schemas/api/search.d.ts.map +1 -1
- package/dist/schemas/api/search.js +6 -6
- package/dist/schemas/api/search.js.map +1 -1
- package/dist/schemas/logic.d.ts +11 -1
- package/dist/schemas/logic.d.ts.map +1 -1
- package/dist/schemas/model/arguments.d.ts +1340 -32
- package/dist/schemas/model/arguments.d.ts.map +1 -1
- package/dist/schemas/model/arguments.js +4 -8
- package/dist/schemas/model/arguments.js.map +1 -1
- package/dist/schemas/model/citations.d.ts +15 -0
- package/dist/schemas/model/citations.d.ts.map +1 -0
- package/dist/schemas/model/citations.js +12 -0
- package/dist/schemas/model/citations.js.map +1 -0
- package/dist/schemas/model/claims.d.ts +872 -6
- package/dist/schemas/model/claims.d.ts.map +1 -1
- package/dist/schemas/model/claims.js +21 -10
- package/dist/schemas/model/claims.js.map +1 -1
- package/dist/schemas/model/forks.d.ts +2 -2
- package/dist/schemas/model/forks.d.ts.map +1 -1
- package/dist/schemas/model/forks.js +2 -2
- package/dist/schemas/model/forks.js.map +1 -1
- package/dist/schemas/model/index.d.ts +1 -1
- package/dist/schemas/model/index.d.ts.map +1 -1
- package/dist/schemas/model/index.js +1 -1
- package/dist/schemas/model/index.js.map +1 -1
- package/dist/schemas/model/users.d.ts +3 -3
- package/dist/schemas/model/users.d.ts.map +1 -1
- package/dist/schemas/model/users.js +2 -2
- package/dist/schemas/model/users.js.map +1 -1
- package/dist/schemas/review.d.ts +13 -13
- package/dist/schemas/review.d.ts.map +1 -1
- package/dist/schemas/review.js +2 -1
- package/dist/schemas/review.js.map +1 -1
- package/dist/schemas/snapshot.d.ts +1 -4
- package/dist/schemas/snapshot.d.ts.map +1 -1
- package/dist/schemas/snapshot.js +0 -5
- package/dist/schemas/snapshot.js.map +1 -1
- package/dist/utils/embedding-text.d.ts +1 -1
- package/dist/utils/embedding-text.d.ts.map +1 -1
- package/dist/utils/embedding-text.js +1 -1
- package/dist/utils/embedding-text.js.map +1 -1
- package/package.json +3 -3
- package/dist/api-client/user/sources.d.ts +0 -42
- package/dist/api-client/user/sources.d.ts.map +0 -1
- package/dist/api-client/user/sources.js +0 -9
- package/dist/api-client/user/sources.js.map +0 -1
- package/dist/schemas/api/sources.d.ts +0 -108
- package/dist/schemas/api/sources.d.ts.map +0 -1
- package/dist/schemas/api/sources.js.map +0 -1
- package/dist/schemas/model/sources.d.ts +0 -456
- package/dist/schemas/model/sources.d.ts.map +0 -1
- package/dist/schemas/model/sources.js +0 -27
- package/dist/schemas/model/sources.js.map +0 -1
|
@@ -290,9 +290,441 @@ export declare function getArgumentDiffImpl(config: TApiClientConfig, argumentId
|
|
|
290
290
|
claimForkId: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
291
291
|
creatorId: Type.TString;
|
|
292
292
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
293
|
-
|
|
293
|
+
kind: Type.TUnion<[Type.TUnion<[Type.TLiteral<"definition">, Type.TLiteral<"criterion">]>, Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"claim">]>]>;
|
|
294
|
+
type: Type.TUnion<[Type.TLiteral<"normal">, Type.TLiteral<"citation">]>;
|
|
294
295
|
parentId: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
295
296
|
titleContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
297
|
+
url: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
298
|
+
citation: Type.TOptional<Type.TUnion<[Type.TIntersect<[Type.TObject<{
|
|
299
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
300
|
+
}>, Type.TObject<{
|
|
301
|
+
type: Type.TLiteral<"Book">;
|
|
302
|
+
title: Type.TString;
|
|
303
|
+
year: Type.TString;
|
|
304
|
+
authors: Type.TArray<Type.TObject<{
|
|
305
|
+
givenNames: Type.TString;
|
|
306
|
+
familyName: Type.TString;
|
|
307
|
+
suffix: Type.TOptional<Type.TString>;
|
|
308
|
+
}>>;
|
|
309
|
+
edition: Type.TOptional<Type.TString>;
|
|
310
|
+
publisher: Type.TString;
|
|
311
|
+
location: Type.TOptional<Type.TString>;
|
|
312
|
+
isbn: Type.TOptional<Type.TString>;
|
|
313
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
314
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
315
|
+
}>, Type.TObject<{
|
|
316
|
+
type: Type.TLiteral<"Website">;
|
|
317
|
+
authors: Type.TArray<Type.TObject<{
|
|
318
|
+
givenNames: Type.TString;
|
|
319
|
+
familyName: Type.TString;
|
|
320
|
+
suffix: Type.TOptional<Type.TString>;
|
|
321
|
+
}>>;
|
|
322
|
+
pageTitle: Type.TString;
|
|
323
|
+
websiteTitle: Type.TString;
|
|
324
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
325
|
+
url: Type.TString;
|
|
326
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
327
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
328
|
+
}>, Type.TObject<{
|
|
329
|
+
type: Type.TLiteral<"BookChapter">;
|
|
330
|
+
chapterTitle: Type.TString;
|
|
331
|
+
year: Type.TString;
|
|
332
|
+
authors: Type.TArray<Type.TObject<{
|
|
333
|
+
givenNames: Type.TString;
|
|
334
|
+
familyName: Type.TString;
|
|
335
|
+
suffix: Type.TOptional<Type.TString>;
|
|
336
|
+
}>>;
|
|
337
|
+
bookTitle: Type.TString;
|
|
338
|
+
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
339
|
+
givenNames: Type.TString;
|
|
340
|
+
familyName: Type.TString;
|
|
341
|
+
suffix: Type.TOptional<Type.TString>;
|
|
342
|
+
}>>>;
|
|
343
|
+
publisher: Type.TString;
|
|
344
|
+
location: Type.TString;
|
|
345
|
+
pages: Type.TOptional<Type.TString>;
|
|
346
|
+
isbn: Type.TOptional<Type.TString>;
|
|
347
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
348
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
349
|
+
}>, Type.TObject<{
|
|
350
|
+
type: Type.TLiteral<"Handbook">;
|
|
351
|
+
title: Type.TString;
|
|
352
|
+
year: Type.TString;
|
|
353
|
+
publisher: Type.TString;
|
|
354
|
+
edition: Type.TOptional<Type.TString>;
|
|
355
|
+
location: Type.TString;
|
|
356
|
+
isbn: Type.TOptional<Type.TString>;
|
|
357
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
358
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
359
|
+
}>, Type.TObject<{
|
|
360
|
+
type: Type.TLiteral<"TechnicalReport">;
|
|
361
|
+
title: Type.TString;
|
|
362
|
+
year: Type.TString;
|
|
363
|
+
authors: Type.TArray<Type.TObject<{
|
|
364
|
+
givenNames: Type.TString;
|
|
365
|
+
familyName: Type.TString;
|
|
366
|
+
suffix: Type.TOptional<Type.TString>;
|
|
367
|
+
}>>;
|
|
368
|
+
reportNumber: Type.TString;
|
|
369
|
+
institution: Type.TString;
|
|
370
|
+
location: Type.TString;
|
|
371
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
372
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
373
|
+
}>, Type.TObject<{
|
|
374
|
+
type: Type.TLiteral<"Standard">;
|
|
375
|
+
organization: Type.TString;
|
|
376
|
+
standardNumber: Type.TString;
|
|
377
|
+
title: Type.TString;
|
|
378
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
379
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
380
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
381
|
+
}>, Type.TObject<{
|
|
382
|
+
type: Type.TLiteral<"Thesis">;
|
|
383
|
+
title: Type.TString;
|
|
384
|
+
year: Type.TString;
|
|
385
|
+
authors: Type.TArray<Type.TObject<{
|
|
386
|
+
givenNames: Type.TString;
|
|
387
|
+
familyName: Type.TString;
|
|
388
|
+
suffix: Type.TOptional<Type.TString>;
|
|
389
|
+
}>>;
|
|
390
|
+
degree: Type.TString;
|
|
391
|
+
institution: Type.TString;
|
|
392
|
+
location: Type.TString;
|
|
393
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
394
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
395
|
+
}>, Type.TObject<{
|
|
396
|
+
type: Type.TLiteral<"Patent">;
|
|
397
|
+
title: Type.TString;
|
|
398
|
+
inventors: Type.TArray<Type.TObject<{
|
|
399
|
+
givenNames: Type.TString;
|
|
400
|
+
familyName: Type.TString;
|
|
401
|
+
suffix: Type.TOptional<Type.TString>;
|
|
402
|
+
}>>;
|
|
403
|
+
country: Type.TString;
|
|
404
|
+
patentNumber: Type.TString;
|
|
405
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
406
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
407
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
408
|
+
}>, Type.TObject<{
|
|
409
|
+
type: Type.TLiteral<"Dictionary">;
|
|
410
|
+
title: Type.TString;
|
|
411
|
+
year: Type.TString;
|
|
412
|
+
publisher: Type.TString;
|
|
413
|
+
edition: Type.TOptional<Type.TString>;
|
|
414
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
415
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
416
|
+
}>, Type.TObject<{
|
|
417
|
+
type: Type.TLiteral<"Encyclopedia">;
|
|
418
|
+
title: Type.TString;
|
|
419
|
+
year: Type.TString;
|
|
420
|
+
publisher: Type.TString;
|
|
421
|
+
edition: Type.TOptional<Type.TString>;
|
|
422
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
423
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
424
|
+
}>, Type.TObject<{
|
|
425
|
+
type: Type.TLiteral<"JournalArticle">;
|
|
426
|
+
title: Type.TString;
|
|
427
|
+
year: Type.TString;
|
|
428
|
+
authors: Type.TArray<Type.TObject<{
|
|
429
|
+
givenNames: Type.TString;
|
|
430
|
+
familyName: Type.TString;
|
|
431
|
+
suffix: Type.TOptional<Type.TString>;
|
|
432
|
+
}>>;
|
|
433
|
+
journalTitle: Type.TString;
|
|
434
|
+
volume: Type.TOptional<Type.TString>;
|
|
435
|
+
issue: Type.TOptional<Type.TString>;
|
|
436
|
+
pages: Type.TOptional<Type.TString>;
|
|
437
|
+
doi: Type.TOptional<Type.TString>;
|
|
438
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
439
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
440
|
+
}>, Type.TObject<{
|
|
441
|
+
type: Type.TLiteral<"MagazineArticle">;
|
|
442
|
+
title: Type.TString;
|
|
443
|
+
year: Type.TString;
|
|
444
|
+
authors: Type.TArray<Type.TObject<{
|
|
445
|
+
givenNames: Type.TString;
|
|
446
|
+
familyName: Type.TString;
|
|
447
|
+
suffix: Type.TOptional<Type.TString>;
|
|
448
|
+
}>>;
|
|
449
|
+
magazineTitle: Type.TString;
|
|
450
|
+
volume: Type.TOptional<Type.TString>;
|
|
451
|
+
issue: Type.TOptional<Type.TString>;
|
|
452
|
+
pages: Type.TOptional<Type.TString>;
|
|
453
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
454
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
455
|
+
}>, Type.TObject<{
|
|
456
|
+
type: Type.TLiteral<"NewspaperArticle">;
|
|
457
|
+
title: Type.TString;
|
|
458
|
+
authors: Type.TArray<Type.TObject<{
|
|
459
|
+
givenNames: Type.TString;
|
|
460
|
+
familyName: Type.TString;
|
|
461
|
+
suffix: Type.TOptional<Type.TString>;
|
|
462
|
+
}>>;
|
|
463
|
+
newspaperTitle: Type.TString;
|
|
464
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
465
|
+
pages: Type.TOptional<Type.TString>;
|
|
466
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
467
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
468
|
+
}>, Type.TObject<{
|
|
469
|
+
type: Type.TLiteral<"ConferencePaper">;
|
|
470
|
+
title: Type.TString;
|
|
471
|
+
authors: Type.TArray<Type.TObject<{
|
|
472
|
+
givenNames: Type.TString;
|
|
473
|
+
familyName: Type.TString;
|
|
474
|
+
suffix: Type.TOptional<Type.TString>;
|
|
475
|
+
}>>;
|
|
476
|
+
conferenceName: Type.TString;
|
|
477
|
+
location: Type.TString;
|
|
478
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
479
|
+
pages: Type.TOptional<Type.TString>;
|
|
480
|
+
doi: Type.TOptional<Type.TString>;
|
|
481
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
482
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
483
|
+
}>, Type.TObject<{
|
|
484
|
+
type: Type.TLiteral<"ConferenceProceedings">;
|
|
485
|
+
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
486
|
+
givenNames: Type.TString;
|
|
487
|
+
familyName: Type.TString;
|
|
488
|
+
suffix: Type.TOptional<Type.TString>;
|
|
489
|
+
}>>>;
|
|
490
|
+
conferenceName: Type.TString;
|
|
491
|
+
location: Type.TString;
|
|
492
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
493
|
+
publisher: Type.TString;
|
|
494
|
+
isbn: Type.TOptional<Type.TString>;
|
|
495
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
496
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
497
|
+
}>, Type.TObject<{
|
|
498
|
+
type: Type.TLiteral<"Dataset">;
|
|
499
|
+
title: Type.TString;
|
|
500
|
+
year: Type.TString;
|
|
501
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
502
|
+
givenNames: Type.TString;
|
|
503
|
+
familyName: Type.TString;
|
|
504
|
+
suffix: Type.TOptional<Type.TString>;
|
|
505
|
+
}>>>;
|
|
506
|
+
repository: Type.TString;
|
|
507
|
+
version: Type.TOptional<Type.TString>;
|
|
508
|
+
doi: Type.TOptional<Type.TString>;
|
|
509
|
+
url: Type.TString;
|
|
510
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
511
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
512
|
+
}>, Type.TObject<{
|
|
513
|
+
type: Type.TLiteral<"Software">;
|
|
514
|
+
title: Type.TString;
|
|
515
|
+
year: Type.TString;
|
|
516
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
517
|
+
givenNames: Type.TString;
|
|
518
|
+
familyName: Type.TString;
|
|
519
|
+
suffix: Type.TOptional<Type.TString>;
|
|
520
|
+
}>>>;
|
|
521
|
+
version: Type.TOptional<Type.TString>;
|
|
522
|
+
publisher: Type.TOptional<Type.TString>;
|
|
523
|
+
doi: Type.TOptional<Type.TString>;
|
|
524
|
+
url: Type.TString;
|
|
525
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
526
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
527
|
+
}>, Type.TObject<{
|
|
528
|
+
type: Type.TLiteral<"OnlineDocument">;
|
|
529
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
530
|
+
givenNames: Type.TString;
|
|
531
|
+
familyName: Type.TString;
|
|
532
|
+
suffix: Type.TOptional<Type.TString>;
|
|
533
|
+
}>>>;
|
|
534
|
+
title: Type.TString;
|
|
535
|
+
publisher: Type.TOptional<Type.TString>;
|
|
536
|
+
url: Type.TString;
|
|
537
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
538
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
539
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
540
|
+
}>, Type.TObject<{
|
|
541
|
+
type: Type.TLiteral<"Blog">;
|
|
542
|
+
author: Type.TObject<{
|
|
543
|
+
givenNames: Type.TString;
|
|
544
|
+
familyName: Type.TString;
|
|
545
|
+
suffix: Type.TOptional<Type.TString>;
|
|
546
|
+
}>;
|
|
547
|
+
postTitle: Type.TString;
|
|
548
|
+
blogName: Type.TString;
|
|
549
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
550
|
+
url: Type.TString;
|
|
551
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
552
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
553
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
554
|
+
}>, Type.TObject<{
|
|
555
|
+
type: Type.TLiteral<"SocialMedia">;
|
|
556
|
+
author: Type.TObject<{
|
|
557
|
+
givenNames: Type.TString;
|
|
558
|
+
familyName: Type.TString;
|
|
559
|
+
suffix: Type.TOptional<Type.TString>;
|
|
560
|
+
}>;
|
|
561
|
+
platform: Type.TString;
|
|
562
|
+
postDate: import("@proposit/proposit-core").TDateType;
|
|
563
|
+
url: Type.TString;
|
|
564
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
565
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
566
|
+
}>, Type.TObject<{
|
|
567
|
+
type: Type.TLiteral<"Preprint">;
|
|
568
|
+
title: Type.TString;
|
|
569
|
+
year: Type.TString;
|
|
570
|
+
authors: Type.TArray<Type.TObject<{
|
|
571
|
+
givenNames: Type.TString;
|
|
572
|
+
familyName: Type.TString;
|
|
573
|
+
suffix: Type.TOptional<Type.TString>;
|
|
574
|
+
}>>;
|
|
575
|
+
server: Type.TString;
|
|
576
|
+
doi: Type.TOptional<Type.TString>;
|
|
577
|
+
url: Type.TString;
|
|
578
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
579
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
580
|
+
}>, Type.TObject<{
|
|
581
|
+
type: Type.TLiteral<"Video">;
|
|
582
|
+
title: Type.TString;
|
|
583
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
584
|
+
givenNames: Type.TString;
|
|
585
|
+
familyName: Type.TString;
|
|
586
|
+
suffix: Type.TOptional<Type.TString>;
|
|
587
|
+
}>>>;
|
|
588
|
+
releaseDate: Type.TOptional<import("@proposit/proposit-core").TDateType>;
|
|
589
|
+
platform: Type.TString;
|
|
590
|
+
url: Type.TString;
|
|
591
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
592
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
593
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
594
|
+
}>, Type.TObject<{
|
|
595
|
+
type: Type.TLiteral<"Podcast">;
|
|
596
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
597
|
+
givenNames: Type.TString;
|
|
598
|
+
familyName: Type.TString;
|
|
599
|
+
suffix: Type.TOptional<Type.TString>;
|
|
600
|
+
}>>>;
|
|
601
|
+
episodeTitle: Type.TString;
|
|
602
|
+
seriesTitle: Type.TString;
|
|
603
|
+
platform: Type.TString;
|
|
604
|
+
url: Type.TString;
|
|
605
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
606
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
607
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
608
|
+
}>, Type.TObject<{
|
|
609
|
+
type: Type.TLiteral<"Course">;
|
|
610
|
+
title: Type.TString;
|
|
611
|
+
year: Type.TString;
|
|
612
|
+
instructor: Type.TObject<{
|
|
613
|
+
givenNames: Type.TString;
|
|
614
|
+
familyName: Type.TString;
|
|
615
|
+
suffix: Type.TOptional<Type.TString>;
|
|
616
|
+
}>;
|
|
617
|
+
institution: Type.TString;
|
|
618
|
+
courseCode: Type.TOptional<Type.TString>;
|
|
619
|
+
term: Type.TString;
|
|
620
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
621
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
622
|
+
}>, Type.TObject<{
|
|
623
|
+
type: Type.TLiteral<"Presentation">;
|
|
624
|
+
title: Type.TString;
|
|
625
|
+
presenter: Type.TObject<{
|
|
626
|
+
givenNames: Type.TString;
|
|
627
|
+
familyName: Type.TString;
|
|
628
|
+
suffix: Type.TOptional<Type.TString>;
|
|
629
|
+
}>;
|
|
630
|
+
eventTitle: Type.TString;
|
|
631
|
+
location: Type.TString;
|
|
632
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
633
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
634
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
635
|
+
}>, Type.TObject<{
|
|
636
|
+
type: Type.TLiteral<"Interview">;
|
|
637
|
+
interviewee: Type.TObject<{
|
|
638
|
+
givenNames: Type.TString;
|
|
639
|
+
familyName: Type.TString;
|
|
640
|
+
suffix: Type.TOptional<Type.TString>;
|
|
641
|
+
}>;
|
|
642
|
+
interviewer: Type.TOptional<Type.TObject<{
|
|
643
|
+
givenNames: Type.TString;
|
|
644
|
+
familyName: Type.TString;
|
|
645
|
+
suffix: Type.TOptional<Type.TString>;
|
|
646
|
+
}>>;
|
|
647
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
648
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
649
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
650
|
+
}>, Type.TObject<{
|
|
651
|
+
type: Type.TLiteral<"PersonalCommunication">;
|
|
652
|
+
person: Type.TObject<{
|
|
653
|
+
givenNames: Type.TString;
|
|
654
|
+
familyName: Type.TString;
|
|
655
|
+
suffix: Type.TOptional<Type.TString>;
|
|
656
|
+
}>;
|
|
657
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
658
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
659
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
660
|
+
}>, Type.TObject<{
|
|
661
|
+
type: Type.TLiteral<"Email">;
|
|
662
|
+
sender: Type.TObject<{
|
|
663
|
+
givenNames: Type.TString;
|
|
664
|
+
familyName: Type.TString;
|
|
665
|
+
suffix: Type.TOptional<Type.TString>;
|
|
666
|
+
}>;
|
|
667
|
+
recipient: Type.TObject<{
|
|
668
|
+
givenNames: Type.TString;
|
|
669
|
+
familyName: Type.TString;
|
|
670
|
+
suffix: Type.TOptional<Type.TString>;
|
|
671
|
+
}>;
|
|
672
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
673
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
674
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
675
|
+
}>, Type.TObject<{
|
|
676
|
+
type: Type.TLiteral<"Law">;
|
|
677
|
+
title: Type.TString;
|
|
678
|
+
jurisdiction: Type.TString;
|
|
679
|
+
dateEnacted: import("@proposit/proposit-core").TDateType;
|
|
680
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
681
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
682
|
+
}>, Type.TObject<{
|
|
683
|
+
type: Type.TLiteral<"CourtCase">;
|
|
684
|
+
caseName: Type.TString;
|
|
685
|
+
court: Type.TString;
|
|
686
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
687
|
+
reporter: Type.TOptional<Type.TString>;
|
|
688
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
689
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
690
|
+
}>, Type.TObject<{
|
|
691
|
+
type: Type.TLiteral<"GovernmentPublication">;
|
|
692
|
+
title: Type.TString;
|
|
693
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
694
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
695
|
+
givenNames: Type.TString;
|
|
696
|
+
familyName: Type.TString;
|
|
697
|
+
suffix: Type.TOptional<Type.TString>;
|
|
698
|
+
}>>>;
|
|
699
|
+
agency: Type.TString;
|
|
700
|
+
reportNumber: Type.TOptional<Type.TString>;
|
|
701
|
+
location: Type.TString;
|
|
702
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
703
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
704
|
+
}>, Type.TObject<{
|
|
705
|
+
type: Type.TLiteral<"Datasheet">;
|
|
706
|
+
title: Type.TString;
|
|
707
|
+
year: Type.TString;
|
|
708
|
+
manufacturer: Type.TString;
|
|
709
|
+
partNumber: Type.TString;
|
|
710
|
+
url: Type.TString;
|
|
711
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
712
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
713
|
+
}>, Type.TObject<{
|
|
714
|
+
type: Type.TLiteral<"ProductManual">;
|
|
715
|
+
title: Type.TString;
|
|
716
|
+
year: Type.TString;
|
|
717
|
+
manufacturer: Type.TString;
|
|
718
|
+
model: Type.TString;
|
|
719
|
+
url: Type.TOptional<Type.TString>;
|
|
720
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
721
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
722
|
+
}>, Type.TObject<{
|
|
723
|
+
type: Type.TLiteral<"UnparsedURL">;
|
|
724
|
+
url: Type.TString;
|
|
725
|
+
text: Type.TOptional<Type.TString>;
|
|
726
|
+
}>]>]>>;
|
|
727
|
+
citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
296
728
|
}>>;
|
|
297
729
|
removed: Type.TArray<Type.TObject<{
|
|
298
730
|
title: Type.TString;
|
|
@@ -304,9 +736,441 @@ export declare function getArgumentDiffImpl(config: TApiClientConfig, argumentId
|
|
|
304
736
|
claimForkId: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
305
737
|
creatorId: Type.TString;
|
|
306
738
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
307
|
-
|
|
739
|
+
kind: Type.TUnion<[Type.TUnion<[Type.TLiteral<"definition">, Type.TLiteral<"criterion">]>, Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"claim">]>]>;
|
|
740
|
+
type: Type.TUnion<[Type.TLiteral<"normal">, Type.TLiteral<"citation">]>;
|
|
308
741
|
parentId: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
309
742
|
titleContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
743
|
+
url: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
744
|
+
citation: Type.TOptional<Type.TUnion<[Type.TIntersect<[Type.TObject<{
|
|
745
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
746
|
+
}>, Type.TObject<{
|
|
747
|
+
type: Type.TLiteral<"Book">;
|
|
748
|
+
title: Type.TString;
|
|
749
|
+
year: Type.TString;
|
|
750
|
+
authors: Type.TArray<Type.TObject<{
|
|
751
|
+
givenNames: Type.TString;
|
|
752
|
+
familyName: Type.TString;
|
|
753
|
+
suffix: Type.TOptional<Type.TString>;
|
|
754
|
+
}>>;
|
|
755
|
+
edition: Type.TOptional<Type.TString>;
|
|
756
|
+
publisher: Type.TString;
|
|
757
|
+
location: Type.TOptional<Type.TString>;
|
|
758
|
+
isbn: Type.TOptional<Type.TString>;
|
|
759
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
760
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
761
|
+
}>, Type.TObject<{
|
|
762
|
+
type: Type.TLiteral<"Website">;
|
|
763
|
+
authors: Type.TArray<Type.TObject<{
|
|
764
|
+
givenNames: Type.TString;
|
|
765
|
+
familyName: Type.TString;
|
|
766
|
+
suffix: Type.TOptional<Type.TString>;
|
|
767
|
+
}>>;
|
|
768
|
+
pageTitle: Type.TString;
|
|
769
|
+
websiteTitle: Type.TString;
|
|
770
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
771
|
+
url: Type.TString;
|
|
772
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
773
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
774
|
+
}>, Type.TObject<{
|
|
775
|
+
type: Type.TLiteral<"BookChapter">;
|
|
776
|
+
chapterTitle: Type.TString;
|
|
777
|
+
year: Type.TString;
|
|
778
|
+
authors: Type.TArray<Type.TObject<{
|
|
779
|
+
givenNames: Type.TString;
|
|
780
|
+
familyName: Type.TString;
|
|
781
|
+
suffix: Type.TOptional<Type.TString>;
|
|
782
|
+
}>>;
|
|
783
|
+
bookTitle: Type.TString;
|
|
784
|
+
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
785
|
+
givenNames: Type.TString;
|
|
786
|
+
familyName: Type.TString;
|
|
787
|
+
suffix: Type.TOptional<Type.TString>;
|
|
788
|
+
}>>>;
|
|
789
|
+
publisher: Type.TString;
|
|
790
|
+
location: Type.TString;
|
|
791
|
+
pages: Type.TOptional<Type.TString>;
|
|
792
|
+
isbn: Type.TOptional<Type.TString>;
|
|
793
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
794
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
795
|
+
}>, Type.TObject<{
|
|
796
|
+
type: Type.TLiteral<"Handbook">;
|
|
797
|
+
title: Type.TString;
|
|
798
|
+
year: Type.TString;
|
|
799
|
+
publisher: Type.TString;
|
|
800
|
+
edition: Type.TOptional<Type.TString>;
|
|
801
|
+
location: Type.TString;
|
|
802
|
+
isbn: Type.TOptional<Type.TString>;
|
|
803
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
804
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
805
|
+
}>, Type.TObject<{
|
|
806
|
+
type: Type.TLiteral<"TechnicalReport">;
|
|
807
|
+
title: Type.TString;
|
|
808
|
+
year: Type.TString;
|
|
809
|
+
authors: Type.TArray<Type.TObject<{
|
|
810
|
+
givenNames: Type.TString;
|
|
811
|
+
familyName: Type.TString;
|
|
812
|
+
suffix: Type.TOptional<Type.TString>;
|
|
813
|
+
}>>;
|
|
814
|
+
reportNumber: Type.TString;
|
|
815
|
+
institution: Type.TString;
|
|
816
|
+
location: Type.TString;
|
|
817
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
818
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
819
|
+
}>, Type.TObject<{
|
|
820
|
+
type: Type.TLiteral<"Standard">;
|
|
821
|
+
organization: Type.TString;
|
|
822
|
+
standardNumber: Type.TString;
|
|
823
|
+
title: Type.TString;
|
|
824
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
825
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
826
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
827
|
+
}>, Type.TObject<{
|
|
828
|
+
type: Type.TLiteral<"Thesis">;
|
|
829
|
+
title: Type.TString;
|
|
830
|
+
year: Type.TString;
|
|
831
|
+
authors: Type.TArray<Type.TObject<{
|
|
832
|
+
givenNames: Type.TString;
|
|
833
|
+
familyName: Type.TString;
|
|
834
|
+
suffix: Type.TOptional<Type.TString>;
|
|
835
|
+
}>>;
|
|
836
|
+
degree: Type.TString;
|
|
837
|
+
institution: Type.TString;
|
|
838
|
+
location: Type.TString;
|
|
839
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
840
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
841
|
+
}>, Type.TObject<{
|
|
842
|
+
type: Type.TLiteral<"Patent">;
|
|
843
|
+
title: Type.TString;
|
|
844
|
+
inventors: Type.TArray<Type.TObject<{
|
|
845
|
+
givenNames: Type.TString;
|
|
846
|
+
familyName: Type.TString;
|
|
847
|
+
suffix: Type.TOptional<Type.TString>;
|
|
848
|
+
}>>;
|
|
849
|
+
country: Type.TString;
|
|
850
|
+
patentNumber: Type.TString;
|
|
851
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
852
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
853
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
854
|
+
}>, Type.TObject<{
|
|
855
|
+
type: Type.TLiteral<"Dictionary">;
|
|
856
|
+
title: Type.TString;
|
|
857
|
+
year: Type.TString;
|
|
858
|
+
publisher: Type.TString;
|
|
859
|
+
edition: Type.TOptional<Type.TString>;
|
|
860
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
861
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
862
|
+
}>, Type.TObject<{
|
|
863
|
+
type: Type.TLiteral<"Encyclopedia">;
|
|
864
|
+
title: Type.TString;
|
|
865
|
+
year: Type.TString;
|
|
866
|
+
publisher: Type.TString;
|
|
867
|
+
edition: Type.TOptional<Type.TString>;
|
|
868
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
869
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
870
|
+
}>, Type.TObject<{
|
|
871
|
+
type: Type.TLiteral<"JournalArticle">;
|
|
872
|
+
title: Type.TString;
|
|
873
|
+
year: Type.TString;
|
|
874
|
+
authors: Type.TArray<Type.TObject<{
|
|
875
|
+
givenNames: Type.TString;
|
|
876
|
+
familyName: Type.TString;
|
|
877
|
+
suffix: Type.TOptional<Type.TString>;
|
|
878
|
+
}>>;
|
|
879
|
+
journalTitle: Type.TString;
|
|
880
|
+
volume: Type.TOptional<Type.TString>;
|
|
881
|
+
issue: Type.TOptional<Type.TString>;
|
|
882
|
+
pages: Type.TOptional<Type.TString>;
|
|
883
|
+
doi: Type.TOptional<Type.TString>;
|
|
884
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
885
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
886
|
+
}>, Type.TObject<{
|
|
887
|
+
type: Type.TLiteral<"MagazineArticle">;
|
|
888
|
+
title: Type.TString;
|
|
889
|
+
year: Type.TString;
|
|
890
|
+
authors: Type.TArray<Type.TObject<{
|
|
891
|
+
givenNames: Type.TString;
|
|
892
|
+
familyName: Type.TString;
|
|
893
|
+
suffix: Type.TOptional<Type.TString>;
|
|
894
|
+
}>>;
|
|
895
|
+
magazineTitle: Type.TString;
|
|
896
|
+
volume: Type.TOptional<Type.TString>;
|
|
897
|
+
issue: Type.TOptional<Type.TString>;
|
|
898
|
+
pages: Type.TOptional<Type.TString>;
|
|
899
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
900
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
901
|
+
}>, Type.TObject<{
|
|
902
|
+
type: Type.TLiteral<"NewspaperArticle">;
|
|
903
|
+
title: Type.TString;
|
|
904
|
+
authors: Type.TArray<Type.TObject<{
|
|
905
|
+
givenNames: Type.TString;
|
|
906
|
+
familyName: Type.TString;
|
|
907
|
+
suffix: Type.TOptional<Type.TString>;
|
|
908
|
+
}>>;
|
|
909
|
+
newspaperTitle: Type.TString;
|
|
910
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
911
|
+
pages: Type.TOptional<Type.TString>;
|
|
912
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
913
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
914
|
+
}>, Type.TObject<{
|
|
915
|
+
type: Type.TLiteral<"ConferencePaper">;
|
|
916
|
+
title: Type.TString;
|
|
917
|
+
authors: Type.TArray<Type.TObject<{
|
|
918
|
+
givenNames: Type.TString;
|
|
919
|
+
familyName: Type.TString;
|
|
920
|
+
suffix: Type.TOptional<Type.TString>;
|
|
921
|
+
}>>;
|
|
922
|
+
conferenceName: Type.TString;
|
|
923
|
+
location: Type.TString;
|
|
924
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
925
|
+
pages: Type.TOptional<Type.TString>;
|
|
926
|
+
doi: Type.TOptional<Type.TString>;
|
|
927
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
928
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
929
|
+
}>, Type.TObject<{
|
|
930
|
+
type: Type.TLiteral<"ConferenceProceedings">;
|
|
931
|
+
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
932
|
+
givenNames: Type.TString;
|
|
933
|
+
familyName: Type.TString;
|
|
934
|
+
suffix: Type.TOptional<Type.TString>;
|
|
935
|
+
}>>>;
|
|
936
|
+
conferenceName: Type.TString;
|
|
937
|
+
location: Type.TString;
|
|
938
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
939
|
+
publisher: Type.TString;
|
|
940
|
+
isbn: Type.TOptional<Type.TString>;
|
|
941
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
942
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
943
|
+
}>, Type.TObject<{
|
|
944
|
+
type: Type.TLiteral<"Dataset">;
|
|
945
|
+
title: Type.TString;
|
|
946
|
+
year: Type.TString;
|
|
947
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
948
|
+
givenNames: Type.TString;
|
|
949
|
+
familyName: Type.TString;
|
|
950
|
+
suffix: Type.TOptional<Type.TString>;
|
|
951
|
+
}>>>;
|
|
952
|
+
repository: Type.TString;
|
|
953
|
+
version: Type.TOptional<Type.TString>;
|
|
954
|
+
doi: Type.TOptional<Type.TString>;
|
|
955
|
+
url: Type.TString;
|
|
956
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
957
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
958
|
+
}>, Type.TObject<{
|
|
959
|
+
type: Type.TLiteral<"Software">;
|
|
960
|
+
title: Type.TString;
|
|
961
|
+
year: Type.TString;
|
|
962
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
963
|
+
givenNames: Type.TString;
|
|
964
|
+
familyName: Type.TString;
|
|
965
|
+
suffix: Type.TOptional<Type.TString>;
|
|
966
|
+
}>>>;
|
|
967
|
+
version: Type.TOptional<Type.TString>;
|
|
968
|
+
publisher: Type.TOptional<Type.TString>;
|
|
969
|
+
doi: Type.TOptional<Type.TString>;
|
|
970
|
+
url: Type.TString;
|
|
971
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
972
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
973
|
+
}>, Type.TObject<{
|
|
974
|
+
type: Type.TLiteral<"OnlineDocument">;
|
|
975
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
976
|
+
givenNames: Type.TString;
|
|
977
|
+
familyName: Type.TString;
|
|
978
|
+
suffix: Type.TOptional<Type.TString>;
|
|
979
|
+
}>>>;
|
|
980
|
+
title: Type.TString;
|
|
981
|
+
publisher: Type.TOptional<Type.TString>;
|
|
982
|
+
url: Type.TString;
|
|
983
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
984
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
985
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
986
|
+
}>, Type.TObject<{
|
|
987
|
+
type: Type.TLiteral<"Blog">;
|
|
988
|
+
author: Type.TObject<{
|
|
989
|
+
givenNames: Type.TString;
|
|
990
|
+
familyName: Type.TString;
|
|
991
|
+
suffix: Type.TOptional<Type.TString>;
|
|
992
|
+
}>;
|
|
993
|
+
postTitle: Type.TString;
|
|
994
|
+
blogName: Type.TString;
|
|
995
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
996
|
+
url: Type.TString;
|
|
997
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
998
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
999
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1000
|
+
}>, Type.TObject<{
|
|
1001
|
+
type: Type.TLiteral<"SocialMedia">;
|
|
1002
|
+
author: Type.TObject<{
|
|
1003
|
+
givenNames: Type.TString;
|
|
1004
|
+
familyName: Type.TString;
|
|
1005
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1006
|
+
}>;
|
|
1007
|
+
platform: Type.TString;
|
|
1008
|
+
postDate: import("@proposit/proposit-core").TDateType;
|
|
1009
|
+
url: Type.TString;
|
|
1010
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1011
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1012
|
+
}>, Type.TObject<{
|
|
1013
|
+
type: Type.TLiteral<"Preprint">;
|
|
1014
|
+
title: Type.TString;
|
|
1015
|
+
year: Type.TString;
|
|
1016
|
+
authors: Type.TArray<Type.TObject<{
|
|
1017
|
+
givenNames: Type.TString;
|
|
1018
|
+
familyName: Type.TString;
|
|
1019
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1020
|
+
}>>;
|
|
1021
|
+
server: Type.TString;
|
|
1022
|
+
doi: Type.TOptional<Type.TString>;
|
|
1023
|
+
url: Type.TString;
|
|
1024
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1025
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1026
|
+
}>, Type.TObject<{
|
|
1027
|
+
type: Type.TLiteral<"Video">;
|
|
1028
|
+
title: Type.TString;
|
|
1029
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1030
|
+
givenNames: Type.TString;
|
|
1031
|
+
familyName: Type.TString;
|
|
1032
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1033
|
+
}>>>;
|
|
1034
|
+
releaseDate: Type.TOptional<import("@proposit/proposit-core").TDateType>;
|
|
1035
|
+
platform: Type.TString;
|
|
1036
|
+
url: Type.TString;
|
|
1037
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
1038
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1039
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1040
|
+
}>, Type.TObject<{
|
|
1041
|
+
type: Type.TLiteral<"Podcast">;
|
|
1042
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1043
|
+
givenNames: Type.TString;
|
|
1044
|
+
familyName: Type.TString;
|
|
1045
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1046
|
+
}>>>;
|
|
1047
|
+
episodeTitle: Type.TString;
|
|
1048
|
+
seriesTitle: Type.TString;
|
|
1049
|
+
platform: Type.TString;
|
|
1050
|
+
url: Type.TString;
|
|
1051
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
1052
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1053
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1054
|
+
}>, Type.TObject<{
|
|
1055
|
+
type: Type.TLiteral<"Course">;
|
|
1056
|
+
title: Type.TString;
|
|
1057
|
+
year: Type.TString;
|
|
1058
|
+
instructor: Type.TObject<{
|
|
1059
|
+
givenNames: Type.TString;
|
|
1060
|
+
familyName: Type.TString;
|
|
1061
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1062
|
+
}>;
|
|
1063
|
+
institution: Type.TString;
|
|
1064
|
+
courseCode: Type.TOptional<Type.TString>;
|
|
1065
|
+
term: Type.TString;
|
|
1066
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1067
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1068
|
+
}>, Type.TObject<{
|
|
1069
|
+
type: Type.TLiteral<"Presentation">;
|
|
1070
|
+
title: Type.TString;
|
|
1071
|
+
presenter: Type.TObject<{
|
|
1072
|
+
givenNames: Type.TString;
|
|
1073
|
+
familyName: Type.TString;
|
|
1074
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1075
|
+
}>;
|
|
1076
|
+
eventTitle: Type.TString;
|
|
1077
|
+
location: Type.TString;
|
|
1078
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1079
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1080
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1081
|
+
}>, Type.TObject<{
|
|
1082
|
+
type: Type.TLiteral<"Interview">;
|
|
1083
|
+
interviewee: Type.TObject<{
|
|
1084
|
+
givenNames: Type.TString;
|
|
1085
|
+
familyName: Type.TString;
|
|
1086
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1087
|
+
}>;
|
|
1088
|
+
interviewer: Type.TOptional<Type.TObject<{
|
|
1089
|
+
givenNames: Type.TString;
|
|
1090
|
+
familyName: Type.TString;
|
|
1091
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1092
|
+
}>>;
|
|
1093
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1094
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1095
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1096
|
+
}>, Type.TObject<{
|
|
1097
|
+
type: Type.TLiteral<"PersonalCommunication">;
|
|
1098
|
+
person: Type.TObject<{
|
|
1099
|
+
givenNames: Type.TString;
|
|
1100
|
+
familyName: Type.TString;
|
|
1101
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1102
|
+
}>;
|
|
1103
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1104
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1105
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1106
|
+
}>, Type.TObject<{
|
|
1107
|
+
type: Type.TLiteral<"Email">;
|
|
1108
|
+
sender: Type.TObject<{
|
|
1109
|
+
givenNames: Type.TString;
|
|
1110
|
+
familyName: Type.TString;
|
|
1111
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1112
|
+
}>;
|
|
1113
|
+
recipient: Type.TObject<{
|
|
1114
|
+
givenNames: Type.TString;
|
|
1115
|
+
familyName: Type.TString;
|
|
1116
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1117
|
+
}>;
|
|
1118
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1119
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1120
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1121
|
+
}>, Type.TObject<{
|
|
1122
|
+
type: Type.TLiteral<"Law">;
|
|
1123
|
+
title: Type.TString;
|
|
1124
|
+
jurisdiction: Type.TString;
|
|
1125
|
+
dateEnacted: import("@proposit/proposit-core").TDateType;
|
|
1126
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1127
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1128
|
+
}>, Type.TObject<{
|
|
1129
|
+
type: Type.TLiteral<"CourtCase">;
|
|
1130
|
+
caseName: Type.TString;
|
|
1131
|
+
court: Type.TString;
|
|
1132
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1133
|
+
reporter: Type.TOptional<Type.TString>;
|
|
1134
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1135
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1136
|
+
}>, Type.TObject<{
|
|
1137
|
+
type: Type.TLiteral<"GovernmentPublication">;
|
|
1138
|
+
title: Type.TString;
|
|
1139
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1140
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1141
|
+
givenNames: Type.TString;
|
|
1142
|
+
familyName: Type.TString;
|
|
1143
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1144
|
+
}>>>;
|
|
1145
|
+
agency: Type.TString;
|
|
1146
|
+
reportNumber: Type.TOptional<Type.TString>;
|
|
1147
|
+
location: Type.TString;
|
|
1148
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1149
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1150
|
+
}>, Type.TObject<{
|
|
1151
|
+
type: Type.TLiteral<"Datasheet">;
|
|
1152
|
+
title: Type.TString;
|
|
1153
|
+
year: Type.TString;
|
|
1154
|
+
manufacturer: Type.TString;
|
|
1155
|
+
partNumber: Type.TString;
|
|
1156
|
+
url: Type.TString;
|
|
1157
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1158
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1159
|
+
}>, Type.TObject<{
|
|
1160
|
+
type: Type.TLiteral<"ProductManual">;
|
|
1161
|
+
title: Type.TString;
|
|
1162
|
+
year: Type.TString;
|
|
1163
|
+
manufacturer: Type.TString;
|
|
1164
|
+
model: Type.TString;
|
|
1165
|
+
url: Type.TOptional<Type.TString>;
|
|
1166
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1167
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1168
|
+
}>, Type.TObject<{
|
|
1169
|
+
type: Type.TLiteral<"UnparsedURL">;
|
|
1170
|
+
url: Type.TString;
|
|
1171
|
+
text: Type.TOptional<Type.TString>;
|
|
1172
|
+
}>]>]>>;
|
|
1173
|
+
citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
310
1174
|
}>>;
|
|
311
1175
|
updated: Type.TArray<Type.TObject<{
|
|
312
1176
|
title: Type.TString;
|
|
@@ -318,9 +1182,441 @@ export declare function getArgumentDiffImpl(config: TApiClientConfig, argumentId
|
|
|
318
1182
|
claimForkId: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
319
1183
|
creatorId: Type.TString;
|
|
320
1184
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
321
|
-
|
|
1185
|
+
kind: Type.TUnion<[Type.TUnion<[Type.TLiteral<"definition">, Type.TLiteral<"criterion">]>, Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"claim">]>]>;
|
|
1186
|
+
type: Type.TUnion<[Type.TLiteral<"normal">, Type.TLiteral<"citation">]>;
|
|
322
1187
|
parentId: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
323
1188
|
titleContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
1189
|
+
url: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
1190
|
+
citation: Type.TOptional<Type.TUnion<[Type.TIntersect<[Type.TObject<{
|
|
1191
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1192
|
+
}>, Type.TObject<{
|
|
1193
|
+
type: Type.TLiteral<"Book">;
|
|
1194
|
+
title: Type.TString;
|
|
1195
|
+
year: Type.TString;
|
|
1196
|
+
authors: Type.TArray<Type.TObject<{
|
|
1197
|
+
givenNames: Type.TString;
|
|
1198
|
+
familyName: Type.TString;
|
|
1199
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1200
|
+
}>>;
|
|
1201
|
+
edition: Type.TOptional<Type.TString>;
|
|
1202
|
+
publisher: Type.TString;
|
|
1203
|
+
location: Type.TOptional<Type.TString>;
|
|
1204
|
+
isbn: Type.TOptional<Type.TString>;
|
|
1205
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1206
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1207
|
+
}>, Type.TObject<{
|
|
1208
|
+
type: Type.TLiteral<"Website">;
|
|
1209
|
+
authors: Type.TArray<Type.TObject<{
|
|
1210
|
+
givenNames: Type.TString;
|
|
1211
|
+
familyName: Type.TString;
|
|
1212
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1213
|
+
}>>;
|
|
1214
|
+
pageTitle: Type.TString;
|
|
1215
|
+
websiteTitle: Type.TString;
|
|
1216
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
1217
|
+
url: Type.TString;
|
|
1218
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1219
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1220
|
+
}>, Type.TObject<{
|
|
1221
|
+
type: Type.TLiteral<"BookChapter">;
|
|
1222
|
+
chapterTitle: Type.TString;
|
|
1223
|
+
year: Type.TString;
|
|
1224
|
+
authors: Type.TArray<Type.TObject<{
|
|
1225
|
+
givenNames: Type.TString;
|
|
1226
|
+
familyName: Type.TString;
|
|
1227
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1228
|
+
}>>;
|
|
1229
|
+
bookTitle: Type.TString;
|
|
1230
|
+
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1231
|
+
givenNames: Type.TString;
|
|
1232
|
+
familyName: Type.TString;
|
|
1233
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1234
|
+
}>>>;
|
|
1235
|
+
publisher: Type.TString;
|
|
1236
|
+
location: Type.TString;
|
|
1237
|
+
pages: Type.TOptional<Type.TString>;
|
|
1238
|
+
isbn: Type.TOptional<Type.TString>;
|
|
1239
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1240
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1241
|
+
}>, Type.TObject<{
|
|
1242
|
+
type: Type.TLiteral<"Handbook">;
|
|
1243
|
+
title: Type.TString;
|
|
1244
|
+
year: Type.TString;
|
|
1245
|
+
publisher: Type.TString;
|
|
1246
|
+
edition: Type.TOptional<Type.TString>;
|
|
1247
|
+
location: Type.TString;
|
|
1248
|
+
isbn: Type.TOptional<Type.TString>;
|
|
1249
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1250
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1251
|
+
}>, Type.TObject<{
|
|
1252
|
+
type: Type.TLiteral<"TechnicalReport">;
|
|
1253
|
+
title: Type.TString;
|
|
1254
|
+
year: Type.TString;
|
|
1255
|
+
authors: Type.TArray<Type.TObject<{
|
|
1256
|
+
givenNames: Type.TString;
|
|
1257
|
+
familyName: Type.TString;
|
|
1258
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1259
|
+
}>>;
|
|
1260
|
+
reportNumber: Type.TString;
|
|
1261
|
+
institution: Type.TString;
|
|
1262
|
+
location: Type.TString;
|
|
1263
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1264
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1265
|
+
}>, Type.TObject<{
|
|
1266
|
+
type: Type.TLiteral<"Standard">;
|
|
1267
|
+
organization: Type.TString;
|
|
1268
|
+
standardNumber: Type.TString;
|
|
1269
|
+
title: Type.TString;
|
|
1270
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1271
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1272
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1273
|
+
}>, Type.TObject<{
|
|
1274
|
+
type: Type.TLiteral<"Thesis">;
|
|
1275
|
+
title: Type.TString;
|
|
1276
|
+
year: Type.TString;
|
|
1277
|
+
authors: Type.TArray<Type.TObject<{
|
|
1278
|
+
givenNames: Type.TString;
|
|
1279
|
+
familyName: Type.TString;
|
|
1280
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1281
|
+
}>>;
|
|
1282
|
+
degree: Type.TString;
|
|
1283
|
+
institution: Type.TString;
|
|
1284
|
+
location: Type.TString;
|
|
1285
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1286
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1287
|
+
}>, Type.TObject<{
|
|
1288
|
+
type: Type.TLiteral<"Patent">;
|
|
1289
|
+
title: Type.TString;
|
|
1290
|
+
inventors: Type.TArray<Type.TObject<{
|
|
1291
|
+
givenNames: Type.TString;
|
|
1292
|
+
familyName: Type.TString;
|
|
1293
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1294
|
+
}>>;
|
|
1295
|
+
country: Type.TString;
|
|
1296
|
+
patentNumber: Type.TString;
|
|
1297
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1298
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1299
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1300
|
+
}>, Type.TObject<{
|
|
1301
|
+
type: Type.TLiteral<"Dictionary">;
|
|
1302
|
+
title: Type.TString;
|
|
1303
|
+
year: Type.TString;
|
|
1304
|
+
publisher: Type.TString;
|
|
1305
|
+
edition: Type.TOptional<Type.TString>;
|
|
1306
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1307
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1308
|
+
}>, Type.TObject<{
|
|
1309
|
+
type: Type.TLiteral<"Encyclopedia">;
|
|
1310
|
+
title: Type.TString;
|
|
1311
|
+
year: Type.TString;
|
|
1312
|
+
publisher: Type.TString;
|
|
1313
|
+
edition: Type.TOptional<Type.TString>;
|
|
1314
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1315
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1316
|
+
}>, Type.TObject<{
|
|
1317
|
+
type: Type.TLiteral<"JournalArticle">;
|
|
1318
|
+
title: Type.TString;
|
|
1319
|
+
year: Type.TString;
|
|
1320
|
+
authors: Type.TArray<Type.TObject<{
|
|
1321
|
+
givenNames: Type.TString;
|
|
1322
|
+
familyName: Type.TString;
|
|
1323
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1324
|
+
}>>;
|
|
1325
|
+
journalTitle: Type.TString;
|
|
1326
|
+
volume: Type.TOptional<Type.TString>;
|
|
1327
|
+
issue: Type.TOptional<Type.TString>;
|
|
1328
|
+
pages: Type.TOptional<Type.TString>;
|
|
1329
|
+
doi: Type.TOptional<Type.TString>;
|
|
1330
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1331
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1332
|
+
}>, Type.TObject<{
|
|
1333
|
+
type: Type.TLiteral<"MagazineArticle">;
|
|
1334
|
+
title: Type.TString;
|
|
1335
|
+
year: Type.TString;
|
|
1336
|
+
authors: Type.TArray<Type.TObject<{
|
|
1337
|
+
givenNames: Type.TString;
|
|
1338
|
+
familyName: Type.TString;
|
|
1339
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1340
|
+
}>>;
|
|
1341
|
+
magazineTitle: Type.TString;
|
|
1342
|
+
volume: Type.TOptional<Type.TString>;
|
|
1343
|
+
issue: Type.TOptional<Type.TString>;
|
|
1344
|
+
pages: Type.TOptional<Type.TString>;
|
|
1345
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1346
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1347
|
+
}>, Type.TObject<{
|
|
1348
|
+
type: Type.TLiteral<"NewspaperArticle">;
|
|
1349
|
+
title: Type.TString;
|
|
1350
|
+
authors: Type.TArray<Type.TObject<{
|
|
1351
|
+
givenNames: Type.TString;
|
|
1352
|
+
familyName: Type.TString;
|
|
1353
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1354
|
+
}>>;
|
|
1355
|
+
newspaperTitle: Type.TString;
|
|
1356
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1357
|
+
pages: Type.TOptional<Type.TString>;
|
|
1358
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1359
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1360
|
+
}>, Type.TObject<{
|
|
1361
|
+
type: Type.TLiteral<"ConferencePaper">;
|
|
1362
|
+
title: Type.TString;
|
|
1363
|
+
authors: Type.TArray<Type.TObject<{
|
|
1364
|
+
givenNames: Type.TString;
|
|
1365
|
+
familyName: Type.TString;
|
|
1366
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1367
|
+
}>>;
|
|
1368
|
+
conferenceName: Type.TString;
|
|
1369
|
+
location: Type.TString;
|
|
1370
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1371
|
+
pages: Type.TOptional<Type.TString>;
|
|
1372
|
+
doi: Type.TOptional<Type.TString>;
|
|
1373
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1374
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1375
|
+
}>, Type.TObject<{
|
|
1376
|
+
type: Type.TLiteral<"ConferenceProceedings">;
|
|
1377
|
+
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1378
|
+
givenNames: Type.TString;
|
|
1379
|
+
familyName: Type.TString;
|
|
1380
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1381
|
+
}>>>;
|
|
1382
|
+
conferenceName: Type.TString;
|
|
1383
|
+
location: Type.TString;
|
|
1384
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1385
|
+
publisher: Type.TString;
|
|
1386
|
+
isbn: Type.TOptional<Type.TString>;
|
|
1387
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1388
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1389
|
+
}>, Type.TObject<{
|
|
1390
|
+
type: Type.TLiteral<"Dataset">;
|
|
1391
|
+
title: Type.TString;
|
|
1392
|
+
year: Type.TString;
|
|
1393
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1394
|
+
givenNames: Type.TString;
|
|
1395
|
+
familyName: Type.TString;
|
|
1396
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1397
|
+
}>>>;
|
|
1398
|
+
repository: Type.TString;
|
|
1399
|
+
version: Type.TOptional<Type.TString>;
|
|
1400
|
+
doi: Type.TOptional<Type.TString>;
|
|
1401
|
+
url: Type.TString;
|
|
1402
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1403
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1404
|
+
}>, Type.TObject<{
|
|
1405
|
+
type: Type.TLiteral<"Software">;
|
|
1406
|
+
title: Type.TString;
|
|
1407
|
+
year: Type.TString;
|
|
1408
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1409
|
+
givenNames: Type.TString;
|
|
1410
|
+
familyName: Type.TString;
|
|
1411
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1412
|
+
}>>>;
|
|
1413
|
+
version: Type.TOptional<Type.TString>;
|
|
1414
|
+
publisher: Type.TOptional<Type.TString>;
|
|
1415
|
+
doi: Type.TOptional<Type.TString>;
|
|
1416
|
+
url: Type.TString;
|
|
1417
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1418
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1419
|
+
}>, Type.TObject<{
|
|
1420
|
+
type: Type.TLiteral<"OnlineDocument">;
|
|
1421
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1422
|
+
givenNames: Type.TString;
|
|
1423
|
+
familyName: Type.TString;
|
|
1424
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1425
|
+
}>>>;
|
|
1426
|
+
title: Type.TString;
|
|
1427
|
+
publisher: Type.TOptional<Type.TString>;
|
|
1428
|
+
url: Type.TString;
|
|
1429
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
1430
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1431
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1432
|
+
}>, Type.TObject<{
|
|
1433
|
+
type: Type.TLiteral<"Blog">;
|
|
1434
|
+
author: Type.TObject<{
|
|
1435
|
+
givenNames: Type.TString;
|
|
1436
|
+
familyName: Type.TString;
|
|
1437
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1438
|
+
}>;
|
|
1439
|
+
postTitle: Type.TString;
|
|
1440
|
+
blogName: Type.TString;
|
|
1441
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1442
|
+
url: Type.TString;
|
|
1443
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
1444
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1445
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1446
|
+
}>, Type.TObject<{
|
|
1447
|
+
type: Type.TLiteral<"SocialMedia">;
|
|
1448
|
+
author: Type.TObject<{
|
|
1449
|
+
givenNames: Type.TString;
|
|
1450
|
+
familyName: Type.TString;
|
|
1451
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1452
|
+
}>;
|
|
1453
|
+
platform: Type.TString;
|
|
1454
|
+
postDate: import("@proposit/proposit-core").TDateType;
|
|
1455
|
+
url: Type.TString;
|
|
1456
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1457
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1458
|
+
}>, Type.TObject<{
|
|
1459
|
+
type: Type.TLiteral<"Preprint">;
|
|
1460
|
+
title: Type.TString;
|
|
1461
|
+
year: Type.TString;
|
|
1462
|
+
authors: Type.TArray<Type.TObject<{
|
|
1463
|
+
givenNames: Type.TString;
|
|
1464
|
+
familyName: Type.TString;
|
|
1465
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1466
|
+
}>>;
|
|
1467
|
+
server: Type.TString;
|
|
1468
|
+
doi: Type.TOptional<Type.TString>;
|
|
1469
|
+
url: Type.TString;
|
|
1470
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1471
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1472
|
+
}>, Type.TObject<{
|
|
1473
|
+
type: Type.TLiteral<"Video">;
|
|
1474
|
+
title: Type.TString;
|
|
1475
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1476
|
+
givenNames: Type.TString;
|
|
1477
|
+
familyName: Type.TString;
|
|
1478
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1479
|
+
}>>>;
|
|
1480
|
+
releaseDate: Type.TOptional<import("@proposit/proposit-core").TDateType>;
|
|
1481
|
+
platform: Type.TString;
|
|
1482
|
+
url: Type.TString;
|
|
1483
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
1484
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1485
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1486
|
+
}>, Type.TObject<{
|
|
1487
|
+
type: Type.TLiteral<"Podcast">;
|
|
1488
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1489
|
+
givenNames: Type.TString;
|
|
1490
|
+
familyName: Type.TString;
|
|
1491
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1492
|
+
}>>>;
|
|
1493
|
+
episodeTitle: Type.TString;
|
|
1494
|
+
seriesTitle: Type.TString;
|
|
1495
|
+
platform: Type.TString;
|
|
1496
|
+
url: Type.TString;
|
|
1497
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
1498
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1499
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1500
|
+
}>, Type.TObject<{
|
|
1501
|
+
type: Type.TLiteral<"Course">;
|
|
1502
|
+
title: Type.TString;
|
|
1503
|
+
year: Type.TString;
|
|
1504
|
+
instructor: Type.TObject<{
|
|
1505
|
+
givenNames: Type.TString;
|
|
1506
|
+
familyName: Type.TString;
|
|
1507
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1508
|
+
}>;
|
|
1509
|
+
institution: Type.TString;
|
|
1510
|
+
courseCode: Type.TOptional<Type.TString>;
|
|
1511
|
+
term: Type.TString;
|
|
1512
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1513
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1514
|
+
}>, Type.TObject<{
|
|
1515
|
+
type: Type.TLiteral<"Presentation">;
|
|
1516
|
+
title: Type.TString;
|
|
1517
|
+
presenter: Type.TObject<{
|
|
1518
|
+
givenNames: Type.TString;
|
|
1519
|
+
familyName: Type.TString;
|
|
1520
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1521
|
+
}>;
|
|
1522
|
+
eventTitle: Type.TString;
|
|
1523
|
+
location: Type.TString;
|
|
1524
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1525
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1526
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1527
|
+
}>, Type.TObject<{
|
|
1528
|
+
type: Type.TLiteral<"Interview">;
|
|
1529
|
+
interviewee: Type.TObject<{
|
|
1530
|
+
givenNames: Type.TString;
|
|
1531
|
+
familyName: Type.TString;
|
|
1532
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1533
|
+
}>;
|
|
1534
|
+
interviewer: Type.TOptional<Type.TObject<{
|
|
1535
|
+
givenNames: Type.TString;
|
|
1536
|
+
familyName: Type.TString;
|
|
1537
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1538
|
+
}>>;
|
|
1539
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1540
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1541
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1542
|
+
}>, Type.TObject<{
|
|
1543
|
+
type: Type.TLiteral<"PersonalCommunication">;
|
|
1544
|
+
person: Type.TObject<{
|
|
1545
|
+
givenNames: Type.TString;
|
|
1546
|
+
familyName: Type.TString;
|
|
1547
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1548
|
+
}>;
|
|
1549
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1550
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1551
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1552
|
+
}>, Type.TObject<{
|
|
1553
|
+
type: Type.TLiteral<"Email">;
|
|
1554
|
+
sender: Type.TObject<{
|
|
1555
|
+
givenNames: Type.TString;
|
|
1556
|
+
familyName: Type.TString;
|
|
1557
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1558
|
+
}>;
|
|
1559
|
+
recipient: Type.TObject<{
|
|
1560
|
+
givenNames: Type.TString;
|
|
1561
|
+
familyName: Type.TString;
|
|
1562
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1563
|
+
}>;
|
|
1564
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1565
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1566
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1567
|
+
}>, Type.TObject<{
|
|
1568
|
+
type: Type.TLiteral<"Law">;
|
|
1569
|
+
title: Type.TString;
|
|
1570
|
+
jurisdiction: Type.TString;
|
|
1571
|
+
dateEnacted: import("@proposit/proposit-core").TDateType;
|
|
1572
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1573
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1574
|
+
}>, Type.TObject<{
|
|
1575
|
+
type: Type.TLiteral<"CourtCase">;
|
|
1576
|
+
caseName: Type.TString;
|
|
1577
|
+
court: Type.TString;
|
|
1578
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1579
|
+
reporter: Type.TOptional<Type.TString>;
|
|
1580
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1581
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1582
|
+
}>, Type.TObject<{
|
|
1583
|
+
type: Type.TLiteral<"GovernmentPublication">;
|
|
1584
|
+
title: Type.TString;
|
|
1585
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
1586
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1587
|
+
givenNames: Type.TString;
|
|
1588
|
+
familyName: Type.TString;
|
|
1589
|
+
suffix: Type.TOptional<Type.TString>;
|
|
1590
|
+
}>>>;
|
|
1591
|
+
agency: Type.TString;
|
|
1592
|
+
reportNumber: Type.TOptional<Type.TString>;
|
|
1593
|
+
location: Type.TString;
|
|
1594
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1595
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1596
|
+
}>, Type.TObject<{
|
|
1597
|
+
type: Type.TLiteral<"Datasheet">;
|
|
1598
|
+
title: Type.TString;
|
|
1599
|
+
year: Type.TString;
|
|
1600
|
+
manufacturer: Type.TString;
|
|
1601
|
+
partNumber: Type.TString;
|
|
1602
|
+
url: Type.TString;
|
|
1603
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1604
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1605
|
+
}>, Type.TObject<{
|
|
1606
|
+
type: Type.TLiteral<"ProductManual">;
|
|
1607
|
+
title: Type.TString;
|
|
1608
|
+
year: Type.TString;
|
|
1609
|
+
manufacturer: Type.TString;
|
|
1610
|
+
model: Type.TString;
|
|
1611
|
+
url: Type.TOptional<Type.TString>;
|
|
1612
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
1613
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
1614
|
+
}>, Type.TObject<{
|
|
1615
|
+
type: Type.TLiteral<"UnparsedURL">;
|
|
1616
|
+
url: Type.TString;
|
|
1617
|
+
text: Type.TOptional<Type.TString>;
|
|
1618
|
+
}>]>]>>;
|
|
1619
|
+
citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
324
1620
|
}>>;
|
|
325
1621
|
}>;
|
|
326
1622
|
propositionalLogic: Type.TObject<{
|
|
@@ -517,7 +1813,8 @@ export declare function getArgumentDiffImpl(config: TApiClientConfig, argumentId
|
|
|
517
1813
|
}>]>]>>;
|
|
518
1814
|
}>;
|
|
519
1815
|
premises: Type.TObject<{
|
|
520
|
-
added: Type.TArray<Type.TIntersect<[Type.TObject<{
|
|
1816
|
+
added: Type.TArray<Type.TIntersect<[Type.TUnion<[Type.TObject<{
|
|
1817
|
+
type: Type.TLiteral<"freeform">;
|
|
521
1818
|
id: Type.TString;
|
|
522
1819
|
argumentId: Type.TString;
|
|
523
1820
|
argumentVersion: Type.TNumber;
|
|
@@ -525,12 +1822,22 @@ export declare function getArgumentDiffImpl(config: TApiClientConfig, argumentId
|
|
|
525
1822
|
descendantChecksum: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
526
1823
|
combinedChecksum: Type.TString;
|
|
527
1824
|
}>, Type.TObject<{
|
|
1825
|
+
type: Type.TLiteral<"derivation">;
|
|
1826
|
+
derivedClaimId: Type.TString;
|
|
1827
|
+
id: Type.TString;
|
|
1828
|
+
argumentId: Type.TString;
|
|
1829
|
+
argumentVersion: Type.TNumber;
|
|
1830
|
+
checksum: Type.TString;
|
|
1831
|
+
descendantChecksum: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
1832
|
+
combinedChecksum: Type.TString;
|
|
1833
|
+
}>]>, Type.TObject<{
|
|
528
1834
|
title: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
529
1835
|
role: Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"supporting">]>;
|
|
530
1836
|
createdOn: Type.TOptional<import("../../schemas/common.js").TDateType>;
|
|
531
1837
|
creatorId: Type.TOptional<Type.TString>;
|
|
532
1838
|
}>]>>;
|
|
533
|
-
removed: Type.TArray<Type.TIntersect<[Type.TObject<{
|
|
1839
|
+
removed: Type.TArray<Type.TIntersect<[Type.TUnion<[Type.TObject<{
|
|
1840
|
+
type: Type.TLiteral<"freeform">;
|
|
534
1841
|
id: Type.TString;
|
|
535
1842
|
argumentId: Type.TString;
|
|
536
1843
|
argumentVersion: Type.TNumber;
|
|
@@ -538,6 +1845,15 @@ export declare function getArgumentDiffImpl(config: TApiClientConfig, argumentId
|
|
|
538
1845
|
descendantChecksum: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
539
1846
|
combinedChecksum: Type.TString;
|
|
540
1847
|
}>, Type.TObject<{
|
|
1848
|
+
type: Type.TLiteral<"derivation">;
|
|
1849
|
+
derivedClaimId: Type.TString;
|
|
1850
|
+
id: Type.TString;
|
|
1851
|
+
argumentId: Type.TString;
|
|
1852
|
+
argumentVersion: Type.TNumber;
|
|
1853
|
+
checksum: Type.TString;
|
|
1854
|
+
descendantChecksum: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
1855
|
+
combinedChecksum: Type.TString;
|
|
1856
|
+
}>]>, Type.TObject<{
|
|
541
1857
|
title: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
542
1858
|
role: Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"supporting">]>;
|
|
543
1859
|
createdOn: Type.TOptional<import("../../schemas/common.js").TDateType>;
|
|
@@ -545,39 +1861,31 @@ export declare function getArgumentDiffImpl(config: TApiClientConfig, argumentId
|
|
|
545
1861
|
}>]>>;
|
|
546
1862
|
}>;
|
|
547
1863
|
}>;
|
|
548
|
-
|
|
549
|
-
added: Type.TArray<Type.TObject<{
|
|
550
|
-
|
|
551
|
-
|
|
1864
|
+
claimCitations: Type.TObject<{
|
|
1865
|
+
added: Type.TArray<Type.TIntersect<[Type.TObject<{
|
|
1866
|
+
id: Type.TString;
|
|
1867
|
+
citingClaimId: Type.TString;
|
|
1868
|
+
citingClaimVersion: Type.TNumber;
|
|
1869
|
+
sourceClaimId: Type.TString;
|
|
1870
|
+
sourceClaimVersion: Type.TNumber;
|
|
1871
|
+
checksum: Type.TString;
|
|
1872
|
+
}>, Type.TObject<{
|
|
552
1873
|
argumentId: Type.TString;
|
|
553
1874
|
version: Type.TNumber;
|
|
554
1875
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
555
|
-
}>>;
|
|
556
|
-
removed: Type.TArray<Type.TObject<{
|
|
557
|
-
|
|
558
|
-
|
|
1876
|
+
}>]>>;
|
|
1877
|
+
removed: Type.TArray<Type.TIntersect<[Type.TObject<{
|
|
1878
|
+
id: Type.TString;
|
|
1879
|
+
citingClaimId: Type.TString;
|
|
1880
|
+
citingClaimVersion: Type.TNumber;
|
|
1881
|
+
sourceClaimId: Type.TString;
|
|
1882
|
+
sourceClaimVersion: Type.TNumber;
|
|
1883
|
+
checksum: Type.TString;
|
|
1884
|
+
}>, Type.TObject<{
|
|
559
1885
|
argumentId: Type.TString;
|
|
560
1886
|
version: Type.TNumber;
|
|
561
1887
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
562
|
-
}>>;
|
|
563
|
-
}>;
|
|
564
|
-
sources: Type.TObject<{
|
|
565
|
-
added: Type.TArray<Type.TObject<{
|
|
566
|
-
id: Type.TString;
|
|
567
|
-
url: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
568
|
-
citation: Type.TRecord<"^.*$", Type.TAny>;
|
|
569
|
-
createdOn: import("../../schemas/common.js").TDateType;
|
|
570
|
-
creatorId: Type.TString;
|
|
571
|
-
citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
572
|
-
}>>;
|
|
573
|
-
removed: Type.TArray<Type.TObject<{
|
|
574
|
-
id: Type.TString;
|
|
575
|
-
url: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
576
|
-
citation: Type.TRecord<"^.*$", Type.TAny>;
|
|
577
|
-
createdOn: import("../../schemas/common.js").TDateType;
|
|
578
|
-
creatorId: Type.TString;
|
|
579
|
-
citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
580
|
-
}>>;
|
|
1888
|
+
}>]>>;
|
|
581
1889
|
}>;
|
|
582
1890
|
}>>>;
|
|
583
1891
|
export declare function getArgumentForksImpl(config: TApiClientConfig, argumentId: string, version: number): Promise<import("../../schemas/common.js").ParsedError<Type.TObject<{
|
|
@@ -946,9 +2254,441 @@ export declare function getEntireArgumentImpl(config: TApiClientConfig, argument
|
|
|
946
2254
|
claimForkId: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
947
2255
|
creatorId: Type.TString;
|
|
948
2256
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
949
|
-
|
|
2257
|
+
kind: Type.TUnion<[Type.TUnion<[Type.TLiteral<"definition">, Type.TLiteral<"criterion">]>, Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"claim">]>]>;
|
|
2258
|
+
type: Type.TUnion<[Type.TLiteral<"normal">, Type.TLiteral<"citation">]>;
|
|
950
2259
|
parentId: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
951
2260
|
titleContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
2261
|
+
url: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
2262
|
+
citation: Type.TOptional<Type.TUnion<[Type.TIntersect<[Type.TObject<{
|
|
2263
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2264
|
+
}>, Type.TObject<{
|
|
2265
|
+
type: Type.TLiteral<"Book">;
|
|
2266
|
+
title: Type.TString;
|
|
2267
|
+
year: Type.TString;
|
|
2268
|
+
authors: Type.TArray<Type.TObject<{
|
|
2269
|
+
givenNames: Type.TString;
|
|
2270
|
+
familyName: Type.TString;
|
|
2271
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2272
|
+
}>>;
|
|
2273
|
+
edition: Type.TOptional<Type.TString>;
|
|
2274
|
+
publisher: Type.TString;
|
|
2275
|
+
location: Type.TOptional<Type.TString>;
|
|
2276
|
+
isbn: Type.TOptional<Type.TString>;
|
|
2277
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2278
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2279
|
+
}>, Type.TObject<{
|
|
2280
|
+
type: Type.TLiteral<"Website">;
|
|
2281
|
+
authors: Type.TArray<Type.TObject<{
|
|
2282
|
+
givenNames: Type.TString;
|
|
2283
|
+
familyName: Type.TString;
|
|
2284
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2285
|
+
}>>;
|
|
2286
|
+
pageTitle: Type.TString;
|
|
2287
|
+
websiteTitle: Type.TString;
|
|
2288
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
2289
|
+
url: Type.TString;
|
|
2290
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2291
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2292
|
+
}>, Type.TObject<{
|
|
2293
|
+
type: Type.TLiteral<"BookChapter">;
|
|
2294
|
+
chapterTitle: Type.TString;
|
|
2295
|
+
year: Type.TString;
|
|
2296
|
+
authors: Type.TArray<Type.TObject<{
|
|
2297
|
+
givenNames: Type.TString;
|
|
2298
|
+
familyName: Type.TString;
|
|
2299
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2300
|
+
}>>;
|
|
2301
|
+
bookTitle: Type.TString;
|
|
2302
|
+
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
2303
|
+
givenNames: Type.TString;
|
|
2304
|
+
familyName: Type.TString;
|
|
2305
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2306
|
+
}>>>;
|
|
2307
|
+
publisher: Type.TString;
|
|
2308
|
+
location: Type.TString;
|
|
2309
|
+
pages: Type.TOptional<Type.TString>;
|
|
2310
|
+
isbn: Type.TOptional<Type.TString>;
|
|
2311
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2312
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2313
|
+
}>, Type.TObject<{
|
|
2314
|
+
type: Type.TLiteral<"Handbook">;
|
|
2315
|
+
title: Type.TString;
|
|
2316
|
+
year: Type.TString;
|
|
2317
|
+
publisher: Type.TString;
|
|
2318
|
+
edition: Type.TOptional<Type.TString>;
|
|
2319
|
+
location: Type.TString;
|
|
2320
|
+
isbn: Type.TOptional<Type.TString>;
|
|
2321
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2322
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2323
|
+
}>, Type.TObject<{
|
|
2324
|
+
type: Type.TLiteral<"TechnicalReport">;
|
|
2325
|
+
title: Type.TString;
|
|
2326
|
+
year: Type.TString;
|
|
2327
|
+
authors: Type.TArray<Type.TObject<{
|
|
2328
|
+
givenNames: Type.TString;
|
|
2329
|
+
familyName: Type.TString;
|
|
2330
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2331
|
+
}>>;
|
|
2332
|
+
reportNumber: Type.TString;
|
|
2333
|
+
institution: Type.TString;
|
|
2334
|
+
location: Type.TString;
|
|
2335
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2336
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2337
|
+
}>, Type.TObject<{
|
|
2338
|
+
type: Type.TLiteral<"Standard">;
|
|
2339
|
+
organization: Type.TString;
|
|
2340
|
+
standardNumber: Type.TString;
|
|
2341
|
+
title: Type.TString;
|
|
2342
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
2343
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2344
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2345
|
+
}>, Type.TObject<{
|
|
2346
|
+
type: Type.TLiteral<"Thesis">;
|
|
2347
|
+
title: Type.TString;
|
|
2348
|
+
year: Type.TString;
|
|
2349
|
+
authors: Type.TArray<Type.TObject<{
|
|
2350
|
+
givenNames: Type.TString;
|
|
2351
|
+
familyName: Type.TString;
|
|
2352
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2353
|
+
}>>;
|
|
2354
|
+
degree: Type.TString;
|
|
2355
|
+
institution: Type.TString;
|
|
2356
|
+
location: Type.TString;
|
|
2357
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2358
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2359
|
+
}>, Type.TObject<{
|
|
2360
|
+
type: Type.TLiteral<"Patent">;
|
|
2361
|
+
title: Type.TString;
|
|
2362
|
+
inventors: Type.TArray<Type.TObject<{
|
|
2363
|
+
givenNames: Type.TString;
|
|
2364
|
+
familyName: Type.TString;
|
|
2365
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2366
|
+
}>>;
|
|
2367
|
+
country: Type.TString;
|
|
2368
|
+
patentNumber: Type.TString;
|
|
2369
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
2370
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2371
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2372
|
+
}>, Type.TObject<{
|
|
2373
|
+
type: Type.TLiteral<"Dictionary">;
|
|
2374
|
+
title: Type.TString;
|
|
2375
|
+
year: Type.TString;
|
|
2376
|
+
publisher: Type.TString;
|
|
2377
|
+
edition: Type.TOptional<Type.TString>;
|
|
2378
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2379
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2380
|
+
}>, Type.TObject<{
|
|
2381
|
+
type: Type.TLiteral<"Encyclopedia">;
|
|
2382
|
+
title: Type.TString;
|
|
2383
|
+
year: Type.TString;
|
|
2384
|
+
publisher: Type.TString;
|
|
2385
|
+
edition: Type.TOptional<Type.TString>;
|
|
2386
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2387
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2388
|
+
}>, Type.TObject<{
|
|
2389
|
+
type: Type.TLiteral<"JournalArticle">;
|
|
2390
|
+
title: Type.TString;
|
|
2391
|
+
year: Type.TString;
|
|
2392
|
+
authors: Type.TArray<Type.TObject<{
|
|
2393
|
+
givenNames: Type.TString;
|
|
2394
|
+
familyName: Type.TString;
|
|
2395
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2396
|
+
}>>;
|
|
2397
|
+
journalTitle: Type.TString;
|
|
2398
|
+
volume: Type.TOptional<Type.TString>;
|
|
2399
|
+
issue: Type.TOptional<Type.TString>;
|
|
2400
|
+
pages: Type.TOptional<Type.TString>;
|
|
2401
|
+
doi: Type.TOptional<Type.TString>;
|
|
2402
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2403
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2404
|
+
}>, Type.TObject<{
|
|
2405
|
+
type: Type.TLiteral<"MagazineArticle">;
|
|
2406
|
+
title: Type.TString;
|
|
2407
|
+
year: Type.TString;
|
|
2408
|
+
authors: Type.TArray<Type.TObject<{
|
|
2409
|
+
givenNames: Type.TString;
|
|
2410
|
+
familyName: Type.TString;
|
|
2411
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2412
|
+
}>>;
|
|
2413
|
+
magazineTitle: Type.TString;
|
|
2414
|
+
volume: Type.TOptional<Type.TString>;
|
|
2415
|
+
issue: Type.TOptional<Type.TString>;
|
|
2416
|
+
pages: Type.TOptional<Type.TString>;
|
|
2417
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2418
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2419
|
+
}>, Type.TObject<{
|
|
2420
|
+
type: Type.TLiteral<"NewspaperArticle">;
|
|
2421
|
+
title: Type.TString;
|
|
2422
|
+
authors: Type.TArray<Type.TObject<{
|
|
2423
|
+
givenNames: Type.TString;
|
|
2424
|
+
familyName: Type.TString;
|
|
2425
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2426
|
+
}>>;
|
|
2427
|
+
newspaperTitle: Type.TString;
|
|
2428
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
2429
|
+
pages: Type.TOptional<Type.TString>;
|
|
2430
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2431
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2432
|
+
}>, Type.TObject<{
|
|
2433
|
+
type: Type.TLiteral<"ConferencePaper">;
|
|
2434
|
+
title: Type.TString;
|
|
2435
|
+
authors: Type.TArray<Type.TObject<{
|
|
2436
|
+
givenNames: Type.TString;
|
|
2437
|
+
familyName: Type.TString;
|
|
2438
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2439
|
+
}>>;
|
|
2440
|
+
conferenceName: Type.TString;
|
|
2441
|
+
location: Type.TString;
|
|
2442
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
2443
|
+
pages: Type.TOptional<Type.TString>;
|
|
2444
|
+
doi: Type.TOptional<Type.TString>;
|
|
2445
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2446
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2447
|
+
}>, Type.TObject<{
|
|
2448
|
+
type: Type.TLiteral<"ConferenceProceedings">;
|
|
2449
|
+
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
2450
|
+
givenNames: Type.TString;
|
|
2451
|
+
familyName: Type.TString;
|
|
2452
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2453
|
+
}>>>;
|
|
2454
|
+
conferenceName: Type.TString;
|
|
2455
|
+
location: Type.TString;
|
|
2456
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
2457
|
+
publisher: Type.TString;
|
|
2458
|
+
isbn: Type.TOptional<Type.TString>;
|
|
2459
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2460
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2461
|
+
}>, Type.TObject<{
|
|
2462
|
+
type: Type.TLiteral<"Dataset">;
|
|
2463
|
+
title: Type.TString;
|
|
2464
|
+
year: Type.TString;
|
|
2465
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
2466
|
+
givenNames: Type.TString;
|
|
2467
|
+
familyName: Type.TString;
|
|
2468
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2469
|
+
}>>>;
|
|
2470
|
+
repository: Type.TString;
|
|
2471
|
+
version: Type.TOptional<Type.TString>;
|
|
2472
|
+
doi: Type.TOptional<Type.TString>;
|
|
2473
|
+
url: Type.TString;
|
|
2474
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2475
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2476
|
+
}>, Type.TObject<{
|
|
2477
|
+
type: Type.TLiteral<"Software">;
|
|
2478
|
+
title: Type.TString;
|
|
2479
|
+
year: Type.TString;
|
|
2480
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
2481
|
+
givenNames: Type.TString;
|
|
2482
|
+
familyName: Type.TString;
|
|
2483
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2484
|
+
}>>>;
|
|
2485
|
+
version: Type.TOptional<Type.TString>;
|
|
2486
|
+
publisher: Type.TOptional<Type.TString>;
|
|
2487
|
+
doi: Type.TOptional<Type.TString>;
|
|
2488
|
+
url: Type.TString;
|
|
2489
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2490
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2491
|
+
}>, Type.TObject<{
|
|
2492
|
+
type: Type.TLiteral<"OnlineDocument">;
|
|
2493
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
2494
|
+
givenNames: Type.TString;
|
|
2495
|
+
familyName: Type.TString;
|
|
2496
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2497
|
+
}>>>;
|
|
2498
|
+
title: Type.TString;
|
|
2499
|
+
publisher: Type.TOptional<Type.TString>;
|
|
2500
|
+
url: Type.TString;
|
|
2501
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
2502
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2503
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2504
|
+
}>, Type.TObject<{
|
|
2505
|
+
type: Type.TLiteral<"Blog">;
|
|
2506
|
+
author: Type.TObject<{
|
|
2507
|
+
givenNames: Type.TString;
|
|
2508
|
+
familyName: Type.TString;
|
|
2509
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2510
|
+
}>;
|
|
2511
|
+
postTitle: Type.TString;
|
|
2512
|
+
blogName: Type.TString;
|
|
2513
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
2514
|
+
url: Type.TString;
|
|
2515
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
2516
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2517
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2518
|
+
}>, Type.TObject<{
|
|
2519
|
+
type: Type.TLiteral<"SocialMedia">;
|
|
2520
|
+
author: Type.TObject<{
|
|
2521
|
+
givenNames: Type.TString;
|
|
2522
|
+
familyName: Type.TString;
|
|
2523
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2524
|
+
}>;
|
|
2525
|
+
platform: Type.TString;
|
|
2526
|
+
postDate: import("@proposit/proposit-core").TDateType;
|
|
2527
|
+
url: Type.TString;
|
|
2528
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2529
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2530
|
+
}>, Type.TObject<{
|
|
2531
|
+
type: Type.TLiteral<"Preprint">;
|
|
2532
|
+
title: Type.TString;
|
|
2533
|
+
year: Type.TString;
|
|
2534
|
+
authors: Type.TArray<Type.TObject<{
|
|
2535
|
+
givenNames: Type.TString;
|
|
2536
|
+
familyName: Type.TString;
|
|
2537
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2538
|
+
}>>;
|
|
2539
|
+
server: Type.TString;
|
|
2540
|
+
doi: Type.TOptional<Type.TString>;
|
|
2541
|
+
url: Type.TString;
|
|
2542
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2543
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2544
|
+
}>, Type.TObject<{
|
|
2545
|
+
type: Type.TLiteral<"Video">;
|
|
2546
|
+
title: Type.TString;
|
|
2547
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
2548
|
+
givenNames: Type.TString;
|
|
2549
|
+
familyName: Type.TString;
|
|
2550
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2551
|
+
}>>>;
|
|
2552
|
+
releaseDate: Type.TOptional<import("@proposit/proposit-core").TDateType>;
|
|
2553
|
+
platform: Type.TString;
|
|
2554
|
+
url: Type.TString;
|
|
2555
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
2556
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2557
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2558
|
+
}>, Type.TObject<{
|
|
2559
|
+
type: Type.TLiteral<"Podcast">;
|
|
2560
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
2561
|
+
givenNames: Type.TString;
|
|
2562
|
+
familyName: Type.TString;
|
|
2563
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2564
|
+
}>>>;
|
|
2565
|
+
episodeTitle: Type.TString;
|
|
2566
|
+
seriesTitle: Type.TString;
|
|
2567
|
+
platform: Type.TString;
|
|
2568
|
+
url: Type.TString;
|
|
2569
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
2570
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2571
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2572
|
+
}>, Type.TObject<{
|
|
2573
|
+
type: Type.TLiteral<"Course">;
|
|
2574
|
+
title: Type.TString;
|
|
2575
|
+
year: Type.TString;
|
|
2576
|
+
instructor: Type.TObject<{
|
|
2577
|
+
givenNames: Type.TString;
|
|
2578
|
+
familyName: Type.TString;
|
|
2579
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2580
|
+
}>;
|
|
2581
|
+
institution: Type.TString;
|
|
2582
|
+
courseCode: Type.TOptional<Type.TString>;
|
|
2583
|
+
term: Type.TString;
|
|
2584
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2585
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2586
|
+
}>, Type.TObject<{
|
|
2587
|
+
type: Type.TLiteral<"Presentation">;
|
|
2588
|
+
title: Type.TString;
|
|
2589
|
+
presenter: Type.TObject<{
|
|
2590
|
+
givenNames: Type.TString;
|
|
2591
|
+
familyName: Type.TString;
|
|
2592
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2593
|
+
}>;
|
|
2594
|
+
eventTitle: Type.TString;
|
|
2595
|
+
location: Type.TString;
|
|
2596
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
2597
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2598
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2599
|
+
}>, Type.TObject<{
|
|
2600
|
+
type: Type.TLiteral<"Interview">;
|
|
2601
|
+
interviewee: Type.TObject<{
|
|
2602
|
+
givenNames: Type.TString;
|
|
2603
|
+
familyName: Type.TString;
|
|
2604
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2605
|
+
}>;
|
|
2606
|
+
interviewer: Type.TOptional<Type.TObject<{
|
|
2607
|
+
givenNames: Type.TString;
|
|
2608
|
+
familyName: Type.TString;
|
|
2609
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2610
|
+
}>>;
|
|
2611
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
2612
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2613
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2614
|
+
}>, Type.TObject<{
|
|
2615
|
+
type: Type.TLiteral<"PersonalCommunication">;
|
|
2616
|
+
person: Type.TObject<{
|
|
2617
|
+
givenNames: Type.TString;
|
|
2618
|
+
familyName: Type.TString;
|
|
2619
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2620
|
+
}>;
|
|
2621
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
2622
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2623
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2624
|
+
}>, Type.TObject<{
|
|
2625
|
+
type: Type.TLiteral<"Email">;
|
|
2626
|
+
sender: Type.TObject<{
|
|
2627
|
+
givenNames: Type.TString;
|
|
2628
|
+
familyName: Type.TString;
|
|
2629
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2630
|
+
}>;
|
|
2631
|
+
recipient: Type.TObject<{
|
|
2632
|
+
givenNames: Type.TString;
|
|
2633
|
+
familyName: Type.TString;
|
|
2634
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2635
|
+
}>;
|
|
2636
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
2637
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2638
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2639
|
+
}>, Type.TObject<{
|
|
2640
|
+
type: Type.TLiteral<"Law">;
|
|
2641
|
+
title: Type.TString;
|
|
2642
|
+
jurisdiction: Type.TString;
|
|
2643
|
+
dateEnacted: import("@proposit/proposit-core").TDateType;
|
|
2644
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2645
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2646
|
+
}>, Type.TObject<{
|
|
2647
|
+
type: Type.TLiteral<"CourtCase">;
|
|
2648
|
+
caseName: Type.TString;
|
|
2649
|
+
court: Type.TString;
|
|
2650
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
2651
|
+
reporter: Type.TOptional<Type.TString>;
|
|
2652
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2653
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2654
|
+
}>, Type.TObject<{
|
|
2655
|
+
type: Type.TLiteral<"GovernmentPublication">;
|
|
2656
|
+
title: Type.TString;
|
|
2657
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
2658
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
2659
|
+
givenNames: Type.TString;
|
|
2660
|
+
familyName: Type.TString;
|
|
2661
|
+
suffix: Type.TOptional<Type.TString>;
|
|
2662
|
+
}>>>;
|
|
2663
|
+
agency: Type.TString;
|
|
2664
|
+
reportNumber: Type.TOptional<Type.TString>;
|
|
2665
|
+
location: Type.TString;
|
|
2666
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2667
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2668
|
+
}>, Type.TObject<{
|
|
2669
|
+
type: Type.TLiteral<"Datasheet">;
|
|
2670
|
+
title: Type.TString;
|
|
2671
|
+
year: Type.TString;
|
|
2672
|
+
manufacturer: Type.TString;
|
|
2673
|
+
partNumber: Type.TString;
|
|
2674
|
+
url: Type.TString;
|
|
2675
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2676
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2677
|
+
}>, Type.TObject<{
|
|
2678
|
+
type: Type.TLiteral<"ProductManual">;
|
|
2679
|
+
title: Type.TString;
|
|
2680
|
+
year: Type.TString;
|
|
2681
|
+
manufacturer: Type.TString;
|
|
2682
|
+
model: Type.TString;
|
|
2683
|
+
url: Type.TOptional<Type.TString>;
|
|
2684
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
2685
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
2686
|
+
}>, Type.TObject<{
|
|
2687
|
+
type: Type.TLiteral<"UnparsedURL">;
|
|
2688
|
+
url: Type.TString;
|
|
2689
|
+
text: Type.TOptional<Type.TString>;
|
|
2690
|
+
}>]>]>>;
|
|
2691
|
+
citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
952
2692
|
}>>;
|
|
953
2693
|
propositionalLogic: Type.TObject<{
|
|
954
2694
|
argument: Type.TIntersect<[Type.TObject<{
|
|
@@ -1041,6 +2781,7 @@ export declare function getEntireArgumentImpl(config: TApiClientConfig, argument
|
|
|
1041
2781
|
argumentVersion: Type.TNumber;
|
|
1042
2782
|
role: Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"supporting">]>;
|
|
1043
2783
|
title: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
2784
|
+
type: Type.TUnion<[Type.TLiteral<"freeform">, Type.TLiteral<"derivation">]>;
|
|
1044
2785
|
id: Type.TString;
|
|
1045
2786
|
}>, Type.TObject<{
|
|
1046
2787
|
checksum: Type.TOptional<Type.TString>;
|
|
@@ -1106,27 +2847,20 @@ export declare function getEntireArgumentImpl(config: TApiClientConfig, argument
|
|
|
1106
2847
|
config: Type.TOptional<Type.TUnknown>;
|
|
1107
2848
|
}>>;
|
|
1108
2849
|
conclusionPremiseId: Type.TOptional<Type.TString>;
|
|
1109
|
-
sources: Type.TOptional<Type.TObject<{
|
|
1110
|
-
variableSourceAssociations: Type.TArray<Type.TUnknown>;
|
|
1111
|
-
expressionSourceAssociations: Type.TArray<Type.TUnknown>;
|
|
1112
|
-
}>>;
|
|
1113
2850
|
config: Type.TOptional<Type.TUnknown>;
|
|
1114
2851
|
}>;
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
2852
|
+
claimCitations: Type.TArray<Type.TIntersect<[Type.TObject<{
|
|
2853
|
+
id: Type.TString;
|
|
2854
|
+
citingClaimId: Type.TString;
|
|
2855
|
+
citingClaimVersion: Type.TNumber;
|
|
2856
|
+
sourceClaimId: Type.TString;
|
|
2857
|
+
sourceClaimVersion: Type.TNumber;
|
|
2858
|
+
checksum: Type.TString;
|
|
2859
|
+
}>, Type.TObject<{
|
|
1118
2860
|
argumentId: Type.TString;
|
|
1119
2861
|
version: Type.TNumber;
|
|
1120
2862
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
1121
|
-
}>>;
|
|
1122
|
-
sources: Type.TArray<Type.TObject<{
|
|
1123
|
-
id: Type.TString;
|
|
1124
|
-
url: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
1125
|
-
citation: Type.TRecord<"^.*$", Type.TAny>;
|
|
1126
|
-
createdOn: import("../../schemas/common.js").TDateType;
|
|
1127
|
-
creatorId: Type.TString;
|
|
1128
|
-
citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
1129
|
-
}>>;
|
|
2863
|
+
}>]>>;
|
|
1130
2864
|
argumentHistory: Type.TArray<Type.TIntersect<[Type.TObject<{
|
|
1131
2865
|
id: Type.TString;
|
|
1132
2866
|
version: Type.TNumber;
|