@proposit/proposit-core 3.2.0 → 3.4.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 (138) hide show
  1. package/README.md +103 -2
  2. package/dist/cli/commands/expressions.d.ts.map +1 -1
  3. package/dist/cli/commands/expressions.js +44 -0
  4. package/dist/cli/commands/expressions.js.map +1 -1
  5. package/dist/cli/commands/origins.d.ts +3 -0
  6. package/dist/cli/commands/origins.d.ts.map +1 -0
  7. package/dist/cli/commands/origins.js +264 -0
  8. package/dist/cli/commands/origins.js.map +1 -0
  9. package/dist/cli/commands/premises.d.ts.map +1 -1
  10. package/dist/cli/commands/premises.js +18 -2
  11. package/dist/cli/commands/premises.js.map +1 -1
  12. package/dist/cli/engine.d.ts.map +1 -1
  13. package/dist/cli/engine.js +5 -2
  14. package/dist/cli/engine.js.map +1 -1
  15. package/dist/cli/router.d.ts.map +1 -1
  16. package/dist/cli/router.js +1 -0
  17. package/dist/cli/router.js.map +1 -1
  18. package/dist/cli/schemata.d.ts +4 -2
  19. package/dist/cli/schemata.d.ts.map +1 -1
  20. package/dist/cli/schemata.js +14 -1
  21. package/dist/cli/schemata.js.map +1 -1
  22. package/dist/cli/storage/libraries.d.ts +4 -0
  23. package/dist/cli/storage/libraries.d.ts.map +1 -1
  24. package/dist/cli/storage/libraries.js +19 -0
  25. package/dist/cli/storage/libraries.js.map +1 -1
  26. package/dist/cli/storage/variables.d.ts.map +1 -1
  27. package/dist/cli/storage/variables.js +3 -0
  28. package/dist/cli/storage/variables.js.map +1 -1
  29. package/dist/cli.js +2 -0
  30. package/dist/cli.js.map +1 -1
  31. package/dist/extensions/basics/schemata.d.ts +2 -0
  32. package/dist/extensions/basics/schemata.d.ts.map +1 -1
  33. package/dist/extensions/citations/ieee/citation-claim.d.ts +20 -20
  34. package/dist/extensions/citations/ieee/index.d.ts +1 -0
  35. package/dist/extensions/citations/ieee/index.d.ts.map +1 -1
  36. package/dist/extensions/citations/ieee/index.js +1 -0
  37. package/dist/extensions/citations/ieee/index.js.map +1 -1
  38. package/dist/extensions/citations/ieee/origin-document.d.ts +452 -0
  39. package/dist/extensions/citations/ieee/origin-document.d.ts.map +1 -0
  40. package/dist/extensions/citations/ieee/origin-document.js +25 -0
  41. package/dist/extensions/citations/ieee/origin-document.js.map +1 -0
  42. package/dist/extensions/citations/ieee/references.d.ts +60 -60
  43. package/dist/extensions/citations/ieee/relaxed.d.ts +60 -60
  44. package/dist/extensions/citations/ieee/relaxed.d.ts.map +1 -1
  45. package/dist/extensions/citations/ieee/relaxed.js +11 -1
  46. package/dist/extensions/citations/ieee/relaxed.js.map +1 -1
  47. package/dist/extensions/pipelines/base/finalize-response-v2.d.ts +24 -0
  48. package/dist/extensions/pipelines/base/finalize-response-v2.d.ts.map +1 -1
  49. package/dist/extensions/pipelines/base/finalize-response-v2.js +249 -8
  50. package/dist/extensions/pipelines/base/finalize-response-v2.js.map +1 -1
  51. package/dist/extensions/pipelines/base/index.d.ts +3 -1
  52. package/dist/extensions/pipelines/base/index.d.ts.map +1 -1
  53. package/dist/extensions/pipelines/base/index.js +2 -1
  54. package/dist/extensions/pipelines/base/index.js.map +1 -1
  55. package/dist/extensions/pipelines/base/source-anchors.d.ts +57 -0
  56. package/dist/extensions/pipelines/base/source-anchors.d.ts.map +1 -0
  57. package/dist/extensions/pipelines/base/source-anchors.js +174 -0
  58. package/dist/extensions/pipelines/base/source-anchors.js.map +1 -0
  59. package/dist/extensions/pipelines/ingestion/scholar/scholar.d.ts.map +1 -1
  60. package/dist/extensions/pipelines/ingestion/scholar/scholar.js +11 -1
  61. package/dist/extensions/pipelines/ingestion/scholar/scholar.js.map +1 -1
  62. package/dist/extensions/pipelines/ingestion/scribe/scribe.d.ts.map +1 -1
  63. package/dist/extensions/pipelines/ingestion/scribe/scribe.js +5 -0
  64. package/dist/extensions/pipelines/ingestion/scribe/scribe.js.map +1 -1
  65. package/dist/lib/consts.d.ts.map +1 -1
  66. package/dist/lib/consts.js +27 -0
  67. package/dist/lib/consts.js.map +1 -1
  68. package/dist/lib/core/argument-engine.d.ts +5 -3
  69. package/dist/lib/core/argument-engine.d.ts.map +1 -1
  70. package/dist/lib/core/argument-engine.js +7 -4
  71. package/dist/lib/core/argument-engine.js.map +1 -1
  72. package/dist/lib/core/interfaces/argument-engine.interfaces.d.ts +2 -1
  73. package/dist/lib/core/interfaces/argument-engine.interfaces.d.ts.map +1 -1
  74. package/dist/lib/core/interfaces/index.d.ts +1 -1
  75. package/dist/lib/core/interfaces/index.d.ts.map +1 -1
  76. package/dist/lib/core/interfaces/library.interfaces.d.ts +72 -1
  77. package/dist/lib/core/interfaces/library.interfaces.d.ts.map +1 -1
  78. package/dist/lib/core/origin-library.d.ts +127 -0
  79. package/dist/lib/core/origin-library.d.ts.map +1 -0
  80. package/dist/lib/core/origin-library.js +520 -0
  81. package/dist/lib/core/origin-library.js.map +1 -0
  82. package/dist/lib/core/premise-engine.d.ts.map +1 -1
  83. package/dist/lib/core/premise-engine.js +20 -3
  84. package/dist/lib/core/premise-engine.js.map +1 -1
  85. package/dist/lib/core/proposit-core.d.ts +15 -8
  86. package/dist/lib/core/proposit-core.d.ts.map +1 -1
  87. package/dist/lib/core/proposit-core.js +28 -3
  88. package/dist/lib/core/proposit-core.js.map +1 -1
  89. package/dist/lib/grammar/types.d.ts +2 -2
  90. package/dist/lib/grammar/types.d.ts.map +1 -1
  91. package/dist/lib/grammar/types.js +2 -1
  92. package/dist/lib/grammar/types.js.map +1 -1
  93. package/dist/lib/grammar/validators/presentable.d.ts +19 -0
  94. package/dist/lib/grammar/validators/presentable.d.ts.map +1 -1
  95. package/dist/lib/grammar/validators/presentable.js +57 -0
  96. package/dist/lib/grammar/validators/presentable.js.map +1 -1
  97. package/dist/lib/index.d.ts +4 -0
  98. package/dist/lib/index.d.ts.map +1 -1
  99. package/dist/lib/index.js +3 -0
  100. package/dist/lib/index.js.map +1 -1
  101. package/dist/lib/parsing/argument-parser.d.ts.map +1 -1
  102. package/dist/lib/parsing/argument-parser.js +7 -3
  103. package/dist/lib/parsing/argument-parser.js.map +1 -1
  104. package/dist/lib/schemata/index.d.ts +1 -0
  105. package/dist/lib/schemata/index.d.ts.map +1 -1
  106. package/dist/lib/schemata/index.js +1 -0
  107. package/dist/lib/schemata/index.js.map +1 -1
  108. package/dist/lib/schemata/origin.d.ts +48 -0
  109. package/dist/lib/schemata/origin.d.ts.map +1 -0
  110. package/dist/lib/schemata/origin.js +102 -0
  111. package/dist/lib/schemata/origin.js.map +1 -0
  112. package/dist/lib/schemata/propositional.d.ts +6 -0
  113. package/dist/lib/schemata/propositional.d.ts.map +1 -1
  114. package/dist/lib/schemata/propositional.js +13 -0
  115. package/dist/lib/schemata/propositional.js.map +1 -1
  116. package/dist/lib/schemata/shared.d.ts +14 -14
  117. package/dist/lib/schemata/shared.d.ts.map +1 -1
  118. package/dist/lib/schemata/shared.js +29 -26
  119. package/dist/lib/schemata/shared.js.map +1 -1
  120. package/dist/lib/types/checksum.d.ts +3 -0
  121. package/dist/lib/types/checksum.d.ts.map +1 -1
  122. package/dist/lib/types/validation.d.ts +19 -1
  123. package/dist/lib/types/validation.d.ts.map +1 -1
  124. package/dist/lib/types/validation.js +19 -0
  125. package/dist/lib/types/validation.js.map +1 -1
  126. package/dist/lib/utils/collections.d.ts +15 -0
  127. package/dist/lib/utils/collections.d.ts.map +1 -1
  128. package/dist/lib/utils/collections.js +17 -0
  129. package/dist/lib/utils/collections.js.map +1 -1
  130. package/dist/lib/utils/origin-text.d.ts +62 -0
  131. package/dist/lib/utils/origin-text.d.ts.map +1 -0
  132. package/dist/lib/utils/origin-text.js +204 -0
  133. package/dist/lib/utils/origin-text.js.map +1 -0
  134. package/dist/lib/utils/sha256.d.ts +6 -0
  135. package/dist/lib/utils/sha256.d.ts.map +1 -0
  136. package/dist/lib/utils/sha256.js +98 -0
  137. package/dist/lib/utils/sha256.js.map +1 -0
  138. package/package.json +4 -3
