@proposit/shared 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/dist/api-client/argument/batch.d.ts +446 -10
  2. package/dist/api-client/argument/batch.d.ts.map +1 -1
  3. package/dist/api-client/argument/claims.d.ts +1761 -17
  4. package/dist/api-client/argument/claims.d.ts.map +1 -1
  5. package/dist/api-client/argument/claims.js +5 -5
  6. package/dist/api-client/argument/claims.js.map +1 -1
  7. package/dist/api-client/argument/index.d.ts +1783 -49
  8. package/dist/api-client/argument/index.d.ts.map +1 -1
  9. package/dist/api-client/argument/logic/index.d.ts +46 -12
  10. package/dist/api-client/argument/logic/index.d.ts.map +1 -1
  11. package/dist/api-client/argument/logic/repair.d.ts +1 -4
  12. package/dist/api-client/argument/logic/repair.d.ts.map +1 -1
  13. package/dist/api-client/factory.d.ts +7 -7
  14. package/dist/api-client/factory.d.ts.map +1 -1
  15. package/dist/api-client/factory.js +7 -7
  16. package/dist/api-client/factory.js.map +1 -1
  17. package/dist/api-client/search.d.ts +4 -4
  18. package/dist/api-client/search.d.ts.map +1 -1
  19. package/dist/api-client/search.js +3 -3
  20. package/dist/api-client/search.js.map +1 -1
  21. package/dist/api-client/user/citations.d.ts +912 -0
  22. package/dist/api-client/user/citations.d.ts.map +1 -0
  23. package/dist/api-client/user/citations.js +9 -0
  24. package/dist/api-client/user/citations.js.map +1 -0
  25. package/dist/api-client/user/claims.d.ts +444 -10
  26. package/dist/api-client/user/claims.d.ts.map +1 -1
  27. package/dist/consts/user-tiers.js +7 -7
  28. package/dist/consts/user-tiers.js.map +1 -1
  29. package/dist/engine/derivation.d.ts +3 -0
  30. package/dist/engine/derivation.d.ts.map +1 -0
  31. package/dist/engine/derivation.js +2 -0
  32. package/dist/engine/derivation.js.map +1 -0
  33. package/dist/engine/engine.d.ts +16 -32
  34. package/dist/engine/engine.d.ts.map +1 -1
  35. package/dist/engine/engine.js +65 -84
  36. package/dist/engine/engine.js.map +1 -1
  37. package/dist/engine/library-adapters.d.ts +3 -7
  38. package/dist/engine/library-adapters.d.ts.map +1 -1
  39. package/dist/engine/library-adapters.js +16 -8
  40. package/dist/engine/library-adapters.js.map +1 -1
  41. package/dist/engine/mutations/premises.d.ts.map +1 -1
  42. package/dist/engine/mutations/premises.js +4 -1
  43. package/dist/engine/mutations/premises.js.map +1 -1
  44. package/dist/engine/optimistic/verification.d.ts.map +1 -1
  45. package/dist/engine/optimistic/verification.js +2 -2
  46. package/dist/engine/optimistic/verification.js.map +1 -1
  47. package/dist/schemas/api/argument/batch/change-edge-operator.d.ts +1 -4
  48. package/dist/schemas/api/argument/batch/change-edge-operator.d.ts.map +1 -1
  49. package/dist/schemas/api/argument/batch/create-expression-with-operator.d.ts +1 -4
  50. package/dist/schemas/api/argument/batch/create-expression-with-operator.d.ts.map +1 -1
  51. package/dist/schemas/api/argument/batch/provision.d.ts +444 -2
  52. package/dist/schemas/api/argument/batch/provision.d.ts.map +1 -1
  53. package/dist/schemas/api/argument/claims.d.ts +1330 -18
  54. package/dist/schemas/api/argument/claims.d.ts.map +1 -1
  55. package/dist/schemas/api/argument/claims.js +6 -6
  56. package/dist/schemas/api/argument/claims.js.map +1 -1
  57. package/dist/schemas/api/argument/index.d.ts +443 -17
  58. package/dist/schemas/api/argument/index.d.ts.map +1 -1
  59. package/dist/schemas/api/argument/index.js +3 -3
  60. package/dist/schemas/api/argument/index.js.map +1 -1
  61. package/dist/schemas/api/argument/logic.d.ts +11 -1
  62. package/dist/schemas/api/argument/logic.d.ts.map +1 -1
  63. package/dist/schemas/api/argument/repair.d.ts +1 -4
  64. package/dist/schemas/api/argument/repair.d.ts.map +1 -1
  65. package/dist/schemas/api/citations.d.ts +2280 -0
  66. package/dist/schemas/api/citations.d.ts.map +1 -0
  67. package/dist/schemas/api/{sources.js → citations.js} +8 -9
  68. package/dist/schemas/api/citations.js.map +1 -0
  69. package/dist/schemas/api/claims.d.ts +888 -20
  70. package/dist/schemas/api/claims.d.ts.map +1 -1
  71. package/dist/schemas/api/claims.js +0 -2
  72. package/dist/schemas/api/claims.js.map +1 -1
  73. package/dist/schemas/api/search.d.ts +10 -10
  74. package/dist/schemas/api/search.d.ts.map +1 -1
  75. package/dist/schemas/api/search.js +6 -6
  76. package/dist/schemas/api/search.js.map +1 -1
  77. package/dist/schemas/logic.d.ts +11 -1
  78. package/dist/schemas/logic.d.ts.map +1 -1
  79. package/dist/schemas/model/arguments.d.ts +1340 -32
  80. package/dist/schemas/model/arguments.d.ts.map +1 -1
  81. package/dist/schemas/model/arguments.js +4 -8
  82. package/dist/schemas/model/arguments.js.map +1 -1
  83. package/dist/schemas/model/citations.d.ts +15 -0
  84. package/dist/schemas/model/citations.d.ts.map +1 -0
  85. package/dist/schemas/model/citations.js +12 -0
  86. package/dist/schemas/model/citations.js.map +1 -0
  87. package/dist/schemas/model/claims.d.ts +872 -6
  88. package/dist/schemas/model/claims.d.ts.map +1 -1
  89. package/dist/schemas/model/claims.js +21 -10
  90. package/dist/schemas/model/claims.js.map +1 -1
  91. package/dist/schemas/model/forks.d.ts +2 -2
  92. package/dist/schemas/model/forks.d.ts.map +1 -1
  93. package/dist/schemas/model/forks.js +2 -2
  94. package/dist/schemas/model/forks.js.map +1 -1
  95. package/dist/schemas/model/index.d.ts +1 -1
  96. package/dist/schemas/model/index.d.ts.map +1 -1
  97. package/dist/schemas/model/index.js +1 -1
  98. package/dist/schemas/model/index.js.map +1 -1
  99. package/dist/schemas/model/users.d.ts +3 -3
  100. package/dist/schemas/model/users.d.ts.map +1 -1
  101. package/dist/schemas/model/users.js +2 -2
  102. package/dist/schemas/model/users.js.map +1 -1
  103. package/dist/schemas/review.d.ts +13 -13
  104. package/dist/schemas/review.d.ts.map +1 -1
  105. package/dist/schemas/review.js +2 -1
  106. package/dist/schemas/review.js.map +1 -1
  107. package/dist/schemas/snapshot.d.ts +1 -4
  108. package/dist/schemas/snapshot.d.ts.map +1 -1
  109. package/dist/schemas/snapshot.js +0 -5
  110. package/dist/schemas/snapshot.js.map +1 -1
  111. package/dist/utils/embedding-text.d.ts +1 -1
  112. package/dist/utils/embedding-text.d.ts.map +1 -1
  113. package/dist/utils/embedding-text.js +1 -1
  114. package/dist/utils/embedding-text.js.map +1 -1
  115. package/package.json +3 -3
  116. package/dist/api-client/user/sources.d.ts +0 -42
  117. package/dist/api-client/user/sources.d.ts.map +0 -1
  118. package/dist/api-client/user/sources.js +0 -9
  119. package/dist/api-client/user/sources.js.map +0 -1
  120. package/dist/schemas/api/sources.d.ts +0 -108
  121. package/dist/schemas/api/sources.d.ts.map +0 -1
  122. package/dist/schemas/api/sources.js.map +0 -1
  123. package/dist/schemas/model/sources.d.ts +0 -456
  124. package/dist/schemas/model/sources.d.ts.map +0 -1
  125. package/dist/schemas/model/sources.js +0 -27
  126. package/dist/schemas/model/sources.js.map +0 -1
@@ -135,9 +135,441 @@ export declare const ArgumentDiffSchema: Type.TObject<{
135
135
  claimForkId: Type.TUnion<[Type.TString, Type.TNull]>;
136
136
  creatorId: Type.TString;
137
137
  createdOn: import("../common.js").TDateType;
138
- type: Type.TUnion<[Type.TUnion<[Type.TLiteral<"definition">, Type.TLiteral<"criterion">]>, Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"claim">]>]>;
138
+ kind: Type.TUnion<[Type.TUnion<[Type.TLiteral<"definition">, Type.TLiteral<"criterion">]>, Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"claim">]>]>;
139
+ type: Type.TUnion<[Type.TLiteral<"normal">, Type.TLiteral<"citation">]>;
139
140
  parentId: Type.TUnion<[Type.TString, Type.TNull]>;
