@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
|
@@ -30,11 +30,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
30
30
|
type: Type.TLiteral<"Book">;
|
|
31
31
|
title: Type.TString;
|
|
32
32
|
year: Type.TString;
|
|
33
|
-
authors: Type.TArray<Type.TObject<{
|
|
33
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
34
34
|
givenNames: Type.TString;
|
|
35
35
|
familyName: Type.TString;
|
|
36
36
|
suffix: Type.TOptional<Type.TString>;
|
|
37
|
-
}
|
|
37
|
+
}>, Type.TObject<{
|
|
38
|
+
name: Type.TString;
|
|
39
|
+
}>]>>;
|
|
38
40
|
edition: Type.TOptional<Type.TString>;
|
|
39
41
|
publisher: Type.TString;
|
|
40
42
|
location: Type.TOptional<Type.TString>;
|
|
@@ -43,11 +45,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
43
45
|
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">]>;
|
|
44
46
|
}>, Type.TObject<{
|
|
45
47
|
type: Type.TLiteral<"Website">;
|
|
46
|
-
authors: Type.TArray<Type.TObject<{
|
|
48
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
47
49
|
givenNames: Type.TString;
|
|
48
50
|
familyName: Type.TString;
|
|
49
51
|
suffix: Type.TOptional<Type.TString>;
|
|
50
|
-
}
|
|
52
|
+
}>, Type.TObject<{
|
|
53
|
+
name: Type.TString;
|
|
54
|
+
}>]>>;
|
|
51
55
|
pageTitle: Type.TString;
|
|
52
56
|
websiteTitle: Type.TString;
|
|
53
57
|
accessedDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -58,17 +62,21 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
58
62
|
type: Type.TLiteral<"BookChapter">;
|
|
59
63
|
chapterTitle: Type.TString;
|
|
60
64
|
year: Type.TString;
|
|
61
|
-
authors: Type.TArray<Type.TObject<{
|
|
65
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
62
66
|
givenNames: Type.TString;
|
|
63
67
|
familyName: Type.TString;
|
|
64
68
|
suffix: Type.TOptional<Type.TString>;
|
|
65
|
-
}
|
|
69
|
+
}>, Type.TObject<{
|
|
70
|
+
name: Type.TString;
|
|
71
|
+
}>]>>;
|
|
66
72
|
bookTitle: Type.TString;
|
|
67
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
73
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
68
74
|
givenNames: Type.TString;
|
|
69
75
|
familyName: Type.TString;
|
|
70
76
|
suffix: Type.TOptional<Type.TString>;
|
|
71
|
-
}
|
|
77
|
+
}>, Type.TObject<{
|
|
78
|
+
name: Type.TString;
|
|
79
|
+
}>]>>>;
|
|
72
80
|
publisher: Type.TString;
|
|
73
81
|
location: Type.TString;
|
|
74
82
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -89,11 +97,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
89
97
|
type: Type.TLiteral<"TechnicalReport">;
|
|
90
98
|
title: Type.TString;
|
|
91
99
|
year: Type.TString;
|
|
92
|
-
authors: Type.TArray<Type.TObject<{
|
|
100
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
93
101
|
givenNames: Type.TString;
|
|
94
102
|
familyName: Type.TString;
|
|
95
103
|
suffix: Type.TOptional<Type.TString>;
|
|
96
|
-
}
|
|
104
|
+
}>, Type.TObject<{
|
|
105
|
+
name: Type.TString;
|
|
106
|
+
}>]>>;
|
|
97
107
|
reportNumber: Type.TString;
|
|
98
108
|
institution: Type.TString;
|
|
99
109
|
location: Type.TString;
|
|
@@ -111,11 +121,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
111
121
|
type: Type.TLiteral<"Thesis">;
|
|
112
122
|
title: Type.TString;
|
|
113
123
|
year: Type.TString;
|
|
114
|
-
authors: Type.TArray<Type.TObject<{
|
|
124
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
115
125
|
givenNames: Type.TString;
|
|
116
126
|
familyName: Type.TString;
|
|
117
127
|
suffix: Type.TOptional<Type.TString>;
|
|
118
|
-
}
|
|
128
|
+
}>, Type.TObject<{
|
|
129
|
+
name: Type.TString;
|
|
130
|
+
}>]>>;
|
|
119
131
|
degree: Type.TString;
|
|
120
132
|
institution: Type.TString;
|
|
121
133
|
location: Type.TString;
|
|
@@ -124,11 +136,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
124
136
|
}>, Type.TObject<{
|
|
125
137
|
type: Type.TLiteral<"Patent">;
|
|
126
138
|
title: Type.TString;
|
|
127
|
-
inventors: Type.TArray<Type.TObject<{
|
|
139
|
+
inventors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
128
140
|
givenNames: Type.TString;
|
|
129
141
|
familyName: Type.TString;
|
|
130
142
|
suffix: Type.TOptional<Type.TString>;
|
|
131
|
-
}
|
|
143
|
+
}>, Type.TObject<{
|
|
144
|
+
name: Type.TString;
|
|
145
|
+
}>]>>;
|
|
132
146
|
country: Type.TString;
|
|
133
147
|
patentNumber: Type.TString;
|
|
134
148
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -154,11 +168,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
154
168
|
type: Type.TLiteral<"JournalArticle">;
|
|
155
169
|
title: Type.TString;
|
|
156
170
|
year: Type.TString;
|
|
157
|
-
authors: Type.TArray<Type.TObject<{
|
|
171
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
158
172
|
givenNames: Type.TString;
|
|
159
173
|
familyName: Type.TString;
|
|
160
174
|
suffix: Type.TOptional<Type.TString>;
|
|
161
|
-
}
|
|
175
|
+
}>, Type.TObject<{
|
|
176
|
+
name: Type.TString;
|
|
177
|
+
}>]>>;
|
|
162
178
|
journalTitle: Type.TString;
|
|
163
179
|
volume: Type.TOptional<Type.TString>;
|
|
164
180
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -170,11 +186,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
170
186
|
type: Type.TLiteral<"MagazineArticle">;
|
|
171
187
|
title: Type.TString;
|
|
172
188
|
year: Type.TString;
|
|
173
|
-
authors: Type.TArray<Type.TObject<{
|
|
189
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
174
190
|
givenNames: Type.TString;
|
|
175
191
|
familyName: Type.TString;
|
|
176
192
|
suffix: Type.TOptional<Type.TString>;
|
|
177
|
-
}
|
|
193
|
+
}>, Type.TObject<{
|
|
194
|
+
name: Type.TString;
|
|
195
|
+
}>]>>;
|
|
178
196
|
magazineTitle: Type.TString;
|
|
179
197
|
volume: Type.TOptional<Type.TString>;
|
|
180
198
|
issue: Type.TOptional<Type.TString>;
|
|
@@ -184,11 +202,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
184
202
|
}>, Type.TObject<{
|
|
185
203
|
type: Type.TLiteral<"NewspaperArticle">;
|
|
186
204
|
title: Type.TString;
|
|
187
|
-
authors: Type.TArray<Type.TObject<{
|
|
205
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
188
206
|
givenNames: Type.TString;
|
|
189
207
|
familyName: Type.TString;
|
|
190
208
|
suffix: Type.TOptional<Type.TString>;
|
|
191
|
-
}
|
|
209
|
+
}>, Type.TObject<{
|
|
210
|
+
name: Type.TString;
|
|
211
|
+
}>]>>;
|
|
192
212
|
newspaperTitle: Type.TString;
|
|
193
213
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
194
214
|
pages: Type.TOptional<Type.TString>;
|
|
@@ -197,11 +217,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
197
217
|
}>, Type.TObject<{
|
|
198
218
|
type: Type.TLiteral<"ConferencePaper">;
|
|
199
219
|
title: Type.TString;
|
|
200
|
-
authors: Type.TArray<Type.TObject<{
|
|
220
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
201
221
|
givenNames: Type.TString;
|
|
202
222
|
familyName: Type.TString;
|
|
203
223
|
suffix: Type.TOptional<Type.TString>;
|
|
204
|
-
}
|
|
224
|
+
}>, Type.TObject<{
|
|
225
|
+
name: Type.TString;
|
|
226
|
+
}>]>>;
|
|
205
227
|
conferenceName: Type.TString;
|
|
206
228
|
location: Type.TString;
|
|
207
229
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -211,11 +233,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
211
233
|
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">]>;
|
|
212
234
|
}>, Type.TObject<{
|
|
213
235
|
type: Type.TLiteral<"ConferenceProceedings">;
|
|
214
|
-
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
236
|
+
editors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
215
237
|
givenNames: Type.TString;
|
|
216
238
|
familyName: Type.TString;
|
|
217
239
|
suffix: Type.TOptional<Type.TString>;
|
|
218
|
-
}
|
|
240
|
+
}>, Type.TObject<{
|
|
241
|
+
name: Type.TString;
|
|
242
|
+
}>]>>>;
|
|
219
243
|
conferenceName: Type.TString;
|
|
220
244
|
location: Type.TString;
|
|
221
245
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -227,11 +251,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
227
251
|
type: Type.TLiteral<"Dataset">;
|
|
228
252
|
title: Type.TString;
|
|
229
253
|
year: Type.TString;
|
|
230
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
254
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
231
255
|
givenNames: Type.TString;
|
|
232
256
|
familyName: Type.TString;
|
|
233
257
|
suffix: Type.TOptional<Type.TString>;
|
|
234
|
-
}
|
|
258
|
+
}>, Type.TObject<{
|
|
259
|
+
name: Type.TString;
|
|
260
|
+
}>]>>>;
|
|
235
261
|
repository: Type.TString;
|
|
236
262
|
version: Type.TOptional<Type.TString>;
|
|
237
263
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -242,11 +268,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
242
268
|
type: Type.TLiteral<"Software">;
|
|
243
269
|
title: Type.TString;
|
|
244
270
|
year: Type.TString;
|
|
245
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
271
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
246
272
|
givenNames: Type.TString;
|
|
247
273
|
familyName: Type.TString;
|
|
248
274
|
suffix: Type.TOptional<Type.TString>;
|
|
249
|
-
}
|
|
275
|
+
}>, Type.TObject<{
|
|
276
|
+
name: Type.TString;
|
|
277
|
+
}>]>>>;
|
|
250
278
|
version: Type.TOptional<Type.TString>;
|
|
251
279
|
publisher: Type.TOptional<Type.TString>;
|
|
252
280
|
doi: Type.TOptional<Type.TString>;
|
|
@@ -255,11 +283,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
255
283
|
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">]>;
|
|
256
284
|
}>, Type.TObject<{
|
|
257
285
|
type: Type.TLiteral<"OnlineDocument">;
|
|
258
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
286
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
259
287
|
givenNames: Type.TString;
|
|
260
288
|
familyName: Type.TString;
|
|
261
289
|
suffix: Type.TOptional<Type.TString>;
|
|
262
|
-
}
|
|
290
|
+
}>, Type.TObject<{
|
|
291
|
+
name: Type.TString;
|
|
292
|
+
}>]>>>;
|
|
263
293
|
title: Type.TString;
|
|
264
294
|
publisher: Type.TOptional<Type.TString>;
|
|
265
295
|
url: Type.TString;
|
|
@@ -268,11 +298,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
268
298
|
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">]>;
|
|
269
299
|
}>, Type.TObject<{
|
|
270
300
|
type: Type.TLiteral<"Blog">;
|
|
271
|
-
author: Type.TObject<{
|
|
301
|
+
author: Type.TUnion<[Type.TObject<{
|
|
272
302
|
givenNames: Type.TString;
|
|
273
303
|
familyName: Type.TString;
|
|
274
304
|
suffix: Type.TOptional<Type.TString>;
|
|
275
|
-
}
|
|
305
|
+
}>, Type.TObject<{
|
|
306
|
+
name: Type.TString;
|
|
307
|
+
}>]>;
|
|
276
308
|
postTitle: Type.TString;
|
|
277
309
|
blogName: Type.TString;
|
|
278
310
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -282,25 +314,34 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
282
314
|
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">]>;
|
|
283
315
|
}>, Type.TObject<{
|
|
284
316
|
type: Type.TLiteral<"SocialMedia">;
|
|
285
|
-
author: Type.TObject<{
|
|
317
|
+
author: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
286
318
|
givenNames: Type.TString;
|
|
287
319
|
familyName: Type.TString;
|
|
288
320
|
suffix: Type.TOptional<Type.TString>;
|
|
289
|
-
}
|
|
321
|
+
}>, Type.TObject<{
|
|
322
|
+
name: Type.TString;
|
|
323
|
+
}>]>>;
|
|
324
|
+
username: Type.TOptional<Type.TString>;
|
|
325
|
+
postTitle: Type.TOptional<Type.TString>;
|
|
326
|
+
postBody: Type.TOptional<Type.TString>;
|
|
327
|
+
websiteTitle: Type.TOptional<Type.TString>;
|
|
290
328
|
platform: Type.TString;
|
|
291
329
|
postDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
292
330
|
url: Type.TString;
|
|
331
|
+
accessedDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
293
332
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
294
333
|
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">]>;
|
|
295
334
|
}>, Type.TObject<{
|
|
296
335
|
type: Type.TLiteral<"Preprint">;
|
|
297
336
|
title: Type.TString;
|
|
298
337
|
year: Type.TString;
|
|
299
|
-
authors: Type.TArray<Type.TObject<{
|
|
338
|
+
authors: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
300
339
|
givenNames: Type.TString;
|
|
301
340
|
familyName: Type.TString;
|
|
302
341
|
suffix: Type.TOptional<Type.TString>;
|
|
303
|
-
}
|
|
342
|
+
}>, Type.TObject<{
|
|
343
|
+
name: Type.TString;
|
|
344
|
+
}>]>>;
|
|
304
345
|
server: Type.TString;
|
|
305
346
|
doi: Type.TOptional<Type.TString>;
|
|
306
347
|
url: Type.TString;
|
|
@@ -309,11 +350,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
309
350
|
}>, Type.TObject<{
|
|
310
351
|
type: Type.TLiteral<"Video">;
|
|
311
352
|
title: Type.TString;
|
|
312
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
353
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
313
354
|
givenNames: Type.TString;
|
|
314
355
|
familyName: Type.TString;
|
|
315
356
|
suffix: Type.TOptional<Type.TString>;
|
|
316
|
-
}
|
|
357
|
+
}>, Type.TObject<{
|
|
358
|
+
name: Type.TString;
|
|
359
|
+
}>]>>>;
|
|
317
360
|
releaseDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
|
|
318
361
|
platform: Type.TString;
|
|
319
362
|
url: Type.TString;
|
|
@@ -322,11 +365,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
322
365
|
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">]>;
|
|
323
366
|
}>, Type.TObject<{
|
|
324
367
|
type: Type.TLiteral<"Podcast">;
|
|
325
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
368
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
326
369
|
givenNames: Type.TString;
|
|
327
370
|
familyName: Type.TString;
|
|
328
371
|
suffix: Type.TOptional<Type.TString>;
|
|
329
|
-
}
|
|
372
|
+
}>, Type.TObject<{
|
|
373
|
+
name: Type.TString;
|
|
374
|
+
}>]>>>;
|
|
330
375
|
episodeTitle: Type.TString;
|
|
331
376
|
seriesTitle: Type.TString;
|
|
332
377
|
platform: Type.TString;
|
|
@@ -338,11 +383,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
338
383
|
type: Type.TLiteral<"Course">;
|
|
339
384
|
title: Type.TString;
|
|
340
385
|
year: Type.TString;
|
|
341
|
-
instructor: Type.TObject<{
|
|
386
|
+
instructor: Type.TUnion<[Type.TObject<{
|
|
342
387
|
givenNames: Type.TString;
|
|
343
388
|
familyName: Type.TString;
|
|
344
389
|
suffix: Type.TOptional<Type.TString>;
|
|
345
|
-
}
|
|
390
|
+
}>, Type.TObject<{
|
|
391
|
+
name: Type.TString;
|
|
392
|
+
}>]>;
|
|
346
393
|
institution: Type.TString;
|
|
347
394
|
courseCode: Type.TOptional<Type.TString>;
|
|
348
395
|
term: Type.TString;
|
|
@@ -351,11 +398,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
351
398
|
}>, Type.TObject<{
|
|
352
399
|
type: Type.TLiteral<"Presentation">;
|
|
353
400
|
title: Type.TString;
|
|
354
|
-
presenter: Type.TObject<{
|
|
401
|
+
presenter: Type.TUnion<[Type.TObject<{
|
|
355
402
|
givenNames: Type.TString;
|
|
356
403
|
familyName: Type.TString;
|
|
357
404
|
suffix: Type.TOptional<Type.TString>;
|
|
358
|
-
}
|
|
405
|
+
}>, Type.TObject<{
|
|
406
|
+
name: Type.TString;
|
|
407
|
+
}>]>;
|
|
359
408
|
eventTitle: Type.TString;
|
|
360
409
|
location: Type.TString;
|
|
361
410
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
@@ -363,41 +412,51 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
363
412
|
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">]>;
|
|
364
413
|
}>, Type.TObject<{
|
|
365
414
|
type: Type.TLiteral<"Interview">;
|
|
366
|
-
interviewee: Type.TObject<{
|
|
415
|
+
interviewee: Type.TUnion<[Type.TObject<{
|
|
367
416
|
givenNames: Type.TString;
|
|
368
417
|
familyName: Type.TString;
|
|
369
418
|
suffix: Type.TOptional<Type.TString>;
|
|
370
|
-
}
|
|
371
|
-
|
|
419
|
+
}>, Type.TObject<{
|
|
420
|
+
name: Type.TString;
|
|
421
|
+
}>]>;
|
|
422
|
+
interviewer: Type.TOptional<Type.TUnion<[Type.TObject<{
|
|
372
423
|
givenNames: Type.TString;
|
|
373
424
|
familyName: Type.TString;
|
|
374
425
|
suffix: Type.TOptional<Type.TString>;
|
|
375
|
-
}
|
|
426
|
+
}>, Type.TObject<{
|
|
427
|
+
name: Type.TString;
|
|
428
|
+
}>]>>;
|
|
376
429
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
377
430
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
378
431
|
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">]>;
|
|
379
432
|
}>, Type.TObject<{
|
|
380
433
|
type: Type.TLiteral<"PersonalCommunication">;
|
|
381
|
-
person: Type.TObject<{
|
|
434
|
+
person: Type.TUnion<[Type.TObject<{
|
|
382
435
|
givenNames: Type.TString;
|
|
383
436
|
familyName: Type.TString;
|
|
384
437
|
suffix: Type.TOptional<Type.TString>;
|
|
385
|
-
}
|
|
438
|
+
}>, Type.TObject<{
|
|
439
|
+
name: Type.TString;
|
|
440
|
+
}>]>;
|
|
386
441
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
387
442
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
388
443
|
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
444
|
}>, Type.TObject<{
|
|
390
445
|
type: Type.TLiteral<"Email">;
|
|
391
|
-
sender: Type.TObject<{
|
|
446
|
+
sender: Type.TUnion<[Type.TObject<{
|
|
392
447
|
givenNames: Type.TString;
|
|
393
448
|
familyName: Type.TString;
|
|
394
449
|
suffix: Type.TOptional<Type.TString>;
|
|
395
|
-
}
|
|
396
|
-
|
|
450
|
+
}>, Type.TObject<{
|
|
451
|
+
name: Type.TString;
|
|
452
|
+
}>]>;
|
|
453
|
+
recipient: Type.TUnion<[Type.TObject<{
|
|
397
454
|
givenNames: Type.TString;
|
|
398
455
|
familyName: Type.TString;
|
|
399
456
|
suffix: Type.TOptional<Type.TString>;
|
|
400
|
-
}
|
|
457
|
+
}>, Type.TObject<{
|
|
458
|
+
name: Type.TString;
|
|
459
|
+
}>]>;
|
|
401
460
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
402
461
|
}>]>, Type.TIntersect<[Type.TObject<{
|
|
403
462
|
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">]>;
|
|
@@ -420,11 +479,13 @@ export declare const IEEEOriginDocumentSchema: Type.TIntersect<[Type.TObject<{
|
|
|
420
479
|
type: Type.TLiteral<"GovernmentPublication">;
|
|
421
480
|
title: Type.TString;
|
|
422
481
|
date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
|
|
423
|
-
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
482
|
+
authors: Type.TOptional<Type.TArray<Type.TUnion<[Type.TObject<{
|
|
424
483
|
givenNames: Type.TString;
|
|
425
484
|
familyName: Type.TString;
|
|
426
485
|
suffix: Type.TOptional<Type.TString>;
|
|
427
|
-
}
|
|
486
|
+
}>, Type.TObject<{
|
|
487
|
+
name: Type.TString;
|
|
488
|
+
}>]>>>;
|
|
428
489
|
agency: Type.TString;
|
|
429
490
|
reportNumber: Type.TOptional<Type.TString>;
|
|
430
491
|
location: Type.TString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"origin-document.d.ts","sourceRoot":"","sources":["../../../../src/extensions/citations/ieee/origin-document.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,EAAE,EAAE,KAAK,MAAM,EAAE,MAAM,SAAS,CAAA;AAK3C;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"origin-document.d.ts","sourceRoot":"","sources":["../../../../src/extensions/citations/ieee/origin-document.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,EAAE,EAAE,KAAK,MAAM,EAAE,MAAM,SAAS,CAAA;AAK3C;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMnC,CAAA;AACF,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC,OAAO,wBAAwB,CAAC,CAAA"}
|