@proposit/shared 0.10.0 → 0.11.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 +39 -0
- package/dist/api-client/argument/batch.d.ts.map +1 -1
- package/dist/api-client/argument/claims.d.ts +65 -0
- package/dist/api-client/argument/claims.d.ts.map +1 -1
- package/dist/api-client/argument/index.d.ts +169 -0
- package/dist/api-client/argument/index.d.ts.map +1 -1
- package/dist/api-client/argument/logic/index.d.ts +221 -0
- package/dist/api-client/argument/logic/index.d.ts.map +1 -1
- package/dist/api-client/argument/logic/repair.d.ts +13 -0
- package/dist/api-client/argument/logic/repair.d.ts.map +1 -1
- package/dist/api-client/argument/reactions.d.ts +26 -0
- package/dist/api-client/argument/reactions.d.ts.map +1 -1
- package/dist/api-client/argument/reviews.d.ts +78 -0
- package/dist/api-client/argument/reviews.d.ts.map +1 -1
- package/dist/api-client/search.d.ts +39 -0
- package/dist/api-client/search.d.ts.map +1 -1
- package/dist/api-client/user/citations.d.ts +13 -0
- package/dist/api-client/user/citations.d.ts.map +1 -1
- package/dist/api-client/user/claims.d.ts +13 -0
- package/dist/api-client/user/claims.d.ts.map +1 -1
- package/dist/api-client/user/delete-user.d.ts +13 -0
- package/dist/api-client/user/delete-user.d.ts.map +1 -1
- package/dist/utils/utils.d.ts +15 -1
- package/dist/utils/utils.d.ts.map +1 -1
- package/dist/utils/utils.js +10 -0
- package/dist/utils/utils.js.map +1 -1
- package/package.json +1 -1
|
@@ -4,6 +4,19 @@ export declare function getMyReviewImpl(config: TApiClientConfig, argumentId: st
|
|
|
4
4
|
errorID: import("typebox").TNumber;
|
|
5
5
|
errorMessage: import("typebox").TString;
|
|
6
6
|
statusCode: import("typebox").TNumber;
|
|
7
|
+
}>> | import("../../schemas/common.js").ParsedError<import("typebox").TObject<{
|
|
8
|
+
error: import("typebox").TLiteral<"GRAMMAR_VIOLATIONS">;
|
|
9
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
10
|
+
violations: import("typebox").TArray<import("typebox").TObject<{
|
|
11
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
12
|
+
code: import("typebox").TUnion<[import("typebox").TLiteral<"S-1">, import("typebox").TLiteral<"S-2">, import("typebox").TLiteral<"S-3">, import("typebox").TLiteral<"S-4">, import("typebox").TLiteral<"S-5">, import("typebox").TLiteral<"S-6">, import("typebox").TLiteral<"S-7">, import("typebox").TLiteral<"S-8">, import("typebox").TLiteral<"S-9">, import("typebox").TLiteral<"S-10">, import("typebox").TLiteral<"S-11">, import("typebox").TLiteral<"S-12">, import("typebox").TLiteral<"S-13">, import("typebox").TLiteral<"S-14">, import("typebox").TLiteral<"E-1">, import("typebox").TLiteral<"E-3">, import("typebox").TLiteral<"E-4">, import("typebox").TLiteral<"E-5">, import("typebox").TLiteral<"E-6">, import("typebox").TLiteral<"E-7">, import("typebox").TLiteral<"D-1">, import("typebox").TLiteral<"D-2">, import("typebox").TLiteral<"D-3">, import("typebox").TLiteral<"D-4">, import("typebox").TLiteral<"D-5">, import("typebox").TLiteral<"D-6">, import("typebox").TLiteral<"P-1">, import("typebox").TLiteral<"P-2">, import("typebox").TLiteral<"P-3">, import("typebox").TLiteral<"P-4">, import("typebox").TLiteral<"P-5">]>;
|
|
13
|
+
message: import("typebox").TString;
|
|
14
|
+
argumentId: import("typebox").TOptional<import("typebox").TString>;
|
|
15
|
+
premiseId: import("typebox").TOptional<import("typebox").TString>;
|
|
16
|
+
expressionId: import("typebox").TOptional<import("typebox").TString>;
|
|
17
|
+
variableId: import("typebox").TOptional<import("typebox").TString>;
|
|
18
|
+
claimId: import("typebox").TOptional<import("typebox").TString>;
|
|
19
|
+
}>>;
|
|
7
20
|
}>> | import("../../schemas/common.js").ParsedSuccess<import("typebox").TObject<{
|
|
8
21
|
review: import("typebox").TObject<{
|
|
9
22
|
id: import("typebox").TString;
|
|
@@ -43,6 +56,19 @@ export declare function createReviewRemoteImpl(config: TApiClientConfig, argumen
|
|
|
43
56
|
errorID: import("typebox").TNumber;
|
|
44
57
|
errorMessage: import("typebox").TString;
|
|
45
58
|
statusCode: import("typebox").TNumber;
|
|
59
|
+
}>> | import("../../schemas/common.js").ParsedError<import("typebox").TObject<{
|
|
60
|
+
error: import("typebox").TLiteral<"GRAMMAR_VIOLATIONS">;
|
|
61
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
62
|
+
violations: import("typebox").TArray<import("typebox").TObject<{
|
|
63
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
64
|
+
code: import("typebox").TUnion<[import("typebox").TLiteral<"S-1">, import("typebox").TLiteral<"S-2">, import("typebox").TLiteral<"S-3">, import("typebox").TLiteral<"S-4">, import("typebox").TLiteral<"S-5">, import("typebox").TLiteral<"S-6">, import("typebox").TLiteral<"S-7">, import("typebox").TLiteral<"S-8">, import("typebox").TLiteral<"S-9">, import("typebox").TLiteral<"S-10">, import("typebox").TLiteral<"S-11">, import("typebox").TLiteral<"S-12">, import("typebox").TLiteral<"S-13">, import("typebox").TLiteral<"S-14">, import("typebox").TLiteral<"E-1">, import("typebox").TLiteral<"E-3">, import("typebox").TLiteral<"E-4">, import("typebox").TLiteral<"E-5">, import("typebox").TLiteral<"E-6">, import("typebox").TLiteral<"E-7">, import("typebox").TLiteral<"D-1">, import("typebox").TLiteral<"D-2">, import("typebox").TLiteral<"D-3">, import("typebox").TLiteral<"D-4">, import("typebox").TLiteral<"D-5">, import("typebox").TLiteral<"D-6">, import("typebox").TLiteral<"P-1">, import("typebox").TLiteral<"P-2">, import("typebox").TLiteral<"P-3">, import("typebox").TLiteral<"P-4">, import("typebox").TLiteral<"P-5">]>;
|
|
65
|
+
message: import("typebox").TString;
|
|
66
|
+
argumentId: import("typebox").TOptional<import("typebox").TString>;
|
|
67
|
+
premiseId: import("typebox").TOptional<import("typebox").TString>;
|
|
68
|
+
expressionId: import("typebox").TOptional<import("typebox").TString>;
|
|
69
|
+
variableId: import("typebox").TOptional<import("typebox").TString>;
|
|
70
|
+
claimId: import("typebox").TOptional<import("typebox").TString>;
|
|
71
|
+
}>>;
|
|
46
72
|
}>> | import("../../schemas/common.js").ParsedSuccess<import("typebox").TObject<{
|
|
47
73
|
review: import("typebox").TObject<{
|
|
48
74
|
id: import("typebox").TString;
|
|
@@ -75,6 +101,19 @@ export declare function getReviewByIdRemoteImpl(config: TApiClientConfig, argume
|
|
|
75
101
|
errorID: import("typebox").TNumber;
|
|
76
102
|
errorMessage: import("typebox").TString;
|
|
77
103
|
statusCode: import("typebox").TNumber;
|
|
104
|
+
}>> | import("../../schemas/common.js").ParsedError<import("typebox").TObject<{
|
|
105
|
+
error: import("typebox").TLiteral<"GRAMMAR_VIOLATIONS">;
|
|
106
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
107
|
+
violations: import("typebox").TArray<import("typebox").TObject<{
|
|
108
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
109
|
+
code: import("typebox").TUnion<[import("typebox").TLiteral<"S-1">, import("typebox").TLiteral<"S-2">, import("typebox").TLiteral<"S-3">, import("typebox").TLiteral<"S-4">, import("typebox").TLiteral<"S-5">, import("typebox").TLiteral<"S-6">, import("typebox").TLiteral<"S-7">, import("typebox").TLiteral<"S-8">, import("typebox").TLiteral<"S-9">, import("typebox").TLiteral<"S-10">, import("typebox").TLiteral<"S-11">, import("typebox").TLiteral<"S-12">, import("typebox").TLiteral<"S-13">, import("typebox").TLiteral<"S-14">, import("typebox").TLiteral<"E-1">, import("typebox").TLiteral<"E-3">, import("typebox").TLiteral<"E-4">, import("typebox").TLiteral<"E-5">, import("typebox").TLiteral<"E-6">, import("typebox").TLiteral<"E-7">, import("typebox").TLiteral<"D-1">, import("typebox").TLiteral<"D-2">, import("typebox").TLiteral<"D-3">, import("typebox").TLiteral<"D-4">, import("typebox").TLiteral<"D-5">, import("typebox").TLiteral<"D-6">, import("typebox").TLiteral<"P-1">, import("typebox").TLiteral<"P-2">, import("typebox").TLiteral<"P-3">, import("typebox").TLiteral<"P-4">, import("typebox").TLiteral<"P-5">]>;
|
|
110
|
+
message: import("typebox").TString;
|
|
111
|
+
argumentId: import("typebox").TOptional<import("typebox").TString>;
|
|
112
|
+
premiseId: import("typebox").TOptional<import("typebox").TString>;
|
|
113
|
+
expressionId: import("typebox").TOptional<import("typebox").TString>;
|
|
114
|
+
variableId: import("typebox").TOptional<import("typebox").TString>;
|
|
115
|
+
claimId: import("typebox").TOptional<import("typebox").TString>;
|
|
116
|
+
}>>;
|
|
78
117
|
}>> | import("../../schemas/common.js").ParsedSuccess<import("typebox").TObject<{
|
|
79
118
|
review: import("typebox").TObject<{
|
|
80
119
|
id: import("typebox").TString;
|
|
@@ -114,6 +153,19 @@ export declare function patchReviewRemoteImpl(config: TApiClientConfig, argument
|
|
|
114
153
|
errorID: import("typebox").TNumber;
|
|
115
154
|
errorMessage: import("typebox").TString;
|
|
116
155
|
statusCode: import("typebox").TNumber;
|
|
156
|
+
}>> | import("../../schemas/common.js").ParsedError<import("typebox").TObject<{
|
|
157
|
+
error: import("typebox").TLiteral<"GRAMMAR_VIOLATIONS">;
|
|
158
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
159
|
+
violations: import("typebox").TArray<import("typebox").TObject<{
|
|
160
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
161
|
+
code: import("typebox").TUnion<[import("typebox").TLiteral<"S-1">, import("typebox").TLiteral<"S-2">, import("typebox").TLiteral<"S-3">, import("typebox").TLiteral<"S-4">, import("typebox").TLiteral<"S-5">, import("typebox").TLiteral<"S-6">, import("typebox").TLiteral<"S-7">, import("typebox").TLiteral<"S-8">, import("typebox").TLiteral<"S-9">, import("typebox").TLiteral<"S-10">, import("typebox").TLiteral<"S-11">, import("typebox").TLiteral<"S-12">, import("typebox").TLiteral<"S-13">, import("typebox").TLiteral<"S-14">, import("typebox").TLiteral<"E-1">, import("typebox").TLiteral<"E-3">, import("typebox").TLiteral<"E-4">, import("typebox").TLiteral<"E-5">, import("typebox").TLiteral<"E-6">, import("typebox").TLiteral<"E-7">, import("typebox").TLiteral<"D-1">, import("typebox").TLiteral<"D-2">, import("typebox").TLiteral<"D-3">, import("typebox").TLiteral<"D-4">, import("typebox").TLiteral<"D-5">, import("typebox").TLiteral<"D-6">, import("typebox").TLiteral<"P-1">, import("typebox").TLiteral<"P-2">, import("typebox").TLiteral<"P-3">, import("typebox").TLiteral<"P-4">, import("typebox").TLiteral<"P-5">]>;
|
|
162
|
+
message: import("typebox").TString;
|
|
163
|
+
argumentId: import("typebox").TOptional<import("typebox").TString>;
|
|
164
|
+
premiseId: import("typebox").TOptional<import("typebox").TString>;
|
|
165
|
+
expressionId: import("typebox").TOptional<import("typebox").TString>;
|
|
166
|
+
variableId: import("typebox").TOptional<import("typebox").TString>;
|
|
167
|
+
claimId: import("typebox").TOptional<import("typebox").TString>;
|
|
168
|
+
}>>;
|
|
117
169
|
}>> | import("../../schemas/common.js").ParsedSuccess<import("typebox").TObject<{
|
|
118
170
|
review: import("typebox").TObject<{
|
|
119
171
|
id: import("typebox").TString;
|
|
@@ -146,6 +198,19 @@ export declare function deleteReviewRemoteImpl(config: TApiClientConfig, argumen
|
|
|
146
198
|
errorID: import("typebox").TNumber;
|
|
147
199
|
errorMessage: import("typebox").TString;
|
|
148
200
|
statusCode: import("typebox").TNumber;
|
|
201
|
+
}>> | import("../../schemas/common.js").ParsedError<import("typebox").TObject<{
|
|
202
|
+
error: import("typebox").TLiteral<"GRAMMAR_VIOLATIONS">;
|
|
203
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
204
|
+
violations: import("typebox").TArray<import("typebox").TObject<{
|
|
205
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
206
|
+
code: import("typebox").TUnion<[import("typebox").TLiteral<"S-1">, import("typebox").TLiteral<"S-2">, import("typebox").TLiteral<"S-3">, import("typebox").TLiteral<"S-4">, import("typebox").TLiteral<"S-5">, import("typebox").TLiteral<"S-6">, import("typebox").TLiteral<"S-7">, import("typebox").TLiteral<"S-8">, import("typebox").TLiteral<"S-9">, import("typebox").TLiteral<"S-10">, import("typebox").TLiteral<"S-11">, import("typebox").TLiteral<"S-12">, import("typebox").TLiteral<"S-13">, import("typebox").TLiteral<"S-14">, import("typebox").TLiteral<"E-1">, import("typebox").TLiteral<"E-3">, import("typebox").TLiteral<"E-4">, import("typebox").TLiteral<"E-5">, import("typebox").TLiteral<"E-6">, import("typebox").TLiteral<"E-7">, import("typebox").TLiteral<"D-1">, import("typebox").TLiteral<"D-2">, import("typebox").TLiteral<"D-3">, import("typebox").TLiteral<"D-4">, import("typebox").TLiteral<"D-5">, import("typebox").TLiteral<"D-6">, import("typebox").TLiteral<"P-1">, import("typebox").TLiteral<"P-2">, import("typebox").TLiteral<"P-3">, import("typebox").TLiteral<"P-4">, import("typebox").TLiteral<"P-5">]>;
|
|
207
|
+
message: import("typebox").TString;
|
|
208
|
+
argumentId: import("typebox").TOptional<import("typebox").TString>;
|
|
209
|
+
premiseId: import("typebox").TOptional<import("typebox").TString>;
|
|
210
|
+
expressionId: import("typebox").TOptional<import("typebox").TString>;
|
|
211
|
+
variableId: import("typebox").TOptional<import("typebox").TString>;
|
|
212
|
+
claimId: import("typebox").TOptional<import("typebox").TString>;
|
|
213
|
+
}>>;
|
|
149
214
|
}>> | import("../../schemas/common.js").ParsedSuccess<import("typebox").TObject<{
|
|
150
215
|
success: import("typebox").TLiteral<true>;
|
|
151
216
|
}>>>;
|
|
@@ -153,6 +218,19 @@ export declare function setReviewVisibilityImpl(config: TApiClientConfig, argume
|
|
|
153
218
|
errorID: import("typebox").TNumber;
|
|
154
219
|
errorMessage: import("typebox").TString;
|
|
155
220
|
statusCode: import("typebox").TNumber;
|
|
221
|
+
}>> | import("../../schemas/common.js").ParsedError<import("typebox").TObject<{
|
|
222
|
+
error: import("typebox").TLiteral<"GRAMMAR_VIOLATIONS">;
|
|
223
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
224
|
+
violations: import("typebox").TArray<import("typebox").TObject<{
|
|
225
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
226
|
+
code: import("typebox").TUnion<[import("typebox").TLiteral<"S-1">, import("typebox").TLiteral<"S-2">, import("typebox").TLiteral<"S-3">, import("typebox").TLiteral<"S-4">, import("typebox").TLiteral<"S-5">, import("typebox").TLiteral<"S-6">, import("typebox").TLiteral<"S-7">, import("typebox").TLiteral<"S-8">, import("typebox").TLiteral<"S-9">, import("typebox").TLiteral<"S-10">, import("typebox").TLiteral<"S-11">, import("typebox").TLiteral<"S-12">, import("typebox").TLiteral<"S-13">, import("typebox").TLiteral<"S-14">, import("typebox").TLiteral<"E-1">, import("typebox").TLiteral<"E-3">, import("typebox").TLiteral<"E-4">, import("typebox").TLiteral<"E-5">, import("typebox").TLiteral<"E-6">, import("typebox").TLiteral<"E-7">, import("typebox").TLiteral<"D-1">, import("typebox").TLiteral<"D-2">, import("typebox").TLiteral<"D-3">, import("typebox").TLiteral<"D-4">, import("typebox").TLiteral<"D-5">, import("typebox").TLiteral<"D-6">, import("typebox").TLiteral<"P-1">, import("typebox").TLiteral<"P-2">, import("typebox").TLiteral<"P-3">, import("typebox").TLiteral<"P-4">, import("typebox").TLiteral<"P-5">]>;
|
|
227
|
+
message: import("typebox").TString;
|
|
228
|
+
argumentId: import("typebox").TOptional<import("typebox").TString>;
|
|
229
|
+
premiseId: import("typebox").TOptional<import("typebox").TString>;
|
|
230
|
+
expressionId: import("typebox").TOptional<import("typebox").TString>;
|
|
231
|
+
variableId: import("typebox").TOptional<import("typebox").TString>;
|
|
232
|
+
claimId: import("typebox").TOptional<import("typebox").TString>;
|
|
233
|
+
}>>;
|
|
156
234
|
}>> | import("../../schemas/common.js").ParsedSuccess<import("typebox").TObject<{
|
|
157
235
|
review: import("typebox").TObject<{
|
|
158
236
|
id: import("typebox").TString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reviews.d.ts","sourceRoot":"","sources":["../../../src/api-client/argument/reviews.ts"],"names":[],"mappings":"AAAA,OAAO,EASH,KAAK,oBAAoB,EAC5B,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
|
|
1
|
+
{"version":3,"file":"reviews.d.ts","sourceRoot":"","sources":["../../../src/api-client/argument/reviews.ts"],"names":[],"mappings":"AAAA,OAAO,EASH,KAAK,oBAAoB,EAC5B,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAUlB;AAED,wBAAsB,sBAAsB,CACxC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAWlB;AAED,wBAAsB,uBAAuB,CACzC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAUnB;AAED,wBAAsB,qBAAqB,CACvC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,IAAI,EAAE,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAW7B;AAED,wBAAsB,sBAAsB,CACxC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM;;;;;;;;;;;;;;;;;;;KAUnB;AAED,wBAAsB,uBAAuB,CACzC,MAAM,EAAE,gBAAgB,EACxB,UAAU,EAAE,MAAM,EAClB,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAWpB"}
|
|
@@ -3,6 +3,19 @@ export declare function searchUserClaimsImpl(config: TApiClientConfig, query: st
|
|
|
3
3
|
errorID: import("typebox").TNumber;
|
|
4
4
|
errorMessage: import("typebox").TString;
|
|
5
5
|
statusCode: import("typebox").TNumber;
|
|
6
|
+
}>> | import("../schemas/common.js").ParsedError<import("typebox").TObject<{
|
|
7
|
+
error: import("typebox").TLiteral<"GRAMMAR_VIOLATIONS">;
|
|
8
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
9
|
+
violations: import("typebox").TArray<import("typebox").TObject<{
|
|
10
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
11
|
+
code: import("typebox").TUnion<[import("typebox").TLiteral<"S-1">, import("typebox").TLiteral<"S-2">, import("typebox").TLiteral<"S-3">, import("typebox").TLiteral<"S-4">, import("typebox").TLiteral<"S-5">, import("typebox").TLiteral<"S-6">, import("typebox").TLiteral<"S-7">, import("typebox").TLiteral<"S-8">, import("typebox").TLiteral<"S-9">, import("typebox").TLiteral<"S-10">, import("typebox").TLiteral<"S-11">, import("typebox").TLiteral<"S-12">, import("typebox").TLiteral<"S-13">, import("typebox").TLiteral<"S-14">, import("typebox").TLiteral<"E-1">, import("typebox").TLiteral<"E-3">, import("typebox").TLiteral<"E-4">, import("typebox").TLiteral<"E-5">, import("typebox").TLiteral<"E-6">, import("typebox").TLiteral<"E-7">, import("typebox").TLiteral<"D-1">, import("typebox").TLiteral<"D-2">, import("typebox").TLiteral<"D-3">, import("typebox").TLiteral<"D-4">, import("typebox").TLiteral<"D-5">, import("typebox").TLiteral<"D-6">, import("typebox").TLiteral<"P-1">, import("typebox").TLiteral<"P-2">, import("typebox").TLiteral<"P-3">, import("typebox").TLiteral<"P-4">, import("typebox").TLiteral<"P-5">]>;
|
|
12
|
+
message: import("typebox").TString;
|
|
13
|
+
argumentId: import("typebox").TOptional<import("typebox").TString>;
|
|
14
|
+
premiseId: import("typebox").TOptional<import("typebox").TString>;
|
|
15
|
+
expressionId: import("typebox").TOptional<import("typebox").TString>;
|
|
16
|
+
variableId: import("typebox").TOptional<import("typebox").TString>;
|
|
17
|
+
claimId: import("typebox").TOptional<import("typebox").TString>;
|
|
18
|
+
}>>;
|
|
6
19
|
}>> | import("../schemas/common.js").ParsedSuccess<import("typebox").TArray<import("typebox").TObject<{
|
|
7
20
|
id: import("typebox").TString;
|
|
8
21
|
argumentId: import("typebox").TString;
|
|
@@ -16,6 +29,19 @@ export declare function searchUserCitationsImpl(config: TApiClientConfig, query:
|
|
|
16
29
|
errorID: import("typebox").TNumber;
|
|
17
30
|
errorMessage: import("typebox").TString;
|
|
18
31
|
statusCode: import("typebox").TNumber;
|
|
32
|
+
}>> | import("../schemas/common.js").ParsedError<import("typebox").TObject<{
|
|
33
|
+
error: import("typebox").TLiteral<"GRAMMAR_VIOLATIONS">;
|
|
34
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
35
|
+
violations: import("typebox").TArray<import("typebox").TObject<{
|
|
36
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
37
|
+
code: import("typebox").TUnion<[import("typebox").TLiteral<"S-1">, import("typebox").TLiteral<"S-2">, import("typebox").TLiteral<"S-3">, import("typebox").TLiteral<"S-4">, import("typebox").TLiteral<"S-5">, import("typebox").TLiteral<"S-6">, import("typebox").TLiteral<"S-7">, import("typebox").TLiteral<"S-8">, import("typebox").TLiteral<"S-9">, import("typebox").TLiteral<"S-10">, import("typebox").TLiteral<"S-11">, import("typebox").TLiteral<"S-12">, import("typebox").TLiteral<"S-13">, import("typebox").TLiteral<"S-14">, import("typebox").TLiteral<"E-1">, import("typebox").TLiteral<"E-3">, import("typebox").TLiteral<"E-4">, import("typebox").TLiteral<"E-5">, import("typebox").TLiteral<"E-6">, import("typebox").TLiteral<"E-7">, import("typebox").TLiteral<"D-1">, import("typebox").TLiteral<"D-2">, import("typebox").TLiteral<"D-3">, import("typebox").TLiteral<"D-4">, import("typebox").TLiteral<"D-5">, import("typebox").TLiteral<"D-6">, import("typebox").TLiteral<"P-1">, import("typebox").TLiteral<"P-2">, import("typebox").TLiteral<"P-3">, import("typebox").TLiteral<"P-4">, import("typebox").TLiteral<"P-5">]>;
|
|
38
|
+
message: import("typebox").TString;
|
|
39
|
+
argumentId: import("typebox").TOptional<import("typebox").TString>;
|
|
40
|
+
premiseId: import("typebox").TOptional<import("typebox").TString>;
|
|
41
|
+
expressionId: import("typebox").TOptional<import("typebox").TString>;
|
|
42
|
+
variableId: import("typebox").TOptional<import("typebox").TString>;
|
|
43
|
+
claimId: import("typebox").TOptional<import("typebox").TString>;
|
|
44
|
+
}>>;
|
|
19
45
|
}>> | import("../schemas/common.js").ParsedSuccess<import("typebox").TArray<import("typebox").TObject<{
|
|
20
46
|
id: import("typebox").TString;
|
|
21
47
|
citation: import("typebox").TAny;
|
|
@@ -28,6 +54,19 @@ export declare function searchUserEntitiesImpl(config: TApiClientConfig, query:
|
|
|
28
54
|
errorID: import("typebox").TNumber;
|
|
29
55
|
errorMessage: import("typebox").TString;
|
|
30
56
|
statusCode: import("typebox").TNumber;
|
|
57
|
+
}>> | import("../schemas/common.js").ParsedError<import("typebox").TObject<{
|
|
58
|
+
error: import("typebox").TLiteral<"GRAMMAR_VIOLATIONS">;
|
|
59
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
60
|
+
violations: import("typebox").TArray<import("typebox").TObject<{
|
|
61
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
62
|
+
code: import("typebox").TUnion<[import("typebox").TLiteral<"S-1">, import("typebox").TLiteral<"S-2">, import("typebox").TLiteral<"S-3">, import("typebox").TLiteral<"S-4">, import("typebox").TLiteral<"S-5">, import("typebox").TLiteral<"S-6">, import("typebox").TLiteral<"S-7">, import("typebox").TLiteral<"S-8">, import("typebox").TLiteral<"S-9">, import("typebox").TLiteral<"S-10">, import("typebox").TLiteral<"S-11">, import("typebox").TLiteral<"S-12">, import("typebox").TLiteral<"S-13">, import("typebox").TLiteral<"S-14">, import("typebox").TLiteral<"E-1">, import("typebox").TLiteral<"E-3">, import("typebox").TLiteral<"E-4">, import("typebox").TLiteral<"E-5">, import("typebox").TLiteral<"E-6">, import("typebox").TLiteral<"E-7">, import("typebox").TLiteral<"D-1">, import("typebox").TLiteral<"D-2">, import("typebox").TLiteral<"D-3">, import("typebox").TLiteral<"D-4">, import("typebox").TLiteral<"D-5">, import("typebox").TLiteral<"D-6">, import("typebox").TLiteral<"P-1">, import("typebox").TLiteral<"P-2">, import("typebox").TLiteral<"P-3">, import("typebox").TLiteral<"P-4">, import("typebox").TLiteral<"P-5">]>;
|
|
63
|
+
message: import("typebox").TString;
|
|
64
|
+
argumentId: import("typebox").TOptional<import("typebox").TString>;
|
|
65
|
+
premiseId: import("typebox").TOptional<import("typebox").TString>;
|
|
66
|
+
expressionId: import("typebox").TOptional<import("typebox").TString>;
|
|
67
|
+
variableId: import("typebox").TOptional<import("typebox").TString>;
|
|
68
|
+
claimId: import("typebox").TOptional<import("typebox").TString>;
|
|
69
|
+
}>>;
|
|
31
70
|
}>> | import("../schemas/common.js").ParsedSuccess<import("typebox").TObject<{
|
|
32
71
|
arguments: import("typebox").TArray<import("typebox").TObject<{
|
|
33
72
|
id: import("typebox").TString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../src/api-client/search.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAGnD,wBAAsB,oBAAoB,CACtC,MAAM,EAAE,gBAAgB,EACxB,KAAK,EAAE,MAAM,EACb,KAAK,SAAK,EACV,UAAU,CAAC,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../src/api-client/search.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAGnD,wBAAsB,oBAAoB,CACtC,MAAM,EAAE,gBAAgB,EACxB,KAAK,EAAE,MAAM,EACb,KAAK,SAAK,EACV,UAAU,CAAC,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;MActB;AAED,wBAAsB,uBAAuB,CACzC,MAAM,EAAE,gBAAgB,EACxB,KAAK,EAAE,MAAM,EACb,KAAK,SAAK;;;;;;;;;;;;;;;;;;;;;;;;MAab;AAED,wBAAsB,sBAAsB,CACxC,MAAM,EAAE,gBAAgB,EACxB,KAAK,EAAE,MAAM,EACb,KAAK,CAAC,EAAE,MAAM,EAAE,EAChB,KAAK,SAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAcb"}
|
|
@@ -3,6 +3,19 @@ export declare function getUserCitationsImpl(config: TApiClientConfig): Promise<
|
|
|
3
3
|
errorID: import("typebox").TNumber;
|
|
4
4
|
errorMessage: import("typebox").TString;
|
|
5
5
|
statusCode: import("typebox").TNumber;
|
|
6
|
+
}>> | import("../../schemas/common.js").ParsedError<import("typebox").TObject<{
|
|
7
|
+
error: import("typebox").TLiteral<"GRAMMAR_VIOLATIONS">;
|
|
8
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
9
|
+
violations: import("typebox").TArray<import("typebox").TObject<{
|
|
10
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
11
|
+
code: import("typebox").TUnion<[import("typebox").TLiteral<"S-1">, import("typebox").TLiteral<"S-2">, import("typebox").TLiteral<"S-3">, import("typebox").TLiteral<"S-4">, import("typebox").TLiteral<"S-5">, import("typebox").TLiteral<"S-6">, import("typebox").TLiteral<"S-7">, import("typebox").TLiteral<"S-8">, import("typebox").TLiteral<"S-9">, import("typebox").TLiteral<"S-10">, import("typebox").TLiteral<"S-11">, import("typebox").TLiteral<"S-12">, import("typebox").TLiteral<"S-13">, import("typebox").TLiteral<"S-14">, import("typebox").TLiteral<"E-1">, import("typebox").TLiteral<"E-3">, import("typebox").TLiteral<"E-4">, import("typebox").TLiteral<"E-5">, import("typebox").TLiteral<"E-6">, import("typebox").TLiteral<"E-7">, import("typebox").TLiteral<"D-1">, import("typebox").TLiteral<"D-2">, import("typebox").TLiteral<"D-3">, import("typebox").TLiteral<"D-4">, import("typebox").TLiteral<"D-5">, import("typebox").TLiteral<"D-6">, import("typebox").TLiteral<"P-1">, import("typebox").TLiteral<"P-2">, import("typebox").TLiteral<"P-3">, import("typebox").TLiteral<"P-4">, import("typebox").TLiteral<"P-5">]>;
|
|
12
|
+
message: import("typebox").TString;
|
|
13
|
+
argumentId: import("typebox").TOptional<import("typebox").TString>;
|
|
14
|
+
premiseId: import("typebox").TOptional<import("typebox").TString>;
|
|
15
|
+
expressionId: import("typebox").TOptional<import("typebox").TString>;
|
|
16
|
+
variableId: import("typebox").TOptional<import("typebox").TString>;
|
|
17
|
+
claimId: import("typebox").TOptional<import("typebox").TString>;
|
|
18
|
+
}>>;
|
|
6
19
|
}>> | import("../../schemas/common.js").ParsedSuccess<import("typebox").TArray<import("typebox").TObject<{
|
|
7
20
|
citation: import("typebox").TUnion<[import("typebox").TObject<{
|
|
8
21
|
digest: import("typebox").TString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"citations.d.ts","sourceRoot":"","sources":["../../../src/api-client/user/citations.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAGpD,wBAAsB,oBAAoB,CAAC,MAAM,EAAE,gBAAgB
|
|
1
|
+
{"version":3,"file":"citations.d.ts","sourceRoot":"","sources":["../../../src/api-client/user/citations.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAGpD,wBAAsB,oBAAoB,CAAC,MAAM,EAAE,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAQlE"}
|
|
@@ -3,6 +3,19 @@ export declare function getUserClaimsImpl(config: TApiClientConfig, argumentId?:
|
|
|
3
3
|
errorID: import("typebox").TNumber;
|
|
4
4
|
errorMessage: import("typebox").TString;
|
|
5
5
|
statusCode: import("typebox").TNumber;
|
|
6
|
+
}>> | import("../../schemas/common.js").ParsedError<import("typebox").TObject<{
|
|
7
|
+
error: import("typebox").TLiteral<"GRAMMAR_VIOLATIONS">;
|
|
8
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
9
|
+
violations: import("typebox").TArray<import("typebox").TObject<{
|
|
10
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
11
|
+
code: import("typebox").TUnion<[import("typebox").TLiteral<"S-1">, import("typebox").TLiteral<"S-2">, import("typebox").TLiteral<"S-3">, import("typebox").TLiteral<"S-4">, import("typebox").TLiteral<"S-5">, import("typebox").TLiteral<"S-6">, import("typebox").TLiteral<"S-7">, import("typebox").TLiteral<"S-8">, import("typebox").TLiteral<"S-9">, import("typebox").TLiteral<"S-10">, import("typebox").TLiteral<"S-11">, import("typebox").TLiteral<"S-12">, import("typebox").TLiteral<"S-13">, import("typebox").TLiteral<"S-14">, import("typebox").TLiteral<"E-1">, import("typebox").TLiteral<"E-3">, import("typebox").TLiteral<"E-4">, import("typebox").TLiteral<"E-5">, import("typebox").TLiteral<"E-6">, import("typebox").TLiteral<"E-7">, import("typebox").TLiteral<"D-1">, import("typebox").TLiteral<"D-2">, import("typebox").TLiteral<"D-3">, import("typebox").TLiteral<"D-4">, import("typebox").TLiteral<"D-5">, import("typebox").TLiteral<"D-6">, import("typebox").TLiteral<"P-1">, import("typebox").TLiteral<"P-2">, import("typebox").TLiteral<"P-3">, import("typebox").TLiteral<"P-4">, import("typebox").TLiteral<"P-5">]>;
|
|
12
|
+
message: import("typebox").TString;
|
|
13
|
+
argumentId: import("typebox").TOptional<import("typebox").TString>;
|
|
14
|
+
premiseId: import("typebox").TOptional<import("typebox").TString>;
|
|
15
|
+
expressionId: import("typebox").TOptional<import("typebox").TString>;
|
|
16
|
+
variableId: import("typebox").TOptional<import("typebox").TString>;
|
|
17
|
+
claimId: import("typebox").TOptional<import("typebox").TString>;
|
|
18
|
+
}>>;
|
|
6
19
|
}>> | import("../../schemas/common.js").ParsedSuccess<import("typebox").TArray<import("typebox").TObject<{
|
|
7
20
|
claim: import("typebox").TUnion<[import("typebox").TObject<{
|
|
8
21
|
digest: import("typebox").TString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"claims.d.ts","sourceRoot":"","sources":["../../../src/api-client/user/claims.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAGpD,wBAAsB,iBAAiB,CACnC,MAAM,EAAE,gBAAgB,EACxB,UAAU,CAAC,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"claims.d.ts","sourceRoot":"","sources":["../../../src/api-client/user/claims.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAGpD,wBAAsB,iBAAiB,CACnC,MAAM,EAAE,gBAAgB,EACxB,UAAU,CAAC,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAYtB"}
|
|
@@ -3,6 +3,19 @@ export declare function deleteUserImpl(config: TApiClientConfig): Promise<import
|
|
|
3
3
|
errorID: import("typebox").TNumber;
|
|
4
4
|
errorMessage: import("typebox").TString;
|
|
5
5
|
statusCode: import("typebox").TNumber;
|
|
6
|
+
}>> | import("../../schemas/common.js").ParsedError<import("typebox").TObject<{
|
|
7
|
+
error: import("typebox").TLiteral<"GRAMMAR_VIOLATIONS">;
|
|
8
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
9
|
+
violations: import("typebox").TArray<import("typebox").TObject<{
|
|
10
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
11
|
+
code: import("typebox").TUnion<[import("typebox").TLiteral<"S-1">, import("typebox").TLiteral<"S-2">, import("typebox").TLiteral<"S-3">, import("typebox").TLiteral<"S-4">, import("typebox").TLiteral<"S-5">, import("typebox").TLiteral<"S-6">, import("typebox").TLiteral<"S-7">, import("typebox").TLiteral<"S-8">, import("typebox").TLiteral<"S-9">, import("typebox").TLiteral<"S-10">, import("typebox").TLiteral<"S-11">, import("typebox").TLiteral<"S-12">, import("typebox").TLiteral<"S-13">, import("typebox").TLiteral<"S-14">, import("typebox").TLiteral<"E-1">, import("typebox").TLiteral<"E-3">, import("typebox").TLiteral<"E-4">, import("typebox").TLiteral<"E-5">, import("typebox").TLiteral<"E-6">, import("typebox").TLiteral<"E-7">, import("typebox").TLiteral<"D-1">, import("typebox").TLiteral<"D-2">, import("typebox").TLiteral<"D-3">, import("typebox").TLiteral<"D-4">, import("typebox").TLiteral<"D-5">, import("typebox").TLiteral<"D-6">, import("typebox").TLiteral<"P-1">, import("typebox").TLiteral<"P-2">, import("typebox").TLiteral<"P-3">, import("typebox").TLiteral<"P-4">, import("typebox").TLiteral<"P-5">]>;
|
|
12
|
+
message: import("typebox").TString;
|
|
13
|
+
argumentId: import("typebox").TOptional<import("typebox").TString>;
|
|
14
|
+
premiseId: import("typebox").TOptional<import("typebox").TString>;
|
|
15
|
+
expressionId: import("typebox").TOptional<import("typebox").TString>;
|
|
16
|
+
variableId: import("typebox").TOptional<import("typebox").TString>;
|
|
17
|
+
claimId: import("typebox").TOptional<import("typebox").TString>;
|
|
18
|
+
}>>;
|
|
6
19
|
}>> | import("../../schemas/common.js").ParsedSuccess<import("typebox").TObject<{
|
|
7
20
|
id: import("typebox").TString;
|
|
8
21
|
name: import("typebox").TUnion<[import("typebox").TString, import("typebox").TNull]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-user.d.ts","sourceRoot":"","sources":["../../../src/api-client/user/delete-user.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAGpD,wBAAsB,cAAc,CAAC,MAAM,EAAE,gBAAgB
|
|
1
|
+
{"version":3,"file":"delete-user.d.ts","sourceRoot":"","sources":["../../../src/api-client/user/delete-user.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAGpD,wBAAsB,cAAc,CAAC,MAAM,EAAE,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAQ5D"}
|
package/dist/utils/utils.d.ts
CHANGED
|
@@ -1,16 +1,30 @@
|
|
|
1
1
|
import { ErrorResponseSchema, type ParsedError, type ParsedSuccess } from "../schemas/common.js";
|
|
2
2
|
import type { JsonObject } from "../schemas/common.js";
|
|
3
|
+
import { GrammarViolationsResponseSchema } from "../schemas/api/grammar-violations.js";
|
|
3
4
|
import type { Static, TSchema } from "typebox";
|
|
4
5
|
export declare function awaitableSleep(timeout: number): Promise<void>;
|
|
5
6
|
export declare function stringToColor(str: string): string;
|
|
6
7
|
export declare function parseRequest<T extends TSchema>(request: Request, schema: T): Promise<Static<T>>;
|
|
7
|
-
export declare function parseResponse<T extends TSchema>(response: Response, schema: T): Promise<ParsedSuccess<T> | ParsedError<typeof ErrorResponseSchema>>;
|
|
8
|
+
export declare function parseResponse<T extends TSchema>(response: Response, schema: T): Promise<ParsedSuccess<T> | ParsedError<typeof ErrorResponseSchema> | ParsedError<typeof GrammarViolationsResponseSchema>>;
|
|
8
9
|
export declare function parseResponse<T extends TSchema, E extends TSchema>(response: Response, schema: T, errorSchema: E): Promise<ParsedSuccess<T> | ParsedError<E>>;
|
|
9
10
|
export declare function createUrlWithParameters<T extends TSchema>(urlString: string, data: Static<T>, schema: T, baseUrl?: string): import("node:url").URL;
|
|
10
11
|
export declare function strictFetch<T extends TSchema, R extends TSchema>(uri: Parameters<typeof fetch>[0], init: Omit<RequestInit, "body">, payload: JsonObject | undefined, requestSchema: T | undefined, responseSchema: R, fetchFn?: typeof fetch): Promise<ParsedError<import("typebox").TObject<{
|
|
11
12
|
errorID: import("typebox").TNumber;
|
|
12
13
|
errorMessage: import("typebox").TString;
|
|
13
14
|
statusCode: import("typebox").TNumber;
|
|
15
|
+
}>> | ParsedError<import("typebox").TObject<{
|
|
16
|
+
error: import("typebox").TLiteral<"GRAMMAR_VIOLATIONS">;
|
|
17
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
18
|
+
violations: import("typebox").TArray<import("typebox").TObject<{
|
|
19
|
+
tier: import("typebox").TUnion<[import("typebox").TLiteral<"structural">, import("typebox").TLiteral<"evaluable">, import("typebox").TLiteral<"derivable">, import("typebox").TLiteral<"presentable">]>;
|
|
20
|
+
code: import("typebox").TUnion<[import("typebox").TLiteral<"S-1">, import("typebox").TLiteral<"S-2">, import("typebox").TLiteral<"S-3">, import("typebox").TLiteral<"S-4">, import("typebox").TLiteral<"S-5">, import("typebox").TLiteral<"S-6">, import("typebox").TLiteral<"S-7">, import("typebox").TLiteral<"S-8">, import("typebox").TLiteral<"S-9">, import("typebox").TLiteral<"S-10">, import("typebox").TLiteral<"S-11">, import("typebox").TLiteral<"S-12">, import("typebox").TLiteral<"S-13">, import("typebox").TLiteral<"S-14">, import("typebox").TLiteral<"E-1">, import("typebox").TLiteral<"E-3">, import("typebox").TLiteral<"E-4">, import("typebox").TLiteral<"E-5">, import("typebox").TLiteral<"E-6">, import("typebox").TLiteral<"E-7">, import("typebox").TLiteral<"D-1">, import("typebox").TLiteral<"D-2">, import("typebox").TLiteral<"D-3">, import("typebox").TLiteral<"D-4">, import("typebox").TLiteral<"D-5">, import("typebox").TLiteral<"D-6">, import("typebox").TLiteral<"P-1">, import("typebox").TLiteral<"P-2">, import("typebox").TLiteral<"P-3">, import("typebox").TLiteral<"P-4">, import("typebox").TLiteral<"P-5">]>;
|
|
21
|
+
message: import("typebox").TString;
|
|
22
|
+
argumentId: import("typebox").TOptional<import("typebox").TString>;
|
|
23
|
+
premiseId: import("typebox").TOptional<import("typebox").TString>;
|
|
24
|
+
expressionId: import("typebox").TOptional<import("typebox").TString>;
|
|
25
|
+
variableId: import("typebox").TOptional<import("typebox").TString>;
|
|
26
|
+
claimId: import("typebox").TOptional<import("typebox").TString>;
|
|
27
|
+
}>>;
|
|
14
28
|
}>> | ParsedSuccess<R>>;
|
|
15
29
|
export declare function getFirstDayOfNextMonth(): Date;
|
|
16
30
|
type TDefaultValueFactory<K, V> = (key?: K) => V;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/utils/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,mBAAmB,EACnB,KAAK,WAAW,EAChB,KAAK,aAAa,EACrB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,KAAK,EAAE,UAAU,EAAa,MAAM,sBAAsB,CAAA;AACjE,OAAO,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAG9C,wBAAsB,cAAc,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAInE;AAED,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,UAqBxC;AAED,wBAAsB,YAAY,CAAC,CAAC,SAAS,OAAO,EAChD,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,CAAC,GACV,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAIpB;
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/utils/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,mBAAmB,EACnB,KAAK,WAAW,EAChB,KAAK,aAAa,EACrB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,KAAK,EAAE,UAAU,EAAa,MAAM,sBAAsB,CAAA;AACjE,OAAO,EAAE,+BAA+B,EAAE,MAAM,sCAAsC,CAAA;AACtF,OAAO,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AAG9C,wBAAsB,cAAc,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAInE;AAED,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,UAqBxC;AAED,wBAAsB,YAAY,CAAC,CAAC,SAAS,OAAO,EAChD,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,CAAC,GACV,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAIpB;AAeD,wBAAsB,aAAa,CAAC,CAAC,SAAS,OAAO,EACjD,QAAQ,EAAE,QAAQ,EAClB,MAAM,EAAE,CAAC,GACV,OAAO,CACJ,aAAa,CAAC,CAAC,CAAC,GAChB,WAAW,CAAC,OAAO,mBAAmB,CAAC,GACvC,WAAW,CAAC,OAAO,+BAA+B,CAAC,CACxD,CAAA;AAMD,wBAAsB,aAAa,CAAC,CAAC,SAAS,OAAO,EAAE,CAAC,SAAS,OAAO,EACpE,QAAQ,EAAE,QAAQ,EAClB,MAAM,EAAE,CAAC,EACT,WAAW,EAAE,CAAC,GACf,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC,CAAA;AAgD7C,wBAAgB,uBAAuB,CAAC,CAAC,SAAS,OAAO,EACrD,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,EACf,MAAM,EAAE,CAAC,EACT,OAAO,CAAC,EAAE,MAAM,0BAYnB;AAED,wBAAsB,WAAW,CAAC,CAAC,SAAS,OAAO,EAAE,CAAC,SAAS,OAAO,EAClE,GAAG,EAAE,UAAU,CAAC,OAAO,KAAK,CAAC,CAAC,CAAC,CAAC,EAChC,IAAI,EAAE,IAAI,CAAC,WAAW,EAAE,MAAM,CAAC,EAC/B,OAAO,EAAE,UAAU,GAAG,SAAS,EAC/B,aAAa,EAAE,CAAC,GAAG,SAAS,EAC5B,cAAc,EAAE,CAAC,EACjB,OAAO,eAAQ;;;;;;;;;;;;;;;;;wBAelB;AAED,wBAAgB,sBAAsB,SAUrC;AAED,KAAK,oBAAoB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,KAAK,CAAC,CAAA;AAChD,qBAAa,UAAU,CAAC,CAAC,EAAE,CAAC,CAAE,SAAQ,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;IAC3C,OAAO,CAAC,SAAS,CAA4B;IAC7C,OAAO,CAAC,KAAK,CAAQ;gBAGjB,SAAS,EAAE,oBAAoB,CAAC,CAAC,EAAE,CAAC,CAAC,EACrC,OAAO,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAC1B,KAAK,SAAK;IAYP,GAAG,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC;IAOd,GAAG,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC;CAS9B"}
|
package/dist/utils/utils.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ErrorResponseSchema, } from "../schemas/common.js";
|
|
2
|
+
import { GrammarViolationsResponseSchema } from "../schemas/api/grammar-violations.js";
|
|
2
3
|
import { Value } from "typebox/value";
|
|
3
4
|
export async function awaitableSleep(timeout) {
|
|
4
5
|
return new Promise((resolve) => {
|
|
@@ -30,6 +31,15 @@ export async function parseRequest(request, schema) {
|
|
|
30
31
|
export async function parseResponse(response, schema, errorSchema) {
|
|
31
32
|
const data = (await response.json());
|
|
32
33
|
if (!response.ok) {
|
|
34
|
+
// Auto-detect the GRAMMAR_VIOLATIONS 422 envelope only when the caller
|
|
35
|
+
// omitted an explicit error schema (default form). Callers that passed
|
|
36
|
+
// their own error schema keep the pre-0.11 single-schema behavior.
|
|
37
|
+
if (errorSchema === undefined &&
|
|
38
|
+
response.status === 422 &&
|
|
39
|
+
Value.Check(GrammarViolationsResponseSchema, data)) {
|
|
40
|
+
const parsedViolations = Value.Parse(GrammarViolationsResponseSchema, data);
|
|
41
|
+
return { error: parsedViolations, ok: false };
|
|
42
|
+
}
|
|
33
43
|
const errSchema = errorSchema ?? ErrorResponseSchema;
|
|
34
44
|
const parsedError = Value.Parse(errSchema, data);
|
|
35
45
|
return { error: parsedError, ok: false };
|
package/dist/utils/utils.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../src/utils/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,mBAAmB,GAGtB,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../src/utils/utils.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proposit/shared",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "Runtime-agnostic TypeScript shared between proposit-server and proposit-mobile. Schemas, engine, api-client, and utilities.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/Proposit-App/proposit-shared",
|