140
141
  titleContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
142
+ url: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
143
+ citation: Type.TOptional<Type.TUnion<[Type.TIntersect<[Type.TObject<{
144
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
145
+ }>, Type.TObject<{
146
+ type: Type.TLiteral<"Book">;
147
+ title: Type.TString;
148
+ year: Type.TString;
149
+ authors: Type.TArray<Type.TObject<{
150
+ givenNames: Type.TString;
151
+ familyName: Type.TString;
152
+ suffix: Type.TOptional<Type.TString>;
153
+ }>>;
154
+ edition: Type.TOptional<Type.TString>;
155
+ publisher: Type.TString;
156
+ location: Type.TOptional<Type.TString>;
157
+ isbn: Type.TOptional<Type.TString>;
158
+ }>]>, Type.TIntersect<[Type.TObject<{
159
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
160
+ }>, Type.TObject<{
161
+ type: Type.TLiteral<"Website">;
162
+ authors: Type.TArray<Type.TObject<{
163
+ givenNames: Type.TString;
164
+ familyName: Type.TString;
165
+ suffix: Type.TOptional<Type.TString>;
166
+ }>>;
167
+ pageTitle: Type.TString;
168
+ websiteTitle: Type.TString;
169
+ accessedDate: import("@proposit/proposit-core").TDateType;
170
+ url: Type.TString;
171
+ }>]>, Type.TIntersect<[Type.TObject<{
172
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
173
+ }>, Type.TObject<{
174
+ type: Type.TLiteral<"BookChapter">;
175
+ chapterTitle: Type.TString;
176
+ year: Type.TString;
177
+ authors: Type.TArray<Type.TObject<{
178
+ givenNames: Type.TString;
179
+ familyName: Type.TString;
180
+ suffix: Type.TOptional<Type.TString>;
181
+ }>>;
182
+ bookTitle: Type.TString;
183
+ editors: Type.TOptional<Type.TArray<Type.TObject<{
184
+ givenNames: Type.TString;
185
+ familyName: Type.TString;
186
+ suffix: Type.TOptional<Type.TString>;
187
+ }>>>;
188
+ publisher: Type.TString;
189
+ location: Type.TString;
190
+ pages: Type.TOptional<Type.TString>;
191
+ isbn: Type.TOptional<Type.TString>;
192
+ }>]>, Type.TIntersect<[Type.TObject<{
193
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
194
+ }>, Type.TObject<{
195
+ type: Type.TLiteral<"Handbook">;
196
+ title: Type.TString;
197
+ year: Type.TString;
198
+ publisher: Type.TString;
199
+ edition: Type.TOptional<Type.TString>;
200
+ location: Type.TString;
201
+ isbn: Type.TOptional<Type.TString>;
202
+ }>]>, Type.TIntersect<[Type.TObject<{
203
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
204
+ }>, Type.TObject<{
205
+ type: Type.TLiteral<"TechnicalReport">;
206
+ title: Type.TString;
207
+ year: Type.TString;
208
+ authors: Type.TArray<Type.TObject<{
209
+ givenNames: Type.TString;
210
+ familyName: Type.TString;
211
+ suffix: Type.TOptional<Type.TString>;
212
+ }>>;
213
+ reportNumber: Type.TString;
214
+ institution: Type.TString;
215
+ location: Type.TString;
216
+ }>]>, Type.TIntersect<[Type.TObject<{
217
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
218
+ }>, Type.TObject<{
219
+ type: Type.TLiteral<"Standard">;
220
+ organization: Type.TString;
221
+ standardNumber: Type.TString;
222
+ title: Type.TString;
223
+ date: import("@proposit/proposit-core").TDateType;
224
+ }>]>, Type.TIntersect<[Type.TObject<{
225
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
226
+ }>, Type.TObject<{
227
+ type: Type.TLiteral<"Thesis">;
228
+ title: Type.TString;
229
+ year: Type.TString;
230
+ authors: Type.TArray<Type.TObject<{
231
+ givenNames: Type.TString;
232
+ familyName: Type.TString;
233
+ suffix: Type.TOptional<Type.TString>;
234
+ }>>;
235
+ degree: Type.TString;
236
+ institution: Type.TString;
237
+ location: Type.TString;
238
+ }>]>, Type.TIntersect<[Type.TObject<{
239
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
240
+ }>, Type.TObject<{
241
+ type: Type.TLiteral<"Patent">;
242
+ title: Type.TString;
243
+ inventors: Type.TArray<Type.TObject<{
244
+ givenNames: Type.TString;
245
+ familyName: Type.TString;
246
+ suffix: Type.TOptional<Type.TString>;
247
+ }>>;
248
+ country: Type.TString;
249
+ patentNumber: Type.TString;
250
+ date: import("@proposit/proposit-core").TDateType;
251
+ }>]>, Type.TIntersect<[Type.TObject<{
252
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
253
+ }>, Type.TObject<{
254
+ type: Type.TLiteral<"Dictionary">;
255
+ title: Type.TString;
256
+ year: Type.TString;
257
+ publisher: Type.TString;
258
+ edition: Type.TOptional<Type.TString>;
259
+ }>]>, Type.TIntersect<[Type.TObject<{
260
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
261
+ }>, Type.TObject<{
262
+ type: Type.TLiteral<"Encyclopedia">;
263
+ title: Type.TString;
264
+ year: Type.TString;
265
+ publisher: Type.TString;
266
+ edition: Type.TOptional<Type.TString>;
267
+ }>]>, Type.TIntersect<[Type.TObject<{
268
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
269
+ }>, Type.TObject<{
270
+ type: Type.TLiteral<"JournalArticle">;
271
+ title: Type.TString;
272
+ year: Type.TString;
273
+ authors: Type.TArray<Type.TObject<{
274
+ givenNames: Type.TString;
275
+ familyName: Type.TString;
276
+ suffix: Type.TOptional<Type.TString>;
277
+ }>>;
278
+ journalTitle: Type.TString;
279
+ volume: Type.TOptional<Type.TString>;
280
+ issue: Type.TOptional<Type.TString>;
281
+ pages: Type.TOptional<Type.TString>;
282
+ doi: Type.TOptional<Type.TString>;
283
+ }>]>, Type.TIntersect<[Type.TObject<{
284
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
285
+ }>, Type.TObject<{
286
+ type: Type.TLiteral<"MagazineArticle">;
287
+ title: Type.TString;
288
+ year: Type.TString;
289
+ authors: Type.TArray<Type.TObject<{
290
+ givenNames: Type.TString;
291
+ familyName: Type.TString;
292
+ suffix: Type.TOptional<Type.TString>;
293
+ }>>;
294
+ magazineTitle: Type.TString;
295
+ volume: Type.TOptional<Type.TString>;
296
+ issue: Type.TOptional<Type.TString>;
297
+ pages: Type.TOptional<Type.TString>;
298
+ }>]>, Type.TIntersect<[Type.TObject<{
299
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
300
+ }>, Type.TObject<{
301
+ type: Type.TLiteral<"NewspaperArticle">;
302
+ title: Type.TString;
303
+ authors: Type.TArray<Type.TObject<{
304
+ givenNames: Type.TString;
305
+ familyName: Type.TString;
306
+ suffix: Type.TOptional<Type.TString>;
307
+ }>>;
308
+ newspaperTitle: Type.TString;
309
+ date: import("@proposit/proposit-core").TDateType;
310
+ pages: Type.TOptional<Type.TString>;
311
+ }>]>, Type.TIntersect<[Type.TObject<{
312
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
313
+ }>, Type.TObject<{
314
+ type: Type.TLiteral<"ConferencePaper">;
315
+ title: Type.TString;
316
+ authors: Type.TArray<Type.TObject<{
317
+ givenNames: Type.TString;
318
+ familyName: Type.TString;
319
+ suffix: Type.TOptional<Type.TString>;
320
+ }>>;
321
+ conferenceName: Type.TString;
322
+ location: Type.TString;
323
+ date: import("@proposit/proposit-core").TDateType;
324
+ pages: Type.TOptional<Type.TString>;
325
+ doi: Type.TOptional<Type.TString>;
326
+ }>]>, Type.TIntersect<[Type.TObject<{
327
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
328
+ }>, Type.TObject<{
329
+ type: Type.TLiteral<"ConferenceProceedings">;
330
+ editors: Type.TOptional<Type.TArray<Type.TObject<{
331
+ givenNames: Type.TString;
332
+ familyName: Type.TString;
333
+ suffix: Type.TOptional<Type.TString>;
334
+ }>>>;
335
+ conferenceName: Type.TString;
336
+ location: Type.TString;
337
+ date: import("@proposit/proposit-core").TDateType;
338
+ publisher: Type.TString;
339
+ isbn: Type.TOptional<Type.TString>;
340
+ }>]>, Type.TIntersect<[Type.TObject<{
341
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
342
+ }>, Type.TObject<{
343
+ type: Type.TLiteral<"Dataset">;
344
+ title: Type.TString;
345
+ year: Type.TString;
346
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
347
+ givenNames: Type.TString;
348
+ familyName: Type.TString;
349
+ suffix: Type.TOptional<Type.TString>;
350
+ }>>>;
351
+ repository: Type.TString;
352
+ version: Type.TOptional<Type.TString>;
353
+ doi: Type.TOptional<Type.TString>;
354
+ url: Type.TString;
355
+ }>]>, Type.TIntersect<[Type.TObject<{
356
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
357
+ }>, Type.TObject<{
358
+ type: Type.TLiteral<"Software">;
359
+ title: Type.TString;
360
+ year: Type.TString;
361
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
362
+ givenNames: Type.TString;
363
+ familyName: Type.TString;
364
+ suffix: Type.TOptional<Type.TString>;
365
+ }>>>;
366
+ version: Type.TOptional<Type.TString>;
367
+ publisher: Type.TOptional<Type.TString>;
368
+ doi: Type.TOptional<Type.TString>;
369
+ url: Type.TString;
370
+ }>]>, Type.TIntersect<[Type.TObject<{
371
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
372
+ }>, Type.TObject<{
373
+ type: Type.TLiteral<"OnlineDocument">;
374
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
375
+ givenNames: Type.TString;
376
+ familyName: Type.TString;
377
+ suffix: Type.TOptional<Type.TString>;
378
+ }>>>;
379
+ title: Type.TString;
380
+ publisher: Type.TOptional<Type.TString>;
381
+ url: Type.TString;
382
+ accessedDate: import("@proposit/proposit-core").TDateType;
383
+ }>]>, Type.TIntersect<[Type.TObject<{
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">, Type.TLiteral<"UnparsedURL">]>;
385
+ }>, Type.TObject<{
386
+ type: Type.TLiteral<"Blog">;
387
+ author: Type.TObject<{
388
+ givenNames: Type.TString;
389
+ familyName: Type.TString;
390
+ suffix: Type.TOptional<Type.TString>;
391
+ }>;
392
+ postTitle: Type.TString;
393
+ blogName: Type.TString;
394
+ date: import("@proposit/proposit-core").TDateType;
395
+ url: Type.TString;
396
+ accessedDate: import("@proposit/proposit-core").TDateType;
397
+ }>]>, Type.TIntersect<[Type.TObject<{
398
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
399
+ }>, Type.TObject<{
400
+ type: Type.TLiteral<"SocialMedia">;
401
+ author: Type.TObject<{
402
+ givenNames: Type.TString;
403
+ familyName: Type.TString;
404
+ suffix: Type.TOptional<Type.TString>;
405
+ }>;
406
+ platform: Type.TString;
407
+ postDate: import("@proposit/proposit-core").TDateType;
408
+ url: Type.TString;
409
+ }>]>, Type.TIntersect<[Type.TObject<{
410
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
411
+ }>, Type.TObject<{
412
+ type: Type.TLiteral<"Preprint">;
413
+ title: Type.TString;
414
+ year: Type.TString;
415
+ authors: Type.TArray<Type.TObject<{
416
+ givenNames: Type.TString;
417
+ familyName: Type.TString;
418
+ suffix: Type.TOptional<Type.TString>;
419
+ }>>;
420
+ server: Type.TString;
421
+ doi: Type.TOptional<Type.TString>;
422
+ url: Type.TString;
423
+ }>]>, Type.TIntersect<[Type.TObject<{
424
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
425
+ }>, Type.TObject<{
426
+ type: Type.TLiteral<"Video">;
427
+ title: Type.TString;
428
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
429
+ givenNames: Type.TString;
430
+ familyName: Type.TString;
431
+ suffix: Type.TOptional<Type.TString>;
432
+ }>>>;
433
+ releaseDate: Type.TOptional<import("@proposit/proposit-core").TDateType>;
434
+ platform: Type.TString;
435
+ url: Type.TString;
436
+ accessedDate: import("@proposit/proposit-core").TDateType;
437
+ }>]>, Type.TIntersect<[Type.TObject<{
438
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
439
+ }>, Type.TObject<{
440
+ type: Type.TLiteral<"Podcast">;
441
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
442
+ givenNames: Type.TString;
443
+ familyName: Type.TString;
444
+ suffix: Type.TOptional<Type.TString>;
445
+ }>>>;
446
+ episodeTitle: Type.TString;
447
+ seriesTitle: Type.TString;
448
+ platform: Type.TString;
449
+ url: Type.TString;
450
+ accessedDate: import("@proposit/proposit-core").TDateType;
451
+ }>]>, Type.TIntersect<[Type.TObject<{
452
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
453
+ }>, Type.TObject<{
454
+ type: Type.TLiteral<"Course">;
455
+ title: Type.TString;
456
+ year: Type.TString;
457
+ instructor: Type.TObject<{
458
+ givenNames: Type.TString;
459
+ familyName: Type.TString;
460
+ suffix: Type.TOptional<Type.TString>;
461
+ }>;
462
+ institution: Type.TString;
463
+ courseCode: Type.TOptional<Type.TString>;
464
+ term: Type.TString;
465
+ }>]>, Type.TIntersect<[Type.TObject<{
466
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
467
+ }>, Type.TObject<{
468
+ type: Type.TLiteral<"Presentation">;
469
+ title: Type.TString;
470
+ presenter: Type.TObject<{
471
+ givenNames: Type.TString;
472
+ familyName: Type.TString;
473
+ suffix: Type.TOptional<Type.TString>;
474
+ }>;
475
+ eventTitle: Type.TString;
476
+ location: Type.TString;
477
+ date: import("@proposit/proposit-core").TDateType;
478
+ }>]>, Type.TIntersect<[Type.TObject<{
479
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
480
+ }>, Type.TObject<{
481
+ type: Type.TLiteral<"Interview">;
482
+ interviewee: Type.TObject<{
483
+ givenNames: Type.TString;
484
+ familyName: Type.TString;
485
+ suffix: Type.TOptional<Type.TString>;
486
+ }>;
487
+ interviewer: Type.TOptional<Type.TObject<{
488
+ givenNames: Type.TString;
489
+ familyName: Type.TString;
490
+ suffix: Type.TOptional<Type.TString>;
491
+ }>>;
492
+ date: import("@proposit/proposit-core").TDateType;
493
+ }>]>, Type.TIntersect<[Type.TObject<{
494
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
495
+ }>, Type.TObject<{
496
+ type: Type.TLiteral<"PersonalCommunication">;
497
+ person: Type.TObject<{
498
+ givenNames: Type.TString;
499
+ familyName: Type.TString;
500
+ suffix: Type.TOptional<Type.TString>;
501
+ }>;
502
+ date: import("@proposit/proposit-core").TDateType;
503
+ }>]>, Type.TIntersect<[Type.TObject<{
504
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
505
+ }>, Type.TObject<{
506
+ type: Type.TLiteral<"Email">;
507
+ sender: Type.TObject<{
508
+ givenNames: Type.TString;
509
+ familyName: Type.TString;
510
+ suffix: Type.TOptional<Type.TString>;
511
+ }>;
512
+ recipient: Type.TObject<{
513
+ givenNames: Type.TString;
514
+ familyName: Type.TString;
515
+ suffix: Type.TOptional<Type.TString>;
516
+ }>;
517
+ date: import("@proposit/proposit-core").TDateType;
518
+ }>]>, Type.TIntersect<[Type.TObject<{
519
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
520
+ }>, Type.TObject<{
521
+ type: Type.TLiteral<"Law">;
522
+ title: Type.TString;
523
+ jurisdiction: Type.TString;
524
+ dateEnacted: import("@proposit/proposit-core").TDateType;
525
+ }>]>, Type.TIntersect<[Type.TObject<{
526
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
527
+ }>, Type.TObject<{
528
+ type: Type.TLiteral<"CourtCase">;
529
+ caseName: Type.TString;
530
+ court: Type.TString;
531
+ date: import("@proposit/proposit-core").TDateType;
532
+ reporter: Type.TOptional<Type.TString>;
533
+ }>]>, Type.TIntersect<[Type.TObject<{
534
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
535
+ }>, Type.TObject<{
536
+ type: Type.TLiteral<"GovernmentPublication">;
537
+ title: Type.TString;
538
+ date: import("@proposit/proposit-core").TDateType;
539
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
540
+ givenNames: Type.TString;
541
+ familyName: Type.TString;
542
+ suffix: Type.TOptional<Type.TString>;
543
+ }>>>;
544
+ agency: Type.TString;
545
+ reportNumber: Type.TOptional<Type.TString>;
546
+ location: Type.TString;
547
+ }>]>, Type.TIntersect<[Type.TObject<{
548
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
549
+ }>, Type.TObject<{
550
+ type: Type.TLiteral<"Datasheet">;
551
+ title: Type.TString;
552
+ year: Type.TString;
553
+ manufacturer: Type.TString;
554
+ partNumber: Type.TString;
555
+ url: Type.TString;
556
+ }>]>, Type.TIntersect<[Type.TObject<{
557
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
558
+ }>, Type.TObject<{
559
+ type: Type.TLiteral<"ProductManual">;
560
+ title: Type.TString;
561
+ year: Type.TString;
562
+ manufacturer: Type.TString;
563
+ model: Type.TString;
564
+ url: Type.TOptional<Type.TString>;
565
+ }>]>, Type.TIntersect<[Type.TObject<{
566
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
567
+ }>, Type.TObject<{
568
+ type: Type.TLiteral<"UnparsedURL">;
569
+ url: Type.TString;
570
+ text: Type.TOptional<Type.TString>;
571
+ }>]>]>>;
572
+ citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
141
573
  }>>;
