@proposit/shared 0.5.0 → 0.6.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 (47) hide show
  1. package/dist/api-client/argument/batch.d.ts +12 -12
  2. package/dist/api-client/argument/claims.d.ts +8 -10
  3. package/dist/api-client/argument/claims.d.ts.map +1 -1
  4. package/dist/api-client/argument/index.d.ts +13 -16
  5. package/dist/api-client/argument/index.d.ts.map +1 -1
  6. package/dist/api-client/argument/logic/index.d.ts +10 -10
  7. package/dist/api-client/argument/logic/repair.d.ts +5 -5
  8. package/dist/api-client/user/citations.d.ts +4 -4
  9. package/dist/api-client/user/claims.d.ts +2 -2
  10. package/dist/checksum.d.ts.map +1 -1
  11. package/dist/checksum.js +7 -8
  12. package/dist/checksum.js.map +1 -1
  13. package/dist/engine/mutations/index.d.ts +1 -1
  14. package/dist/engine/mutations/index.d.ts.map +1 -1
  15. package/dist/engine/mutations/index.js +1 -1
  16. package/dist/engine/mutations/index.js.map +1 -1
  17. package/dist/engine/mutations/premises.d.ts +56 -1
  18. package/dist/engine/mutations/premises.d.ts.map +1 -1
  19. package/dist/engine/mutations/premises.js +500 -0
  20. package/dist/engine/mutations/premises.js.map +1 -1
  21. package/dist/engine/text-tree.d.ts.map +1 -1
  22. package/dist/engine/text-tree.js +5 -0
  23. package/dist/engine/text-tree.js.map +1 -1
  24. package/dist/schemas/api/argument/batch/change-edge-operator.d.ts +5 -5
  25. package/dist/schemas/api/argument/batch/create-expression-with-operator.d.ts +5 -5
  26. package/dist/schemas/api/argument/batch/provision.d.ts +2 -2
  27. package/dist/schemas/api/argument/claims.d.ts +6 -8
  28. package/dist/schemas/api/argument/claims.d.ts.map +1 -1
  29. package/dist/schemas/api/argument/index.d.ts +7 -8
  30. package/dist/schemas/api/argument/index.d.ts.map +1 -1
  31. package/dist/schemas/api/argument/repair.d.ts +5 -5
  32. package/dist/schemas/api/citations.d.ts +10 -10
  33. package/dist/schemas/api/claims.d.ts +4 -4
  34. package/dist/schemas/model/arguments.d.ts +6 -8
  35. package/dist/schemas/model/arguments.d.ts.map +1 -1
  36. package/dist/schemas/model/citations.d.ts +0 -1
  37. package/dist/schemas/model/citations.d.ts.map +1 -1
  38. package/dist/schemas/model/citations.js +0 -1
  39. package/dist/schemas/model/citations.js.map +1 -1
  40. package/dist/schemas/model/claims.d.ts +4 -4
  41. package/dist/schemas/model/claims.js +1 -1
  42. package/dist/schemas/model/claims.js.map +1 -1
  43. package/dist/schemas/snapshot.d.ts +5 -5
  44. package/dist/schemas/snapshot.d.ts.map +1 -1
  45. package/dist/schemas/snapshot.js +6 -0
  46. package/dist/schemas/snapshot.js.map +1 -1
  47. package/package.json +1 -1
@@ -21,7 +21,7 @@ export declare function provisionArgumentImpl(config: TApiClientConfig, argument
21
21
  parentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
22
22
  titleContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
23
23
  url: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
24
- citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
24
+ citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
25
25
  type: import("typebox").TUnion<[import("typebox").TLiteral<"Book">, import("typebox").TLiteral<"Website">, import("typebox").TLiteral<"BookChapter">, import("typebox").TLiteral<"Handbook">, import("typebox").TLiteral<"TechnicalReport">, import("typebox").TLiteral<"Standard">, import("typebox").TLiteral<"Thesis">, import("typebox").TLiteral<"Patent">, import("typebox").TLiteral<"Dictionary">, import("typebox").TLiteral<"Encyclopedia">, import("typebox").TLiteral<"JournalArticle">, import("typebox").TLiteral<"MagazineArticle">, import("typebox").TLiteral<"NewspaperArticle">, import("typebox").TLiteral<"ConferencePaper">, import("typebox").TLiteral<"ConferenceProceedings">, import("typebox").TLiteral<"Dataset">, import("typebox").TLiteral<"Software">, import("typebox").TLiteral<"OnlineDocument">, import("typebox").TLiteral<"Blog">, import("typebox").TLiteral<"SocialMedia">, import("typebox").TLiteral<"Preprint">, import("typebox").TLiteral<"Video">, import("typebox").TLiteral<"Podcast">, import("typebox").TLiteral<"Course">, import("typebox").TLiteral<"Presentation">, import("typebox").TLiteral<"Interview">, import("typebox").TLiteral<"PersonalCommunication">, import("typebox").TLiteral<"Email">, import("typebox").TLiteral<"Law">, import("typebox").TLiteral<"CourtCase">, import("typebox").TLiteral<"GovernmentPublication">, import("typebox").TLiteral<"Datasheet">, import("typebox").TLiteral<"ProductManual">, import("typebox").TLiteral<"UnparsedURL">]>;
26
26
  }>, import("typebox").TObject<{
27
27
  type: import("typebox").TLiteral<"Book">;
@@ -449,7 +449,7 @@ export declare function provisionArgumentImpl(config: TApiClientConfig, argument
449
449
  type: import("typebox").TLiteral<"UnparsedURL">;
450
450
  url: import("typebox").TString;
451
451
  text: import("typebox").TOptional<import("typebox").TString>;
452
- }>]>]>>;
452
+ }>]>]>, import("typebox").TNull]>>;
453
453
  citationContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
454
454
  }>;
