@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
@@ -10,9 +10,441 @@ export declare const ClaimWithContextSchema: Type.TObject<{
10
10
  claimForkId: Type.TUnion<[Type.TString, Type.TNull]>;
11
11
  creatorId: Type.TString;
12
12
  createdOn: import("../common.js").TDateType;
13
- type: Type.TUnion<[Type.TUnion<[Type.TLiteral<"definition">, Type.TLiteral<"criterion">]>, Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"claim">]>]>;
13
+ kind: Type.TUnion<[Type.TUnion<[Type.TLiteral<"definition">, Type.TLiteral<"criterion">]>, Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"claim">]>]>;
14
+ type: Type.TUnion<[Type.TLiteral<"normal">, Type.TLiteral<"citation">]>;
14
15
  parentId: Type.TUnion<[Type.TString, Type.TNull]>;
15
16
  titleContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
17
+ url: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
18
+ citation: Type.TOptional<Type.TUnion<[Type.TIntersect<[Type.TObject<{
19
+ 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">]>;
20
+ }>, Type.TObject<{
21
+ type: Type.TLiteral<"Book">;
22
+ title: Type.TString;
23
+ year: Type.TString;
24
+ authors: Type.TArray<Type.TObject<{
25
+ givenNames: Type.TString;
26
+ familyName: Type.TString;
27
+ suffix: Type.TOptional<Type.TString>;
28
+ }>>;
29
+ edition: Type.TOptional<Type.TString>;
30
+ publisher: Type.TString;
31
+ location: Type.TOptional<Type.TString>;
32
+ isbn: Type.TOptional<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<"Website">;
37
+ authors: Type.TArray<Type.TObject<{
38
+ givenNames: Type.TString;
39
+ familyName: Type.TString;
40
+ suffix: Type.TOptional<Type.TString>;
41
+ }>>;
42
+ pageTitle: Type.TString;
43
+ websiteTitle: Type.TString;
44
+ accessedDate: import("@proposit/proposit-core").TDateType;
45
+ url: Type.TString;
46
+ }>]>, Type.TIntersect<[Type.TObject<{
47
+ 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">]>;
48
+ }>, Type.TObject<{
49
+ type: Type.TLiteral<"BookChapter">;
50
+ chapterTitle: Type.TString;
51
+ year: Type.TString;
52
+ authors: Type.TArray<Type.TObject<{
53
+ givenNames: Type.TString;
54
+ familyName: Type.TString;
55
+ suffix: Type.TOptional<Type.TString>;
56
+ }>>;
57
+ bookTitle: Type.TString;
58
+ editors: Type.TOptional<Type.TArray<Type.TObject<{
59
+ givenNames: Type.TString;
60
+ familyName: Type.TString;
61
+ suffix: Type.TOptional<Type.TString>;
62
+ }>>>;
63
+ publisher: Type.TString;
64
+ location: Type.TString;
65
+ pages: Type.TOptional<Type.TString>;
66
+ isbn: Type.TOptional<Type.TString>;
67
+ }>]>, Type.TIntersect<[Type.TObject<{
68
+ 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">]>;
69
+ }>, Type.TObject<{
70
+ type: Type.TLiteral<"Handbook">;
71
+ title: Type.TString;
72
+ year: Type.TString;
73
+ publisher: Type.TString;
74
+ edition: Type.TOptional<Type.TString>;
75
+ location: Type.TString;
76
+ isbn: Type.TOptional<Type.TString>;
77
+ }>]>, Type.TIntersect<[Type.TObject<{
78
+ 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">]>;
79
+ }>, Type.TObject<{
80
+ type: Type.TLiteral<"TechnicalReport">;
81
+ title: Type.TString;
82
+ year: Type.TString;
83
+ authors: Type.TArray<Type.TObject<{
84
+ givenNames: Type.TString;
85
+ familyName: Type.TString;
86
+ suffix: Type.TOptional<Type.TString>;
87
+ }>>;
88
+ reportNumber: Type.TString;
89
+ institution: Type.TString;
90
+ location: Type.TString;
91
+ }>]>, Type.TIntersect<[Type.TObject<{
92
+ 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">]>;
93
+ }>, Type.TObject<{
94
+ type: Type.TLiteral<"Standard">;
95
+ organization: Type.TString;
96
+ standardNumber: Type.TString;
97
+ title: Type.TString;
98
+ date: import("@proposit/proposit-core").TDateType;
99
+ }>]>, Type.TIntersect<[Type.TObject<{
100
+ 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">]>;
101
+ }>, Type.TObject<{
102
+ type: Type.TLiteral<"Thesis">;
103
+ title: Type.TString;
104
+ year: Type.TString;
105
+ authors: Type.TArray<Type.TObject<{
106
+ givenNames: Type.TString;
107
+ familyName: Type.TString;
108
+ suffix: Type.TOptional<Type.TString>;
109
+ }>>;
110
+ degree: Type.TString;
111
+ institution: Type.TString;
112
+ location: Type.TString;
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<"Patent">;
117
+ title: Type.TString;
118
+ inventors: Type.TArray<Type.TObject<{
119
+ givenNames: Type.TString;
120
+ familyName: Type.TString;
121
+ suffix: Type.TOptional<Type.TString>;
122
+ }>>;
123
+ country: Type.TString;
124
+ patentNumber: Type.TString;
125
+ date: import("@proposit/proposit-core").TDateType;
126
+ }>]>, Type.TIntersect<[Type.TObject<{
127
+ 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">]>;
128
+ }>, Type.TObject<{
129
+ type: Type.TLiteral<"Dictionary">;
130
+ title: Type.TString;
131
+ year: Type.TString;
132
+ publisher: Type.TString;
133
+ edition: Type.TOptional<Type.TString>;
134
+ }>]>, Type.TIntersect<[Type.TObject<{
135
+ 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">]>;
136
+ }>, Type.TObject<{
137
+ type: Type.TLiteral<"Encyclopedia">;
138
+ title: Type.TString;
139
+ year: Type.TString;
140
+ publisher: Type.TString;
141
+ edition: Type.TOptional<Type.TString>;
142
+ }>]>, Type.TIntersect<[Type.TObject<{
143
+ 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">]>;
144
+ }>, Type.TObject<{
145
+ type: Type.TLiteral<"JournalArticle">;
146
+ title: Type.TString;
147
+ year: Type.TString;
148
+ authors: Type.TArray<Type.TObject<{
149
+ givenNames: Type.TString;
150
+ familyName: Type.TString;
151
+ suffix: Type.TOptional<Type.TString>;
152
+ }>>;
153
+ journalTitle: Type.TString;
154
+ volume: Type.TOptional<Type.TString>;
155
+ issue: Type.TOptional<Type.TString>;
156
+ pages: Type.TOptional<Type.TString>;
157
+ doi: 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<"MagazineArticle">;
162
+ title: Type.TString;
163
+ year: Type.TString;
164
+ authors: Type.TArray<Type.TObject<{
165
+ givenNames: Type.TString;
166
+ familyName: Type.TString;
167
+ suffix: Type.TOptional<Type.TString>;
168
+ }>>;
169
+ magazineTitle: Type.TString;
170
+ volume: Type.TOptional<Type.TString>;
171
+ issue: Type.TOptional<Type.TString>;
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<"NewspaperArticle">;
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
+ newspaperTitle: Type.TString;
184
+ date: import("@proposit/proposit-core").TDateType;
185
+ pages: Type.TOptional<Type.TString>;
186
+ }>]>, Type.TIntersect<[Type.TObject<{
187
+ 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">]>;
188
+ }>, Type.TObject<{
189
+ type: Type.TLiteral<"ConferencePaper">;
190
+ title: Type.TString;
191
+ authors: Type.TArray<Type.TObject<{
192
+ givenNames: Type.TString;
193
+ familyName: Type.TString;
194
+ suffix: Type.TOptional<Type.TString>;
195
+ }>>;
196
+ conferenceName: Type.TString;
197
+ location: Type.TString;
198
+ date: import("@proposit/proposit-core").TDateType;
199
+ pages: Type.TOptional<Type.TString>;
200
+ doi: Type.TOptional<Type.TString>;
201
+ }>]>, Type.TIntersect<[Type.TObject<{
202
+ 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">]>;
203
+ }>, Type.TObject<{
204
+ type: Type.TLiteral<"ConferenceProceedings">;
205
+ editors: Type.TOptional<Type.TArray<Type.TObject<{
206
+ givenNames: Type.TString;
207
+ familyName: Type.TString;
208
+ suffix: Type.TOptional<Type.TString>;
209
+ }>>>;
210
+ conferenceName: Type.TString;
211
+ location: Type.TString;
212
+ date: import("@proposit/proposit-core").TDateType;
213
+ publisher: Type.TString;
214
+ isbn: Type.TOptional<Type.TString>;
215
+ }>]>, Type.TIntersect<[Type.TObject<{
216
+ 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">]>;
217
+ }>, Type.TObject<{
218
+ type: Type.TLiteral<"Dataset">;
219
+ title: Type.TString;
220
+ year: Type.TString;
221
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
222
+ givenNames: Type.TString;
223
+ familyName: Type.TString;
224
+ suffix: Type.TOptional<Type.TString>;
225
+ }>>>;
226
+ repository: Type.TString;
227
+ version: Type.TOptional<Type.TString>;
228
+ doi: Type.TOptional<Type.TString>;
229
+ url: Type.TString;
230
+ }>]>, Type.TIntersect<[Type.TObject<{
231
+ 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">]>;
232
+ }>, Type.TObject<{
233
+ type: Type.TLiteral<"Software">;
234
+ title: Type.TString;
235
+ year: Type.TString;
236
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
237
+ givenNames: Type.TString;
238
+ familyName: Type.TString;
239
+ suffix: Type.TOptional<Type.TString>;
240
+ }>>>;
241
+ version: Type.TOptional<Type.TString>;
242
+ publisher: Type.TOptional<Type.TString>;
243
+ doi: Type.TOptional<Type.TString>;
244
+ url: Type.TString;
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<"OnlineDocument">;
249
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
250
+ givenNames: Type.TString;
251
+ familyName: Type.TString;
252
+ suffix: Type.TOptional<Type.TString>;
253
+ }>>>;
254
+ title: Type.TString;
255
+ publisher: Type.TOptional<Type.TString>;
256
+ url: Type.TString;
257
+ accessedDate: import("@proposit/proposit-core").TDateType;
258
+ }>]>, Type.TIntersect<[Type.TObject<{
259
+ 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">]>;
260
+ }>, Type.TObject<{
261
+ type: Type.TLiteral<"Blog">;
262
+ author: Type.TObject<{
263
+ givenNames: Type.TString;
264
+ familyName: Type.TString;
265
+ suffix: Type.TOptional<Type.TString>;
266
+ }>;
267
+ postTitle: Type.TString;
268
+ blogName: Type.TString;
269
+ date: import("@proposit/proposit-core").TDateType;
270
+ url: Type.TString;
271
+ accessedDate: import("@proposit/proposit-core").TDateType;
272
+ }>]>, Type.TIntersect<[Type.TObject<{
273
+ 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">]>;
274
+ }>, Type.TObject<{
275
+ type: Type.TLiteral<"SocialMedia">;
276
+ author: Type.TObject<{
277
+ givenNames: Type.TString;
278
+ familyName: Type.TString;
279
+ suffix: Type.TOptional<Type.TString>;
280
+ }>;
281
+ platform: Type.TString;
282
+ postDate: import("@proposit/proposit-core").TDateType;
283
+ url: Type.TString;
284
+ }>]>, Type.TIntersect<[Type.TObject<{
285
+ 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">]>;
286
+ }>, Type.TObject<{
287
+ type: Type.TLiteral<"Preprint">;
288
+ title: Type.TString;
289
+ year: Type.TString;
290
+ authors: Type.TArray<Type.TObject<{
291
+ givenNames: Type.TString;
292
+ familyName: Type.TString;
293
+ suffix: Type.TOptional<Type.TString>;
294
+ }>>;
295
+ server: Type.TString;
296
+ doi: Type.TOptional<Type.TString>;
297
+ url: 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<"Video">;
302
+ title: Type.TString;
303
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
304
+ givenNames: Type.TString;
305
+ familyName: Type.TString;
306
+ suffix: Type.TOptional<Type.TString>;
307
+ }>>>;
308
+ releaseDate: Type.TOptional<import("@proposit/proposit-core").TDateType>;
309
+ platform: Type.TString;
310
+ url: Type.TString;
311
+ accessedDate: import("@proposit/proposit-core").TDateType;
312
+ }>]>, Type.TIntersect<[Type.TObject<{
313
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
314
+ }>, Type.TObject<{
315
+ type: Type.TLiteral<"Podcast">;
316
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
317
+ givenNames: Type.TString;
318
+ familyName: Type.TString;
319
+ suffix: Type.TOptional<Type.TString>;
320
+ }>>>;
321
+ episodeTitle: Type.TString;
322
+ seriesTitle: Type.TString;
323
+ platform: Type.TString;
324
+ url: Type.TString;
325
+ accessedDate: import("@proposit/proposit-core").TDateType;
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<"Course">;
330
+ title: Type.TString;
331
+ year: Type.TString;
332
+ instructor: Type.TObject<{
333
+ givenNames: Type.TString;
334
+ familyName: Type.TString;
335
+ suffix: Type.TOptional<Type.TString>;
336
+ }>;
337
+ institution: Type.TString;
338
+ courseCode: Type.TOptional<Type.TString>;
339
+ term: 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<"Presentation">;
344
+ title: Type.TString;
345
+ presenter: Type.TObject<{
346
+ givenNames: Type.TString;
347
+ familyName: Type.TString;
348
+ suffix: Type.TOptional<Type.TString>;
349
+ }>;
350
+ eventTitle: Type.TString;
351
+ location: Type.TString;
352
+ date: import("@proposit/proposit-core").TDateType;
353
+ }>]>, Type.TIntersect<[Type.TObject<{
354
+ 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">]>;
355
+ }>, Type.TObject<{
356
+ type: Type.TLiteral<"Interview">;
357
+ interviewee: Type.TObject<{
358
+ givenNames: Type.TString;
359
+ familyName: Type.TString;
360
+ suffix: Type.TOptional<Type.TString>;
361
+ }>;
362
+ interviewer: Type.TOptional<Type.TObject<{
363
+ givenNames: Type.TString;
364
+ familyName: Type.TString;
365
+ suffix: Type.TOptional<Type.TString>;
366
+ }>>;
367
+ date: import("@proposit/proposit-core").TDateType;
368
+ }>]>, Type.TIntersect<[Type.TObject<{
369
+ 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">]>;
370
+ }>, Type.TObject<{
371
+ type: Type.TLiteral<"PersonalCommunication">;
372
+ person: Type.TObject<{
373
+ givenNames: Type.TString;
374
+ familyName: Type.TString;
375
+ suffix: Type.TOptional<Type.TString>;
376
+ }>;
377
+ date: import("@proposit/proposit-core").TDateType;
378
+ }>]>, Type.TIntersect<[Type.TObject<{
379
+ 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">]>;
380
+ }>, Type.TObject<{
381
+ type: Type.TLiteral<"Email">;
382
+ sender: Type.TObject<{
383
+ givenNames: Type.TString;
384
+ familyName: Type.TString;
385
+ suffix: Type.TOptional<Type.TString>;
386
+ }>;
387
+ recipient: Type.TObject<{
388
+ givenNames: Type.TString;
389
+ familyName: Type.TString;
390
+ suffix: Type.TOptional<Type.TString>;
391
+ }>;
392
+ date: import("@proposit/proposit-core").TDateType;
393
+ }>]>, Type.TIntersect<[Type.TObject<{
394
+ 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">]>;
395
+ }>, Type.TObject<{
396
+ type: Type.TLiteral<"Law">;
397
+ title: Type.TString;
398
+ jurisdiction: Type.TString;
399
+ dateEnacted: import("@proposit/proposit-core").TDateType;
400
+ }>]>, Type.TIntersect<[Type.TObject<{
401
+ 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">]>;
402
+ }>, Type.TObject<{
403
+ type: Type.TLiteral<"CourtCase">;
404
+ caseName: Type.TString;
405
+ court: Type.TString;
406
+ date: import("@proposit/proposit-core").TDateType;
407
+ reporter: Type.TOptional<Type.TString>;
408
+ }>]>, Type.TIntersect<[Type.TObject<{
409
+ 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">]>;
410
+ }>, Type.TObject<{
411
+ type: Type.TLiteral<"GovernmentPublication">;
412
+ title: Type.TString;
413
+ date: import("@proposit/proposit-core").TDateType;
414
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
415
+ givenNames: Type.TString;
416
+ familyName: Type.TString;
417
+ suffix: Type.TOptional<Type.TString>;
418
+ }>>>;
419
+ agency: Type.TString;
420
+ reportNumber: Type.TOptional<Type.TString>;
421
+ location: Type.TString;
422
+ }>]>, Type.TIntersect<[Type.TObject<{
423
+ 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">]>;
424
+ }>, Type.TObject<{
425
+ type: Type.TLiteral<"Datasheet">;
426
+ title: Type.TString;
427
+ year: Type.TString;
428
+ manufacturer: Type.TString;
429
+ partNumber: Type.TString;
430
+ url: Type.TString;
431
+ }>]>, Type.TIntersect<[Type.TObject<{
432
+ 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">]>;
433
+ }>, Type.TObject<{
434
+ type: Type.TLiteral<"ProductManual">;
435
+ title: Type.TString;
436
+ year: Type.TString;
437
+ manufacturer: Type.TString;
438
+ model: Type.TString;
439
+ url: Type.TOptional<Type.TString>;
440
+ }>]>, Type.TIntersect<[Type.TObject<{
441
+ 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">]>;
442
+ }>, Type.TObject<{
443
+ type: Type.TLiteral<"UnparsedURL">;
444
+ url: Type.TString;
445
+ text: Type.TOptional<Type.TString>;
446
+ }>]>]>>;
447
+ citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
16
448
  }>;