142
574
  removed: Type.TArray<Type.TObject<{
143
575
  title: Type.TString;
@@ -149,9 +581,441 @@ export declare const ArgumentDiffSchema: Type.TObject<{
149
581
  claimForkId: Type.TUnion<[Type.TString, Type.TNull]>;
150
582
  creatorId: Type.TString;
151
583
  createdOn: import("../common.js").TDateType;
152
- type: Type.TUnion<[Type.TUnion<[Type.TLiteral<"definition">, Type.TLiteral<"criterion">]>, Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"claim">]>]>;
584
+ kind: Type.TUnion<[Type.TUnion<[Type.TLiteral<"definition">, Type.TLiteral<"criterion">]>, Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"claim">]>]>;
585
+ type: Type.TUnion<[Type.TLiteral<"normal">, Type.TLiteral<"citation">]>;
153
586
  parentId: Type.TUnion<[Type.TString, Type.TNull]>;
154
587
  titleContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
588
+ url: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
589
+ citation: Type.TOptional<Type.TUnion<[Type.TIntersect<[Type.TObject<{
590
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
591
+ }>, Type.TObject<{
592
+ type: Type.TLiteral<"Book">;
593
+ title: Type.TString;
594
+ year: Type.TString;
595
+ authors: Type.TArray<Type.TObject<{
596
+ givenNames: Type.TString;
597
+ familyName: Type.TString;
598
+ suffix: Type.TOptional<Type.TString>;
599
+ }>>;
600
+ edition: Type.TOptional<Type.TString>;
601
+ publisher: Type.TString;
602
+ location: Type.TOptional<Type.TString>;
603
+ isbn: Type.TOptional<Type.TString>;
604
+ }>]>, Type.TIntersect<[Type.TObject<{
605
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
606
+ }>, Type.TObject<{
607
+ type: Type.TLiteral<"Website">;
608
+ authors: Type.TArray<Type.TObject<{
609
+ givenNames: Type.TString;
610
+ familyName: Type.TString;
611
+ suffix: Type.TOptional<Type.TString>;
612
+ }>>;
613
+ pageTitle: Type.TString;
614
+ websiteTitle: Type.TString;
615
+ accessedDate: import("@proposit/proposit-core").TDateType;
616
+ url: Type.TString;
617
+ }>]>, Type.TIntersect<[Type.TObject<{
618
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
619
+ }>, Type.TObject<{
620
+ type: Type.TLiteral<"BookChapter">;
621
+ chapterTitle: Type.TString;
622
+ year: Type.TString;
623
+ authors: Type.TArray<Type.TObject<{
624
+ givenNames: Type.TString;
625
+ familyName: Type.TString;
626
+ suffix: Type.TOptional<Type.TString>;
627
+ }>>;
628
+ bookTitle: Type.TString;
629
+ editors: Type.TOptional<Type.TArray<Type.TObject<{
630
+ givenNames: Type.TString;
631
+ familyName: Type.TString;
632
+ suffix: Type.TOptional<Type.TString>;
633
+ }>>>;
634
+ publisher: Type.TString;
635
+ location: Type.TString;
636
+ pages: Type.TOptional<Type.TString>;
637
+ isbn: Type.TOptional<Type.TString>;
638
+ }>]>, Type.TIntersect<[Type.TObject<{
639
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
640
+ }>, Type.TObject<{
641
+ type: Type.TLiteral<"Handbook">;
642
+ title: Type.TString;
643
+ year: Type.TString;
644
+ publisher: Type.TString;
645
+ edition: Type.TOptional<Type.TString>;
646
+ location: Type.TString;
647
+ isbn: Type.TOptional<Type.TString>;
648
+ }>]>, Type.TIntersect<[Type.TObject<{
649
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
650
+ }>, Type.TObject<{
651
+ type: Type.TLiteral<"TechnicalReport">;
652
+ title: Type.TString;
653
+ year: Type.TString;
654
+ authors: Type.TArray<Type.TObject<{
655
+ givenNames: Type.TString;
656
+ familyName: Type.TString;
657
+ suffix: Type.TOptional<Type.TString>;
658
+ }>>;
659
+ reportNumber: Type.TString;
660
+ institution: Type.TString;
661
+ location: Type.TString;
662
+ }>]>, Type.TIntersect<[Type.TObject<{
663
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
664
+ }>, Type.TObject<{
665
+ type: Type.TLiteral<"Standard">;
666
+ organization: Type.TString;
667
+ standardNumber: Type.TString;
668
+ title: Type.TString;
669
+ date: import("@proposit/proposit-core").TDateType;
670
+ }>]>, Type.TIntersect<[Type.TObject<{
671
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
672
+ }>, Type.TObject<{
673
+ type: Type.TLiteral<"Thesis">;
674
+ title: Type.TString;
675
+ year: Type.TString;
676
+ authors: Type.TArray<Type.TObject<{
677
+ givenNames: Type.TString;
678
+ familyName: Type.TString;
679
+ suffix: Type.TOptional<Type.TString>;
680
+ }>>;
681
+ degree: Type.TString;
682
+ institution: Type.TString;
683
+ location: Type.TString;
684
+ }>]>, Type.TIntersect<[Type.TObject<{
685
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
686
+ }>, Type.TObject<{
687
+ type: Type.TLiteral<"Patent">;
688
+ title: Type.TString;
689
+ inventors: Type.TArray<Type.TObject<{
690
+ givenNames: Type.TString;
691
+ familyName: Type.TString;
692
+ suffix: Type.TOptional<Type.TString>;
693
+ }>>;
694
+ country: Type.TString;
695
+ patentNumber: Type.TString;
696
+ date: import("@proposit/proposit-core").TDateType;
697
+ }>]>, Type.TIntersect<[Type.TObject<{
698
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
699
+ }>, Type.TObject<{
700
+ type: Type.TLiteral<"Dictionary">;
701
+ title: Type.TString;
702
+ year: Type.TString;
703
+ publisher: Type.TString;
704
+ edition: Type.TOptional<Type.TString>;
705
+ }>]>, Type.TIntersect<[Type.TObject<{
706
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
707
+ }>, Type.TObject<{
708
+ type: Type.TLiteral<"Encyclopedia">;
709
+ title: Type.TString;
710
+ year: Type.TString;
711
+ publisher: Type.TString;
712
+ edition: Type.TOptional<Type.TString>;
713
+ }>]>, Type.TIntersect<[Type.TObject<{
714
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
715
+ }>, Type.TObject<{
716
+ type: Type.TLiteral<"JournalArticle">;
717
+ title: Type.TString;
718
+ year: Type.TString;
719
+ authors: Type.TArray<Type.TObject<{
720
+ givenNames: Type.TString;
721
+ familyName: Type.TString;
722
+ suffix: Type.TOptional<Type.TString>;
723
+ }>>;
724
+ journalTitle: Type.TString;
725
+ volume: Type.TOptional<Type.TString>;
726
+ issue: Type.TOptional<Type.TString>;
727
+ pages: Type.TOptional<Type.TString>;
728
+ doi: Type.TOptional<Type.TString>;
729
+ }>]>, Type.TIntersect<[Type.TObject<{
730
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
731
+ }>, Type.TObject<{
732
+ type: Type.TLiteral<"MagazineArticle">;
733
+ title: Type.TString;
734
+ year: Type.TString;
735
+ authors: Type.TArray<Type.TObject<{
736
+ givenNames: Type.TString;
737
+ familyName: Type.TString;
738
+ suffix: Type.TOptional<Type.TString>;
739
+ }>>;
740
+ magazineTitle: Type.TString;
741
+ volume: Type.TOptional<Type.TString>;
742
+ issue: Type.TOptional<Type.TString>;
743
+ pages: Type.TOptional<Type.TString>;
744
+ }>]>, Type.TIntersect<[Type.TObject<{
745
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
746
+ }>, Type.TObject<{
747
+ type: Type.TLiteral<"NewspaperArticle">;
748
+ title: Type.TString;
749
+ authors: Type.TArray<Type.TObject<{
750
+ givenNames: Type.TString;
751
+ familyName: Type.TString;
752
+ suffix: Type.TOptional<Type.TString>;
753
+ }>>;
754
+ newspaperTitle: Type.TString;
755
+ date: import("@proposit/proposit-core").TDateType;
756
+ pages: Type.TOptional<Type.TString>;
757
+ }>]>, Type.TIntersect<[Type.TObject<{
758
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
759
+ }>, Type.TObject<{
760
+ type: Type.TLiteral<"ConferencePaper">;
761
+ title: Type.TString;
762
+ authors: Type.TArray<Type.TObject<{
763
+ givenNames: Type.TString;
764
+ familyName: Type.TString;
765
+ suffix: Type.TOptional<Type.TString>;
766
+ }>>;
767
+ conferenceName: Type.TString;
768
+ location: Type.TString;
769
+ date: import("@proposit/proposit-core").TDateType;
770
+ pages: Type.TOptional<Type.TString>;
771
+ doi: Type.TOptional<Type.TString>;
772
+ }>]>, Type.TIntersect<[Type.TObject<{
773
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
774
+ }>, Type.TObject<{
775
+ type: Type.TLiteral<"ConferenceProceedings">;
776
+ editors: Type.TOptional<Type.TArray<Type.TObject<{
777
+ givenNames: Type.TString;
778
+ familyName: Type.TString;
779
+ suffix: Type.TOptional<Type.TString>;
780
+ }>>>;
781
+ conferenceName: Type.TString;
782
+ location: Type.TString;
783
+ date: import("@proposit/proposit-core").TDateType;
784
+ publisher: Type.TString;
785
+ isbn: Type.TOptional<Type.TString>;
786
+ }>]>, Type.TIntersect<[Type.TObject<{
787
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
788
+ }>, Type.TObject<{
789
+ type: Type.TLiteral<"Dataset">;
790
+ title: Type.TString;
791
+ year: Type.TString;
792
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
793
+ givenNames: Type.TString;
794
+ familyName: Type.TString;
795
+ suffix: Type.TOptional<Type.TString>;
796
+ }>>>;
797
+ repository: Type.TString;
798
+ version: Type.TOptional<Type.TString>;
799
+ doi: Type.TOptional<Type.TString>;
800
+ url: Type.TString;
801
+ }>]>, Type.TIntersect<[Type.TObject<{
802
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
803
+ }>, Type.TObject<{
804
+ type: Type.TLiteral<"Software">;
805
+ title: Type.TString;
806
+ year: Type.TString;
807
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
808
+ givenNames: Type.TString;
809
+ familyName: Type.TString;
810
+ suffix: Type.TOptional<Type.TString>;
811
+ }>>>;
812
+ version: Type.TOptional<Type.TString>;
813
+ publisher: Type.TOptional<Type.TString>;
814
+ doi: Type.TOptional<Type.TString>;
815
+ url: Type.TString;
816
+ }>]>, Type.TIntersect<[Type.TObject<{
817
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
818
+ }>, Type.TObject<{
819
+ type: Type.TLiteral<"OnlineDocument">;
820
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
821
+ givenNames: Type.TString;
822
+ familyName: Type.TString;
823
+ suffix: Type.TOptional<Type.TString>;
824
+ }>>>;
825
+ title: Type.TString;
826
+ publisher: Type.TOptional<Type.TString>;
827
+ url: Type.TString;
828
+ accessedDate: import("@proposit/proposit-core").TDateType;
829
+ }>]>, Type.TIntersect<[Type.TObject<{
830
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
831
+ }>, Type.TObject<{
832
+ type: Type.TLiteral<"Blog">;
833
+ author: Type.TObject<{
834
+ givenNames: Type.TString;
835
+ familyName: Type.TString;
836
+ suffix: Type.TOptional<Type.TString>;
837
+ }>;
838
+ postTitle: Type.TString;
839
+ blogName: Type.TString;
840
+ date: import("@proposit/proposit-core").TDateType;
841
+ url: Type.TString;
842
+ accessedDate: import("@proposit/proposit-core").TDateType;
843
+ }>]>, Type.TIntersect<[Type.TObject<{
844
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
845
+ }>, Type.TObject<{
846
+ type: Type.TLiteral<"SocialMedia">;
847
+ author: Type.TObject<{
848
+ givenNames: Type.TString;
849
+ familyName: Type.TString;
850
+ suffix: Type.TOptional<Type.TString>;
851
+ }>;
852
+ platform: Type.TString;
853
+ postDate: import("@proposit/proposit-core").TDateType;
854
+ url: Type.TString;
855
+ }>]>, Type.TIntersect<[Type.TObject<{
856
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
857
+ }>, Type.TObject<{
858
+ type: Type.TLiteral<"Preprint">;
859
+ title: Type.TString;
860
+ year: Type.TString;
861
+ authors: Type.TArray<Type.TObject<{
862
+ givenNames: Type.TString;
863
+ familyName: Type.TString;
864
+ suffix: Type.TOptional<Type.TString>;
865
+ }>>;
866
+ server: Type.TString;
867
+ doi: Type.TOptional<Type.TString>;
868
+ url: Type.TString;
869
+ }>]>, Type.TIntersect<[Type.TObject<{
870
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
871
+ }>, Type.TObject<{
872
+ type: Type.TLiteral<"Video">;
873
+ title: Type.TString;
874
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
875
+ givenNames: Type.TString;
876
+ familyName: Type.TString;
877
+ suffix: Type.TOptional<Type.TString>;
878
+ }>>>;
879
+ releaseDate: Type.TOptional<import("@proposit/proposit-core").TDateType>;
880
+ platform: Type.TString;
881
+ url: Type.TString;
882
+ accessedDate: import("@proposit/proposit-core").TDateType;
883
+ }>]>, Type.TIntersect<[Type.TObject<{
884
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
885
+ }>, Type.TObject<{
886
+ type: Type.TLiteral<"Podcast">;
887
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
888
+ givenNames: Type.TString;
889
+ familyName: Type.TString;
890
+ suffix: Type.TOptional<Type.TString>;
891
+ }>>>;
892
+ episodeTitle: Type.TString;
893
+ seriesTitle: Type.TString;
894
+ platform: Type.TString;
895
+ url: Type.TString;
896
+ accessedDate: import("@proposit/proposit-core").TDateType;
897
+ }>]>, Type.TIntersect<[Type.TObject<{
898
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
899
+ }>, Type.TObject<{
900
+ type: Type.TLiteral<"Course">;
901
+ title: Type.TString;
902
+ year: Type.TString;
903
+ instructor: Type.TObject<{
904
+ givenNames: Type.TString;
905
+ familyName: Type.TString;
906
+ suffix: Type.TOptional<Type.TString>;
907
+ }>;
908
+ institution: Type.TString;
909
+ courseCode: Type.TOptional<Type.TString>;
910
+ term: Type.TString;
911
+ }>]>, Type.TIntersect<[Type.TObject<{
912
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
913
+ }>, Type.TObject<{
914
+ type: Type.TLiteral<"Presentation">;
915
+ title: Type.TString;
916
+ presenter: Type.TObject<{
917
+ givenNames: Type.TString;
918
+ familyName: Type.TString;
919
+ suffix: Type.TOptional<Type.TString>;
920
+ }>;
921
+ eventTitle: Type.TString;
922
+ location: Type.TString;
923
+ date: import("@proposit/proposit-core").TDateType;
924
+ }>]>, Type.TIntersect<[Type.TObject<{
925
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
926
+ }>, Type.TObject<{
927
+ type: Type.TLiteral<"Interview">;
928
+ interviewee: Type.TObject<{
929
+ givenNames: Type.TString;
930
+ familyName: Type.TString;
931
+ suffix: Type.TOptional<Type.TString>;
932
+ }>;
933
+ interviewer: Type.TOptional<Type.TObject<{
934
+ givenNames: Type.TString;
935
+ familyName: Type.TString;
936
+ suffix: Type.TOptional<Type.TString>;
937
+ }>>;
938
+ date: import("@proposit/proposit-core").TDateType;
939
+ }>]>, Type.TIntersect<[Type.TObject<{
940
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
941
+ }>, Type.TObject<{
942
+ type: Type.TLiteral<"PersonalCommunication">;
943
+ person: Type.TObject<{
944
+ givenNames: Type.TString;
945
+ familyName: Type.TString;
946
+ suffix: Type.TOptional<Type.TString>;
947
+ }>;
948
+ date: import("@proposit/proposit-core").TDateType;
949
+ }>]>, Type.TIntersect<[Type.TObject<{
950
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
951
+ }>, Type.TObject<{
952
+ type: Type.TLiteral<"Email">;
953
+ sender: Type.TObject<{
954
+ givenNames: Type.TString;
955
+ familyName: Type.TString;
956
+ suffix: Type.TOptional<Type.TString>;
957
+ }>;
958
+ recipient: Type.TObject<{
959
+ givenNames: Type.TString;
960
+ familyName: Type.TString;
961
+ suffix: Type.TOptional<Type.TString>;
962
+ }>;
963
+ date: import("@proposit/proposit-core").TDateType;
964
+ }>]>, Type.TIntersect<[Type.TObject<{
965
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
966
+ }>, Type.TObject<{
967
+ type: Type.TLiteral<"Law">;
968
+ title: Type.TString;
969
+ jurisdiction: Type.TString;
970
+ dateEnacted: import("@proposit/proposit-core").TDateType;
971
+ }>]>, Type.TIntersect<[Type.TObject<{
972
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
973
+ }>, Type.TObject<{
974
+ type: Type.TLiteral<"CourtCase">;
975
+ caseName: Type.TString;
976
+ court: Type.TString;
977
+ date: import("@proposit/proposit-core").TDateType;
978
+ reporter: Type.TOptional<Type.TString>;
979
+ }>]>, Type.TIntersect<[Type.TObject<{
980
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
981
+ }>, Type.TObject<{
982
+ type: Type.TLiteral<"GovernmentPublication">;
983
+ title: Type.TString;
984
+ date: import("@proposit/proposit-core").TDateType;
985
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
986
+ givenNames: Type.TString;
987
+ familyName: Type.TString;
988
+ suffix: Type.TOptional<Type.TString>;
989
+ }>>>;
990
+ agency: Type.TString;
991
+ reportNumber: Type.TOptional<Type.TString>;
992
+ location: Type.TString;
993
+ }>]>, Type.TIntersect<[Type.TObject<{
994
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
995
+ }>, Type.TObject<{
996
+ type: Type.TLiteral<"Datasheet">;
997
+ title: Type.TString;
998
+ year: Type.TString;
999
+ manufacturer: Type.TString;
1000
+ partNumber: Type.TString;
1001
+ url: Type.TString;
1002
+ }>]>, Type.TIntersect<[Type.TObject<{
1003
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1004
+ }>, Type.TObject<{
1005
+ type: Type.TLiteral<"ProductManual">;
1006
+ title: Type.TString;
1007
+ year: Type.TString;
1008
+ manufacturer: Type.TString;
1009
+ model: Type.TString;
1010
+ url: Type.TOptional<Type.TString>;
1011
+ }>]>, Type.TIntersect<[Type.TObject<{
1012
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1013
+ }>, Type.TObject<{
1014
+ type: Type.TLiteral<"UnparsedURL">;
1015
+ url: Type.TString;
1016
+ text: Type.TOptional<Type.TString>;
1017
+ }>]>]>>;
1018
+ citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
155
1019
  }>>;