455
455
  premise: import("typebox").TIntersect<[import("typebox").TUnion<[import("typebox").TObject<{
@@ -620,9 +620,9 @@ export declare function createExpressionWithOperatorImpl(config: TApiClientConfi
620
620
  creatorId: import("typebox").TString;
621
621
  claimId: import("typebox").TString;
622
622
  claimVersion: import("typebox").TNumber;
623
+ id: import("typebox").TString;
623
624
  argumentId: import("typebox").TString;
624
625
  argumentVersion: import("typebox").TNumber;
625
- id: import("typebox").TString;
626
626
  }>, import("typebox").TObject<{
627
627
  checksum: import("typebox").TOptional<import("typebox").TString>;
628
628
  descendantChecksum: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
@@ -634,9 +634,9 @@ export declare function createExpressionWithOperatorImpl(config: TApiClientConfi
634
634
  boundPremiseId: import("typebox").TString;
635
635
  boundArgumentId: import("typebox").TString;
636
636
  boundArgumentVersion: import("typebox").TNumber;
637
+ id: import("typebox").TString;
637
638
  argumentId: import("typebox").TString;
638
639
  argumentVersion: import("typebox").TNumber;
639
- id: import("typebox").TString;
640
640
  }>, import("typebox").TObject<{
641
641
  checksum: import("typebox").TOptional<import("typebox").TString>;
642
642
  descendantChecksum: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
@@ -648,16 +648,16 @@ export declare function createExpressionWithOperatorImpl(config: TApiClientConfi
648
648
  premise: import("typebox").TIntersect<[import("typebox").TObject<{
649
649
  createdOn: import("typebox").TOptional<import("../../schemas/common.js").TDateType>;
650
650
  creatorId: import("typebox").TOptional<import("typebox").TString>;
651
- argumentId: import("typebox").TString;
652
- argumentVersion: import("typebox").TNumber;
653
- role: import("typebox").TUnion<[import("typebox").TLiteral<"conclusion">, import("typebox").TLiteral<"supporting">]>;
654
651
  title: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
655
652
  type: import("typebox").TUnion<[import("typebox").TLiteral<"freeform">, import("typebox").TLiteral<"derivation">]>;
656
653
  id: import("typebox").TString;
654
+ argumentId: import("typebox").TString;
655
+ argumentVersion: import("typebox").TNumber;
657
656
  }>, import("typebox").TObject<{
658
657
  checksum: import("typebox").TOptional<import("typebox").TString>;
659
658
  descendantChecksum: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
660
659
  combinedChecksum: import("typebox").TOptional<import("typebox").TString>;
660
+ role: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TLiteral<"conclusion">, import("typebox").TLiteral<"supporting">]>>;
661
661
  }>]>;
662
662
  rootExpressionId: import("typebox").TOptional<import("typebox").TString>;
663
663
  expressions: import("typebox").TObject<{
@@ -889,9 +889,9 @@ export declare function changeEdgeOperatorImpl(config: TApiClientConfig, argumen
889
889
  creatorId: import("typebox").TString;
890
890
  claimId: import("typebox").TString;
891
891
  claimVersion: import("typebox").TNumber;
892
+ id: import("typebox").TString;
892
893
  argumentId: import("typebox").TString;
893
894
  argumentVersion: import("typebox").TNumber;
894
- id: import("typebox").TString;
895
895
  }>, import("typebox").TObject<{
896
896
  checksum: import("typebox").TOptional<import("typebox").TString>;
897
897
  descendantChecksum: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
@@ -903,9 +903,9 @@ export declare function changeEdgeOperatorImpl(config: TApiClientConfig, argumen
903
903
  boundPremiseId: import("typebox").TString;
904
904
  boundArgumentId: import("typebox").TString;
905
905
  boundArgumentVersion: import("typebox").TNumber;
906
+ id: import("typebox").TString;
906
907
  argumentId: import("typebox").TString;
907
908
  argumentVersion: import("typebox").TNumber;
908
- id: import("typebox").TString;
909
909
  }>, import("typebox").TObject<{
910
910
  checksum: import("typebox").TOptional<import("typebox").TString>;
911
911
  descendantChecksum: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
@@ -917,16 +917,16 @@ export declare function changeEdgeOperatorImpl(config: TApiClientConfig, argumen
917
917
  premise: import("typebox").TIntersect<[import("typebox").TObject<{
918
918
  createdOn: import("typebox").TOptional<import("../../schemas/common.js").TDateType>;
919
919
  creatorId: import("typebox").TOptional<import("typebox").TString>;
920
- argumentId: import("typebox").TString;
921
- argumentVersion: import("typebox").TNumber;
922
- role: import("typebox").TUnion<[import("typebox").TLiteral<"conclusion">, import("typebox").TLiteral<"supporting">]>;
923
920
  title: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
924
921
  type: import("typebox").TUnion<[import("typebox").TLiteral<"freeform">, import("typebox").TLiteral<"derivation">]>;
925
922
  id: import("typebox").TString;
923
+ argumentId: import("typebox").TString;
924
+ argumentVersion: import("typebox").TNumber;
926
925
  }>, import("typebox").TObject<{
927
926
  checksum: import("typebox").TOptional<import("typebox").TString>;
928
927
  descendantChecksum: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
929
928
  combinedChecksum: import("typebox").TOptional<import("typebox").TString>;
929
+ role: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TLiteral<"conclusion">, import("typebox").TLiteral<"supporting">]>>;
930
930
  }>]>;
931
931
  rootExpressionId: import("typebox").TOptional<import("typebox").TString>;
932
932
  expressions: import("typebox").TObject<{
@@ -21,7 +21,7 @@ export declare function createClaimImpl(config: TApiClientConfig, argumentId: st
21
21
  parentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
22
22
  titleContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
23
23
  url: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
24
- citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
24
+ citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
25
25
  type: import("typebox").TUnion<[import("typebox").TLiteral<"Book">, import("typebox").TLiteral<"Website">, import("typebox").TLiteral<"BookChapter">, import("typebox").TLiteral<"Handbook">, import("typebox").TLiteral<"TechnicalReport">, import("typebox").TLiteral<"Standard">, import("typebox").TLiteral<"Thesis">, import("typebox").TLiteral<"Patent">, import("typebox").TLiteral<"Dictionary">, import("typebox").TLiteral<"Encyclopedia">, import("typebox").TLiteral<"JournalArticle">, import("typebox").TLiteral<"MagazineArticle">, import("typebox").TLiteral<"NewspaperArticle">, import("typebox").TLiteral<"ConferencePaper">, import("typebox").TLiteral<"ConferenceProceedings">, import("typebox").TLiteral<"Dataset">, import("typebox").TLiteral<"Software">, import("typebox").TLiteral<"OnlineDocument">, import("typebox").TLiteral<"Blog">, import("typebox").TLiteral<"SocialMedia">, import("typebox").TLiteral<"Preprint">, import("typebox").TLiteral<"Video">, import("typebox").TLiteral<"Podcast">, import("typebox").TLiteral<"Course">, import("typebox").TLiteral<"Presentation">, import("typebox").TLiteral<"Interview">, import("typebox").TLiteral<"PersonalCommunication">, import("typebox").TLiteral<"Email">, import("typebox").TLiteral<"Law">, import("typebox").TLiteral<"CourtCase">, import("typebox").TLiteral<"GovernmentPublication">, import("typebox").TLiteral<"Datasheet">, import("typebox").TLiteral<"ProductManual">, import("typebox").TLiteral<"UnparsedURL">]>;
26
26
  }>, import("typebox").TObject<{
27
27
  type: import("typebox").TLiteral<"Book">;
@@ -449,7 +449,7 @@ export declare function createClaimImpl(config: TApiClientConfig, argumentId: st
449
449
  type: import("typebox").TLiteral<"UnparsedURL">;
450
450
  url: import("typebox").TString;
451
451
  text: import("typebox").TOptional<import("typebox").TString>;
452
- }>]>]>>;
452
+ }>]>]>, import("typebox").TNull]>>;
453
453
  citationContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
454
454
  }>;
455
455
  newPropositionalVariable: import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
@@ -553,7 +553,7 @@ export declare function deleteClaimImpl(config: TApiClientConfig, argumentId: st
553
553
  parentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
554
554
  titleContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
555
555
  url: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
556
- citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
556
+ citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
557
557
  type: import("typebox").TUnion<[import("typebox").TLiteral<"Book">, import("typebox").TLiteral<"Website">, import("typebox").TLiteral<"BookChapter">, import("typebox").TLiteral<"Handbook">, import("typebox").TLiteral<"TechnicalReport">, import("typebox").TLiteral<"Standard">, import("typebox").TLiteral<"Thesis">, import("typebox").TLiteral<"Patent">, import("typebox").TLiteral<"Dictionary">, import("typebox").TLiteral<"Encyclopedia">, import("typebox").TLiteral<"JournalArticle">, import("typebox").TLiteral<"MagazineArticle">, import("typebox").TLiteral<"NewspaperArticle">, import("typebox").TLiteral<"ConferencePaper">, import("typebox").TLiteral<"ConferenceProceedings">, import("typebox").TLiteral<"Dataset">, import("typebox").TLiteral<"Software">, import("typebox").TLiteral<"OnlineDocument">, import("typebox").TLiteral<"Blog">, import("typebox").TLiteral<"SocialMedia">, import("typebox").TLiteral<"Preprint">, import("typebox").TLiteral<"Video">, import("typebox").TLiteral<"Podcast">, import("typebox").TLiteral<"Course">, import("typebox").TLiteral<"Presentation">, import("typebox").TLiteral<"Interview">, import("typebox").TLiteral<"PersonalCommunication">, import("typebox").TLiteral<"Email">, import("typebox").TLiteral<"Law">, import("typebox").TLiteral<"CourtCase">, import("typebox").TLiteral<"GovernmentPublication">, import("typebox").TLiteral<"Datasheet">, import("typebox").TLiteral<"ProductManual">, import("typebox").TLiteral<"UnparsedURL">]>;
558
558
  }>, import("typebox").TObject<{
559
559
  type: import("typebox").TLiteral<"Book">;
@@ -981,7 +981,7 @@ export declare function deleteClaimImpl(config: TApiClientConfig, argumentId: st
981
981
  type: import("typebox").TLiteral<"UnparsedURL">;
982
982
  url: import("typebox").TString;
983
983
  text: import("typebox").TOptional<import("typebox").TString>;
984
- }>]>]>>;
984
+ }>]>]>, import("typebox").TNull]>>;
985
985
  citationContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