@@ -34,7 +34,7 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
34
34
  }>>;
35
35
  pageTitle: Type.TString;
36
36
  websiteTitle: Type.TString;
37
- accessedDate: import("../../../index.js").TDateType;
37
+ accessedDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
38
38
  url: Type.TString;
39
39
  }>]>, Type.TIntersect<[Type.TObject<{
40
40
  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">]>;
@@ -88,7 +88,7 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
88
88
  organization: Type.TString;
89
89
  standardNumber: Type.TString;
90
90
  title: Type.TString;
91
- date: import("../../../index.js").TDateType;
91
+ date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
92
92
  }>]>, Type.TIntersect<[Type.TObject<{
93
93
  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">]>;
94
94
  }>, Type.TObject<{
@@ -115,7 +115,7 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
115
115
  }>>;
116
116
  country: Type.TString;
117
117
  patentNumber: Type.TString;
118
- date: import("../../../index.js").TDateType;
118
+ date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
119
119
  }>]>, Type.TIntersect<[Type.TObject<{
120
120
  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">]>;
121
121
  }>, Type.TObject<{
@@ -174,7 +174,7 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
174
174
  suffix: Type.TOptional<Type.TString>;
175
175
  }>>;
176
176
  newspaperTitle: Type.TString;
177
- date: import("../../../index.js").TDateType;
177
+ date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
178
178
  pages: Type.TOptional<Type.TString>;
179
179
  }>]>, Type.TIntersect<[Type.TObject<{
180
180
  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">]>;
@@ -188,7 +188,7 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
188
188
  }>>;
189
189
  conferenceName: Type.TString;
190
190
  location: Type.TString;
191
- date: import("../../../index.js").TDateType;
191
+ date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
192
192
  pages: Type.TOptional<Type.TString>;
193
193
  doi: Type.TOptional<Type.TString>;
194
194
  }>]>, Type.TIntersect<[Type.TObject<{
@@ -202,7 +202,7 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
202
202
  }>>>;
203
203
  conferenceName: Type.TString;
204
204
  location: Type.TString;
205
- date: import("../../../index.js").TDateType;
205
+ date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
206
206
  publisher: Type.TString;
207
207
  isbn: Type.TOptional<Type.TString>;
208
208
  }>]>, Type.TIntersect<[Type.TObject<{
@@ -247,7 +247,7 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
247
247
  title: Type.TString;
248
248
  publisher: Type.TOptional<Type.TString>;
249
249
  url: Type.TString;
250
- accessedDate: import("../../../index.js").TDateType;
250
+ accessedDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
251
251
  }>]>, Type.TIntersect<[Type.TObject<{
252
252
  type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">]>;
253
253
  }>, Type.TObject<{
@@ -259,9 +259,9 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
259
259
  }>;
260
260
  postTitle: Type.TString;
261
261
  blogName: Type.TString;
262
- date: import("../../../index.js").TDateType;
262
+ date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
263
263
  url: Type.TString;
264
- accessedDate: import("../../../index.js").TDateType;
264
+ accessedDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
265
265
  }>]>, Type.TIntersect<[Type.TObject<{
266
266
  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">]>;
267
267
  }>, Type.TObject<{
@@ -272,7 +272,7 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
272
272
  suffix: Type.TOptional<Type.TString>;
273
273
  }>;
274
274
  platform: Type.TString;
275
- postDate: import("../../../index.js").TDateType;
275
+ postDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
276
276
  url: Type.TString;
277
277
  }>]>, Type.TIntersect<[Type.TObject<{
278
278
  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">]>;
@@ -298,10 +298,10 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
298
298
  familyName: Type.TString;
299
299
  suffix: Type.TOptional<Type.TString>;
300
300
  }>>>;
301
- releaseDate: Type.TOptional<import("../../../index.js").TDateType>;
301
+ releaseDate: Type.TOptional<Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>>;
302
302
  platform: Type.TString;
303
303
  url: Type.TString;
304
- accessedDate: import("../../../index.js").TDateType;
304
+ accessedDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
305
305
  }>]>, Type.TIntersect<[Type.TObject<{
306
306
  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">]>;
307
307
  }>, Type.TObject<{
@@ -315,7 +315,7 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
315
315
  seriesTitle: Type.TString;
316
316
  platform: Type.TString;
317
317
  url: Type.TString;
318
- accessedDate: import("../../../index.js").TDateType;
318
+ accessedDate: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
319
319
  }>]>, Type.TIntersect<[Type.TObject<{
320
320
  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">]>;
321
321
  }>, Type.TObject<{
@@ -342,7 +342,7 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
342
342
  }>;
343
343
  eventTitle: Type.TString;
344
344
  location: Type.TString;
345
- date: import("../../../index.js").TDateType;
345
+ date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
346
346
  }>]>, Type.TIntersect<[Type.TObject<{
347
347
  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">]>;
348
348
  }>, Type.TObject<{
@@ -357,7 +357,7 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
357
357
  familyName: Type.TString;
358
358
  suffix: Type.TOptional<Type.TString>;
359
359
  }>>;
360
- date: import("../../../index.js").TDateType;
360
+ date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
361
361
  }>]>, Type.TIntersect<[Type.TObject<{
362
362
  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">]>;
363
363
  }>, Type.TObject<{
@@ -367,7 +367,7 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
367
367
  familyName: Type.TString;
368
368
  suffix: Type.TOptional<Type.TString>;
369
369
  }>;
370
- date: import("../../../index.js").TDateType;
370
+ date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
371
371
  }>]>, Type.TIntersect<[Type.TObject<{
372
372
  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">]>;
373
373
  }>, Type.TObject<{
@@ -382,28 +382,28 @@ export declare const IEEECitationClaimSchema: Type.TIntersect<[Type.TObject<{
382
382
  familyName: Type.TString;
383
383
  suffix: Type.TOptional<Type.TString>;
384
384
  }>;
385
- date: import("../../../index.js").TDateType;
385
+ date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
386
386
  }>]>, Type.TIntersect<[Type.TObject<{
387
387
  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">]>;
388
388
  }>, Type.TObject<{
389
389
  type: Type.TLiteral<"Law">;
390
390
  title: Type.TString;
391
391
  jurisdiction: Type.TString;
392
- dateEnacted: import("../../../index.js").TDateType;
392
+ dateEnacted: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
393
393
  }>]>, Type.TIntersect<[Type.TObject<{
394
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">]>;
395
395
  }>, Type.TObject<{
396
396
  type: Type.TLiteral<"CourtCase">;
397
397
  caseName: Type.TString;
398
398
  court: Type.TString;
399
- date: import("../../../index.js").TDateType;
399
+ date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
400
400
  reporter: Type.TOptional<Type.TString>;
401
401
  }>]>, Type.TIntersect<[Type.TObject<{
402
402
  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">]>;
403
403
  }>, Type.TObject<{
404
404
  type: Type.TLiteral<"GovernmentPublication">;
405
405
  title: Type.TString;
406
- date: import("../../../index.js").TDateType;
406
+ date: Type.TCodec<Type.TRefine<Type.TUnsafe<Date>>, Date>;
407
407
  authors: Type.TOptional<Type.TArray<Type.TObject<{
408
408
  givenNames: Type.TString;
409
409
  familyName: Type.TString;
@@ -1,6 +1,7 @@
1
1
  export * from "./references.js";
2
2
  export * from "./relaxed.js";
3
3
  export * from "./citation-claim.js";
4
+ export * from "./origin-document.js";
4
5
  export * from "./formatting.js";
5
6
  export * from "./segment-templates.js";
6
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/extensions/citations/ieee/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,qBAAqB,CAAA;AACnC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,wBAAwB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/extensions/citations/ieee/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,CAAA;AACpC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,wBAAwB,CAAA"}
@@ -1,6 +1,7 @@
1
1
  export * from "./references.js";
2
2
  export * from "./relaxed.js";
3
3
  export * from "./citation-claim.js";
4
+ export * from "./origin-document.js";
4
5
  export * from "./formatting.js";
5
6
  export * from "./segment-templates.js";
6
7
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/extensions/citations/ieee/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,qBAAqB,CAAA;AACnC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,wBAAwB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/extensions/citations/ieee/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,qBAAqB,CAAA;AACnC,cAAc,sBAAsB,CAAA;AACpC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,wBAAwB,CAAA"}