@proposit/shared 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +32 -0
- package/dist/api-client/argument/batch.d.ts +661 -0
- package/dist/api-client/argument/batch.d.ts.map +1 -0
- package/dist/api-client/argument/batch.js +14 -0
- package/dist/api-client/argument/batch.js.map +1 -0
- package/dist/api-client/argument/claims.d.ts +175 -0
- package/dist/api-client/argument/claims.d.ts.map +1 -0
- package/dist/api-client/argument/claims.js +20 -0
- package/dist/api-client/argument/claims.js.map +1 -0
- package/dist/api-client/argument/index.d.ts +1344 -0
- package/dist/api-client/argument/index.d.ts.map +1 -0
- package/dist/api-client/argument/index.js +62 -0
- package/dist/api-client/argument/index.js.map +1 -0
- package/dist/api-client/argument/logic/index.d.ts +861 -0
- package/dist/api-client/argument/logic/index.d.ts.map +1 -0
- package/dist/api-client/argument/logic/index.js +73 -0
- package/dist/api-client/argument/logic/index.js.map +1 -0
- package/dist/api-client/argument/logic/repair.d.ts +182 -0
- package/dist/api-client/argument/logic/repair.d.ts.map +1 -0
- package/dist/api-client/argument/logic/repair.js +9 -0
- package/dist/api-client/argument/logic/repair.js.map +1 -0
- package/dist/api-client/argument/reactions.d.ts +38 -0
- package/dist/api-client/argument/reactions.d.ts.map +1 -0
- package/dist/api-client/argument/reactions.js +9 -0
- package/dist/api-client/argument/reactions.js.map +1 -0
- package/dist/api-client/argument/reviews.d.ts +183 -0
- package/dist/api-client/argument/reviews.d.ts.map +1 -0
- package/dist/api-client/argument/reviews.js +21 -0
- package/dist/api-client/argument/reviews.js.map +1 -0
- package/dist/api-client/search.d.ts +64 -0
- package/dist/api-client/search.d.ts.map +1 -0
- package/dist/api-client/search.js +19 -0
- package/dist/api-client/search.js.map +1 -0
- package/dist/api-client/user/claims.d.ts +128 -0
- package/dist/api-client/user/claims.d.ts.map +1 -0
- package/dist/api-client/user/claims.js +10 -0
- package/dist/api-client/user/claims.js.map +1 -0
- package/dist/api-client/user/sources.d.ts +41 -0
- package/dist/api-client/user/sources.d.ts.map +1 -0
- package/dist/api-client/user/sources.js +7 -0
- package/dist/api-client/user/sources.js.map +1 -0
- package/dist/checksum.d.ts +2 -0
- package/dist/checksum.d.ts.map +1 -0
- package/dist/checksum.js +32 -0
- package/dist/checksum.js.map +1 -0
- package/dist/consts/argument.d.ts +9 -0
- package/dist/consts/argument.d.ts.map +1 -0
- package/dist/consts/argument.js +17 -0
- package/dist/consts/argument.js.map +1 -0
- package/dist/consts/identity.d.ts +3 -0
- package/dist/consts/identity.d.ts.map +1 -0
- package/dist/consts/identity.js +6 -0
- package/dist/consts/identity.js.map +1 -0
- package/dist/consts/index.d.ts +6 -0
- package/dist/consts/index.d.ts.map +1 -0
- package/dist/consts/index.js +6 -0
- package/dist/consts/index.js.map +1 -0
- package/dist/consts/roles.d.ts +27 -0
- package/dist/consts/roles.d.ts.map +1 -0
- package/dist/consts/roles.js +52 -0
- package/dist/consts/roles.js.map +1 -0
- package/dist/consts/task-status.d.ts +8 -0
- package/dist/consts/task-status.d.ts.map +1 -0
- package/dist/consts/task-status.js +14 -0
- package/dist/consts/task-status.js.map +1 -0
- package/dist/consts/user-tiers.d.ts +7 -0
- package/dist/consts/user-tiers.d.ts.map +1 -0
- package/dist/consts/user-tiers.js +60 -0
- package/dist/consts/user-tiers.js.map +1 -0
- package/dist/engine/engine.d.ts +94 -0
- package/dist/engine/engine.d.ts.map +1 -0
- package/dist/engine/engine.js +313 -0
- package/dist/engine/engine.js.map +1 -0
- package/dist/engine/library-adapters.d.ts +12 -0
- package/dist/engine/library-adapters.d.ts.map +1 -0
- package/dist/engine/library-adapters.js +11 -0
- package/dist/engine/library-adapters.js.map +1 -0
- package/dist/engine/mutations/claims.d.ts +10 -0
- package/dist/engine/mutations/claims.d.ts.map +1 -0
- package/dist/engine/mutations/claims.js +22 -0
- package/dist/engine/mutations/claims.js.map +1 -0
- package/dist/engine/mutations/expressions.d.ts +109 -0
- package/dist/engine/mutations/expressions.d.ts.map +1 -0
- package/dist/engine/mutations/expressions.js +277 -0
- package/dist/engine/mutations/expressions.js.map +1 -0
- package/dist/engine/mutations/index.d.ts +7 -0
- package/dist/engine/mutations/index.d.ts.map +1 -0
- package/dist/engine/mutations/index.js +6 -0
- package/dist/engine/mutations/index.js.map +1 -0
- package/dist/engine/mutations/premises.d.ts +25 -0
- package/dist/engine/mutations/premises.d.ts.map +1 -0
- package/dist/engine/mutations/premises.js +51 -0
- package/dist/engine/mutations/premises.js.map +1 -0
- package/dist/engine/mutations/types.d.ts +11 -0
- package/dist/engine/mutations/types.d.ts.map +1 -0
- package/dist/engine/mutations/types.js +2 -0
- package/dist/engine/mutations/types.js.map +1 -0
- package/dist/engine/mutations/variables.d.ts +27 -0
- package/dist/engine/mutations/variables.d.ts.map +1 -0
- package/dist/engine/mutations/variables.js +16 -0
- package/dist/engine/mutations/variables.js.map +1 -0
- package/dist/engine/optimistic/index.d.ts +4 -0
- package/dist/engine/optimistic/index.d.ts.map +1 -0
- package/dist/engine/optimistic/index.js +3 -0
- package/dist/engine/optimistic/index.js.map +1 -0
- package/dist/engine/optimistic/reconciliation.d.ts +32 -0
- package/dist/engine/optimistic/reconciliation.d.ts.map +1 -0
- package/dist/engine/optimistic/reconciliation.js +140 -0
- package/dist/engine/optimistic/reconciliation.js.map +1 -0
- package/dist/engine/optimistic/types.d.ts +25 -0
- package/dist/engine/optimistic/types.d.ts.map +1 -0
- package/dist/engine/optimistic/types.js +12 -0
- package/dist/engine/optimistic/types.js.map +1 -0
- package/dist/engine/optimistic/verification.d.ts +13 -0
- package/dist/engine/optimistic/verification.d.ts.map +1 -0
- package/dist/engine/optimistic/verification.js +71 -0
- package/dist/engine/optimistic/verification.js.map +1 -0
- package/dist/engine/review/evaluation.d.ts +27 -0
- package/dist/engine/review/evaluation.d.ts.map +1 -0
- package/dist/engine/review/evaluation.js +122 -0
- package/dist/engine/review/evaluation.js.map +1 -0
- package/dist/engine/review/fingerprint.d.ts +9 -0
- package/dist/engine/review/fingerprint.d.ts.map +1 -0
- package/dist/engine/review/fingerprint.js +27 -0
- package/dist/engine/review/fingerprint.js.map +1 -0
- package/dist/engine/review/overlay.d.ts +19 -0
- package/dist/engine/review/overlay.d.ts.map +1 -0
- package/dist/engine/review/overlay.js +81 -0
- package/dist/engine/review/overlay.js.map +1 -0
- package/dist/engine/review/reasons.d.ts +15 -0
- package/dist/engine/review/reasons.d.ts.map +1 -0
- package/dist/engine/review/reasons.js +211 -0
- package/dist/engine/review/reasons.js.map +1 -0
- package/dist/engine/review/review-engine.d.ts +134 -0
- package/dist/engine/review/review-engine.d.ts.map +1 -0
- package/dist/engine/review/review-engine.js +590 -0
- package/dist/engine/review/review-engine.js.map +1 -0
- package/dist/engine/review/review-store.d.ts +63 -0
- package/dist/engine/review/review-store.d.ts.map +1 -0
- package/dist/engine/review/review-store.js +174 -0
- package/dist/engine/review/review-store.js.map +1 -0
- package/dist/engine/review/step-queue.d.ts +27 -0
- package/dist/engine/review/step-queue.d.ts.map +1 -0
- package/dist/engine/review/step-queue.js +34 -0
- package/dist/engine/review/step-queue.js.map +1 -0
- package/dist/engine/review/types.d.ts +16 -0
- package/dist/engine/review/types.d.ts.map +1 -0
- package/dist/engine/review/types.js +2 -0
- package/dist/engine/review/types.js.map +1 -0
- package/dist/engine/review/wire.d.ts +8 -0
- package/dist/engine/review/wire.d.ts.map +1 -0
- package/dist/engine/review/wire.js +97 -0
- package/dist/engine/review/wire.js.map +1 -0
- package/dist/engine/text-tree.d.ts +35 -0
- package/dist/engine/text-tree.d.ts.map +1 -0
- package/dist/engine/text-tree.js +137 -0
- package/dist/engine/text-tree.js.map +1 -0
- package/dist/engine/types.d.ts +42 -0
- package/dist/engine/types.d.ts.map +1 -0
- package/dist/engine/types.js +2 -0
- package/dist/engine/types.js.map +1 -0
- package/dist/errors.d.ts +27 -0
- package/dist/errors.d.ts.map +1 -0
- package/dist/errors.js +61 -0
- package/dist/errors.js.map +1 -0
- package/dist/schemas/api/argument/batch/change-edge-operator.d.ts +281 -0
- package/dist/schemas/api/argument/batch/change-edge-operator.d.ts.map +1 -0
- package/dist/schemas/api/argument/batch/change-edge-operator.js +19 -0
- package/dist/schemas/api/argument/batch/change-edge-operator.js.map +1 -0
- package/dist/schemas/api/argument/batch/create-expression-with-operator.d.ts +280 -0
- package/dist/schemas/api/argument/batch/create-expression-with-operator.d.ts.map +1 -0
- package/dist/schemas/api/argument/batch/create-expression-with-operator.js +22 -0
- package/dist/schemas/api/argument/batch/create-expression-with-operator.js.map +1 -0
- package/dist/schemas/api/argument/batch/provision.d.ts +112 -0
- package/dist/schemas/api/argument/batch/provision.d.ts.map +1 -0
- package/dist/schemas/api/argument/batch/provision.js +10 -0
- package/dist/schemas/api/argument/batch/provision.js.map +1 -0
- package/dist/schemas/api/argument/build.d.ts +50 -0
- package/dist/schemas/api/argument/build.d.ts.map +1 -0
- package/dist/schemas/api/argument/build.js +41 -0
- package/dist/schemas/api/argument/build.js.map +1 -0
- package/dist/schemas/api/argument/claims.d.ts +151 -0
- package/dist/schemas/api/argument/claims.d.ts.map +1 -0
- package/dist/schemas/api/argument/claims.js +24 -0
- package/dist/schemas/api/argument/claims.js.map +1 -0
- package/dist/schemas/api/argument/index.d.ts +682 -0
- package/dist/schemas/api/argument/index.d.ts.map +1 -0
- package/dist/schemas/api/argument/index.js +51 -0
- package/dist/schemas/api/argument/index.js.map +1 -0
- package/dist/schemas/api/argument/logic.d.ts +205 -0
- package/dist/schemas/api/argument/logic.d.ts.map +1 -0
- package/dist/schemas/api/argument/logic.js +77 -0
- package/dist/schemas/api/argument/logic.js.map +1 -0
- package/dist/schemas/api/argument/repair.d.ts +195 -0
- package/dist/schemas/api/argument/repair.d.ts.map +1 -0
- package/dist/schemas/api/argument/repair.js +35 -0
- package/dist/schemas/api/argument/repair.js.map +1 -0
- package/dist/schemas/api/claims.d.ts +250 -0
- package/dist/schemas/api/claims.d.ts.map +1 -0
- package/dist/schemas/api/claims.js +20 -0
- package/dist/schemas/api/claims.js.map +1 -0
- package/dist/schemas/api/reaction/index.d.ts +46 -0
- package/dist/schemas/api/reaction/index.d.ts.map +1 -0
- package/dist/schemas/api/reaction/index.js +15 -0
- package/dist/schemas/api/reaction/index.js.map +1 -0
- package/dist/schemas/api/review/index.d.ts +164 -0
- package/dist/schemas/api/review/index.d.ts.map +1 -0
- package/dist/schemas/api/review/index.js +29 -0
- package/dist/schemas/api/review/index.js.map +1 -0
- package/dist/schemas/api/search.d.ts +109 -0
- package/dist/schemas/api/search.d.ts.map +1 -0
- package/dist/schemas/api/search.js +60 -0
- package/dist/schemas/api/search.js.map +1 -0
- package/dist/schemas/api/sources.d.ts +108 -0
- package/dist/schemas/api/sources.d.ts.map +1 -0
- package/dist/schemas/api/sources.js +28 -0
- package/dist/schemas/api/sources.js.map +1 -0
- package/dist/schemas/api/user/index.d.ts +16 -0
- package/dist/schemas/api/user/index.d.ts.map +1 -0
- package/dist/schemas/api/user/index.js +15 -0
- package/dist/schemas/api/user/index.js.map +1 -0
- package/dist/schemas/common.d.ts +50 -0
- package/dist/schemas/common.d.ts.map +1 -0
- package/dist/schemas/common.js +77 -0
- package/dist/schemas/common.js.map +1 -0
- package/dist/schemas/gpt.d.ts +10 -0
- package/dist/schemas/gpt.d.ts.map +1 -0
- package/dist/schemas/gpt.js +27 -0
- package/dist/schemas/gpt.js.map +1 -0
- package/dist/schemas/index.d.ts +8 -0
- package/dist/schemas/index.d.ts.map +1 -0
- package/dist/schemas/index.js +8 -0
- package/dist/schemas/index.js.map +1 -0
- package/dist/schemas/integrations/index.d.ts +159 -0
- package/dist/schemas/integrations/index.d.ts.map +1 -0
- package/dist/schemas/integrations/index.js +72 -0
- package/dist/schemas/integrations/index.js.map +1 -0
- package/dist/schemas/logic.d.ts +195 -0
- package/dist/schemas/logic.d.ts.map +1 -0
- package/dist/schemas/logic.js +77 -0
- package/dist/schemas/logic.js.map +1 -0
- package/dist/schemas/model/arguments.d.ts +457 -0
- package/dist/schemas/model/arguments.d.ts.map +1 -0
- package/dist/schemas/model/arguments.js +100 -0
- package/dist/schemas/model/arguments.js.map +1 -0
- package/dist/schemas/model/claims.d.ts +53 -0
- package/dist/schemas/model/claims.d.ts.map +1 -0
- package/dist/schemas/model/claims.js +40 -0
- package/dist/schemas/model/claims.js.map +1 -0
- package/dist/schemas/model/forks.d.ts +63 -0
- package/dist/schemas/model/forks.d.ts.map +1 -0
- package/dist/schemas/model/forks.js +63 -0
- package/dist/schemas/model/forks.js.map +1 -0
- package/dist/schemas/model/index.d.ts +6 -0
- package/dist/schemas/model/index.d.ts.map +1 -0
- package/dist/schemas/model/index.js +6 -0
- package/dist/schemas/model/index.js.map +1 -0
- package/dist/schemas/model/references.d.ts +49 -0
- package/dist/schemas/model/references.d.ts.map +1 -0
- package/dist/schemas/model/references.js +46 -0
- package/dist/schemas/model/references.js.map +1 -0
- package/dist/schemas/model/review.d.ts +56 -0
- package/dist/schemas/model/review.d.ts.map +1 -0
- package/dist/schemas/model/review.js +50 -0
- package/dist/schemas/model/review.js.map +1 -0
- package/dist/schemas/model/sources.d.ts +456 -0
- package/dist/schemas/model/sources.d.ts.map +1 -0
- package/dist/schemas/model/sources.js +27 -0
- package/dist/schemas/model/sources.js.map +1 -0
- package/dist/schemas/model/users.d.ts +150 -0
- package/dist/schemas/model/users.d.ts.map +1 -0
- package/dist/schemas/model/users.js +136 -0
- package/dist/schemas/model/users.js.map +1 -0
- package/dist/schemas/model.d.ts +2 -0
- package/dist/schemas/model.d.ts.map +1 -0
- package/dist/schemas/model.js +2 -0
- package/dist/schemas/model.js.map +1 -0
- package/dist/schemas/review.d.ts +1403 -0
- package/dist/schemas/review.d.ts.map +1 -0
- package/dist/schemas/review.js +232 -0
- package/dist/schemas/review.js.map +1 -0
- package/dist/schemas/snapshot.d.ts +165 -0
- package/dist/schemas/snapshot.d.ts.map +1 -0
- package/dist/schemas/snapshot.js +80 -0
- package/dist/schemas/snapshot.js.map +1 -0
- package/dist/schemas/tasks.d.ts +551 -0
- package/dist/schemas/tasks.d.ts.map +1 -0
- package/dist/schemas/tasks.js +113 -0
- package/dist/schemas/tasks.js.map +1 -0
- package/dist/utils/embedding-text.d.ts +15 -0
- package/dist/utils/embedding-text.d.ts.map +1 -0
- package/dist/utils/embedding-text.js +86 -0
- package/dist/utils/embedding-text.js.map +1 -0
- package/dist/utils/format-review-share.d.ts +7 -0
- package/dist/utils/format-review-share.d.ts.map +1 -0
- package/dist/utils/format-review-share.js +16 -0
- package/dist/utils/format-review-share.js.map +1 -0
- package/dist/utils/index.d.ts +4 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +4 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/tasks/utils.d.ts +4 -0
- package/dist/utils/tasks/utils.d.ts.map +1 -0
- package/dist/utils/tasks/utils.js +12 -0
- package/dist/utils/tasks/utils.js.map +1 -0
- package/dist/utils/utils.d.ts +25 -0
- package/dist/utils/utils.d.ts.map +1 -0
- package/dist/utils/utils.js +115 -0
- package/dist/utils/utils.js.map +1 -0
- package/package.json +128 -0
|
@@ -0,0 +1,456 @@
|
|
|
1
|
+
import Type, { type Static } from "typebox";
|
|
2
|
+
export declare const SourceSchema: Type.TObject<{
|
|
3
|
+
id: Type.TString;
|
|
4
|
+
url: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
5
|
+
citation: Type.TUnion<[Type.TIntersect<[Type.TObject<{
|
|
6
|
+
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">]>;
|
|
7
|
+
}>, Type.TObject<{
|
|
8
|
+
type: Type.TLiteral<"Book">;
|
|
9
|
+
title: Type.TString;
|
|
10
|
+
year: Type.TString;
|
|
11
|
+
authors: Type.TArray<Type.TObject<{
|
|
12
|
+
givenNames: Type.TString;
|
|
13
|
+
familyName: Type.TString;
|
|
14
|
+
suffix: Type.TOptional<Type.TString>;
|
|
15
|
+
}>>;
|
|
16
|
+
edition: Type.TOptional<Type.TString>;
|
|
17
|
+
publisher: Type.TString;
|
|
18
|
+
location: Type.TOptional<Type.TString>;
|
|
19
|
+
isbn: Type.TOptional<Type.TString>;
|
|
20
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
21
|
+
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">]>;
|
|
22
|
+
}>, Type.TObject<{
|
|
23
|
+
type: Type.TLiteral<"Website">;
|
|
24
|
+
authors: Type.TArray<Type.TObject<{
|
|
25
|
+
givenNames: Type.TString;
|
|
26
|
+
familyName: Type.TString;
|
|
27
|
+
suffix: Type.TOptional<Type.TString>;
|
|
28
|
+
}>>;
|
|
29
|
+
pageTitle: Type.TString;
|
|
30
|
+
websiteTitle: Type.TString;
|
|
31
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
32
|
+
url: Type.TString;
|
|
33
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
34
|
+
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">]>;
|
|
35
|
+
}>, Type.TObject<{
|
|
36
|
+
type: Type.TLiteral<"BookChapter">;
|
|
37
|
+
chapterTitle: Type.TString;
|
|
38
|
+
year: Type.TString;
|
|
39
|
+
authors: Type.TArray<Type.TObject<{
|
|
40
|
+
givenNames: Type.TString;
|
|
41
|
+
familyName: Type.TString;
|
|
42
|
+
suffix: Type.TOptional<Type.TString>;
|
|
43
|
+
}>>;
|
|
44
|
+
bookTitle: Type.TString;
|
|
45
|
+
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
46
|
+
givenNames: Type.TString;
|
|
47
|
+
familyName: Type.TString;
|
|
48
|
+
suffix: Type.TOptional<Type.TString>;
|
|
49
|
+
}>>>;
|
|
50
|
+
publisher: Type.TString;
|
|
51
|
+
location: Type.TString;
|
|
52
|
+
pages: Type.TOptional<Type.TString>;
|
|
53
|
+
isbn: Type.TOptional<Type.TString>;
|
|
54
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
55
|
+
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">]>;
|
|
56
|
+
}>, Type.TObject<{
|
|
57
|
+
type: Type.TLiteral<"Handbook">;
|
|
58
|
+
title: Type.TString;
|
|
59
|
+
year: Type.TString;
|
|
60
|
+
publisher: Type.TString;
|
|
61
|
+
edition: Type.TOptional<Type.TString>;
|
|
62
|
+
location: Type.TString;
|
|
63
|
+
isbn: Type.TOptional<Type.TString>;
|
|
64
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
65
|
+
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">]>;
|
|
66
|
+
}>, Type.TObject<{
|
|
67
|
+
type: Type.TLiteral<"TechnicalReport">;
|
|
68
|
+
title: Type.TString;
|
|
69
|
+
year: Type.TString;
|
|
70
|
+
authors: Type.TArray<Type.TObject<{
|
|
71
|
+
givenNames: Type.TString;
|
|
72
|
+
familyName: Type.TString;
|
|
73
|
+
suffix: Type.TOptional<Type.TString>;
|
|
74
|
+
}>>;
|
|
75
|
+
reportNumber: Type.TString;
|
|
76
|
+
institution: Type.TString;
|
|
77
|
+
location: Type.TString;
|
|
78
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
79
|
+
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">]>;
|
|
80
|
+
}>, Type.TObject<{
|
|
81
|
+
type: Type.TLiteral<"Standard">;
|
|
82
|
+
organization: Type.TString;
|
|
83
|
+
standardNumber: Type.TString;
|
|
84
|
+
title: Type.TString;
|
|
85
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
86
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
87
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
88
|
+
}>, Type.TObject<{
|
|
89
|
+
type: Type.TLiteral<"Thesis">;
|
|
90
|
+
title: Type.TString;
|
|
91
|
+
year: Type.TString;
|
|
92
|
+
authors: Type.TArray<Type.TObject<{
|
|
93
|
+
givenNames: Type.TString;
|
|
94
|
+
familyName: Type.TString;
|
|
95
|
+
suffix: Type.TOptional<Type.TString>;
|
|
96
|
+
}>>;
|
|
97
|
+
degree: Type.TString;
|
|
98
|
+
institution: Type.TString;
|
|
99
|
+
location: Type.TString;
|
|
100
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
101
|
+
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">]>;
|
|
102
|
+
}>, Type.TObject<{
|
|
103
|
+
type: Type.TLiteral<"Patent">;
|
|
104
|
+
title: Type.TString;
|
|
105
|
+
inventors: Type.TArray<Type.TObject<{
|
|
106
|
+
givenNames: Type.TString;
|
|
107
|
+
familyName: Type.TString;
|
|
108
|
+
suffix: Type.TOptional<Type.TString>;
|
|
109
|
+
}>>;
|
|
110
|
+
country: Type.TString;
|
|
111
|
+
patentNumber: Type.TString;
|
|
112
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
113
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
114
|
+
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">]>;
|
|
115
|
+
}>, Type.TObject<{
|
|
116
|
+
type: Type.TLiteral<"Dictionary">;
|
|
117
|
+
title: Type.TString;
|
|
118
|
+
year: Type.TString;
|
|
119
|
+
publisher: Type.TString;
|
|
120
|
+
edition: Type.TOptional<Type.TString>;
|
|
121
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
122
|
+
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">]>;
|
|
123
|
+
}>, Type.TObject<{
|
|
124
|
+
type: Type.TLiteral<"Encyclopedia">;
|
|
125
|
+
title: Type.TString;
|
|
126
|
+
year: Type.TString;
|
|
127
|
+
publisher: Type.TString;
|
|
128
|
+
edition: Type.TOptional<Type.TString>;
|
|
129
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
130
|
+
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">]>;
|
|
131
|
+
}>, Type.TObject<{
|
|
132
|
+
type: Type.TLiteral<"JournalArticle">;
|
|
133
|
+
title: Type.TString;
|
|
134
|
+
year: Type.TString;
|
|
135
|
+
authors: Type.TArray<Type.TObject<{
|
|
136
|
+
givenNames: Type.TString;
|
|
137
|
+
familyName: Type.TString;
|
|
138
|
+
suffix: Type.TOptional<Type.TString>;
|
|
139
|
+
}>>;
|
|
140
|
+
journalTitle: Type.TString;
|
|
141
|
+
volume: Type.TOptional<Type.TString>;
|
|
142
|
+
issue: Type.TOptional<Type.TString>;
|
|
143
|
+
pages: Type.TOptional<Type.TString>;
|
|
144
|
+
doi: Type.TOptional<Type.TString>;
|
|
145
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
146
|
+
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">]>;
|
|
147
|
+
}>, Type.TObject<{
|
|
148
|
+
type: Type.TLiteral<"MagazineArticle">;
|
|
149
|
+
title: Type.TString;
|
|
150
|
+
year: Type.TString;
|
|
151
|
+
authors: Type.TArray<Type.TObject<{
|
|
152
|
+
givenNames: Type.TString;
|
|
153
|
+
familyName: Type.TString;
|
|
154
|
+
suffix: Type.TOptional<Type.TString>;
|
|
155
|
+
}>>;
|
|
156
|
+
magazineTitle: Type.TString;
|
|
157
|
+
volume: Type.TOptional<Type.TString>;
|
|
158
|
+
issue: Type.TOptional<Type.TString>;
|
|
159
|
+
pages: Type.TOptional<Type.TString>;
|
|
160
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
161
|
+
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">]>;
|
|
162
|
+
}>, Type.TObject<{
|
|
163
|
+
type: Type.TLiteral<"NewspaperArticle">;
|
|
164
|
+
title: Type.TString;
|
|
165
|
+
authors: Type.TArray<Type.TObject<{
|
|
166
|
+
givenNames: Type.TString;
|
|
167
|
+
familyName: Type.TString;
|
|
168
|
+
suffix: Type.TOptional<Type.TString>;
|
|
169
|
+
}>>;
|
|
170
|
+
newspaperTitle: Type.TString;
|
|
171
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
172
|
+
pages: Type.TOptional<Type.TString>;
|
|
173
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
174
|
+
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">]>;
|
|
175
|
+
}>, Type.TObject<{
|
|
176
|
+
type: Type.TLiteral<"ConferencePaper">;
|
|
177
|
+
title: Type.TString;
|
|
178
|
+
authors: Type.TArray<Type.TObject<{
|
|
179
|
+
givenNames: Type.TString;
|
|
180
|
+
familyName: Type.TString;
|
|
181
|
+
suffix: Type.TOptional<Type.TString>;
|
|
182
|
+
}>>;
|
|
183
|
+
conferenceName: Type.TString;
|
|
184
|
+
location: Type.TString;
|
|
185
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
186
|
+
pages: Type.TOptional<Type.TString>;
|
|
187
|
+
doi: Type.TOptional<Type.TString>;
|
|
188
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
189
|
+
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">]>;
|
|
190
|
+
}>, Type.TObject<{
|
|
191
|
+
type: Type.TLiteral<"ConferenceProceedings">;
|
|
192
|
+
editors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
193
|
+
givenNames: Type.TString;
|
|
194
|
+
familyName: Type.TString;
|
|
195
|
+
suffix: Type.TOptional<Type.TString>;
|
|
196
|
+
}>>>;
|
|
197
|
+
conferenceName: Type.TString;
|
|
198
|
+
location: Type.TString;
|
|
199
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
200
|
+
publisher: 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<"Dataset">;
|
|
206
|
+
title: Type.TString;
|
|
207
|
+
year: Type.TString;
|
|
208
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
209
|
+
givenNames: Type.TString;
|
|
210
|
+
familyName: Type.TString;
|
|
211
|
+
suffix: Type.TOptional<Type.TString>;
|
|
212
|
+
}>>>;
|
|
213
|
+
repository: Type.TString;
|
|
214
|
+
version: Type.TOptional<Type.TString>;
|
|
215
|
+
doi: Type.TOptional<Type.TString>;
|
|
216
|
+
url: Type.TString;
|
|
217
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
218
|
+
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">]>;
|
|
219
|
+
}>, Type.TObject<{
|
|
220
|
+
type: Type.TLiteral<"Software">;
|
|
221
|
+
title: Type.TString;
|
|
222
|
+
year: Type.TString;
|
|
223
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
224
|
+
givenNames: Type.TString;
|
|
225
|
+
familyName: Type.TString;
|
|
226
|
+
suffix: Type.TOptional<Type.TString>;
|
|
227
|
+
}>>>;
|
|
228
|
+
version: Type.TOptional<Type.TString>;
|
|
229
|
+
publisher: Type.TOptional<Type.TString>;
|
|
230
|
+
doi: Type.TOptional<Type.TString>;
|
|
231
|
+
url: Type.TString;
|
|
232
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
233
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
234
|
+
}>, Type.TObject<{
|
|
235
|
+
type: Type.TLiteral<"OnlineDocument">;
|
|
236
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
237
|
+
givenNames: Type.TString;
|
|
238
|
+
familyName: Type.TString;
|
|
239
|
+
suffix: Type.TOptional<Type.TString>;
|
|
240
|
+
}>>>;
|
|
241
|
+
title: Type.TString;
|
|
242
|
+
publisher: Type.TOptional<Type.TString>;
|
|
243
|
+
url: Type.TString;
|
|
244
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
245
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
246
|
+
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">]>;
|
|
247
|
+
}>, Type.TObject<{
|
|
248
|
+
type: Type.TLiteral<"Blog">;
|
|
249
|
+
author: Type.TObject<{
|
|
250
|
+
givenNames: Type.TString;
|
|
251
|
+
familyName: Type.TString;
|
|
252
|
+
suffix: Type.TOptional<Type.TString>;
|
|
253
|
+
}>;
|
|
254
|
+
postTitle: Type.TString;
|
|
255
|
+
blogName: Type.TString;
|
|
256
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
257
|
+
url: Type.TString;
|
|
258
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
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<"SocialMedia">;
|
|
263
|
+
author: Type.TObject<{
|
|
264
|
+
givenNames: Type.TString;
|
|
265
|
+
familyName: Type.TString;
|
|
266
|
+
suffix: Type.TOptional<Type.TString>;
|
|
267
|
+
}>;
|
|
268
|
+
platform: Type.TString;
|
|
269
|
+
postDate: import("@proposit/proposit-core").TDateType;
|
|
270
|
+
url: Type.TString;
|
|
271
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
272
|
+
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">]>;
|
|
273
|
+
}>, Type.TObject<{
|
|
274
|
+
type: Type.TLiteral<"Preprint">;
|
|
275
|
+
title: Type.TString;
|
|
276
|
+
year: Type.TString;
|
|
277
|
+
authors: Type.TArray<Type.TObject<{
|
|
278
|
+
givenNames: Type.TString;
|
|
279
|
+
familyName: Type.TString;
|
|
280
|
+
suffix: Type.TOptional<Type.TString>;
|
|
281
|
+
}>>;
|
|
282
|
+
server: Type.TString;
|
|
283
|
+
doi: Type.TOptional<Type.TString>;
|
|
284
|
+
url: Type.TString;
|
|
285
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
286
|
+
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">]>;
|
|
287
|
+
}>, Type.TObject<{
|
|
288
|
+
type: Type.TLiteral<"Video">;
|
|
289
|
+
title: Type.TString;
|
|
290
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
291
|
+
givenNames: Type.TString;
|
|
292
|
+
familyName: Type.TString;
|
|
293
|
+
suffix: Type.TOptional<Type.TString>;
|
|
294
|
+
}>>>;
|
|
295
|
+
releaseDate: Type.TOptional<import("@proposit/proposit-core").TDateType>;
|
|
296
|
+
platform: Type.TString;
|
|
297
|
+
url: Type.TString;
|
|
298
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
299
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
300
|
+
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">]>;
|
|
301
|
+
}>, Type.TObject<{
|
|
302
|
+
type: Type.TLiteral<"Podcast">;
|
|
303
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
304
|
+
givenNames: Type.TString;
|
|
305
|
+
familyName: Type.TString;
|
|
306
|
+
suffix: Type.TOptional<Type.TString>;
|
|
307
|
+
}>>>;
|
|
308
|
+
episodeTitle: Type.TString;
|
|
309
|
+
seriesTitle: Type.TString;
|
|
310
|
+
platform: Type.TString;
|
|
311
|
+
url: Type.TString;
|
|
312
|
+
accessedDate: import("@proposit/proposit-core").TDateType;
|
|
313
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
314
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
315
|
+
}>, Type.TObject<{
|
|
316
|
+
type: Type.TLiteral<"Course">;
|
|
317
|
+
title: Type.TString;
|
|
318
|
+
year: Type.TString;
|
|
319
|
+
instructor: Type.TObject<{
|
|
320
|
+
givenNames: Type.TString;
|
|
321
|
+
familyName: Type.TString;
|
|
322
|
+
suffix: Type.TOptional<Type.TString>;
|
|
323
|
+
}>;
|
|
324
|
+
institution: Type.TString;
|
|
325
|
+
courseCode: Type.TOptional<Type.TString>;
|
|
326
|
+
term: Type.TString;
|
|
327
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
328
|
+
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">]>;
|
|
329
|
+
}>, Type.TObject<{
|
|
330
|
+
type: Type.TLiteral<"Presentation">;
|
|
331
|
+
title: Type.TString;
|
|
332
|
+
presenter: Type.TObject<{
|
|
333
|
+
givenNames: Type.TString;
|
|
334
|
+
familyName: Type.TString;
|
|
335
|
+
suffix: Type.TOptional<Type.TString>;
|
|
336
|
+
}>;
|
|
337
|
+
eventTitle: Type.TString;
|
|
338
|
+
location: Type.TString;
|
|
339
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
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<"Interview">;
|
|
344
|
+
interviewee: Type.TObject<{
|
|
345
|
+
givenNames: Type.TString;
|
|
346
|
+
familyName: Type.TString;
|
|
347
|
+
suffix: Type.TOptional<Type.TString>;
|
|
348
|
+
}>;
|
|
349
|
+
interviewer: Type.TOptional<Type.TObject<{
|
|
350
|
+
givenNames: Type.TString;
|
|
351
|
+
familyName: Type.TString;
|
|
352
|
+
suffix: Type.TOptional<Type.TString>;
|
|
353
|
+
}>>;
|
|
354
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
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<"PersonalCommunication">;
|
|
359
|
+
person: Type.TObject<{
|
|
360
|
+
givenNames: Type.TString;
|
|
361
|
+
familyName: Type.TString;
|
|
362
|
+
suffix: Type.TOptional<Type.TString>;
|
|
363
|
+
}>;
|
|
364
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
365
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
366
|
+
type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
|
|
367
|
+
}>, Type.TObject<{
|
|
368
|
+
type: Type.TLiteral<"Email">;
|
|
369
|
+
sender: Type.TObject<{
|
|
370
|
+
givenNames: Type.TString;
|
|
371
|
+
familyName: Type.TString;
|
|
372
|
+
suffix: Type.TOptional<Type.TString>;
|
|
373
|
+
}>;
|
|
374
|
+
recipient: Type.TObject<{
|
|
375
|
+
givenNames: Type.TString;
|
|
376
|
+
familyName: Type.TString;
|
|
377
|
+
suffix: Type.TOptional<Type.TString>;
|
|
378
|
+
}>;
|
|
379
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
380
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
381
|
+
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">]>;
|
|
382
|
+
}>, Type.TObject<{
|
|
383
|
+
type: Type.TLiteral<"Law">;
|
|
384
|
+
title: Type.TString;
|
|
385
|
+
jurisdiction: Type.TString;
|
|
386
|
+
dateEnacted: import("@proposit/proposit-core").TDateType;
|
|
387
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
388
|
+
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">]>;
|
|
389
|
+
}>, Type.TObject<{
|
|
390
|
+
type: Type.TLiteral<"CourtCase">;
|
|
391
|
+
caseName: Type.TString;
|
|
392
|
+
court: Type.TString;
|
|
393
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
394
|
+
reporter: Type.TOptional<Type.TString>;
|
|
395
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
396
|
+
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">]>;
|
|
397
|
+
}>, Type.TObject<{
|
|
398
|
+
type: Type.TLiteral<"GovernmentPublication">;
|
|
399
|
+
title: Type.TString;
|
|
400
|
+
date: import("@proposit/proposit-core").TDateType;
|
|
401
|
+
authors: Type.TOptional<Type.TArray<Type.TObject<{
|
|
402
|
+
givenNames: Type.TString;
|
|
403
|
+
familyName: Type.TString;
|
|
404
|
+
suffix: Type.TOptional<Type.TString>;
|
|
405
|
+
}>>>;
|
|
406
|
+
agency: Type.TString;
|
|
407
|
+
reportNumber: Type.TOptional<Type.TString>;
|
|
408
|
+
location: 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<"Datasheet">;
|
|
413
|
+
title: Type.TString;
|
|
414
|
+
year: Type.TString;
|
|
415
|
+
manufacturer: Type.TString;
|
|
416
|
+
partNumber: Type.TString;
|
|
417
|
+
url: Type.TString;
|
|
418
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
419
|
+
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">]>;
|
|
420
|
+
}>, Type.TObject<{
|
|
421
|
+
type: Type.TLiteral<"ProductManual">;
|
|
422
|
+
title: Type.TString;
|
|
423
|
+
year: Type.TString;
|
|
424
|
+
manufacturer: Type.TString;
|
|
425
|
+
model: Type.TString;
|
|
426
|
+
url: Type.TOptional<Type.TString>;
|
|
427
|
+
}>]>, Type.TIntersect<[Type.TObject<{
|
|
428
|
+
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">]>;
|
|
429
|
+
}>, Type.TObject<{
|
|
430
|
+
type: Type.TLiteral<"UnparsedURL">;
|
|
431
|
+
url: Type.TString;
|
|
432
|
+
text: Type.TOptional<Type.TString>;
|
|
433
|
+
}>]>]>;
|
|
434
|
+
createdOn: import("../common.js").TDateType;
|
|
435
|
+
creatorId: Type.TString;
|
|
436
|
+
citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
437
|
+
}>;
|
|
438
|
+
export type TSource = Static<typeof SourceSchema>;
|
|
439
|
+
export declare const SourceSchemaNotStrict: Type.TObject<{
|
|
440
|
+
id: Type.TString;
|
|
441
|
+
url: Type.TUnion<[Type.TString, Type.TNull]>;
|
|
442
|
+
citation: Type.TRecord<"^.*$", Type.TAny>;
|
|
443
|
+
createdOn: import("../common.js").TDateType;
|
|
444
|
+
creatorId: Type.TString;
|
|
445
|
+
citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
|
|
446
|
+
}>;
|
|
447
|
+
export type TSourceNotStrict = Static<typeof SourceSchemaNotStrict>;
|
|
448
|
+
export declare const ClaimSourceSchema: Type.TObject<{
|
|
449
|
+
claimId: Type.TString;
|
|
450
|
+
sourceId: Type.TString;
|
|
451
|
+
argumentId: Type.TString;
|
|
452
|
+
version: Type.TNumber;
|
|
453
|
+
createdOn: import("../common.js").TDateType;
|
|
454
|
+
}>;
|
|
455
|
+
export type TClaimSource = Static<typeof ClaimSourceSchema>;
|
|
456
|
+
//# sourceMappingURL=sources.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sources.d.ts","sourceRoot":"","sources":["../../../src/schemas/model/sources.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,EAAE,EAAE,KAAK,MAAM,EAAE,MAAM,SAAS,CAAA;AAI3C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOvB,CAAA;AACF,MAAM,MAAM,OAAO,GAAG,MAAM,CAAC,OAAO,YAAY,CAAC,CAAA;AAEjD,eAAO,MAAM,qBAAqB;;;;;;;EAOhC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,OAAO,qBAAqB,CAAC,CAAA;AAEnE,eAAO,MAAM,iBAAiB;;;;;;EAM5B,CAAA;AACF,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC,OAAO,iBAAiB,CAAC,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import Type, {} from "typebox";
|
|
2
|
+
import { IEEEReferenceSchema } from "./references.js";
|
|
3
|
+
import { EncodableDate, JsonObjectSchema, Nullable, UUID } from "../common.js";
|
|
4
|
+
export const SourceSchema = Type.Object({
|
|
5
|
+
id: UUID,
|
|
6
|
+
url: Nullable(Type.String()),
|
|
7
|
+
citation: IEEEReferenceSchema,
|
|
8
|
+
createdOn: EncodableDate,
|
|
9
|
+
creatorId: UUID,
|
|
10
|
+
citationContentHash: Type.Optional(Nullable(Type.String())),
|
|
11
|
+
});
|
|
12
|
+
export const SourceSchemaNotStrict = Type.Object({
|
|
13
|
+
id: UUID,
|
|
14
|
+
url: Nullable(Type.String()),
|
|
15
|
+
citation: JsonObjectSchema,
|
|
16
|
+
createdOn: EncodableDate,
|
|
17
|
+
creatorId: UUID,
|
|
18
|
+
citationContentHash: Type.Optional(Nullable(Type.String())),
|
|
19
|
+
});
|
|
20
|
+
export const ClaimSourceSchema = Type.Object({
|
|
21
|
+
claimId: UUID,
|
|
22
|
+
sourceId: UUID,
|
|
23
|
+
argumentId: UUID,
|
|
24
|
+
version: Type.Number(),
|
|
25
|
+
createdOn: EncodableDate,
|
|
26
|
+
});
|
|
27
|
+
//# sourceMappingURL=sources.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sources.js","sourceRoot":"","sources":["../../../src/schemas/model/sources.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,EAAE,EAAe,MAAM,SAAS,CAAA;AAC3C,OAAO,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AACrD,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,cAAc,CAAA;AAE9E,MAAM,CAAC,MAAM,YAAY,GAAG,IAAI,CAAC,MAAM,CAAC;IACpC,EAAE,EAAE,IAAI;IACR,GAAG,EAAE,QAAQ,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;IAC5B,QAAQ,EAAE,mBAAmB;IAC7B,SAAS,EAAE,aAAa;IACxB,SAAS,EAAE,IAAI;IACf,mBAAmB,EAAE,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;CAC9D,CAAC,CAAA;AAGF,MAAM,CAAC,MAAM,qBAAqB,GAAG,IAAI,CAAC,MAAM,CAAC;IAC7C,EAAE,EAAE,IAAI;IACR,GAAG,EAAE,QAAQ,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;IAC5B,QAAQ,EAAE,gBAAgB;IAC1B,SAAS,EAAE,aAAa;IACxB,SAAS,EAAE,IAAI;IACf,mBAAmB,EAAE,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;CAC9D,CAAC,CAAA;AAGF,MAAM,CAAC,MAAM,iBAAiB,GAAG,IAAI,CAAC,MAAM,CAAC;IACzC,OAAO,EAAE,IAAI;IACb,QAAQ,EAAE,IAAI;IACd,UAAU,EAAE,IAAI;IAChB,OAAO,EAAE,IAAI,CAAC,MAAM,EAAE;IACtB,SAAS,EAAE,aAAa;CAC3B,CAAC,CAAA"}
|