@proposit/proposit-core 4.2.0 → 5.1.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 +5 -4
- package/dist/cli/commands/expressions.js +1 -1
- package/dist/cli/commands/expressions.js.map +1 -1
- package/dist/cli/commands/graph.d.ts.map +1 -1
- package/dist/cli/commands/graph.js +2 -0
- package/dist/cli/commands/graph.js.map +1 -1
- package/dist/cli/import.d.ts.map +1 -1
- package/dist/cli/import.js +4 -1
- package/dist/cli/import.js.map +1 -1
- package/dist/cli/schemata.d.ts +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/pipelines/base/stages/formula-validation.d.ts.map +1 -1
- package/dist/extensions/pipelines/base/stages/formula-validation.js +1 -0
- package/dist/extensions/pipelines/base/stages/formula-validation.js.map +1 -1
- package/dist/lib/core/evaluation/argument-evaluation.d.ts.map +1 -1
- package/dist/lib/core/evaluation/argument-evaluation.js +46 -1
- package/dist/lib/core/evaluation/argument-evaluation.js.map +1 -1
- package/dist/lib/core/evaluation/belnap.d.ts +22 -0
- package/dist/lib/core/evaluation/belnap.d.ts.map +1 -1
- package/dist/lib/core/evaluation/belnap.js +29 -0
- package/dist/lib/core/evaluation/belnap.js.map +1 -1
- package/dist/lib/core/expression-manager-checks.d.ts.map +1 -1
- package/dist/lib/core/expression-manager-checks.js +23 -9
- package/dist/lib/core/expression-manager-checks.js.map +1 -1
- package/dist/lib/core/expression-manager.d.ts +5 -3
- package/dist/lib/core/expression-manager.d.ts.map +1 -1
- package/dist/lib/core/expression-manager.js +9 -3
- package/dist/lib/core/expression-manager.js.map +1 -1
- package/dist/lib/core/parser/formula-gen.js +183 -91
- package/dist/lib/core/parser/formula.d.ts +3 -0
- package/dist/lib/core/parser/formula.d.ts.map +1 -1
- package/dist/lib/core/parser/formula.js.map +1 -1
- package/dist/lib/core/premise-engine.d.ts.map +1 -1
- package/dist/lib/core/premise-engine.js +12 -2
- package/dist/lib/core/premise-engine.js.map +1 -1
- package/dist/lib/grammar/an-rules.d.ts +6 -5
- package/dist/lib/grammar/an-rules.d.ts.map +1 -1
- package/dist/lib/grammar/an-rules.js +12 -8
- package/dist/lib/grammar/an-rules.js.map +1 -1
- package/dist/lib/grammar/bounded-subtree.d.ts +8 -6
- package/dist/lib/grammar/bounded-subtree.d.ts.map +1 -1
- package/dist/lib/grammar/bounded-subtree.js +14 -10
- package/dist/lib/grammar/bounded-subtree.js.map +1 -1
- package/dist/lib/grammar/validators/evaluable.d.ts +3 -3
- package/dist/lib/grammar/validators/evaluable.d.ts.map +1 -1
- package/dist/lib/grammar/validators/evaluable.js +8 -5
- package/dist/lib/grammar/validators/evaluable.js.map +1 -1
- package/dist/lib/grammar/validators/presentable.d.ts +10 -9
- package/dist/lib/grammar/validators/presentable.d.ts.map +1 -1
- package/dist/lib/grammar/validators/presentable.js +30 -21
- package/dist/lib/grammar/validators/presentable.js.map +1 -1
- package/dist/lib/grammar/validators/structural.d.ts +1 -1
- package/dist/lib/grammar/validators/structural.d.ts.map +1 -1
- package/dist/lib/grammar/validators/structural.js +9 -2
- package/dist/lib/grammar/validators/structural.js.map +1 -1
- package/dist/lib/parsing/argument-parser.d.ts.map +1 -1
- package/dist/lib/parsing/argument-parser.js +4 -1
- package/dist/lib/parsing/argument-parser.js.map +1 -1
- package/dist/lib/schemata/propositional.d.ts +3 -3
- package/dist/lib/schemata/propositional.d.ts.map +1 -1
- package/dist/lib/schemata/propositional.js +1 -0
- package/dist/lib/schemata/propositional.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
|
@@ -5,11 +5,13 @@ export declare const RelaxedBookReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
5
5
|
type: Type.TLiteral<"Book">;
|
|
6
6
|
title: Type.TString;
|
|
7
7
|
year: Type.TString;
|
|
8
|
-
authors: Type.TArray<Type.TObject<{
|
|
8
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
9
9
|
givenNames: Type.TString;
|
|
10
10
|
familyName: Type.TString;
|
|
11
11
|
suffix: Type.TOptional<Type.TString>;
|
|
12
|
-
}
|
|
12
|
+
}>, Type.TObject<{
|
|
13
|
+
name: Type.TString;
|
|
14
|
+
}>]>>;
|
|
13
15
|
edition: Type.TOptional<Type.TString>;
|
|
14
16
|
publisher: Type.TString;
|
|
15
17
|
location: Type.TOptional<Type.TString>;
|
|
@@ -20,11 +22,13 @@ export declare const RelaxedWebsiteReferenceSchema: Type.TIntersect<[Type.TObjec
|
|
|
20
22
|
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">]>;
|
|
21
23
|
}>, Type.TObject<{
|
|
22
24
|
type: Type.TLiteral<"Website">;
|
|
23
|
-
authors: Type.TArray<Type.TObject<{
|
|
25
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
24
26
|
givenNames: Type.TString;
|
|
25
27
|
familyName: Type.TString;
|
|
26
28
|
suffix: Type.TOptional<Type.TString>;
|
|
27
|
-
}
|
|
29
|
+
}>, Type.TObject<{
|
|
30
|
+
name: Type.TString;
|
|
31
|
+
}>]>>;
|
|
28
32
|
pageTitle: Type.TString;
|
|
29
33
|
websiteTitle: Type.TString;
|
|
30
34
|
accessedDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -37,17 +41,21 @@ export declare const RelaxedBookChapterReferenceSchema: Type.TIntersect<[Type.TO
|
|
|
37
41
|
type: Type.TLiteral<"BookChapter">;
|
|
38
42
|
chapterTitle: Type.TString;
|
|
39
43
|
year: Type.TString;
|
|
40
|
-
authors: Type.TArray<Type.TObject<{
|
|
44
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
41
45
|
givenNames: Type.TString;
|
|
42
46
|
familyName: Type.TString;
|
|
43
47
|
suffix: Type.TOptional<Type.TString>;
|
|
44
|
-
}
|
|
48
|
+
}>, Type.TObject<{
|
|
49
|
+
name: Type.TString;
|
|
50
|
+
}>]>>;
|
|
45
51
|
bookTitle: Type.TString;
|
|
46
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
52
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
47
53
|
givenNames: Type.TString;
|
|
48
54
|
familyName: Type.TString;
|
|
49
55
|
suffix: Type.TOptional<Type.TString>;
|
|
50
|
-
}
|
|
56
|
+
}>, Type.TObject<{
|
|
57
|
+
name: Type.TString;
|
|
58
|
+
}>]>>>;
|
|
51
59
|
publisher: Type.TString;
|
|
52
60
|
location: Type.TString;
|
|
53
61
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -72,11 +80,13 @@ export declare const RelaxedTechnicalReportReferenceSchema: Type.TIntersect<[Typ
|
|
|
72
80
|
type: Type.TLiteral<"TechnicalReport">;
|
|
73
81
|
title: Type.TString;
|
|
74
82
|
year: Type.TString;
|
|
75
|
-
authors: Type.TArray<Type.TObject<{
|
|
83
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
76
84
|
givenNames: Type.TString;
|
|
77
85
|
familyName: Type.TString;
|
|
78
86
|
suffix: Type.TOptional<Type.TString>;
|
|
79
|
-
}
|
|
87
|
+
}>, Type.TObject<{
|
|
88
|
+
name: Type.TString;
|
|
89
|
+
}>]>>;
|
|
80
90
|
reportNumber: Type.TString;
|
|
81
91
|
institution: Type.TString;
|
|
82
92
|
location: Type.TString;
|
|
@@ -98,11 +108,13 @@ export declare const RelaxedThesisReferenceSchema: Type.TIntersect<[Type.TObject
|
|
|
98
108
|
type: Type.TLiteral<"Thesis">;
|
|
99
109
|
title: Type.TString;
|
|
100
110
|
year: Type.TString;
|
|
101
|
-
authors: Type.TArray<Type.TObject<{
|
|
111
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
102
112
|
givenNames: Type.TString;
|
|
103
113
|
familyName: Type.TString;
|
|
104
114
|
suffix: Type.TOptional<Type.TString>;
|
|
105
|
-
}
|
|
115
|
+
}>, Type.TObject<{
|
|
116
|
+
name: Type.TString;
|
|
117
|
+
}>]>>;
|
|
106
118
|
degree: Type.TString;
|
|
107
119
|
institution: Type.TString;
|
|
108
120
|
location: Type.TString;
|
|
@@ -113,11 +125,13 @@ export declare const RelaxedPatentReferenceSchema: Type.TIntersect<[Type.TObject
|
|
|
113
125
|
}>, Type.TObject<{
|
|
114
126
|
type: Type.TLiteral<"Patent">;
|
|
115
127
|
title: Type.TString;
|
|
116
|
-
inventors: Type.TArray<Type.TObject<{
|
|
128
|
+
inventors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
117
129
|
givenNames: Type.TString;
|
|
118
130
|
familyName: Type.TString;
|
|
119
131
|
suffix: Type.TOptional<Type.TString>;
|
|
120
|
-
}
|
|
132
|
+
}>, Type.TObject<{
|
|
133
|
+
name: Type.TString;
|
|
134
|
+
}>]>>;
|
|
121
135
|
country: Type.TString;
|
|
122
136
|
patentNumber: Type.TString;
|
|
123
137
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -149,11 +163,13 @@ export declare const RelaxedJournalArticleReferenceSchema: Type.TIntersect<[Type
|
|
|
149
163
|
type: Type.TLiteral<"JournalArticle">;
|
|
150
164
|
title: Type.TString;
|
|
151
165
|
year: Type.TString;
|
|
152
|
-
authors: Type.TArray<Type.TObject<{
|
|
166
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
153
167
|
givenNames: Type.TString;
|
|
154
168
|
familyName: Type.TString;
|
|
155
169
|
suffix: Type.TOptional<Type.TString>;
|
|
156
|
-
}
|
|
170
|
+
}>, Type.TObject<{
|
|
171
|
+
name: Type.TString;
|
|
172
|
+
}>]>>;
|
|
157
173
|
journalTitle: Type.TString;
|
|
158
174
|
volume: Type.TOptional<Type.TString>;
|
|
159
175
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -167,11 +183,13 @@ export declare const RelaxedMagazineArticleReferenceSchema: Type.TIntersect<[Typ
|
|
|
167
183
|
type: Type.TLiteral<"MagazineArticle">;
|
|
168
184
|
title: Type.TString;
|
|
169
185
|
year: Type.TString;
|
|
170
|
-
authors: Type.TArray<Type.TObject<{
|
|
186
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
171
187
|
givenNames: Type.TString;
|
|
172
188
|
familyName: Type.TString;
|
|
173
189
|
suffix: Type.TOptional<Type.TString>;
|
|
174
|
-
}
|
|
190
|
+
}>, Type.TObject<{
|
|
191
|
+
name: Type.TString;
|
|
192
|
+
}>]>>;
|
|
175
193
|
magazineTitle: Type.TString;
|
|
176
194
|
volume: Type.TOptional<Type.TString>;
|
|
177
195
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -183,11 +201,13 @@ export declare const RelaxedNewspaperArticleReferenceSchema: Type.TIntersect<[Ty
|
|
|
183
201
|
}>, Type.TObject<{
|
|
184
202
|
type: Type.TLiteral<"NewspaperArticle">;
|
|
185
203
|
title: Type.TString;
|
|
186
|
-
authors: Type.TArray<Type.TObject<{
|
|
204
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
187
205
|
givenNames: Type.TString;
|
|
188
206
|
familyName: Type.TString;
|
|
189
207
|
suffix: Type.TOptional<Type.TString>;
|
|
190
|
-
}
|
|
208
|
+
}>, Type.TObject<{
|
|
209
|
+
name: Type.TString;
|
|
210
|
+
}>]>>;
|
|
191
211
|
newspaperTitle: Type.TString;
|
|
192
212
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
193
213
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -198,11 +218,13 @@ export declare const RelaxedConferencePaperReferenceSchema: Type.TIntersect<[Typ
|
|
|
198
218
|
}>, Type.TObject<{
|
|
199
219
|
type: Type.TLiteral<"ConferencePaper">;
|
|
200
220
|
title: Type.TString;
|
|
201
|
-
authors: Type.TArray<Type.TObject<{
|
|
221
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
202
222
|
givenNames: Type.TString;
|
|
203
223
|
familyName: Type.TString;
|
|
204
224
|
suffix: Type.TOptional<Type.TString>;
|
|
205
|
-
}
|
|
225
|
+
}>, Type.TObject<{
|
|
226
|
+
name: Type.TString;
|
|
227
|
+
}>]>>;
|
|
206
228
|
conferenceName: Type.TString;
|
|
207
229
|
location: Type.TString;
|
|
208
230
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -214,11 +236,13 @@ export declare const RelaxedConferenceProceedingsReferenceSchema: Type.TIntersec
|
|
|
214
236
|
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">]>;
|
|
215
237
|
}>, Type.TObject<{
|
|
216
238
|
type: Type.TLiteral<"ConferenceProceedings">;
|
|
217
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
239
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
218
240
|
givenNames: Type.TString;
|
|
219
241
|
familyName: Type.TString;
|
|
220
242
|
suffix: Type.TOptional<Type.TString>;
|
|
221
|
-
}
|
|
243
|
+
}>, Type.TObject<{
|
|
244
|
+
name: Type.TString;
|
|
245
|
+
}>]>>>;
|
|
222
246
|
conferenceName: Type.TString;
|
|
223
247
|
location: Type.TString;
|
|
224
248
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -232,11 +256,13 @@ export declare const RelaxedDatasetReferenceSchema: Type.TIntersect<[Type.TObjec
|
|
|
232
256
|
type: Type.TLiteral<"Dataset">;
|
|
233
257
|
title: Type.TString;
|
|
234
258
|
year: Type.TString;
|
|
235
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
259
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
236
260
|
givenNames: Type.TString;
|
|
237
261
|
familyName: Type.TString;
|
|
238
262
|
suffix: Type.TOptional<Type.TString>;
|
|
239
|
-
}
|
|
263
|
+
}>, Type.TObject<{
|
|
264
|
+
name: Type.TString;
|
|
265
|
+
}>]>>>;
|
|
240
266
|
repository: Type.TString;
|
|
241
267
|
version: Type.TOptional<Type.TString>;
|
|
242
268
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -249,11 +275,13 @@ export declare const RelaxedSoftwareReferenceSchema: Type.TIntersect<[Type.TObje
|
|
|
249
275
|
type: Type.TLiteral<"Software">;
|
|
250
276
|
title: Type.TString;
|
|
251
277
|
year: Type.TString;
|
|
252
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
278
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
253
279
|
givenNames: Type.TString;
|
|
254
280
|
familyName: Type.TString;
|
|
255
281
|
suffix: Type.TOptional<Type.TString>;
|
|
256
|
-
}
|
|
282
|
+
}>, Type.TObject<{
|
|
283
|
+
name: Type.TString;
|
|
284
|
+
}>]>>>;
|
|
257
285
|
version: Type.TOptional<Type.TString>;
|
|
258
286
|
publisher: Type.TOptional<Type.TString>;
|
|
259
287
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -264,11 +292,13 @@ export declare const RelaxedOnlineDocumentReferenceSchema: Type.TIntersect<[Type
|
|
|
264
292
|
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">]>;
|
|
265
293
|
}>, Type.TObject<{
|
|
266
294
|
type: Type.TLiteral<"OnlineDocument">;
|
|
267
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
295
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
268
296
|
givenNames: Type.TString;
|
|
269
297
|
familyName: Type.TString;
|
|
270
298
|
suffix: Type.TOptional<Type.TString>;
|
|
271
|
-
}
|
|
299
|
+
}>, Type.TObject<{
|
|
300
|
+
name: Type.TString;
|
|
301
|
+
}>]>>>;
|
|
272
302
|
title: Type.TString;
|
|
273
303
|
publisher: Type.TOptional<Type.TString>;
|
|
274
304
|
url: Type.TString;
|
|
@@ -279,11 +309,13 @@ export declare const RelaxedBlogReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
|
279
309
|
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">]>;
|
|
280
310
|
}>, Type.TObject<{
|
|
281
311
|
type: Type.TLiteral<"Blog">;
|
|
282
|
-
author: Type.TObject<{
|
|
312
|
+
author: Type.TUnion<[Type.TObject<{
|
|
283
313
|
givenNames: Type.TString;
|
|
284
314
|
familyName: Type.TString;
|
|
285
315
|
suffix: Type.TOptional<Type.TString>;
|
|
286
|
-
}
|
|
316
|
+
}>, Type.TObject<{
|
|
317
|
+
name: Type.TString;
|
|
318
|
+
}>]>;
|
|
287
319
|
postTitle: Type.TString;
|
|
288
320
|
blogName: Type.TString;
|
|
289
321
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -295,14 +327,21 @@ export declare const RelaxedSocialMediaReferenceSchema: Type.TIntersect<[Type.TO
|
|
|
295
327
|
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">]>;
|
|
296
328
|
}>, Type.TObject<{
|
|
297
329
|
type: Type.TLiteral<"SocialMedia">;
|
|
298
|
-
author: Type.TObject<{
|
|
330
|
+
author: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
299
331
|
givenNames: Type.TString;
|
|
300
332
|
familyName: Type.TString;
|
|
301
333
|
suffix: Type.TOptional<Type.TString>;
|
|
302
|
-
}
|
|
334
|
+
}>, Type.TObject<{
|
|
335
|
+
name: Type.TString;
|
|
336
|
+
}>]>>;
|
|
337
|
+
username: Type.TOptional<Type.TString>;
|
|
338
|
+
postTitle: Type.TOptional<Type.TString>;
|
|
339
|
+
postBody: Type.TOptional<Type.TString>;
|
|
340
|
+
websiteTitle: Type.TOptional<Type.TString>;
|
|
303
341
|
platform: Type.TString;
|
|
304
342
|
postDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
305
343
|
url: Type.TString;
|
|
344
|
+
accessedDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
306
345
|
}>]>;
|
|
307
346
|
export type TRelaxedSocialMediaReference = Static<typeof RelaxedSocialMediaReferenceSchema>;
|
|
308
347
|
export declare const RelaxedPreprintReferenceSchema: Type.TIntersect<[Type.TObject<{
|
|
@@ -311,11 +350,13 @@ export declare const RelaxedPreprintReferenceSchema: Type.TIntersect<[Type.TObje
|
|
|
311
350
|
type: Type.TLiteral<"Preprint">;
|
|
312
351
|
title: Type.TString;
|
|
313
352
|
year: Type.TString;
|
|
314
|
-
authors: Type.TArray<Type.TObject<{
|
|
353
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
315
354
|
givenNames: Type.TString;
|
|
316
355
|
familyName: Type.TString;
|
|
317
356
|
suffix: Type.TOptional<Type.TString>;
|
|
318
|
-
}
|
|
357
|
+
}>, Type.TObject<{
|
|
358
|
+
name: Type.TString;
|
|
359
|
+
}>]>>;
|
|
319
360
|
server: Type.TString;
|
|
320
361
|
doi: Type.TOptional<Type.TString>;
|
|
321
362
|
url: Type.TString;
|
|
@@ -326,11 +367,13 @@ export declare const RelaxedVideoReferenceSchema: Type.TIntersect<[Type.TObject<
|
|
|
326
367
|
}>, Type.TObject<{
|
|
327
368
|
type: Type.TLiteral<"Video">;
|
|
328
369
|
title: Type.TString;
|
|
329
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
370
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
330
371
|
givenNames: Type.TString;
|
|
331
372
|
familyName: Type.TString;
|
|
332
373
|
suffix: Type.TOptional<Type.TString>;
|
|
333
|
-
}
|
|
374
|
+
}>, Type.TObject<{
|
|
375
|
+
name: Type.TString;
|
|
376
|
+
}>]>>>;
|
|
334
377
|
releaseDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
335
378
|
platform: Type.TString;
|
|
336
379
|
url: Type.TString;
|
|
@@ -341,11 +384,13 @@ export declare const RelaxedPodcastReferenceSchema: Type.TIntersect<[Type.TObjec
|
|
|
341
384
|
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">]>;
|
|
342
385
|
}>, Type.TObject<{
|
|
343
386
|
type: Type.TLiteral<"Podcast">;
|
|
344
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
387
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
345
388
|
givenNames: Type.TString;
|
|
346
389
|
familyName: Type.TString;
|
|
347
390
|
suffix: Type.TOptional<Type.TString>;
|
|
348
|
-
}
|
|
391
|
+
}>, Type.TObject<{
|
|
392
|
+
name: Type.TString;
|
|
393
|
+
}>]>>>;
|
|
349
394
|
episodeTitle: Type.TString;
|
|
350
395
|
seriesTitle: Type.TString;
|
|
351
396
|
platform: Type.TString;
|
|
@@ -359,11 +404,13 @@ export declare const RelaxedCourseReferenceSchema: Type.TIntersect<[Type.TObject
|
|
|
359
404
|
type: Type.TLiteral<"Course">;
|
|
360
405
|
title: Type.TString;
|
|
361
406
|
year: Type.TString;
|
|
362
|
-
instructor: Type.TObject<{
|
|
407
|
+
instructor: Type.TUnion<[Type.TObject<{
|
|
363
408
|
givenNames: Type.TString;
|
|
364
409
|
familyName: Type.TString;
|
|
365
410
|
suffix: Type.TOptional<Type.TString>;
|
|
366
|
-
}
|
|
411
|
+
}>, Type.TObject<{
|
|
412
|
+
name: Type.TString;
|
|
413
|
+
}>]>;
|
|
367
414
|
institution: Type.TString;
|
|
368
415
|
courseCode: Type.TOptional<Type.TString>;
|
|
369
416
|
term: Type.TString;
|
|
@@ -374,11 +421,13 @@ export declare const RelaxedPresentationReferenceSchema: Type.TIntersect<[Type.T
|
|
|
374
421
|
}>, Type.TObject<{
|
|
375
422
|
type: Type.TLiteral<"Presentation">;
|
|
376
423
|
title: Type.TString;
|
|
377
|
-
presenter: Type.TObject<{
|
|
424
|
+
presenter: Type.TUnion<[Type.TObject<{
|
|
378
425
|
givenNames: Type.TString;
|
|
379
426
|
familyName: Type.TString;
|
|
380
427
|
suffix: Type.TOptional<Type.TString>;
|
|
381
|
-
}
|
|
428
|
+
}>, Type.TObject<{
|
|
429
|
+
name: Type.TString;
|
|
430
|
+
}>]>;
|
|
382
431
|
eventTitle: Type.TString;
|
|
383
432
|
location: Type.TString;
|
|
384
433
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -388,16 +437,20 @@ export declare const RelaxedInterviewReferenceSchema: Type.TIntersect<[Type.TObj
|
|
|
388
437
|
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">]>;
|
|
389
438
|
}>, Type.TObject<{
|
|
390
439
|
type: Type.TLiteral<"Interview">;
|
|
391
|
-
interviewee: Type.TObject<{
|
|
440
|
+
interviewee: Type.TUnion<[Type.TObject<{
|
|
392
441
|
givenNames: Type.TString;
|
|
393
442
|
familyName: Type.TString;
|
|
394
443
|
suffix: Type.TOptional<Type.TString>;
|
|
395
|
-
}
|
|
396
|
-
|
|
444
|
+
}>, Type.TObject<{
|
|
445
|
+
name: Type.TString;
|
|
446
|
+
}>]>;
|
|
447
|
+
interviewer: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
397
448
|
givenNames: Type.TString;
|
|
398
449
|
familyName: Type.TString;
|
|
399
450
|
suffix: Type.TOptional<Type.TString>;
|
|
400
|
-
}
|
|
451
|
+
}>, Type.TObject<{
|
|
452
|
+
name: Type.TString;
|
|
453
|
+
}>]>>;
|
|
401
454
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
402
455
|
}>]>;
|
|
403
456
|
export type TRelaxedInterviewReference = Static<typeof RelaxedInterviewReferenceSchema>;
|
|
@@ -405,11 +458,13 @@ export declare const RelaxedPersonalCommunicationReferenceSchema: Type.TIntersec
|
|
|
405
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">]>;
|
|
406
459
|
}>, Type.TObject<{
|
|
407
460
|
type: Type.TLiteral<"PersonalCommunication">;
|
|
408
|
-
person: Type.TObject<{
|
|
461
|
+
person: Type.TUnion<[Type.TObject<{
|
|
409
462
|
givenNames: Type.TString;
|
|
410
463
|
familyName: Type.TString;
|
|
411
464
|
suffix: Type.TOptional<Type.TString>;
|
|
412
|
-
}
|
|
465
|
+
}>, Type.TObject<{
|
|
466
|
+
name: Type.TString;
|
|
467
|
+
}>]>;
|
|
413
468
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
414
469
|
}>]>;
|
|
415
470
|
export type TRelaxedPersonalCommunicationReference = Static<typeof RelaxedPersonalCommunicationReferenceSchema>;
|
|
@@ -417,16 +472,20 @@ export declare const RelaxedEmailReferenceSchema: Type.TIntersect<[Type.TObject<
|
|
|
417
472
|
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">]>;
|
|
418
473
|
}>, Type.TObject<{
|
|
419
474
|
type: Type.TLiteral<"Email">;
|
|
420
|
-
sender: Type.TObject<{
|
|
475
|
+
sender: Type.TUnion<[Type.TObject<{
|
|
421
476
|
givenNames: Type.TString;
|
|
422
477
|
familyName: Type.TString;
|
|
423
478
|
suffix: Type.TOptional<Type.TString>;
|
|
424
|
-
}
|
|
425
|
-
|
|
479
|
+
}>, Type.TObject<{
|
|
480
|
+
name: Type.TString;
|
|
481
|
+
}>]>;
|
|
482
|
+
recipient: Type.TUnion<[Type.TObject<{
|
|
426
483
|
givenNames: Type.TString;
|
|
427
484
|
familyName: Type.TString;
|
|
428
485
|
suffix: Type.TOptional<Type.TString>;
|
|
429
|
-
}
|
|
486
|
+
}>, Type.TObject<{
|
|
487
|
+
name: Type.TString;
|
|
488
|
+
}>]>;
|
|
430
489
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
431
490
|
}>]>;
|
|
432
491
|
export type TRelaxedEmailReference = Static<typeof RelaxedEmailReferenceSchema>;
|
|
@@ -455,11 +514,13 @@ export declare const RelaxedGovernmentPublicationReferenceSchema: Type.TIntersec
|
|
|
455
514
|
type: Type.TLiteral<"GovernmentPublication">;
|
|
456
515
|
title: Type.TString;
|
|
457
516
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
458
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
517
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
459
518
|
givenNames: Type.TString;
|
|
460
519
|
familyName: Type.TString;
|
|
461
520
|
suffix: Type.TOptional<Type.TString>;
|
|
462
|
-
}
|
|
521
|
+
}>, Type.TObject<{
|
|
522
|
+
name: Type.TString;
|
|
523
|
+
}>]>>>;
|
|
463
524
|
agency: Type.TString;
|
|
464
525
|
reportNumber: Type.TOptional<Type.TString>;
|
|
465
526
|
location: Type.TString;
|
|
@@ -493,11 +554,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
493
554
|
type: Type.TLiteral<"Book">;
|
|
494
555
|
title: Type.TString;
|
|
495
556
|
year: Type.TString;
|
|
496
|
-
authors: Type.TArray<Type.TObject<{
|
|
557
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
497
558
|
givenNames: Type.TString;
|
|
498
559
|
familyName: Type.TString;
|
|
499
560
|
suffix: Type.TOptional<Type.TString>;
|
|
500
|
-
}
|
|
561
|
+
}>, Type.TObject<{
|
|
562
|
+
name: Type.TString;
|
|
563
|
+
}>]>>;
|
|
501
564
|
edition: Type.TOptional<Type.TString>;
|
|
502
565
|
publisher: Type.TString;
|
|
503
566
|
location: Type.TOptional<Type.TString>;
|
|
@@ -506,11 +569,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
506
569
|
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">]>;
|
|
507
570
|
}>, Type.TObject<{
|
|
508
571
|
type: Type.TLiteral<"Website">;
|
|
509
|
-
authors: Type.TArray<Type.TObject<{
|
|
572
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
510
573
|
givenNames: Type.TString;
|
|
511
574
|
familyName: Type.TString;
|
|
512
575
|
suffix: Type.TOptional<Type.TString>;
|
|
513
|
-
}
|
|
576
|
+
}>, Type.TObject<{
|
|
577
|
+
name: Type.TString;
|
|
578
|
+
}>]>>;
|
|
514
579
|
pageTitle: Type.TString;
|
|
515
580
|
websiteTitle: Type.TString;
|
|
516
581
|
accessedDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -521,17 +586,21 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
521
586
|
type: Type.TLiteral<"BookChapter">;
|
|
522
587
|
chapterTitle: Type.TString;
|
|
523
588
|
year: Type.TString;
|
|
524
|
-
authors: Type.TArray<Type.TObject<{
|
|
589
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
525
590
|
givenNames: Type.TString;
|
|
526
591
|
familyName: Type.TString;
|
|
527
592
|
suffix: Type.TOptional<Type.TString>;
|
|
528
|
-
}
|
|
593
|
+
}>, Type.TObject<{
|
|
594
|
+
name: Type.TString;
|
|
595
|
+
}>]>>;
|
|
529
596
|
bookTitle: Type.TString;
|
|
530
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
597
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
531
598
|
givenNames: Type.TString;
|
|
532
599
|
familyName: Type.TString;
|
|
533
600
|
suffix: Type.TOptional<Type.TString>;
|
|
534
|
-
}
|
|
601
|
+
}>, Type.TObject<{
|
|
602
|
+
name: Type.TString;
|
|
603
|
+
}>]>>>;
|
|
535
604
|
publisher: Type.TString;
|
|
536
605
|
location: Type.TString;
|
|
537
606
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -552,11 +621,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
552
621
|
type: Type.TLiteral<"TechnicalReport">;
|
|
553
622
|
title: Type.TString;
|
|
554
623
|
year: Type.TString;
|
|
555
|
-
authors: Type.TArray<Type.TObject<{
|
|
624
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
556
625
|
givenNames: Type.TString;
|
|
557
626
|
familyName: Type.TString;
|
|
558
627
|
suffix: Type.TOptional<Type.TString>;
|
|
559
|
-
}
|
|
628
|
+
}>, Type.TObject<{
|
|
629
|
+
name: Type.TString;
|
|
630
|
+
}>]>>;
|
|
560
631
|
reportNumber: Type.TString;
|
|
561
632
|
institution: Type.TString;
|
|
562
633
|
location: Type.TString;
|
|
@@ -574,11 +645,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
574
645
|
type: Type.TLiteral<"Thesis">;
|
|
575
646
|
title: Type.TString;
|
|
576
647
|
year: Type.TString;
|
|
577
|
-
authors: Type.TArray<Type.TObject<{
|
|
648
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
578
649
|
givenNames: Type.TString;
|
|
579
650
|
familyName: Type.TString;
|
|
580
651
|
suffix: Type.TOptional<Type.TString>;
|
|
581
|
-
}
|
|
652
|
+
}>, Type.TObject<{
|
|
653
|
+
name: Type.TString;
|
|
654
|
+
}>]>>;
|
|
582
655
|
degree: Type.TString;
|
|
583
656
|
institution: Type.TString;
|
|
584
657
|
location: Type.TString;
|
|
@@ -587,11 +660,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
587
660
|
}>, Type.TObject<{
|
|
588
661
|
type: Type.TLiteral<"Patent">;
|
|
589
662
|
title: Type.TString;
|
|
590
|
-
inventors: Type.TArray<Type.TObject<{
|
|
663
|
+
inventors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
591
664
|
givenNames: Type.TString;
|
|
592
665
|
familyName: Type.TString;
|
|
593
666
|
suffix: Type.TOptional<Type.TString>;
|
|
594
|
-
}
|
|
667
|
+
}>, Type.TObject<{
|
|
668
|
+
name: Type.TString;
|
|
669
|
+
}>]>>;
|
|
595
670
|
country: Type.TString;
|
|
596
671
|
patentNumber: Type.TString;
|
|
597
672
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -617,11 +692,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
617
692
|
type: Type.TLiteral<"JournalArticle">;
|
|
618
693
|
title: Type.TString;
|
|
619
694
|
year: Type.TString;
|
|
620
|
-
authors: Type.TArray<Type.TObject<{
|
|
695
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
621
696
|
givenNames: Type.TString;
|
|
622
697
|
familyName: Type.TString;
|
|
623
698
|
suffix: Type.TOptional<Type.TString>;
|
|
624
|
-
}
|
|
699
|
+
}>, Type.TObject<{
|
|
700
|
+
name: Type.TString;
|
|
701
|
+
}>]>>;
|
|
625
702
|
journalTitle: Type.TString;
|
|
626
703
|
volume: Type.TOptional<Type.TString>;
|
|
627
704
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -633,11 +710,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
633
710
|
type: Type.TLiteral<"MagazineArticle">;
|
|
634
711
|
title: Type.TString;
|
|
635
712
|
year: Type.TString;
|
|
636
|
-
authors: Type.TArray<Type.TObject<{
|
|
713
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
637
714
|
givenNames: Type.TString;
|
|
638
715
|
familyName: Type.TString;
|
|
639
716
|
suffix: Type.TOptional<Type.TString>;
|
|
640
|
-
}
|
|
717
|
+
}>, Type.TObject<{
|
|
718
|
+
name: Type.TString;
|
|
719
|
+
}>]>>;
|
|
641
720
|
magazineTitle: Type.TString;
|
|
642
721
|
volume: Type.TOptional<Type.TString>;
|
|
643
722
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -647,11 +726,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
647
726
|
}>, Type.TObject<{
|
|
648
727
|
type: Type.TLiteral<"NewspaperArticle">;
|
|
649
728
|
title: Type.TString;
|
|
650
|
-
authors: Type.TArray<Type.TObject<{
|
|
729
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
651
730
|
givenNames: Type.TString;
|
|
652
731
|
familyName: Type.TString;
|
|
653
732
|
suffix: Type.TOptional<Type.TString>;
|
|
654
|
-
}
|
|
733
|
+
}>, Type.TObject<{
|
|
734
|
+
name: Type.TString;
|
|
735
|
+
}>]>>;
|
|
655
736
|
newspaperTitle: Type.TString;
|
|
656
737
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
657
738
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -660,11 +741,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
660
741
|
}>, Type.TObject<{
|
|
661
742
|
type: Type.TLiteral<"ConferencePaper">;
|
|
662
743
|
title: Type.TString;
|
|
663
|
-
authors: Type.TArray<Type.TObject<{
|
|
744
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
664
745
|
givenNames: Type.TString;
|
|
665
746
|
familyName: Type.TString;
|
|
666
747
|
suffix: Type.TOptional<Type.TString>;
|
|
667
|
-
}
|
|
748
|
+
}>, Type.TObject<{
|
|
749
|
+
name: Type.TString;
|
|
750
|
+
}>]>>;
|
|
668
751
|
conferenceName: Type.TString;
|
|
669
752
|
location: Type.TString;
|
|
670
753
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -674,11 +757,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
674
757
|
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">]>;
|
|
675
758
|
}>, Type.TObject<{
|
|
676
759
|
type: Type.TLiteral<"ConferenceProceedings">;
|
|
677
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
760
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
678
761
|
givenNames: Type.TString;
|
|
679
762
|
familyName: Type.TString;
|
|
680
763
|
suffix: Type.TOptional<Type.TString>;
|
|
681
|
-
}
|
|
764
|
+
}>, Type.TObject<{
|
|
765
|
+
name: Type.TString;
|
|
766
|
+
}>]>>>;
|
|
682
767
|
conferenceName: Type.TString;
|
|
683
768
|
location: Type.TString;
|
|
684
769
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -690,11 +775,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
690
775
|
type: Type.TLiteral<"Dataset">;
|
|
691
776
|
title: Type.TString;
|
|
692
777
|
year: Type.TString;
|
|
693
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
778
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
694
779
|
givenNames: Type.TString;
|
|
695
780
|
familyName: Type.TString;
|
|
696
781
|
suffix: Type.TOptional<Type.TString>;
|
|
697
|
-
}
|
|
782
|
+
}>, Type.TObject<{
|
|
783
|
+
name: Type.TString;
|
|
784
|
+
}>]>>>;
|
|
698
785
|
repository: Type.TString;
|
|
699
786
|
version: Type.TOptional<Type.TString>;
|
|
700
787
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -705,11 +792,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
705
792
|
type: Type.TLiteral<"Software">;
|
|
706
793
|
title: Type.TString;
|
|
707
794
|
year: Type.TString;
|
|
708
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
795
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
709
796
|
givenNames: Type.TString;
|
|
710
797
|
familyName: Type.TString;
|
|
711
798
|
suffix: Type.TOptional<Type.TString>;
|
|
712
|
-
}
|
|
799
|
+
}>, Type.TObject<{
|
|
800
|
+
name: Type.TString;
|
|
801
|
+
}>]>>>;
|
|
713
802
|
version: Type.TOptional<Type.TString>;
|
|
714
803
|
publisher: Type.TOptional<Type.TString>;
|
|
715
804
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -718,11 +807,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
718
807
|
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">]>;
|
|
719
808
|
}>, Type.TObject<{
|
|
720
809
|
type: Type.TLiteral<"OnlineDocument">;
|
|
721
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
810
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
722
811
|
givenNames: Type.TString;
|
|
723
812
|
familyName: Type.TString;
|
|
724
813
|
suffix: Type.TOptional<Type.TString>;
|
|
725
|
-
}
|
|
814
|
+
}>, Type.TObject<{
|
|
815
|
+
name: Type.TString;
|
|
816
|
+
}>]>>>;
|
|
726
817
|
title: Type.TString;
|
|
727
818
|
publisher: Type.TOptional<Type.TString>;
|
|
728
819
|
url: Type.TString;
|
|
@@ -731,11 +822,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
731
822
|
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">]>;
|
|
732
823
|
}>, Type.TObject<{
|
|
733
824
|
type: Type.TLiteral<"Blog">;
|
|
734
|
-
author: Type.TObject<{
|
|
825
|
+
author: Type.TUnion<[Type.TObject<{
|
|
735
826
|
givenNames: Type.TString;
|
|
736
827
|
familyName: Type.TString;
|
|
737
828
|
suffix: Type.TOptional<Type.TString>;
|
|
738
|
-
}
|
|
829
|
+
}>, Type.TObject<{
|
|
830
|
+
name: Type.TString;
|
|
831
|
+
}>]>;
|
|
739
832
|
postTitle: Type.TString;
|
|
740
833
|
blogName: Type.TString;
|
|
741
834
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -745,25 +838,34 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
745
838
|
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">]>;
|
|
746
839
|
}>, Type.TObject<{
|
|
747
840
|
type: Type.TLiteral<"SocialMedia">;
|
|
748
|
-
author: Type.TObject<{
|
|
841
|
+
author: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
749
842
|
givenNames: Type.TString;
|
|
750
843
|
familyName: Type.TString;
|
|
751
844
|
suffix: Type.TOptional<Type.TString>;
|
|
752
|
-
}
|
|
845
|
+
}>, Type.TObject<{
|
|
846
|
+
name: Type.TString;
|
|
847
|
+
}>]>>;
|
|
848
|
+
username: Type.TOptional<Type.TString>;
|
|
849
|
+
postTitle: Type.TOptional<Type.TString>;
|
|
850
|
+
postBody: Type.TOptional<Type.TString>;
|
|
851
|
+
websiteTitle: Type.TOptional<Type.TString>;
|
|
753
852
|
platform: Type.TString;
|
|
754
853
|
postDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
755
854
|
url: Type.TString;
|
|
855
|
+
accessedDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
756
856
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
757
857
|
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">]>;
|
|
758
858
|
}>, Type.TObject<{
|
|
759
859
|
type: Type.TLiteral<"Preprint">;
|
|
760
860
|
title: Type.TString;
|
|
761
861
|
year: Type.TString;
|
|
762
|
-
authors: Type.TArray<Type.TObject<{
|
|
862
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
763
863
|
givenNames: Type.TString;
|
|
764
864
|
familyName: Type.TString;
|
|
765
865
|
suffix: Type.TOptional<Type.TString>;
|
|
766
|
-
}
|
|
866
|
+
}>, Type.TObject<{
|
|
867
|
+
name: Type.TString;
|
|
868
|
+
}>]>>;
|
|
767
869
|
server: Type.TString;
|
|
768
870
|
doi: Type.TOptional<Type.TString>;
|
|
769
871
|
url: Type.TString;
|
|
@@ -772,11 +874,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
772
874
|
}>, Type.TObject<{
|
|
773
875
|
type: Type.TLiteral<"Video">;
|
|
774
876
|
title: Type.TString;
|
|
775
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
877
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
776
878
|
givenNames: Type.TString;
|
|
777
879
|
familyName: Type.TString;
|
|
778
880
|
suffix: Type.TOptional<Type.TString>;
|
|
779
|
-
}
|
|
881
|
+
}>, Type.TObject<{
|
|
882
|
+
name: Type.TString;
|
|
883
|
+
}>]>>>;
|
|
780
884
|
releaseDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
781
885
|
platform: Type.TString;
|
|
782
886
|
url: Type.TString;
|
|
@@ -785,11 +889,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
785
889
|
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">]>;
|
|
786
890
|
}>, Type.TObject<{
|
|
787
891
|
type: Type.TLiteral<"Podcast">;
|
|
788
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
892
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
789
893
|
givenNames: Type.TString;
|
|
790
894
|
familyName: Type.TString;
|
|
791
895
|
suffix: Type.TOptional<Type.TString>;
|
|
792
|
-
}
|
|
896
|
+
}>, Type.TObject<{
|
|
897
|
+
name: Type.TString;
|
|
898
|
+
}>]>>>;
|
|
793
899
|
episodeTitle: Type.TString;
|
|
794
900
|
seriesTitle: Type.TString;
|
|
795
901
|
platform: Type.TString;
|
|
@@ -801,11 +907,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
801
907
|
type: Type.TLiteral<"Course">;
|
|
802
908
|
title: Type.TString;
|
|
803
909
|
year: Type.TString;
|
|
804
|
-
instructor: Type.TObject<{
|
|
910
|
+
instructor: Type.TUnion<[Type.TObject<{
|
|
805
911
|
givenNames: Type.TString;
|
|
806
912
|
familyName: Type.TString;
|
|
807
913
|
suffix: Type.TOptional<Type.TString>;
|
|
808
|
-
}
|
|
914
|
+
}>, Type.TObject<{
|
|
915
|
+
name: Type.TString;
|
|
916
|
+
}>]>;
|
|
809
917
|
institution: Type.TString;
|
|
810
918
|
courseCode: Type.TOptional<Type.TString>;
|
|
811
919
|
term: Type.TString;
|
|
@@ -814,11 +922,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
814
922
|
}>, Type.TObject<{
|
|
815
923
|
type: Type.TLiteral<"Presentation">;
|
|
816
924
|
title: Type.TString;
|
|
817
|
-
presenter: Type.TObject<{
|
|
925
|
+
presenter: Type.TUnion<[Type.TObject<{
|
|
818
926
|
givenNames: Type.TString;
|
|
819
927
|
familyName: Type.TString;
|
|
820
928
|
suffix: Type.TOptional<Type.TString>;
|
|
821
|
-
}
|
|
929
|
+
}>, Type.TObject<{
|
|
930
|
+
name: Type.TString;
|
|
931
|
+
}>]>;
|
|
822
932
|
eventTitle: Type.TString;
|
|
823
933
|
location: Type.TString;
|
|
824
934
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -826,41 +936,51 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
826
936
|
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">]>;
|
|
827
937
|
}>, Type.TObject<{
|
|
828
938
|
type: Type.TLiteral<"Interview">;
|
|
829
|
-
interviewee: Type.TObject<{
|
|
939
|
+
interviewee: Type.TUnion<[Type.TObject<{
|
|
830
940
|
givenNames: Type.TString;
|
|
831
941
|
familyName: Type.TString;
|
|
832
942
|
suffix: Type.TOptional<Type.TString>;
|
|
833
|
-
}
|
|
834
|
-
|
|
943
|
+
}>, Type.TObject<{
|
|
944
|
+
name: Type.TString;
|
|
945
|
+
}>]>;
|
|
946
|
+
interviewer: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
835
947
|
givenNames: Type.TString;
|
|
836
948
|
familyName: Type.TString;
|
|
837
949
|
suffix: Type.TOptional<Type.TString>;
|
|
838
|
-
}
|
|
950
|
+
}>, Type.TObject<{
|
|
951
|
+
name: Type.TString;
|
|
952
|
+
}>]>>;
|
|
839
953
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
840
954
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
841
955
|
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">]>;
|
|
842
956
|
}>, Type.TObject<{
|
|
843
957
|
type: Type.TLiteral<"PersonalCommunication">;
|
|
844
|
-
person: Type.TObject<{
|
|
958
|
+
person: Type.TUnion<[Type.TObject<{
|
|
845
959
|
givenNames: Type.TString;
|
|
846
960
|
familyName: Type.TString;
|
|
847
961
|
suffix: Type.TOptional<Type.TString>;
|
|
848
|
-
}
|
|
962
|
+
}>, Type.TObject<{
|
|
963
|
+
name: Type.TString;
|
|
964
|
+
}>]>;
|
|
849
965
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
850
966
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
851
967
|
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">]>;
|
|
852
968
|
}>, Type.TObject<{
|
|
853
969
|
type: Type.TLiteral<"Email">;
|
|
854
|
-
sender: Type.TObject<{
|
|
970
|
+
sender: Type.TUnion<[Type.TObject<{
|
|
855
971
|
givenNames: Type.TString;
|
|
856
972
|
familyName: Type.TString;
|
|
857
973
|
suffix: Type.TOptional<Type.TString>;
|
|
858
|
-
}
|
|
859
|
-
|
|
974
|
+
}>, Type.TObject<{
|
|
975
|
+
name: Type.TString;
|
|
976
|
+
}>]>;
|
|
977
|
+
recipient: Type.TUnion<[Type.TObject<{
|
|
860
978
|
givenNames: Type.TString;
|
|
861
979
|
familyName: Type.TString;
|
|
862
980
|
suffix: Type.TOptional<Type.TString>;
|
|
863
|
-
}
|
|
981
|
+
}>, Type.TObject<{
|
|
982
|
+
name: Type.TString;
|
|
983
|
+
}>]>;
|
|
864
984
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
865
985
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
866
986
|
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">]>;
|
|
@@ -883,11 +1003,13 @@ export declare const IEEEReferenceSchemaRelaxed: Type.TUnion<[Type.TIntersect<[T
|
|
|
883
1003
|
type: Type.TLiteral<"GovernmentPublication">;
|
|
884
1004
|
title: Type.TString;
|
|
885
1005
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
886
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1006
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
887
1007
|
givenNames: Type.TString;
|
|
888
1008
|
familyName: Type.TString;
|
|
889
1009
|
suffix: Type.TOptional<Type.TString>;
|
|
890
|
-
}
|
|
1010
|
+
}>, Type.TObject<{
|
|
1011
|
+
name: Type.TString;
|
|
1012
|
+
}>]>>>;
|
|
891
1013
|
agency: Type.TString;
|
|
892
1014
|
reportNumber: Type.TOptional<Type.TString>;
|
|
893
1015
|
location: Type.TString;
|
|
@@ -918,11 +1040,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
918
1040
|
type: Type.TLiteral<"Book">;
|
|
919
1041
|
title: Type.TString;
|
|
920
1042
|
year: Type.TString;
|
|
921
|
-
authors: Type.TArray<Type.TObject<{
|
|
1043
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
922
1044
|
givenNames: Type.TString;
|
|
923
1045
|
familyName: Type.TString;
|
|
924
1046
|
suffix: Type.TOptional<Type.TString>;
|
|
925
|
-
}
|
|
1047
|
+
}>, Type.TObject<{
|
|
1048
|
+
name: Type.TString;
|
|
1049
|
+
}>]>>;
|
|
926
1050
|
edition: Type.TOptional<Type.TString>;
|
|
927
1051
|
publisher: Type.TString;
|
|
928
1052
|
location: Type.TOptional<Type.TString>;
|
|
@@ -932,11 +1056,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
932
1056
|
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">]>;
|
|
933
1057
|
}>, Type.TObject<{
|
|
934
1058
|
type: Type.TLiteral<"Website">;
|
|
935
|
-
authors: Type.TArray<Type.TObject<{
|
|
1059
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
936
1060
|
givenNames: Type.TString;
|
|
937
1061
|
familyName: Type.TString;
|
|
938
1062
|
suffix: Type.TOptional<Type.TString>;
|
|
939
|
-
}
|
|
1063
|
+
}>, Type.TObject<{
|
|
1064
|
+
name: Type.TString;
|
|
1065
|
+
}>]>>;
|
|
940
1066
|
pageTitle: Type.TString;
|
|
941
1067
|
websiteTitle: Type.TString;
|
|
942
1068
|
accessedDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -948,17 +1074,21 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
948
1074
|
type: Type.TLiteral<"BookChapter">;
|
|
949
1075
|
chapterTitle: Type.TString;
|
|
950
1076
|
year: Type.TString;
|
|
951
|
-
authors: Type.TArray<Type.TObject<{
|
|
1077
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
952
1078
|
givenNames: Type.TString;
|
|
953
1079
|
familyName: Type.TString;
|
|
954
1080
|
suffix: Type.TOptional<Type.TString>;
|
|
955
|
-
}
|
|
1081
|
+
}>, Type.TObject<{
|
|
1082
|
+
name: Type.TString;
|
|
1083
|
+
}>]>>;
|
|
956
1084
|
bookTitle: Type.TString;
|
|
957
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1085
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
958
1086
|
givenNames: Type.TString;
|
|
959
1087
|
familyName: Type.TString;
|
|
960
1088
|
suffix: Type.TOptional<Type.TString>;
|
|
961
|
-
}
|
|
1089
|
+
}>, Type.TObject<{
|
|
1090
|
+
name: Type.TString;
|
|
1091
|
+
}>]>>>;
|
|
962
1092
|
publisher: Type.TString;
|
|
963
1093
|
location: Type.TString;
|
|
964
1094
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -981,11 +1111,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
981
1111
|
type: Type.TLiteral<"TechnicalReport">;
|
|
982
1112
|
title: Type.TString;
|
|
983
1113
|
year: Type.TString;
|
|
984
|
-
authors: Type.TArray<Type.TObject<{
|
|
1114
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
985
1115
|
givenNames: Type.TString;
|
|
986
1116
|
familyName: Type.TString;
|
|
987
1117
|
suffix: Type.TOptional<Type.TString>;
|
|
988
|
-
}
|
|
1118
|
+
}>, Type.TObject<{
|
|
1119
|
+
name: Type.TString;
|
|
1120
|
+
}>]>>;
|
|
989
1121
|
reportNumber: Type.TString;
|
|
990
1122
|
institution: Type.TString;
|
|
991
1123
|
location: Type.TString;
|
|
@@ -1005,11 +1137,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1005
1137
|
type: Type.TLiteral<"Thesis">;
|
|
1006
1138
|
title: Type.TString;
|
|
1007
1139
|
year: Type.TString;
|
|
1008
|
-
authors: Type.TArray<Type.TObject<{
|
|
1140
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1009
1141
|
givenNames: Type.TString;
|
|
1010
1142
|
familyName: Type.TString;
|
|
1011
1143
|
suffix: Type.TOptional<Type.TString>;
|
|
1012
|
-
}
|
|
1144
|
+
}>, Type.TObject<{
|
|
1145
|
+
name: Type.TString;
|
|
1146
|
+
}>]>>;
|
|
1013
1147
|
degree: Type.TString;
|
|
1014
1148
|
institution: Type.TString;
|
|
1015
1149
|
location: Type.TString;
|
|
@@ -1019,11 +1153,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1019
1153
|
}>, Type.TObject<{
|
|
1020
1154
|
type: Type.TLiteral<"Patent">;
|
|
1021
1155
|
title: Type.TString;
|
|
1022
|
-
inventors: Type.TArray<Type.TObject<{
|
|
1156
|
+
inventors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1023
1157
|
givenNames: Type.TString;
|
|
1024
1158
|
familyName: Type.TString;
|
|
1025
1159
|
suffix: Type.TOptional<Type.TString>;
|
|
1026
|
-
}
|
|
1160
|
+
}>, Type.TObject<{
|
|
1161
|
+
name: Type.TString;
|
|
1162
|
+
}>]>>;
|
|
1027
1163
|
country: Type.TString;
|
|
1028
1164
|
patentNumber: Type.TString;
|
|
1029
1165
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -1052,11 +1188,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1052
1188
|
type: Type.TLiteral<"JournalArticle">;
|
|
1053
1189
|
title: Type.TString;
|
|
1054
1190
|
year: Type.TString;
|
|
1055
|
-
authors: Type.TArray<Type.TObject<{
|
|
1191
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1056
1192
|
givenNames: Type.TString;
|
|
1057
1193
|
familyName: Type.TString;
|
|
1058
1194
|
suffix: Type.TOptional<Type.TString>;
|
|
1059
|
-
}
|
|
1195
|
+
}>, Type.TObject<{
|
|
1196
|
+
name: Type.TString;
|
|
1197
|
+
}>]>>;
|
|
1060
1198
|
journalTitle: Type.TString;
|
|
1061
1199
|
volume: Type.TOptional<Type.TString>;
|
|
1062
1200
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -1069,11 +1207,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1069
1207
|
type: Type.TLiteral<"MagazineArticle">;
|
|
1070
1208
|
title: Type.TString;
|
|
1071
1209
|
year: Type.TString;
|
|
1072
|
-
authors: Type.TArray<Type.TObject<{
|
|
1210
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1073
1211
|
givenNames: Type.TString;
|
|
1074
1212
|
familyName: Type.TString;
|
|
1075
1213
|
suffix: Type.TOptional<Type.TString>;
|
|
1076
|
-
}
|
|
1214
|
+
}>, Type.TObject<{
|
|
1215
|
+
name: Type.TString;
|
|
1216
|
+
}>]>>;
|
|
1077
1217
|
magazineTitle: Type.TString;
|
|
1078
1218
|
volume: Type.TOptional<Type.TString>;
|
|
1079
1219
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -1084,11 +1224,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1084
1224
|
}>, Type.TObject<{
|
|
1085
1225
|
type: Type.TLiteral<"NewspaperArticle">;
|
|
1086
1226
|
title: Type.TString;
|
|
1087
|
-
authors: Type.TArray<Type.TObject<{
|
|
1227
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1088
1228
|
givenNames: Type.TString;
|
|
1089
1229
|
familyName: Type.TString;
|
|
1090
1230
|
suffix: Type.TOptional<Type.TString>;
|
|
1091
|
-
}
|
|
1231
|
+
}>, Type.TObject<{
|
|
1232
|
+
name: Type.TString;
|
|
1233
|
+
}>]>>;
|
|
1092
1234
|
newspaperTitle: Type.TString;
|
|
1093
1235
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
1094
1236
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -1098,11 +1240,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1098
1240
|
}>, Type.TObject<{
|
|
1099
1241
|
type: Type.TLiteral<"ConferencePaper">;
|
|
1100
1242
|
title: Type.TString;
|
|
1101
|
-
authors: Type.TArray<Type.TObject<{
|
|
1243
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1102
1244
|
givenNames: Type.TString;
|
|
1103
1245
|
familyName: Type.TString;
|
|
1104
1246
|
suffix: Type.TOptional<Type.TString>;
|
|
1105
|
-
}
|
|
1247
|
+
}>, Type.TObject<{
|
|
1248
|
+
name: Type.TString;
|
|
1249
|
+
}>]>>;
|
|
1106
1250
|
conferenceName: Type.TString;
|
|
1107
1251
|
location: Type.TString;
|
|
1108
1252
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -1113,11 +1257,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1113
1257
|
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">]>;
|
|
1114
1258
|
}>, Type.TObject<{
|
|
1115
1259
|
type: Type.TLiteral<"ConferenceProceedings">;
|
|
1116
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1260
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1117
1261
|
givenNames: Type.TString;
|
|
1118
1262
|
familyName: Type.TString;
|
|
1119
1263
|
suffix: Type.TOptional<Type.TString>;
|
|
1120
|
-
}
|
|
1264
|
+
}>, Type.TObject<{
|
|
1265
|
+
name: Type.TString;
|
|
1266
|
+
}>]>>>;
|
|
1121
1267
|
conferenceName: Type.TString;
|
|
1122
1268
|
location: Type.TString;
|
|
1123
1269
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -1130,11 +1276,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1130
1276
|
type: Type.TLiteral<"Dataset">;
|
|
1131
1277
|
title: Type.TString;
|
|
1132
1278
|
year: Type.TString;
|
|
1133
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1279
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1134
1280
|
givenNames: Type.TString;
|
|
1135
1281
|
familyName: Type.TString;
|
|
1136
1282
|
suffix: Type.TOptional<Type.TString>;
|
|
1137
|
-
}
|
|
1283
|
+
}>, Type.TObject<{
|
|
1284
|
+
name: Type.TString;
|
|
1285
|
+
}>]>>>;
|
|
1138
1286
|
repository: Type.TString;
|
|
1139
1287
|
version: Type.TOptional<Type.TString>;
|
|
1140
1288
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -1146,11 +1294,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1146
1294
|
type: Type.TLiteral<"Software">;
|
|
1147
1295
|
title: Type.TString;
|
|
1148
1296
|
year: Type.TString;
|
|
1149
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1297
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1150
1298
|
givenNames: Type.TString;
|
|
1151
1299
|
familyName: Type.TString;
|
|
1152
1300
|
suffix: Type.TOptional<Type.TString>;
|
|
1153
|
-
}
|
|
1301
|
+
}>, Type.TObject<{
|
|
1302
|
+
name: Type.TString;
|
|
1303
|
+
}>]>>>;
|
|
1154
1304
|
version: Type.TOptional<Type.TString>;
|
|
1155
1305
|
publisher: Type.TOptional<Type.TString>;
|
|
1156
1306
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -1160,11 +1310,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1160
1310
|
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">]>;
|
|
1161
1311
|
}>, Type.TObject<{
|
|
1162
1312
|
type: Type.TLiteral<"OnlineDocument">;
|
|
1163
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1313
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1164
1314
|
givenNames: Type.TString;
|
|
1165
1315
|
familyName: Type.TString;
|
|
1166
1316
|
suffix: Type.TOptional<Type.TString>;
|
|
1167
|
-
}
|
|
1317
|
+
}>, Type.TObject<{
|
|
1318
|
+
name: Type.TString;
|
|
1319
|
+
}>]>>>;
|
|
1168
1320
|
title: Type.TString;
|
|
1169
1321
|
publisher: Type.TOptional<Type.TString>;
|
|
1170
1322
|
url: Type.TString;
|
|
@@ -1174,11 +1326,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1174
1326
|
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">]>;
|
|
1175
1327
|
}>, Type.TObject<{
|
|
1176
1328
|
type: Type.TLiteral<"Blog">;
|
|
1177
|
-
author: Type.TObject<{
|
|
1329
|
+
author: Type.TUnion<[Type.TObject<{
|
|
1178
1330
|
givenNames: Type.TString;
|
|
1179
1331
|
familyName: Type.TString;
|
|
1180
1332
|
suffix: Type.TOptional<Type.TString>;
|
|
1181
|
-
}
|
|
1333
|
+
}>, Type.TObject<{
|
|
1334
|
+
name: Type.TString;
|
|
1335
|
+
}>]>;
|
|
1182
1336
|
postTitle: Type.TString;
|
|
1183
1337
|
blogName: Type.TString;
|
|
1184
1338
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -1189,14 +1343,21 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1189
1343
|
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">]>;
|
|
1190
1344
|
}>, Type.TObject<{
|
|
1191
1345
|
type: Type.TLiteral<"SocialMedia">;
|
|
1192
|
-
author: Type.TObject<{
|
|
1346
|
+
author: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
1193
1347
|
givenNames: Type.TString;
|
|
1194
1348
|
familyName: Type.TString;
|
|
1195
1349
|
suffix: Type.TOptional<Type.TString>;
|
|
1196
|
-
}
|
|
1350
|
+
}>, Type.TObject<{
|
|
1351
|
+
name: Type.TString;
|
|
1352
|
+
}>]>>;
|
|
1353
|
+
username: Type.TOptional<Type.TString>;
|
|
1354
|
+
postTitle: Type.TOptional<Type.TString>;
|
|
1355
|
+
postBody: Type.TOptional<Type.TString>;
|
|
1356
|
+
websiteTitle: Type.TOptional<Type.TString>;
|
|
1197
1357
|
platform: Type.TString;
|
|
1198
1358
|
postDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
1199
1359
|
url: Type.TString;
|
|
1360
|
+
accessedDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
1200
1361
|
}>]>;
|
|
1201
1362
|
readonly Preprint: Type.TIntersect<[Type.TObject<{
|
|
1202
1363
|
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">]>;
|
|
@@ -1204,11 +1365,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1204
1365
|
type: Type.TLiteral<"Preprint">;
|
|
1205
1366
|
title: Type.TString;
|
|
1206
1367
|
year: Type.TString;
|
|
1207
|
-
authors: Type.TArray<Type.TObject<{
|
|
1368
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1208
1369
|
givenNames: Type.TString;
|
|
1209
1370
|
familyName: Type.TString;
|
|
1210
1371
|
suffix: Type.TOptional<Type.TString>;
|
|
1211
|
-
}
|
|
1372
|
+
}>, Type.TObject<{
|
|
1373
|
+
name: Type.TString;
|
|
1374
|
+
}>]>>;
|
|
1212
1375
|
server: Type.TString;
|
|
1213
1376
|
doi: Type.TOptional<Type.TString>;
|
|
1214
1377
|
url: Type.TString;
|
|
@@ -1218,11 +1381,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1218
1381
|
}>, Type.TObject<{
|
|
1219
1382
|
type: Type.TLiteral<"Video">;
|
|
1220
1383
|
title: Type.TString;
|
|
1221
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1384
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1222
1385
|
givenNames: Type.TString;
|
|
1223
1386
|
familyName: Type.TString;
|
|
1224
1387
|
suffix: Type.TOptional<Type.TString>;
|
|
1225
|
-
}
|
|
1388
|
+
}>, Type.TObject<{
|
|
1389
|
+
name: Type.TString;
|
|
1390
|
+
}>]>>>;
|
|
1226
1391
|
releaseDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
1227
1392
|
platform: Type.TString;
|
|
1228
1393
|
url: Type.TString;
|
|
@@ -1232,11 +1397,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1232
1397
|
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">]>;
|
|
1233
1398
|
}>, Type.TObject<{
|
|
1234
1399
|
type: Type.TLiteral<"Podcast">;
|
|
1235
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1400
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1236
1401
|
givenNames: Type.TString;
|
|
1237
1402
|
familyName: Type.TString;
|
|
1238
1403
|
suffix: Type.TOptional<Type.TString>;
|
|
1239
|
-
}
|
|
1404
|
+
}>, Type.TObject<{
|
|
1405
|
+
name: Type.TString;
|
|
1406
|
+
}>]>>>;
|
|
1240
1407
|
episodeTitle: Type.TString;
|
|
1241
1408
|
seriesTitle: Type.TString;
|
|
1242
1409
|
platform: Type.TString;
|
|
@@ -1249,11 +1416,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1249
1416
|
type: Type.TLiteral<"Course">;
|
|
1250
1417
|
title: Type.TString;
|
|
1251
1418
|
year: Type.TString;
|
|
1252
|
-
instructor: Type.TObject<{
|
|
1419
|
+
instructor: Type.TUnion<[Type.TObject<{
|
|
1253
1420
|
givenNames: Type.TString;
|
|
1254
1421
|
familyName: Type.TString;
|
|
1255
1422
|
suffix: Type.TOptional<Type.TString>;
|
|
1256
|
-
}
|
|
1423
|
+
}>, Type.TObject<{
|
|
1424
|
+
name: Type.TString;
|
|
1425
|
+
}>]>;
|
|
1257
1426
|
institution: Type.TString;
|
|
1258
1427
|
courseCode: Type.TOptional<Type.TString>;
|
|
1259
1428
|
term: Type.TString;
|
|
@@ -1263,11 +1432,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1263
1432
|
}>, Type.TObject<{
|
|
1264
1433
|
type: Type.TLiteral<"Presentation">;
|
|
1265
1434
|
title: Type.TString;
|
|
1266
|
-
presenter: Type.TObject<{
|
|
1435
|
+
presenter: Type.TUnion<[Type.TObject<{
|
|
1267
1436
|
givenNames: Type.TString;
|
|
1268
1437
|
familyName: Type.TString;
|
|
1269
1438
|
suffix: Type.TOptional<Type.TString>;
|
|
1270
|
-
}
|
|
1439
|
+
}>, Type.TObject<{
|
|
1440
|
+
name: Type.TString;
|
|
1441
|
+
}>]>;
|
|
1271
1442
|
eventTitle: Type.TString;
|
|
1272
1443
|
location: Type.TString;
|
|
1273
1444
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -1276,43 +1447,53 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1276
1447
|
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">]>;
|
|
1277
1448
|
}>, Type.TObject<{
|
|
1278
1449
|
type: Type.TLiteral<"Interview">;
|
|
1279
|
-
interviewee: Type.TObject<{
|
|
1450
|
+
interviewee: Type.TUnion<[Type.TObject<{
|
|
1280
1451
|
givenNames: Type.TString;
|
|
1281
1452
|
familyName: Type.TString;
|
|
1282
1453
|
suffix: Type.TOptional<Type.TString>;
|
|
1283
|
-
}
|
|
1284
|
-
|
|
1454
|
+
}>, Type.TObject<{
|
|
1455
|
+
name: Type.TString;
|
|
1456
|
+
}>]>;
|
|
1457
|
+
interviewer: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
1285
1458
|
givenNames: Type.TString;
|
|
1286
1459
|
familyName: Type.TString;
|
|
1287
1460
|
suffix: Type.TOptional<Type.TString>;
|
|
1288
|
-
}
|
|
1461
|
+
}>, Type.TObject<{
|
|
1462
|
+
name: Type.TString;
|
|
1463
|
+
}>]>>;
|
|
1289
1464
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
1290
1465
|
}>]>;
|
|
1291
1466
|
readonly PersonalCommunication: Type.TIntersect<[Type.TObject<{
|
|
1292
1467
|
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">]>;
|
|
1293
1468
|
}>, Type.TObject<{
|
|
1294
1469
|
type: Type.TLiteral<"PersonalCommunication">;
|
|
1295
|
-
person: Type.TObject<{
|
|
1470
|
+
person: Type.TUnion<[Type.TObject<{
|
|
1296
1471
|
givenNames: Type.TString;
|
|
1297
1472
|
familyName: Type.TString;
|
|
1298
1473
|
suffix: Type.TOptional<Type.TString>;
|
|
1299
|
-
}
|
|
1474
|
+
}>, Type.TObject<{
|
|
1475
|
+
name: Type.TString;
|
|
1476
|
+
}>]>;
|
|
1300
1477
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
1301
1478
|
}>]>;
|
|
1302
1479
|
readonly Email: Type.TIntersect<[Type.TObject<{
|
|
1303
1480
|
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">]>;
|
|
1304
1481
|
}>, Type.TObject<{
|
|
1305
1482
|
type: Type.TLiteral<"Email">;
|
|
1306
|
-
sender: Type.TObject<{
|
|
1483
|
+
sender: Type.TUnion<[Type.TObject<{
|
|
1307
1484
|
givenNames: Type.TString;
|
|
1308
1485
|
familyName: Type.TString;
|
|
1309
1486
|
suffix: Type.TOptional<Type.TString>;
|
|
1310
|
-
}
|
|
1311
|
-
|
|
1487
|
+
}>, Type.TObject<{
|
|
1488
|
+
name: Type.TString;
|
|
1489
|
+
}>]>;
|
|
1490
|
+
recipient: Type.TUnion<[Type.TObject<{
|
|
1312
1491
|
givenNames: Type.TString;
|
|
1313
1492
|
familyName: Type.TString;
|
|
1314
1493
|
suffix: Type.TOptional<Type.TString>;
|
|
1315
|
-
}
|
|
1494
|
+
}>, Type.TObject<{
|
|
1495
|
+
name: Type.TString;
|
|
1496
|
+
}>]>;
|
|
1316
1497
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
1317
1498
|
}>]>;
|
|
1318
1499
|
readonly Law: Type.TIntersect<[Type.TObject<{
|
|
@@ -1338,11 +1519,13 @@ export declare const IEEEReferenceSchemaMapRelaxed: {
|
|
|
1338
1519
|
type: Type.TLiteral<"GovernmentPublication">;
|
|
1339
1520
|
title: Type.TString;
|
|
1340
1521
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
1341
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
1522
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
1342
1523
|
givenNames: Type.TString;
|
|
1343
1524
|
familyName: Type.TString;
|
|
1344
1525
|
suffix: Type.TOptional<Type.TString>;
|
|
1345
|
-
}
|
|
1526
|
+
}>, Type.TObject<{
|
|
1527
|
+
name: Type.TString;
|
|
1528
|
+
}>]>>>;
|
|
1346
1529
|
agency: Type.TString;
|
|
1347
1530
|
reportNumber: Type.TOptional<Type.TString>;
|
|
1348
1531
|
location: Type.TString;
|