@proposit/shared 0.24.0 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-client/argument/batch.d.ts +15 -6
- package/dist/api-client/argument/batch.d.ts.map +1 -1
- package/dist/api-client/argument/claims.d.ts +52 -25
- package/dist/api-client/argument/claims.d.ts.map +1 -1
- package/dist/api-client/argument/index.d.ts +51 -24
- package/dist/api-client/argument/index.d.ts.map +1 -1
- package/dist/api-client/argument/logic/index.d.ts +6 -0
- package/dist/api-client/argument/logic/index.d.ts.map +1 -1
- package/dist/api-client/argument/logic/repair.d.ts +1 -0
- package/dist/api-client/argument/logic/repair.d.ts.map +1 -1
- package/dist/api-client/argument/versioning.d.ts +573 -0
- package/dist/api-client/argument/versioning.d.ts.map +1 -0
- package/dist/api-client/argument/versioning.js +45 -0
- package/dist/api-client/argument/versioning.js.map +1 -0
- package/dist/api-client/factory.d.ts +4 -0
- package/dist/api-client/factory.d.ts.map +1 -1
- package/dist/api-client/factory.js +4 -0
- package/dist/api-client/factory.js.map +1 -1
- package/dist/api-client/user/citations.d.ts +24 -12
- package/dist/api-client/user/citations.d.ts.map +1 -1
- package/dist/api-client/user/claims.d.ts +13 -6
- package/dist/api-client/user/claims.d.ts.map +1 -1
- package/dist/engine/engine.d.ts +58 -1
- package/dist/engine/engine.d.ts.map +1 -1
- package/dist/engine/engine.js +148 -2
- package/dist/engine/engine.js.map +1 -1
- package/dist/engine/mutations/premises.d.ts +1 -0
- package/dist/engine/mutations/premises.d.ts.map +1 -1
- package/dist/engine/mutations/premises.js +8 -0
- package/dist/engine/mutations/premises.js.map +1 -1
- package/dist/schemas/api/argument/batch/change-edge-operator.d.ts +1 -0
- package/dist/schemas/api/argument/batch/change-edge-operator.d.ts.map +1 -1
- package/dist/schemas/api/argument/batch/create-expression-with-operator.d.ts +1 -0
- package/dist/schemas/api/argument/batch/create-expression-with-operator.d.ts.map +1 -1
- package/dist/schemas/api/argument/batch/provision.d.ts +13 -6
- package/dist/schemas/api/argument/batch/provision.d.ts.map +1 -1
- package/dist/schemas/api/argument/claims.d.ts +40 -19
- package/dist/schemas/api/argument/claims.d.ts.map +1 -1
- package/dist/schemas/api/argument/index.d.ts +14 -6
- package/dist/schemas/api/argument/index.d.ts.map +1 -1
- package/dist/schemas/api/argument/index.js +1 -0
- package/dist/schemas/api/argument/index.js.map +1 -1
- package/dist/schemas/api/argument/logic.d.ts +1 -0
- package/dist/schemas/api/argument/logic.d.ts.map +1 -1
- package/dist/schemas/api/argument/repair.d.ts +1 -0
- package/dist/schemas/api/argument/repair.d.ts.map +1 -1
- package/dist/schemas/api/argument/versioning.d.ts +44 -0
- package/dist/schemas/api/argument/versioning.d.ts.map +1 -0
- package/dist/schemas/api/argument/versioning.js +44 -0
- package/dist/schemas/api/argument/versioning.js.map +1 -0
- package/dist/schemas/api/citations.d.ts +60 -30
- package/dist/schemas/api/citations.d.ts.map +1 -1
- package/dist/schemas/api/claims.d.ts +26 -12
- package/dist/schemas/api/claims.d.ts.map +1 -1
- package/dist/schemas/logic.d.ts +1 -0
- package/dist/schemas/logic.d.ts.map +1 -1
- package/dist/schemas/logic.js +7 -0
- package/dist/schemas/logic.js.map +1 -1
- package/dist/schemas/model/arguments.d.ts +38 -18
- package/dist/schemas/model/arguments.d.ts.map +1 -1
- package/dist/schemas/model/claims.d.ts +31 -14
- package/dist/schemas/model/claims.d.ts.map +1 -1
- package/dist/schemas/model/claims.js +31 -9
- package/dist/schemas/model/claims.js.map +1 -1
- package/dist/schemas/model/forks.d.ts +1 -1
- package/dist/schemas/model/forks.d.ts.map +1 -1
- package/dist/schemas/model/forks.js +9 -1
- package/dist/schemas/model/forks.js.map +1 -1
- package/dist/schemas/snapshot.d.ts +1 -0
- package/dist/schemas/snapshot.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -23,8 +23,10 @@ export declare function provisionArgumentImpl(config: TApiClientConfig, argument
|
|
|
23
23
|
claim: import("typebox").TUnion<[import("typebox").TObject<{
|
|
24
24
|
digest: import("typebox").TString;
|
|
25
25
|
id: import("typebox").TString;
|
|
26
|
-
|
|
26
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
27
27
|
version: import("typebox").TNumber;
|
|
28
|
+
published: import("typebox").TBoolean;
|
|
29
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
28
30
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
29
31
|
creatorId: import("typebox").TString;
|
|
30
32
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -41,8 +43,10 @@ export declare function provisionArgumentImpl(config: TApiClientConfig, argument
|
|
|
41
43
|
}>, import("typebox").TObject<{
|
|
42
44
|
digest: import("typebox").TString;
|
|
43
45
|
id: import("typebox").TString;
|
|
44
|
-
|
|
46
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
45
47
|
version: import("typebox").TNumber;
|
|
48
|
+
published: import("typebox").TBoolean;
|
|
49
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
46
50
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
47
51
|
creatorId: import("typebox").TString;
|
|
48
52
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -52,8 +56,8 @@ export declare function provisionArgumentImpl(config: TApiClientConfig, argument
|
|
|
52
56
|
title: import("typebox").TNull;
|
|
53
57
|
body: import("typebox").TNull;
|
|
54
58
|
titleContentHash: import("typebox").TNull;
|
|
55
|
-
url: import("typebox").TString
|
|
56
|
-
citation: import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").
|
|
59
|
+
url: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
60
|
+
citation: import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
|
|
57
61
|
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">]>;
|
|
58
62
|
}>, import("typebox").TObject<{
|
|
59
63
|
type: import("typebox").TLiteral<"Book">;
|
|
@@ -480,14 +484,16 @@ export declare function provisionArgumentImpl(config: TApiClientConfig, argument
|
|
|
480
484
|
text: import("typebox").TString;
|
|
481
485
|
citationTypeGuess: import("typebox").TUnion<[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<"unknown">]>;
|
|
482
486
|
url: import("typebox").TOptional<import("typebox").TString>;
|
|
483
|
-
}>]
|
|
487
|
+
}>]>;
|
|
484
488
|
citationContentHash: import("typebox").TString;
|
|
485
489
|
axiom: import("typebox").TNull;
|
|
486
490
|
}>, import("typebox").TObject<{
|
|
487
491
|
digest: import("typebox").TString;
|
|
488
492
|
id: import("typebox").TString;
|
|
489
|
-
|
|
493
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
490
494
|
version: import("typebox").TNumber;
|
|
495
|
+
published: import("typebox").TBoolean;
|
|
496
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
491
497
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
492
498
|
creatorId: import("typebox").TString;
|
|
493
499
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -524,6 +530,7 @@ export declare function provisionArgumentImpl(config: TApiClientConfig, argument
|
|
|
524
530
|
role: import("typebox").TUnion<[import("typebox").TLiteral<"conclusion">, import("typebox").TLiteral<"supporting">]>;
|
|
525
531
|
createdOn: import("typebox").TOptional<import("../../schemas/common.js").TDateType>;
|
|
526
532
|
creatorId: import("typebox").TOptional<import("typebox").TString>;
|
|
533
|
+
derivedClaimVersion: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TNumber, import("typebox").TNull]>>;
|
|
527
534
|
}>]>;
|
|
528
535
|
variable: import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
|
|
529
536
|
claimId: import("typebox").TString;
|
|
@@ -717,6 +724,7 @@ export declare function createExpressionWithOperatorImpl(config: TApiClientConfi
|
|
|
717
724
|
id: import("typebox").TString;
|
|
718
725
|
argumentId: import("typebox").TString;
|
|
719
726
|
argumentVersion: import("typebox").TNumber;
|
|
727
|
+
derivedClaimVersion: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TNumber, import("typebox").TNull]>>;
|
|
720
728
|
}>, import("typebox").TObject<{
|
|
721
729
|
checksum: import("typebox").TOptional<import("typebox").TString>;
|
|
722
730
|
descendantChecksum: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
|
|
@@ -1000,6 +1008,7 @@ export declare function changeEdgeOperatorImpl(config: TApiClientConfig, argumen
|
|
|
1000
1008
|
id: import("typebox").TString;
|
|
1001
1009
|
argumentId: import("typebox").TString;
|
|
1002
1010
|
argumentVersion: import("typebox").TNumber;
|
|
1011
|
+
derivedClaimVersion: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TNumber, import("typebox").TNull]>>;
|
|
1003
1012
|
}>, import("typebox").TObject<{
|
|
1004
1013
|
checksum: import("typebox").TOptional<import("typebox").TString>;
|
|
1005
1014
|
descendantChecksum: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"batch.d.ts","sourceRoot":"","sources":["../../../src/api-client/argument/batch.ts"],"names":[],"mappings":"AACA,OAAO,EAGH,KAAK,0BAA0B,EAClC,MAAM,0DAA0D,CAAA;AACjE,OAAO,EAGH,KAAK,oCAAoC,EAC5C,MAAM,qEAAqE,CAAA;AAE5E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAGpD,wBAAsB,qBAAqB,CACvC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,eAAe,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"batch.d.ts","sourceRoot":"","sources":["../../../src/api-client/argument/batch.ts"],"names":[],"mappings":"AACA,OAAO,EAGH,KAAK,0BAA0B,EAClC,MAAM,0DAA0D,CAAA;AACjE,OAAO,EAGH,KAAK,oCAAoC,EAC5C,MAAM,qEAAqE,CAAA;AAE5E,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAGpD,wBAAsB,qBAAqB,CACvC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,eAAe,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAW1B;AAED,wBAAsB,gCAAgC,CAClD,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,eAAe,EAAE,MAAM,EACvB,IAAI,EAAE,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAW7C;AAED,wBAAsB,sBAAsB,CACxC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,eAAe,EAAE,MAAM,EACvB,IAAI,EAAE,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAWnC"}
|
|
@@ -23,8 +23,10 @@ export declare function createClaimImpl(config: TApiClientConfig, argumentId: st
|
|
|
23
23
|
newClaim: import("typebox").TUnion<[import("typebox").TObject<{
|
|
24
24
|
digest: import("typebox").TString;
|
|
25
25
|
id: import("typebox").TString;
|
|
26
|
-
|
|
26
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
27
27
|
version: import("typebox").TNumber;
|
|
28
|
+
published: import("typebox").TBoolean;
|
|
29
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
28
30
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
29
31
|
creatorId: import("typebox").TString;
|
|
30
32
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -41,8 +43,10 @@ export declare function createClaimImpl(config: TApiClientConfig, argumentId: st
|
|
|
41
43
|
}>, import("typebox").TObject<{
|
|
42
44
|
digest: import("typebox").TString;
|
|
43
45
|
id: import("typebox").TString;
|
|
44
|
-
|
|
46
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
45
47
|
version: import("typebox").TNumber;
|
|
48
|
+
published: import("typebox").TBoolean;
|
|
49
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
46
50
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
47
51
|
creatorId: import("typebox").TString;
|
|
48
52
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -52,8 +56,8 @@ export declare function createClaimImpl(config: TApiClientConfig, argumentId: st
|
|
|
52
56
|
title: import("typebox").TNull;
|
|
53
57
|
body: import("typebox").TNull;
|
|
54
58
|
titleContentHash: import("typebox").TNull;
|
|
55
|
-
url: import("typebox").TString
|
|
56
|
-
citation: import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").
|
|
59
|
+
url: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
60
|
+
citation: import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
|
|
57
61
|
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">]>;
|
|
58
62
|
}>, import("typebox").TObject<{
|
|
59
63
|
type: import("typebox").TLiteral<"Book">;
|
|
@@ -480,14 +484,16 @@ export declare function createClaimImpl(config: TApiClientConfig, argumentId: st
|
|
|
480
484
|
text: import("typebox").TString;
|
|
481
485
|
citationTypeGuess: import("typebox").TUnion<[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<"unknown">]>;
|
|
482
486
|
url: import("typebox").TOptional<import("typebox").TString>;
|
|
483
|
-
}>]
|
|
487
|
+
}>]>;
|
|
484
488
|
citationContentHash: import("typebox").TString;
|
|
485
489
|
axiom: import("typebox").TNull;
|
|
486
490
|
}>, import("typebox").TObject<{
|
|
487
491
|
digest: import("typebox").TString;
|
|
488
492
|
id: import("typebox").TString;
|
|
489
|
-
|
|
493
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
490
494
|
version: import("typebox").TNumber;
|
|
495
|
+
published: import("typebox").TBoolean;
|
|
496
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
491
497
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
492
498
|
creatorId: import("typebox").TString;
|
|
493
499
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -605,8 +611,10 @@ export declare function deleteClaimImpl(config: TApiClientConfig, argumentId: st
|
|
|
605
611
|
deletedClaims: import("typebox").TArray<import("typebox").TUnion<[import("typebox").TObject<{
|
|
606
612
|
digest: import("typebox").TString;
|
|
607
613
|
id: import("typebox").TString;
|
|
608
|
-
|
|
614
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
609
615
|
version: import("typebox").TNumber;
|
|
616
|
+
published: import("typebox").TBoolean;
|
|
617
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
610
618
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
611
619
|
creatorId: import("typebox").TString;
|
|
612
620
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -623,8 +631,10 @@ export declare function deleteClaimImpl(config: TApiClientConfig, argumentId: st
|
|
|
623
631
|
}>, import("typebox").TObject<{
|
|
624
632
|
digest: import("typebox").TString;
|
|
625
633
|
id: import("typebox").TString;
|
|
626
|
-
|
|
634
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
627
635
|
version: import("typebox").TNumber;
|
|
636
|
+
published: import("typebox").TBoolean;
|
|
637
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
628
638
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
629
639
|
creatorId: import("typebox").TString;
|
|
630
640
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -634,8 +644,8 @@ export declare function deleteClaimImpl(config: TApiClientConfig, argumentId: st
|
|
|
634
644
|
title: import("typebox").TNull;
|
|
635
645
|
body: import("typebox").TNull;
|
|
636
646
|
titleContentHash: import("typebox").TNull;
|
|
637
|
-
url: import("typebox").TString
|
|
638
|
-
citation: import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").
|
|
647
|
+
url: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
648
|
+
citation: import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
|
|
639
649
|
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">]>;
|
|
640
650
|
}>, import("typebox").TObject<{
|
|
641
651
|
type: import("typebox").TLiteral<"Book">;
|
|
@@ -1062,14 +1072,16 @@ export declare function deleteClaimImpl(config: TApiClientConfig, argumentId: st
|
|
|
1062
1072
|
text: import("typebox").TString;
|
|
1063
1073
|
citationTypeGuess: import("typebox").TUnion<[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<"unknown">]>;
|
|
1064
1074
|
url: import("typebox").TOptional<import("typebox").TString>;
|
|
1065
|
-
}>]
|
|
1075
|
+
}>]>;
|
|
1066
1076
|
citationContentHash: import("typebox").TString;
|
|
1067
1077
|
axiom: import("typebox").TNull;
|
|
1068
1078
|
}>, import("typebox").TObject<{
|
|
1069
1079
|
digest: import("typebox").TString;
|
|
1070
1080
|
id: import("typebox").TString;
|
|
1071
|
-
|
|
1081
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
1072
1082
|
version: import("typebox").TNumber;
|
|
1083
|
+
published: import("typebox").TBoolean;
|
|
1084
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
1073
1085
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
1074
1086
|
creatorId: import("typebox").TString;
|
|
1075
1087
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -1106,8 +1118,10 @@ export declare function updateClaimImpl(config: TApiClientConfig, argumentId: st
|
|
|
1106
1118
|
}>> | import("../../schemas/common.js").ParsedSuccess<import("typebox").TUnion<[import("typebox").TObject<{
|
|
1107
1119
|
digest: import("typebox").TString;
|
|
1108
1120
|
id: import("typebox").TString;
|
|
1109
|
-
|
|
1121
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
1110
1122
|
version: import("typebox").TNumber;
|
|
1123
|
+
published: import("typebox").TBoolean;
|
|
1124
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
1111
1125
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
1112
1126
|
creatorId: import("typebox").TString;
|
|
1113
1127
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -1124,8 +1138,10 @@ export declare function updateClaimImpl(config: TApiClientConfig, argumentId: st
|
|
|
1124
1138
|
}>, import("typebox").TObject<{
|
|
1125
1139
|
digest: import("typebox").TString;
|
|
1126
1140
|
id: import("typebox").TString;
|
|
1127
|
-
|
|
1141
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
1128
1142
|
version: import("typebox").TNumber;
|
|
1143
|
+
published: import("typebox").TBoolean;
|
|
1144
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
1129
1145
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
1130
1146
|
creatorId: import("typebox").TString;
|
|
1131
1147
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -1135,8 +1151,8 @@ export declare function updateClaimImpl(config: TApiClientConfig, argumentId: st
|
|
|
1135
1151
|
title: import("typebox").TNull;
|
|
1136
1152
|
body: import("typebox").TNull;
|
|
1137
1153
|
titleContentHash: import("typebox").TNull;
|
|
1138
|
-
url: import("typebox").TString
|
|
1139
|
-
citation: import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").
|
|
1154
|
+
url: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
1155
|
+
citation: import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
|
|
1140
1156
|
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">]>;
|
|
1141
1157
|
}>, import("typebox").TObject<{
|
|
1142
1158
|
type: import("typebox").TLiteral<"Book">;
|
|
@@ -1563,14 +1579,16 @@ export declare function updateClaimImpl(config: TApiClientConfig, argumentId: st
|
|
|
1563
1579
|
text: import("typebox").TString;
|
|
1564
1580
|
citationTypeGuess: import("typebox").TUnion<[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<"unknown">]>;
|
|
1565
1581
|
url: import("typebox").TOptional<import("typebox").TString>;
|
|
1566
|
-
}>]
|
|
1582
|
+
}>]>;
|
|
1567
1583
|
citationContentHash: import("typebox").TString;
|
|
1568
1584
|
axiom: import("typebox").TNull;
|
|
1569
1585
|
}>, import("typebox").TObject<{
|
|
1570
1586
|
digest: import("typebox").TString;
|
|
1571
1587
|
id: import("typebox").TString;
|
|
1572
|
-
|
|
1588
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
1573
1589
|
version: import("typebox").TNumber;
|
|
1590
|
+
published: import("typebox").TBoolean;
|
|
1591
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
1574
1592
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
1575
1593
|
creatorId: import("typebox").TString;
|
|
1576
1594
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -1607,8 +1625,10 @@ export declare function createClaimCitationImpl(config: TApiClientConfig, argume
|
|
|
1607
1625
|
citation: import("typebox").TUnion<[import("typebox").TObject<{
|
|
1608
1626
|
digest: import("typebox").TString;
|
|
1609
1627
|
id: import("typebox").TString;
|
|
1610
|
-
|
|
1628
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
1611
1629
|
version: import("typebox").TNumber;
|
|
1630
|
+
published: import("typebox").TBoolean;
|
|
1631
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
1612
1632
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
1613
1633
|
creatorId: import("typebox").TString;
|
|
1614
1634
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -1625,8 +1645,10 @@ export declare function createClaimCitationImpl(config: TApiClientConfig, argume
|
|
|
1625
1645
|
}>, import("typebox").TObject<{
|
|
1626
1646
|
digest: import("typebox").TString;
|
|
1627
1647
|
id: import("typebox").TString;
|
|
1628
|
-
|
|
1648
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
1629
1649
|
version: import("typebox").TNumber;
|
|
1650
|
+
published: import("typebox").TBoolean;
|
|
1651
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
1630
1652
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
1631
1653
|
creatorId: import("typebox").TString;
|
|
1632
1654
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -1636,8 +1658,8 @@ export declare function createClaimCitationImpl(config: TApiClientConfig, argume
|
|
|
1636
1658
|
title: import("typebox").TNull;
|
|
1637
1659
|
body: import("typebox").TNull;
|
|
1638
1660
|
titleContentHash: import("typebox").TNull;
|
|
1639
|
-
url: import("typebox").TString
|
|
1640
|
-
citation: import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").
|
|
1661
|
+
url: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
1662
|
+
citation: import("typebox").TUnion<[import("typebox").TUnion<[import("typebox").TIntersect<[import("typebox").TObject<{
|
|
1641
1663
|
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">]>;
|
|
1642
1664
|
}>, import("typebox").TObject<{
|
|
1643
1665
|
type: import("typebox").TLiteral<"Book">;
|
|
@@ -2064,14 +2086,16 @@ export declare function createClaimCitationImpl(config: TApiClientConfig, argume
|
|
|
2064
2086
|
text: import("typebox").TString;
|
|
2065
2087
|
citationTypeGuess: import("typebox").TUnion<[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<"unknown">]>;
|
|
2066
2088
|
url: import("typebox").TOptional<import("typebox").TString>;
|
|
2067
|
-
}>]
|
|
2089
|
+
}>]>;
|
|
2068
2090
|
citationContentHash: import("typebox").TString;
|
|
2069
2091
|
axiom: import("typebox").TNull;
|
|
2070
2092
|
}>, import("typebox").TObject<{
|
|
2071
2093
|
digest: import("typebox").TString;
|
|
2072
2094
|
id: import("typebox").TString;
|
|
2073
|
-
|
|
2095
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
2074
2096
|
version: import("typebox").TNumber;
|
|
2097
|
+
published: import("typebox").TBoolean;
|
|
2098
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
2075
2099
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
2076
2100
|
creatorId: import("typebox").TString;
|
|
2077
2101
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -2167,8 +2191,10 @@ export declare function createClaimAxiomImpl(config: TApiClientConfig, args: {
|
|
|
2167
2191
|
axiomClaim: import("typebox").TObject<{
|
|
2168
2192
|
digest: import("typebox").TString;
|
|
2169
2193
|
id: import("typebox").TString;
|
|
2170
|
-
|
|
2194
|
+
originArgumentId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
2171
2195
|
version: import("typebox").TNumber;
|
|
2196
|
+
published: import("typebox").TBoolean;
|
|
2197
|
+
publishedOn: import("typebox").TUnion<[import("../../schemas/common.js").TDateType, import("typebox").TNull]>;
|
|
2172
2198
|
claimForkId: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
2173
2199
|
creatorId: import("typebox").TString;
|
|
2174
2200
|
createdOn: import("../../schemas/common.js").TDateType;
|
|
@@ -2205,6 +2231,7 @@ export declare function createClaimAxiomImpl(config: TApiClientConfig, args: {
|
|
|
2205
2231
|
role: import("typebox").TUnion<[import("typebox").TLiteral<"conclusion">, import("typebox").TLiteral<"supporting">]>;
|
|
2206
2232
|
createdOn: import("typebox").TOptional<import("../../schemas/common.js").TDateType>;
|
|
2207
2233
|
creatorId: import("typebox").TOptional<import("typebox").TString>;
|
|
2234
|
+
derivedClaimVersion: import("typebox").TOptional<import("typebox").TUnion<[import("typebox").TNumber, import("typebox").TNull]>>;
|
|
2208
2235
|
}>]>;
|
|
2209
2236
|
}>>>;
|
|
2210
2237
|
//# sourceMappingURL=claims.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"claims.d.ts","sourceRoot":"","sources":["../../../src/api-client/argument/claims.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,mBAAmB,EACnB,kBAAkB,EAClB,UAAU,EACb,MAAM,+BAA+B,CAAA;AAWtC,OAAO,EAEH,KAAK,cAAc,EACtB,MAAM,mCAAmC,CAAA;AAE1C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAGpD,wBAAsB,eAAe,CACjC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,mBAAmB
|
|
1
|
+
{"version":3,"file":"claims.d.ts","sourceRoot":"","sources":["../../../src/api-client/argument/claims.ts"],"names":[],"mappings":"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"}
|