986
986
  }>>;
987
987
  }>>>;
@@ -1004,7 +1004,7 @@ export declare function updateClaimImpl(config: TApiClientConfig, argumentId: st
1004
1004
  parentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
1005
1005
  titleContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
1006
1006
  url: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
1007
- citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
1007
+ citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
1008
1008
  type: import("typebox").TUnion<[import("typebox").TLiteral<"Book">, import("typebox").TLiteral<"Website">, import("typebox").TLiteral<"BookChapter">, import("typebox").TLiteral<"Handbook">, import("typebox").TLiteral<"TechnicalReport">, import("typebox").TLiteral<"Standard">, import("typebox").TLiteral<"Thesis">, import("typebox").TLiteral<"Patent">, import("typebox").TLiteral<"Dictionary">, import("typebox").TLiteral<"Encyclopedia">, import("typebox").TLiteral<"JournalArticle">, import("typebox").TLiteral<"MagazineArticle">, import("typebox").TLiteral<"NewspaperArticle">, import("typebox").TLiteral<"ConferencePaper">, import("typebox").TLiteral<"ConferenceProceedings">, import("typebox").TLiteral<"Dataset">, import("typebox").TLiteral<"Software">, import("typebox").TLiteral<"OnlineDocument">, import("typebox").TLiteral<"Blog">, import("typebox").TLiteral<"SocialMedia">, import("typebox").TLiteral<"Preprint">, import("typebox").TLiteral<"Video">, import("typebox").TLiteral<"Podcast">, import("typebox").TLiteral<"Course">, import("typebox").TLiteral<"Presentation">, import("typebox").TLiteral<"Interview">, import("typebox").TLiteral<"PersonalCommunication">, import("typebox").TLiteral<"Email">, import("typebox").TLiteral<"Law">, import("typebox").TLiteral<"CourtCase">, import("typebox").TLiteral<"GovernmentPublication">, import("typebox").TLiteral<"Datasheet">, import("typebox").TLiteral<"ProductManual">, import("typebox").TLiteral<"UnparsedURL">]>;
1009
1009
  }>, import("typebox").TObject<{
1010
1010
  type: import("typebox").TLiteral<"Book">;
@@ -1432,7 +1432,7 @@ export declare function updateClaimImpl(config: TApiClientConfig, argumentId: st
1432
1432
  type: import("typebox").TLiteral<"UnparsedURL">;
1433
1433
  url: import("typebox").TString;
1434
1434
  text: import("typebox").TOptional<import("typebox").TString>;
1435
- }>]>]>>;
1435
+ }>]>]>, import("typebox").TNull]>>;
1436
1436
  citationContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
