@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"claims.d.ts","sourceRoot":"","sources":["../../../../src/schemas/api/argument/claims.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,EAAE,EAAE,KAAK,MAAM,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"claims.d.ts","sourceRoot":"","sources":["../../../../src/schemas/api/argument/claims.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,EAAE,EAAE,KAAK,MAAM,EAAE,MAAM,SAAS,CAAA;AAS3C,eAAO,MAAM,0BAA0B;;;;;EAErC,CAAA;AACF,MAAM,MAAM,2BAA2B,GAAG,MAAM,CAC5C,OAAO,0BAA0B,CACpC,CAAA;AAED,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAItC,CAAA;AACF,MAAM,MAAM,sBAAsB,GAAG,MAAM,CAAC,OAAO,2BAA2B,CAAC,CAAA;AAE/E,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEtC,CAAA;AACF,MAAM,MAAM,sBAAsB,GAAG,MAAM,CAAC,OAAO,2BAA2B,CAAC,CAAA;AAE/E,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGjC,CAAA;AACF,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC,OAAO,sBAAsB,CAAC,CAAA;AAErE,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;EAE5C,CAAA;AACF,MAAM,MAAM,4BAA4B,GAAG,MAAM,CAC7C,OAAO,iCAAiC,CAC3C,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import Type, {} from "typebox";
|
|
2
2
|
import { Nullable } from "../../common.js";
|
|
3
3
|
import { ClaimSchema, MutableClaimFieldsSchema } from "../../model.js";
|
|
4
|
-
import {
|
|
4
|
+
import { ClaimCitationSchema } from "../../model/citations.js";
|
|
5
5
|
import { PropositionalVariableSchema, PropositionalExpressionSchema, } from "../../logic.js";
|
|
6
6
|
export const ClaimCreationRequestSchema = Type.Object({
|
|
7
7
|
claimData: MutableClaimFieldsSchema,
|
|
@@ -14,11 +14,11 @@ export const ClaimCreationResponseSchema = Type.Object({
|
|
|
14
14
|
export const ClaimDeletionResponseSchema = Type.Object({
|
|
15
15
|
deletedClaims: Type.Array(ClaimSchema),
|
|
16
16
|
});
|
|
17
|
-
export const
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
export const CitationCreationSchema = Type.Object({
|
|
18
|
+
citation: ClaimSchema,
|
|
19
|
+
citationEdge: ClaimCitationSchema,
|
|
20
20
|
});
|
|
21
|
-
export const
|
|
22
|
-
|
|
21
|
+
export const ClaimCitationDeleteResponseSchema = Type.Object({
|
|
22
|
+
deletedCitations: Type.Array(ClaimCitationSchema),
|
|
23
23
|
});
|
|
24
24
|
//# sourceMappingURL=claims.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"claims.js","sourceRoot":"","sources":["../../../../src/schemas/api/argument/claims.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,EAAE,EAAe,MAAM,SAAS,CAAA;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAC1C,OAAO,EAAE,WAAW,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAA;AACtE,OAAO,
|
|
1
|
+
{"version":3,"file":"claims.js","sourceRoot":"","sources":["../../../../src/schemas/api/argument/claims.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,EAAE,EAAe,MAAM,SAAS,CAAA;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAC1C,OAAO,EAAE,WAAW,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAA;AACtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAA;AAC9D,OAAO,EACH,2BAA2B,EAC3B,6BAA6B,GAChC,MAAM,gBAAgB,CAAA;AAEvB,MAAM,CAAC,MAAM,0BAA0B,GAAG,IAAI,CAAC,MAAM,CAAC;IAClD,SAAS,EAAE,wBAAwB;CACtC,CAAC,CAAA;AAKF,MAAM,CAAC,MAAM,2BAA2B,GAAG,IAAI,CAAC,MAAM,CAAC;IACnD,QAAQ,EAAE,WAAW;IACrB,wBAAwB,EAAE,QAAQ,CAAC,2BAA2B,CAAC;IAC/D,2BAA2B,EAAE,IAAI,CAAC,KAAK,CAAC,6BAA6B,CAAC;CACzE,CAAC,CAAA;AAGF,MAAM,CAAC,MAAM,2BAA2B,GAAG,IAAI,CAAC,MAAM,CAAC;IACnD,aAAa,EAAE,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC;CACzC,CAAC,CAAA;AAGF,MAAM,CAAC,MAAM,sBAAsB,GAAG,IAAI,CAAC,MAAM,CAAC;IAC9C,QAAQ,EAAE,WAAW;IACrB,YAAY,EAAE,mBAAmB;CACpC,CAAC,CAAA;AAGF,MAAM,CAAC,MAAM,iCAAiC,GAAG,IAAI,CAAC,MAAM,CAAC;IACzD,gBAAgB,EAAE,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC;CACpD,CAAC,CAAA"}
|
|
@@ -63,9 +63,441 @@ export declare const FullArgumentSchema: Type.TObject<{
|
|
|
63
63
|
claimForkId: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
64
64
|
creatorId: Type.TString;
|
|
65
65
|
createdOn: import("../../common.js").TDateType;
|
|
66
|
-
|
|
66
|
+
kind: Type.TUnion<[Type.TUnion<[Type.TLiteral<"definition">, Type.TLiteral<"criterion">]>, Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"claim">]>]>;
|
|
67
|
+
type: Type.TUnion<[Type.TLiteral<"normal">, Type.TLiteral<"citation">]>;
|
|
67
68
|
parentId: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
68
69
|
titleContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
70
|
+
url: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
71
|
+
citation: Type.TOptional<Type.TUnion<[Type.TIntersect<[Type.TObject<{
|
|
72
|
+
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">]>;
|
|
73
|
+
}>, Type.TObject<{
|
|
74
|
+
type: Type.TLiteral<"Book">;
|
|
75
|
+
title: Type.TString;
|
|
76
|
+
year: Type.TString;
|
|
77
|
+
authors: Type.TArray<Type.TObject<{
|
|
78
|
+
givenNames: Type.TString;
|
|
79
|
+
familyName: Type.TString;
|
|
80
|
+
suffix: Type.TOptional<Type.TString>;
|
|
81
|
+
}>>;
|
|
82
|
+
edition: Type.TOptional<Type.TString>;
|
|
83
|
+
publisher: Type.TString;
|
|
84
|
+
location: Type.TOptional<Type.TString>;
|
|
85
|
+
isbn: Type.TOptional<Type.TString>;
|
|
86
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
87
|
+
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">]>;
|
|
88
|
+
}>, Type.TObject<{
|
|
89
|
+
type: Type.TLiteral<"Website">;
|
|
90
|
+
authors: Type.TArray<Type.TObject<{
|
|
91
|
+
givenNames: Type.TString;
|
|
92
|
+
familyName: Type.TString;
|
|
93
|
+
suffix: Type.TOptional<Type.TString>;
|
|
94
|
+
}>>;
|
|
95
|
+
pageTitle: Type.TString;
|
|
96
|
+
websiteTitle: Type.TString;
|
|
97
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
98
|
+
url: Type.TString;
|
|
99
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
100
|
+
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">]>;
|
|
101
|
+
}>, Type.TObject<{
|
|
102
|
+
type: Type.TLiteral<"BookChapter">;
|
|
103
|
+
chapterTitle: Type.TString;
|
|
104
|
+
year: Type.TString;
|
|
105
|
+
authors: Type.TArray<Type.TObject<{
|
|
106
|
+
givenNames: Type.TString;
|
|
107
|
+
familyName: Type.TString;
|
|
108
|
+
suffix: Type.TOptional<Type.TString>;
|
|
109
|
+
}>>;
|
|
110
|
+
bookTitle: Type.TString;
|
|
111
|
+
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
112
|
+
givenNames: Type.TString;
|
|
113
|
+
familyName: Type.TString;
|
|
114
|
+
suffix: Type.TOptional<Type.TString>;
|
|
115
|
+
}>>>;
|
|
116
|
+
publisher: Type.TString;
|
|
117
|
+
location: Type.TString;
|
|
118
|
+
pages: Type.TOptional<Type.TString>;
|
|
119
|
+
isbn: Type.TOptional<Type.TString>;
|
|
120
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
121
|
+
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">]>;
|
|
122
|
+
}>, Type.TObject<{
|
|
123
|
+
type: Type.TLiteral<"Handbook">;
|
|
124
|
+
title: Type.TString;
|
|
125
|
+
year: Type.TString;
|
|
126
|
+
publisher: Type.TString;
|
|
127
|
+
edition: Type.TOptional<Type.TString>;
|
|
128
|
+
location: Type.TString;
|
|
129
|
+
isbn: Type.TOptional<Type.TString>;
|
|
130
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
131
|
+
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">]>;
|
|
132
|
+
}>, Type.TObject<{
|
|
133
|
+
type: Type.TLiteral<"TechnicalReport">;
|
|
134
|
+
title: Type.TString;
|
|
135
|
+
year: Type.TString;
|
|
136
|
+
authors: Type.TArray<Type.TObject<{
|
|
137
|
+
givenNames: Type.TString;
|
|
138
|
+
familyName: Type.TString;
|
|
139
|
+
suffix: Type.TOptional<Type.TString>;
|
|
140
|
+
}>>;
|
|
141
|
+
reportNumber: Type.TString;
|
|
142
|
+
institution: Type.TString;
|
|
143
|
+
location: Type.TString;
|
|
144
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
145
|
+
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">]>;
|
|
146
|
+
}>, Type.TObject<{
|
|
147
|
+
type: Type.TLiteral<"Standard">;
|
|
148
|
+
organization: Type.TString;
|
|
149
|
+
standardNumber: Type.TString;
|
|
150
|
+
title: Type.TString;
|
|
151
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
152
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
153
|
+
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">]>;
|
|
154
|
+
}>, Type.TObject<{
|
|
155
|
+
type: Type.TLiteral<"Thesis">;
|
|
156
|
+
title: Type.TString;
|
|
157
|
+
year: Type.TString;
|
|
158
|
+
authors: Type.TArray<Type.TObject<{
|
|
159
|
+
givenNames: Type.TString;
|
|
160
|
+
familyName: Type.TString;
|
|
161
|
+
suffix: Type.TOptional<Type.TString>;
|
|
162
|
+
}>>;
|
|
163
|
+
degree: Type.TString;
|
|
164
|
+
institution: Type.TString;
|
|
165
|
+
location: Type.TString;
|
|
166
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
167
|
+
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">]>;
|
|
168
|
+
}>, Type.TObject<{
|
|
169
|
+
type: Type.TLiteral<"Patent">;
|
|
170
|
+
title: Type.TString;
|
|
171
|
+
inventors: Type.TArray<Type.TObject<{
|
|
172
|
+
givenNames: Type.TString;
|
|
173
|
+
familyName: Type.TString;
|
|
174
|
+
suffix: Type.TOptional<Type.TString>;
|
|
175
|
+
}>>;
|
|
176
|
+
country: Type.TString;
|
|
177
|
+
patentNumber: Type.TString;
|
|
178
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
179
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
180
|
+
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">]>;
|
|
181
|
+
}>, Type.TObject<{
|
|
182
|
+
type: Type.TLiteral<"Dictionary">;
|
|
183
|
+
title: Type.TString;
|
|
184
|
+
year: Type.TString;
|
|
185
|
+
publisher: Type.TString;
|
|
186
|
+
edition: Type.TOptional<Type.TString>;
|
|
187
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
188
|
+
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">]>;
|
|
189
|
+
}>, Type.TObject<{
|
|
190
|
+
type: Type.TLiteral<"Encyclopedia">;
|
|
191
|
+
title: Type.TString;
|
|
192
|
+
year: Type.TString;
|
|
193
|
+
publisher: Type.TString;
|
|
194
|
+
edition: Type.TOptional<Type.TString>;
|
|
195
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
196
|
+
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">]>;
|
|
197
|
+
}>, Type.TObject<{
|
|
198
|
+
type: Type.TLiteral<"JournalArticle">;
|
|
199
|
+
title: Type.TString;
|
|
200
|
+
year: Type.TString;
|
|
201
|
+
authors: Type.TArray<Type.TObject<{
|
|
202
|
+
givenNames: Type.TString;
|
|
203
|
+
familyName: Type.TString;
|
|
204
|
+
suffix: Type.TOptional<Type.TString>;
|
|
205
|
+
}>>;
|
|
206
|
+
journalTitle: Type.TString;
|
|
207
|
+
volume: Type.TOptional<Type.TString>;
|
|
208
|
+
issue: Type.TOptional<Type.TString>;
|
|
209
|
+
pages: Type.TOptional<Type.TString>;
|
|
210
|
+
doi: Type.TOptional<Type.TString>;
|
|
211
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
212
|
+
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">]>;
|
|
213
|
+
}>, Type.TObject<{
|
|
214
|
+
type: Type.TLiteral<"MagazineArticle">;
|
|
215
|
+
title: Type.TString;
|
|
216
|
+
year: Type.TString;
|
|
217
|
+
authors: Type.TArray<Type.TObject<{
|
|
218
|
+
givenNames: Type.TString;
|
|
219
|
+
familyName: Type.TString;
|
|
220
|
+
suffix: Type.TOptional<Type.TString>;
|
|
221
|
+
}>>;
|
|
222
|
+
magazineTitle: Type.TString;
|
|
223
|
+
volume: Type.TOptional<Type.TString>;
|
|
224
|
+
issue: Type.TOptional<Type.TString>;
|
|
225
|
+
pages: Type.TOptional<Type.TString>;
|
|
226
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
227
|
+
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">]>;
|
|
228
|
+
}>, Type.TObject<{
|
|
229
|
+
type: Type.TLiteral<"NewspaperArticle">;
|
|
230
|
+
title: Type.TString;
|
|
231
|
+
authors: Type.TArray<Type.TObject<{
|
|
232
|
+
givenNames: Type.TString;
|
|
233
|
+
familyName: Type.TString;
|
|
234
|
+
suffix: Type.TOptional<Type.TString>;
|
|
235
|
+
}>>;
|
|
236
|
+
newspaperTitle: Type.TString;
|
|
237
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
238
|
+
pages: Type.TOptional<Type.TString>;
|
|
239
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
240
|
+
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">]>;
|
|
241
|
+
}>, Type.TObject<{
|
|
242
|
+
type: Type.TLiteral<"ConferencePaper">;
|
|
243
|
+
title: Type.TString;
|
|
244
|
+
authors: Type.TArray<Type.TObject<{
|
|
245
|
+
givenNames: Type.TString;
|
|
246
|
+
familyName: Type.TString;
|
|
247
|
+
suffix: Type.TOptional<Type.TString>;
|
|
248
|
+
}>>;
|
|
249
|
+
conferenceName: Type.TString;
|
|
250
|
+
location: Type.TString;
|
|
251
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
252
|
+
pages: Type.TOptional<Type.TString>;
|
|
253
|
+
doi: Type.TOptional<Type.TString>;
|
|
254
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
255
|
+
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">]>;
|
|
256
|
+
}>, Type.TObject<{
|
|
257
|
+
type: Type.TLiteral<"ConferenceProceedings">;
|
|
258
|
+
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
259
|
+
givenNames: Type.TString;
|
|
260
|
+
familyName: Type.TString;
|
|
261
|
+
suffix: Type.TOptional<Type.TString>;
|
|
262
|
+
}>>>;
|
|
263
|
+
conferenceName: Type.TString;
|
|
264
|
+
location: Type.TString;
|
|
265
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
266
|
+
publisher: Type.TString;
|
|
267
|
+
isbn: Type.TOptional<Type.TString>;
|
|
268
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
269
|
+
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">]>;
|
|
270
|
+
}>, Type.TObject<{
|
|
271
|
+
type: Type.TLiteral<"Dataset">;
|
|
272
|
+
title: Type.TString;
|
|
273
|
+
year: Type.TString;
|
|
274
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
275
|
+
givenNames: Type.TString;
|
|
276
|
+
familyName: Type.TString;
|
|
277
|
+
suffix: Type.TOptional<Type.TString>;
|
|
278
|
+
}>>>;
|
|
279
|
+
repository: Type.TString;
|
|
280
|
+
version: Type.TOptional<Type.TString>;
|
|
281
|
+
doi: Type.TOptional<Type.TString>;
|
|
282
|
+
url: Type.TString;
|
|
283
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
284
|
+
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">]>;
|
|
285
|
+
}>, Type.TObject<{
|
|
286
|
+
type: Type.TLiteral<"Software">;
|
|
287
|
+
title: Type.TString;
|
|
288
|
+
year: Type.TString;
|
|
289
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
290
|
+
givenNames: Type.TString;
|
|
291
|
+
familyName: Type.TString;
|
|
292
|
+
suffix: Type.TOptional<Type.TString>;
|
|
293
|
+
}>>>;
|
|
294
|
+
version: Type.TOptional<Type.TString>;
|
|
295
|
+
publisher: Type.TOptional<Type.TString>;
|
|
296
|
+
doi: Type.TOptional<Type.TString>;
|
|
297
|
+
url: Type.TString;
|
|
298
|
+
}>]>, 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<"OnlineDocument">;
|
|
302
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
303
|
+
givenNames: Type.TString;
|
|
304
|
+
familyName: Type.TString;
|
|
305
|
+
suffix: Type.TOptional<Type.TString>;
|
|
306
|
+
}>>>;
|
|
307
|
+
title: Type.TString;
|
|
308
|
+
publisher: Type.TOptional<Type.TString>;
|
|
309
|
+
url: Type.TString;
|
|
310
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
311
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
312
|
+
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">]>;
|
|
313
|
+
}>, Type.TObject<{
|
|
314
|
+
type: Type.TLiteral<"Blog">;
|
|
315
|
+
author: Type.TObject<{
|
|
316
|
+
givenNames: Type.TString;
|
|
317
|
+
familyName: Type.TString;
|
|
318
|
+
suffix: Type.TOptional<Type.TString>;
|
|
319
|
+
}>;
|
|
320
|
+
postTitle: Type.TString;
|
|
321
|
+
blogName: Type.TString;
|
|
322
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
323
|
+
url: Type.TString;
|
|
324
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
325
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
326
|
+
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">]>;
|
|
327
|
+
}>, Type.TObject<{
|
|
328
|
+
type: Type.TLiteral<"SocialMedia">;
|
|
329
|
+
author: Type.TObject<{
|
|
330
|
+
givenNames: Type.TString;
|
|
331
|
+
familyName: Type.TString;
|
|
332
|
+
suffix: Type.TOptional<Type.TString>;
|
|
333
|
+
}>;
|
|
334
|
+
platform: Type.TString;
|
|
335
|
+
postDate: import("@proposit/proposit-core").TDateType;
|
|
336
|
+
url: Type.TString;
|
|
337
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
338
|
+
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">]>;
|
|
339
|
+
}>, Type.TObject<{
|
|
340
|
+
type: Type.TLiteral<"Preprint">;
|
|
341
|
+
title: Type.TString;
|
|
342
|
+
year: Type.TString;
|
|
343
|
+
authors: Type.TArray<Type.TObject<{
|
|
344
|
+
givenNames: Type.TString;
|
|
345
|
+
familyName: Type.TString;
|
|
346
|
+
suffix: Type.TOptional<Type.TString>;
|
|
347
|
+
}>>;
|
|
348
|
+
server: Type.TString;
|
|
349
|
+
doi: Type.TOptional<Type.TString>;
|
|
350
|
+
url: Type.TString;
|
|
351
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
352
|
+
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">]>;
|
|
353
|
+
}>, Type.TObject<{
|
|
354
|
+
type: Type.TLiteral<"Video">;
|
|
355
|
+
title: Type.TString;
|
|
356
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
357
|
+
givenNames: Type.TString;
|
|
358
|
+
familyName: Type.TString;
|
|
359
|
+
suffix: Type.TOptional<Type.TString>;
|
|
360
|
+
}>>>;
|
|
361
|
+
releaseDate: Type.TOptional<import("@proposit/proposit-core").TDateType>;
|
|
362
|
+
platform: Type.TString;
|
|
363
|
+
url: Type.TString;
|
|
364
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
365
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
366
|
+
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">]>;
|
|
367
|
+
}>, Type.TObject<{
|
|
368
|
+
type: Type.TLiteral<"Podcast">;
|
|
369
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
370
|
+
givenNames: Type.TString;
|
|
371
|
+
familyName: Type.TString;
|
|
372
|
+
suffix: Type.TOptional<Type.TString>;
|
|
373
|
+
}>>>;
|
|
374
|
+
episodeTitle: Type.TString;
|
|
375
|
+
seriesTitle: Type.TString;
|
|
376
|
+
platform: Type.TString;
|
|
377
|
+
url: Type.TString;
|
|
378
|
+
accessedDate: 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<"Course">;
|
|
383
|
+
title: Type.TString;
|
|
384
|
+
year: Type.TString;
|
|
385
|
+
instructor: Type.TObject<{
|
|
386
|
+
givenNames: Type.TString;
|
|
387
|
+
familyName: Type.TString;
|
|
388
|
+
suffix: Type.TOptional<Type.TString>;
|
|
389
|
+
}>;
|
|
390
|
+
institution: Type.TString;
|
|
391
|
+
courseCode: Type.TOptional<Type.TString>;
|
|
392
|
+
term: 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<"Presentation">;
|
|
397
|
+
title: Type.TString;
|
|
398
|
+
presenter: Type.TObject<{
|
|
399
|
+
givenNames: Type.TString;
|
|
400
|
+
familyName: Type.TString;
|
|
401
|
+
suffix: Type.TOptional<Type.TString>;
|
|
402
|
+
}>;
|
|
403
|
+
eventTitle: Type.TString;
|
|
404
|
+
location: 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<"Interview">;
|
|
410
|
+
interviewee: Type.TObject<{
|
|
411
|
+
givenNames: Type.TString;
|
|
412
|
+
familyName: Type.TString;
|
|
413
|
+
suffix: Type.TOptional<Type.TString>;
|
|
414
|
+
}>;
|
|
415
|
+
interviewer: Type.TOptional<Type.TObject<{
|
|
416
|
+
givenNames: Type.TString;
|
|
417
|
+
familyName: Type.TString;
|
|
418
|
+
suffix: Type.TOptional<Type.TString>;
|
|
419
|
+
}>>;
|
|
420
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
421
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
422
|
+
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">]>;
|
|
423
|
+
}>, Type.TObject<{
|
|
424
|
+
type: Type.TLiteral<"PersonalCommunication">;
|
|
425
|
+
person: Type.TObject<{
|
|
426
|
+
givenNames: Type.TString;
|
|
427
|
+
familyName: Type.TString;
|
|
428
|
+
suffix: Type.TOptional<Type.TString>;
|
|
429
|
+
}>;
|
|
430
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
431
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
432
|
+
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">]>;
|
|
433
|
+
}>, Type.TObject<{
|
|
434
|
+
type: Type.TLiteral<"Email">;
|
|
435
|
+
sender: Type.TObject<{
|
|
436
|
+
givenNames: Type.TString;
|
|
437
|
+
familyName: Type.TString;
|
|
438
|
+
suffix: Type.TOptional<Type.TString>;
|
|
439
|
+
}>;
|
|
440
|
+
recipient: Type.TObject<{
|
|
441
|
+
givenNames: Type.TString;
|
|
442
|
+
familyName: Type.TString;
|
|
443
|
+
suffix: Type.TOptional<Type.TString>;
|
|
444
|
+
}>;
|
|
445
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
446
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
447
|
+
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">]>;
|
|
448
|
+
}>, Type.TObject<{
|
|
449
|
+
type: Type.TLiteral<"Law">;
|
|
450
|
+
title: Type.TString;
|
|
451
|
+
jurisdiction: Type.TString;
|
|
452
|
+
dateEnacted: import("@proposit/proposit-core").TDateType;
|
|
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<"CourtCase">;
|
|
457
|
+
caseName: Type.TString;
|
|
458
|
+
court: Type.TString;
|
|
459
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
460
|
+
reporter: Type.TOptional<Type.TString>;
|
|
461
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
462
|
+
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">]>;
|
|
463
|
+
}>, Type.TObject<{
|
|
464
|
+
type: Type.TLiteral<"GovernmentPublication">;
|
|
465
|
+
title: Type.TString;
|
|
466
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
467
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
468
|
+
givenNames: Type.TString;
|
|
469
|
+
familyName: Type.TString;
|
|
470
|
+
suffix: Type.TOptional<Type.TString>;
|
|
471
|
+
}>>>;
|
|
472
|
+
agency: Type.TString;
|
|
473
|
+
reportNumber: Type.TOptional<Type.TString>;
|
|
474
|
+
location: Type.TString;
|
|
475
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
476
|
+
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">]>;
|
|
477
|
+
}>, Type.TObject<{
|
|
478
|
+
type: Type.TLiteral<"Datasheet">;
|
|
479
|
+
title: Type.TString;
|
|
480
|
+
year: Type.TString;
|
|
481
|
+
manufacturer: Type.TString;
|
|
482
|
+
partNumber: Type.TString;
|
|
483
|
+
url: Type.TString;
|
|
484
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
485
|
+
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">]>;
|
|
486
|
+
}>, Type.TObject<{
|
|
487
|
+
type: Type.TLiteral<"ProductManual">;
|
|
488
|
+
title: Type.TString;
|
|
489
|
+
year: Type.TString;
|
|
490
|
+
manufacturer: Type.TString;
|
|
491
|
+
model: Type.TString;
|
|
492
|
+
url: Type.TOptional<Type.TString>;
|
|
493
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
494
|
+
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">]>;
|
|
495
|
+
}>, Type.TObject<{
|
|
496
|
+
type: Type.TLiteral<"UnparsedURL">;
|
|
497
|
+
url: Type.TString;
|
|
498
|
+
text: Type.TOptional<Type.TString>;
|
|
499
|
+
}>]>]>>;
|
|
500
|
+
citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
69
501
|
}>>;
|
|
70
502
|
propositionalLogic: Type.TObject<{
|
|
71
503
|
argument: Type.TIntersect<[Type.TObject<{
|
|
@@ -158,6 +590,7 @@ export declare const FullArgumentSchema: Type.TObject<{
|
|
|
158
590
|
argumentVersion: Type.TNumber;
|
|
159
591
|
role: Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"supporting">]>;
|
|
160
592
|
title: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
593
|
+
type: Type.TUnion<[Type.TLiteral<"freeform">, Type.TLiteral<"derivation">]>;
|
|
161
594
|
id: Type.TString;
|
|
162
595
|
}>, Type.TObject<{
|
|
163
596
|
checksum: Type.TOptional<Type.TString>;
|
|
@@ -223,27 +656,20 @@ export declare const FullArgumentSchema: Type.TObject<{
|
|
|
223
656
|
config: Type.TOptional<Type.TUnknown>;
|
|
224
657
|
}>>;
|
|
225
658
|
conclusionPremiseId: Type.TOptional<Type.TString>;
|
|
226
|
-
sources: Type.TOptional<Type.TObject<{
|
|
227
|
-
variableSourceAssociations: Type.TArray<Type.TUnknown>;
|
|
228
|
-
expressionSourceAssociations: Type.TArray<Type.TUnknown>;
|
|
229
|
-
}>>;
|
|
230
659
|
config: Type.TOptional<Type.TUnknown>;
|
|
231
660
|
}>;
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
661
|
+
claimCitations: Type.TArray<Type.TIntersect<[Type.TObject<{
|
|
662
|
+
id: Type.TString;
|
|
663
|
+
citingClaimId: Type.TString;
|
|
664
|
+
citingClaimVersion: Type.TNumber;
|
|
665
|
+
sourceClaimId: Type.TString;
|
|
666
|
+
sourceClaimVersion: Type.TNumber;
|
|
667
|
+
checksum: Type.TString;
|
|
668
|
+
}>, Type.TObject<{
|
|
235
669
|
argumentId: Type.TString;
|
|
236
670
|
version: Type.TNumber;
|
|
237
671
|
createdOn: import("../../common.js").TDateType;
|
|
238
|
-
}>>;
|
|
239
|
-
sources: Type.TArray<Type.TObject<{
|
|
240
|
-
id: Type.TString;
|
|
241
|
-
url: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
242
|
-
citation: Type.TRecord<"^.*$", Type.TAny>;
|
|
243
|
-
createdOn: import("../../common.js").TDateType;
|
|
244
|
-
creatorId: Type.TString;
|
|
245
|
-
citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
246
|
-
}>>;
|
|
672
|
+
}>]>>;
|
|
247
673
|
argumentHistory: Type.TArray<Type.TIntersect<[Type.TObject<{
|
|
248
674
|
id: Type.TString;
|
|
249
675
|
version: Type.TNumber;
|