@yuntijs/arcadia-bff-sdk 1.2.78 → 1.2.80
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/cjs/index.d.ts +66 -0
- package/dist/cjs/sdk.d.ts +330 -2
- package/dist/cjs/sdk.js +114 -0
- package/dist/cjs/taro.d.ts +48 -0
- package/dist/esm/index.d.ts +66 -0
- package/dist/esm/sdk.d.ts +330 -2
- package/dist/esm/sdk.js +103 -69
- package/dist/esm/taro.d.ts +48 -0
- package/dist/umd/index.min.js +1 -1
- package/dist/umd/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.d.ts
CHANGED
|
@@ -117,6 +117,12 @@ export declare const sdk: {
|
|
|
117
117
|
useListKnowledgeBaseStructuredFileChunks(variables: import("./sdk").Exact<{
|
|
118
118
|
input: import("./sdk").ListKnowledgeBaseStructuredFileChunksInput;
|
|
119
119
|
}>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListKnowledgeBaseStructuredFileChunksQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListKnowledgeBaseStructuredFileChunksQuery, import("graphql-request/src/types").ClientError>;
|
|
120
|
+
useGetKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
121
|
+
id: string;
|
|
122
|
+
}>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").GetKnowledgeBasePrecisionTestingQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").GetKnowledgeBasePrecisionTestingQuery, import("graphql-request/src/types").ClientError>;
|
|
123
|
+
useListKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
124
|
+
input: import("./sdk").ListKnowledgeBasePrecisionTestingInput;
|
|
125
|
+
}>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListKnowledgeBasePrecisionTestingQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListKnowledgeBasePrecisionTestingQuery, import("graphql-request/src/types").ClientError>;
|
|
120
126
|
useListLlMs(variables: import("./sdk").Exact<{
|
|
121
127
|
input: import("./sdk").ListCommonInput;
|
|
122
128
|
}>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListLlMsQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListLlMsQuery, import("graphql-request/src/types").ClientError>;
|
|
@@ -431,6 +437,18 @@ export declare const sdk: {
|
|
|
431
437
|
listKnowledgeBaseStructuredFileChunks(variables: import("./sdk").Exact<{
|
|
432
438
|
input: import("./sdk").ListKnowledgeBaseStructuredFileChunksInput;
|
|
433
439
|
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListKnowledgeBaseStructuredFileChunksQuery>;
|
|
440
|
+
createKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
441
|
+
input: import("./sdk").CreateKnowledgeBasePrecisionTestingInput;
|
|
442
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").CreateKnowledgeBasePrecisionTestingMutation>;
|
|
443
|
+
deleteKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
444
|
+
input: import("./sdk").DeleteKnowledgeBasePrecisionTestingInput;
|
|
445
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").DeleteKnowledgeBasePrecisionTestingMutation>;
|
|
446
|
+
getKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
447
|
+
id: string;
|
|
448
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetKnowledgeBasePrecisionTestingQuery>;
|
|
449
|
+
listKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
450
|
+
input: import("./sdk").ListKnowledgeBasePrecisionTestingInput;
|
|
451
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListKnowledgeBasePrecisionTestingQuery>;
|
|
434
452
|
listLLMs(variables: import("./sdk").Exact<{
|
|
435
453
|
input: import("./sdk").ListCommonInput;
|
|
436
454
|
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListLlMsQuery>;
|
|
@@ -882,6 +900,18 @@ export declare const initSdk: (options?: SdkOptions) => {
|
|
|
882
900
|
listKnowledgeBaseStructuredFileChunks(variables: import("./sdk").Exact<{
|
|
883
901
|
input: import("./sdk").ListKnowledgeBaseStructuredFileChunksInput;
|
|
884
902
|
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListKnowledgeBaseStructuredFileChunksQuery>;
|
|
903
|
+
createKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
904
|
+
input: import("./sdk").CreateKnowledgeBasePrecisionTestingInput;
|
|
905
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").CreateKnowledgeBasePrecisionTestingMutation>;
|
|
906
|
+
deleteKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
907
|
+
input: import("./sdk").DeleteKnowledgeBasePrecisionTestingInput;
|
|
908
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").DeleteKnowledgeBasePrecisionTestingMutation>;
|
|
909
|
+
getKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
910
|
+
id: string;
|
|
911
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetKnowledgeBasePrecisionTestingQuery>;
|
|
912
|
+
listKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
913
|
+
input: import("./sdk").ListKnowledgeBasePrecisionTestingInput;
|
|
914
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListKnowledgeBasePrecisionTestingQuery>;
|
|
885
915
|
listLLMs(variables: import("./sdk").Exact<{
|
|
886
916
|
input: import("./sdk").ListCommonInput;
|
|
887
917
|
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListLlMsQuery>;
|
|
@@ -1221,6 +1251,12 @@ export declare const initSdkWithHooks: (options?: SdkOptions) => {
|
|
|
1221
1251
|
useListKnowledgeBaseStructuredFileChunks(variables: import("./sdk").Exact<{
|
|
1222
1252
|
input: import("./sdk").ListKnowledgeBaseStructuredFileChunksInput;
|
|
1223
1253
|
}>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListKnowledgeBaseStructuredFileChunksQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListKnowledgeBaseStructuredFileChunksQuery, import("graphql-request/src/types").ClientError>;
|
|
1254
|
+
useGetKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
1255
|
+
id: string;
|
|
1256
|
+
}>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").GetKnowledgeBasePrecisionTestingQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").GetKnowledgeBasePrecisionTestingQuery, import("graphql-request/src/types").ClientError>;
|
|
1257
|
+
useListKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
1258
|
+
input: import("./sdk").ListKnowledgeBasePrecisionTestingInput;
|
|
1259
|
+
}>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListKnowledgeBasePrecisionTestingQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListKnowledgeBasePrecisionTestingQuery, import("graphql-request/src/types").ClientError>;
|
|
1224
1260
|
useListLlMs(variables: import("./sdk").Exact<{
|
|
1225
1261
|
input: import("./sdk").ListCommonInput;
|
|
1226
1262
|
}>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListLlMsQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListLlMsQuery, import("graphql-request/src/types").ClientError>;
|
|
@@ -1535,6 +1571,18 @@ export declare const initSdkWithHooks: (options?: SdkOptions) => {
|
|
|
1535
1571
|
listKnowledgeBaseStructuredFileChunks(variables: import("./sdk").Exact<{
|
|
1536
1572
|
input: import("./sdk").ListKnowledgeBaseStructuredFileChunksInput;
|
|
1537
1573
|
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListKnowledgeBaseStructuredFileChunksQuery>;
|
|
1574
|
+
createKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
1575
|
+
input: import("./sdk").CreateKnowledgeBasePrecisionTestingInput;
|
|
1576
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").CreateKnowledgeBasePrecisionTestingMutation>;
|
|
1577
|
+
deleteKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
1578
|
+
input: import("./sdk").DeleteKnowledgeBasePrecisionTestingInput;
|
|
1579
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").DeleteKnowledgeBasePrecisionTestingMutation>;
|
|
1580
|
+
getKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
1581
|
+
id: string;
|
|
1582
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetKnowledgeBasePrecisionTestingQuery>;
|
|
1583
|
+
listKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
1584
|
+
input: import("./sdk").ListKnowledgeBasePrecisionTestingInput;
|
|
1585
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListKnowledgeBasePrecisionTestingQuery>;
|
|
1538
1586
|
listLLMs(variables: import("./sdk").Exact<{
|
|
1539
1587
|
input: import("./sdk").ListCommonInput;
|
|
1540
1588
|
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListLlMsQuery>;
|
|
@@ -1874,6 +1922,12 @@ export declare const useSdk: (options?: SdkOptions) => {
|
|
|
1874
1922
|
useListKnowledgeBaseStructuredFileChunks(variables: import("./sdk").Exact<{
|
|
1875
1923
|
input: import("./sdk").ListKnowledgeBaseStructuredFileChunksInput;
|
|
1876
1924
|
}>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListKnowledgeBaseStructuredFileChunksQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListKnowledgeBaseStructuredFileChunksQuery, import("graphql-request/src/types").ClientError>;
|
|
1925
|
+
useGetKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
1926
|
+
id: string;
|
|
1927
|
+
}>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").GetKnowledgeBasePrecisionTestingQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").GetKnowledgeBasePrecisionTestingQuery, import("graphql-request/src/types").ClientError>;
|
|
1928
|
+
useListKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
1929
|
+
input: import("./sdk").ListKnowledgeBasePrecisionTestingInput;
|
|
1930
|
+
}>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListKnowledgeBasePrecisionTestingQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListKnowledgeBasePrecisionTestingQuery, import("graphql-request/src/types").ClientError>;
|
|
1877
1931
|
useListLlMs(variables: import("./sdk").Exact<{
|
|
1878
1932
|
input: import("./sdk").ListCommonInput;
|
|
1879
1933
|
}>, config?: Partial<import("swr/_internal").PublicConfiguration<import("./sdk").ListLlMsQuery, import("graphql-request/src/types").ClientError, import("swr/_internal").BareFetcher<any>>> | undefined): import("./useSWR").SWRResponsePro<import("./sdk").ListLlMsQuery, import("graphql-request/src/types").ClientError>;
|
|
@@ -2188,6 +2242,18 @@ export declare const useSdk: (options?: SdkOptions) => {
|
|
|
2188
2242
|
listKnowledgeBaseStructuredFileChunks(variables: import("./sdk").Exact<{
|
|
2189
2243
|
input: import("./sdk").ListKnowledgeBaseStructuredFileChunksInput;
|
|
2190
2244
|
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListKnowledgeBaseStructuredFileChunksQuery>;
|
|
2245
|
+
createKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
2246
|
+
input: import("./sdk").CreateKnowledgeBasePrecisionTestingInput;
|
|
2247
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").CreateKnowledgeBasePrecisionTestingMutation>;
|
|
2248
|
+
deleteKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
2249
|
+
input: import("./sdk").DeleteKnowledgeBasePrecisionTestingInput;
|
|
2250
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").DeleteKnowledgeBasePrecisionTestingMutation>;
|
|
2251
|
+
getKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
2252
|
+
id: string;
|
|
2253
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").GetKnowledgeBasePrecisionTestingQuery>;
|
|
2254
|
+
listKnowledgeBasePrecisionTesting(variables: import("./sdk").Exact<{
|
|
2255
|
+
input: import("./sdk").ListKnowledgeBasePrecisionTestingInput;
|
|
2256
|
+
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListKnowledgeBasePrecisionTestingQuery>;
|
|
2191
2257
|
listLLMs(variables: import("./sdk").Exact<{
|
|
2192
2258
|
input: import("./sdk").ListCommonInput;
|
|
2193
2259
|
}>, requestHeaders?: import("graphql-request/src/types").MaybeFunction<(import("graphql-request/src/types.dom").Headers | Record<string, string> | string[][]) | undefined>): Promise<import("./sdk").ListLlMsQuery>;
|