@proposit/proposit-core 5.0.0 → 5.2.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/README.md +3 -2
- package/dist/cli/builder-repl.js +1 -1
- package/dist/cli/builder-repl.js.map +1 -1
- package/dist/extensions/citations/ieee/citation-claim.d.ts +117 -56
- package/dist/extensions/citations/ieee/citation-claim.d.ts.map +1 -1
- package/dist/extensions/citations/ieee/formatting.d.ts +1 -1
- package/dist/extensions/citations/ieee/formatting.d.ts.map +1 -1
- package/dist/extensions/citations/ieee/formatting.js.map +1 -1
- package/dist/extensions/citations/ieee/origin-document.d.ts +117 -56
- package/dist/extensions/citations/ieee/origin-document.d.ts.map +1 -1
- package/dist/extensions/citations/ieee/references.d.ts +364 -169
- package/dist/extensions/citations/ieee/references.d.ts.map +1 -1
- package/dist/extensions/citations/ieee/references.js +42 -4
- package/dist/extensions/citations/ieee/references.js.map +1 -1
- package/dist/extensions/citations/ieee/relaxed.d.ts +351 -168
- package/dist/extensions/citations/ieee/relaxed.d.ts.map +1 -1
- package/dist/extensions/citations/ieee/segment-builder.d.ts.map +1 -1
- package/dist/extensions/citations/ieee/segment-builder.js +11 -7
- package/dist/extensions/citations/ieee/segment-builder.js.map +1 -1
- package/dist/extensions/citations/ieee/segment-templates.d.ts +2 -0
- package/dist/extensions/citations/ieee/segment-templates.d.ts.map +1 -1
- package/dist/extensions/citations/ieee/segment-templates.js +121 -11
- package/dist/extensions/citations/ieee/segment-templates.js.map +1 -1
- package/dist/extensions/openai/openai-retrieval.d.ts.map +1 -1
- package/dist/extensions/openai/openai-retrieval.js +4 -2
- package/dist/extensions/openai/openai-retrieval.js.map +1 -1
- package/dist/extensions/openai/openai-tools.d.ts +8 -1
- package/dist/extensions/openai/openai-tools.d.ts.map +1 -1
- package/dist/extensions/openai/openai-tools.js +10 -0
- package/dist/extensions/openai/openai-tools.js.map +1 -1
- package/dist/extensions/openai/provider.d.ts.map +1 -1
- package/dist/extensions/openai/provider.js +5 -3
- package/dist/extensions/openai/provider.js.map +1 -1
- package/dist/extensions/openai/types.d.ts +2 -1
- package/dist/extensions/openai/types.d.ts.map +1 -1
- package/dist/extensions/openai/types.js.map +1 -1
- package/dist/extensions/pipelines/base/finalize-response-v2.d.ts +9 -6
- package/dist/extensions/pipelines/base/finalize-response-v2.d.ts.map +1 -1
- package/dist/extensions/pipelines/base/finalize-response-v2.js +101 -20
- package/dist/extensions/pipelines/base/finalize-response-v2.js.map +1 -1
- package/dist/extensions/pipelines/base/index.d.ts +1 -1
- package/dist/extensions/pipelines/base/index.d.ts.map +1 -1
- package/dist/extensions/pipelines/base/index.js.map +1 -1
- package/dist/extensions/pipelines/base/source-anchors.d.ts +33 -2
- package/dist/extensions/pipelines/base/source-anchors.d.ts.map +1 -1
- package/dist/extensions/pipelines/base/source-anchors.js +191 -13
- package/dist/extensions/pipelines/base/source-anchors.js.map +1 -1
- package/dist/extensions/pipelines/base/stages/axiom-indicator-detection.d.ts +1 -1
- package/dist/extensions/pipelines/base/stages/axiom-indicator-detection.d.ts.map +1 -1
- package/dist/extensions/pipelines/base/stages/axiom-indicator-detection.js +1 -1
- package/dist/extensions/pipelines/base/stages/axiom-indicator-detection.js.map +1 -1
- package/dist/extensions/pipelines/base/stages/citation-source-detection.d.ts +1 -1
- package/dist/extensions/pipelines/base/stages/citation-source-detection.d.ts.map +1 -1
- package/dist/extensions/pipelines/base/stages/citation-source-detection.js +1 -1
- package/dist/extensions/pipelines/base/stages/citation-source-detection.js.map +1 -1
- package/dist/extensions/pipelines/base/stages/claim-canonicalization.d.ts +3 -2
- package/dist/extensions/pipelines/base/stages/claim-canonicalization.d.ts.map +1 -1
- package/dist/extensions/pipelines/base/stages/claim-canonicalization.js +2 -2
- package/dist/extensions/pipelines/base/stages/claim-canonicalization.js.map +1 -1
- package/dist/extensions/pipelines/base/stages/claim-mention-extraction.d.ts +1 -1
- package/dist/extensions/pipelines/base/stages/claim-mention-extraction.d.ts.map +1 -1
- package/dist/extensions/pipelines/base/stages/claim-mention-extraction.js +1 -1
- package/dist/extensions/pipelines/base/stages/claim-mention-extraction.js.map +1 -1
- package/dist/extensions/pipelines/base/stages/claim-type-classification.d.ts +1 -1
- package/dist/extensions/pipelines/base/stages/claim-type-classification.d.ts.map +1 -1
- package/dist/extensions/pipelines/base/stages/claim-type-classification.js +1 -1
- package/dist/extensions/pipelines/base/stages/claim-type-classification.js.map +1 -1
- package/dist/extensions/pipelines/base/stages/conclusion-selection.d.ts +26 -3
- package/dist/extensions/pipelines/base/stages/conclusion-selection.d.ts.map +1 -1
- package/dist/extensions/pipelines/base/stages/conclusion-selection.js +40 -2
- package/dist/extensions/pipelines/base/stages/conclusion-selection.js.map +1 -1
- package/dist/extensions/pipelines/base/stages/index.d.ts +1 -1
- package/dist/extensions/pipelines/base/stages/index.d.ts.map +1 -1
- package/dist/extensions/pipelines/base/stages/index.js +1 -1
- package/dist/extensions/pipelines/base/stages/index.js.map +1 -1
- package/dist/extensions/pipelines/base/stages/relation-extraction.d.ts +4 -3
- package/dist/extensions/pipelines/base/stages/relation-extraction.d.ts.map +1 -1
- package/dist/extensions/pipelines/base/stages/relation-extraction.js +6 -4
- package/dist/extensions/pipelines/base/stages/relation-extraction.js.map +1 -1
- package/dist/extensions/pipelines/base/stages/segmentation.d.ts +1 -1
- package/dist/extensions/pipelines/base/stages/segmentation.d.ts.map +1 -1
- package/dist/extensions/pipelines/base/stages/segmentation.js +1 -1
- package/dist/extensions/pipelines/base/stages/segmentation.js.map +1 -1
- package/dist/extensions/pipelines/base/types.d.ts +1 -1
- package/dist/extensions/pipelines/ingestion/scribe/extract-stage.d.ts +61 -10
- package/dist/extensions/pipelines/ingestion/scribe/extract-stage.d.ts.map +1 -1
- package/dist/extensions/pipelines/ingestion/scribe/extract-stage.js +203 -14
- package/dist/extensions/pipelines/ingestion/scribe/extract-stage.js.map +1 -1
- package/dist/extensions/pipelines/ingestion/scribe/schemas.d.ts +15 -2
- package/dist/extensions/pipelines/ingestion/scribe/schemas.d.ts.map +1 -1
- package/dist/extensions/pipelines/ingestion/scribe/schemas.js +14 -2
- package/dist/extensions/pipelines/ingestion/scribe/schemas.js.map +1 -1
- package/dist/extensions/pipelines/ingestion/scribe/scribe.js +2 -2
- package/dist/extensions/pipelines/ingestion/scribe/scribe.js.map +1 -1
- package/dist/extensions/pipelines/ingestion/scribe/source-attachment.d.ts +29 -0
- package/dist/extensions/pipelines/ingestion/scribe/source-attachment.d.ts.map +1 -0
- package/dist/extensions/pipelines/ingestion/scribe/source-attachment.js +200 -0
- package/dist/extensions/pipelines/ingestion/scribe/source-attachment.js.map +1 -0
- package/dist/extensions/pipelines/ingestion/scribe/structure-stage.d.ts +5 -3
- package/dist/extensions/pipelines/ingestion/scribe/structure-stage.d.ts.map +1 -1
- package/dist/extensions/pipelines/ingestion/scribe/structure-stage.js +42 -14
- package/dist/extensions/pipelines/ingestion/scribe/structure-stage.js.map +1 -1
- package/dist/lib/core/parser/formula-gen.js +309 -46
- package/dist/lib/llm/types.d.ts +8 -2
- package/dist/lib/llm/types.d.ts.map +1 -1
- package/dist/lib/llm/types.js.map +1 -1
- package/dist/lib/pipelines/debug-log.js +1 -1
- package/dist/lib/pipelines/debug-log.js.map +1 -1
- package/dist/lib/pipelines/index.d.ts +1 -1
- package/dist/lib/pipelines/index.d.ts.map +1 -1
- package/dist/lib/pipelines/index.js.map +1 -1
- package/dist/lib/pipelines/llm-stage-helpers.d.ts +22 -1
- package/dist/lib/pipelines/llm-stage-helpers.d.ts.map +1 -1
- package/dist/lib/pipelines/llm-stage-helpers.js +21 -9
- package/dist/lib/pipelines/llm-stage-helpers.js.map +1 -1
- package/dist/lib/pipelines/single-stage.d.ts +9 -1
- package/dist/lib/pipelines/single-stage.d.ts.map +1 -1
- package/dist/lib/pipelines/single-stage.js +14 -3
- package/dist/lib/pipelines/single-stage.js.map +1 -1
- package/dist/lib/pipelines/stage-helpers.d.ts +1 -1
- package/dist/lib/pipelines/stage-helpers.d.ts.map +1 -1
- package/dist/lib/pipelines/stage-helpers.js.map +1 -1
- package/dist/lib/schemata/shared.d.ts.map +1 -1
- package/dist/lib/schemata/shared.js +8 -6
- package/dist/lib/schemata/shared.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,11 +2,23 @@ import Type, { type Static } from "typebox";
|
|
|
2
2
|
export declare const ReferenceTypeSchema: 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">]>;
|
|
3
3
|
export type TReferenceType = Static<typeof ReferenceTypeSchema>;
|
|
4
4
|
export declare const IEEE_REFERENCE_TYPES: readonly ["Book", "Website", "BookChapter", "Handbook", "TechnicalReport", "Standard", "Thesis", "Patent", "Dictionary", "Encyclopedia", "JournalArticle", "MagazineArticle", "NewspaperArticle", "ConferencePaper", "ConferenceProceedings", "Dataset", "Software", "OnlineDocument", "Blog", "SocialMedia", "Preprint", "Video", "Podcast", "Course", "Presentation", "Interview", "PersonalCommunication", "Email", "Law", "CourtCase", "GovernmentPublication", "Datasheet", "ProductManual"];
|
|
5
|
-
export declare const
|
|
5
|
+
export declare const PersonalAuthorSchema: Type.TObject<{
|
|
6
6
|
givenNames: Type.TString;
|
|
7
7
|
familyName: Type.TString;
|
|
8
8
|
suffix: Type.TOptional<Type.TString>;
|
|
9
9
|
}>;
|
|
10
|
+
export type TPersonalAuthor = Static<typeof PersonalAuthorSchema>;
|
|
11
|
+
export declare const NamedAuthorSchema: Type.TObject<{
|
|
12
|
+
name: Type.TString;
|
|
13
|
+
}>;
|
|
14
|
+
export type TNamedAuthor = Static<typeof NamedAuthorSchema>;
|
|
15
|
+
export declare const AuthorSchema: Type.TUnion<[Type.TObject<{
|
|
16
|
+
givenNames: Type.TString;
|
|
17
|
+
familyName: Type.TString;
|
|
18
|
+
suffix: Type.TOptional<Type.TString>;
|
|
19
|
+
}>, Type.TObject<{
|
|
20
|
+
name: Type.TString;
|
|
21
|
+
}>]>;
|
|
10
22
|
export type TAuthor = Static<typeof AuthorSchema>;
|
|
11
23
|
export declare const BookReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
12
24
|
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">]>;
|
|
@@ -14,11 +26,13 @@ export declare const BookReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
14
26
|
type: Type.TLiteral<"Book">;
|
|
15
27
|
title: Type.TString;
|
|
16
28
|
year: Type.TString;
|
|
17
|
-
authors: Type.TArray<Type.TObject<{
|
|
29
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
18
30
|
givenNames: Type.TString;
|
|
19
31
|
familyName: Type.TString;
|
|
20
32
|
suffix: Type.TOptional<Type.TString>;
|
|
21
|
-
}
|
|
33
|
+
}>, Type.TObject<{
|
|
34
|
+
name: Type.TString;
|
|
35
|
+
}>]>>;
|
|
22
36
|
edition: Type.TOptional<Type.TString>;
|
|
23
37
|
publisher: Type.TString;
|
|
24
38
|
location: Type.TOptional<Type.TString>;
|
|
@@ -29,11 +43,13 @@ export declare const WebsiteReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
29
43
|
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">]>;
|
|
30
44
|
}>, Type.TObject<{
|
|
31
45
|
type: Type.TLiteral<"Website">;
|
|
32
|
-
authors: Type.TArray<Type.TObject<{
|
|
46
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
33
47
|
givenNames: Type.TString;
|
|
34
48
|
familyName: Type.TString;
|
|
35
49
|
suffix: Type.TOptional<Type.TString>;
|
|
36
|
-
}
|
|
50
|
+
}>, Type.TObject<{
|
|
51
|
+
name: Type.TString;
|
|
52
|
+
}>]>>;
|
|
37
53
|
pageTitle: Type.TString;
|
|
38
54
|
websiteTitle: Type.TString;
|
|
39
55
|
accessedDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -46,17 +62,21 @@ export declare const BookChapterReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
46
62
|
type: Type.TLiteral<"BookChapter">;
|
|
47
63
|
chapterTitle: Type.TString;
|
|
48
64
|
year: Type.TString;
|
|
49
|
-
authors: Type.TArray<Type.TObject<{
|
|
65
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
50
66
|
givenNames: Type.TString;
|
|
51
67
|
familyName: Type.TString;
|
|
52
68
|
suffix: Type.TOptional<Type.TString>;
|
|
53
|
-
}
|
|
69
|
+
}>, Type.TObject<{
|
|
70
|
+
name: Type.TString;
|
|
71
|
+
}>]>>;
|
|
54
72
|
bookTitle: Type.TString;
|
|
55
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
73
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
56
74
|
givenNames: Type.TString;
|
|
57
75
|
familyName: Type.TString;
|
|
58
76
|
suffix: Type.TOptional<Type.TString>;
|
|
59
|
-
}
|
|
77
|
+
}>, Type.TObject<{
|
|
78
|
+
name: Type.TString;
|
|
79
|
+
}>]>>>;
|
|
60
80
|
publisher: Type.TString;
|
|
61
81
|
location: Type.TString;
|
|
62
82
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -81,11 +101,13 @@ export declare const TechnicalReportReferenceSchema: Type.TIntersect<[Type.TObje
|
|
|
81
101
|
type: Type.TLiteral<"TechnicalReport">;
|
|
82
102
|
title: Type.TString;
|
|
83
103
|
year: Type.TString;
|
|
84
|
-
authors: Type.TArray<Type.TObject<{
|
|
104
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
85
105
|
givenNames: Type.TString;
|
|
86
106
|
familyName: Type.TString;
|
|
87
107
|
suffix: Type.TOptional<Type.TString>;
|
|
88
|
-
}
|
|
108
|
+
}>, Type.TObject<{
|
|
109
|
+
name: Type.TString;
|
|
110
|
+
}>]>>;
|
|
89
111
|
reportNumber: Type.TString;
|
|
90
112
|
institution: Type.TString;
|
|
91
113
|
location: Type.TString;
|
|
@@ -107,11 +129,13 @@ export declare const ThesisReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
107
129
|
type: Type.TLiteral<"Thesis">;
|
|
108
130
|
title: Type.TString;
|
|
109
131
|
year: Type.TString;
|
|
110
|
-
authors: Type.TArray<Type.TObject<{
|
|
132
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
111
133
|
givenNames: Type.TString;
|
|
112
134
|
familyName: Type.TString;
|
|
113
135
|
suffix: Type.TOptional<Type.TString>;
|
|
114
|
-
}
|
|
136
|
+
}>, Type.TObject<{
|
|
137
|
+
name: Type.TString;
|
|
138
|
+
}>]>>;
|
|
115
139
|
degree: Type.TString;
|
|
116
140
|
institution: Type.TString;
|
|
117
141
|
location: Type.TString;
|
|
@@ -122,11 +146,13 @@ export declare const PatentReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
122
146
|
}>, Type.TObject<{
|
|
123
147
|
type: Type.TLiteral<"Patent">;
|
|
124
148
|
title: Type.TString;
|
|
125
|
-
inventors: Type.TArray<Type.TObject<{
|
|
149
|
+
inventors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
126
150
|
givenNames: Type.TString;
|
|
127
151
|
familyName: Type.TString;
|
|
128
152
|
suffix: Type.TOptional<Type.TString>;
|
|
129
|
-
}
|
|
153
|
+
}>, Type.TObject<{
|
|
154
|
+
name: Type.TString;
|
|
155
|
+
}>]>>;
|
|
130
156
|
country: Type.TString;
|
|
131
157
|
patentNumber: Type.TString;
|
|
132
158
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -158,11 +184,13 @@ export declare const JournalArticleReferenceSchema: Type.TIntersect<[Type.TObjec
|
|
|
158
184
|
type: Type.TLiteral<"JournalArticle">;
|
|
159
185
|
title: Type.TString;
|
|
160
186
|
year: Type.TString;
|
|
161
|
-
authors: Type.TArray<Type.TObject<{
|
|
187
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
162
188
|
givenNames: Type.TString;
|
|
163
189
|
familyName: Type.TString;
|
|
164
190
|
suffix: Type.TOptional<Type.TString>;
|
|
165
|
-
}
|
|
191
|
+
}>, Type.TObject<{
|
|
192
|
+
name: Type.TString;
|
|
193
|
+
}>]>>;
|
|
166
194
|
journalTitle: Type.TString;
|
|
167
195
|
volume: Type.TOptional<Type.TString>;
|
|
168
196
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -176,11 +204,13 @@ export declare const MagazineArticleReferenceSchema: Type.TIntersect<[Type.TObje
|
|
|
176
204
|
type: Type.TLiteral<"MagazineArticle">;
|
|
177
205
|
title: Type.TString;
|
|
178
206
|
year: Type.TString;
|
|
179
|
-
authors: Type.TArray<Type.TObject<{
|
|
207
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
180
208
|
givenNames: Type.TString;
|
|
181
209
|
familyName: Type.TString;
|
|
182
210
|
suffix: Type.TOptional<Type.TString>;
|
|
183
|
-
}
|
|
211
|
+
}>, Type.TObject<{
|
|
212
|
+
name: Type.TString;
|
|
213
|
+
}>]>>;
|
|
184
214
|
magazineTitle: Type.TString;
|
|
185
215
|
volume: Type.TOptional<Type.TString>;
|
|
186
216
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -192,11 +222,13 @@ export declare const NewspaperArticleReferenceSchema: Type.TIntersect<[Type.TObj
|
|
|
192
222
|
}>, Type.TObject<{
|
|
193
223
|
type: Type.TLiteral<"NewspaperArticle">;
|
|
194
224
|
title: Type.TString;
|
|
195
|
-
authors: Type.TArray<Type.TObject<{
|
|
225
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
196
226
|
givenNames: Type.TString;
|
|
197
227
|
familyName: Type.TString;
|
|
198
228
|
suffix: Type.TOptional<Type.TString>;
|
|
199
|
-
}
|
|
229
|
+
}>, Type.TObject<{
|
|
230
|
+
name: Type.TString;
|
|
231
|
+
}>]>>;
|
|
200
232
|
newspaperTitle: Type.TString;
|
|
201
233
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
202
234
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -207,11 +239,13 @@ export declare const ConferencePaperReferenceSchema: Type.TIntersect<[Type.TObje
|
|
|
207
239
|
}>, Type.TObject<{
|
|
208
240
|
type: Type.TLiteral<"ConferencePaper">;
|
|
209
241
|
title: Type.TString;
|
|
210
|
-
authors: Type.TArray<Type.TObject<{
|
|
242
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
211
243
|
givenNames: Type.TString;
|
|
212
244
|
familyName: Type.TString;
|
|
213
245
|
suffix: Type.TOptional<Type.TString>;
|
|
214
|
-
}
|
|
246
|
+
}>, Type.TObject<{
|
|
247
|
+
name: Type.TString;
|
|
248
|
+
}>]>>;
|
|
215
249
|
conferenceName: Type.TString;
|
|
216
250
|
location: Type.TString;
|
|
217
251
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -223,11 +257,13 @@ export declare const ConferenceProceedingsReferenceSchema: Type.TIntersect<[Type
|
|
|
223
257
|
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">]>;
|
|
224
258
|
}>, Type.TObject<{
|
|
225
259
|
type: Type.TLiteral<"ConferenceProceedings">;
|
|
226
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
260
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
227
261
|
givenNames: Type.TString;
|
|
228
262
|
familyName: Type.TString;
|
|
229
263
|
suffix: Type.TOptional<Type.TString>;
|
|
230
|
-
}
|
|
264
|
+
}>, Type.TObject<{
|
|
265
|
+
name: Type.TString;
|
|
266
|
+
}>]>>>;
|
|
231
267
|
conferenceName: Type.TString;
|
|
232
268
|
location: Type.TString;
|
|
233
269
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -241,11 +277,13 @@ export declare const DatasetReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
241
277
|
type: Type.TLiteral<"Dataset">;
|
|
242
278
|
title: Type.TString;
|
|
243
279
|
year: Type.TString;
|
|
244
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
280
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
245
281
|
givenNames: Type.TString;
|
|
246
282
|
familyName: Type.TString;
|
|
247
283
|
suffix: Type.TOptional<Type.TString>;
|
|
248
|
-
}
|
|
284
|
+
}>, Type.TObject<{
|
|
285
|
+
name: Type.TString;
|
|
286
|
+
}>]>>>;
|
|
249
287
|
repository: Type.TString;
|
|
250
288
|
version: Type.TOptional<Type.TString>;
|
|
251
289
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -258,11 +296,13 @@ export declare const SoftwareReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
258
296
|
type: Type.TLiteral<"Software">;
|
|
259
297
|
title: Type.TString;
|
|
260
298
|
year: Type.TString;
|
|
261
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
299
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
262
300
|
givenNames: Type.TString;
|
|
263
301
|
familyName: Type.TString;
|
|
264
302
|
suffix: Type.TOptional<Type.TString>;
|
|
265
|
-
}
|
|
303
|
+
}>, Type.TObject<{
|
|
304
|
+
name: Type.TString;
|
|
305
|
+
}>]>>>;
|
|
266
306
|
version: Type.TOptional<Type.TString>;
|
|
267
307
|
publisher: Type.TOptional<Type.TString>;
|
|
268
308
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -273,11 +313,13 @@ export declare const OnlineDocumentReferenceSchema: Type.TIntersect<[Type.TObjec
|
|
|
273
313
|
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">]>;
|
|
274
314
|
}>, Type.TObject<{
|
|
275
315
|
type: Type.TLiteral<"OnlineDocument">;
|
|
276
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
316
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
277
317
|
givenNames: Type.TString;
|
|
278
318
|
familyName: Type.TString;
|
|
279
319
|
suffix: Type.TOptional<Type.TString>;
|
|
280
|
-
}
|
|
320
|
+
}>, Type.TObject<{
|
|
321
|
+
name: Type.TString;
|
|
322
|
+
}>]>>>;
|
|
281
323
|
title: Type.TString;
|
|
282
324
|
publisher: Type.TOptional<Type.TString>;
|
|
283
325
|
url: Type.TString;
|
|
@@ -288,11 +330,13 @@ export declare const BlogReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
288
330
|
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">]>;
|
|
289
331
|
}>, Type.TObject<{
|
|
290
332
|
type: Type.TLiteral<"Blog">;
|
|
291
|
-
author: Type.TObject<{
|
|
333
|
+
author: Type.TUnion<[Type.TObject<{
|
|
292
334
|
givenNames: Type.TString;
|
|
293
335
|
familyName: Type.TString;
|
|
294
336
|
suffix: Type.TOptional<Type.TString>;
|
|
295
|
-
}
|
|
337
|
+
}>, Type.TObject<{
|
|
338
|
+
name: Type.TString;
|
|
339
|
+
}>]>;
|
|
296
340
|
postTitle: Type.TString;
|
|
297
341
|
blogName: Type.TString;
|
|
298
342
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -304,14 +348,21 @@ export declare const SocialMediaReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
304
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">]>;
|
|
305
349
|
}>, Type.TObject<{
|
|
306
350
|
type: Type.TLiteral<"SocialMedia">;
|
|
307
|
-
author: Type.TObject<{
|
|
351
|
+
author: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
308
352
|
givenNames: Type.TString;
|
|
309
353
|
familyName: Type.TString;
|
|
310
354
|
suffix: Type.TOptional<Type.TString>;
|
|
311
|
-
}
|
|
355
|
+
}>, Type.TObject<{
|
|
356
|
+
name: Type.TString;
|
|
357
|
+
}>]>>;
|
|
358
|
+
username: Type.TOptional<Type.TString>;
|
|
359
|
+
postTitle: Type.TOptional<Type.TString>;
|
|
360
|
+
postBody: Type.TOptional<Type.TString>;
|
|
361
|
+
websiteTitle: Type.TOptional<Type.TString>;
|
|
312
362
|
platform: Type.TString;
|
|
313
363
|
postDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
314
364
|
url: Type.TString;
|
|
365
|
+
accessedDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
315
366
|
}>]>;
|
|
316
367
|
export type TSocialMediaReference = Static<typeof SocialMediaReferenceSchema>;
|
|
317
368
|
export declare const PreprintReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
@@ -320,11 +371,13 @@ export declare const PreprintReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
320
371
|
type: Type.TLiteral<"Preprint">;
|
|
321
372
|
title: Type.TString;
|
|
322
373
|
year: Type.TString;
|
|
323
|
-
authors: Type.TArray<Type.TObject<{
|
|
374
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
324
375
|
givenNames: Type.TString;
|
|
325
376
|
familyName: Type.TString;
|
|
326
377
|
suffix: Type.TOptional<Type.TString>;
|
|
327
|
-
}
|
|
378
|
+
}>, Type.TObject<{
|
|
379
|
+
name: Type.TString;
|
|
380
|
+
}>]>>;
|
|
328
381
|
server: Type.TString;
|
|
329
382
|
doi: Type.TOptional<Type.TString>;
|
|
330
383
|
url: Type.TString;
|
|
@@ -335,11 +388,13 @@ export declare const VideoReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
335
388
|
}>, Type.TObject<{
|
|
336
389
|
type: Type.TLiteral<"Video">;
|
|
337
390
|
title: Type.TString;
|
|
338
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
391
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
339
392
|
givenNames: Type.TString;
|
|
340
393
|
familyName: Type.TString;
|
|
341
394
|
suffix: Type.TOptional<Type.TString>;
|
|
342
|
-
}
|
|
395
|
+
}>, Type.TObject<{
|
|
396
|
+
name: Type.TString;
|
|
397
|
+
}>]>>>;
|
|
343
398
|
releaseDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
344
399
|
platform: Type.TString;
|
|
345
400
|
url: Type.TString;
|
|
@@ -350,11 +405,13 @@ export declare const PodcastReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
350
405
|
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">]>;
|
|
351
406
|
}>, Type.TObject<{
|
|
352
407
|
type: Type.TLiteral<"Podcast">;
|
|
353
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
408
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
354
409
|
givenNames: Type.TString;
|
|
355
410
|
familyName: Type.TString;
|
|
356
411
|
suffix: Type.TOptional<Type.TString>;
|
|
357
|
-
}
|
|
412
|
+
}>, Type.TObject<{
|
|
413
|
+
name: Type.TString;
|
|
414
|
+
}>]>>>;
|
|
358
415
|
episodeTitle: Type.TString;
|
|
359
416
|
seriesTitle: Type.TString;
|
|
360
417
|
platform: Type.TString;
|
|
@@ -368,11 +425,13 @@ export declare const CourseReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
368
425
|
type: Type.TLiteral<"Course">;
|
|
369
426
|
title: Type.TString;
|
|
370
427
|
year: Type.TString;
|
|
371
|
-
instructor: Type.TObject<{
|
|
428
|
+
instructor: Type.TUnion<[Type.TObject<{
|
|
372
429
|
givenNames: Type.TString;
|
|
373
430
|
familyName: Type.TString;
|
|
374
431
|
suffix: Type.TOptional<Type.TString>;
|
|
375
|
-
}
|
|
432
|
+
}>, Type.TObject<{
|
|
433
|
+
name: Type.TString;
|
|
434
|
+
}>]>;
|
|
376
435
|
institution: Type.TString;
|
|
377
436
|
courseCode: Type.TOptional<Type.TString>;
|
|
378
437
|
term: Type.TString;
|
|
@@ -383,11 +442,13 @@ export declare const PresentationReferenceSchema: Type.TIntersect<[Type.TObject<
|
|
|
383
442
|
}>, Type.TObject<{
|
|
384
443
|
type: Type.TLiteral<"Presentation">;
|
|
385
444
|
title: Type.TString;
|
|
386
|
-
presenter: Type.TObject<{
|
|
445
|
+
presenter: Type.TUnion<[Type.TObject<{
|
|
387
446
|
givenNames: Type.TString;
|
|
388
447
|
familyName: Type.TString;
|
|
389
448
|
suffix: Type.TOptional<Type.TString>;
|
|
390
|
-
}
|
|
449
|
+
}>, Type.TObject<{
|
|
450
|
+
name: Type.TString;
|
|
451
|
+
}>]>;
|
|
391
452
|
eventTitle: Type.TString;
|
|
392
453
|
location: Type.TString;
|
|
393
454
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -397,16 +458,20 @@ export declare const InterviewReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
397
458
|
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">]>;
|
|
398
459
|
}>, Type.TObject<{
|
|
399
460
|
type: Type.TLiteral<"Interview">;
|
|
400
|
-
interviewee: Type.TObject<{
|
|
461
|
+
interviewee: Type.TUnion<[Type.TObject<{
|
|
401
462
|
givenNames: Type.TString;
|
|
402
463
|
familyName: Type.TString;
|
|
403
464
|
suffix: Type.TOptional<Type.TString>;
|
|
404
|
-
}
|
|
405
|
-
|
|
465
|
+
}>, Type.TObject<{
|
|
466
|
+
name: Type.TString;
|
|
467
|
+
}>]>;
|
|
468
|
+
interviewer: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
406
469
|
givenNames: Type.TString;
|
|
407
470
|
familyName: Type.TString;
|
|
408
471
|
suffix: Type.TOptional<Type.TString>;
|
|
409
|
-
}
|
|
472
|
+
}>, Type.TObject<{
|
|
473
|
+
name: Type.TString;
|
|
474
|
+
}>]>>;
|
|
410
475
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
411
476
|
}>]>;
|
|
412
477
|
export type TInterviewReference = Static<typeof InterviewReferenceSchema>;
|
|
@@ -414,11 +479,13 @@ export declare const PersonalCommunicationReferenceSchema: Type.TIntersect<[Type
|
|
|
414
479
|
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">]>;
|
|
415
480
|
}>, Type.TObject<{
|
|
416
481
|
type: Type.TLiteral<"PersonalCommunication">;
|
|
417
|
-
person: Type.TObject<{
|
|
482
|
+
person: Type.TUnion<[Type.TObject<{
|
|
418
483
|
givenNames: Type.TString;
|
|
419
484
|
familyName: Type.TString;
|
|
420
485
|
suffix: Type.TOptional<Type.TString>;
|
|
421
|
-
}
|
|
486
|
+
}>, Type.TObject<{
|
|
487
|
+
name: Type.TString;
|
|
488
|
+
}>]>;
|
|
422
489
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
423
490
|
}>]>;
|
|
424
491
|
export type TPersonalCommunicationReference = Static<typeof PersonalCommunicationReferenceSchema>;
|
|
@@ -426,16 +493,20 @@ export declare const EmailReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
426
493
|
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">]>;
|
|
427
494
|
}>, Type.TObject<{
|
|
428
495
|
type: Type.TLiteral<"Email">;
|
|
429
|
-
sender: Type.TObject<{
|
|
496
|
+
sender: Type.TUnion<[Type.TObject<{
|
|
430
497
|
givenNames: Type.TString;
|
|
431
498
|
familyName: Type.TString;
|
|
432
499
|
suffix: Type.TOptional<Type.TString>;
|
|
433
|
-
}
|
|
434
|
-
|
|
500
|
+
}>, Type.TObject<{
|
|
501
|
+
name: Type.TString;
|
|
502
|
+
}>]>;
|
|
503
|
+
recipient: Type.TUnion<[Type.TObject<{
|
|
435
504
|
givenNames: Type.TString;
|
|
436
505
|
familyName: Type.TString;
|
|
437
506
|
suffix: Type.TOptional<Type.TString>;
|
|
438
|
-
}
|
|
507
|
+
}>, Type.TObject<{
|
|
508
|
+
name: Type.TString;
|
|
509
|
+
}>]>;
|
|
439
510
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
440
511
|
}>]>;
|
|
441
512
|
export type TEmailReference = Static<typeof EmailReferenceSchema>;
|
|
@@ -464,11 +535,13 @@ export declare const GovernmentPublicationReferenceSchema: Type.TIntersect<[Type
|
|
|
464
535
|
type: Type.TLiteral<"GovernmentPublication">;
|
|
465
536
|
title: Type.TString;
|
|
466
537
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
467
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
538
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
468
539
|
givenNames: Type.TString;
|
|
469
540
|
familyName: Type.TString;
|
|
470
541
|
suffix: Type.TOptional<Type.TString>;
|
|
471
|
-
}
|
|
542
|
+
}>, Type.TObject<{
|
|
543
|
+
name: Type.TString;
|
|
544
|
+
}>]>>>;
|
|
472
545
|
agency: Type.TString;
|
|
473
546
|
reportNumber: Type.TOptional<Type.TString>;
|
|
474
547
|
location: Type.TString;
|
|
@@ -502,11 +575,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
502
575
|
type: Type.TLiteral<"Book">;
|
|
503
576
|
title: Type.TString;
|
|
504
577
|
year: Type.TString;
|
|
505
|
-
authors: Type.TArray<Type.TObject<{
|
|
578
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
506
579
|
givenNames: Type.TString;
|
|
507
580
|
familyName: Type.TString;
|
|
508
581
|
suffix: Type.TOptional<Type.TString>;
|
|
509
|
-
}
|
|
582
|
+
}>, Type.TObject<{
|
|
583
|
+
name: Type.TString;
|
|
584
|
+
}>]>>;
|
|
510
585
|
edition: Type.TOptional<Type.TString>;
|
|
511
586
|
publisher: Type.TString;
|
|
512
587
|
location: Type.TOptional<Type.TString>;
|
|
@@ -515,11 +590,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
515
590
|
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">]>;
|
|
516
591
|
}>, Type.TObject<{
|
|
517
592
|
type: Type.TLiteral<"Website">;
|
|
518
|
-
authors: Type.TArray<Type.TObject<{
|
|
593
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
519
594
|
givenNames: Type.TString;
|
|
520
595
|
familyName: Type.TString;
|
|
521
596
|
suffix: Type.TOptional<Type.TString>;
|
|
522
|
-
}
|
|
597
|
+
}>, Type.TObject<{
|
|
598
|
+
name: Type.TString;
|
|
599
|
+
}>]>>;
|
|
523
600
|
pageTitle: Type.TString;
|
|
524
601
|
websiteTitle: Type.TString;
|
|
525
602
|
accessedDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -530,17 +607,21 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
530
607
|
type: Type.TLiteral<"BookChapter">;
|
|
531
608
|
chapterTitle: Type.TString;
|
|
532
609
|
year: Type.TString;
|
|
533
|
-
authors: Type.TArray<Type.TObject<{
|
|
610
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
534
611
|
givenNames: Type.TString;
|
|
535
612
|
familyName: Type.TString;
|
|
536
613
|
suffix: Type.TOptional<Type.TString>;
|
|
537
|
-
}
|
|
614
|
+
}>, Type.TObject<{
|
|
615
|
+
name: Type.TString;
|
|
616
|
+
}>]>>;
|
|
538
617
|
bookTitle: Type.TString;
|
|
539
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
618
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
540
619
|
givenNames: Type.TString;
|
|
541
620
|
familyName: Type.TString;
|
|
542
621
|
suffix: Type.TOptional<Type.TString>;
|
|
543
|
-
}
|
|
622
|
+
}>, Type.TObject<{
|
|
623
|
+
name: Type.TString;
|
|
624
|
+
}>]>>>;
|
|
544
625
|
publisher: Type.TString;
|
|
545
626
|
location: Type.TString;
|
|
546
627
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -561,11 +642,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
561
642
|
type: Type.TLiteral<"TechnicalReport">;
|
|
562
643
|
title: Type.TString;
|
|
563
644
|
year: Type.TString;
|
|
564
|
-
authors: Type.TArray<Type.TObject<{
|
|
645
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
565
646
|
givenNames: Type.TString;
|
|
566
647
|
familyName: Type.TString;
|
|
567
648
|
suffix: Type.TOptional<Type.TString>;
|
|
568
|
-
}
|
|
649
|
+
}>, Type.TObject<{
|
|
650
|
+
name: Type.TString;
|
|
651
|
+
}>]>>;
|
|
569
652
|
reportNumber: Type.TString;
|
|
570
653
|
institution: Type.TString;
|
|
571
654
|
location: Type.TString;
|
|
@@ -583,11 +666,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
583
666
|
type: Type.TLiteral<"Thesis">;
|
|
584
667
|
title: Type.TString;
|
|
585
668
|
year: Type.TString;
|
|
586
|
-
authors: Type.TArray<Type.TObject<{
|
|
669
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
587
670
|
givenNames: Type.TString;
|
|
588
671
|
familyName: Type.TString;
|
|
589
672
|
suffix: Type.TOptional<Type.TString>;
|
|
590
|
-
}
|
|
673
|
+
}>, Type.TObject<{
|
|
674
|
+
name: Type.TString;
|
|
675
|
+
}>]>>;
|
|
591
676
|
degree: Type.TString;
|
|
592
677
|
institution: Type.TString;
|
|
593
678
|
location: Type.TString;
|
|
@@ -596,11 +681,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
596
681
|
}>, Type.TObject<{
|
|
597
682
|
type: Type.TLiteral<"Patent">;
|
|
598
683
|
title: Type.TString;
|
|
599
|
-
inventors: Type.TArray<Type.TObject<{
|
|
684
|
+
inventors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
600
685
|
givenNames: Type.TString;
|
|
601
686
|
familyName: Type.TString;
|
|
602
687
|
suffix: Type.TOptional<Type.TString>;
|
|
603
|
-
}
|
|
688
|
+
}>, Type.TObject<{
|
|
689
|
+
name: Type.TString;
|
|
690
|
+
}>]>>;
|
|
604
691
|
country: Type.TString;
|
|
605
692
|
patentNumber: Type.TString;
|
|
606
693
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -626,11 +713,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
626
713
|
type: Type.TLiteral<"JournalArticle">;
|
|
627
714
|
title: Type.TString;
|
|
628
715
|
year: Type.TString;
|
|
629
|
-
authors: Type.TArray<Type.TObject<{
|
|
716
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
630
717
|
givenNames: Type.TString;
|
|
631
718
|
familyName: Type.TString;
|
|
632
719
|
suffix: Type.TOptional<Type.TString>;
|
|
633
|
-
}
|
|
720
|
+
}>, Type.TObject<{
|
|
721
|
+
name: Type.TString;
|
|
722
|
+
}>]>>;
|
|
634
723
|
journalTitle: Type.TString;
|
|
635
724
|
volume: Type.TOptional<Type.TString>;
|
|
636
725
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -642,11 +731,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
642
731
|
type: Type.TLiteral<"MagazineArticle">;
|
|
643
732
|
title: Type.TString;
|
|
644
733
|
year: Type.TString;
|
|
645
|
-
authors: Type.TArray<Type.TObject<{
|
|
734
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
646
735
|
givenNames: Type.TString;
|
|
647
736
|
familyName: Type.TString;
|
|
648
737
|
suffix: Type.TOptional<Type.TString>;
|
|
649
|
-
}
|
|
738
|
+
}>, Type.TObject<{
|
|
739
|
+
name: Type.TString;
|
|
740
|
+
}>]>>;
|
|
650
741
|
magazineTitle: Type.TString;
|
|
651
742
|
volume: Type.TOptional<Type.TString>;
|
|
652
743
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -656,11 +747,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
656
747
|
}>, Type.TObject<{
|
|
657
748
|
type: Type.TLiteral<"NewspaperArticle">;
|
|
658
749
|
title: Type.TString;
|
|
659
|
-
authors: Type.TArray<Type.TObject<{
|
|
750
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
660
751
|
givenNames: Type.TString;
|
|
661
752
|
familyName: Type.TString;
|
|
662
753
|
suffix: Type.TOptional<Type.TString>;
|
|
663
|
-
}
|
|
754
|
+
}>, Type.TObject<{
|
|
755
|
+
name: Type.TString;
|
|
756
|
+
}>]>>;
|
|
664
757
|
newspaperTitle: Type.TString;
|
|
665
758
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
666
759
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -669,11 +762,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
669
762
|
}>, Type.TObject<{
|
|
670
763
|
type: Type.TLiteral<"ConferencePaper">;
|
|
671
764
|
title: Type.TString;
|
|
672
|
-
authors: Type.TArray<Type.TObject<{
|
|
765
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
673
766
|
givenNames: Type.TString;
|
|
674
767
|
familyName: Type.TString;
|
|
675
768
|
suffix: Type.TOptional<Type.TString>;
|
|
676
|
-
}
|
|
769
|
+
}>, Type.TObject<{
|
|
770
|
+
name: Type.TString;
|
|
771
|
+
}>]>>;
|
|
677
772
|
conferenceName: Type.TString;
|
|
678
773
|
location: Type.TString;
|
|
679
774
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -683,11 +778,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
683
778
|
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">]>;
|
|
684
779
|
}>, Type.TObject<{
|
|
685
780
|
type: Type.TLiteral<"ConferenceProceedings">;
|
|
686
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
781
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
687
782
|
givenNames: Type.TString;
|
|
688
783
|
familyName: Type.TString;
|
|
689
784
|
suffix: Type.TOptional<Type.TString>;
|
|
690
|
-
}
|
|
785
|
+
}>, Type.TObject<{
|
|
786
|
+
name: Type.TString;
|
|
787
|
+
}>]>>>;
|
|
691
788
|
conferenceName: Type.TString;
|
|
692
789
|
location: Type.TString;
|
|
693
790
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -699,11 +796,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
699
796
|
type: Type.TLiteral<"Dataset">;
|
|
700
797
|
title: Type.TString;
|
|
701
798
|
year: Type.TString;
|
|
702
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
799
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
703
800
|
givenNames: Type.TString;
|
|
704
801
|
familyName: Type.TString;
|
|
705
802
|
suffix: Type.TOptional<Type.TString>;
|
|
706
|
-
}
|
|
803
|
+
}>, Type.TObject<{
|
|
804
|
+
name: Type.TString;
|
|
805
|
+
}>]>>>;
|
|
707
806
|
repository: Type.TString;
|
|
708
807
|
version: Type.TOptional<Type.TString>;
|
|
709
808
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -714,11 +813,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
714
813
|
type: Type.TLiteral<"Software">;
|
|
715
814
|
title: Type.TString;
|
|
716
815
|
year: Type.TString;
|
|
717
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
816
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
718
817
|
givenNames: Type.TString;
|
|
719
818
|
familyName: Type.TString;
|
|
720
819
|
suffix: Type.TOptional<Type.TString>;
|
|
721
|
-
}
|
|
820
|
+
}>, Type.TObject<{
|
|
821
|
+
name: Type.TString;
|
|
822
|
+
}>]>>>;
|
|
722
823
|
version: Type.TOptional<Type.TString>;
|
|
723
824
|
publisher: Type.TOptional<Type.TString>;
|
|
724
825
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -727,11 +828,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
727
828
|
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">]>;
|
|
728
829
|
}>, Type.TObject<{
|
|
729
830
|
type: Type.TLiteral<"OnlineDocument">;
|
|
730
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
831
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
731
832
|
givenNames: Type.TString;
|
|
732
833
|
familyName: Type.TString;
|
|
733
834
|
suffix: Type.TOptional<Type.TString>;
|
|
734
|
-
}
|
|
835
|
+
}>, Type.TObject<{
|
|
836
|
+
name: Type.TString;
|
|
837
|
+
}>]>>>;
|
|
735
838
|
title: Type.TString;
|
|
736
839
|
publisher: Type.TOptional<Type.TString>;
|
|
737
840
|
url: Type.TString;
|
|
@@ -740,11 +843,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
740
843
|
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">]>;
|
|
741
844
|
}>, Type.TObject<{
|
|
742
845
|
type: Type.TLiteral<"Blog">;
|
|
743
|
-
author: Type.TObject<{
|
|
846
|
+
author: Type.TUnion<[Type.TObject<{
|
|
744
847
|
givenNames: Type.TString;
|
|
745
848
|
familyName: Type.TString;
|
|
746
849
|
suffix: Type.TOptional<Type.TString>;
|
|
747
|
-
}
|
|
850
|
+
}>, Type.TObject<{
|
|
851
|
+
name: Type.TString;
|
|
852
|
+
}>]>;
|
|
748
853
|
postTitle: Type.TString;
|
|
749
854
|
blogName: Type.TString;
|
|
750
855
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -754,25 +859,34 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
754
859
|
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">]>;
|
|
755
860
|
}>, Type.TObject<{
|
|
756
861
|
type: Type.TLiteral<"SocialMedia">;
|
|
757
|
-
author: Type.TObject<{
|
|
862
|
+
author: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
758
863
|
givenNames: Type.TString;
|
|
759
864
|
familyName: Type.TString;
|
|
760
865
|
suffix: Type.TOptional<Type.TString>;
|
|
761
|
-
}
|
|
866
|
+
}>, Type.TObject<{
|
|
867
|
+
name: Type.TString;
|
|
868
|
+
}>]>>;
|
|
869
|
+
username: Type.TOptional<Type.TString>;
|
|
870
|
+
postTitle: Type.TOptional<Type.TString>;
|
|
871
|
+
postBody: Type.TOptional<Type.TString>;
|
|
872
|
+
websiteTitle: Type.TOptional<Type.TString>;
|
|
762
873
|
platform: Type.TString;
|
|
763
874
|
postDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
764
875
|
url: Type.TString;
|
|
876
|
+
accessedDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
765
877
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
766
878
|
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">]>;
|
|
767
879
|
}>, Type.TObject<{
|
|
768
880
|
type: Type.TLiteral<"Preprint">;
|
|
769
881
|
title: Type.TString;
|
|
770
882
|
year: Type.TString;
|
|
771
|
-
authors: Type.TArray<Type.TObject<{
|
|
883
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
772
884
|
givenNames: Type.TString;
|
|
773
885
|
familyName: Type.TString;
|
|
774
886
|
suffix: Type.TOptional<Type.TString>;
|
|
775
|
-
}
|
|
887
|
+
}>, Type.TObject<{
|
|
888
|
+
name: Type.TString;
|
|
889
|
+
}>]>>;
|
|
776
890
|
server: Type.TString;
|
|
777
891
|
doi: Type.TOptional<Type.TString>;
|
|
778
892
|
url: Type.TString;
|
|
@@ -781,11 +895,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
781
895
|
}>, Type.TObject<{
|
|
782
896
|
type: Type.TLiteral<"Video">;
|
|
783
897
|
title: Type.TString;
|
|
784
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
898
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
785
899
|
givenNames: Type.TString;
|
|
786
900
|
familyName: Type.TString;
|
|
787
901
|
suffix: Type.TOptional<Type.TString>;
|
|
788
|
-
}
|
|
902
|
+
}>, Type.TObject<{
|
|
903
|
+
name: Type.TString;
|
|
904
|
+
}>]>>>;
|
|
789
905
|
releaseDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
790
906
|
platform: Type.TString;
|
|
791
907
|
url: Type.TString;
|
|
@@ -794,11 +910,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
794
910
|
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">]>;
|
|
795
911
|
}>, Type.TObject<{
|
|
796
912
|
type: Type.TLiteral<"Podcast">;
|
|
797
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
913
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
798
914
|
givenNames: Type.TString;
|
|
799
915
|
familyName: Type.TString;
|
|
800
916
|
suffix: Type.TOptional<Type.TString>;
|
|
801
|
-
}
|
|
917
|
+
}>, Type.TObject<{
|
|
918
|
+
name: Type.TString;
|
|
919
|
+
}>]>>>;
|
|
802
920
|
episodeTitle: Type.TString;
|
|
803
921
|
seriesTitle: Type.TString;
|
|
804
922
|
platform: Type.TString;
|
|
@@ -810,11 +928,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
810
928
|
type: Type.TLiteral<"Course">;
|
|
811
929
|
title: Type.TString;
|
|
812
930
|
year: Type.TString;
|
|
813
|
-
instructor: Type.TObject<{
|
|
931
|
+
instructor: Type.TUnion<[Type.TObject<{
|
|
814
932
|
givenNames: Type.TString;
|
|
815
933
|
familyName: Type.TString;
|
|
816
934
|
suffix: Type.TOptional<Type.TString>;
|
|
817
|
-
}
|
|
935
|
+
}>, Type.TObject<{
|
|
936
|
+
name: Type.TString;
|
|
937
|
+
}>]>;
|
|
818
938
|
institution: Type.TString;
|
|
819
939
|
courseCode: Type.TOptional<Type.TString>;
|
|
820
940
|
term: Type.TString;
|
|
@@ -823,11 +943,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
823
943
|
}>, Type.TObject<{
|
|
824
944
|
type: Type.TLiteral<"Presentation">;
|
|
825
945
|
title: Type.TString;
|
|
826
|
-
presenter: Type.TObject<{
|
|
946
|
+
presenter: Type.TUnion<[Type.TObject<{
|
|
827
947
|
givenNames: Type.TString;
|
|
828
948
|
familyName: Type.TString;
|
|
829
949
|
suffix: Type.TOptional<Type.TString>;
|
|
830
|
-
}
|
|
950
|
+
}>, Type.TObject<{
|
|
951
|
+
name: Type.TString;
|
|
952
|
+
}>]>;
|
|
831
953
|
eventTitle: Type.TString;
|
|
832
954
|
location: Type.TString;
|
|
833
955
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -835,41 +957,51 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
835
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">]>;
|
|
836
958
|
}>, Type.TObject<{
|
|
837
959
|
type: Type.TLiteral<"Interview">;
|
|
838
|
-
interviewee: Type.TObject<{
|
|
960
|
+
interviewee: Type.TUnion<[Type.TObject<{
|
|
839
961
|
givenNames: Type.TString;
|
|
840
962
|
familyName: Type.TString;
|
|
841
963
|
suffix: Type.TOptional<Type.TString>;
|
|
842
|
-
}
|
|
843
|
-
|
|
964
|
+
}>, Type.TObject<{
|
|
965
|
+
name: Type.TString;
|
|
966
|
+
}>]>;
|
|
967
|
+
interviewer: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
844
968
|
givenNames: Type.TString;
|
|
845
969
|
familyName: Type.TString;
|
|
846
970
|
suffix: Type.TOptional<Type.TString>;
|
|
847
|
-
}
|
|
971
|
+
}>, Type.TObject<{
|
|
972
|
+
name: Type.TString;
|
|
973
|
+
}>]>>;
|
|
848
974
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
849
975
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
850
976
|
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">]>;
|
|
851
977
|
}>, Type.TObject<{
|
|
852
978
|
type: Type.TLiteral<"PersonalCommunication">;
|
|
853
|
-
person: Type.TObject<{
|
|
979
|
+
person: Type.TUnion<[Type.TObject<{
|
|
854
980
|
givenNames: Type.TString;
|
|
855
981
|
familyName: Type.TString;
|
|
856
982
|
suffix: Type.TOptional<Type.TString>;
|
|
857
|
-
}
|
|
983
|
+
}>, Type.TObject<{
|
|
984
|
+
name: Type.TString;
|
|
985
|
+
}>]>;
|
|
858
986
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
859
987
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
860
988
|
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">]>;
|
|
861
989
|
}>, Type.TObject<{
|
|
862
990
|
type: Type.TLiteral<"Email">;
|
|
863
|
-
sender: Type.TObject<{
|
|
991
|
+
sender: Type.TUnion<[Type.TObject<{
|
|
864
992
|
givenNames: Type.TString;
|
|
865
993
|
familyName: Type.TString;
|
|
866
994
|
suffix: Type.TOptional<Type.TString>;
|
|
867
|
-
}
|
|
868
|
-
|
|
995
|
+
}>, Type.TObject<{
|
|
996
|
+
name: Type.TString;
|
|
997
|
+
}>]>;
|
|
998
|
+
recipient: Type.TUnion<[Type.TObject<{
|
|
869
999
|
givenNames: Type.TString;
|
|
870
1000
|
familyName: Type.TString;
|
|
871
1001
|
suffix: Type.TOptional<Type.TString>;
|
|
872
|
-
}
|
|
1002
|
+
}>, Type.TObject<{
|
|
1003
|
+
name: Type.TString;
|
|
1004
|
+
}>]>;
|
|
873
1005
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
874
1006
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
875
1007
|
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">]>;
|
|
@@ -892,11 +1024,13 @@ export declare const IEEEReferenceSchema: Type.TUnion<[Type.TIntersect<[Type.TOb
|
|
|
892
1024
|
type: Type.TLiteral<"GovernmentPublication">;
|
|
893
1025
|
title: Type.TString;
|
|
894
1026
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
895
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1027
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
896
1028
|
givenNames: Type.TString;
|
|
897
1029
|
familyName: Type.TString;
|
|
898
1030
|
suffix: Type.TOptional<Type.TString>;
|
|
899
|
-
}
|
|
1031
|
+
}>, Type.TObject<{
|
|
1032
|
+
name: Type.TString;
|
|
1033
|
+
}>]>>>;
|
|
900
1034
|
agency: Type.TString;
|
|
901
1035
|
reportNumber: Type.TOptional<Type.TString>;
|
|
902
1036
|
location: Type.TString;
|
|
@@ -927,11 +1061,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
927
1061
|
type: Type.TLiteral<"Book">;
|
|
928
1062
|
title: Type.TString;
|
|
929
1063
|
year: Type.TString;
|
|
930
|
-
authors: Type.TArray<Type.TObject<{
|
|
1064
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
931
1065
|
givenNames: Type.TString;
|
|
932
1066
|
familyName: Type.TString;
|
|
933
1067
|
suffix: Type.TOptional<Type.TString>;
|
|
934
|
-
}
|
|
1068
|
+
}>, Type.TObject<{
|
|
1069
|
+
name: Type.TString;
|
|
1070
|
+
}>]>>;
|
|
935
1071
|
edition: Type.TOptional<Type.TString>;
|
|
936
1072
|
publisher: Type.TString;
|
|
937
1073
|
location: Type.TOptional<Type.TString>;
|
|
@@ -941,11 +1077,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
941
1077
|
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">]>;
|
|
942
1078
|
}>, Type.TObject<{
|
|
943
1079
|
type: Type.TLiteral<"Website">;
|
|
944
|
-
authors: Type.TArray<Type.TObject<{
|
|
1080
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
945
1081
|
givenNames: Type.TString;
|
|
946
1082
|
familyName: Type.TString;
|
|
947
1083
|
suffix: Type.TOptional<Type.TString>;
|
|
948
|
-
}
|
|
1084
|
+
}>, Type.TObject<{
|
|
1085
|
+
name: Type.TString;
|
|
1086
|
+
}>]>>;
|
|
949
1087
|
pageTitle: Type.TString;
|
|
950
1088
|
websiteTitle: Type.TString;
|
|
951
1089
|
accessedDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -957,17 +1095,21 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
957
1095
|
type: Type.TLiteral<"BookChapter">;
|
|
958
1096
|
chapterTitle: Type.TString;
|
|
959
1097
|
year: Type.TString;
|
|
960
|
-
authors: Type.TArray<Type.TObject<{
|
|
1098
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
961
1099
|
givenNames: Type.TString;
|
|
962
1100
|
familyName: Type.TString;
|
|
963
1101
|
suffix: Type.TOptional<Type.TString>;
|
|
964
|
-
}
|
|
1102
|
+
}>, Type.TObject<{
|
|
1103
|
+
name: Type.TString;
|
|
1104
|
+
}>]>>;
|
|
965
1105
|
bookTitle: Type.TString;
|
|
966
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1106
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
967
1107
|
givenNames: Type.TString;
|
|
968
1108
|
familyName: Type.TString;
|
|
969
1109
|
suffix: Type.TOptional<Type.TString>;
|
|
970
|
-
}
|
|
1110
|
+
}>, Type.TObject<{
|
|
1111
|
+
name: Type.TString;
|
|
1112
|
+
}>]>>>;
|
|
971
1113
|
publisher: Type.TString;
|
|
972
1114
|
location: Type.TString;
|
|
973
1115
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -990,11 +1132,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
990
1132
|
type: Type.TLiteral<"TechnicalReport">;
|
|
991
1133
|
title: Type.TString;
|
|
992
1134
|
year: Type.TString;
|
|
993
|
-
authors: Type.TArray<Type.TObject<{
|
|
1135
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
994
1136
|
givenNames: Type.TString;
|
|
995
1137
|
familyName: Type.TString;
|
|
996
1138
|
suffix: Type.TOptional<Type.TString>;
|
|
997
|
-
}
|
|
1139
|
+
}>, Type.TObject<{
|
|
1140
|
+
name: Type.TString;
|
|
1141
|
+
}>]>>;
|
|
998
1142
|
reportNumber: Type.TString;
|
|
999
1143
|
institution: Type.TString;
|
|
1000
1144
|
location: Type.TString;
|
|
@@ -1014,11 +1158,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1014
1158
|
type: Type.TLiteral<"Thesis">;
|
|
1015
1159
|
title: Type.TString;
|
|
1016
1160
|
year: Type.TString;
|
|
1017
|
-
authors: Type.TArray<Type.TObject<{
|
|
1161
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1018
1162
|
givenNames: Type.TString;
|
|
1019
1163
|
familyName: Type.TString;
|
|
1020
1164
|
suffix: Type.TOptional<Type.TString>;
|
|
1021
|
-
}
|
|
1165
|
+
}>, Type.TObject<{
|
|
1166
|
+
name: Type.TString;
|
|
1167
|
+
}>]>>;
|
|
1022
1168
|
degree: Type.TString;
|
|
1023
1169
|
institution: Type.TString;
|
|
1024
1170
|
location: Type.TString;
|
|
@@ -1028,11 +1174,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1028
1174
|
}>, Type.TObject<{
|
|
1029
1175
|
type: Type.TLiteral<"Patent">;
|
|
1030
1176
|
title: Type.TString;
|
|
1031
|
-
inventors: Type.TArray<Type.TObject<{
|
|
1177
|
+
inventors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1032
1178
|
givenNames: Type.TString;
|
|
1033
1179
|
familyName: Type.TString;
|
|
1034
1180
|
suffix: Type.TOptional<Type.TString>;
|
|
1035
|
-
}
|
|
1181
|
+
}>, Type.TObject<{
|
|
1182
|
+
name: Type.TString;
|
|
1183
|
+
}>]>>;
|
|
1036
1184
|
country: Type.TString;
|
|
1037
1185
|
patentNumber: Type.TString;
|
|
1038
1186
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -1061,11 +1209,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1061
1209
|
type: Type.TLiteral<"JournalArticle">;
|
|
1062
1210
|
title: Type.TString;
|
|
1063
1211
|
year: Type.TString;
|
|
1064
|
-
authors: Type.TArray<Type.TObject<{
|
|
1212
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1065
1213
|
givenNames: Type.TString;
|
|
1066
1214
|
familyName: Type.TString;
|
|
1067
1215
|
suffix: Type.TOptional<Type.TString>;
|
|
1068
|
-
}
|
|
1216
|
+
}>, Type.TObject<{
|
|
1217
|
+
name: Type.TString;
|
|
1218
|
+
}>]>>;
|
|
1069
1219
|
journalTitle: Type.TString;
|
|
1070
1220
|
volume: Type.TOptional<Type.TString>;
|
|
1071
1221
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -1078,11 +1228,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1078
1228
|
type: Type.TLiteral<"MagazineArticle">;
|
|
1079
1229
|
title: Type.TString;
|
|
1080
1230
|
year: Type.TString;
|
|
1081
|
-
authors: Type.TArray<Type.TObject<{
|
|
1231
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1082
1232
|
givenNames: Type.TString;
|
|
1083
1233
|
familyName: Type.TString;
|
|
1084
1234
|
suffix: Type.TOptional<Type.TString>;
|
|
1085
|
-
}
|
|
1235
|
+
}>, Type.TObject<{
|
|
1236
|
+
name: Type.TString;
|
|
1237
|
+
}>]>>;
|
|
1086
1238
|
magazineTitle: Type.TString;
|
|
1087
1239
|
volume: Type.TOptional<Type.TString>;
|
|
1088
1240
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -1093,11 +1245,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1093
1245
|
}>, Type.TObject<{
|
|
1094
1246
|
type: Type.TLiteral<"NewspaperArticle">;
|
|
1095
1247
|
title: Type.TString;
|
|
1096
|
-
authors: Type.TArray<Type.TObject<{
|
|
1248
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1097
1249
|
givenNames: Type.TString;
|
|
1098
1250
|
familyName: Type.TString;
|
|
1099
1251
|
suffix: Type.TOptional<Type.TString>;
|
|
1100
|
-
}
|
|
1252
|
+
}>, Type.TObject<{
|
|
1253
|
+
name: Type.TString;
|
|
1254
|
+
}>]>>;
|
|
1101
1255
|
newspaperTitle: Type.TString;
|
|
1102
1256
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
1103
1257
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -1107,11 +1261,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1107
1261
|
}>, Type.TObject<{
|
|
1108
1262
|
type: Type.TLiteral<"ConferencePaper">;
|
|
1109
1263
|
title: Type.TString;
|
|
1110
|
-
authors: Type.TArray<Type.TObject<{
|
|
1264
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1111
1265
|
givenNames: Type.TString;
|
|
1112
1266
|
familyName: Type.TString;
|
|
1113
1267
|
suffix: Type.TOptional<Type.TString>;
|
|
1114
|
-
}
|
|
1268
|
+
}>, Type.TObject<{
|
|
1269
|
+
name: Type.TString;
|
|
1270
|
+
}>]>>;
|
|
1115
1271
|
conferenceName: Type.TString;
|
|
1116
1272
|
location: Type.TString;
|
|
1117
1273
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -1122,11 +1278,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1122
1278
|
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">]>;
|
|
1123
1279
|
}>, Type.TObject<{
|
|
1124
1280
|
type: Type.TLiteral<"ConferenceProceedings">;
|
|
1125
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1281
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1126
1282
|
givenNames: Type.TString;
|
|
1127
1283
|
familyName: Type.TString;
|
|
1128
1284
|
suffix: Type.TOptional<Type.TString>;
|
|
1129
|
-
}
|
|
1285
|
+
}>, Type.TObject<{
|
|
1286
|
+
name: Type.TString;
|
|
1287
|
+
}>]>>>;
|
|
1130
1288
|
conferenceName: Type.TString;
|
|
1131
1289
|
location: Type.TString;
|
|
1132
1290
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -1139,11 +1297,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1139
1297
|
type: Type.TLiteral<"Dataset">;
|
|
1140
1298
|
title: Type.TString;
|
|
1141
1299
|
year: Type.TString;
|
|
1142
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1300
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1143
1301
|
givenNames: Type.TString;
|
|
1144
1302
|
familyName: Type.TString;
|
|
1145
1303
|
suffix: Type.TOptional<Type.TString>;
|
|
1146
|
-
}
|
|
1304
|
+
}>, Type.TObject<{
|
|
1305
|
+
name: Type.TString;
|
|
1306
|
+
}>]>>>;
|
|
1147
1307
|
repository: Type.TString;
|
|
1148
1308
|
version: Type.TOptional<Type.TString>;
|
|
1149
1309
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -1155,11 +1315,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1155
1315
|
type: Type.TLiteral<"Software">;
|
|
1156
1316
|
title: Type.TString;
|
|
1157
1317
|
year: Type.TString;
|
|
1158
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1318
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1159
1319
|
givenNames: Type.TString;
|
|
1160
1320
|
familyName: Type.TString;
|
|
1161
1321
|
suffix: Type.TOptional<Type.TString>;
|
|
1162
|
-
}
|
|
1322
|
+
}>, Type.TObject<{
|
|
1323
|
+
name: Type.TString;
|
|
1324
|
+
}>]>>>;
|
|
1163
1325
|
version: Type.TOptional<Type.TString>;
|
|
1164
1326
|
publisher: Type.TOptional<Type.TString>;
|
|
1165
1327
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -1169,11 +1331,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1169
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">]>;
|
|
1170
1332
|
}>, Type.TObject<{
|
|
1171
1333
|
type: Type.TLiteral<"OnlineDocument">;
|
|
1172
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1334
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1173
1335
|
givenNames: Type.TString;
|
|
1174
1336
|
familyName: Type.TString;
|
|
1175
1337
|
suffix: Type.TOptional<Type.TString>;
|
|
1176
|
-
}
|
|
1338
|
+
}>, Type.TObject<{
|
|
1339
|
+
name: Type.TString;
|
|
1340
|
+
}>]>>>;
|
|
1177
1341
|
title: Type.TString;
|
|
1178
1342
|
publisher: Type.TOptional<Type.TString>;
|
|
1179
1343
|
url: Type.TString;
|
|
@@ -1183,11 +1347,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1183
1347
|
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">]>;
|
|
1184
1348
|
}>, Type.TObject<{
|
|
1185
1349
|
type: Type.TLiteral<"Blog">;
|
|
1186
|
-
author: Type.TObject<{
|
|
1350
|
+
author: Type.TUnion<[Type.TObject<{
|
|
1187
1351
|
givenNames: Type.TString;
|
|
1188
1352
|
familyName: Type.TString;
|
|
1189
1353
|
suffix: Type.TOptional<Type.TString>;
|
|
1190
|
-
}
|
|
1354
|
+
}>, Type.TObject<{
|
|
1355
|
+
name: Type.TString;
|
|
1356
|
+
}>]>;
|
|
1191
1357
|
postTitle: Type.TString;
|
|
1192
1358
|
blogName: Type.TString;
|
|
1193
1359
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -1198,14 +1364,21 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1198
1364
|
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">]>;
|
|
1199
1365
|
}>, Type.TObject<{
|
|
1200
1366
|
type: Type.TLiteral<"SocialMedia">;
|
|
1201
|
-
author: Type.TObject<{
|
|
1367
|
+
author: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
1202
1368
|
givenNames: Type.TString;
|
|
1203
1369
|
familyName: Type.TString;
|
|
1204
1370
|
suffix: Type.TOptional<Type.TString>;
|
|
1205
|
-
}
|
|
1371
|
+
}>, Type.TObject<{
|
|
1372
|
+
name: Type.TString;
|
|
1373
|
+
}>]>>;
|
|
1374
|
+
username: Type.TOptional<Type.TString>;
|
|
1375
|
+
postTitle: Type.TOptional<Type.TString>;
|
|
1376
|
+
postBody: Type.TOptional<Type.TString>;
|
|
1377
|
+
websiteTitle: Type.TOptional<Type.TString>;
|
|
1206
1378
|
platform: Type.TString;
|
|
1207
1379
|
postDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
1208
1380
|
url: Type.TString;
|
|
1381
|
+
accessedDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
1209
1382
|
}>]>;
|
|
1210
1383
|
readonly Preprint: Type.TIntersect<[Type.TObject<{
|
|
1211
1384
|
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">]>;
|
|
@@ -1213,11 +1386,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1213
1386
|
type: Type.TLiteral<"Preprint">;
|
|
1214
1387
|
title: Type.TString;
|
|
1215
1388
|
year: Type.TString;
|
|
1216
|
-
authors: Type.TArray<Type.TObject<{
|
|
1389
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1217
1390
|
givenNames: Type.TString;
|
|
1218
1391
|
familyName: Type.TString;
|
|
1219
1392
|
suffix: Type.TOptional<Type.TString>;
|
|
1220
|
-
}
|
|
1393
|
+
}>, Type.TObject<{
|
|
1394
|
+
name: Type.TString;
|
|
1395
|
+
}>]>>;
|
|
1221
1396
|
server: Type.TString;
|
|
1222
1397
|
doi: Type.TOptional<Type.TString>;
|
|
1223
1398
|
url: Type.TString;
|
|
@@ -1227,11 +1402,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1227
1402
|
}>, Type.TObject<{
|
|
1228
1403
|
type: Type.TLiteral<"Video">;
|
|
1229
1404
|
title: Type.TString;
|
|
1230
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1405
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1231
1406
|
givenNames: Type.TString;
|
|
1232
1407
|
familyName: Type.TString;
|
|
1233
1408
|
suffix: Type.TOptional<Type.TString>;
|
|
1234
|
-
}
|
|
1409
|
+
}>, Type.TObject<{
|
|
1410
|
+
name: Type.TString;
|
|
1411
|
+
}>]>>>;
|
|
1235
1412
|
releaseDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
1236
1413
|
platform: Type.TString;
|
|
1237
1414
|
url: Type.TString;
|
|
@@ -1241,11 +1418,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1241
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">]>;
|
|
1242
1419
|
}>, Type.TObject<{
|
|
1243
1420
|
type: Type.TLiteral<"Podcast">;
|
|
1244
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1421
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1245
1422
|
givenNames: Type.TString;
|
|
1246
1423
|
familyName: Type.TString;
|
|
1247
1424
|
suffix: Type.TOptional<Type.TString>;
|
|
1248
|
-
}
|
|
1425
|
+
}>, Type.TObject<{
|
|
1426
|
+
name: Type.TString;
|
|
1427
|
+
}>]>>>;
|
|
1249
1428
|
episodeTitle: Type.TString;
|
|
1250
1429
|
seriesTitle: Type.TString;
|
|
1251
1430
|
platform: Type.TString;
|
|
@@ -1258,11 +1437,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1258
1437
|
type: Type.TLiteral<"Course">;
|
|
1259
1438
|
title: Type.TString;
|
|
1260
1439
|
year: Type.TString;
|
|
1261
|
-
instructor: Type.TObject<{
|
|
1440
|
+
instructor: Type.TUnion<[Type.TObject<{
|
|
1262
1441
|
givenNames: Type.TString;
|
|
1263
1442
|
familyName: Type.TString;
|
|
1264
1443
|
suffix: Type.TOptional<Type.TString>;
|
|
1265
|
-
}
|
|
1444
|
+
}>, Type.TObject<{
|
|
1445
|
+
name: Type.TString;
|
|
1446
|
+
}>]>;
|
|
1266
1447
|
institution: Type.TString;
|
|
1267
1448
|
courseCode: Type.TOptional<Type.TString>;
|
|
1268
1449
|
term: Type.TString;
|
|
@@ -1272,11 +1453,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1272
1453
|
}>, Type.TObject<{
|
|
1273
1454
|
type: Type.TLiteral<"Presentation">;
|
|
1274
1455
|
title: Type.TString;
|
|
1275
|
-
presenter: Type.TObject<{
|
|
1456
|
+
presenter: Type.TUnion<[Type.TObject<{
|
|
1276
1457
|
givenNames: Type.TString;
|
|
1277
1458
|
familyName: Type.TString;
|
|
1278
1459
|
suffix: Type.TOptional<Type.TString>;
|
|
1279
|
-
}
|
|
1460
|
+
}>, Type.TObject<{
|
|
1461
|
+
name: Type.TString;
|
|
1462
|
+
}>]>;
|
|
1280
1463
|
eventTitle: Type.TString;
|
|
1281
1464
|
location: Type.TString;
|
|
1282
1465
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -1285,43 +1468,53 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1285
1468
|
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">]>;
|
|
1286
1469
|
}>, Type.TObject<{
|
|
1287
1470
|
type: Type.TLiteral<"Interview">;
|
|
1288
|
-
interviewee: Type.TObject<{
|
|
1471
|
+
interviewee: Type.TUnion<[Type.TObject<{
|
|
1289
1472
|
givenNames: Type.TString;
|
|
1290
1473
|
familyName: Type.TString;
|
|
1291
1474
|
suffix: Type.TOptional<Type.TString>;
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1475
|
+
}>, Type.TObject<{
|
|
1476
|
+
name: Type.TString;
|
|
1477
|
+
}>]>;
|
|
1478
|
+
interviewer: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
1294
1479
|
givenNames: Type.TString;
|
|
1295
1480
|
familyName: Type.TString;
|
|
1296
1481
|
suffix: Type.TOptional<Type.TString>;
|
|
1297
|
-
}
|
|
1482
|
+
}>, Type.TObject<{
|
|
1483
|
+
name: Type.TString;
|
|
1484
|
+
}>]>>;
|
|
1298
1485
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
1299
1486
|
}>]>;
|
|
1300
1487
|
readonly PersonalCommunication: Type.TIntersect<[Type.TObject<{
|
|
1301
1488
|
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">]>;
|
|
1302
1489
|
}>, Type.TObject<{
|
|
1303
1490
|
type: Type.TLiteral<"PersonalCommunication">;
|
|
1304
|
-
person: Type.TObject<{
|
|
1491
|
+
person: Type.TUnion<[Type.TObject<{
|
|
1305
1492
|
givenNames: Type.TString;
|
|
1306
1493
|
familyName: Type.TString;
|
|
1307
1494
|
suffix: Type.TOptional<Type.TString>;
|
|
1308
|
-
}
|
|
1495
|
+
}>, Type.TObject<{
|
|
1496
|
+
name: Type.TString;
|
|
1497
|
+
}>]>;
|
|
1309
1498
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
1310
1499
|
}>]>;
|
|
1311
1500
|
readonly Email: Type.TIntersect<[Type.TObject<{
|
|
1312
1501
|
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">]>;
|
|
1313
1502
|
}>, Type.TObject<{
|
|
1314
1503
|
type: Type.TLiteral<"Email">;
|
|
1315
|
-
sender: Type.TObject<{
|
|
1504
|
+
sender: Type.TUnion<[Type.TObject<{
|
|
1316
1505
|
givenNames: Type.TString;
|
|
1317
1506
|
familyName: Type.TString;
|
|
1318
1507
|
suffix: Type.TOptional<Type.TString>;
|
|
1319
|
-
}
|
|
1320
|
-
|
|
1508
|
+
}>, Type.TObject<{
|
|
1509
|
+
name: Type.TString;
|
|
1510
|
+
}>]>;
|
|
1511
|
+
recipient: Type.TUnion<[Type.TObject<{
|
|
1321
1512
|
givenNames: Type.TString;
|
|
1322
1513
|
familyName: Type.TString;
|
|
1323
1514
|
suffix: Type.TOptional<Type.TString>;
|
|
1324
|
-
}
|
|
1515
|
+
}>, Type.TObject<{
|
|
1516
|
+
name: Type.TString;
|
|
1517
|
+
}>]>;
|
|
1325
1518
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
1326
1519
|
}>]>;
|
|
1327
1520
|
readonly Law: Type.TIntersect<[Type.TObject<{
|
|
@@ -1347,11 +1540,13 @@ export declare const IEEEReferenceSchemaMap: {
|
|
|
1347
1540
|
type: Type.TLiteral<"GovernmentPublication">;
|
|
1348
1541
|
title: Type.TString;
|
|
1349
1542
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
1350
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1543
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1351
1544
|
givenNames: Type.TString;
|
|
1352
1545
|
familyName: Type.TString;
|
|
1353
1546
|
suffix: Type.TOptional<Type.TString>;
|
|
1354
|
-
}
|
|
1547
|
+
}>, Type.TObject<{
|
|
1548
|
+
name: Type.TString;
|
|
1549
|
+
}>]>>>;
|
|
1355
1550
|
agency: Type.TString;
|
|
1356
1551
|
reportNumber: Type.TOptional<Type.TString>;
|
|
1357
1552
|
location: Type.TString;
|