1437
1437
  }>>>;
1438
1438
  export declare function createClaimCitationImpl(config: TApiClientConfig, argumentId: string, version: number, citingClaimId: string, citation: TIEEEReference): Promise<import("../../schemas/common.js").ParsedError<import("typebox").TObject<{
@@ -1455,7 +1455,7 @@ export declare function createClaimCitationImpl(config: TApiClientConfig, argume
1455
1455
  parentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
1456
1456
  titleContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
1457
1457
  url: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
1458
- citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
1458
+ citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
1459
1459
  type: import("typebox").TUnion<[import("typebox").TLiteral<"Book">, import("typebox").TLiteral<"Website">, import("typebox").TLiteral<"BookChapter">, import("typebox").TLiteral<"Handbook">, import("typebox").TLiteral<"TechnicalReport">, import("typebox").TLiteral<"Standard">, import("typebox").TLiteral<"Thesis">, import("typebox").TLiteral<"Patent">, import("typebox").TLiteral<"Dictionary">, import("typebox").TLiteral<"Encyclopedia">, import("typebox").TLiteral<"JournalArticle">, import("typebox").TLiteral<"MagazineArticle">, import("typebox").TLiteral<"NewspaperArticle">, import("typebox").TLiteral<"ConferencePaper">, import("typebox").TLiteral<"ConferenceProceedings">, import("typebox").TLiteral<"Dataset">, import("typebox").TLiteral<"Software">, import("typebox").TLiteral<"OnlineDocument">, import("typebox").TLiteral<"Blog">, import("typebox").TLiteral<"SocialMedia">, import("typebox").TLiteral<"Preprint">, import("typebox").TLiteral<"Video">, import("typebox").TLiteral<"Podcast">, import("typebox").TLiteral<"Course">, import("typebox").TLiteral<"Presentation">, import("typebox").TLiteral<"Interview">, import("typebox").TLiteral<"PersonalCommunication">, import("typebox").TLiteral<"Email">, import("typebox").TLiteral<"Law">, import("typebox").TLiteral<"CourtCase">, import("typebox").TLiteral<"GovernmentPublication">, import("typebox").TLiteral<"Datasheet">, import("typebox").TLiteral<"ProductManual">, import("typebox").TLiteral<"UnparsedURL">]>;
1460
1460
  }>, import("typebox").TObject<{
1461
1461
  type: import("typebox").TLiteral<"Book">;
@@ -1883,7 +1883,7 @@ export declare function createClaimCitationImpl(config: TApiClientConfig, argume
1883
1883
  type: import("typebox").TLiteral<"UnparsedURL">;
1884
1884
  url: import("typebox").TString;
1885
1885
  text: import("typebox").TOptional<import("typebox").TString>;
1886
- }>]>]>>;
1886
+ }>]>]>, import("typebox").TNull]>>;
1887
1887
  citationContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
1888
1888
  }>;
1889
1889
  citationEdge: import("typebox").TIntersect<[import("typebox").TObject<{
@@ -1895,7 +1895,6 @@ export declare function createClaimCitationImpl(config: TApiClientConfig, argume
1895
1895
  checksum: import("typebox").TString;
1896
1896
  }>, import("typebox").TObject<{
1897
1897
  argumentId: import("typebox").TString;
1898
- version: import("typebox").TNumber;
1899
1898
  createdOn: import("../../schemas/common.js").TDateType;
1900
1899
  }>]>;
1901
1900
  }>>>;
@@ -1913,7 +1912,6 @@ export declare function deleteClaimCitationImpl(config: TApiClientConfig, argume
1913
1912
  checksum: import("typebox").TString;
1914
1913
  }>, import("typebox").TObject<{
1915
1914
  argumentId: import("typebox").TString;
1916
- version: import("typebox").TNumber;
1917
1915
  createdOn: import("../../schemas/common.js").TDateType;
1918
1916
  }>]>>;
1919
1917
  }>>>;