17
449
  argument: Type.TObject<{
18
450
  id: Type.TString;
@@ -48,14 +480,6 @@ export declare const ClaimWithContextSchema: Type.TObject<{
48
480
  descendantChecksum: Type.TUnion<[Type.TString, Type.TNull]>;
49
481
  combinedChecksum: Type.TString;
50
482
  }>]>]>>;
51
- sources: Type.TOptional<Type.TArray<Type.TObject<{
52
- id: Type.TString;
53
- url: Type.TUnion<[Type.TString, Type.TNull]>;
54
- citation: Type.TRecord<"^.*$", Type.TAny>;
55
- createdOn: import("../common.js").TDateType;
56
- creatorId: Type.TString;
57
- citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
58
- }>>>;
59
483
  expressions: Type.TOptional<Type.TArray<Type.TUnion<[Type.TIntersect<[Type.TObject<{
60
484
  id: Type.TString;
61
485
  argumentId: Type.TString;
@@ -108,7 +532,8 @@ export declare const ClaimWithContextSchema: Type.TObject<{
108
532
  variableId: Type.TNull;
109
533
  operator: Type.TNull;
110
534
  }>]>]>>>;
111
- premises: Type.TOptional<Type.TArray<Type.TIntersect<[Type.TObject<{
535
+ premises: Type.TOptional<Type.TArray<Type.TIntersect<[Type.TUnion<[Type.TObject<{
536
+ type: Type.TLiteral<"freeform">;
112
537
  id: Type.TString;
113
538
  argumentId: Type.TString;
114
539
  argumentVersion: Type.TNumber;
@@ -116,6 +541,15 @@ export declare const ClaimWithContextSchema: Type.TObject<{
116
541
  descendantChecksum: Type.TUnion<[Type.TString, Type.TNull]>;
117
542
  combinedChecksum: Type.TString;
118
543
  }>, Type.TObject<{
544
+ type: Type.TLiteral<"derivation">;
545
+ derivedClaimId: Type.TString;
546
+ id: Type.TString;
547
+ argumentId: Type.TString;
548
+ argumentVersion: Type.TNumber;
549
+ checksum: Type.TString;
550
+ descendantChecksum: Type.TUnion<[Type.TString, Type.TNull]>;
551
+ combinedChecksum: Type.TString;
552
+ }>]>, Type.TObject<{
119
553
  title: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
120
554
  role: Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"supporting">]>;
121
555
  createdOn: Type.TOptional<import("../common.js").TDateType>;
@@ -134,9 +568,441 @@ export declare const UserClaimsResponseSchema: Type.TArray<Type.TObject<{
134
568
  claimForkId: Type.TUnion<[Type.TString, Type.TNull]>;
135
569
  creatorId: Type.TString;
136
570
  createdOn: import("../common.js").TDateType;
137
- type: Type.TUnion<[Type.TUnion<[Type.TLiteral<"definition">, Type.TLiteral<"criterion">]>, Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"claim">]>]>;
571
+ kind: Type.TUnion<[Type.TUnion<[Type.TLiteral<"definition">, Type.TLiteral<"criterion">]>, Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"claim">]>]>;
572
+ type: Type.TUnion<[Type.TLiteral<"normal">, Type.TLiteral<"citation">]>;
138
573
  parentId: Type.TUnion<[Type.TString, Type.TNull]>;
139
574
  titleContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
575
+ url: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
576
+ citation: Type.TOptional<Type.TUnion<[Type.TIntersect<[Type.TObject<{
577
+ 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">]>;
578
+ }>, Type.TObject<{
579
+ type: Type.TLiteral<"Book">;
580
+ title: Type.TString;
581
+ year: Type.TString;
582
+ authors: Type.TArray<Type.TObject<{
583
+ givenNames: Type.TString;
584
+ familyName: Type.TString;
585
+ suffix: Type.TOptional<Type.TString>;
586
+ }>>;
587
+ edition: Type.TOptional<Type.TString>;
588
+ publisher: Type.TString;
589
+ location: Type.TOptional<Type.TString>;
590
+ isbn: Type.TOptional<Type.TString>;
591
+ }>]>, Type.TIntersect<[Type.TObject<{
592
+ 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">]>;
593
+ }>, Type.TObject<{
594
+ type: Type.TLiteral<"Website">;
595
+ authors: Type.TArray<Type.TObject<{
596
+ givenNames: Type.TString;
597
+ familyName: Type.TString;
598
+ suffix: Type.TOptional<Type.TString>;
599
+ }>>;
600
+ pageTitle: Type.TString;
601
+ websiteTitle: Type.TString;
602
+ accessedDate: import("@proposit/proposit-core").TDateType;
603
+ url: 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<"BookChapter">;
608
+ chapterTitle: Type.TString;
609
+ year: Type.TString;
610
+ authors: Type.TArray<Type.TObject<{
611
+ givenNames: Type.TString;
612
+ familyName: Type.TString;
613
+ suffix: Type.TOptional<Type.TString>;
614
+ }>>;
615
+ bookTitle: Type.TString;
616
+ editors: Type.TOptional<Type.TArray<Type.TObject<{
617
+ givenNames: Type.TString;
618
+ familyName: Type.TString;
619
+ suffix: Type.TOptional<Type.TString>;
620
+ }>>>;
621
+ publisher: Type.TString;
622
+ location: Type.TString;
623
+ pages: Type.TOptional<Type.TString>;
624
+ isbn: Type.TOptional<Type.TString>;
625
+ }>]>, Type.TIntersect<[Type.TObject<{
626
+ 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">]>;
627
+ }>, Type.TObject<{
628
+ type: Type.TLiteral<"Handbook">;
629
+ title: Type.TString;
630
+ year: Type.TString;
631
+ publisher: Type.TString;
632
+ edition: Type.TOptional<Type.TString>;
633
+ location: Type.TString;
634
+ isbn: Type.TOptional<Type.TString>;
635
+ }>]>, Type.TIntersect<[Type.TObject<{
636
+ 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">]>;
637
+ }>, Type.TObject<{
638
+ type: Type.TLiteral<"TechnicalReport">;
639
+ title: Type.TString;
640
+ year: Type.TString;
641
+ authors: Type.TArray<Type.TObject<{
642
+ givenNames: Type.TString;
643
+ familyName: Type.TString;
644
+ suffix: Type.TOptional<Type.TString>;
645
+ }>>;
646
+ reportNumber: Type.TString;
647
+ institution: Type.TString;
648
+ location: Type.TString;
649
+ }>]>, Type.TIntersect<[Type.TObject<{
650
+ 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">]>;
651
+ }>, Type.TObject<{
652
+ type: Type.TLiteral<"Standard">;
653
+ organization: Type.TString;
654
+ standardNumber: Type.TString;
655
+ title: Type.TString;
656
+ date: import("@proposit/proposit-core").TDateType;
657
+ }>]>, Type.TIntersect<[Type.TObject<{
658
+ 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">]>;
659
+ }>, Type.TObject<{
660
+ type: Type.TLiteral<"Thesis">;
661
+ title: Type.TString;
662
+ year: Type.TString;
663
+ authors: Type.TArray<Type.TObject<{
664
+ givenNames: Type.TString;
665
+ familyName: Type.TString;
666
+ suffix: Type.TOptional<Type.TString>;
667
+ }>>;
668
+ degree: Type.TString;
669
+ institution: Type.TString;
670
+ location: Type.TString;
671
+ }>]>, Type.TIntersect<[Type.TObject<{
672
+ 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">]>;
673
+ }>, Type.TObject<{
674
+ type: Type.TLiteral<"Patent">;
675
+ title: Type.TString;
676
+ inventors: Type.TArray<Type.TObject<{
677
+ givenNames: Type.TString;
678
+ familyName: Type.TString;
679
+ suffix: Type.TOptional<Type.TString>;
680
+ }>>;
681
+ country: Type.TString;
682
+ patentNumber: Type.TString;
683
+ date: import("@proposit/proposit-core").TDateType;
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<"Dictionary">;
688
+ title: Type.TString;
689
+ year: Type.TString;
690
+ publisher: Type.TString;
691
+ edition: Type.TOptional<Type.TString>;
692
+ }>]>, Type.TIntersect<[Type.TObject<{
693
+ 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">]>;
694
+ }>, Type.TObject<{
695
+ type: Type.TLiteral<"Encyclopedia">;
696
+ title: Type.TString;
697
+ year: Type.TString;
698
+ publisher: Type.TString;
699
+ edition: Type.TOptional<Type.TString>;
700
+ }>]>, Type.TIntersect<[Type.TObject<{
701
+ 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">]>;
702
+ }>, Type.TObject<{
703
+ type: Type.TLiteral<"JournalArticle">;
704
+ title: Type.TString;
705
+ year: Type.TString;
706
+ authors: Type.TArray<Type.TObject<{
707
+ givenNames: Type.TString;
708
+ familyName: Type.TString;
709
+ suffix: Type.TOptional<Type.TString>;
710
+ }>>;
711
+ journalTitle: Type.TString;
712
+ volume: Type.TOptional<Type.TString>;
713
+ issue: Type.TOptional<Type.TString>;
714
+ pages: Type.TOptional<Type.TString>;
715
+ doi: Type.TOptional<Type.TString>;
716
+ }>]>, Type.TIntersect<[Type.TObject<{
717
+ 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">]>;
718
+ }>, Type.TObject<{
719
+ type: Type.TLiteral<"MagazineArticle">;
720
+ title: Type.TString;
721
+ year: Type.TString;
722
+ authors: Type.TArray<Type.TObject<{
723
+ givenNames: Type.TString;
724
+ familyName: Type.TString;
725
+ suffix: Type.TOptional<Type.TString>;
726
+ }>>;
727
+ magazineTitle: Type.TString;
728
+ volume: Type.TOptional<Type.TString>;
729
+ issue: Type.TOptional<Type.TString>;
730
+ pages: Type.TOptional<Type.TString>;
731
+ }>]>, Type.TIntersect<[Type.TObject<{
732
+ 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">]>;
733
+ }>, Type.TObject<{
734
+ type: Type.TLiteral<"NewspaperArticle">;
735
+ title: Type.TString;
736
+ authors: Type.TArray<Type.TObject<{
737
+ givenNames: Type.TString;
738
+ familyName: Type.TString;
739
+ suffix: Type.TOptional<Type.TString>;
740
+ }>>;
741
+ newspaperTitle: Type.TString;
742
+ date: import("@proposit/proposit-core").TDateType;
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<"ConferencePaper">;
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
+ conferenceName: Type.TString;
755
+ location: Type.TString;
756
+ date: import("@proposit/proposit-core").TDateType;
757
+ pages: Type.TOptional<Type.TString>;
758
+ doi: Type.TOptional<Type.TString>;
759
+ }>]>, Type.TIntersect<[Type.TObject<{
760
+ 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">]>;
761
+ }>, Type.TObject<{
762
+ type: Type.TLiteral<"ConferenceProceedings">;
763
+ editors: Type.TOptional<Type.TArray<Type.TObject<{
764
+ givenNames: Type.TString;
765
+ familyName: Type.TString;
766
+ suffix: Type.TOptional<Type.TString>;
767
+ }>>>;
768
+ conferenceName: Type.TString;
769
+ location: Type.TString;
770
+ date: import("@proposit/proposit-core").TDateType;
771
+ publisher: Type.TString;
772
+ isbn: Type.TOptional<Type.TString>;
773
+ }>]>, Type.TIntersect<[Type.TObject<{
774
+ 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">]>;
775
+ }>, Type.TObject<{
776
+ type: Type.TLiteral<"Dataset">;
777
+ title: Type.TString;
778
+ year: Type.TString;
779
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
780
+ givenNames: Type.TString;
781
+ familyName: Type.TString;
782
+ suffix: Type.TOptional<Type.TString>;
783
+ }>>>;
784
+ repository: Type.TString;
785
+ version: Type.TOptional<Type.TString>;
786
+ doi: Type.TOptional<Type.TString>;
787
+ url: Type.TString;
788
+ }>]>, Type.TIntersect<[Type.TObject<{
789
+ 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">]>;
790
+ }>, Type.TObject<{
791
+ type: Type.TLiteral<"Software">;
792
+ title: Type.TString;
793
+ year: Type.TString;
794
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
795
+ givenNames: Type.TString;
796
+ familyName: Type.TString;
797
+ suffix: Type.TOptional<Type.TString>;
798
+ }>>>;
799
+ version: Type.TOptional<Type.TString>;
800
+ publisher: Type.TOptional<Type.TString>;
801
+ doi: Type.TOptional<Type.TString>;
802
+ url: Type.TString;
803
+ }>]>, Type.TIntersect<[Type.TObject<{
804
+ 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">]>;
805
+ }>, Type.TObject<{
806
+ type: Type.TLiteral<"OnlineDocument">;
807
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
808
+ givenNames: Type.TString;
809
+ familyName: Type.TString;
810
+ suffix: Type.TOptional<Type.TString>;
811
+ }>>>;
812
+ title: Type.TString;
813
+ publisher: Type.TOptional<Type.TString>;
814
+ url: Type.TString;
815
+ accessedDate: import("@proposit/proposit-core").TDateType;
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<"Blog">;
820
+ author: Type.TObject<{
821
+ givenNames: Type.TString;
822
+ familyName: Type.TString;
823
+ suffix: Type.TOptional<Type.TString>;
824
+ }>;
825
+ postTitle: Type.TString;
826
+ blogName: Type.TString;
827
+ date: import("@proposit/proposit-core").TDateType;
828
+ url: Type.TString;
829
+ accessedDate: import("@proposit/proposit-core").TDateType;
830
+ }>]>, Type.TIntersect<[Type.TObject<{
831
+ 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">]>;
832
+ }>, Type.TObject<{
833
+ type: Type.TLiteral<"SocialMedia">;
834
+ author: Type.TObject<{
835
+ givenNames: Type.TString;
836
+ familyName: Type.TString;
837
+ suffix: Type.TOptional<Type.TString>;
838
+ }>;
839
+ platform: Type.TString;
840
+ postDate: import("@proposit/proposit-core").TDateType;
841
+ url: Type.TString;
842
+ }>]>, Type.TIntersect<[Type.TObject<{
843
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
844
+ }>, Type.TObject<{
845
+ type: Type.TLiteral<"Preprint">;
846
+ title: Type.TString;
847
+ year: Type.TString;
848
+ authors: Type.TArray<Type.TObject<{
849
+ givenNames: Type.TString;
850
+ familyName: Type.TString;
851
+ suffix: Type.TOptional<Type.TString>;
852
+ }>>;
853
+ server: Type.TString;
854
+ doi: Type.TOptional<Type.TString>;
855
+ url: Type.TString;
856
+ }>]>, Type.TIntersect<[Type.TObject<{
857
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
858
+ }>, Type.TObject<{
859
+ type: Type.TLiteral<"Video">;
860
+ title: Type.TString;
861
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
862
+ givenNames: Type.TString;
863
+ familyName: Type.TString;
864
+ suffix: Type.TOptional<Type.TString>;
865
+ }>>>;
866
+ releaseDate: Type.TOptional<import("@proposit/proposit-core").TDateType>;
867
+ platform: Type.TString;
868
+ url: Type.TString;
869
+ accessedDate: import("@proposit/proposit-core").TDateType;
870
+ }>]>, Type.TIntersect<[Type.TObject<{
871
+ 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">]>;
872
+ }>, Type.TObject<{
873
+ type: Type.TLiteral<"Podcast">;
874
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
875
+ givenNames: Type.TString;
876
+ familyName: Type.TString;
877
+ suffix: Type.TOptional<Type.TString>;
878
+ }>>>;
879
+ episodeTitle: Type.TString;
880
+ seriesTitle: Type.TString;
881
+ platform: Type.TString;
882
+ url: Type.TString;
883
+ accessedDate: import("@proposit/proposit-core").TDateType;
884
+ }>]>, Type.TIntersect<[Type.TObject<{
885
+ 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">]>;
886
+ }>, Type.TObject<{
887
+ type: Type.TLiteral<"Course">;
888
+ title: Type.TString;
889
+ year: Type.TString;
890
+ instructor: Type.TObject<{
891
+ givenNames: Type.TString;
892
+ familyName: Type.TString;
893
+ suffix: Type.TOptional<Type.TString>;
894
+ }>;
895
+ institution: Type.TString;
896
+ courseCode: Type.TOptional<Type.TString>;
897
+ term: Type.TString;
898
+ }>]>, Type.TIntersect<[Type.TObject<{
899
+ 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">]>;
900
+ }>, Type.TObject<{
901
+ type: Type.TLiteral<"Presentation">;
902
+ title: Type.TString;
903
+ presenter: Type.TObject<{
904
+ givenNames: Type.TString;
905
+ familyName: Type.TString;
906
+ suffix: Type.TOptional<Type.TString>;
907
+ }>;
908
+ eventTitle: Type.TString;
909
+ location: Type.TString;
910
+ date: import("@proposit/proposit-core").TDateType;
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<"Interview">;
915
+ interviewee: Type.TObject<{
916
+ givenNames: Type.TString;
917
+ familyName: Type.TString;
918
+ suffix: Type.TOptional<Type.TString>;
919
+ }>;
920
+ interviewer: Type.TOptional<Type.TObject<{
921
+ givenNames: Type.TString;
922
+ familyName: Type.TString;
923
+ suffix: Type.TOptional<Type.TString>;
924
+ }>>;
925
+ date: import("@proposit/proposit-core").TDateType;
926
+ }>]>, Type.TIntersect<[Type.TObject<{
927
+ 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">]>;
928
+ }>, Type.TObject<{
929
+ type: Type.TLiteral<"PersonalCommunication">;
930
+ person: Type.TObject<{
931
+ givenNames: Type.TString;
932
+ familyName: Type.TString;
933
+ suffix: Type.TOptional<Type.TString>;
934
+ }>;
935
+ date: import("@proposit/proposit-core").TDateType;
936
+ }>]>, Type.TIntersect<[Type.TObject<{
937
+ 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">]>;
938
+ }>, Type.TObject<{
939
+ type: Type.TLiteral<"Email">;
940
+ sender: Type.TObject<{
941
+ givenNames: Type.TString;
942
+ familyName: Type.TString;
943
+ suffix: Type.TOptional<Type.TString>;
944
+ }>;
945
+ recipient: Type.TObject<{
946
+ givenNames: Type.TString;
947
+ familyName: Type.TString;
948
+ suffix: Type.TOptional<Type.TString>;
949
+ }>;
950
+ date: import("@proposit/proposit-core").TDateType;
951
+ }>]>, Type.TIntersect<[Type.TObject<{
952
+ 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">]>;
953
+ }>, Type.TObject<{
954
+ type: Type.TLiteral<"Law">;
955
+ title: Type.TString;
956
+ jurisdiction: Type.TString;
957
+ dateEnacted: import("@proposit/proposit-core").TDateType;
958
+ }>]>, Type.TIntersect<[Type.TObject<{
959
+ 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">]>;
960
+ }>, Type.TObject<{
961
+ type: Type.TLiteral<"CourtCase">;
962
+ caseName: Type.TString;
963
+ court: Type.TString;
964
+ date: import("@proposit/proposit-core").TDateType;
965
+ reporter: Type.TOptional<Type.TString>;
966
+ }>]>, Type.TIntersect<[Type.TObject<{
967
+ type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
968
+ }>, Type.TObject<{
969
+ type: Type.TLiteral<"GovernmentPublication">;
970
+ title: Type.TString;
971
+ date: import("@proposit/proposit-core").TDateType;
972
+ authors: Type.TOptional<Type.TArray<Type.TObject<{
973
+ givenNames: Type.TString;
974
+ familyName: Type.TString;
975
+ suffix: Type.TOptional<Type.TString>;
976
+ }>>>;
977
+ agency: Type.TString;
978
+ reportNumber: Type.TOptional<Type.TString>;
979
+ location: Type.TString;
980
+ }>]>, Type.TIntersect<[Type.TObject<{
981
+ 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">]>;
982
+ }>, Type.TObject<{
983
+ type: Type.TLiteral<"Datasheet">;
984
+ title: Type.TString;
985
+ year: Type.TString;
986
+ manufacturer: Type.TString;
987
+ partNumber: Type.TString;
988
+ url: Type.TString;
989
+ }>]>, Type.TIntersect<[Type.TObject<{
990
+ 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">]>;
991
+ }>, Type.TObject<{
992
+ type: Type.TLiteral<"ProductManual">;
993
+ title: Type.TString;
994
+ year: Type.TString;
995
+ manufacturer: Type.TString;
996
+ model: Type.TString;
997
+ url: Type.TOptional<Type.TString>;
998
+ }>]>, Type.TIntersect<[Type.TObject<{
999
+ 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">]>;
1000
+ }>, Type.TObject<{
1001
+ type: Type.TLiteral<"UnparsedURL">;
1002
+ url: Type.TString;
1003
+ text: Type.TOptional<Type.TString>;
1004
+ }>]>]>>;
1005
+ citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
140
1006
  }>;