156
1020
  updated: Type.TArray<Type.TObject<{
157
1021
  title: Type.TString;
@@ -163,9 +1027,441 @@ export declare const ArgumentDiffSchema: Type.TObject<{
163
1027
  claimForkId: Type.TUnion<[Type.TString, Type.TNull]>;
164
1028
  creatorId: Type.TString;
165
1029
  createdOn: import("../common.js").TDateType;
166
- type: Type.TUnion<[Type.TUnion<[Type.TLiteral<"definition">, Type.TLiteral<"criterion">]>, Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"claim">]>]>;
1030
+ kind: Type.TUnion<[Type.TUnion<[Type.TLiteral<"definition">, Type.TLiteral<"criterion">]>, Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"claim">]>]>;
1031
+ type: Type.TUnion<[Type.TLiteral<"normal">, Type.TLiteral<"citation">]>;
167
1032
  parentId: Type.TUnion<[Type.TString, Type.TNull]>;
168
1033
  titleContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
1034
+ url: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
1035
+ citation: Type.TOptional<Type.TUnion<[Type.TIntersect<[Type.TObject<{
1036
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1037
+ }>, Type.TObject<{
1038
+ type: Type.TLiteral<"Book">;
1039
+ title: Type.TString;
1040
+ year: Type.TString;
1041
+ authors: Type.TArray<Type.TObject<{
1042
+ givenNames: Type.TString;
1043
+ familyName: Type.TString;
1044
+ suffix: Type.TOptional<Type.TString>;
1045
+ }>>;
1046
+ edition: Type.TOptional<Type.TString>;
1047
+ publisher: Type.TString;
1048
+ location: Type.TOptional<Type.TString>;
1049
+ isbn: Type.TOptional<Type.TString>;
1050
+ }>]>, Type.TIntersect<[Type.TObject<{
1051
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1052
+ }>, Type.TObject<{
1053
+ type: Type.TLiteral<"Website">;
1054
+ authors: Type.TArray<Type.TObject<{
1055
+ givenNames: Type.TString;
1056
+ familyName: Type.TString;
1057
+ suffix: Type.TOptional<Type.TString>;
1058
+ }>>;
1059
+ pageTitle: Type.TString;
1060
+ websiteTitle: Type.TString;
1061
+ accessedDate: import("@proposit/proposit-core").TDateType;
1062
+ url: Type.TString;
1063
+ }>]>, Type.TIntersect<[Type.TObject<{
1064
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1065
+ }>, Type.TObject<{
1066
+ type: Type.TLiteral<"BookChapter">;
1067
+ chapterTitle: Type.TString;
1068
+ year: Type.TString;
1069
+ authors: Type.TArray<Type.TObject<{
1070
+ givenNames: Type.TString;
1071
+ familyName: Type.TString;
1072
+ suffix: Type.TOptional<Type.TString>;
1073
+ }>>;
1074
+ bookTitle: Type.TString;
1075
+ editors: Type.TOptional<Type.TArray<Type.TObject<{
1076
+ givenNames: Type.TString;
1077
+ familyName: Type.TString;
1078
+ suffix: Type.TOptional<Type.TString>;
1079
+ }>>>;
1080
+ publisher: Type.TString;
1081
+ location: Type.TString;
1082
+ pages: Type.TOptional<Type.TString>;
1083
+ isbn: Type.TOptional<Type.TString>;
1084
+ }>]>, Type.TIntersect<[Type.TObject<{
1085
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1086
+ }>, Type.TObject<{
1087
+ type: Type.TLiteral<"Handbook">;
1088
+ title: Type.TString;
1089
+ year: Type.TString;
1090
+ publisher: Type.TString;
1091
+ edition: Type.TOptional<Type.TString>;
1092
+ location: Type.TString;
1093
+ isbn: Type.TOptional<Type.TString>;
1094
+ }>]>, Type.TIntersect<[Type.TObject<{
1095
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1096
+ }>, Type.TObject<{
1097
+ type: Type.TLiteral<"TechnicalReport">;
1098
+ title: Type.TString;
1099
+ year: Type.TString;
1100
+ authors: Type.TArray<Type.TObject<{
1101
+ givenNames: Type.TString;
1102
+ familyName: Type.TString;
1103
+ suffix: Type.TOptional<Type.TString>;
1104
+ }>>;
1105
+ reportNumber: Type.TString;
1106
+ institution: Type.TString;
1107
+ location: Type.TString;
1108
+ }>]>, Type.TIntersect<[Type.TObject<{
1109
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1110
+ }>, Type.TObject<{
1111
+ type: Type.TLiteral<"Standard">;
1112
+ organization: Type.TString;
1113
+ standardNumber: Type.TString;
1114
+ title: Type.TString;
1115
+ date: import("@proposit/proposit-core").TDateType;
1116
+ }>]>, Type.TIntersect<[Type.TObject<{
1117
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1118
+ }>, Type.TObject<{
1119
+ type: Type.TLiteral<"Thesis">;
1120
+ title: Type.TString;
1121
+ year: Type.TString;
1122
+ authors: Type.TArray<Type.TObject<{
1123
+ givenNames: Type.TString;
1124
+ familyName: Type.TString;
1125
+ suffix: Type.TOptional<Type.TString>;
1126
+ }>>;
1127
+ degree: Type.TString;
1128
+ institution: Type.TString;
1129
+ location: Type.TString;
1130
+ }>]>, Type.TIntersect<[Type.TObject<{
1131
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1132
+ }>, Type.TObject<{
1133
+ type: Type.TLiteral<"Patent">;
1134
+ title: Type.TString;
1135
+ inventors: Type.TArray<Type.TObject<{
1136
+ givenNames: Type.TString;
1137
+ familyName: Type.TString;
1138
+ suffix: Type.TOptional<Type.TString>;
1139
+ }>>;
1140
+ country: Type.TString;
1141
+ patentNumber: Type.TString;
1142
+ date: import("@proposit/proposit-core").TDateType;
1143
+ }>]>, Type.TIntersect<[Type.TObject<{
1144
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1145
+ }>, Type.TObject<{
1146
+ type: Type.TLiteral<"Dictionary">;
1147
+ title: Type.TString;
1148
+ year: Type.TString;
1149
+ publisher: Type.TString;
1150
+ edition: Type.TOptional<Type.TString>;
1151
+ }>]>, Type.TIntersect<[Type.TObject<{
1152
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1153
+ }>, Type.TObject<{
1154
+ type: Type.TLiteral<"Encyclopedia">;
1155
+ title: Type.TString;
1156
+ year: Type.TString;
1157
+ publisher: Type.TString;
1158
+ edition: Type.TOptional<Type.TString>;
1159
+ }>]>, Type.TIntersect<[Type.TObject<{
1160
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1161
+ }>, Type.TObject<{
1162
+ type: Type.TLiteral<"JournalArticle">;
1163
+ title: Type.TString;
1164
+ year: Type.TString;
1165
+ authors: Type.TArray<Type.TObject<{
1166
+ givenNames: Type.TString;
1167
+ familyName: Type.TString;
1168
+ suffix: Type.TOptional<Type.TString>;
1169
+ }>>;
1170
+ journalTitle: Type.TString;
1171
+ volume: Type.TOptional<Type.TString>;
1172
+ issue: Type.TOptional<Type.TString>;
1173
+ pages: Type.TOptional<Type.TString>;
1174
+ doi: Type.TOptional<Type.TString>;
1175
+ }>]>, Type.TIntersect<[Type.TObject<{
1176
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1177
+ }>, Type.TObject<{
1178
+ type: Type.TLiteral<"MagazineArticle">;
1179
+ title: Type.TString;
1180
+ year: Type.TString;
1181
+ authors: Type.TArray<Type.TObject<{
1182
+ givenNames: Type.TString;
1183
+ familyName: Type.TString;
1184
+ suffix: Type.TOptional<Type.TString>;
1185
+ }>>;
1186
+ magazineTitle: Type.TString;
1187
+ volume: Type.TOptional<Type.TString>;
1188
+ issue: Type.TOptional<Type.TString>;
1189
+ pages: Type.TOptional<Type.TString>;
1190
+ }>]>, Type.TIntersect<[Type.TObject<{
1191
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1192
+ }>, Type.TObject<{
1193
+ type: Type.TLiteral<"NewspaperArticle">;
1194
+ title: Type.TString;
1195
+ authors: Type.TArray<Type.TObject<{
1196
+ givenNames: Type.TString;
1197
+ familyName: Type.TString;
1198
+ suffix: Type.TOptional<Type.TString>;
1199
+ }>>;
1200
+ newspaperTitle: Type.TString;
1201
+ date: import("@proposit/proposit-core").TDateType;
1202
+ pages: Type.TOptional<Type.TString>;
1203
+ }>]>, Type.TIntersect<[Type.TObject<{
1204
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1205
+ }>, Type.TObject<{
1206
+ type: Type.TLiteral<"ConferencePaper">;
1207
+ title: Type.TString;
1208
+ authors: Type.TArray<Type.TObject<{
1209
+ givenNames: Type.TString;
1210
+ familyName: Type.TString;
1211
+ suffix: Type.TOptional<Type.TString>;
1212
+ }>>;
1213
+ conferenceName: Type.TString;
1214
+ location: Type.TString;
1215
+ date: import("@proposit/proposit-core").TDateType;
1216
+ pages: Type.TOptional<Type.TString>;
1217
+ doi: Type.TOptional<Type.TString>;
1218
+ }>]>, Type.TIntersect<[Type.TObject<{
1219
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1220
+ }>, Type.TObject<{
1221
+ type: Type.TLiteral<"ConferenceProceedings">;
1222
+ editors: Type.TOptional<Type.TArray<Type.TObject<{
1223
+ givenNames: Type.TString;
1224
+ familyName: Type.TString;
1225
+ suffix: Type.TOptional<Type.TString>;
1226
+ }>>>;
1227
+ conferenceName: Type.TString;
1228
+ location: Type.TString;
1229
+ date: import("@proposit/proposit-core").TDateType;
1230
+ publisher: Type.TString;
1231
+ isbn: Type.TOptional<Type.TString>;
1232
+ }>]>, Type.TIntersect<[Type.TObject<{
1233
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1234
+ }>, Type.TObject<{
1235
+ type: Type.TLiteral<"Dataset">;
1236
+ title: Type.TString;
1237
+ year: Type.TString;
1238
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
1239
+ givenNames: Type.TString;
1240
+ familyName: Type.TString;
1241
+ suffix: Type.TOptional<Type.TString>;
1242
+ }>>>;
1243
+ repository: Type.TString;
1244
+ version: Type.TOptional<Type.TString>;
1245
+ doi: Type.TOptional<Type.TString>;
1246
+ url: Type.TString;
1247
+ }>]>, Type.TIntersect<[Type.TObject<{
1248
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1249
+ }>, Type.TObject<{
1250
+ type: Type.TLiteral<"Software">;
1251
+ title: Type.TString;
1252
+ year: Type.TString;
1253
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
1254
+ givenNames: Type.TString;
1255
+ familyName: Type.TString;
1256
+ suffix: Type.TOptional<Type.TString>;
1257
+ }>>>;
1258
+ version: Type.TOptional<Type.TString>;
1259
+ publisher: Type.TOptional<Type.TString>;
1260
+ doi: Type.TOptional<Type.TString>;
1261
+ url: Type.TString;
1262
+ }>]>, Type.TIntersect<[Type.TObject<{
1263
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1264
+ }>, Type.TObject<{
1265
+ type: Type.TLiteral<"OnlineDocument">;
1266
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
1267
+ givenNames: Type.TString;
1268
+ familyName: Type.TString;
1269
+ suffix: Type.TOptional<Type.TString>;
1270
+ }>>>;
1271
+ title: Type.TString;
1272
+ publisher: Type.TOptional<Type.TString>;
1273
+ url: Type.TString;
1274
+ accessedDate: import("@proposit/proposit-core").TDateType;
1275
+ }>]>, Type.TIntersect<[Type.TObject<{
1276
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1277
+ }>, Type.TObject<{
1278
+ type: Type.TLiteral<"Blog">;
1279
+ author: Type.TObject<{
1280
+ givenNames: Type.TString;
1281
+ familyName: Type.TString;
1282
+ suffix: Type.TOptional<Type.TString>;
1283
+ }>;
1284
+ postTitle: Type.TString;
1285
+ blogName: Type.TString;
1286
+ date: import("@proposit/proposit-core").TDateType;
1287
+ url: Type.TString;
1288
+ accessedDate: import("@proposit/proposit-core").TDateType;
1289
+ }>]>, Type.TIntersect<[Type.TObject<{
1290
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1291
+ }>, Type.TObject<{
1292
+ type: Type.TLiteral<"SocialMedia">;
1293
+ author: Type.TObject<{
1294
+ givenNames: Type.TString;
1295
+ familyName: Type.TString;
1296
+ suffix: Type.TOptional<Type.TString>;
1297
+ }>;
1298
+ platform: Type.TString;
1299
+ postDate: import("@proposit/proposit-core").TDateType;
1300
+ url: Type.TString;
1301
+ }>]>, Type.TIntersect<[Type.TObject<{
1302
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1303
+ }>, Type.TObject<{
1304
+ type: Type.TLiteral<"Preprint">;
1305
+ title: Type.TString;
1306
+ year: Type.TString;
1307
+ authors: Type.TArray<Type.TObject<{
1308
+ givenNames: Type.TString;
1309
+ familyName: Type.TString;
1310
+ suffix: Type.TOptional<Type.TString>;
1311
+ }>>;
1312
+ server: Type.TString;
1313
+ doi: Type.TOptional<Type.TString>;
1314
+ url: Type.TString;
1315
+ }>]>, Type.TIntersect<[Type.TObject<{
1316
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1317
+ }>, Type.TObject<{
1318
+ type: Type.TLiteral<"Video">;
1319
+ title: Type.TString;
1320
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
1321
+ givenNames: Type.TString;
1322
+ familyName: Type.TString;
1323
+ suffix: Type.TOptional<Type.TString>;
1324
+ }>>>;
1325
+ releaseDate: Type.TOptional<import("@proposit/proposit-core").TDateType>;
1326
+ platform: Type.TString;
1327
+ url: Type.TString;
1328
+ accessedDate: import("@proposit/proposit-core").TDateType;
1329
+ }>]>, Type.TIntersect<[Type.TObject<{
1330
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1331
+ }>, Type.TObject<{
1332
+ type: Type.TLiteral<"Podcast">;
1333
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
1334
+ givenNames: Type.TString;
1335
+ familyName: Type.TString;
1336
+ suffix: Type.TOptional<Type.TString>;
1337
+ }>>>;
1338
+ episodeTitle: Type.TString;
1339
+ seriesTitle: Type.TString;
1340
+ platform: Type.TString;
1341
+ url: Type.TString;
1342
+ accessedDate: import("@proposit/proposit-core").TDateType;
1343
+ }>]>, Type.TIntersect<[Type.TObject<{
1344
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1345
+ }>, Type.TObject<{
1346
+ type: Type.TLiteral<"Course">;
1347
+ title: Type.TString;
1348
+ year: Type.TString;
1349
+ instructor: Type.TObject<{
1350
+ givenNames: Type.TString;
1351
+ familyName: Type.TString;
1352
+ suffix: Type.TOptional<Type.TString>;
1353
+ }>;
1354
+ institution: Type.TString;
1355
+ courseCode: Type.TOptional<Type.TString>;
1356
+ term: Type.TString;
1357
+ }>]>, Type.TIntersect<[Type.TObject<{
1358
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1359
+ }>, Type.TObject<{
1360
+ type: Type.TLiteral<"Presentation">;
1361
+ title: Type.TString;
1362
+ presenter: Type.TObject<{
1363
+ givenNames: Type.TString;
1364
+ familyName: Type.TString;
1365
+ suffix: Type.TOptional<Type.TString>;
1366
+ }>;
1367
+ eventTitle: Type.TString;
1368
+ location: Type.TString;
1369
+ date: import("@proposit/proposit-core").TDateType;
1370
+ }>]>, Type.TIntersect<[Type.TObject<{
1371
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1372
+ }>, Type.TObject<{
1373
+ type: Type.TLiteral<"Interview">;
1374
+ interviewee: Type.TObject<{
1375
+ givenNames: Type.TString;
1376
+ familyName: Type.TString;
1377
+ suffix: Type.TOptional<Type.TString>;
1378
+ }>;
1379
+ interviewer: Type.TOptional<Type.TObject<{
1380
+ givenNames: Type.TString;
1381
+ familyName: Type.TString;
1382
+ suffix: Type.TOptional<Type.TString>;
1383
+ }>>;
1384
+ date: import("@proposit/proposit-core").TDateType;
1385
+ }>]>, Type.TIntersect<[Type.TObject<{
1386
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1387
+ }>, Type.TObject<{
1388
+ type: Type.TLiteral<"PersonalCommunication">;
1389
+ person: Type.TObject<{
1390
+ givenNames: Type.TString;
1391
+ familyName: Type.TString;
1392
+ suffix: Type.TOptional<Type.TString>;
1393
+ }>;
1394
+ date: import("@proposit/proposit-core").TDateType;
1395
+ }>]>, Type.TIntersect<[Type.TObject<{
1396
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1397
+ }>, Type.TObject<{
1398
+ type: Type.TLiteral<"Email">;
1399
+ sender: Type.TObject<{
1400
+ givenNames: Type.TString;
1401
+ familyName: Type.TString;
1402
+ suffix: Type.TOptional<Type.TString>;
1403
+ }>;
1404
+ recipient: Type.TObject<{
1405
+ givenNames: Type.TString;
1406
+ familyName: Type.TString;
1407
+ suffix: Type.TOptional<Type.TString>;
1408
+ }>;
1409
+ date: import("@proposit/proposit-core").TDateType;
1410
+ }>]>, Type.TIntersect<[Type.TObject<{
1411
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1412
+ }>, Type.TObject<{
1413
+ type: Type.TLiteral<"Law">;
1414
+ title: Type.TString;
1415
+ jurisdiction: Type.TString;
1416
+ dateEnacted: import("@proposit/proposit-core").TDateType;
1417
+ }>]>, Type.TIntersect<[Type.TObject<{
1418
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1419
+ }>, Type.TObject<{
1420
+ type: Type.TLiteral<"CourtCase">;
1421
+ caseName: Type.TString;
1422
+ court: Type.TString;
1423
+ date: import("@proposit/proposit-core").TDateType;
1424
+ reporter: Type.TOptional<Type.TString>;
1425
+ }>]>, Type.TIntersect<[Type.TObject<{
1426
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1427
+ }>, Type.TObject<{
1428
+ type: Type.TLiteral<"GovernmentPublication">;
1429
+ title: Type.TString;
1430
+ date: import("@proposit/proposit-core").TDateType;
1431
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
1432
+ givenNames: Type.TString;
1433
+ familyName: Type.TString;
1434
+ suffix: Type.TOptional<Type.TString>;
1435
+ }>>>;
1436
+ agency: Type.TString;
1437
+ reportNumber: Type.TOptional<Type.TString>;
1438
+ location: Type.TString;
1439
+ }>]>, Type.TIntersect<[Type.TObject<{
1440
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1441
+ }>, Type.TObject<{
1442
+ type: Type.TLiteral<"Datasheet">;
1443
+ title: Type.TString;
1444
+ year: Type.TString;
1445
+ manufacturer: Type.TString;
1446
+ partNumber: Type.TString;
1447
+ url: Type.TString;
1448
+ }>]>, Type.TIntersect<[Type.TObject<{
1449
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1450
+ }>, Type.TObject<{
1451
+ type: Type.TLiteral<"ProductManual">;
1452
+ title: Type.TString;
1453
+ year: Type.TString;
1454
+ manufacturer: Type.TString;
1455
+ model: Type.TString;
1456
+ url: Type.TOptional<Type.TString>;
1457
+ }>]>, Type.TIntersect<[Type.TObject<{
1458
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1459
+ }>, Type.TObject<{
1460
+ type: Type.TLiteral<"UnparsedURL">;
1461
+ url: Type.TString;
1462
+ text: Type.TOptional<Type.TString>;
1463
+ }>]>]>>;
1464
+ citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
169
1465
  }>>;