@@ -1 +1 @@
1
- {"version":3,"file":"claims.d.ts","sourceRoot":"","sources":["../../../src/api-client/argument/claims.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"claims.d.ts","sourceRoot":"","sources":["../../../src/api-client/argument/claims.ts"],"names":[],"mappings":"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"}
@@ -295,7 +295,7 @@ export declare function getArgumentDiffImpl(config: TApiClientConfig, argumentId
295
295
  parentId: Type.TUnion<[Type.TString, Type.TNull]>;
296
296
  titleContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
297
297
  url: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
298
- citation: Type.TOptional<Type.TUnion<[Type.TIntersect<[Type.TObject<{
298
+ citation: Type.TOptional<Type.TUnion<[Type.TUnion<[Type.TIntersect<[Type.TObject<{
299
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
300
  }>, Type.TObject<{
301
301
  type: Type.TLiteral<"Book">;
@@ -723,7 +723,7 @@ export declare function getArgumentDiffImpl(config: TApiClientConfig, argumentId
723
723
  type: Type.TLiteral<"UnparsedURL">;
724
724
  url: Type.TString;
725
725
  text: Type.TOptional<Type.TString>;
726
- }>]>]>>;
726
+ }>]>]>, Type.TNull]>>;
727
727
  citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
728
728
  }>>;
729
729
  removed: Type.TArray<Type.TObject<{
@@ -741,7 +741,7 @@ export declare function getArgumentDiffImpl(config: TApiClientConfig, argumentId
741
741
  parentId: Type.TUnion<[Type.TString, Type.TNull]>;
742
742
  titleContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
743
743
  url: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
744
- citation: Type.TOptional<Type.TUnion<[Type.TIntersect<[Type.TObject<{
744
+ citation: Type.TOptional<Type.TUnion<[Type.TUnion<[Type.TIntersect<[Type.TObject<{
745
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
746
  }>, Type.TObject<{
747
747
  type: Type.TLiteral<"Book">;
@@ -1169,7 +1169,7 @@ export declare function getArgumentDiffImpl(config: TApiClientConfig, argumentId
1169
1169
  type: Type.TLiteral<"UnparsedURL">;
1170
1170
  url: Type.TString;
1171
1171
  text: Type.TOptional<Type.TString>;
1172
- }>]>]>>;
1172
+ }>]>]>, Type.TNull]>>;
1173
1173
  citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
1174
1174
  }>>;
1175
1175
  updated: Type.TArray<Type.TObject<{
@@ -1187,7 +1187,7 @@ export declare function getArgumentDiffImpl(config: TApiClientConfig, argumentId
1187
1187
  parentId: Type.TUnion<[Type.TString, Type.TNull]>;
1188
1188
  titleContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
1189
1189
  url: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
1190
- citation: Type.TOptional<Type.TUnion<[Type.TIntersect<[Type.TObject<{
1190
+ citation: Type.TOptional<Type.TUnion<[Type.TUnion<[Type.TIntersect<[Type.TObject<{
1191
1191
  type: Type.TUnion<[Type.TLiteral<"Book">, Type.TLiteral<"Website">, Type.TLiteral<"BookChapter">, Type.TLiteral<"Handbook">, Type.TLiteral<"TechnicalReport">, Type.TLiteral<"Standard">, Type.TLiteral<"Thesis">, Type.TLiteral<"Patent">, Type.TLiteral<"Dictionary">, Type.TLiteral<"Encyclopedia">, Type.TLiteral<"JournalArticle">, Type.TLiteral<"MagazineArticle">, Type.TLiteral<"NewspaperArticle">, Type.TLiteral<"ConferencePaper">, Type.TLiteral<"ConferenceProceedings">, Type.TLiteral<"Dataset">, Type.TLiteral<"Software">, Type.TLiteral<"OnlineDocument">, Type.TLiteral<"Blog">, Type.TLiteral<"SocialMedia">, Type.TLiteral<"Preprint">, Type.TLiteral<"Video">, Type.TLiteral<"Podcast">, Type.TLiteral<"Course">, Type.TLiteral<"Presentation">, Type.TLiteral<"Interview">, Type.TLiteral<"PersonalCommunication">, Type.TLiteral<"Email">, Type.TLiteral<"Law">, Type.TLiteral<"CourtCase">, Type.TLiteral<"GovernmentPublication">, Type.TLiteral<"Datasheet">, Type.TLiteral<"ProductManual">, Type.TLiteral<"UnparsedURL">]>;
1192
1192
  }>, Type.TObject<{
1193
1193
  type: Type.TLiteral<"Book">;
@@ -1615,7 +1615,7 @@ export declare function getArgumentDiffImpl(config: TApiClientConfig, argumentId
1615
1615
  type: Type.TLiteral<"UnparsedURL">;
1616
1616
  url: Type.TString;
1617
1617
  text: Type.TOptional<Type.TString>;
1618
- }>]>]>>;
1618
+ }>]>]>, Type.TNull]>>;
1619
1619
  citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
1620
1620
  }>>;
1621
1621
  }>;
@@ -1871,7 +1871,6 @@ export declare function getArgumentDiffImpl(config: TApiClientConfig, argumentId
1871
1871
  checksum: Type.TString;
1872
1872
  }>, Type.TObject<{
1873
1873
  argumentId: Type.TString;
1874
- version: Type.TNumber;
1875
1874
  createdOn: import("../../schemas/common.js").TDateType;
1876
1875
  }>]>>;
1877
1876
  removed: Type.TArray<Type.TIntersect<[Type.TObject<{
@@ -1883,7 +1882,6 @@ export declare function getArgumentDiffImpl(config: TApiClientConfig, argumentId
1883
1882
  checksum: Type.TString;
1884
1883
  }>, Type.TObject<{
1885
1884
  argumentId: Type.TString;
1886
- version: Type.TNumber;
1887
1885
  createdOn: import("../../schemas/common.js").TDateType;
1888
1886
  }>]>>;
1889
1887
  }>;
@@ -2259,7 +2257,7 @@ export declare function getEntireArgumentImpl(config: TApiClientConfig, argument
2259
2257
  parentId: Type.TUnion<[Type.TString, Type.TNull]>;
2260
2258
  titleContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
2261
2259
  url: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
2262
- citation: Type.TOptional<Type.TUnion<[Type.TIntersect<[Type.TObject<{
2260
+ citation: Type.TOptional<Type.TUnion<[Type.TUnion<[Type.TIntersect<[Type.TObject<{
2263
2261
  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">]>;
2264
2262
  }>, Type.TObject<{
2265
2263
  type: Type.TLiteral<"Book">;
@@ -2687,7 +2685,7 @@ export declare function getEntireArgumentImpl(config: TApiClientConfig, argument
2687
2685
  type: Type.TLiteral<"UnparsedURL">;
2688
2686
  url: Type.TString;
2689
2687
  text: Type.TOptional<Type.TString>;
2690
- }>]>]>>;
2688
+ }>]>]>, Type.TNull]>>;
2691
2689
  citationContentHash: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
2692
2690
  }>>;
2693
2691
  propositionalLogic: Type.TObject<{
@@ -2749,9 +2747,9 @@ export declare function getEntireArgumentImpl(config: TApiClientConfig, argument
2749
2747
  creatorId: Type.TString;
2750
2748
  claimId: Type.TString;
2751
2749
  claimVersion: Type.TNumber;
2750
+ id: Type.TString;
2752
2751
  argumentId: Type.TString;
2753
2752
  argumentVersion: Type.TNumber;
2754
- id: Type.TString;
2755
2753
  }>, Type.TObject<{
2756
2754
  checksum: Type.TOptional<Type.TString>;
2757
2755
  descendantChecksum: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
@@ -2763,9 +2761,9 @@ export declare function getEntireArgumentImpl(config: TApiClientConfig, argument
2763
2761
  boundPremiseId: Type.TString;
2764
2762
  boundArgumentId: Type.TString;
2765
2763
  boundArgumentVersion: Type.TNumber;
2764
+ id: Type.TString;
2766
2765
  argumentId: Type.TString;
2767
2766
  argumentVersion: Type.TNumber;
2768
- id: Type.TString;
2769
2767
  }>, Type.TObject<{
2770
2768
  checksum: Type.TOptional<Type.TString>;
2771
2769
  descendantChecksum: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
@@ -2777,16 +2775,16 @@ export declare function getEntireArgumentImpl(config: TApiClientConfig, argument
2777
2775
  premise: Type.TIntersect<[Type.TObject<{
2778
2776
  createdOn: Type.TOptional<import("../../schemas/common.js").TDateType>;
2779
2777
  creatorId: Type.TOptional<Type.TString>;
2780
- argumentId: Type.TString;
2781
- argumentVersion: Type.TNumber;
2782
- role: Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"supporting">]>;
2783
2778
  title: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
2784
2779
  type: Type.TUnion<[Type.TLiteral<"freeform">, Type.TLiteral<"derivation">]>;
2785
2780
  id: Type.TString;
2781
+ argumentId: Type.TString;
2782
+ argumentVersion: Type.TNumber;
2786
2783
  }>, Type.TObject<{
2787
2784
  checksum: Type.TOptional<Type.TString>;
2788
2785
  descendantChecksum: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
2789
2786
  combinedChecksum: Type.TOptional<Type.TString>;
2787
+ role: Type.TOptional<Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"supporting">]>>;
2790
2788
  }>]>;
2791
2789
  rootExpressionId: Type.TOptional<Type.TString>;
2792
2790
  expressions: Type.TObject<{
@@ -2858,7 +2856,6 @@ export declare function getEntireArgumentImpl(config: TApiClientConfig, argument
2858
2856
  checksum: Type.TString;
2859
2857
  }>, Type.TObject<{
2860
2858
  argumentId: Type.TString;
2861
- version: Type.TNumber;
2862
2859
  createdOn: import("../../schemas/common.js").TDateType;
2863
2860
  }>]>>;
2864
2861
  argumentHistory: Type.TArray<Type.TIntersect<[Type.TObject<{
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api-client/argument/index.ts"],"names":[],"mappings":"AASA,OAAO,EAIH,KAAK,sBAAsB,EAE3B,KAAK,eAAe,EAEvB,MAAM,qCAAqC,CAAA;AAE5C,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAC9B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAGpD,wBAAsB,eAAe,CACjC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAelB;AAED,wBAAsB,mBAAmB,CACrC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAUlB;AAED,wBAAsB,iBAAiB,CACnC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAUlB;AAED,wBAAsB,gBAAgB,CAClC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAUlB;AAED,wBAAsB,mBAAmB,CACrC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,eAAe,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api-client/argument/index.ts"],"names":[],"mappings":"AASA,OAAO,EAIH,KAAK,sBAAsB,EAE3B,KAAK,eAAe,EAEvB,MAAM,qCAAqC,CAAA;AAE5C,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAC9B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAGpD,wBAAsB,eAAe,CACjC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAelB;AAED,wBAAsB,mBAAmB,CACrC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAUlB;AAED,wBAAsB,iBAAiB,CACnC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAUlB;AAED,wBAAsB,gBAAgB,CAClC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAUlB;AAED,wBAAsB,mBAAmB,CACrC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,eAAe,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
@@ -64,9 +64,9 @@ export declare function getLogicDataImpl(config: TApiClientConfig, argumentId: s
64
64
  creatorId: Type.TString;
65
65
  claimId: Type.TString;
66
66
  claimVersion: Type.TNumber;
67
+ id: Type.TString;
67
68
  argumentId: Type.TString;
68
69
  argumentVersion: Type.TNumber;
69
- id: Type.TString;
70
70
  }>, Type.TObject<{
71
71
  checksum: Type.TOptional<Type.TString>;
72
72
  descendantChecksum: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
@@ -78,9 +78,9 @@ export declare function getLogicDataImpl(config: TApiClientConfig, argumentId: s
78
78
  boundPremiseId: Type.TString;
79
79
  boundArgumentId: Type.TString;
80
80
  boundArgumentVersion: Type.TNumber;
81
+ id: Type.TString;
81
82
  argumentId: Type.TString;
82
83
  argumentVersion: Type.TNumber;
83
- id: Type.TString;
84
84
  }>, Type.TObject<{
85
85
  checksum: Type.TOptional<Type.TString>;
86
86
  descendantChecksum: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
@@ -92,16 +92,16 @@ export declare function getLogicDataImpl(config: TApiClientConfig, argumentId: s
92
92
  premise: Type.TIntersect<[Type.TObject<{
93
93
  createdOn: Type.TOptional<import("../../../schemas/common.js").TDateType>;
94
94
  creatorId: Type.TOptional<Type.TString>;
95
- argumentId: Type.TString;
96
- argumentVersion: Type.TNumber;
97
- role: Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"supporting">]>;
98
95
  title: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
99
96
  type: Type.TUnion<[Type.TLiteral<"freeform">, Type.TLiteral<"derivation">]>;
100
97
  id: Type.TString;
98
+ argumentId: Type.TString;
99
+ argumentVersion: Type.TNumber;
101
100
  }>, Type.TObject<{
102
101
  checksum: Type.TOptional<Type.TString>;
103
102
  descendantChecksum: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
104
103
  combinedChecksum: Type.TOptional<Type.TString>;
104
+ role: Type.TOptional<Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"supporting">]>>;
105
105
  }>]>;
106
106
  rootExpressionId: Type.TOptional<Type.TString>;
107
107
  expressions: Type.TObject<{
@@ -657,9 +657,9 @@ export declare function toggleNegationImpl(config: TApiClientConfig, argumentId:
657
657
  creatorId: Type.TString;
658
658
  claimId: Type.TString;
659
659
  claimVersion: Type.TNumber;
660
+ id: Type.TString;
660
661
  argumentId: Type.TString;
661
662
  argumentVersion: Type.TNumber;
662
- id: Type.TString;
663
663
  }>, Type.TObject<{
664
664
  checksum: Type.TOptional<Type.TString>;
665
665
  descendantChecksum: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
@@ -671,9 +671,9 @@ export declare function toggleNegationImpl(config: TApiClientConfig, argumentId:
671
671
  boundPremiseId: Type.TString;
672
672
  boundArgumentId: Type.TString;
673
673
  boundArgumentVersion: Type.TNumber;
674
+ id: Type.TString;
674
675
  argumentId: Type.TString;
675
676
  argumentVersion: Type.TNumber;
676
- id: Type.TString;
677
677
  }>, Type.TObject<{
678
678
  checksum: Type.TOptional<Type.TString>;
679
679
  descendantChecksum: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
@@ -685,16 +685,16 @@ export declare function toggleNegationImpl(config: TApiClientConfig, argumentId:
685
685
  premise: Type.TIntersect<[Type.TObject<{
686
686
  createdOn: Type.TOptional<import("../../../schemas/common.js").TDateType>;
687
687
  creatorId: Type.TOptional<Type.TString>;
688
- argumentId: Type.TString;
689
- argumentVersion: Type.TNumber;
690
- role: Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"supporting">]>;
691
688
  title: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
692
689
  type: Type.TUnion<[Type.TLiteral<"freeform">, Type.TLiteral<"derivation">]>;
693
690
  id: Type.TString;
691
+ argumentId: Type.TString;
692
+ argumentVersion: Type.TNumber;
694
693
  }>, Type.TObject<{
695
694
  checksum: Type.TOptional<Type.TString>;
696
695
  descendantChecksum: Type.TOptional<Type.TUnion<[Type.TString, Type.TNull]>>;
697
696
  combinedChecksum: Type.TOptional<Type.TString>;
697
+ role: Type.TOptional<Type.TUnion<[Type.TLiteral<"conclusion">, Type.TLiteral<"supporting">]>>;
698
698
  }>]>;
699
699
  rootExpressionId: Type.TOptional<Type.TString>;
700
700
  expressions: Type.TObject<{
@@ -64,9 +64,9 @@ export declare function repairArgumentImpl(config: TApiClientConfig, argumentId:
64
64
  creatorId: import("typebox").TString;
65
65
  claimId: import("typebox").TString;
66
66
  claimVersion: import("typebox").TNumber;
67
+ id: import("typebox").TString;
67
68
  argumentId: import("typebox").TString;
68
69
  argumentVersion: import("typebox").TNumber;
69
- id: import("typebox").TString;
70
70
  }>, import("typebox").TObject<{
71
71
  checksum: import("typebox").TOptional<import("typebox").TString>;
72
72
  descendantChecksum: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
@@ -78,9 +78,9 @@ export declare function repairArgumentImpl(config: TApiClientConfig, argumentId:
78
78
  boundPremiseId: import("typebox").TString;
79
79
  boundArgumentId: import("typebox").TString;
80
80
  boundArgumentVersion: import("typebox").TNumber;
81
+ id: import("typebox").TString;
81
82
  argumentId: import("typebox").TString;
82
83
  argumentVersion: import("typebox").TNumber;
83
- id: import("typebox").TString;
84
84
  }>, import("typebox").TObject<{
85
85
  checksum: import("typebox").TOptional<import("typebox").TString>;
86
86
  descendantChecksum: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
@@ -92,16 +92,16 @@ export declare function repairArgumentImpl(config: TApiClientConfig, argumentId:
92
92
  premise: import("typebox").TIntersect<[import("typebox").TObject<{
93
93
  createdOn: import("typebox").TOptional<import("../../../schemas/common.js").TDateType>;
94
94
  creatorId: import("typebox").TOptional<import("typebox").TString>;
95
- argumentId: import("typebox").TString;
96
- argumentVersion: import("typebox").TNumber;
97
- role: import("typebox").TUnion<[import("typebox").TLiteral<"conclusion">, import("typebox").TLiteral<"supporting">]>;
98
95
  title: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
99
96
  type: import("typebox").TUnion<[import("typebox").TLiteral<"freeform">, import("typebox").TLiteral<"derivation">]>;
100
97
  id: import("typebox").TString;
98
+ argumentId: import("typebox").TString;
99
+ argumentVersion: import("typebox").TNumber;
101
100
  }>, import("typebox").TObject<{
102
101
  checksum: import("typebox").TOptional<import("typebox").TString>;
103
102
  descendantChecksum: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
104
103
  combinedChecksum: import("typebox").TOptional<import("typebox").TString>;
104
+ role: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TLiteral<"conclusion">, import("typebox").TLiteral<"supporting">]>>;
105
105
  }>]>;
106
106
  rootExpressionId: import("typebox").TOptional<import("typebox").TString>;
107
107
  expressions: import("typebox").TObject<{
@@ -19,7 +19,7 @@ export declare function getUserCitationsImpl(config: TApiClientConfig): Promise<
19
19
  parentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
20
20
  titleContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
21
21
  url: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
22
- citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
22
+ citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
23
23
  type: import("typebox").TUnion<[import("typebox").TLiteral<"Book">, import("typebox").TLiteral<"Website">, import("typebox").TLiteral<"BookChapter">, import("typebox").TLiteral<"Handbook">, import("typebox").TLiteral<"TechnicalReport">, import("typebox").TLiteral<"Standard">, import("typebox").TLiteral<"Thesis">, import("typebox").TLiteral<"Patent">, import("typebox").TLiteral<"Dictionary">, import("typebox").TLiteral<"Encyclopedia">, import("typebox").TLiteral<"JournalArticle">, import("typebox").TLiteral<"MagazineArticle">, import("typebox").TLiteral<"NewspaperArticle">, import("typebox").TLiteral<"ConferencePaper">, import("typebox").TLiteral<"ConferenceProceedings">, import("typebox").TLiteral<"Dataset">, import("typebox").TLiteral<"Software">, import("typebox").TLiteral<"OnlineDocument">, import("typebox").TLiteral<"Blog">, import("typebox").TLiteral<"SocialMedia">, import("typebox").TLiteral<"Preprint">, import("typebox").TLiteral<"Video">, import("typebox").TLiteral<"Podcast">, import("typebox").TLiteral<"Course">, import("typebox").TLiteral<"Presentation">, import("typebox").TLiteral<"Interview">, import("typebox").TLiteral<"PersonalCommunication">, import("typebox").TLiteral<"Email">, import("typebox").TLiteral<"Law">, import("typebox").TLiteral<"CourtCase">, import("typebox").TLiteral<"GovernmentPublication">, import("typebox").TLiteral<"Datasheet">, import("typebox").TLiteral<"ProductManual">, import("typebox").TLiteral<"UnparsedURL">]>;
24
24
  }>, import("typebox").TObject<{
25
25
  type: import("typebox").TLiteral<"Book">;
@@ -447,7 +447,7 @@ export declare function getUserCitationsImpl(config: TApiClientConfig): Promise<
447
447
  type: import("typebox").TLiteral<"UnparsedURL">;
448
448
  url: import("typebox").TString;
449
449
  text: import("typebox").TOptional<import("typebox").TString>;
450
- }>]>]>>;
450
+ }>]>]>, import("typebox").TNull]>>;
451
451
  citationContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
452
452
  }>;
453
453
  usages: import("typebox").TArray<import("typebox").TObject<{
@@ -472,7 +472,7 @@ export declare function getUserCitationsImpl(config: TApiClientConfig): Promise<
472
472
  parentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
473
473
  titleContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
474
474
  url: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
475
- citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
475
+ citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
476
476
  type: import("typebox").TUnion<[import("typebox").TLiteral<"Book">, import("typebox").TLiteral<"Website">, import("typebox").TLiteral<"BookChapter">, import("typebox").TLiteral<"Handbook">, import("typebox").TLiteral<"TechnicalReport">, import("typebox").TLiteral<"Standard">, import("typebox").TLiteral<"Thesis">, import("typebox").TLiteral<"Patent">, import("typebox").TLiteral<"Dictionary">, import("typebox").TLiteral<"Encyclopedia">, import("typebox").TLiteral<"JournalArticle">, import("typebox").TLiteral<"MagazineArticle">, import("typebox").TLiteral<"NewspaperArticle">, import("typebox").TLiteral<"ConferencePaper">, import("typebox").TLiteral<"ConferenceProceedings">, import("typebox").TLiteral<"Dataset">, import("typebox").TLiteral<"Software">, import("typebox").TLiteral<"OnlineDocument">, import("typebox").TLiteral<"Blog">, import("typebox").TLiteral<"SocialMedia">, import("typebox").TLiteral<"Preprint">, import("typebox").TLiteral<"Video">, import("typebox").TLiteral<"Podcast">, import("typebox").TLiteral<"Course">, import("typebox").TLiteral<"Presentation">, import("typebox").TLiteral<"Interview">, import("typebox").TLiteral<"PersonalCommunication">, import("typebox").TLiteral<"Email">, import("typebox").TLiteral<"Law">, import("typebox").TLiteral<"CourtCase">, import("typebox").TLiteral<"GovernmentPublication">, import("typebox").TLiteral<"Datasheet">, import("typebox").TLiteral<"ProductManual">, import("typebox").TLiteral<"UnparsedURL">]>;
477
477
  }>, import("typebox").TObject<{
478
478
  type: import("typebox").TLiteral<"Book">;
@@ -900,7 +900,7 @@ export declare function getUserCitationsImpl(config: TApiClientConfig): Promise<
900
900
  type: import("typebox").TLiteral<"UnparsedURL">;
901
901
  url: import("typebox").TString;
902
902
  text: import("typebox").TOptional<import("typebox").TString>;
903
- }>]>]>>;
903
+ }>]>]>, import("typebox").TNull]>>;
904
904
  citationContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
905
905
  }>;
906
906
  expressions: import("typebox").TArray<import("typebox").TObject<{
@@ -19,7 +19,7 @@ export declare function getUserClaimsImpl(config: TApiClientConfig, argumentId?:
19
19
  parentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
20
20
  titleContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
21
21
  url: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
22
- citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
22
+ citation: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
23
23
  type: import("typebox").TUnion<[import("typebox").TLiteral<"Book">, import("typebox").TLiteral<"Website">, import("typebox").TLiteral<"BookChapter">, import("typebox").TLiteral<"Handbook">, import("typebox").TLiteral<"TechnicalReport">, import("typebox").TLiteral<"Standard">, import("typebox").TLiteral<"Thesis">, import("typebox").TLiteral<"Patent">, import("typebox").TLiteral<"Dictionary">, import("typebox").TLiteral<"Encyclopedia">, import("typebox").TLiteral<"JournalArticle">, import("typebox").TLiteral<"MagazineArticle">, import("typebox").TLiteral<"NewspaperArticle">, import("typebox").TLiteral<"ConferencePaper">, import("typebox").TLiteral<"ConferenceProceedings">, import("typebox").TLiteral<"Dataset">, import("typebox").TLiteral<"Software">, import("typebox").TLiteral<"OnlineDocument">, import("typebox").TLiteral<"Blog">, import("typebox").TLiteral<"SocialMedia">, import("typebox").TLiteral<"Preprint">, import("typebox").TLiteral<"Video">, import("typebox").TLiteral<"Podcast">, import("typebox").TLiteral<"Course">, import("typebox").TLiteral<"Presentation">, import("typebox").TLiteral<"Interview">, import("typebox").TLiteral<"PersonalCommunication">, import("typebox").TLiteral<"Email">, import("typebox").TLiteral<"Law">, import("typebox").TLiteral<"CourtCase">, import("typebox").TLiteral<"GovernmentPublication">, import("typebox").TLiteral<"Datasheet">, import("typebox").TLiteral<"ProductManual">, import("typebox").TLiteral<"UnparsedURL">]>;
24
24
  }>, import("typebox").TObject<{
25
25
  type: import("typebox").TLiteral<"Book">;
@@ -447,7 +447,7 @@ export declare function getUserClaimsImpl(config: TApiClientConfig, argumentId?:
447
447
  type: import("typebox").TLiteral<"UnparsedURL">;
448
448
  url: import("typebox").TString;
449
449
  text: import("typebox").TOptional<import("typebox").TString>;
450
- }>]>]>>;
450
+ }>]>]>, import("typebox").TNull]>>;
451
451
  citationContentHash: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
452
452
  }>;
453
453
  argument: import("typebox").TObject<{
@@ -1 +1 @@
1
- {"version":3,"file":"checksum.d.ts","sourceRoot":"","sources":["../src/checksum.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,uDA6B1B,CAAA"}
1
+ {"version":3,"file":"checksum.d.ts","sourceRoot":"","sources":["../src/checksum.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,uDA4B1B,CAAA"}