141
1007
  argument: Type.TObject<{
142
1008
  id: Type.TString;
@@ -172,14 +1038,6 @@ export declare const UserClaimsResponseSchema: Type.TArray<Type.TObject<{
172
1038
  descendantChecksum: Type.TUnion<[Type.TString, Type.TNull]>;
173
1039
  combinedChecksum: Type.TString;
174
1040
  }>]>]>>;
175
- sources: Type.TOptional<Type.TArray<Type.TObject<{
176
- id: Type.TString;
177
- url: Type.TUnion<[Type.TString, Type.TNull]>;
178
- citation: Type.TRecord<"^.*$", Type.TAny>;
179
- createdOn: import("../common.js").TDateType;
180
- creatorId: Type.TString;
181
- citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
182
- }>>>;
183
1041
  expressions: Type.TOptional<Type.TArray<Type.TUnion<[Type.TIntersect<[Type.TObject<{
184
1042
  id: Type.TString;
185
1043
  argumentId: Type.TString;
@@ -232,7 +1090,8 @@ export declare const UserClaimsResponseSchema: Type.TArray<Type.TObject<{
232
1090
  variableId: Type.TNull;
233
1091
  operator: Type.TNull;
234
1092
  }>]>]>>>;
235
- premises: Type.TOptional<Type.TArray<Type.TIntersect<[Type.TObject<{
1093
+ premises: Type.TOptional<Type.TArray<Type.TIntersect<[Type.TUnion<[Type.TObject<{
1094
+ type: Type.TLiteral<"freeform">;
236
1095
  id: Type.TString;
237
1096
  argumentId: Type.TString;
238
1097
  argumentVersion: Type.TNumber;
@@ -240,6 +1099,15 @@ export declare const UserClaimsResponseSchema: Type.TArray<Type.TObject<{
240
1099
  descendantChecksum: Type.TUnion<[Type.TString, Type.TNull]>;
241
1100
  combinedChecksum: Type.TString;
242
1101
  }>, Type.TObject<{
1102
+ type: Type.TLiteral<"derivation">;
1103
+ derivedClaimId: Type.TString;
1104
+ id: Type.TString;
1105
+ argumentId: Type.TString;
1106
+ argumentVersion: Type.TNumber;
1107
+ checksum: Type.TString;
1108
+ descendantChecksum: Type.TUnion<[Type.TString, Type.TNull]>;
1109
+ combinedChecksum: Type.TString;
1110
+ }>]>, Type.TObject<{
243
1111
  title: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
244
1112
  role: Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"supporting">]>;
245
1113
  createdOn: Type.TOptional<import("../common.js").TDateType>;