170
1466
  }>;
171
1467
  propositionalLogic: Type.TObject<{
@@ -362,7 +1658,8 @@ export declare const ArgumentDiffSchema: Type.TObject<{
362
1658
  }>]>]>>;
363
1659
  }>;
364
1660
  premises: Type.TObject<{
365
- added: Type.TArray<Type.TIntersect<[Type.TObject<{
1661
+ added: Type.TArray<Type.TIntersect<[Type.TUnion<[Type.TObject<{
1662
+ type: Type.TLiteral<"freeform">;
366
1663
  id: Type.TString;
367
1664
  argumentId: Type.TString;
368
1665
  argumentVersion: Type.TNumber;
@@ -370,12 +1667,22 @@ export declare const ArgumentDiffSchema: Type.TObject<{
370
1667
  descendantChecksum: Type.TUnion<[Type.TString, Type.TNull]>;
371
1668
  combinedChecksum: Type.TString;
372
1669
  }>, Type.TObject<{
1670
+ type: Type.TLiteral<"derivation">;
1671
+ derivedClaimId: Type.TString;
1672
+ id: Type.TString;
1673
+ argumentId: Type.TString;
1674
+ argumentVersion: Type.TNumber;
1675
+ checksum: Type.TString;
1676
+ descendantChecksum: Type.TUnion<[Type.TString, Type.TNull]>;
1677
+ combinedChecksum: Type.TString;
1678
+ }>]>, Type.TObject<{
373
1679
  title: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
374
1680
  role: Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"supporting">]>;
375
1681
  createdOn: Type.TOptional<import("../common.js").TDateType>;
376
1682
  creatorId: Type.TOptional<Type.TString>;
377
1683
  }>]>>;
378
- removed: Type.TArray<Type.TIntersect<[Type.TObject<{
1684
+ removed: Type.TArray<Type.TIntersect<[Type.TUnion<[Type.TObject<{
1685
+ type: Type.TLiteral<"freeform">;
379
1686
  id: Type.TString;
380
1687
  argumentId: Type.TString;
381
1688
  argumentVersion: Type.TNumber;
@@ -383,6 +1690,15 @@ export declare const ArgumentDiffSchema: Type.TObject<{
383
1690
  descendantChecksum: Type.TUnion<[Type.TString, Type.TNull]>;
384
1691
  combinedChecksum: Type.TString;
385
1692
  }>, Type.TObject<{
1693
+ type: Type.TLiteral<"derivation">;
1694
+ derivedClaimId: Type.TString;
1695
+ id: Type.TString;
1696
+ argumentId: Type.TString;
1697
+ argumentVersion: Type.TNumber;
1698
+ checksum: Type.TString;
1699
+ descendantChecksum: Type.TUnion<[Type.TString, Type.TNull]>;
1700
+ combinedChecksum: Type.TString;
1701
+ }>]>, Type.TObject<{
386
1702
  title: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
387
1703
  role: Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"supporting">]>;
388
1704
  createdOn: Type.TOptional<import("../common.js").TDateType>;
@@ -390,39 +1706,31 @@ export declare const ArgumentDiffSchema: Type.TObject<{
390
1706
  }>]>>;
391
1707
  }>;
392
1708
  }>;
393
- claimSources: Type.TObject<{
394
- added: Type.TArray<Type.TObject<{
395
- claimId: Type.TString;
396
- sourceId: Type.TString;
1709
+ claimCitations: Type.TObject<{
1710
+ added: Type.TArray<Type.TIntersect<[Type.TObject<{
1711
+ id: Type.TString;
1712
+ citingClaimId: Type.TString;
1713
+ citingClaimVersion: Type.TNumber;
1714
+ sourceClaimId: Type.TString;
1715
+ sourceClaimVersion: Type.TNumber;
1716
+ checksum: Type.TString;
1717
+ }>, Type.TObject<{
397
1718
  argumentId: Type.TString;
398
1719
  version: Type.TNumber;
399
1720
  createdOn: import("../common.js").TDateType;
400
- }>>;
401
- removed: Type.TArray<Type.TObject<{
402
- claimId: Type.TString;
403
- sourceId: Type.TString;
1721
+ }>]>>;
1722
+ removed: Type.TArray<Type.TIntersect<[Type.TObject<{
1723
+ id: Type.TString;
1724
+ citingClaimId: Type.TString;
1725
+ citingClaimVersion: Type.TNumber;
1726
+ sourceClaimId: Type.TString;
1727
+ sourceClaimVersion: Type.TNumber;
1728
+ checksum: Type.TString;
1729
+ }>, Type.TObject<{
404
1730
  argumentId: Type.TString;
405
1731
  version: Type.TNumber;
406
1732
  createdOn: import("../common.js").TDateType;
407
- }>>;
408
- }>;
409
- sources: Type.TObject<{
410
- added: Type.TArray<Type.TObject<{
411
- id: Type.TString;
412
- url: Type.TUnion<[Type.TString, Type.TNull]>;
413
- citation: Type.TRecord<"^.*$", Type.TAny>;
414
- createdOn: import("../common.js").TDateType;
415
- creatorId: Type.TString;
416
- citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
417
- }>>;
418
- removed: Type.TArray<Type.TObject<{
419
- id: Type.TString;
420
- url: Type.TUnion<[Type.TString, Type.TNull]>;
421
- citation: Type.TRecord<"^.*$", Type.TAny>;
422
- createdOn: import("../common.js").TDateType;
423
- creatorId: Type.TString;
424
- citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
425
- }>>;
1733
+ }>]>>;
426
1734
  }>;
427
1735
  }>;
428
1736
  export type TArgumentDiff = Static<typeof ArgumentDiffSchema>;